html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
*{margin:0; padding:0}
a{outline:none;text-decoration:none;}
a:hover{text-decoration:none;}
html{zoom:1;}
html *{outline:0;zoom:1;}
html button::-moz-focus-inner{border-color:transparent!important;}
body{overflow-x: hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,a img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button{-webkit-appearance: none;}
em,i{font-style:normal;}

body{
    background: #e1033e;
}
.worp{
    width: 1000px;
    margin: 0 auto;
}
.header{
    position: relative;
    border-bottom: 2px solid #f1415b;
    background: #e1033e;
    box-shadow: 0px 1px 9px #400004;
    -moz-box-shadow: 0px 1px 9px #400004;
    -webkit-box-shadow: 0px 1px 9px #400004;
    z-index: 99;
}
.header .logo{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 1rem;
}
.header .logo img{
    width: 100%;
}
.header .worp{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.header .menu{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.header .menu a{
    padding: 0 .2rem;
    font-size: 0.2rem;
    color: #fff66b;
}

.full{
    position: relative;
    width: 100%;
    height: 8rem;
    background: url(../images/f.jpg) top center no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 9px #400004;
    -moz-box-shadow: 0px 1px 9px #400004;
    -webkit-box-shadow: 0px 1px 9px #400004;
}
.countdown{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.6rem;
    font-size: 0.4rem;
}
.countdown .title{
    line-height: 1.77rem;
    color: #f9f7d7;
    text-shadow: 1px 2px 1px #565656;
}
.countdown .time{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.countdown .item{
    position: relative;
    min-width: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .1rem;
    border: 2px solid #000;
    background: #1f1d1d;
    border-radius: .1rem;
    text-align: center;
}
.countdown .item::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #434241;
    border-bottom: 1px solid #737373;
    border-bottom-left-radius: .07rem;
    border-bottom-right-radius: .07rem;
}
.countdown .item span{
    position: relative;
    z-index: 2;
}
.countdown .item em{
    color: #fff;
}
.countdown .txt{
    color: #fefcc7;
}

.check{
    position: relative;
    z-index: 99;
    width: 6.5rem;
    margin: .3rem auto 0 auto;
    border-radius: 1rem;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}
.check *{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}
.check input{
    display: block;
    height: .8rem;
    width: 100%;
    padding-left: .5rem;
    background: none;
    outline: none;
    border: none;
    font-size: 0.34rem;
    color: #fce9a5;
}
.check input::-webkit-input-placeholder {color: #fce9a5;}
.check input:-moz-placeholder {color: #fce9a5;}
.check input::-moz-placeholder{color: #fce9a5;}
.check input:-ms-input-placeholder {color: #fce9a5;}
.check a{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    height: calc(.8rem + 4px);
}
.check a img{
    display: block;
    height: 100%;
}

.applyBtn{
    position: relative;
    display: block;
    width: 4rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin: .15rem auto;
    border-radius: .5rem;
    background: #edcf4d;
    font-size: .3rem;
    font-weight: bold;
    color: #653400;
    cursor: pointer;
    z-index: 998;
}

.userinfo{
    position: relative;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: .8rem;
    margin: .3rem auto 0 auto;
    font-size: .3rem;
}
.userinfo .item{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 .1rem;
    padding: 0 .2rem;
    height: .8rem;
    text-align: center;
    border-radius: .06rem;
    background: rgba(0, 0, 0, 0.21);
}
.userinfo .item i{
    font-size: .32rem;
    color: #e88792;
}
.userinfo .item span{
    font-size: .16rem;
    color: #fdf43c;
}
.userinfo .point{
    cursor: pointer;
}

.main{
    padding-top: .8rem;
    background: #d12535;
    border: 5px solid #f22f55;
    border-top: 0;
    box-shadow: 0 1px 7px #4c0000;
}
.win{
    position: relative;
    margin: 0.2rem;
    padding: .2rem;
    background: #e1033e;
    border: 5px solid #f22f55;
}
.win .title{
    position: absolute;
    top: -.6rem;
    width: 100%;
}
.win .title img{
    display: block;
    width: 4rem;
    margin: 0 auto;
}
.wins{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-top: .4rem;
}
.winer{
    width: 50%;
    height: 3rem;
    overflow: hidden;
}
.winer:first-child{
    border-right: 1px solid #b51326;
}
.winer:last-child{
    border-left: 1px solid #f96a7a;
}
.winer li{
    line-height: 0.04rem;
}
.winer li span{
    color: #fff;
    font-size: 0.15rem;
}
.winer li span em{
    padding: 0 .04rem;
    color: #fff66b;
}
.winer .name{
    display: inline-block;
    width: 1.6rem;
    padding-left: .4rem;
}

.detail{
    margin: 0 0.2rem;
    padding-bottom: 0.8rem;
    font-size: 0.18rem;
    color: #fce9a5;
}
.detail .title{
    margin: .1rem 0;
    padding: 0.26rem;
    text-align: center;
    color: #fff66b;
    font-size: .4rem;
    font-weight: bold;
    background: url(../images/t.png) center bottom no-repeat;
}
.detail p{
    line-height: .3rem;
}
.detail .table{
    margin-bottom: 0.1rem;
}
.detail table{
    width: 100%;
    border-collapse: collapse;
}
.detail th,.detail td{
    padding: .04rem 0;
    border: 1px solid #f22f55;
    text-align: center;
    font-size: 0.17rem;
    
}
.detail th{
    background: #a01a26;
}

.footer{
    line-height: 1rem;
    text-align: center;
    font-size: 0.15rem;
    color: #fce9a5;
}

.dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.dialog_cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0, 0.6);
}
.dialog_wrap{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}
.dialog_layout{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;  
}
.dialog_content{
    position: relative;
    width: 5rem;
    height: 6.2rem;
    margin: 0 auto;
    background: url(../images/pack.png) top center no-repeat;
    background-size: cover;
    z-index: 101;
}
.dialog_close{
    position: absolute;
    top: 1rem;
    right: 0;
    cursor: pointer;
}
.dialog_close img{
    display: block;
}
.dialog_main{
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
}
.dialog_main .title{
    color: #fce9a5;
}
.dialog_main .bafore{
    padding: 3.5rem 0 1.2rem 0;
}
.dialog_main .bafore .chai{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    line-height: 1rem;
    border-radius: 50%;
    background: #FFB72C;
    font-size: 0.26rem;
}
.dialog_main .after{
    padding: 3.2rem 0 .8rem 0;
}
.dialog_main .after p{
    color: #fff;
}
.dialog_main .after h1{
    padding: .26rem 0 0 0;
    font-size: .8rem;
    color: #ffea19;
}
.dialog_main .after h1 span{
    font-size: 0.3rem;
}

.search{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.search_cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0, 0.6);
}
.search_wrap{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}
.search_layout{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;  
}
.search_content{
    position: relative;
    width: 7rem;
    margin: 0 auto;
    padding: .3rem 0;
    background: #d0404b;
    border-radius: .2rem;
    z-index: 101;
}
.search_close{
    position: absolute;
    top: .06rem;
    right: .06rem;
    cursor: pointer;
}
.search_close img{
    display: block;
}
.search_main{
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
}
.search_main .title{
    color: #fff;
}
.search_main .stable{
    padding: .2rem;
}
.search_main .stable table{
    width: 100%; 
    border-collapse: collapse;
}
.search_main .stable th,.search_main .stable td{
    padding: .04rem 0;
    border: 1px solid #a01a26;
    text-align: center;
    font-size: 0.15rem;
    color: #fff;
}
.search_main .stable th{
    background: #a01a26;
    color: #ffea19;
}
.mo-paging{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
}
.mo-paging .paging-item{
    margin: 0 .02rem;
    padding: 0.08rem .14rem;
    background: #a01a26;
    border-radius: .02rem;
    color: #fff;
    cursor: pointer;
}
.mo-paging .paging-item--current{
    background: #54050c;
}
.mo-paging .paging-item--disabled{
    cursor: default;
    color: #1d1d1d;
}

.wap .worp{
    width: 100%;
}
.wap .header .worp{
    justify-content: center;
}
.wap .header .logo img{
    display: block;
    width: auto;
    height: 0.9rem;
}
.wap .check,.wap .userinfo{
    max-width: 100%;
}
.wap .userinfo .item{
    height: 1.2rem;
}
.wap .userinfo .item i{
    font-size: .5rem;
}
.wap .userinfo .item span{
    font-size: .3rem;
}
.wap .winer{
    width: 98%;
    margin: 0 auto;
    border: none;
}
.wap .winer li span{
    padding: 0;
}
.wap .winer .name{
    width: 40%;
}
.wap .winer .prize{
    width: 60%;
}
.wap .detail{
    font-size: 0.24rem;
}
.wap .detail .title{
    padding-bottom: .46rem;
}
.wap .detail p{
    line-height: 0.4rem;
}
.wap .detail th,.wap  .detail td{
    padding: 0.08rem 0;
}
.wap .dialog_close img, .wap .search_close img{
    width: 0.5rem;
}
.wap .search_main .stable th,.wap  .search_main .stable td{
    padding: 0.08rem 0;
}
.wap .mo-paging .paging-item{
    display: none;
}
.wap .mo-paging .paging-item--first,.wap .mo-paging .paging-item--prev,.wap .mo-paging .paging-item--next,.wap .mo-paging .paging-item--last{
    display: block;
    margin: 0 .16rem;
    padding: .12rem .18rem;
}
.wap .footer{
    height: 1.28rem;
}
.nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    z-index: 301;
}
.nav a{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 1.2rem;
    text-align: center;
    box-sizing: border-box;
    background: #a01a26;
    border-left: 1px solid #d4636c;
    border-right: 1px solid #69060e;
}
.nav i{
    font-size: 0.4rem;
    color: #fce9a5;
}
.nav span{
    padding-top: 0.08rem;
    font-size: 0.26rem;
    color: #fff;
}

.packs{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.fadeIn-enter-active, .fadeIn-leave-active {
    transition: opacity .5s;
}
.fadeIn-enter, .fadeIn-leave-to {
    opacity: 0;
}

@-webkit-keyframes routey{0%{-webkit-transform:rotateY(0deg);}25%{-webkit-transform:rotateY(90deg);}55%{-webkit-transform:rotateY(180deg);}75%{-webkit-transform:rotateY(90deg);}100%{-webkit-transform:rotateY(0deg);}}
@-moz-keyframes routey{0%{transform:rotateY(0deg);}25%{transform:rotateY(90deg);}55%{transform:rotateY(180deg);}75%{transform:rotateY(90deg);}100%{transform:rotateY(0deg);}}
@-ms-keyframes routey{0%{transform:rotateY(0deg);}25%{transform:rotateY(90deg);}55%{transform:rotateY(180deg);}75%{transform:rotateY(90deg);}100%{transform:rotateY(0deg);}}

.avtive {
    animation: routey .8s infinite linear;
    -webkit-animation: routey .8s infinite linear;
}

.warp{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0, .4);
    z-index: 999;

}
.warp .layout{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.apply{
    position: relative;
    width: 5rem;
    margin: 0 auto;
    padding: .3rem 0;
    background: #d0404b;
    border-radius: .2rem;
    font-size: 0.2rem;
}
.apply .close{
    position: absolute;
    top: .06rem;
    right: .06rem;
    cursor: pointer;
}
.apply .title{
    padding-bottom: .2rem;
    color: #fff;
}
.apply .box{
    display: flex;
    justify-content: space-between;
    width: 4rem;
    margin: 0 auto;
    padding-bottom: .2rem;
}
.apply .box * {
    box-sizing: border-box;
}
.apply input{
    flex: 1;
    height: .4rem;
    outline: none;
    border: 1px solid #fce9a5;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    padding: 0 .2rem;
    font-size: 0.2rem;
    color: #fce9a5;
    background: rgba(0,0,0,0.6);
}
.apply input::-webkit-input-placeholder {color: #fce9a5;}
.apply input:-moz-placeholder {color: #fce9a5;}
.apply input::-moz-placeholder{color: #fce9a5;}
.apply input:-ms-input-placeholder {color: #fce9a5;}
.apply .box a{
    height: .4rem;
    line-height: .4rem;
    padding: 0 .2rem;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    background: #fce9a5;
    cursor: pointer;
}
.wap .apply{
    width: 90%;
}
.wap .apply .title{
    font-size: .4rem;
}
.wap .apply .box{
    width: 90%;
}
.wap .apply input{
    flex: 1;
    height: .8rem;
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem;
    font-size: .3rem;
}
.wap .apply .box a{
    height: .8rem;
    line-height: .8rem;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
    font-size: .3rem;
}