html {
    min-height: 600px;
    overflow: auto;
    background: #ffffff;
    width: 100%;
    height: auto;
    font-family: OPPOSans-Medium;
    min-height: 600px;
    zoom: 1;
}

.continer {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
}

.prodMain {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
}

.foucs {
    width: 540px;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 500px;
    width: 100%;
    margin-bottom: 10px;
}

.mySwiper {
    height: 111px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
}

.mySwiper .swiper-slide-thumb-active {
    border: 2px solid #48a0ff;
    border-radius: 5px;
    box-sizing: border-box;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodTitWrap {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 12px;
}

.prodTitle {
    font-size: 32px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

.prodDesc {
    font-size: 50px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.conactBtn {
    width: 125px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    margin-top: 25px;
}

.prodSalesWrap {
    flex-grow: 1;
}

.prodSales {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: 28px;
}

.prodSales .item {
    height: 90px;
    width: 50%;
    border-bottom: 1px solid #f2f4f6;
}

.prodSales .item.lan {
    height: 90px;
    width: 40%;
    border-bottom: 1px solid #f2f4f6;
}

.prodSales .item .tit {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin-bottom: 12px;
}

.prodSales .item .con {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

.prodSalesLong {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.prodSalesLong .item {
    height: 90px;
    border-bottom: 1px solid #f2f4f6;
    margin-bottom: 28px;
}

.prodSalesLong .item .tit {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin-bottom: 12px;
}

.prodSalesLong .item .con {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

@media all and (max-width:1367px) {
    .continer {
        width: 1100px;
        margin: 0 auto;
    }
}