/* PC端样式 */
@media screen and (min-width:1200px){

    /* 这里的目的是为了 新建的page页面，底部滚动的时候， 菜单可以固定在顶部 */
    /* 可能会和 wp 后台 uncode 的配置有冲突， 但是测试发现，新建的 page 没有uncode的配置 */
    #masthead > div {
        position: fixed;
    }

    .lenny-solutions-main {
        padding: 0 0 50px;
        border-bottom: 1px solid #DFE0E1;
        width: 1200px;
        margin: auto;
    }

    .blog-redirect-btn{
        cursor:pointer;
    }

    .main-container{
        background:#fff;
    }

    .main-content{
        width:1200px;
        /*border:solid 1px #000;*/
        margin-left:auto;
        margin-right:auto;
        margin-bottom:32px;
    }

    .main-content li{
        list-style-type:none;
    }

    .left-main-content{
        /*border:solid 1px #ddd;*/
        width:780px;
    }

    .right-main-content{
        position: absolute;
        width:380px;
        right:0;
        top:0;
        z-index:1;
        /*border:solid 1px #ddd;*/
    }

    .articles-cats li{
        display:inline-block;
        font-size:12px;
        padding:0 12px 12px 0;
    }

    .articles-cats li a{
        color:#303133;
    }

    .articles-cats li a:hover{
        color:#489bed;
    }

    .articles-carousel{
        height:520px;
        overflow:hidden;
        position:relative;
    }

    .articles-carousel .swiper-slide,.articles-carousel img{
        width:100%;
    }

    .articles-carousel .swiper-pagination{
        text-align:left;
        margin-left:20px;
    }

    .articles-carousel .swiper-pagination-custom:hover{
        cursor: pointer;
    }

    .articles-carousel .swiper-pagination-bullet{
        width:40px;
        height:2px;
        background:rgba(255,255,255,1);
        opacity:0.4;
        border-radius:1px;
    }
    .articles-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background:rgba(255,255,255,1);
        opacity:1;
    }

    /*.articles-carousel .swiper-slide .swiper-slide-content::after{*/
    /*    content: ' ';*/
    /*    position: absolute;*/
    /*    width: calc(100% + 20px);*/
    /*    height: 200px;*/
    /*    bottom: 0;*/
    /*    left:20px;*/
    /*    z-index:0;*/
    /*    margin-bottom: 0;*/
    /*    margin-left: -21px;*/
    /*    background: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.8));*/
    /*    background: -o-linear-gradient(bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8));*/
    /*    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8));*/
    /*    background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8));*/
    /*}*/

    .articles-carousel .swiper-slide h2{
        position:absolute;
        bottom:40px;
        left:20px;
        font-size:24px;
        font-family:PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:44px;
        z-index:10;
    }

    .articles-carousel .swiper-pagination-custom{
        position:absolute;
        width:100%;
        bottom:0px;
        z-index:10;
    }

    .articles-carousel .swiper-pagination-custom .swipe-pagination-fraction {
        text-align: right;
        margin-right: 20px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:44px;
    }

    .swiper-button-next{
        right : 0 !important;
    }

    .swiper-button-prev{
        left:0 !important;
    }
    .articles-carousel .swiper-button{
        display:none;
    }

    .articles-carousel:hover .swiper-button{
        display:flex;
        width:24px;
        height:40px;
        background:rgba(0,0,0,0.4);
    }

    .articles-carousel .swiper-button::after{
        font-size:20px;
    }


    .cat-posts{
        margin:0;
    }

    .cat-post{
        position:relative;
        height:171px;
        width:780px;
        padding-right:16px;
        border:solid 1px #eee;
        box-sizing:border-box;
        margin-bottom:16px;
    }

    .cat-post:hover{
        box-shadow:0px 0px 20px #ddd;
    }

    .cat-post a{
        margin-top:12px;
        display:block;
        height:171px;
        color:black;
    }

    .cat-post a:hover{
        color:#4b2282;
    }

    .cat-post img{
        width:256px;
        height:171px;
        float:left;
        margin-top:-13px;
        margin-right:12px;
        border:solid 1px #ddd;
    }

    .cat-post-readtime{
        border: 1px solid #999999;
        position:absolute;
        bottom:1em;
        /* width: 85px; */
        /* height: 14px; */
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
    }

    .cat-post-title{
        margin:0;
        /* width: 102px; */
        /* height: 5px; */
        font-size: 15px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: normal;
    }

    .cat-post-meta-desc{
        /* width: 482px; */
        /* height: 63px; */
        margin-top: 23px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: normal;
    }

    .main-part-wrap{
        position:relative;
    }

    .fx-search-box{
        border-bottom:solid 4px #4B2282 !important;
        position:relative;
        margin-top:-24px;
    }

    .post-search-box{
        padding-left:32px;
        margin-left:348px;
        width:32px;
        height:32px;
        line-height:32px;
        background-color:transparent;
        box-shadow:none;
        margin-bottom:12px;
        border-radius:5px;
        box-sizing: border-box;
        border:solid 1px transparent !important;
    }

    .post-search-box:focus{
        border:solid 1px #ddd !important;
        margin-left:0;
        width:380px;
        padding-right:32px;
    }

    .fx-cat-btn:hover{
        color:#8c8c8c;
    }

    .post-search-btn{
        position:absolute;
        width:16px;
        margin-left:358px;
        bottom:18px;
        cursor:pointer;
    }

    .hot-articles{
        width:100%;
    }

    .hot-item{
        position:relative;
        width:100%;
        margin-bottom:20px;
    }

    .hot-item a{
        width:100%;
        display:block;
    }

    .hot-item-image{
        width:380px;
        height:253px;
    }

    .hot-item-image:hover{
        box-shadow:0 0 12px #666;
    }

    .hot-item-title{
        position:absolute;
        z-index:99999;
        bottom:5px;
        left:0;
        width:100%;
        padding:18px;
        color:white;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
        background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1));
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1));
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    /*.hot-item a:hover .hot-item-title{*/
    /*    !*background-color:rgba(255,255,255,0.5);*!*/
    /*}*/

    .hot-tags .tag_cloud{
        width:100%;
    }

    .subscribe-block input{
        border-color:white;
    }

    .subscribe-tips{
        color:white;
    }

    .tag [name="subscribe-form"]{
        position: absolute;
    }

    .tag .banner-image{
        margin-bottom:120px !important;
    }

    .lenny-thanks-block h2{
        margin-top:50px;
    }

    .subscribe-box{
        margin-top:30px;
    }

    .subscribe-box .subscribe-block{
        padding:12px;
        background-color:#FAFAFA;
        color:#999999;
    }

    .subscribe-box .subscribe-tips{
        font-family: PingFangSC-Regular;
        color: #999 !important;
        font-weight:normal;
        margin-top:0;
    }

    .subscribe-box input{
        background:white !important;
    }

    .subscribe-box .subscribe-block > input[type="submit"]{
        background-color: #4B2282 !important;
    }

    .posts-search-wrap{
        display:inline-block !important;
    }

    .subscribe-result-tip{
        font-size:20px;
    }

    .float-area-extra{
        position:fixed;
        top:100px;
        width:380px;
        z-index:2;
    }

    .float-area-extra [name="subscribe-form"]{
        width:380px;
    }

    .post-tags{
        margin-top:78px;
        margin-bottom:65px;
    }

    .post-tags a{
        font-size:16px;
        font-family: "PingFang SC";
        font-weight:400;
        color:#999;
        line-height:30px;
        background:rgba(227,225,231,0.3);
        border-radius:4px;
        margin-right:10px;
        padding:6px 12px;
    }

    .post-tags a:hover{
        color:#fff !important;
        background:#4B2282;
    }

    .first-screen{
        position: absolute;
        /*background:url('../../archive/images/first-screen.jpg') no-repeat;*/
        background:white;
        background-size: 100% 100%;
        padding-top:120px;
        padding-bottom:120px;
    }

    .first-screen::before{
        position:absolute;
        content:'';
        width:600px;
        height:461px;
        left:50%;
        top:66px;
        z-index:999;
        background:url('../../archive/images/first-screen-woman4.png') no-repeat;
        background-size:100%;
    }

    .first-screen .left-contents{
        width: 960px;
        top: 106px;
        margin-left: calc(50% - 120px);
        transform: translateX(-50%);
        z-index: 999;
    }

    .first-screen .left-contents h1{
        width: 640px;
        font-size: 48px;
        font-family: PingFangSC-Semibold,PingFang SC !important;
        font-weight: 600;
        color: black;
        line-height: 77px;
    }

    .first-screen .left-contents p{
        width:520px;
        font-size:20px;
        font-family:PingFangSC-Regular,PingFang SC !important;
        font-weight:400;
        color:black;
        line-height:36px;
        margin-top:30px;
    }

    .first-screen .left-contents button{
        width:200px;
        height:58px;
        margin-top:60px;
        background:rgba(74,35,130,1);
        border-radius:4px;
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:white;
        line-height:30px;
        margin-bottom:0;
    }

    .new-solution .solution-header h2{
        text-align:center;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .new-solution{
        margin-top:60px;
    }

    .new-solution .solution-header p{
        text-align:center;
        margin-top:15px !important;
        margin:auto;
        width:661px;
        height:48px;
        font-size:12px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1);
        line-height:24px;
    }

    .solution-list{
        margin-bottom:60px;
    }

    .solution-list li{
        list-style-type: none;
        height:360px;
    }

    .solution-list li .solution-detail{
        position:relative;
        width:1200px;
        margin:auto;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .solution-list li .list-left{
        position:absolute;
        width:510px;
        height:340px;
        left:50px;
    }

    .solution-list li .list-right{
        position:absolute;
        height:340px;
        position:absolute;
        right:50px;
    }

    .solution-list li h4{
        height:28px;
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
    }
    .solution-list li p{
        width:400px;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
        display:block;
        margin-bottom:21px;
    }

    .solution-list li a{
        width:56px;
        height:20px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(74,35,130,1);
        line-height:20px;
    }

    .solution-list li:nth-child(2n){
        background:rgba(251,251,251,1);
    }

    .new-solution .demo-btn{
        margin-left:50%;
        transform: translateX(-50%);
        margin-top:60px;
        width:168px;
        height:40px;
        background:rgba(74,33,130,1);
        border-radius:4px;
        font-size:16px;
        font-family:PingFangSC-Medium,PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:22px;
    }

    .product-direct{
        margin-top:80px;
        cursor: pointer;
    }

    .product-direct-left{
        float:left;
        margin-right:40px;
    }

    .product-direct-right{
        float:right;
        margin-left:40px;
    }

    .product-menu-list{
        width:1200px;
    }

    .product-functions h2{
        font-size:40px !important;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .product-functions .btn-list li{
        list-style-type: none;
    }

    .product-functions .btn-list li button{
        width:201px;
        height:64px;
        background:rgba(255,255,255,1);
        box-shadow:0px 2px 4px 0px rgba(110,91,185,0.3);
        border-radius:4px;
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(153,153,153,1);
        line-height:28px;
        margin-top:57px;
    }

    .product-functions .btn-list li button.active{
        border-bottom:solid 4px rgba(112,71,255,1);
        box-shadow:0px 2px 4px 0px rgba(110,91,185,0.3);
        border-radius:0px 0px 4px 4px;
        color:#685BD4;
    }

    .product-functions .btn-list li button img{
        vertical-align: text-bottom;
        margin-right:10px;
        width: 27px;
    }

    .product-functions .list-content dd{
        display:none;
    }

    .show{
        display:block;
    }

    .list-content{
        margin-left:-30px;
        position:relative;
        height:480px;
    }

    .btn-list{
        padding:0 !important;
        height:100px;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
    }

    .detail-left{
        position:absolute;
        left:0px;
        margin-top:32px;
        margin-left:32px;
        width:600px;
    }

    .detail-right{
        position:absolute;
        right:0;
        width:400px;
        height:153px;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
    }

    .detail-content{
        margin-top:75px;
    }

    .detail-content h4{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
    }

    .detail-content p{
        width:400px;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
        margin-bottom:20px;
    }

    .detail-content a{
        width:56px;
        height:20px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(74,35,130,1) !important;
        line-height:20px;
    }

    .product-demo-btn{
        width:168px;
        height:40px;
        background:rgba(74,33,130,1);
        border-radius:4px;
        font-size:16px;
        font-family:PingFangSC-Medium,PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:22px;
        margin-left:50%;
        transform: translateX(-50%);
    }

    /*顶部logo区域*/
    .top-logos{
        width: 100%;
        padding-top:34px;
        text-align:center;
        background: #FBFBFB;
    }

    .top-logos p{
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
        margin-top:28px;
    }

    .top-logos img{
        margin-top:21px;
        margin-bottom: 30px;
    }

    .industry-case-block{
        position:relative;
        padding-top:60px;
        background:url('../../archive/images/industry-case-bg.jpg') no-repeat;
        background-size:100%;
    }

    .industry-case-block .content{
        position:relative;
        width:calc(50% + 600px);
        margin-top:-205px;
        margin-left:calc(50% - 600px);
        top:0px;
        overflow-x: hidden;
    }

    .industry-case-block .content .list-wrap{
        width: 100%;
        overflow-x: auto;
    }

    .industry-case-block .content .title{
        height:56px;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:56px;
        margin:60px 0 48px 0;
        text-align:center;
        width: 1200px;
    }

    .industry-case-block .content .industry-list{
        padding:0;
        position:relative;
        width:1525px;
    }

    .industry-case-block .content .industry-list li{
        float:left;
        width:285px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 8px 0px rgba(110,91,184,0.1);
        border-radius:8px;
        list-style-type: none;
        padding:10px;
        box-sizing: border-box;
        vertical-align: top;
    }

    .industry-case-block .content .industry-list li:nth-child(n+2){
        margin-left:20px;
    }


    .industry-case-block .content .industry-list li h4{
        height:28px;
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
        text-align:center;
        margin-top:20px;
        margin-bottom:10px;
    }

    .industry-case-block .content .industry-list li p{
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1);
        line-height:30px;
        margin-top:10px;
        height:90px;
        overflow: hidden;
    }

    .industry-case-block .content .industry-list li:hover p{
        height:unset;
        cursor:default;
        overflow: visible;
    }

    .industry-case-block .content .industry-list li .link{
        margin-top:30px;
        margin-bottom:30px;
        text-align:center;
    }

    .industry-case-block .content .industry-list li .link a{
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(74,35,130,1);
        line-height:20px;
    }

    .customers-block{
        width:1200px;
        position:relative;
        padding-top: 120px;
    }

    .customers-block header{
        text-align:center;
    }

    .customers-block header h2{
        height:56px;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .customers-block header p{
        height:24px;
        font-size:12px;
        margin-top:15px;
        margin-bottom:40px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1);
        line-height:24px;
    }

    .news-block{
        padding-top:120px;
    }

    .news-block .fx-tab-menu{
        border-bottom: solid 1px #ddd;
        box-sizing: border-box;
    }

    .news-block header h2{
        text-align:center;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .content .fx-tab-menu{
        padding:0;
        text-align:center;
    }

    .content .fx-tab-menu li{
        list-style-type: none;
        display:inline-block;
    }

    .content .fx-tab-menu li:nth-of-type(n+2){
        margin-left:159px;
    }

    .content .fx-tab-menu li button{
        padding:0px;
        /* height: 64px; */
        background: rgba(255,255,255,1);
        border-bottom:solid 1px transparent;
        font-size: 20px;
        font-family: PingFangSC-Semibold,PingFang SC;
        font-weight: 600;
        color: rgba(153,153,153,1);
        line-height: 28px;
        /* margin-top: 57px; */
        transition-duration: unset;
    }

    .news-block .content .fx-tab-menu li button{
        margin-top: 0;
    }

    .content .fx-tab-menu li button.active{
        box-sizing: border-box;
        /* border-bottom:solid 1px #4A2182; */
        color:#4A2182;
        transition-duration: unset;
        position: relative;
    }

    .content .fx-tab-menu li button.active::after{
        content: ' ';
        position: absolute;
        height: 1px;
        width: 100%;
        background: #4A2182;
        left: 0;
        bottom: -2px;
    }

    .content .fx-tab-content{
        margin-top:40px;
        margin-left:0;
    }

    .content .fx-tab-content .cards{
        padding:0;
        margin:0;
        display:-webkit-box;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        width:1200px;
    }

    .content .fx-tab-content .card{
        position:relative;
        list-style-type: none;
        width:285px;
        height:445px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 8px 0px rgba(110,91,184,0.1);
        border-radius:8px;
        padding:10px;
        box-sizing: border-box;
    }

    .content .fx-tab-content .card:nth-of-type(n+2){
        margin-left:20px;
    }

    .content .fx-tab-content .card:hover{
        box-shadow:0px 4px 8px 0px rgba(110,91,184,0.3);
    }

    .content .fx-tab-content .new-subscribe{
        text-align:center;
        overflow:hidden;
    }

    .content .fx-tab-content .new-subscribe .title{
        margin-top:80px;
        height:28px;
        font-size:16px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:28px;
    }

    .content .fx-tab-content .new-subscribe .hint{
        height:48px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
    }

    .content .fx-tab-content .new-subscribe .subscribe-switch{
        width:235px;
        height:40px;
        border-radius:4px;
        border:1px solid rgba(255,255,255,1);
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        background-color:transparent;
        margin-top:66px;
    }

    .content .fx-tab-content .new-subscribe .subscribe-switch.switch-qrcode{
        margin-top:15px;
    }

    .content .fx-tab-content .new-subscribe .qrcode img{
        width:140px;
        height:140px;
        margin-top:38px;
        border-radius:5px;
    }

    .content .fx-tab-content .new-subscribe .qrcode p{
        margin-top:6px;
        height:20px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:20px;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form{
        position: absolute;
        top:0;
        left:285px;
        width:285px;
        width:285px;
        height:445px;
        background:white;
    }

    .new-subscribe-form.email-box .subscribe-switch-off{
        background:url('../../archive/images/swipe-back-gray.png');
        background-size: 8px 16px;
    }

    .new-subscribe-form.qrcode-box .subscribe-switch-off{
        background:url('../../archive/images/swipe-back-white.png');
        background-size: 8px 16px;
        top:32px !important;
        left:30px;
    }

    .new-subscribe-form .subscribe-switch-off{
        content: ' ';
        left:0;
        top:0;
        position:absolute;
        margin-top:6px;
        width:8px;
        height:16px;
    }

    .single.single-post .new-subscribe-form .subscribe-switch-off{
        left:24px;
        top:18px;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box{
        /*left:0;*/
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box .subscribe-title{
        height:25px;
        font-size:18px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:25px;
        margin-bottom:10px;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box input{
        width:100%;
        height:40px;
        background:rgba(250,250,250,1);
        border-radius:4px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1) !important;
        line-height:40px;
        box-shadow: none;
        border:none;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box input.input-error{
        border:solid 1px red;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box input[type='submit']{
        width:100%;
        height:40px;
        background:rgba(74,35,130,1) !important;
        border-radius:4px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:white !important;
        padding:0;
        margin-top:20px;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box input::-webkit-input-placeholder{
        font-size:14px;
    }

    .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box .subscribe-block-new{
        padding:25px;
        background:white;
    }

    /*.news-block .content .fx-tab-content .new-subscribe .new-subscribe-form.email-box*/

    .content .fx-tab-content .new-subscribe .new-subscribe-form.qrcode-box{
        background:url('../../archive/images/subscribe-bg.png');
        padding:25px;
        box-shadow:0px 0px 8px 0px rgba(110,91,184,0.1);
        border-radius:8px;
    }

    .content .fx-tab-content .title{
        font-size:18px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:32px;
    }

    .content .fx-tab-content .card .info{
        position:absolute;
        bottom:10px;
        width:calc(100% - 20px);
    }

    .content .fx-tab-content .card .cat{
        float:left;
        border-radius:2px;
        border:1px solid rgba(221,221,221,1);
        padding:0 10px;
        font-size:15px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(159,159,159,1);
        line-height:30px;
    }

    .content .fx-tab-content .card .time{
        float:left;
        margin-left:20px;
        font-size:15px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(159,159,159,1);
        line-height:30px;
    }

    .content .fx-tab-content .link{
        text-align:center;
        margin-top:35px;
    }

    .content .fx-tab-content .link::before{
        content: ' ';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #efefef;
        margin-top: 12px;
        z-index: -1;
    }

    .content .fx-tab-content .link a{
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(74,35,130,1);
        line-height:20px;
        background:white;
        padding:0 32px;
    }

    .new-subscribe-mobile{
        display:none;
    }

    .trail-form-block{
        width:1200px;
        height:614px;
        border-radius:8px 8px 8px 8px;
        margin-bottom:120px;
        padding-top: 100px;
    }

    .trail-form-block .left-pic{
        float:left;
        background: transparent;
        position: relative;
    }

    .trail-form-block .left-pic h2{
        height: 56px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        text-align: left;
    }

    .trail-form-block .left-pic img{
        width: 509px;
        height: 425px;
        margin-top: 50px;
    }

    .trail-form-block .left-pic::after{
        position: absolute;
        content: ' ';
        width: 120px;
        height: 120px;
        background: rgba(57, 46, 76, 0.1);
        left: -53px;
        bottom: -48px;
    }

    #jingcms-page-id .trail-form-block .form-area{
        margin-top: -143px;
    }

    .trail-form-block .form-area{
        width: 691px;
        height: 614px;
        background: #211437;
        float:left;
        overflow:hidden;
    }

    .trail-form-block .form-area .lenny-abtest-block-form{
        padding:30px 40px;
    }

    .trail-form-block .form-area .lenny-abtest-block-form .lenny-abtest-form-title{
        margin-top:0;
        height:28px;
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
        margin-bottom:30px;
        text-align:left;
    }

    .trail-form-block .form-area .lenny-abtest-block-form .form-group:nth-of-type(n+3){
        margin-top: 30px;
    }

    .trail-form-block .form-area .lenny-abtest-block-form .form-group label{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

    .trail-form-block .form-area .lenny-abtest-block-form .form-group .error{
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #EC4F4F;
        line-height: 17px;
    }

    .trail-form-block .form-area .lenny-abtest-block-form input,
    .trail-form-block .form-area .lenny-abtest-block-form textarea{
        width: 280px;
        height: 44px;
        background: transparent;
        border: none;
        box-shadow: none;
        margin:10px 0 12px 0 !important;
        border-bottom: solid 1px #ddd;
        color: white;
        padding-left: 0;
    }

    /*.trail-form-block .form-area .lenny-abtest-block-form input.input-error,.trail-form-block .form-area .lenny-abtest-block-form textarea.input-error{*/
    /*    border-bottom:solid 1px red;*/
    /*}*/

    .trail-form-block .form-area .lenny-abtest-block-form button{
        width:100%;
        border-radius:4px;
        font-weight:400;
        text-shadow:0px 4px 8px rgba(110,91,185,0.3);
        height: 68px;
        background: #FFFFFF;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
    }

    .fx-tab-content dd{
        display:none;
        text-align:center;
    }

    .fx-tab-content dd.show{
        display:block;
    }

    .mobile-first-screen-img{
        display:none;
    }

    .new-subscribe-form.email-box .sub_finish3,.new-subscribe-form.email-box .sub_finish4{
        display:none;
    }

    .br{
        display: block;
    }

    /*订阅框区域*/
    .subscribe-box-elem{
        text-align:center;
    }

    .subscribe-box-elem .title{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:28px;
        margin-top:25px;
    }

    .subscribe-box-elem .hint{
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:14px;
        margin-top:16px;
    }

    .subscribe-box-normal .subscribe-switches{
        margin:150px auto;
    }

    .popup-area{
        display: none;
    }

    .new-subscribe-form .subscribe-title{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
        margin-top:0;
        padding-bottom: 30px;
    }

    [id^="email-box-"]{
        padding:30px 40px;
        width:500px;
        max-height:560px;
        background:white;
        border-radius: 8px;
        /*background:url('../../archive/images/subscribe-bg-popup.jpg') no-repeat;*/
        z-index:9999;
        border:solid 1px #ddd;
    }

    [id^="email-box-"] .subscribe-block-new{
        background:none;
        padding:0;
    }

    [id^="email-box-"] input{
        margin-left:0;
        width:100%;
    }

    [id^="email-box-"] input[type="submit"]{
        background:rgba(74,35,130,1) !important;
        border-radius:4px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:20px;
        text-shadow:0px 4px 8px rgba(110,91,185,0.3);
        margin-top:12px;
        width:100%;
    }

    [id^="email-box-"] input[type='text']{
        margin:0;
        margin-top:18px;
        font-size:15px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1);
        line-height:30px;
        height:44px;
        background:rgba(250,250,250,1);
        border-radius:4px;
        box-shadow:none;
        width:100%;
    }

    .subscribe-block.subscribe-block-new>input::-webkit-input-placeholder{
        font-size:14px;
    }

    .subscribe-block.subscribe-block-new>input::-ms-input-placeholder{
        font-size:14px;
    }

    .white-popup .sub_finish3,.white-popup .sub_finish4{
        display:none;
    }

    .white-popup .lenny-thanks-block{
        margin-top:60px;
        background: white;
    }

    .white-popup .lenny-thanks-block h2{
        color:black;
    }

    .white-popup .title{
        margin:0;
    }

    .white-popup input{
        margin-top:20px;
    }

    .float-area [name="subscribe-form"]{
        width:250px !important;
    }

    .float-area .subscribe-box-normal{
        position:relative;
    }

    [id^="qrcode-box"]{
        background:url('../../archive/images/img-wechat-subscribe.png') no-repeat;
        width:360px;
        height:530px;
        z-index:9999;
        text-align:center;
        margin:auto;
        background-size:cover;
        border-radius:8px;
        position:relative;
    }

    .mfp-close{
        right:-16px;
    }

    [id^="qrcode-box"] .mfp-close{
        color:black !important;
    }

    [id^="qrcode-box"] .title{
        font-size: 20px;
        font-family: PingFangSC-Semibold,PingFang SC;
        font-weight: 600;
        color: black;
        line-height: 28px;
        margin-top: -8px;
        text-align: left;
        text-transform: uppercase;
    }

    [id^="qrcode-box"] .mfp-close{
        /*display:none;*/
    }

    .mfp-close{
        margin-right: 32px;
        margin-top: 22px;
    }

    [id^="qrcode-box"] .hint{
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:24px;
        margin-top:32px;
    }

    [id^="qrcode-box"] img{
        width:136px;
        height:136px;
        margin-top:60px;
    }

    [id^="email-box"]{
        background:white;
        width:650px;
        padding:30px;
        margin:auto;
        border-radius:8px;
    }

    [id^="email-box"] #subscribe-form{
        position:relative;
    }

    [id^="email-box"] .subscribe-switch-off{
        display:none;
    }

    [id^="email-box"] input{
        width:100% !important;
        height: 40px;
    }

    [id~="email-box"] input[type=text]{
        background:white;
        box-sizing: border-box;
        background:rgba(250,250,250,1);
        box-shadow:none;
        border-radius:4px;
    }

    [id^="email-box"] input[type=submit]{
        background-color:#4B2282 !important;
        color:white;
        border-radius:5px;
        margin:20px 0 0 0;
        padding:0;
    }

    .subscribe-box-elem .subscribe-switch{
        display: inline-block;
        width:235px;
        height:40px;
        line-height: 40px;
        border-radius:4px;
        background:transparent;
        border:1px solid rgba(255,255,255,1);
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        padding-left:18px;
    }

    .subscribe-box-elem .switch-email{
        position:relative;
        margin-left:8px;
        width:48px;
        height:40px;
    }

    .switch-email .popup-hint{
        display: none;
    }

    .switch-email:hover .popup-hint{
        display: block;
        position:absolute;
        width:120px;
        height:32px;
        background:white;
        top:-50px;
        margin-left:-42px;
        line-height:32px;
        color:black;
        font-size:12px;
        /*box-shadow:2px 3px 3px #000;*/
    }

    .switch-email:hover .popup-hint::after{
        content:' ';
        position:absolute;
        width:0;
        height:0;
        left:58px;
        bottom:-10px;
        border-left:5px solid transparent;
        border-right:5px solid transparent;
        border-top:solid 10px white;
    }

    .subscribe-box-elem .switch-email:hover{
        background:#280071;
    }

    .subscribe-box-elem .switch-email::before{
        content: ' ';
        position:absolute;
        background:url('../../archive/images/icon-email-normal.png') no-repeat;
        margin-left:-9px;
        margin-top:14px;
        width:18px;
        height:14px;
    }

    .subscribe-box-elem .switch-email:hover::before{
        background:url('../../archive/images/icon-email-normal-hover.png') no-repeat;
    }

    .subscribe-box-elem .subscribe-pop{
        display:inline-block;
        border-radius:4px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(0,0,0,1);
        line-height:40px;
        background-color:white;
        vertical-align: bottom;
        transition:none;
    }

    .subscribe-box-elem .subscribe-pop:hover{
        transition:none;
    }

    .subscribe-box-elem .switch-qrcode{
        width:166px;
        height:40px;
        padding-left:26px;
    }

    .subscribe-box-elem .switch-qrcode:hover{
        background-color:#50B674;
        color:white;
    }

    .subscribe-box-elem .switch-qrcode::before{
        content: ' ';
        position:absolute;
        background:url('../../archive/images/icon-wechat-normal.png') no-repeat;
        background-position: center;
        margin-left:-30px;
        margin-top:7px;
        width:26px;
        height:26px;
        border-radius:13px;
        background-color:#50B674;
    }

    .subscribe-box-elem .switch-qrcode:hover::before{
        background:url('../../archive/images/icon-wechat-normal-hover.png') no-repeat;
    }

    /*短订阅框*/
    .subscribe-box-narrow{
        width:780px;
        height:200px;
        border:solid 1px transparent;
        background:url('../../archive/images/subscribe-bg-narrow.jpg');
        margin-top:20px;
    }

    /*底部订阅框*/
    .subscribe-box-bottom{
        border:solid 1px transparent;
        width:100%;
        height:250px;
        background:url('../../archive/images/subscribe-bg-bottom.jpg') no-repeat;
        background-size:100%;
        position: relative;
    }

    .subscribe-box-bottom .title{
        margin-top:57px;
        height:56px;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:56px;
    }

    .subscribe-box-bottom .hint{
        display:none;
    }

    /*右侧订阅框*/
    .subscribe-box-normal{
        width:300px;
        height:258px;
        padding:40px 37px;
        position: fixed;
        left: unset;
        bottom: 0px;
        margin-left: 840px;
        overflow:hidden;
        background-size:cover !important;
    }

    .subscribe-box-normal.subscribe-bg-cn{
        background:url('../../archive/images/bg-box-normal-cn.png') no-repeat;
    }

    .subscribe-box-normal.subscribe-bg-en{
        background:url('../../archive/images/bg-box-normal-en.png') no-repeat;
    }

    .tag_cloud_right{
        bottom:258px;
    }

    .subscribe-box-normal .title{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:28px;
        margin-top:0;
    }

    .subscribe-box-normal .hint{
        margin-top:30px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:28px;
    }

    .subscribe-switch-off{
        cursor: pointer;
    }

    .subscribe-box-normal .new-subscribe-form{
        position: absolute;
        width: 300px !important;
        height: 445px !important;
        left: 300px;
        padding: 18px 24px !important;
        top: 0;
        border-radius: 8px;
        border: solid 1px transparent;
    }

    .subscribe-box-normal .new-subscribe-form.qrcode-box{
        padding: 32px 24px !important;
    }

    .subscribe-box-normal .subscribe-switches{

    }

    .subscribe-box-normal .subscribe-switches .switch-qrcode{
        margin-left:0;
        margin-top:0px;
    }

    .subscribe-box-normal .new-subscribe-form.email-box{
        background:white;
        padding:30px 24px;
    }

    .subscribe-box-normal .new-subscribe-form.email-box .title{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
        text-align:left;
        margin-top:0;
        margin-bottom:10px;
        text-align:center;
    }

    .subscribe-box-normal .new-subscribe-form.email-box input{
        width:100%;
        height:40px;
    }

    .subscribe-box-normal .new-subscribe-form.email-box input.input-error{
        border:solid 1px red !important;
    }

    .subscribe-box-normal .new-subscribe-form.email-box input[type="text"]{
        margin-top:10px !important;
        background:rgba(250,250,250,1);
        border-radius:4px;
        font-size:15px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(153,153,153,1);
        line-height:30px;
        box-shadow: none;
        border:none;
    }

    .subscribe-box-normal .new-subscribe-form.email-box input[type="submit"]{
        margin-top:20px;
        background:rgba(74,35,130,1);
        border-radius:4px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:14px;
    }

    .subscribe-box-normal .new-subscribe-form.qrcode-box{
        padding:72px 18px;
        background:url('../../archive/images/subscribe-bg-normal.jpg') no-repeat;
    }

    .subscribe-box-normal .new-subscribe-form.qrcode-box .title{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:28px;
        margin-top:28px;
    }

    .subscribe-box-normal .new-subscribe-form.qrcode-box img{
        width:136px;
        height:136px;
        margin-top:40px;
    }

    .subscribe-bar .subscribe-block-new{
        margin-left:20px;
    }

    .subscribe-switches>a:hover {
        color: white !important;
    }

    .subscribe-box-bar{
        display:none;
    }

    /*公司简介页面*/
    .company-page ul li{
        margin:0;
        padding:0;
        list-style-type:none;
    }
    .company-first-screen{
        position:relative;
        background:url('../../archive/images/bg-company-first-screen.jpg');
        text-align:center;
        background-size:cover;
        padding-bottom:36.6%;
    }

    .company-first-screen .content{
        width: calc(100vw - 32px);
        position:absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
    }

    .company-first-screen h1{
        font-size: 55px !important;
        font-family: "PingFangSC-Semibold", "PingFang SC";
        font-weight: 600;
        color: rgba(255, 255, 255, 1) !important;
        line-height: 77px;
        margin: 0;
        /* white-space: nowrap; */
    }

    .company-first-screen p{
        font-size:24px !important;
        font-family:"PingFangSC-Light","PingFang SC";
        font-weight:300;
        color:rgba(255,255,255,1);
        line-height:32px;
        text-align-last: justify;
        margin:0;
    }

    .company-area-tab{
        position: relative;
        height:176px;
    }

    .company-area-tab ul{
        position:absolute;
        margin-top:60px;
        margin-bottom:100px;
        left:50%;
        transform: translateX(-50%);
        width:520px;
        text-justify: distribute-all-lines;
        text-align-last: justify;
        -moz-text-align-last: justify;
    }

    .company-area-tab ul li{
        position: relative;
        display: inline-block;
        text-align:center;
    }

    .company-area-tab ul li:before{
        content: ' ';
        position: absolute;
        bottom:0px;
        width:100%;
        height:2px;
        background:rgba(104,91,212,1);
        border-radius:2px;
    }

    .company-area-tab ul li a{
        font-size:16px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        line-height:22px;
        color:black;
    }

    .company-area-tab ul li a:target,
    .company-area-tab ul li a:hover{
        color:rgba(104,91,212,1) !important;
    }

    /*关于我们*/
    .about-us-container > div:last-child {
        margin-top: 0px !important;
    }
    .about-us-container > div:last-child > .trail-form-block {
        padding-top: 80px !important;
    }
    .company-about-us{
        width:1200px;
        position:relative;
        margin:auto;
    }

    .company-about-us h2{
        text-align:center;
        font-size:40px !important;
        font-family:"PingFangSC-Semibold","PingFang SC";
        font-weight:600;
        color:black;
        line-height:56px;
        margin-bottom:60px;
    }

    .company-about-us-left{
        width:calc(50% - 4px);
        display: inline-block;
    }

    .company-about-us-left img{
        width:510px;
        margin:0 55px;
        height:340px;
    }

    .company-about-us-right{
        width:calc(50% - 4px);
        display: inline-block;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
        vertical-align: top;
    }

    .company-about-us-right p{
        width:470px;
        margin:0 65px;
        word-break: break-word;
        /*text-align: justify;*/
    }

    .company-data{
        position:relative;
        margin:0 auto;
        width:1200px;
        height:241px;
        border-radius:8px;
        background:url('../../archive/images/bg-company-data.jpg');
        background-size:cover;
    }

    .company-data ul{
        position: relative;
        margin-top:120px;
        width:100%;
    }

    .company-data ul li{
        width:calc(25% - 4px);
        float:left;
        top:0;
        margin-top:66px;
        text-align:center;
    }

    .company-data ul li:nth-last-of-type(n+2)::after{
        content: ' ';
        margin-left:12%;
        margin-top:-6%;
        position:absolute;
        background:rgba(255,255,255,0.1);
        width:2px;
        height:40px;
    }

    .company-data ul li b{
        font-size:40px;
        font-family:UniNeueBold;
        color:rgba(255,255,255,1);
        line-height:55px;
    }

    .company-data ul li b::after{
        content:' ';
        display: block;
        position:absolute;
        bottom:0;
        margin-left:calc(12.5% - 16px);
        top:125px;
        width:24px;
        height:4px;
        /*background:black;*/
        background:rgba(255,255,255,0.5);
    }

    .company-data ul li p{
        font-size:16px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:22px;
    }

    /*办公地址*/
    .company-address{
        position:relative;
        width:1200px;
        margin:0 auto;
        margin-top:120px;
    }

    .company-address h2{
        text-align:center;
        margin:0;
        padding:0;
        font-size:40px !important;
    }

    .company-address ul{
        margin-top:60px;
        width:1200px;
        height:500px;
        padding-right:300px !important;
        padding-top:37px !important;
        background:url('../../archive/images/bg-company-address-map-20220104.jpg') no-repeat;
        background-size:cover;
    }

    .company-address ul li{
        position:relative;
        display: inline-block;
        margin:15px;
        width:334px;
        padding:30px;
        /*height:178px;*/
        background:rgba(255,255,255,1);
        box-shadow:0px 4px 8px 0px rgba(110,91,185,0.3);
        border-radius:4px;
        vertical-align: top;
    }

    .company-address ul li h3{
        margin-top:0;
        margin-bottom:24px;
    }

    .company-address ul li h2,
    .company-address ul li p{
        padding:0;
        margin:0;
    }

    /* .company-address ul li p{ */
        /* white-space:nowrap; */
    /* } */

    .company-customer{
        position:relative;
        width: 80%;
        margin:0 auto;
        margin-top:120px;
    }

    .company-customer h2{
        text-align:center;
        font-size:40px !important;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .company-customer .fx-tab-content{
        height: unset;
    }

    .company-page .fx-tab-menu{
        text-align:center;
        padding-left:50px !important;
    }

    .company-founders{
        margin-top:120px;
        padding:60px;
        background:rgba(250,250,250,1);
    }

    .company-founders h2{
        font-size:40px !important;
        text-align:center;
        margin-bottom:60px;
    }

    .company-founders ul{
        width:1050px;
        margin:0 auto;
        padding-left:30px !important;
    }

    .company-founders ul li{
        position: relative;
        display: inline-block;
        width:285px;
        vertical-align: top;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 8px 0px rgba(110,91,184,0.1);
        border-radius:8px;
        text-align:center;
        padding:30px;
        box-sizing: border-box;
    }

    .company-founders ul li:nth-of-type(n+2){
        margin-left:60px;
    }

    .company-founders ul li img{
        width:150px !important;
    }

    .company-founders ul li b{
        display: block;
        margin-top:20px;
        font-size:16px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:30px;
    }

    .company-founders ul li p{
        margin:0;
        font-family:PingFangSC-Semibold,PingFang SC;
        line-height:30px;
        font-weight: unset;
    }

    .company-founders ul li .infos p{
        font-weight:bold;
    }

    .company-founders ul li .infos img{
        display:none;
    }

    .company-founders .description{
        margin-top:30px;
        display: none;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
        font-weight:normal;
        cursor: default;
        text-align:left;
    }

    .company-founders ul li:hover .description{
        display: block;
    }

    .company-news-and-activities{
        position:relative;
        margin-top:120px !important;
        width:1200px;
        margin:0 auto;
    }

    .company-news-and-activities h2{
        text-align:center;
        font-size:40px !important;
    }

    .company-news-and-activities .content .fx-tab-content .card{
        height:325px;
    }

    .company-news-and-activities .content .fx-tab-content .title{
        font-size:16px !important;
        line-height:30px;
    }

    .company-values{
        position:relative;
        margin-top:120px;
    }

    .company-values h2{
        font-size:40px !important;
        text-align: center;
        margin-bottom:60px;
    }

    .company-values hr{
        display:none;
    }

    .company-values ul{
        width:1200px;
        margin:0 auto;
    }

    .company-values ul li{
        vertical-align: text-top;
        width:calc(25% - 10px);
        display: inline-block;
        padding:20px;
        box-sizing: border-box;
        text-align:center;
    }

    .company-values ul li img{
        width:120px;
    }

    .company-values ul li p{
        letter-spacing: -1px;
    }

    .company-join-us{
        position: relative;
        margin-top:120px;
        background:url('../../archive/images/bg-company-join-us.jpg') no-repeat;
        padding-top:60px;
        background-size: 100%;
        margin-bottom:100px;
    }

    .company-join-us>h2{
        text-align:center;
        color:white !important;
        font-size:40px !important;
    }

    .company-join-us>p{
        text-align:center;
        color:white;
        width:587px;
        margin:30px auto;
    }

    .company-join-us ul{
        width:1200px;
        height:310px;
        background:rgba(255,255,255,1);
        box-shadow:0px 4px 8px 0px rgba(110,91,184,0.3);
        border-radius:8px;
        margin:0 auto;
        margin-top:60px;
        padding:30px 83px 60px 83px !important;
    }

    .company-join-us ul li{
        width: 268px;
        height: 80px;
        position: relative;
        display: inline-block;
        margin-left: 100px;
        margin-top: 30px;
        white-space: nowrap;
    }

    .company-join-us ul li:nth-child(3n+1){
        margin-left:0;
    }

    .company-join-us ul li img{
        width:60px;
        height:60px;
        display: inline-block;
    }

    .company-join-us ul li h3{
        display: inline-block;
        vertical-align: top;
        font-size:20px !important;
        margin-left:20px;
        margin-top: 15px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
    }

    /*轻量级页面*/
    .jingcustom-page ul,.jingcustom-page li{
        margin:0;
        padding:0;
        list-style-type: none;
    }
    .jingexpress-page .common-first-screen{
        position: relative;
        width:100%;
        height:640px;
        background:url('../../archive/images/jingexpress-package-first-screen.jpg') no-repeat;
        background-size:1200px 640px;
        background-color:#000;
        color:white;
    }

    .jingcustom-page .common-first-screen .common-part-main{
        position:relative;
        width:1200px;
        height:640px;
        margin:auto;
    }

    .jingcustom-page .common-first-screen .common-part-left{
        position:absolute;
        width:50%;
        top:50%;
        transform: translateY(-50%);
    }

    .jingcustom-page .common-first-screen .common-part-left b{
        font-size:30px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:42px;
    }

    .jingcustom-page .common-first-screen .common-part-left h1{
        font-size:55px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:77px;
        margin:0;
    }

    .jingcustom-page .common-first-screen .common-part-left p{
        font-size:24px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:36px;
        margin-top:30px;
    }

    .jingcustom-page .common-first-screen .common-part-right{
        float:right;
        width:500px;
    }

    .jingcustom-page .common-first-screen .common-part-right .trail-form-block{
        margin-top:167px;
        /* background:white; */
        width:500px;
        margin-bottom:0;
        position: relative;
    }

    .jingcustom-page .common-first-screen .common-part-right .trail-form-block .form-area{
        margin-top: -190px;
        margin-left: -20px;
    }

    /* .jingexpress-page .common-first-screen .common-part-right .trail-form-block input,.jingexpress-page .common-first-screen .common-part-right .trail-form-block textarea{
        color:black;
    } */

    .jingexpress-page .common-feature-lightspot{
        /* overflow:hidden; */
        position: relative;
        margin-top:127px;
    }

    .jingexpress-page .common-feature-lightspot::before{
        content:'';
        position: absolute;
        left:0;
        top:0;
        width:50%;
        height:1052px;
        background:url('../../archive/images/bg-feature-lightspot.png') no-repeat center;
        background-size:690px 1052px;
        background-color:#191A2E;
        z-index: -1;
        border-radius:0 40px 40px 0;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-main{
        width:1200px;
        height:1052px;
        margin:auto;
        padding-top:90px;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-left{
        float:left;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-left b{
        font-size:30px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:42px;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-left h2{
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:56px;
        margin:0;
        margin-top:5px;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-left p{
        font-size:20px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:30px;
    }

    .jingexpress-page .common-feature-lightspot .common-feature-right{
        float:right;
    }

    .jingexpress-page .common-feature-lightspot ul li{
        width:673px;
        height:161px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 24px 0px rgba(73,42,156,0.05);
        border-radius:8px;
        list-style-type: none;
        margin-right:0px;
        padding:20px;
        margin-bottom:20px;
        transition-duration: 0.25s;
    }

    .jingexpress-page .common-feature-lightspot ul li:hover{
        margin-left:-20px;
        transition-duration: 0.25s;
        background:rgba(255,255,255,1);
        box-shadow:0px 12px 24px 0px rgba(73,42,156,0.2);
    }

    .jingexpress-page .common-feature-lightspot ul li img{
        float:left;
        width:110px;
        height:110px;
        margin-right:10px;
        margin-bottom:20px;
        transition-duration: 0.25s;
    }

    .jingexpress-page .common-feature-lightspot ul li:hover img{
        transform:rotate(45deg);
        transition-duration: 0.25s;
    }

    .jingexpress-page .common-feature-lightspot ul li h2{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
        margin-top:10px;
    }

    .jingexpress-page .common-feature-lightspot ul li p{
        margin:0;
        margin-top:10px;
        font-size:14px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:21px;
    }

    .jingexpress-page .common-features{
        width:100%;
        margin:auto;
        height:468px;
        position: relative;
        margin-top:30px;
    }

    .jingexpress-page .common-features::after{
        content:'';
        position:absolute;
        width:556px;
        height:468px;
        top:0;
        right:0;
        background:rgba(250,250,250,1);
        border-radius:40px 0px 0px 40px;
        z-index:-1;
    }

    .jingexpress-page .common-features .common-features-main{
        width:1200px;
        margin:auto;
        z-index:10;
        padding-top:50px;
    }

    .jingexpress-page .common-features .common-features-main h2{
        width:1200px;
        height:84px;
        font-size:30px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:42px;
        text-align:right;
    }

    .jingexpress-page .common-features-main ul{
        width:1200px;
        height:214px;
        overflow: visible;
        margin-top:50px;
        padding:0 !important;
        text-align-last: justify;
    }

    .jingexpress-page .common-features .common-features-main li{
        text-align-last: left;
        display:inline-block;
        width:180px;
        height:214px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 24px 0px rgba(80,42,156,0.05);
        border-radius:8px;
        padding:30px 20px;
        vertical-align: bottom;
        transition-duration: 0.25s;
    }

    .jingexpress-page .common-features .common-features-main li:hover{
        background:rgba(255,255,255,1);
        box-shadow:0px 12px 24px 0px rgba(24,23,26,0.2);
        transform: translateY(-20px);
        transition-duration: 0.25s;
    }

    .jingexpress-page .common-features .common-features-main li img{
        width:60px;
        height:60px;
        filter:drop-shadow(0px 0px 10px rgba(108,110,228,0.5));
    }

    .jingexpress-page .common-features .common-features-main li h3{
        text-align:left;
        font-size:18px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:25px;
        margin-top:20px;
        margin-bottom:10px;
    }

    .jingexpress-page .common-features .common-features-main li p{
        font-size:12px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:18px;
        margin:0;
    }

    .jingexpress-page .scan-code-application{
        margin-top:100px !important;
        width:1200px;
        height:320px;
        position:relative;
        margin:auto;
    }
    .jingexpress-page .scan-code-application::before{
        content:'';
        z-index: -1;
        position:absolute;
        top:0;
        left:0;
        width: 1017px;
        height: 320px;
        background: rgba(250, 250, 250, 1);
        border-radius: 40px;
    }

    .jingexpress-page .scan-code-application .scan-code-left-part{
        width:1075px;
        position: absolute;
        top:50%;
        left:124px;
        transform: translateY(-50%);
    }

    .jingexpress-page .scan-code-application .scan-code-left-part h2{
        font-size:40px;
        font-family:"PingFangSC-Semibold","PingFang SC" !important;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
        margin:0;
    }

    .jingexpress-page .scan-code-application .scan-code-left-part img {
        margin-left:44px;
        width:226px;
        height:21px;
    }

    .jingexpress-page .scan-code-application .scan-code-left-part p{
        font-size:30px;
        font-family:"PingFangSC-Regular","PingFang SC";
        font-weight:400;
        color:rgba(0,0,0,1);
        line-height:42px;
        margin-top:0;
    }

    .jingexpress-page .scan-code-application .scan-code-right-part img{
        position:absolute;
        width:200px;
        height:200px;
        right:125px;
        top:50%;
        transform:translateY(-50%);
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 24px 0px rgba(74,43,157,0.1);
    }

    .jingcustom-page .features-data{
        margin-top:120px;
    }

    .jingcustom-page .features-data h2{
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
        text-align:center;
        margin-bottom:30px;
    }

    .jingcustom-page .company-customer{
        text-align:center;
        margin-bottom:96px;
    }

    .jingcustom-page .company-customer .fx-tab-menu{
        margin-top:-30px;
    }


    /*jingcms页面样式*/
    .jingcms-page .common-first-screen{
        position: relative;
        width:100%;
        height:766px;
        background:url('../../archive/images/jingcms-bg-banner-bg.jpg') no-repeat;
        background-position: center;
        background-size:1200px 766px;
        background-color:#31265E;
        color:white;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left p{
        margin-top:70px;
        font-size:24px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:50px;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left b{
        font-size:24px;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left ul{
        margin-top:30px;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left ul li,.jingcustom-page.jingcms-page .common-first-screen .common-part-left ul li b{
        font-size:24px;
        font-family:PingFangSC-Regular,PingFang SC;
        color:rgba(255,255,255,1);
        line-height:50px;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left ul li{
        position:relative;
    }

    .jingcustom-page.jingcms-page .common-first-screen .common-part-left ul li::before{
        content:'';
        position:absolute;
        width:13px;
        height:16px;
        background:url('../../archive/images/jingcms-icon-jiantou.png') no-repeat;
        left:-16px;
        top:16px;
    }

    /* .jingcustom-page .trail-form-block .form-area .lenny-abtest-block-form textarea,.jingcustom-page .trail-form-block .form-area .lenny-abtest-block-form input{ */
        /* color:black; */
    /* } */

    .jingcms-page .common-feature-lightspot .common-feature-main{
        width:1300px;
        margin:0 auto;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li{
        margin-top:60px;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li .left{
        float:left;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li .main-subpart{
        width:600px;
        height:400px;
        position:relative;
        display: inline-block;
        box-sizing:border-box;
        vertical-align: top;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li .text-part strong{
        margin-left:20px;
        font-size:40px;
        font-family:UniNeueRegular;
        color:rgba(204,204,204,1);
        line-height:54px;
        display:inline-block;
        margin-top:74px;
    }
    .jingcms-page .common-feature-lightspot .common-feature-main li .text-part .content-part{
        display: inline-block;
        margin-left:40px;
        margin-top:74px;
        vertical-align: top;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li .text-part h2{
        display:inline-block;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
        margin:0;
    }

    .jingcms-page .common-feature-lightspot .common-feature-main li .text-part p{
        margin-top:50px;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:30px;
    }

    .jingcms-page .scan-code-application{
        position:relative;
        width:1200px;
        margin:0 auto;
        margin-top:100px;
    }

    .jingcms-page .scan-code-application .scan-img{
        position:absolute;
        margin:68px 100px;
    }

    .jingcms-page .scan-code-application .scan-code-left-part{
        width:1050px;
        height:250px;
        padding-left:246px;
        padding-top:68px;
        background:rgba(250,250,250,1);
        border-radius:30px;
    }

    .jingcms-page .scan-code-application .scan-code-left-part h2{
        width:270px;
        height:70px;
        background:rgba(81,29,136,1);
        border-radius:35px;
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:70px;
        padding-left:25px;
        padding-top:2px;
        box-sizing: border-box;
        margin-top:0;
        display: flex;
        align-items: center;
    }

    .jingcms-page .scan-code-application .scan-code-left-part p{
        font-size:30px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(0,0,0,0.5);
        line-height:30px;
    }

    .jingcms-page .scan-code-application .scan-code-left-part h2 img{
        line-height:70px;
        margin-left:40px;
        width:40px;
        height:40px;
        border-radius: 20px;
        position:relative;
    }

    .jingcms-page .scan-code-application .scan-code-left-part h2 img::before{
        content:'';
        position:absolute;
        width:40px;
        height:40px;
    }

    .jingcms-page .scan-code-application .scan-code-right-part{
        position:absolute;
        top:26px;
        right:100px;
        width:200px;
        height:200px;
    }

    .jingcms-page .scan-code-application .scan-code-right-part img{
        width:200px;
        height:200px;
    }

        /*留资页面*/
    .reservation-page{

    }

    .reservation-page .lenny-abtest-block-form{
        background: #211437;
    }

    .reservation-page .reservation-first-screen{
        width:100%;
        border:solid 1px #ddd;
        background-color:#420A73;
        position:relative;
        box-sizing:border-box;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part{
        position:relative;
        margin:0 auto;
        top:0;
        width:1200px;
        height:640px;
        background-image:url('../../archive/images/bg-rsvp-first-screen.jpg');
        box-sizing:border-box;
        background-size:cover;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-left-part{
        position:absolute;
        width:605px;
        margin-top:100px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-right-part{
        width:500px;
        margin-top:100px;
        position:absolute;
        right:0;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-right-part .trail-form-block{
        width:500px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-right-part .form-area{
        background-color:white;
        right:0;
        border-radius:8px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-left-part h1{
        margin:0;
        font-size:55px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(255,255,255,1);
        line-height:77px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-left-part p{
        font-size:24px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:36px;
        margin-top:30px;
        width:500px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-left-part b{
        font-size:24px;
        font-family:PingFangSC-Medium,PingFang SC;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:36px;
        margin-top:147px;
        display:inline-block;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .rsvp-left-part b::after{
        content:'';
        width:16px;
        height:16px;
        position:absolute;
        margin-left:10px;
        margin-top:10px;
        background:url('../../archive/images/icon-留资页面指向.png');
        background-size:cover;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .partner-with{
        position: absolute;
        right:0;
        top:-20px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .partner-with h2{
        font-size:24px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:36px;
        margin-right:20px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .partner-with h2,.reservation-page .reservation-first-screen .rsvp-main-part .partner-with ul{
        display: inline-block;
        height: 43px;
        line-height:80px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .partner-with ul li{
        display: inline-block;
        vertical-align: middle;
        margin-left:0px;
    }

    .reservation-page .reservation-first-screen .rsvp-main-part .partner-with ul li img{
        height:80px !important;
    }

    .reservation-page .reservation-area{
        position:relative;
        margin:auto;
        width:1200px;
        margin-top:100px;
    }

    .reservation-page .reservation-area .reservation-functions{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /*折叠*/
    .reservation-page .reservation-area .reservation-functions.fold{
        width:1260px;
        height:1260px;
        padding:30px;
        margin-left:-30px;
        overflow-x: visible;
        overflow-y: hidden;
    }

    .reservation-page .reservation-area .reservation-functions .item{
        width:360px;
        height:357px;
        flex-shrink: 0;
        margin-bottom:60px;
        box-sizing: border-box;
    }

    .reservation-page .reservation-area .reservation-functions .item:last-child{
        margin-right:auto;
        margin-left:60px;
    }

    .reservation-page .reservation-area .reservation-functions .item.title h2{
        font-size:30px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(74,35,130,1);
        line-height:42px;
    }
    .reservation-page .reservation-area .reservation-functions .item.title b{
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro{
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 24px 0px rgba(73,42,156,0.05);
        border-radius:8px;
        padding:30px;
        transition-duration: 0.25s;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro:hover{
        background:rgba(255,255,255,1);
        box-shadow:0px 12px 24px 0px rgba(73,42,156,0.2);
        transform: scale(1.05);
        transition-duration: 0.25s;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro:hover img{
        transform:rotate(45deg);
        transition-duration: 0.25s;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro img{
        width:80px;
        height:80px;
        background:rgba(86,89,224,1);
        opacity:0.8;
        border-radius:40px;
        transition-duration: 0.25s;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro h2{
        font-size:20px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:28px;
    }

    .reservation-page .reservation-area .reservation-functions .item.intro p{
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:24px;
    }

    .reservation-page .reservation-area .fold-btn{
        position:relative;
        margin:auto;
        text-align:center;
        width:96px;
        height:72px;
    }

    .reservation-page .reservation-area .fold-btn:hover{
        cursor:pointer;
    }

    .reservation-page .reservation-area .fold-down{
        background:url('../../archive/images/icon-fold-down.png') no-repeat;
        background-size:45px 30px;
        background-position-x:center;
    }

    .reservation-page .reservation-area .fold-down:hover{
        background:url('../../archive/images/icon-fold-down-hover.png') no-repeat;
        background-size:45px 30px;
        background-position-x:center;
    }
    .reservation-page .reservation-area .fold-down:hover::after{
        color:#b1b3f0;
    }

    .reservation-page .reservation-area .fold-down::after{
        content:'查看更多功能';
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        text-align:center;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(204,204,204,1);
        line-height:22px;
    }

    .reservation-page .reservation-area .fold-up{
        background:url('../../archive/images/icon-fold-up.png') no-repeat;
        background-size:45px 30px;
        background-position-x:center;
    }

    .reservation-page .reservation-area .fold-up:hover{
        background:url('../../archive/images/icon-fold-up-hover.png') no-repeat;
        background-size:45px 30px;
        background-position-x:center;
    }
    .reservation-page .reservation-area .fold-up:hover::after{
        color:#b1b3f0;
    }

    .reservation-page .reservation-area .fold-up::after{
        content:'收起功能';
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        text-align:center;
        font-size:16px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(204,204,204,1);
        line-height:22px;
    }

    .reservation-page .features-data h2{
        font-size:40px;
        font-family:PingFangSC-Semibold,PingFang SC;
        font-weight:600;
        color:rgba(0,0,0,1);
        line-height:56px;
        text-align:center;
        margin-top:90px;
    }


    .reservation-page .features-data .company-data{
        margin-top: -90px;
    }

    .reservation-page .content.fx-tab {
        /*margin-top: -45px;*/
    }

    /*精选文章*/
    .articles-topn{
        position:relative;
        width:1215px;
        height:340px;
        margin:auto;
        border-radius:8px;
        margin-top:30px;
        margin-bottom:76px;
    }

    .bg-topn-cn,.bg-topn-mobile-cn{
        background:url('../../archive/images/bg-topn-cn.jpg');
        background-size:cover;
    }

    .bg-topn-en,.bg-topn-mobile-en{
        background:url('../../archive/images/bg-topn-en.jpg');
        background-size:cover;
    }

    .get-more-area{
        display:none;
    }

    .articles-topn ul.top-n{
        position: absolute;
        right: 30px;
        top: 10px;
        column-count: 2;
        column-gap: 0px;
        padding: 0;
        background: white;
        width: 720px;
        height: 280px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 0px 8px 0px rgba(112,71,255,0.1);
        border-radius: 8px;
        padding-top:30px !important;
        padding-left:0px !important;
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .articles-topn ul.top-n::after{
        position:absolute;
        content:'';
        width:1px;
        left:50%;
        height:220px;
        top:30px;
        background:rgba(241,241,241,1);
        text-align:center;
        margin-left:0;
    }

    .articles-topn .top-n li{
        flex-shrink: 0;
        list-style-type:none;
        margin:0;
        height:40px;
        padding:0px 30px;
        margin-bottom:20px;
        width:50%;
    }


    .articles-topn .top-n li a{
        position:relative;
        display:block;
        height:40px;
        color:black;
    }

    .articles-topn .top-n li a:hover{
        color:rgba(75,34,130,1);
    }

    .articles-topn .top-n li a:hover span{
        border: 1px solid rgba(75, 34, 130, 1);
        color:rgba(75,34,130,1);
    }

    .articles-topn .top-n li span{
        display:block;
        position:relative;
        height:20px;
        margin-bottom:20px;
        float:left;
        border-radius:1px;
        font-size:10px;
        border:1px solid rgba(221,221,221,1);
        color:rgba(159,159,159,1);
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        line-height:10px;
        padding:5px;
        margin-right:10px;
    }

    .articles-topn .top-n li b{
        display: block;
        position:relative;
        height:40px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 18px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .related-reports#tags_related{
        width:1200px;
    }

    .related-reports .more-links{
        width:384px;
    }

    .related-reports .more_elem .thumbnail{
        width:384px;
        height:253px;
    }

    .search_area{
        position:absolute;
        right:0;
    }

    .sort-selection{
        display:inline-block;
        margin-left:10px;
        position:relative;
        vertical-align: text-top;
        text-align: right;
        color:rgba(43,43,44,1);
        font-size:14px;
        font-family:PingFang;
        font-weight:400;
    }

    sort-items-span:hover .sort-items,.sort-selection:hover .sort-items{
        display:block;
        cursor: pointer;
    }

    .sort-selection .sort-items{
        text-align:left;
        position:relative;
        min-width:80px;
        background:white;
        box-shadow:0 0 4px #ddd;
        right:0;
        top:21px;
        display:none;
        padding:12px 0;
    }

    .sort-selection .sort-items-span{
        position: absolute;
        width: 150px;
        right: 0;
    }

    .sort-selection .sort-items li{
        margin:0;
        padding:15px;
        font-size:14px;
        font-family:PingFang;
        font-weight:400;
        width: 100%;
        box-sizing: border-box;
        color:rgba(43,43,44,1);
    }

    .sort-selection .sort-items li:hover{
        background:rgba(237,237,237,1);
        cursor: pointer;
    }

    .isotope-wrapper.single-gutter.style-color-xsdn-bg{
        min-height:100px;
    }

    ins#nb_icon_wrap {
        right: 0 !important;
        bottom: 45% !important;
        top: unset !important;
        transform: translateY(145px);
    }

    .subscribe-homepage-pop,.subscribe-homepage-pop:visited{
        height:40px;
        line-height:40px;
        display: inline-block;
        transition:none !important;
    }

    .subscribe-homepage-pop.switch-qrcode{
        width:166px;
        height:40px;
        padding-left:25px;
        background:rgba(255,255,255,1);
        border-radius:4px;
        font-size:12px;
        font-family:PingFangSC-Regular,PingFang SC;
        font-weight:400;
        color:rgba(0,0,0,1);
        vertical-align: bottom;
    }

    .subscribe-homepage-pop.switch-qrcode::before{
        content: ' ';
        position:absolute;
        background:url('../../archive/images/icon-wechat-normal.png') no-repeat;
        background-position: center;
        margin-left:-30px;
        margin-top:7px;
        width:26px;
        height:26px;
        border-radius:13px;
        background-color:#50B674;
    }

    .subscribe-homepage-pop.switch-qrcode:hover::before{
        background:url('../../archive/images/icon-wechat-normal-hover.png') no-repeat;
    }

    .subscribe-homepage-pop.switch-qrcode:hover{
        background:rgba(80,182,116,1);
        color:white !important;
    }

    .subscribe-homepage-pop.switch-email{
        width:48px;
        height:40px;
        background:rgba(255,255,255,1);
        border-radius:4px;
        vertical-align: bottom;
        position:relative;
    }

    .subscribe-homepage-pop.switch-email:hover{
        background:#280071;
        color:white !important;
    }

    .subscribe-homepage-pop.switch-email::before{
        content: ' ';
        position:absolute;
        background:url('../../archive/images/icon-email-normal.png') no-repeat;
        margin-left:-9px;
        margin-top:14px;
        width:18px;
        height:14px;
    }

    .subscribe-homepage-pop.switch-email:hover::before{
        background:url('../../archive/images/icon-email-normal-hover.png') no-repeat;
    }

    .subscribe-box-narrow{
        position:relative;
        height:120px;
    }

    .subscribe-box-narrow.subscribe-box-cn{
        background:url('../../archive/images/bg-landing-small-cn.png') no-repeat;
    }

    .subscribe-box-narrow.subscribe-box-en{
        background:url('../../archive/images/bg-landing-small-en.png') no-repeat;
    }

    .subscribe-box-narrow .subscribe-switches{
        position:absolute;
        top:40px;
        right:50px;
    }

    .subscribe-box-narrow .subscribe-switches a{
        vertical-align: bottom;
        background:white;
        color:black;
        border:none;
        transition: none !important;
    }

    .subscribe-box-narrow .subscribe-switches .switch-qrcode{
        width:270px;
    }

    .subscribe-box-narrow .subscribe-switches .switch-email::before{
        margin-left:-18px;
    }

    .subscribe-box-bottom{
        background-color: #3E3179 !important;
        background-position: center !important;
    }

    .subscribe-box-bottom.subscribe-box-cn{
        background:url('../../archive/images/bg-subscribe-bottom-cn.png') no-repeat;
    }

    .subscribe-box-bottom.subscribe-box-en{
        background:url('../../archive/images/bg-subscribe-bottom-en.png') no-repeat;
    }

    .subscribe-box-bottom .subscribe-switches{
        position:absolute;
        left:50%;
        margin-left:-10px;
        top:121px;
    }

    .subscribe-box-bottom .subscribe-switches a{
        vertical-align: bottom;
        background:white;
        color:black !important;
        border:none;
        transition: none !important;
    }

    .subscribe-box-bottom .subscribe-switches .switch-qrcode{
        width:380px;
    }

    .subscribe-switches .switch-qrcode:hover{
        color:white !important;
    }

    .subscribe-box-bottom .subscribe-switches .switch-email::before{
        margin-left:-18px;
    }

    .subscribe-box-bottom .subscribe-switches .switch-email:hover .popup-hint,.subscribe-box-narrow .switch-email:hover .popup-hint{
        margin-left:-56px;
    }

    /*移动端可见*/
    .mobile-show{
        display:none !important;
    }

    .mobile-inline-show{
        display: none !important;
    }

    /*PC端可见*/
    .pc-show{
        display: block !important;
    }

    .pc-inline-show{
        display: inline-block !important;
    }

    .view_content{
        height:360px;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .view_content{
        height:360px;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    /*移动端可见*/
    .mobile-show{
        display:none !important;
    }

    /*PC端可见*/
    .pc-show{
        display: block !important;
    }


    .homepage-ads-block{
        width:100%;
        padding:50px 0;
        margin:0 auto;
        position:relative;
    }

    /*.homepage-ads-block::before{*/
    /*    content:' ';*/
    /*    position:absolute;*/
    /*    width:1220px;*/
    /*    height:426px;*/
    /*    top:0;*/
    /*    background-color:#f4f4f4;*/
    /*    z-index:-1;*/
    /*}*/

    .homepage-ads-block li{
        list-style-type: none;
    }

    .homepage-ads-block h2{
        width:1200px;
        margin:0 auto;
        text-align:center;
    }

    .homepage-ads-block h3{
        margin:0 auto;
        width: 327px;
        height: 64px;
        font-size: 20px !important;
        font-family: PingFangSC-Semibold, PingFang SC !important;
        font-weight: 600;
        color: #FFFFFF !important;
        line-height: 32px;
        overflow:hidden;
        margin-top:20px;

        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box; //作为弹性伸缩盒子模型显示。
        -webkit-box-orient:vertical; //设置伸缩盒子的子元素排列方式--从上到下垂直排列
        -webkit-line-clamp:2; //显示的行
    }

    .homepage-ads-block .homepage-ad-tag{
        background: rgba(255,255,255,0.2);
        border-radius: 10px;
        padding:12px;
        padding-left:44px;
        font-size: 20px;
        font-family: PingFangSC-Thin, PingFang SC;
        font-weight: 100;
        color: #FFFFFF;
        line-height: 20px;
        margin-right:10px;
        position:relative;
    }

    .homepage-ad-tag::before{
        content:' ';
        position:absolute;
        background-size: cover;
        left:12px;
        width:21px;
        height:21px;
        background-repeat: no-repeat;
    }

    .homepage-ad-tag.whitebook-tag::before{
        background-size:20px 20px;
        background-image:url('../../archive/images/icon-ad-whitebook-tag.png');
    }

    .homepage-ad-tag.products-tag::before{
        background-size:20px 20px;
        background-image:url('../../archive/images/icon-ad-products-tag.png');
    }

    .homepage-ad-tag.webinar-tag::before{
        background-size:20px 20px;
        background-image:url('../../archive/images/icon-ad-webinar-tag.png');
    }

    .homepage-ad-tag.offline-tag::before{
        background-size:20px 20px;
        background-image:url('../../archive/images/icon-ad-offline-tag.png');
    }

    .homepage-ads-block .homepage-ad-items{
        width:1200px;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        padding:0 !important;
        margin-top:40px !important;
    }

    .homepage-ads-block .homepage-ad-item{
        width:387px;
        min-height: 374px;
        border-radius: 8px;
        padding:30px;
        box-sizing: border-box;
        position: relative;
        transition-duration: 0.25s;
    }

    .homepage-ads-block .homepage-ad-tags {
        position: relative;
        margin-top: 12px;
    }

    .homepage-ads-block .homepage-ad-item:hover{
        /*transform: translateY(-20px);*/
        transition-duration: 0.25s;
    }

    .homepage-ads-block .homepage-ad-item p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        height:56px;

        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box; //作为弹性伸缩盒子模型显示。
        -webkit-box-orient:vertical; //设置伸缩盒子的子元素排列方式--从上到下垂直排列
        -webkit-line-clamp:2; //显示的行
    }

    .homepage-ad-item::after{
        content:' ';
        width:140px;
        height:140px;
        position:absolute;
        right:0;
        bottom:0;
        background-size:cover;
    }

    .homepage-ad-item.whitebook-tag{
        background: #19033B;
    }

    .homepage-ad-item.whitebook-tag::after{
        background-image: url('../../archive/images/bg-icon-whitebook-tag.png');
    }

    .homepage-ad-item.products-tag{
        background: #060A3C;
    }

    .homepage-ad-item.products-tag::after{
        background-image: url('../../archive/images/bg-icon-products-tag.png');
    }

    .homepage-ad-item.webinar-tag{
        background: #330239;
    }

    .homepage-ad-item.webinar-tag::after{
        background-image: url('../../archive/images/bg-icon-webinar-tag.png');
    }

    .homepage-ad-item.offline-tag{
        background: #030827;
    }

    .homepage-ad-item.offline-tag::after{
        background-image: url('../../archive/images/bg-icon-offline-tag.png');
    }

    .homepage-ad-item.webinar-tag.offline-tag{
        background: #100327;
    }

    .homepage-ad-item.webinar-tag.offline-tag::after{
        background-image: url('../../archive/images/bg-icon-webinar-offline.png');
    }

    .homepage-ads-block .homepage-ad-item button{
        min-width: 136px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 2px;
        font-size: 14px !important;
        font-family: PingFangSC-Regular, PingFang SC !important;
        font-weight: 400 !important;
        color: #222025;
        line-height: 20px;
        position:absolute;
        bottom:30px;
        left:30px;
    }

    .homepage-ads-block .homepage-ad-item:hover{
        width: 387px;
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.4);
        border-radius: 8px;
    }

    .homepage-ads-block .homepage-ad-item button:hover{
        background: #DEDEDE;
    }

    .activity-jump{
        cursor:pointer;
    }

    .sections-container.whitebook-section{
        background-image: linear-gradient(112deg, #fafafa 0%, #fafafa calc(70%), #666699 calc(70% + 1px), #666699 100%);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size:auto 522px;
    }

    #whitebook-header{
        margin-top:95px;
        height:480px;
    }

    #whitebook-header h1{
        width: 700px;
        height:231px;
        font-size: 55px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 77px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #whitebook-header .abtest-block-trail{
        margin-top:52px;
    }

    #product-abtest-block-trail{
        min-width:134px;
        padding: 0 16px;
        height:40px;
        background:rgba(75,34,130,1);
        border-radius:6px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        margin: 20px 0 100px 0 !important;
        display:block;
    }

    #product-first-sub-abtest-block-trail {
        min-width:134px;
        padding: 0 16px;
        height:40px;
        background:rgba(75,34,130,1);
        border-radius:4px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        margin: 22px 0 100px 0 !important;
        display:block;
    }

    /* .homepage-industries{ */
        /* 赋能行业和增长有方法 间隔去掉 */
        /* margin-bottom:77px; */
    /* } */
    
    div.post-body > div.post-content > div.vc_custom_1619177413627 {
        margin-top: 0px !important;
    }

    .homepage-industries li{
        list-style-type: none;
    }

    .homepage-industries .tabs{
        display: flex;
        justify-content: space-between;
        width:426px;
        /*border-bottom:solid 1px #efefef;*/
        margin:0 auto;
    }

    .homepage-industries .tabs::before{
        content: ' ';
        position: absolute;
        width:1200px;
        height:1px;
        margin-left:-402px;
        margin-top:54px;
        background:#efefef;
        z-index: -1;
    }

    .homepage-industries>.tabs .tab-btn{
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 52px;
        background: white;
        color:#999999;
    }

    .homepage-industries .tabs .tab-btn.active{
        border-bottom:solid 1px #000;
        color: #4A2182;
    }

    .homepage-industries dl{
        margin:0 !important;
    }

    .homepage-industries .contents{
        margin:0;
    }

    .industries-contents h2{
        margin:60px 0 20px 0;
    }

    .homepage-industries .contents .content-item{
        display:flex;
        justify-content: center;
    }

    .homepage-industries .contents .content-item .content-item-inner{
        width:1100px;
        display: flex;
        justify-content: space-between;
    }

    .homepage-industries .contents .content-item:nth-of-type(even){
        width:100%;
        background: #FBFBFB;
    }

    .homepage-industries .contents .content-item:nth-of-type(even) .content-item-inner{
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .homepage-industries .contents .content-item:nth-of-type(even) .content-item-inner a{
        color: #4A2382;
    }

    .homepage-industries .contents .content-item .content{
        display: block;
        height: 500px;
        /*width: 510px;*/
        box-sizing: border-box;
    }

    .homepage-industries .contents .content-item .content h3{
        margin-top:120px;
    }

    .homepage-industries .contents .content-item .content p{
        display:block;
        width: 400px;
        font-size: 18px;
        font-family: "PingFangSC-Regular", "PingFang SC";
        font-weight: 400;
        color:#666;
        line-height: 30px;
    }

    .homepage-industries .contents .content-item .content a{
        display:block;
        margin-top:30px;
        color: #4A2182;
    }

    .homepage-industries .banner,
    .new-product-page .banner{
        height:284px;
        width:100%;
        background:#2D184F;
        position: relative;
    }

    .new-product-page .banner{
        margin-top: 80px;
    }

    .homepage-industries .banner>img,
    .new-product-page .banner>img{
        width: 1200px;
        margin-left: calc(50% - 600px);
        position: absolute;
    }

    .homepage-industries .banner .banner-content,
    .new-product-page .banner .banner-content{
        position: relative;
        width:1200px;
        margin:auto;
    }

    .homepage-industries .banner .banner-content .banner-content-text,
    .new-product-page .banner .banner-content.banner-content-text{
        width:466px;
        position: absolute;
        margin-left: 110px;
    }

    .homepage-industries .banner .banner-content .banner-content-text h3,
    .new-product-page .banner .banner-content .banner-content-text h3{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 56px;
        margin-top:60px;
    }

    .homepage-industries .banner .banner-content .banner-content-text p,
    .new-product-page .banner .banner-content .banner-content-text p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

    .homepage-industries .banner .banner-content .banner-btn,
    .new-product-page .banner .banner-content .banner-btn{
        position: absolute;
        width: 168px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        font-size: 16px;
        font-family: "PingFangSC-Medium", "PingFang SC";
        font-weight: 500;
        color: #000000;
        line-height: 22px;
        margin-left:730px;
        margin-top:152px;
    }

    .homepage-industries .function-modules .tab-control .tab-content.active{
        padding: 0;
    }

    .function-modules{
        width:1200px;
        margin:0 auto;
    }

    .function-modules li{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .function-modules .function-module{
        display: flex;
        flex-direction: row;
    }

    .function-modules .function-module>img{
        width:580px;
    }

    .function-modules .function-module .module-content-text{
        margin-left:115px;
        margin-top:80px;
    }

    .function-modules .function-module .module-content-text h3{
        font-size: 30px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #000000;
        line-height: 49px;
        margin: 0;
    }

    .function-modules .function-module .module-content-text p{
        width:442px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        margin-top:15px;
    }

    .function-modules .function-module .module-content-text a{
        margin-top:30px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        display: block;
    }

    .function-modules .function-module .module-content-text button{
        width: 168px;
        height: 40px;
        background: #4A2182;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 22px;
        margin-top:60px;
    }

    .function-modules .tabs{
        width:932px;
    }

    .function-modules .tabs::before{
        content: ' ';
        position: absolute;
        width: 1200px;
        height: 1px;
        margin-left: -150px;
        margin-top: 80px;
        background: #efefef;
        z-index: -1;
    }

    .function-modules .tabs button{
        background:transparent;
        line-height:81px;
        height:81px;
        padding:15px 0;
        display: flex;
        /* 新增 */
        align-items: center;
    }

    .function-modules .tabs button.active{
        border-bottom: solid 1px #4A2182;
    }

    .function-modules .tabs button img{
        width: 50px;
        line-height: 50px;
    }

    .function-modules .tabs button.active h3,
    .function-modules .tabs button.active p,
    .function-modules .tabs button.active span.icon,
    .function-modules .tabs button:hover p,
    .function-modules .tabs button:hover h3,
    .function-modules .tabs button:hover span.icon
    {
        color:#4A2182;
    }

    .function-modules .tabs button span.icon{
        display: inline-block;
        font-size: 41px;
        line-height: 50px;
    }

    .solution-modules>ul>li.item span.icon{
        width: 50px;
        height: 50px;
        display: block;
        line-height: 50px;
    }

    .icon.iconfont{
        font-weight: 400;
    }

    .solution-modules .iconfont{
        font-size:45px;
        color:black;
    }

    .solution-modules .item:hover .iconfont{
        color:#4A2182;
    }

    .function-modules .tabs button h3{
        font-size: 20px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #999999;
        line-height: 28px;
        margin:0;
        text-align:left;
        margin-left:9px;
    }

    .function-modules .tabs button p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 22px;
        margin:0;
        text-align:left;
        margin-left:9px;
    }

    .solution-first-screen,
    .product-first-screen{
        position: relative;
        width:100%;
        height: 680px;
        background: #fafafa;
    }

    .solution-first-screen::after,
    .product-first-screen::after{
        content: ' ';
        position: absolute;
        height:52px;
        width: 100%;
        bottom:0;
        background: white;
        z-index: 0;
    }

    .solution-first-screen>img,
    .product-first-screen>img{
        position: absolute;
        display: block;
        width:1200px;
        left:50%;
        transform: translateX(-50%);
        z-index: 0;
        margin:0 auto;
        z-index: 9;
    }

    .solution-first-screen>.content,
    .product-first-screen>.content{
        position: absolute;
        text-align:center;
        width:1200px;
        margin-top:100px;
        left:calc(50% - 600px);
        z-index: 10;
    }

    .solution-first-screen>.content>h1,
    .product-first-screen>.content>h1{
        font-size: 55px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 77px;
        padding:0;
        margin:0;
    }

    .solution-first-screen>.content>p,
    .product-first-screen>.content>p{
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
        margin-top:30px;
    }

    .solution-first-screen>.content>button,
    .product-first-screen>.content>button{
        width: 200px;
        height: 58px;
        background: #4A2382;
        box-shadow: 0px 10px 20px 0px rgba(74, 35, 130, 0.2);
        border-radius: 4px;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        text-shadow: 0px 10px 20px rgba(74, 35, 130, 0.2);
        margin:60px auto;
    }

    .solution-banner{
        width:100%;
        height: 262px;
        background: #2D184F;
        position: relative;
    }

    .solution-banner>img{
        position: absolute;
        width:1200px;
        height:262px;
        display: block;
        margin-left: calc(50% - 600px);
    }

    .solution-banner>.content{
        width:1200px;
        height:262px;
        position: absolute;
        margin-left:calc(50% - 600px);
        display: flex;
    }

    .solution-banner>.content>h2{
        margin-left: 112px;
        width: 600px;
        height: 262px;
        display: block;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 56px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top:0;
    }

    .solution-banner>.content>button{
        width: 168px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000;
        line-height: 22px;
        margin-top:152px;
        margin-left:24px;
    }

    .solution-modules{
        width:100%;
        position: relative;
        margin-top: 100px;
    }

    .solution-modules>button{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        background: transparent;
        margin-left: calc(50% - 600px);
        margin-top: 20px;
        display: block;
        padding-left: 0;
        margin-bottom: 0;
    }

    .solution-modules>ul{
        width:1200px;
        height:180px;
        position: relative;
        margin-left:calc(50% - 600px);
        padding: 0 !important;
    }

    .solution-modules>ul>li{
        list-style-type: none;
    }

    .solution-modules>ul>li.info{
        width:180px;
        height:180px;
        float:left;
    }

    .solution-modules>ul>li.info h2{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        margin: 0;
    }

    .new-solution-modules>ul>li.info h2{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        margin: 0;
    }

    .solution-modules>ul>li.info .more-function-btn{
        display: block;
        width: 200px;
        height: 40px;
        background: #4A2182;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 40px;
        text-align:center;
        margin-top:30px;
    }

    .solution-modules>ul>li.item{
        width:180px;
        height:180px;
        float:right;
        text-align: center;
    }

    .solution-modules>ul>li.item:nth-of-type(n+2){
        margin-left:60px;
    }

    .solution-modules>ul>li.item span.icon{
        margin-top:30px;
        margin-left:calc(50% - 25px);
    }

    .solution-modules>ul>li.item b{
        margin-top:20px;
        padding: 0;
        font-size: 20px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #000;
        line-height: 32px;
        display: block;
    }

    .new-solution-modules>ul>li.item b{
        margin-top:20px;
        padding: 0;
        font-size: 20px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #000;
        line-height: 32px;
        display: block;
    }

    .solution-modules>ul>li.item p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 20px;
        color: #999999;
        margin:0;
    }

    .solution-modules>ul>li.item:hover{
        box-shadow: 0px 20px 30px 0px rgba(74, 33, 130, 0.15);
        cursor: pointer;
    }

    .solution-modules>ul>li.item:hover p,
    .solution-modules>ul>li.item:hover b{
        color:#4A2182;
    }

    .new-solution-modules>ul>li.item:hover p,
    .new-product-modules>ul>li.item:hover p,
    .new-product-modules>ul>li.item:hover b,
    .new-solution-modules>ul>li.item:hover b{
        color:#4A2182;
    }

    .new-solution-page .brands,
    .new-product-page .brands{
        width: 100%;
        position: relative;
        height: 650px;
        margin-top: 0px;
    }

    .new-solution-page .brands>img,
    .new-product-page .brands>img{
        width: 1200px;
        margin-left:calc(50% - 600px);
        position: absolute;
    }

    .new-solution-page .brands .branch-infos,
    .new-product-page .brands .branch-infos{
        width: 1200px;
        margin-left:calc(50% - 600px);
        position: absolute;
        text-align: center;
    }

    .new-solution-page .brands .branch-infos h2,
    .new-product-page .brands .branch-infos h2{
        margin-top: 226px;
        font-size: 55px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #000000;
        line-height: 90px;
    }

    .new-solution-page .brands .branch-infos b,
    .new-product-page .brands .branch-infos b{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 28px;
        display: block;
    }

    .new-solution-page .brands .branch-infos a,
    .new-product-page .brands .branch-infos a{
        display: block;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        margin-top: 30px;
    }

    .what-we-bring{
        display: block;
        position: relative;
        height: 954px;
        margin-top: 80px;
    }

    .what-we-bring .img-wrapper{
        width:100%;
        display: block;
        overflow: hidden;
        height: 715px;
        position: absolute;
    }

    .what-we-bring>span>img{
        width:100%;
    }

    .what-we-bring li{
        list-style-type: none;
    }

    .what-we-bring .infos{
        position: absolute;
        width: 100%;
        height: 449px;
        margin-top:505px;
        padding: 60px 150px;
        display: flex;
        justify-content: center;
    }

    .what-we-bring .infos::before{
        content: ' ';
        position: absolute;
        left:0;
        width: calc(50% + 600px);
        height: 449px;
        background: #F5F5F7;
        z-index:0;
        margin-top: -60px;
    }

    /*.what-we-bring .infos .contents{*/
    /*    width:660px;*/
    /*    padding-right:112px;*/
    /*}*/

    .what-we-bring .infos h3{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        padding: 0;
        margin:0;
    }

    .what-we-bring .infos .contents,
    .what-we-bring .infos .datas{
        z-index:1;
    }

    .what-we-bring .infos a{
        display: inline-block;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        margin-top:30px;
    }

    .what-we-bring .infos p{
        width: 437px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
    }

    .what-we-bring .infos .datas{
        display: grid;
        width:436px;
        grid-template-columns: repeat(2, 50%);
        margin: 0;
        margin-left: 111px;
    }

    .what-we-bring .infos .datas .data{
        margin-bottom: 60px;
    }

    .what-we-bring .infos .datas .data:nth-of-type(even){
        padding-left: 80px;
    }

    .what-we-bring .infos .datas .data h3{
        font-size: 100px;
        font-family: Poppins-Bold, Poppins;
        font-weight: bold;
        color: #000000;
        line-height: 100px;
    }

    .what-we-bring .infos .datas .data h3 small{
        font-family: Poppins-Bold, Poppins;
        font-weight: bold;
        color: #000000;
        line-height: 35px;
        font-size:35px;
    }

    .what-we-bring .infos .datas .data b{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 28px;
        margin-top:5px;
        word-break: break-all;
        white-space: nowrap;
    }

    .new-solution-page .solutions{
        position: relative;
        width: 100%;
    }

    .new-solution-page .solutions > h2{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        text-align: center;
    }

    .new-solution-page .solutions .menu{
        width:1200px;
        margin-left:calc(50% - 600px);
        display: flex;
        flex-direction: row;
        margin-top:30px;
    }

    .new-solution-page .solutions .menu .tab-direction{
        cursor: pointer;
    }
    .new-solution-page .solutions .menu .tab-direction:hover{
        fill: #4A2382;
    }

    .new-solution-page .solutions .menu .tab-direction.tab-left{
        margin-right: 60px;
    }

    .new-solution-page .solutions .menu .tab-direction.tab-right{
        margin-left:60px;
    }

    .new-solution-page .solutions .menu svg{
        margin-top:53px;
    }

    .new-solution-page .solutions .menu .nav{
        width: 1000px;
        display: flex;
        justify-content: space-between;
        margin-top:0;
    }

    /* 新加 */
    .new-product-page .product .menu .nav{
        width: 1000px;
        display: flex;
        justify-content: space-between;
        margin-top:0;
    }

    .new-solution-page .solutions .menu .nav>li{
        list-style-type: none;
        text-align: center;
        width: 165px;
        height: 180px;
        user-select: none;
    }

    .new-solution-page .solutions .menu .nav>li.active,
    .new-solution-page .solutions .menu .nav>li:hover{
        background: #FFFFFF;
        box-shadow: 0px 20px 30px 0px rgba(74, 35, 130, 0.15);
        border-radius: 4px;
        cursor: pointer;
    }

    .new-solution-page .solutions .menu .nav>li.active>b,
    .new-solution-page .solutions .menu .nav>li:hover>b{
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #4A2382;
        line-height: 28px;
    }

    .new-solution-page .solutions .menu .nav>li.active>span.icon,
    .new-solution-page .solutions .menu .nav>li:hover>span.icon{
        color: #4A2382;
    }

    .new-solution-page .solutions .nav>li>span.icon{
        height: 50px;
        display: inline-block;
        margin-top: 41px;
        font-size: 50px;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    .new-solution-page .solutions .nav>li>b{
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 28px;
        display: inline-block;
        margin-top:25px;
    }

    .new-solution-page .solutions .tab-content{
        width:1200px;
        margin-left:calc(50% - 600px);
        flex-direction: column;
    }

    .new-solution-page .solutions .tab-content.active{
        display: flex;
        flex-direction: row;
    }

    .new-solution-page .solutions .tab-content>img{
        width: 580px;
    }

    .new-solution-page .solutions .tab-content>.content{
        width:480px;
        margin-left:140px;
    }

    .new-solution-page .solutions .tab-content>.content h3{
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 42px;
        margin: 0;
        padding:0;
        margin-top:60px;
    }

    .new-solution-page .solutions .tab-content>.content>p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        margin-top:20px;
    }

    .new-solution-page .solutions .tab-content>.content>a{
        margin-top: 30px;
        display: inline-block;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
    }

    .new-solution-page .solutions .tab-content>.content>.sub-items{
        padding:0;
        margin: 0;
        margin-top:60px;
    }

    .new-solution-page .solutions .tab-content>.content>.sub-items>.sub-item>a{
        display: inline-block;
        margin-bottom:15px;
    }

    .new-solution-page .solutions .tab-content>.content>.sub-items>.sub-item>a>p>span{
        margin-right: 10px;
        font-size: 20px;
        vertical-align: middle;
    }

    .new-solution-page .solutions .tab-content>.content>.sub-items>.sub-item>a>p{
        display: inline;
        margin:0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #59A6E0;
        line-height: 22px;
        height:22px;
        vertical-align: middle;
    }

    .new-solution-page li{
        list-style-type: none;
    }

    .new-solution-sub-page{
        width:100%;
        position: relative;
    }

    .new-solution-sub-page #solution-sub-first-screen,
    .new-product-sub-page #product-sub-first-screen{
        position: relative;
        width: 1200px;
        margin-left:calc(50% - 600px);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .new-solution-sub-page #solution-sub-first-screen img,
     .new-product-sub-page #product-sub-first-screen img{
        width: 580px;
        height: 100%;
        margin-top: 60px;
    }

    .new-solution-sub-page #solution-sub-first-screen h1,
    .new-product-sub-page #product-sub-first-screen h1{
        display: block;
        font-size: 55px !important;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 77px;
        padding: 0;
        margin:0;
    }

    .new-solution-sub-page #solution-sub-first-screen p,
    .new-product-sub-page #product-sub-first-screen p{
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
        margin-top:30px;
    }

    .new-solution-sub-page #solution-sub-first-screen .content,
    .new-product-sub-page #product-sub-first-screen .content{
        margin-top: 120px !important;
        width: 515px;
    }

    .new-solution-sub-page #solution-sub-first-screen .content>button,
    .new-product-sub-page #product-sub-first-screen .content>button{
        width: 200px;
        height: 58px;
        background: #4A2382;
        border-radius: 4px;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        margin-top: 96px;
    }

    .new-solution-sub-page #solution-sub-first-screen .content .direction-buttons,
    .new-product-sub-page #product-sub-first-screen .content .direction-buttons{
        margin-top:175px;
    }

    .new-solution-sub-page #solution-sub-first-screen .content .direction-buttons a,
    .new-product-sub-page #product-sub-first-screen .content .direction-buttons a{
        display: inline-block;
        width: 50px;
        height:50px;
        border-radius: 25px;
        text-align: center;
        line-height: 50px;
        font-size:16px;
        font-weight: bold;
        color:#ccc;
        border: 1px solid #ccc;
    }

    .new-solution-sub-page #solution-sub-first-screen .content .direction-buttons a:hover,
    .new-product-sub-page #product-sub-first-screen .content .direction-buttons a:hover{
        border: 1px solid #4A2382;
        color:#4A2382;
    }

    .new-solution-sub-page #solution-sub-first-screen .content .direction-buttons a:nth-of-type(n+2),
    .new-product-sub-page #product-sub-first-screen .content .direction-buttons a:nth-of-type(n+2){
        margin-left:30px;
    }

    .new-solution-sub-page .sub-tags{
        width:1200px;
        position: relative;
        margin-left:calc(50% - 600px);
        display: flex;
        justify-content: space-between;
        margin-top:117px;
        padding-bottom:60px;
        border-bottom: solid 1px #eee;
    }

    .new-solution-sub-page li{
        list-style-type: none;
    }

    .new-solution-sub-page .sub-tags-left{
        width: 300px;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu{
        padding:0;
        margin:0;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu li{
        border-left:solid 4px transparent;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu li.active{
        border-left:solid 4px #4A2382;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu li:nth-of-type(n+2){
        margin-top:30px;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu li.active a{
        color: #4A2382;
    }

    .new-solution-sub-page .sub-tags-left .sub-tags-menu li a{
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #ccc;
        line-height: 22px;
        padding-left:10px;
    }

    .new-solution-sub-page .sub-tags-right{
        width:840px;
    }

    .new-solution-sub-page .sub-tags-right h3{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 30px;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }

    .new-solution-sub-page .sub-tags-right li:nth-of-type(n+2){
        margin-top:40px;
    }

    .new-solution-sub-page .sub-tags-right h3>span.icon{
        font-size:36px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .new-solution-sub-page .sub-tags-right p,
    .new-solution-sub-page .sub-tags-right a{
        padding-left: 46px;
        margin-top:20px;
        white-space: break-spaces;
    }

    .new-solution-sub-page .sub-tags-right a{
        color: #4A2382;
    }

    .new-solution-sub-page .jing-ad{
        width: 300px;
        height: 200px;
        margin-top: 60px;
        border-radius: 5px;
    }

    .new-solution-sub-page .sub-tags-right img{
        margin-top:20px;
    }

    .new-product-page .function-modules .tabs{
        display: flex;
        justify-content: space-between;
        margin-left:150px;
    }

    .new-product-page .banner .banner-content .banner-content-text h3{
        position: absolute;
    }

    .new-product-sub-page .solution-modules{
        width: 1200px;
        margin-left:calc(50% - 600px);
    }

    .new-product-page .solution-modules .info h2,
    .new-product-sub-page .solution-modules .info h2{
        width: 240px;
        height: 112px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
    }

    .new-product-page .solution-modules,
    .new-product-sub-page .solution-modules{
        height: unset;
    }

    .new-product-page .solution-modules .item,
    .new-product-sub-page .solution-modules .item{
        width: 165px;
        margin-left:20px !important;
    }

    .new-product-page .function-modules .function-info{
        width: 1200px;
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }

    .new-product-page .function-modules .function-info ul,
    .new-product-page .function-modules .function-info dl{
        width: 580px !important;
    }

    .new-product-page .function-modules .function-info ul{
        display: block;
        margin-left:0;
        padding: 0;
    }

    .new-product-page .function-modules .function-info ul.tabs .title{
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 30px;
    }

    .new-product-page .function-modules .function-info ul .tab-btn{
        width: 580px;
        border-bottom: solid 1px #efefef;
        vertical-align: middle;
        line-height: 50px;
    }

    .new-product-page .function-modules .function-info ul .tab-btn span{
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px;
        vertical-align: middle;
        margin-right: 20px;
    }

    .new-product-page .function-modules .function-info ul .tab-btn b{
        font-size: 20px;
    }

    .new-product-page .function-modules .function-info ul .tab-btn.active,
    .new-product-page .function-modules .function-info ul .tab-btn:hover,
    .new-product-page .function-modules .function-info ul .tab-btn.active span.icon,
    .new-product-page .function-modules .function-info ul .tab-btn:hover span.icon{
        color:black;
    }

    .new-product-page .function-modules .function-info ul::before{
        content: unset;
    }

    .new-product-page .function-modules .function-info>ul>li:first-of-type{
        margin-bottom:50px;
    }

    .new-product-page .function-modules .function-info dl{
        width: 580px;
        background: rgba(67,51,94,0.02);
        padding:0;
        margin:0;
    }

    .new-product-page .function-modules .function-info dl dd{
        margin:0;
        padding: 60px;
    }

    .new-product-page .function-modules .function-info dl dd p{
        margin: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
    }

    .new-product-page .function-modules .function-info dl dd  .info-links{
        margin: 0;
        padding: 0;
        margin-top: 64px;
        display: grid;
        grid-template-columns: 50% 50%;
        flex-wrap: wrap;
        width: 460px !important;
    }

    .new-product-page .function-modules .function-info dl dd  .info-links>li{
        margin-bottom:18px;
        width: 230px;
        flex: 1;
        flex-grow: unset;
    }

    .new-product-page .function-modules .function-info dl dd  .info-links>li>a{
        width: 50%;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #2F7FDD;
        line-height: 16px;
    }

    .new-product-page .function-modules .function-info dl dd  .info-links>li>a>span.icon{
        width: 20px;
        height: 16px;
        font-size:16px;
        margin-right: 12px;
        font-weight: bold;
    }

    .new-product-sub-page ul,
    .new-product-sub-page dl{
        margin: 0;
        padding: 0;
    }

    .new-product-sub-page ul li{
        margin: 0;
        list-style-type: none;
    }

    .new-product-sub-page .product-sub-contents .tabs{
        width: 1200px;
        position: relative;
        margin-left: calc(50% - 596px);
        border-bottom: solid 1px #eee;
        padding: 30px 0;
    }
    .new-product-sub-page .product-sub-contents .tabs .tab-buttons{
        display: flex;
        justify-content: space-between;
        width: 776px;
        margin-left:calc(50% - 388px);
    }

    .new-product-sub-page .product-sub-contents .tabs .tab-buttons button{
        background: white;
    }

    .new-product-sub-page .product-sub-contents .tabs .tab-buttons li span.icon{
        width: 70px;
        height: 70px;
        background: #eee;
        font-size: 50px;
        line-height: 70px;
        border-radius: 35px;
        color: black;
        display: inline-block;
    }

    .new-product-sub-page .product-sub-contents .tabs .tab-buttons button b{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 28px;
        color: black;
        margin-top: 18px;
        display: block;
    }

    .new-product-sub-page .product-sub-contents .tabs .tab-buttons button.active b,
    .new-product-sub-page .product-sub-contents .tabs .tab-buttons button:hover b{
        color: #4A2382;
    }

    .new-product-sub-page .product-sub-contents .tabs .tab-buttons li button.active span.icon,
    .new-product-sub-page .product-sub-contents .tabs .tab-buttons li button:hover span.icon{
        color: white;
        background: #4A2382;
    }

    .new-product-sub-page .product-sub-contents .product-items-block{
        position: relative;
        width: 1200px;
        margin-left: calc(50% - 600px);
        margin-top: 29px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block dd>h3{
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        text-align: center;
    }

    .new-product-sub-page .product-sub-contents .product-items-block dd>p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        margin-top: 30px;
        width: 600px;
        text-align: center;
        margin-left: 300px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items{
        width: 1200px;
        padding: 0;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li{
        margin-top:60px;
        width: 1200px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li .product-item-content h4{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li.product-item{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        box-sizing: border-box;
        padding: 15px 0 40px 0;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li.product-item:nth-of-type(odd){
        flex-direction: row-reverse;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li>img{
        width: 510px;
        height: 340px;
        margin-left:40px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li:nth-of-type(even)>img{
        margin-top: 30px;
        margin-left: -510px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li .product-item-content h4 span.icon{
        width: 50px;
        height: 50px;
        background: #31175C;
        box-shadow: 0px 5px 10px 0px rgb(67 51 94 / 15%);
        border-radius: 8px;
        font-size: 40px;
        line-height: 50px;
        color: white;
        vertical-align: middle;
        margin-right: 10px;
        display: inline-block;
        text-align: center;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li .product-item-content p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        width: 510px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li .product-item-content button{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        background: transparent;
        margin-top: 30px;
        padding: 0;
        margin-bottom: 0;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li:nth-of-type(even) .product-item-content-inner{
        width: 1100px;
        min-height: 400px;
        background: #FBFBFC;
        z-index:-1;
        padding:30px 40px;
    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li:nth-of-type(even) .product-item-content-inner img{

    }

    .new-product-sub-page .product-sub-contents .product-items-block .product-items li:nth-of-type(odd) img,
    .new-product-sub-page .product-sub-contents .product-items-block .product-items li:nth-of-type(odd) .product-item-content{
        padding-top: 30px;
    }

    .fx-large-menu{
        position: fixed;
        width: 100%;
        height: 40vh;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
        margin-top: 79px;
    }

    .fx-large-menu ul,
    .fx-large-menu dl{
        margin: 0;
        padding: 0;
    }

    .fx-large-menu .menu-area{
        background: #fafafa;
        height: 450px;
    }

    .animate-right{
        display: inline-block;
        transition-duration: 0.5s;
    }

    .animate:hover .animate-right{
        transform: translateX(10px);
        transition-duration: 0.4s;
    }

    .fx-large-menu .menu-tabs{
        width: 100%;
        height: 450px;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 30px;
        scrollbar-width:none;
        -ms-overflow-style:none;
    }

    .fx-large-menu .menu-tabs::-webkit-scrollbar{
        display: none;
    }

    .fx-large-menu .menu-tabs::before{
        content: ' ';
        position: absolute;
        width: 383px;
        height: 450px;
        background: #FFFFFF;
        z-index:0;
    }

    .fx-large-menu .menu-tabs .menu-block{
        width: 383px;
        padding: 30px 0 30px 83px;
    }

    .fx-large-menu .menu-tabs .menu-block-items{
        display: block;
        position: relative;
    }

    .fx-large-menu .menu-tabs .menu-block-items:not(.menu-block-items:last-child)::after{
        position: absolute;
        content: ' ';
        bottom: -30px;
        left:0;
        width: 280px;
        height: 1px;
        background: #eaeaea;
    }

    .fx-large-menu .menu-tabs .menu-block h3{
        padding: 0;
        margin: 0;
        position: relative;
    }

    .fx-large-menu .menu-tabs .menu-block h3 a{
        color: #4A2182;
    }

    .fx-large-menu .menu-contents{
        position: absolute;
        width: calc(100% - 383px);
        height: 554px;
        left: 383px;
        top: 0;
        padding-top: 80px;
        overflow-y: auto;
    }

    .fx-large-menu .menu-contents .content-items{
        display: block;
    }

    .fx-large-menu .menu-contents .content-items::after{
        position: absolute;
        content: ' ';
        width: calc(100% - 60px);
        bottom: 45px;
        height: 2px;
        background: #eaeaea;
        left: 30px;
    }

    .fx-large-menu .tab-control .tab-contents .tab-content.active{
        position: absolute;
        background: #fafafa;
    }

    .fx-large-menu .menu-contents .content-items li{
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 42px;
    }

    .fx-large-menu .menu-contents .content-items li b{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
    }

    .fx-large-menu .menu-contents .content-items li p{
        width: 240px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #888888;
        line-height: 21px;
        margin-top: 17px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .menu-secondary-title{
        font-size: 16px;
        font-family: Poppins-SemiBold, Poppins;
        font-weight: 600;
        color: #999999;
        line-height: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    .menu-secondary-title:nth-child(n+2){
        margin-top: 60px;
    }

    .menu-secondary-title:nth-child(n+2)::before{
        position: absolute;
        content: ' ';
        top: -30px;
        width: 280px;
        height: 1px;
        background: #eaeaea;
    }

    .menu-secondary-title .empty{
        display: block;
        width: 16px;
        height: 1px;
        line-height: unset;
        border: solid 1px #999;
    }

    .fx-large-menu .menu-contents .content-items li b span.icon{
        font-size: 16px;
        margin-right: 5px;
        font-weight: bold;
    }

    .fx-large-menu .active{
        z-index: 9999;
    }

    .fx-large-menu .menu-secondary-item button{
        display: block;
        width: 100%;
        text-align: left;
        background: transparent;
        margin-top: 20px;
        color: black;
        padding-left: 0;
    }

    .fx-large-menu .menu-secondary-item:hover button,
    .fx-large-menu .menu-secondary-item.active button{
        color: #56188F;
    }

    .fx-large-menu .menu-secondary-item button span.icon{
        float:right;
        margin-right: 10px;
    }

    .fx-large-menu .see-more{
        padding-left:30px;
        margin-top: 23px;
    }

    .fx-large-menu .see-more a{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        padding: 23px 0;
    }

    .fx-large-menu{
        display: none;
    }

    .fixing .tab-buttons span.icon{
        display: none !important;
    }

    .fixing .tab-buttons span.icon+b{
        margin-top: 0 !important;
    }

    #lenny_abtest_form_div-Homepage1_1 h2{
        display: block !important;
    }

    .qrcode_contain_div {
        padding-top: 174px;
    }

    /* 下面是提交表单之后的样式逻辑 */
    .qrcode_contain_div {
        padding-top: 174px;
    }

    .sub_finish2_qrcode_img {
        width: 260px;
        height: 260px;
    }

    .qrcode_background_img_div {
        background-image: url('../../archive/images/wx_qrcode_api.png');
        max-width: 559px;
        min-height: 589px;
        padding:  13.77% 14.13% 0;
        background-size: 100% auto;
        box-sizing: border-box;
    }

    .sub_finish2_qrcode_Homepage2 { 
        width: 230px;
        height: 230px;
        position: absolute;
        top: 165px;
        left: 188px;
    }

    .sub_finish2_qrcode_reservation {
        width: 230px;
        height: 230px;
        position: absolute;
        top: 165px;
        left: 188px;
        border-radius: 19px;
        border: 2px solid;
    }

    .sub_finish2_reservation {
        border: 2px solid;
        border-radius: 11px;
    }

    
    .bottom-qrcode {
        position: absolute;
        left: 48px;
        bottom: 0%;
        display: block;
        z-index: 99;
        background-color: #FAFAFA;
        width: 300px;
        height: 300px;
    }

    /* ul.friendly_link{
        height: 100px;
    } */

    /**********lenny-contact-us-block**********/
    .lenny-contact-us-block {
        position: fixed;
        bottom: 45%;
        right: 0;
        display: block;
        z-index: 9999999999;
        width: 51px;
    }
    .lenny-contact-us-block > button {
        background: #ffffff;
        border: 1px solid #DFE0E1;
        width: 51px;
        height: 48px;
    }
    .lenny-contact-us-block > button > img {
        margin-top: 5px;
        width: 22px;
        height: auto;
    }

    .lenny-contact-us-block{
        top:25%;
        bottom:unset;
    }
    .lenny-contact-us-block{
        bottom:45%;
        top:unset;
    }
    .lenny-contact-us-block{
        z-index:999 !important;
    }

    /**********lenny-contact-us-block**********/
    /* 头部标题 */
    .webinar-title-pc {
        width: 17%;
        height: 56px;
        /* background-color: w; */
        width: 240px;
        height: 56px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
        /* margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 14%; */
        margin: 40px 0px 40px 0px;
    }
    
    .webinar-container-pc {
        width: 100%;
        height: 100%;
        display: flex; 
        justify-content:center;
        /* padding-left: 14%; */
        /* padding-left: 2%; */
        /* padding-right: 15%; */
        /* margin-bottom: 50px; */
    }

    .webinar-poster {
        /* width: 100% ;  */
        /* width: 28% ;  */
        width: 400px ; 
        display: flex;
        flex-direction:column; 
        margin-left: 4%;
    }

    .webinar-poster-sub-title {
        width: 80px;
        height: 28px;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 28px;
        margin-top: 30px;
    }

    .webinar-poster-banner img {
        width: 100% !important;
    }

    .webinar-iframe-container {
        width: 750px;
    }

    .webinar-poster-sub-container {
        display: flex;
        flex-direction:column;
        width: 100%; 
        margin-top:15px
    }

    .webinar-poster-sub-container-span {
        display: flex; 
        width: 100%;
    }

    .webinar-poster-sub-container-span div {
        width: 217px;
        height: 44px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        margin-left:1%
    }

    /* tag ... */
    .t-entry h3.t-entry-title a {
        width: 336px;
        height: 18px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #000000 !important;
        line-height: 18px;
    }
    /* 大盒子里面的 title 盒子 */
    div#t-entry {
        font-size: 16px !important;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    div.t-entry-text-tc {
        height: 100%;
    }
    div.fx-post-info-tag {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }

    #fx-post-info-desc {
        width: 482px;
        height: 50px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        word-break: break-word;
        margin-top: 10px !important;
    }

    .post-info-bottom-container {
        display: flex;
        flex-direction: row;
        margin-top: 28px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .t-entry-text-tag {
        width: 66%;
    }

    .post-info-read-time {
        margin-right: 266px;
        width: 107px;
        height: 20px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 20px !important;
    }

    .post-info-read-tag {
        /* width: 85px;
        height: 14px; */
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 14px;
        border: 1px solid #999999;
        border-radius: 2px;
        padding: 1px;
        margin-bottom: 16px;
    }
    /* .t-entry-text .t-entry-text-tc div:first-child {
       
    } */
    .half-block-padding {
        padding: 12px 18px 18px 18px !important;
    }

    .t-entry-text-articles {
        height: 150px;
    }
    div#t-entry-articles h3 a{
        width: 100%;
        height: 42px;
        font-size: 13px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000 !important;
        line-height: 21px;
    }

    .fx-post-info-articles {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        top: 150px;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 41px;
        width: 100%;
        background: #000000;
        align-items: center;
        opacity: 0.5;
    }

    #fx-post-info-articles-sub1{
        padding:5px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 12px;
        border-radius: 2px;
        border: 1px solid #DDDDDD; 
        margin-left:24px 
    }
    #fx-post-info-articles-sub2 {
        width: 92px;
        height: 12px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 20px;
        line-height: 12px;margin-top:1px
    }

    /* tag ... */
    div ul.menu-list li {
        flex:1;
        text-align:center;
        height: 50px;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 50px;
        display: inline-block;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        margin-top:50px;
        cursor:pointer;
    }

    div ul.menu-list li.active {
        flex:1;
        text-align:center;
        height: 50px;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 400;
        color: white;
        background-color: #4A2382;
        line-height: 50px;
        display: inline-block;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        margin-top:50px;
        cursor:pointer;
    }

    #product-content-abtest-block-trail {
        min-width:134px;
        padding: 0 16px;
        height:40px;
        background:rgba(75,34,130,1);
        border-radius:6px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color:rgba(255,255,255,1);
        margin:30px 0 60px 0;
        display:block;
    }



    .contain-lenny {
        display: flex; 
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .contain-lenny > div {
        background-color: white; 
        width: 280px;
        height: 330px; 
        border: 1px solid #441A99;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contain-lenny > div.active {
        background-color: #441A99; 
    }

    .contain-lenny > div.active div {
        color: #FFFFFF;
    }

    .contain-lenny > div > div {
        /* padding-left: 23px; */
    }

    .contain-lenny div h1 {
        align-items: center;
    }

    div.desc-mian-lenny {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div.desc-mian-lenny div.title {
        /* width: 360px; */
        height: 56px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 56px;
    }

    div.desc-mian-lenny div.detail {
        margin-top: 10px;
        /* width: 489px; */
        height: 24px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
    }

    div.book-tag {
        /* margin-top: 30px; */
        /* width: 112px; */
        width: 80%;
        height: 22px;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #4A2382;
        line-height: 22px;
    }

    div.book-title-lenny {
        width: 80%;
        height: 72px;
        font-size: 17px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 36px;
        margin-top: 8px;
        overflow: hidden;
    }

    div.contain-lenny .active > div > a {
        color: white;
    }

    div.book-desc-lenny {
        width: 80%;
        height: 84px;
        font-size: 13px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
        /* padding-top: 40px; */
    }

    button.book-button-lenny {
        width: 97px;
        height: 37px;
        font-size: 15px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        background:white;
        color: #4A2382;
        line-height: 22px;
        /* margin-top: 62px; */
        border: 1px solid #4A2382;
        border-radius: 1px;
        /* margin-left: 23px; */
    }


    
    /* B2B */
    div.title-solution-lenny {
        /* padding-top: 88px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.title-solution-lenny div {
        width: 600px;
        height: 56px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 56px;
    }

    div.contain-lenny-solutions {
        display: flex;
        justify-content: center;
    }

    div.contain-lenny-solutions-b2b {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        width: 1200px;
        background-color: #F6F4F9;
    }

    div.contain-lenny-solutions-b2b > div {
        width: 335px;
        height: 336px;
        background: #FFFFFF;
        border-radius: 16px;
        margin: 20px;
    }

    div.contain-lenny-solution-detail {
        /* flex: 1 1 33.33%; */
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        border: 1px solid rgba(74, 35, 130, 0.1);
    }

    /* solution 选中了 */
    div.contain-lenny-solution-detail.active {
        border-bottom: 7px solid #4A2382;
        margin-top: -3px;
    }

    div.contain-lenny-solution-detail.active > div.title {
        color:  #4A2382;
    }

    div.contain-lenny-solution-detail > div.img {
        margin-top: 22px;
        width: 100px;
    }

    div.contain-lenny-solution-detail > div.title {
        display: flex;
        justify-content: center;
        width: 160px;
        height: 28px;
        font-size: 17px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 28px;
    }

    div.contain-lenny-solution-detail > div.desc {
        width: 275px;
        height: 66px;
        font-size: 13px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
        display: flex;
        justify-content: center;
    }

    div.contain-lenny-solution-detail > div.solutions {
        /* width: 200px; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 96px; */
        height: 22px;
        font-size: 15px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A2382;
        line-height: 22px;
        margin-bottom: 20px;
    }

    div.contain-lenny-solution-detail > div.solutions a {
        text-decoration: none;
        color: #4A2382;
    }

    div.left-contents > h1 {
        margin-top: 6px;
    }

    div.left-contents > div {
        width: 550px;
        height: 42px;
        font-size: 30px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #4A2382;
        line-height: 42px;
    }

    /* #post-7034 > div > div > div > div{ */
        /* margin-top: 60px !important; */
        /* margin-top: 0px !important; */
        /* margin-bottom: 0px !important; */
    /* } */
    .post-body > .post-content > div:first-child {
        z-index: 99 !important;
    }

    .post-body > .post-content > div:nth-child(4) {
        margin-top: 60px !important;
    }

    .first-screen-button-contain {
        width: 100%;
        height: 100%;
        position: relative;
        /* background: #0e77ca; */
        display: flex;
        /* justify-content: center; */
    }

    /* product */
    .hideVideo{
	    border: 1px solid #e6e5e5;
	    border-radius: 4px;
	    display: none;
	    height: 510px;
	    left: 0;
	    margin-left: 50%;
	    margin-top: 50vh;
	    overflow: hidden;
	    padding-top: 30px;
	    position: fixed;
	    top: 0;
	    -webkit-transform: translate3d(-50%,-50%,0);
	    transform: translate3d(-50%,-50%,0);
	    width: 850px;
        z-index: 9999;
        background-color: #e6e5e5;
	}

	.hideVideo > span {
		color: #4A2382;
	    font-size: 14px;
	    margin-right: 10px;
	    margin-top: -26px;
	    position: absolute;
	    right: 0;
	    z-index: 9999;
    }
    
    #video-play-btn {
        margin-left: 15px;
        background: white;
        color: #4A2382;
        border: 1px solid #4A2382;
    }

    #video-play-btn:hover {
        margin-left: 15px;
        background: #4A2382;
        color: white;
        border: 1px solid;
    }

    /* 行业案例 */ 
    .background {
        background: white;
        min-height: 100%;
        width: 100%;
    }

    .background-top {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    .background-top > div {
        display: flex;
        margin-top: 40px;
        width: 86%;
        height: auto;
    }

    .model-one-text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* 首屏左右结构 */
    .model-one-text > div {
        width: 80%;
    }
    /* 首屏左边文案描述 */
    .model-ont-pre-slug {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
        color: #4a2382;
        margin-top: 78px;
    }

    .model-one-main-title {
        width: 80%;
        font-size: 55px !important;
        font-weight: 600;
        line-height: 78px;
        color: #000000;
        margin-top: 14px;
        letter-spacing: 2px;
    }

    .model-one-small-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #666666;
        margin-top: 42px;
    }

    .model-one-btn {
        cursor: pointer;
        width: 200px !important;
        height: 58px;
        background: #4A2382;
        border-radius: 6px;
        opacity: 1;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .model-one-btn > a {
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 23px;
    }

    .model-one-img {
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .model-top-alram-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        width: 100%;
        height: auto;
    }

    .background > .model-top-alram-title > h2 {
        font-weight: 600;
        color: #000000;
        line-height: 47px;
        font-size: 40px;
    }

    .work-cate-contain {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .work-cate-contain > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 53px;
        opacity: 1;
        margin-top: 60px;
    }

    .work-cate-contain > ul li:hover {
        border: 1px solid #4A2382;
        color: #603E91;
    }


    .work-cate-contain > ul > li{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 50px;
        margin-right: 28px;
        opacity: 1;
        border-radius: 53px;
        background-color: #FAFAFA;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 26px;
        font-family: PingFang SC-Regular, PingFang SC !important;
    }

    .table-contain
    {
        width: 100%;
        height: 1113px;
        margin-top: 26px;
        background: #380B70;
    }


    .table-contain
    {
        width: 100%;
        height: auto;
        margin-top: 26px;
        background: #380B70;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .table-contain .box
    {
        width: 87%;
        margin-top: 26px;
        background: #380B70;
        display: none;
    }

    .table-contain .box .box-top-title
    {
        margin-top: 80px;
        width: 80%;
        height: 33px;
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 28px;
        height: 48px;
    }


    .table-contain .box .box-top-desc
    {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        height: auto;
        font-weight: 400;
        margin-top: 30px;
    }

    /* 分割线 */
    .box-split-line {
        margin-top: 30px;
        width: 100%;
        height: 0px;
        opacity: 0.4;
        border: 1px solid #8165df;
    }

    .box-main-content {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-between;
        margin-top: 50px;
        height: 380px;
    }

    /* 行业标杆案例 内容模块 第一个子容器 */
    .box-main-content-one {
        width: 21%;
        /* height: 22.4rem; */
        background: #8165df;
        border-radius: 17px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
    /* 行业标杆案例 内容模块 第一个子容器 */

    .box-main-content-one > p {
        width: 51px;
        height: 50px;
        font-size: 50px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(0,0,0,0);
        line-height: 50px;
        -webkit-text-stroke: 1px #FFFFFF;
        margin-left: 30px;
        margin-top: -26px;
    }

    .box-main-content-one-title {
        width: 48px;
        height: 34px;
        font-size: 24px;
        font-weight: 600;
        color: #180e49;
        line-height: 28px;
        margin-left: 30px;
        margin-top: 45px;
    }

    .box-main-content-one-desc {
        width: 80%;
        margin-left: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 24px;
        margin-top: 26px;
    }

    .box-main-content-two {
        width: 18%;
        /* height: 22.4rem; */
        background: #FFFFFF;
        border-radius: 17px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .box-main-content-two-title {
        width: 75%;
        height: 34px;
        font-size: 24px;
        font-weight: 600;
        color: #180e49;
        line-height: 28px;
        color: #4A2382;
        /* margin-left: 30px; */
        margin-top: 73px;
    }

    .box-main-content-two-desc {
        width: 75%;
        /* margin-left: 30px; */
        font-size: 16px;
        font-weight: 400;
        color: #4A2382;
        line-height: 19px;
        margin-top: 26px;
        word-break: break-all;
    }
    .box-main-content-three {
        width: 51%;
        /* height: 22.4rem; */
        background: #8165df;
        border-radius: 17px;
        opacity: 1;
    }

    .box-main-content-three-title {
        width: 80%;
        height: 34px;
        font-size: 24px;
        font-weight: 600;
        color: #180e49;
        line-height: 28px;
        color: #4A2382;
        margin-left: 30px;
        margin-top: 66px;
    }

    .box-main-content-three-desc {
        width: 91%;
        margin-left: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 24px;
        margin-top: 16px;
    }   

    .box-main-content-three-desc > p {
        margin: 0px !important;
        padding: 0px !important;
    }

    .box-bottom-choose-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .box-bottom-choose-btn > li {
        margin: 3px 20px 3px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background: #8165DF;
        opacity: 0.3;
        cursor: pointer;
    }

    .table-contain > .box > .content-wrapper:not(:first-child) {
        display: none;
    }

    /* 底部选项按钮点选后的样式 */
    .box-bottom-choose-btn > li.active-color {
        opacity: 1;
        color: #FFFFFF;
        font-size: 16px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
    }

    /* 代表客户案例 */
    .client-cases-demo {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 100px;
        align-items: center;
    }

    .background > .client-cases-demo > h2 {
        font-size: 40px;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
        display: flex;
        justify-content: center;
    }

    .client-cases-demo-contain {
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
        align-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .client-cases-demo-contain > div {
        width: 30%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .client-cases-demo-contain > div > div{
        width: 80%;
        /* margin-top: 20px; */
    }


    .client-cases-demo-contain-title {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        line-height: 28px;
        -webkit-background-clip: text;
        margin: 20px 0px;
    }

    .client-cases-demo-contain-title > h3 {
        margin: 0px !important;
    }

    .client-cases-demo-contain-title > div {
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        /* display: block; */
        margin-top: 10px;
        height: 84px;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 1px;
    }

    .client-cases-demo-contain-line {
        /* width: 384px; */
        height: 0px;
        opacity: 1;
        border: 1px solid #CCCCCC;
        
    }

    .client-cases-demo-contain-tag {
        display: flex;
        justify-content: space-between;
        margin: 20px 0px;
    }

    .client-cases-demo-contain-tag .left-tag {
        height: 32px;
        border-radius: 4px 4px 4px 4px;
        background-color: #4A2382;
        background-color: rgba(74, 35, 130, 0.05);
        display: flex;
        justify-content: center;
        /* opacity: 0.05;
        -moz-opacity:0.5;
        filter:alpha(opacity=50); */
    }

    .client-cases-demo-contain-tag .left-tag p {
        /* height: 20px; */
        font-size: 14px;
        font-weight: 400;
        color: #603E91;
        line-height: 16px;
        -webkit-background-clip: text;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 15px;
    }

    .client-cases-demo-contain-tag .right-tag {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .client-cases-demo-contain-tag .right-tag a {
        font-size: 16px;
        font-weight: 400;
        color: #603E91;
        line-height: 19px;
        -webkit-background-clip: text;
        margin: 0 15px;
    }

    /* 最底部的文案和图片说明 */
    .bottom-logo-intro-container {
        position: relative;
    }

    .bottom-logo-intro {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73%;
        flex-direction: row;
        opacity: 1;
        /* margin-top: 80px; */
        /* margin-bottom: 60px; */
        margin: 80px 0px 60px 88px;
    }

    /* 造有径，创无境 描述部分 */
    .bottom-logo-intro-desc {
        width: 100%;
        background: #FAFAFA;
        border-radius: 80px 0px 80px 0px;
        opacity: 1;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .bottom-logo-intro-desc > div {
        margin-left: 100px;
    }

    .bottom-logo-intro-desc > div.title > h3 {
        font-size: 40px;
        color: #000000;
        line-height: 47px;
    }

    .bottom-logo-intro-img {
        position: absolute;
        right: -20%;
        top: -35%;
        /* transform: translate(85%, -85%); */
    }
    .bottom-logo-intro-img > img {
        max-width: 60% !important;
    }
    /* 行业案例 */
    /* boots css */
    
    /* boots css */

    /* 关于我们 */
    .jd-m-row-line-common {
        /* height: 20px;
        width:0 !important; 
        border:2px solid red !important; */
        display: none !important;
    }


    .about-us-container {
        width: 100%;
        height: auto;
    }

    .about-us-container > .top-image-screen {
        width:100%;; 
        background-color: #380B70; 
        height: 48vw; 
        background-image: url('../../archive/images/Group107big.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about-us-container > .jd-lg-m {
        display: none !important;
    }

    /* 首屏 h2 标签 */
    .top-image-screen h2 {
        font-weight: 600;
        font-size: 30px !important;
        color: #FFFFFF;
        line-height: 35px;
        font-family: PingFang SC-Semibold, PingFang SC;
        margin-top: 11%;
    }

    .top-image-screen h1 {
        margin: 10px;
        padding: 0px;
        letter-spacing: 1px;
    }

    .top-image-screen h1 {
        font-size: 55px !important;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 64px;
    }

    .top-image-screen > div.jd-btn {
        margin-top: 5%;
        width: 156px;
        height: 58px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-image-screen > div.jd-btn > a {
        width: 80px;
        height: 28px;
        font-size: 20px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #4A2382;
        line-height: 23px;
        -webkit-background-clip: text;
    }

    .second-desc-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .second-desc-container > .line {
        width: 0px;
        height: 100px;
        border: 2px solid #EAEAEB;
        opacity: 0.5;
        margin-top: 0px !important;
    }

    .second-desc-container > .title-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .second-desc-container > .title-desc > h1 {
        margin: 10px;
        font-size: 40px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
        -webkit-background-clip: text;
    }

    .third-screen {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .third-screen-sub {
        width: 95%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .third-screen-sub > .left-desc {
        width: 45%;
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	/* .left-desc > .left-desc-sub {
		border: 2px solid #EAEAEB;
		background: #FFFFFF;
		border-radius: 24px 24px 24px 24px;
		padding: 20px;
	} */

    .third-screen-sub > .middle-line {
        width: 10%;
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .third-screen-sub > .right-img {
        width: 45%;
        height: 100%;
        display: flex;
        /* justify-content: flex-start; */
        justify-content: center;
        align-items: center;
    }

    .third-screen-sub > .right-img > img {
        margin: 55px 45px 45px 0px;
    }

    /* 中间的竖线部分 */
    .third-screen-sub > .middle-line .line {
        height: 100%;
        border: 2px solid #EAEAEB;
        /* opacity: 0.5; */
        margin-top: 0px !important;
        position: relative;
    }

    .third-screen-sub > .middle-line .line > div {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        /* background: #4A2382; */
        background: rgba(118, 66, 224, 1);
        opacity: 1;
    }

    /* 第三屏幕的 左边的描述部分的盒子 */
    .left-desc > .left-desc-sub {
        width: 530px;
        height: 260px;
        border: 2px solid #EAEAEB;
		background: #FFFFFF;
		border-radius: 24px 24px 24px 24px;
		padding: 30px;
        position: relative;
    }

    .left-desc > .left-desc-sub > div {
        /* margin: 40px 2px; */
        font-size: 16px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
    }
    .left-desc > .left-desc-sub > div:nth-child(2) {
        margin-top: 40px;
    }
    .left-desc > .left-desc-sub > div.inner {
        background-color: #FFF;
        width: 25px;
        height: 25px;
        border: 2px solid #EAEAEB;
        position: absolute;
        /* left: 514px; */
        /* top: 117px; */
        transform: rotate(-45deg);
        border-left: 0px;
        border-top: 0px;
        left: 98%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .boss-company-desc {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .boss-company-desc > .boss-company-desc-sub {
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    .boss-company-desc > .boss-company-desc-sub-m {
        display: none !important;
    }

    .boss-company-desc > .boss-company-desc-sub > .left-desc {
        width: 40%;
        display: flex;
        height: 800px;
        /* justify-content: center; */
        /* align-items: center; */
    }

    .boss-company-desc > .boss-company-desc-sub > .middle-line {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 中间的竖线部分 */
    .boss-company-desc-sub > .middle-line .line {
        height: 100%;
        border: 2px solid #EAEAEB;
        /* opacity: 0.5; */
        margin-top: 0px !important;
        position: relative;
    }

    .boss-company-desc-sub > .middle-line .line > div {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        /* background: #4A2382; */
        background: rgba(118, 66, 224, 1);
        opacity: 1;
    }

    .boss-company-desc > .boss-company-desc-sub > .right-img {
        width: 40%;
        /* height: 100%; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* align-items: stretch; */
    }

    .boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro {
        position: relative;
		width: 100%;
    }
	.boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro > img {
		width: 83%;
	}

    .boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro > .company-desc {
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 30%;
        background: #FFFFFF;
        box-shadow: 0px 12px 12px 0px rgba(227,227,227,0.2500);
        opacity: 1;
        border: 1px solid #EAEAEB;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border-radius: 24px 24px 24px 24px;
        padding: 43px;
    }

    .boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro > .company-desc > .inner {
        background-color: #FFF;
        width: 25px;
        height: 25px;
        border: 1px solid #EAEAEB;
        position: absolute;
        left: -13px;
        top: 45px;
        transform: rotate(-45deg);
        border-right: 0px;
        border-bottom: 0px;
    }


    /* .boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro > .company-desc::before {
        content: '';  
        width: 0;  
        height: 0;  
        border: 20px solid transparent;  
        border-right-color: #D9D9D9;  
        position: absolute;  
        right: 100%;  
        top: 50%;  
        margin-top: -20px; 
    }
    .boss-company-desc > .boss-company-desc-sub > .right-img > .company-intro > .company-desc::after {
        content: "";  
        width: 0;  
        height: 0;  
        border: 18px solid transparent;  
        border-right-color: #FFFFFF;  
        position: absolute;  
        right: 100%;  
        top: 50%;  
        margin-top: -18px;  
    } */

    .boss-company-desc-sub > .right-img > .company-intro > .company-desc > p {
        margin: 10px;
    }

    .left-desc-grid {
        position: relative;
        /* display: flex; */
        width: 100%;
        /* height: 600px; */
    }

    .left-desc-grid > div {
        position: absolute;
    }

    .left-desc-grid > div:nth-child(1) {
        top: 4%;
        left: 0%;
        width: 50%;
    }

    .left-desc-grid > div:nth-child(1) > img {
        min-width: 100%;
		width: 100%;
		border-radius: 8px 8px 8px 8px;
    }
    .left-desc-grid > div:nth-child(1) > p {
        position: absolute;
        top: 70%;
        left: 15%;
        color: #ffffff;
        font-size: 25px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 25px;
    }

    .left-desc-grid > div:nth-child(2) {
        top: 10%;
        left: 57%;
        width: 15%;
    }
    .left-desc-grid > div:nth-child(2) > div {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: #94B2FF;
        box-shadow: 0px 12px 12px 0px rgba(227,227,227,0.2500);
        border-radius: 12px 12px 12px 12px;
        opacity: 1;
    }

    .left-desc-grid > div:nth-child(3) {
        top: 30%;
        left: 60%;
        width: 50%;
    }
    .left-desc-grid > div:nth-child(3) > img {
        min-width: 100%;
		width: 100%;
    }
    .left-desc-grid > div:nth-child(3) > p {
        position: absolute;
        top: 63%;
        left: 15%;
        color: #ffffff;
        font-size: 25px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 25px;
    }

    .left-desc-grid > div:nth-child(4) {
        left: 6%;
        top: 50%;
        width: 50%;
    }
    .left-desc-grid > div:nth-child(4) > img {
        min-width: 100%;
		width: 100%;
    }
    .left-desc-grid > div:nth-child(4) > p {
        position: absolute;
        top: 63%;
        left: 15%;
        color: #ffffff;
        font-size: 25px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 25px;
    }

    .left-desc-grid > div:nth-child(5) {
        /* top: 80%; */
        bottom: 18%;
        left: 61%;
        width: 23%;
    }

    .left-desc-grid > div:nth-child(5) > div {
        width: 100%;
        height: 0;
        padding-bottom: 30%;
        background: #FF9494;
        box-shadow: 0px 12px 12px 0px rgba(227,227,227,0.2500);
        border-radius: 12px 12px 12px 12px;
        opacity: 1;
    }

    /* 定义滚动条样式 */
    .left-desc-grid > div > div::-webkit-scrollbar {
        width: 3px;
        height: 5px;
        background-color: rgba(164, 162, 166, 0.1);
    }
        
    /*定义滚动条轨道 内阴影+圆角*/
    .left-desc-grid > div > div::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
        border-radius: 9px;
        background-color: rgba(164, 162, 166, 0.1);
    }
    
    /*定义滑块 内阴影+圆角*/
    .left-desc-grid > div > div::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
        background-color: rgba(129, 95, 199, 1);
    }
    /* 定义滚动条样式 */

    /* 公司地址信息 */
    .company-address-intro {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    /* 公司地址信息 */
    .company-address-intro > .company-address-intro-sub {
        width: 92%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .company-address-intro > .company-address-intro-sub > .middle-line {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 中间的竖线部分 */
    .company-address-intro-sub > .middle-line .line {
        height: 100%;
        border: 2px solid #EAEAEB;
        /* opacity: 0.5; */
        margin-top: 0px !important;
        position: relative;
    }

    .company-address-intro-sub > .middle-line .line > div {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        /* background: #4A2382; */
        background: rgba(118, 66, 224, 1);
        opacity: 1;
    }

    /* 公司地址信息 */
    .company-address-intro-sub > .left-company-desc {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .company-address-intro-sub > .left-company-desc > .left-company-desc-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    /* 承载公司地址的外层 div */
    .company-address-intro-sub > .left-company-desc > .left-company-desc-container > div.item {
        /* width: 50%; */
        /*设置最小宽度，才会让元素排不下，导致换行排列*/
        min-width: calc((100% - 10px) / 2);
        flex: 1;
        margin-top: 20px;
        margin-bottom: 20px;
		cursor: pointer;
        /* border: 1px solid red; */
    }

    .left-company-desc > .left-company-desc-container > div.item > .item-sub {
        width: 90%;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #EAEAEB;
        display: flex;
        justify-content: center;
        height: 154px;
    }

    .left-company-desc > .left-company-desc-container > div.item > .item-sub > div > span {
        font-size: 16px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .left-company-desc > .left-company-desc-container > div.item > .item-sub > div > p {
        color: black;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 16px;
        margin: 0px;
    }

    /* 隐藏手机端的地址代码 */
    .left-company-desc > .left-company-desc-container > div.item > .item-sub > div > p.address-m {
        display: none !important;
    }
	
    .left-company-desc > .left-company-desc-container > div.item > .item-sub.active {
        background: #4A2382;
    }
    .left-company-desc > .left-company-desc-container > div.item > .item-sub.active > div > span {
        color: #ffffff;
    }
    .left-company-desc > .left-company-desc-container > div.item > .item-sub.active > div > p {
        color: #ffffff;
        margin: 0px;
    }
    /* .left-company-desc > .left-company-desc-container > div.item > .item-sub:hover > div > p {
        color: #ffffff;
    } */

    .left-company-desc > .left-company-desc-container > div.item > .item-sub > div {
        margin-top: 20px;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /* 公司介绍图片 */
    .company-address-intro-sub > .right-img {
        width: 45%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
		/* position: relative; */
    }
		
	
    .company-address-intro-sub > .right-img > div.company-address-img {
        /* max-width: 80%; */
		position: relative;
		border-radius: 20px 20px 20px 20px;
		width: 550px;
		height: 380px;
		background-image: linear-gradient(180deg, rgba(0,0,0,0) 75%, #000000 100%), url('../../archive/images/shanghai.jpg')
    }
	.company-address-intro-sub > .right-img > div.company-address-img > .company-address-text {
		position: absolute;
		left: 30px;
		bottom: 25px;
	}
	
	/* company-address-text */
	.company-address-text > div:first-child {
		font-size: 16px;
		font-family: PingFang SC-Semibold, PingFang SC;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 24px;
	}
	
	.company-address-text > div:last-child {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 16px;
		margin-top: 5px;
	}

    .company-news-container {
        position: relative;
    }

    .company-news-container-sub {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .company-news-container-sub > .back-img {
        /* margin-top: 100px; */
        width: 80%;
    }

    .company-news-container-sub > .back-img > img {
        width: 100%;
    }

    .company-news-container-sub .hangye-news {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 90%;
        position: absolute;
        /* display: grid; */
        /* grid-template-columns: repeat(4, 1fr); */
    }

    .company-news-container-sub .hangye-news > div {
        width: 18%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #EAEAEB;
        background: #FFFFFF;
        cursor: pointer;
    }

    .company-news-container-sub .hangye-news > div > div {
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-bottom: 30px;
    }

    .company-news-container-sub .hangye-news > div > .font-con {
        font-size: 16px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
    }

    .company-news-container-sub .hangye-news > div > div > img {
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 100%;
    }

    .company-news-container .middle-line {
        position: absolute;
        border: 2px solid #EAEAEB;
        width: 0;
        height: 120%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* .company-news-container-sub > .hangye-news > .middle-line {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    /* 中间的竖线部分 */
    /* .company-news-container-sub > .hangye-news > .middle-line .line {
        height: 100%;
        border: 2px solid #EAEAEB;
        margin-top: 0px !important;
        position: relative;
    } */

    .company-news-container .middle-line .line > div {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(118, 66, 224, 1);
        opacity: 1;
    }

    .partner-intor-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        margin-top: 100px;
    }

    .partner-intor-container-sub {
        width: 100%;
    }

    .partner-intor-container-sub > div > h2 {
        margin: 0px;
        font-size: 40px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .partner-intor-container-sub > .partner-desc {
        margin: 30px 0px;
    }

    .partner-intor-container-sub > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partner-intor-container-sub > .img-body > img {
        width: 80%;
    }

    /* 加入我们 */
    .join-us-desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
    }

    .join-us-desc-sub, .join-us-desc-sub > div.line {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .join-us-desc-sub > div > h2 {
        font-size: 40px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
    }

    .join-us-desc-sub > div.line > div {
        width: 0px;
        height: 100px;
        border: 2px solid #EAEAEB;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* 职位描述部分 */
    .jd-position-desc {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .jd-position-desc-sub {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    
    /* 中间的竖线部分 */
    .jd-position-desc-sub > .middle-line .line {
        height: 100%;
        border: 2px solid #EAEAEB;
        margin-top: 0px !important;
        position: relative;
    }

    .jd-position-desc-sub > .middle-line .line > div {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        /* background: #4A2382; */
        background: rgba(118, 66, 224, 1);
        opacity: 1;
    }

    .jd-position-desc-sub > .position-img {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .jd-position-desc-sub > .position-img > img {
        width: 70%;
    }
    .jd-position-desc-sub > .position-detail-show > div > div > div > img {
        width: 80px;
        height: 80px;
    }

    .position-img > .company-desc::before {
        /* content: '';
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left-color: #D9D9D9;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -20px */
    }
    .position-img > .company-desc::after {
        /* content: "";
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-left-color: #FFFFFF;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -18px; */
    }
    
    .position-img > .company-desc > .inner {
        background-color: #FFF;
        width: 25px;
        height: 25px;
        border: 1px solid #EAEAEB;
        position: absolute;
        left: 376px;
        top: 58px;
        transform: rotate(-45deg);
        border-left: 0px;
        border-top: 0px;
    }

    .position-img > .company-desc {
        position: absolute;
        left: 65%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 389px;
        height: 169px;
        background: #FFFFFF;
        box-shadow: 0px 12px 12px 0px rgba(227, 227, 227, 0.2500);
        opacity: 1;
        border: 1px solid #EAEAEB;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border-radius: 24px 24px 24px 24px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .position-img > .company-desc > div {
        width: 90%;
        margin-top: 10px;
    }

    .jd-position-desc-sub > .middle-line {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .jd-position-desc-sub > .position-detail-show {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .position-detail-show > .top-container,  .position-detail-show > .middle-container, .position-detail-show > .bottom-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        margin-top: 20px;
		cursor: pointer;
        /* border-radius: 12px 12px 12px 12px; */
        /* border: 1px solid #EAEAEB; */
    }
	
	/* div 鼠标悬停变色 */
	/* .top-container > div:hover {
		background: #4A2382;
	} */
	.top-container :hover, .middle-container :hover, .bottom-container :hover {
		background: #4A2382 !important;
	} 
	.top-container :hover span, .middle-container :hover span, .bottom-container :hover span {
		color: #FFFFFF;
	} 
	
    .position-detail-show > .top-container > div:last-child {
        margin-left: 10%;
    }
    .position-detail-show > .middle-container > div:last-child {
        margin-left: 10%;
    }
    .position-detail-show > .bottom-container > div:last-child {
        margin-left: 10%;
    }

    .position-detail-show > div > div {
        background: #FFFFFF !important;
        box-shadow: 0px 12px 12px 0px rgba(227,227,227,0.25);
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #EAEAEB;

        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }

    .position-detail-show > div > div > div > span {
        font-size: 20px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 23px;
    }

    .company-value {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        .company-value-sub {
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            .company-value-title {
                font-size: 40px;
                font-family: PingFang SC-Semibold, PingFang SC;
                font-weight: 600;
                color: #000000;
                line-height: 47px;
                margin-top: 55px;
            }
            img {
                margin-top: 100px;
                width: 100%;
                height:100%;
            }
        }
    }

    .core-values-container {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .core-values-container-sub {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    /* 企业核心价值观 */
    .core-values-container-sub > .company-core-values-title {
        font-size: 40px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
        margin-top: 55px;
    }

    .core-values-container-sub > .company-core-values-detail {
        display: flex;
        margin-top: 100px;
        width: 100%;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #666666;
        line-height: 16px;
        /* font-family: PingFang SC-Medium, PingFang SC; */
    }

    .company-core-values-detail > div {
        width: 100%;
    }

    .company-core-values-detail > div {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .company-core-values-detail > .item > div {
        /* width:60%; */
        margin-bottom: 20px;
    }
    .company-core-values-detail > .item > div:last-child {
        width: 250px;
        margin-bottom: 20px;
        /* height: 50px; */
        height: 0px;
    }

    .company-core-values-detail > .item > div > img {
        width: 240px;
        height: 185px;
    }

    .contact-type-container {
        width: 100%;
        margin-top: 30px;
    }

    .contact-type-container-sub {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contact-type-container-sub > div.line {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-type-container-sub > div.line > div{
        width: 0px;
        height: 70px;
        border: 2px solid #EAEAEB;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-type-container-sub > .contact-type-container-img {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-type-container-sub > .contact-type-container-img > img {
        width: 100%;
    }

    .contact-type-container-img > .jd-contact-pc {
        background-image: url('../../archive/images/new-contact-type-pc.png');
        width: 1035px;
        height: 304px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .contact-type-container-img > .jd-contact-pc > div.phone > a:first-child {
        position: absolute;
        bottom: 78px;
        left: 212px;
    }

    .contact-type-container-img > .jd-contact-pc > div.phone > a:last-child {
        position: absolute;
        bottom: 80px;
        left: 253px;
        height: 20px;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 16px;
    }

    .contact-type-container-img > .jd-contact-pc > div.jd-email > a:first-child {
        position: absolute;
        bottom: 78px;
        left: 367px;
    }   
    .contact-type-container-img > .jd-contact-pc > div.jd-email > a:last-child {
        position: absolute;
        bottom: 80px;
        left: 407px;
        height: 20px;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 16px;
    }


    .jd-company-news {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .jd-company-news-sub {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .jd-company-news-sub > .title > h2 {
        margin: 150px 0px;
        font-size: 40px;
        font-family: PingFang SC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 47px;
    }
    /* 关于我们 */

    /*  */
    .jd-sidebar {
        width: 70px;
        height: 318px;
        background: #703CC7;
        border-radius: 8px 8px 8px 8px;
        opacity: 1;
        display: flex;
        justify-content: space-around;
        align-items:
        center;
        align-content: center;
        text-align: center;
        flex-direction: column;
        cursor: pointer;
        position: fixed;
        right: 1px;
        top: 260px;
        z-index: 99;
    }
    /* .jd-sidebar > .item:nth-child(1) { */
    /*  五个图标模块 */
    .jd-sidebar > .item {
        width: 64px;
        height: 67px;
        background: #703CC7;
        border-radius: 6px 6px 6px 6px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .jd-sidebar > .item:hover {
        background: #FFFFFF;
    }

    .jd-sidebar > .item:last-child:hover {
        background: #FFFFFF;
    }

    .jd-sidebar > .item:last-child {
        width: 64px;
        height: 44px;
        background: #703CC7;
        border-radius: 6px 6px 6px 6px;
        opacity: 1;
    }
    /*  五个图标模块 end*/

    /* 描述字段 */
    .jd-sidebar > .item > p {
        margin: 0px;
        padding: 0px;
        width: 78px;
        height: 25px;
        font-size: 12px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        margin-top: 6px;
    }
    .jd-sidebar > .item:hover > p {
        color: #703CC7;
    }
    /* 描述字段 end */


    /* icon 图片 */
    .jd-sidebar > .item > .apply {
        background-image: url('../../archive/images/top1-default.svg');
        width: 32px;
        height: 32px;
    }
    .jd-sidebar > .item:hover > .apply {
        background-image: url('../../archive/images/top1.svg');
    }
    /* -------------------------- */
    .jd-sidebar > .item > .join-us {
        background-image: url('../../archive/images/top2-default.svg');
        width: 32px;
        height: 32px;
    }

    .jd-sidebar > .item:hover > .join-us {
        background-image: url('../../archive/images/top2.svg');
    }
    /* -------------------------- */
    .jd-sidebar > .item > .follow-us {
        background-image: url('../../archive/images/top3-default.svg');
        width: 31px;
        height: 32px;
    }
    .jd-sidebar > .item:hover > .follow-us {
        background-image: url('../../archive/images/top3.svg');
    }
    /* -------------------------- */
    .jd-sidebar > .item > .email-ask {
        background-image: url('../../archive/images/top4-default.svg');
        width: 32px;
        height: 32px;
    }
    .jd-sidebar > .item:hover > .email-ask {
        background-image: url('../../archive/images/top4.svg');
    }
    /* -------------------------- */
    .jd-sidebar > .item > .backtop {
        background-image: url('../../archive/images/top5-default.svg');
        width: 32px;
        height: 32px;
    }
    .jd-sidebar > .item:hover > .backtop {
        background-image: url('../../archive/images/top5.svg');
    }

    /* 加入社群的内容模块 */
    .jd-sidebar .group-qrcode-container {
        position: absolute;
        left: -172px;
        top: 25px;
        display: none;
    }
    /* 聊天尖角 */
    .jd-sidebar .group-qrcode-container .hover-arrow {
        position: absolute;
        right: -16px;
        top: 72px;
        width: 7px;
        height: 7px;
        background: transparent;
        transform: rotate(45deg);
        transition: background .6s cubic-bezier(.19,1,.22,1);
        border-left: 1px solid #703CC7;
        border-bottom: 1px solid #703CC7;
        background: #703CC7;
        z-index: -1;
    }

    .jd-sidebar .item:hover .group-qrcode-container {
        display: block;
    }
    /* 加入社群的内容模块 end */

    /* 关注我们 */
    .jd-sidebar .follow-us-container {
        position: absolute;
        left: -172px;
        top: 86px;
        display: none;
    }
    /* 聊天尖角 */
    .jd-sidebar .follow-us-container .hover-arrow {
        position: absolute;
        right: -16px;
        top: 80px;
        width: 7px;
        height: 7px;
        background: transparent;
        transform: rotate(45deg);
        transition: background .6s cubic-bezier(.19,1,.22,1);
        border-left: 1px solid #703CC7;
        border-bottom: 1px solid #703CC7;
        background: #703CC7;
        z-index: -1;
    }

    .jd-sidebar .item:hover .follow-us-container {
        display: block;
    }
    /* 关注我们 end */

    /* 邮件咨询 */
    .jd-sidebar .email-ask-container {
        position: absolute;
        left: -188px;
        top: 204px;
        display: none;
        /* display: block; */
    }
    .jd-sidebar .email-ask-container .hover-arrow {
        position: absolute;
        right: -22px;
        top: 30px;
        width: 7px;
        height: 7px;
        background: transparent;
        transform: rotate(45deg);
        transition: background .6s cubic-bezier(.19,1,.22,1);
        border-left: 1px solid #703CC7;
        border-bottom: 1px solid #703CC7;
        background: #703CC7;
        z-index: -1;
    }
    .jd-sidebar .item:hover .email-ask-container {
        display: block;
    }
    .jd-sidebar .email-ask-container .hover-content.email {
        width: 170px;
        height: 67px;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.1);
        border-radius: 12px 12px 12px 12px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .jd-sidebar .email-ask-container .hover-content.email > div > a {
        width: 132px;
        height: 20px;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #703CC7;
        line-height: 16px;
        list-style: none;
    }
    /* 邮件咨询 end */
    /*  */

}

@media screen and (min-width:1200px) and (max-width:1500px) { 
    .bottom-logo-intro-img {
        position: absolute;
        right: -37%;
        top: -23%;
        /* transform: translate(85%, -85%); */
    }
    .bottom-logo-intro-img > img {
        max-width: 50% !important;
    }
}

@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
  (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
  (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 14px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
  (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
  (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 13px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
  (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
  (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 12px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
  (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
  (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 10px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
  (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
  (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 9px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
  (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
  (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: 8px;
  }



}



/* 关于我们 */
@media screen and (min-width:1200px) and (max-width:1600px){
    .left-desc-grid {
        position: relative;
        /* display: flex; */
        width: 100%;
        height: 600px !important;
    }
    .boss-company-desc > .boss-company-desc-sub {
        width: 95% !important;
    }
    
    .left-desc-grid > div:nth-child(1) {
        top: 4% !important;
        left: 0% !important;
        width: 50% !important;
    }
    .left-desc-grid > div:nth-child(2) {
        top: 10% !important;
        left: 57% !important;
        width: 15% !important;
    }
    .left-desc-grid > div:nth-child(3) {
        top: 30% !important;
        left: 63% !important;
        width: 50% !important;
    }
    .left-desc-grid > div:nth-child(4) {
        left: 6% !important;
        top: 54% !important;
        width: 50% !important;
    }
    .left-desc-grid > div:nth-child(5) {
        top: 80% !important;
        left: 65% !important;
    }
	/* 选择后的 boss name */
	.left-desc-grid > div > div > p {
		font-size: 25px;
		font-family: PingFang SC-Semibold, PingFang SC;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 25px;
	}
	/* 选择后的 boss introduce */
	.left-desc-grid > div > div > div {
		font-size: 14px;
		font-family: PingFang SC-Medium, PingFang SC;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 16px;
	}
	
    .boss-company-desc > .boss-company-desc-sub > .left-desc {
        width: 40%;
        display: flex;
        height: auto !important;
        /* justify-content: center; */
        /* align-items: center; */
    }

}