/*-------------BANNER-----------------*/
@font-face{
     font-family: 'din-bold'; 
     src: url('din-bold.otf');
}
.swiper-container{
    width: 100%;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(0,0,0,0);
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/*-------------用户订单-----------------*/
.index_user_order{
    padding: 30px 0 10px 0;
}
.index_user_order_top{
    position: relative;
}
.index_user_order_top .title{
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
.index_user_order_top .title img{
    margin-right: 2px;
}
.index_user_order_top .refresh{
    position: absolute;
    right: 0;
    top:0;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}
.index_user_order_top .refresh img{
    margin-right: 2px;
    margin-top: 3px;
}
.index_user_order_center{
    margin: 15px 0 30px;
}
.index_user_order_center ul .empty{
    text-align: center;
    margin: 10px 0;
}
.index_user_order_center li{
    width: 302px;
    margin: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #eee;
    float: left;
    padding: 15px 12px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #eee;
    -moz-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
}
.index_user_order_center li:hover{
    border: 2px solid #ffd927;
}
.index_user_order_center li:last-child{
    margin-right: 0;
}
.index_user_order_center li:first-child{
    margin-left: 0;
}
.index_user_order_center li h1{
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin: 0 0 3px 0;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight: 600;
}
.index_user_order_center li h2{
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin: 0 0 12px 0;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight: 400;
    color: #5a5a5a;
}
.index_user_order_center li .order_img{
    height: 60px;
}
.index_user_order_center li .order_img img{
    width: 88px;
    margin: 0 2px;
    float: left;
}
.index_user_order_center li .order_img img:first-child{
    margin-left: 0;
}
.index_user_order_center li .order_img img:last-child{
    margin-right: 0;
}
.index_user_order_center li .order_time{
    font-size: 12px;
    color: #9a9a9a;
    width: 55%;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.index_user_order_center li .order_price{
    font-size: 12px;
    color: #9a9a9a;
    width: 45%;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: right;
}
.index_user_order_center li .order_way{
    font-size: 12px;
    color: #9a9a9a;
    width: 55%;
    float: left;
    line-height: 32px;
}
.index_user_order_center li .order_way span{
    background-color: #ffd927;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 14px;
}
.index_user_order_center li .order_user{
    font-size: 12px;
    color: #46a6ea;
    width: 45%;
    float: left;
    line-height: 32px;
    text-align: right;
}
.index_user_order_center li .order_user img{
    border-radius: 100%;
}
.more{
    margin: 25px 0 15px;
    text-align: center;
}
.more a{
    display: inline-block;
    height: 36px;
    padding: 0 25px;
    line-height: 36px;
    background-color: #ffd927;
    border-radius: 18px;
    font-weight: bold;
}
.title_all{
    background-color: #f9f9fb;
    text-align: center;
    padding-top: 15px;
}
.title_all h1{
    line-height: 40px;
    font-size: 28px;
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
.title_all h1 span{
    font-size: 42px;
    color: #FFDA44;
    position: relative;
    top: 6px;
    font-weight: bold;
}
.title_all a{
    position: absolute;
    color: #46a6ea;
    font-size: 20px;
    top: 10px;
    right: 200px;
    font-weight: bold;
}
.title_all a:hover{
    text-decoration: underline;
}
/*-------------方式一：实时报价-----------------*/
.order_way_one{
    padding: 30px 0;
    background: #f9f9fb;
}
.way_title{
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.way_title img{
    margin: 5px 20px;
}
.way_title_vice{
    color: #9a9a9a;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 8px;
}
.way_step{
    width: 100%;
    margin-bottom: 40px;
}
.way_step img{
    float: left;
    margin-top: 15px;
}
.way_step_li{
    width: 118px;
    float: left;
    padding: 0 50px;
}
.way_step_numner{
    font-size: 34px;
    color: #ffd927;
    font-weight: bold;
    line-height: 50px;
}
.way_step_numner_en{
    font-size: 16px;
    color: #cccccc;
}
.way_step_con{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-top: -5px;
}
.way_con{
    margin-bottom: 40px;
}
.way_bot ul{
    width: 800px;
    margin: 0 auto;
}
.way_bot li{
    width: 200px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #9a9a9a;
}
.way_bot li img{
    height: 36px;
    margin-right: 10px;
}
.way_bot{
    margin-bottom: 30px;
}
.order_way_one .way_con form{
    width: 100%;
    padding: 38px;
    border:  2px solid #f8d54f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.form_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
}
.form_title img{
    margin-right: 8px;
}
.form_left{
    padding: 20px 15px 10px 30px;
    float: left;
    width: 535px;
}
.form_right{
    padding: 20px 30px 10px 15px;
    float: left;
    width: 535px;
}
#baoche .layui-form-item{
    margin: 15px 0;
}
#baoche .layui-inline {
    margin: 0;
    float: left;
}
#baoche .layui-form-span{
    width: 20px;
    color: #f73636;
    font-size: 24px;
    display: inline-block;
    float: left;
    height: 38px;
    overflow: hidden;
    line-height: 48px;
    text-align: center;
}
#baoche .layui-form-label{
    padding: 0;
    line-height: 38px;
    font-size: 14px;
    text-align: left;
}
#baoche .layui-input{
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 0;.
}
#baoche .layui-input-inline{
    margin-right: 0;
    width: auto;
    position: relative;
}
#baoche input[name='start_date']{
    width: 200px;
    margin-right: 10px;
}
#baoche input[name='start_time']{
    width: 225px;
}
#baoche input[name='end_date']{
    width: 200px;
    margin-right: 10px;
}
#baoche input[name='end_time']{
    width: 225px;
}
#baoche input[name='user_name']{
    width: 125px;
    margin-right: 10px;
}
#baoche input[name='user_phone']{
    width:230px;
    margin-right: 10px;
}
#more_use{
    outline: none;
    background-color: #ffd927;
    line-height: 36px;
    cursor: pointer;
    width: 60px;
    position: relative;
    text-indent: 16px;
    border: none;
    border-radius: 4px;
}
#more_use i{
    position: absolute;
    left: -10px;
    font-size: 16px;
}
#baoche input[name='user_num']{
    width:200px;
    margin-right: 10px;
    padding-right: 30px;
}
#baoche select[name='car_num']{
    width:225px;
}
#baoche select[name='car_num'] + .layui-form-select{
    width:225px;
}
#baoche .layui-form-select dl{
    padding: 0;
}
#baoche .layui-form-select dl dd.layui-this{
    background-color: #ffde44;
    color: #333;
}
#baoche .layui-input-inline .ren{
    position: absolute;
    line-height: 38px;
    right: 20px;
    top: 0;
}
#baoche #car_model .layui-form-select{
    width:138px;
    margin-right: 10px;
}
#baoche #car_model .layui-input-inline:last-child .layui-form-select{
    margin-right: 0px;
}
#baoche #start_addr .layui-form-select{
    width:138px;
    margin-right: 10px;
}
#baoche #start_addr .layui-input-inline:last-child .layui-form-select{
    margin-right: 0px;
}
#baoche .end_addr .layui-form-select{
    width:138px;
    margin-right: 10px;
}
#baoche .end_addr .layui-input-inline:last-child .layui-form-select{
    margin-right: 0px;
}
#baoche .layui-input-block{
    margin-left: 100px;
}
#baoche .trip_type .layui-form-radio i{
    display: none;
}
#baoche .trip_type .layui-form-radio{
    border: 1px solid #d2d2d2;
    line-height: 36px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: 96px;
    text-align: center;
}
#baoche .trip_type .layui-form-radio:last-child{
    margin-right: 0;
}
#baoche .trip_type .layui-form-radioed{
    border: 1px solid #f8d650;
    background: url("../image/radio_b.png") no-repeat 76px 17px;
}
#baoche .type_tip{
    margin-left: 100px;
    margin-top: 15px;
    line-height: 20px;
    font-size: 12px;
}
#baoche .type_tip span{
    font-size: 14px;
    color: red;
}
#baoche input[name='start_city']{
    width: 180px;
    padding: 0 30px 0 10px;
}
#baoche input[name='start_city_detail']{
    width: 435px;
}
#baoche input[name='end_city']{
    width: 180px;
    padding: 0 30px 0 10px;
}
#baoche input[name='end_city_detail']{
    width: 435px;
}
#baoche .route_place input{
    width: 435px;
}
.route_place>label{
    position: relative;
}
.route_place>label .add_route_place{
    position: absolute;
    top: 35px;
    left: 4px;
    width: 55px;
    line-height: 24px;
    border-radius: 11px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    background-color: #ffd927;
}
.route_place>label .add_route_place:hover {
    background-color: rgba(255, 217, 39, 0.7);
}
.route_place>label .add_route_place:active {
    background-color: rgba(255, 217, 39, 1);
}
.route_place>label .add_route_place .layui-icon{
    font-size: 14px;
}
.route_place .layui-input-inline{
    margin-bottom: 8px;
    position: relative;
}
.route_place .del_route_place{
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
    color: #f73636;
    cursor: pointer;
    font-weight: bold;
}
#baoche .need_invoice .layui-form-radio{
    padding-right: 0;
    margin: 5px;
}
#baoche .need_invoice>span{
    color: #888;
}
#baoche .need_invoice .layui-form-radio>i{
    font-size: 20px;
    margin-right: 5px;
}
#baoche .need_invoice .layui-form-radio>i:hover, #baoche .need_invoice .layui-form-radioed>i {
    color: #f0c704;
}
#baoche .layui-textarea{
    border: 1px solid #d2d2d2;
    border-radius: 0;
    padding: 10px;
    background-color: #fcfcfc;
}
#baoche .form_btn{
    text-align: center;
}
#baoche .form_btn p{
    margin-top: 15px;
    text-indent: 5px;
}
#baoche .form_btn a{
    color: #3e9ce4;
}
#baoche .form_btn button{
    outline: none;
    border: 1px solid #FFD927;
    line-height: 40px;
    padding: 0 50px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
}
#baoche .form_btn button[lay-filter="preview"]{
    background-color: #f8d54f;
    border-radius: 21px;
    font-weight: bold;
}
#baoche .form_btn button[lay-filter="preview"]:hover {
    background-color: rgba(255, 217, 39, 0.7);
}
#baoche .form_btn button[lay-filter="preview"]:active {
    background-color: rgba(255, 217, 39, 1);
}
#baoche .layui-select-disabled .layui-disabled{
    border-color: #d2d2d2!important;
}
#baoche .layui-disabled{
    color: #666 !important;
}
#baoche .trip_date{
    width: 120px;
    margin-right: 10px;
}
#baoche .trip_info{
    width: 305px;
}
.invoice_con{
    width: 435px;
    margin-top: 5px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
}
.invoice_con:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 130px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.invoice_con li{
    margin-bottom: 10px;
}
.invoice_con li span{
    display: inline-block;
    width: 60px;
    margin-left: 15px;
    line-height: 30px;
    float: left;
}
.invoice_con li input{
    border: 1px solid #d2d2d2;
    outline: none;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    background-color: #fff;
    width: 315px;
    float: left;
}
.invoice_con .invoice_consignee{
    width: 100px;
}
.invoice_con .invoice_phone{
    width: 118px;
}
.demand_preview ul{
    margin: 20px 30px;
}
.demand_preview ul li .s1 {
    float: left;
    line-height: 24px;
    width: 80px;
    color: #555;
    margin: 4px 0;
}
.demand_preview ul li .s2 {
    float: left;
    line-height: 24px;
    width: 340px;
    color: #000;
    margin: 4px 0;
}
.demand_preview form{
    padding-bottom: 30px;
    text-align: center;
}
.demand_preview button{
    width: 150px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: none;
    cursor: pointer;
    border: 1px solid #f8d54f;
    background-color: #f8d54f;
    margin: 0 8px;
}
#rewrite{
    background-color: #fff;
}

#wx_ewm{
    width: 100%;
    height: 260px;
    text-align: center;
}
#wx_ewm iframe{
    height: 340px !important;
}
.ok_tip{
    padding: 25px 30px 5px;
    font-size: 16px;
}
.ok_tip span{
    font-weight: bold;
    font-size: 16px;
}
.ok_tip i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 2px;
    text-align: center;
    color: #22BF66;
    border: 3px solid #22BF66;
    border-radius: 100%;
    font-weight: bold;
    font-size: 26px;
    margin-right: 12px;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}
.ok_tip p{
    width: 230px;
    float: left;
    line-height: 23px;
    font-size: 15px;
    font-weight: bold;
}
.bind_gain{
    padding: 0px 70px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.bind_gain .bind_txt{
    font-size: 15px;
    width: 80px;
    float: left;
}
.bind_gain ul{
    width: 170px;
    float: left;

}
.bind_gain ul li i{
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: white;
    border-radius: 100%;
    font-weight: bold;
    float: left;
    background-color: #FFDA44;
    margin-right: 8px;
}
.bind_gain ul li{
    line-height: 22px;
    margin-bottom: 15px;
}
.wx_bind_btn{
    border-top: 1px solid #ddd;
}
.wx_bind_btn button{
    outline: none;
    border: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
}
.wx_bind_btn button:hover{
    background-color: #fcfcfc;
}
.wx_bind_btn button:active{
    background-color: #fff;
}
#check_sms{
    padding: 20px 20px 30px;
}
#check_sms .layui-form-item {
    position: relative;
}
#check_sms .layui-form-item .layui-form-label {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 10;
    width: auto;
    padding: 0;
}
#check_sms .layui-form-item .layui-input-block {
    margin-left: 0;
}
#check_sms .layui-form-item .layui-input-block .layui-input {
    padding: 0 10px 0 40px;
}
#check_sms .layui-form-item .layui-form-label i {
    font-size: 20px;
    color: #666;
}
#check_sms .layui-form-item .layui-input-block input[name='verify'] {
    width: 165px;
    display: inline-block;
    margin-right: 10px;
}
#check_sms .form_btn button {
    text-align: center;
    width: 100%;
    border: none;
    outline: none;
    background-color: #ffd927;
    line-height: 42px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 4px;
}
#get_verify {
    display: inline-block;
    line-height: 38px;
    width: 105px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #ffd927;
}
#get_verify:hover {
    background-color: rgba(255, 217, 39, 0.8);
}
#get_verify:active {
    background-color: rgba(255, 217, 39, 1);
}
.tip_msg{
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    text-indent: 8px;
    color: #5FB878;
}
/*-------------方式二：线路包车-----------------*/
.order_way_two{
    background: #fff;
    padding: 40px 0;
}
.order_way_two .way_con ul{
    margin-top: -15px;
}
.order_way_two .way_con ul .empty{
    padding: 30px 0;
    text-align: center;
}
.order_way_two .way_con ul .empty p{
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
}
.order_way_two .way_con ul li{
    float: left;
    width: 290px;
    margin: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #eaeaea;
    border-radius: 2px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.order_way_two .way_con ul li:nth-child(4n+1){
    margin-left: 0;
}
.order_way_two .way_con ul li:nth-child(4n+0){
    margin-right: 0;
}
.order_way_two .way_con ul li .box_img{
    overflow: hidden;
    height: 191px;
}
.order_way_two .way_con ul li .box_img img{
    width: 100%;
    transition-duration: 0.5s;
    height: 191px;
}
.order_way_two .way_con ul li:hover{
    border: 2px solid #ffd927;
}
.order_way_two .way_con ul li:hover .box_img img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.order_way_two .way_con ul li h1{
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    text-indent: 10px;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}
.order_way_two .way_con ul li .route_info>span{
    font-size: 12px;
}
.order_way_two .way_con ul li .route_info span img{
    margin-left: 5px;
}
.order_way_two .way_con ul li .route_info .route_price{
    float: right;
    margin-right: 10px;
}
.order_way_two .way_con ul li .route_info .route_price .price{
    font-size: 24px;
    margin-top: -8px;
}
.order_way_two .way_con ul li .route_info .route_price span{
    float: left;
}
/*-------------方式三：任性包车-----------------*/
.order_way_three{
    background: #f9f9fb;
    padding: 40px 0;
}
.order_way_three .way_con ul .empty{
    text-align: center;
    padding: 30px 0;
}
.order_way_three .way_con ul .empty p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
}
.order_way_three .way_con ul li{
    float: left;
    width: 392px;
    margin: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.order_way_three .way_con ul li:first-child{
    margin-left: 0;
}
.order_way_three .way_con ul li:last-child{
    margin-right: 0;
}
.order_way_three .way_con ul li img{
    width: 100%;
}
.order_way_three .way_con ul li h1{
    position: absolute;
    text-align: center;
    top: 100px;
    font-size: 26px;
    margin: 0;
    color: white;
    width: 100%;
    letter-spacing: 5px;
}
.order_way_three .way_con ul li p{
    position: absolute;
    text-align: center;
    top: 140px;
    font-size: 18px;
    line-height: 36px;
    color: white;
    width: 100%;
    letter-spacing: 2px;
}
.order_way_three .way_con ul li .taocan_info{
    padding: 10px 12px 30px 12px;
    line-height: 25px;
    min-height: 100px;
}
.order_way_three .way_con ul li .taocan_info span{
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    background-color: #ffd927;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 12px;
}
.order_way_three .way_con ul li .taocan_price{
    float: left;
    margin-left: 20px;
}
.order_way_three .way_con ul li .taocan_price .price{
    font-size: 32px;
    margin-top: -18px;
}
.order_way_three .way_con ul li .taocan_price span{
    float: left;
}
.order_way_three .way_con ul li .taocan_link{
    float: right;
    margin-right: 20px;
    margin-top: -10px;
}
.order_way_three .way_con ul li .taocan_link button{
    display: inline-block;
    line-height: 35px;
    padding: 0 40px;
    border: 1px solid #ffd927;
    outline: none;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.order_way_three .way_con ul li .taocan_link i{
    font-size: 13px;
    position: absolute;
    left: 110px;
    color: #ffd927;
}
.order_way_three .way_con ul li .taocan_link button:hover{
    background-color: #ffd927;
}
.order_way_three .way_con ul li .taocan_link button:hover i{
    color: #555;
}
/*-------------方式四：找调度员-----------------*/
.order_way_four{
    background: #fff;
    padding: 40px 0 20px;
}
.order_way_four .way_con .empty{
    text-align: center;
    padding: 30px 0;
}
.order_way_four .way_con .empty p{
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
}
.order_way_four .way_con .salesmans{
    display: block;
}
.order_way_four .way_con .salesman{
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 270px;
    border: 3px solid #ffd927;
    padding: 20px;
}
.salesmans{
    text-align: center;
    /* width: 564px; */
    height: 394px;
    display: inline-block !important;
    vertical-align: top;
}
.salesmans>li{
    text-align: left;
    display: inline-block;
    width: 470px;
    height: 350px;
    margin: 0 25px;
    border: 2px solid #ffd927;
    padding: 20px;
	float:left;
}
.salesman_avatar{
    width: 120px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    position: relative;
}
.salesman_avatar p{
    font-size: 14px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 28px;
    background-color: #ffd927;
}
.salesman_info{
    margin-top: 20px;
    width: 330px;
    float: left;
    min-height: 82px;
}
.salesman_info h1{
    font-size: 22px;
    line-height: 35px;
    margin: 0;
}
.salesman_info h1 a{
    font-size: 22px;
}
.salesman_info h1 a:hover{
    text-decoration: underline;
}
.salesman_info h1 img{
    margin-top: 6px;
    margin-left: 10px;
}
.salesman_info h1 span{
    font-size: 18px;
    font-weight: bold;
}
.salesman_info p{
    color: #9a9a9a;
    line-height: 20px;
    margin-top: 5px;
}
.salesman_contact{
    float: left;
    width: 240px;
    margin-top: 5px;
}
.salesman_contact li{
    line-height: 25px;
    font-size: 15px;
}
.salesman_contact p{
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
}
.salesman_code{
    float: left;
    width: 80px;
}
.salesman_code img{
    width: 80px;
}
.salesman_praise{
    float: left;
    width: 100%;
    line-height: 25px;
    margin: 5px 0;
    margin-top: 15px;
}
.salesman_praise li{
    margin: 5px 0;
}
.salesman_praise li .progress{
    display: inline-block;
    width: 315px;
    margin: 0 20px 0 10px;
    height: 10px;
    background-color: #a9a9a9;
}
.salesman_praise li img{
    margin-right: 3px;
}
.salesman_praise li span{
    display: inline-block;
    width: 38px;
    text-align: center;
}
.salesman_praise .progress_fill{
    height: 10px;
}
.salesman_praise_list{
    margin-top: 5px;
    float: left;
    background-color: #f6f6f6;
    padding: 10px 5px;
    line-height: 30px;
}
.salesman_praise_list .zan{
    width: 30px;
    float: left;
}
.salesman_praise_list .zan img{
    margin-top: 12px;
}
.salesman_praise_list .zan_num{
    width: 70px;
    float: left;
    margin-right: 5px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
.salesman_praise_list .zan_num span{
    color: #ed7615;
    font-weight: bold;
    font-size: 14px;
}
.salesman_praise_list .zan_list{
    width: 355px;
    float: left;
}
.salesman_praise_list .zan_list li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 25px;
}

.salesman .salesman_avatar{
    width: 160px;
    margin-left: 10px;
}
.salesman .salesman_info{
    width: 480px;
    margin-top: 0px;
}
.salesman .salesman_contact{
    margin-top: 15px;
    width: 100%;
}
.salesman .salesman_contact li{
    display: inline-block;
    width: 180px;
}
.salesman .salesman_praise_list{
    margin-top: 10px;
}
.salesman .salesman_code{
    width: 250px;
    float: left;
    text-align: center;
    margin-top: 40px;
}
.salesman .salesman_code img{
    width: 130px;
    margin-bottom: 15px;
}
.salesman .salesman_code p{
    font-size: 15px;
    text-indent: 12px;
}
.salesman .salesman_account{
    width: 270px;
    float: left;
    text-align: center;
    padding-top: 80px;
    line-height: 30px;
}
.salesman .salesman_account ul{
    margin-bottom: 10px;
}
.salesman .salesman_account p{
    font-size: 15px;
}
.salesman .salesman_account p span{
    font-size: 15px;
    color: #ed9915;
    font-weight: bold;
}

.dispatcherul{
    text-align: center;
 /*    width: 564px; */
    height: 394px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.dispatcherul>li{
    text-align: left;
    display: inline-block;
    width: 470px;
    height: 350px;
    margin: 0 25px;
    border: 2px solid #ffd927;
    padding: 20px;
}
.dispatcherul .salesman_avatar p{
    background-color: #eee;
}
.dispatcherul .salesman_info{
    margin-top: 0px;
    margin-bottom: 20px;
}
.dispatcherul .lvchehui{
    display: inline-block;
    padding: 0 10px 0 5px;
    border: 1px solid #ed9915;
    color: #ed9915;
    background-color: rgba(255, 225, 30, 0.1);
    border-radius: 15px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 10px;
}
.dispatcherul .lvchehui span{
    font-size: 15px;
    color: #ed9915;
    font-weight: bold;
}
.dispatcherul .lvchehui img{
    margin-top: 4px;
}
.lch_company{
    margin-top: 6px;
    height: 154px;
    overflow: hidden;
}
.lch_company li .s1{
    width: 74px;
    float: left;
    line-height: 24px;
}
.lch_company li .s2{
    width: 395px;
    float: left;
    line-height: 24px;
}
/*------------- 悬浮窗口 -----------------*/
.contact_window_open{
    position: fixed;
    top: 25%;
    left: 2%;
    background-color: #fff;
    border: 1px solid #FFD927;
    width: 200px;
    padding: 15px 10px;
    z-index: 10000;
    display: block;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 4px rgba(255, 217, 39,0.1);
    -moz-box-shadow: 0 0 4px rgba(255, 217, 39,0.1);
    box-shadow: 0 0 4px rgba(255, 217, 39,0.1);
}
.contact_window_open form{
    margin-bottom: 18px;
}
.contact_window_open form p{
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 6px;
    text-indent: 3px;
}
.contact_window_open form input{
    background-color: #f3f3f3;
    line-height: 32px;
    height: 32px;
    width: 110px;
    outline: none;
    padding: 0 15px;
    border: none;
    font-size: 12px;
    float: left;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.contact_window_open form button{
    background-color: #ffd927;
    line-height: 32px;
    width: 60px;
    outline: none;
    border: none;
    cursor: pointer;
    float: left;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 12px;
}
.contact_window_open form button:hover{
    background-color: rgba(255, 217, 39, 0.7);
}
.contact_window_open form button:active{
    background-color: rgba(255, 217, 39, 1);
}
.contact_window_open .now_city{
    font-size: 12px;
    margin-bottom: 14px;
    margin-top: 3px;
    line-height: 24px;
}
.contact_window_open>p{
    font-size: 12px;
}
.contact_window_open .now_city .now_city_value{
    font-size: 18px;
    margin: 0 2px;
    font-weight: bold;
}
.contact_window_open .now_city .city_select{
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 5px;
}
.contact_window_open li{
    margin-top: 15px;
    background-color: #fff;
}
.contact_window_open li .salesman_img{
    float: left;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 100%;
}
.contact_window_open li .salesman_img img{
    width: 42px;
    position: relative;
}
.contact_window_open li .salesman_name{
    float: left;
    margin-left: 8px;
    font-size: 13px;
}
.contact_window_open li .salesman_name span{
    font-size: 14px;
}
.contact_window_open li .qq_wx{
    float: left;
    margin-left: 6px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
}
.contact_window_open li .qq_wx img{
    width: 20px;
}
.contact_window_open li .qq_wx a{
    font-size: 12px;
}
.contact_window_open .contact_window_hongbao{
    width: 220px;
    margin-left: -10px;
    margin-top: 24px;
}
.contact_window_open .contact_window_hongbao img{
    width: 100%;
}
.contact_window_open .close_contact_window{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.contact_window_close{
    position: fixed;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 6px 0;
    z-index: 10000;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    display: none;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    cursor: pointer;
    color: #FFE50C;
    text-indent: 6px;
}
.contact_window_close img{
    margin-top: 4px;
}

.way_window_open{
    position: fixed;
    top: 36%;
    right: 20px;
    background-color: rgba(0,0,0,0);
    width: 180px;
    z-index: 10000;
    display: none;
}
.way_window_open .way_window_open_title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.way_window_open .way_window_open_title span{
    font-size: 24px;
    font-weight: bold;
    margin-right: 3px;
}
.way_window_open ul{
    margin-top: 5px;
    margin-bottom: 15px;
}
.way_window_open ul li{
    text-align: center;
    line-height: 42px;
    background-color: #ffd927;
    margin: 10px 10px 10px 5px;
}
.way_window_open ul li:hover{
    background-color: #f0c704;
}
.way_window_open ul li a{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
}
.way_window_open ul li a.page_select{
    background-color: #454545;
    color: #ffd927;
}
.way_window_open .close_way_window{
    text-align: center;
}
.way_window_open .close_way_window img{
    cursor: pointer;
}

.way_window_close{
    position: fixed;
    top: 48%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 20px;
    height: 100px;
    padding: 15px 10px;
    z-index: 10000;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    display: none;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    color: #f8d54f;
}
.way_window_close img{
    margin-bottom: 5px;
}
.bot_form{
    margin-bottom: 40px;
}
.bot_form form{
    width: 560px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
}
.bot_form form input{
    border: 1px solid #ccc;
    outline: none;
    line-height: 30px;
    font-size: 18px;
    width: 426px;
    float: left;
    padding: 8px 10px 8px 22px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.bot_form form button{
    border: none;
    outline: none;
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    width: 100px;
    cursor: pointer;
    float: left;
    background-color: #ffd927;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.bot_form form button:hover{
    background-color: rgba(255, 217, 39, 0.7);
}
.bot_form form button:active{
    background-color: rgba(255, 217, 39, 1);
}

.contact_window_open .dispatcher{
    width: auto;
    display: inline-block;
    padding: 0 8px;
    line-height: 30px;
    background-color: #ffd927;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 15px;
}

.xbc_header{
	min-width:1200px;
	width: 100%;
    height: 744px;
    background: url("https://tgimage.xiangbaoche.cn/icon_banner_bg2.png?v=20191106") no-repeat;
	background-position:center center;
	background-size:100% 100%;
}
.xbc_header_wrap{
	width:1200px;
	height:100%;
	margin:0 auto;
	position: relative;
}
.xbc_header_top{
	padding-top:122px;
}
.xbc_header_top .left{
	height:400px;
	width:432px;
	box-shadow: 0 0 10px rgba(139,141,153,.27);
	float:left;
}
.choose_type{
	background: rgba(51,51,51,.7);
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.choose_type_l,.choose_type_r{
	padding-top:6px;
	text-align:center;
	width:50%;
	height:48px;
	line-height:48px;
	/* border-top-left-radius: 4px; */
	font-size:18px;
	color:#fff;
	float:left;
}
.choose_type_l .choose_type_l_t{
	font-size:18px;
}
.choose_type_r .choose_type_r_t{
	font-size:18px;
}
.ochindex_tab_item{
	position:relative;
}
.choose_type_l.ochindex_tab_item.is_pick{
	border-radius:10px 60px 0 0;
}
.ochindex_tab_item.is_active{
	color:#333333;
	background:#fff;
}
.ochindex_tab_item.is_active .choose_type_l_t,.ochindex_tab_item.is_active .choose_type_r_t{
	color:#333;
}
.ochindex_tab_item .choose_type_r_t{
	color:#fff;
}
.ochindex_tab_item.is_drop{
	border-radius:10px 60px 0 0;
}
.ochindex_tab_item.is_drop .choose_type_l_t,.ochindex_tab_item.is_drop .choose_type_r_t{
	color:#fff;
}
.ochindex_tab_item::after{
	content: '';
    display: none;
    background: inherit;
    height: 100%;
    width: 42px;
    position: absolute;
    top: 0;
}
.choose_type_r.ochindex_tab_item.is_active{
	border-radius:60px 10px 0 0;
}
.ochindex_tab_item.is_active::after{
	display:block;
}
.choose_type_r.ochindex_tab_item.is_pick::after{
	border-radius: 10px 0 0;
    left: 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.ochindex_tab_item.is_pick::after{
    border-radius: 0 10px 0 0;
    right: 0;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);	
}
.ochindex_tab_item.is-drop::after {
    border-radius: 10px 0 0;
    left: 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}
.countDown{
	background:#fff;
}
.countDownContent{
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 0 0 10px rgba(139,141,153,.27); */
    padding-bottom: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;	
	position:relative;
}
.countDownContent.step2{
	display:none;
}
.countDownTitle{
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:24px;
}
.countDownStep1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 26px;	
}
.countDownStep1 .cdsleft{
    display: flex;
    justify-content: center;
    align-items: center;	
}
.countDownStep1 .cdsleft i{
    width: 20px;
    height: 20px;
    background: #333;
    color: #fff;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    font-style: normal;	
	position:relative;
}
.countDownStep1 .cdsleft i::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;	
}
.countDownStep1 .cdsright{
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    margin-left: 5px;	
}
.countDownStep2,.countDownStep3,.countDownStep4,.countDownStep6,.countDownStep7,.countDownStep8{
    padding:0 24px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;	
}
.countDownStep6{
	margin-top:20px;
}
.countDownStep7 .cdcTel input{
	width:380px;
}
.countDownStep8{
	width:100%;	
}
.countDownStep9{
	padding:0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;	
}
.countDownStep8 textarea{
	width:100%;
	padding:12px;
    border:1px solid #D5D5D5;
	border-radius:4px;
	box-sizing:border-box;
	resize:none;
}
.cdcCity,.cdcNumber,.cdcTel,.cdcName{
	position:relative;
	background:#FEFEFE;
	border:1px solid #D5D5D5;
	border-radius:4px;
}
.cdcCity input, .cdcNumber input {
    width: 182px;
    background: #fff;
    border: none;
    padding: 0 0 0 60px;
    color: #333333;
}
.cdcTel input, .cdcName input {
    width: 192px;
    background: #fff;
    border: none;
    padding: 0 0 0 60px;
    color: #333333;
}
.cdcCity input, .cdcNumber input, .cdcTel input,.cdcName input{
    border-radius: 4px;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    height: 42px;
    box-sizing: border-box;
}
.cdcTitle {
    padding-left: 10px;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 0;
}
.cdcCity .cdcright{
    display: inline-block;
    width: 11.3px;
    height: 22px;
    background: url(../image/new/icon_city_right.png?v=ab3de6a) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 8px;	
}
.cdsButton{
	width:100%;
	height:46px;
	line-height:46px;
	background-color:#FFDA44;
	color:#333;
	font-size:16px;
	border-radius:4px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.countDownStep5 ul{
	box-sizing: border-box;
	display: flex;
    align-items: center;
	justify-content: space-between;
	width:100%;
}
.countDownStep5 ul li{
	font-size:12px;
	color:#999;
	width:25%;
	padding-left: 14px;
}
.countDownStep5 ul li i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/new/icon_true.png?v=f613bf0) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;	
}
.countDownStep5{
    padding:0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;	
}
.xbc_header_top .right{
	float:left;
	margin-left:129px;
}
.xbc_video_title{
	color:#333;
	font-size:22px;
	margin-bottom:12px;
	text-align:center;
}
.xbc_video_content{
	width:560px;
	height:290px;
	background: url(../image/new/xbc_video_bg.png?v=f613bf0) no-repeat;
    background-size: 100% 100%;
	padding:15px 10px 10px;
}
.xbc_video_content video{
	width:100%;
	height:100%;
}
.xbc_header_bottom{
	width:100%;
	height:163px;
	background:rgba(255,255,255,0.5);
	clear:both;
	position:absolute;
	left:0;
	bottom:0;
}
.xbc_header_bottom ul{
	overflow:hidden;	
	margin-top: 40px;
}
.xbc_header_bottom ul li{
	float:left;
	width:33.3%;
	text-align:center;
}
.xbc_header_bottom .xhbNum{
	color:#333;
	font-size:52px;
	font-family: 'din-bold';
	font-weight:bold;
}
.xbc_header_bottom .xhbTxt{
	color:#565450;
	font-size:18px;
}
.xbc_car{
	background:#fff;
	position:relative;
	padding-bottom: 50px;
}
.xbc_car_bg{
	position:absolute;
	top:159px;
	right:0;
	width:204px;
	height:541px;
}
.xbc_car_bg img{
	width:100%;
	height:100%;
}
.xbc_car_more{
	border:1px solid #E3E3E3;
	text-align:center;
	height:44px;
	line-height:44px;
	width:219px;
	color:#666;
	font-size:16px;
	margin:20px auto 0;
	border-radius:4px;
}
.xbc_car_more:hover{
	border:1px solid #FFDA44;
	background-color:#FFDA44;
	color:#333;
	cursor:pointer;
}
.xbc_car_more:hover{
	cursor:pointer;
}
.xbc_car_wrap{
	width:1200px;
	margin:0 auto;	
}
.xbc_car_top{
	margin-top:60px;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	padding:30px 52px 10px 0;
	margin-bottom:64px;
	overflow:hidden;
}
.xct_l{
	float:left;
}
.xct_l_t{
	padding-top:10px;
	padding-bottom:18px;
	color:#333;
	font-size:26px;
	font-weight:bold;
}
.xct_l_b{
	color:#666;
	font-size:18px;
}
.xct_r{
	width:335px;
	height:102px;
	float:right;
}
.xct_r img{
	width:100%;
	height:100%;
}
.xbc_car_bottom{
	clear:both;
}
.xbc_car_intro{
	margin-bottom:52px;
	overflow: hidden;
}
.xci_t{
	color:#333;
	font-size:26px;
	text-align:left;
	font-weight:bold;
	margin-bottom:18px;
}
.xci_t span{
	color:#FF8C1C;
	font-size:42px;
	font-family: 'din-bold';
	font-weight:bold;
}
.xci_b ul li{
	width:110px;
	float:left;
	color:#666;
	font-size:16px;
}
.xci_b ul li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/new/icon_true_yellow.png?v=f613bf0) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
}
.xbc_car_box{
	position:relative;
	
}
.xbc_car_box .xbc_icon_search{
	position:absolute;
	width:48px;
	height:48px;
	top:50%;
	margin-top:-24px;
	left:81px;
	z-index:999;
	display:none;
}
.xbc_car_box .xbc_icon_search img{
	width:100%;
	height:100%;
}
.xbc_car_box .xbc_car_img{
	position:absolute;
	width:210px;
	height:146px;
	top:0;
	left:0;
	overflow: hidden;
	z-index:998;
}
.xbc_car_box .xbc_car_img:hover .xbc_icon_search{
	display:block;
}
.xbc_car_box .xbc_car_img:hover img{
	transform: scale(1.1);
	cursor:pointer;
}
.xbc_car_box .xbc_car_img img{
	width:100%;
	height:100%;
}
.xbc_car_box .xbc_car_content{
	padding-left:234px;
	text-align:left;
}
.xbc_car_content .xcc_title{
	color:#171721;
	font-size:18px;
	font-weight:bold;
}
.xbc_car_list{
	clear:both;
}
.xbc_car_list ul{
	overflow:hidden;
}
.xbc_car_list ul li{
	width:50%;
	float:left;
	margin-bottom:40px;
	height:146px;
}
.xcc_time_num{
	overflow:hidden;
	margin-top:15px;
}
.xcc_time_num .xcc_time_num_l,.xcc_time_num .xcc_time_num_r{
	font-size:14px;
	color:#848484;
}
.xcc_time_num_l{
	width:196px;
	float:left;
}
.xcc_time_num_r{	
	float:left;
}
.xcc_moto{
	font-size:14px;
	color:#848484;	
	margin-top:15px;
}
.xcc_bz{
	overflow:hidden;
	border:1px solid #E3E3E3;
	width:250px;
	margin-top:15px;
}
.xcc_bz .xcc_bz_l{
	color:#FF8C1C;
	font-size:12px;
	float:left;
	width:44px;
	height:24px;
	line-height:24px;
	background:#F4F4F4;
	text-align:center;
}
.xcc_bz .xcc_bz_r{
	color:#848484;
	font-size:12px;
	float:left;
	text-align:left;
	padding-left:10px;
	height:24px;
	line-height:24px;
}
.xbc_referential_order{
	background:#f6f6f6;
	padding:60px 0;
}
.xro_wrap{
	margin:0 auto;
	width:1200px;
}
.xro_title{
	font-size:28px;
	color:#333;
	font-weight:bold;
}
.xro_title span{
	color:#FF8C1C;
	font-size:42px;
	font-family: 'din-bold';
	font-weight:bold;
}
.xro_ps{
	color:#666;
	font-size:16px;
	margin-top:18px;
	margin-bottom:40px;
}
.xro_content{
	position:relative;
}
.xro_list{
	overflow:hidden;
}
.xro_list li{
	width:25%;
	float:left;
	padding:9px;
	box-sizing:border-box;
}
.xro_list .xro_item{
	background:#fff;
	padding:22px 14px;
	display: block;
}
.xro_item_title{
	color:#333;
	font-size:16px;	
	overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height:48px;
	line-height:24px;
	
}
.xro_item:hover .xro_item_title{
	font-weight:bold;
}
.xro_item_car{
	margin:15px 0;
}
.xro_item_car img{
	width:80px;
	height:60px;
	display:inline-block;
	margin-right:2px;
}
.xro_item_car img.last{
	margin-right:0;
}
.xro_item_info{
	padding-left:44px;
	position:relative;
}
.xro_item_info_left{
	width:34px;
	height:34px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.xro_item_info_left img{
	width:100%;
	height:100%;
	border-radius: 100%;
}
.xro_item_info_right{
	display:inline-block;	
}
.xro_item_info_right .xro_item_phone{
	color:#666;
	font-size:14px;
}
.xro_item_info_right .xro_item_info_time{
	color:#999;
	font-size:12px;
}
.xro_item_price{
	text-align:right;
	color:#666;
	font-size:16px;
	margin-top:22px;
}
.xro_item_price span{
	font-size:18px;
	color:#F0476A;
}
.xbc_referential_order_more{
	border:1px solid #E3E3E3;
	text-align:center;
	height:44px;
	line-height:44px;
	width:219px;
	color:#666;
	font-size:16px;
	margin:50px auto 0;
	cursor:pointer;
	border-radius:4px;
}
.xbc_referential_order_more:hover{
	border:1px solid #FFDA44;
	background-color:#FFDA44;
	color:#333;
	cursor:pointer;
}
.xro_button{
	position:absolute;	
	height:44px;
	width:44px;
	background-color: #F9F9F9;
	color:#333;
	z-index:998;
	border-radius: 4px;
	opacity: 1;
	font-size: 24px;
    font-weight: 500;
}
.layui-carousel-arrow.xro_button_left{
	left:-54px;
	top:50%;
	margin-top:-22px;
	background: url(../image/new/referential_order_off.png?v=ab3de6a) no-repeat;
	-webkit-background-size: contain;
    background-size: contain;
}
.layui-carousel-arrow.xro_button_left:hover{
	background: url(../image/new/referential_order_on.png?v=ab3de6a) no-repeat;
	-webkit-background-size: contain;
    background-size: contain;
}
.layui-carousel-arrow.xro_button_right{
	right:-54px;
	top:50%;
	left:auto!important;
	margin-top:-22px;
	background: url(../image/new/referential_order_off2.png?v=ab3de6a) no-repeat;
	-webkit-background-size: contain;
    background-size: contain;
}
.layui-carousel-arrow.xro_button_right:hover{
	background: url(../image/new/referential_order_on2.png?v=ab3de6a) no-repeat;
	-webkit-background-size: contain;
    background-size: contain;
}
.how_to_bus{
	background:#fff;
	width:1200px;
	margin:0 auto;
	padding:60px 0 74px 0;
	position:relative;
}
.how_to_bus .hts_title{
	font-size:28px;
	color:#333;
	font-weight:bold;
}
.how_to_bus .hts_txt1{
	color:#FF8C1C;
	font-size:16px;
	font-weight:bold;
}
.how_to_bus .hts_txt2{
	color:#333333;
	font-size:16px;
}
.how_to_bus img{
	margin-top:63px;
	width:100%;
	height:540px;
}
.xbc_our_advantage{
	overflow:hidden;
	position:relative;
}
.xbc_our_advantage .xoa_wrap{
	width:1200px;
	margin:0 auto;	
}
.xbc_our_advantage .xoa_title{
	color:#333;
	font-size:28px;
	font-weight:bold;
	margin-bottom:60px;
}
.xbc_our_advantage .xoa_title span{
	color:#333;
	font-size:16px;
}
.xbc_our_advantage ul{
	overflow:hidden;
}
.xbc_our_advantage ul li{
	width:100%;
	float:left;
	height:184px;
	margin-bottom:40px;
	box-sizing: border-box;
}
.xbc_our_advantage ul li img{
	width:100%;
	height:100%;
}
.xoa_img img{
	width:437px;
	height:184px;
}
.xoa_txt_t{
	color:#333;
	font-size:20px;
	font-weight:bold;
}
.xoa_txt_t img{
	width:20px;
	height:30px;
}
.xoa_txt_b{
	padding-left:24px;
	padding-top:24px;	
}
.xoa_txt_b div{
	color:#848484;
	font-size:16px;
	line-height:28px;
}
.xbc_our_advantage ul li.xoa_txt{
	padding-top:50px;
	padding-left:50px;
}
.xoa_bg{
	width:203px;
	height:540px;
	position: absolute;
    top: 131px;
    left: 0;
}
.xoa_bg img{
	width:100%;
	height:100%;
}
.xbc_download_source{
	background:#F7F7F7;
}
.xds_wrap{
	width:1200px;
	margin:0 auto;
	padding:60px 0;	
}
.xds_title{
	color:#333;
	font-size:28px;
	font-weight:bold;
}
.xds_title span{
	color:#333;
	font-size:16px;
}
.xds_content{
	background:#fff;
	margin-top:42px;
	height:300px;
	font-size:0;
	overflow: hidden;
	position:relative;
	padding-left:364px;
}
.xds_l{
	width:278px;
	height:247px;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:26px;
}
.xds_l img{
	width:100%;
	height:100%;
}
.xds_m{
	width:440px;
}
.xds_m_content{
	width:218px;
	float:left;
	margin-top:107px;
}
.xds_m_txt1{
	color:#1B1915;
	font-size:20px;
	font-weight:bold;
}
.xds_m_txt2{
	color:#666;
	font-size:14px;
	margin-top:12px;
	margin-bottom:22px;
}
.xds_app_l{
	width:76px;
	height:22px;
	display:inline-block;
	margin-right:8px;
}
.xds_app_r{
	width:76px;
	height:22px;
	display:inline-block;
}
.xds_app_qrcode{
	width:146px;
	height:123px;
	float:left;
	margin-top:100px;
}
.xds_app_qrcode img{
	width:100%;
	height:100%;
}
.xds_line{
	width:1px;
	height:87px;
	background:#E3E3E3;
	float:left;
	margin:109px 59px 0 76px;
}
.xds_r_t{
	width:180px;
	float:left;
	margin-top:107px;
}
.xds_r_txt1{
	color:#1B1915;
	font-size:20px;
	font-weight:bold;
}
.xds_r_txt2{
	color:#666;
	font-size:14px;
	margin-top:12px;
}
.xds_r_b{
	float:left;
	margin-top:100px;
}
.xds_r_b img{
	width:112px;
	height:122px;	
}
.xds_r_b_txt{
	font-size:12px;
	color:#666;
	text-align:center;
	line-height: 30px;
}
.xbc_about_us{
	width:1200px;
	margin:0 auto;
	padding:60px 0;
	background:#fff;
}
.xau_title{
	color:#333;
	font-size:28px;
	font-weight:bold;
}
.xau_title span{
	color:#333;
	font-size:16px;
}
.xau_content{
	color:#666;
	font-size:16px;
	line-height:32px;
	text-indent:32px;
	margin-top:40px;
}
.xau_img{
	width:100%;
	height:272px;
	margin:60px 0;
}
.xau_img img{
	width:100%;
	height:100%;
}
.xau_more{
	border:1px solid #E3E3E3;
	text-align:center;
	height:44px;
	line-height:44px;
	width:219px;
	color:#666;
	font-size:16px;
	margin:0 auto;
	border-radius:4px;
}
.xau_more:hover{
	border:1px solid #FFDA44;
	background-color:#FFDA44;
	color:#333;
	cursor:pointer;
}
.xbc_quote{
	background:#F9F9F9;
	padding:60px 0;
}
.xq_wrap{
	margin:0 auto;
	width:1200px;
	overflow:hidden;
}
.xq_title{
	font-size:28px;
	color:#333;
	margin-bottom:60px;
	font-weight:bold;
}

.xbc_quote form{
    position: relative;
	overflow:hidden;
}
.xq_cbBox{
    line-height: 34px;
    border: 1px solid #D5D5D5;
    padding: 0 10px;
    color: #BABABA;
    outline: none;
    height: 34px;
    font-size: 14px;
	float: left;
	width:198px;
    margin-right: 12px;
	position:relative;
}
.xq_cbTitle{
	position:absolute;
	top:0;
	left:10px;
	width:50px;
	color:#333;
}
.xq_cbRight{
    display: inline-block;
    width: 11.3px;
    height: 22px;
    background: url(../image/new/icon_city_right.png?v=ab3de6a) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 8px;	
}
.xq_cbBox input{
	border:none;
	padding-left:50px;
	color:#333;
	width: 150px;
    height: 100%;
	line-height:34px;
}
.xq_cbBox input::-webkit-input-placeholder,.xq_cbBox2 input::-webkit-input-placeholder{
	color: #B8B8B8;
	line-height:42px;
}
.xq_cbBox input::-moz-placeholder,.xq_cbBox2 input::-moz-placeholder{
	color: #B8B8B8;
	line-height:42px;
}
.xq_cbBox input::-ms-input-placeholder,.xq_cbBox2 input::-ms-input-placeholder{
	color: #B8B8B8;
	line-height:42px;
}
.countDownStep8 textarea::-webkit-input-placeholder{
	color: #B8B8B8;
	font-size:16px;
}
.countDownStep8 textarea::-moz-placeholder{
	color: #B8B8B8;
	font-size:16px;
}
.countDownStep8 textarea::-ms-input-placeholder{
	color: #B8B8B8;
	font-size:16px;
}
.xq_cbBox2 input{
	border:none;
	color:#BABABA;
	width: 100%;
    height: 100%;
	line-height:34px;
}
.xq_cbBox2{
    line-height: 36px;
    border: 1px solid #737373;
    padding: 0 10px;
    color: #BABABA;
    outline: none;
    height: 36px;
    font-size: 14px;
	float: left;
	width:300px;
    margin-right: 24px;	
}
.xbc_quote form button{
    width: 158px;
    line-height: 34px;
    background-color: #FFDA44;
    border: 1px solid #FFDA44;
    cursor: pointer;
    float: left;
    outline: none;
	color:#333;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
}
.xbc_icon_red{
    position: fixed;
    left: 30px;
    bottom: 180px;
    height: 104px;
    width: 120px;
    z-index: 9999;	
	display:none;
}
.xbc_icon_red:hover{
	cursor:pointer;
}
.xbc_icon_red img{
	width:100%;
	height:100%;
}
.xbc_bg_red_box{
	position:relative;
}
.xbc_red_cancle{
    display: block;
    position: absolute;
    right: 28px;
    bottom: 0;
    margin-bottom: 30px;
    width: 28px;
    height: 28px;
    z-index: 9999;
}
.xbc_red_cancle img{
	width:100%;
	height:100%;
}
.xbc_bg_red{
	position: fixed;
    left: 50%;
    bottom: 0;
    height: 143px;
    width: 1224px;
	margin-left:-612px;
    z-index: 9999;
}
.xbc_bg_red:hover{
	cursor:pointer;
}
.xbc_bg_red img{
	width:100%;
	height:100%;
}
.poster{
	width:100%;
	height:100%;
	cursor:pointer;
}













