    .productType-title {
        /*text-align: center;*/
        position: relative;
        margin-bottom: 0.18rem;
        margin-top: 0.15rem;
            border-bottom: solid 1px #fff;
         padding-bottom: 0.05rem;
    }
    
    .productType-title::after {
        content: ' ';
        display: block;
        position: absolute;
        /*height: 0.006rem;*/
        /*background: #f1f1f1;*/
        width: 100%;
        top: 0.085rem;
        z-index: -1;
    }
    
    .productType-title span {
        /*background: #ffffff;*/
        color: #ffffff;
        font-size: 0.109rem;
        font-weight: 900;
        /*padding: 0rem 0.2rem 0rem 0.2rem;*/
    }
    
    .product-panel {}
    
    .recommend-panel {
        width: 1rem;
    }
    
    .product-panel li {
        float: left;
    }
    
    .product {
        width: 1.1rem;
    /*    margin-left: 0.05rem;
        margin-right: 0.0rem!important;*/
    }
    
    .product-img {
        /*width: 1.15rem;*/
    }
    
    .product-title {
        background: #f1f1f1;
        font-weight: 900;
        width: 0.25rem;
        text-align: center;
        border-radius: 6rem;
        margin: 0.04rem auto 0.03rem auto;
        padding: 0.012rem 0.05rem 0.012rem 0.05rem;
        display: inherit;
    }
    /**/
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center; */
    }
    
    .swiper-l-button2 {
        right: 0rem;
        opacity: 1!important;
    }
    
    .swiper-r-button2 {
        left: 0rem;
        opacity: 1!important;
    }
    
    .swiper-l-button2,
    .swiper-r-button2 {
        padding: 0.01rem 0.05rem 0.01rem 0.05rem;
    }
    
    .product-box1 {
        width: 1.95rem;
    }
    
    .product-title1 {
        padding: 0.02rem 0.06rem 0.02rem 0.06rem;
    }
    
    .productType-title1-1 {
        text-align: center;
        position: relative;
        margin-bottom: 0.18rem;
        margin-top: 0.15rem;
    }
    
    .productType-title1-1::after {
        content: ' ';
        display: block;
        position: absolute;
        height: 0.001rem;
        background: #dedede;
        width: 100%;
        top: 0.088rem;
    }
    
    .productType-title1-1 span {
        background: #ffffff;
        color: #464646;
        font-size: 0.109rem;
        font-weight: 900;
        padding: 0rem 0.2rem 0rem 0.2rem;
        position: relative;
        z-index: 100;
    }
    
    .product-profiles-panel {
        display: flex;
        padding-top: 0.35rem;
        padding-bottom: 0.2rem;
    }
    
    .product-profiles-panel .l {
        flex: 1;
    }
    
    .product-profiles-panel .r {
        flex: 1;
    }
    
    .product-parameter {
        background: #fff;
        display: flex;
        padding-top: 0.05rem;
        padding-bottom: 0.08rem;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }
    
    .product-parameter li {
        flex: 1;
        text-align: center;
        border-right: solid 1px #cccccc;
    }
    
    .product-parameter li:last-child {
        flex: 1;
        text-align: center;
        border-right: solid 0px #cccccc;
    }
    
    .product-parameter-txt1 {
        color: #383737;
        font-size: 0.06rem;
    }
    
    .product-parameter-txt {
        color: #f55e13;
        font-size: 0.09rem;
        font-weight: 900;
        margin-top: 0.02rem;
        margin-bottom: 0.02rem;
    }
    
    .product-profiles-title-txt {
        font-size: 0.1rem;
        color: #f55e13;
        margin-top: 0.1rem;
        margin-bottom: 0.2rem;
    }
    
    .product-profiles-txt p {
        font-size: 0.065rem;
        margin-top: 0.07rem;
        color: #000000;
    }
    
    .product-profiles-img {
        display: flex;
    }
    
    .product-profiles-img div {
        flex: 1;
        background: #f6f6f6;
        margin-right: 0.034rem;
    }
    
    .product-profiles-img div:last-child {
        margin-right: 0rem;
    }
    
    .product-profiles-img div p {
        width: 92%;
        margin: auto;
        padding-top: 0.04rem;
        text-align: center;
        padding-bottom: 0.04rem;
        font-size: 0.066rem;
        color: #000;
    }
    
    .product-profiles-title {}