.product-body {
    width: 100%;
    /*height: 10000px;*/
    background-color: rgba(225, 225, 225, 0.2);

}

.head-body {
    padding-top: 94px;
    padding-bottom: 51px;
    font-size: 20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    /*line-height:28px;*/
}

.product-container {
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .product-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .product-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .product-container {
        width: 100%;
    }
}

.product-body-left {
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
    border:1px solid rgba(47,47,62,1);
    border-radius: 8px 8px 8px 8px;
}

.product-title {
    width: 100%;
    height: 74px;
    background: rgba(45, 62, 80, 1);
    border-radius: 8px 8px 8px 8px;
}

.product-title-1 {
    padding-left: 19px;
    padding-right: 25px;
    font-size: 25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 74px;
}

.product-title-2 {
    font-size: 14px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}


.list{
    display: flex;
    flex-direction: row;
    padding-top: 5%;
    margin-left: 10%;
    font-size: 16px;
    cursor: pointer;
}

.list > img{
    width: 15px;
    height: 15px;

}
.detail-s{
    margin-left: 15%;
    color:#2D3E50 ;
}

.product-message-1{
    display: flex;
    flex-direction: column;
    color:#2D3E50 ;
}


.product-active {
    color: #FFB300;
}

.product-active > li > span {
    color:rgba(45,62,80,1);
}

.product-message-1 > li {
    padding-top: 15px;
    font-size: 16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    /*color:rgba(45,62,80,1);*/
    line-height: 28px;
}

.detail-s > p {
    padding-top: 15px;
    font-size: 16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight: 400;
    color:rgba(45,62,80,1);
    /*color: black;*/
    line-height: 28px;
}



.product-body-right-cotain{
    margin-bottom: 54px;
    margin-left: 44px;
    /*height: 374px;*/
    border:1px solid rgba(47,47,62,1);
    padding-bottom: 5%;
}

@media (max-width: 785px) {
    .product-body-right-cotain{
        margin-bottom: 54px;
        margin-left: 0;
        /*height: 374px;*/
        border:0;
    }
}



.swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.middle-body{
    margin-top: 129px;
    margin-left: 48px;
    width:122px;
    height:29px;
    font-size:30px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(45,62,80,1);
    line-height:30px;
}

.product-border{
    width:214px;
    height:4px;
    background:rgba(255,179,0,1);
    margin-bottom: 2px;
}



