.show-banner {
    background: #F4F6FF no-repeat;
    background-image: url(../images/banner8.png);
    text-align: center;
    padding-bottom: 137px;
    padding-top: 166px;
}
.show-banner .banner {
    width: 825px;
    height: 142px;
    display: inline-block;
}
.show-conetnt {
    max-width: 1255px;
    margin: 0 auto;
    padding-top: 80px;
}
.show-class {
    display: flex;
}
.show-class-left {
    width: 200px;
    background: #FFFFFF; 
    border-radius: 20px;
    box-sizing: border-box;
    padding: 48px 27px;
}
.show-class-left  div {
    text-align: left;
}
.class-menu {
    color: #191919;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 10px;
    position: relative;
}
.class-menu.active {
    color: #B311FF;
}
.class-menu-child {
    font-size: 16px;
    font-weight: 400;
    color: #7D8995;
    height: 40px;
    width: 146px;
    border-radius: 6px;
    line-height: 40px;
    padding-left: 26px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.class-menu-child.active {
    background: #F4F6FF;
    color: #B311FF;
}
.class-menu-child.active::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: linear-gradient(101.31deg, #D16FFF 7.78%, rgba(209, 112, 255, 0) 94.44%);
    border-radius: 50%;
    left: 11px;
    top: 16px;
}
.class-menu.active::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: linear-gradient(101.31deg, #D16FFF 7.78%, rgba(209, 112, 255, 0) 94.44%);
    border-radius: 50%;
    left: -13px;
    top: 35px;
}
.class-menu-all.active::after {
    top: 10px;
}
.class-menu:hover, .class-menu-child:hover {
    color: #B311FF;
}
.class-item {
    width: 318px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(26, 58, 129, 0.06);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 27px 18px;
}
.class-item-title {
    display: flex;
    align-items: center;
}
.class-item-title img {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 14px;
    background: #B311FF;
    border-radius: 14px;
}
.class-item-title div {
    font-weight: 600;
    font-size: 24px;
    color: #191919;
}
.class-item-subtitle {
    height: 40px;
    text-align: left;
    color: #7D8995;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.class-item-price {
    color: #191919;
    font-weight: 800;
    font-size: 24px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 16px;
    text-align: left;
    justify-content: space-between;
}
.class-item-price-div {
    display: flex;
    align-items: baseline;
}
.class-item-price .signal {
    font-weight: 500;
    font-size: 14px;
    margin-right: 3px;
}
.class-item-price-btn {
    opacity: 0;
    margin-right: 20px;
}
.class-item-price-btn .btn-details:hover {
    background: linear-gradient(96.09deg, #B311FF 9.34%, #8000FF 94.81%);
}
.btn-details {
    background: #191919;
    border-radius: 22px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF !important;
    cursor: pointer;
    text-decoration:none;
    display: inline-block;
}
.btn-details a {
    color: #FFFFFF !important;
}
.btn-buy {
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    margin-left: 8px;
    text-decoration:none;
}
.class-item:hover .class-item-price-btn {
    opacity: 1;
}

/* 产品中心 */
.prolist {
    padding: 53px 0 0 0;
    
    /*position: relative;*/
}

.prolist #brand {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.prolist #brand .side-nav {
    width: 180px;
    height: auto !important;
    padding: 30px 20px;
    box-sizing: border-box;
    /*margin-top: 10px;*/
    background: #E8F1FD;
    border-radius: 20px 20px 0px 0px;
}

.prolist #brand .side-nav.fix_scoll {
    /*position: fixed;*/
    /*top:104px;*/
}

.prolist #brand .faxd {
    width: 100%;
    /*position: fixed;*/
    left: 0;
    top: 94px;
}

.prolist #brand #lists {
    width: 140px;
    margin: 0 auto;
    position: sticky;
    position: -webkit-sticky;
    top:114px;
}

.prolist #brand #lists li {
    width: 140px;
}

.prolist #brand #lists li a {
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #7E8491;
    display: block;
}

.prolist #brand #lists li a:hover, .prolist #brand #lists li a.act {
    background: #FFFFFF;
    color: #3185FE;
    border-radius: 14px;
}

.prolist #brand #brand_con {
    width: 978px;
    float: right;
}

.prolist #brand #brand_con .alls {
}

.prolist #brand #brand_con .alls .hidden {
    display: none;
}

.prolist #brand #brand_con .alls ul.list {
    padding-top: 10px;
    overflow: hidden;
}

.prolist #brand #brand_con .alls ul li {
    width: 306px;
    margin: 0 30px 30px 0;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    /*border: 1px solid #EBECF0;*/
    border-radius: 20px;
    float: left;
    position: relative;
    top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prolist #brand #brand_con .alls ul li:nth-child(3n) {
    margin: 0 0 30px 0;
}

.prolist #brand #brand_con .alls ul li:hover {
    top: -10px;
    /*border: 1px solid #0B7BF0;*/
    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prolist #brand #brand_con .alls ul li img {
    width: 140px;
    height: 140px;
    right: -50px;
    bottom: -50px;
    position: absolute;
    display: none;
}

.prolist #brand #brand_con .alls ul li h2 {
    line-height: 36px;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    background-size: 36px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prolist #brand #brand_con .alls ul li .text-es {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.prolist #brand #brand_con .alls ul li.lr h2 {
}

.prolist #brand #brand_con .alls ul li.lr h2 span {
    line-height: 20px;
    font-size: 16px;
}

.prolist #brand #brand_con .alls ul li p {
    margin: 14px 0 30px 0;
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prolist #brand #brand_con .alls ul li a {
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #3185FE;
    display: block;
    float: left;
}

.prolist #brand #brand_con .alls ul li a.act {
    font-size: 16px;
    font-weight: 500;
    background: #3185FE;
    border-radius: 20px;
    color: #FFFFFF;
}

.prolist #brand #brand_con .alls .more {
    overflow: hidden;
}

.prolist #brand #brand_con .alls .more a, .alls .more p {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #3185FE;
    border: 1px solid #3185FE;
    box-sizing: border-box;
    border-radius: 14px;
    margin: 60px auto 70px auto;
    display: block;
}

.prolist #brand #brand_con .alls .more a:hover {
    background: #0B7BF0;
    color: #FFF;
}
