body {
    background: #1FCA96;
}

a {
    display: block;
}
.banner .bga{
    position: relative;
}
.time-box {
    position: absolute;
    width:100% ;
    height: 2.0864rem;
    top: 0;
    left: 0;
    background: url(../images/time.png) no-repeat center top/100% 10.432rem;
}
.time1{
    background-position: 0 -2.0864rem;
}
.time2{
    background-position: 0 -4.1728rem;
}
.time3{
    background-position: 0 -6.2592rem;
}
.time4{
    background-position: 0 -8.3456rem;
}
.banner .bga .help {
    position: absolute;
    width: 2.13rem;
    height: 0.75rem;
    bottom: 0.1rem;
    right: 0;
}

.content {
    padding: 0.5rem;
}
/* 领券 */
.lq-box{
  
    height: 2.688rem;
    background: url(../images/lq.png) no-repeat center/100% 100%;
    position: relative;
    margin: -1rem auto 0;
}
.lq-box .lq{
    position: absolute;
    width: 2.28rem;
    height: 2.28rem;
    top:0;
    right:0;
}
/* 活动 */
.game-box{
    margin-bottom: 0.5rem;
}
.game-head{
    /* width: 15.83rem; */
    height: 3.328rem;
    background: url(../images/game-head-bg.png) no-repeat center /100% 100%;
    margin: -0.1rem auto 0;
    position: relative;
}
.swiper-box{
    position: absolute;
    width: 5.568rem;
    height: 2.19rem;
    top: 0.2rem;
    left: 0.5rem;
}
.game-head .btn{
    position: absolute;
    width: 1.07rem;
    height:1.39rem;
    background: url(../images/font.png) no-repeat center top/100% 2.77rem;
    background-position: 0 -1.39rem;
    top: 0.6rem;
    right: 1rem;
    cursor: pointer;
    transition: all 1S;
    
}
.game-head .btn-up{
    background-position: 0 0;
}
.game-bd{
    height: 0px;
    margin: -0.8rem auto 0;
    position: relative;
    overflow: hidden;
    transition: all 1S;
    
}
.game-bd-up{
    height: 5.59rem;
}
.game-cont{
    width: 100%;
    height: 5.59rem;
    background: url(../images/game-bg.png) no-repeat center/15.19rem 5.59rem;

}
.game-list{
    overflow: hidden;
    margin: 0 auto;
    width: 14.7rem;
}
.game-list li{
    display: block;
    float: left;
    width: 4.9rem;
    height: 3.63rem;
    background: url('../images/chest.png') no-repeat 0 0/14.7rem 3.63rem;
    position: relative;
    cursor: pointer;
}
.game-list li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.game-list li:nth-child(2){
    background-position: -4.9rem 0;
}
.game-list li:nth-child(3){
    background-position: -9.8rem 0;
}
.game-list li::before,.game-list li::after{
    content: '';
    position: absolute;
}
.game-list li::before{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/starlight.png') no-repeat center center;
    -webkit-animation: myfade .5s ease infinite alternate;
    -moz-animation: myfade .5s ease infinite alternate;
    -o-animation: myfade .5s ease infinite alternate;
    animation: myfade .5s ease infinite alternate;
}
@-webkit-keyframes myfade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes myfade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes myfade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes myfade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.game-list li:hover {
    -webkit-animation: mysize .4s ease infinite alternate;
    -moz-animation: mysize .4s ease infinite alternate;
    -o-animation: mysize .4s ease infinite alternate;
    animation: mysize .4s ease infinite alternate;
}

@-webkit-keyframes mysize {
    from {}
    to {
        transform: scale(.95);
    }
}

@-moz-keyframes mysize {
    from {}
    to {
        transform: scale(.95);
    }
}

@-o-keyframes mysize {
    from {}
    to {
        transform: scale(.95);
    }
}

@keyframes mysize {
    from {}
    to {
        transform: scale(.95);
    }
}
.btn-box {
    display: flex;
    align-items: center;
}
.btn-box .more-chance,.btn-box .my-prize{
    display: block;
    margin: 0 auto;
}

.btn-box .more-chance{
    width: 5.07rem;
    height: 1.11rem;
    margin-left: 5.07rem;
    background: url(../images/more-chance.png) no-repeat center/100% 100%;
}
.btn-box .my-prize{
    width: 2.19rem;
    height: 0.75rem;
    background: url(../images/my-prize-btn.png) no-repeat center/100% 100%;
    margin-left: -2rem;
}
.game-cont .num-box{
    text-align: center;
    margin-top:0.08rem;
}
.game-cont .num{
    display: inline-block;
    line-height: 0.6rem;
    color: #633705;
    font-weight: 700;
    background: #fff;
    border-radius: 0.3rem;
    padding: 0 0.3rem;
   
}
.img-box{
    margin-top: 1rem;
}
.t-box{
    margin-bottom: 0.5rem;
}

.t-box .t-tit {
    position: relative;
    padding: 0 1rem;
    margin-bottom: 0.5;
}

.t-box .t-txt {
    min-height: 9.5rem;
    position: relative;
    overflow: hidden;
    background: #00996B;
    border-radius: 0.3rem;
    padding: 0.3rem;
}

.city-ul {
    padding: 0 0 0.1rem 2.8rem;
    margin-bottom: 0.5rem;
    text-align: left;
    position: relative;
    height: 1.1rem;
    line-height: 1.1rem;
    overflow: hidden;
}

.city-ul:before {
    content: '出发城市：';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.1rem;
    color: #fff;
}

.city-ul li {
    display: inline-block;
    margin: 0rem 0.2rem 0.1rem 0;
    cursor: pointer;
    color: #fff;
    width: 20%;
    text-align: center;
}

.city-ul li a {
    color: #fff;
}

.city-ul li.on {
    background: #fff;
    color: #0e6f4e;
    border-radius: 0.5rem;
}

.city-ul li.on a {
    color: #0e6f4e;
}

.more {
    float: right;
    margin: 0.25rem 0.3rem 0 0;
    color: #fff;
}

.menu-ul {
    text-align: center;
    margin-bottom: 0.3rem;
}

.menu-ul li {
    display: inline-block;
    margin: 0.21rem;
    font-size: 0.6rem;
    color: #ffd497;
    border-radius: 0.64rem;
    text-align: center;
    width: 3.5rem;
    height: 1.28rem;
    line-height: 1.28rem;
    border: 1px solid #008176;
    overflow: hidden;
    border:2px solid #F8CC2F;
    background: #F54837;
}

.menu-ul li a {
   
    color: #fff;
   
}

.menu-ul li.on a{
    background: -moz-linear-gradient(45deg,#FD503F,#FBDC63);
    background: -ms-linear-gradient(45deg,#FD503F,#FBDC63);
    background: -o-linear-gradient(45deg,#FD503F,#FBDC63);
    background: -webkit-linear-gradient(45deg,#FD503F,#FBDC63);
   background: linear-gradient(45deg,#FD503F,#FBDC63);
}

.box-d {
    margin-bottom: 2.5rem;
}

.t-item .t-h2 {
    height: 2.31rem;
    max-height: 2.31rem;
    -webkit-line-clamp: 3;
}
.box-e .t-tit{
    margin-bottom: -0.5rem;
    position: relative;
    z-index: 1;

}
.box-e .t-txt{
    padding-top: 1rem;
}

/* 导航 */

.nav-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.2rem;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
}

.nav-box .nav-ul a {
    display: block;
    float: left;
    width: 25%;
    line-height: 1.3rem;
    text-align: center;
    border-radius: 0.3rem;
    box-sizing: border-box;
    font-size: 0.55rem;
    color: #fff;
}

.nav-box .nav-ul a.on {
    color: #aafeff;
    background: #aeacce;
}

.nav-box .nav-ul a:last-child {
    margin-right: 0;
}

.scroll {
    position: fixed;
    bottom: 3.5rem;
    right: 0.43rem;
    z-index: 1000;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.nav-box,
.scroll {
    z-index: 10;
}
.nav-box .nav-ul .dn{
    display: none;
}
/* 弹框 */
.mask,
.alert,
.dialog,.totast,.icon-share {
    position: fixed;
    z-index: 100;
}

.mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.alert {
    top: 50%;
    left: 50%;
    background-color: #ffdf9b;
    padding: 0.5rem;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
}

.alert .alert-close {
    width: 4.2rem;
    font-size: 0.6rem;
    line-height: 1.4rem;
    background: #ea3200;
    border-radius: 30px;
    margin: 0.5rem auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 1.71rem;
    line-height: 2;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    min-width: 8.5rem;
    padding: 0.5rem;
}

.alert .t-txt:before,
.mask:before,.i-load::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    margin: -0.512rem 0 0 -0.512rem;
    border: 3px solid #62333c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}
.mask:before{
    margin: -1.4rem 0 0 -0.512rem;
}
.mask:before {
    width: 60px;
    height: 60px;
    border: 3px solid #f3414f;
    border-top-color: #fff6d5;
}

.alert-h2 {
    position: relative;
    background: #ffdf9b;
    color: #561b09;
    font-weight: normal;
    font-size: 0.6rem;
    line-height: 1rem;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.dialog,.totast {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.totast{
    width: 13rem;
    padding:1rem 0.5rem;
    border-radius: 0.3rem;
    background:#FEEFC0 ;
    color: #FE6605;
    font-size: 0.6rem;
    border:1px solid #FE6605;
    text-align: center;
}
.dialog .t-close,.dialog .t-closes{
    text-align: right;
}
.dialog .t-close img,.dialog .t-closes img{
    cursor: pointer;
    float: right;
    width: 0.93rem;
    height: 0.93rem;
}
.dialog .t-txt{
    background:#FEEFC0 ;
    border:0.34rem solid #FFD85A;
    border-radius: 3.2rem 3.2rem 1.71rem 1.71rem;
    width: 9.216rem;
    min-height: 7.616rem;
    position: relative;
}
.dialog .t-txt::before,.dialog .t-txt::after{
    position: absolute;
    content: "";
}
.dialog .t-txt::before{
    top: -2.98rem;
    left: 50%;
    margin-left: -4.14rem;
    width: 8.28rem;
    height:4.24rem;
    background: url(../images/dialog-lottery.png) no-repeat center/100% 100%;
}
.dialog-error .t-txt::before{
background-image: url(../images/dialog-error.png);
}
.dialog .t-txt-inner{
    height: 7.68rem;
    overflow-y: auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.dialog .t-txt-inner p{
    font-size: 0.512rem;
    text-align: center;
    color: #FE6605;
}
.dialog .t-txt-inner .btn-box{
    display: flex;
    flex-direction: row;
}
.dialog .t-txt-inner .btn-box .btn{
    width: 3.392rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    color: #fff;
    text-shadow: 0 0 7px  #f24500;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.53rem;
    margin: 0.3rem;
    
}
.dialog .t-txt-inner .btn-box .btn.btn-red{
background: linear-gradient(to bottom,#fdb435,#dd6800,#ffc591);
background: -webkit-linear-gradient(to bottom,#fdb435,#dd6800,#ffc591);
background: -moz-linear-gradient(to bottom,#fdb435,#dd6800,#ffc591);
background: -ms-linear-gradient(to bottom,#fdb435,#dd6800,#ffc591);
background: -o-linear-gradient(to bottom,#fdb435,#dd6800,#ffc591);
}
.dialog .t-txt-inner .btn-box .btn.btn-cancel{
    color: #fff;
    background: linear-gradient(to bottom,#fefa94,#ff983c,#ffc591);
    background: -webkit-linear-gradient(to bottom,#fefa94,#ff983c,#ffc591);
    background: -moz-linear-gradient(to bottom,#fefa94,#ff983c,#ffc591);
    background: -ms-linear-gradient(to bottom,#fefa94,#ff983c,#ffc591);
    background: -o-linear-gradient(to bottom,#fefa94,#ff983c,#ffc591);
    }
.dialog .t-txt::after{
    width: 11.008rem;
    height: 6.08rem;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -5.504rem;
    background: url(../images/dialog-bg.png) no-repeat center bottom/100% 100%;
}

.dialog .t-txt .h2{
    text-align: center;
    font-size: 0.512rem;
    font-weight: bold;
    color: #320704;
    padding: 0 0.5rem;
}
/* 帮助 */
.dialog-help .t-txt::before,.dialog-help .t-txt::after{
    background: none;
    z-index: -1;
}
.dialog-help .t-txt {
    width:12.24rem;
    background: rgba(201, 38, 26, .72);
    padding: 0.5rem;
    border: 1px solid #ffa68b;
}


.dialog-help .t-close {
    position: relative;
    height: 1.28rem;
}

.dialog-help .t-close img {
    position: absolute;
    top: 0;
    right: 0.64rem;
    cursor: pointer;
}

.dialog-help .t-txt {
    width: 14.99rem;
    padding: 0.5rem;
    box-sizing: border-box;
    border: 4px solid #FFD856;
    background: #FEF2D0;
    border-radius: 0.5rem;
    font-size: 0.512rem;
}

.dialog-help .t-txt p {
    max-height: 8.064rem;
    overflow-y: auto;
    padding: 0.3rem;
    color: #320704;
    font-size: 0.512rem;
    line-height: 0.9rem;
}
/* 我的奖品 */
.dialog-error .t-txt::before{
    background-image: url(../images/dialog-prize.png);
    }
.dialog-award .ol li {
    text-align: right;
    padding: 0.3rem 0;
}
.dialog-award .ol span {
    float: left;
    color: #320704;
}
.dialog-error .btn-box{
    margin-top: 0.5rem;
}
/* 实物 */

.dialog-prize .ul {
    position: relative;
    width: 7rem;
}
.dialog-prize .ul li, .dialog-prize .ul strong, .dialog-prize .ul input {
    line-height: 1rem;
    min-height:1rem;
}
.dialog-prize .ul li {
    padding: 0;
    padding-left: 1.7rem;
    margin-bottom: 0.5rem;
    border: none;
    position: relative;
    text-align: left;
}
.dialog-prize .ul strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.7rem;
    height: 1rem;
    text-align: right;
    font-size:0.512rem;
    color: #d50f56;
}
.dialog-prize .ul input, .dialog-prize .ul textarea {
    border: none;
    outline: none;
    width: 95%;
    padding: 0;
    margin: 0;
}
.dialog-prize .ul input[type="text"] {
    text-indent: 1em;
}
.dialog .inner .h4, .dialog .inner p {
    margin-bottom: 0.3rem;
}
.dialog .t-txt .inner p {
    text-align: center;
}
.dialog-prize .ul .btn {
    width: auto;
    height: auto;
    padding: 0 0.3rem;
    border-radius: 0.3rem;
    border: 2px solid #fdcc49;
    background: -webkit-linear-gradient(top, #fe7955, #ea4e3d);
    background: linear-gradient(top, #fe7955, #ea4e3d);
    font-size:0.512rem;
    color: #fff;
}
/* 我的奖品 */
.dialog-award .t-txt-inner{
    height: 4.84rem;
    margin-top: 1.71rem;
}
.dialog-award .inner{
    height: 4.84rem;
}
.dialog-award .ol{
    width: 7.4rem;
}
.dialog-award .ol li {
    text-align: right;
    padding: 0.1rem 0;
    color: #320704;
    font-size: 0.512rem;
}
.dialog-award  .ol span {
    float: left;
    color: #320704;
    width: 60%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-size: 0.512rem;
}
.dialog-comfirm .t-txt-inner{
    padding: 0 0.5rem;
}
/* 赚取机会 */
.dialog-more .t-txt::before{
    background-image: url(../images/dialog-chance.png);
}
.dialog-more .t-txt-inner{
    width: 100%;
}
.dialog-more .ul{
    width: 8rem;
}
.dialog-more .ul span,
.dialog-more .ul em,
.dialog-more .ul a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
}

.dialog-more .ul li {
    padding: 0.21rem 0.21rem 0.21rem 0.43rem;
    margin-bottom: 0.64rem;
    border-radius: 0.64rem;
    line-height: 1rem;
    background-color: #fc3d81;
    box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, .2);
}

.dialog-more .ul span {
    width: 40%;
    text-indent: 15px;
    color: #fff;
}

.dialog-more .ul li em {
    color: #fff;
}

.dialog-more .ul em,
.dialog-more .ul a {
    text-align: center;
}

.dialog-more .ul a.end {
    background: -webkit-linear-gradient(top, #cacac8, #7f7f7f);
    background: linear-gradient(top, #cacac8, #7f7f7f);
    color: #fff;
}

.dialog-more .ul em {
    width: 25%;
}

.dialog-more .ul a {
    width: 32%;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    border: 2px solid #fdcc49;
    background: -webkit-linear-gradient(top, #fe7955, #ea4e3d);
    background: linear-gradient(top, #fe7955, #ea4e3d);
    font-weight: bold;
    color: #fff;
}


/* 分享箭头 */

.icon-share {
    top: 2rem;
    right: 1rem;
    width: 2.13rem;
    height: 2.83rem;
    background: url('../images/guide.png') no-repeat center center;
    background-size: 100% 100%;
}
/* 分享二维码 */
.dialog-share .t-txt-inner{
    width: 100%;
}
.dialog-share .t-txt-inner img{
    width: 4rem;
    margin: 0 auto;
}