/* 业务咨询、置顶按钮 */
.suspension-button {
    position: fixed;
    right: 17px;
    bottom: 100px;
    z-index: 99;
    width: 52px;
    padding-bottom: 68px;
}
.first-sus {
    opacity: 0;
}
.suspension-button .sus-img{
    visibility: hidden;
    width: 104px;
    height: 138px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(152,164,193,0.40);
    border-radius: 6px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    transform: scale(0.5) translate(-52px, 69px);
}
.suspension-button .sus-img:hover{
    transform: scale(1) translate(-52px, 0px);
}
.suspension-button .sus-img .qr-code-bg{
    width: 104px;
    height: 104px;
    background: url('../img/index3/qrcode.png') center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92px 92px;
}

.suspension-button .sus-img  .qr-text{
    font-size: 22px;
    color: #82899E;
    line-height: 28px;
    text-align: center;
}

.suspension-button .sus-consult {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(152,164,193,0.40);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.suspension-button .sus-consult .sus-consult-line{
    width: 34px;
    height: 1px;
    background: #E6F0FF;
    margin: 0 auto;
}
.suspension-button .sus-consult .sus-consult-img {
    width: 100%;
    height: 52px;
    padding-top: 12px;
    text-align: center;
}

.suspension-button .sus-consult .sus-consult-img.adviser {
  display: none;
}

.suspension-button .sus-consult .sus-consult-img img{
    width: 28px;
    height: 28px;
}

.suspension-button .sus-consult .sus-consult-img span{
    display: none;
}
.suspension-button .sus-consult .sus-consult-img:hover{
    padding-top: 8px;
    padding-left: 11px;
    padding-right: 11px;
    background-color: #3385FF;
}
.suspension-button .sus-consult .sus-consult-img:hover img{
    display: none;
}
.suspension-button .sus-consult .sus-consult-img:hover span{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}
.suspension-button .detail-box{
    display: none;
    width: 246px;
    height: 344px;
    position: absolute;
    right: 60px;
    top: 154px;
    padding: 16px 0 0 16px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 0 rgba(152,164,193,0.30);
    border-radius: 4px;
}

.suspension-button .detail-box .detail-title{
    font-size: 18px;
    color: #3A4461;
    line-height: 27px;
    margin-bottom: 4px;
}

.suspension-button .detail-box .detail-text{
    font-size: 12px;
    color: #82899E;
    line-height: 18px;
    margin-bottom: 4px;
}

.suspension-button .detail-box .detail-custom-number{
    position: relative;
    font-size: 18px;
    color: #3A4461;
    line-height: 18px;
    padding-left: 18px;
    margin-bottom: 4px;
}
.suspension-button .detail-box .detail-custom-number i {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../img/index3/ic_phone_black.svg');
}

.suspension-button .detail-box .detail-time{
    font-size: 12px;
    color: #82899E;
    line-height: 14px;
    padding-left: 18px;
}

.suspension-button .detail-box .detail-time span{
    margin-right: 3px;
}
.suspension-button .detail-box.phone .detail-img{
    width: 200px;
    height: 200px;
    background-image: url('../img/index3/advisercode_xft.jpg');
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.suspension-button .detail-box.phone .detail-img.st{
    background-image: url('../img/index3/advisercode_st.png');
}
.suspension-button .detail-box.phone .detail-img.uat{
    background-image: url('../img/index3/advisercode_uat.png');
}
.suspension-button .detail-box .detail-bottom{
    font-size: 14px;
    color: #82899E;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.suspension-button .detail-box .detail-close{
    width: 24px;
    height: 24px;
    background-image: url('../img/index3/icon-close.png');
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

.suspension-button .detail-box.adviser .detail-img{
    width: 200px;
    height: 200px;
    background-image: url('../img/index3/qrcode.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 9px;
}
.suspension-button .sus-top{
    display: none;
}

.suspension-button .sus-top>div:hover {
    background-color: #3385FF;
}

.suspension-button .sus-top>div {
    margin: auto;
    height: 52px;
    width: 52px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.suspension-button .sus-top .top-img1 {
    background-image: url('../img/index3/top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(152,164,193,0.40);
    border-radius: 3px;
}

.suspension-button .sus-top:hover .top-img1 {
    background-image: url('../img/index3/top-hover.png');
}

.index-modal {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(21,42,90,0.15);
    border-radius: 12px;
    z-index: 901;
    top: 50%;
    left: 50%;
    /* right: 0; */
    /* margin: auto; */
}

.consult-modal {
    width: 480px;
    min-height: 484px;
}
.consult-modal .load_ing{
    font-size: 14px;
    color: #3C4766;
    text-align: center;
    line-height: 22px;
    display: none;
    margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
}

.consult-modal .load_ing i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon_loading.png') center no-repeat;
    vertical-align: sub;
    margin-right: 4px;
}

.modal-mask {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    background-color: #000;
    position: fixed;
    z-index: 900;
}

/* 留言咨询二次确认 */
.consult-modal .re_confirm{
    display: none;
    padding-top: 130px;
}

.re_confirm .re_image{
    width: 72px;
    height: 72px;
    background: url('../img/sidebar/re_info.svg') center no-repeat;
    margin: 0 auto;
    margin-bottom: 16px;
}

.re_confirm .re_text{
    font-size: 16px;
    color: #030819;
    text-align: center;
    line-height: 24px;
    margin-bottom: 40px;
}

.re_confirm .re_footer{
    text-align: center;
}

.re_confirm .re_footer .re_submit{
    display: inline-block;
    padding: 5px 12px;
    background: #FFFFFF;
    border: 1px solid #CED2DE;
    font-size: 14px;
    color: #3C4766;
    text-align: center;
    line-height: 22px;
    margin: 0px 4px;
    border-radius: 6px;
    cursor: pointer;
}

.re_confirm .re_footer .back{
    display: inline-block;
    padding: 6px 12px;
    background: #3385FF;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    margin: 0px 4px;
    border-radius: 6px;
    cursor: pointer;
}

/* 业务咨询弹窗 */
.consult-modal .title{
    padding: 20px 24px 12px 24px;
}

.consult-modal .title span{
    font-size: 16px;
    color: #030819;
    line-height: 24px;
}


.consult-modal .title i{
    float: right;
    width: 16px;
    height: 16px;
    background: url('../img/icon_close.png') center no-repeat;
    cursor: pointer;
}

.consult-modal .line{
    width: 100%;
    height: 1px;
    background: #D7E0F3;
}

.consult-modal .message-box{
    padding: 8px 24px 6px 12px;
    background: #E6F0FF;
    border: 2px solid #CCE0FF;
    border-radius: 6px;
    margin: 16px 24px 0px 24px;
}

.consult-modal .message-box .tip{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon_hint.png') center no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.consult-modal .message-box .close{
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url('../img/message-close.svg') center no-repeat;
    cursor: pointer;
}

.consult-modal .message-box span{
    width: 340px;
    display: inline-block;
    font-size: 13px;
    color: #5F6269;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    vertical-align: middle;
}

.consult-modal .message-box.error-box{
    background: #FFE8EB;
    border: 2px solid #FFD6DB;
    border-radius: 6px;
}

.consult-modal .message-box.error-box .tip{
    background: url('../img/icon_hint_red.png') center no-repeat;
}

.consult-modal .form-content{
    padding: 0 24px;
    margin-top: 24px;
}

.consult-modal .form-content .ask-form{
    display: flex;
    flex-wrap: wrap;
}

.consult-modal form .contact-name {
    float: left;
    margin-bottom: 24px;
    position: relative;
    width: 180px;
}

.consult-modal form label {
    font-size: 14px;
    color: #5C647A;
    line-height: 22px;
    display: block;
    width: 180px;
}

.consult-modal form label span.red {
    font-size: 14px;
    color: #FF3D55;
    line-height: 22px;
}

.consult-modal input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #D7E0F3;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
}

.consult-modal .contact-phone {
    float: left;
    margin-bottom: 24px;
    position: relative;
    margin-left: 70px;
    width: 180px;
}

.consult-modal  .contact-phone label {
    font-size: 14px;
    color: #5C647A;
    line-height: 22px;
    display: block;
    width: 180px;
}

.consult-modal .error-tip{
    font-size: 12px;
    color: #FF3D55;
    text-align: left;
    line-height: 20px;
    margin-top: 4px;
    display: none;
}

.consult-modal  .big-input-block {
    float: left;
    margin-bottom: 24px;
}

.consult-modal .company-name {
  float: left;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.consult-modal .base-city {
  float: left;
  margin-bottom: 24px;
  position: relative;
  width: 180px;
}

.consult-modal .consult-type {
    float: left;
    margin-bottom: 24px;
    position: relative;
    margin-left: 70px;
    width: 180px;
  }

.consult-modal .base-city input {
  padding: 0 16px 0 10px;
  margin-top: 0px;
}

.consult-modal .base-city .arrow-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 11px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('../img/icon_shrink.png') center no-repeat;
}

.consult-modal  .base-city label {
  font-size: 14px;
  color: #5C647A;
  line-height: 22px;
  display: block;
  width: 180px;
}

.consult-modal  .big-input-block .question label {
    font-size: 14px;
    color: #5C647A;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
    width: 430px;
}

.consult-modal  .big-input-block span.red {
    font-size: 14px;
    color: #FF3D55;
    line-height: 22px;
}

.consult-modal .contact-textarea {
    width: 432px;
    height: 112px;
    display: inline-block;
    margin-top: 12px;
}

.consult-modal .contact-textarea textarea {
    line-height: 22px;
    background: #FFFFFF;
    border: 1px solid #D7E0F3;
    border-radius: 2px;
    width: 432px;
    height: 112px;
    padding: 8px 10px;
    resize: none;
    overflow: auto;
}

.consult-modal .footer {
    height: 50px;
    padding: 8px 24px;
    text-align: right;
}

.consult-modal .cancel {
    font-size: 14px;
    color: #3C4766;
    line-height: 32px;
    display: inline-block;
    width: 66px;
    height: 34px;
    padding: 6px 0;
    line-height: 22px;
    text-align: center;
    border: 1px solid #E6E9F0;
    border-radius: 6px;
    margin-right: 8px;
    cursor: pointer;
}

.consult-modal .submit {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    display: inline-block;
    width: 66px;
    height: 34px;
    padding: 6px 0;
    line-height: 22px;
    text-align: center;
    background: #3385FF;
    border: 1px solid #E6E9F0;
    border-radius: 6px;
    cursor: pointer;
}

.consult-modal input::-webkit-input-placeholder,
.consult-modal textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #AFB5C7;
    line-height: 22px;
}

.consult-modal input:-moz-placeholder,
.consult-modal textarea:-moz-placeholder {
    font-size: 14px;
    color: #AFB5C7;
    line-height: 22px;
}

.consult-modal input::-moz-placeholder,
.consult-modal textarea::-moz-placeholder{
    font-size: 14px;
    color: #AFB5C7;
    line-height: 22px;
}

.consult-modal input:-ms-input-placeholder,
.consult-modal textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #AFB5C7;
    line-height: 22px;
}

.clearfix::before, .clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

.xft-toast-messagebox{
    width: auto;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 901;
    max-width: 440px;
}
.xft-toast-messagebox .xft-toast-box {
    width: auto;
    max-width: 440px;
    padding: 12px 16px 12px 12px;
    height: 48px;
    background: #E4F7F1;
    border: 2px solid #CBF2E5;
    box-shadow: 0 12px 24px 0 rgba(130,137,158,0.15);
    border-radius: 6px;
}

.xft-toast-messagebox .xft-toast-box.xft-message-Success {
    background: #E4F7F1;
    border: 2px solid #CBF2E5;
}

.xft-toast-messagebox .xft-toast-box .xft-message-icon {
   width: 20px;
   height: 20px;
   background: url('../img/icon_succeed.png') center no-repeat;
   display: inline-block;
   vertical-align: middle;
}


.xft-toast-messagebox .xft-toast-message-content {
    width: auto;
    text-align: left;
    margin-left: 8px;
    font-size: 16px;
    color: #3C4766;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
/* 导航 */
.sublist-container{
    text-align: left;
    position: absolute;
    width: 876px;
    top: 60px;
    left: 0;
    z-index: 99;
    display:none;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(21,42,90,0.10);
    border-radius: 8px;
    font-weight: normal;
}

.help-support .sublist-container{
    width: 320px;
    right: -32px;
    left: auto;
}

.function-area > li.product-introduce >  .sublist-container{
    height:307px;
}

.function-area > li.help-support >  .sublist-container{
    height: 196px;
}

.function-area > li.product-introduce .index2-a-icon,
.function-area > li.help-support .index2-a-icon{
    display: inline-block;
    width: 20px;
    height: 100%;
    background: url(../img/icon_shrink_white.png) center right no-repeat;
    opacity: 0.8;
    vertical-align: middle;
    cursor: pointer;
}


.function-area > li.product-introduce:hover > .index2-a-icon,
.function-area > li.help-support:hover > .index2-a-icon{
    background: url('../img/icon_unfold_white.png') center no-repeat;
    opacity: 1;
}

.sublist-container .sublist-title{
    height: 24px;
    padding-top: 28px;
    padding-bottom: 12px;
    box-sizing: content-box;
    border-bottom: 1px solid #F0F1F5;
    margin: 0 36px;
}

.sublist-container .sublist-title div{
    font-size: 16px;
    color: #5C647A;
    line-height: 24px;
    margin-left: 112px;
    float: left;
}

.sublist-container .sublist-title div:first-child{
    margin-left: 0px;
}

.sublist-container .sublist-content{
    padding-top: 2px;
}

.sublist-container .sublist-content .sublist-bk{
    width: 140px;
    margin-left: 36px;
    float: left;
}

.sublist-container .sublist-content .sublist-bk:first-child{
    margin-left: 16px;
}

.sublist-container .sublist-content .sublist-bk .sublist-three{
    display: block;
    width: 140px;
    height: 36px;
    padding: 6px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    float: left;
}
.sublist-container .sublist-content .sublist-bk .sublist-three .sublist-icon{
    float: left;
    margin-left: 16px;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background-position: center;
}

.sublist-container .sublist-content .sublist-bk .sublist-three .sublist-text{
    float: left;
    font-size: 14px;
    color: #030819;
    line-height: 24px;
    text-decoration: none;
}
.sublist-container .sublist-content .sublist-bk .sublist-three:hover{
    background: #EFF5FF;
    border-radius: 4px;
}
.sublist-container .sublist-content .sublist-bk .sublist-three:hover .sublist-text{
    color: #3283FE;
}

.sublist-container .sublist-content .sublist-bk.sublist-help{
    width: auto;
}

.sublist-container .sublist-content .sublist-bk.sublist-help .sublist-three:first-child{
    margin-right: 8px;
}

.icon-xzdf{
    background: url('../img/index3/icon2/nav_xzdf.svg') no-repeat;
}
.icon-xcjs{
    background: url('../img/index3/icon2/nav_xcjs.svg') no-repeat;
}
.icon-gsfw{
    background: url('../img/index3/icon2/nav_gsfw.svg') no-repeat;
}
.icon-dzgzd{
    background: url('../img/index3/icon2/nav_dzgzd.svg') no-repeat;
}
.icon-tax{
    background: url('../img/index3/icon2/nav_tax.svg') no-repeat;
}
.icon-yggl{
    background: url('../img/index3/icon2/nav_yggl.svg') no-repeat;
}
.icon-jqgl{
    background: url('../img/index3/icon2/nav_jqgl.svg') no-repeat;
}
.icon-spb{
    background: url('../img/index3/icon2/nav_spb.svg') no-repeat;
}
.icon-cwgl{
    background: url('../img/index3/icon2/nav_cwgl.svg') no-repeat;
}
.icon-itrip{
    background: url('../img/index3/icon2/nav_itrip.svg') no-repeat;
}
.icon-fpy{
    background: url('../img/index3/icon2/nav_fpy.svg') no-repeat;
}
.icon-qyhb{
    background: url('../img/index3/icon2/nav_qyhb.svg') no-repeat;
}
.icon-cbi{
    background: url('../img/index3/icon2/nav_cbi.svg') no-repeat;
}
.icon-oa{
    background: url('../img/index3/icon2/nav_oa.svg') no-repeat;
}
.icon-wlf{
    background: url('../img/index3/icon2/nav_wlf.svg') no-repeat;
}
.icon-gim{
    background: url('../img/index3/icon2/nav_gim.svg') no-repeat;
}
.icon-zxdt{
    background: url('../img/index3/icon2/nav_zxdt.svg') no-repeat;
}
.icon-gywm{
    background: url('../img/index3/icon2/nav_gywm.svg') no-repeat;
}
.icon-help{
    background: url('../img/index3/icon2/nav_help.svg') no-repeat;
}
.icon-contact{
    background: url('../img/index3/icon2/nav_contact.svg') no-repeat;
}
.icon-fwxy{
    background: url('../img/index3/icon2/nav_fwxy.svg') no-repeat;
}
.icon-yszc{
    background: url('../img/index3/icon2/nav_yszc.svg') no-repeat;
}
.icon-system{
    background: url('../img/index3/icon2/nav_system.svg') no-repeat;
}
.icon-download{
    background: url('../img/index3/icon2/nav_download.svg') no-repeat;
}

/* 页面滚动导航栏 */
.index2-navigation-scroll {
    position: absolute;
    min-width: 1280px;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 99;
    background-color: #FFF;
}

.index2-navigation-scroll .nav-bar {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.index2-navigation-scroll .nav-bar .left-area {
    width: 800px;
    height: 100%;
    float: left;
}

.index2-navigation-scroll .nav-bar .logo-area {
    height: 100%;
    width: 192px;
    background: url('../img/nav/logo_black.svg') no-repeat center;
    float: left;
}

.index2-navigation-scroll .nav-bar .function-area {
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    float: left;
}

.index2-navigation-scroll .nav-bar .function-area li {
    float: left;
    height: 100%;
    margin-left: 28px;
    text-align: center;
}

.index2-navigation-scroll .nav-bar .function-area li.help-support {
    position: relative;
}

.index2-navigation-scroll .nav-bar .function-area li a.index2-a {
    float: left;
    height: 100%;
    line-height: 60px;
    font-weight: bold;
    color: #5C647A;
    cursor: pointer;
}

.index2-navigation-scroll .nav-bar .function-area li a.index2-a:hover {
    color: #3385FF;
}

.index2-navigation-scroll .nav-bar .function-area li.active a.index2-a {
   color: #3385FF;
   border-bottom: 2px solid #3385FF;
    border-radius: 2px;
    border-radius: 1.5px;
}

.index2-navigation-scroll .nav-bar .function-area li.product-introduce .index2-a-icon,
.index2-navigation-scroll .nav-bar .function-area li.help-support .index2-a-icon{
    float: left;
    width: 16px;
    height: 22px;
    background: url('../img/icon_shrink.png') center no-repeat;
    margin-top: 19px;
    margin-left: 6px;
    cursor: pointer;
}

.index2-navigation-scroll .nav-bar .function-area li.product-introduce:hover .index2-a-icon,
.index2-navigation-scroll .nav-bar .function-area li.help-support:hover .index2-a-icon{
    background: url('../img/icon_unfold.png') center no-repeat;
}

.index2-navigation-scroll .nav-bar .right-area {
    height: 60px;
    float: right;
}

.index2-navigation-scroll .nav-bar .button-group {
    float: left;
    margin-top: 14px;
}

.index2-navigation-scroll .nav-bar .custom-number{
    position: relative;
    margin-top: 22px;
    padding-left: 40px;
    float: left;
}

.index2-navigation-scroll .nav-bar .custom-number i {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 0px;
    background: url('../img/index3/ic_phone_black2.svg') no-repeat center;
}

.index2-navigation-scroll .nav-bar .custom-number span{
    font-size: 16px;
    color: #515A6E;
    line-height: 16px;
    font-weight: 700;
}

/* 登录 */
.index2-navigation-scroll .nav-bar .btn-login {
    background: none;
    height: 34px;
    width: 64px;
    cursor: pointer;
    border: 1px solid #3865F8;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 auto;
    line-height: 34px;
    color: #3865F8;
}

.index2-navigation-scroll .nav-bar .btn-login:hover {
    background: rgba(12, 99, 249, 0.10);
}

.index2-navigation-scroll .nav-bar .btn-register.hover-status  {
    width: 80px;
    height: 34px;
    cursor: pointer;
    background: #3385FF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
}
.index2-navigation-scroll .nav-bar .btn-register.normal-status {
    display: none;
}
.index2-navigation-scroll .nav-bar .btn-register.hover-status {
    display: block;
}

.index2-navigation-scroll .nav-bar .btn-register:hover {
    background: #0147B2;
}

.index2-navigation-scroll .nav-bar .index2-btn-blue {
    opacity: 1;
    color: #3385FF;
}

.index2-navigation-scroll .nav-bar .index2-btn-blue:hover {
    color: #0147B2;
}

/* 底部指引 */
.introduce-wrap {
    width: 100%;
    height: 360px;
    background: url('../img/index3/introduce-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: 98px;
    text-align: center;
    box-sizing: border-box;
}

.introduce-wrap .bottom-xft-text {
    font-size: 40px;
    color: #3A4461;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 12px;
}

.introduce-wrap .bottom-custom{
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.introduce-wrap .bottom-custom i{
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url(../img/index3/ic_phone_grey.svg) no-repeat center;
    vertical-align: top;
    margin-right: 4px;
}

.introduce-wrap .bottom-custom .custom-number{
    font-size: 20px;
    color: #6F84A5;
    line-height: 24px;
    font-weight: 700;
    margin-right: 12px;
}

.introduce-wrap .bottom-custom .custom-time{
    font-size: 18px;
    color: #93A5BF;
    line-height: 24px;
}

.introduce-wrap .xft-btn-register {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    background: #3385FF;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 24px;
    text-decoration: none;
}

.introduce-wrap .xft-btn-contact {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    border: 1px solid #3385FF;
    border-radius: 2px;
    cursor: pointer;
}

.introduce-wrap .xft-btn-register span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
    margin-top: 6px;
}

.introduce-wrap .xft-btn-contact span {
    font-size: 14px;
    color: #3385FF;
    line-height: 24px;
    display: inline-block;
    margin-top: 5px;
}
/* footer */
.footer-copyright {
    padding: 40px 0 30px 0;
    height: 82px;
    width: 1200px;
    margin: auto;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #82899E;
}
.footer-bottom{
    width: 100%;
    height: 332px;
    background: #282F3C;
}
.footer-bottom .footer-bottom-content{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: right;
}
.footer-bottom .footer-bottom-content .bottom-left{
    text-align: left;
    padding-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-bottom .footer-bottom-content .bottom-left .footer-logo{
    width: 193px;
    height: 32px;
    background: url('../img/footer_logo.png') center no-repeat;
    background-size: 100%;
    margin-bottom: 38px;
}

.footer-bottom .footer-bottom-content .bottom-left .footer-custom-number{
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 20px;
}
.footer-bottom .footer-bottom-content .bottom-left .footer-custom-number i {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url('../img/index3/ic_phone_white.svg') no-repeat left center;
}

.footer-bottom .footer-bottom-content .bottom-left .footer-time{
    font-size: 12px;
    color: #82899E;
    line-height: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.footer-bottom .footer-bottom-content .bottom-left .footer-time span{
    margin-right: 3px;
}
.footer-bottom .footer-bottom-content .bottom-left .bottom-left-content{
    margin-bottom: 8px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.directionTip{
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #ffffff;
    margin: 0 5px;
}
.bottom-describe{
    font-size: 12px;
    color: #82899E;
    letter-spacing: 0;
    line-height: 12px;
}
.footer-bottom .footer-bottom-content .bottom-left .bottom-left-content .news{
    cursor: pointer;
}
.footer-bottom .footer-bottom-content .bottom-left .bottom-left-content .news:hover{
    text-decoration: underline;
}
.footer-bottom .footer-bottom-content .bottom-left .bottom-left-content .abuout-us{
    cursor: pointer;
}
.footer-bottom .footer-bottom-content .bottom-left .bottom-left-content .abuout-us:hover{
    text-decoration: underline;
}
.footer-wrapper .wx-right{
    display: inline-block;
    width: 140px;
    margin-top: 80px;
    margin-bottom: 8px;
    margin-right: 48px;
}

.footer-wrapper  .app-right{
    display: inline-block;
    width: 140px;
    margin-top: 80px;
    margin-bottom: 8px;
    margin-right: 48px;
}

.footer-wrapper .wx-right,
.footer-wrapper  .app-right{
    font-size: 14px;
    color: #82899E;
    line-height: 24px;
    text-align: center;
}

.consult-modal .cascader-wrap {
  width: 180px;
  height: 38px;
  font-size: 14px;
  position: relative;
  margin-top: 4px;
  color: #3c4766;
  line-height: 38px;
}
.consult-modal .cascader-wrap:after {
  opacity: 1;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/icon_select_city.svg) center no-repeat;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

.consult-modal .cascader-wrap.is-show .xft-cascader-panel {
  display: block;
}
.xft-cascader-input {
  width: 100%;
  height: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d7e0f3;
  outline: none;
  padding: 0 16px 0 10px;
  line-height: 38px;
}
.xft-cascader-panel {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 4px 20px 0px #878ea442;
  top: 40px;
  left: 0;
  overflow: hidden;
  display: none;
}
.xft-cascader-hide-div{
    width: 424px;
    position: relative;
}
.xft-cascader-panel::after{
    content: "";
    display: table;
    clear: both;
}
.xft-cascader-menu {
  float: left;
  width: 212px;
  max-height: 240px;
  box-sizing: border-box;
  color: #030819ff;
  border-right: 1px solid #e4e7ed;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.xft-cascader-menu:hover {
  overflow-y: auto;
}

.xft-cascader-menu:last-child {
  border-right: none;
}
.xft-cascader-menu li {
  height: 30px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 10px;
}
.xft-cascader-menu li.has-child:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(../img/icon_select_city.svg) center no-repeat;
  left: 170px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);;
  color: #3C4766FF;
}
.xft-cascader-menu li:hover,
.xft-cascader-menu li[selected=true] {
  background: #f7f8faff;
}

.customer-service-box {
    flex-direction: column;
    color: #fff;
    width: 604px;
    height: 690px;
    display: none;
    box-sizing: border-box;
    position: absolute;
    cursor: move;
    z-index: 100;
    user-select: none;
    box-shadow: 0 2px 4px #ccc;
    border-radius: 6px;
}

.customer-service-box-title {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: linear-gradient(90deg, #3972F1 0%, #188AFF 100%);
    border-radius: 6px 6px 0 0;
}

.customer-service-box-title label {
    font-size: 16px;
    font-weight: bold;
}

.customer-service-close {
    width: 24px;
    height: 24px;
    background-image: url('../img/index3/icon-close.png');
}

.customer-service-close:hover {
    cursor: pointer;
}

.customer-service-box-content {
    height: 648px;
    padding: 16px;
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.customer-service-iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
}
