.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	cursor: pointer;
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}
#heroWrap {
	position: relative;
	overflow: hidden;
	background: #000;
	max-width: 19.2rem;
	margin: 0 auto;
}
.kv {
	width: 100%;
	height: 10.35rem;
	background: url(../images/kv.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.logo{
	display:block;
	width:2.07rem;
	position:absolute;
	left:.5rem;
	top:.5rem;
}
.slo{
	display:block;
	width:11.88rem;
	position:absolute;
	left:50%;
	margin-left:-5.94rem;
	top:7.2rem;
}
.ju{
	display:block;
	width:.37rem;
	position:absolute;
	left:50%;
	margin-left:-.185rem;
	bottom:.1rem;
	animation: start 1s linear infinite;
	-webkit-animation: start 1s linear infinite;
}
.sec{
	width: 100%;
	height: 8.2rem;
	background: url(../images/sec.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.matchMenu.active{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 49;
}
.matchMenu {
    width: 100%;
    height: .63rem;
    background: url(../images/tab.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.matchMenu li {
    position: relative;
    font-size: .26rem;
    font-weight: bold;
    color: #c7c6c7;
    line-height: .63rem;
    margin: 0 .4rem;
    cursor: pointer;
}
.matchMenu li.active{
	color:#1283d7;
}
.matchMenu li.active:after{
	display: block;
	content:'';
	width:100%;
	height:0.04rem;
	background:#1283d7;
	position:absolute;
	left:0;
	bottom:0.01rem;
}
.tit{
	display:block;
	width:11.65rem;
	margin:0.93rem auto 0;
}
.secMain{
	width:14rem;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:0.6rem auto 0;
}
.secMain .secPic{
	display:block;
	width:4.75rem;
}
.secMain .secTxt{
	width:8.82rem;
	overflow: hidden;
	position:relative;
	margin-top:.38rem;
}
.secMain .secTxt h3{
	font-size:.36rem;
	color:#fcfbb0;
	font-weight:bold;
}
.secMain .secTxt p{
	font-size:.28rem;
	color:#dbf3fb;
	line-height:.5rem;
}
.thc{
	width: 100%;
	height: 19.6rem;
	background: url(../images/thc.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.tit1{
	display:block;
	width:11.52rem;
	margin:0.2rem auto 0;
}
.thcTxt{
	font-size:.36rem;
	color:#dbf3fb;
	font-weight:bold;
	text-align: center;
	margin:.3rem auto .4rem;
}
.thcBody{
	width:15rem;
	height:14.17rem;
	background:rgba(0,0,0,.3);
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
}
.t{
	display:block;
	width:5.51rem;
	margin:0.15rem auto .23rem;
}
.thName{
	display:block;
	width:15.18rem;
	margin:0 auto 0;
}
.thUl{
	width:11.95rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.thUl li{
	width:100%;
	height:.89rem;
	overflow: hidden;
	position:relative;
	margin-top:.2rem;
}
.thUl li i{
	display:block;
	width:1.15rem;
	height:100%;
	float:left;
	text-align: center;
	color:#f0dca7;
	line-height:.89rem;
	font-size:.36rem;
	font-weight:bold;
	font-style: normal;
	position:relative;
}
.thUl li:nth-child(1) i,.thUl li:nth-child(2) i,.thUl li:nth-child(3) i {
	text-indent:-9999px;
}
.thUl li:nth-child(1) i:after{
	display: block;
	content:'';
	width:1.15rem;
	height:100%;
	background:url(../images/one.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.thUl li:nth-child(2) i:after{
	display: block;
	content:'';
	width:1.15rem;
	height:100%;
	background:url(../images/two.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.thUl li:nth-child(3) i:after{
	display: block;
	content:'';
	width:1.15rem;
	height:100%;
	background:url(../images/three.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.thUl li span{
	display:block;
	width:3.25rem;
	overflow: hidden;
	float:left;
	line-height:.89rem;
	font-size:.36rem;
	color:#dbf3fb;
	text-align: center;
}
.thUl li span:nth-child(2){
	margin-left:1.3rem;
}
.thUl li span:nth-child(3){
	margin-left:1.5rem;
	width:1.6rem;
}
.thUl li span:nth-child(4){
	margin-left:2rem;
	width:1rem;
}
.thUl li i img{
	display:block;
	width:100%;
	height:100%;
}
.more{
	display:block;
	width:2.93rem;
	margin:0.55rem auto 0;
}
.for{
	width: 100%;
	height: 7.02rem;
	background: url(../images/for.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.tit2{
	display:block;
	width:8.14rem;
	margin:0.59rem auto 0;
}
.date{
	display:block;
	width:16.47rem;
	margin:0.87rem auto 0;
}
.five{
	width: 100%;
	height: 10.07rem;
	background: url(../images/five.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.tit3{
	display:block;
	width:8.43rem;
	margin:0.65rem auto 0;
}
.gift{
	display:block;
	width:12.22rem;
	margin:0.19rem auto 0;
}
.six{
	width: 100%;
	height: 20.59rem;
	background: url(../images/six.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.tit4{
	display:block;
	width:8.43rem;
	margin:0.46rem auto 0;
}
.siTxt{
	text-align: center;
	font-size:.36rem;
	color:#dbf3fb;
	font-weight:bold;
	margin-top:.25rem;
}
.myPrice{
	width:2.53rem;
	height: 0.84rem;
	position:absolute;
	top:2.42rem;
	right:2.11rem;
	overflow: hidden;
	cursor: pointer;
}
.myPrice img{
	display:block;
	width:100%;
	height:100%;
}
.myPrice:hover img:nth-child(1){
	display:none;
}
.guessMain{
	width:15rem;
	height:7.09rem;
	background:rgba(0,0,0,.3);
	position:relative;
	overflow: hidden;
	margin:0.54rem auto 0;
	border-radius: .3rem;;
}
.guan{
	display:block;
	width:3.72rem;
	margin:0.32rem auto 0.3rem;
}
.date1{
	display:block;
	width:8.14rem;
	margin:0.14rem auto 0;
}
.guessList{
	width:14.43rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:.2rem;
}
.guessList li{
	width:2.67rem;
	height:.82rem;
	background:url(../images/kua.png) no-repeat center;
	background-size:cover;
	position:relative;
	font-size:.28rem;
	color:#dbf3fb;
	text-align: center;
	line-height:.82rem;
	margin-top:.3rem;
	cursor: pointer;
}
.guessList li.active{
	background:url(../images/kuah.png) no-repeat center;
	background-size:cover;
	font-weight:bold;
	color:#fef7ba;
}
.btnList{
	width:8.2rem;
	height:1rem;
	overflow: hidden;
	position:relative;
	margin:0.9rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.btnList>div{
	width:2.93rem;
	height:100%;
	position:relative;
	overflow: hidden;
	cursor: pointer;
}
.btnList>div img{
	display:block;
	width:100%;
}
.btnList>div:hover img:nth-child(1){
	display:none;
}
.tips{
	font-size:.24rem;
	color:#dbf3fb;
	margin:.32rem 0 0 .72rem;
}
.guessRule{
	width:15rem;
	height:3.24rem;
	background:rgba(30,84,143,.18);
	position:relative;
	overflow: hidden;
	margin:0.66rem auto 0;
	border-radius: .8rem;
}
.guessRule h3{
	font-size:.36rem;
	color:#dbf3fb;
	font-weight:bold;
	margin:.55rem 0 0.15rem .9rem;
}
.guessRule p{
	font-size:.28rem;
	color:#dbf3fb;
	line-height:.5rem;
	margin-left:.9rem;
}
.guessRule p span{
	color:#ffe07e;
	font-weight:bold;
}
.guessRule p.indent{
	text-indent:.28rem;
}
.actRule{
	width:13.8rem;
	overflow: hidden;
	position:relative;
	margin:0.66rem auto 0;
}
.actRule h3{
	font-size:.36rem;
	color:#dbf3fb;
	font-weight:bold;
	margin-bottom:.2rem;
}
.actRule p{
	font-size:.28rem;
	color:#dbf3fb;
	line-height:.5rem;
	overflow: hidden;
}
.actRule p i{
	display:block;
	float:left;
	font-style: normal;
}
.actRule p span{
	display: block;
	width:13.2rem;
	overflow: hidden;
	margin-left:.1rem;
	float:left;
}
.actRule p span b{
	color:#ffe07e;
}
.allTc,.loginTc,.lastTc,.guessTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.allBody{
	width:6.44rem;
	height:6rem;
	background:url(../images/ruc.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display:block;
	width:.3rem;
	position:absolute;
	right:-.4rem;
	top:-.2rem;
	cursor:pointer;
}
.cnName{
	display:block;
	width:100%;
	margin-top:.38rem;
}
.huadong{
	width:5.8rem;
	height:4.6rem;
	overflow:auto;
	position:relative;
	margin:0.26rem auto 0;
}
.huadong::-webkit-scrollbar {
    width: 8px;
    background: #b3dcff;
	border-radius: 4px;
}
.huadong::-webkit-scrollbar-corner,
    /* 滚动条角落 */
.huadong::-webkit-scrollbar-thumb,
.huadong::-webkit-scrollbar-track {      /*滚动条的轨道*/
    border-radius: 4px;
}
.huadong::-webkit-scrollbar-corner,
.huadong::-webkit-scrollbar-track {
    /* 滚动条轨道 */
    background-color: rgba(180, 160, 120, 0.1);
    box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
	border-radius: 4px;
}
.huadong::-webkit-scrollbar-thumb {
    /* 滚动条手柄 */
    background-color: #07213c;
}
.huadong>div{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:.24rem;
}
.huadong>div i{
	display:block;
	font-size:.15rem;
	font-weight:bold;
	color:#f0dca7;
	float:left;
	font-style:normal;
	width:.5rem;
	margin-left:.2rem;
	text-align:center;
}
.huadong>div span{
	font-size:.15rem;
	color:#dbf3fb;
	text-align:center;
}
.huadong>div span:nth-child(2){
	display:block;
	width:1.5rem;
	overflow:hidden;
	float:left;
	margin-left:.5rem;
}
.huadong>div span:nth-child(3){
	display:block;
	width:.6rem;
	overflow:hidden;
	float:left;
	margin-left:.7rem;
}
.huadong>div span:nth-child(4){
	display:block;
	width:.5rem;
	overflow:hidden;
	float:left;
	margin-left:1rem;
}
.lastBody{
	width:7.08rem;
	height:4.55rem;
	background:url(../images/jia.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.guessBody{
	width:7.08rem;
	height:4.55rem;
	background:url(../images/zzz.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.loginBody{
	width:7.08rem;
	height:4.55rem;
	background:url(../images/login.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.loginBody .close,.lastBody .close,.guessBody .close{
	right:.23rem;
	top:.37rem;
}
.mainTxt{
	width:2.67rem;
	height:.82rem;
	background:url(../images/mh.png) no-repeat center;
	background-size:cover;
	overflow: hidden;
	position:relative;
	font-size:.28rem;
	color:#fef7ba;
	text-align: center;
	line-height:.82rem;
	font-weight:bold;
	margin:1.88rem auto 0;
}

.lastBody p{
	font-size:.28rem;
	color:#dbf3fb;
	text-align: center;
	margin-top:2rem;
}
.s_put {
    width: 6.3rem;
    height: .58rem;
    margin: .13rem auto 0;
    position: relative;
}
.s_put p {
	width: 1.3rem;
	font-size: .21rem;
	color: #dadada;
	line-height: .58rem;
	float: left;
	text-align: right;
}

.s_put input {
	height: .56rem;
	border: 0.01rem solid #274465;
	background:#091f38;
	overflow: hidden;
	position: relative;
	float: left;
	font-size: .24rem;
	color: #fff;
	text-indent: .2rem;
}

.s_put .phone {
	width: 4.88rem;
	height: .56rem;
	border: 0.01rem solid #274465;
	overflow: hidden;
	position: relative;
	float: left;
	font-size: .24rem;
	color: #fff;
	text-indent: .2rem;
}

.s_put .t_yzm {
	width: 3.5rem;
}

.s_put .captcha {
	width: 1.27rem;
	height: .58rem;
	float: left;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	line-height: .58rem;
	cursor: pointer;
	margin-left: .1rem;
}

.s_put .captcha img {
	display: block;
	width: 100%;
	height: 100%;
}

.s_put .yzm {
	width: 3.5rem;
}

.s_put .g_code {
	width: 1.27rem;
	height: .54rem;
	background: url(../images/zc.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	margin-left: .1rem;
	font-size: .21rem;
	color: #fff;
	text-align: center;
	line-height: .54rem;
	cursor: pointer;
}
.s_put .g_code.active{
	pointer-events: none;
	background: url(../images/dj.png) no-repeat center;
	background-size: 100% 100%;
}
.dl{
	width:2.21rem;
	height:.77rem;
	position:relative;
	overflow:hidden;
	margin:0.3rem auto 0;
	cursor: pointer;
}
.dl:hover img:nth-child(1) {
	display:none;
}
.dl img{
	display:block;
	width:100%;
}
@keyframes start{
	0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0,-0.05rem);
}
60% {
    opacity: 1;
    -webkit-transform: translate(0,0);
}
100% {
    opacity: 0;
    -webkit-transform: translate(0,0.05rem);
}
}
@-webkit-keyframes start{
	0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0,-0.0625rem);
}
60% {
    opacity: 1;
    -webkit-transform: translate(0,0);
}
100% {
    opacity: 0;
    -webkit-transform: translate(0,0.05rem);
}
}