body {
    background: #02c5b5;
}

a {
    display: block;
}

.wrap {
    margin-top: 4.8rem;
}

.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: 3rem;
}

.banner .bga {
    position: relative;
}

.banner .bga .help {
    position: absolute;
    width: 1.92rem;
    height: 0.85rem;
    top: 0;
    right: 0.4rem;
}

.content {
    padding: 0.5rem;
}

.lq-box {
    margin-top: -0.6rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.lq,
.lq-two {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.lq {
    left: 0;
}

.lq-two {
    right: 0;
}

.t-box,
.img-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;
}

.box-b .t-tit .help {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    top: 0.4rem;
    right: 0.8rem;
}


/* 积分抽奖 */

.active-box {
    margin-bottom: 1rem;
    min-height: 5rem;
}

.active-hd {
    width: 15.25rem;
    height: 4.78rem;
    background: url(../images/active-bg.png) no-repeat center center/100% 100%;
    position: relative;
    margin: 0 auto;
}

.active-hd .btn {
    position: absolute;
    width: 3.5rem;
    top: 1rem;
    right: 0.5rem;
    text-align: center;
    color: #f4620a;
    font-size: 0.64rem;
    line-height: 0.7rem;
}

.active-hd .btn a {
    text-align: center;
    color: #f4620a;
    font-size: 0.64rem;
    line-height: 0.7rem;
}

.active-hd .btnAni::after {
    transform: rotate(180deg);
}

.active-hd .btn::after {
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.41rem;
    background: url(../images/jt.png) no-repeat center center/100% 100%;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -0.3rem;
    transition: all 1s;
}

.active-bh-out {
    height: 0;
    overflow: hidden;
    transition: height 1s;
    position: relative;
    margin: -0.5rem 0 0 1.6rem;
    width: 12.31rem;
}

.active-bh {
    width: 12.31rem;
    height: 10.35rem;
    background: url(../images/turntable-bg.png) no-repeat center center/100% 100%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.active-bh-auto {
    height: 10.35rem;
}

.turntable-outer {
    width: 8.576rem;
    height: 8.576rem;
    background: url(../images/turntable-plate.png) no-repeat center center/100% 100%;
    margin: 0 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;
}

.active-bh .btn-box {
    text-align: center;
}

.active-bh .btn-box .btn {
    display: inline-block;
    width: 3.2rem;
    height: 0.85rem;
    text-align: center;
    text-shadow: 0 0 4px 4px #fc2300;
    background: linear-gradient(to bottom, #ec65fd, #cf0cdc);
    background: -webkit-linear-gradient(to bottom, #ec65fd, #cf0cdc);
    background: -moz-linear-gradient(to bottom, #ec65fd, #cf0cdc);
    background: -ms-linear-gradient(to bottom, #ec65fd, #cf0cdc);
    border: 1px solid #feb433;
    box-shadow: 0 0 4px 1px rgba(240, 1, 1, .3) inset, 0 0 4px 1px rgba(255, 198, 0, .5);
    margin: 0 0.3rem;
    border-radius: 0.425rem;
    line-height: 0.85rem;
    color: #fff;
}

.active-bh .btn-box .btn a {
    line-height: 0.85rem;
    color: #fff;
}

.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: #fef9aa;
    background: #ea680a;
    box-shadow: 0 0 4px 4px rgba(248, 136, 60, .6) inset;
    border-radius: 0.64rem;
    text-align: center;
    width: 3.5rem;
    height: 1.28rem;
    line-height: 1.28rem;
    border: 1px solid #008176;
}

.menu-ul li a {
    color: #fef9aa;
    font-size: 0.6rem;
}

.menu-ul li.on {
    background: #fe3354;
    box-shadow: 0 0 4px 4px rgba(255, 151, 150, .6) inset;
}

.box-d {
    margin-bottom: 1.5rem;
}

.t-item .t-h2 {
    max-height: 2.31rem;
    -webkit-line-clamp: 3;
}


/* 导航 */

.nav-box {
    position: fixed;
    right: 0;
    top: 1.8rem;
    left: 0;
    padding: 0.2rem;
    background: rgba(0, 0, 0, .5);
    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: #aafeff;
    background: #aeacce;
}

.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,
.totast,
.popup {
    position: fixed;
    z-index: 100;
}

.mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.dialog,
.totast {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.totast {
    text-align: center;
    background: #f4d47a;
    border: 1px solid #fc3d81;
    border-radius: 0.5rem;
    font-size: 0.6rem;
    color: #d50f56;
    padding: 0.3rem 0.5rem;
    min-width: 75%;
}

.dialog .t-close {
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/close.png) no-repeat center/100% 100%;
    margin: 0 auto 0.3rem;
}

.dialog .t-txt {
    width: 10rem;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom, #feab75, #f54f2f);
    background: -webkit-linear-gradient(to bottom, #feab75, #f54f2f);
    background: -moz-linear-gradient(to bottom, #feab75, #f54f2f);
    background: -o-linear-gradient(to bottom, #feab75, #f54f2f);
    line-height: 1rem;
    color: #fff;
    font-size: 0.6rem;
    padding: 3.328rem 0.5rem 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 4px 4px rgba(254, 158, 52, .5) inset;
    position: relative;
    border: 1px solid #ffcf69;
    min-height: 6.4rem;
}

.dialog .t-txt::after {
    position: absolute;
    content: "";
    left: 50%
}

.dialog .t-txt .h3 {
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.dialog .t-txt-inner {
    max-height: 16rem;
    overflow-y: auto;
}

.dialog .t-txt p {
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0.3rem;
}

.dialog-help .t-txt {
    width: 12.33rem;
    padding: 0.5rem;
}

.dialog-help .t-txt::after {
    width: 8.32rem;
    height: 2.02rem;
    background: url(../images/help-bg.png) no-repeat center/100% 100%;
    margin-left: -4.16rem;
    top: -0.5rem;
}

.dialog-comfig .t-txt::after {
    top: -0.1rem;
    margin-left: -2.77rem;
    width: 5.54rem;
    height: 3.47rem;
    background: url(../images/integralDetermination-bg.png) no-repeat center/100% 100%;
}

.dialog-comfig .t-txt .btn-box {
    text-align: center;
    margin-top: 0.5rem;
}

.dialog-comfig .t-txt .btn-box .btn {
    display: inline-block;
    line-height: 1rem;
    margin: 0 0.3rem;
    background: #fbe266;
    color: #e24b31;
    border-radius: 0.5rem;
    text-align: center;
    width: 2.8rem;
    height: 1rem;
}

.dialog-comfig .t-txt .btn-box .btn:nth-child(2) {
    background: #e5e5e4;
    color: #afaeae;
}

.dialog-prize .t-txt::after {
    top: 0;
    margin-left: -3.072rem;
    width: 6.144rem;
    height: 7.63rem;
    background: url(../images/prize-bg.png) no-repeat center/100% 100%;
}

.dialog-error .t-txt::after,
.dialog-my-prize .t-txt::after,
.dialog-thing .t-txt::after {
    top: 0;
    margin-left: -2.912rem;
    width: 5.824rem;
    height: 2.944rem;
    background: url(../images/error-bg.png) no-repeat center/100% 2.944rem;
}

.dialog-my-prize .t-txt::after,
.dialog-thing .t-txt::after {
    background-image: url(../images/my-prize-bgpng.png);
}

.dialog-my-prize .inner {
    max-height: 10rem;
    overflow-y: auto;
}

.i-load {
    position: relative;
    display: block;
    height: 3rem;
}

.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-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: #89321f;
}

.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;
}

.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)
    }
}

.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);
    }
}

.popup {
    min-width: 70%;
    line-height: 0.64rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .t-txt {
    min-height: 2rem;
    background-color: #fffae4;
    border: 1px solid #fc8a5d;
    border-radius: 0.43rem;
    padding: 0.43rem;
    line-height: 1.5;
    box-sizing: border-box;
    color: #656464;
}

.popup-coupon .outer {
    position: relative;
}

.popup-coupon .outer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: -0.6rem;
    box-sizing: border-box;
    border: 2px dashed #e84201;
    border-top-color: transparent;
    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)
    }
}

.popup .h2 {
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.64rem;
    font-weight: bold;
}

.popup p {
    line-height: 2;
}

.popup-coupon .h2 {
    position: relative;
    background-color: #fffae4;
    display: block;
}


/**/

.popup .foot {
    text-align: center;
}

.popup .foot .i-close {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.3rem;
    width: 1rem;
    height: 1rem;
    background: url('../images/close.png') no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}