/* 产品页样式 */

/* 左侧样式 */
.page-wrap .dth_wh {
}
.page-wrap-left {
}

@media (min-width: 991px) {
    .page-wrap .dth_wh {
        position: relative;
        transform: translateX(0);
    }
    .page-wrap-left {
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.2s all;
        margin-right: 0;
    }
    .page-wrap-left.relat {
        position: relative;
    }
}

/* 过渡页 */



@media (max-width: 1660px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* 列表页 */
.page-wrap-right {
    overflow: unset;
    width: calc(95% - 305px);
    margin-left: auto;
}
.page_product_list {
}
.page_product_list ul {
    flex-wrap: wrap;
}
.page_product_list li {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 5px 10px 15px 1px;
    margin-bottom: 6.5%;
}
.page_product_list li a {
    display: flex;
    justify-content: space-between;
    align-items: unset;
}
.page_product_list li .imgs {
    width: 44%;
    flex-shrink: 0;
    margin-right: 6.5%;
    border-right: 7px solid #d48e23;
    position: relative;
}
.page_product_list li .imgs::after {
    content: "";
    width: 7px;
    height: 32%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #936117;
}
.page_product_list li .imgs .fixed_ratio {
    padding-top: calc(760 / 1040 * 100%);
    min-height: 100%;
}
.page_product_list li .text {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2% 4% 2% 0;
}
.page_product_list li .text h3 {
    display: block;
    color: #d48e23;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
}
.page_product_list li .text .sums {
    font-size: 19px;
    color: #333333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 1em;
    line-height: 1.6;
}


@media (max-width: 1660px) {
    .page_product_list li .text h3 {
        font-size: 1.92vw;
    }
    .page_product_list li .text .sums {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .page_product_list li .imgs::after {
        width: 6px;
    }
    .page_product_list li .imgs {
        border-right-width: 6px;;
        width: 46%;
        margin-right: 6%;
    }
    .page_product_list li .text .sums {
        font-size: 16px;
        margin-top: 0.8em;
    }
}
@media (max-width: 1200px) {
    .page_product_list li .imgs::after {
        width: 5px;
    }
    .page_product_list li .imgs {
        border-right-width: 5px;
        width: 47%;
        margin-right: 5%;
    }
    .page_product_list li .text h3 {
        font-size: 24px;
    }
    .page_product_list li .text .sums {
        font-size: 15px;
    }
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
    .page_product_list li {
        box-shadow: rgba(0, 0, 0, 0.16) 2px 6px 6px 0px;
        margin-bottom: 24px;
    }
    .page_product_list li a {
        flex-flow: column;
    }
    .page_product_list li .imgs {
        width: 100%;
        margin: 0;
        border: none;
    }
    .page_product_list li .imgs::after {
        display: none;
    }
    .page_product_list li .text {
        width: 100%;
        flex-grow: unset;
    }
    .page_product_list li .text {
        padding: 15px;
    }
    .page_product_list li .text h3 {
        font-size: 22px;
    }
    .page_product_list li .text .sums {
        font-size: 14px;
    }
}

/* 详情页 */
.page_product_detail_box {
    justify-content: space-between;
}
.page-product-detail-effect {
    width: 48%;
    float: none;
}
.page-product-detail-effect .big-img {
    width: 100%;
    border: none;
}
.page-product-detail-effect .big-img a {
    height: auto;
}
.page-product-detail-right {
    width: 47%;
    float: none;
}
.page-product-detail-right h1 {
    text-align: center;
    font-size: 28px;
    margin: 1.2em 0;
}
.page_product_detail_tit1,
.page_product_detail_tit2 {
    margin-bottom: 5%;
}
.page_product_detail_tit1 h5,
.page_product_detail_tit2 h5 {
    font-size: 22px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 0.5em;
    line-height: 1.32;
}
.tit_sum {
    font-size: 18px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 1.35;
}

.product_detail_swiper {
    margin-top: 20px;
    position: relative;
}
.product_detail_swiper .swiper-button-next, 
.product_detail_swiper .swiper-button-prev {
    background: none;
    font-size: 0;
    background: #ffffff;
    width: 24px;
    height: 40px;
}
.product_detail_swiper .swiper-button-next:hover, 
.product_detail_swiper .swiper-button-prev:hover {
    background: #d48e23;
}
.product_detail_swiper .swiper-button-next::after, 
.product_detail_swiper .swiper-button-prev::after {
    font-size: 0;
    left: 5px;
}
.swiper_img {
    display: block;
}

@media (max-width: 1660px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}