.flex{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:flex}
.space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.wrap{-webkit-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}
@-webkit-keyframes mymove6{
	0%{background-image:url(../img/border1.png)}
	to{background-image:url(../img/border2.png)}
}
@keyframes mymove6{
	0%{background-image:url(../img/border1.png)}
	to{background-image:url(../img/border2.png)}
}
.spinwin{background-image:url(../img/bg.jpg);background-size:100% 100%;width:100%;height:100%;position:relative;z-index:1;}
.spinwin .top{padding-top:1rem;text-align:center;}
.spinwin .jihui{position:relative;background-color:#ffd560;color:#51301d;margin:1.5rem auto 2.4rem auto;text-align:center;width:22rem;height:3.5rem;line-height:3.5rem;border-radius:1.5rem;font-size:1.3rem;}
.spinwin .border2{width:33rem;height:28rem;background-image:url(../img/light.png);background-size:100% 100%;animation:mymove6 .5s linear infinite!important;-webkit-animation:mymove6 .5s linear infinite!important;overflow:hidden;}
.spinwin .border2 .prizes{width:27rem;height:23rem;margin-top:2.2rem;}
.spinwin .border2 .prizes .prize{width:8.7rem;height:7.2rem;border-radius:1rem;text-align:center;overflow:hidden;background-image:url(../img/prize1.png);background-size:100% 100%;color:#51301d;font-weigh:bold;}
.spinwin .border2 .prizes .prize .img{margin-top:1.5rem;}
.spinwin .border2 .prizes .prize .img img{width:3rem;height:3rem;}
.spinwin .border2 .prizes .prize .text{margin-top:.1rem;}
.prizebtn{width:8.7rem;height:7.2rem;border-radius:1rem;text-align:center;overflow:hidden;background-image:url(../img/prize1.png);background-size:100% 100%;color:#51301d;cursor:pointer;}
.prizeActive{background-image:none!important;background-color:#ee7a7b;}
.prizeActive img,.prizebtn img{width:100%;height:100%;}
.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
.public .van-overlay{z-index:999}
.public .apply_dialog .van-overlay{z-index:6}
.public .apply_dialog .content{width:100%;z-index:103;font-size:1.2rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-30%);}
.public .apply_dialog .content .top{text-align:center}
.public .apply_dialog .content .top img{width:31rem}
.public .apply_dialog .content .form{width:29rem;padding:4rem 2rem 2rem 2rem;background-color:#fceee4;margin:-5rem auto 0 auto;border-radius:1rem}
.public .apply_dialog .content .form .phone{padding-right:.26667rem}
.public .apply_dialog .content .form .phone .van-field{width:8rem}
.public .apply_dialog .content .form .phone .van-button{margin-top:1rem;margin-left:1rem}
.public .apply_dialog .content .form .inp{text-align:center}
.public .apply_dialog .content .form .inp input{background-color:#fff;height:3rem;padding-left:2rem;width:5rem;margin-top:1rem}
.public .apply_dialog .content .form .buts{}
.public .apply_dialog .content .form .buts .but{background-color:#ffb91b;height:3.86rem;line-height:3.86rem;text-align:center;font-size:1.4rem;margin:2rem auto 0 auto;width:100%;border-radius:1rem;color:#fff}
.public .apply_dialog .content .form .buts .cancle{cursor:pointer;}

.van-cell-group{background-color:#fff;border-radius:1rem;}
[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5);}


@media(max-width:414px){
.spinwin{zoom:0.7}
}
@media(max-width:375px){
.spinwin{zoom:0.6}
}
@media(max-width:360px){
.spinwin{zoom:0.6}
}
@media(max-width:320px){
.spinwin{zoom:0.5}
}