.type_area_maxs {
    width: 1600px;
}

.breadcrumb {
    background-color: #D3DCE6;
}

.breadcrumb_cont {
    height: 108px;
    display: flex;
    align-items: center;
}

.breadcrumb_cont img {
    width: 28px;
    height: auto;
    margin-right: 21px;
}

.breadcrumb_cont a,
.breadcrumb_cont span {
    font-size: 18px;
    color: #0D1012;
    white-space: nowrap;
}

.breadcrumb_cont a:hover {
    color: #0E5990;
}

.breadcrumb_cont .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_center {
    display: flex;
    padding-top: 100px;
    padding-bottom: 180px;
}

.left_img_list {
    width: 206px;
    height: 26.56vw;
}

.swiper-container-left {
    height: 100%;
}

.swiper-container-left .swiper-select-item {
    height: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-container-left .swiper-select-item-show {
    border: 1px solid #003686;
}

.swiper-container-left .swiper-select-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-container-left .swiper-slide {
    overflow: hidden;
}

.center_img_list {
    width: 32vw;
}

.details_cont {
    flex: 0.8;
    margin-left: 100px;
}

.details_cont .product_name {
    padding-top: 30px;
    padding-bottom: 17px;
    border-bottom: 2px solid #D6D4D4;
    font-weight: 700;
    font-size: 30px;
    color: #0D1012;
    line-height: 52px;
}

.back_btn {
    display: inline-block;
    margin-top: 90px;
    padding: 0 25px;
    background-color: #999999;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.swiper-container-center .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-container-bottom {
    height: 130px;
}

.swiper-container-bottom .swiper-select-item {
    height: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-container-bottom .swiper-select-item-show {
    border: 1px solid #003686;
}

.swiper-container-bottom .swiper-select-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-bottom .swiper-slide {
    overflow: hidden;
}

.center_h {
    overflow: hidden;
    transition: all 0.2s;
}

.swiper-container-bottom {
    display: none;
}

.bottom_details {
    margin-bottom: 200px;
    background-color: #E9F3FD;
    border-radius: 12px;
}

.bottom_details_body {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}

.bottom_details_body .title {
    padding-bottom: 40px;
    border-bottom: 2px solid #D6D4D4;
    font-weight: 700;
    font-size: 30px;
    color: #0D1012;
}

.img_cont {
    display: flex;
    gap: 35px;
}

.p_list {
    margin-top: 40px;
}

.p_list p {
    font-size: 24px;
    line-height: 48px;
    color: #0D1012;
}

@media screen and (max-width: 1600px) {
    .type_area_maxs {
        width: 94%;
    }
}

@media screen and (max-width: 1300px) {
    .left_img_list {
        width: 10vw;
    }

    .details_cont {
        flex: 1;
        margin-left: 35px;
    }
}

@media screen and (max-width: 900px) {
    .breadcrumb_cont {
        height: 1.3rem;
    }

    .breadcrumb_cont img {
        width: 0.34rem;
        margin-right: 0.25rem;
    }

    .breadcrumb_cont a,
    .breadcrumb_cont span {
        font-size: 0.26rem;
    }

    .img_cont {
        display: block;
    }

    .left_img_list {
        display: none;
    }

    .swiper-container-bottom {
        margin-top: 0.26rem;
        display: block;
    }

    .page_center {
        display: block;
    }

    .center_img_list {
        width: 100%;
    }

    .page_center {
        padding-top: 1rem;
        padding-bottom: 1.8rem;
    }

    .details_cont {
        margin: 0;
    }

    .details_cont .product_name {
        font-size: 0.58rem;
        line-height: 0.7rem;
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
    }

    .back_btn {
        margin-top: 0.9rem;
        padding: 0 0.46rem;
        line-height: 0.74rem;
        font-size: 0.29rem;
    }

    .bottom_details_body {
        width: 85%;
        padding: 1rem 0;
    }

    .bottom_details_body .title {
        font-size: 0.58rem;
        padding-bottom: 0.4rem;
    }

    .bottom_details {
        margin-bottom: 2rem;
    }

    .swiper-container-bottom {
        height: 1.5rem;
    }

    .p_list {
        margin-top: 0.5rem;
    }

    .p_list p {
        font-size: 0.36rem;
        line-height: 0.58rem;
        color: #0D1012;
    }
}