@media screen and (min-width: 811px) {
	body {
		background: #73d1eb;
	}

	.content {
		margin-top: 30px;
		width: 990px;
		margin: 30px auto auto auto;
	}

	.lottery-open {
		display: flex;
		height: auto;
		background-color: #f2e8d4;
		box-sizing: border-box;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom: 1px solid #e2d5ba;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.union_lotto {
		margin: 25px 0 25px 25px;
		width: 100%;
	}

	.cover {
		border-left: 78px solid transparent;
		border-right: 78px solid transparent;
		border-top: 40px solid #eee0c4;
	}

	.gameplay-introdu {
		height: 80px;
		width: 84.2%;
		margin: 0 auto;
		background: #f3e9d4;
		border-top: 1px solid #ddcba8;
		border-bottom: 1px solid #ddcba8;
		font-size: 14px;
		line-height: 20px;
		color: #666;
	}

	.gameplay-introdu h2 {
		padding-top: 11px;
		padding-left: 20px;
	}

	.gameplay-introdu p {
		padding-left: 20px;
	}

	.lottery-icon img {
		vertical-align: middle;
	}

	.lottery-name {
		display: inline-block;
		padding-left: 10px;
		font-size: 20px;
		color: red;
		font-weight: bold;
	}

	.lottery-issue {
		display: inline-block;
		margin-left: 15px;
		color: #333;
	}

	.open-box {
		margin-left: 90px;
		margin-top: 18px;
	}

	.open-num {
		display: inline-block;
		vertical-align: middle;
	}

	.open-num .number {
		width: 50px;
		height: 50px;
		background: url(../img/ball.png) no-repeat;
		background-position: 0 0px;
		display: inline-block;
		text-align: center;
		line-height: 50px;
		color: black;
		margin-right: 11px;
		font-size: 18px;
		font-weight: bold;
	}

	.open-num .blue {
		width: 50px;
		height: 50px;
		background: url(../img/ball.png) no-repeat;
		display: inline-block;
		text-align: center;
		line-height: 50px;
		color: black;
		margin-right: 11px;
		font-size: 18px;
		font-weight: bold;
		background-position: 0 -174px !important;
	}

	.open-box p {
		display: inline-block;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		margin-left: 100px;
	}

	.open-box p a {
		color: #333;
	}

	.open-box p a:hover {
		color: blue;
	}

	.footer-bg {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1200px;
		height: 118px;
		transform: translateX(-50%);
		background: url(../img/letou-bg.png) no-repeat;
	}
}
@media screen and (max-width: 810px) {
	body {
		background: none;
	}

	.content {
		padding: 1rem;
	}
	.content > div:not(:first-child) {
		display: none;
	}

	.lottery-open {
		display: flex;
		height: auto;
		box-sizing: border-box;
	}

	.union_lotto {
		background-color: #f2e8d4;
		padding: 1rem;
		flex: 1;
	}

	.cover {
		border-left: 78px solid transparent;
		border-right: 78px solid transparent;
		border-top: 40px solid #eee0c4;
	}

	.gameplay-introdu {
		height: 80px;
		width: 84.2%;
		margin: 0 auto;
		background: #f3e9d4;
		border-top: 1px solid #ddcba8;
		border-bottom: 1px solid #ddcba8;
		font-size: 14px;
		line-height: 20px;
		color: #666;
	}

	.gameplay-introdu h2 {
		padding-top: 11px;
		padding-left: 20px;
	}

	.gameplay-introdu p {
		padding-left: 20px;
	}

	.lottery-icon {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.lottery-name {
		padding-left: 0.4rem;
		font-size: 1.4rem;
		color: red;
		font-weight: bold;
	}

	.lottery-issue {
		margin-left: 0.4rem;
		color: #333;
	}

	.open-box {
		margin-top: 1rem;
	}

	.open-num {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.open-num .number {
		width: 42px;
		height: 42px;
		background: url(../img/ball.png) no-repeat;
		background-size: cover;
		display: inline-block;
		text-align: center;
		line-height: 38px;
		color: black;
		font-size: 1.2rem;
		font-weight: bold;
		background-position: 0 0px;
	}

	.open-num .blue {
		background-position: 0 -9.3rem !important;
	}

	.open-box p {
		display: none;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		margin-left: 100px;
	}

	.open-box p a {
		color: #333;
	}

	.open-box p a:hover {
		color: blue;
	}

	.footer-bg {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1200px;
		height: 118px;
		transform: translateX(-50%);
		background: url(../img/letou-bg.png) no-repeat;
	}
}

/*# sourceMappingURL=letou.css.map */
