
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, i, dl, dt, dd, ol, ul, li, form, fieldset, label, table, caption, tbody, thead, tfoot, tr, th, td, article, aside, header, footer, menu, nav, output, section, input, select, button {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family:"PingFang SC", "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    font-weight: 400;
}
body{
    height: 100%;
    width: 100%;
    margin-bottom: 9.2rem !important;
}
i{
    font-style: unset;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000000;
}
input:hover,input:focus,input:focus-visible{
    outline: none; /* 移除默认的黑色边框 */
    /* 可以添加其他的样式 */
    border: 1px solid transparent; /* 例如，使用透明边框 */
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    margin: 0;
}
.row{
    margin: 0;
    padding: 0;
}
.row:before,.row:after,container:before,container:after{
    content: unset;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444c69;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #262a3b;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #444c69;
    border-color: #444c69;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pager{
    text-align:center;
    min-height: 7.5rem;
}
.pager .pagination {
    margin: 1.6rem 0;
}

.pager li {
    margin: 0 0.4em;
    display: inline-block;
}

.pager li:first-child > a,.pager li:last-child > a,.pager li:first-child > span,.pager li:last-child > span {
    padding: 0.5em 1.2em;
}

.pager li > a,.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: 0.5em 0.93em;
    font-size: 14px;
}

.container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 1100px){
    .container {
        width: 100%;
    }

}
@media (min-width: 992px){
    .container {
        width: 100%;
    }

}
/******************************************开始-公共头部header*******************************************/

.navBarBox{
    height: 7.3rem;
    width: 100%;
}
.navBarBox .navBarMainBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 7.3rem;
    background: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}
.navBarBox .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBarBox .header-menu{
    display: flex;
    gap:3.6rem;

}
.navBarBox .header-menu>li{
    position: relative;
    display: inline-block;
}
.navBarBox .header-menu li a:hover{
    color: #165DFF;
}
.navBarBox .header-menu li a.active{
   color: #165DFF;
}
.navBarBox .header-menu li a .iconfont{
    font-size: 0.7rem;
    margin-left: 0.7rem;
}
.navBarBox .header-menu>li .items_dropdown_list{
    position: absolute;
    top: 4.6rem;
    left: -3rem;
    right: 0;
    width: 120px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(23, 37, 68, 0.08), inset 0 0px 0 0 #FFFFFF;
    border-radius: 4px;
    display: none;
}

.navBarBox .header-menu>li .items_dropdown_list a{
    line-height: 36px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.navBarBox .header-logo{
  width:16rem;
}
.navBarBox .header-logo img{
    width: 100%;
}
.header-login-register .header-register{
    padding: 0.7rem 2rem;
    color:#fff;
    background: #165DFF;
    border-radius: 0.6rem;
    line-height: 3.6rem;
}
/******************************************结束-公共头部header*******************************************/
.footer-section-box{
    margin-bottom: 10rem;
}
.footer-section-box .performance-growth{
    height: 26.2rem;
    width: 100%;
    background: url("https://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1753942954_performance-growth-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.footer-section-box .performance-growth .content-box{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-section-box .title-box{
    font-size: 3rem;
    line-height: 5rem;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
}
.footer-section-box .title-box span{
    background: linear-gradient(90deg, #29A1FF 2.4%, #0033FF 44.71%, #6562FF 78.37%, #9665FF 99.04%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    padding-right: 2.6rem;
}
.footer-section-box .title-box span:before{
    content: ' ';
    position: absolute;
    right: 1.2rem;
    top: 0.6rem;
    bottom: 0;
    margin: auto;
    height: 2.5rem;
    border-left: 2px solid rgba(29, 33, 41, 1);
}
.footer-section-box .btn-box a{
    line-height:4.8rem;
    background: linear-gradient(90deg, #3185FF 4.81%, #1C60FF 54.27%, #AF68FF 100%);
    color: #fff;
    text-align: center;
    padding: 1rem 2.7rem;
    font-weight: 400;
    font-size: 2.2rem;
    border-radius: 0.6rem;

}
.footer-section-box .bg-img img{
    width: 100%;
}
/******************************************开始-公共尾部footer*******************************************/
footer.footer{
    font-size: 1.4rem;
    font-weight: 400;
}
footer.footer .footer-logo{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
footer.footer .footer-logo::before{
    position: absolute;
    content: ' ';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
    border-bottom:1px solid #E5E6EB ;
    z-index: -1;

}
footer.footer .footer-logo .footer-logo-box{
     background: #fff;
     width: 24vh;
}
footer.footer .footer-logo .footer-logo-box img{
    width: 100%;
}
footer.footer .footer-content{
    display: flex;
    width: 100%;
    color:#4E5969;
    justify-content:space-between;
}
footer.footer .footer-content a{
    color:#4E5969;
    font-size: 1.4rem;
    font-weight: 400;
}
footer.footer .footer-content li{

}
footer.footer .footer-content .footer-h1-title{
    font-size: 1.8rem;
    font-weight: bold;
    color:#1D2129;
    margin-bottom: 1rem;
}
footer.footer .footer-content .footer-qr-code{
    text-align: center;
}
footer.footer .footer-content .footer-qr-code-box{
    width: 9.6rem;
}
footer.footer .footer-content .footer-h2-title{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2.4rem;

}
footer.footer .footer-content .footer-v-title{
    margin-bottom: 1.6rem;
    position: relative;
}
footer.footer .footer-content .footer-v-title .footer-cooperation-qrcode{
    position: absolute;
    top: -168px;
    left: 0;
    display: none;

}
footer.footer .footer-content .footer-v-title:hover .footer-cooperation-qrcode{
    display: block;
}
footer.footer .footer-content .footer-v-title:last-child{
    margin-bottom: 0;
}
/******************************************结束-公共尾部footer*******************************************/
/*********************右侧栏目*******************************/
.float_tool_bar {
    position: fixed;
    z-index: 99999900;
    top: 78vh;
    right: 1rem;
    width: 7.2rem;
    margin-top: -30rem;
    background:linear-gradient(300.56deg, #FFFFFF 5.95%, rgba(255, 255, 255, 0) 66.2%);;
    backdrop-filter: blur(10px);
    border-radius: 17.7rem;
    padding: 0.1rem;
}
.float_tool_bar .float_tool_bar_bg {
    padding: 0.8rem;
    background: linear-gradient(304.17deg, rgba(253, 254, 255, 0.6) -6.04%, rgba(244, 247, 252, 0.6) 85.2%);
    border-radius: 17.7rem;
}
.float_tool_bar .float_tool_bar_bg2 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6.5rem;
    padding:1.2rem 0.4rem;
}
.float_tool_bar>a:first-child {
    /*border-radius: 8px 8px 0 0;*/
}
.float_tool_bar>a:nth-child(3),.float_tool_bar>a:last-child {
    /*border-radius: 0px 0px 8px 8px;*/
}
.float_tool_bar .item {
    position: relative;
    cursor: pointer;
    color:rgba(78, 89, 105, 1);
    text-align: center;
    font-size:1.4rem;
    width: 100%;
    min-height: 6.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float_tool_bar .item .img{
    margin-bottom: 0.6rem;
}
.float_tool_bar .item.defaults {
    /*background: rgba(240, 247, 255, 1);*/
    /*border-radius: 2.35rem;*/
    /*color: rgba(22, 93, 255, 1);*/
}

.float_tool_bar .item .over {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}
.float_tool_bar .item .icon {
    width: 100%;
    height: 100%;
    -webkit-transition: .1s ease;
    transition: .1s ease
}



.float_tool_bar .item .icon .top-img {
    background-image: url("https://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1752309796_top.png");
}


.float_tool_bar .item:hover{
    background: rgba(240, 247, 255, 1);
    border-radius: 2.35rem;
    color: rgba(22, 93, 255, 1);
}
.float_tool_bar .item:hover span div{
    /*color:#fff !important;*/
}


.float_tool_bar .item:hover .icon .top-img {
    background-image: url("http://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1752309885_top-hover.png");
}

.float_tool_bar a:hover .txt {
    color: #2268F0;
}

.float_tool_bar .item:hover .detail {
    display: block
}
.float_tool_bar .item .detail {
    position: absolute;
    top: 0;
    right: 80px;
    display: none;
    background: linear-gradient(304.17deg, rgba(253, 254, 255, 0.6) -6.04%, rgba(244, 247, 252, 0.6) 85.2%);
    border-radius: 0.6rem;
    padding: 0.4rem;
}


.float_tool_bar .item .detail .sub-font {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 1);

}

.float_tool_bar .item .detail.detail-phone {
    width: 15.3rem;
    text-align: left;
}
.float_tool_bar .item .detail.detail-phone dl{
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.4rem 1.2rem;
}
.float_tool_bar .item .detail.detail-phone dt{
    color: rgba(22, 93, 255, 1);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;

}
.float_tool_bar .item .detail.detail-phone dt img {
    margin-top: 10px;
}
.float_tool_bar .item .detail.detail-phone dd {
    line-height: 25px;
}
.float_tool_bar .item .detail.detail-zixun img{
    width: 10.8rem;
    height: 10.8rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.6rem;
}

.float_tool_bar .item .detail.detail-weixin img{
    width: 10.8rem;
    height: 10.8rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.6rem;
}

.float_tool_bar .item .detail.detail-yanshi img{
    width: 10.8rem;
    height: 10.8rem;
    padding: 0.4rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.6rem;
}
.float_tool_bar .item .detail.detail-weixin .weixin-txt {
    /*margin-top: 20px;*/
}
.newBobileBridge{
    display: none;
}
/******************************************公共视频弹出框样式*******************************************/
.common-video-main__erp{
    box-shadow: unset !important;
    border: 0 !important;
}
.common-video-main__erp .common-video-erp-box{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 20px;
}
.common-video-main__erp .common-video-erp-box>video{
    background-color: #fff;
    width: 100%;
    display: block;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2 {

    right: -13px;
    top: -14px;
    width: 35px;
    height: 35px;
    margin-left: 0;
    background-position:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2:hover{
    background-position:unset;
}
.common-video-main__erp .layui-layer-ico {
    background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
    background-size: 100%;
}



.common-mobile-video-main__erp{
    box-shadow: unset !important;
    border: 0 !important;
}
.common-mobile-video-main__erp .common-video-erp-box{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 20px;
}
.common-mobile-video-main__erp .common-video-erp-box>video{
    background-color: #fff;
    width: 100%;
    display: block;
}
.common-mobile-video-main__erp .layui-layer-setwin .layui-layer-close2 {

    right: 0px;
    top: 0px;
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0;
    background-position:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-mobile-video-main__erp .layui-layer-setwin .layui-layer-close2:hover{
    background-position:unset;
}
.common-mobile-video-main__erp .layui-layer-ico {
    background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
    background-size: 100%;
}




.mobileNavBarBox{
    display: none;
}
.mobileFooter{
    display: none;
}
.mobile_gotop{
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 9999999999;
    display: none;
}
.mobile_gotop img{
    width: 100%;
}
.newBobileBridge{
    display: none;
}
@media screen and (max-width: 768px) {
    body{
        margin-bottom: 6rem !important;
    }
    .container{
        padding: 0 1.5rem;
    }
    footer.footer{
        padding: 0;
    }

    .footer-section-box .title-box{
        font-size: 2.4rem;
        line-height: 3.2rem;
        padding: 0 1.5rem;
    }
    .footer-section-box .btn-box a{
        line-height: 3.2rem;
        font-size: 1.4rem;
    }
    .float_tool_bar{
        display: none;
    }
    .navBarBox{
        display: none;
    }
    .mobileNavBarBox {
        height: 5rem;
        width: 100%;
        display: block;
    }
    .footer.footer .footer-content{
        display: none;
    }

    .mobileFooter{
        display: block;
    }
    .mobileFooter .footer-qr-code{
        text-align: center;
        margin: 1.6rem 0;
    }
    .mobileFooter .footer-qr-code img{
        width: 20rem;
        height: 20rem;
    }
    .mobileFooter .layui-colla-title{
        background-color: #fff;
    }

    .mobileFooter .footer-cooperation-qrcode{
        text-align: center;
        display: none;
    }

    .footer-section-box{
        margin-bottom: 0;
    }


    .mobileNavBarBox .mobile-nav-box{
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
        height: 5rem;
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        z-index: 99999;

    }
    .mobileNavBarBox .mobile-menu{
        border-top-color: #f5f5f5;
        position: absolute;
        top: 5rem;
        left: 0;
        width: 100%;
        overflow-x: visible;
        border-top: 1px solid transparent;
        background: #fff;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        -webkit-overflow-scrolling: touch;

    }
    .mobileNavBarBox .mobile-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 1.5rem;
        height: 5rem;
    }
    .mobileNavBarBox .mobile-header .header-logo img{
        height: 100%;
    }
    .mobileNavBarBox .mobile-menu{
        display: none;
    }
    .mobileNavBarBox .mobile-menu.in{
        display: block;
    }
    .mobileNavBarBox  .layui-colla-content p a{
        font-size: 12px;
        color: #333;
        opacity: 0.8;
        width: 100%;
        display: inline-block;
    }
    .mobileNavBarBox .layui-colla-title{
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding-left: 20px;
        background-color: #fff;
    }
    .mobileNavBarBox .layui-colla-title>a{
        color: unset;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .mobileNavBarBox  .layui-colla-icon{
        left: unset;
        right: 15px;
    }
    .mobileNavBarBox .layui-colla-item .layui-colla-icon{
        display: none;
    }
    .mobileNavBarBox .layui-colla-item:nth-child(4) .layui-colla-icon{
        display: block;
    }
    .mobileNavBarBox .layui-colla-content{
        padding: 0;
    }
    .mobileNavBarBox  .layui-colla-content p{
        padding-left: 20px;
        border-top-width: 1px;
        border-top-style: solid;
        border-color: #e6e6e6;
        line-height: 40px;
        background: #fff;
    }
    .mobileNavBarBox .layui-colla-content p:first-child{
        border-color: #fff;
    }

    .newBobileBridge{
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 4rem);
        line-height:4.8rem;
        padding: 1rem 2rem;
        z-index: 99999999999;
        background: #fff;
        border-top:1px solid #eee;
        justify-content: space-around;
    }
    .newBobileBridge .weixin_weixin{
        position: absolute;
        top: -30rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 20rem;
        padding: 2rem;
        border-radius: 0.8rem;
        background: #fff;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        -webkit-overflow-scrolling: touch;
        display: none;

    }
    .newBobileBridge a{
        display: inline-block;
        background: #008bff;
        color: #ffffff;
        width: 31.5%;
        height: 3.2rem;
        line-height: 3.2rem;
        text-align: center;
        font-size: 1em;
        border-radius: 1.6rem;

    }




}
