﻿.page {
    background-color: #ffffff;
}

body {
    font-family: Microsoft Yahei, Arial, sans-serif;
    background: #f3f3f3;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h7 {
    font-size: 12px;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    /*padding-top: 75px;*/
    padding-top: 20px;
}

.com-content {
    max-width: 1440px;
    margin: 0 auto;
}

.ws-product-detail-bcb .breadcrumb {}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.ws-product-detail-bcb ul li a {
    font-size: 17px;
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #999999;
}

.ws-product-detail-bcb ul li:last-child a,
.ws-product-detail-bcb ul li a:hover {
    color: #666666;
    text-emphasis: none;
}

.ws-product-detail-bcb .breadcrumb>li+li:before {
    color: #999999;
    content: '>';
    padding: 0 10px;
}

.ws-product-detail-bcb ul li img {
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑结束 */


/*最外层宽度限制1440px*/

.new-com-detail {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: auto;
    color: #292929;
    background: #fff;
}


/* 主要特征 */

.com-product-details {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    border-bottom: 15px solid #f2f2f2;
    min-height: 688px;
    padding-bottom: 20px;
    box-sizing: border-box;
}


/* 轮播图 */

.com-product-preview {
    width: 688px;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product-swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 400px;
    background-color: #fff;
    --swiper-theme-color: #292929;
    cursor: url(https://singapore-1312056779.cos.ap-singapore.myqcloud.com/site_style/image/fangda.png), auto;
}

.active-border {
    border: 1px solid #da0030;
}

#proudct-thumbs {
    width: 360px;
    height: 48px;
    cursor: pointer;
    bottom: 0!important;
}

#proudct-thumbs .swiper-slide {
    background-color: #f7f7f7;
    width: 48px !important;
    height: 48px;
}

#proudct-thumbs .swiper-slide img {
    width: 46px;
    height: 46px;
}

.swiper-button-prev:after {
    display: none;
}

#thums {
    left: 50%;
    margin-left: -240px;
    width: 480px;
    height: 50px;
    position: relative;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    top: 60%!important;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url(../images/next.svg);
}

.swiper-button-prev {
    z-index: 1;
    top: 60%!important;
    width: 30px;
    height: 30px;
    background: url(../images/prev.svg);
}

.video-next {
    top: 50%;
    z-index: 1;
    width: 64px;
    height: 64px;
    background: url(../images/next_1.png);
    background-size: 100%;
    opacity: 1;
    right: 2%;
}

.video-prev {
    z-index: 1;
    top: 50%;
    width: 64px;
    height: 64px;
    background: url(../images/prev_1.png);
    background-size: 100%;
    opacity: 1;
    left: 2%;
}

.video-prev.swiper-button-disabled,
.video-next.swiper-button-disabled {
    opacity: 1!important;
}

.product-next {
    top: 45%;
    width: 20px;
    height: 68px;
    background: #c4c4c4 url(../images/next.svg) no-repeat center;
}

.product-prev {
    top: 45%;
    width: 20px;
    height: 68px;
    background: #c4c4c4 url(../images/prev.svg) no-repeat center;
}


/* 产品介绍视频 */

.com-product-introduction {
    width: 480px;
    height: 480px;
    display: none;
}

.com-product-introduction-video video {
    width: 480px;
    height: 480px;
}


/* 产品3D介绍 */

.com-product-3D {
    width: 480px;
    height: 480px;
    display: none;
}


/* 3D加载进度条*/

#myProgress {
    left: 20% !important;
    top: 40% !important;
}


/* 商品展示模式按钮 */

.com-product-display {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 190px;
    height: 34px;
}

.com-product-display-btn {
    white-space: nowrap;
    min-width: 127px;
    /* min-width: 84px; */
    height: 32px;
    border-radius: 16px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.selected {
    color: #fff !important;
}

.selected-bgc {
    background-color: #292929 !important;
}

.spe {
    justify-content: start;
}

.spe div:nth-child(1) {
    margin-left: 6px;
}

.com-product-display-btn div {
    font-size: 12px;
    line-height: 0px;
    color: #383838;
    cursor: pointer;
}

.com-product-display-btn svg {
    margin-right: 3px;
    fill: #fff;
    width: 16px;
    height: 16px;
}


/* 商品详情选择模块 */

.com-product-info {
    width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    flex: 1;
}

.com-product-info-headline {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #292929;
}

.com-product-info-describe {
    width: 100%;
    margin-top: 23px;
    font-weight: normal;
    color: #292929;
}

.com-product-info .com-product-info-describe p {
    font-size: 14px;
    color: #7D7D7D;
}

.com-product-info p.subtitle-font {
    font-size: 14px;
    color: #292929;
    font-weight: bold;
}

.com-product-info p {
    font-size: 12px;
    color: #7d7d7d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.com-product-info-select {
    margin-top: 24px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.com-product-info-choose-btn {
    margin-top: 7px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-product-info-choose-btn li a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 60px;
}

.com-product-info-choose-btn li {
    width: 334px;
    height: 60px;
    margin: 12px 12px 0px 0px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.com-product-info-choose-btn li img {
    margin-left: 10px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.com-product-info-choose-btn h5 {
    color: #292929;
    font-weight: bold;
}

.com-product-info-choose-btn li.choosed h5 {
    color: #0055CD;
}

.com-product-info-series-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-product-info-series-btn li a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 40px;
    text-align: center;
    color: #292929;
}

.com-product-info-series-btn li {
    width: 286px;
    height: 40px;
    margin: 12px 12px 0px 0px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.com-product-info-series-btn li.choosed {
    font-weight: bold;
}

.choosed {
    transition: all 0.3s ease-in-out;
    border: 1px solid #0055CD !important;
}

.choosed-describe {
    display: flex;
    flex-direction: column;
}


/*3D模型加载进度条*/

#myProgress {
    position: relative;
    width: 60%;
    left: 96px;
    text-align: center;
    display: none;
    top: 210px;
}

#myBar {
    width: 10%;
    height: 10px;
    background-color: #666666;
    text-align: center;
    line-height: 10px;
    color: white;
    border-radius: 5px;
}

.mybarBg {
    width: 100%;
    height: 10px;
    background-color: #dddddd;
    line-height: 10px;
    border-radius: 5px;
}


/* 产品卖点 */

.selling-point {
    margin-top: 48px;
    width: 576px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.selling-point ul {
    margin-left: 19px;
    margin-top: 3px;
}

.selling-point li {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 25px;
    list-style: disc;
}

.selling-point li::marker {
    color: #2254C5;
}

.selling-point-line {
    /* 记得删 */
    display: none;
    margin-top: 18px;
    width: 463px;
    height: 1px;
    background-color: #d5d5d5;
}


/* 服务范围 */

.service-area {
    /* 记得删 */
    display: none;
    margin-top: 16px;
    width: 196px;
    height: 59px;
}

.service-statement {
    margin-top: 6px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.service-statement div {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

.service-statement svg {
    margin-left: 4px;
}

.service-statement div:nth-child(1) {
    margin-right: 12px;
    width: 81px;
    height: 24px;
}

.service-statement div:nth-child(2) {
    width: 103px;
    height: 24px;
}

.service-statement h5 {
    margin-left: 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #000000;
}


/* 询问报价按钮 */

.quotes {
    margin-top: 40px;
    width: 150px;
    height: 44px;
    background-color: #da0030;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.quotes-2 {
    margin-top: 40px;
    width: 150px;
    height: 44px;
    background-color: #fff;
    color: #da0030;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #da0030;
    margin-left: 10px;
}


/* 导航栏 */

.new-com-content-nav {
    height: 60px;
    box-sizing: border-box;
    margin: 10px 20px;
    padding: 0 20px;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
    z-index: 999;
}

.new-com-content-nav ul {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-com-content-nav ul li {
    min-width: 64px;
    height: 60px;
    margin-right: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 5px solid transparent;
}

.new-com-content-nav ul div {
    color: #7d7d7d;
    font-size: 16px;
    min-width: 56px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.font-selected {
    color: #0055CD !important;
    font-weight: bold;
}

.new-com-content-nav ul li:nth-child(1) {
    border-bottom: 4px solid #0055CD;
}

.new-com-content-nav.sticky,
.new-com-content-nav.sticky ul {
    height: 40px;
}

.new-com-content-nav.sticky ul li {
    height: 40px;
}


/*主要参数*/

.Parameter {
    margin-top: 52px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.TopTitle {
    width: 100%;
    display: flex;
    background-color: #fff;
    margin-bottom: 56px;
    justify-content: center;
    align-items: center;
}

.TopTitle h2 {
    color: #385075;
}

.parameter {
    display: flex;
    flex-direction: row;
}

.parameter1,
.parameter2 {
    flex: 1;
}

.parameter2 {
    margin-left: 4px;
}

.databox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.th {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 234px;*/
    flex: 1;
    height: 60px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.td {
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2;
    /*width: 460px;*/
    height: 60px;
    font-size: 14px;
    text-align: center;
}

.odd {
    background-color: #f7f9fa;
}

.even {
    background-color: #fff;
}

.skip-button .skipper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100px;
    height: 44px;
    color: #292929;
    font-size: 16px;
    background: #FFFFFF;
    /* 功能色-分隔线-浅灰02 */
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 4px;
}

.skip-button .skipper a {
    display: block;
    padding: 12px 24px;
}


/* 产品特征 */

.new-com-details-page {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
    font-size: 16px;
    /* min-height: 600px; */
}


/* 应用搭配 */

.com-product-item {
    margin-top: 48px;
    width: 100%;
}

.com-product-item .com-product-item-head {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d5d5d5;
}

.com-product-item .com-product-item-head h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #292929;
    margin-left: 24px;
}

.com-product-item .com-product-item-head a {
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #7d7d7d;
}


/*  应用搭配  */

.com-product-item-use {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}

.use-add {
    line-height: 165px;
    width: 50px;
}

.com-product-item-use .use-primary {
    width: 200px;
}

.com-product-item-use .use-item {
    text-align: center;
    font-size: 14px;
    color: #292929;
}

.com-product-item-use .use-item img {
    display: block;
    margin: 10px auto;
}

.com-product-item-use .use-item span {
    display: block;
    color: #999;
}

.com-product-item-use .use-item .more {
    margin: 10px 5px;
    color: #01A0E8;
    font-size: 12px;
    display: block;
}

.com-product-item-use .use-product {
    flex: 1;
    max-width: 80%;
}


/*视频清单*/

.com-product-experience-video .swiper-slide {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
}

.com-product-experience-video .swiper-slide video {
    width: 100%;
    height: 180px;
}

.com-product-experience-video {
    padding: 0 100px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.com-product-experience-video-main {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}

.experience-video {
    border: 1px solid #ebebeb;
    width: 291px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 7px 7px 0px 0px;
}

.experience-video-perview {
    cursor: pointer;
    position: relative;
    width: 291px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-video-perview img {
    max-width: 285px;
    max-height: 160px;
}

.experience-video-describe {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.experience-video-perview::after {
    content: '';
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2) url(../images/play.png) no-repeat center;
}

.experience-video-perview:hover::after {
    display: block;
}

.experience-video-describe h5 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #292929;
    font-weight: 700;
}

.video-view {
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.video-view,
.video-date {
    font-weight: normal;
    font-size: 12px;
    color: #7d7d7d;
}


/*常见问题*/

.auto {
    height: auto !important;
}

.com-product-QA-main {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.com-product-ask {
    max-width: 1005px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.com-product-ask-more {
    display: none;
}

.com-product-ask-more .com-product-fill:nth-child(1) {
    margin-top: 12px;
}

.com-product-fill {
    margin-top: 18px;
    width: 100%;
    height: 56px;
}

.QA-question,
.QA-answer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.QA-question p {
    font-weight: 700 !important;
}

.QA-answer p {
    font-weight: 400 !important;
}

.QA-answer {
    margin-top: 5px;
}

.com-product-fill h5,
.com-product-fill h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
    white-space: nowrap;
}

.com-product-fill h3 {
    margin-left: 10px;
}

.com-product-fill p {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #385075;
}

.com-product-fill .QA-answer p {
    color: #292929;
}

.com-product-QA-more {
    display: none;
    margin-top: 24px;
    width: 170px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.com-product-QA-more h4 {
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}


/*产品文档*/

.com-product-document-main {
    margin-top: 5px;
    width: 100%;
    /* display: flex; */
    justify-content: start;
    align-items: flex-start;
    padding-bottom: 160px;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 40px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #D8D8D8;
}

.com-product-document-main div {
    width: 31%;
    float: left;
    height: 44px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 16px 5px 0px 5px;
}

.com-product-document-main div img {
    height: 34px;
    width: 34px;
    margin-left: 10px;
}

.com-product-document-main div h5 {
    margin-left: 5px;
    margin-right: 20px;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    color: #292929;
    flex: 1;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 轮播遮罩 */

#big-swiper {
    background-color: #ffffff;
    left: 0;
    top: 0;
}

.zoom-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 9999999;
}

.params-swiper-button-prev.swiper-button-prev.swiper-button-disabled,
.params-swiper-button-next.swiper-button-next.swiper-button-disabled {
    opacity: 0!important;
}


/*常见问题  -- new*/

.advisory-list {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.filter-list {
    overflow: hidden;
    clear: both;
    margin-left: -12px;
    margin-top: 20px;
}

.advisory-list .advisory-tip {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
}

.advisory-list .search-btn {
    background: #F9FAFB;
    width: 538px;
    height: 42px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    border: 1px solid #EEEFEF;
    box-sizing: border-box;
}

.advisory-list .search-btn input {
    height: 40px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images/search.png) no-repeat 10px center;
    background-size: 20px;
}

.advisory-list .advisory-tip .red,
.advisory-list .advisory-item .item-answer p .red {
    color: #01a0e8;
    text-decoration: underline;
}

.filter-list .filter-item.filter-on {
    color: #fff;
    background: #DA0030;
    border: 1px solid #DA0030;
}

.filter-list .filter-item {
    float: left;
    margin-left: 12px;
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-bottom: 20px;
    min-width: 60px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.advisory-list .advisory-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.advisory-list .advisory-item .item-question,
.advisory-list .advisory-item .item-answer {
    position: relative;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    padding: 10px;
    font-size: 16px;
    padding-left: 25px;
}

.advisory-list .advisory-item .item-question:after,
.advisory-list .advisory-item .item-answer:after {
    position: absolute;
    content: 'Q: ';
    color: #333;
    font-weight: bold;
    left: 0;
    top: 10px;
}

.advisory-list .advisory-item .item-answer:after {
    content: 'A: ';
}

.advisory-list .advisory-item .item-question,
.advisory-list .advisory-item .item-answer {
    position: relative;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    padding: 10px;
    font-size: 16px;
    padding-left: 25px;
}

.advisory-list .advisory-item .item-answer {
    font-weight: normal !important;
}

.advisory-list .item-evaluate.evaluate-on {
    color: #426e9b;
}

.advisory-list .item-evaluate {
    height: 26px;
    width: auto;
    position: relative;
    padding-left: 50px;
    line-height: 26px;
    color: #939393;
    font-size: 16px;
    cursor: pointer;
}

.advisory-list .item-evaluate:after {
    display: block;
    left: 25px;
    position: absolute;
    height: 20px;
    width: 20px;
    content: '';
    background: url(../images/praise.png) no-repeat center bottom;
    top: 2px;
}

.advisory-list .item-evaluate.evaluate-on:after {
    background: url(../images/praise.png) no-repeat center top;
}

.info_data {
    padding: 0 80px 20px 80px;
}


/* 表格 */

.myStyle table td,
.myStyle table th {
    padding: 14px 8px!important;
}


/* 产品标题 */

.new-com-detail h1 {
    font-size: 24px;
}

@media screen and (max-width: 1280px) {
    .new-com-detail {
        width: 100% !important;
        min-width: 320px;
        max-width: 750px !important;
    }
    .com-product-details {
        display: block;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .com-product-preview {
        width: 100%;
    }
    .new-com-content-nav {
        height: auto;
    }
    .new-com-content-nav ul {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
    }
    .parameter .th {
        width: auto;
        flex: 2;
        padding: 0 5px;
        word-break: break-all;
    }
    .parameter .td {
        width: auto;
        flex: 3;
        padding: 0 5px;
        word-break: break-all;
    }
    .parameter1,
    .parameter2 {
        flex: 1;
    }
    .filter-list .filter-item {
        margin-bottom: 10px;
    }
    .advisory-list .advisory-item .item-question,
    .advisory-list .advisory-item .item-answer {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 5px 5px 25px;
    }
    .advisory-list .advisory-item .item-question:after,
    .advisory-list .advisory-item .item-answer:after {
        top: 5px;
    }
    .advisory-list .advisory-item {
        padding: 20px 0;
    }
    .video-next,
    .video-prev {
        width: 0.5rem;
        height: 0.5rem;
    }
    .new-com-content-nav.sticky,
    .new-com-content-nav.sticky ul {
        height: auto;
        min-height: 40px;
    }
    .new-com-content-nav.sticky ul li {
        height: auto;
        min-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .new-header {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    #thums {
        width: 10rem;
        display: none;
    }
    .com-product-info-choose-btn li a {
        height: 1.33rem
    }
    #proudct-thumbs,
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .new-com-detail {
        width: 10rem;
    }
    .new-com-content-nav {
        display: none;
    }
    .com-product-details {
        height: 100%;
    }
    .com-product-preview {
        width: 8.5rem;
        height: 8.5rem;
        margin: 0 auto;
    }
    .com-product-display {
        margin-top: 0.5rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }
    .com-product-info {
        width: 9rem;
        height: 100%;
    }
    .com-product-info-headline {
        width: 9rem;
    }
    .com-product-info-describe {
        width: 8.83rem;
    }
    .new-com-detail h2,
    .new-com-detail h1 {
        font-size: 0.56rem;
    }
    .com-product-info p {
        font-size: 0.37rem !important;
    }
    .com-product-info-series-btn li {
        width: 7rem;
        height: 1rem;
        line-height: 1rem;
    }
    .com-product-info-select {
        margin-top: 0.74rem;
        width: 9rem;
    }
    .com-product-info-choose-btn {
        /* width: 9rem; */
        height: auto;
    }
    .com-product-info-choose-btn li {
        width: 9rem;
        /* height: 1.9rem; */
        margin-right: 0px;
        padding: 15px 0;
    }
    .com-product-info-choose-btn li:nth-child(1) {
        margin-top: 0px;
    }
    .com-product-info-choose-btn li:nth-child(2) {
        margin-top: 12px;
    }
    .com-product-info-choose-btn h5 {
        font-size: 0.44rem;
        line-height: 0.57rem;
    }
    .com-product-info-choose-btn li img {
        width: 1.1rem;
        height: 1.1rem;
    }
    .com-product-info-series-btn {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* width: 9rem; */
    }
    .selling-point {
        margin-top: 0.84rem;
        width: 9rem;
        height: 100%;
    }
    .selling-point ul {
        margin-top: 0.24rem;
    }
    .selling-point li {
        font-size: 0.44rem;
        line-height: 0.58rem;
        margin-bottom: 0.2rem;
    }
    .TopTitle {
        margin-right: 4.13rem;
        margin-bottom: 1rem;
    }
    .TopTitle h2 {
        font-size: 0.44rem;
        line-height: 0.66rem;
    }
    .Parameter {
        max-width: 10rem;
    }
    .com-product-info-select p {
        font-size: 0.33rem;
    }
    .com-product-info-choose-btn {
        margin-top: 0.26rem;
    }
    .com-product-fill h5,
    .com-product-fill h3 {
        font-size: 0.21rem;
    }
    .com-product-fill p {
        font-size: 0.21rem;
        width: 8rem;
    }
    .com-product-document-main {
        display: inline-block;
        width: 10rem;
        padding-bottom: 2.13rem;
        max-width: 100%;
    }
    .com-product-document-main div {
        width: 95%;
        margin-top: 8px;
        margin: 8px 2% 0px 2%;
    }
    .com-product-document {
        height: 5.66rem;
    }
    .com-product-document-main-top {
        margin-top: 0px !important;
    }
    .com-product-document-main-top1 {
        margin-top: -10px !important;
    }
    .com-product-QA-more {
        width: 4.33rem;
    }
    .com-product-QA-more h4 {
        font-size: 0.26rem;
    }
    .com-product-experience-video-head h4 {
        font-size: 0.32rem;
    }
    .com-product-QA-head h4 {
        font-size: 0.32rem;
    }
    .com-product-document-head h4 {
        font-size: 0.32rem;
    }
    .com-product-experience-video-head a {
        margin-right: 0.26rem;
    }
    .img-small {
        width: 6.74rem;
        height: 5.33rem;
    }
    #product-swiper {
        width: 6.4rem;
        height: 6.4rem;
        text-align: center;
    }
    .com-product-introduction {
        width: 7rem;
        height: 7rem;
    }
    .com-product-introduction-video video {
        width: 6.74rem;
        height: 5.33rem;
        margin: 0 auto;
        display: block;
        margin-top: 0.6rem;
    }
    .com-product-3D {
        width: 7rem;
        height: 6.5rem;
    }
    .com-product-3D canvas {
        width: 7rem !important;
        height: 6.5rem !important;
    }
    #myProgress {
        left: 20% !important;
        top: 40% !important;
    }
    .parameter {
        flex-direction: column;
    }
    .parameter2 {
        margin-left: 0;
    }
    .databox {
        max-width: 10rem;
        width: 100%;
    }
    .th {
        width: 30%;
        font-size: 0.35rem;
        font-weight: 700;
    }
    .td {
        width: 70%;
        font-size: 0.35rem;
    }
    .com-product-QA-main {
        width: 100%;
        padding: 0 10px;
    }
    .com-product-ask {
        width: 100%;
    }
    .com-product-fill h5 {
        width: 0.66rem;
    }
    .com-product-fill .QA-answer p {
        width: 8rem;
    }
    .subtitle-font {
        font-size: 0.44rem !important;
    }
    .com-product-experience-video-main {
        height: auto;
        display: block;
        text-align: center;
    }
    .experience-video {
        display: inline-block;
        margin: 0.1333rem;
    }
    .compare-content {
        padding: 0!important;
    }
    .com-product-item-use {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 10px;
    }
    .com-product-item-use .use-product {
        flex: 1;
        max-width: 65%;
    }
    .com-product-experience-video {
        padding: 0 10px;
    }
}

@media screen and (max-width: 750px) {
    #product-swiper {
        width: 7rem;
        height: 6.8rem;
        text-align: center;
    }
    .new-com-details-page {
        padding: 0 10px;
    }
    .new-header {
        display: none;
    }
    .Parameter {
        padding: 0 10px;
    }
}

@media screen and (max-width: 450px) {
    #product-swiper {
        height: 6.5rem;
    }
    .com-product-fill h5 {
        width: 0.7rem;
    }
    .com-product-fill .QA-answer p {
        width: 7rem;
    }
    .com-product-fill p {
        width: 7rem;
    }
    .com-product-fill {
        height: 100%;
    }
}