/*页面内容公用*/
.hide{
    display: none;
}
.left{
    float: left;
}

.right{
    float: right;
}
.text-center{
    text-align: center;
}
.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.clear {
    clear: both;
}
.font-black{
    color: #000!important;
}
.font-gray{
    color: #666!important;
}
.font-darkgray{
    color: #151515!important;
}
.margin-top10{
    margin-top: 10px!important;
}
.font-grayish{
    color: #999!important;
}
.width-240{
    width: 240px!important;
}
.font-href{
    color: #046AD5!important;
}
.blue-border-btn{
    padding: 10px 18px;
    font-size: 18px;
    color: #046AD5;
    letter-spacing: 0.5px;
    border: 1px solid #046AD5;
    border-radius: 6px;
}
.blue-border-btn:hover{
    background: #046AD5;
    color: #fff;
}
.azure-border-btn{
    padding: 10px 18px;
    font-size: 18px;
    color: #1288FE;
    letter-spacing: 0.5px;
    border: 1px solid #1288FE;
    border-radius: 6px;
}
.azure-border-btn:visited{
    color: #1288FE;
}
.azure-border-btn:hover{
    background: #1288FE;
    color: #fff;
}
.babyBlue-border-btn{
    padding: 10px 18px;
    font-size: 18px;
    color: #44C1EB;
    letter-spacing: 0.5px;
    border: 2px solid #44C1EB;
}
.babyBlue-border-btn:visited{
    color: #44C1EB;
}
.babyBlue-border-btn:hover{
    background: #44C1EB;
    color: #fff;
}
/*头部开始*/
.head-contain{
    width: 100%;
    /*background: #1F61FF;*/
    /*position: relative;*/
    position: fixed;
    top: 0;
    z-index: 99999;
    font-size: 14px;
    height: 64px;
}
.head-contain-white{
    position: relative;
}
.head-box{
    width: 1200px;
    margin: 0 auto;
    height: 64px;
}
.head-logo{
    width: 101px;
    height: 42px;
    margin: 11px 0;
}
.head-logo span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../image/common/header_logo.png") 0px 0px no-repeat;
    background-size: cover;
}
.head-menu .head-menu-item{
    color: #fff;
    position: relative;
    height: 100%;
    display: inline-block;
}
.head-menu-item span{
    /*position: absolute;*/
    /*bottom: -2px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*background: #fff;*/
    /*display: none;*/
}

.head-menu-item:hover{
    font-weight: 600;
    opacity: 1;
}
.head-menu-box{
    padding: 0 32px;
}
.head-menu-box li{
    float: left;
    margin: 0 15px;
    line-height: 64px;
    height: 64px;
    position: relative;
}
.head-menu-box li a{
    opacity: .8;
}
.head-menu-drow{
    position: absolute;
    top: 64px;
    left: 50%;
    display: none;
    width: auto;
    /*background: #FFFFFF;*/
    /*border: 1px solid #E7EAEE;*/
    box-shadow: 0 0 10px 0 rgba(44,46,48,0.05);
    border-radius: 4px;
    line-height: 14px;
    /*padding: 10px 20px;*/
    margin-left: -80px;
}

.head-menu-drow dl{
    margin-bottom: 0;
}
.head-drow-double dl{
    float: left;
}
.head-drow-double dl:first-child{
    margin-right: 77px;
}
.head-menu-drow:before{
    position: absolute;
    content: '';
    border-left: 12px solid transparent; /*方框上部分背景颜色为透明*/
    border-bottom: 12px solid #fff; /*方框下部分背景为透明*/
    border-right: 14px solid transparent; /*箭头背景颜色*/
    top: 0px; /*距离顶部位置偏移量2*/
    left: 66px; /*距离左边位置偏移量3*/ /*123都是控制显示位置的*/
}
.head-menu-drow dd{
    padding: 15px 0;
    margin-left: 22px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.head-menu-drow a:before{
    content: '';
    position: absolute;
    left: -22px;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 50%;
}
.head-menu-drow dl dd:last-child{
    border: none;
}
.head-menu-drow dd a{
    white-space:nowrap;
    color: #666666 !important;
    letter-spacing: 0.39px;
    font-weight: 400!important;
    opacity: 1!important;
}
.head-menu-drow dd:hover a{
    color: #046AD5 !important;
}
.head-menu-drow dd:hover a:before{
    background: #046AD5;
    border: 1px solid #046AD5;
}
.head-login-box{
    margin: 20px 0;
}
.head-en{
    width:36px;
    height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
}
.head-en a{
    color: #fff;
}
.head-border{
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 5px 10px;
}
.head-login{
    background: rgba(255,255,255,0.80);
    border-radius: 2px;
    padding: 0 10px;
    height: 24px;
    color: #1F61FF;
    line-height: 24px;
}
.head-logined{
    height: 24px;
    color: #fff;
    line-height: 24px;
}
.head-logined a{
    color: #fff;
}
.head-car{
    position: relative;
    width: 18px;
    height: 18px;
    background: url('../image/icon/header-car-white.svg') no-repeat;
    background-size: cover;
    margin: 3px 6px;
}
.head-car span{
    position: absolute;
    top: -6px;
    left: 10px;
    background: #FF5554;
    color: #fff;
    padding: 1px 4px;
    border-radius: 50%;
    line-height: 14px;
}
.head-login-name-box{
    position: relative;
    height: 46px;
}
.logout-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/icon/logout_icon.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: -1px;
    left: -2px;
    vertical-align: middle;
}
.delete-account-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/icon/delete_account_icon.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: -1px;
    left: -2px;
    vertical-align: middle;
}
.head-login-name-box .head-menu-drow:before{
    content: none;
}
.head-login-name-box .head-menu-drow{
    top: 44px;
    line-height: normal;
    background: #fff;
    width: 122px;
    /*height: 50px;*/
    margin-left: -45px;
    box-sizing: border-box;
}
.head-login-name-box .head-menu-drow a:before{
    content: none;
}
.head-menu-mess{
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    min-width: 180px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(44,46,48,0.05);
}
.head-drow-double .head-menu-mess{
    width: 580px;
}

/*鼠标移入*/
.active .head-menu-item span,
.active .head-menu-drow{
    display: block;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
    z-index: 999;
}
.header-border a:first-of-type{
    opacity: 100%!important;
    font-weight: 600;
}
.header-border .head-menu-item span{
    display: block;
}

/*白色头部*/
.head-contain-white,.head-white{
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(116,116,116,0.10);
}
.head-white .header-border a:first-of-type {
    opacity: 100%!important;
    font-weight: 600;
    color: #046AD5;
}

.head-contain-white .head-logo span,
.head-white .head-logo span{
    background: url("../image/common/header_logo.png") 0px -42px no-repeat;
    background-size: cover;
}
.head-contain-white .head-menu-item,
.head-white .head-menu-item{
    color: #666;
}
.head-contain-white .head-en,
.head-white .head-en{
    border: 1px solid #ccc;
}
.head-contain-white .head-en a,
.head-white .head-en a{
    color: #ccc;
}
.head-contain-white .head-border,
.head-white .head-border{
    background: #ccc;
}
.head-contain-white .head-logined,
.head-contain-white .head-logined a,
.head-white .head-logined,
.head-white .head-logined a{
    color: #666666;
}
.head-contain-white .head-car,
.head-white .head-car{
    background: url('../image/icon/header-car-gray.svg') no-repeat;
    background-size: cover;
}
.head-contain-white .head-menu-item:hover,
.head-white .head-menu-item:hover{
    color: #046AD5;
}
.head-contain-white .head-menu-item span,
.head-white .head-menu-item span{
    background: #1F61FF;
}
.head-contain-white .head-login,
.head-white .head-login{
    background: rgba(153,153,153,0.80);
    color: #fff;
}
.head-contain-white .head-login a,
.head-white .head-login a{
    color: #fff;
}

/*头部动画*/
@keyframes hideIndex{
    0%{ opacity: 0; transform: translate(0, 100px) }
    100%{opacity: 1; transform: translate(0, 0) }
}
/*头部结束*/
/*尾部开始*/
.footer-contain{
    width: 100%;
    height: 331px;
    background: url("../image/common/db_bg@2x.png") center center no-repeat;
    background-size: cover;
    line-height: 24px;
}
.footer-box{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}
.footer-mess-box{
    border-bottom: 1px solid #626671;
    padding: 24px 0 20px 0;
}
.footer-about li{
    float: left;
    margin-right: 70px;
}
.footer-about dl{
    margin: 0;
}
.footer-about dt{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.44px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-about dd{
    margin: 5px 0;
    line-height: 24px;
}
.footer-about dd a{
    color: #ccc;
    letter-spacing: 0.39px;
}
.footer-about dd p{
    color: #ccc;
    margin-bottom: 0;
}
.footer-tel{
    padding-left: 30px;
    position: relative;
}
.footer-tel:before{
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../image/icon/dh_icon.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
}
.ml30 {
    margin-left: 30px;
}
.footer-phone{
    padding-left: 30px;
    position: relative;
}
.footer-phone:before{
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../image/icon/sj_icon.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
}
.footer-weixin {
    padding-left: 30px;
    position: relative;
}
.footer-weixin:before{
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../image/icon/wx_icon.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-qq {
    padding-left: 30px;
    position: relative;
}
.footer-qq:before{
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../image/icon/qq_icon.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-second-title {
    font-family: PingFangSC-Medium;
    font-size: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 0.39px !important;
    font-weight: 500 !important;
}
.footer-tip {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #CCCCCC;
    letter-spacing: 0.36px;
    font-weight: 400;
}
.footer-sever,.footer-take{
    width: 97px;
    margin-left: 30px;
    text-align: center;
}
.footer-sever img,
.footer-take img{
    width: 100%;
}
.footer-sever p,
.footer-take p{
    margin: 13px 0;
    color: #CCCCCC;
}
.footer-logo{
    width: 81px;
    height: 33px;
    display: inline-block;
    background: url("../image/common/footer-logo.png") no-repeat;
    background-size: contain;
    margin-right: 30px;
    position: relative;
    top: 10px;
    vertical-align: inherit;
}
.footer-refer{
    color: #CCCCCC;
    letter-spacing: 0px;
    line-height: 33px;
}
.footer-refer a{
    color: #CCCCCC !important;
    letter-spacing: 0.39px;
    vertical-align: inherit;
}
.footer-border{
    margin: 0 7px;
    color: #fff;
}
/*尾部结束*/

/*侧边栏*/
.toolBar-contain{
    position: fixed;
    top: 60%;
    right: 20px;
    z-index: 99999;
}
@media screen and (max-width: 1366px){
    .toolBar-contain{
        right: 10px;
    }
}
.toolBar-contain li{
    margin-top: -1px;
    position: relative;
    margin-top: 8px;
}
/*.toolBar-contain li:first-child a{*/
/*    background: url(../../newstatic/image/index/index-qq-icon.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/
.toolBar-contain li:nth-child(1) a{
    background: url(../../newstatic/image/index/index-phone-icon.png) no-repeat;
    background-size: cover;
}
.toolBar-contain li:nth-child(2) a{
    background: url(../../newstatic/image/index/index-jingli-icon.png) no-repeat;
    background-size: cover;
}
.toolBar-contain li:nth-child(3) a{
    background: url(../../newstatic/image/index/index-backtop-icon.png) no-repeat;
    background-size: cover;
}
.toolBar-contain a{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.toolBar-contain a p{
    color: #747474;
;
}
.toolbar-customer span{
    width: 30px;
    height: 30px;
    background: url("../image/header/toolBar-custorm.png") no-repeat;
    display: inline-block;
    margin-top: 8px;
}
.toolbar-phone span{
    width: 30px;
    height: 30px;
    background: url("../image/header/toolBar-phone.png") no-repeat;
    display: inline-block;
    margin-top: 8px;
}
.toolBar-contain .toolbar-phone p,.toolBar-contain .toolbar-customer p{
    color: #0f92ed;
    font-weight: 500;
}
.toolbar-focus span{
    width: 30px;
    height: 30px;
    background: url("../image/header/toolBar-ma.png") no-repeat;
    display: inline-block;
    margin-top: 8px;
}
.toolbar-option span{
    width: 30px;
    height: 30px;
    background: url("../image/header/toolBar-yijian.png") no-repeat;
    display: inline-block;
    margin-top: 8px;
}
.toolbar-allday span{
    width: 30px;
    height: 30px;
    background: url("../image/header/toolBar-allday.png") no-repeat;
    display: inline-block;
    margin-top: 8px;
}
.toolbar-phone-show{
    position: absolute;
    bottom: 0;
    right: 50px;
    padding: 0 20px;
    width: 224px;
    background: #ffffff;
    border: 1px solid #E7EAEE;
    box-shadow: 0 0 10px 0 rgba(44,46,48,0.05);
    border-radius: 6px;
}
.toolbar-phone-show h4,.toolbar-option-title{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.35px;
}
.toolbar-phone-show .line,.line{
    background: #FFAC05;
    width: 26px;
    height: 2px;
    display: block;
    margin: 0px auto;
}
.toolbar-phone-input{
    position: relative;
    width: 100%;
    height: 32px;
    margin-top: 10px;
    border: 1px solid #C5D6FF;
    border-radius: 6px;
    overflow: hidden;
}
.toolbar-phone-input input{
    width: 100%;
    height: 32px;
    text-indent: 10px;
    border: 0;
}
.toolbar-phone-p{
    color: #666666;
    margin:20px 0;
    font-size: 12px;
}
.toolbar-phone-button{
    text-align: center;
}
.toolbar-phone-button button{
    padding: 10px 40px;
    color: #fff;
    border: none;
    background: #1F61FF;
    border-radius: 25px;
    cursor: pointer;
}
.toolbar-phone-num{
    padding: 20px 0;
}
.toolbar-phone-num div{
    line-height: 24px;
}
.toolbar-phone-num p{
    line-height: 24px;
    color: #666;
}
.toolbar-focus-show{
    position: absolute;
    top: 0;
    right: 61px;
    padding: 10px;
    width: auto;
    background: #0f92ed;
}
.toolbar-option-show{
    position: absolute;
    top: -162px;
    right: 61px;
    padding: 20px;
    width: 224px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.toolbar-option-show2{
    position: absolute;
    top: initial;
    bottom: 0px;
    right: 50px;
    padding: 0 20px 20px 20px;
    width: 230px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 220px;
    font-size: 12px;
}
.toolbar-option-show2 p{
    padding-left: 24px;
    line-height: 26px;
}
.toolbar-option-show2 p span{
    font-size: 12px;
    color: #1F61FF;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
}
.margin-10{
    margin: 10px 0;
}
.toolbar-option-show p{
    color: #666;
    line-height:20px;
}
.toolbar-option-show span{
    color: #0f92ed;
}
.toolbar-indicate{
    display: none;
}
.toolbar-href-hover a{
    /*background: #0f92ed;*/
    /*border: 1px solid red;*/
}
/*.toolBar-contain li:first-child.toolbar-href-hover a{*/
/*    background: url(../image/index/index-qq-iconblue.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/
.toolBar-contain li:nth-child(1).toolbar-href-hover a{
    background: url(../image/index/index-phone-iconblue.png) no-repeat;
    background-size: cover;
}
.toolBar-contain li:nth-child(2).toolbar-href-hover a{
    background: url(../image/index/index-jingli-iconblue.png) no-repeat;
    background-size: cover;
}
.toolBar-contain li:nth-child(3).toolbar-href-hover a{
    background: url(../image/index/index-backtop-iconblue.png) no-repeat;
    background-size: cover;
}
.toolbar-href-hover li:nth-child(1){

}

/*上浮动效*/
[data-animation] {
    opacity: 0;
}

[data-animation].animated {
    opacity: 1;
}

/*蓝色对号*/
.blue-draw{
    position: relative;
    padding-left: 28px;
}
.blue-draw:before{
    content: ' ';
    width: 16px;
    height: 16px;
    background: url("../image/icon/blue-draw.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}
/*粉色对号*/
.pink-draw{
    position: relative;
    padding-left: 28px;
}
.pink-draw:before{
    content: ' ';
    width: 16px;
    height: 16px;
    background: url("../image/icon/pink-draw.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}

/*蓝色问号*/
.blue-question{
    position: relative;
    padding-left: 28px;
}
.blue-question:before{
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("../image/icon/question.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}

.blue-wen{
    position: relative;
    padding-left: 24px;
}
.blue-wen:before{
    content: ' ';
    width: 24px;
    height: 24px;
    background: url("../image/icon/wen_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
}
/*请填写手机号图标*/
.phone-icon{
    position: relative;
}
.phone-icon:before{
    width: 16px;
    height: 16px;
    background: url("../image/icon/phone-icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
    content: ' ';
}
/*请填写密码图标*/
.password-icon{
    position: relative;
}
.password-icon:before{
    width: 16px;
    height: 16px;
    background: url("../image/icon/password-icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
    content: ' ';
}
/*请填写验证码图标*/
.verification-icon{
    position: relative;
}
.verification-icon:before{
    width: 16px;
    height: 16px;
    background: url("../image/icon/verification-icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
    content: ' ';
}
/*忘记密码图标*/
.question-border-icon{
    position: relative;
    padding-left: 20px;
}
.question-border-icon:before{
    width: 16px;
    height: 16px;
    background: url("../image/icon/border-question-blue.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 2px;
    content: ' ';
}
/*蓝色手机图标*/
.blue-phone-icon{
    position: relative;
    padding-left: 20px;
}
.blue-phone-icon:before{
    width: 20px;
    height: 20px;
    background: url("../image/icon/blue-phone.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 2px;
    content: ' ';
}

/*单选开始*/
.radio-box span label{ position: relative; padding:0 10px 0 25px; cursor: pointer;display: inline-block;width:auto;float:initial;}
.radio-box span input[type=radio]{ display: none;}
.radio-box label span{ position: absolute; left: 0; top: 0; bottom: 0; width: 16px; height: 16px; margin: auto; border: 1px solid #ccc; border-radius: 100%;}
.radio-box label span:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 6px; height: 6px; margin: auto; border-radius: 100%; background: #fff;
    -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .3s; transition: all .3s;}
.radio-box label input:checked + span{ border-color: #1db0fc; background: #1db0fc;}
.radio-box label input:checked + span:after{ -webkit-transform: scale(1); transform: scale(1);}
/*单选结束*/
/*多选开始*/
.checkbox-box span label{ position: relative; padding:0 10px 0 25px; cursor: pointer;display: inline-block;width:auto;float:initial;}
.checkbox-box span input[type=checkbox]{ display: none;}
.checkbox-box label span{ cursor: pointer;margin-right: 8px;font-size: 14px;width: 14px;height:14px;background: url("../image/icon/check-gray-new.svg") no-repeat;background-size: cover;display: inline-block;position: relative;top: 2px;}
.checkbox-box label input:checked + span{background: url("../image/icon/check-blue-new.svg") no-repeat;background-size: cover;}
/*单选结束*/


/*2018-8-8弹窗样式*/
.tool-contain{
    position: absolute;
    top : 0;
    left: 0;
    z-index: 99999;
    display:none;
    width: 100%;
    height: 100%;
}
.tool-contain .tool-content{
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -265px;
    margin-top: 100px;
    width: 530px;
    height: auto;
    background: #FFF;
    border-radius: 6px;
    padding-top: 50px;
    text-align: center;
}
.tool-contain .tool-bg{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .3;
    width: 100%;
    height: 100%;
}
.tool-title{
    font-size: 26px;
    text-align: left;
    color: #fa7a1e;
    margin-bottom: 20px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    margin: 0 40px;
    padding-bottom: 20px;
}
.tool-content p{
    font-size: 16px;
    color: #40403f;
    padding: 0px 40px 20px 40px;
    text-align: left;
    line-height: 24px;
}
.tool-contain button{
    width: 50%;
    height: 62px;
    line-height: 62px;
    background: #4db4f0;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    float: left;
}
.tool-contain .tool-submit-button{
    background: #fa7a1e;
    border-radius : 0 0 0 6px;
}
.tool-contain .tool-close-button{
    background: #0eb7e4;
    border-radius : 0 0 6px 0px;
}
.tool-contain .tool-prompt-button{
    width: 100%;
    background: #0eb7e4;
    border-radius : 0 0 6px 6px;
}
.tool-img{
    width: 234px;
    height: 186px;
    background: url(../image/common/tool-notice-head.png) no-repeat;
    background-size : contain;
    position: absolute;
    top: -93px;
    left: 50%;
    margin-left: -117px;
}
.tool-img2{
    width: 234px;
    height: 186px;
    background: url(../image/common/tool-prompt-head.png) no-repeat;
    background-size : contain;
    position: absolute;
    top: -93px;
    left: 50%;
    margin-left: -117px;
}
.block-blue-button{
    opacity: 1;
    background: #046AD5;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #046AD5;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.block-blue-button:hover{
    opacity: 0.7;
}
.popup-code-box .popup-code-gray{
    color: #bbbbbb;
    border: 1px solid #E8E8E8;
}
.tool-contain .tool-offlinePayment{
    position: fixed;
}
.toolContain{

}
.toolContain .toolContent{
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -345px;
    width: 540px;
    height: 400px;
    background: #FFF;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    z-index:9999999;
}
.toolContain .toolBg{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .3;
    width: 100%;
    height: 100%;
    z-index:999999;
}
.toolContent a{
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.toolContent h3{
    border-bottom: 1px dashed #E8E8E8;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    color: #388eff;
    margin: 0;
    font-weight: 400;
}
.toolContent p{
    font-size: 16px;
    color: #40403f;
    /*padding: 10px 10px 30px 10px;*/
    text-align: left;
    /*border-bottom: 1px dashed #E8E8E8;*/
    line-height: 30px;
}
.toolContain button{
    width: 175px;
    height: 40px;
    line-height: 40px;
    color: #388eff;
    border: 1px solid #388eff;
    font-size: 18px;
    outline: none;
    margin: 0 10px;
    border-radius: 4px;
    background:#fff;
}
.tool-refund span{
    float: left;
    line-height: 30px;
}
.tool-refund input{
    float: left;
    width: 300px;
    height: 30px;
    text-indent: 10px;
}

/*办理中业务弹窗*/
.business-tool{
    position: absolute;
    z-index: 99999;
    top: -100px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}
.business-tool-bg{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    width: 100%;
    height: 100%;
}
.business-tool-content{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -395px;
    margin-top: -293px;
    width: 800px;
    height: auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    font-size: 14px;
}
.business-box{
    margin: 20px 30px;
}
.business-tool-btn{
    padding: 30px 0;
    text-align: center;
}
.business-tool-btn a{
    padding: 10px 20px;
    background: #4A87EF;
    color: #fff;
    border-radius: 5px;
}
.business-tool-btn a:hover{
    opacity: .9;
}
.business-contain{

}
.business-tit{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    position: relative;
    background: #E8ECF5;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    color: #000000;
}
.business-columns{
    width: 100%;
    height: 40px;
    background: #f3f3f3;
}
.business-columns li{
    float: left;
    color: #666;
    line-height: 38px;
    box-sizing: border-box;
}
.business-columns li:first-child{
    padding-left: 60px;
}
.business-info{
    border: 1px solid #EDF0F5;
    overflow-y: auto;
    border-radius: 6px 6px 0 0;
    max-height: 358px;
}
.business-info dd{
    border-bottom: 1px solid #EDF0F5;
    overflow: hidden;
}
.business-info-header{
    padding: 0 20px;
    height: 40px;
    background: #f3f3f3;
}
.business-info-time{
    float: right;
    line-height: 40px;
    color: red;
}
.business-info-num{
    float: left;
    line-height: 40px;
    color: #000;
}
.business-info-img{
    width: 100px;
    float: left;
    padding-left: 18px;
}
.business-search{
    text-align: right;
    position: absolute;
    top: -14px;
    right: 22px;
}
.business-search{
    padding: 30px 0 10px 0;
}
.business-search input{
    display: inline-block;
    width: 300px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding-left: 20px;
}
.business-search a{
    padding:10px 40px;
    background: #4a88ef;
    color: #fff;
    border-radius: 4px;
}
.business-info-name{
    width: 260px;
    float: left;
}
.business-info-all p{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 26px;
    color: #333;
}
.business-info-all li{
    float: left;
    /*border-right: 1px solid #ccc;*/
    margin-bottom: -5000px;
    padding-bottom: 5000px;
}
.business-info-one{
    position: relative;
}
.business-info-all li:last-child{
    border: none;
    padding-left: 4px;
    box-sizing: border-box;
}
.business-info-name p{
    text-align: left;
    line-height: 26px;
    color: #666;
    margin: 0;
}
.business-info-name p:first-child{
    color: #333;
}
.business-info-pad{
    padding: 10px 0;
    position: relative;
}
.business-info-one .business-info-bor:first-child {
    border: none;
}
.business-info-bor{
    border-top: 1px solid #ccc;
}
.business-info-name p:first-child{
    color: #4a88ef;
    font-weight: 600;
}
.business-info-pad a{
    color: #ff8e00;
}
.business-chapter{
    position: absolute;
    top: 46px;
    right: 0px;
    width: 50px;
    height: 51px;
    background: url('../image/common/myRegist-chapter.png') no-repeat;
    font-size: 14px;
    color: #03bf75;
    font-weight: 600;
    line-height: 50px;
    background-size: cover;
    transform: rotate(-17deg);
}
.business-chapter-done{
    background: url('../image/common/myRegist-chapter2.png') no-repeat;
    background-size: cover;
    color: #5a5959;
}
.business-chapter span{
    background: #fff;
    position: absolute;
    height: 14px;
    line-height: 14px;
    width: 100px;
    top: 18px;
    left: -25px;
    text-align: center;
}
.business-null{
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.business-tool-close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url("../image/icon/business-close.png") no-repeat;
}
.business-p{
    line-height: 30px;
    font-size: 14px;
}
.business-auth-none{
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    color: #666666;
    margin: 30px 0 30px 66px;
    line-height: 22px;
}
.business-auth-none a{
    color: #4A87EF;
    text-decoration: underline;
    margin: 0 4px;
}
.business-auth-none:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../image/icon/business-people.png") no-repeat;
    width: 20px;
    height: 20px;
}
.business-content-null{
    height: 262px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    border: 1px solid #EDF0F5;
    border-radius: 6px 6px 0 0;
}
.business-content-null p{
    margin-top: 13px;
}
.business-info-pad .myRegist-chapter{
    top: auto;
    bottom: 10px;
}
/*办理中业务弹窗*/
