html {
    min-width: 1200px;
}

.swiper_box {
    position: relative;
    height: 440px;
}

.swiper_box5 {
    background: rgb(32, 38, 54);
}

.swiper_box1 {
    background: rgb(30, 36, 53);
}

.swiper_box2 {
    background: rgb(30, 36, 53);
}

.swiper_box3 {
    background: rgb(33, 39, 56);
}

.swiper_box4 {
    background: rgb(33, 39, 56);
}

.swiper_box .sciBg {
    background: url('../images/cloudCommHome/1banner-bg01@2x.png') center no-repeat;
    background-size: cover;
    width: 1600px;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper_box .sciBg2 {
    background: url('../images/cloudCommHome/1banner-bg02@2x.png') center no-repeat;
    background-size: cover;
}

.swiper_box .sciBg3 {
    background: url('../images/cloudCommHome/1banner-bg03@2x.png') center no-repeat;
    background-size: cover;
}

.swiper_box .sciBg4 {
    background: url('../images/cloudCommHome/1banner-bg04@2x.png') center no-repeat;
    background-size: cover;
}

.swiper_box .sciBg5 {
    background: url('../images/cloudCommHome/1banner-bg05@2x.png') center no-repeat;
    background-size: cover;
}

.swiper_box.canvas_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.swiper_box #myCanvas1 {
    position: absolute;
    top: 0;
    left: 46%;
}

.swiper_box #myCanvas2 {
    position: absolute;
    top: 0;
    left: 46%;
}

.swiper_box #myCanvas3 {
    position: absolute;
    top: 0;
    left: 46%;
}

.swiper_box #myCanvas4 {
    position: absolute;
    top: 0;
    left: 46%;
}

.swiper_box #myCanvas5 {
    position: absolute;
    top: 0;
    left: 46%;
}

#swiper-container1 .swiper-pagination {
    z-index: 8;
    bottom: 41px;
    width: 1170px;
    margin: auto;
    right: 0;
    text-align: left;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.49);
    width: 48px;
    height: 3px;
    border-radius: 0;
    margin: 0 0.0667rem;
    opacity: 0.49
}

.swiper-pagination-bullet-active {
    /* background: #F80011; */
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 1
}

.swiper-pagination-bullet-active::before {
    content: "";
    height: 3px;
    display: block;
    animation: myfirst 6s linear;
    -moz-animation: myfirst 6s linear;
    -webkit-animation: myfirst 6s linear;
    -o-animation: myfirst 6s linear;
    background: #F80011;
}

@keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 48px;
    }
}

@-moz-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 48px;
    }
}

@-webkit-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 48px;
    }
}

@-o-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 48px;
    }
}

#swiper-container1 .swiper_box .swiper_item {
    position: absolute;
    width: 1170px;
    left: 0;
    right: 0;
    top: 89px;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_title {
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 54px;
    letter-spacing: 4px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_title1 {
    width: 312px;
    height: 40px;
    background: linear-gradient(270deg, rgba(51, 88, 197, 0) 0%, #3358C5 100%);
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 16px;
    padding-left: 23px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_txt {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 30px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_txt1 {
    line-height: 32px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_btn {
    width: 140px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 40px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 22px;
    cursor: pointer;
    transition-duration: 300ms;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_btn:hover {
    background: #F0F0F0;
    transform: translateY(-2px)
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_num {
    font-size: 44px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    margin-top: 8px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_num span {
    font-size: 32px;
    margin-left: 2px;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_btn1 {
    width: 140px;
    height: 46px;
    background: transparent;
    border-radius: 3px;
    margin-top: 40px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    transition-duration: 300ms;
}

#swiper-container1 .swiper_box .swiper_item .swiper_item_btn1:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

#swiper-container1 .swiper_box .swiper_item5 {
    top: 106px;
}

#swiper-container1 .swiper_box .swiper_item4 {
    top: 96px;
}

#swiper-container1 .swiper_box .swiper_item3 {
    top: 84px;
}

#swiper-container1 .swiper_box .swiper_item2 {
    top: 92px;
}


/* banner底部导航 */

.banner_nav {
    height: 100px;
    background: #3A3F4F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_nav .banner_nav_item {
    width: 400px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.banner_nav .banner_nav_item:hover {
    background: #363B4A;
}

.banner_nav_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 22px;
}

.banner_nav_txt {
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
}

.productTab {
    height: 634px;
    background: #fff;
    padding-top: 80px;
}

.productTab_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.productTab_content {
    margin-top: 60px;
    height: 446px;
    margin: 0 auto;
    margin-top: 60px;
}

.productTab_content #box {
    height: 335px;
    background: #FAFAFA;
}

.productTab_content ul {
    height: 110px;
    padding: 0;
    width: 1200px;
    margin: 0 auto;
}

.productTab_content li {
    display: block;
    text-align: center;
    width: 171px;
    float: left;
    list-style: none;
    cursor: pointer;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px solid #fff;
}

.productTab_content .choice {
    background: #fff;
    color: #fff;
    border-bottom: 2px solid #F80011;
}

.productTab_content .tab-item {
    display: none;
    width: 1200px;
    margin: auto;
}

.productTab_content .show {
    display: block;
    width: 1200px;
    margin: auto;
}

.productTab_li {
    position: relative;
}

.productTab_li .mouse {
    position: absolute;
    top: 0;
    bottom: -3px;
    right: 0;
    left: 0;
    z-index: 1;
}

.productTab_content li .productTab_icon img {
    display: block;
    width: 60px;
    height: 60px;
}

.productTab_content li .productTab_icon .choice_unselected {
    display: block;
}

.productTab_content li .productTab_icon .choice_checked {
    display: none;
}

.productTab_content li.choice .productTab_icon .choice_unselected {
    display: none;
}

.productTab_content li.choice .productTab_icon .choice_checked {
    display: block;
}

.productTab_content li .productTab_title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
    margin-top: 7px;
}

.productTab_content li.choice .productTab_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353535;
    line-height: 22px;
}

.productTab_content #box .itemInfo_box {
    width: 320px;
    padding-top: 40px;
}

.productTab_content #box .itemInfo_box:nth-child(3n-1) {
    margin: 0 120px;
}

.productTab_content #box .itemInfo_box .itemInfo_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #353535;
    line-height: 22px;
}

.productTab_content #box .itemInfo_box .itemInfo_title i {
    color: #CCCCCC;
    margin-right: 8px;
    font-size: 18px;
}

.productTab_content #box .itemInfo_box .itemInfo_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
    margin-top: 14px;
}

.productTab_content #box .tab-item .tab-itemList {
    display: flex;
    flex-wrap: wrap;
}

.productBrief {
    background: #fff;
}

.productBrief .productBrief_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
    position: relative;
}

.productBrief .productBrief_box .productBrief_content .top {
    height: 54px;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 520px;
}

.productBrief .productBrief_box .productBrief_content .top .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 39px;
    /* border-bottom: 5px solid #F80011; */
}

.productBrief .productBrief_box .productBrief_content .top .title::after {
    content: '';
    display: block;
    width: 72px;
    height: 5px;
    background: #F80011;
    margin-top: 8px;
}

.productBrief .productBrief_box .productBrief_content .top .details {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 22px;
    cursor: pointer;
}

.productBrief .productBrief_box .productBrief_content .top .details:hover {
    color: #E52111;
}

.productBrief .productBrief_box .productBrief_content .top .details span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
    margin-right: 10px;
}

.productBrief .productBrief_box .productBrief_content .top .details i {
    margin-left: 8px;
    font-size: 18px;
}

.productBrief .productBrief_box .productBrief_content .txt_box {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 28px;
    margin-top: 29px;
    width: 520px;
}

.numInfo {
    background: #FAFAFA;
    margin-top: 31px;
}

.productBrief .numInfo .num_box {
    display: flex;
    align-items: center;
    height: 200px;
    width: 1200px;
    margin: 0 auto;
}

.productBrief .num_box .num_box_item {
    width: 200px;
}

.productBrief .num_box .num_box_item .num_box_itemTitle {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.productBrief .num_box .num_box_item .num_box_itemNum {
    margin-top: 16px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 44px;
    position: relative;
}

.productBrief .num_box .num_box_item .num_box_itemNum i {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: -13px;
}

.productBrief .num_box .num_box_item .num_box_itemNum span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
    margin-left: 20px;
}

.productBrief .illustration {
    position: absolute;
    right: 0;
    top: 80px;
    width: 572px;
    height: 429px;
}

.productBrief .illustration .img {
    width: 572px;
    height: 429px;
    display: block;
}

.productBrief .illustration .img1 {
    width: 168px;
    height: 176px;
    display: block;
    position: absolute;
    top: 85px;
    left: 219px;
}

.productBrief2 .productBrief_box {
    display: flex;
    justify-content: flex-end;
    padding-top: 96px;
}

.productBrief2 .illustration {
    right: 0;
    left: 0;
    top: 100px;
}

.productBrief2 .numInfo .num_box {
    display: flex;
    justify-content: flex-end;
    height: 135px;
}

.productBrief .illustration .imgxiaoxi {
    display: block;
    width: 306px;
    height: 463px;
    margin: 7px 0 0 110px;
}

.productBrief .illustration .img2 {
    width: 253px;
    height: 204px;
    display: block;
    position: absolute;
    top: 163px;
    left: -38px;
}

.productBrief .illustration .img3 {
    width: 253px;
    height: 309px;
    display: block;
    position: absolute;
    top: 163px;
    left: 339px;
    padding-top: 100px;
}

.productBrief3 .productBrief_box {
    padding-top: 157px;
    padding-bottom: 132px;
}

.productBrief .illustration .img5 {
    width: 244px;
    height: 372px;
    display: block;
    position: absolute;
    top: 0px;
    left: -41px;
}

.productBrief .illustration .img6 {
    width: 344px;
    height: 372px;
    display: block;
    position: absolute;
    top: 0px;
    right: -41px;
}

.productBrief .illustration .imglujing_Box {
    display: block;
    width: 205px;
    height: 190px;
    margin: 7px 0 0 110px;
    position: absolute;
    z-index: 1;
    top: 99px;
    left: -6px;
    overflow: hidden;
}

.productBrief .illustration .imglujing_Box .imglujing {
    display: block;
    width: 205px;
    height: 190px;
}

.illustration_txt {
    font-size: 14px;
    color: rgba(120, 120, 120, 0.6);
    position: absolute;
    top: 156px;
    left: 200px;
    line-height: 16px;
}

.productTab_content #box .itemInfo_box:hover .itemInfo_title {
    color: #F80011;
}

.productTab_content #box .itemInfo_box:hover .itemInfo_title i {
    background-image: -webkit-linear-gradient(129deg, #FFBB83 0%, #F80011 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* 行业解决方案 */

.solution {
    height: 881px;
    background: #FAFAFA;
}

.solution_top {
    text-align: center;
    padding-top: 80px;
}

.solution_top .txt1 {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.solution_top .txt2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 28px;
    margin-top: 10px;
}

.solution_content #box {
    height: 335px;
    background: #FAFAFA;
}

.solution_content {
    margin-top: 40px;
}

.solution_content .tab-item {
    display: none;
    margin: auto;
    background: rgba(23, 28, 40, 0.88);
}

.solution_content .show {
    display: block;
    margin: auto;
}

.solution_li {
    position: relative;
}

#box2 .tab-itemBox {
    display: flex;
}

#box2 .tab-itemBox .leftImg {
    height: 676px;
    width: 540px;
    min-width: 540px;
}

#box2 .tab-itemBox .leftImg .img {
    width: 100%;
    height: 100%;
    display: block;
}

#box2 .tab-itemBox .rightBox {
    padding-left: 61px;
    padding-top: 60px;
    overflow: hidden;
}

#box2 .tab-itemBox .rightBox .rightBox_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
}

#box2 .tab-itemBox .rightBox .rightBox_hint {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-top: 20px;
}

.rightBox_item_btn {
    width: 140px;
    height: 46px;
    background: linear-gradient(90deg, #FF6851 0%, #FF0517 100%);
    border-radius: 3px;
    margin-top: 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition-duration: 300ms;
}

.rightBox_item_btn:hover {
    background: linear-gradient(90deg, rgba(255, 119, 99, 1) 0%, rgba(255, 31, 46, 1) 100%);
    transform: translateY(-2px)
}

#box2 .tab-itemBox .rightBox .rightBox_advantage {
    margin-top: 42px;
}

#box2 .tab-itemBox .rightBox .rightBox_title2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

#box2 .tab-itemBox .rightBox .rightBox_advantage .rightBox_advantage_box {
    display: flex;
}

#box2 .tab-itemBox .rightBox .rightBox_advantage .rightBox_advantage_box .rightBox_advantage_item {
    width: 256px;
    /* height: 100px; */
    background: rgba(77, 82, 96, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-right: 16px;
    margin-top: 10px;
    color: #fff;
    padding: 12px 16px;
}

#box2 .tab-itemBox .rightBox .rightBox_advantage .rightBox_advantage_box .rightBox_advantage_item .txt1 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 8px;
}

#box2 .tab-itemBox .rightBox .rightBox_advantage .rightBox_advantage_box .rightBox_advantage_item .txt2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.69);
    line-height: 20px;
}

#box2 .tab-itemBox .rightBox .rightBox_product {
    margin-top: 40px;
}

#box2 .tab-itemBox .rightBox .rightBox_product .rightBox_product_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#box2 .tab-itemBox .rightBox .rightBox_product .rightBox_product_box .rightBox_product_item {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 19px;
    margin-right: 40px;
}

#box2 .tab-itemBox .rightBox .rightBox_product .rightBox_product_box .rightBox_product_item .iconfont {
    font-size: 16px;
    color: #fff;
    margin-right: 3px;
}

.solution .solution_content {
    position: relative;
}

.solution .solution_content ul {
    position: absolute;
    bottom: 0;
    left: 540px;
    right: 0;
}

.solution_content ul {
    height: 64px;
    padding: 0;
    margin: 0 auto;
    background: rgba(33, 39, 56, 1);
    display: flex;
}

.solution_content li {
    display: block;
    text-align: center;
    width: 172px;
    /* float: left; */
    list-style: none;
    cursor: pointer;
    height: 64px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
    transition-duration: 200ms;
}

.solution_content .choice {
    background: rgba(50, 55, 65, 1);
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}


/* logo墙 */

.logoWall {
    height: 728px;
    background: #fff;
    padding-top: 80px;
}

.logoWall .logoWall_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-bottom: 60px;
    text-align: center;
}

.logoWall .logoWall_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logoWall .logoWall_content .logoWall_item {
    width: 190px;
    height: 68px;
    margin-bottom: 30px;
}

.logoWall .logoWall_content .logoWall_item .img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 品牌荣誉 */

.brandHonor {
    height: 434px;
    background: #fff;
    padding-top: 80px;
    background: url("../images/cloudCommHome/44pinpai@2x.png") center no-repeat;
    background-size: cover;
}

.brandHonor .brandHonor_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.brandHonor .brandHonor_top .txt2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 20px;
}

.brandHonor .brandHonor_top .txt2 span {
    margin: 0 10px;
}

.brandHonor .brandHonor_numInfo {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.brandHonor .num_box .num_box_item {
    width: 300px;
    text-align: center;
}

.brandHonor .num_box .num_box_item .num_box_itemNum {
    margin-bottom: 10px;
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 67px;
    position: relative;
}

.brandHonor .num_box .num_box_item .num_box_itemNum i {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
    display: inline-block;
    position: absolute;
    top: -13px;
}

.brandHonor .num_box .num_box_item .num_box_itemNum span {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-left: 20px;
}

.brandHonor .num_box .num_box_item .num_box_itemTitle {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}


/* 联系我们 */

.contactUs {
    height: 467px;
    background: #fff;
    padding-top: 80px;
    background: url("../images/cloudCommHome/beijing_03.png") center no-repeat;
    background-size: cover;
}

.contactUs .contactUs_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.contactUs .contactUs_content {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.contactUs .contactUs_content .contactUs_item_title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.contactUs .contactUs_content .contactUs_item_box {
    display: flex;
}

.contactUs .contactUs_content .contactUs_item_box .item {
    margin-top: 53px;
}

.contactUs .contactUs_content .contactUs_item_box .item .iconfont {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #333333;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
}

.contactUs .contactUs_content .contactUs_item_box .item div {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-right: 40px;
}

.contactUs .contactUs_content .contactUs_content_item .phone {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.contactUs .contactUs_content .contactUs_content_item .contactUs_content_item_hint {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 16px;
}

.contactUs .contactUs_content .contactUs_content_item .contactUs_content_item_btn {
    width: 176px;
    height: 46px;
    background: linear-gradient(90deg, #FF6851 0%, #FF0517 100%);
    border-radius: 23px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
    transition-duration: 300ms;
}

.contactUs .contactUs_content .contactUs_content_item .contactUs_content_item_btn:hover {
    background: linear-gradient(90deg, rgba(255, 119, 99, 1) 0%, rgba(255, 31, 46, 1) 100%);
    transform: translateY(-2px)
}


/* 隐私号 */

.cloudPrivateNumber .swiper_box .sciBg {
    background: url('../images/cloudPrivateNumber/1banner-bg@2x.png') center no-repeat;
    background-size: cover;
}

.cloudPrivateNumber .swiper_box1 {
    background: rgb(51, 57, 74);
}

.cloudPrivateNumber .swiper_box .img {
    position: absolute;
    top: 62px;
    left: 52%;
    width: 563px;
    height: 328px;
    display: block;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item .swiper_item_title {
    font-weight: 500;
    line-height: 56px;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item {
    top: 82px;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item .swiper_item_titleNum {
    width: 215px;
    height: 36px;
    background: #43495C;
    border-radius: 21px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item .swiper_item_titleNum .numTxt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-right: 15px;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item .swiper_item_titleNum .num {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.cloudPrivateNumber #swiper-container1 .swiper_box .swiper_item .swiper_item_txt {
    width: 520px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 26px;
}

.cloudPrivateNumber .productTab_top .txt2 {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
}

.cloudPrivateNumber .productTab_content #box {
    border-top: 1px solid #E6E6E6;
    background: #fff;
}

.cloudPrivateNumber .productTab_content ul {
    display: flex;
    justify-content: center;
    height: unset;
}

.cloudPrivateNumber .productTab_content li {
    width: unset;
    margin: 0 40px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    height: unset;
    padding-bottom: 16px;
    transition-duration: 200ms;
}

.cloudPrivateNumber .productTab_content li:hover {
    color: #F80011;
}

.cloudPrivateNumber .productTab_content .choice {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF3D3D;
    line-height: 22px;
}

* {
    margin: 0;
    padding: 0;
}

.nav-height {
    position: relative;
    height: 50px;
}

.nav-wrapBox {
    width: 100%;
    height: 54px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%)
}

.nav-wrapBox.navFix {
    position: fixed;
    top: 70px;
    left: 0;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
    z-index: 99;
}

.nav-wrapBox ul {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    display: block;
    display: flex;
    justify-content: space-between;
}

.nav-wrapBox.navFix ul {
    border-bottom: 0;
}

.nav-wrapBox li {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 51px;
}

.nav-wrapBox li a {
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

.nav-wrapBox li a:hover {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
}

.nav-wrapBox li a.active {
    border-bottom: 3px solid rgba(248, 0, 17, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.cloudPrivateNumber .productTab,
.cloudPrivateNumber .productTab_content {
    height: unset;
}

.cloudPrivateNumber .productTab_content #box {
    height: 546px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .tab-item_txt {
    margin: 20px 0;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .tab-item_txt1 {
    margin: 33px 0;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box {
    display: flex;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_left {
    width: 416px;
    height: 284px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(22, 42, 95, 0.08);
    border-radius: 4px;
    padding: 30px 60px;
    margin-right: 20px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_left1 {
    padding: 27px 43px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_left2 {
    padding: 27px 100px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_left3 {
    padding: 27px 62px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_left4 {
    padding: 27px 45px;
    margin-top: 40px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_right {
    width: 764px;
    height: 284px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(22, 42, 95, 0.08);
    border-radius: 4px;
    padding: 74px 77px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_right1 {
    padding: 69px 70px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_right2 {
    padding: 36px 70px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img_box_right3 {
    padding: 31px 94px 32px 83px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .img_box .img {
    display: block;
    width: 100%;
    height: 100%;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box {
    display: flex;
    margin-top: 30px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box .txt_box_item {
    display: flex;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box .txt_box_item:first-child {
    width: unset;
    margin-right: 30px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box .txt_box_item:first-child .txt_box_itemTxt::after {
    content: '/';
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    margin-left: 30px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box .txt_box_item .txt_box_itemTitle {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 30px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_box .txt_box_item .txt_box_itemTxt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(120, 120, 120, 1);
    line-height: 30px;
}

.cloudPrivateNumber .productTab_content #box .tab-item .txt_hint {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
    margin-top: 40px;
}


/* 产品亮点 */

.lightspot {
    height: 636px;
    background: #FAFAFA;
    padding-top: 80px;
}

.lightspot .lightspot_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 47px;
}

.lightspot .lightspot_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.lightspot .lightspot_content .lightspot_item {
    width: 360px;
    margin-bottom: 60px;
}

.lightspot .lightspot_content .lightspot_item .img {
    width: 50px;
    margin-bottom: 20px;
}

.lightspot .lightspot_content .lightspot_item .lightspot_item_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.lightspot .lightspot_content .lightspot_item .lightspot_item_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}


/* 应用场景 */

.solution1 {
    height: unset;
    background: #fff;
}

.solution1 .solution_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.solution1 #box2 .tab-itemBox .leftImg {
    height: 713px;
}

.solution1 #box2 .tab-bottom {
    height: 239px;
    background: #FAFAFA;
    position: relative;
    z-index: 1;
}

.solution1 #box2 .rightBox {
    padding-left: 60px;
    padding-top: 66px;
}

.solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 30px;
}

.solution1 #box2 .rightBox .rightBox_item_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 14px;
}

.solution1 #box2 .rightBox .rightBox_item_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    max-width: 800px;
}

.solution1 #box2 .rightBox .rightBox_item_txt::before {
    content: '·';
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 800px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.solution1 #box2 .tab-bottom .tab-bottomBox {
    width: 1200px;
    height: 342px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.04);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -183px;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
    text-align: center;
    background: #FAFAFA;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item {
    display: flex;
    padding: 30px 0;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_left {
    width: 32px;
    margin-right: 20px;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_left .img {
    width: 100%;
    display: block;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 282px;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right .right_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 11px;
}

.solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right .right_txt {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.solution1 .solution_content ul {
    top: 0px;
    left: 0px;
    height: 713px;
    width: 35%;
    min-width: 540px;
    background: transparent;
    display: flex;
    flex-direction: column;
    bottom: unset;
    margin: unset;
    /* padding: 90px 0 0 200px; */
    padding-top: 90px;
    padding-left: 18%;
}

@media screen and (min-width: 1200px) {
    .solution1 .solution_content ul {
        padding-left: 16%;
    }
}

@media screen and (min-width: 1400px) {
    .solution1 .solution_content ul {
        padding-left: 15%;
    }
}

.solution1 .solution_content ul li {
    float: unset;
    width: fit-content;
    text-align: left;
    height: 82px;
    border-bottom: 8px solid transparent;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 82px;
    margin-bottom: 35px;
    z-index: 1;
    transition-duration: 200ms;
}

.solution1 .solution_content ul li::after {
    content: "";
    height: 8px;
}

.solution1 .solution_content .choice {
    background: transparent;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 82px;
}

.solution1 .solution_content .choice::after {
    content: "";
    height: 8px;
    width: 43px;
    display: block;
    animation: myfirst1 1s;
    -moz-animation: myfirst1 1s;
    -webkit-animation: myfirst1 1s;
    -o-animation: myfirst1 1s;
    background: #F80011;
}

@keyframes myfirst1 {
    from {
        width: 0;
    }
    to {
        width: 43px;
    }
}

@-moz-keyframes myfirst1 {
    from {
        width: 0;
    }
    to {
        width: 43px;
    }
}

@-webkit-keyframes myfirst1 {
    from {
        width: 0;
    }
    to {
        width: 43px;
    }
}

@-o-keyframes myfirst1 {
    from {
        width: 0;
    }
    to {
        width: 43px;
    }
}

.solution1 #box2 .tab-itemBox .leftImg {
    position: relative;
}

.solution1 .solution_content ul:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cloudPrivateNumber .logoWall {
    height: 434px;
}

.cloudPrivateNumber .logoWall .logoWall_content .logoWall_item {
    width: 218px;
    height: 80px;
    margin-bottom: 28px;
}

.cloudPrivateNumber .logoWall .logoWall_content .logoWall_item .img {
    transition-duration: 300ms;
}

.cloudPrivateNumber .logoWall .logoWall_content .logoWall_item .img:hover {
    box-shadow: 0px 0px 41px 0px rgb(22 42 95 / 8%);
    transform: translateY(-4px);
}

.cloudPrivateNumber .logoWall .logoWall_top {
    margin-bottom: 39px;
}


/* 更多产品与服务 */

.moreService {
    padding-top: 80px;
    height: 664px;
    background: #FAFAFA;
}

.moreService .moreService_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-bottom: 59px;
    text-align: center;
}

.moreService .moreService_content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.moreService .moreService_content .moreService_item {
    width: 285px;
    height: 396px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    /* box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.04); */
    position: relative;
    transition-duration: 300ms;
}

.moreService .moreService_content .moreService_item:hover {
    box-shadow: 0px 0px 41px 0px rgb(22 42 95 / 8%);
    transform: translateY(-4px);
}

.moreService .moreService_content .moreService_item .moreService_item_top {
    height: 144px;
}

.messageService .moreService .moreService_content .moreService_item {
    width: 362px;
    height: 384px;
}

.messageService .moreService .moreService_content .moreService_item .moreService_item_top {
    height: 182px;
}

.moreService .moreService_content .moreService_item .moreService_item_top1 {
    background: url("../images/cloudPrivateNumber/27duanxin@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top2 {
    background: url("../images/cloudPrivateNumber/28yuyinxianlu@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top3 {
    background: url("../images/cloudPrivateNumber/29yuyintongzhi@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top4 {
    background: url("../images/cloudPrivateNumber/30yundianxiao@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top5 {
    background: url("../images/messageService/14\ 5gxiaoxi@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top6 {
    background: url("../images/messageService/15yinsihao@2x.png") center no-repeat;
    background-size: cover;
}

.moreService .moreService_content .moreService_item .moreService_item_top .moreService_item_title {
    line-height: 144px;
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.messageService .moreService .moreService_content .moreService_item .moreService_item_top .moreService_item_title {
    line-height: 182px;
}

.messageService .moreService .moreService_content .moreService_item .moreService_item_txt {
    padding: 29px 40px;
}

.moreService .moreService_content .moreService_item .moreService_item_txt {
    padding: 29px 42px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}

.moreService .moreService_content .moreService_item .moreService_item_btn {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 20px;
}

.redAbtn {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 20px;
}

.redAbtn:hover {
    color: #E52111;
}


/* 文本短信 */

.messageService .swiper-container .btnBox {
    display: flex;
    margin-top: 20px;
}

.messageService .swiper-container .btnBox .btnBox_item {
    width: 96px;
    height: 33px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    margin-right: 20px;
}

.messageService #swiper-container1 .swiper_box .swiper_item .swiper_item_txt {
    width: 610px;
}

.messageService .swiper_box .img {
    position: absolute;
    top: 88px;
    left: 56.6%;
    width: 416px;
    height: 301px;
    display: block;
}

.messageService .productTab_top .txt2 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

.messageService .productTab .productTab_content {
    margin: 0 auto;
    margin-top: 39px;
}

.messageService .productTab .productTab_content .img_box {
    width: 1200px;
    height: 196px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.08);
    border-radius: 1px;
}

.messageService .productTab .productTab_content .img_box .img {
    display: block;
    width: 1133px;
    margin: 0 auto;
}

.img_name {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
    margin-top: 19px;
    text-align: center;
    padding-bottom: 80px;
}


/* 产品购买 */

.purchase {
    background: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 80px;
}

.purchase_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.purchase_top .txt2 {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
}

.purchase .purchase_content {
    margin: 0 auto;
    margin-top: 48px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.purchase .purchase_content .purchase_item {
    width: 380px;
    height: 413px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    position: relative;
    transition-duration: 300ms;
}

.purchase .purchase_content .purchase_item:hover {
    box-shadow: 0px 0px 10px 0px rgb(22 42 95 / 8%);
    transform: translateY(-4px);
}

.purchase .purchase_content .purchase_item .rightTopimg {
    position: absolute;
    right: 0;
    top: 0;
    width: 82px;
    height: 79px;
    display: block;
}

.purchase .purchase_content .purchase_item::before {
    content: '';
    display: block;
    width: 380px;
    height: 4px;
    background: linear-gradient(90deg, #FF6851 0%, #FF0517 100%);
}

.purchase .purchase_content .purchase_item .purchase_item_title {
    margin: 0 30px;
    padding-top: 30px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.purchase .purchase_content .purchase_item .purchase_item_txt {
    margin: 0 30px;
    padding-top: 7px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 24px;
}

.purchase .purchase_content .purchase_item .purchase_item_list {
    height: 152px;
    margin-top: 44px;
    padding: 20px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding-left: 55px;
    padding-right: 30px;
    background: #FAFAFA;
}

.purchase .purchase_content .purchase_item .purchase_item_list .list_item {
    position: relative;
}

.purchase .purchase_content .purchase_item .purchase_item_list .list_item::before {
    content: '';
    width: 12px;
    height: 8px;
    background: url('../images/messageService/4duihao@2x.png') center no-repeat;
    background-size: cover;
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.purchase .purchase_content .purchase_item .purchase_item_bottom {
    display: flex;
    margin: 0 30px;
    padding-top: 27px;
    justify-content: space-between;
}

.purchase .purchase_content .purchase_item .purchase_item_bottom .price .t1 {
    font-size: 30px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

.purchase .purchase_content .purchase_item .purchase_item_bottom .price .t2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-left: 4px;
}

.purchase .purchase_content .purchase_item .purchase_item_bottom .price .unit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
}

.purchase_item_btn {
    width: 104px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #F80011;
    background: #fff;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 22px;
    cursor: pointer;
    transition-duration: 300ms;
}

.purchase_item_btn:hover {
    background: linear-gradient(90deg, #FF6851 0%, #FF0517 100%);
    transform: translateY(-2px);
    color: #fff;
}

.purchase_item_btn1 {
    width: 104px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    background: #fff;
    transition-duration: 300ms;
}

.purchase_item_btn1:hover {
    background: #fff;
    border: 1px solid #F80011;
    color: #F80011;
    transform: translateY(-2px)
}

.messageService .lightspot {
    height: unset;
}

.messageService .lightspot .lightspot_content .lightspot_item {
    width: 285px;
}

.messageService .lightspot {
    background: #fff;
}


/* 短信应用场景 */

.messageService .appScenarios {
    height: 968px;
    overflow: hidden;
}

.messageService .appScenarios .appScenarios_box {
    height: 773px;
    padding-top: 80px;
    position: relative;
}

.appScenarios_box_binjing {
    background: url("../images/messageService/yinyong.png")center no-repeat;
    transform: translate3d(0%, 0px, 0px);
    transition-duration: 600ms;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 130%;
    height: 100%;
}

.messageService .appScenarios .appScenarios_box .appScenarios_top {
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    position: relative;
}

.appScenarios_content #box {
    height: 335px;
    background: #FAFAFA;
}

.appScenarios_content {
    margin-top: 40px;
    position: relative;
}

.appScenarios_content .tab-item {
    display: none;
    margin: auto;
}

.appScenarios_content .show {
    display: block;
    margin: auto;
}

.appScenarios_li {
    position: relative;
}

.appScenarios_content .ul_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.ul_wire {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 408px;
    height: 3px;
}

.ul_wire .wire {
    width: 64px;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F80011;
    transition: left .2s linear;
}

.appScenarios_content .ul_box ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.appScenarios_content .ul_box ul li {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding-bottom: 14px;
    margin: 0 50px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.appScenarios_content .ul_box ul li:hover {
    color: #FF3D3D;
}

.appScenarios_content .ul_box ul .choice {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF3D3D;
    line-height: 22px;
    border-bottom: 2px solid transparent;
    transition-duration: 600ms;
}

.appScenarios_content #box2 .tab-itemBox {
    display: flex;
    justify-content: center;
    padding-top: 22px;
}

.appScenarios_content #box2 .tab-item .img_box {
    width: 552px;
    height: 389px;
    margin-right: 95px;
}

.appScenarios_content #box2 .tab-item .img_box .img {
    width: 100%;
    height: 100%;
    display: block;
}

.appScenarios_content #box2 .tab-item .info_box {
    padding-top: 38px;
}

.appScenarios_content #box2 .tab-item .info_box .info_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 14px;
}

.appScenarios_content #box2 .tab-item .info_box .info_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 40px;
    width: 548px;
}

.appScenarios_content #box2 .tab-item .info_box .info_list {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.appScenarios_content #box2 .tab-item .info_box .info_list .info_listBox {
    margin-right: 47px;
}

.appScenarios_content #box2 .tab-item .info_box .info_list .info_listBox .info_list_item {
    padding-left: 15px;
    position: relative;
}

.appScenarios_content #box2 .tab-item .info_box .info_list .info_listBox .info_list_item::before {
    content: '·';
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    color: #fff;
}

.appScenarios #box2 .tab-bottom {
    position: relative;
    height: 195px;
    background: #FAFAFA;
    margin-top: 164px;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox {
    width: 1200px;
    height: 245px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.04);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -131px;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
    text-align: center;
    background: #FAFAFA;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item {
    display: flex;
    padding: 30px 0;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_left {
    width: 32px;
    margin-right: 20px;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_left .img {
    width: 100%;
    display: block;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 282px;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right .right_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 11px;
}

.appScenarios #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right .right_txt {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
}


/* 首页轮播图特效 */

.imgDian {
    position: absolute;
    top: 257px;
    left: 736px;
    width: 16px;
    height: 16px;
    display: block;
    animation: Imgfirst 5s linear infinite;
    -moz-animation: Imgfirst 5s linear infinite;
    -webkit-animation: Imgfirst 5s linear infinite;
    -o-animation: Imgfirst 5s linear infinite;
}

@keyframes Imgfirst {
    0% {
        top: 257px;
    }
    20% {
        top: 211px;
        left: 736px;
    }
    65.9% {
        top: 211px;
        left: 890px;
        opacity: 1;
    }
    66% {
        opacity: 0;
        top: 211px;
        left: 890px;
    }
    79.9% {
        opacity: 0;
        top: 131px;
        left: 1142px;
    }
    80% {
        opacity: 1;
        top: 131px;
        left: 1142px;
    }
    100% {
        top: 131px;
        left: 1209px;
    }
}

@-moz-keyframes Imgfirst {
    0% {
        top: 257px;
    }
    20% {
        top: 211px;
        left: 736px;
    }
    65.9% {
        top: 211px;
        left: 890px;
        opacity: 1;
    }
    66% {
        opacity: 0;
        top: 211px;
        left: 890px;
    }
    79.9% {
        opacity: 0;
        top: 131px;
        left: 1142px;
    }
    80% {
        opacity: 1;
        top: 131px;
        left: 1142px;
    }
    100% {
        top: 131px;
        left: 1209px;
    }
}

@-webkit-keyframes Imgfirst {
    0% {
        top: 257px;
    }
    20% {
        top: 211px;
        left: 736px;
    }
    65.9% {
        top: 211px;
        left: 890px;
        opacity: 1;
    }
    66% {
        opacity: 0;
        top: 211px;
        left: 890px;
    }
    79.9% {
        opacity: 0;
        top: 131px;
        left: 1142px;
    }
    80% {
        opacity: 1;
        top: 131px;
        left: 1142px;
    }
    100% {
        top: 131px;
        left: 1209px;
    }
}

@-o-keyframes Imgfirst {
    0% {
        top: 257px;
    }
    20% {
        top: 211px;
        left: 736px;
    }
    65.9% {
        top: 211px;
        left: 890px;
        opacity: 1;
    }
    66% {
        opacity: 0;
        top: 211px;
        left: 890px;
    }
    79.9% {
        opacity: 0;
        top: 131px;
        left: 1142px;
    }
    80% {
        opacity: 1;
        top: 131px;
        left: 1142px;
    }
    100% {
        top: 131px;
        left: 1209px;
    }
}

.imgYinsihao {
    position: absolute;
    top: 63px;
    left: 187px;
    width: 16px;
    height: 16px;
    display: block;
    animation: Imgfirst2 4s linear infinite;
    -moz-animation: Imgfirst2 4s linear infinite;
    -webkit-animation: Imgfirst2 4s linear infinite;
    -o-animation: Imgfirst2 4s linear infinite;
}

@keyframes Imgfirst2 {
    0% {
        top: 63px;
    }
    40% {
        top: 63px;
        left: 294px;
        opacity: 1;
    }
    46% {
        top: 80px;
        left: 294px;
        opacity: 1;
    }
    47% {
        top: 80px;
        left: 294px;
        opacity: 0;
    }
    55% {
        top: 192px;
        left: 294px;
        opacity: 0;
    }
    79% {
        top: 192px;
        left: 359px;
        opacity: 0;
    }
    80% {
        top: 192px;
        left: 359px;
        opacity: 1;
    }
    100% {
        left: 401px;
        top: 192px;
    }
}

@-moz-keyframes Imgfirst2 {
    0% {
        top: 63px;
    }
    40% {
        top: 63px;
        left: 294px;
        opacity: 1;
    }
    46% {
        top: 80px;
        left: 294px;
        opacity: 1;
    }
    47% {
        top: 80px;
        left: 294px;
        opacity: 0;
    }
    55% {
        top: 192px;
        left: 294px;
        opacity: 0;
    }
    79% {
        top: 192px;
        left: 359px;
        opacity: 0;
    }
    80% {
        top: 192px;
        left: 359px;
        opacity: 1;
    }
    100% {
        left: 401px;
        top: 192px;
    }
}

@-webkit-keyframes Imgfirst2 {
    0% {
        top: 63px;
    }
    40% {
        top: 63px;
        left: 294px;
        opacity: 1;
    }
    46% {
        top: 80px;
        left: 294px;
        opacity: 1;
    }
    47% {
        top: 80px;
        left: 294px;
        opacity: 0;
    }
    55% {
        top: 192px;
        left: 294px;
        opacity: 0;
    }
    79% {
        top: 192px;
        left: 359px;
        opacity: 0;
    }
    80% {
        top: 192px;
        left: 359px;
        opacity: 1;
    }
    100% {
        left: 401px;
        top: 192px;
    }
}

@-o-keyframes Imgfirst2 {
    0% {
        top: 63px;
    }
    40% {
        top: 63px;
        left: 294px;
        opacity: 1;
    }
    46% {
        top: 80px;
        left: 294px;
        opacity: 1;
    }
    47% {
        top: 80px;
        left: 294px;
        opacity: 0;
    }
    55% {
        top: 192px;
        left: 294px;
        opacity: 0;
    }
    79% {
        top: 192px;
        left: 359px;
        opacity: 0;
    }
    80% {
        top: 192px;
        left: 359px;
        opacity: 1;
    }
    100% {
        left: 401px;
        top: 192px;
    }
}


/* 云消息动画 */

.productBrief2 .illustration .img2.animated {
    left: -38px;
    animation: Imgfirst3 0.5s linear;
    -moz-animation: Imgfirst3 0.5s linear;
    -webkit-animation: Imgfirst3 0.5s linear;
    -o-animation: Imgfirst3 0.5s linear;
}

@keyframes Imgfirst3 {
    from {
        left: -140px;
    }
    to {
        left: -38px;
    }
}

@-moz-keyframes Imgfirst3 {
    from {
        left: -140px;
    }
    to {
        left: -38px;
    }
}

@-webkit-keyframes Imgfirst3 {
    from {
        left: -140px;
    }
    to {
        left: -38px;
    }
}

@-o-keyframes Imgfirst3 {
    from {
        left: -140px;
    }
    to {
        left: -38px;
    }
}

.productBrief2 .illustration .img3.animated {
    left: 339px;
    animation: Imgfirst4 0.5s linear;
    -moz-animation: Imgfirst4 0.5s linear;
    -webkit-animation: Imgfirst4 0.5s linear;
    -o-animation: Imgfirst4 0.5s linear;
}

@keyframes Imgfirst4 {
    from {
        left: 450px;
    }
    to {
        left: 339px;
    }
}

@-moz-keyframes Imgfirst4 {
    from {
        left: 450px;
    }
    to {
        left: 339px;
    }
}

@-webkit-keyframes Imgfirst4 {
    from {
        left: 450px;
    }
    to {
        left: 339px;
    }
}

@-o-keyframes Imgfirst4 {
    from {
        left: 450px;
    }
    to {
        left: 339px;
    }
}


/* 云客服动画 */

.productBrief3 .illustration .img5.animated {
    left: -41px;
    animation: Imgfirst5 0.5s linear;
    -moz-animation: Imgfirst5 0.5s linear;
    -webkit-animation: Imgfirst5 0.5s linear;
    -o-animation: Imgfirst5 0.5s linear;
}

@keyframes Imgfirst5 {
    from {
        left: -140px;
    }
    to {
        left: -41px;
    }
}

@-moz-keyframes Imgfirst5 {
    from {
        left: -140px;
    }
    to {
        left: -41px;
    }
}

@-webkit-keyframes Imgfirst5 {
    from {
        left: -140px;
    }
    to {
        left: -41px;
    }
}

@-o-keyframes Imgfirst5 {
    from {
        left: -140px;
    }
    to {
        left: -41px;
    }
}

.productBrief3 {
    overflow: hidden;
}

.productBrief3 .illustration .img6.animated {
    right: -41px;
    animation: Imgfirst6 0.5s linear;
    -moz-animation: Imgfirst6 0.5s linear;
    -webkit-animation: Imgfirst6 0.5s linear;
    -o-animation: Imgfirst6 0.5s linear;
}

@keyframes Imgfirst6 {
    from {
        right: -140px;
    }
    to {
        right: -41px;
    }
}

@-moz-keyframes Imgfirst6 {
    from {
        right: -140px;
    }
    to {
        right: -41px;
    }
}

@-webkit-keyframes Imgfirst6 {
    from {
        right: -140px;
    }
    to {
        right: -41px;
    }
}

@-o-keyframes Imgfirst6 {
    from {
        right: -140px;
    }
    to {
        right: -41px;
    }
}

.productBrief .illustration .imglujing_Box.animated {
    width: 205px;
    animation: Imgfirst7 1s linear;
    -moz-animation: Imgfirst7 1s linear;
    -webkit-animation: Imgfirst7 1s linear;
    -o-animation: Imgfirst7 1s linear;
}

@keyframes Imgfirst7 {
    0% {
        width: 0px;
    }
    50% {
        width: 0px;
    }
    100% {
        width: 205px;
    }
}

@-moz-keyframes Imgfirst7 {
    0% {
        width: 0px;
    }
    50% {
        width: 0px;
    }
    100% {
        width: 205px;
    }
}

@-webkit-keyframes Imgfirst7 {
    0% {
        width: 0px;
    }
    50% {
        width: 0px;
    }
    100% {
        width: 205px;
    }
}

@-o-keyframes Imgfirst7 {
    0% {
        width: 0px;
    }
    50% {
        width: 0px;
    }
    100% {
        width: 205px;
    }
}

.productBrief .illustration .illustration_txt.animated {
    opacity: 1;
    animation: Imgfirst8 1s linear;
    -moz-animation: Imgfirst8 1s linear;
    -webkit-animation: Imgfirst8 1s linear;
    -o-animation: Imgfirst8 1s linear;
}

@keyframes Imgfirst8 {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes Imgfirst8 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes Imgfirst8 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes Imgfirst8 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 应用场景 */

.solution1 #box2 .rightBox .rightBox_item_title {
    display: flex;
    align-items: center;
}

.solution1 #box2 .rightBox .rightBox_item_title .img1 {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 11px;
}

.solution1 #box2 .rightBox .rightBox_item_title .img2 {
    width: 13px;
    height: 16px;
    display: block;
    margin-right: 11px;
}

.solution1 #box2 .rightBox .rightBox_item_title .img3 {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 11px;
}

.messageService .moreService .moreService_top {
    margin-bottom: 39px;
}

.messageService .moreService {
    padding-top: 80px;
    height: 633px;
    background: linear-gradient(to bottom, #fff 367px, #FAFAFA 265px);
}


/* 自适应图片缩放 */


/* 首页 */

.cloudCommHome #box2 .tab-itemBox .leftImg .img {
    display: none;
}

.cloudCommHome #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    width: 35%;
    background: url('../images/cloudCommHome/13wangyueche@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
}

.cloudCommHome #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    width: 35%;
    background: url('../images/cloudCommHome/13jinrong@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
}

.cloudCommHome #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    width: 35%;
    background: url('../images/cloudCommHome/13waimaihangye@2x_02.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
}

.cloudCommHome #box2 .tab-item:nth-child(4) .tab-itemBox .leftImg {
    width: 35%;
    background: url('../images/cloudCommHome/13zhengwu@2x.png');
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
}

.cloudCommHome #box2 .tab-item:nth-child(5) .tab-itemBox .leftImg {
    width: 35%;
    background: url('../images/cloudCommHome/13wuliu@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
}

.cloudCommHome .solution .solution_content ul {
    left: 0;
}

.cloudCommHome .solution .solution_content ul::before {
    content: '';
    width: 35%;
    min-width: 540px;
}


/* 隐私号页 */

.cloudPrivateNumber #box2 .tab-itemBox .leftImg .img {
    display: none;
}

.cloudPrivateNumber .solution1 #box2 .tab-item .tab-itemBox .leftImg {
    width: 35%;
}

.cloudPrivateNumber .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url("../images/cloudPrivateNumber/10dianshang@2x.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudPrivateNumber .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url("../images/cloudPrivateNumber/10wangyueche@2x.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudPrivateNumber .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url("../images/cloudPrivateNumber/10waimai@2x.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudPrivateNumber .swiper_box .animated {
    transform: translateY(0px);
    animation: Imgfirst111 2s linear;
    -moz-animation: Imgfirst111 2s linear;
    -webkit-animation: Imgfirst111 2s linear;
    -o-animation: Imgfirst111 2s linear;
}

@keyframes Imgfirst111 {
    0% {
        transform: translateY(-80px);
    }
    20% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    70% {
        transform: translateY(0px);
    }
    85% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes Imgfirst111 {
    0% {
        transform: translateY(-80px);
    }
    20% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    70% {
        transform: translateY(0px);
    }
    85% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes Imgfirst111 {
    0% {
        transform: translateY(-80px);
    }
    20% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    70% {
        transform: translateY(0px);
    }
    85% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes Imgfirst111 {
    0% {
        transform: translateY(-80px);
    }
    20% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    70% {
        transform: translateY(0px);
    }
    85% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.purchase .purchase_content .purchase_item .rightTopimg {
    width: 37px;
    height: 47px;
    right: 10px;
    top: 15px;
}

.purchase .purchase_content .purchase_item .rightTopimg {
    transform: translateY(0px);
    animation: rightTopimg 0.5s linear infinite;
    -moz-animation: rightTopimg 0.5s linear infinite;
    -webkit-animation: rightTopimg 0.5s linear infinite;
    -o-animation: rightTopimg 0.5s linear infinite;
}

@keyframes rightTopimg {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes rightTopimg {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes rightTopimg {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes rightTopimg {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}

.cloudCommHome .productBrief .illustration1 {
    width: 572px;
    overflow: hidden;
    height: unset;
}

.productBrief .illustration1 .img {
    width: 572px;
    height: unset;
    transform: translateX(15px);
}


/* 扫码呼 */

.sweepTheCodeCall .swiper_box .img {
    width: 457px;
    height: 357px;
    left: 55%;
    top: 74px;
}

.sweepTheCodeCall .swiper_box .img2 {
    width: 410px;
    height: 257px;
    position: absolute;
    top: 88px;
    left: 54%;
    display: block;
    animation: Imgfirstcall2 5s cubic-bezier(0.35, 0, 0, 0) infinite;
    -moz-animation: Imgfirstcall2 5s cubic-bezier(0.35, 0, 0, 0) infinite;
    -webkit-animation: Imgfirstcall2 5s cubic-bezier(0.35, 0, 0, 0) infinite;
    -o-animation: Imgfirstcall2 5s cubic-bezier(0.35, 0, 0, 0) infinite;
}

@keyframes Imgfirstcall2 {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes Imgfirstcall2 {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes Imgfirstcall2 {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

@-o-keyframes Imgfirstcall2 {
    0% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.sweepTheCodeCall .swiper_box .img3 {
    width: 299px;
    height: 186px;
    position: absolute;
    top: 130px;
    left: 56.5%;
    display: block;
    animation: Imgfirstcall3 5s cubic-bezier(0, 0, 0.1, 0) infinite;
    -moz-animation: Imgfirstcall3 5s cubic-bezier(0, 0, 0.1, 0)infinite;
    -webkit-animation: Imgfirstcall3 5s cubic-bezier(0, 0, 0.1, 0) infinite;
    -o-animation: Imgfirstcall3 5s cubic-bezier(0, 0, 0.1, 0) infinite;
}

@keyframes Imgfirstcall3 {
    0% {
        transform: translateY(0px);
    }
    4% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes Imgfirstcall3 {
    0% {
        transform: translateY(0px);
    }
    4% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes Imgfirstcall3 {
    0% {
        transform: translateY(0px);
    }
    4% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes Imgfirstcall3 {
    0% {
        transform: translateY(0px);
    }
    4% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sweepTheCodeCall .swiper_box .img4 {
    width: 287px;
    height: 215px;
    position: absolute;
    top: 95px;
    left: 56.8%;
    display: block;
    animation: Imgfirstcall4 5s linear infinite;
    -moz-animation: Imgfirstcall4 5s linear infinite;
    -webkit-animation: Imgfirstcall4 5s linear infinite;
    -o-animation: Imgfirstcall4 5s linear infinite;
}

@keyframes Imgfirstcall4 {
    0% {
        transform: translateY(0px);
    }
    8% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes Imgfirstcall4 {
    0% {
        transform: translateY(0px);
    }
    8% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes Imgfirstcall4 {
    0% {
        transform: translateY(0px);
    }
    8% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes Imgfirstcall4 {
    0% {
        transform: translateY(0px);
    }
    8% {
        transform: translateY(0px);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sweepTheCodeCall .productTab_content {
    margin-top: 17px;
    overflow: hidden;
}

.sweepTheCodeCall .productTab_content .productimg_box {
    width: 1200px;
    height: 632px;
    margin: 0 auto;
    position: relative;
}

.sweepTheCodeCall .productTab_content .productimg_box .imgzhu {
    width: 828px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.sweepTheCodeCall .productTab_content .productimg_box .productimg_box_txt {
    text-align: center;
    position: absolute;
    bottom: 86px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.shadow_box {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 648px;
    height: 385px;
    margin: auto;
    animation: shadow_box 2s linear infinite alternate;
    -moz-animation: shadow_box 2s linear infinite alternate;
    -webkit-animation: shadow_box 2s linear infinite alternate;
    -o-animation: shadow_box 2s linear infinite alternate;
}

.shadow_box img {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes shadow_box {
    0% {
        width: 648px;
        height: 385px;
    }
    100% {
        width: 810px;
        height: 481px;
    }
}

@-moz-keyframes shadow_box {
    0% {
        width: 648px;
        height: 385px;
    }
    100% {
        width: 810px;
        height: 481px;
    }
}

@-webkit-keyframes shadow_box {
    0% {
        width: 648px;
        height: 385px;
    }
    100% {
        width: 810px;
        height: 481px;
    }
}

@-o-keyframes shadow_box {
    0% {
        width: 648px;
        height: 385px;
    }
    100% {
        width: 810px;
        height: 481px;
    }
}

.shadow_box3 {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 972px;
    height: 577px;
    margin: auto;
    animation: shadow_box3 2s linear infinite alternate;
    -moz-animation: shadow_box3 2s linear infinite alternate;
    -webkit-animation: shadow_box3 2s linear infinite alternate;
    -o-animation: shadow_box3 2s linear infinite alternate;
}

.shadow_box3 img {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes shadow_box3 {
    0% {
        width: 972px;
        height: 577px;
    }
    100% {
        width: 1166px;
        height: 692px;
    }
}

@-moz-keyframes shadow_box3 {
    0% {
        width: 972px;
        height: 577px;
    }
    100% {
        width: 1166px;
        height: 692px;
    }
}

@-webkit-keyframes shadow_box3 {
    0% {
        width: 972px;
        height: 577px;
    }
    100% {
        width: 1166px;
        height: 692px;
    }
}

@-o-keyframes shadow_box3 {
    0% {
        width: 972px;
        height: 577px;
    }
    100% {
        width: 1166px;
        height: 692px;
    }
}

.shadow_box2 {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 810px;
    height: 481px;
    margin: auto;
    animation: shadow_box2 2s linear infinite alternate;
    -moz-animation: shadow_box2 2s linear infinite alternate;
    -webkit-animation: shadow_box2 2s linear infinite alternate;
    -o-animation: shadow_box2 2s linear infinite alternate;
}

.shadow_box2 img {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes shadow_box2 {
    0% {
        width: 810px;
        height: 481px;
    }
    100% {
        width: 972px;
        height: 577px;
    }
}

@-moz-keyframes shadow_box2 {
    0% {
        width: 810px;
        height: 481px;
    }
    100% {
        width: 972px;
        height: 577px;
    }
}

@-webkit-keyframes shadow_box2 {
    0% {
        width: 810px;
        height: 481px;
    }
    100% {
        width: 972px;
        height: 577px;
    }
}

@-o-keyframes shadow_box2 {
    0% {
        width: 810px;
        height: 481px;
    }
    100% {
        width: 972px;
        height: 577px;
    }
}

.shadow_box4 {
    position: absolute;
    top: 311px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 1200px;
    height: 319px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow_box4 img {
    width: 1600px;
    height: 319px;
    display: block;
}

.yellowLine {
    width: 340px;
    height: 2px;
    background: #FFE000;
    position: absolute;
    top: 230px;
    bottom: 0;
    right: 1px;
    left: 0;
    margin: auto;
    animation: yellowLine 2s linear infinite alternate;
    -moz-animation: yellowLine 2s linear infinite alternate;
    -webkit-animation: yellowLine 2s linear infinite alternate;
    -o-animation: yellowLine 2s linear infinite alternate;
}

@keyframes yellowLine {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-252px);
    }
}

@-moz-keyframes yellowLine {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-252px);
    }
}

@-webkit-keyframes yellowLine {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-252px);
    }
}

@-o-keyframes yellowLine {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-252px);
    }
}

.sweepTheCodeCall .lightspot {
    height: 396px;
}

.sweepTheCodeCall .lightspot .lightspot_content .lightspot_item {
    width: 280px;
}

.sweepTheCodeCall .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/sweepTheCodeCall/12kuaidi@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.sweepTheCodeCall .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/sweepTheCodeCall/13nuoche@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.sweepTheCodeCall .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/sweepTheCodeCall/14tuiguang@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.sweepTheCodeCall .solution1 .solution_content ul {
    height: 593px;
}

.sweepTheCodeCall .solution1 #box2 .tab-item .tab-itemBox .leftImg {
    height: 593px;
}

.sweepTheCodeCall .solution1 #box2 .tab-bottom {
    height: 176px;
}

.sweepTheCodeCall .solution1 #box2 .tab-bottom .tab-bottomBox {
    height: unset;
}

.sweepTheCodeCall .solution1 #box2 .tab-bottom .tab-bottomBox {
    top: -101px;
}

.sweepTheCodeCall .solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 820px;
}

.sweepTheCodeCall .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 40px;
}


/* 5G消息 */

.fiveGmessage .swiper_box .img {
    width: 589px;
    height: 329px;
    left: 47%;
}

.fiveGmessage #swiper-container1 .swiper_box .swiper_item .swiper_item_btn1 {
    margin-top: 60px;
}

.fiveGmessage .productTab .productTab_content {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
}

.fiveGmessage .productTab .productTab_content .jieSao_left .img {
    width: 608px;
    height: 566px;
    display: block;
}

.fiveGmessage .productTab .productTab_content .jieSao_right {
    width: 437px;
    margin-left: 159px;
    margin-top: 132px;
}

.fiveGmessage .productTab .productTab_content .jieSao_right .jieSao_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
    margin-bottom: 16px;
}

.fiveGmessage .lightspot {
    height: 369px;
}

.fiveGmessage .lightspot .lightspot_content .lightspot_item {
    width: 255px;
}

.fiveGmessage .solution1 .solution_content ul {
    position: relative;
    padding: 0;
    flex-direction: row;
    height: 54px;
    width: unset;
    min-width: unset;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.fiveGmessage .solution1 .solution_content ul:hover::after {
    background: transparent;
}

.fiveGmessage .solution1 .solution_content ul li {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 51px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    transition-duration: unset;
    margin: 0 75px;
}

.fiveGmessage .solution1 .solution_content ul li::after {
    content: none;
}

.fiveGmessage .solution1 .solution_content ul .choice {
    border-bottom: 3px solid rgba(248, 0, 17, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/8baoxian@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/16yinhang@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/21bangong@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(4) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/25kuaidi@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(5) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/29zhengwu@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg {
    width: 50%;
    height: 710px;
}

.fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg .rightBox {
    width: 50%;
}

.fiveGmessage .solution1 #box2 .rightBox .rightBox_item_title {
    margin-bottom: 12px;
}

.fiveGmessage .solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 400px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.fiveGmessage .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 60px;
}

.fiveGmessage .solution1 #box2 .tab-bottom .tab-bottomBox {
    height: unset;
    top: -128px;
}

.fiveGmessage .solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 183px;
}

.fiveGmessage .solution1 #box2 .tab-bottom {
    height: 196px;
}

.fiveGmessage .solution1 #box2 .rightBox {
    padding-top: 80px;
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(2) .rightBox {
    padding-top: 70px;
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(5) .rightBox {
    padding-top: 120px;
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item {
    margin-bottom: 40px;
}

.fiveGmessage .solution1 #box2 .tab-item:nth-child(5) .rightBox .rightBox_item {
    margin-bottom: 100px;
}

.fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone {
    width: 240px;
    height: 544px;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); */
    margin-left: 40%;
    margin-top: 22px;
}

.fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone .phoneVideo {
    width: 100%;
    height: 100%;
    display: block;
}


/* 企业名片 */

.enterprisesCard #swiper-container1 .swiper_box .swiper_item .swiper_item_btn {
    margin-top: 75px;
}

.enterprisesCard .swiper_box .img {
    width: 618px;
    height: 276px;
    top: 126px;
    left: 48%;
}

.enterprisesCard .swiper_box .img2 {
    width: 155px;
    height: 323px;
    top: 68px;
    left: 66%;
    position: absolute;
}

.enterprisesCard .swiper_box .img3 {
    width: 140px;
    height: 124px;
    top: 220px;
    left: 63.5%;
    position: absolute;
}

.enterprisesCard .swiper_box .img4 {
    width: 140px;
    height: 124px;
    top: 236px;
    left: 62.8%;
    position: absolute;
    animation: BX_AniKey2 3.18s steps(1) 0.00s infinite normal none;
    transform-style: preserve-3d;
    transform: translate3D(0, 0, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    opacity: 1.00;
}

@keyframes BX_AniKey2 {
    0.00% {
        transform: translate3D(0.00px, 0.00px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
    0.52% {
        transform: translate3D(-0.00px, 0.00px, 0.00px) rotate(0.00deg) scale(0.99000367626893, 0.99000367626893);
    }
    1.05% {
        transform: translate3D(-0.01px, 0.01px, 0.00px) rotate(0.00deg) scale(0.99001459533635, 0.99001459533635);
    }
    1.57% {
        transform: translate3D(-0.02px, 0.02px, 0.00px) rotate(0.00deg) scale(0.99003259259317, 0.99003259259317);
    }
    2.09% {
        transform: translate3D(-0.035px, 0.035px, 0.00px) rotate(0.00deg) scale(0.99005750343034, 0.99005750343034);
    }
    2.62% {
        transform: translate3D(-0.055px, 0.055px, 0.00px) rotate(0.00deg) scale(0.99008916323877, 0.99008916323877);
    }
    3.14% {
        transform: translate3D(-0.075px, 0.075px, 0.00px) rotate(0.00deg) scale(0.99012740740943, 0.99012740740943);
    }
    3.66% {
        transform: translate3D(-0.10px, 0.10px, 0.00px) rotate(0.00deg) scale(0.99017207133321, 0.99017207133321);
    }
    4.19% {
        transform: translate3D(-0.135px, 0.135px, 0.00px) rotate(0.00deg) scale(0.99022299040105, 0.99022299040105);
    }
    4.71% {
        transform: translate3D(-0.165px, 0.165px, 0.00px) rotate(0.00deg) scale(0.99028000000389, 0.99028000000389);
    }
    5.24% {
        transform: translate3D(-0.205px, 0.205px, 0.00px) rotate(0.00deg) scale(0.99034293553266, 0.99034293553266);
    }
    5.76% {
        transform: translate3D(-0.245px, 0.245px, 0.00px) rotate(0.00deg) scale(0.99041163237835, 0.99041163237835);
    }
    6.28% {
        transform: translate3D(-0.29px, 0.29px, 0.00px) rotate(0.00deg) scale(0.99048592593179, 0.99048592593179);
    }
    6.81% {
        transform: translate3D(-0.34px, 0.34px, 0.00px) rotate(0.00deg) scale(0.99056565158403, 0.99056565158403);
    }
    7.33% {
        transform: translate3D(-0.39px, 0.39px, 0.00px) rotate(0.00deg) scale(0.99065064472594, 0.99065064472594);
    }
    7.85% {
        transform: translate3D(-0.445px, 0.445px, 0.00px) rotate(0.00deg) scale(0.99074074074847, 0.99074074074847);
    }
    8.38% {
        transform: translate3D(-0.50px, 0.50px, 0.00px) rotate(0.00deg) scale(0.99083577504255, 0.99083577504255);
    }
    8.90% {
        transform: translate3D(-0.56px, 0.56px, 0.00px) rotate(0.00deg) scale(0.99093558299918, 0.99093558299918);
    }
    9.42% {
        transform: translate3D(-0.625px, 0.625px, 0.00px) rotate(0.00deg) scale(0.99104000000925, 0.99104000000925);
    }
    9.95% {
        transform: translate3D(-0.69px, 0.69px, 0.00px) rotate(0.00deg) scale(0.99114886146369, 0.99114886146369);
    }
    10.47% {
        transform: translate3D(-0.755px, 0.755px, 0.00px) rotate(0.00deg) scale(0.99126200275343, 0.99126200275343);
    }
    10.99% {
        transform: translate3D(-0.83px, 0.83px, 0.00px) rotate(0.00deg) scale(0.9913792592695, 0.9913792592695);
    }
    11.52% {
        transform: translate3D(-0.90px, 0.90px, 0.00px) rotate(0.00deg) scale(0.99150046640284, 0.99150046640284);
    }
    12.04% {
        transform: translate3D(-0.975px, 0.975px, 0.00px) rotate(0.00deg) scale(0.99162545954423, 0.99162545954423);
    }
    12.57% {
        transform: translate3D(-1.055px, 1.055px, 0.00px) rotate(0.00deg) scale(0.99175407408478, 0.99175407408478);
    }
    13.09% {
        transform: translate3D(-1.13px, 1.13px, 0.00px) rotate(0.00deg) scale(0.99188614541543, 0.99188614541543);
    }
    13.61% {
        transform: translate3D(-1.215px, 1.215px, 0.00px) rotate(0.00deg) scale(0.99202150892705, 0.99202150892705);
    }
    14.14% {
        transform: translate3D(-1.295px, 1.295px, 0.00px) rotate(0.00deg) scale(0.99216000001057, 0.99216000001057);
    }
    14.66% {
        transform: translate3D(-1.38px, 1.38px, 0.00px) rotate(0.00deg) scale(0.99230145405712, 0.99230145405712);
    }
    15.18% {
        transform: translate3D(-1.465px, 1.465px, 0.00px) rotate(0.00deg) scale(0.99244570645737, 0.99244570645737);
    }
    15.71% {
        transform: translate3D(-1.555px, 1.555px, 0.00px) rotate(0.00deg) scale(0.99259259260245, 0.99259259260245);
    }
    16.23% {
        transform: translate3D(-1.645px, 1.645px, 0.00px) rotate(0.00deg) scale(0.99274194788331, 0.99274194788331);
    }
    16.75% {
        transform: translate3D(-1.735px, 1.735px, 0.00px) rotate(0.00deg) scale(0.99289360769089, 0.99289360769089);
    }
    17.28% {
        transform: translate3D(-1.83px, 1.83px, 0.00px) rotate(0.00deg) scale(0.99304740741605, 0.99304740741605);
    }
    17.80% {
        transform: translate3D(-1.925px, 1.925px, 0.00px) rotate(0.00deg) scale(0.99320318244984, 0.99320318244984);
    }
    18.32% {
        transform: translate3D(-2.015px, 2.015px, 0.00px) rotate(0.00deg) scale(0.99336076818308, 0.99336076818308);
    }
    18.85% {
        transform: translate3D(-2.115px, 2.115px, 0.00px) rotate(0.00deg) scale(0.99352000000695, 0.99352000000695);
    }
    19.37% {
        transform: translate3D(-2.21px, 2.21px, 0.00px) rotate(0.00deg) scale(0.99368071331218, 0.99368071331218);
    }
    19.90% {
        transform: translate3D(-2.305px, 2.305px, 0.00px) rotate(0.00deg) scale(0.99384274348981, 0.99384274348981);
    }
    20.42% {
        transform: translate3D(-2.405px, 2.405px, 0.00px) rotate(0.00deg) scale(0.99400592593071, 0.99400592593071);
    }
    20.94% {
        transform: translate3D(-2.505px, 2.505px, 0.00px) rotate(0.00deg) scale(0.99417009602601, 0.99417009602601);
    }
    21.47% {
        transform: translate3D(-2.6px, 2.6px, 0.00px) rotate(0.00deg) scale(0.99433508916658, 0.99433508916658);
    }
    21.99% {
        transform: translate3D(-2.7px, 2.7px, 0.00px) rotate(0.00deg) scale(0.99450074074324, 0.99450074074324);
    }
    22.51% {
        transform: translate3D(-2.8px, 2.8px, 0.00px) rotate(0.00deg) scale(0.99466688614706, 0.99466688614706);
    }
    23.04% {
        transform: translate3D(-2.9px, 2.9px, 0.00px) rotate(0.00deg) scale(0.99483336076909, 0.99483336076909);
    }
    23.56% {
        transform: translate3D(-3.00px, 3.00px, 0.00px) rotate(0.00deg) scale(0.99500000000006, 0.99500000000006);
    }
    24.08% {
        transform: translate3D(-3.10px, 3.10px, 0.00px) rotate(0.00deg) scale(0.99516663923103, 0.99516663923103);
    }
    24.61% {
        transform: translate3D(-3.20px, 3.20px, 0.00px) rotate(0.00deg) scale(0.99533311385295, 0.99533311385295);
    }
    25.13% {
        transform: translate3D(-3.30px, 3.30px, 0.00px) rotate(0.00deg) scale(0.99549925925676, 0.99549925925676);
    }
    25.65% {
        transform: translate3D(-3.40px, 3.40px, 0.00px) rotate(0.00deg) scale(0.99566491083353, 0.99566491083353);
    }
    26.18% {
        transform: translate3D(-3.50px, 3.50px, 0.00px) rotate(0.00deg) scale(0.99582990397399, 0.99582990397399);
    }
    26.70% {
        transform: translate3D(-3.595px, 3.595px, 0.00px) rotate(0.00deg) scale(0.9959940740693, 0.9959940740693);
    }
    27.23% {
        transform: translate3D(-3.695px, 3.695px, 0.00px) rotate(0.00deg) scale(0.99615725651019, 0.99615725651019);
    }
    27.75% {
        transform: translate3D(-3.79px, 3.79px, 0.00px) rotate(0.00deg) scale(0.99631928668783, 0.99631928668783);
    }
    28.27% {
        transform: translate3D(-3.89px, 3.89px, 0.00px) rotate(0.00deg) scale(0.99647999999305, 0.99647999999305);
    }
    28.80% {
        transform: translate3D(-3.985px, 3.985px, 0.00px) rotate(0.00deg) scale(0.99663923181692, 0.99663923181692);
    }
    29.32% {
        transform: translate3D(-4.08px, 4.08px, 0.00px) rotate(0.00deg) scale(0.99679681755027, 0.99679681755027);
    }
    29.84% {
        transform: translate3D(-4.17px, 4.17px, 0.00px) rotate(0.00deg) scale(0.99695259258395, 0.99695259258395);
    }
    30.37% {
        transform: translate3D(-4.265px, 4.265px, 0.00px) rotate(0.00deg) scale(0.99710639230921, 0.99710639230921);
    }
    30.89% {
        transform: translate3D(-4.355px, 4.355px, 0.00px) rotate(0.00deg) scale(0.9972580521167, 0.9972580521167);
    }
    31.41% {
        transform: translate3D(-4.445px, 4.445px, 0.00px) rotate(0.00deg) scale(0.99740740739756, 0.99740740739756);
    }
    31.94% {
        transform: translate3D(-4.53px, 4.53px, 0.00px) rotate(0.00deg) scale(0.99755429354264, 0.99755429354264);
    }
    32.46% {
        transform: translate3D(-4.62px, 4.62px, 0.00px) rotate(0.00deg) scale(0.99769854594298, 0.99769854594298);
    }
    32.98% {
        transform: translate3D(-4.705px, 4.705px, 0.00px) rotate(0.00deg) scale(0.99783999998944, 0.99783999998944);
    }
    33.51% {
        transform: translate3D(-4.785px, 4.785px, 0.00px) rotate(0.00deg) scale(0.99797849107295, 0.99797849107295);
    }
    34.03% {
        transform: translate3D(-4.87px, 4.87px, 0.00px) rotate(0.00deg) scale(0.99811385458457, 0.99811385458457);
    }
    34.55% {
        transform: translate3D(-4.945px, 4.945px, 0.00px) rotate(0.00deg) scale(0.99824592591522, 0.99824592591522);
    }
    35.08% {
        transform: translate3D(-5.025px, 5.025px, 0.00px) rotate(0.00deg) scale(0.99837454045577, 0.99837454045577);
    }
    35.60% {
        transform: translate3D(-5.1px, 5.1px, 0.00px) rotate(0.00deg) scale(0.99849953359725, 0.99849953359725);
    }
    36.13% {
        transform: translate3D(-5.17px, 5.17px, 0.00px) rotate(0.00deg) scale(0.9986207407305, 0.9986207407305);
    }
    36.65% {
        transform: translate3D(-5.245px, 5.245px, 0.00px) rotate(0.00deg) scale(0.99873799724657, 0.99873799724657);
    }
    37.17% {
        transform: translate3D(-5.31px, 5.31px, 0.00px) rotate(0.00deg) scale(0.99885113853632, 0.99885113853632);
    }
    37.70% {
        transform: translate3D(-5.375px, 5.375px, 0.00px) rotate(0.00deg) scale(0.99895999999075, 0.99895999999075);
    }
    38.22% {
        transform: translate3D(-5.44px, 5.44px, 0.00px) rotate(0.00deg) scale(0.99906441700088, 0.99906441700088);
    }
    38.74% {
        transform: translate3D(-5.5px, 5.5px, 0.00px) rotate(0.00deg) scale(0.99916422495745, 0.99916422495745);
    }
    39.27% {
        transform: translate3D(-5.555px, 5.555px, 0.00px) rotate(0.00deg) scale(0.99925925925159, 0.99925925925159);
    }
    39.79% {
        transform: translate3D(-5.61px, 5.61px, 0.00px) rotate(0.00deg) scale(0.99934935527406, 0.99934935527406);
    }
    40.31% {
        transform: translate3D(-5.66px, 5.66px, 0.00px) rotate(0.00deg) scale(0.99943434841597, 0.99943434841597);
    }
    40.84% {
        transform: translate3D(-5.71px, 5.71px, 0.00px) rotate(0.00deg) scale(0.99951407406821, 0.99951407406821);
    }
    41.36% {
        transform: translate3D(-5.755px, 5.755px, 0.00px) rotate(0.00deg) scale(0.99958836762165, 0.99958836762165);
    }
    41.88% {
        transform: translate3D(-5.795px, 5.795px, 0.00px) rotate(0.00deg) scale(0.99965706446734, 0.99965706446734);
    }
    42.41% {
        transform: translate3D(-5.835px, 5.835px, 0.00px) rotate(0.00deg) scale(0.99971999999611, 0.99971999999611);
    }
    42.93% {
        transform: translate3D(-5.865px, 5.865px, 0.00px) rotate(0.00deg) scale(0.99977700959895, 0.99977700959895);
    }
    43.46% {
        transform: translate3D(-5.9px, 5.9px, 0.00px) rotate(0.00deg) scale(0.99982792866682, 0.99982792866682);
    }
    43.98% {
        transform: translate3D(-5.925px, 5.925px, 0.00px) rotate(0.00deg) scale(0.99987259259059, 0.99987259259059);
    }
    44.50% {
        transform: translate3D(-5.945px, 5.945px, 0.00px) rotate(0.00deg) scale(0.99991083676123, 0.99991083676123);
    }
    45.03% {
        transform: translate3D(-5.965px, 5.965px, 0.00px) rotate(0.00deg) scale(0.99994249656966, 0.99994249656966);
    }
    45.55% {
        transform: translate3D(-5.98px, 5.98px, 0.00px) rotate(0.00deg) scale(0.99996740740683, 0.99996740740683);
    }
    46.07% {
        transform: translate3D(-5.99px, 5.99px, 0.00px) rotate(0.00deg) scale(0.99998540466365, 0.99998540466365);
    }
    46.60% {
        transform: translate3D(-6px, 6px, 0.00px) rotate(0.00deg) scale(0.99999632373107, 0.99999632373107);
    }
    47.12% {
        transform: translate3D(-6px, 6px, 0.00px) rotate(0.00deg) scale(1, 1);
    }
    50.26% {
        transform: translate3D(-6px, 6px, 0.00px) rotate(0.00deg) scale(0.99999632373107, 0.99999632373107);
    }
    50.79% {
        transform: translate3D(-5.99px, 5.99px, 0.00px) rotate(0.00deg) scale(0.99998540466365, 0.99998540466365);
    }
    51.31% {
        transform: translate3D(-5.98px, 5.98px, 0.00px) rotate(0.00deg) scale(0.99996740740683, 0.99996740740683);
    }
    51.83% {
        transform: translate3D(-5.965px, 5.965px, 0.00px) rotate(0.00deg) scale(0.99994249656966, 0.99994249656966);
    }
    52.36% {
        transform: translate3D(-5.945px, 5.945px, 0.00px) rotate(0.00deg) scale(0.99991083676123, 0.99991083676123);
    }
    52.88% {
        transform: translate3D(-5.925px, 5.925px, 0.00px) rotate(0.00deg) scale(0.99987259259059, 0.99987259259059);
    }
    53.40% {
        transform: translate3D(-5.9px, 5.9px, 0.00px) rotate(0.00deg) scale(0.99982792866682, 0.99982792866682);
    }
    53.93% {
        transform: translate3D(-5.865px, 5.865px, 0.00px) rotate(0.00deg) scale(0.99977700959895, 0.99977700959895);
    }
    54.45% {
        transform: translate3D(-5.835px, 5.835px, 0.00px) rotate(0.00deg) scale(0.99971999999611, 0.99971999999611);
    }
    54.97% {
        transform: translate3D(-5.795px, 5.795px, 0.00px) rotate(0.00deg) scale(0.99965706446734, 0.99965706446734);
    }
    55.50% {
        transform: translate3D(-5.755px, 5.755px, 0.00px) rotate(0.00deg) scale(0.99958836762165, 0.99958836762165);
    }
    56.02% {
        transform: translate3D(-5.71px, 5.71px, 0.00px) rotate(0.00deg) scale(0.99951407406821, 0.99951407406821);
    }
    56.54% {
        transform: translate3D(-5.66px, 5.66px, 0.00px) rotate(0.00deg) scale(0.99943434841597, 0.99943434841597);
    }
    57.07% {
        transform: translate3D(-5.61px, 5.61px, 0.00px) rotate(0.00deg) scale(0.99934935527406, 0.99934935527406);
    }
    57.59% {
        transform: translate3D(-5.555px, 5.555px, 0.00px) rotate(0.00deg) scale(0.99925925925159, 0.99925925925159);
    }
    58.12% {
        transform: translate3D(-5.5px, 5.5px, 0.00px) rotate(0.00deg) scale(0.99916422495745, 0.99916422495745);
    }
    58.64% {
        transform: translate3D(-5.44px, 5.44px, 0.00px) rotate(0.00deg) scale(0.99906441700088, 0.99906441700088);
    }
    59.16% {
        transform: translate3D(-5.375px, 5.375px, 0.00px) rotate(0.00deg) scale(0.99895999999075, 0.99895999999075);
    }
    59.69% {
        transform: translate3D(-5.31px, 5.31px, 0.00px) rotate(0.00deg) scale(0.99885113853632, 0.99885113853632);
    }
    60.21% {
        transform: translate3D(-5.245px, 5.245px, 0.00px) rotate(0.00deg) scale(0.99873799724657, 0.99873799724657);
    }
    60.73% {
        transform: translate3D(-5.17px, 5.17px, 0.00px) rotate(0.00deg) scale(0.9986207407305, 0.9986207407305);
    }
    61.26% {
        transform: translate3D(-5.1px, 5.1px, 0.00px) rotate(0.00deg) scale(0.99849953359725, 0.99849953359725);
    }
    61.78% {
        transform: translate3D(-5.025px, 5.025px, 0.00px) rotate(0.00deg) scale(0.99837454045577, 0.99837454045577);
    }
    62.30% {
        transform: translate3D(-4.945px, 4.945px, 0.00px) rotate(0.00deg) scale(0.99824592591522, 0.99824592591522);
    }
    62.83% {
        transform: translate3D(-4.87px, 4.87px, 0.00px) rotate(0.00deg) scale(0.99811385458457, 0.99811385458457);
    }
    63.35% {
        transform: translate3D(-4.785px, 4.785px, 0.00px) rotate(0.00deg) scale(0.99797849107295, 0.99797849107295);
    }
    63.87% {
        transform: translate3D(-4.705px, 4.705px, 0.00px) rotate(0.00deg) scale(0.99783999998944, 0.99783999998944);
    }
    64.40% {
        transform: translate3D(-4.62px, 4.62px, 0.00px) rotate(0.00deg) scale(0.99769854594298, 0.99769854594298);
    }
    64.92% {
        transform: translate3D(-4.53px, 4.53px, 0.00px) rotate(0.00deg) scale(0.99755429354264, 0.99755429354264);
    }
    65.45% {
        transform: translate3D(-4.445px, 4.445px, 0.00px) rotate(0.00deg) scale(0.99740740739756, 0.99740740739756);
    }
    65.97% {
        transform: translate3D(-4.355px, 4.355px, 0.00px) rotate(0.00deg) scale(0.9972580521167, 0.9972580521167);
    }
    66.49% {
        transform: translate3D(-4.265px, 4.265px, 0.00px) rotate(0.00deg) scale(0.99710639230921, 0.99710639230921);
    }
    67.02% {
        transform: translate3D(-4.17px, 4.17px, 0.00px) rotate(0.00deg) scale(0.99695259258395, 0.99695259258395);
    }
    67.54% {
        transform: translate3D(-4.08px, 4.08px, 0.00px) rotate(0.00deg) scale(0.99679681755027, 0.99679681755027);
    }
    68.06% {
        transform: translate3D(-3.985px, 3.985px, 0.00px) rotate(0.00deg) scale(0.99663923181692, 0.99663923181692);
    }
    68.59% {
        transform: translate3D(-3.89px, 3.89px, 0.00px) rotate(0.00deg) scale(0.99647999999305, 0.99647999999305);
    }
    69.11% {
        transform: translate3D(-3.79px, 3.79px, 0.00px) rotate(0.00deg) scale(0.99631928668783, 0.99631928668783);
    }
    69.63% {
        transform: translate3D(-3.695px, 3.695px, 0.00px) rotate(0.00deg) scale(0.99615725651019, 0.99615725651019);
    }
    70.16% {
        transform: translate3D(-3.595px, 3.595px, 0.00px) rotate(0.00deg) scale(0.9959940740693, 0.9959940740693);
    }
    70.68% {
        transform: translate3D(-3.50px, 3.50px, 0.00px) rotate(0.00deg) scale(0.99582990397399, 0.99582990397399);
    }
    71.20% {
        transform: translate3D(-3.40px, 3.40px, 0.00px) rotate(0.00deg) scale(0.99566491083353, 0.99566491083353);
    }
    71.73% {
        transform: translate3D(-3.30px, 3.30px, 0.00px) rotate(0.00deg) scale(0.99549925925676, 0.99549925925676);
    }
    72.25% {
        transform: translate3D(-3.20px, 3.20px, 0.00px) rotate(0.00deg) scale(0.99533311385295, 0.99533311385295);
    }
    72.77% {
        transform: translate3D(-3.10px, 3.10px, 0.00px) rotate(0.00deg) scale(0.99516663923103, 0.99516663923103);
    }
    73.30% {
        transform: translate3D(-3.00px, 3.00px, 0.00px) rotate(0.00deg) scale(0.99500000000006, 0.99500000000006);
    }
    73.82% {
        transform: translate3D(-2.9px, 2.9px, 0.00px) rotate(0.00deg) scale(0.99483336076909, 0.99483336076909);
    }
    74.35% {
        transform: translate3D(-2.8px, 2.8px, 0.00px) rotate(0.00deg) scale(0.99466688614706, 0.99466688614706);
    }
    74.87% {
        transform: translate3D(-2.7px, 2.7px, 0.00px) rotate(0.00deg) scale(0.99450074074324, 0.99450074074324);
    }
    75.39% {
        transform: translate3D(-2.6px, 2.6px, 0.00px) rotate(0.00deg) scale(0.99433508916658, 0.99433508916658);
    }
    75.92% {
        transform: translate3D(-2.7px, 2.7px, 0.00px) rotate(0.00deg) scale(0.99450074074324, 0.99450074074324);
    }
    76.44% {
        transform: translate3D(-2.6px, 2.6px, 0.00px) rotate(0.00deg) scale(0.99433508916658, 0.99433508916658);
    }
    76.96% {
        transform: translate3D(-2.505px, 2.505px, 0.00px) rotate(0.00deg) scale(0.99417009602601, 0.99417009602601);
    }
    77.49% {
        transform: translate3D(-2.405px, 2.405px, 0.00px) rotate(0.00deg) scale(0.99400592593071, 0.99400592593071);
    }
    78.01% {
        transform: translate3D(-2.305px, 2.305px, 0.00px) rotate(0.00deg) scale(0.99384274348981, 0.99384274348981);
    }
    78.53% {
        transform: translate3D(-2.21px, 2.21px, 0.00px) rotate(0.00deg) scale(0.99368071331218, 0.99368071331218);
    }
    79.06% {
        transform: translate3D(-2.115px, 2.115px, 0.00px) rotate(0.00deg) scale(0.99352000000695, 0.99352000000695);
    }
    79.58% {
        transform: translate3D(-2.015px, 2.015px, 0.00px) rotate(0.00deg) scale(0.99336076818308, 0.99336076818308);
    }
    80.10% {
        transform: translate3D(-1.925px, 1.925px, 0.00px) rotate(0.00deg) scale(0.99320318244984, 0.99320318244984);
    }
    80.63% {
        transform: translate3D(-1.83px, 1.83px, 0.00px) rotate(0.00deg) scale(0.99304740741605, 0.99304740741605);
    }
    81.15% {
        transform: translate3D(-1.735px, 1.735px, 0.00px) rotate(0.00deg) scale(0.99289360769089, 0.99289360769089);
    }
    81.68% {
        transform: translate3D(-1.645px, 1.645px, 0.00px) rotate(0.00deg) scale(0.99274194788331, 0.99274194788331);
    }
    82.20% {
        transform: translate3D(-1.555px, 1.555px, 0.00px) rotate(0.00deg) scale(0.99259259260245, 0.99259259260245);
    }
    82.72% {
        transform: translate3D(-1.465px, 1.465px, 0.00px) rotate(0.00deg) scale(0.99244570645737, 0.99244570645737);
    }
    83.25% {
        transform: translate3D(-1.38px, 1.38px, 0.00px) rotate(0.00deg) scale(0.99230145405712, 0.99230145405712);
    }
    83.77% {
        transform: translate3D(-1.295px, 1.295px, 0.00px) rotate(0.00deg) scale(0.99216000001057, 0.99216000001057);
    }
    84.29% {
        transform: translate3D(-1.215px, 1.215px, 0.00px) rotate(0.00deg) scale(0.99202150892705, 0.99202150892705);
    }
    84.82% {
        transform: translate3D(-1.13px, 1.13px, 0.00px) rotate(0.00deg) scale(0.99188614541543, 0.99188614541543);
    }
    85.34% {
        transform: translate3D(-1.055px, 1.055px, 0.00px) rotate(0.00deg) scale(0.99175407408478, 0.99175407408478);
    }
    85.86% {
        transform: translate3D(-0.975px, 0.975px, 0.00px) rotate(0.00deg) scale(0.99162545954423, 0.99162545954423);
    }
    86.39% {
        transform: translate3D(-0.90px, 0.90px, 0.00px) rotate(0.00deg) scale(0.99150046640284, 0.99150046640284);
    }
    86.91% {
        transform: translate3D(-0.83px, 0.83px, 0.00px) rotate(0.00deg) scale(0.9913792592695, 0.9913792592695);
    }
    87.43% {
        transform: translate3D(-0.755px, 0.755px, 0.00px) rotate(0.00deg) scale(0.99126200275343, 0.99126200275343);
    }
    87.96% {
        transform: translate3D(-0.69px, 0.69px, 0.00px) rotate(0.00deg) scale(0.99114886146369, 0.99114886146369);
    }
    88.48% {
        transform: translate3D(-0.625px, 0.625px, 0.00px) rotate(0.00deg) scale(0.99104000000925, 0.99104000000925);
    }
    89.01% {
        transform: translate3D(-0.56px, 0.56px, 0.00px) rotate(0.00deg) scale(0.99093558299918, 0.99093558299918);
    }
    89.53% {
        transform: translate3D(-0.50px, 0.50px, 0.00px) rotate(0.00deg) scale(0.99083577504255, 0.99083577504255);
    }
    90.05% {
        transform: translate3D(-0.445px, 0.445px, 0.00px) rotate(0.00deg) scale(0.99074074074847, 0.99074074074847);
    }
    90.58% {
        transform: translate3D(-0.39px, 0.39px, 0.00px) rotate(0.00deg) scale(0.99065064472594, 0.99065064472594);
    }
    91.10% {
        transform: translate3D(-0.34px, 0.34px, 0.00px) rotate(0.00deg) scale(0.99056565158403, 0.99056565158403);
    }
    91.62% {
        transform: translate3D(-0.29px, 0.29px, 0.00px) rotate(0.00deg) scale(0.99048592593179, 0.99048592593179);
    }
    92.15% {
        transform: translate3D(-0.245px, 0.245px, 0.00px) rotate(0.00deg) scale(0.99041163237835, 0.99041163237835);
    }
    92.67% {
        transform: translate3D(-0.205px, 0.205px, 0.00px) rotate(0.00deg) scale(0.99034293553266, 0.99034293553266);
    }
    93.19% {
        transform: translate3D(-0.165px, 0.165px, 0.00px) rotate(0.00deg) scale(0.99028000000389, 0.99028000000389);
    }
    93.72% {
        transform: translate3D(-0.135px, 0.135px, 0.00px) rotate(0.00deg) scale(0.99022299040105, 0.99022299040105);
    }
    94.24% {
        transform: translate3D(-0.10px, 0.10px, 0.00px) rotate(0.00deg) scale(0.99017207133321, 0.99017207133321);
    }
    94.76% {
        transform: translate3D(-0.075px, 0.075px, 0.00px) rotate(0.00deg) scale(0.99012740740943, 0.99012740740943);
    }
    95.29% {
        transform: translate3D(-0.055px, 0.055px, 0.00px) rotate(0.00deg) scale(0.99008916323877, 0.99008916323877);
    }
    95.81% {
        transform: translate3D(-0.035px, 0.035px, 0.00px) rotate(0.00deg) scale(0.99005750343034, 0.99005750343034);
    }
    96.34% {
        transform: translate3D(-0.02px, 0.02px, 0.00px) rotate(0.00deg) scale(0.99003259259317, 0.99003259259317);
    }
    96.86% {
        transform: translate3D(-0.01px, 0.01px, 0.00px) rotate(0.00deg) scale(0.99001459533635, 0.99001459533635);
    }
    100.00% {
        transform: translate3D(-0.00px, 0.00px, 0.00px) rotate(0.00deg) scale(0.99000367626893, 0.99000367626893);
    }
}

.enterprisesCard .swiper_box .img5 {
    width: 141px;
    height: 124px;
    top: 253px;
    left: 61.5%;
    position: absolute;
    transform-style: preserve-3d;
    transform: translate3D(0, 0, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    opacity: 1.00;
    animation: BX_AniKey1 3.18s steps(1) infinite;
}

@keyframes BX_AniKey1 {
    0.00% {
        transform: translate3D(0.00px, 0.00px, 0.00px) rotate(0.00deg) scale(0.99000367626893, 0.99000367626893);
    }
    0.52% {
        transform: translate3D(-0.005px, 0.005px, 0.00px) rotate(0.00deg) scale(0.99001459533635, 0.99001459533635);
    }
    1.05% {
        transform: translate3D(-0.015px, 0.015px, 0.00px) rotate(0.00deg) scale(0.99003259259317, 0.99003259259317);
    }
    1.57% {
        transform: translate3D(-0.03px, 0.03px, 0.00px) rotate(0.00deg) scale(0.99005750343034, 0.99005750343034);
    }
    2.09% {
        transform: translate3D(-0.055px, 0.055px, 0.00px) rotate(0.00deg) scale(0.99008916323877, 0.99008916323877);
    }
    2.62% {
        transform: translate3D(-0.09px, 0.09px, 0.00px) rotate(0.00deg) scale(0.99012740740943, 0.99012740740943);
    }
    3.14% {
        transform: translate3D(-0.125px, 0.125px, 0.00px) rotate(0.00deg) scale(0.99017207133321, 0.99017207133321);
    }
    3.66% {
        transform: translate3D(-0.17px, 0.17px, 0.00px) rotate(0.00deg) scale(0.99022299040105, 0.99022299040105);
    }
    4.19% {
        transform: translate3D(-0.22px, 0.22px, 0.00px) rotate(0.00deg) scale(0.99028000000389, 0.99028000000389);
    }
    4.71% {
        transform: translate3D(-0.28px, 0.28px, 0.00px) rotate(0.00deg) scale(0.99034293553266, 0.99034293553266);
    }
    5.24% {
        transform: translate3D(-0.34px, 0.34px, 0.00px) rotate(0.00deg) scale(0.99041163237835, 0.99041163237835);
    }
    5.76% {
        transform: translate3D(-0.41px, 0.41px, 0.00px) rotate(0.00deg) scale(0.99048592593179, 0.99048592593179);
    }
    6.28% {
        transform: translate3D(-0.48px, 0.48px, 0.00px) rotate(0.00deg) scale(0.99056565158403, 0.99056565158403);
    }
    6.81% {
        transform: translate3D(-0.57px, 0.57px, 0.00px) rotate(0.00deg) scale(0.99065064472594, 0.99065064472594);
    }
    7.33% {
        transform: translate3D(-0.65px, 0.65px, 0.00px) rotate(0.00deg) scale(0.99074074074847, 0.99074074074847);
    }
    7.85% {
        transform: translate3D(-0.74px, 0.74px, 0.00px) rotate(0.00deg) scale(0.99083577504255, 0.99083577504255);
    }
    8.38% {
        transform: translate3D(-0.835px, 0.835px, 0.00px) rotate(0.00deg) scale(0.99093558299918, 0.99093558299918);
    }
    8.90% {
        transform: translate3D(-0.935px, 0.935px, 0.00px) rotate(0.00deg) scale(0.99104000000925, 0.99104000000925);
    }
    9.42% {
        transform: translate3D(-1.04px, 1.04px, 0.00px) rotate(0.00deg) scale(0.99114886146369, 0.99114886146369);
    }
    9.95% {
        transform: translate3D(-1.15px, 1.15px, 0.00px) rotate(0.00deg) scale(0.99126200275343, 0.99126200275343);
    }
    10.47% {
        transform: translate3D(-1.26px, 1.26px, 0.00px) rotate(0.00deg) scale(0.9913792592695, 0.9913792592695);
    }
    10.99% {
        transform: translate3D(-1.38px, 1.38px, 0.00px) rotate(0.00deg) scale(0.99150046640284, 0.99150046640284);
    }
    11.52% {
        transform: translate3D(-1.5px, 1.5px, 0.00px) rotate(0.00deg) scale(0.99162545954423, 0.99162545954423);
    }
    12.04% {
        transform: translate3D(-1.625px, 1.625px, 0.00px) rotate(0.00deg) scale(0.99175407408478, 0.99175407408478);
    }
    12.57% {
        transform: translate3D(-1.755px, 1.755px, 0.00px) rotate(0.00deg) scale(0.99188614541543, 0.99188614541543);
    }
    13.09% {
        transform: translate3D(-1.885px, 1.885px, 0.00px) rotate(0.00deg) scale(0.99202150892705, 0.99202150892705);
    }
    13.61% {
        transform: translate3D(-2.02px, 2.02px, 0.00px) rotate(0.00deg) scale(0.99216000001057, 0.99216000001057);
    }
    14.14% {
        transform: translate3D(-2.16px, 2.16px, 0.00px) rotate(0.00deg) scale(0.99230145405712, 0.99230145405712);
    }
    14.66% {
        transform: translate3D(-2.30px, 2.30px, 0.00px) rotate(0.00deg) scale(0.99244570645737, 0.99244570645737);
    }
    15.18% {
        transform: translate3D(-2.445px, 2.445px, 0.00px) rotate(0.00deg) scale(0.99259259260245, 0.99259259260245);
    }
    15.71% {
        transform: translate3D(-2.595px, 2.595px, 0.00px) rotate(0.00deg) scale(0.99274194788331, 0.99274194788331);
    }
    16.23% {
        transform: translate3D(-2.74px, 2.74px, 0.00px) rotate(0.00deg) scale(0.99289360769089, 0.99289360769089);
    }
    16.75% {
        transform: translate3D(-2.895px, 2.895px, 0.00px) rotate(0.00deg) scale(0.99304740741605, 0.99304740741605);
    }
    17.28% {
        transform: translate3D(-3.05px, 3.05px, 0.00px) rotate(0.00deg) scale(0.99320318244984, 0.99320318244984);
    }
    17.80% {
        transform: translate3D(-3.205px, 3.205px, 0.00px) rotate(0.00deg) scale(0.99336076818308, 0.99336076818308);
    }
    18.32% {
        transform: translate3D(-3.36px, 3.36px, 0.00px) rotate(0.00deg) scale(0.99352000000695, 0.99352000000695);
    }
    18.85% {
        transform: translate3D(-3.52px, 3.52px, 0.00px) rotate(0.00deg) scale(0.99368071331218, 0.99368071331218);
    }
    19.37% {
        transform: translate3D(-3.685px, 3.685px, 0.00px) rotate(0.00deg) scale(0.99384274348981, 0.99384274348981);
    }
    19.90% {
        transform: translate3D(-3.845px, 3.845px, 0.00px) rotate(0.00deg) scale(0.99400592593071, 0.99400592593071);
    }
    20.42% {
        transform: translate3D(-4.01px, 4.01px, 0.00px) rotate(0.00deg) scale(0.99417009602601, 0.99417009602601);
    }
    20.99% {
        transform: translate3D(-4.17px, 4.17px, 0.00px) rotate(0.00deg) scale(0.99433508916658, 0.99433508916658);
    }
    21.47% {
        transform: translate3D(-4.335px, 4.335px, 0.00px) rotate(0.00deg) scale(0.99450074074324, 0.99450074074324);
    }
    21.99% {
        transform: translate3D(-4.50px, 4.50px, 0.00px) rotate(0.00deg) scale(0.99466688614706, 0.99466688614706);
    }
    22.51% {
        transform: translate3D(-4.67px, 4.67px, 0.00px) rotate(0.00deg) scale(0.99483336076909, 0.99483336076909);
    }
    23.04% {
        transform: translate3D(-4.835px, 4.835px, 0.00px) rotate(0.00deg) scale(0.99500000000006, 0.99500000000006);
    }
    23.56% {
        transform: translate3D(-5.00px, 5.00px, 0.00px) rotate(0.00deg) scale(0.99516663923103, 0.99516663923103);
    }
    24.08% {
        transform: translate3D(-5.165px, 5.165px, 0.00px) rotate(0.00deg) scale(0.99533311385295, 0.99533311385295);
    }
    24.61% {
        transform: translate3D(-5.335px, 5.335px, 0.00px) rotate(0.00deg) scale(0.99549925925676, 0.99549925925676);
    }
    25.13% {
        transform: translate3D(-5.5px, 5.5px, 0.00px) rotate(0.00deg) scale(0.99566491083353, 0.99566491083353);
    }
    25.65% {
        transform: translate3D(-5.665px, 5.665px, 0.00px) rotate(0.00deg) scale(0.99582990397399, 0.99582990397399);
    }
    26.18% {
        transform: translate3D(-5.83px, 5.83px, 0.00px) rotate(0.00deg) scale(0.9959940740693, 0.9959940740693);
    }
    26.70% {
        transform: translate3D(-5.995px, 5.995px, 0.00px) rotate(0.00deg) scale(0.99615725651019, 0.99615725651019);
    }
    27.23% {
        transform: translate3D(-6.115px, 6.115px, 0.00px) rotate(0.00deg) scale(0.99631928668783, 0.99631928668783);
    }
    27.75% {
        transform: translate3D(-6.32px, 6.32px, 0.00px) rotate(0.00deg) scale(0.99647999999305, 0.99647999999305);
    }
    28.27% {
        transform: translate3D(-6.48px, 6.48px, 0.00px) rotate(0.00deg) scale(0.99663923181692, 0.99663923181692);
    }
    28.80% {
        transform: translate3D(-6.64px, 6.64px, 0.00px) rotate(0.00deg) scale(0.99679681755027, 0.99679681755027);
    }
    29.32% {
        transform: translate3D(-6.795px, 6.795px, 0.00px) rotate(0.00deg) scale(0.99695259258395, 0.99695259258395);
    }
    29.84% {
        transform: translate3D(-6.95px, 6.95px, 0.00px) rotate(0.00deg) scale(0.99710639230921, 0.99710639230921);
    }
    30.37% {
        transform: translate3D(-7.105px, 7.105px, 0.00px) rotate(0.00deg) scale(0.9972580521167, 0.9972580521167);
    }
    30.89% {
        transform: translate3D(-7.26px, 7.26px, 0.00px) rotate(0.00deg) scale(0.99740740739756, 0.99740740739756);
    }
    31.41% {
        transform: translate3D(-7.405px, 7.405px, 0.00px) rotate(0.00deg) scale(0.99755429354264, 0.99755429354264);
    }
    31.94% {
        transform: translate3D(-7.555px, 7.555px, 0.00px) rotate(0.00deg) scale(0.99769854594298, 0.99769854594298);
    }
    32.46% {
        transform: translate3D(-7.70px, 7.70px, 0.00px) rotate(0.00deg) scale(0.99783999998944, 0.99783999998944);
    }
    32.98% {
        transform: translate3D(-7.84px, 7.84px, 0.00px) rotate(0.00deg) scale(0.99797849107295, 0.99797849107295);
    }
    33.51% {
        transform: translate3D(-7.98px, 7.98px, 0.00px) rotate(0.00deg) scale(0.99811385458457, 0.99811385458457);
    }
    34.03% {
        transform: translate3D(-8.115px, 8.115px, 0.00px) rotate(0.00deg) scale(0.99824592591522, 0.99824592591522);
    }
    34.55% {
        transform: translate3D(-8.245px, 8.245px, 0.00px) rotate(0.00deg) scale(0.99837454045577, 0.99837454045577);
    }
    35.08% {
        transform: translate3D(-8.375px, 8.375px, 0.00px) rotate(0.00deg) scale(0.99849953359725, 0.99849953359725);
    }
    35.60% {
        transform: translate3D(-8.50px, 8.50px, 0.00px) rotate(0.00deg) scale(0.9986207407305, 0.9986207407305);
    }
    36.13% {
        transform: translate3D(-8.62px, 8.62px, 0.00px) rotate(0.00deg) scale(0.99873799724657, 0.99873799724657);
    }
    36.65% {
        transform: translate3D(-8.74px, 8.74px, 0.00px) rotate(0.00deg) scale(0.99885113853632, 0.99885113853632);
    }
    37.17% {
        transform: translate3D(-8.85px, 8.85px, 0.00px) rotate(0.00deg) scale(0.99895999999075, 0.99895999999075);
    }
    37.70% {
        transform: translate3D(-8.96px, 8.96px, 0.00px) rotate(0.00deg) scale(0.99906441700088, 0.99906441700088);
    }
    38.22% {
        transform: translate3D(-9.065px, 9.065px, 0.00px) rotate(0.00deg) scale(0.99916422495745, 0.99916422495745);
    }
    38.74% {
        transform: translate3D(-9.165px, 9.165px, 0.00px) rotate(0.00deg) scale(0.99925925925159, 0.99925925925159);
    }
    39.27% {
        transform: translate3D(-9.26px, 9.26px, 0.00px) rotate(0.00deg) scale(0.99934935527406, 0.99934935527406);
    }
    39.79% {
        transform: translate3D(-9.35px, 9.35px, 0.00px) rotate(0.00deg) scale(0.99943434841597, 0.99943434841597);
    }
    40.31% {
        transform: translate3D(-9.435px, 9.435px, 0.00px) rotate(0.00deg) scale(0.99951407406821, 0.99951407406821);
    }
    40.84% {
        transform: translate3D(-9.515px, 9.515px, 0.00px) rotate(0.00deg) scale(0.99958836762165, 0.99958836762165);
    }
    41.36% {
        transform: translate3D(-9.59px, 9.59px, 0.00px) rotate(0.00deg) scale(0.99965706446734, 0.99965706446734);
    }
    41.88% {
        transform: translate3D(-9.66px, 9.66px, 0.00px) rotate(0.00deg) scale(0.99971999999611, 0.99971999999611);
    }
    42.41% {
        transform: translate3D(-9.72px, 9.72px, 0.00px) rotate(0.00deg) scale(0.99977700959895, 0.99977700959895);
    }
    42.93% {
        transform: translate3D(-9.78px, 9.78px, 0.00px) rotate(0.00deg) scale(0.99982792866682, 0.99982792866682);
    }
    43.46% {
        transform: translate3D(-9.83px, 9.83px, 0.00px) rotate(0.00deg) scale(0.99982792866682, 0.99982792866682);
    }
    43.98% {
        transform: translate3D(-9.875px, 9.875px, 0.00px) rotate(0.00deg) scale(0.99987259259059, 0.99987259259059);
    }
    44.50% {
        transform: translate3D(-9.91px, 9.91px, 0.00px) rotate(0.00deg) scale(0.99991083676123, 0.99991083676123);
    }
    45.03% {
        transform: translate3D(-9.945px, 9.945px, 0.00px) rotate(0.00deg) scale(0.99994249656966, 0.99994249656966);
    }
    45.55% {
        transform: translate3D(-9.97px, 9.97px, 0.00px) rotate(0.00deg) scale(0.99996740740683, 0.99996740740683);
    }
    46.07% {
        transform: translate3D(-9.985px, 9.985px, 0.00px) rotate(0.00deg) scale(0.99998540466365, 0.99998540466365);
    }
    46.60% {
        transform: translate3D(-9.995px, 9.995px, 0.00px) rotate(0.00deg) scale(0.99999632373107, 0.99999632373107);
    }
    47.12% {
        transform: translate3D(-10.00px, 10.00px, 0.00px) rotate(0.00deg) scale(1, 1);
    }
    50.26% {
        transform: translate3D(-9.995px, 9.995px, 0.00px) rotate(0.00deg) scale(0.99999632373107, 0.99999632373107);
    }
    50.79% {
        transform: translate3D(-9.985px, 9.985px, 0.00px) rotate(0.00deg) scale(0.99998540466365, 0.99998540466365);
    }
    51.31% {
        transform: translate3D(-9.97px, 9.97px, 0.00px) rotate(0.00deg) scale(0.99996740740683, 0.99996740740683);
    }
    51.83% {
        transform: translate3D(-9.945px, 9.945px, 0.00px) rotate(0.00deg) scale(0.99994249656966, 0.99994249656966);
    }
    52.36% {
        transform: translate3D(-9.91px, 9.91px, 0.00px) rotate(0.00deg) scale(0.99991083676123, 0.99991083676123);
    }
    52.88% {
        transform: translate3D(-9.875px, 9.875px, 0.00px) rotate(0.00deg) scale(0.99987259259057, 0.99987259259057);
    }
    53.40% {
        transform: translate3D(-9.83px, 9.83px, 0.00px) rotate(0.00deg) scale(0.99982792866679, 0.99982792866679);
    }
    53.93% {
        transform: translate3D(-9.78px, 9.78px, 0.00px) rotate(0.00deg) scale(0.99977700959895, 0.99977700959895);
    }
    54.45% {
        transform: translate3D(-9.72px, 9.72px, 0.00px) rotate(0.00deg) scale(0.99971999999611, 0.99971999999611);
    }
    54.97% {
        transform: translate3D(-9.66px, 9.66px, 0.00px) rotate(0.00deg) scale(0.99965706446734, 0.99965706446734);
    }
    55.50% {
        transform: translate3D(-9.59px, 9.59px, 0.00px) rotate(0.00deg) scale(0.99958836762165, 0.99958836762165);
    }
    56.02% {
        transform: translate3D(-9.515px, 9.515px, 0.00px) rotate(0.00deg) scale(0.99951407406821, 0.99951407406821);
    }
    56.54% {
        transform: translate3D(-9.435px, 9.435px, 0.00px) rotate(0.00deg) scale(0.99943434841597, 0.99943434841597);
    }
    57.07% {
        transform: translate3D(-9.35px, 9.35px, 0.00px) rotate(0.00deg) scale(0.99934935527406, 0.99934935527406);
    }
    57.59% {
        transform: translate3D(-9.26px, 9.26px, 0.00px) rotate(0.00deg) scale(0.99925925925153, 0.99925925925153);
    }
    58.12% {
        transform: translate3D(-9.165px, 9.165px, 0.00px) rotate(0.00deg) scale(0.99916422495745, 0.99916422495745);
    }
    58.64% {
        transform: translate3D(-9.065px, 9.065px, 0.00px) rotate(0.00deg) scale(0.99906441700082, 0.99906441700082);
    }
    59.16% {
        transform: translate3D(-8.96px, 8.96px, 0.00px) rotate(0.00deg) scale(0.99895999999075, 0.99895999999075);
    }
    59.69% {
        transform: translate3D(-8.85px, 8.85px, 0.00px) rotate(0.00deg) scale(0.99885113853631, 0.99885113853631);
    }
    60.21% {
        transform: translate3D(-8.74px, 8.74px, 0.00px) rotate(0.00deg) scale(0.99873799724657, 0.99873799724657);
    }
    60.73% {
        transform: translate3D(-8.62px, 8.62px, 0.00px) rotate(0.00deg) scale(0.9986207407305, 0.9986207407305);
    }
    61.26% {
        transform: translate3D(-8.50px, 8.50px, 0.00px) rotate(0.00deg) scale(0.99849953359716, 0.99849953359716);
    }
    61.78% {
        transform: translate3D(-8.375px, 8.375px, 0.00px) rotate(0.00deg) scale(0.99837454045577, 0.99837454045577);
    }
    62.30% {
        transform: translate3D(-8.245px, 8.245px, 0.00px) rotate(0.00deg) scale(0.99824592591522, 0.99824592591522);
    }
    62.83% {
        transform: translate3D(-8.115px, 8.115px, 0.00px) rotate(0.00deg) scale(0.99811385458457, 0.99811385458457);
    }
    63.35% {
        transform: translate3D(-7.98px, 7.98px, 0.00px) rotate(0.00deg) scale(0.99797849107295, 0.99797849107295);
    }
    63.87% {
        transform: translate3D(-7.84px, 7.84px, 0.00px) rotate(0.00deg) scale(0.99783999998943, 0.99783999998943);
    }
    64.40% {
        transform: translate3D(-7.70px, 7.70px, 0.00px) rotate(0.00deg) scale(0.99769854594288, 0.99769854594288);
    }
    64.92% {
        transform: translate3D(-7.555px, 7.555px, 0.00px) rotate(0.00deg) scale(0.99755429354263, 0.99755429354263);
    }
    65.45% {
        transform: translate3D(-7.405px, 7.405px, 0.00px) rotate(0.00deg) scale(0.99740740739755, 0.99740740739755);
    }
    65.97% {
        transform: translate3D(-7.26px, 7.26px, 0.00px) rotate(0.00deg) scale(0.99725805211669, 0.99725805211669);
    }
    66.49% {
        transform: translate3D(-7.105px, 7.105px, 0.00px) rotate(0.00deg) scale(0.99710639230911, 0.99710639230911);
    }
    67.02% {
        transform: translate3D(-6.95px, 6.95px, 0.00px) rotate(0.00deg) scale(0.99695259258395, 0.99695259258395);
    }
    67.54% {
        transform: translate3D(-6.795px, 6.795px, 0.00px) rotate(0.00deg) scale(0.99679681755016, 0.99679681755016);
    }
    68.06% {
        transform: translate3D(-6.64px, 6.64px, 0.00px) rotate(0.00deg) scale(0.99663923181692, 0.99663923181692);
    }
    68.59% {
        transform: translate3D(-6.48px, 6.48px, 0.00px) rotate(0.00deg) scale(0.99647999999305, 0.99647999999305);
    }
    69.11% {
        transform: translate3D(-6.32px, 6.32px, 0.00px) rotate(0.00deg) scale(0.99631928668782, 0.99631928668782);
    }
    69.63% {
        transform: translate3D(-6.115px, 6.115px, 0.00px) rotate(0.00deg) scale(0.99615725651019, 0.99615725651019);
    }
    70.16% {
        transform: translate3D(-5.995px, 5.995px, 0.00px) rotate(0.00deg) scale(0.99599407406929, 0.99599407406929);
    }
    70.68% {
        transform: translate3D(-5.83px, 5.83px, 0.00px) rotate(0.00deg) scale(0.99566491083342, 0.99566491083342);
    }
    71.20% {
        transform: translate3D(-5.665px, 5.665px, 0.00px) rotate(0.00deg) scale(0.99549925925676, 0.99549925925676);
    }
    71.73% {
        transform: translate3D(-5.5px, 5.5px, 0.00px) rotate(0.00deg) scale(0.99533311385294, 0.99533311385294);
    }
    72.25% {
        transform: translate3D(-5.335px, 5.335px, 0.00px) rotate(0.00deg) scale(0.99516663923091, 0.99516663923091);
    }
    72.77% {
        transform: translate3D(-5.165px, 5.165px, 0.00px) rotate(0.00deg) scale(0.99499999999994, 0.99499999999994);
    }
    73.30% {
        transform: translate3D(-5.00px, 5.00px, 0.00px) rotate(0.00deg) scale(0.99483336076897, 0.99483336076897);
    }
    73.82% {
        transform: translate3D(-4.835px, 4.835px, 0.00px) rotate(0.00deg) scale(0.99466688614705, 0.99466688614705);
    }
    74.35% {
        transform: translate3D(-4.67px, 4.67px, 0.00px) rotate(0.00deg) scale(0.99450074074324, 0.99450074074324);
    }
    74.87% {
        transform: translate3D(-4.50px, 4.50px, 0.00px) rotate(0.00deg) scale(0.99433508916647, 0.99433508916647);
    }
    75.39% {
        transform: translate3D(-4.335px, 4.335px, 0.00px) rotate(0.00deg) scale(0.99417009602601, 0.99417009602601);
    }
    75.92% {
        transform: translate3D(-4.17px, 4.17px, 0.00px) rotate(0.00deg) scale(0.9940059259307, 0.9940059259307);
    }
    76.44% {
        transform: translate3D(-4.01px, 4.01px, 0.00px) rotate(0.00deg) scale(0.99384274348981, 0.99384274348981);
    }
    76.96% {
        transform: translate3D(-3.845px, 3.845px, 0.00px) rotate(0.00deg) scale(0.99368071331217, 0.99368071331217);
    }
    77.49% {
        transform: translate3D(-3.685px, 3.685px, 0.00px) rotate(0.00deg) scale(0.99352000000695, 0.99352000000695);
    }
    78.01% {
        transform: translate3D(-3.52px, 3.52px, 0.00px) rotate(0.00deg) scale(0.99336076818308, 0.99336076818308);
    }
    78.53% {
        transform: translate3D(-3.36px, 3.36px, 0.00px) rotate(0.00deg) scale(0.99320318244973, 0.99320318244973);
    }
    79.06% {
        transform: translate3D(-3.205px, 3.205px, 0.00px) rotate(0.00deg) scale(0.99304740741605, 0.99304740741605);
    }
    79.58% {
        transform: translate3D(-3.05px, 3.05px, 0.00px) rotate(0.00deg) scale(0.99289360769079, 0.99289360769079);
    }
    80.10% {
        transform: translate3D(-2.895px, 2.895px, 0.00px) rotate(0.00deg) scale(0.9927419478833, 0.9927419478833);
    }
    80.63% {
        transform: translate3D(-2.74px, 2.74px, 0.00px) rotate(0.00deg) scale(0.99259259260244, 0.99259259260244);
    }
    81.15% {
        transform: translate3D(-2.595px, 2.595px, 0.00px) rotate(0.00deg) scale(0.99244570645736, 0.99244570645736);
    }
    81.68% {
        transform: translate3D(-2.445px, 2.445px, 0.00px) rotate(0.00deg) scale(0.99230145405702, 0.99230145405702);
    }
    82.20% {
        transform: translate3D(-2.30px, 2.30px, 0.00px) rotate(0.00deg) scale(0.99216000001056, 0.99216000001056);
    }
    82.72% {
        transform: translate3D(-2.16px, 2.16px, 0.00px) rotate(0.00deg) scale(0.99202150892705, 0.99202150892705);
    }
    83.25% {
        transform: translate3D(-2.02px, 2.02px, 0.00px) rotate(0.00deg) scale(0.99188614541543, 0.99188614541543);
    }
    83.77% {
        transform: translate3D(-1.885px, 1.885px, 0.00px) rotate(0.00deg) scale(0.99175407408478, 0.99175407408478);
    }
    84.29% {
        transform: translate3D(-1.755px, 1.755px, 0.00px) rotate(0.00deg) scale(0.99162545954423, 0.99162545954423);
    }
    84.82% {
        transform: translate3D(-1.5px, 1.5px, 0.00px) rotate(0.00deg) scale(0.99150046640275, 0.99150046640275);
    }
    85.34% {
        transform: translate3D(-1.38px, 1.38px, 0.00px) rotate(0.00deg) scale(0.9913792592695, 0.9913792592695);
    }
    85.86% {
        transform: translate3D(-1.26px, 1.26px, 0.00px) rotate(0.00deg) scale(0.99126200275343, 0.99126200275343);
    }
    86.39% {
        transform: translate3D(-1.15px, 1.15px, 0.00px) rotate(0.00deg) scale(0.99114886146368, 0.99114886146368);
    }
    86.91% {
        transform: translate3D(-1.04px, 1.04px, 0.00px) rotate(0.00deg) scale(0.99104000000925, 0.99104000000925);
    }
    87.43% {
        transform: translate3D(-0.935px, 0.935px, 0.00px) rotate(0.00deg) scale(0.99093558299911, 0.99093558299911);
    }
    87.96% {
        transform: translate3D(-0.835px, 0.835px, 0.00px) rotate(0.00deg) scale(0.99083577504255, 0.99083577504255);
    }
    88.48% {
        transform: translate3D(-0.74px, 0.74px, 0.00px) rotate(0.00deg) scale(0.99074074074841, 0.99074074074841);
    }
    89.01% {
        transform: translate3D(-0.65px, 0.65px, 0.00px) rotate(0.00deg) scale(0.99065064472594, 0.99065064472594);
    }
    89.53% {
        transform: translate3D(-0.57px, 0.57px, 0.00px) rotate(0.00deg) scale(0.99056565158403, 0.99056565158403);
    }
    90.05% {
        transform: translate3D(-0.48px, 0.48px, 0.00px) rotate(0.00deg) scale(0.99048592593179, 0.99048592593179);
    }
    90.58% {
        transform: translate3D(-0.41px, 0.41px, 0.00px) rotate(0.00deg) scale(0.99041163237835, 0.99041163237835);
    }
    91.10% {
        transform: translate3D(-0.34px, 0.34px, 0.00px) rotate(0.00deg) scale(0.99034293553266, 0.99034293553266);
    }
    91.62% {
        transform: translate3D(-0.28px, 0.28px, 0.00px) rotate(0.00deg) scale(0.99028000000389, 0.99028000000389);
    }
    92.15% {
        transform: translate3D(-0.22px, 0.22px, 0.00px) rotate(0.00deg) scale(0.99022299040105, 0.99022299040105);
    }
    92.67% {
        transform: translate3D(-0.17px, 0.17px, 0.00px) rotate(0.00deg) scale(0.99017207133318, 0.99017207133318);
    }
    93.19% {
        transform: translate3D(-0.125px, 0.125px, 0.00px) rotate(0.00deg) scale(0.99012740740941, 0.99012740740941);
    }
    93.72% {
        transform: translate3D(-0.09px, 0.09px, 0.00px) rotate(0.00deg) scale(0.99008916323877, 0.99008916323877);
    }
    94.24% {
        transform: translate3D(-0.055px, 0.055px, 0.00px) rotate(0.00deg) scale(0.99005750343034, 0.99005750343034);
    }
    94.76% {
        transform: translate3D(-0.03px, 0.03px, 0.00px) rotate(0.00deg) scale(0.99003259259317, 0.99003259259317);
    }
    95.29% {
        transform: translate3D(-0.06px, 0.06px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
    95.81% {
        transform: translate3D(-0.03px, 0.03px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
    96.34% {
        transform: translate3D(-0.015px, 0.015px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
    96.86% {
        transform: translate3D(-0.005px, 0.005px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
    100.00% {
        transform: translate3D(0.00px, 0.00px, 0.00px) rotate(0.00deg) scale(0.99, 0.99);
    }
}

.enterprisesCard .productTab .productTab_content {
    display: flex;
    justify-content: center;
    padding-bottom: 75px;
    margin-top: 54px;
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img {
    width: 627px;
    height: 476px;
    display: block;
}

.enterprisesCard .productTab .productTab_content .jieSao_right {
    width: 400px;
    margin-left: 185px;
    margin-top: 156px;
}

.enterprisesCard .productTab .productTab_content .jieSao_right .jieSao_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
    margin-bottom: 16px;
}

.enterprisesCard .lightspot {
    height: 365px;
}

.enterprisesCard .lightspot .lightspot_top {
    margin-bottom: 79px;
}

.enterprisesCard .lightspot .lightspot_content .lightspot_item {
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.enterprisesCard .lightspot .lightspot_content .lightspot_item .lightspot_item_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.enterprisesCard .solution1 .solution_content ul {
    padding-top: 50px;
    height: 620px;
}

.enterprisesCard .solution1 #box2 .tab-itemBox .leftImg {
    height: 620px;
}

.enterprisesCard .solution1 .solution_content ul li {
    margin-bottom: 40px;
    height: 48px;
}

.enterprisesCard .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/enterprisesCard/12canyin@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.enterprisesCard .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/enterprisesCard/13kuaidi@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.enterprisesCard .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/enterprisesCard/14shenghuo@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.enterprisesCard .solution1 #box2 .tab-item:nth-child(4) .tab-itemBox .leftImg {
    background: url('../images/enterprisesCard/15dangzheng@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.enterprisesCard .solution1 #box2 .tab-item:nth-child(5) .tab-itemBox .leftImg {
    background: url('../images/enterprisesCard/16yiliao@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.enterprisesCard .solution1 #box2 .rightBox {
    padding-top: 100px;
}

.enterprisesCard .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 80px;
}

.enterprisesCard .solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 737px;
}

.enterprisesCard .solution1 #box2 .tab-bottom {
    height: 206px;
}

.enterprisesCard .solution1 #box2 .tab-bottom .tab-bottomBox {
    height: 197px;
    top: -90px;
}

.enterprisesCard .productTab .productTab_content .jieSao_left {
    position: relative;
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img1 {
    position: absolute;
    bottom: 0px;
    left: 200px;
    width: 228px;
    height: 165px;
    transform: translateY(50px);
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img1.animated {
    transform: translateY(-20px);
    animation: jieSaoimg 0.8s linear;
    -moz-animation: jieSaoimg 0.8s linear;
    -webkit-animation: jieSaoimg 0.8s linear;
    -o-animation: jieSaoimg 0.8s linear;
    animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
}

@keyframes jieSaoimg {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    80% {
        transform: translateY(-23px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@-moz-keyframes jieSaoimg {
    0% {
        transform: translateY(50px);
    }
    80% {
        transform: translateY(-23px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes jieSaoimg {
    0% {
        transform: translateY(50px);
    }
    80% {
        transform: translateY(-23px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@-o-keyframes jieSaoimg {
    0% {
        transform: translateY(50px);
    }
    80% {
        transform: translateY(-23px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img_box2 {
    position: absolute;
    bottom: 50px;
    left: 456px;
    width: 30px;
    height: 38px;
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img_box2 .img2 {
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(53deg);
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img_box2.animated {
    transform: rotate(-60deg);
    transform-origin: -150px -150px;
    animation: jieSaoimg_box1 0.8s;
    -moz-animation: jieSaoimg_box1 0.8s;
    -webkit-animation: jieSaoimg_box1 0.8s;
    -o-animation: jieSaoimg_box1 0.8s;
    animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.1, 0.25, 1);
}

@keyframes jieSaoimg_box1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-60deg);
    }
}

@-moz-keyframes jieSaoimg_box1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-60deg);
    }
}

@-webkit-keyframes jieSaoimg_box1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-60deg);
    }
}

@-o-keyframes jieSaoimg_box1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-60deg);
    }
}

.enterprisesCard .productTab .productTab_content .jieSao_left .img_box2 .img2.animated {
    transform: rotate(57deg);
    animation: jieSaoimg1 0.8s linear;
    -moz-animation: jieSaoimg1 0.8s linear;
    -webkit-animation: jieSaoimg1 0.8s linear;
    -o-animation: jieSaoimg1 0.8s linear;
}

@keyframes jieSaoimg1 {
    0% {
        transform: rotate(53deg);
    }
    100% {
        transform: rotate(57deg);
    }
}

.fiveGmessage .banner_nav .banner_nav_item {
    width: 600px;
}

.sweepTheCodeCall .banner_nav .banner_nav_item {
    width: 600px;
}


/* 数据验真页面 */

.dataCheckTrue .banner_nav .banner_nav_item {
    width: 400px;
}

.dataCheckTrue .swiper_box .img {
    width: 480px;
    height: 341px;
    left: 54%;
}

.dataCheckTrue .productTab .productTab_content .jieSao_left .img {
    width: 597px;
    height: 489px;
}

.dataCheckTrue .productTab .productTab_content .jieSao_right .jieSao_txt1 {
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-bottom: 22px;
}

.dataCheckTrue .purchase .purchase_content {
    margin-top: 40px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item {
    width: 285px;
    height: 428px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item::before {
    width: 285px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_list {
    margin-top: 0px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_txt {
    height: 99px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_bottom {
    display: block;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_bottom .price {
    display: flex;
    margin-bottom: 20px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_bottom .price .unit {
    padding-top: 14px;
    padding-left: 3px;
    letter-spacing: 1px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_bottom {
    padding-top: 20px;
}

.dataCheckTrue .purchase .purchase_content .purchase_item .purchase_item_list {
    height: 124px;
}

.dataCheckTrue .lightspot {
    height: 421px;
    background: #FFF;
}

.dataCheckTrue .solution1 {
    background: #FAFAFA;
}

.dataCheckTrue .lightspot .lightspot_content .lightspot_item:nth-child(1) {
    width: 164px;
}

.dataCheckTrue .lightspot .lightspot_content .lightspot_item:nth-child(2) {
    width: 164px;
}

.dataCheckTrue .lightspot .lightspot_content .lightspot_item:nth-child(3) {
    width: 250px;
}

.dataCheckTrue .lightspot .lightspot_content .lightspot_item:nth-child(4) {
    width: 250px;
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/dataCheckTrue/9shenfenyanzheng@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/dataCheckTrue/16haomajiance@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/dataCheckTrue/19tupianocr@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(4) .tab-itemBox .leftImg {
    background: url('../images/dataCheckTrue/21cheliang@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.dataCheckTrue .solution1 #box2 .rightBox {
    padding-top: 60px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-bottom: 60px;
    max-width: 539px;
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(1) .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    margin-bottom: 40px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 20px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 30px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_item_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_txt1—but {
    padding: 6px 16px;
    background: rgba(77, 82, 96, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-right: 10px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_dd {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.dataCheckTrue .solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 282px;
}

.dataCheckTrue .solution1 #box2 .tab-bottom {
    height: 178px;
}

.dataCheckTrue .solution1 #box2 .tab-bottom .tab-bottomBox {
    top: -95px;
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(2) .rightBox {
    padding-top: 60px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_list {
    display: flex;
    flex-wrap: wrap;
    width: 460px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .name {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item {
    max-width: 500px;
    margin-bottom: 18px;
}

.dataCheckTrue .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item .rightBox_item_txt1—but {
    margin-bottom: 12px;
}

.dataCheckTrue .solution1 #box2 .rightBox .rightBox_itemHint {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 14px;
}


/* 富媒体页面 */

.richMedia .banner_nav .banner_nav_item {
    width: 400px;
}

.richMedia .swiper_box .img {
    width: 480px;
    height: 341px;
    left: 53%;
}

.richMedia #swiper-container1 .swiper_box .swiper_item button {
    margin-top: 86px;
}

.richMedia .productTab .productTab_content .jieSao_left .img {
    width: 586px;
    height: 583px;
}

.richMedia .productTab .productTab_content .jieSao_right .jieSao_txt1 {
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-bottom: 22px;
}

.richMedia .purchase .purchase_content {
    margin-top: 40px;
}

.richMedia .purchase .purchase_content .purchase_item {
    width: 285px;
    height: 428px;
}

.richMedia .productTab .productTab_content .jieSao_right {
    margin-top: 220px;
}

.richMedia .lightspot .lightspot_content .lightspot_item:nth-child(1) {
    width: 176px;
}

.richMedia .lightspot .lightspot_content .lightspot_item:nth-child(2) {
    width: 280px;
}

.richMedia .lightspot .lightspot_content .lightspot_item:nth-child(3) {
    width: 280px;
}

.richMedia .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/richMedia/6chanpinxuanchuan@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.richMedia .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/richMedia/14huodongtuiguang@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.richMedia .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/richMedia/21qiyetongzhi@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.richMedia .solution1 #box2 .rightBox {
    padding-top: 60px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-bottom: 60px;
    max-width: 539px;
}

.richMedia .solution1 #box2 .tab-item:nth-child(1) .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    margin-bottom: 40px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 20px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 30px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_item_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
}

.richMedia .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_txt1—but {
    padding: 6px 16px;
    background: rgba(77, 82, 96, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-right: 10px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_dd {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.richMedia .solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 282px;
}

.richMedia .solution1 #box2 .tab-item:nth-child(2) .rightBox {
    padding-top: 60px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_list {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.richMedia .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .name {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.richMedia .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item {
    max-width: 500px;
    margin-bottom: 18px;
}

.richMedia .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item .rightBox_item_txt1—but {
    margin-bottom: 12px;
}

.richMedia .solution1 #box2 .rightBox .rightBox_itemHint {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.richMedia .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone {
    background: transparent;
    width: 322px;
    height: 580px;
    margin-top: 6px;
    box-shadow: none
}

.richMedia .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone .img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 一键登录页面 */

.AkeytoLogin .banner_nav .banner_nav_item {
    width: 600px;
}

.AkeytoLogin .swiper_box .img {
    width: 500px;
    height: 371px;
    left: 53%;
}

.AkeytoLogin #swiper-container1 .swiper_box .swiper_item button {
    margin-top: 86px;
}

.AkeytoLogin .productTab .productTab_content .jieSao_left .img {
    width: 544px;
    height: 563px;
}

.AkeytoLogin .productTab .productTab_content .jieSao_right .jieSao_txt1 {
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-bottom: 22px;
}

.AkeytoLogin .productTab .productTab_content .jieSao_right .jieSao_txt span {
    color: rgba(52, 52, 52, 1);
    font-weight: 600;
}

.AkeytoLogin .purchase .purchase_content {
    margin-top: 40px;
}

.AkeytoLogin .purchase .purchase_content .purchase_item {
    width: 285px;
    height: 428px;
}

.AkeytoLogin .lightspot {
    height: 396px;
}

.AkeytoLogin .productTab .productTab_content .jieSao_right {
    margin-top: 220px;
}

.AkeytoLogin .lightspot .lightspot_content .lightspot_item:nth-child(1) {
    width: 255px;
}

.AkeytoLogin .lightspot .lightspot_content .lightspot_item:nth-child(2) {
    width: 255px;
}

.AkeytoLogin .lightspot .lightspot_content .lightspot_item:nth-child(3) {
    width: 255px;
}

.AkeytoLogin .lightspot .lightspot_content .lightspot_item:nth-child(4) {
    width: 255px;
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/AkeytoLogin/11zhuce@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/AkeytoLogin/15denglu@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/AkeytoLogin/17zhifu@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 539px;
}

.AkeytoLogin .solution1 #box2 .rightBox {
    padding-top: 60px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-bottom: 60px;
    max-width: 539px;
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(1) .rightBox .rightBox_jiesao .rightBox_jiesao_txt {
    margin-bottom: 40px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 20px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item {
    margin-bottom: 30px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_txt1—but {
    padding: 6px 16px;
    background: rgba(77, 82, 96, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-right: 10px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_item .rightBox_item_txt1 .rightBox_item_dd {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.AkeytoLogin .solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list {
    justify-content: space-between;
    padding: 0 40px;
}

.AkeytoLogin .solution1 #box2 .tab-bottom {
    height: 177px;
}

.AkeytoLogin .solution1 #box2 .tab-bottom .tab-bottomBox .tab-bottom_list .tab-bottom_list_item .list_item_right {
    width: 400px;
}

.AkeytoLogin .solution1 #box2 .tab-bottom .tab-bottomBox {
    top: -100px;
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(2) .rightBox {
    padding-top: 60px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_list {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_list .rightBox_list_item .name {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item {
    max-width: 500px;
    margin-bottom: 18px;
}

.AkeytoLogin .solution1 #box2 .tab-item:nth-child(2) .rightBox .rightBox_item .rightBox_item_txt1—but {
    margin-bottom: 12px;
}

.AkeytoLogin .solution1 #box2 .rightBox .rightBox_itemHint {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.AkeytoLogin .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone {
    background: transparent;
    width: 322px;
    height: 580px;
    margin-top: 6px;
    box-shadow: none
}

.fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone .img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 云客服 */

.cloudService #swiper-container1 .swiper_box .swiper_item .swiper_item_btn1 {
    margin-top: 60px;
}

.cloudService .banner_nav .banner_nav_item {
    width: 600px;
}

.cloudService .swiper_box .img {
    left: 54%;
}

.cloudService .purchase .purchase_content {
    margin-top: 40px;
}

.cloudService .purchase .purchase_content .purchase_item {
    height: 426px;
}

.cloudService .purchase .purchase_content .purchase_item .purchase_item_list {
    margin-top: 20px;
    height: 180px;
    padding-right: 28px;
}

.cloudService .purchase .purchase_content .purchase_item .purchase_item_bottom .price {
    width: 50%;
}

.cloudService .purchase_item_btn,
.cloudService .purchase_item_btn1 {
    width: 152px;
    height: 42px;
}

.cloudService .purchase .purchase_content .purchase_item .purchase_item_bottom {
    padding-top: 20px;
}

.cloudService .productBrief_box {
    padding-top: 139px;
}

.cloudService .productBrief .productBrief_box .productBrief_content .txt_box {
    padding-bottom: 70px;
}

.cloudService .productBrief .illustration {
    top: 36px;
    width: 594px;
}

.cloudService .productBrief .illustration1 .img {
    width: 594px;
    transform: translateX(0);
}

.cloudService .productBrief2 .productBrief_box {
    padding-top: 103px;
}

.cloudService .productBrief2 .numInfo .num_box .num_box_item {
    width: unset;
}

.cloudService .productBrief .num_box .num_box_item .num_box_itemNum span {
    margin-left: 4px;
    margin-right: 80px;
}

.cloudService .productBrief2 .illustration {
    top: 79px;
    left: -34px;
    width: 565px;
}

.cloudService .productBrief2 .illustration .img {
    width: 565px;
    height: unset;
}

.cloudService .productBrief2 .productBrief_box .productBrief_content .txt_box {
    padding-bottom: 9px;
}

.cloudService .productBrief3 .productBrief_box .productBrief_content .txt_box {
    padding-bottom: 20px;
}

.cloudService .productBrief3 .productBrief_box .productBrief_content .txt_box_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}

.cloudService .productBrief3 .productBrief_box {
    padding-top: 120px;
    padding-bottom: 60px;
}

.cloudService .productBrief3 .illustration {
    width: 567px;
    top: 126px;
}

.cloudService .productBrief3 .illustration .img {
    width: 567px;
    height: unset;
}

.cloudService .lightspot .lightspot_top {
    margin-bottom: 40px;
}

.cloudService .productTab_content1 {
    margin-top: 40px;
}

.cloudService .productTab_content .tab-item {
    padding-top: 47px;
}

.cloudService .lightspot .lightspot_content {
    justify-content: unset;
}

.cloudService .lightspot .lightspot_content .lightspot_item {
    width: 340px;
    margin-right: 90px;
}

.cloudService .lightspot .lightspot_content .lightspot_item:nth-child(3n) {
    margin-right: 0px;
}

.cloudService .lightspot .lightspotBtn_box {
    display: flex;
    padding-bottom: 40px;
}

.cloudService .lightspot .lightspotBtn_box .lightspotBtn1 {
    width: 124px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #CCCCCC;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.cloudService .lightspot .lightspotBtn_box .lightspotBtn2 {
    line-height: 42px;
    text-align: center;
    width: 124px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.cloudService .lightspot .lightspotBtn_box .lightspotBtn_active {
    background: rgba(248, 0, 17, 0.05);
    border: 1px solid #F80011;
    color: #F80011;
}

.cloudService .lightspot .productTab_content #box {
    background: #FAFAFA;
    height: 594px;
}

.cloudService .solution1 #box2 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/cloudService/26shebao@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudService .solution1 #box2 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/cloudService/30guijiantong@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudService .solution1 #box2 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/cloudService/31zhaopin@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.cloudService .solution1 .solution_content ul {
    height: 662px;
}

.cloudService .solution1 #box2 .tab-itemBox .leftImg {
    height: 662px;
}

.cloudService .solution1 #box2 .rightBox {
    padding-top: 60px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_jiesao .rightBox_jiesao_title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_item_txt1 {
    max-width: 806px;
}

.cloudService .solution1 #box2 .rightBox .num_box {
    display: flex;
    width: 420px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cloudService .solution1 #box2 .rightBox .num_box .num_box_item .num_box_itemTitle {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    width: 150px;
    padding-top: 40px;
}

.cloudService .solution1 #box2 .rightBox .num_box .num_box_item .num_box_itemNum {
    margin-top: 8px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
    position: relative;
}

.cloudService .solution1 #box2 .rightBox .num_box .num_box_item .num_box_itemNum span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 4px;
}

.cloudService .solution1 #box2 .rightBox .num_box .num_box_item .num_box_itemNum .img {
    margin-bottom: -2px;
    margin-left: 5px;
}

.cloudService .solution1 #box2 .tab-bottom {
    height: 177px;
    background: #fff;
}

.cloudService .solution1 #box2 .tab-bottom .tab-bottomBox {
    height: 197px;
    top: -100px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_zijiesao {
    display: flex;
    justify-content: space-between;
}

.cloudService .solution1 #box2 .rightBox .rightBox_zijiesao .rightBox_zijiesaoItem {
    width: 330px;
    margin-top: 80px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_zijiesao .rightBox_zijiesaoItem .rightBox_zijiesao_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_zijiesao .rightBox_zijiesaoItem .rightBox_zijiesao_txt {
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_pt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cloudService .solution1 #box2 .rightBox .rightBox_pt .rightBox_ptItem {
    width: 50%;
    margin-top: 40px;
}

.cloudService .solution1 #box2 .rightBox .rightBox_pt .rightBox_pt_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cloudService .solution1 #box2 .rightBox .rightBox_pt .rightBox_pt_title .img1 {
    margin-right: 16px;
}

.cloudService .logoWall {
    height: 366px;
    background: #FAFAFA;
}

.cloudService .logoWall .logoWall_content .logoWall_item {
    width: 270px;
    height: 98px;
}


/* 合伙人页面 */

.partnerNew .swiper_box {
    height: 540px;
}

.partnerNew .swiper_box .sciBg {
    background: url('../images/partnerNew/1banner-bg@2x.png') center no-repeat;
    background-size: cover;
    height: 540px;
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_title1 {
    margin-top: 25px;
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_txt {
    margin-top: 48px;
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_txt .img1 {
    width: 482px;
    height: 103px;
    display: block;
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_btn {
    margin-top: 62px;
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_btn1 {
    margin-top: 62px;
}

.partnerNew .swiper_box .img {
    width: 574px;
    height: 342px;
    top: 95px;
    left: 50%;
}

.partnerNew .productTab_content {
    margin-top: 40px;
    padding-bottom: 80px;
}

.partnerNew .productTab_content .productTab_contentBox {
    width: 1200px;
    height: 360px;
    border: 1px solid #E6E6E6;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.partnerNew .productTab_content .productTab_contentBox .txtBox {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
    margin-top: 87px;
    margin-left: 60px;
    width: 450px;
}

.partnerNew .productTab_content .productTab_contentBox .txtBox .txt span {
    color: #333333;
    font-weight: 600;
}

.partnerNew .productTab_content .productTab_contentBox .txtBox .txt {
    margin-bottom: 40px;
}

.partnerNew .productTab_content .productTab_contentBox .imgBox .img {
    width: 570px;
    height: 320px;
    display: block;
    margin: 20px;
}

.partnerNew .productTab_top .txt2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
}

.partnerNew .productTab2 .productTab_top .txt2 {
    width: 1030px;
}

.partnerNew .productTab2 {
    background: #FAFAFA;
}

.partnerNew .productTab2 .productTab_content {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 40px;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item {
    width: 580px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    margin-bottom: 40px;
    line-height: 52px;
    text-align: center;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_title {
    height: 52px;
    background: #FAEEEF;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F80011;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_titleTr {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr .productTab_item_td {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr .productTab_item_td1 {
    width: 164px;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr .productTab_item_td2 {
    flex: 1;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr .productTab_item_td3 {
    width: 200px;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_tr .productTab_item_td4 {
    width: 200px;
    border-bottom: none;
    border-right: 1px solid #E6E6E6;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_Box {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_Box .Box_td1 {
    width: 164px;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_Box .Box_td2 {
    flex: 1;
}

.partnerNew .productTab2 .productTab_content .productTab_content_item .productTab_item_Box .Box_td3 {
    width: 200px;
    line-height: 210px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.productTab_item_Box .Box_td .Box_tr {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.productTab_item_Box .Box_td .Box_tr div {
    line-height: 26px;
}

.productTab_item_Box2 .Box_td {
    line-height: 70px;
}

.partnerNew .productTab_content .itemBox {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.partnerNew .productTab_content .itemBox .productTab_Box {
    width: 380px;
    height: 424px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.08);
    border-radius: 8px;
}

.partnerNew .productTab_content .itemBox .productTab_Box:hover {
    box-shadow: 0px 0px 41px 0px rgb(22 42 95 / 8%);
    transform: translateY(-4px);
    transition-duration: 300ms;
}

.partnerNew .productTab_content .itemBox .productTab_Box .topBox {
    height: 194px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerNew .productTab_content .itemBox .productTab_Box .topBox .img {
    width: 94px;
    height: 82px;
}

.partnerNew .productTab_content .itemBox .productTab_Box .productTab_Box_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.partnerNew .productTab_content .itemBox .productTab_Box .productTab_Box_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
    width: 304px;
    margin: 0 auto;
    margin-top: 15px;
}

.partnerNew .productTab4 {
    background: #FAFAFA;
}

.partnerNew .productTab4 .productTab_content {
    padding-bottom: 50px;
}

.partnerNew .productTab4 .productTab_content .itemBox {
    flex-wrap: wrap;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item {
    display: flex;
    padding: 30px 40px;
    width: 380px;
    height: 194px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.08);
    border-radius: 8px;
    margin-bottom: 30px;
    transition-duration: 300ms;
    cursor: pointer;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item:hover {
    box-shadow: 0px 0px 41px 0px rgb(22 42 95 / 8%);
    transform: translateY(-4px);
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_left {
    width: 32px;
    margin-right: 20px;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_left .img {
    width: 100%;
    display: block;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_right {
    width: 250px;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_right .right_title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 12px;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_right .right_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 26px;
}

.partnerNew .productTab4 .productTab_content .itemBox .tab-bottom_list_item .list_item_right {
    width: 250px;
}

.partnerNew .productTab5 {
    height: 739px;
    background: #33394A;
    position: relative;
}

.partnerNew .productTab5 .productTab_top {
    color: #fff;
}

.partnerNew .productTab5 .leftImg {
    width: 588px;
    height: 735px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/partnerNew/14shenqingbg@2x.png') center no-repeat;
    background-size: cover;
}

.partnerNew .productTab5 .rightImg {
    width: 604px;
    height: 735px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/partnerNew/15shenqingbg@2x.png') center no-repeat;
    background-size: cover;
}

.partnerNew .productTab5 .productTab_content {
    position: relative;
    z-index: 1;
}

.partnerNew .productTab5 .productTab_content .fromBox {
    z-index: 2;
    width: 720px;
    height: 424px;
    background: #FFFFFF;
    box-shadow: 0px 0px 41px 0px rgba(22, 42, 95, 0.08);
    border-radius: 8px;
    margin: 0 auto;
    padding-top: 48px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin: 0 124px;
    margin-bottom: 30px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .title {
    width: 112px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: right;
    margin-right: 20px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .centent .inputTxt {
    width: 340px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    display: block;
    padding-left: 10px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox_btn {
    width: 140px;
    height: 46px;
    background: linear-gradient(90deg, #FF6851 0%, #FF0517 100%);
    border-radius: 23px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
    transition-duration: 300ms;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox_btn:hover {
    background: linear-gradient( 90deg, rgba(255, 119, 99, 1) 0%, rgba(255, 31, 46, 1) 100%);
    transform: translateY(-2px);
}

.partnerNew #swiper-container1 .swiper_box .swiper_item .swiper_item_title1 {
    width: 211px;
    height: 38px;
    line-height: 38px;
    background: linear-gradient(270deg, rgba(51, 88, 197, 0) 0%, #3358C5 100%);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.partnerNew .productTab5 .productTab_content_hint {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox {
    position: relative;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox_no .centent .inputTxt {
    border: 1px solid #F80011;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .inputBoxhint {
    position: absolute;
    bottom: -22px;
    left: 132px;
    color: #F80011;
    display: none;
    transition-duration: 300ms;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox_no .inputBoxhint {
    display: block;
}

.partnerNew .productTab5 .inputSelect {
    padding-right: 40px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .centent {
    position: relative;
}

.partnerNew .productTab5 .inputSelect::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    background: url('../images/partnerNew/jiao.png') no-repeat center;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .centent .list {
    position: absolute;
    top: 42px;
    border-top: 1px solid #E5E5E5;
    display: none;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .centent .list_item {
    width: 340px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    border-top: none;
    display: block;
    padding-left: 10px;
    background: #fff;
    line-height: 40px;
    z-index: 1;
    cursor: pointer;
}

.partnerNew .productTab5 .productTab_content .fromBox .inputBox .centent .list_item:hover {
    background: #F0F0F0;
}

.productBrief .num_box .num_box_item .num_box_itemNum .txt {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 55px;
}

.productBrief .num_box .num_box_item11 {
    width: 218px;
}

.productBrief .productBrief_box .productBrief_content .top .title1::after {
    width: 120px;
}

.productBrief .productBrief_box .productBrief_content .top .title2::after {
    width: 96px;
}

.HelpCenter {
    background: linear-gradient(to right, #FAFAFA 50%, #FFF 0);
}

.HelpCenter .HelpCenter_main {
    width: 1200px;
    margin: 0 auto;
}

.h1 {
    height: 600px;
}

.HelpCenter .nav_left {
    width: 248px;
    position: fixed;
    bottom: 0;
    top: 70px;
    padding-right: 10px;
    padding-top: 3px;
}

.HelpCenter_main_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 70px;
    border-bottom: 1px solid #D8D8D8;
    margin-right: 10px;
}

.nav_left .nav_leftBox .ulBox .liBox .liBox_a {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #343434;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.nav_left .nav_leftBox .ulBox .liBox .liBox_a .fa {
    font-size: 22px;
    color: #A6A6A6;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub {
    display: none;
}

.nav_left .nav_leftBox .ulBox .liBox_active .ulBox_sub {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox .liBox_a .fa-angle-down {
    display: none;
}

.nav_left .nav_leftBox .ulBox .liBox_active .liBox_a .fa-angle-down {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox .liBox_a .fa-angle-up {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox_active .liBox_a .fa-angle-up {
    display: none;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub_a {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #343434;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub_a.active {
    color: #F80011;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub {
    margin-left: 20px;
    /* border-left: 2px solid #DADADA; */
    position: relative;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 11px;
    width: 2px;
    height: 159px;
    background: #DADADA;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub .liBox_sub_sub_a {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #676767;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    transition-duration: 200ms;
    cursor: pointer;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub .liBox_sub_sub_a.active {
    color: #F80011;
    position: relative;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub .liBox_sub_sub_a.active::after {
    color: #F80011;
    content: '';
    position: absolute;
    left: -2px;
    top: 11px;
    width: 2px;
    height: 16px;
    z-index: 1;
    background: #F80011;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub_a .fa {
    font-size: 22px;
    color: #A6A6A6;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub .ulBox_sub_sub {
    display: none;
}

.nav_left .nav_leftBox .ulBox .liBox_active .ulBox_sub .liBox_sub_active .ulBox_sub_sub {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub .liBox_sub_a .fa-angle-down {
    display: none;
}

.nav_left .nav_leftBox .ulBox .liBox_active .ulBox_sub .liBox_sub_active .liBox_sub_a .fa-angle-down {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub .liBox_sub_a .fa-angle-up {
    display: block;
}

.nav_left .nav_leftBox .ulBox .liBox_active .ulBox_sub .liBox_sub_active .liBox_sub_a .fa-angle-up {
    display: none;
}

.HelpCenter_main_content {
    margin-left: 248px;
    padding: 29px 30px;
    background: #fff;
}

.HelpCenter_main_content .section {
    margin-top: 60px;
}

.HelpCenter_main_content .txtM18 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343434;
    line-height: 28px;
    margin-bottom: 60px;
}

.HelpCenter_main_content .txtM16 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343434;
    line-height: 28px;
    margin-bottom: 16px;
}

.HelpCenter_main_content .txtS14 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 24px;
    margin-bottom: 16px;
    background: #fff;
    padding: 0;
}

.HelpCenter_main_content .txtM14 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343434;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0;
    background: #fff;
}

.HelpCenter_main_content .txtM32 {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343434;
    line-height: 36px;
    margin-bottom: 16px;
}

.HelpCenter_main_content .txtM20 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343434;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 24px 0;
}

.HelpCenter_main_content .imgBox {
    margin-bottom: 40px;
}

.HelpCenter_main_content .imgBox .img {
    display: block;
}

.HelpCenter_main_content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.HelpCenter_main_content .productTab_content_item {
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr.productTab_item_titleTr {
    background: #FAFAFA;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr {
    display: flex;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: rgba(0, 0, 0, 0.65);
    height: 40px;
    align-items: center;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr1 {
    height: 56px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr2 {
    height: 80px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr3 {
    height: 96px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr5 {
    height: 146px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr6 {
    height: 210px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr8 {
    height: 300px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr10 {
    height: 350px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr20 {
    height: 407px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr25 {
    height: 546px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr50 {
    height: 1530px;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr .productTab_item_td {
    width: 33.33%;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    height: 100%;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.HelpCenter_main_content .productTab_content_item .productTab_item_tr .productTab_item_td.productTab_item_td3 {
    width: 35%;
}

.HelpCenter_main_content .productTab_content_item20 .productTab_item_tr .productTab_item_td {
    width: 20%;
}

.HelpCenter_main_content .productTab_content_item20 .productTab_item_tr .productTab_item_td.productTab_item_td3 {
    width: 20%;
}

.HelpCenter_main_content .productTab_content_item20 .productTab_item_tr .productTab_item_td.productTab_item_td5 {
    width: 35%;
    padding-right: 10px;
}

.HelpCenter_main_content .fa {
    font-size: 12px;
    margin-right: 15px;
}

.HelpCenter_main_content .txtS14Box {
    display: flex;
    align-items: center;
}

.HelpCenter_main_content .txtS14Box .img {
    margin-right: 15px;
}

.HelpCenter_main_content .sizs12 .productTab_content_item .productTab_item_tr {
    font-size: 12px;
}

.HelpCenter_main_content .sizs12 .productTab_content_item .productTab_item_tr .productTab_item_td {
    padding-left: 5px;
}

.HelpCenter_main_content .spanRed {
    background: rgb(251, 237, 237);
    color: rgb(127, 0, 0);
    padding: 4px 0;
}

.HelpCenter_main_content .spanBlue {
    background: rgb(237, 237, 251);
    color: rgb(0, 0, 127);
    padding: 4px 0;
}

.HelpCenter_main_content .section_footer {
    position: fixed;
    bottom: 0;
    height: 61px;
    background: #FFFFFF;
    width: 100%;
    z-index: 1;
    margin-left: -30px;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.06);
}

.HelpCenter_main_content .section_footer a {
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 61px;
    padding-left: 30px;
}

.nav_leftBox.nav_leftBox1 {
    overflow: auto;
    height: calc(100vh - 150px);
    padding-right: 10px;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub1::after {
    height: 16px;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub4::after {
    height: 124px;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub9::after {
    height: 303px;
}

.HelpCenter_main_content .productTab_content_item21 .productTab_item_tr .productTab_item_td {
    width: 20%;
}

.HelpCenter_main_content .productTab_content_item21 .productTab_item_tr .productTab_item_td.productTab_item_td2 {
    width: 10%;
}

.HelpCenter_main_content .productTab_content_item21 .productTab_item_tr .productTab_item_td.productTab_item_td3 {
    width: 10%;
}

.HelpCenter_main_content .productTab_content_item21 .productTab_item_tr .productTab_item_td.productTab_item_td4 {
    width: 60%;
}

.HelpCenter_main_content .productTab_content_item2 .productTab_item_tr .productTab_item_td.productTab_item_td1 {
    width: 15%;
}

.HelpCenter_main_content .productTab_content_item2 .productTab_item_tr .productTab_item_td.productTab_item_td2 {
    width: 85%;
}

.HelpCenter_main_content {
    padding-bottom: 150px;
}

.HelpCenter_main_content .productTab_content_item22 .productTab_item_tr .productTab_item_td.productTab_item_td1 {
    width: 20%;
}

.HelpCenter_main_content .productTab_content_item22 .productTab_item_tr .productTab_item_td.productTab_item_td2 {
    width: 10%;
}

.HelpCenter_main_content .productTab_content_item22 .productTab_item_tr .productTab_item_td.productTab_item_td3 {
    width: 70%;
}

.HelpCenter_main_content .productTab_content_item2_1 .productTab_item_tr .productTab_item_td.productTab_item_td1 {
    width: 50%;
}

.HelpCenter_main_content .productTab_content_item2_1 .productTab_item_tr .productTab_item_td.productTab_item_td2 {
    width: 50%;
}

.HelpCenter_main_content .productTab_content_item2_2 .productTab_item_tr .productTab_item_td.productTab_item_td1 {
    width: 30%;
}

.HelpCenter_main_content .productTab_content_item2_2 .productTab_item_tr .productTab_item_td.productTab_item_td2 {
    width: 70%;
}

.nav_leftBox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-left: 10px;
}

.nav_leftBox::-webkit-scrollbar {
    width: 6px;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .liBox_sub_a:hover {
    color: #F80011;
}

.nav_left .nav_leftBox .ulBox .liBox .ulBox_sub .ulBox_sub_sub .liBox_sub_sub_a:hover {
    color: #F80011;
}


.msHelpCenter .ms-audit-rule p{
    text-indent:0;
}
.msHelpCenter .ms-audit-rule table{
    border: 1px solid #E6E6E6;
}
.msHelpCenter .ms-audit-rule table td{
    border: 1px solid #E6E6E6;
}





/* 智能短信 */
.fiveGmessage .productTab .productTab_content .jieSao_right {
    margin-left: 115px;
    width: 520px;
}

.fiveGmessage .productTab .productTab_content .top {
    height: 54px;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 520px;
    margin-bottom: 29px;
}

.fiveGmessage .productTab .productTab_content .top .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 39px;
    /* border-bottom: 5px solid #F80011; */
}

.fiveGmessage .productTab .productTab_content .top .title::after {
    content: '';
    display: block;
    width: 81px;
    height: 5px;
    background: #F80011;
    margin-top: 8px;
}

.fiveGmessage .productTab .productTab_content .top .details {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
    line-height: 22px;
    cursor: pointer;
}

.fiveGmessage .productTab .productTab_content .top .details:hover {
    color: #E52111;
}

.fiveGmessage .productTab .productTab_content .top .details span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 22px;
    margin-right: 10px;
}

.fiveGmessage .productTab .productTab_content .top .details i {
    margin-left: 8px;
    font-size: 18px;
}

.fiveGmessage .productTab .productTab_content2 {
    margin-top: 12px;

    background: #FAFAFA;
}

.fiveGmessage .productTab .productTab_content2 .jieSao_right {
    margin-top: 80px;
    margin-left: 0;
}

.fiveGmessage .productTab .productTab_content2 .jieSao_left .img {
    width: 570px;
    height: 286px;
}

.fiveGmessage .productTab .productTab_content2 .jieSao_left {
    margin-top: 62px;
    margin-left: 106px;
}

.fiveGmessage .productTab .productTab_content2 .top .title::after {
    width: 96px;
}

.fiveGmessage .productTab .productTab_content3 {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.fiveGmessage .productTab .productTab_content3 .main {
    width: 1200px;
}

.fiveGmessage .productTab .productTab_content3 .main .title {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}

.fiveGmessage .productTab .productTab_content3 .main .txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #797979;
    line-height: 26px;
    margin-bottom: 30px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide {
    padding-right: 30px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide:last-child{
    padding-right: 0;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide img {
    width: 100%;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide1 {
    width: 233px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide2 {
    width: 187px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide3 {
    width: 233px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide4 {
    width: 173px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide5 {
    width: 234px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide6 {
    width: 188px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide7 {
    width: 166px;
}

.fiveGmessage .productTab .productTab_content3 .swiper-slide8 {
    width: 182px;
}
.fiveGmessage .productTab .productTab_content3 .swiper-slide8:last-child {
    width: 152px;
}
.fiveGmessage .productTab .productTab_content3 .swiper-slide .name {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    padding: 20px 0 43px 0;
    padding-bottom: 0;
}

.fiveGmessage .productTab .productTab_content3 .scrollbarBox {
    width: 1200px;
    padding: 4px 16px;
    box-sizing: border-box;
    height: 16px;
    background: #F5F5F5;
    left: 0;
    bottom: 0;
    border-radius: 0;
}

.fiveGmessage .productTab .productTab_content3 .scrollbarBox .swiper-scrollbar {
    background: transparent;
}

.fiveGmessage .productTab .productTab_content3 .scrollbarBox .swiper-scrollbar-drag {
    height: 8px;
    background: #DFDFDF;
    border-radius: 4px;
    cursor: pointer;
}

.fiveGmessage .productTab .productTab_content3 .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}




.fiveGmessage .productTab .productTab_content3 #swiper-aimSmsDiv .swiper-scrollbar-drag {
    width: 532px;
}

.fiveGmessage .lightspot {
    height: 557px;
}

.fiveGmessage .lightspot .lightspot_top {
    margin-bottom: 40px;
}

.fiveGmessage .lightspot .lightspot_content .lightspot_item .imgbox {
    height: 70px;
}

.fiveGmessage .lightspot .lightspot_content .lightspot_item .imgbox .img {
    margin-bottom: 0;
}

.fiveGmessage .lightspot ul {
    background: transparent;
    display: flex;
    padding-top: 90px;
    padding-left: 18%;
    position: relative;
    padding: 0;
    flex-direction: row;
    height: 54px;
    width: unset;
    min-width: unset;
    justify-content: center;
    margin-bottom: 48px;
    border-bottom: 1px solid #E6E6E6;

}

.fiveGmessage .lightspot ul:hover::after {
    background: transparent;
}

.fiveGmessage .lightspot ul li {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 51px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    transition-duration: unset;
    margin: 0 75px;
    cursor: pointer;
}

.fiveGmessage .lightspot ul li::after {
    content: none;
}

.fiveGmessage .lightspot ul .choice {
    border-bottom: 3px solid rgba(248, 0, 17, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F80011;
}

.fiveGmessage .lightspot #lightspot_box .tab-item {
    display: none;
}

.fiveGmessage .lightspot #lightspot_box .show {
    display: block;
}

.fiveGmessage .lightspot .lightspot_content .lightspot_item {
    width: 258px;
}

.fiveGmessage .tab_ulBox {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.fiveGmessage .tab_ulBox .ulBox_li {
    width: 148px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fiveGmessage .tab_ulBox .ulBox_li1 {
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #fff;
}

.fiveGmessage .tab_ulBox .ulBox_li2 {
    border-left: 1px solid #fff;
    border-radius: 0px 4px 4px 0px;
}

.fiveGmessage .tab_ulBox .ulBox_li_choice {
    border: 1px solid #F80011;
    color: #F80011;
}

.fiveGmessage #tab_ulBox_contentBox .solution_content {
    display: none;
}

.fiveGmessage #tab_ulBox_contentBox .show {
    display: block;
}

.fiveGmessage .solution1 #box2.box3 .rightBox{
    padding-top: 80px !important;
}
.fiveGmessage .box3 .info_box {
    padding-top: 9px;
    padding-left: 40px;
}

.fiveGmessage .box3 .info_box .info_title_h1 {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}



.fiveGmessage .box3 .info_box .info_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    margin-bottom: 0;
    width: 400px;
    height: 180px;
}

.fiveGmessage .box3 .info_box .info_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 14px;

}

.fiveGmessage .box3 .info_box .info_list {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}


.fiveGmessage .box3 .info_box .info_list .info_listBox.info_listBox3{
margin-right: 15px;
}
.fiveGmessage .box3 .info_box .info_list .info_listBox .info_list_item {
    padding-left: 20px;
    position: relative;
    width: 125px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.fiveGmessage .box3 .info_box .info_list .info_listBox .info_list_item::before {
    content: '·';
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    color: #fff;
}

.fiveGmessage .solution1 #box2.box3 .tab-item:nth-child(1) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/17cuxiao@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2.box3 .tab-item:nth-child(2) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/19huoke@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2.box3 .tab-item:nth-child(3) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/21tongzhi@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2.box3 .tab-item:nth-child(4) .tab-itemBox .leftImg {
    background: url('../images/fiveGmessage/23xinwen@2x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: imgin .5s cubic-bezier(.215, .61, .355, 1);
}

.fiveGmessage .solution1 #box2.box3 .tab-item .tab-itemBox .leftImg .phone {
    width: 471px;
    height: 490px;
    margin-left: unset;
    margin-right: 65px;
    margin-top: 50px;
    float: right;
}

.fiveGmessage .solution1 #box2.box3 .tab-item .tab-itemBox .leftImg .phone img {
    width: 100%;
    height: 100%;
    display: block;
}

/* .fiveGmessage .solution1 #box2 .tab-item .tab-itemBox .leftImg .phone{
    margin-left: unset;
    margin-right: 183px;
    float: right;
} */