.sbanner {
    background-image: url('../images/banner4.webp');
}

.sbanner h1{
    font-size: 26px;
    margin-bottom: 16px;
}

div[id^="anchor"] {
    width: 100%;
    padding: 64px 0 84px 0;
    box-sizing: border-box;
}

div[id^="anchor"] .h2_title {
    font-size: 28px;
    color: #355685;
    text-align: center;
    margin-bottom: 8px;
}

div[id^="anchor"] .desc {
    font-size: 14px;
    color: #949FAD;
    text-align: center;
    line-height: 26px;
}


/* 产品概述 */
.product-overview {
    padding-bottom: 30px !important;
}

.product-overview-box {
    display: flex;
    flex-wrap: wrap;
    flex: 50%;
    margin-top: 46px;
}

.product-overview-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 581px;
    height: 236px;
    border-radius: 2px;
    padding: 0 152px 0 68px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #D8E1EE;
    margin-bottom: 32px;
    color: #355685;
}

.product-overview-item:hover {
    box-shadow: 0px 6px 8px 2px #E4EAF3;
    border: none;
}

.product-overview .product-overview-item:nth-of-type(odd) {
    margin-right: 32px !important;
}

.product-overview-item-bg01 {
    background: url('../images/sase-bg1.webp') no-repeat;
}

.product-overview-item-bg02 {
    background: url('../images/sase-bg2.webp') no-repeat;
}

.product-overview-item-bg03 {
    background: url('../images/sase-bg3.webp') no-repeat;
}

.product-overview-item-bg04 {
    background: url('../images/sase-bg4.webp') no-repeat;
}



/* 应用场景 */
.scene {
    background: url('../images/ztna-scene-bg.png') no-repeat center bottom;
    height: 830px;
    padding-top: 20px !important;
}

.scene-box {
    margin-top: 40px;
}

.scene-box .scene-item {
    display: flex;
    height: 183px;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 4px #D0E1F866;
    padding-right: 60px;
    margin-top: 32px;
    background-color: #fff;
    box-sizing: border-box;
}

.scene-box .scene-item img {
    width: 288px;
    height: 100%;
}

.scene-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
}

.scene-right .scene-title {
    font-weight: bold;
    font-size: 22px;
}

.scene-right .scene-desc {
    font-size: 14px;
    color: #949FAD;
    margin-top: 15px;
    margin-bottom: 14px;
}

.scene .link-p {
    text-align: right;
}

.scene-right a {
    display: inline-block;
    visibility: hidden;
    padding-right: 22px;
    font-size: 16px;
    color: #006AFF;
    background: url('../images/bluearrow.svg') no-repeat right center;
}

.scene-item:hover a {
    visibility: visible;
}

.scene-item:hover {
    border: 1px solid;
    border-image: linear-gradient(to bottom right,#006AFF, #fff) 5;
}

/* 架构示意图 */
.arch {
    padding-top: 14px !important;
}

.arch .h2_title {
    margin-bottom: 32px !important;
}

/* 页面底部文字 */
.bottomtext {
    height: 180px;
    background: #132345 url('../images/bottom-bg2.webp') no-repeat;
    text-align: center;
}

.bottomtext .inner {
    height: 180px;
}

.bottomtext p {
    color: #A3BAEB;
    font-size: 22px;
    width: 100%;
    font-weight: 400;
}

.bottomtext a.more_detail {
    font-size: 14px;
    border: 1px solid #A3BAEB;
    color: #A3BAEB;
    border-radius: 4px;
    padding: 4px 20px 4px 30px;
    background-color: unset;
    box-shadow: none;
    font-weight: 400;
}

.bottomtext a.more_detail:hover {
    background-color: unset !important;
    border-color: #fff !important;
}