.product-new{
    padding: 80px 0;
}
.product-new .wrapper{
    display: flex;
    justify-content: space-between;
}
.product-new .left{
    width: 322px;
    height: 240px;
    background: url("../image/product/product_new_cover.png") no-repeat;
    background-size: cover;
    padding: 35px 30px;
    box-sizing: border-box;
}
.product-new .title{
    font-size: 20px;
    color: #2D3849;
    line-height: 32px;
}
.product-new .left ul{
    margin-top: 35px;
}
.product-new .left ul li {
    margin-bottom: 18px;
}
.product-new .right{
    width:850px;
}
.product-new .right .item{
    display: flex;
    align-items: center;
    padding: 28px 40px;
    height: 110px;
    background: #F8F9FB;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.product-new .right .item:last-child{
    margin-bottom: unset;
}
.product-new .right .title{
    width: 125px;
    flex-shrink: 0;
}
.product-new .right ul{
    display: flex;
    flex-wrap: wrap;
    margin: -8px -20px -8px 0;
}
.product-new .right ul li{
    width: 33.33%;
    margin: 8px 0;
}
.product-new .right .description{
    width: calc(100% - 130px);

    font-size: 14px;
    font-weight: 400;
    color: #5A6779;
    line-height: 20px
}
.product-new .right .btn{
    flex-shrink: 0;
    display: block;
    width: fit-content;
    height: 32px;
    padding: 0 20px;
    background: rgba(39,115,255,0.1);
    border-radius: 16px;

    font-size: 14px;
    font-weight: 600;
    color: #2773FF;
    line-height: 32px;
}
.product-new li{
    font-size: 14px;
    font-weight: 400;
    color: #2D3849;
    line-height: 20px
}
.product-new li:before{
    content: '·';
    margin-right: 8px;
    font-size: 20px;
}
.product-new li:hover{
    color: #2773FF;
}
.product-new .right .btn:hover{
    background: rgba(39,115,255,1);
    color: #FFF;
}
@media screen and (max-width: 767px) {
    .product-new{
        padding: 0.6rem 0;
    }
    .product-new .wrapper{
        flex-wrap: wrap;
    }
    .product-new .left{
        width: 100%;
        padding: 0.3rem;
        height: fit-content;
        margin-bottom: 0.3rem;
    }
    .product-new .left .title{
        font-size: 0.28rem;
    }
    .product-new .left ul {
        margin-top: 0.15rem;
    }
    .product-new .left ul li {
        margin-bottom: 0.15rem;
    }
    .product-new .right .item {
        flex-wrap: wrap;
        padding: 0.3rem;
        height: fit-content;
        margin-bottom: 0.3rem;
    }
    .product-new .right .title {
        width: 100%;
        font-size: 0.28rem;
        line-height: 1.6;
    }
    .product-new .right ul {
        width: 100%;
        margin-top: 0.15rem;
    }
    .product-new .right ul li {
        width: 50%;
        margin: 8px 0;
    }
    .product-new .right .description {
        width: 100%;
        margin-top: 0.15rem;
    }
    .product-new .right .btn {
        margin-top: 0.25rem;
        font-size: 0.24rem;
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 0.3rem;
        border-radius: unset;
    }
    .product-new li{
        font-size: 0.24rem;
        line-height: 1.6;
    }
    .product-new li::before {
        margin-right: 0.1rem;
        font-size: 0.24rem;
        font-size: 0.24rem;
    }
}


/**
    产品总聚合页-产品列表
 */
.product-polymerize{

}
.product-polymerize .module-title{
    width: fit-content;
    margin: auto;
    font-weight: 300;
    color: #215BC0;
    background: linear-gradient(90deg, #4B68E3 0%, #209FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-polymerize .module-body{
    margin-top: 50px;
}
.product-polymerize .wrapper{
    display: flex;
    justify-content: space-between;
}
.product-polymerize-tab{
    width: 180px;
    position: relative;
}
.product-polymerize-tab.fly .tab-wrapper{
    position: fixed;
    top: 20px;
    z-index: 1;
}
.product-polymerize-tab .tab-item{
    width: 180px;
    height: 48px;
    background: #D8E9F9;
    border-radius: 28px;

    font-size: 16px;
    font-weight: 400;
    color: #2D3849;
    line-height: 48px;
    text-align: center;

    margin-bottom: 20px;
    position: relative;
    cursor: pointer;

    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}
.product-polymerize-tab .tab-item.active{
    background: #2773FF;
    color: #FFFFFF;
}
.product-polymerize-tab .tab-item:hover{
    background: #2773FF;
    color: #FFFFFF;
}
.product-polymerize-tab .tab-item.active::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    position: absolute;
    right: 20px;
    top: 20px;
}
.product-polymerize-tab-content{
    width: calc(100% - 180px - 130px);
}
.product-polymerize-tab-content .tab-content-item{
    display: none;
}
.product-polymerize-tab-content .tab-content-item.active{
    display: block;
    animation: tab-content-item 0.7s ease-in-out 1 both;
    -webkit-animation: tab-content-item 0.7s ease-in-out 1 both;
}
.product-polymerize-tab-content .title{
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 33px;

    margin-bottom: 16px;
}
.product-polymerize-tab-content .list{
    margin: -10px -10px 50px;
    display: flex;
    flex-wrap: wrap;
}
.product-polymerize-tab-content .item{
    display: block;
    width: calc((100% - 40px) /2);
    height: 260px;
    background: #F1F9FF;
    box-shadow: 0px 4px 12px -4px rgba(206,213,225,0.53);
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;

    margin: 10px;

    transition: 0.3s ;
    -webkit-transition: 0.3s ;
}
.product-polymerize-tab-content .item .icon{
    width: 30px;
    height: 30px;
}
.product-polymerize-tab-content .item .icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-polymerize-tab-content .item .icon img:nth-child(2){
    display: none;
}
.product-polymerize-tab-content .item .name{
    font-size: 24px;
    font-weight: 400;
    color: #5A6779;
    line-height: 36px;

    margin-top: 10px;
}
.product-polymerize-tab-content .item .description{
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #5A6779;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    margin-top: 10px;
}
.product-polymerize-tab-content .item .btn{
    width: fit-content;
    height: 32px;
    background: rgba(39,115,255, 0.1);
    border-radius: 16px;

    font-size: 14px;
    font-weight: 600;
    color: #2773FF;
    line-height: 32px;

    padding: 0 20px;
    margin-top: 30px;
}
.product-polymerize-tab-content .item:hover{
    /*transform: translateY(-5px);*/
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 60%);

}
.product-polymerize-tab-content .item:hover .icon img:nth-child(1){
    display: none;
}
.product-polymerize-tab-content .item:hover .icon img:nth-child(2){
    display: block;
}
.product-polymerize-tab-content .item:hover .name{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
}
.product-polymerize-tab-content .item:hover .description{
    color: #2D3849;
}

.product-polymerize-tab-content .item:hover .btn{
    background: rgba(39,115,255);
    color: #FFF;

    transition: 0.3s;
    -webkit-transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .product-polymerize .module-body {
        margin-top: 0.4rem;
    }
    .product-polymerize .wrapper {
        display: block;
    }

    .product-polymerize-tab{
        width: 100%;

    }
    .product-polymerize-tab .tab-wrapper{
        overflow-x: scroll;
        display: flex;
        scrollbar-width: none;
        width: 100%;
    }
    .product-polymerize-tab.fly .tab-wrapper {
        left: 0;
    }
    .product-polymerize-tab .tab-wrapper::-webkit-scrollbar {
        width: 0
    }


    .product-polymerize-tab .tab-item{
        flex-shrink: 0;

        width: fit-content;
        height: 0.7rem;
        background: #c8dbf4;
        border-radius: unset;
        padding: 0 0.3rem;

        font-size: 0.24rem;
        font-weight: 400;
        color: #2D3849;
        line-height: 0.7rem;
        text-align: center;

        margin-bottom: unset;

        transition: 0.3s ease-out;
        -webkit-transition: 0.3s ease-out;
    }
    .product-polymerize-tab .tab-item.active::after{
        display: none;
    }

    .product-polymerize-tab-content{
        width: 100%;
        margin-top: 0.2rem;
    }
    .product-polymerize-tab-content .list {
        margin: unset;
        margin-bottom: 0.3rem;
    }
    .product-polymerize-tab-content .title {
        font-size: 0.28rem;
        color: #333333;
        line-height: 1.6;
        margin-bottom: 0.2rem;
    }
    .product-polymerize-tab-content .item {
        display: block;
        width: 100%;
        height: fit-content;
        background: #F1F9FF;
        box-shadow: 0px 4px 12px -4px rgba(206,213,225,0.53);
        border-radius: 0.1rem;
        padding: 0.3rem;
        box-sizing: border-box;
        margin: 0.1rem 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .product-polymerize-tab-content .item .icon {
        width: 0.5rem;
        height: 0.5rem;
    }
    .product-polymerize-tab-content .item .name {
        font-size: 0.24rem;
        line-height: 1.6;
        margin-top: 0.1rem;
    }
    .product-polymerize-tab-content .item .description {
        height: fit-content;
        font-size: 0.2rem;
        line-height: 1.6;
        margin-top: 0.1rem;
    }
    .product-polymerize-tab-content .item .btn {
        display: none;
    }
}