.c_banner_txt .th {
    display: none;
}

/* innerPro_box */
.innerPro_box {
    background: #FAFAFA;
}

.product-summary {
    width: 49.5%;
    padding-top: 25px;
}

.product-intro {}

/* pro_div */
.pro_div .title {
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    color: var(--commonColor);
    line-height: 1.25;
    margin-bottom: 12px;
}

.pro_div .brief {
    line-height: 1.75;
}

/* pro_param */
.pro_param {
    margin-top: 3%;
}

.pro_param .row_item {
    padding: 5px 0;
    line-height: 24px;
}

.pro_param .row_item .bt {
    font-size: 18px;
    font-family: 'MyriadPro-Bold';
    width: 118px;
}

.pro_param .row_item .txt {
    font-family: 'MyriadPro-Regular';
    color: #999;
    flex: 1;
}

.pro_btn {
    margin-top: 4%;
}

.pro_btn .btn {
    border: 1px solid var(--commonColor);
    padding: 10px 20px;
    display: block;
    line-height: 24px;
    position: relative;
    background: var(--commonColor);
    color: #fff;
    font-size: 20px;
    font-family: 'MyriadPro-Regular';
}

.btn_send {
    margin-right: 25px;
}

.btn_down::before {
    content: '';
    display: inline-block;
    background: url(../img/icon_down.png) no-repeat center top/16px auto;
    height: 16px;
    width: 24px;
    vertical-align: middle;
    margin-right: 2px;
}

.pro_btn .btn:hover {
    background: #fff;
    color: var(--commonColor);
}

.pro_btn .btn_down:hover::before {
    background-image: url(../img/icon_down_1.png);
}

@media only screen and (max-width: 1350px) {
    .pro_div .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 950px) {
    .product-intro {
        flex-direction: column;
    }

    .product-summary {
        width: 100%;
        padding-top: 20px;
    }

    .pro_div .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

/*product photos*/
.product-view {
    width: 46%;
    position: relative;
    align-items: center;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0px;
    padding: 3px;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
}

.cloud-zoom-loading {
    padding: 3px;
    border: 1px solid #000;
    background: #222;
    color: white;
}

.product-view .product-image.zoom_remove:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    content: "";
}

.product-view .product-image {
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product-view .product-image a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    display: block;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.image-additional-wrap {
    position: relative;
    z-index: 999;
    margin: 6% auto 0;
    padding: 0 60px;
    max-width: 500px;
}

.image-additional-wrap .image-additional {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.image-additional-wrap .image-additional li {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    width: 33%;
    height: auto;
    border: 1px solid #aaa;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    border-radius: 8px;
    padding: 12px;
}

.image-additional-wrap .image-additional li:before {
    position: absolute;
    bottom: -5px;
    left: 40%;
    z-index: 1;
    display: block;
    width: 33%;
    height: 4px;
    border-radius: 6px;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.image-additional-wrap .image-additional li.single {
    display: none;
}

.image-additional-wrap .image-additional li img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: alpha(opacity=40);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.image-additional-wrap .image-additional li a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    padding-bottom: 100%;
}

.image-additional-wrap .image-additional li.current {
    -bottom: 0;
    border: 1px solid var(--commonColor);
}

.image-additional-wrap .image-additional li.current img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.image-additional-wrap .image-additional img.popup {
    display: none;
}

.image-additional-wrap .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.image-additional-wrap:hover .swiper-button-disabled {
    opacity: .3;
    filter: alpha(opacity=30);
}

.innerPro-prev {
    left: 0;
}

.innerPro-next {
    right: 0;
}

.innerPro-next,
.innerPro-prev {
    width: 30px;
    height: 30px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    border-radius: 0;
    margin-top: -19px;
    border: 2px solid #666;
    background: none;
    border-radius: 50%;
    color: #666;
}

.innerPro-next:before,
.innerPro-prev:before {
    font-size: 26px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.innerPro-prev:before {
    content: '\f104';
}

.innerPro-next:before {
    content: '\f105';
}

.innerPro-next:hover,
.innerPro-prev:hover {
    background-color: var(--commonColor);
    border-color: var(--commonColor);
    color: #fff;
}

.innerPro-pagination {
    display: none;
}

@media only screen and (max-width: 950px) {
    .product-view {
        width: 100%;
    }

    .pro_param,
    .pro_btn {
        margin-top: 15px;
    }

    .product-view .product-image {
        display: none;
    }

    .product-view .image-additional-wrap {
        margin-top: 0;
        padding: 0 0;
    }

    .image-additional-wrap .image-additional li {
        border-radius: 2px;
    }

    .product-view .image-additional li.current {
        border-color: #dcdcdc;
    }

    .product-view .image-additional li img {
        opacity: 1;
    }

    .image-additional-wrap .image-additional li {
        padding: 0;
    }

    .innerPro-next {
        right: -20px;
    }

    .innerPro-prev {
        left: -20px;
    }
}

/* innerPro_desc */
.pro_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 2.6%;
    font-family: 'MyriadPro-Regular';
    word-break: break-word;
}

.pro_table tr td,
.pro_table tr th {
    border: 1px solid #999;
    line-height: 1.25;
    padding: 14px 30px;
    text-align: left;
    font-size: 18px;
}

.pro_table tr td.th {
    background: #F5F5F5;
}

.desc_ul {
    width: 23%;
}

.desc_inner .desc_ul:last-child {
    text-align: right;
}

.desc_pic_item {
    width: 46.5%;
}

.desc_pic_item .desc_pic {
    padding-bottom: 84%;
    overflow: hidden;
}

.desc_item {
    padding: 35px 0;
}

.desc_ul .desc_item:nth-child(2) {
    border-top: 2px solid #6A6A6A;
    padding-top: 80px
}

.desc_item .title {
    font-family: 'MyriadPro-Bold';
    font-size: 20px;
    color: var(--commonColor);
}

.desc_item .brief {
    font-family: 'MicrosoftPhagsPa';
    color: #666;
    margin-top: 12px;
    line-height: 24px;
    height: 144px;
    overflow-y: auto;
}

@media only screen and (max-width: 950px) {
    .pro_table {
        margin-top: 20px;
        max-width: 100%;
    }

    .pro_table tr td,
    .pro_table tr th {
        padding: 10px 8px;
    }

    .desc_ul {
        width: 100%;
    }

    .desc_pic_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .desc_item {
        padding: 0 0 20px;
    }

    .desc_ul .desc_item:nth-child(2) {
        padding-top: 20px;
    }

    .desc_item .brief {
        height: auto;
        margin-top: 6px;
    }

    .desc_inner .desc_ul:last-child {
        text-align: left;
    }

    .c_ad_box {
        padding-top: 10px;
    }
}

/* pro_bot_div */
.pro_bot_div {}

.pro_bot_item {
    align-items: center;
    margin-top: 4%;
}

.pro_pic_div {
    width: 50%;
    order: 3;
}

.pro_pic_div .pro_pic {
    padding-bottom: 61.8%;
    overflow: hidden;
}

.pro_bot_item:nth-child(even) .pro_pic_div {
    order: 1;
}

.pro_bot_item .web_th {
    width: 45%;
    box-sizing: border-box;
    order: 2;
}

/* .pro_bot_item .web_th .brief{max-height: 264px; overflow-y: auto;} */
@media only screen and (max-width: 950px) {
    .pro_bot_div {
        padding-top: 10px;
    }

    .pro_bot_item {
        margin-top: 20px;
        flex-direction: column;
    }

    .pro_pic_div {
        width: 100%;
    }

    .pro_bot_item .web_th {
        width: 100%;
        padding: 15px 0 0;
    }

    .pro_bot_item .web_th .brief {
        margin: 5px 0 5px;
        max-height: unset;
    }

    .pro_pic_div {
        order: 1;
    }

    .pro_info_div .title {
        font-size: 20px;
    }
}

/* faq_list */
.faq_th {
    font-size: 24px;
    margin: 3% 0 0;
}

.faq_list {
    padding-top: 1.5%;
}

.faq_list li {
    margin-bottom: 18px;
    border: 1px solid #666;
}

.faq_list li .th {
    position: relative;
    color: #000;
    padding: 22px 30px 22px 55px;
    cursor: pointer;
    line-height: 1.3;
}

.faq_list li .th::before {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    content: '';
    border-top: 1px dotted #ddd;
    bottom: 0;
}

.faq_list li .th .title {
    font-size: 20px;
}

.faq_list li .left_icon,
.faq_con .left_icon {
    position: absolute;
    left: 18px;
    top: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background: var(--commonColor);
    border-radius: 50%;
    text-align: center;
}

/* .faq_list li .right_icon{position: absolute; right: 14px; top: 50%; width: 36px; height: 36px; cursor: pointer; margin-top: -18px;}
.faq_list li .right_icon::before{position: absolute; right: 0; top: 0; font-family: fontawesome; font-size: 28px; color: #14457B; line-height: 36px; height: 100%; width: 100%; text-align: center; transition: all 0.3s ease; content: '\f107';} */
.faq_list li .faq_con {
    padding: 0 30px 15px 55px;
    line-height: 1.5;
    display: block;
    position: relative;
    margin-top: 15px;
}

.faq_list li .faq_con .left_icon {
    background: #666;
    margin-top: 0;
    top: 0;
}

.faq_con .brief {
    padding-top: 2px;
}

/* .faq_list li.sel_item .th{color: #14457B;}
.faq_list li.sel_item .right_icon::before{content: '\f107'; transform: rotate(180deg);}
.faq_list li.sel_item .faq_con{display: block;} */
.faq_list li:hover {
    box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 950px) {
    .faq_list {
        padding: 0;
    }

    .faq_list li {
        margin-bottom: 15px;
    }

    .faq_list li:last-child {
        margin-bottom: 0;
    }

    .faq_list li .th {
        padding: 16px 20px 16px 50px;
    }

    .faq_list li .th::before {
        left: 15px;
        right: 15px;
    }

    .faq_list li .left_icon,
    .faq_con .left_icon {
        left: 15px;
        top: 16px;
    }

    /* .faq_list li .faq_con .left_icon{top: 2px;} */
    .faq_list li .right_icon {
        right: 6px;
    }

    .faq_list li .faq_con {
        padding: 0 20px 16px 50px;
        margin-top: 12px;
    }

    .faq_more {
        padding-top: 5px;
    }

    .pro_div .brief table tr td {
        width: 100% !important;
        display: inline-block;
        padding: 5px 15px;
    }

    .pro_btn .btn_down {
        display: none;
    }
}

.innerPro_desc {
    overflow: hidden;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
}

.imgseing .imgsul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgsul li {
    border-radius: 30px;
}

.imgsul li img {
    border-radius: 30px;
}

.imgseings .imgsuls {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.imgsuls li {
    border-radius: 30px;
    margin-right: 40px;
}

.imgsuls li img {
    border-radius: 30px;
}

.imgseingg .imgsulg {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    max-width: 900px;
    justify-content: space-between;
}

.imgseingg .imgsulg li {
    width: 30%;
}

.imgsulg .imgtilte {
    position: relative;
    padding-bottom: 100%;
}


.imgsulg .imgtilte img {

    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.imgedeb {
    margin-top: 5px;
}

.imgseingf .imgsulf {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    text-align: center;

    justify-content: left;
}

.imgseingf .imgsulf .imgtilte {
    position: relative;
    padding-bottom: 100%;
}

.imgseingf .imgsulf img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.imgseingf .imgsulf li {
    margin-right: 40px;
    width: 40%;
}

.imgseingg {
    margin: 0 auto;
}

.innerPro_desc br {
    height: 15px !important;
}

.innerPro_desc .web_th .title {
    line-height: 0.6;
}

.innerPro_desc .title .txt {
    font-size: 30px !important;
}

.web_ths .titles {
    font-size: 30px;
    line-height: 1.15;
    font-family: 'MyriadPro-Bold';
    color: var(--commonColor);
    text-transform: capitalize;
    margin-bottom: 15px;
}


.tab_box {
    margin-top: 3%;
    justify-content: center;
}

.tab_div {
    width: 235px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid var(--commonColor);
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 20px;
    color: var(--commonColor);
    line-height: 60px;
    text-align: center;
}

.tab_div:nth-child(1) {
    margin-right: 10px;
}

.tab_div_act {
    color: #FFFFFF;
    background: var(--commonColor);
}

.tab_box_detail {
    display: none;
}

.tab_box_detail_act {
    display: block;
}


@media only screen and (max-width: 980px) {

    .tab_div{
        width: 175px;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .innerPro_desc .web_th .title {
        line-height: 1.05;
    }

    .innerPro_desc .title .txt {
        font-size: 24px !important;
    }

    .imgseingf .imgsulf li {
        margin-right: 20px;
        width: calc(50% - 10px);
    }

    .imgseingf .imgsulf li:nth-child(2n) {
        margin-right: 0;
    }
}