body {
    background: #96AFCD;
}

.wrap {
    margin-top: 3.5rem;
}

.ch .nav-box,
.sp-app .nav-box,
.sp-app_b .nav-box,
.sp-app_c .nav-box,
.miniprogram .nav-box {
    top: 0;
}

.ch .wrap,
.sp-app .wrap,
.sp-app_b .wrap,
.sp-app_c .wrap,
.miniprogram .wrap {
    margin-top: 1.6rem;
}
.bga {
    position: relative;
}
.help{
    position: absolute;
    width: 2.51rem;
    height: 0.85rem;
    top:0.1rem;
    right: 0.3rem;
}
.content {
    margin-top: -18.5rem;
    position: relative;
}
/* 活动 */
.ac-header{
    width: 15.79rem;
    height: 4.82rem;
    background: url(../images/active-header.png) no-repeat center/100% 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-box{
    width: 5.29rem;
    height: 3.63rem;
    border-radius: 0.3rem;
    background: #fff;
    position: absolute;
    top:50%;
    margin-top: -1.815rem;
    left:0.1rem;
    padding: 0.2rem;
    box-sizing: border-box;
}
.ac-header .btn-box{
    position: absolute;
    right: 0.3rem;
    top:1.8rem;
    text-align: center;
}
.active-box .btn{
    background: radial-gradient(#ffef3b,#edb15c);
    background: -webkit-radial-gradient(#ffef3b,#edb15c);
    color: #ff008e;
    padding: 0.2rem 0.3rem;
    box-shadow:0 0 4px rgba(202,48,0,.75) ;
    border:0.1rem solid #b874f0;
    border-radius: 0.8rem;
}
.ac-header .btn-box img{
    margin: 0 auto;
    transition: all 1s;
    width: 0.73rem;
}
.ac-header .btn-box img.jt-auto{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ac-bd-box,.ac-bd{
    width:15.3rem ;
    height: 20rem;
}
.ac-bd-box{
    transition: height 1s;
    margin: -0.18rem auto 0;
    position: relative;
    height: 0;
    overflow: hidden;
}
.ac-bd-box-auto{
    height: 20rem;
}
.ac-bd{
    border-radius: 0 0 0.64rem 0.64rem;
    background:url(../images/turntable-bg.png) no-repeat center/100% 100%, linear-gradient(to bottom,#eb757f,#d43774);
    background:url(../images/turntable-bg.png) no-repeat center/100% 100%, -webkit-linear-gradient(to bottom,#eb757f,#d43774);

}
.ac-bd .title{
    width: 11.82rem;
    margin: 0 auto 0.5em;
    padding: 0.5rem;
}
.ac-bd .ul{
    width:12.67rem;
    margin: 0 auto;
}
.ac-bd .ul li{
    padding: 0.21rem 0.1rem ;
    margin-bottom: 0.3rem;
    border-radius: 0.64rem;
    line-height: 1rem;
    background-color: #fffde1;
    box-shadow: inset 0 0 0.2rem rgb(0 0 0 / 20%);
}
.ac-bd .ul li span,.ac-bd .ul li em,.ac-bd .ul li a{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size:0.512rem;
    text-shadow: 0 -1px rgb(0 0 0 / 10%);
}
.ac-bd .ul li span{
    width: 57%;
    color: #5a5a5a;
    padding-left: 0.5rem;
    box-sizing: border-box;
}
.ac-bd .ul li em,.ac-bd .ul li a{
    text-align: center;
}
.ac-bd .ul li em{
    width: 15%;
    color: #5a5a5a;
}
.ac-bd .ul li a{
    width: 25%;
    height: 1rem;
    line-height:  1rem;
    border-radius:  1rem;
    border: 2px solid #fdcc49;
    background: #dd13b5;
    font-weight: bold;
    color: #fff;
}
.ac-bd .ul li a.end{
    background: #7f7f7f;
    color: #fff;
}
.ac-bd .invited .speed-box {
    width: 50%;
}
.ac-bd .invited .speed-box .speed {
    width: 100%;
    position: relative;
    background: #fff;
    height: 0.3rem;
    border-radius: 0.15rem;
    overflow: hidden;
}
.ac-bd .invited .speed-box .speed .speed-length {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 0.3rem;
    border-radius: 0.15rem;
    background: #ff00cd;
    padding-left: 0;
}
.ac-bd .ul .invited{
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: -0.6rem;
}
.ac-bd .ul .invited span,.ac-bd .ul .invited em{
    color: #fff;
}
.ac-bd .ul .invited span{
    width: 30%;
}
.ac-bd .ul .invited .speed-box{
    width: 50%;
}
.ac-bd .num{
    text-align: right;
    color: #fff;
    margin-right: 0.2rem;
    font-size: 0.6rem;
}
.turntable-outer {
    width: 8.576rem;
    height: 8.576rem;
    background: url(../images/turntable-plate.png) no-repeat center center/100% 100%;
    margin: -0.3rem auto 0.2rem;
    position: relative;
}
.turntable-inner,
.turntable-pointer {
    position: absolute;
    left: 50%;
}

.turntable-inner {
    width: 6.336rem;
    height: 6.336rem;
    background: url(../images/turntable-prize.png) no-repeat center center/100% 100%;
    top: 50%;
    margin-top: -3.168rem;
    margin-left: -3.168rem;
}

.turntable-pointer {
    width: 1.83rem;
    height: 2.176rem;
    background: url(../images/turntable-pointer.png) no-repeat center center/100% 100%;
    top: 3.2rem;
    margin-left: -0.9rem;
}
.turntable-pointer.unclick{
    background-image: url(../images/turntable-pointer-disabled.png);
}
.ac-bd .btn-box{
    display: flex;
    justify-content: center;
}
.ac-bd .btn-box .btn{
    margin:0 0.3rem;
    width: 5rem;
    text-align: center;
}
/* 活动结束 */
.t-box {
    margin-bottom: 0.5rem;
}
.t-box .t-tit>img{
   width: 13.48rem;
   display: block;
   margin: 0 auto;
}
.t-box .t-txt {
    min-height: 9.5rem;
    overflow: hidden;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: #4F79A9;
    margin: 0 0.3rem;
    border-radius: 0.3rem;
}
.box-a .t-txt a{
    display: block;
    margin-bottom: 0.3rem;
}
.box-b .t-tit{
    position: relative;
}
.box-b .t-tit .btn-box{
    width: 3.41rem;
    height: 0.91rem;
    position: absolute;
    top: .7rem;
    right: 2.9rem;
    font-size: 0.55rem;
    color: #fff;
    text-align: center;
}
.box-b .t-tit .btn-box .jt{
    width: 0.768rem;
    display: inline-block;
    vertical-align: middle;
    transition: all 1s;
}
.box-b .t-tit .ani{
    transform: rotate(180deg);
}
.box-b .t-cont{
    height: 1.07rem;
    transition: all 1s;
}
.box-b .t-conts{
    height:18.304rem ;
}
.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: #e8608a;
}

.city-ul li,
.city-ul li a {
    display: inline-block;
    color: #e8608a;
}

.city-ul li {
    margin: 0rem 0.2rem 0.1rem 0;
    cursor: pointer;
    width: 20%;
    text-align: center;
}

.city-ul li.on {
    background: #e8608a;
    color: #fff;
    border-radius: 0.5rem;
}

.city-ul li.on a {
    color: #fff;
}

.more {
    float: right;
    margin: 0.25rem 0.3rem 0 0;
    color: #e8608a;
}

.menu-ul {
    text-align: center;
    margin-bottom: 0.3rem;
    background: #e34d36;
    border-radius: 0.5rem;
}

.menu-ul li {
    display: inline-block;
    margin: 0.21rem 0;
    font-size: 0.6rem;
    color: #fff;
    
    border-radius: 0.64rem;
    text-align: center;
    width: 3.5rem;
    height: 1.28rem;
    line-height: 1.28rem;
}
.menu-ul li a{
    color: #fff;
}
.menu-ul li.on {
    background: #ff9242;
    color: #faf3c2;
}
.menu-ul li.on a{
    color: #faf3c2;
}
.t-item .t-h2 {
    min-height: 2.31rem;
    max-height: 2.31rem;
    -webkit-line-clamp: 3;
}


/* 导航 */

.nav-box {
    position: fixed;
    right: 0;
    top: 1.8rem;
    left: 0;
    padding: 0.2rem;
    background: rgba(79,121,169,0.8);
    overflow: hidden;
}

.nav-box .nav-ul a {
    display: block;
    float: left;
    width: 33%;
    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: #FF5E94;
    background: #fff;
}

.nav-box .nav-ul a:last-child {
    margin-right: 0;
}

.scroll {
    position: fixed;
    bottom: 1rem;
    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;
}
.mask,.dialog,.icon-share,.totast{
    position: fixed;
    z-index: 100;
}
.mask{
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}
.i-load:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.5rem 0 0 -0.6rem;
    border: 0.085rem 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;
}

@-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%);
    width: 14rem;
}
.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;
    cursor: pointer;
    margin-bottom: 0.3rem;
}
.dialog .t-close img,.dialog .t-closes img{
    width: 0.93rem;
    display: inline-block;
}
.dialog .t-txt{
    width: 14rem;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom,#eb757f,#d43774);
    background: -webkit-linear-gradient(to bottom,#eb757f,#d43774);
    background:-moz-linear-gradient(to bottom,#eb757f,#d43774);
    background: -o-linear-gradient(to bottom,#eb757f,#d43774);
    line-height: 1rem;
    color: #fff;
    font-size: 0.6rem;
    padding: 1.8rem 0.5rem 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 4px 4px rgb(254 158 52 / 50%) inset;
    position: relative;
    border: 1px solid #ffcf69;
    min-height: 6.4rem;
}
.dialog .t-txt p{
    text-align: center;
}
/* 弹框背景图 */
.dialog-error .t-txt::after, .dialog-my-prize .t-txt::after, .dialog-thing .t-txt::after,.dialog-config .t-txt::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -2rem;
    margin-left: -2.912rem;
    width: 5.824rem;
    height: 2.944rem;
    background: url(../images/error-bg.png) no-repeat center/100% 2.944rem;
    z-index: -1rem;
}
.dialog-my-prize .t-txt::after, .dialog-thing .t-txt::after,.dialog-config .t-txt::after {
    background-image: url(../images/my-prize-bgpng.png);
}
/* 活动规则 */
.dialog-help .t-txt{
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom,#eb757f,#d43774);
    background: -webkit-linear-gradient(to bottom,#eb757f,#d43774);
    background: -moz-linear-gradient(to bottom,#eb757f,#d43774);
    background: -o-linear-gradient(to bottom,#eb757f,#d43774);
    color: #fff;
    font-size: 0.55rem;
    line-height: 1rem;
}
.dialog-help .t-txt-inner{
    max-height: 16rem;
    overflow-y: auto;
}
.dialog-help .t-txt-inner p{
    text-align: left;
}
/* 我的奖品 */

.dialog-thing .ul {
    position: relative;
}
.dialog-thing .ul li {
    padding: 0;
    padding-left: 2.6rem;
    margin-bottom: 0.5rem;
    border: none;
    position: relative;
    text-align: left;
}

.dialog-thing .ul li,
.dialog-thing .ul strong,
.dialog-thing .ul input {
    line-height: 1rem;
    min-height: 1rem;
}

.dialog-thing .ul strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.35rem;
    height: 1rem;
    text-align: right;
    color: #fff;
}

.dialog-thing .ul input,
.dialog-thing .ul textarea {
    border: none;
    outline: none;
    width: 95%;
    padding: 0;
    margin: 0;
}

.dialog-thing .ul input[type="text"] {
    text-indent: 1em;
}

.dialog-thing .t-txt .inner p {
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
}

.dialog-thing .ul li:last-child {
    padding: 0;
    border-bottom: none;
}

.dialog-thing .ul .btn {
    width: auto;
    height: auto;
    padding: 0 0.5rem;
    border-radius: 0.1rem;
    background: #fbe266;
    color: #e24b31;
    font-size: 0.6rem;
    display: block;
    margin: 0 auto;
}
/* 我的奖品 */
.dialog-my-prize .inner {
    max-height: 10rem;
    overflow-y: auto;
}
.dialog-my-prize .ol li {
    text-align: right;
    padding: 0.1rem 0;
    color: #fff;
    font-size: 0.512rem;
}

.dialog-my-prize .t-txt li:last-child {
    border-bottom: none;
}

.dialog-my-prize .ol span {
    float: left;
    color: #fff;
    width: 65%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-size: 0.512rem;
}
/* 分享二维码 */
.dialog-share .t-txt{
    background: url(../images/qrtitle.png) no-repeat center 0.5rem/8.43rem auto,linear-gradient(to bottom,#eb757f,#d43774);
    background: url(../images/qrtitle.png) no-repeat center 0.5rem/8.43rem auto,-webkit-linear-gradient(to bottom,#eb757f,#d43774);
    background: url(../images/qrtitle.png) no-repeat center 0.5rem/8.43rem auto,-moz-linear-gradient(to bottom,#eb757f,#d43774);
    background: url(../images/qrtitle.png) no-repeat center 0.5rem/8.43rem auto,-o-linear-gradient(to bottom,#eb757f,#d43774);
}
.dialog-share.on .t-txt{
    background: linear-gradient(to bottom,#eb757f,#d43774);
    background: -webkit-linear-gradient(to bottom,#eb757f,#d43774);
    background:-moz-linear-gradient(to bottom,#eb757f,#d43774);
    background: -o-linear-gradient(to bottom,#eb757f,#d43774);
}
.dialog-share .t-txt-inner {
    width: 100%;
   
}
.dialog-share .t-txt-inner img {
    width: 4rem;
    margin: 0 auto;
}
/* 分享箭头 */
.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%;
}
.anim {
    -webkit-animation: animated 2s linear infinite;
    -moz-animation: animated 2s linear infinite;
    -o-animation: animated 2s linear infinite;
    animation: animated 2s linear infinite;
}

@-webkit-keyframes animated {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1800deg);
    }
}

@-moz-keyframes animated {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1800deg);
    }
}

@-o-keyframes animated {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1800deg);
    }
}

@keyframes animated {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1800deg);
    }
}