/* 高防包头部 */
.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 {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 20px 0;
}

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

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

.proof-header-desc {
    font-size: 20px;
    max-width: 690px;
    width: 100%;
    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 {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 70px;
}

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

.setMenu-list {
    display: flex;
    justify-content: space-between;


}

.setMenu-list-item {
    border-radius: 15px;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .15);
    transition: all .8s ease;
    width: 260px;
    height: 375px;
    font-size: 18px;
}

.setMenu-list-item:hover {
    transform: scale(1.08);
    box-shadow: 0 0 10px 1px rgba(30, 136, 228, .4);
}

.setMenv-list-box {
    padding-top: 30px;
}

.setMenv-list-title {
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    text-align: center;
}

.setMenv-list-img {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    position: relative;
    display: inline-block;
    margin: 0 auto 16px;
    box-sizing: content-box;
    padding: 25px 0px 30px;
}

.setMenv-list-img::before {
    content: '📦';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    margin: 0 auto;
    width: 77px;
    height: 81px;
    display: block;
}

.setMenv-list-btnBox {
    margin-top: 15px;
    padding: 5px 10% 0;
    border-top: 1px solid #e5e5e5;
}

.setMenv-list-btnBox a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #0158fd;
    color: #fff;
    text-align: center;
    width: 70%;
    border-radius: 25px;
    margin: 10px auto 0;
}

.setMenv-list-btnBox a:hover {
    background: #4088fe;
}

.setMenv-price {
    display: inline-block;
    /* padding-right: 10px; */
    color: #1e88e4;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.setMenv-price span {
    font-size: 16px;
    color: #4a5568;

    padding-left: 10px;
}

.setMenv-num {
    color: #1e88e4;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.setMenv-num span {
    color: #4a5568;
    padding-left: 10px;
}

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

.core-module {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    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;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    display: inline-block;
}

.proof-icon-active-1::before { content: '🛡️'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.proof-icon-active-2::before { content: '💰'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.proof-icon-active-3::before { content: '🔒'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.proof-icon-active-4::before { content: '⚔️'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.proof-icon-active-5::before { content: '🌐'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.proof-icon-active-6::before { content: '📊'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }

.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: #2d3748;
}

.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;
}

/* 应用多种业务场景 */
.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: 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 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;
    background-repeat: no-repeat;
    background-size: cover;
}

.scene-content-area {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    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') 60% no-repeat;
        background-size: cover;
        margin-top: 60px;
    }

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

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

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

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

    .advanced-header-btn {

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

    .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: 100%;
        margin: 0 auto;
        padding: 0 20px;
        padding-bottom: 30px;
    }

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

    .setMenu-list {
        flex-wrap: wrap;

    }

    .setMenu-list-item {
        border-radius: 15px;
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, .15);
        transition: all .8s ease;
        width: 85%;
        height: 375px;
        font-size: 18px;
        margin: 0 auto 30px;
    }

    .setMenu-list-item:hover {
        transform: scale(1.08);
        box-shadow: 0 0 10px 1px rgba(30, 136, 228, .4);
    }

    .setMenv-list-box {
        padding-top: 30px;
    }

    .setMenv-list-title {
        font-size: 24px;
        font-weight: 400;
        color: #191919;
        text-align: center;
    }

    .setMenv-list-img {
        box-sizing: content-box;
        padding: 25px 0px 30px;
        margin: 0 auto;
        width: 77px;
        height: 81px;
        display: block;
    }

    .setMenv-list-btnBox {
        margin-top: 15px;
        padding: 5px 10% 0;
        border-top: 1px solid #e5e5e5;
    }

    .setMenv-list-btnBox a {
        display: block;
        height: 50px;
        line-height: 50px;
        background-color: #0158fd;
        color: #fff;
        text-align: center;
        width: 70%;
        border-radius: 25px;
        margin: 10px auto 0;
    }

    .setMenv-list-btnBox a:hover {
        background: #4088fe;
    }

    .setMenv-price {
        display: inline-block;
        /* padding-right: 10px; */
        color: #1e88e4;
        font-size: 26px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .setMenv-price span {
        font-size: 16px;
        color: #4a5568;

        padding-left: 10px;
    }

    .setMenv-num {
        color: #1e88e4;
        font-size: 16px;
        display: flex;
        justify-content: center;
    }

    .setMenv-num span {
        color: #4a5568;
        padding-left: 10px;
    }

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

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

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

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

    

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

    .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: 100% !important;
        background: url('/web/imitate/assets/proofImg/coreBack.jpg') no-repeat !important;
        background-size: cover !important;
        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: #2d3748;
    }

    .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;
    }



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

    .scene-module h2 {
        font-size: 24px;
        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 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: 20% 20px 0;
        margin-top: 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .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;
    }
}