body {
    background: #03c89d ;
}
.wrap{
    background:url(../images/bg.jpg) no-repeat center bottom;
}
.wrap .banner .bga,
.wrap .banner .bgb,.wrap .banner .bgc {
    height: 371px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.wrap .banner .bga .help-box{
    width: 1000px;
    height: 439px;
    margin: 0 auto;
    position: relative;
}
.wrap .banner .bga .help-box .help{
    position: absolute;
    width: 117px;
    height: 43px;
    top:36px;
    right: 10px;
    cursor: pointer;
}
.content {
    margin: -277px auto 0;
    width: 1079px;
}

.t-box .t-tit {
    text-align: center;
    position: relative;
    margin-bottom: -3rem;
}

.t-box {
    width: 1000px;
    margin: 0 auto;
}
.vote{
    width: 1079px;
    margin: 0 auto;
}
.t-box .t-txt {
    min-height: 258px;
    margin-bottom: 30px;
    padding: 40px 0 10px;
    border-radius: 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #3dae99;
}

.city-ul {
    width: 590px;
    padding-left: 80px;
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px 0 10px 30px;
}

.city-ul:before {
    content: '出发城市：';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    color: #fff;
}

.city-ul li {
    float: left;
    margin: 0px 0px 5px 0;
    cursor: pointer;
    color: #fff;
    min-width: 84px;
    text-align: center;
}
.city-ul li a{
    color: #fff;
}
.city-ul li.on {
    background: #fff;
    color: #3dae99;
    border-radius: 15px;
}
.city-ul li.on a{
    color: #3dae99;
}

.t-txt .more {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin: 10px 30px 0 0;
}

.menu-ul {
    display: inline-block;
    background: #a22016;
    padding: 10px;
    text-align: center;
    border-radius: 28px;
    margin: 0 268px;
}

.menu-ul li {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 22px;
    color: #efd69c;
    border-radius: 18px;
    width: 145px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /* background: #e53966; */
}
.menu-ul li a{
    color: #efd69c;
}
.menu-ul li.on a {
    border-radius: 15px;
    padding: 0 10px;
    color: #a22016;
    background: linear-gradient(to right,#f9e9c2, #f7d197);
    background: -webkit-linear-gradient(to right,#f9e9c2, #f7d197);
}

.t-item .t-h2{
    height: 60px;
}
.box-d{
    padding-bottom:30px;
}
/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
    text-align: center;
    margin-top: -146px;
    text-align: center;
    background: #fff3e1;
    border-radius: 8px;
    width: 165px;
    box-sizing: border-box;
    border: 4px solid #f8ddac;
}
.nav-logo{
    position: relative;
    top: -61px;
    left: -36px;
}
.nav-ul{
    margin-top: -50px;
}
.nav-box a {
    display: block;
    line-height: 32px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #622b23;
    margin-bottom: 5px;
}

.nav-box a.on {
    color: #fff;
    background: #479b9a;
    
}
.mask,.dialog{
    position: fixed;
    z-index: 100;
}
.mask{
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}
.dialog{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 800px;
}
.dialog .t-close{
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
.dialog .h1{
    width: 332px;
    height: 83px;
    background: url(../images/dialog-title-bg.png) no-repeat center;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    margin:0 auto -40px;
    z-index: 1;
    position: relative;
}
.dialog .t-txt{
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(to bottom,#ffdaa4,#f37a3d);
    background: -webkit-linear-gradient(to bottom,#ffdaa4,#f37a3d);
  
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
   
}
.dialog .t-txt .t-txt-inner{
    border-radius: 16px;
    padding:40px 20px 20px;
    background: linear-gradient(to bottom,#fef8ea,#fbce89);
    background: -webkit-linear-gradient(to bottom,#fef8ea,#fbce89);
    color: #923419;
}
.dialog .t-txt p{
    max-height: 400px;
    overflow-y: auto;
}
/* 弹框 */
