.about{
    position: relative;
    background-color: #f4f7fe;
    line-height: 1;
    padding-bottom: 200px;
}
.about-tp{
    height: 240px;
    position: relative;
}
.about-tp img{
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-tp-le{
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 110px 0 0 30px;
}
.about-bm{
    min-height: 1001px;
    background: #FFFFFF;
    border: 1px solid #E1E6F2;
    margin: 64px 0 0;
}
.about-bm-tabs{
    width: 200px;
    padding-top: 10px;
    border-right: 1px solid #E1E6F2;
}
.about-bm-tabs li{
    font-size: 18px;
    color: #333333;
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.about-bm-tabs li a{
    display: block;
}
.about-bm-tabs li:hover a{
    color: #3552E4;
}
.about-bm-cons{
    flex: 1;
}
.about-bm-tabs li.active a {
    color: #3552E4 ;
}
.about-bm-tabs li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 3px;
    height: 23px;
    background-color: #3552E4;
    transform: translateY(-50%);
    display: none;

}
.about-bm-tabs li.active::after {
    display: block;
}
.about-bm-cons{
    padding: 33px 46px;
}
.bm-con-tle{
    font-weight: 400;
}
.bm-con-line{
    width: 27px;
    height: 2px;
    background: #3552E4;
}
.about-desc{
    font-size: 16px;
    color: #606060;
    line-height: 60px;
}
.feedback-desc{
    font-size: 16px;
    color: #606060;
    line-height: 30px;
}

.feedback-form>li {
    min-height: 54px;
    position: relative;
    line-height: 36px;
}
.feedback-form>li input:focus, textarea:focus {
    border: 2px solid #3552e4;
}
.feedback-form  .u-tx {
    padding: 11px 18px;
    width: 322px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #333;
    border: 1px solid #D8D8D8;
}
.feedback-form  .u-fm-focus{
    border: 2px solid #3552e4;
}
.feedback-form .u-fd{
    padding: 11px 18px;
    width: 712px;
    line-height: 30px;
    font-size: 14px;
    height: 96px;
    resize: none;
}
.feedback-form .u-upload{
    vertical-align: top;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.feedback-form .u-upload input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.feedback-form .u-upload .up-bor {
    background-color: #F0F0F0;
    border-radius: 4px;
    line-height: 20px;
    padding: 20px 0 15px;
}
.feedback-form .u-upload .up-bor .iconfont{
    font-size: 23px;
    color: #b2b2b2;
}
.feedback-form .u-upload .up-bor .txt {
    margin-top: 7px;
    line-height: 14px;
    font-size: 12px;
    color: #666;
}
.feedback-form .btn-gn2{
    font-size: 16px;
    background-color: #3552e4;
    color: #fff;
    display: block;
    width: 215px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-top: 35px;
}
.feedback-form .upload-img-list{
    display: inline-block;
    vertical-align: top;
}
.feedback-form .upload-item-img{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    margin-right: 10px;
}
.feedback-form .upload-item-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    margin-top: -3px;
}
.feedback-form .upload-item-img .icon-shanchu{
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    font-size: 19px;
    color: #626262;
    line-height: 1;
}
.map-con{
    position: relative;
    min-height: 1200px;
    margin: 64px 0;
    line-height: 1;
}
.map-fixed{
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.5s ease; /* 使用 transform 平滑过渡 */

}
.map-fixed.active {
    position: fixed;
    top: 200px;
    z-index: 1;
}
.map-fixed.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}
.map-fixed-con{
    width: 205px;
    background: #FFFFFF;
    border: 1px solid #E1E6F2;
    padding-bottom: 30px;
}
.map-fixed-tle{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    line-height: 88px;
    text-align: center;
}
.map-fixed-tabs li{
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 10px;
}
.map-fixed-tabs li.active{
    background-color: #3552e4;
    color: #fff;
}
.map-fixed-tabs li:hover{
    background-color: #3552e4;
    color: #fff;
}
.map-x{
    padding-left: 227px;
    z-index: 2;
}
.map-it{
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border: 1px solid #E1E6F2;
}
.map-it-tle{
    line-height: 72px;
    padding-left: 25px;
}
.map-itb{
    border-top: 1px solid #E1E6F2;
}
.map-itb-le{
    width: 152px;
    font-size: 18px;
    color: #333333;
    border-right: 1px solid #E1E6F2;
    padding: 24px;
    text-align: center;
    line-height: 32px;
}
.map-itb-rh{
    padding: 9px 30px;
    flex: 1;
}
.map-itb-rh a{
    display: inline-block;
    font-size: 16px;
    color: #6E6E6E;
    line-height: 60px;
    margin-right: 25px;
}

.hezuo{
    position: relative;
    line-height: 1;
}
.hezuo-footer{
    border: none;
}
.hezuo-tp{
    position: relative;
    height: 700px;
}
.hezuo-tp img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
}
.hezuo-tp-con{
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    padding-top: 98px;
}
.hezuo-tp-t1{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.hezuo-tp-t2{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: left;
}


.hezuo-tp-btn{
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    width: 184px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #DA1A16;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 17px;
    cursor: pointer;
    position: relative;
}
.hezuo-tp-btn::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.hezuo-tp-btn:hover::before {
    opacity: 1;
}
.hezuo-co{
    background-color: #f4f7fe;
    padding: 50px 0 65px;
}
.hezuo-co-desc{
    margin: 24px 0 80px;
}
.hezuo-co-t{
    border-bottom: 1px solid #DEE5F4;
}
.hezuo-co-t li{
    font-size: 16px;
    color: #333333;
    flex: 1;
    text-align: center;
    padding-bottom: 65px;
    line-height: 27px;
}
.hezuo-co-t li:nth-child(2){
    border-left: 1px solid #DEE5F4;
    border-right: 1px solid #DEE5F4;
}
.hezuo-co-ile{
    margin: 20px 0 30px;
    line-height: 1;
}
.hezuo-co-b li{
    font-size: 16px;
    color: #333333;
    flex: 1;
    text-align: center;
    padding: 10px 0 45px;
    line-height: 27px;
}
.hezuo-co-b li:first-child{
    border-right: 1px solid #DEE5F4;
}
.hezuo-bm{
    position: relative;
    height: 865px;
}
.hezuo-bm-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 865px;
}
.hezuo-bmm{
    position: relative;
    z-index: 1;
    padding: 67px 0 80px;
    text-align: center;

}
.hezuo-bmm-desc{
    margin: 24px 0 54px;
}
.hezuo-bmm-box{
    width: 100%;
    height: 591px;
    padding: 30px;
    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    position: relative;
}
.hezuo-bmm-box-img{
    position: absolute;
    bottom: 20px;
    right: 74px;
}
.hezuo-tabs{
    border-right: 1px solid #FFFFFF;
    padding-right: 22px;
}
.hezuo-tabs li{
    width: 273px;
    height: 80px;
    background: #DFE5EF;
    border-radius: 5px;
    text-align: left;
    opacity: .8;
    margin-bottom: 10px;
    cursor: pointer;
}
.hezuo-tabs li .iconfont{
    font-size: 38px;
    color: #95a4bd;
    margin: 0 15px;
}
.hezuo-tabs li:last-child{
    margin-bottom: 0;
}

.hezuo-tabs li.active {
    background-color: #ffffff;
    opacity: 1;
}
.hezuo-tabs li.active .iconfont{
    color: #C4CDDC ;
}
.hezuo-tab-t1{
    font-size: 18px;
    color: #515C6C;
}
.hezuo-tab-t2{
    font-size: 14px;
    color: #A4ACB5;
    margin-top: 10px;
}
.hezuo-cons{
    padding: 16px 0 0 46px;
    position: relative;
    flex: 1;
}
.hezuo-con{
    width: 100%;
    text-align: left;
    opacity: 0;
    display: none;
    transition: opacity 0.6s ease, transform 0.6s ease; /* 仅对 opacity 和 transform 设置过渡 */
    transform: translateX(20px);
    transition: all .6s;

}
.hezuo-con.show {
    display: block;
    opacity: 1; /* 变为不透明 */
    transform: translateX(0); /* 恢复到原位 */
}
.hezuo-con-t1{
    font-size: 30px;
    color: #333333;
}
.hezuo-con-t2{
    font-size: 18px;
    color: #6F6F6F;
    margin:17px 0 40px;
}
.hezuo-con-t3{
    font-size: 18px;
    color: #515151;
    line-height: 55px;
}
.hezuo-dibu{
    background-color: #f4f7fe;
    padding: 40px 0 70px;
    text-align: center;
}
.hezuo-dibu-desc{
    margin: 24px 0 53px;

}
.dibu-item{
    width: 386px !important;
    height: 249px !important;
    padding: 30px;
    background: #FFFFFF;
    position: relative;
}
.dibu-item-lin{
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid;
    width: 60px;
    height: 60px;
    border-color:  #3552E4 transparent transparent #3552E4;
}
.dibu-item-desc{
    font-size: 14px;
    color: #818181;
    line-height: 30px;
    text-align: left;
    height: 120px;
    margin-bottom: 20px;
}
.dibu-item-img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 15px;
}
.dibu-item-img img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.dibu-item-name{
    font-size: 16px;
    color: #333333;
}
.dibu-item-city{
    font-size: 14px;
    color: #979797;
    margin-top: 10px;
}
.he-shuofa-pagination{
    bottom: 0px !important;
}
.heShuobullet{
    width: 61px !important;
    height: 4px !important;
    background: #515C6C;
    border-radius: 2px !important;
}
.heShuoFaSwiper{
    padding-bottom: 40px !important;
}
.bm-fixed-box{
    width: 100%;
    height: 100px;
    background: #DA1A16;
    opacity: 0;
    transition: all 1s;
}
.bm-fixed-box-it{
    height: 100px;
}
.bm-fixed-box-le{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.bm-fixed-btn{
    width: 210px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    background: #3552E4;
    cursor: pointer;
}
.bm-fixed-btn .iconfont{
    font-size: 29px;
    color: #ffffff;
}

.bm-fixed-box.fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    transition: all .8s;
}

/* 弹窗样式 */
.norPop{
    width: 400px;
    z-index: 1000;
}
.norPop .pop_box{
    border-radius: 20px;
}
.norPop .pop_box .login_pop{
    padding: 20px 32px;
}
.norPop .pop_box .login_pop .tl {
    font-size: 18px;
    color: #4c71db;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}  .norPop .pop_box .login_pop .tll {
       margin-bottom: 50px;
   }
.norPop .pop_box .login_pop .form_main {
    margin-bottom: 30px;
}
.norPop .pop_box .login_pop .form_main .item {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 3px;
}
.norPop .pop_box .login_pop .form_main .items{
    border: none;
    justify-content: space-between;
}
.norPop .pop_box .login_pop .form_main .inputTxt {
    display: block;
    flex: 1;
    font-size: 16px;
    color: #333;
    height: 36px;
    padding: 0 10px;
    background-color: #ffffff !important;
    border-radius: 5px;
}
.norPop .pop_box .login_pop .form_main .inputTxtCode{
    width: 150px;
    height: 36px;
    padding: 0 10px;
    /* border: 1px solid #eaebed; */
}

.norPop .pop_box .login_pop .form_main .mes {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #597bdd;
    font-size: 14px;
    cursor: pointer;
    /* border: 1px solid #eaebed; */
    /* border-radius: 3px; */
    margin-left: 25px;
}
.norPop .pop_box .login_pop .form_main .calldisabled{
    color: #a2a2a2 !important;
    cursor: not-allowed;
}
.login_pop .form_btn {
    margin-bottom: 30px;
}
.login_pop .form_btn .dis-btn {
    opacity: .3;
}
.login_pop .form_btn .btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #3887f5;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
    border: none;
}
.norPop .pop_close {
    position: absolute;
    top: 24px;
    right: 18px;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    transition: .6s;
}
.norPop .pop_close:hover {
    transform: rotate(180deg); /* 旋转 360 度 */
}
/* 信息提示 */
#call-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 16px;
    z-index: 99999999 !important;
}

.online-drop-down{
    width: 160px;
    height: 38px;
    /* border: 1px solid #d9d9d9; */
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.online-drop-down1{
    width: 100%;
    margin-bottom: 15px;
}
.online-drop-txt{
    font-size: 14px;
    color: #999;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
}
.online-drop-all{
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    height: 168px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    display: none;
    top: 38px;
}
.online-drop-type{
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.online-drop-type:hover{
    background-color: #fdefe7;
    color: #f28c4d;
}
.onlinelaw  .problem-law-bmm-box {
    display: block;
    border-top: 1px solid #EFEFEF;
    padding-top: 0;
    margin-top: 0;
}
.wt-select-option{
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.wt-select-option:hover{
    background-color: #e9f0ff;
    color: #4c71db;
}
.wt-rg-select{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    height: 320px;
    width: 124px;
    background-color: #fff;
    overflow-y: auto;
}
.wt-city-option{
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #000000;
}
.wt-city-option:hover{
    background-color: #e9f0ff;
    color: #4c71db;
}
.err {
    color: #f61212;
    font-size: 12px;
    text-indent: 10px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 6px;
    height: 14px;
}
.itemsCodes{
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.form_btn-denglu{
    text-align: center;
    margin-top: 20px;
    color: #11223f;
}
.form_btn-denglu a{
    margin-left: 5px;
    color: #466cda;
}
.hezuo-tp-img{
    width: 430px !important;
    position: relative !important;
    height: 100% !important;
}
.hezuo-tp-swiper{
    width: 430px !important;
    position: relative !important;
    height: 100% !important;
}
.item-lawoff{
    font-size: 16px;
    color: #374151;
}
.item-rad {
    margin-right: 20px;
}
.item-rad span{
    font-size: 16px;
    color: #000000;
}
.lawercode_hide{
    display: none !important;
}
