 
@charset "utf-8";
.product-image .swiper-slide {
    height: unset;
}
.product-title {
    line-height: 1;
    margin: 0 0 42px;
    border-left: 4px solid #3A54A4;
    padding: 0 0 5px 20px;
}
.product-info-title {
    line-height: 1;
    margin: 0 0 27px;
    border-left: 4px solid #3A54A4;
    padding: 0 0 5px 20px;
}
.product-image {
    margin: 0 auto 40px;
    max-width: 1320px;
    position: relative;
}
.product-image .swiper-wrapper {
    margin: 0 0 40px;
}
.product-image .tab-slide {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}
.product-image img {
    opacity: 0;
    max-height: 600px;
}
.product-image .swiper-button-next,
.product-image .swiper-button-prev {
    color: #999999;
    font-weight: 700;
    top: 35%;
}
.tab-slide .swiper-pagination {
    position: static;
    margin: 0 0 60px;
    column-gap: 30px;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.tab-slide .swiper-pagination-bullet {
   width: 150px;
   height: 150px;
   border-radius: 0% ;
   background-position: center;
   background-size: cover;
   background-size: cover;
   opacity: 1;
}

.product-info  {
    font-size: 2.4rem;
    margin-bottom: 60px;
}
.product-info dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.product-info dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: middle;
    /* text-align: center; */
   width: 180px;
   background-color: #EEEEEE;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #3A54A4;
   font-weight: 700;
   padding: 12px 20px;
}
.product-info dt:lang(en),
.product-info dd:lang(en)  {
    font-size: 2rem;
}

.product-info dd {
    width: calc(100% - 180px);
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
    word-break: keep-all;
}
.product-info dd:lang(cn){
    word-break: break-all;
}

.product-info3 .product-info-wr {
    display: flex;
    /* flex-flow: row; */
    flex: 1;
    border-right: 1px solid #ccc;
}


.tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
    border-left: 1px solid #CCCCCC;
}
.tab-btn.active {
    background: #3A54A4;
    color: #fff;
}
.tab-btn {
    text-align: center;
    padding: 22px;
    min-width: 25%;
    flex:1;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: 700;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .tab-btn:first-child {
    border-left: 1px solid #CCCCCC;
} */

@media(max-width: 1024px) {
    .tab-btn {
        width: 50%;
        flex: unset;
        margin: 0 0 -1px;
        font-size: 1.2rem;
        padding: 10px 0;
    }
    .tab {
        margin: 0 0 30px;
    }
    .tab-btn:nth-child(odd):last-child {
        width: 100%;
    }
    .product-title {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }
    .tab-slide .swiper-pagination {
        margin: 0 0 20px;
        column-gap: 10px;
    }
    .tab-slide .swiper-pagination-bullet {
        width: 60px;
        height: 60px;
    }
    .product-image .swiper-wrapper {
        margin: 0 0 10px;
    }
    .product-image {
        margin: 0 auto;
    }
    .product-image img {
        max-height: 167px;
    }
    .product-image .swiper-button-next, .product-image .swiper-button-prev {
        display: none;
    }
    .product-info {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .product-info dt {
        width: 90px;
        padding: 10px;
    }
    .product-info dt:lang(en)  {
        width: 100px;
        font-size: 1.2rem;
    }
    .product-info dd {
        width: calc(100% - 90px);
        padding: 10px;
    }
    .product-info dd:lang(en)  {
        width: calc(100% - 100px);
        font-size: 1.4rem;
    }
    .product-info-title {
        margin-bottom: 10px;
    }
    /* .product-info3 .product-info-wr {
        flex: unset;
        flex-wrap: wrap;
    }
    .product-info3 dt {
        width: 100%;
        height: 41px;
    }
    .product-info3 dd {
        width: 100%;
        height: calc(100% - 41px);
    }
    .product-info3 dl {
        width: 100%;
        flex: unset;
        margin :0 0 -1px;
    } */
}

/* @media(max-width: 480px) {
    .product-info3 dl {
        width: 100%;
    }
} */