.middle{
    padding-bottom: 100px;
    padding-top: 20px;
} 
#nav{
    text-align: center;
    background-color: #f5f7fa;
    /* height: 252px; */
}
#nav > span{
    display: block;
    font-size: 12px;
    /* padding: 10px 0 0 0; */
    position: relative;
}
#nav > span:nth-child(2)::after,
#nav > span:nth-child(2)::before{
    content: '';
    background: url("../img/line.png")no-repeat right;
    width: 90px;
    height: 19px;
    position: absolute;
}
#nav > span:nth-child(2)::before{
    width: 80px;
    background-position: left;
    margin-left: -90px;
}
/*旧选项*/
#nav .nav-title{
    font-size: 26px;
    font-weight: 600;
    padding: 40px 0 15px 0;
}
#nav span i{
    font-style: normal;
    color: #EA8384;
}
#nav .nav_four{
    background-color: #fff;
    width:1000px;
    height:60px;
    margin: 48px auto;
    border:1px solid #DCDCDE;
}
#nav .nav_four > div{
    height:57px;
    font-size: 12px;
    font-weight: 600;
    color: #D1D1D1;
    line-height: 57px;
    float: left;
    position: relative;
    text-align: right;
    padding-left: 20px;
}
#nav .nav_four > div:hover{

}
.nav_i_img{
    display: inline-block;
    width:30px;
    height:30px;
    vertical-align: middle;
    background: url("../img/custom_spire.png") no-repeat -40px 0px;
}
.nav_four > div:nth-child(2) .nav_i_img{
   background-position: -40px -40px;
}
.nav_four > div:nth-child(3) .nav_i_img{
    background-position: -40px -80px;
}
.nav_four > div:nth-child(4) .nav_i_img{
    background-position: -40px -120px;
}
.nav_back_i_img{
    display: inline-block;
    width:24px;
    height:57px;
    vertical-align: middle;
    background: url("../img/custom_02.png") no-repeat;
    margin: 0 10px;
}
#nav .nav_four_active span{
    color: #616161;
}
#nav .nav_four_active .nav_i_img{
    background-position-x: 0;
}
.translator span{
    font-size: 14px;
    color: #333;
    height: 50px;
    line-height: 60px;
    padding: 0 10px;
}
#customTable_1 .peopleNum select{
    width: 118px;
}
#customTable_1 .customTable_1_time > div{
    width:245px;
    margin-right: 20px;
    position: relative;
}
#customTable_1 .customTable_1_time input{
    width: 100%;
    background-color: #fff;
}
#customTable_1 .Hotel_level div:last-child{
    margin-left: 20px;
    width: 372px;
}
#customTable_1 .Hotel_level div:last-child input{
    width: 372px;
}
#customTable_1 .customTable_1_room,#customTable_1 .customTable_1_room select{
    width:480px;
}
#customTable_1 .btn_selectDate{
    position: absolute;
    top: 40px;
    right: 15px;
}
/*新选项卡*/
.new_nav{
    background-color: #fff;
    width: 1000px;
    overflow: hidden;
    margin: 48px auto;
    text-align: center;
}
.new_nav .new_nav_div{
    width:32%;
    display: inline-block;
}
.new_nav .new_nav_div .new_nav_img{
    width:230px;
    height:136px;
    display: block;
}
.new_nav .new_nav_div:nth-of-type(1) .new_nav_img{
    background: url("../images/dz_fy.png");
}
.new_nav .new_nav_div:nth-of-type(2) .new_nav_img{
    background: url("../images/dz_jd.png");
}
.new_nav .new_nav_div:nth-of-type(3) .new_nav_img{
    background: url("../images/dz_zc.png");
}
.new_nav .new_nav_div:nth-of-type(1) .new_nav_img:hover{
    background: url("../images/dz_fy.png");
}
.new_nav .new_nav_div:nth-of-type(2) .new_nav_img:hover{
    background: url("../images/dz_jd.png");
}
.new_nav .new_nav_div:nth-of-type(3) .new_nav_img:hover{
    background: url("../images/dz_zc.png");
}

.interpreter select,
.scope select,
.time select,
.time input,
.contact input{
    width:310px;
}
.interpreter select:first-child,
.time input,
.contact div:first-child{
    margin-right: 20px;
}
.other textarea{
    width: 638px;
    height: 130px;
    resize: none;
    border-color: #ded6d7;
    margin-top: 10px;
    border-radius: 3px;
    outline: none;
    text-indent: 10px;
    line-height: 20px;
}
.custom-btn{
    height: 75px;
    text-align: center;
    padding-bottom: 30px;
}
.custom-btn input,.custom-btn .btn_a{
    display: inline-block;
    height: 42px;
    width: 174px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background-color: #e54545;
    border-radius: 3px;
    font-size: 16px;
    border: 0;
    outline: none;
    transition: background-color .5s;
}
.custom-btn input:hover{
    background-color: #d62a2a;
    transition: background-color .5s;
}
.custom-btn .btn_no{
    height: 42px;
    background-color: #F5F7FA;
    color: #555;
    border: 1px solid #DAE0E6;
    margin-right: 20px;
    transition: background-color .5s;
}
.custom-btn .btn_no:hover{
    background-color: #e6ecf2;
    transition: background-color .5s;
}
.car-time-flex{
    position: relative;
}
.car-time-flex input{
    width: 200px;
    height: 40px;
    border: 1px solid #ded6d7;
    margin-top: 10px;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 20px;
    background-color: #fff;
}
.car-time-flex .btn_selectDate{
    position: absolute;
    top: 20px;
    left: 168px;
}
.car-time-flex select{
    width: 108px;
}
.car-time-flex span{
    width: 10px;
    text-align: center;
    line-height: 55px;
    height: 40px;
}
.car-time-flex select:last-child{
    width: 76px;
}
.taxi_model{
    position: relative;
}
.taxi_model .taxi_method{
    display: flex;
    margin-top: 14px;
}
.taxi_model .taxi_method > div{
    position: relative;
    height: 78px;
    width: 145px;
    border: 1px solid #CED3D9;
    text-align: center;
    line-height: 118px;
    margin-right: 20px;
    border-radius: 3px;
    color: #BABFC1;
    cursor: pointer;
}
.taxi_method .taxi_img{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/custom_spire.png") no-repeat -40px -160px;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -20px;
}
.taxi_method div:nth-child(2) .taxi_img{
    background-position: -40px -200px;
}
.taxi_method div:nth-child(3) .taxi_img{
    background-position: -40px -240px;
}
.taxi_method div:nth-child(4) .taxi_img{
    background-position: 0 -160px;
}
.taxi_model .taxi_method .taxi_active{
    border: 1px solid #246bb3;
    color: #246bb3;
}
.taxi_model .taxi_method .taxi_active .taxi_img{
    background-position-x: 0;
}
.taxi_model .taxi_car_rental{
    height:136px;
    width:250px;
    border:1px dashed #CED3D9;
    position: absolute;
    top: -36px;
    right: -170px;
    border-radius: 3px;
    padding: 0 16px;
    display: none;
}
.taxi_car_rental span{
    display: block;
    color: #246BB3;
    height: 44px;
    font-size: 16px;
    line-height: 51px;
}
.taxi_car_rental ul{
    padding-left: 16px;
    margin: 0;
    color: #A3A3A3;
}
.taxi_car_rental li{
    padding-bottom: 0px;
}
.middle_center_top{
    line-height: 50px;
    border-bottom: 1px solid #e8ecf0;
    position: relative;
    margin: 40px 80px 0 80px;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
}
.taxi_method_main > div{
    display: none;
}
.taxi_method_main > .taxi_method_main_active{
    display: block;
}
#customTable_3 .time > div{
    position: relative;
    background-color: #fff;
}
#customTable_3 .time .selectDate{
    background-color: #fff;
}
#customTable_3 .btn_selectDate{
    position: absolute;
    top: 40px;
    right: 33px;
}
.customTable_succ{
    text-align: center;
}
.customTable_succ > img{
    margin-top: 94px;
}
.customTable_succ_title{
    margin-top: 38px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.customTable_succ_tip{
    color: #A1A1A1;
    margin-top: 30px;
    font-size: 15px;
    padding: 0 250px;
    line-height: 25px;
}
.customTable_succ_tip i{
    color: #3573B7;
    font-size: 15px;
}
.customTable_succ .custom-btn{
    margin-top: 80px;
    height: 40px;
    margin-bottom: 80px;
}
.custom-btn > a{
    height: 40px;
    width: 175px;
    display: inline-block;
    background-color: #E74444;
    color: #FFF;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
}
#customTable_2,
#customTable_3,
#customTable_4,
#customTableForm_4_2{
    display: none;
}

/*新tab*/

.urban-service-content {
    padding: 50px 0 10px 0;
    text-align: center;
    background-color: #f7f9fa;
}
.urban-service-content-header {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    /* margin-bottom: 16px; */
}
.urban-service-content-desc {
    display: inline-block;
    width: 600px;
    color: #9c9c9c;
    margin-top: 8px;
    margin-bottom: 10px;
}

.urban-service-content-desc > i {
    font-style: normal;
    color: #E64545;
}

.urban-service-content-color {
    margin-top: 18px;
    height: 4px;
}

.urban-service-content-color > span {
    height: 4px;
    display: inline-block;
    width: 78px;
    background-color: #E64545;
    vertical-align: top;
}

.urban-service-content-msg {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 58px;
    text-align: center;
}

.urban-service-content-list {
    text-align: center;
}

.urban-service-content-list-item {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
} 
.urban-service-content-list-item img:nth-child(1){
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
}
.urban-service-content-list-item.active img:nth-child(1){
    visibility: hidden;
    transition: all 0.3s;
}
.urban-service-content-list-item:hover img:nth-child(1){
    visibility: hidden;
    transition: all 0.3s;
}

.urban-service-content-list-item:nth-child(2) {
    margin: 0 140px;
}
.dierceng{
    display: none;
}
.urban-service-content-desc{
    position: relative;
}
.urban-service-content-desc .solid_x{
    width: 600px;
    height: 1px;
    position: absolute;
    top: 50%;
}
.urban-service-content-desc .solid_x b{
    width: 85px;
    height: 1px;
    background: #e2e2e2;
}
.urban-service-content-desc .solid_x .left{
    float: left;
}
.urban-service-content-desc .solid_x .right{
    float: right;
}