.bannerbelow-layoutcontainer.b .bannerbelow-row {
    box-shadow: 0px 10px 16px 0px rgba(192, 199, 209, .6), 0px 0px 16px 10px #fff !important;
    background: linear-gradient(177.5deg, rgba(230, 238, 255, .6), rgba(232, 240, 255, .6)), linear-gradient(270deg, rgba(255, 225, 225, .48), rgba(248, 222, 237, .6) 28.88156903%, rgba(231, 225, 251, .6) 60.65010438%, rgba(192, 216, 255, .54)), linear-gradient(90deg, #f9faff, #f7f9ff);
    border-radius: 10px;
}
/* 自定义PC产品模块开始 */
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
flex-direction: row;
padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
width: 17%;
}
.systemproduct-layoutcontainer .systemproduct-categories.noIcon .systemproduct-category {
padding-bottom: 0px;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category.active {
    box-shadow: 0px 5px 10px 0px rgba(192,199,209,.6);
    background: linear-gradient(177.5deg,rgba(230,238,255,.6),rgba(232,240,255,.6)),linear-gradient(270deg,rgba(255,225,225,.48),rgba(248,222,237,.6) 28.88156903%,rgba(231,225,251,.6) 60.65010438%,rgba(192,216,255,.54)),linear-gradient(90deg,#f9faff,#f7f9ff);
}
.systemproduct-layoutcontainer .class-systemproducts {
    padding: 15px 0 52px;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category .systemproduct-category-img {
    background-position: 0 0;
    background-size: cover;
    height: 26px;
    margin: 0 10px 0 0;
    width: 26px;
}
.systemproduct-layoutcontainer .systemproduct-categories {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 10px 18px;
    border-radius: 18px 18px 0px 0px;
    background-color: #f5f6f8;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category:hover {
    background-color: rgb(255 255 255 / 83%);
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category::after {
    border-bottom: 0px;
}
.systemproduct-layoutcontainer .class-systemproducts {
    border-top: 0px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item {
    border-radius: 10px;
}
/* 结束*/
/*前台菜单栏开始*/
.horizontal-menu-navbar:hover .headerBg.translucent {
    background-color: #fff;
}
.horizontal-menu-navbar .horizontal-menu-navbar-search .horizontal-menu-right-container .input-inner-wrapper .input-label {
    height: 62px;
    border-left: 1px solid rgba(34,34,34,.16);
    border-right: 1px solid rgba(34,34,34,.16);
    background-color: transparent;
}
.input-suffix {
    display: flex;
    align-items: center;
}
/*结束*/
/*百站赞助css*/
.rebate-left{
border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 10px 16px 0px rgba(192, 199, 209, .6), 0px 0px 16px 10px #fff !important;}
/*百站赞助css结束*/

/*轮播图下四格动画效果*/
.bannerbelow-layoutcontainer.b .bannerbelow-row .bannerbelow-list:hover .bannerbelow-item-icon {
    animation: animation_icon 0.5s steps(19) forwards;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-icon-container .bannerbelow-item-icon {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: .5s;
    animation-name: product-icon-leave-f93946b8;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: steps(19);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
@keyframes product-icon-leave-f93946b8 {
100% {
    background-position-y: 0;
}
0% {
    background-position-y: -1140px;
}}
/*结束*/

/*文章页css开始*/
.et-main .news-txt-container .news-txt-content h2 {
    font-size: 1.5em;
}
.et-main .news-txt-container .news-txt-content h {
    font-size: 1.25em;
}
/*结束*/