.product-service,
.product-service-container{
    margin-top: 64px;
}
.product-service{
    margin-bottom: 188px;
    flex-wrap: wrap;
}
.product-service-text{
    width: 100%;
}
.product-service-text img{
    width: 332px;
    height: 88px;
}
.product-service-container{
    width: 1440px;
    height: 850px;
    margin-left: 120px;
}
.product-left,
.product-left-box{
    flex-wrap: wrap;
}
.product-left{
    width: 258px;
    height: 850px;
    border-right: 1px solid #f2f2f2;
}
.product-left-box{
    width: 100%;
    height: 850px;
    text-align: center;
    margin-top: -80px;
    /* background-color: aqua; */
}
.product-left-box .title{
    height: 100px;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: -20px;
    position: relative;
    left: -65px;
    /* margin-left: -60px; */
}
.product-left-box ul{
    height: 720px;
    flex-wrap: wrap;
    position: relative;
}
.product-left-box ul li{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-left-box ul li div{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    margin: 0 92px 0 0;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.product-left-box ul li div img{
    width: 32px;
    height: 32px;
}
.product-left-box ul li div span{
    width: 100px;
    text-align: left;
}

.product-left-box .active img:nth-child(1){
    display: none;
}
.product-left-box .active img:nth-child(2){
    display: block;
}
.product-left-box .active span{
    color: #167fff;
}
.product-right{
    width: 70%;
    height: 100%;
}
.product-right-box{
    width: 850px;
    height: 820px;
    margin-left: 50px;
}
.carousel-item ul{
    padding-left: 10px;
    padding-right: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns:  1fr 1fr 1fr;
}
.carousel-item ul li:hover{
    box-shadow: 0px 12px 19px rgba(0, 0, 0, 0.06);
}


.carousel-item ul li{
    width: 248px;
    height: 266px;
    margin-bottom: 36px;
    margin-right: 26px;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    cursor: auto;
    position: relative;
    overflow: hidden;
}
.carousel-item ul li p{
    margin: 0;
    margin-top: 8px;
    height: 26px;
    line-height: 26px;
    font-weight: 600;
    font-size: 18px;
    color: #000000D9;
}
.carousel-item ul li span{
    font-size: 14px;
    line-height: 22px;
    color: #00000073;
}
.carousel-item ul li img{
    width: 196px;
    height: 196px;
}
.slide-btn{
    width: 100%;
}

.slide-btn ul>li{
    width: 12px;
    height: 6px;
    margin-left: 4px;
    transition: width 0.5s;
    background-color: #00000014;
    border-radius: 34px;
    cursor: pointer;
}
.slide-btn ul .slide-btn-active{
    width: 36px;
    border-radius: 35px;
    background-color: #167FFF;
    transition: width 0.5s;
}
.li-border{
    width: 8px;
    height: 52px;
    background-color: #167FFF;
    border-radius: 31px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: all 0.3s;
}

.price{
    width:100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 40px;
    transition: all 0.2s;
}

.carousel-item ul li .price span{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    background:#167FFF;
    color: #fff;
}

.carousel-item ul li:hover .price{
    bottom: 0;
}

.product-detail{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.product-detail li{
    display: none;
}
.detail-box{
    width: 812px;
    height: 480px;
    z-index: 10000;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
}
.detail-box .detail-left img{
    width: 198px;
    height: 198px;
    margin: 33px;
    border: 1px solid #D9D9D9;
}
.detail-box .detail-right{
    width: 548px;
}
.detail-right .detail-title{
    width: 516px;
    height: 50px;
    margin-top: 32px;
    margin-right: 32px;
    border-bottom: 1px solid #ECECEC;
}
.detail-right .detail-title h4{
    line-height: 33.6px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}
.detail-wrap{
    height: 397px;
    overflow: auto;
}
.detail-right .detail-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.detail-content .detail-item p{ 
    margin-right: 16px;
}
.detail-content .detail-item p:nth-child(3n){
    margin-right: 0px;
}
.detail-content .detail-item .item-title{
    font-size: 14px;
    color: #00000073;
}
.item-title{
    width: 164px;
}
.detail-content .detail-item p{
    width: 164px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000D9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
.detail-close{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.detail-close img{
    width: 20px;
    height: 20px;
}


.detail-wrap::-webkit-scrollbar {
    width: 4px;
}
.detail-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); */
    /* opacity: 0.2; */
    background: #D9D9D9;
}
.detail-wrap::-webkit-scrollbar-track {
    display: none;
}
