#tb_base{
    width: 100%;
    table-layout: fixed;
}
#tb_base tr td.td_layout_right{
    width: 750px;
    background-color: #fafafa;
}
#tb_base tr td.td_layout_left, #tb_base tr td.td_layout_right{
    vertical-align: top;
}
#leftContainer{
    position: relative;
}
#mapContainer{}
#mainLayout{
    /*overflow-y: auto;*/
}
#mainContainer, #mainFrame{
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
#mainFrame{
    /*visibility:  hidden;*/
    overflow-x: hidden;
    display: none;
}
/*.modal-backdrop, .modal{
    width: 750px;
    left: auto !important;
}*/
.modal-dialog{
    margin: 50px auto 0 !important;
}
/*query*/
#mainQuery{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
}
#mainQuery > ul{
    height: 40px;
    border: 1px solid #3887fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    float: left;
    overflow: hidden;
}
#mainQuery > ul > li{
    width: 128px;
    height: 100%;
    text-align: center;
    color: #3887fe;
    font-size: 2rem;
    line-height: 36px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
#mainQuery > ul > li.active{
    color: #fff;
    background-color: #3887fe;
}
#queryMainForm{
    float: left;
}
#queryMainForm > div{
    width: 56px;
    height: 40px;
    float: left;
}
#queryMainForm > div:first-child{
    width: 414px;
    position: relative;
}
#queryMainForm > div:first-child ul{
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    background-color: #fff;
}
#queryMainForm > div:first-child ul li{
    width: 100%;
    height: 36px;
    color: #999;
    line-height: 36px;
    padding: 0 5px 0 32px;
    background: url(../images/new/query.png) no-repeat 12px 11px;
    background-size: 14px 14px;
}
#queryMainForm > div:first-child ul li span{
    color: #000;
}
#queryMainForm > div:first-child ul li:hover{
    background-color: #ebebeb;
    cursor: pointer;
}
#queryMainForm .form-control{
    width: 100%;
    height: 100%;
    border-right-width: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
}
#queryMainForm .form-control:focus{
    border: 1px solid #ccc;
    -webkit-box-shadow: none ;
    box-shadow: none;
}
.btn_sbt{
    width: 100%;
    height: 100%;
    border: none;
    background: #3887fe url(../images/query.png) no-repeat center;
    background-size: 25px 25px;
}
.btn_sbt:active{
    background-color: #297dfb;
}
/*header*/
#header{
    /*width: 100%;*/
    height: 70px;
    margin-bottom: 0;
}
#header > li{
    width: 20%;
    height: 70px;
    float: left;
    background-color: #3887fe;
    position: relative;
}
#header > li > a, #header > li.active > a{
    display: block;
    height:100%;
    color: #fff;
    font-size:2.4rem;
    line-height: 68px;
    text-align: center;
    text-decoration: none;
}
#header > li.active > a{
    background-color: #0c53b2;
}
#header > li > a div{
    display: inline-block;
}
#header > li > a div .triangle-down{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    float: right;
    margin: 31px 0 0 10px;
}
#header > li span.line{
    display: inline-block;
    width:1px;
    height: 40px;
    background-color: #2a77e3;
    position: absolute;
    top: 15px;
    right: 0;
}
#header > li ul{
    width: 100%;
    position: absolute;
    top: 70px;
    z-index:1001;
    display: none;
}
#header > li ul li{
    height: 50px;
    background-color: #fff;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
}
#header > li ul li a{
    display: block;
    height: 100%;
    color: #333;
    font-size: 1.7rem;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}
#header > li ul li a:hover{
    background-color: #eee;
}
#header > li ul li a.active{
    color: #468cff;
}
/*footer*/
#footer{
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
}
#footerMain{
    height: 100%;
    position: relative;
}
#footerBg, #footerContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#footerBg{
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,243,240,0)), to(rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(245,243,240,0), rgba(51,51,51,1));
    background: -moz-linear-gradient(top, rgba(245,243,240,0), rgba(51,51,51,1));
    background: -o-linear-gradient(top, rgba(245,243,240,0), rgba(51,51,51,1));
    background: linear-gradient(to bottom, rgba(245,243,240,0), rgba(51,51,51,1)); /* 标准的语法 */
}
#footerContainer{
    z-index: 11;
}
#qrcode{
    width: 100px;
    height: 100px;
    background: url(../images/qrcode_app.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 15px 0 20px;
}
#qrcode_title{
    width: 125px;
    height: 30px;
    background: url(../images/app_title.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-bottom: 10px;
}
#qrcode_tip{
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
#footerRight{
    padding: 15px 0 0 20px;
    color: #fff;
    letter-spacing: 1px;
    font-size:1.3rem;
}
/*mainContainer*/
#mainContainer{
    overflow-y: hidden;
}
.tab_group{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 15px 0 10px 0;
}
.tab_group .dropdown-toggle{
    border: none;
    background: none;
}
.tab_group .dropdown-toggle .caret, .group_unit .dropdown-toggle .caret {
    border-top: 4px solid #999;
    cursor: pointer;
}
.tab_group .dropdown-toggle .caret{
    margin-top: -3px;
}
.group_unit .dropdown-toggle .caret{
    margin-top: 8px;
}
.tab_group .dropdown-menu {
    position: absolute;
    top: 30px;
}
.tab_group .dropdown-menu a.active, .group_unit .dropdown-menu a.active{
    color: #4097e6;
}
.form-control[readonly]{
    background-color: #fff !important;
}
.ul_tab_menu{
    display: inline-block;
    height: 36px;
    border: 1px solid #3887fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 0;
}
.ul_tab_menu li{
    width: 113px;
    height: 100%;
    float: left;
}
.ul_tab_menu li a{
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #3887fe;
    color: #3887fe;
    font-size: 14px;
    line-height: 33px;
    text-decoration: none;
}
.ul_tab_menu li:first-child a{
    border-left-width: 0;
}
.ul_tab_menu li a.active{
    color: #fff;
    background-color: #3887fe;
}
.group_item, .group_items_child{
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.group_items_child{
    background-color: #fafafa;
    border: none;
    border-top: 1px dashed  #ddd;
    margin-bottom: 0;
}
.item_line .group_items_child:first-child{
    border-top-width: 0;
}
.group_item:hover, .gi_hover{
    border: 1px solid #2eabfd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.item_line{
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.tb_cg_route{
    width: 100%;
    height: 84px;
    table-layout: fixed;
}
.tb_cg_route tr td.cg_td_one{
    width: 110px;
}
.tb_cg_route tr td.cg_td_two{
    width: 130px;
}
.tb_cg_route tr td.cg_td_one, .tb_cg_route tr td.cg_td_three{
    vertical-align: middle;
    color: #000;
    font-size: 1.5rem;
    font-family: 黑体;
    text-align: center;;
}
.cg_area{
    display: table;
    max-width: 90px;
    height: 84px;
    float: left;
}
.cg_area span{
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    font-size: 1.5rem;
    font-family: 黑体;
}
.cg_route{
    display: inline-block;
    width: 130px;
    height: 40px;
    background: url(../images/line.png) no-repeat center 12px;
    background-size: 120px 10px;
    padding: 0 5px;
    float: left;
    margin: 20px 10px 0 10px;
}
.cg_route span{
    display: block;
}
.cg_route span, .cg_route div{
    text-align: center;
}
.cg_route div{
    margin-top: 5px;
}
.group_attr div{
    margin-top: 5px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.link_common:link, a.link_common:visited, .s_pay, a.link_normal:link, a.link_normal:visited{
    display: block;
    width: 78px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 6px;
}
a.link_normal:link, a.link_normal:visited{
    display: inline-block;
    width: auto;
    height: 24px;
    padding: 0 10px;
    margin: 0;
}
a.link_common:active, a.link_normal:active, a.link_c:hover{
    opacity: 0.7;
}
.s_pay{
    margin: 0 auto;
}
/*insurance*/
.group_unit{ }
.gu_title{
    padding: 12px 0 12px 15px;
    color: #666;
    font-weight: bold;
}
.gu_cont{
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(240,240,240, 1), 0 0 10px rgba(250, 250, 250, 1);
    box-shadow:  0 0 10px rgba(240,240,240, 1), 0 0 10px rgba(250, 250, 250, 1);
}
.gu_tb{
    width: 100%;
}
.gu_tb tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}
.gu_tb tr:first-child td{
    border-top-width: 0;
}
.gu_tb tr td.gt_td_one{
    width: 90px;
    color: #626262;
}
.gu_tb tr td.gt_td_two{
    width: 200px;
}
.gu_tb tr td.gt_td_three{
    width: 195px;
}
.gu_tb tr td.gt_td_four{
    width: 180px;
}
.gu_tb tr td.gt_td_five{
    width: 50px;
    color: #626262;
}
.gu_tb tr td.gt_td_six{
    width: 20px;
}
.gu_tb tr td.gt_td_seven{
    width: 130px;
}
.gu_tb tr td.gt_td_eight{
    width: 150px;
}
.gu_tb tr td .form-control{
    height: 20px;
    border:none;
    box-shadow: none;
    margin-top: -2px;
    padding-top: 0;
    padding-bottom: 0;
}
.gu_tb tr td select.form-control{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.gu_tb tr td .radio-inline input[type="radio"]{
    position: static;
    float: left;
    margin-top: 4px;
}
.gu_tb tr td .radio-inline{  }
.r_sp_line{
    display: inline-block;
    width: 1px;
    height: 22px;
    border-left: 1px solid #eee;
    float: right;
}
.dd_menu, .dd_menu_change, .dropdown-menu{
    max-height: 350px;
    overflow-y: auto;
}
a.a_position:link, a.a_position:visited{
    display: inline-block;
    padding: 0 5px 0 18px;
    color: #008aec;
    border: 1px solid #008aec;
    background: url(../images/new/position.png) no-repeat 5px 3px;
    background-size: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.a_position:hover{
    opacity:0.7;
}
.pay_union{
    background: url(../images/account/unionpay.png) no-repeat;
}
.pay_ali{
    background: url(../images/account/alipay.png) no-repeat;
}
.pay_i_size{
    width: 40px;
    height:40px;
    float: left;
    background-size: 100% 100%;
}
.pay_choose{}
.gu_tb tr td .pay_choose .radio-inline input[type="radio"]{
    margin-top: 12px;
}
.pay_notice{
    height:40px;
    float: left;
    margin-left: 10px;
}
.pay_choose div:first-child{
    color: #000;
    font-size: 1.4rem;
}
.pay_tip{
    color: #999;
    font-size:1.2rem;
}
.btn_normal{
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    font-size: 1.5rem;
    /*font-weight:bold;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn_normal:active{
    opacity:0.7;
}
/*服务协议*/
.reg-a-link {
    color: #feb500;
    text-decoration: none;
}

.reg-a-link:hover {
    color: #e3a305;
    text-decoration: underline;
    cursor: pointer;
}

.div-show {
    display: none;
    width: 700px;
    height: 600px;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
}

.div-show01 {
    display: none;
    width: 620px;
    height: 690px;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
}

.close-bar {
    width: 18px;
    height: 18px;
    float: right;
    font-size: 24px;
    margin-top: 5px;
    margin-right: 6px;
    line-height: 14px;
}

.close-bar:hover {
    background-color: #dedcdc;
    cursor: pointer;
}

.page-content {
    padding: 10px 10px 10px 25px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.page-content01 {
    padding: 10px 10px 70px 25px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.page-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.page-container {
    width: 100%;
    height: 480px;
    padding-bottom: 20px;
    overflow-y: scroll;
}

.page-container01 {
    width: 100%;
    height: 550px;
    padding-bottom: 20px;
    overflow-y: scroll;
}

.scroll-layer {
    width: 20px;
    height: 530px;
    position: absolute;
    top: 50px;
    right: 7px;
    background-color: #fff;
    z-index: 999999;
}

.agree_title {
    text-align: center;
    font-size: 1.2em;
    color: #000;
}
.p_title {
    width: 100%;
    color: #272727;
}
.agree_content p{
    text-indent:28px;
}
.agree_content p.p_mark{
    color:#f00;
    font-weight:bold;
}
.agree_content p.f_bold, .agree_content p span.f_bold{
    color:#000;
}
a.agreement:link, a.agreement:visited{
    color:#4097e6;
}
a.agreement:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
/*协议end*/
/*邮寄地址*/
.post_icon {
    width: 65px;
    height: 30px;
    color: #4097e6;
    background: #eaf9fc url(../images/insurance/position.png) no-repeat 5px 8px;
    background-size: 14px 14px;
    line-height: 29px;
    text-align: right;
    float: left;
    margin-right: 10px;
    /*display: none;*/
    visibility: hidden;
}

a.c_alink:link, a.c_alink:visited {
    color: #4097e6;
    text-decoration: none;
}

a.c_alink:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.address_active {
    background-color: #eaf9fc;
    border: 1px solid #4097e6;
    padding: 10px 0;
}

.address_active .radio label {
    color: #3e3f40;
    font-weight: bold;
}

.address_active .post_icon {
    /*display: block;*/
    visibility: visible;
}

.address_active .radio {
    margin-left: -1px;
}

#postList .radio span.f_normal, .set_default, .set_edit, .address_default .set_default {
    display: none;
}

#postList .address_default .radio span.f_normal, .address_default .set_edit {
    display: inline-block;
}

.set_success {
    width: 100px;
    height: 30px;
    color: #a1a1a1;
    background: transparent url(../images/true_none.png) no-repeat 5px 6px;
    background-size: 17px 17px;
    line-height: 29px;
    display: inline-block;
}
.pass_panel_pd {
    padding-right: 10px;
    padding-left: 10px;
}
.dept_line {
    color: #999;
    line-height: 35px;
    float: left;
    margin: 0 10px;
}
.col_word {
    line-height: 38px;
}

.col_word span {
    font-weight: bold;
    color: #f00;
}
/*悬浮通道*/
#floatChannel{
    position: fixed;
    top: 230px;
    right: 0;
    width: 35px;
}
.ul_channel{
    width: 35px;
    margin-bottom: 0;
}
.ul_channel li{
    width: 100%;
    margin-bottom: 5px;
}
.ul_channel li a{
    display: block;
    width: 100%;
    height: 30px;
    background-color: #fff;
    text-align: center;
    font-family: 微软雅黑, Verdana, Geneva, sans-serif;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
}
.ul_channel li a:hover{
    background-color: #3887fe;
}
.i_qq{
    background: url(../images/new/qq.png) no-repeat;
}
.i_service{
    background: url(../images/new/service.png) no-repeat;
}
.i_calculator{
    background: url(../images/new/calculator.png) no-repeat;
}
.i_policy{
    background: url(../images/new/policy.png) no-repeat;
}
.ul_channel li a:hover .i_qq{
    background: url(../images/new/qq_on.png) no-repeat;
}
.ul_channel li a:hover .i_service{
    background: url(../images/new/service_on.png) no-repeat;
}
.ul_channel li a:hover .i_calculator{
    background: url(../images/new/calculator_on.png) no-repeat;
}
.ul_channel li a:hover .i_policy{
    background: url(../images/new/policy_on.png) no-repeat;
}
.ul_channel li a > div:first-child, .ul_channel li a:hover > div:first-child{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    margin: 5px auto;
}
.i_tip{
    position: absolute;
    width: 130px;
    height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    top: 0;
    right: 100%;
    color: #3887fe;
    line-height: 27px;
    background-color: #fff;
    display: none;
}
.i_tips{
    width: 190px;
}
.i_triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    top: 10px;
    right: 28px;
    display: none;
}
.ul_channel li a:hover .i_tip, .ul_channel li a:hover .i_triangle{
    display: block;
}
/*通道end*/
/*保费计算器*/
.s_cal{
    font-family:宋体;
}
.s_cal .modal-title{
    font-size:14px;
}
.s_cal .close{
    margin:-8px -5px 0 0;
}
.s_cal .modal-footer{
    background-color:#f5f5f5;
}
.s_cal_line{
    padding:10px 0;
    border-top:1px solid #c4c4c4;
    font-size:13px;
}
.s_cal .modal-body .s_cal_line:first-child{
    border:none;
}
.s_cal_title{
    color:#858585;
}
.s_cal_info{
    width:100%;
    margin-top:5px;
}
.s_cal_m, .s_cal_info input, .s_cal_detail{
    float:left;
}
.s_cal_m{
    color:#858585;
    margin:9px 10px 0 0;
}
.s_cal_info input{
    width:145px;
    height:27px;
    margin-top: 4px;
}
.s_cal_detail{
    font-size:14px;
    margin:7px 0 0 8px;
}
.s_cal_detail span{
    float:left;
    margin-right:5px;
}
.s_cal_detail span.s_equal{
    font-size:16px;
    margin:-1px 5px 0 5px;
}
.s_cal_detail span.s_multiple{
    margin:1px 5px 0 5px;
}
.s_cal_detail span.s_cal_pay{
    color:#d51a1a;
    font-size:15px;
    margin:0 2px 0 5px;
    font-family:Arial, Helvetica, sans-serif;
}
/*保费计算器end*/
.download{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/new/download.png) no-repeat 0 4px;
    background-size: 15px 15px;
}
.list_img{
    display: table;
    width: 80px;
    height: 80px;
}
.list_img span{
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}
.list_img span img{
    max-width: 100%;
}
.bs_box{
    background-color: #fff;
    border: 1px solid #2eabfd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(102, 175, 233, .6);
}
.oil_img{
    width: 100%;
    height: 240px;
    background: url(../images/new/oil_bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.oil_img .st_name{
    position: absolute;
    width: 100%;
    padding: 13px 15px;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 2.4rem;
}
.usr_icon{
    background: url(../images/new/user.png) no-repeat;
}
.tel_icon{
    background: url(../images/new/tel.png) no-repeat;
}
.addr_icon{
    background: url(../images/new/addr.png) no-repeat;
}
.usr_icon, .tel_icon, .addr_icon{
    display: inline-block;
    background-size: 100% 100%;
}
.icon_size_20{
    width: 22px;
    height: 22px;
}
a.link_back:link, a.link_back:visited {
    display: inline-block;
    padding-left: 20px;
    color: #328cff;
    background: url(../images/new/back.png) no-repeat;
    background-size: 18px 18px;
}
a.link_back:active{
    opacity:0.7;
}
.empty_notice{
    margin-top: 100px;
    text-align: center;
}
.icon_empty{
    width: 72px;
    height: 72px;
    background: url(../images/new/empty.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.8;
    margin: 0 auto 25px;
}
.empty_tip{
    color: #555;
}
.empty_to{
    color: #999;
    font-size: 1.3rem;
    margin-top: 2px;
    opacity: 0.9;
}
a.link_auto:link, a.link_auto:visited, a.link_auto_small:link, a.link_auto_small:visited{
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5rem;
    text-decoration: none;
}
a.link_auto_small:link, a.link_auto_small:visited{
    padding: 2px 10px;
    font-size: 1.4rem;
}
a.link_auto:active, a.link_auto_small:active{
    opacity: 0.7;
}
/*login*/
.dd_logo{
    width: 65px;
    height: 65px;
    background: url(../images/logo.png) no-repeat;
    background-size:  100% 100%;
    margin: 100px auto 0;
}
.dd_name{
    width: 126px;
    height: 30px;
    background: url(../images/app_title.png) no-repeat;
    background-size:  100% 100%;
    margin: 10px auto 0;
}
.login_close{
    width: 25px;
    height: 25px;
    background: url(../images/close_login.png) no-repeat;
    background-size:  100% 100%;
    margin: 15px 15px 0 auto;
}
.login_form{
    width: 320px;
    margin: 50px auto 0;
}
.login_line{
    padding: 5px 0;
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.login_line:hover, .login_line_active{
    border-color: #29abf6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(41, 171, 246, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(41, 171, 246, .6);
}
.login_line .form-control{
    width: 260px;
    border: none;
    box-shadow: none;
    background: none;
    margin-left: 5px;
}
.login_line .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lg_user{
    background: url(../images/new/usr.png) no-repeat center;
}
.lg_pwd{
    background: url(../images/new/password.png) no-repeat center;
}
.lg_user, .lg_pwd{
    width: 48px;
    height: 34px;
    float: left;
    border-right: 1px solid #ddd;
    background-size: 20px 20px;
}
.step_row{
    text-align: center;
}
.step_row div{
    float: left;
}
.step_row div.in_block, .step_row div.clear{
    float: none;
}
.step_on{
    width: 25px;
    height:25px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #3883f8;
}
.step_on span{
    color: #333;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 微软雅黑, Verdana, Geneva, sans-serif;
    top: 35px;
    left: -37px;
}
.step_line{
    width: 240px;
    height: 2px;
    background-color: #e3e3e3;
    margin-top: 11px;
}
.step_line_on_l{
    background: #e3e3e3 url(../images/new/step_l_on.png) no-repeat;
}
.step_line_on_r{
    background: #e3e3e3 url(../images/new/step_r_on.png) no-repeat;
}
.step_line_on_l, .step_line_on_r{
    background-size: 100% 100%;
}
.step_normal{
    width: 16px;
    height: 16px;
    border: 2px solid #e3e3e3;
    margin-top: 4px;
}
.step_normal span{
    color: #aaa;
    top: 29px;
    left: -42px;
}
.step_on, .step_normal{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.step_tip{
    position: relative;
}
.step_tip span{
    display:inline-block;
    position: absolute;
    width: 100px;
}
/*register password strong*/
.ywz_zhuce_xiaoxiaobao{
    width:260px;
    margin: 2px auto 0;
}
.ywz_zhuce_hongxian, .ywz_zhuce_hongxian2, .ywz_zhuce_hongxian3, .ywz_zhuce_huixian, .ywz_zhuce_hongxianwenzi{
    float: left;
    width: 80px;
    height: 4px;
    margin-top: 5px;
    margin-left: 5px;
}
.ywz_zhuce_hongxian{
    background: #ff3300;
}
.ywz_zhuce_hongxian2{
    background: #099;
}
.ywz_zhuce_hongxian3{
    background: #060;
}
.ywz_zhuce_huixian{
    background:#e2e2e2;
}
.ywz_zhuce_hongxianwenzi{
    height: auto;
    text-align: center;
    color: #b0adad;
    font-size: 14px;
}
/*rps--end*/
.s_tip div{
    color: #777;
    margin-bottom: 4px;
}
.s_tip div:first-child{
    margin-top: 20px;
}
.success_tip{
    display: inline-block;
    height: 40px;
    padding-left: 50px;
    background: url(../images/true_none.png) no-repeat;
    background-size: 40px 40px;
    color: #666;
    font-size: 2.3rem;
    line-height: 38px;
}
/*status page*/
.page_bg {
    width: 700px;
    height: 500px;
    background: url(../images/page/page_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 100px auto 20px;
    padding-top: 45px;
}

.page_icon {
    width: 187px;
    height: 186px;
    margin: 0 auto;
    background: url(../images/page/page_icon.jpg) no-repeat;
}

.page_show_info {
    width: 320px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.page_main_tip {
    font-size: 2.4rem;
    color: #000;
}

.page_main_tip span {
    color: #ff7d00;
}

.page_advise_title {
    font-size: 1.9rem;
    color: #ff7d00;
    margin: 20px 0 15px 0;
}

.page_show_info p {
    text-indent: 10px;
    font-size: 1.85rem;
    color: #555;
    margin: 5px 0 0 10px;
    letter-spacing: 1px;
}

.page_footer {
    width: 285px;
    margin: 100px auto 0;
    text-align: center;
}

.page_footer button {
    width: 128PX;
    height: 40PX;
    border: none;
    outline: none;
    margin: 0 0 0 20px;
    border-radius: 3px;
}

.page_footer button:first-child {
    margin: 0;
}

.page_footer button.bg_4097e6 {
    color: #fff;
}

.page_footer button:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.page_tip_info {
    color: #666;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
}

.pti_two {
    letter-spacing: 1px;
}

.page_tip_info span {
    color: #ff7d00;
}

.page_response_info {
    width: 320px;
    margin: 100px auto 0;
}

.page_response_info .res_icon_success {
    width: 113px;
    height: 92px;
    background: url(../images/page/ok.jpg) no-repeat;
    float: left;
    margin-bottom: 50px;
}

.page_response_info .res_icon_error {
    width: 113px;
    height: 92px;
    background: url(../images/page/error.jpg) no-repeat;
    float: left;
    margin-bottom: 50px;
}

.page_response_info .res_info, .page_response_info .res_info_error {
    width: 180px;
    color: #7bae37;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    float: right;
    margin: 15px 0 0 0;
}

.page_response_info .res_info_error {
    color: #ff7d00;
}
/*sp--end*/
.p_tip{
    padding: 10px 5px;
    color: #c07f1b;
    background-color: #ffe8b6;
}
.bd_usr img, .bd_usr img.img_small, .bd_sh img.img_small, .img_small_round, .img_round_45{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.bd_usr img.img_small, .bd_sh img.img_small, .img_small_round{
    width: 60px;
    height: 60px;
}
.img_round_45{
    width: 45px;
    height: 45px;
}
.ul_bk > li{
    width: 49%;
    height: 210px;
    float: left;
    margin: 2% 0 0 2%;
}
.ul_bk > li:nth-child(odd){
    margin-left: 0;
}
.bd_usr, .ul_bk > li, .ba_shadow{
    background-color: #fff;
    -moz-box-shadow: 1px 2px 5px #dcdcdc;
    -webkit-box-shadow: 1px 2px 5px #dcdcdc;
    box-shadow: 1px 2px 5px #dcdcdc;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bd_sh{
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #dcdcdc;
    -webkit-box-shadow: 1px 1px 3px #dcdcdc;
    box-shadow: 1px 1px 3px #dcdcdc;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ba_shadow{
    -moz-box-shadow: 0 0 5px #dcdcdc;
    -webkit-box-shadow: 0 0 5px #dcdcdc;
    box-shadow: 0 0 5px #dcdcdc;
}
.ul_bk > li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: left;
}
.ul_bk > li a > div:nth-child(2){
    color: #000;
    margin-top: 6px;
}
.ul_bk > li a > div:nth-child(3){
    color: #999;
    font-size: 3rem;
}
.ul_bk > li a > ul{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    color: #555;
    border-top: 1px solid #e0e0e0;
}
.ul_bk > li a > ul li{
    width: 33.3%;
    height: 30px;
    float: left;
    border-left: 1px solid #e0e0e0;
    line-height: 30px;
}
.ul_bk > li a > ul li:first-child{
    width: 33.4%;
    border-left-width: 0;
}
.ul_bk > li a > ul li span{
    color: #000;
    margin-left: 5px;
}
.uc_cargo{
    background: url(../images/new/uc_cargo.png) no-repeat;
}
.uc_wb{
    background: url(../images/new/uc_wb.png) no-repeat;
}
.uc_policy{
    background: url(../images/new/uc_policy.png) no-repeat;
}
.uc_oil{
    background: url(../images/new/uc_oil.png) no-repeat;
}
.uc_icon {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    margin: 27px auto 0;
}
/*user--auth*/
.up_dft_img {
    position: relative;
    width: 100px;
    height: 100px;
}
.up_dft_img img {
    width: 100%;
    height: 100%;
}
.up_dft_img span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #fff;
    background-color: #8f8f8f;
    padding: 1px 0px 2px 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.upload_panel {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.upload_panel .upload_btn{
    width: 100px;
    height: 100px;
    opacity: 0;
}
.explain {
    line-height: 30px;
    clear: both;
}
.ex_show {
    width: 100px;
    height: 60px;
    position: relative;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ex_up {
    background: url(../images/new/id_card1.png) no-repeat;
    background-size: 100% 100%;
}
.ex_down {
    background: url(../images/new/id_card2.png) no-repeat;
    background-size: 100% 100%;
}
.icon_big {
    width: 20px;
    height: 20px;
    background: url(../images/latest/big.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.icon_big img {
    display: none;
}
/*gzoom*/
#wrapLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 999;
}
#wrapImg{
    display: table;
    position: fixed;
    z-index:1000;
    text-align: center;
}
#wrapImg span{
    display: table-cell;
    vertical-align: middle;
}
#wrapImg span img {
    width: 0;
    height: 0;
}
/*gzoom--end*/
.text_tip{
    padding: 10px 0;
    background-color: #e7fbfa;
    border: 1px solid #2badf8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.tt_true{
    background: url(../images/true_none.png) no-repeat;
    background-size: 25px 25px;
}
.tt_false{
    background: url(../images/del.png) no-repeat;
    background-size: 25px 25px;
}
.text_tip div{
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
}
.ul_user_tab{
    width: 100%;
    height: 38px;
    margin-bottom: 0;
}
.ul_user_tab li{
    width: 33.3%;
    height: 100%;
    float: left;
}
.ul_user_tab li:first-child{
    width: 33.4%;
}
.ul_user_tab li a{
    display: block;
    height: 38px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    text-align: center;
}
.ul_user_tab li:first-child a{
    border-left: 1px solid #e0e0e0;
}
.ul_user_tab li a.active{
    height: 39px;
    color: #357de9;
    border-top: 1px solid #2aabff;
    border-right: 1px solid #2aabff;
    border-left: 1px solid #2aabff;
}
.ul_user_tab li a div.u_user{
    background: url(../images/new/info.png) no-repeat;
}
.ul_user_tab li a.active div.u_user{
    background: url(../images/new/info_on.png) no-repeat;
}
.ul_user_tab li a div.u_addr{
    background: url(../images/new/u_addr.png) no-repeat;
}
.ul_user_tab li a.active div.u_addr{
    background: url(../images/new/u_addr_on.png) no-repeat;
}
.ul_user_tab li a div.u_pass{
    background: url(../images/new/pass.png) no-repeat;
}
.ul_user_tab li a.active div.u_pass{
    background: url(../images/new/pass_on.png) no-repeat;
}
.ul_user_tab li a div{
    display: inline-block;
    height: 20px;
    padding-left: 22px;
    background-size: 20px 20px !important;
    margin-top: 8px;
}
.tab_info{
    padding: 40px 0;
    border: 1px solid #2aabff;
    background-color: #fff;
}
/*post--address*/
.tb_addr {
    width: 100%;
    border-top: 1px solid #eee; /*e9eaec*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-bottom: 20px;
    table-layout: fixed;
}

.tb_addr thead tr th {
    color: #333;
    background-color: #eee;
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

.tb_addr tbody tr td {
    color: #333;
    text-align: center;
    padding: 10px 10px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}

.tb_addr thead tr th:first-child {
    width: 90px;
}

.tb_addr thead tr th:nth-child(2) {
    width: 130px;
}

.tb_addr thead tr th:nth-child(3) {
    width: 190px;
}

.tb_addr thead tr th:nth-child(4) {
    width: 110px;
}

.tb_addr thead tr th:nth-child(5) {
    width: 120px;
}
.tb_addr tbody tr td:nth-child(5){
    padding: 10px 0;
}

.tb_addr tbody tr td a {
    color: #3e98e6;
}

.addr_default, .btn_default {
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
}

.addr_default {
    color: #4097e6;
    background-color: #d9eafa;
    border: 1px solid #a4ccf2;
}

.btn_default {
    border: none;
    color: #fff;
    background-color: #4097e6;
    padding: 1px 5px;
    display: none;
}

.btn_default:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/*pa--end*/
/*account*/
.ac_title, .ac_info {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.ac_title span:first-child {
    display: block;
    float: left;
    width: 3px;
    height: 15px;
    background-color: #4097e6;
    margin: 3px 5px 0 0;
}

.ac_title span:nth-child(2) {
    font-size: 1.5rem;
}

.acc_blue:link, .acc_blue:visited {
    color: #4097e6;
    text-decoration: none;
}

.acc_question:link, .acc_question:visited {
    display: block;
    padding-left: 25px;
    float: right;
    background: url(../images/account/question.png) no-repeat;
    background-size: 20px 20px;
}
.qus_list{
    margin-bottom: 15px;
}
.qus_list div:first-child{
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.qus_list div:nth-child(2){
    padding: 10px 15px;
    color: #666;
    line-height: 25px;
    background-color: #ececec;
}
#ulBankList {
    width: 470px;
    margin: 0 auto;
}
#ulBankList li {
    width: 150px;
    float: left;
    margin: 0 0 10px 10px;
    /*border: 2px solid #e3edee;*/
    text-align: center;
    overflow: hidden;
}
#ulBankList li:nth-child(3n + 1){
    margin-left: 0;
}
#ulBankList li img {
    max-width: 100%;
    height: 38px;
}
.slider_panel {
    width: 100%;
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #efefef;*/
    padding: 30px 0;
}
.add_card:link, .add_card:visited, .space_card:link, .space_card:visited {
    display: block;
    width: 200px;
    height: 70px;
    float: right;
    margin: 0 43px 0 15px;
    border: 1px dashed #dcdddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
}
.space_card:link, .space_card:visited {
    float: left;
    margin: 0 0 0 10px;
}
.add_card div {
    width: 110px;
    background: url(../images/account/add.png) no-repeat;
    background-size: 20px 20px;
    margin: 23px auto 0;
    color: #333;
    padding-left: 25px;
}
.icon_card1 {
    background: url(../images/account/unionpay.png) no-repeat;
}
.icon_card2 {
    background: url(../images/account/alipay.png) no-repeat;
}
.card_common {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    float: left;
    margin: 5px 10px 0 10px;
}
.card_commons{
    display: table;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 12px 0 10px;
    background-size: 100% 100%;
}
.card_common span, .card_commons span{
    display: table-cell;
    vertical-align: middle;
}
.card_common img{
    max-width: 35px;
    max-height: 35px;
}
.card_commons img{
    max-width: 50px;
    max-height: 50px;
}
.card_info {
    width: 135px;
    float: left;
}
.acc_remove:link, .acc_remove:visited {
    display: block;
    padding: 1px 6px;
    float: right;
    font-size: 1.25rem;
    color: #fff;
    background-color: #3f97e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.acc_blue:hover, .acc_btn:hover, .add_card:hover, .acc_remove:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.ul_wrap {
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #efefef;*/
    margin-bottom: 0;
}
.ul_wrap li {
    width: 50%;
    height: 45px;
    float: left;
    padding: 10px 0 10px 20px;
}
.ul_wrap li b {
    font-size: 1.6rem;
}
.ul_wrap li div {
    margin-top: 12px;
}
.ul_wrap li:first-child {
    border-right: 1px solid #dcdddd;
}
.acc_lock, .acc_edit {
    display: block;
    width: 115px;
    padding-left: 25px;
    margin: 3px auto 0;
}
.acc_lock:link, .acc_lock:visited {
    background: url(../images/account/edit_pass.png) no-repeat;
    background-size: 20px 20px;
}
.acc_edit:link, .acc_edit:visited {
    background: url(../images/account/find_pass.png) no-repeat;
    background-size: 20px 20px;
}
.ul_one li:first-child {
    border: none;
}
.ul_one li:first-child .acc_edit {
    border: none;
    margin: 0;
}
.tb_acc {
    width: 100%;
}
.tb_acc thead tr th {
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}
.tb_acc thead tr th:first-child {
    width: 120px;
}
.tb_acc thead tr th:nth-child(2), .tb_acc tbody tr td:nth-child(2) {
    width: 180px;
    font-weight: bold;
}
.tb_acc thead tr th:nth-child(3) {
    width: 220px;
}
.tb_acc tbody tr td {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}
.tb_acc tbody tr:first-child td {
    border-top: 1px solid #f5f5f5;
}
.tb_acc tbody tr:nth-child(even) td{
    background-color: #fafafa;
}
.ul_acc_tab{
    width: 100%;
}
.ul_acc_tab li{
    width: 24%;
    float: left;
    margin-left: 2%;
}
.ul_acc_tab li:first-child{
     width: 23%;
     margin-left: 0;
 }
.ul_acc_tab li:nth-child(2){
    width: 23%;
}
.ul_acc_tab li a{
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebebeb;
}
.ul_acc_tab li a.active{
    color: #fff;
    background-color: #3887fe;
}
.ul_pay_list {
    width: 100%;
    padding: 30px 46px;
    float: left;
    margin-bottom: 0;
}
.ul_pay_list li {
    /*width: 202px;
    height: 60px;*/
    width: 265px;
    height: 70px;
    border: 1px solid #dcdddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0 0 10px 30px;
    cursor: pointer;
    position: relative;
}
.ul_pay_list li.unionpay {
    background: url(../images/insurance/bank.png) no-repeat center;
    background-size: 165px 55px;
}
.ul_pay_list li.alipay {
    background: url(../images/insurance/alipay.png) no-repeat center;
    background-size: 180px 50px;
}
.ul_pay_list li.localcash {
    line-height: 60px;
    text-indent: 12px;
}
.ul_pay_list li.i_mark, #sliderCard div.i_mark, #sliderCards div.i_mark {
    border: 1px solid #4097e6 !important;
    box-shadow: 0 0 5px #83b7e7 !important;
}
.ul_pay_list li.i_mark div, #sliderCard div.i_mark div.ic_ok, #sliderCards div.i_mark div.ic_ok {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    background: url(../images/account/i_mark.png) no-repeat;
    background-size: 100% 100%;
}
.sliderCardR .slide{
    cursor: pointer;
}
.tb_ask {
    width: 100%;
    /*border-top: 1px dashed #e1e1e1;*/
}
.tb_ask tr th {
    padding: 12px 0;
}
.tb_ask tr td {
    padding: 2px 0;
}
.tb_ask tr td:first-child {
    width: 20px;
    vertical-align: top;
    line-height: 22px;
}
.tb_ask tr td div.ask_as {
    margin-top: 3px;
}
.la_icon{
    padding-left: 25px;
    background: url(../images/new/add_blue.png) no-repeat;
    background-size: 20px 20px;
}
.acc_info {
    width: 100%;
    padding: 10px 10px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;;
    -moz-border-radius: 3px;;
    border-radius: 3px;
}
#divButton {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}
.icon_del, .icon_ok {
    width: 18px;
    height: 18px;
    float: left;
}
.icon_del {
    background: url(../images/del.png) no-repeat;
}
.icon_ok {
    background: url(../images/true_none.png) no-repeat;
    margin: 7px 0 0 10px;
}
.icon_del, .icon_ok {
    background-size: 100% 100%;
}
/*cargo*/
.i_begin{
    background: url(../images/new/begin.png) no-repeat;
}
.i_empty{
    background: url(../images/new/c_empty.png) no-repeat;
}
.i_datepick{
    background: url(../images/new/datepick.png) no-repeat;
}
.ic_size{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.ul_history{
    position: absolute;
    width: 100%;
    border: 1px solid  #ddd;
    background-color: #fff;
    z-index: 9;
    top: 50px;
    left: 0;
}
.ul_history li{
    width: 100%;
    height: 35px;
    padding: 0 5px 0 15px;
    line-height: 35px;
    cursor: pointer;
}
.ul_history li.active{
    color: #fff;
    background-color: #3887fe;
}
.r_route_to span{
    float: left;
    margin-right: 6px;
}
.r_arrow{
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../images/new/line_to.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 9px;
}
.sort_key{
    display: inline-block;
    color: #3887fe;
    cursor: pointer;
    position: relative;
}
.sort_key > span{
    padding-right: 16px;
    background: url(../images/new/down.png) no-repeat right 5px;
    background-size: 12px 12px;
}
.sort_wrap{
    position: absolute;
    width: 120px;
    height:150px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    top: 30px;
    left: -20%;
    display: none;
}
.sort_wrap > div{
    width: 100%;
    height: 100%;
    position: relative;
}
.sort_wrap > div > span{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000;
    opacity: 0.5;
    position: absolute;
    top: -8px;
    left: 55px;
}
.sort_wrap > div > div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity:0.6;
}
.sort_wrap > div > ul{
    position: absolute;
    top: 0;
    width: 100%;
    padding:5px 5px;
    z-index: 10;
    margin-bottom: 0;
}
.sort_wrap ul li{
    padding: 5px 5px;
    color: #e7e7e7;
    text-align: center;
}
.sort_wrap ul li.active{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #919191;
}
.sort_wrap ul li:not(.active):active{
    opacity: 0.7;
}
a.link_100:link, a.link_100:visited{
    width: 100px;
    height: 40px;
    line-height: 38px;
}
.trl_fff_down, .trl_fff_up{
    display: inline-block;
    width: 0;
    height: 0;
}
.trl_fff_down{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
}
.trl_fff_up{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #fff;
}
.ship_i span{
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.has_cover{
    background: url(../images/new/cover.png) no-repeat;
}
.has_crane{
    background: url(../images/new/crane.png) no-repeat;
}
.has_monitor{
    background: url(../images/new/monitor.png) no-repeat;
}
.ship_i span.has_attr_size{
    width:36px;
    height:20px;
    background-size: 36px 18px;
    margin: 3px 8px 0 0;
}
.ship_i .d_none{
    display: none !important;
}
.icon_check_0{
    display: none;
}
.icon_check_1{
    background: url(../images/new/user_review.png) no-repeat;
}
.icon_ship_check{
    background: url(../images/new/ship_review.png) no-repeat;
}
.icon_ship_check, .icon_check_1{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -3px;
    background-size: 100% 100%;
}
.si_date{
    background: url(../images/new/date.png) no-repeat;
}
.si_empty{
    background: url(../images/new/empty_load.png) no-repeat;
}
.si_size{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
a.link_pst:link, a.link_pst:visited{
    padding-left: 27px;
    background: url(../images/new/position.png) no-repeat 11px 3px;
    background-size: 12px 16px;
}
.wb_title{
    display: inline-block;
    padding-left: 10px;
    height: 20px;
    font-size: 1.8rem;
    line-height: 20px;
    border-left: 5px solid #3b85ff;
}
.wb_tel{
    display: inline-block;
    padding-left: 32px;
    height: 27px;
    color: #666;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 27px;
    background: url(../images/new/tel_line.png) no-repeat;
    background-size: 27px 27px;
    margin-left: 20px;
}
.anth_name{
    display: inline-block;
    width: 87px;
    height: 20px;
    background: url(../images/new/auth_name.png) no-repeat;
    background-size: 100% 100%;
}
.comment_scores img{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
.tb_wb_i{
    width: 100%;
    table-layout: fixed;
}
.tb_wb_i tr td{
    color: #000;
    padding-top: 6px;
    vertical-align: top;
}
.tb_wb_i tr:first-child td{
    padding-top: 0;
}
.tb_wb_i tr td span{
    color: #666;
}
.tb_wb_i tr td span.d_small{
    color: #000;
    font-size: 1rem;
}
/*流程*/
.wb_process{
    width: 100%;
}
.wb_process tr td{
     color: #999;
     height: 15px;
     line-height: 10px;
 }
.wb_process tr.active td{
    color: #666;
}
.wb_process tr.active td span{
    color: #000;
}
.wb_process tr td:first-child{
    width: 50px;
}
.wb_process tr td:nth-child(2){
    width: 315px;
}
.wb_process tr td .circle_size, .wb_process tr.c_active td .circle_out{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wb_process tr td .circle_size{
    width: 17px;
    height: 17px;
    background-color: #dedede;
}
.wb_process tr.active td .circle_size{
    background-color: #3186fa;
}
.wb_process tr.c_active td .circle_out{
    width: 30px;
    height: 30px;
    background-color: #a5caff;
    border: 1px solid #3186fa;
    margin-left: -7px;
}
.wb_process tr.c_active td .circle_out .circle_size{
    margin-top: 5px;
    margin-left: 5px;
}
.wb_process tr td .line_size{
    width: 1px;
    height: 45px;
    border-left: 1px solid #dedede;
    margin: 0 0 0 8px;
}
.wb_process tr.active td .line_size{
    border-left: 1px solid #3186fa;
}
.wb_process tr td .line_line{
    width:100%;
    height:1px;
    /*border-top:1px dashed #eee;*/
}
/*流程--end*/
/*query--top*/
.query_top{
    width:100%;
    height: 60px;
    position: fixed;
    top: 40px;
    left: 0;
    background-color: #fff;
    z-index: 1051;
    border-bottom:1px solid #ececec;
}
.query_top li{
    width:25%;
    padding: 15px 0 15px 20px;
    height:100%;
    color:#333;
    float: left;
    position: relative;
    cursor: pointer;
}
.query_top li:first-child{
    border:none;
}
.query_top li div{
    display: block;
    width:135px;
    height:25px;
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin-top: 2px;
}
.query_top li i, .query_top li.q_active i{
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    float: right;
    margin: 10px 15px 0 0;
}
.query_top li i{
    border-top: 8px solid #999;
}
.query_top li span{
    display: inline-block;
    width: 1px;
    height: 30px;
    border-left: 1px solid #ddd;
    float: right;
}
.query_top li div.l_short{
    width: 45px;
}
.query_top li.q_active{
    color: #3887fe;
}
.query_top li.q_active i{
    border-top-width: 0;
    border-bottom: 8px solid #3887fe;
}
/*query--top--end*/
/*查询列表样式*/
.layer_wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1050;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.query_condition{
    position: fixed;
    width: 100%;
    max-height: 60%;
    top: 100px;
    left: 0;
    background-color: #fff;
    z-index: 1051;
    overflow-y: auto;
    display: none;
}
.query_condition ul{
    width: 100%;
    padding: 20px 40px;
    margin: 0;
    display: none;
}
.query_condition ul li{
    width: 32%;
    height: 60px;
    padding:10px 0;
    float: left;
    margin: 0 0 2% 2%;
    font-size: 1.6rem;
    line-height: 39px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebebeb;
    cursor: pointer;
}
.query_condition ul li.li_col{
    width: 66%;
    line-height: 20px;
    background-color: #fff;
    padding-top: 0;
    padding-right: 0;
}
.query_condition ul li.li_col .form-control{
    width: 193px;
    height: 60px;
    font-size: 1.6rem;
    float: left;
    margin: 0;
    border: 1px solid #ddd;
}
.query_condition ul li.li_col span{
    color: #666;
    float: left;
    margin: 20px 10px 0 10px;
}
.query_condition ul li:nth-child(3n + 1){
    margin-left: 0;
}
.query_condition ul li.active{
    color: #fff;
    background-color: #3887fe;
}
/*查询列表样式--end*/
.triangle_down_line{
    position: absolute;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #ddd;
    top: -1px;
    right: 28px;
}
.triangle_down_line span{
    position: absolute;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #fff;
    top: -16px;
    right: -14px;
}
.item_toggle{
    display: none;
}
.item_slide{
    background-color: #fafafa;
}
.ul_list_tab{
    width: 100%;
    height: 36px;
    padding: 0 20px;
    float: left;
    margin: 10px 0 0 0;
    background-color: #fff;
    border-bottom: 1px solid #3887fe;
}
.ul_list_tab li{
    width: 110px;
    height: 36px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    background-color: #3887fe;
    border-top: 1px solid #3887fe;
    border-right: 1px solid #3887fe;
    border-left: 1px solid #3887fe;
    float: left;
    cursor: pointer;
}
.ul_list_tab li.active{
    color: #333;
    background-color: #fafafa;
}
.link_send div{
    display: inline-block;
}
/*waybill--status*/
.wb_status_1{
    background: url(../images/new/wb_status_1.png) no-repeat;
}
.wb_status_2{
    background: url(../images/new/wb_status_2.png) no-repeat;
}
.wb_status_3{
    background: url(../images/new/wb_status_3.png) no-repeat;
}
.wb_status_4{
    background: url(../images/new/wb_status_4.png) no-repeat;
}
.wb_status_size{
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    top: 18px;
    right: 20px;
}
/*waybill--status--end*/
.tb_mark_info{
    width: 100%;
}
.tb_mark_info tbody tr td{
    color: #545454;
    padding-bottom: 5px;
}
.tb_mark_info tbody tr td:first-child{
    width: 190px;
}
/*withdraw*/
.tb_route {
    width: 100%;
    table-layout: fixed;
}
.tb_route tr td {
    padding: 5px 0;
    text-align: left;
}
.tb_route tr td:first-child {
    width: 109px;
    text-align: right;
}
.tb_route tr td.dot_line_70 {
    width: 62px;
}
.tb_route tr td .radio {
    background: none;
    opacity: 1;
    margin: 0;
}
.tb_route tr td .radio {
    margin-top: 8px;
}
.tb_route tr td .radio label {
    width: 100%;
    padding-left: 0;
}
.tb_route tr td .radio label input {
    width: 18px;
    height: 18px;
    position: static;
}
.tb_route tr td .radio label span {
    float: left;
    margin: 4px 0 0 5px;
}
.tb_route thead tr th {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdddd;
}
/*withdraw--end*/
.comment_icon {
    margin-top: 15px;
    text-align: center;
}
.comment_icon img{
    width: 35px;
    height: 35px;
    margin-left: 10px;
    cursor: pointer;
}
.comment_score {
    color: #ffa306;
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
}
.comment_score span{
    margin-right: 2px;
}
.comment_msg{
    color: #ffa306;
    text-align: center;
    margin-top: 20px;
}
.ship_attr_info{
    padding: 15px 15px;
    color: #666;
    border: 1px solid #2eabfd;
    float: left;
    margin-top: 5px;
}
.ship_attr_info span:last-child{
    margin-right: 0;
}

.pos_info_box {
    background: #E0F4FB;
    width: 236px;
    line-height: 19px;
    border: 1px solid #2DABFF;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.pos_info_box:after, .pos_info_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
}

.pos_info_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #E0F4FB;
    border-width: 10px;
    margin-left: -10px;
}

.pos_info_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #2DABFF;
    border-width: 11px;
    margin-left: -11px;
}