.topOuter {
    background-color: rgba(255, 255, 255, 1) !important;
}

.nav-right .hotline span {
    color: #006AFF;
    background: url('../images/hotline2.png') no-repeat 17% center;
}

.nav-right .hotline b {
    color: #006AFF !important;
}

.topInner .logo a {background-image:url(../images/logocolor.png);}

body {
    background-color: #F5F5F9;
}

.sbanner {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-image: url('../images/banner5.webp');
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex; /* 启用 flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.sbanner h1 {
    font-size: 42px;
    text-align: center;
    margin: 0; /* 确保没有额外的外边距 */
}

.breadcrumb {
    margin: 16px 0;
    color: #373737;
    font-size: 12px;
}

.breadcrumb span {
    color: #006AFF;
}

.content-bottom {
    display: flex;
    padding-bottom: 60px;
}

.content-bottom .left {
    flex: 1;
}

.left .article-box {
    background-color: #fff;
    padding: 0 46px 20px;
    margin-right: 32px;
    box-shadow: 0px 2px 10px 2px #E4EAF3;
    border-radius: 4px;
    box-sizing: border-box;
}

.left .article-title {
    font-size: 36px;
    color: #373737;
    text-align: center;
    padding: 49px 0 32px;
    border-bottom: 1px solid #D8E1EE;
    margin-bottom: 10px;
}

.left .article-content img {
    width: 100%;
    -webkit-user-drag: none;
    user-select: none;
}


.content-bottom .right {
    width: 334px;
}

.right-card {
    background-color: #fff;
    padding: 32px 24px 44px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px 2px #E4EAF3;
    border-radius: 4px;
    margin-bottom: 24px;
}

.right-card .rc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8E1EE;
    padding-bottom: 25px;
    margin-bottom: 14px;
}

.right-card .rc-title {
    font-size: 16px;
    font-weight: bold;
}

.right-card .rc-title:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #006AFF;
    margin-right: 6px;
}

.related-products .change {
    font-size: 13px;
    color: #006AFF;
    cursor: pointer;
    user-select: none;
}

.related-products .rc-bottom a {
    display: block;
    width: 286px;
    height: 180px;
}

.related-products .rc-bottom a:not(:last-child) {
    margin-bottom: 18px;
}

.related-article .rc-head {
    margin-bottom: 0px;
}

.related-article .rc-head .check-more {
    color: #006AFF;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

.related-article .article-item {
    padding: 24px 0px 24px 0;
    border-bottom: 1px dashed #D8E1EE;
}

.related-article .article-item .article-title {
    display: block;
    color: #373737;
    font-size: 16px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.related-article .article-item .article-title:hover {
    color: #006AFF;
}

.related-article .article-item .article-desc {
    color: #949FAD;
    font-size: 14px;
    margin-top: 6px;
}



/* 页面底部文字 */
.bottomtext {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 106px;
    z-index: 100;
    width: 100%;
    background: url('../images/bottom-stick-bg.webp') no-repeat;
}

.bottomtext .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.bottomtext p {
    flex: 1;
    color: #373737;
    font-size: 24px;
    margin-bottom: 0;
}

.bottomtext .buttons {
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.bottomtext .buttons a {
    line-height: 34px;
    box-shadow: none;
}

.bottomtext .buttons img {
    width: 192px;
    height: 100%;
    margin-right: 30px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}

.buttons a.close_tips {
    background-color: transparent;
    border: 1px solid #006AFF;
    color: #006AFF;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 18px;
}

.buttons a.close_tips:hover {
    background-color: transparent !important;
    color: #006AFF !important;
}

