/* 高防包头部 */
.proof-header {
    width: 100%;
    height: 570px;
    background: url('/web/imitate/assets/proofImg/proofBack.webp') no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.proof-header-area {
    width: 1366px;
    margin: 0 auto;
    padding-top: 150px;
}

.proof-header-title {
    font-size: 60px;
    font-weight: 700;
}

.proof-header-title span {
    color: #0158fd;
}

.proof-header-desc {
    font-size: 20px;
    width: 690px;
    line-height: 30px;
    padding: 12px 0 30px;
}

.advanced-header-btn {

    position: relative;
    display: block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background: #0158fd;
    color: #fff;
    transition: background 1s;
}

.advanced-header-btn:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1890ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    opacity: 0;
    content: "";
    transition: all .15s;
}

.advanced-header-btn:hover:before {
    left: 0;
    width: 100%;
    height: 100%;
    border-color: #1890ff;
    border-radius: 30px;
    opacity: 1;
}

.advanced-header-btn a {
    color: inherit;
    z-index: 2;
    display: block;
    position: relative;
}

/* 套餐 */
.setMenu-moduel {
    width: 1366px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.setMenu-title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.within-item {
    margin-top: 42px;
    cursor: pointer;
    width: 275px !important;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
    border-radius: 8px;
    position: relative;
    transition: all .3s;
    margin: 42px 20px 25px;
}

.within-top {
    height: 300px;
    padding: 30px;
    background-color: #f7fbff;
}

.within-top h4 {
    font-size: 24px;
    font-weight: 400;
    color: #231815;
}

.within-top p {
    font-size: 26px;
}

.within-top p span {
    font-size: 18px;
    color: #626976;
    margin-left: 2px;
}

.within-top ul {
    list-style: none;
}

.within-top ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/web/imitate/assets/proofImg/true.svg') no-repeat;
    background-size: cover;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.within-top ul li {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
}

.within-bottom {
    height: 80px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.within-bottom a {
    color: #0f7aff;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0f7aff;
    border-radius: 20px;
}

.within-item:hover {
    transform: scale(1.05);
}

.within-item:hover .within-top {
    background: #f7fbff url('/web/imitate/assets/proofImg/withinTop.png') no-repeat 100% 0;
    /* background-size:  100% 0; */
}

.within-item:hover .within-bottom a {
    border: inherit;
    background: linear-gradient(90deg, #0f7aff, #33d6ff);
    color: #fff;
}

/* 核心 */
.core-module-box {
    width: 1366px;
    margin: 0 auto;
}

.core-module {
    width: 1366px;
    margin: 0 auto;
    position: relative;
}

.core-title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.core-item-box {
    width: 355px !important;
    height: 240px;
    padding: 32px;
}

.core-item-box:nth-child(odd) {
    background: #dae8fe;
}

.core-item-box:nth-child(even) {
    background: #eef6ff;
}

.core-item-box-active {
    width: 342px !important;
    background: url('/web/imitate/assets/proofImg/coreBack.jpg') no-repeat !important;
    background-size: cover;
    height: 319px;

}

.core-icon {
    width: 30px;
    height: 30px;
}

.core-item-box h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin: 27px 0 12px;
}

.core-item-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747474;
}

.core-item-box-active h3 {
    color: #FFF !important;
}

.core-item-box-active p {
    color: #FFF !important;
}

/* 轮播箭头 */
.swiper-pagination{
    display: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(0deg, #f7fbff, #fff) !important;
    box-shadow: 2px 5px 9px 0 rgba(8, 0, 40, .04) !important;
    border-radius: 50% !important;
    color: #0158fd !important;
    margin-top: -30px !important;
    z-index: 40 !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -31px) !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -31px) !important;
}

/* 专业抗D 无惧攻击 */
.antiD-module {
    width: 1366px;
    margin: 0 auto;

}

.antiD-module h2 {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.antiD-module-img {
    padding-bottom: 76px;
}
.antiD-module-imgApp{
    display: none;
}

/* 应用多种业务场景 */
.scene-module {
    padding-bottom: 60px;
}

.scene-module h2 {
    font-size: 60px;
    font-weight: 700;
    height: 210px;
    line-height: 210px;
    text-align: center;

}

.scene-container-box {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}

.scene-container {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;

    align-items: center;
    /* padding: 12px 0; */
    font-size: 14px;
    background: transparent;

}

.scene-button {
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    transition: color 0.3s;
    position: relative;
}

.scene-button:hover {
    color: #40a9ff;
}

.scene-button.active {
    color: #40a9ff;
}

.underline {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #40a9ff;
    transition: width 0.3s, left 0.3s;
    /* margin-bottom: 15px; */
}

.secen-item-box {
    width: 100%;
    height: 500px;

    /* padding-top: 160px; */

}

.scene-content {
    width: 100%;
    height: 500px;
    padding-top: 160px;
    margin-top: 15px;
}

.scene-content-area {
    width: 1366px;
    margin: 0 auto;
}

.scene-content-area h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.scene-content-area p {
    margin-top: 20px;
    display: block;
    max-width: 477px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
}

@media screen and (max-width:768px) {

    /* 高防包头部 */
    .proof-header {
        width: 100%;
        height: 365px;
        background: url('/web/imitate/assets/proofImg/proofBack.webp') no-repeat;
        background-size: cover;
        margin-top: 60px;
    }

    .proof-header-area {
        width: 100%;
        margin: 0 auto;
        padding: 50px 20px 0;
        box-sizing: border-box;
    }

    .proof-header-title {
        font-size: 28px;
        font-weight: 700;
    }

    .proof-header-title span {
        color: #0158fd;
    }

    .proof-header-desc {
        font-size: 14px;
        line-height: 22px;
        width: 85%;
        padding: 12px 0 30px;
    }

    .advanced-header-btn {

        width: 120px;
        height: 42px;
        line-height: 42px;
        border-radius: 30px;
        text-align: center;
        font-size: 16px;
    }

    /* 套餐 */
    .setMenu-moduel {
        width: 100%;
        margin: 0 auto;
        padding:0 20px 0px;
    }

    .setMenu-title {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
    }

    .within-item {
        cursor: pointer;
        width: 85% !important;
        background: #fff;
        border: 1px solid #fff;
        box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
        border-radius: 8px;
        position: relative;
        transition: all .3s;
        /* padding: 0 20px; */
        margin: 42px auto 0px;
    }

    .within-top {
        height: 300px;
        padding: 30px;
        background-color: #f7fbff;
    }

    .within-top h4 {
        font-size: 24px;
        font-weight: 400;
        color: #231815;
    }

    .within-top p {
        font-size: 26px;
    }

    .within-top p span {
        font-size: 18px;
        color: #626976;
        margin-left: 2px;
    }

    .within-top ul {
        list-style: none;
    }

    .within-top ul li::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('/web/imitate/assets/proofImg/true.svg') no-repeat;
        background-size: cover;
        font-size: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .within-top ul li {
        font-size: 16px;
        margin-top: 15px;
        line-height: 22px;
    }

    .within-bottom {
        height: 80px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .within-bottom a {
        color: #0f7aff;
        text-align: center;
        width: 200px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #0f7aff;
        border-radius: 20px;
    }

    .within-item:hover {
        transform: scale(1.05);
    }

    .within-item:hover .within-top {
        background: #f7fbff url('/web/imitate/assets/proofImg/withinTop.png') no-repeat 100% 0;
        /* background-size:  100% 0; */
    }

    .within-item:hover .within-bottom a {
        border: inherit;
        background: linear-gradient(90deg, #0f7aff, #33d6ff);
        color: #fff;
    }

    /* 核心 */
    .core-module-box {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .core-module {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .core-title {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }


    

    .core-item-box {
        width: 100% !important;
        height: 240px;
        padding: 32px;
    }

    .core-item-box:nth-child(odd) {
        background: #dae8fe;
    }

    .core-item-box:nth-child(even) {
        background: #eef6ff;
    }

    .core-item-box-active {
        width: 342px !important;
        background: url('/web/imitate/assets/proofImg/coreBack.jpg') no-repeat !important;
        background-size: cover;
        height: 319px;

    }

    .core-icon {
        width: 30px;
        height: 30px;
    }

    .core-item-box h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 33px;
        margin: 27px 0 12px;
    }

    .core-item-box p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #747474;
    }

    .core-item-box-active h3 {
        color: #FFF !important;
    }

    .core-item-box-active p {
        color: #FFF !important;
    }

    /* 轮播箭头 */
    .swiper-pagination{
        display: block !important;
    }
    .swiper-pagination-bullet-active{
        width: 20px !important; 
        border-radius: 5px !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, -31px) !important;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, -31px) !important;
    }

    /* 专业抗D 无惧攻击 */
    .antiD-module {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;

    }

    .antiD-module h2 {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
    }

    .antiD-module-img {
        
        display: none;
    }
    .antiD-module-imgApp{
        display: block;
        margin-bottom: 70px;
        width: 100%;
    }

    /* 应用多种业务场景 */
    .scene-module {
        padding-bottom: 60px;
    }

    .scene-module h2 {
        font-size: 28px;
        font-weight: 700;
        height: 120px;
        line-height: 120px;
        text-align: center;

    }

    .scene-container-box {
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
    }

    .scene-container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;

        align-items: center;
        /* padding: 12px 0; */
        font-size: 14px;
        background: transparent;

    }

    .scene-button {
        cursor: pointer;
        padding: 10px 0px;
        border: none;
        background-color: transparent;
        font-size: 16px;
        transition: color 0.3s;
        position: relative;
    }

    .scene-button:hover {
        color: #40a9ff;
    }

    .scene-button.active {
        color: #40a9ff;
    }

    .underline {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #40a9ff;
        transition: width 0.3s, left 0.3s;
        /* margin-bottom: 15px; */
    }

    .secen-item-box {
        width: 100%;
        
        height: 500px;

        /* padding-top: 160px; */

    }

    .scene-content {
        width: 100%;
        height: 500px;
        padding: 20% 20px;
        
        margin-top: 15px;
    }

    .scene-content-area {
        width: 100%;
        margin: 0 auto;
    }

    .scene-content-area h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
    }

    .scene-content-area p {
        margin-top: 20px;
        display: block;
        max-width: 477px;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        color: #fff;
    }
}