body {
    background:#8324a7;
}

.wrap {
    margin-top: 4.7rem;
}

.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: 2.8rem;
}

.content {
   margin-top: -3rem;
}



.t-box {
    margin-bottom: 0.5rem;
}
.t-box .t-tit{
  padding: 0 2rem;
}


.t-box .t-txt {
    min-height: 9.5rem;
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    background: #4BAD84;
   
}
.box-b .t-txt{
    background:#73B261 ;
}
.box-c .t-txt{
    background:#4CA6AF ;
}
.box-d .t-txt{
    background:#B2A561 ;
}
.box-e .t-txt{
    background:#73B261 ;
}
.box-f .t-txt{
    background:#7B9BC2 ;
}
.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,
.city-ul li a {
    display: inline-block;
    color: #fff;
}

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

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

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

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

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

.menu-ul li {
    display: inline-block;
    margin: 0.21rem 0;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 0.3rem;
    text-align: center;
    width: 3.5rem;
    height: 1.28rem;
    line-height: 1.28rem;
    background:#155F3E;
}
.menu-ul li a{
    color: #fff;
}
.menu-ul li.on {
    background:#C3FF01;
    color: #6E75FC;
}
.menu-ul li.on a{
    color: #6E75FC;
}
.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(0,0,84, 0.9);
    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: #fff;
    background: #874ed3;
}

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

.scroll {
    position: fixed;
    bottom: 0.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;
}
