.content-35 div,.content-35 span,.content-35 p,.content-35 ul,.content-35 li, .header-nav div,.header-nav span,.header-nav p,.header-nav ul,.header-nav li{
    box-sizing: border-box;
}

.animation {
    visibility: hidden;
    opacity: 0;
}

.fadel,
.fader,
.fadeup,
.fadez {
    visibility: visible
}

.fadeup {
    animation: slideInUp ease-out .6s forwards;
    -webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadel {
    animation: slideInLeft ease-out .6s forwards;
    -webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fader {
    animation: slideInRight ease-out .6s forwards;
    -webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadez {
    animation: zoomIn ease-out .6s forwards;
    -webkit-animation: zoomIn ease-out .6s forwards
}

#banner {
    cursor: pointer !important;
}


.arrow-w {
    box-shadow: 0px 4px 16px 0px rgba(221, 221, 221);
    transition: all 0.5s ease;


}

.arrow-w:hover {
    box-shadow: 0px 4px 16px 0px rgba(153, 153, 153);
}

.input-styl {
    text-align: left;
    border-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    resize: none;
    outline: none;
}

.input-styl:focus-visible {
    border: 1px solid transparent;
}

/* 公共标题布局开始 */
.common-titles-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.common-titles {
    font-weight: 700;
    color: #222;
    font-size: 40px;
    line-height: 60px;
}

.common-sub-titles {
    text-align: center;
    font-size: 18px;
    padding: 10px 24px 0;
    color: #666;
    line-height: 42px;
}

/* 公共标题布局结束 */

.item-hover {
    transition: all 0.5s ease-in-out;
}

.item-hover:hover {
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.14);
}

.p-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.p-wrap-left {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    margin-right: 20px;
}

.p-wrap-left-item {
    width: 347px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
}

.p-wrap-left-item-t {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.p-wrap-left-item-d {
    position: relative;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    z-index: 2;
}

.p-wrap-left-item-tag {
    width: 64px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    margin-top: 12px;
}

.p-wrap-left-item-btn-list {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.p-wrap-left-item-btn-list-left {
    width: 142px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background-color: #0060E6;
    border-radius: 3px;
    margin-left: 7px;
    margin-right: 7px;
}

.p-wrap-left-item-btn-list-right {
    width: 142px;
    height: 40px;
    ;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 3px;
    color: #666;
    margin-left: 7px;
    margin-right: 7px;

}

.p-wrap-left-item-btn-list-right:hover {
    color: #0060E6;
    border: 1px solid #0060E6;
}

.common-menu-box-item {
    transition: all 0.4s ease-in-out;
    background: #0060E6 !important;

}
.common-menu-box-item a,.common-menu-box-item a:hover{
    color: #fff;
}
.common-menu-box-item:hover {
    transition: all 0.4s ease-in-out;
    background: #0572f8 !important;

}

.p-wrap-left-item-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.common-menu-box-item:hover.common-menu-box-item-text {
    animation: slideInDownsAndUpss ease-out 0.3s forwards;
}


.fadedowns-fadeupss {
    animation: slideInDownsAndUpss ease-out 1.5s forwards;
}

@keyframes slideInDownsAndUpss {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

    25% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 50px, 0);
    }

    50% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
}

.xsqg-r-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 20px;
}

.xsqg-r-item-t {
    color: #000;
    font-size: 16px;
}

.xsqg-r-item-d {
    flex: 1;
    color: #999;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.xsqg-r-item-type {
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.xsqg-r-item-type-w {
    width: 64px;
    height: 22px;
    background-color: #F1F2F5;
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.xsqg-r-item-btn {
    width: 85px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #0060E6;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.xsqg-r-item-sign {
    color: #f00;
    font-size: 14px;
}

.xsqg-r-item-n {
    font-size: 22px;
    color: #f00;
}

.xsqg-r-item-unit {
    color: #222;
    font-size: 14px;
    margin-left: 6px;
    flex-shrink: 0;
}

.xsqg-r-item-empty {
    width: 367px;
}

.xsqg-r-item-seek {
    height: 30px;
}

.xsqg-r-item-seek-b {
    margin-bottom: 4px;
}

.xsqg-r-item-seek-btn {
    color: #222;
    font-size: 14px;
    margin-left: 5px;
}

.p-item-box {
    width: 25%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    transition: box-shadow 0.5s ease-in-out;
    box-sizing: border-box;
}

.p-item-box:nth-child(4n) {
    border-right: 1px solid transparent;
}

.p-item-box:nth-last-child(4),
.p-item-box:nth-last-child(3),
.p-item-box:nth-last-child(2),
.p-item-box:nth-last-child(1) {
    border-bottom: none !important;
}

.p-item-box-buy {
    display: none;
}

.p-item-box:hover {
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.14);
    z-index: 15;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.p-item-box:hover .p-item-box-title {
    color: #0060E6;
}

.p-item-box:hover .p-item-box-type {
    display: none;
}

.p-item-box:hover .p-item-box-types {
    display: flex;
}

.p-item-box:hover .p-item-box-buy {
    display: flex;
}

/* 热销产品 */
.hot-p-tabs {
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.hot-p-tabs-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.hot-p-tabs-item-text {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #666;
    position: relative;
}

.hot-p-tabs-item:hover {
    color: #222;
}

.hot-p-tabs-item:hover .hot-p-tabs-item-line {
    display: block;
}

.hot-p-tabs-item:last-child .hot-p-tabs-item-text {
    color: #0060E6 !important;
}

.hot-p-tabs-item-line {
    width: 100%;
    height: 4px;
    background-color: #0060E6;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.hot-p-tabs-item-icon {
    position: absolute;
    right: -22px;
    top: -24px;
}

.hot-p-tabs-item.cur .hot-p-tabs-item-text {
    color: #222;
}

.hot-p-tabs-item.cur .hot-p-tabs-item-line {
    display: block;
}

.hot-p-content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */

}

.hot-p-content:first-child {
    display: flex;
}

.hot-p-content-item-first {
    position: relative;
}

.hot-p-content-item-zero-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 60px 30px 0;
    box-sizing: border-box;
}

.hot-p-content-item-first-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 80px 30px 0;
    box-sizing: border-box;
}

.hot-p-content-item-first-box-t {
    font-weight: 700;
    font-size: 32px;
    color: #222;
    padding-bottom: 16px;
}

.hot-p-content-item-first-box-img {
    margin-bottom: 40px;
}


.hot-p-content-item-first-box-d {
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.hot-p-content-item-first-box-m {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 40px;
}

.hot-p-content-item-first-box-m-t {
    font-weight: 400;
    font-size: 16px;
    color: #2660E3;
}

.hot-p-content-item-first-box-m-i {
    flex-shrink: 0;
    margin-left: 6px;
}

.hot-p-content-item {
    max-width: 100%;
    flex: 1;
}

.hot-p-content-item-other {
    width: 280px;
}

.hot-p-content-item-box {
    height: 100%;
    background: #fff;
    margin-left: 20px;
    position: relative;
    padding: 32px 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hot-p-content-item-box-tag {
    position: absolute;
    right: 0;
    top: 0;
}

.hot-p-content-item-box-title {
    font-weight: 700;
    font-size: 24px;
    color: #222;
    margin-bottom: 13px;
}

.hot-p-content-item-box-type {
    display: inline-block;
    width: 76px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    background-color: #E7F1FF;
    font-weight: 400;
    font-size: 12px;
    color: #2660E3;
}

.hot-p-content-item-box-price {
    display: flex;
    align-items: baseline;
}

.hot-p-content-item-box-price-sign {
    font-weight: 700;
    font-size: 24px;
    color: #f00;
}

.hot-p-content-item-box-price-num {
    font-weight: 700;
    font-size: 32px;
    color: #f00;
}

.hot-p-content-item-box-price-unit {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-left: 3px;
}

.hot-p-content-item-box-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hot-p-content-item-box-btn-list-buy {
    height: 40px;
    flex: 1;
    background: #2560E0;
    border-radius: 4px;
    border: 1px solid #2560E0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
}

.hot-p-content-item-box-btn-list-seek {
    height: 40px;
    flex: 1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D6DADE;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    margin: 0 10px;
}

.hot-p-content-item-box-list {
    margin-top: 30px;
    flex: 1;
}

.hot-p-content-item-box-list-item {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.hot-p-content-item-box-list-item-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}

.hot-p-content-item-box-list-item-more-text {
    font-size: 14px;
    color: #0060e6 !important;
}

.hot-p-content-item-box-list-item-more-img {
    flex-shrink: 0;
    margin-left: 6px;
    margin-top: -5px;
}

.hot-p-content-item-box-list-item-img {
    margin-right: 12px;
}

.hot-p-content-item-box-list-item-text {
    color: #222;
    font-size: 14px;
}

.hot-p-content-item-box:hover {
    box-shadow: 0px 0px 24px 0px #D6DADE;
}

/* 合作伙伴 */
.consulting-w {
    width: 100%;
    height: 380px;
    background: url('https://static-cloud.35.com/resource/a9-da3fe7e9.jpg') no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.consulting-w-text {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.consulting-w-btn-list {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.consulting-w-btn {
    width: 196px;
    height: 46px;
    margin: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

.consulting-w-btn:hover {
    color: #fff;
}

.consulting-w-btn-gt {
    background: #3F97DC;
    color: #FFFFFF;
}

.consulting-w-btn-cj {
    border: 1px solid #fff;
    color: #FFFFFF;
}

.consulting-w-btn-jm {
    border: 1px solid #fff;
    color: #FFFFFF;
}

.consulting-w .video-w {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

/* 互联网服务 */
.services-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.services-lists-item {
    height: 100px;
    display: flex;
    align-items: center;
}

.services-lists-item-img {
    flex-shrink: 0;
}

.services-lists-item-text {
    font-weight: 400;
    font-size: 24px;
    color: #222;
    margin-left: 12px;
    line-height: 24px;
}

/* 解决方案，满足更多数智化业务服务 */

.bg-btn-layout-pc {
    width: calc(100% - 100px);

}

.programme-b {
    padding-left: 26px;
    padding-top: 40px;
}

.s-pc-menu {
    height: 556px;
    border-radius: 6px;
    margin-right: 20px;
    box-sizing: border-box;
}


.s-title {
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    white-space: nowrap;
    /* overflow: hidden */
}

.s-desc {
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
    white-space: nowrap;
    /* overflow: hidden; */
}


.s-s-title {
    position: relative;
    z-index: 10;
    color: #0060E6;
    font-size: 26px;
    font-weight: 700;
}

.s-s-text {
    color: #222;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    z-index: 10;
    margin-top: 6px;
}

.s-s-desc {
    position: relative;
    z-index: 10;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
}

.bg-btn-layout-pc {
    width: calc(100% - 100px);
    bottom: 50px;
}

.s-s-s-s-text {
    width: 50%;
    color: #0060E6;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.s-s-s-s-text:hover {
    text-decoration: underline;
}

.s-s-s-s-box {
    position: relative;
    height: 100%;
    padding-left: 26px;
    padding-top: 40px;
    box-sizing: border-box;
}

.s-s-img {
    width: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.s-s-s-s-box-tabss {
    width: 0;
}

.s-s-s-img {
    width: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
    /* display: none; */
}

.programme-box {
    padding-left: 50px;
    padding-right: 122px;
    box-sizing: border-box;
}

.s-m-box {
    display: none;
}

.s-s-s-s-box-content {
    display: none;
}


.common-menu-box-item {
    transition: all 0.4s ease-in-out;
    background: #2560e0 !important;
}

.common-menu-box-item:hover {
    transition: all 0.4s ease-in-out;
    background: #0572f8 !important;
}

.common-menu-box-item:hover .common-menu-box-item-text {
    animation: slideInDownsAndUpss ease-out 0.3s forwards;
}

.more-btn-text {
    width: 192px;
    height: 47px;
    background-color: #2560E0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 10px;
}

.nav-list-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -18px;
}

.nav-list {
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: inline-block;
}

.nav-item {
    width: unset;
    padding: 0px 20px;
    height: 40px;
    color: rgb(102, 102, 102);
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.nav-item-active {
    border-radius: 18px;
    color: #333;
    background: transparent;
}

.line-down-w {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 2px;
    display: none;
}

.nav-item-active .line-down-w {
    display: block;
}

.line-down {
    width: 100%;
    height: 2px;
    background-color: #333;
}

.nav-item .hover-cls {
    display: none;
}

.nav-list-wrap .nav-list .nav-item-hover:hover {
    color: #333;
}

.nav-list-wrap .nav-list .nav-item-hover:hover .hover-cls {
    display: unset;
}

.slide-w {
    /* margin-top: 20px; */
}

.swiper-w {
    margin-top: 26px;
}

.slide-arrow-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin: 20px;
}

.company-img-w-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.company-img-w {
    overflow: hidden;
    height: 203px;
    transition: all 0.5s ease;
}


.company-list-t {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    margin-top: 26px;
    padding: 0 30px;
    color: #333;
}

.company-list-d {
    padding: 0 30px;
    color: #999;
    font-size: 16px;
    margin-top: 14px;
}

.company-list-tag {
    margin-top: 24px;
    padding-right: 30px;
}

.company-list-arrow-img {
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateX(-10px);
}

.company-list-tag-img {
    width: 130px;
    height: 65px;
    padding-left: 16px;
}

.company-list-b-box {
    background-color: #fff;
    transition: all 0.5s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    overflow: hidden;
}


.company-list-b-box:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
    transition: all 0.5s ease;
    cursor: pointer;
}

.company-list-b-box:hover .company-list-t {
    color: #2560E0;
}

.company-list-b-box:hover .company-img-w-icon {
    transform: scale(1.05);
}

.company-list-b-box:hover .company-list-arrow-img {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateX(0);
}

/* 域名搜索框 */
.domain-search-box {
    display: flex;
    height: 245px;
    margin-top: -122px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.domain-search-box-left {
    width: 75%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 12px 0px rgba(109, 113, 116, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
}
.domext-container{
    border: none;
    background: none;
    left: 15px;
    width: 98%;
}

.domain-suffix-w {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: -8px;
}

.domain-search-box-input {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.domain-search-box-input-b {
    border: 1px solid #D6DADE;
    position: relative;
    border-radius: 4px 0 0 4px;
}

.domain-search-box-input-pre {
    width: 134px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.domain-search-box-input-line {
    width: 1px;
    height: 28px;
    background-color: #D6DADE;
}

.domain-search-box-input-btn {
    width: 220px;
    height: 48px;
    background: #2560E3;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #2560E0;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.domain-suffix-list {
    margin-left: 10px;
}

.domain-suffix-list-menu {
    height: 14px;
    line-height: 14px;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #D6DADE;
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.domain-suffix-list-menu  a{
    color: #000;
}
.domain-suffix-list-menu  a:hover{
    text-decoration: underline;
}
.domain-suffix-list-menu:last-child {
    border-right: 1px solid transparent;
}

.domain-price-all {
    font-weight: 400;
    font-size: 14px;
    color: #2660E3;
    cursor: pointer;
}

.domain-s-menu {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-left: 20px;
    cursor: pointer;
}

.domain-s-menu:last-child {
    color: #2660E3;
}

.domain-suffix-qz {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.domain-suffix-qz-item {
    width: calc(25% - 15px);
    background-color: #E9F2FB;
    padding: 15px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.domain-suffix-qz-item-left {}

.domain-suffix-qz-item-left-t {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

.domain-suffix-qz-item-left-p {
    display: flex;
    align-items: baseline;
    margin-top: 3px;
}

.domain-suffix-qz-item-left-p-t {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.domain-suffix-qz-item-left-p-n {
    font-size: 16px;
    line-height: 16px;
    color: #F60F45;
    font-weight: 700;
}

.qz-btn {
    font-weight: 400;
    font-size: 14px;
    color: #2560E3;
}

.qz-img {
    margin-left: 5px;
    flex-shrink: 0;
}

.qz-imgs {
    position: absolute;
    top: -22px;
    right: -10px;
}

.domain-search-box-right {
    flex: 1;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 12px 0px rgba(109, 113, 116, 0.1);
    border-radius: 8px;
    margin-left: 10px;
    /*padding: 22px 20px 22px;*/
    padding: 12px 20px 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
/*2025.1.21 新增公告修改样式*/
.domain-search-box-right .pj_top_out{
    margin: 0 -20px;
}
.domain-search-box-right .pj_new_out{
    background: #fff;
	padding: 10px 20px 0 20px;
}
.domain-search-box-right-ads {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.domain-search-box-right-ads-t {
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.domain-search-box-right-ads-w {
    font-weight: 400;
    font-size: 16px;
    color: #2560E3;
}

.swiper-container {
    height: 32px;
}

.ads-slide {
    display: flex;
    align-items: center;
}

.ads-slide-text {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    flex: 1;
}

.ads-slide-img {
    flex-shrink: 0;
    margin-right: 6px;
}

.ads-slide-time {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    line-height: 32px;
}

/* .slide-container .slide-pagination ul li.on {
    margin-top: 2px;
} */

/* 原有的样式重置开始 */
body.min990 {
    min-width: unset !important;
}


/* 2025/01/14新增 */

.text-\[\#000\] {
    color: #000;
}

.text-\[\#6d7174\] {
    color: #6d7174;
}

.text-\[\#060D2A\] {
    color: #060D2A;
}

.text-\[\#060425\] {
    color: #060425;
}

.text-\[\#353535\] {
    color: #353535;
}

.text-\[\#FEFEFF\] {
    color: #FEFEFF;
}

.text-\[\#F9FAFD\] {
    color: #F9FAFD;
}

.text-\[\#F5FAFF\] {
    color: #F5FAFF;
}

.bg-\[\#E5EDFF\] {
    background: #E5EDFF;
}

.bg-\[\#060425\] {
    background: #060425;
}

.bg-\[\#EAEEF7\] {
    background: #EAEEF7;
}

.bg-\[\#d6dade\] {
    background: #d6dade;
}

.text-blue {
    color: #2660e3;
}

.text-blue-main {
    color: #2660e3;
}

.text-cspx14 {
    font-size: 14px;
}

.text-cspx16 {
    font-size: 16px;
}

.text-cspx18 {
    font-size: 18px;
}

.text-cspx20 {
    font-size: 20px;
}

.text-cspx24 {
    font-size: 24px;
}

.text-cspx34 {
    font-size: 34px;
}


.inline-block {
    display: inline-block;
}

.w-max {
    width: max-content;
}

.text-left {
    text-align: left;
}

.italic {
    font-style: italic;
}

.opacity-0 {
    opacity: 0;
}

.img-scale {
    overflow: hidden;
}

.img-scale img {
    cursor: pointer;
    transition: all 0.5s ease;
}

.img-scale:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.common-layouts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.common-layouts-menu {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
}

.common-layouts-item {
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.pub-fadeup {
    transition: transform ease-out 0.3s;
}

.pub-fadeup:hover {
    transform: translateY(-12px);
}

.common-layouts-item-left-img-w {
    height: 52px;
    margin-top: 4px;
    padding: 0 26px;
}

.common-layouts-item-left-img {
    width: max-content;
    max-width: 100%;
    height: auto;
}

.common-layouts-item-left-title {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    color: #000000d9;
}

.common-layouts-item-left-sub-title {
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #060425;
}

.common-layouts-item-left-text-w {
    padding-right: 20px;
    margin-bottom: 0;
    text-align: center;
}

.common-layouts-item-left-text {
    font-size: 14px;
    line-height: 26px;
    color: #6d7174;
    text-align: left;
}

.common-layouts-item-top-img-w {
    height: 52px;
    padding: 0 20px;
}

.common-layouts-item-top-img {
    width: max-content;
    max-width: 100%;
    height: auto;
}

.common-layouts-item-top-title {
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #000000d9;
}

.common-layouts-item-top-text-w {
    padding: 0 20px;
}

.common-layouts-item-top-text {
    font-size: 14px;
    line-height: 26px;
    color: #6d7174;
    text-align: center;
}

.common-layouts-item-top-left-img-w {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 20px;
}

.common-layouts-item-top-left-title {
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    color: #000000d9;
}

.common-layouts-item-top-left-text-w {
    padding: 0 20px 0 30px;
}

.media-marketing-item {
    padding: 24px 20px 24px 30px;
}

.common-layouts-item-top-left-text {
    font-size: 14px;
    line-height: 26px;
    color: #6d7174;
    text-align: left;
}

.media-marketing-item-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.media-pain-item {
    padding: 36px 0;
}

.img-icons-wrap {
    height: 40px;
    padding-left: 30px;
    padding-right: 20px;
}

.desc-ww-wrap {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.desc-ww {
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
}

.media-support-menu {
    width: calc(33.33% - 13.3px);
}

.media-support-item {
    padding: 10px 10px 30px;
}

.support-num {
    color: #D6DADE;
    font-size: 64px;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 64px;
}

.support-text {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.support-desc {
    color: #6d7174;
    font-size: 14px;
    padding-right: 10px;
}

.media-process-menu {
    width: calc(20% - 16px);
}

.media-process-item {
    background: linear-gradient(-30deg,
            rgb(29, 114, 255),
            rgb(4, 185, 252));
    padding: 20px 0;
    overflow: unset;
}

.media-process-item-title {
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding: 0 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.media-process-item-step {
    height: 40px;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(90deg,
            rgb(4, 185, 252),
            rgb(34, 232, 255));
}

.media-process-item-step-text {
    margin-right: 5px;
    margin-bottom: 8px;
}

.media-process-item-step-img {
    position: absolute;
    top: 0;
    right: -20px;
}

.media-process-item-box {
    width: 100%;
    padding: 0 30px;
    margin-top: 10px;
}

.media-process-item-box-text {
    color: #FEFEFF;
    font-size: 14px;
}

.media-process-item-space {
    height: 50px;
    padding: 0 20px;
    margin-top: 36px;
}

.media-process-item-bottom-img {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.google-problem-menu {
    width: calc(50% - 10px);
}

.google-problem-item {
    background: rgb(247, 248, 251);
    padding: 36px 0px;
}

.google-problem-item-img-w {
    width: 100%;
    height: 38px;
    padding-left: 30px;
    padding-right: 20px;
}

.google-problem-item-title {
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
}

.google-problem-item-desc-w {
    width: 100%;
    text-align: center;
    font-size: 14px;
}


.google-problem-item-desc {
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
}

.google-problem-menu:nth-child(2n) .google-problem-item-img-w {
    align-items: end;
}

.google-problem-menu:nth-child(2n) .google-problem-item-title {
    text-align: right;
}

.google-problem-menu:nth-child(2n) .google-problem-item-desc {
    text-align: right;
}

.google-problem-item-center-img {
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 0;
    margin: auto;
    transition: transform .5s;
    transform-style: preserve-3d
}

.google-problem-item-center-img-w:hover .google-problem-item-center-img {
    transform: rotateY(180deg);
}

.company-choose-w {
    padding: 50px 0;
    overflow: hidden;
}

.company-choose-left {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 5;
    box-shadow: rgba(120, 122, 127, 0.2) 0px 0px 36px 0px
}

.company-choose-left-top {
    color: #000;
    font-size: 24px;
    line-height: 24px;
}

.company-choose-left-title {
    color: #000;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    padding: 18px 0;
}

.company-choose-left-bottom {
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

.company-choose-left-img1 {
    width: 210px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -105px;
    z-index: 10;
}

.company-choose-left-img2 {
    width: 122px;
    height: 202px;
    position: absolute;
    top: 50px;
    right: -3px;
    z-index: 10;
}

.company-choose-left-img3 {
    width: 176px;
    height: 153px;
    position: absolute;
    right: 16px;
    bottom: -1px;
    z-index: 10;
}

.company-choose-left-img4 {
    width: 176px;
    height: 153px;
    position: absolute;
    left: 16px;
    bottom: -1px;
    z-index: 10;
}

.company-choose-left-img5 {
    width: 121px;
    height: 202px;
    position: absolute;
    top: 50px;
    left: 2px;
    z-index: 10;
}

.company-choose-left-img1:hover,
.company-choose-left-img2:hover,
.company-choose-left-img3:hover,
.company-choose-left-img4:hover,
.company-choose-left-img5:hover {
    transform: scale(1.03);
}

.company-choose-right {
    flex: 1;
    margin-left: 50px;
}

.company-choose-right-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.company-choose-right-tag {
    width: 188px;
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 24px;
}

.company-choose-right-tag:hover {
    transform: scale(1.03);
}

.company-choose-right-s-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.company-choose-right-desc {
    color: #6D7174;
    font-size: 14px;
}

.google-scheme-tab {
    width: 50%;
    height: 120px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 26px;
    color: #82878B;
    cursor: pointer;
}

.google-scheme-tab.cur {
    box-shadow: 0 0 10px #00000014;
    font-weight: 700;
    color: #060425;
}

.google-scheme-content-words-w {
    margin: 30px 0;
}

.google-scheme-content-words {
    color: #000;
    font-size: 16px;
}

.google-scheme-menu {
    width: calc(50% - 10px);
}

.google-scheme-item {
    height: 100%;
    padding: 30px 2px 2px 32px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(206, 210, 218, 0.2) 0px 0px 36px 0px;
}

.google-scheme-content {
    display: none;
}

.google-scheme-item-box {
    margin-bottom: 10px;
}

.google-scheme-item-icon {
    margin-right: 6px;
}

.google-scheme-item-title {
    font-weight: 700;
    color: #060425;
    font-size: 20px;
}

.google-scheme-item-desc {
    color: #6D7174;
    font-size: 14px;
}

.google-scheme-item-flag {
    font-size: 150px;
    color: #ebf0fd;
    line-height: 150px;
    font-weight: 700;
}

.google-service-tab-item {
    width: 200px;
    height: 44px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0 30px;
    border-radius: 8px;
}

.cur-cls {
    background-color: #2660e3;
    color: #fff;
}

.google-service-content {
    margin-top: 40px;
    overflow: hidden;
}

.google-service-content-t-0 {
    line-height: 20px;
    opacity: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.google-service-content-t {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    z-index: 10;
}

.google-service-content-t-line {
    height: 10px;
    width: calc(100% + 10px);
    background-color: #2660E3;
    border-radius: 5px;
    opacity: 0.4;
    position: absolute;
    left: -6px;
    bottom: -5px;
}

.google-service-content-t-num {
    font-weight: 700;
    font-size: 90px;
    color: #F3F5F9;
    line-height: 90px;
    position: absolute;
    bottom: -2px;
}

.google-service-content-desc {
    color: #6D7174;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.google-service-content-btn {
    width: 112px;
    height: 36px;
    background-color: #F9FAFD;
    color: #2660e3;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #2660e3;
}

.google-service-content-img {
    margin-left: 50px;
}

.actives-packet-menu {
    width: calc(20% - 16px);
}

.actives-packet-item {
    padding: 32px 20px;
}

.actives-packet-item-t-w {
    margin-bottom: 20px;
}

.actives-packet-item-t {
    margin-left: 6px;
}

.actives-packet-item-y-w {
    margin-top: 30px;
}

.actives-packet-item-n-w {
    margin-top: 20px;
}

.actives-packet-item-input-styl {
    width: 48px;
    height: 28px;
    background: #f4f7fd;
    border-radius: 4px;
    border: 1px solid #d6dade;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 6px;
    font-size: 14px;
}

.actives-packet-item-input-styl:focus {
    border: 1px solid transparent;
}

.actives-packet-item-input-sub {
    width: 28px;
    height: 28px;
    background-color: #F4F7FD;
    border: 1px solid #D6DADE;
    border-radius: 4px;
    color: #060D2A;
    cursor: not-allowed;
}

.actives-packet-item-input-sub-sign {
    width: 12px;
    height: 2px;
    background: rgb(204, 204, 204);
}

.actives-packet-item-input-styl-w {
    margin: 0 8px;
}

.actives-packet-item-input-add {
    width: 28px;
    height: 28px;
    background-color: #F4F7FD;
    border: 1px solid #D6DADE;
    border-radius: 4px;
    color: #060D2A;
}

.actives-packet-item-input-add-sign {
    width: 12px;
    height: 2px;
    background-color: #060D2A;
}

.actives-packet-item-input-add-sign1 {
    width: 2px;
    height: 12px;
    background-color: #060D2A;
}

.actives-packet-item-coupon {
    color: #888794;
    font-size: 14px;
    margin-top: 36px;
    margin-bottom: 14px;
}

.actives-packet-item-p-sign {
    color: #FF0F47;
    font-size: 14px;
    line-height: 14px;
}

.actives-packet-item-p {
    line-height: 24px;
    color: #FF0F47;
    font-size: 24px;
    font-weight: 700;
}

.actives-packet-item-btn-w {
    margin-top: 30px;
}

.actives-packet-item-btn {
    width: 112px;
    height: 36px;
    background-color: #FF0F47;
    color: #fff;
    font-size: 14px;
}

.actives-packet-t-accelerate {
    margin-bottom: 4px;
}

.actives-packet-menu-accelerate {
    width: calc(50% - 10px);
}

.actives-packet-item-accelerate {
    padding: 40px 10px 50px;
    margin-bottom: 0px;
    border-radius: 12px;
    background: rgb(244, 247, 253);
}

.actives-packet-item-accelerate-img {
    margin-top: 40px;
}

.actives-packet-item-accelerate-text-w {
    line-height: 38px;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.actives-packet-item-accelerate-speed {
    width: 337px;
    height: 36px;
    border-radius: 18px;
    background: rgb(231, 234, 236);
    color: rgb(109, 113, 116);
}

.actives-packet-item-accelerate-speed-img {
    margin-right: 8px;
}

.actives-packet-item-accelerate-content {
    margin-top: 36px;
}

.actives-packet-item-accelerate-content-img {
    max-width: 100%;
}

.actives-packet-item-accelerates {
    height: 100%;
    border-radius: 0px;
    background: transparent;
    padding: 20px 10px 100px;
}

.actives-advantage-menu {
    width: calc(33.33% - 13.3px);
}

.actives-advantage-item {
    padding: 36px 0;
}

.rounded-4 {
    border-radius: 4px;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-12 {
    border-radius: 12px;
}

.rounded-14 {
    border-radius: 14px;
}

.rounded-22 {
    border-radius: 22px;
}

.rounded-\[50\%\] {
    border-radius: 50%;
}

.rounded-full {
    border-radius: 9999px;
}


.cdns-common-ul {
    border-bottom: 1px solid #d6dade;
    position: relative;
}

.cdns-wrap-t {
    border: 1px solid #d6dade;
    border-bottom: none;
    background-color: #fff;
}

.cdns-common-li {
    width: 10%;
}

.cdns-common-li:nth-child(2n) {
    width: 40%;
}

.cdns-common-li>div {
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    color: #060d2a;
}

.cdns-common-li-title {
    width: 10%;
    font-size: 14px;
}

.cdns-table-line {
    width: 1px;
    height: 100%;
    background-color: #d6dade;
    position: absolute;
    top: 0;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.ciwei-menu {
    width: calc(33.33% - 13.3px);
}

.ciwei-item {
    padding: 40px;
}

.ciwei-item:hover {
    background: url(https://static-cloud.35.com/resource/b1-7e29049f.png) no-repeat !important;
    box-shadow: 0 0 15px #060d2a45;
    background-size: cover !important;
    transition: all .5s ease;
}

.ciwei-menu-tag-w {
    margin-top: 20px;
}

.ciwei-menu-tag-hot-menu {
    margin-right: 10px;
}

.ciwei-menu-tag-hot-title {
    margin-right: 20px;
    font-size: 14px;
}

.ciwei-menu-product-list-w {
    max-height: 600px;
    overflow: auto;
    flex: 1;
}

.ciwei-menu-product-list {
    overflow-y: auto;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}

.ciwei-menu-product-item {
    margin-bottom: 8px;
}

.ciwei-menu-product-item-img {
    flex-shrink: 0;
    padding-right: 0;
    margin-right: 12px;
}

.ciwei-menu-product-item-text {
    font-size: 16px;
    font-weight: 400;
    color: rgb(6, 4, 37);
}

.ciwei-menu-more-w {
    margin-bottom: 10px;
}

.ciwei-menu-more-w:hover {
    color: #4e86ed;
}

.ciwei-menu-more-text {
    font-size: 16px;
}

.ciwei-menu-more-space {
    width: 28px;
}

.ciwei-menu-product-btn-w {
    margin-top: 20px;
}

.ciwei-menu-product-btn {
    width: 100px;
    height: 36px;
    margin: 0px 5px;
    background: #ff0f47;
    border: 1px solid #ff0f47;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.ciwei-menu-product-btn-other {
    background-color: #fff;
    color: #060d2a;
    border: 1px solid #d9d9d9;
}

.ciwei-menu-product-btn-other:hover {
    color: #2660e3;
    border: 1px solid #2660e3;
}

.ciwei-menu-price-w {
    margin-top: 20px;
}

.ciwei-menu-price-text {
    font-size: 14px;
    color: rgb(107 114 128);
}

.ciwei-menu-price-box-w {
    margin-top: 10px;
}

.ciwei-menu-price-box {
    margin-right: 15px;
}

.ciwei-menu-price-box-sign {
    line-height: 16px;
    font-weight: 700;
    font-size: 16px;
    color: red;
    font-style: normal;
}

.ciwei-menu-price-box-num {
    line-height: 28px;
    color: red;
    font-size: 28px;
    font-weight: 700;
}

.ciwei-menu-price-box-unit {
    font-weight: 400;
    font-size: 14px;
    color: #888794;
    font-style: normal;
    margin-left: 4px;
}

.ciwei-menu-price-text-through {
    font-size: 16px;
    color: rgb(107 114 128);
    text-decoration: line-through;
}

.ciwei-process-w {
    height: 220px;
}

.ciwei-process-serve-item:hover {
    transition-duration: .5s;
}

.ciwei-process-program-i {
    display: block;
    width: 236px;
    height: 66px;
    background: #fff;
    border: 1px solid #adb4ca;
}

.ciwei-process-program-i:hover {
    height: max-content;
    border: none;
    background: #2660e3;
    transition: all ease .4s;
}

.ciwei-process-program-i-t {
    width: 100%;
    height: 68px;
    position: relative;
    padding: 0 25px;
}

.ciwei-process-program-img {}

.ciwei-process-nums {
    font-size: 70px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #060d2a0a;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

.ciwei-process-text {
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 20px;
    color: #0d0d0d;
}

.ciwei-process-info-box {
    height: auto;
    display: none;
    text-align: center;
    padding: 4px 0 40px;
}

.ciwei-process-info-box-text {
    margin-bottom: 30px;
}

.ciwei-process-product-btn {
    width: 88px;
    height: 36px;
    margin: 0px auto;
    background-color: #fff;
    color: #060d2a;
    border: 1px solid #d9d9d9;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}

.ciwei-process-imgs {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 16px;
}

.ciwei-process-program-i:hover .ciwei-process-info-box,
.ciwei-process-program-i:hover .ciwei-process-program-img>.icon2 {
    display: block;
}

.ciwei-process-program-i:hover .ciwei-process-program-img>.icon1,
.ciwei-process-program-img .icon2 {
    display: none;
}

.ciwei-process-program-i:hover .ciwei-process-info-box-text,
.ciwei-process-program-i:hover .ciwei-process-text {
    color: #fff;
}

.ciwei-advantage-menu {
    width: calc(33.33% - 13.3px);
}

.ciwei-advantage-item {
    background-color: rgb(247, 248, 251);
    padding: 36px 0;
}

.ciwei-tabs-w {
    width: 100%;
    border-bottom: 1px solid #d0d2d6;
}

.ciwei-tabs-list {
    display: inline-flex;
    position: relative;
}

.ciwei-tabs-item {
    height: 60px;
    line-height: 60px;
    margin-left: 100px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.ciwei-tabs-item:first-child {
    margin-left: 0;
}

.ciwei-tabs-item:hover {
    color: #2560e0;
}

.ciwei-tabs-item-cur {
    color: #2560e0;
}

.ciwei-tabs-line {
    width: 48px;
    height: 2px;
    background-color: #2560e0;
    position: absolute;
    bottom: -1px;
    transform: translateX(0);
    transition: all .3s ease;
}

.ciwei-tab-case-b {
    margin-top: 30px;
}

.ciwei-tab-case-i {
    width: 32%;
}

.ciwei-tab-case-img {
    width: 100%;
    background: #ebedf3;
    border-radius: 6px;
    padding: 20px;
    position: relative;
}

.ciwei-tabs-case-img-btn {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translate(-50%);
}

.ciwei-tab-product-btn {
    width: 88px;
    height: 36px;
    background-color: #fff;
    color: #060d2a;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

.ciwei-tab-product-btn:hover {
    color: #2660e3;
    border: 1px solid #2660e3;
}

.ciwei-tab-case-con {
    margin-top: 32px;
}

.ciwei-tab-case-con-t {
    margin-bottom: 0;
}

.ciwei-tab-case-con-text {
    display: block;
    color: #0d0d0d;
    font-size: 16px;
}

.ciwei-tab-case-con-img {
    width: 40px;
    height: 40px;
}

.ciwei-tab-case-i:hover .ciwei-tab-case-img {
    background: #fff;
    box-shadow: 5px 5px 15px #060d2a66;
    transition: all .3s ease;
}

.ciwei-tab-case-img-icon {
    height: 550px;
    object-fit: contain;
    max-width: 100%;
}

.ciwei-model-bg {
    background: #ebedf3;
    border-radius: 8px;
    padding: 20px;
    transition: all .3s ease;
}

.ciwei-model-bg:hover {
    background-color: #fff;
    box-shadow: 5px 5px 15px #060d2a66;
    transition: all .3s ease;
}

.ciwei-model-bg-img {
    max-width: 100%;
}

.ciwei-association-menu {
    width: calc(25% - 15px);
}

.ciwei-association-item {
    background: rgb(255, 255, 255);
    height: 100%;
    padding: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 8px;
}

.common-img-scale {
    overflow: hidden;
}

.common-img-scale img {
    cursor: pointer;
    transition: all 0.5s ease;
}

.common-img-scale:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.ciwei-association-img {
    height: 192px;
}

.ciwei-association-content {
    padding: 16px 0;
}

.ciwei-association-content-t {
    font-size: 22px;
    font-weight: 700;
}

.ciwei-association-content-d {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #6d7174;
}

.ciwei-association-content-p {
    margin-top: 20px;
}

.association-price-unit-front {
    font-weight: 700;
    font-size: 16px;
    color: red;
    font-style: normal;
}

.association-price-center {
    color: red;
    font-size: 22px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
}

.association-price-unit-end {
    font-weight: 400;
    font-size: 14px;
    color: #888794;
    font-style: normal;
    margin-left: 4px;
}

.association-arrow-img {
    width: 34px;
    height: 34px;
}

.ciwei-guide-menu {
    width: calc(50% - 10px);
}

.ciwei-guide-item {
    border-radius: 8px;
    background: linear-gradient(rgb(236, 241, 255),
            rgb(255, 255, 255));
    height: 100%;
    padding: 25px 35px;
    margin-bottom: 0px;
}

.ciwei-guide-content {
    padding-top: 30px;
}

.ciwei-guide-content-t {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #060425;
    margin-bottom: 0;
}

.ciwei-guide-content-more {
    width: 102px;
    height: 34px;
    color: rgb(38, 96, 227);
    background-color: rgb(237, 242, 253);
    font-size: 14px;
    cursor: pointer;
}

.ciwei-guide-content-more:hover {
    color: rgb(38, 96, 227);
}

.ciwei-guide-content-text {
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #0d0d0d;
}

.ciwei-guide-content-text:hover {
    color: #0d0d0d;
}

.ciwei-guide-content-arrow {
    font-size: 16px;
    font-weight: 400;
    color: #0d0d0d;
}

.bg-white {
    background-color: #fff;
}

.ciwei-buy-w {
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px #81869133;
    border-radius: 8px;
    margin-top: -120px;
    position: relative;
    padding: 50px 40px;
    z-index: 99;
}

.custom-b-t {
    border-bottom: 1px solid #d0d2d6;
}

.custom-b-t .t1 {
    width: max-content;
    font-size: 18px;
    color: #0d0d0d;
    margin-bottom: 0;
}

.custom-b-t .t1:after {
    width: 100%;
    height: 2px;
    background: #2660e3;
    content: "";
    display: block;
    margin-top: 10px;
}

.select-none {
    -moz-user-select: none;
    user-select: none;
}

.ciwei-custom-info-list {
    margin-top: 30px;
}

.ciwei-custom-info-item-left {
    font-weight: 700;
    color: rgb(17 24 39);
    font-size: 22px;
}

.ciwei-custom-info-item-right {
    margin-top: 10px;
    font-size: 14px;
}

.ciwei-custom-service-w {
    margin-top: 30px;
}

.ciwei-custom-service-text {
    font-weight: 700;
    font-size: 14px;
}

.ciwei-custom-service-list {
    margin-top: 20px;
    background: rgb(243 244 246);
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.ciwei-custom-service-item {
    font-size: 16px;
    margin-bottom: 25px;
    margin-right: 30px;
    color: rgb(6 4 37);
}

.ciwei-custom-choose-item {
    margin-top: 20px;
}

.ciwei-custom-choose-item-left {
    width: 96px;
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(6 4 37);
}

.ciwei-custom-choose-item-right-w {
    display: flex;
    flex-wrap: wrap;
}

.ciwei-custom-choose-item-right-menu {
    margin-right: 20px;
    margin-bottom: 16px;
    height: 32px;
    width: 112px;
    cursor: pointer;
    border-radius: 4px;
    border-color: rgb(223 225 227);
    font-size: 14px;
    color: rgb(6 4 37);
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
}

.ciwei-custom-choose-item-right-menu:hover {
    border-color: rgb(38 96 227);
    color: rgb(38 96 227);
}

.ciwei-custom-choose-item-right-menu-select {
    background-color: #2660e3 !important;
    color: #fff !important;
    border: 1px solid #2660e3 !important;
}

.common-select-styl {
    width: 184px;
    height: 32px;
    position: relative;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.common-select-styl:hover {
    border: 1px solid #2660e3;
}

.common-select-styl select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.common-select-styl-text {
    flex: 1;
    color: #000;
    font-size: 14px;
}

.ciwei-custom-choose-p-sign {
    color: rgb(239 68 68);
    font-size: 14px;
}

.ciwei-custom-choose-p-num {
    font-weight: 700;
    color: rgb(239 68 68);
    font-size: 24px;
}

.ciwei-custom-choose-btn-list {
    margin-top: 30px;
}

.ciwei-custom-choose-btn {
    width: 88px;
    height: 36px;
    margin-right: 20px;
    background: #ff0f47;
    border: 1px solid #ff0f47;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.ciwei-custom-choose-btn-other {
    background-color: #fff;
    color: #060d2a;
    border: 1px solid #d9d9d9;
}

.ciwei-custom-choose-btn-other:hover {
    color: #2660e3;
    border: 1px solid #2660e3;
}

.ciwei-core-menu {
    width: calc(25% - 15px);
}

.actives-buy-product-w {
    height: 626px;
    background-color: #F7F8FB;
    border-radius: 12px;
    padding-left: 100px;
}

.actives-buy-product-left {
    z-index: 5;
}

.actives-buy-product-left-item {
    width: 420px;
    height: 111px;
    border-bottom: 1px dashed #D6DADE;
}

.actives-buy-product-left-item-content {
    margin-left: 20px;
}

.actives-buy-product-left-item-content-t {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}

.actives-buy-product-left-item-content-d {
    color: #333;
    font-size: 16px;
}

.actives-buy-product-left-item-w {
    padding-right: 20px;
}

.actives-buy-product-right {
    margin-left: 65px;
}

.actives-buy-product-right-item {
    height: 48px;
    border-bottom: 1px dashed #D6DADE;
    padding-left: 70px;
    font-size: 16px;
}

.actives-buy-product-right-item-feature-w {
    border-bottom: 1px dashed #D6DADE;
    padding-left: 70px;
}

.actives-buy-product-right-item-feature-menu-w {
    padding-top: 10px;
    padding-bottom: 9px;
}

.actives-buy-product-right-item-feature-menu {
    color: #333;
    font-size: 16px;
}

.actives-buy-product-right-item-feature-line {
    padding: 0 4px;
}

.actives-buy-product-p-w {
    margin-top: 60px;
    z-index: 5;
}

.actives-buy-product-p-sign {
    color: #F60F45;
    font-size: 16px;
}

.actives-buy-product-p-num {
    color: #F60F45;
    font-size: 36px;
}

.actives-buy-product-btn {
    width: 161px;
    height: 40px;
    background-color: #2660E3;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-left: 36px;
}

.actives-need-menu {
    width: calc(50% - 10px);
}

.actives-manage-tabs-item {
    width: 25%;
    height: 100px;
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 24px;
    color: #82878B;
    font-weight: 700;
    cursor: pointer;
}

.actives-manage-cur-cls {
    color: #060425;
    box-shadow: 0 0 10px #00000014;
    border-top: 2px solid #2660e3;
}

.actives-habit-left {
    max-width: 780px;
    max-height: 440px;
}

.actives-habit-right {
    height: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
    min-width: 500px;
    box-shadow: rgba(206, 210, 218, 0.2) 0px 0px 36px 0px;
}

.actives-habit-right-t {
    font-weight: 700;
    font-size: 30px;
    color: #060425;
    margin-bottom: 20px;
}

.actives-habit-right-d {
    font-size: 16px;
    color: #6D7174;
}

.actives-habit-titles {
    margin-bottom: 20px;
}

.actives-experience-m-img {
    display: none;
}

.actives-experience-pc-w {
    display: block;
}

.actives-experience-pc-item {
    margin-bottom: 12px;
}

.actives-experience-pc-item-left {
    width: 140px;
    height: 66px;
    background-color: #2660e3;
    margin-right: 10px;
}

.actives-experience-pc-item-left-text {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 0;
}

.actives-experience-pc-item-right {
    height: 66px;
    border: 1px dashed #2660e3;
    justify-content: space-evenly;
}

.actives-experience-pc-item-right-text {
    font-size: 14px;
    color: #2660e3;
    margin-left: 10px;
}

.actives-experience-pc-item-other {
    margin-bottom: 24px;
}

.actives-experience-pc-item-other-left {
    width: 140px;
    height: 258px;
    font-size: 18px;
    margin-right: 10px;
}

.actives-experience-pc-item-other-left-text {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 0;
}

.actives-experience-pc-text-hover:hover {
    transform: scale(1.03);
}

.text-white {
    color: #fff;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-cspx10 {
    margin-left: 10px;
    margin-right: 10px;
}

.content-35 .pt-1 {
    padding-top: 10px;
}

.content-35 .pt-5 {
    padding-top: 50px;
}

.pt-cspx30 {
    padding-top: 30px;
}

.pt-cspx50 {
    padding-top: 50px;
}

.pt-cspx56 {
    padding-top: 56px;
}

.pt-cspx70 {
    padding-top: 70px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-cspx4 {
    padding-bottom: 40px;
}

.pb-cspx10 {
    padding-bottom: 10px;
}

.pb-cspx20 {
    padding-bottom: 20px;
}

.pb-cspx35 {
    padding-bottom: 35px;
}

.pb-cspx50 {
    padding-bottom: 50px;
}

.pb-cspx60 {
    padding-bottom: 60px;
}

.mt-0\.5 {
    margin-top: 5px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-1\.5 {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-3\.5 {
    margin-top: 35px;
}

.content-35 .mt-5 {
    margin-top: 50px;
}

.mt-cspx2 {
    margin-top: 2px;
}

.mt-cspx6 {
    margin-top: 6px;
}

.mt-cspx10 {
    margin-top: 10px;
}

.mt-cspx12 {
    margin-top: 12px;
}

.mt-cspx16 {
    margin-top: 16px;
}

.mt-cspx20 {
    margin-top: 24px;
}

.mt-cspx24 {
    margin-top: 24px;
}

.mt-cspx26 {
    margin-top: 26px;
}

.mt-cspx30 {
    margin-top: 30px;
}

.mt-cspx32 {
    margin-top: 32px;
}

.mt-cspx36 {
    margin-top: 36px;
}

.mt-cspx50 {
    margin-top: 50px;
}

.mt-cspx60 {
    margin-top: 60px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-cspx3 {
    margin-bottom: 3px;
}

.mb-cspx5 {
    margin-bottom: 5px;
}

.mb-cspx6 {
    margin-bottom: 6px;
}

.mb-cspx8 {
    margin-bottom: 8px;
}

.mb-cspx10 {
    margin-bottom: 10px;
}

.mb-cspx12 {
    margin-bottom: 12px;
}

.mb-cspx15 {
    margin-bottom: 15px;
}

.mb-cspx16 {
    margin-bottom: 16px;
}

.mb-cspx20 {
    margin-bottom: 20px;
}

.mb-cspx24 {
    margin-bottom: 24px;
}

.mb-cspx50 {
    margin-bottom: 50px;
}

.mb-cspx70 {
    margin-bottom: 70px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-cspx9 {
    margin-left: 9px;
}

.ml-cspx12 {
    margin-left: 9px;
}

.ml-cspx24 {
    margin-left: 24px;
}

.ml-cspx50 {
    margin-left: 50px;
}

.mr-0\.5 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-2\.5 {
    margin-right: 25px;
}

.mr-cspx2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-cspx4 {
    margin-right: 4px;
}

.mr-cspx6 {
    margin-right: 6px;
}

.mr-cspx10 {
    margin-right: 10px;
}

.mr-cspx12 {
    margin-right: 12px;
}

.mr-cspx14 {
    margin-right: 14px;
}

.mr-cspx16 {
    margin-right: 16px;
}

.mr-cspx20 {
    margin-right: 16px;
}

.mr-cspx32 {
    margin-right: 16px;
}

.mr-cspx70 {
    margin-right: 70px;
}

.my-cspx12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-cspx3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.w-cspx1 {
    width: 1px;
}

.w-cspx2 {
    width: 2px;
}

.w-cspx8 {
    width: 8px;
}

.w-cspx20 {
    width: 20px;
}

.w-cspx44 {
    width: 44px;
}

.w-cspx46 {
    width: 46px;
}

.w-cspx48 {
    width: 48px;
}

.w-cspx50 {
    width: 50px;
}

.w-cspx54 {
    width: 54px;
}

.w-cspx64 {
    width: 64px;
}

.w-cspx112 {
    width: 112px;
}

.w-cspx140 {
    width: 140px;
}

.w-cspx152 {
    width: 152px;
}

.w-cspx160 {
    width: 160px;
}

.w-cspx304 {
    width: 304px;
}

.w-cspx416 {
    width: 416px;
}

.h-0 {
    height: 0;
}

.h-cspx2 {
    height: 2px;
}

.h-cspx3 {
    height: 3px;
}

.h-cspx4 {
    height: 4px;
}

.h-cspx8 {
    height: 8px;
}

.h-10 {
    height: 100px;
}

.h-cspx20 {
    height: 20px;
}

.h-cspx28 {
    height: 28px;
}

.h-cspx40 {
    height: 40px;
}

.h-cspx42 {
    height: 42px;
}

.h-cspx44 {
    height: 44px;
}

.h-cspx48 {
    height: 48px;
}

.h-cspx50 {
    height: 50px;
}

.h-cspx60 {
    height: 60px;
}

.h-cspx66 {
    height: 66px;
}

.h-cspx80 {
    height: 80px;
}

.h-cspx203 {
    height: 203px;
}

.h-cspx230 {
    height: 230px;
}

.h-cspx272 {
    height: 272px;
}

.h-full {
    height: 100%;
}


.bg-blue {
    background: #2660e3;
}

.px-cspx12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-cspx20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-cspx28 {
    padding-left: 28px;
    padding-right: 28px;
}

.px-cspx30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-cspx45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px-cspx50 {
    padding-left: 50px;
    padding-right: 50px;
}

.py-cspx20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-cspx26 {
    padding-top: 26px;
    padding-bottom: 26px;
}

.p-2 {
    padding: 20px;
}

.p-4 {
    padding: 40px;
}

.p-cspx5 {
    padding: 5px;
}

.pl-0 {
    padding-left: 0;
}

.pl-2\.5 {
    padding-left: 25px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-cspx12 {
    padding-left: 12px;
}

.pl-cspx24 {
    padding-left: 24px;
}

.pr-2\.5 {
    padding-right: 25px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-cspx12 {
    padding-right: 12px;
}

.pr-cspx20 {
    padding-right: 12px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.actives-fitter-ul {
    width: 126px;
    height: 230px;
    border: 1px solid #2660E3;
    border-radius: 8px;
}

.actives-fitter-img {
    position: absolute;
    left: -13px;
    top: 20px;
    transform: rotate(180deg);
}

.actives-fitter-icons {
    display: none;
}

.actives-migrate-w-m {
    display: none;
}

.actives-vips-menu {
    width: calc(33.33% - 13.3px);
}

.actives-vips-item {
    height: 100%;
    padding: 16px 16px 40px;
    margin-bottom: 0px;
    border-radius: 8px;
    box-shadow: rgba(206, 210, 218, 0.2) 0px 0px 36px 0px;
}

.mali-down-btn {
    width: 136px;
    height: 38px;
    background: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 6px;
    color: #2660e3;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.mali-down-btn:hover {
    background: #2660e3;
    color: #fff;
}

.actives-official-menu {
    width: calc(25% - 15px);
}

.actives-official-item {
    padding: 40px;
    background-color: transparent;
}

.actives-official-item:hover {
    background: url(https://static-cloud.35.com/resource/bg1-c6a009f2.png) no-repeat;
    background-size: 100% 100%;
}

.actives-official-item:hover .mali-down-btn {
    opacity: 1;
    visibility: visible;
}

.common-item-layouts-2 {
    width: calc(50% - 10px);
}

.common-item-layouts-3 {
    width: calc(33.33% - 13.3px);
}

.common-item-layouts-4 {
    width: calc(25% - 15px);
}

.common-item-layouts-5 {
    width: calc(20% - 16px);
}

.seo-serve-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

.seo-serve-list-item {
    width: 31%;
    position: relative;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e5e7eb;
}

.seo-serve-list-item-t {
    margin-top: 20px;
    font-size: 22px;
    color: #060d2a;
}

.seo-serve-list-item-d {
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    color: #060D2A;
}

.seo-serve-list-item-n {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 52px;
    color: rgb(238, 238, 238);
}

.seo-serve-list-item-a {
    margin: 0 1%;
}

.seo-advantage-menu {
    width: 33.33%;
}

.seo-advantage-item {
    border-radius: 0;
    margin-right: -1px;
}

.seo-advantage-con {
    padding: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 90% 80%;
    overflow: hidden;
    background-color: #fff;
}

.seo-advantage-con-t {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #0d0d0d;
}

.security-advantage-con-t {
    font-size: 30px;
}

.seo-advantage-con-d {
    height: 80px;
    font-size: 17px;
    color: #060425;
}

.seo-advantage-menu:nth-child(2n) .seo-advantage-item-c {
    flex-direction: column-reverse;
}

.seo-advantage-menu:hover .seo-advantage-con {
    background-color: #2660e3;
    transition: all .3s ease;
}

.seo-advantage-menu:hover .seo-advantage-con .seo-advantage-con-t {
    color: #fff;
}

.seo-advantage-menu:hover .seo-advantage-con .seo-advantage-con-d {
    color: #fff;
}

.security-advantage-menu:hover .seo-advantage-con {
    transition: all .3s ease;
    background-color: #fff;
}

.security-advantage-menu:hover .seo-advantage-con .seo-advantage-con-t {
    color: #0d0d0d;
}

.security-advantage-menu:hover .seo-advantage-con .seo-advantage-con-d {
    color: #060425;
}

.banner-title-w {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-title {
    font-size: 50px;
    font-weight: 700;
    color: #060425;
}

.overview-content-w {
    width: 100%;
    background: url(https://static-cloud.35.com/resource/bg-img-0fbee58f.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.overview-breadcrumb-list {
    padding: 24px 0;
}

.overview-breadcrumb-item-arrow {
    padding: 0 5px;
    margin-top: 2px;
}

.overview-breadcrumb-item-link {
    color: #6d7174;
    font-size: 14px;
    font-weight: 400;
}

.overview-breadcrumb-item-link:hover {
    color: #6d7174;
}

.overview-breadcrumb-item:last-child .overview-breadcrumb-item-link {
    cursor: unset;
}

.overview-info-list {
    margin-top: 60px;
    padding-bottom: 160px;
}

.overview-info-item {
    width: 33.33%;
}

.overview-info-t {
    line-height: 48px;
    color: rgb(38 96 227);
    font-size: 48px;
    font-weight: 700;
}

.overview-info-u {
    line-height: 16px;
    font-size: 16px;
    color: rgb(38 96 227);
    margin-top: 8px;
    margin-left: 2px;
}

.overview-info-words {
    color: #060D2A;
    font-size: 16px;
    margin-top: 3px;
    margin-left: 10px;
}


.culture-banner-words-text {
    font-size: 64px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(31, 84, 151, .25);
}

.culture-banner-desc1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
}

.culture-banner-desc2 {
    color: #fff;
    font-size: 18px;
}

.culture-list-wrap {
    padding-bottom: 30px;
}

.culture-item-box {
    padding-top: 30px;
    padding-bottom: 70px;
}

.culture-img-box {
    width: 50%;
}

.culture-img {
    width: 480px;
    height: 296px;
}

.culture-texts-box {
    margin-left: 80px;
    margin-right: 80px;
}

.culture-text-box-title {
    font-weight: 700;
    font-size: 36px;
    color: #060425;
}

.culture-text-box-desc {
    color: #060425;
    font-size: 17px;
    margin: 16px 0;
    font-weight: 700;

}

.culture-text-box-detailed {
    color: #6D7174;
    font-size: 16px;
}

.culture-item-box:nth-child(2n-1) .img-scale {
    display: flex;
    justify-content: flex-end;
}

.culture-item-box:nth-child(2n-2) {
    flex-direction: row-reverse;
}

.culture-item-box:nth-child(2n-1) .culture-text-box {
    margin-left: 80px;
}

.culture-item-box:nth-child(2n-2) .img-scale {
    width: calc(50% - 80px);
}

.culture-item-box:nth-child(2n-2) .culture-text-box-title {
    text-align: right;
}

.culture-item-box:nth-child(2n-2) .culture-text-box-desc {
    text-align: right;
}

.culture-item-box:nth-child(2n-1) .culture-text-box-detailed {
    max-width: 352px;
}

.culture-item-box:nth-child(2n-2) .culture-text-box-detailed {
    max-width: 352px;
    text-align: right;
}

.culture-item-box:nth-child(2n-2) .culture-text-box-detailed-w {
    display: flex;
    justify-content: flex-end;
}

.culture-item-box:nth-child(2n-2) {
    padding-top: 0;
}

.aptitude-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 36px;
}

.aptitude-item-img-w {
    height: 100%;
    position: relative;
    border: 1px solid #D6DADE;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 236px;
}

.aptitude-item-img-box {
    width: unset;
    position: relative;
    cursor: pointer;
}

.aptitude-item-text {
    width: 100%;
    font-size: 16px;
    color: #060D2A;
    margin-top: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aptitude-item-img-box-mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s;
}

.aptitude-item-img-box:hover .aptitude-item-img-box-mark {
    opacity: 1;
}

.aptitude-item-img-box-mark-t {
    margin-left: 3px;
}

.aptitude-preview-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    display: none;
}

.aptitude-preview-layout-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1001;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.aptitude-preview-layout-img {
    max-height: calc(100vh - 40px);
}

.user-notice-menu {
    width: 100%;
}

.user-notice-menu {
    background-color: #fff;
    border-left: 1px solid #d6dade;
}

.user-notice-box-arrow {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    color: #d6dade;
    font-size: 14px;
    margin-top: 12px;
}

.user-notice-time-box {
    margin: 0 38px 0 15px;
}

.user-notice-ttime-box-years {
    font-size: 16px;
    font-weight: 400;
    color: #6d7174;
}

.user-notice-ttime-box-date {
    font-size: 21px;
    font-weight: 700;
    color: #060d2a;
}

.user-notice-box-item-wrap {
    height: 272px;
    border-bottom: 1px solid #d6dade;
    width: 0;
    flex: 1;
}

.user-notice-box-img {
    width: 320px;
    height: 182px;
    background: #339cda;
    border-radius: 8px;
}

.user-notice-box-item {
    width: 0;
    margin-left: 24px;
    height: 182px;
    padding-right: 24px;
}

.user-notice-box-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #060d2a;
    margin-bottom: 20px;
}

.user-notice-box-item-title:hover {
    color: #2660e3;
}

.user-notice-box-item-content {
    font-size: 14px;
    font-weight: 400;
    color: #060d2a;
}

.user-notice-box-item-num {
    font-size: 13px;
    font-weight: 400;
    color: #6d7174;
    margin-top: 12px;
}

.m-time {
    display: none;
}

.user-notice-menu:last-child .user-notice-box-item-wrap {
    border-bottom: none;
}

.common-paginations {
    display: flex;
    align-items: center;
    padding-top: 32px;
}

.common-paginations-num {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    margin-right: 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
}

.common-paginations-num:hover {
    border: 1px solid #2660e3;
    color: #2660e3;
}

.common-paginations-cur {
    border: 1px solid #2660e3;
    color: #2660e3;
}

.common-paginations-disabled {
    color: #00000040;
    cursor: not-allowed;
}

.common-paginations-disabled:hover {
    border: 1px solid #d9d9d9;
    color: #00000040;
    cursor: not-allowed;
}

.news-detailed-w {
    background-color: #fff;
    padding: 24px 48px 40px;
}

.news-detailed-title {
    font-size: 36px;
    font-weight: 700;
    color: #060d2a;
}

.news-detailed-content-box {
    margin-top: 8px;
}

.news-detailed-content-box-time {
    font-size: 12px;
    font-weight: 400;
    color: #6d7174;
}

.news-detailed-content-box-num {
    font-size: 12px;
    font-weight: 400;
    color: #6d7174;
    margin-left: 20px;
}


.contact-us-item-title {
    font-size: 24px;
    padding-top: 16px;
    font-weight: 700;
    color: rgb(6 13 42);
}

.contact-us-item-desc {
    color: rgb(109 113 116);
    font-size: 14px;
    margin-top: 10px;
}

.company-contact-menu2 {
    width: calc(50% - 10px);
    height: 120px;
}

.company-contact-menu3 {
    width: calc(33.33% - 13.3px);
    height: 120px;
}

.company-contact-menu4 {
    width: calc(25% - 15px);
    height: 120px;
}

.company-contact-item3 {
    margin-bottom: 0px;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    background: #fff;
    object-fit: cover;
    box-sizing: border-box;
    overflow: unset;
}

.contact-us-icon {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    background-color: #DBE7FE;
    border-radius: 50%;
    font-size: 14px;
    color: #2660e3;
}

.contact-btn {
    width: 120px;
    height: 28px;
    border: 1px solid #2660E3;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #2660E3;
}

.contact-btn:hover {
    color: #fff;
    background-color: #2660e3;
}

.contact-qrcode {
    position: absolute;
    top: -33px;
    left: 250px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    display: none;

}

.contact-qrcode-img {
    max-width: 160px;
    height: auto;
}

.contact-qrcode-arrow {
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -16px;
}

.contact-us-item-map-title {
    color: #060D2A;
    font-size: 22px;
    padding: 30px 0;
}

.building-table-header {
    border-right: 1px solid #F0F0F5;
}

.building-table-header-item {
    height: 175px;
    border-top: 1px solid #F0F0F5;
    border-left: 1px solid #F0F0F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.building-table-header-item-t-w {
    display: flex;
    align-items: center;
    justify-content: center;
}

.building-table-header-item-t-l {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.building-table-header-item-t {
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.building-table-header-item-icon {
    margin-left: 10px;
}

.building-table-header-item-d {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}


.common-lenolsa {
    width: 100%;
}

.common-dolsca {
    height: 80px;
    background-color: #F0F0F5;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.common-dolsca-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    padding-left: 34px;
}

.common-dolsca.on {
    transition: all 0.5s ease;
}

.common-dolsca.on .common-dolsca-title {
    color: #333;
}

.common-dolsca-arrow {
    width: 24px;
    height: 14px;
    margin-right: 30px;
    transition: all 0.5s ease;
}

.common-dolsca.on .common-dolsca-arrow {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.common-lourew {
    display: none;
}

.building-table-menu {
    border-right: 1px solid #F0F0F5;
}


.building-table-menu-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F0F0F5;
}

.building-table-menu-right-a {
    padding: 0 10px;
}


.building-table-menu-left-item-w {
    width: 100%;
    border-left: 1px solid #F0F0F5;
}

.building-table-menu-left-item {
    width: 0;
    height: 80px;
    border-right: 1px solid #F0F0F5;
    border-bottom: 1px solid #F0F0F5;
    color: #333;
    font-size: 16px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.building-table-menu-left-item:first-child {
    width: 20%;
    flex: unset;
    justify-content: flex-start;
    padding-left: 34px;
}

.building-table-menu-left-item-sign {
    margin-left: 5px;
}

.building-table-menu-right-t {
    color: #484848;
    font-size: 16px;
    margin-bottom: 26px;
}

.building-table-menu-right-t-l {
    padding-left: 8px;
}

.building-table-menu-left-item-w:nth-child(even) .building-table-menu-left-item {
    background-color: #f9f9f9;
}

.building-table-menu-left-item-other:first-child {
    width: 15%;
}

.building-table-menu-left-item-other:last-child {
    width: 25%;
    flex: unset;
}

.building-table-menu-left-item-others {
    height: 152px;
    background-color: #fff !important;
    flex-direction: column;
}

.building-table-menu-left-item-others-n {
    font-weight: 400;
    font-size: 26px;
    color: #F20C0C;
}

.building-table-menu-left-item-others-s {
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    margin-left: 6px;
}

.building-table-menu-left-item-others-b {
    width: 129px;
    height: 40px;
    background-color: #2660E3;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.customized-menu {
    width: calc(33.33% - 13.3px);
}

.customized-item {
    width: 100%;
    min-height: 122px;
    background: url("/images-35/server1.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 34px 42px;
}

.customized-item1 {
    background: url("/images-35/server1.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item2 {
    background: url("/images-35/server2.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item3 {
    background: url("/images-35/server3.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item4 {
    background: url("/images-35/server4.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item5 {
    background: url("/images-35/server5.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item6 {
    background: url("/images-35/server6.png") no-repeat center center;
    background-size: 100% 100%;
}

.customized-item-title {
    line-height: 24px;
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.customized-item-desc {
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.building-brand-menu {
    width: calc(33.33% - 13.3px);
}

.building-brand-item {
    padding: 20px 20px 30px;
}

.building-brand-item-img {
    margin-bottom: 46px;
}

.building-brand-item-title {
    line-height: 28px;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    text-align: center;
}

.building-brand-item-desc {
    line-height: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin-top: 16px;
    text-align: center;
}

.building-deploy-text {
    text-align: center;
    margin-top: 20px;
}

.building-support-title {
    font-weight: 400;
    font-size: 26px;
    color: #000;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 16px;
}

.building-support-list {
    padding-bottom: 26px;
}

.building-support-item {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.building-support-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2660E3;
    margin-right: 10px;
}

.building-support-text {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.building-support-icon {
    position: absolute;
    right: 18px;
    bottom: 24px;
}

.case-study-item {
    margin: 0 18px;
}

.case-study-item {
    width: unset !important;
}

.overflow-hidden {
    overflow: hidden;
}

.building-steps-list {
    margin-left: 150px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.building-steps-item {
    position: relative;
    border-bottom: 1px solid #F0F0F5;
    padding-bottom: 30px;
    flex: 1;
}

.building-steps-item-icon {
    position: absolute;
    top: -4px;
    left: 0;
}

.building-steps-item-title {
    font-weight: 400;
    font-size: 26px;
    color: #000;
    text-align: left;
    margin-bottom: 16px;
}

.building-steps-item-desc {
    line-height: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-align: left;
    text-align: justify;
}

.building-steps-item-space {
    height: 60px;
}

.building-func-menu {
    width: calc(50% - 10px);
}

.building-func-item {
    padding: 40px 30px 32px;
    border: 1px solid #ECEFF4;
    border-radius: 8px;
    position: relative;
}

.building-func-item:hover {
    box-shadow: 0px 1px 13px 0px rgba(37, 96, 224, 0.18);
    border: 1px solid #2560E0;
}

.building-func-item-title {
    font-weight: 400;
    font-size: 26px;
    color: #333;
    position: relative;
    z-index: 2;
}

.building-func-item-line {
    width: 35px;
    height: 3px;
    background-color: #2560E0;
    margin-top: 16px;
}

.building-func-item-desc {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin-top: 16px;
    position: relative;
    z-index: 2;
}

.building-func-item-btn {
    width: 129px;
    height: 40px;
    border: 1px solid #2560E0;
    font-weight: 400;
    font-size: 16px;
    color: #2560E0;
    margin-top: 36px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.building-func-menu-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.building-func-item-btn:hover {
    background-color: #2560E0;
    color: #fff;
}

.building-net-w {
    min-height: 260px;
    background: url('/images-35/wz-bg.jpg') no-repeat center center;
}

.building-net-title {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
}

.building-net-desc {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
    margin-top: 6px;
}

.building-net-btn {
    width: 239px;
    height: 44px;
    background: linear-gradient(90deg, #FFF0E2, #FFDEBF);
    opacity: 0.97;
    font-weight: 400;
    font-size: 16px;
    color: #DC0909;
    cursor: pointer;
    margin-top: 46px;
}

.building-table-menu-popup-w {
    z-index: 2;
    position: absolute;
    top: -48px;
    left: 0;
    box-sizing: border-box;
    display: none;
}

.building-table-menu-popup {
    width: 286px;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    border-radius: 4px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.3);
    margin-left: 46px;
    background-color: #fff;
    padding: 27px 15px 22px 19px;
}

.company-mails-menu {
    width: calc(33.33% - 13.3px);
}

.company-mails-item {
    padding: 20px;
    background: linear-gradient(to bottom, #fafafa, #fff);
    box-shadow: 0 3px 8px #0000000a;
}

.company-mails-item-t-w {
    display: flex;
    align-items: center;
}

.company-mails-item-i {
    margin-right: 8px;
}

.company-mails-item-t {
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.company-mails-item-d {
    font-weight: 400;
    font-size: 16px;
    color: #999;
    margin-top: 22px;
    padding-bottom: 30px;
}

.company-mails-item-add {
    color: #2560E0;
    font-size: 16px;
    padding-bottom: 5px;
}

.company-mails-item-list {
    padding-bottom: 12px;
    flex: 1;
}

.company-mails-item-list-menu {
    padding-bottom: 6px;
}

.company-mails-item-list-menu-point {
    width: 5px;
    height: 5px;
    background-color: #2560E0;
    border-radius: 50%;
    margin-right: 16px;
}

.company-mails-item-list-menu-text {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.company-mails-item-sign {
    color: #F20C0C;
    font-size: 16px;
}

.company-mails-item-num {
    color: #F20C0C;
    font-size: 24px;
    font-weight: 700;
}

.company-mails-item-unit {
    color: #484848;
    font-size: 16px;
}

.company-mails-item-coupon {
    font-weight: 400;
    font-size: 16px;
    color: #484848;
}

.company-mails-item-coupon-num {
    color: #F20C0C;
    font-size: 20px;
}

.company-mails-item-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.company-mails-item-btn-buy {
    width: 129px;
    height: 40px;
    background-color: #2560E0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    margin: 0 20px;
}

.company-mails-item-btn-seek {
    width: 129px;
    height: 40px;
    border: 1px solid #2560E0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #2560E0;
    cursor: pointer;
}

.common-titles-others {
    font-weight: 700;
    font-size: 26px;
    color: #2660E3;
}

.company-mail-features {
    display: flex;
    align-items: center;
}

.company-mail-features-item {
    width: 50%;
    height: 98px;
    background-color: #edf3fc;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.company-mail-features-item-cur {
    background-color: #2560e0;
}

.company-mail-features-item-content-wrap {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
    background-color: #fff;
    display: none;
}

.company-mail-features-item-content-w {
    display: flex;
    flex-wrap: wrap;
}

.company-mail-features-item-content {
    display: flex;
    width: 25%;
    padding: 30px 40px;
}

.company-mail-features-item-content-t {
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.company-mail-features-item-content-d {
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.company-mail-features-item-content-icon {
    margin-right: 20px;
    margin-top: 4px;
}

.company-mail-features-more {
    height: 53px;
    background-color: #2560E0;
    border-radius: 0 0 8px 8px;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
}

.company-mail-menu {
    width: calc(33.33% - 13.3px);
}

.company-mail-item {
    padding: 35px 20px 30px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.09);
}

.company-mail-item-title {
    line-height: 24px;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 24px;
}

.company-mail-item-desc {
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.company-mail-item-btn-wrap {
    margin-top: 20px;
}

.company-mail-item-btn {
    font-weight: 400;
    font-size: 16px;
    color: #1476FF;
    padding: 0 10px;
    cursor: pointer;
}

.company-mail-question-left {
    border-right: 1px solid #E7E7E7;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

.company-mail-question-left-title {
    line-height: 30px;
    font-weight: 400;
    font-size: 26px;
    color: #333;
    padding-bottom: 28px;
}

.company-mail-question-left-list {
    flex: 1;
}

.company-mail-question-left-item {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    margin-bottom: 10px;
    cursor: pointer;
}

.company-mail-question-left-item-cur {
    background-color: #2560E0;
}

.company-mail-question-left-item-text {
    width: 234px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-left: 24px;
}

.company-mail-question-left-item-icon {
    padding-right: 16px;
    display: none;
}

.company-mail-question-left-item-cur .company-mail-question-left-item-text {
    color: #fff;
}

.company-mail-question-left-item-cur .company-mail-question-left-item-icon {
    display: unset;
}

.company-mail-question-left-more {
    font-weight: 400;
    font-size: 16px;
    color: #2560E0;
    cursor: pointer;
    margin-bottom: 20px;
}

.company-mail-question-center {
    flex: 1;
    padding: 0 30px 0 70px;
    border-right: 1px solid #E7E7E7;
}

.company-mail-question-center-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.company-mail-question-center-point {
    width: 7px;
    height: 7px;
    background-color: #2560E0;
    border-radius: 50%;
    margin-right: 15px;
}

.company-mail-question-center-text {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.company-mail-question-center-item:hover .company-mail-question-center-text {
    color: #2560E0;
}

.company-mail-question-right {
    width: 380px;
    padding-left: 30px;
}

.company-mail-question-right-line {
    width: 4px;
    height: 20px;
    background-color: #268ffb;
    margin-top: 4px;
}

.company-mail-question-right-words {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.company-mail-question-right-text-w {
    margin-top: 26px;
    border-bottom: 1px solid #E7E7E7;
}

.company-mail-question-right-text {
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: 14px;
    color: #333 !important;
    border: 1px solid #E7E7E7;
    border-radius: 18px;
    padding: 0 20px;
    margin-right: 12px;
    margin-bottom: 16px;
    cursor: pointer;
}

.company-mail-question-right-hot-w {
    margin-top: 26px;
}

.company-mail-question-right-hot {
    font-weight: 400;
    font-size: 14px;
    color: #333 !important;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E7E7E7;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}

.company-mail-question-right-hot:last-child {
    margin-bottom: 0;
}

.company-mail-brand-item {
    width: 20%;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.company-mail-bgs {
    width: 100%;
    height: 260px;
    background: url('/images-35/company-mail-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.company-mail-tabs-text {
    font-weight: 400;
    font-size: 26px;
    color: #333;
    position: absolute;
    right: 30px;
    bottom: 37px;
}

.company-mail-features-item-cur .company-mail-tabs-text {
    color: #fff;
}

.s-s-s-s-boxsss {
    padding-left: 32px;
    padding-right: 23px;
}

.s-s-s-s-box-tabsss {
    width: unset;
}

.company-mail-choose-me-title {
    max-width: 210px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.company-mail-choose-me-desc {
    max-width: 210px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    margin-top: 20px;
}

.company-mail-choose-me-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.s-s-s-s-box-content-box {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    padding-left: 36px;
    padding-top: 42px;
}

.s-s-s-s-box-content-box1 {
    background: url('/images-35/xzwmbg1.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.s-s-s-s-box-content-box2 {
    background: url('/images-35/xzwmbg2.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.s-s-s-s-box-content-box3 {
    background: url('/images-35/xzwmbg3.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.s-s-s-s-box-content-box4 {
    background: url('/images-35/xzwmbg4.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.s-s-s-s-box-content-box-title {
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.s-s-s-s-box-content-box-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    max-width: 320px;
    padding-top: 22px;
}

.s-s-s-s-box-content-box-btn {
    width: 129px;
    height: 40px;
    background-color: #2660E3;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-left: 0;
    margin-bottom: 36px;
}

.search-serve-list {
    margin-bottom: 0;
}

.search-serve-list-item {
    width: 31%;
    border: 1px solid #e5e7eb;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.search-serve-list-item-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 21px;
    color: #060d2a;
}

.search-serve-list-item-desc {
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    color: #060d2a;
}

.search-serve-list-item-num {
    color: rgb(238, 238, 238);
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 20px;
}

.search-serve-list-mobile {
    margin: 0 1.2%;
}

.inp-box-input-w {
    width: 180px;
    height: 32px;
    background: #f9fafd;
    border: 1px solid #d0d2d6;
    border-radius: 4px;
    padding: 4px 11px;
}

.inp-box-input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: none;
    background: transparent;
    color: #000000d9;
}

.inp-box-error {
    background-color: #fff3f6;
    border: 1px solid #ff0f47;
}

.okr-hot-question {
    width: 100%;
    height: 256px;
    background: url('https://static-cloud.35.com/resource/00-ec9cef30.png') left center / contain no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
}

.okr-hot-question-title {
    font-size: 40px;
    font-weight: 700;
    color: #060d2a;
    opacity: 0;
    margin: 0px 160px;
}

.okr-hot-question-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #6d7174;
    margin: 0 80px;
}

.okr-hot-q {
    position: absolute;
    left: -506px;
    top: -1px;
    opacity: 1;
}

.okr-hot-qu {
    position: absolute;
    left: -507px;
    bottom: 6px;
}

.okr-hot-question-list {
    flex-wrap: wrap;
    margin-right: 40px;
    position: relative;
}

.okr-hot-question-list-box {
    width: 33.33%;
    font-size: 14px;
    font-weight: 400;
    color: #060d2a;
    padding: 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.card-btn-text {
    width: 111px;
    height: 34px;
    background: #fff;
    border: 1px solid #2660e3;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #2660e3;
    cursor: pointer;
    margin-top: 20px;
}

.card-layout-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: center;
    display: none;
}

.card-layout-code {
    width: 160px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #e7eaec;
    border-radius: 8px;
}

.card-layout-code-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.internet-top-w {
    padding-top: 35px;
    padding-bottom: 40px;
}

.internet-top-w-title {
    font-size: 21px;
    font-weight: 700;
    color: #060425;
}

.internet-top-w-desc {
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #060425;
    margin-top: 20px;
    text-align: center;
}

.internet-top-w-list {
    margin-top: 30px;
}

.internet-top-w-box {
    min-width: 300px;
}

.internet-top-w-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.internet-top-w-text {
    font-size: 14px;
    font-weight: 400;
    color: #060425;
    text-align: center;
}

.internet-item {
    width: 50%;
    height: 280px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-top-left-radius: 10px;
    background-color: #f9f9f9;
}

.internet-serve {
    width: 60%;
}

.internet-serve-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 21px;
}

.nternet-serve-desc {
    line-height: 30px;
    margin-top: 20px;
    font-size: 15px;
    color: #060d2a;
}

.internet-item:nth-child(1) {
    background: url(https://static-cloud.35.com/resource/s4-be946b5a.png) #f2f3f4 no-repeat;
    background-position: 111% 80px;
}

.internet-item:nth-child(2) {
    background: url(https://static-cloud.35.com/resource/s5-40e1a391.png) #f9f9f9 no-repeat;
    background-position: 111% 80px;
}

.internet-item:nth-child(3) {
    background: url(https://static-cloud.35.com/resource/s6-d0d0cd1a.png) #f9f9f9 no-repeat;
    background-position: 111% 80px;
}

.internet-item:nth-child(4) {
    background: url(https://static-cloud.35.com/resource/s7-61ad0312.png) #f2f3f4 no-repeat;
    background-position: 111% 80px;
}

.internet-server-b-w {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #060d2a;
}

.internet-server-b {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
}

.internet-server-b-words {
    margin-bottom: 0;
    font-size: 15px;
}

.internet-server-item {
    width: 102px;
    height: 34px;
    background: rgba(214, 218, 222, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #060d2a !important;
    border: 1px solid #e5e7eb;
}

.internet-menu {
    width: calc(25% - 15px);
}

.internet-items-img {
    border-radius: 15px;
}

.internet-items-title {
    font-size: 22px;
    font-weight: 700;
    color: #060425;
    margin-top: 20px;
    text-align: center;
}

.internet-healthy-w {
    margin-top: 30px;
}

.yzfw-i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

.yzfw-i:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.yzfw-i .img2 {
    display: none;
}

.yzfw-i:hover .img2 {
    display: block;
}

.yzfw-i:hover .img1 {
    display: none;
}

.yzfw-left {
    width: 80%;
    display: flex;
}

.yzfw-left-l {
    height: 140px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.yzfw-left-l-p {
    position: absolute;
    margin-bottom: 0;
    bottom: 12px;
}

.serves-title {
    width: 91.666667%;
}

.serves-title .t1 {
    font-size: 22px;
    font-weight: 700;
    color: #060425;
    margin-bottom: 15px;
}

.serves-title .t2 {
    font-size: 15px;
    font-weight: 400;
    color: #060425;
    margin-bottom: 0;
    line-height: 2;
}

.serve-titles .t2:hover {
    color: #060425;
}

.text-internetBtn {
    width: 112px;
    height: 42px;
    border: 1px solid #2560E0;
    color: #2560E0;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-internetBtn:hover {
    background-color: #2560E0;
    color: #fff;
}

.communicate-advantage-w {
    display: flex;
    padding-top: 80px;
}

.communicate-advantage-w-left {
    width: 50%;
    padding-left: 0;
    padding-right: 25;
}

.communicate-advantage-w-right {
    width: 50%;
    padding-left: 25px;
    padding-right: 0;
}

.communicate-advantage-w-right-title {
    margin-bottom: 0;
    font-weight: 700;
    color: #060d2a;
    font-size: 22px;
}

.communicate-advantage-w-right-desc {
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 2;
    font-size: 15px;
    color: #060d2a;
}

.communicate-advantage-w-right-box {
    padding-top: 35px;
}

.communicate-advantage-w-right-box-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    color: #060d2a;
}

.communicate-advantage-w-right-box-text {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    color: #060d2a;
}

.communicate-recommend-product {
    padding-top: 30px;
}

.communicate-recommend-i {
    margin-right: 3%;
    cursor: auto;
}

.communicate-recommend-i-img {
    width: 100px;
    height: 100px;
    padding: 20px;
    border: 1px solid #e4e7ea;
}

.communicate-recommend-i-text {
    padding-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    color: #060d2a;
}

.communicate-product-w {
    height: 520px;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
}

.communicate-pruduct-menu {
    width: 100%;
    display: flex;
}

.communicate-pruduct-menu-i {
    width: 33.33%;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8faff;
    position: relative;
    border-right: 1px solid #e4e7ea;
    cursor: auto;
}

.communicate-pruduct-menu-i-img-w {
    width: 60px;
    height: 60px;
}

.pruduct-menu-con-i {
    width: 33.33%;
    height: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pruduct-menu-msg {
    display: none;
    position: absolute;
    bottom: 6%;
}

.communicate-pruduct-menu-i-cur {
    background-color: #fff;
    transition: all 0.5s ease;
}

.communicate-pruduct-menu-i-cur,
.communicate-pruduct-menu-i:hover {
    transition: all 0.5s ease;
}


.communicate-pruduct-menu-i-cur .i2,
.communicate-pruduct-menu-i:hover .i2,
.communicate-pruduct-menu-i:hover .pruduct-menu-msg {
    display: block !important;
}

.communicate-pruduct-menu-i-cur .i1,
.communicate-pruduct-menu-i:hover .i1,
.communicate-pruduct-menu-i .i2 {
    display: none;
}

.communicate-pruduct-menu-i-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    color: #060425;
}

.communicate-pruduct-menu-i-btn {
    color: rgb(38 96 227);
    font-size: 15px;
    cursor: pointer;
}

.communicate-pruduct-menu-con {
    display: flex;
    width: 100%;
}

.communicate-pruduct-menu-con-content {
    width: 33.33%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.communicate-pruduct-menu-i-desc {
    line-height: 1.625;
    font-size: 15px;
    color: #060425;
}

.J_content-item {
    display: none;
}

.superiority-i {
    display: flex;
    margin-top: 30px;
}

.superiority-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.superiority-l,
.superiority-r {
    width: 48%;
}

.superiority-img {
    height: 384px;
    border-radius: 15px;
}

.internet-48 {
    font-size: 18px;
    font-weight: 400;
    color: #060425;
}

.internet-75 {
    font-size: 30px;
    font-weight: 700;
    color: #060425;
}

.leading-loose {
    line-height: 2;
}

.leading-normal {
    line-height: 1.5;
}

.leading-\[18px\] {
    line-height: 18px;
}

.leading-22 {
    line-height: 22px;
}

.leading-38 {
    line-height: 38px;
}

.leading-cspxc60 {
    line-height: 60px;
}

.text-primary {
    color: rgb(6 4 37);
}

.text-f37 {
    font-size: 15px;
}

.text-f43 {
    font-size: 18px;
}

.text-f53 {
    font-size: 22px;
}

.text-f96 {
    font-size: 39px;
}

.w-10 {
    width: 100px;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.33%;
}

.w-1\/5 {
    width: 20%;
}

.w-3\/4 {
    width: 75%;
}


.office-43 {
    font-size: 18px;
    font-weight: 400;
    color: #060425;
}

.office-37 {
    font-size: 15px;
    font-weight: 400;
    color: #060d2a;
}

.office-53 {
    font-size: 22px;
    font-weight: 700;
    color: #060d2a;
}

.bg-bgF9FAFD {
    background-color: rgb(249 250 253);
}

.office-products-item {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.office-products-item:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.security-53 {
    font-size: 22px;
    font-weight: 700;
    color: #060425;
}

.security-advantage-num {
    position: absolute;
    bottom: 0;
    right: 30px;
    color: rgb(238, 238, 238);
    font-size: 100px;
}

.security-advantage-con {
    height: 240px;
    position: relative;
}

.actives-number-item {
    height: 100%;
    padding: 40px 0px;
    margin-bottom: 0px;
    border-radius: 12px;
    background: rgb(249, 250, 253);
}

.actives-number-boxs .bg-w {
    display: none;
}

.actives-number-boxs:hover .bg-w {
    display: flex;
}

.actives-innovation-item {
    background: linear-gradient(-30deg,
            rgb(34, 173, 255),
            rgb(120, 212, 255));
}

.actives-innovation-item:hover {
    background: linear-gradient(-30deg, #1d72ff, #04b9fc) !important;
}

.innovation-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .4);
    border-radius: 8px;
}

.z-10 {
    z-index: 10;
}

.flex {
    display: flex;
}

.innovation-bg-img {
    width: 100%;
    background: url(https://static-cloud.35.com/resource/bg-line-85afe943.png) repeat-x;
    background-size: 100% 120%;
    margin: 0 auto
}

/* .content-35 img {
    max-width: 100%;
} */

.border-base {
    border-style: solid;
}

.border-blue {
    border-color: #2660e3;
}

.item-box-w:hover .item-bg-img {
    transition: all 0.5s ease;
    display: none;
}

.item-box-w:hover .item-box {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.66);
    transition: all 0.5s ease;
}

.item-box-w:hover .item-box .title-w .linee {
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.item-box-w:hover .item-box .desc-w {
    opacity: 1;
    transition: all 0.5s ease;
    visibility: visible;
}

.item-box-w .item-box {
    transform: translateY(calc(100% - 125px));
    transition: all 0.5s ease;
}

.item-box-w .item-box .title-w .linee {
    opacity: 1;
    transition: all 0.5s ease;
    visibility: visible;
}

.item-box-w .item-box .desc-w {
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.item-box-w .item-box .btn-w {
    height: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.text-black-main {
    color: #333;
}

.text-black-second-main {
    color: #666;
}

.bg-ww {
    background: url(https://static-cloud.35.com/resource/a88-531d180d.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
}

.bg-black {
    background-color: #333;
}

.imgs-w .more-text {
    display: none;
}

.imgs-w:hover .more-text {
    display: block;
}

.list-items {
    width: 25%;
    height: 360px;
    padding: 0 24px;
    box-sizing: border-box;
    margin-left: -1px;
}

.img1-commerce {
    background: url('https://static-cloud.35.com/resource/i1-bee41596.png') no-repeat center center;
    background-size: 100% 100%;
}

.img1-commerce:hover .bg-w {
    display: unset;
}

.img2-commerce {
    background: url("https://static-cloud.35.com/resource/i2-60fbc459.png") no-repeat center center;
    background-size: 100% 100%;
}

.img2-commerce:hover .bg-w {
    display: unset;
}

.img3-commerce {
    background: url("https://static-cloud.35.com/resource/i3-dc2b15ba.png") no-repeat center center;
    background-size: 100% 100%;
}

.img3-commerce:hover .bg-w {
    display: unset;
}

.img4-commerce {
    background: url("https://static-cloud.35.com/resource/i4-3eca2b9c.png") no-repeat center center;
    background-size: 100% 100%;
}

.img4-commerce:hover .bg-w {
    display: unset;
}

.img1-manufacturing {
    background: url('https://static-cloud.35.com/resource/f1-1dfa891e.png') no-repeat center center;
    background-size: 100% 100%;
}

.img2-manufacturing {
    background: url(https://static-cloud.35.com/resource/f2-ff1eb4b1.png) no-repeat center center;
    background-size: 100% 100%;
}

.img3-manufacturing {
    background: url(https://static-cloud.35.com/resource/f3-776bd62c.png) no-repeat center center;
    background-size: 100% 100%;
}

.img4-manufacturing {
    background: url(https://static-cloud.35.com/resource/f4-80380efa.png) no-repeat center center;
    background-size: 100% 100%;
}

.list-items {
    width: 25%;
    height: 360px;
    padding: 0 24px;
    box-sizing: border-box;
}

.list-items-text {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 40px;
}

.list-items .layout2 {
    display: none;
}

.list-items .bg-w {
    display: none;
}

.list-items:hover .layout1 {
    display: none;
}

.list-items:hover .layout2 {
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.list-items:hover .list-items-text {
    margin-top: 36px;
    margin-bottom: 24px;
}

.list-items:hover .list-items-text2 {
    display: none;
}

.content-35 .wrap-t {
    border: 1px solid #d6dade;
    border-bottom: none;
    background-color: #fff;
}

.content-35 .common-ul {
    border-bottom: 1px solid #d6dade;
}

.content-35 .common-li {
    width: 30%;
}

.content-35 .common-li>div {
    padding: 16px;
    text-align: center;
    color: #000000d9;
}

.content-35 .common-li-title {
    width: 10%;
    color: #060425;
    font-weight: 700;
}


.programme-wrap {
    width: 100%;
    background: url('https://static-cloud.35.com/resource/hh-55cdc7b6.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.innovation-hover:hover {
    background:linear-gradient(-30deg,#1d72ff,#04b9fc)!important;
}

.index-bg-popup-www {
    width: 500px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 126px;
    left: 3px;
    color: #fff;
    z-index: 2;
    border-radius: 12px;
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
    display: none;
}

.index-bg-popup-www1 {
    width: 500px;
    background: rgba(0, 0, 0, .8);
    top: 126px;
    left: 3px;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
}

.index-bg-popup-www2 {
    padding-top: 30px;
    background-color: transparent;
    top: 300px;
    display: none;
    position: absolute;
    z-index: 2;
}

.case-study-list, .case-study-list1 {
    will-change: transform;
    animation: all 500000s ease;
}



.case-study-item {
    flex-shrink: 0;
    display: inline-block;
}


.ciwei-code-ppp {
    width: 192px;
    height: 184px;
    background-color: #fff;
    position: absolute;
    top: -192px;
    left: -77px;
    z-index: 9;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    padding: 12px 16px;
    display: none;
}
.ciwei-code-ppp img{ 
    width: 100%;
}

.ciwei-code-ppp-wwww:hover .ciwei-code-ppp {
    display: block;
}
