body {
    background: #afe394;
}

.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;
}

.content {
    padding: 0.3rem;
}

.img-box {
    margin-top: -1.5rem;
    margin-bottom: 0.3rem;
}

.t-box {
    margin-bottom: 0.5rem;
}

.t-box .t-tit {
    padding: 0 1rem;
    margin-bottom: 0.3rem;
}

.t-box .t-txt {
    min-height: 9.5rem;
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
}

.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.on {
    background: #fff;
    color: #0e6f4e;
    border-radius: 0.5rem;
}

.more {
    float: right;
    margin: 0.25rem 0.3rem 0 0;
    color: #fff;
}

.box-a .t-tab {
    overflow: hidden;
    padding: 0.3rem;
    background: #26857f;
    border-radius: 0.5rem;
}

.box-a .t-tab:nth-child(2) {
    background: #4c689a;
}

.box-a .t-tab:nth-child(3) {
    background: #7f72cf;
}

.box-a .t-tab:nth-child(4) {
    background: #aa767a;
}

.menu-ul {
    text-align: center;
    margin-bottom: 0.3rem;
    width: 13.85rem;
    height: 3.84rem;
    background: url(../images/tab-bg.png) no-repeat center top/13.85rem 3.84rem;
    margin: 0 auto 0.3rem;
    position: relative;
}

.menu-ul li {
    width: 3.029rem;
    height: 2.304rem;
    position: absolute;
    background: url(../images/menu-li-bg.png) no-repeat center top/3.029rem 18.432rem;
}

.menu-ul li:nth-child(1) {
    top: 0.3rem;
    left: 0;
}

.menu-ul li:nth-child(1).on {
    background-position: 0 -2.304rem;
}

.menu-ul li:nth-child(2) {
    top: 1.3rem;
    left: 4rem;
    background-position: 0 -4.608rem;
}

.menu-ul li:nth-child(2).on {
    background-position: 0 -6.912rem;
}

.menu-ul li:nth-child(3) {
    top: 0.3rem;
    left: 7.5rem;
    background-position: 0 -9.216rem;
}

.menu-ul li:nth-child(3).on {
    background-position: 0 -11.52rem;
}

.menu-ul li:nth-child(4) {
    top: 1rem;
    left: 11rem;
    background-position: 0 -13.824rem;
}

.menu-ul li:nth-child(4).on {
    background-position: 0 -16.128rem;
}

.box-b .t-txt {
    min-height: auto;
}

.box-c .t-txt {
    width: 14.93rem;
}

.box-c .bm-box,
.box-c .s-box {
    height: 22.29rem;
    background: url(../images/tab1.png) no-repeat center/14.93rem 22.29rem;
    position: relative;
}

.box-c .bm-box.change {
    background-image: url(../images/tab2.png);
}

.box-c .bm-box .t-tab {
    width: 4.736rem;
    height: 1.344rem;
    position: absolute;
    top: 4.5rem;
    left: 1.5rem;
}

.box-c .bm-box .t-tab:nth-child(2) {
    left: 6.5rem;
    width: 7.21rem;
}

.box-c .s-box {
    background-image: url(../images/s.png);
}

.box-c .s-box a {
    display: block;
    width: 100%;
    height: 6.12rem;
}


/* 导航 */

.nav-box {
    position: fixed;
    right: 0;
    top: 1.8rem;
    left: 0;
    padding: 0.2rem;
    background: rgba(67, 98, 38, .9);
    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: #436226;
    background: #f4ff7f;
}

.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,
.alert {
    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 .t-close {
    width: 3.27rem;
    font-size: 0.6rem;
    line-height: 1.28rem;
    height: 1.28rem;
    background: #ea3200;
    border-radius: 0.64rem;
    margin: 1rem auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 1.7rem;
    line-height: 2;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    min-width: 12rem;
    padding: 0.5rem;
}

.alert .t-txt: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;
}

.alert-h2 {
    position: relative;
    background: #ffdf9b;
    color: #561b09;
    font-weight: normal;
    line-height: 1.8rem;
    font-size: 0.6rem;
}

@-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)
    }
}