@charset "UTF-8";

.my-swiper-button-prev,
.my-swiper-button-next {
    display: block;
}

.product_detial_part01 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 70px;

}

.product_detial_part01 .color-txt{
font-weight:bold ;

}

.product_detial_part01>h1 {
    font-size: 2.1rem;
    margin-bottom: 20px;
}

.product_detial_part01>p {
    margin-bottom: 20px;
}

.product_detial_img_hover {
    cursor: pointer;
}

.product_detial_img_hover:hover img {
    opacity: 0.7;
}

#productModal .modal-header {
    border: none;
}

.btn-close:focus {
    box-shadow: none;
}

.h1_common_title {
    margin-bottom: 30px;
}

.product_detial_part02_01 {
    margin-top: 35px;
}

.product_detial_part02_01>div {
    text-align: center;
    margin-bottom: 30px;
}

.product_detial_part02_01 .img_box {
    width: 90%;
    margin: 0 auto;
}

.product_detial_part02_01 h4,
.product_detial_part03 h4 {
    font-weight: bold;
    margin: 20px 0;
}

.product_detial_box>div:not(:first-child) {
    margin-bottom: 70px;
}

.product_detial_box>div:last-child {
    margin-bottom: 0;
}

.product_detial_part03_box {
    width: 95%;
    margin: 0 auto;
}

.product_detial_part03_box h5 {
    font-weight: bold;
    margin: 20px auto 15px auto;
    width: 80%;
}

.product_detial_part03_box p {
    margin: 0 auto;
    width: 80%;
}

.priductSwiper,
.priductSwiper2 {
    padding-bottom: 40px;
}


.product_detial_part03_box .swiper-slide>img {
    margin: 0 auto;
    width: 80%;
    display: block;
}

.mypriduct-swiper-button-prev,
.mypriduct-swiper-button-next {
    top: 135px;
    margin-top: 0;
}

.mypriduct-swiper-button-prev:after,
.mypriduct-swiper-button-next:after {
    font-size: 30px;
    color: #105BAA;
}

.mypriduct-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin: 0 12px;
    border-radius: 0;
}

.mypriduct-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #105BAA;
}

.table_show {
    position: relative;
    cursor: pointer;
}

.table_show::before {
    position: absolute;
    right: -34px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #fff;
    background: #105baa;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    top: 50%;
    margin-top: -14px;
    transition: all .5s;
}

.table_close::before {
    transform: rotate(180deg);
}

.product_detial_table_box {
    max-width: 1080px;
    margin: 0 auto;
}

.product_detial_table {
    width: 100%;
}

.product_detial_table td {
    border: 1px solid #ddd;
    padding: 15px 20px;
}

.product_detial_table td.light {
    background-color: rgb(244, 244, 244);
    width: 40%;
}

.table_title {
    margin-bottom: 55px;
}

.ul-notice-text {
    padding-left: 0;
    margin-top: 20px;
}

.product_link_a {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.product_link_a p {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 1.25rem;
}

.product_link_a span {
    background-color: #105BAA;
    color: #fff;
    padding: 5px 22px;
    font-size: 15px;
    display: inline-block;
    margin-top: 15px;
}

.swiper-scrollbar-drag {
    cursor: pointer;
}

.product_link_a:hover img,
.product_link_a:hover span {
    opacity: 0.7;
}

.product_link_a:hover p {
    color: #105BAA;
}
#tabs{
    padding: 0;
}
#tabs li{
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
}


#tabs li.active{
    background-color: #DDDDDD;
}
#tabs li a{
    color: #000;
    display: block;
    width: 100%;
}
#tabs li.active a{
    color: #105BAA;
    font-weight: bold;
}
.tab_con{
    display: none;
}
.left_icon,.right_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left_icon:hover,.right_icon:hover {
    cursor: pointer;
}
.left_icon {
    left: 0px;
}
.right_icon {
    right: 0px;
}
.right_icon img {
    transform: rotate(90deg);
}
.left_icon img {
    transform: rotate(-90deg);
}
@media (min-width: 992px) and (max-width: 1400px) {}

@media (min-width: 992px) {

    .my-swiper-button-prev,
    .my-swiper-button-next {
        top: 71%;
    }

    #productModal>.modal-dialog {
        max-width: 52%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden_1200{
        overflow: hidden;
        overflow-x: auto;
    }
    #tabs,.tab_con{
        width: 1080px;
    }
}
@media (max-width: 991px) {
    .hidden_1200_sp{
        overflow: hidden;
        /* overflow-x: auto; */
        margin-bottom: 10px;
    }
    #tabs{
        width: 100%;
        
    }
    .product_detial_part01{
        margin-top: 55px;
    }
    .priductSwiper{
        margin-bottom: 22px;
    }
    .my-swiper-button-prev,
    .my-swiper-button-next,.mypriduct-swiper-button-prev,.mypriduct-swiper-button-next{
        width: 30px;
        padding: 15px;
        display: flex;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
    }

    .product_detial_part01>h1 {
        font-size: 1.4rem;
    }

    .product_detial_part02_01 .img_box>img {
        width: 75%;
        margin: 0 auto;
    }

    .product_detial_box>div:not(:first-child) {
        margin-bottom: 25px;
    }

    .product_detial_box>div:last-child {
        margin-bottom: 0;
    }
    .h1_common_title{
        text-align: center;
    }
    .mypriduct-swiper-button-prev{
        left: 0;
    }
    .mypriduct-swiper-button-next{
        right: 0;
    }
    .product_detial_part03_box .swiper-slide>img{
        width: 100%;
    }
    .product_detial_part03_box h5{
        width: 100%;
    }
    .product_detial_part03_box p{
        width: 100%;
    }
    .product_link_a p{
        font-size: 1rem;
    }
    .product_link_a span{
        padding: 3px 16px;
        font-size: 14px;
    }

    #tabs li {
        flex: unset;
        width: 50%;
        border: 1px solid #939394;
    }
    #tabs li:nth-child(2n) {
        border-left: none;
    }
    
    #tabs li:nth-child(n+3) {
      border-top: none;
    }
}
 /*
    -webkit-scrollbar：滚动条整体部分

    -webkit-scrollbar-button ：滚动条两端的按钮

    -webkit-scrollbar-track ：外层轨道

    -webkit-scrollbar-track-piece ：内层轨道，滚动条中间部分(除去)

    -webkit-scrollbar-thumb： 拖动条

    -webkit-scrollbar-corner： 边角

    -webkit-resizer ：定义右下角拖动块的样式
    */

    .hidden_1200::-webkit-scrollbar,.hidden_1200_sp::-webkit-scrollbar{
        width:5px;
        height: 5px;
    }
    .hidden_1200::-webkit-scrollbar-track-piece,.hidden_1200_sp::-webkit-scrollbar-track-piece{
        background: rgba(0,0,0,.1);
        border-radius: 19px;
    }
    .hidden_1200::-webkit-scrollbar-thumb,.hidden_1200_sp::-webkit-scrollbar-thumb{
        background-color:#105BAA;
        border-radius: 19px;
    }