﻿* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333
}

html,
body,
.container {
	min-height: 100vh
}

.container {
	width: 100%;
	margin: 0 auto
}

.container .top {
	position: relative
}

.container .top .beautifulgirl {
	width: 60%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

.container .top .betlogo {
	width: 49%;
	display: block;
	margin: 0 auto;
	padding: 30px 0 1.5rem 0
}

.container .top .topbg {
	width: 100%;
	position: absolute;
	top: 10rem
}

.container .top .topwebbg {
	display: none
}

.container .bottombox {
	padding: 0 12px;
	position: relative;
	z-index: 15;
	margin-top: -40px;
	padding-bottom: 10px
}

.container .bottombox .title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -17px;
	width: 70%;
	height: 40px;
	background: #dce2e7;
	border: 1px solid #249352;
	line-height: 38px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #099c7b
}

.container .bottombox .link {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: 2px solid #008564;
	padding: 25px 3px;
	margin-bottom: 10px;
	display: flow-root
}

.container .bottombox .link a:hover .gotoplay {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.container .bottombox .link .litem {
	float: left;
	width: calc(33.33333333%);
	position: relative;
	padding: 0 1px
}

.container .bottombox .link .litem .linkimg {
	width: 100%;
	height: 100%
}

.container .bottombox .link .litem .link_item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px
}

.container .bottombox .link .litem .link_item h5 {
	color: #008564;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding-top: 13px;
	margin-bottom: 3px
}

.container .bottombox .link .litem .link_item .time {
	color: #000;
	text-align: center;
	border-top: 2px dashed #008564;
	border-bottom: 2px dashed #008564;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0;
	margin-bottom: 5px
}

.container .bottombox .link .litem .link_item .gotoplay {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s;
	transition: .3s
}

.container .bottombox .mostfase {
	border-radius: 2.4375rem;
	height: 4.875rem;
	line-height: 4.625rem;
	color: #179c79;
	text-align: center;
	font-weight: bold;
	background: #dce2e7;
	border: .125rem solid #008564;
	font-size: 1.35rem
}

.container .download {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: 2px solid #008564;
	padding: 10px 14px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.container .download a {
	font-size: 0
}

.container .download .dlicon {
	width: 50px;
	height: 50px
}

.container .download .appdl {
	width: 170px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px
}

.container .downloadpc {
	display: none
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 94%;
	z-index: 30;
	padding: 30px 30px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.popup .closebtn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer
}

.popup .p_item {
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.popup .p_item .gqimg {
	width: 65%;
	height: auto;
	display: block;
	margin: 0 auto
}

.popup .p_item p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 15px
}

.container {
	background: url(../image/betbg.jpg) no-repeat top center;
	background-size: cover
}

.fixbox {
	position: fixed;
	right: 0;
	top: 13%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 20
}

.fixbox a {
	width: 3.6875rem;
	height: 3.6875rem;
	display: block;
	margin: .05rem 0;
	-webkit-animuiion: zoom 1.3s infinite;
	-webkit-animation: zoom 1.3s infinite;
	animation: zoom 1.3s infinite
}

.fixbox a img {
	width: 100%;
	height: 100%;
	-webkit-animuiion: shake 1.3s infinite;
	-webkit-animation: shake 1.3s infinite;
	animation: shake 1.3s infinite
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes shake {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@media (min-width:768px) {
	.container {
		width: 100%;
		max-width: 100%
	}

	.container .top .betlogo {
		width: 390px;
		height: 73px;
		padding: 50px 0 0;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}

	.container .top .topbg {
		display: none
	}

	.container .top .topwebbg {
		display: block;
		width: 100%;
		position: absolute;
		top: 10rem
	}

	.container .top .beautifulgirl {
		width: 511px;
		height: auto
	}

	.container .bottombox {
		margin-top: -234px;
		padding-bottom: 10px
	}

	.container .bottombox .title {
		display: none
	}

	.container .bottombox .mostfase {
		display: none
	}

	.container .bottombox .link {
		width: 90%;
		display: flow-root;
		margin: 0 auto;
		background: none;
		border: none;
		padding: 0
	}

	.container .bottombox .link .litem {
		float: left;
		width: calc(33.33333333%);
		position: relative;
		padding: 0 1px
	}

	.container .bottombox .link .litem .linkimg {
		width: 92%;
		height: 92%;
		display: block;
		margin: 0 auto
	}

	.container .bottombox .link .litem .link_item {
		padding: 0 28px
	}

	.container .bottombox .link .litem .link_item h5 {
		font-size: 25px;
		padding-top: 20px;
		margin-bottom: 5%
	}

	.container .bottombox .link .litem .link_item .time {
		color: #353635;
		font-size: 27px;
		padding: 4px 0;
		margin-bottom: 11px
	}

	.container .bottombox .link .litem .link_item .gotoplay {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto
	}

	.container .bottombox .download {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 25px
	}

	.container .bottombox .download .appdl {
		margin: 0 auto 0 auto
	}

	.container .bottombox .downloadpc {
		display: none
	}
}

@media (min-width:900px) {
	.popup {
		width: 824px;
		z-index: 30;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
	}

	.popup .closebtn {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer
	}

	.popup .p_item {
		text-decoration: none;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.popup .p_item .gqimg {
		width: 270px;
		height: 270px;
		display: block;
		margin: 0 auto
	}

	.popup .p_item p {
		text-align: center;
		font-size: 30px;
		color: #000;
		margin-top: 15px
	}
}

@media (min-width:1200px) {

	html,
	body {
		width: 100%;
		height: 100%
	}

	.container {
		width: 100%;
		max-width: 100%;
		background: url(../image/webbg.jpg) no-repeat top center;
		background-size: cover
	}

	.container .top .betlogo {
		width: 390px;
		height: 73px;
		padding: 50px 0 0;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}

	.container .top .topbg {
		display: none
	}

	.container .top .topwebbg {
		display: block;
		width: 100%;
		position: absolute;
		top: 10rem
	}

	.container .top .beautifulgirl {
		width: 511px;
		height: auto
	}

	.container .bottombox {
		margin-top: -234px;
		padding-bottom: 10px
	}

	.container .bottombox .title {
		display: none
	}

	.container .bottombox .mostfase {
		display: none
	}

	.container .bottombox .link {
		width: 1130px;
		display: flow-root;
		margin: 0 auto;
		background: none;
		border: none;
		padding: 0
	}

	.container .bottombox .link .litem {
		float: left;
		width: calc(16.66666667%);
		position: relative;
		padding: 0 1px
	}

	.container .bottombox .link .litem .linkimg {
		width: 100%;
		height: 100%
	}

	.container .bottombox .link .litem .link_item {
		padding: 0 28px
	}

	.container .bottombox .link .litem .link_item h5 {
		font-size: 25px;
		padding-top: 20px;
		margin-bottom: 5%
	}

	.container .bottombox .link .litem .link_item .time {
		color: #353635;
		font-size: 27px;
		padding: 4px 0;
		margin-bottom: 11px
	}

	.container .bottombox .link .litem .link_item .gotoplay {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto
	}

	.container .bottombox .download {
		display: none
	}

	.container .bottombox .downloadpc {
		display: block;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		border: 2px solid #008564;
		padding: 11px 100px 3px 100px;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1130px;
		margin: 0 auto
	}

	.container .bottombox .downloadpc .appdl {
		margin-right: 5%
	}

	.container .bottombox .downloadpc .dlicon {
		height: 110px;
		margin: 0 40px
	}

	.fixbox {
		top: 10%
	}

	.fixbox a {
		width: 83px;
		height: 83px
	}

	.popup {
		width: 55%;
		z-index: 30;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
	}

	.popup .closebtn {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer
	}

	.popup .p_item {
		text-decoration: none;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.popup .p_item .gqimg {
		width: 75%;
		height: auto;
		display: block;
		margin: 0 auto
	}

	.popup .p_item p {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		margin-top: 15px
	}
}

@media (min-width:1420px) {

	.container .bottombox .link,
	.container .bottombox .downloadpc {
		width: 1330px
	}

	.container .bottombox .downloadpc {
		width: 1330px;
		margin: 0 auto
	}

	.container .bottombox .downloadpc .appdl {
		margin-right: 7%
	}
}