/* 產品細節css說明  */
/* 麵包屑、圖片切換功能、商品主要內容分介紹 */
/* 無細節圖說明，細節圖在c_3_prodetail_aside_body.css */
aside{
    width: 100%;

}

.d_aside_bread{
    font-size: 16px;
    margin: 29px 0;
    color: #807f7f;

}

.d_aside_bread p{
    font-size: 16px;
    margin: 0 5px;
    color: #807f7f;
}

/* .d_aside_body{

} */

.d_aside_title{
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #807f7f;
}

.d_aside_body .d_aside_title img{
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.aside_0 {
    width: 50%;
}

.d_aside_con{
    width: 100%;
    padding: 40px 30px;
    border: 0px solid #7c96a1;
    /* background-color: #f3f0ec; */
}

.aside_icon {
    border-bottom: 1px solid #7c96a1;
    margin-bottom: 20px;
}

.aside_1 {
    width: 50%;
    justify-content: flex-end;
    /* align-items: center; */
}

.aside_1 li{
    width: 36px;
    margin-left: 10px;
}

.aside_1 img {
    width: 100%;
}

.d_aside_con h1 {
    width: 100%;
    padding-bottom: 20px; 
}

.d_aside_con p{
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 10px;
}

/* --------swiper_aside */
    .swiper-container {
        width: 50%;
        height: 50%;
        padding: 0 15px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img{
        width: 80%;
    }

    .swiper-button-next, .swiper-button-prev {
        right: 20px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 25px;
    }

/* --------aside_button */
    .aside_button{
        width: 100%;
    }

    .aside_button ul{
        display: flex;
    }

    .aside_button ul li{
        width: 100%;
        background-color: #035d86;
        text-align: center;
        margin-top: 15px;
        padding: 15px 0;
    }

    .aside_btn {
        margin-right: 14px;
    }

    .aside_button ul li:hover{
        background-color: #1fa1d8 !important;
    }

    .aside_button ul li a{
        font-size: 16px;
        padding: 15px;
    }

    .aside_h1{
        width: 70vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 110px;
    }

    .aside_h1 h1{
        color: #035d86;
        font-size: 60px;
        border-bottom: 1px solid #035d86;
        padding-bottom: 20px;
    }

/* 版本尺寸 */
@media screen and (min-width: 1920px){}
@media (min-width:1366px) and (max-width:1920px){
    .swiper-container {
        width: 560px;
        height: 560px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 25px;
        top: 58%;
    }

    .aside_0 {
        width: 540px;
    }
}
@media (min-width:1024px) and (max-width:1365px){
    .d_aside_body{
        /* display: block; */
    }

    .swiper-container {
        width: 560px;
        height: 560px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 25px;
        top: 58%;
    }

    .swiper-slide img {
        width: 100%;
    }

    .aside_0 {
        width: 540px;
    }

    .aside_icon {
        display: block;
    }
    
    .aside_1 {
        justify-content: flex-start;
        /* align-items: center; */
    }

    .d_aside_con h1 {
        width: 100%;
        padding-bottom: 20px;
    }

    .aside_1 li {
        margin: 0 10px 10px 0;
    }

    .list-unstyled {
        width: 25%;
    }

    .text-center {
        width: 75%;
    }

    aside {
        width: 100%;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .d_aside_body{
        display: block;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 25px;
        height: 25px;
        top: 58%;
    }

    .aside_0 {
        width: 100%;
    }
    

    .aside_icon {
        display: block;
    }
    
    .aside_1 {
        justify-content: flex-start;
        /* align-items: center; */
    }

    .d_aside_con h1 {
        width: 100%;
        padding-bottom: 20px;
    }

    .aside_1 li {
        margin: 0 10px 10px 0;
    }


    .list-unstyled {
        width: 25%;
    }

    .text-center {
        width: 75%;
    }


    .body_all_1 {
        width: 90%;
    }


    .aside_h1 {
        width: 85vw;
    }  

    aside {
        width: 100%;
        padding: 0 10px;
    }

    .d_aside_bread {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px){
/* @media (min-width:374px) and (max-width:767px){ */
    .d_aside_body{
        display: block;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; 
    }

    .swiper-button-next, .swiper-button-prev {
        width: 27px;
        height: 25px;
        top: 58%;
    }

    .aside_h1 {
        width: 90vw;
    }    

    .aside_0 {
        width: 100%;
        margin-top: 30px;
    }
 
    .aside_icon {
        display: block;
    }
    
    .aside_1 {
        justify-content: flex-start;
        /* align-items: center; */
    }

    .d_aside_con h1 {
        width: 100%;
        padding-bottom: 20px;
    }

    .aside_1 li {
        margin: 0 10px 10px 0;
    }
    
    .list-unstyled {
        width: 25%;
    }

    .text-center {
        width: 75%;
    }

    .aside_h1 h1 {
        font-size: 40px;
    }

    .list-unstyled img {
        width: 80%;
    }

    .body_all_1 {
        width: 100%;
    }

    aside {
        width: 100%;
        padding: 0 10px;
    }

    .d_aside_bread {
        margin-bottom: 0;
    }

    .d_aside_con p {
        line-height: 36px;
    }

    .text-center img {
        filter: drop-shadow(0 30px 13px rgba(0, 0, 0, 0.3));
        -webkit-filter: drop-shadow(0 30px 13px rgba(0, 0, 0, 0.3));
    }
}
/* @media (min-width:374px) and (max-width:413px){} */
 