body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    display: flex;
}

.content {
    display: flex;
}

.mainWidth {
    width: 1400px;
    margin: auto;
}

.productList {
    width: 300px;
    padding-top: 45px;
    padding-bottom: 45px;
    cursor: pointer;
}

.productList li {
    list-style: none;
    margin: 26px 0 0;
}

.productList li h3 {
    padding-bottom: 15px;
}

.productList .active {
    color: #2378ff;
    /* font-weight: bold; */
}

.product {
    padding-top: 45px;
    flex: 1;
    border-left: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}

.product h2 {
    margin-bottom: 30px;
    padding: 0 5%;
}

.product .product-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    margin-bottom: 200px;
}

.product .product-item {
    flex-basis: 30%;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 35px;
}

.product .product-item p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.product .product-item img {
    /* border: 1px solid #d3d3d3; */
    /* height: 80%; */
    width: 100%;
}

.product-detail {
    padding-top: 45px;
    flex: 1;
    border-left: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* cursor: pointer; */
}

.product-detail h2 {
    margin-bottom: 30px;
    padding: 0 5%;
}

.product-detail .product-grid {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    width: 100%;
    margin-bottom: 30px;
}

.product-detail .product-top {
    display: flex;
}

.product-detail .product-top .product-img {
    width: 330px;
    height: 330px;
}

.product-detail .product-top .product-info {
    margin-left: 95px;
    flex-basis: calc(100% - 330px);
    position: relative;
}
.product-detail .product-top .product-info ul{
    display: flex;
    width: 100%;
    position: absolute;
    overflow-x: auto;
    bottom: 0;
}
.product-detail .product-top .product-info ul li{
    margin-right: 10px;
    cursor: pointer;
}
.product-detail .product-top .product-info ul li img{
    cursor: pointer;
    width: 124px;
}
.product-detail .product-top .product-info ul li.active img{
    border: 1px solid #2378FF;
}
.product-detail .product-top .product-info a {
    background: #2378FF;
    border-radius: 9px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 20px;
}
.std_tit6, .std_word2 p, .yxedr_active h6 {
    font-size: 16px;
    line-height: 1.6;
}
.product-detail .product-top .name {
    flex: 1;
    font-weight: bold;
    padding-bottom: 30px;
    width: 100%;
    font-size: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.product-detail .product-desc {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 200px;
}
.product-detail .product-desc h4 {
    color: #303133;
    font-size: 24px;
    padding: 10px 0 15px;
    margin-bottom: 30px;
}
div#app>h5 {
    width: 100%;
    padding: 0.5rem;
    box-shadow: 0 3px 3px 0 rgba(161,161,161,0.51);
    box-sizing: border-box;
    margin-top: 0.5rem;
    text-align: center;
}

.content.mainWidth {
    padding: 0 15px;
}
.detai_wrap_ri_wrap {
    width: 100%;
    position: relative;
}
.dwrw_list {
    width: 100%;
    position: relative;
}
.dwrw_list_li {
    margin-bottom: 40px;
}
.dwrw_list_li_top {
    border-bottom: 1px solid rgba(35, 24, 21, .2);
    padding-bottom: 7px;
    margin-bottom: 24px;
}
.detai_wrap_ri p {
    word-wrap: break-word;
    word-break: normal;
}
.dwrw_list_li_top p {
    font-size: 18px;
    color: #231815;
    line-height: 1.5;
}
.dwrw_list_li_overvi p {
    color: rgba(35, 24, 21, .6);
    line-height: 1.6;
    font-size: 19px;
}
.dwrw_list_li_overvi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dwrw_list_li_overvi>* {
    flex-basis: 50%;
}
.dwrw_list_li_overvi>img {
    max-width: 240px;
}
.dwrw_list_li_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.dlll_li {
    width: 50%;
    position: relative;
    padding: 0 12px;
    margin-bottom: 24px;
}
.dlll_wrap {
    width: 100%;
    display: flex;
}
.dlll_wrap_ri {
    width: calc(100% - 48px);
    padding-left: 4px;
}
.dlll_wrap_ri_tit {
    margin-bottom: 8px;
}
.dlll_wrap_ri_tit p {
    color: #231815;
    line-height: 1.6;
    font-weight: 700;
}
.dlll_wrap_ri_info p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(35, 24, 21, .6);
}
.dwrw_list_li_param {
    width: 100%;
    position: relative;
}
.dllp_top {
    margin-bottom: 16px;
}
.dlul_link {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(35, 24, 21, .2);
    border-radius: 10px;
    padding: 20px 24px;
}
.dllp_top .dlul_link {
    background: #2378FF;
    padding: 10px 24px;
    border-color: #2378FF;
    display: flex;
    cursor: pointer;
}
.dlul_le {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.dllp_top .dlul_le_tit p {
    color: #fff !important;
}
.dlul_le_tit p {
    color: rgba(35, 24, 21, .8);
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all .36s;
}
.dllp_top .dlul_le_icon {
    margin-left: 10px;
    margin-top: 4px;
}
.dlul_le_icon img {
    width: 100%;
}
.dlul_ri {
    width: 24px;
}
.dllp_btm_li {
    width: 100%;
    position: relative;
    border: 1px solid rgba(35, 24, 21, .2);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 16px;
    cursor: pointer;
}
.dllp_btm_li_top {
    width: 100%;
    display: flex;
    align-items: center;
}
li.dllp_btm_li img:first-child, li.dllp_btm_li.on img:last-child{
    display: none;
}

li.dllp_btm_li.on img:first-child{
    display: block;
}
.dtlt_info {
    width: calc(100% - 24px);
    padding-right: 15px;
}
.dtlt_info p {
    color: #231815;
}
.dtlt_icon {
    width: 24px;
    margin-top: 2px;
}
.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.dllp_btm_li_btm {
    border-top: 1px solid rgba(35, 24, 21, .2);
    width: 100%;
    margin-top: 10px;
    padding-top: 16px;
    display: none;
}
li.dllp_btm_li.on .dllp_btm_li_btm{
    display: block;
}
.dblb_li {
    display: flex;
    margin-bottom: 16px;
}
.dblb_le {
    width: 20%;
    padding-right: 15px;
}
.dblb_le p {
    color: rgba(35, 24, 21, .6);
}
.dblb_ri {
    width: 80%;
}
.dblb_ri p {
    color: #231815;
}
.oemodm {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #000000c4;
    line-height: 32px;
    margin: 20px 0;
}
.product-detail .oemodm h2 {
    margin-bottom: 20px;
}
.oemodm p{
    margin:10px 20%
}
@media screen and (max-width: 992px) {
    div#app{
        padding:0;
        height: auto;
    }
    div#app>h5{
        font-size: 0.7rem;
        margin: 0;
    }
    .content.mainWidth {
        padding: 0;
    }
    span.productMenu.left {
        float: left;
    }
    
    .product{
        /* height: 88vh; */
        overflow: auto;
        padding: 0;
        margin-top: 1rem;
    }
    .productList {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #00000059;
        margin: 0;
        padding: 0;
        z-index: 999;
        display: none;
    }
    .productList.show{
        display: block;
    }
    .productList ul {
        background: #fff;
        width: 60%;
        height: 100vh;
        margin: 0;
        padding: 0;
    }
    
    .productList li:first-child {
        margin-top: 0;
        font-size: 0.6rem;
    }
    
    .productList ul {
        padding: 0.8rem 0 0 0.5rem;
        font-size: 0.45rem;
    }
    .product .product-grid{
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
    .product .product-item{
        margin-right: 0;
        margin-bottom: 1rem;
        flex-basis: 46%;
    }
    .product .product-item p {
        font-size: 0.36rem;
        margin-top: 0;
        flex-basis: 46%;
    }
    .product-detail .product-grid {
        padding: 0;
        overflow: auto;
    }
    
    .product-detail {
        width: 100%;
    }
    .product-desc img {
        width: 100%;
    }
    .product-detail .product-top {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .product-detail .product-top .product-info {
        margin: 0;
        flex-basis: 100%;
        font-size: 0.45rem;
        text-align: center;
        padding: 0 5px 4rem;
    }
    
    .product-detail .product-top .name {
        font-size: 0.5rem;
        padding: 0.4rem 0;
        border: 0;
    }
    .product-detail .product-desc {
        margin: 1rem 0.5rem 0;
    }
    .product-detail .product-desc h4{
        font-size: 0.5rem;
    }
    .product-detail .product-top .product-img{
        width: 8rem;
        height: auto;
    }
    .dwrw_list_li_overvi {
        flex-wrap: wrap;
    }
    .product-detail .product-top .product-info ul li img{
        width: 2.65rem;
    }
    .dwrw_list_li_overvi > * {
        flex-basis: 100%;
        font-size: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    li.dlll_li {
        width: 100%;
    }
    
    .dblb_ri.std_word2,.dblb_le.std_word2 {
        flex-basis: 100%;
    }
    
    li.dblb_li {
        flex-wrap: wrap;
    }
    .dtlt_info p,.dwrw_list_li_overvi p {
        font-size: 0.6rem;
    }
    
    li.dllp_btm_li {
        padding: 0.3rem 0.5rem;
    }
    .oemodm{
        margin: 0;
        font-size: 0.45rem;
    }
    .product-detail .oemodm h2 {
        margin-bottom: 0;
    }
    .oemodm p{
        margin:0
    }
}