.page {
    background-color: #FFFFFF;
}
.com-content{ max-width: 1400px!important }
.footer .top{ max-width: 1400px!important }
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: 25px;
    background-color: #ffffff;
}

.com-content {
    margin: 0 auto;
}

.ws-product-detail-bcb .breadcrumb {
    background-color: #ffffff;
}

.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;
}


/* 面包屑结束 */


/*最外层宽度限制1400px*/
.new-com-detail {
    margin: 0 auto;
    width: 1400px;
    max-width: 1400px;
    height: auto;
    color: #292929;
    /*padding: 0px 20px;*/
	padding-bottom: 40px;
}


/* 主要特征 */

.com-product-details {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
}


/* 轮播图 */

.com-product-preview {
    width: 600px;
    height: 630px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 60px;
}

#product-swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 480px;
    background-color: #fff;
    --swiper-theme-color: #292929;
    cursor: url(../../RJ-img/base/fangda.png), auto;
}

#product-swiper img {
    width: 480px;
    height: auto;
}

.active-border {
    border: 1px solid #da0030;
}

#proudct-thumbs {
    width: 360px;
    height: 48px;
    cursor: pointer;
}

#proudct-thumbs .swiper-slide {
    background-color: #f7f7f7;
    width: 48px !important;
    height: 48px;
}

.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 !important;
    height: 30px;
    background: url(../../RJ-img/base/next.svg) no-repeat;
}

.swiper-button-prev {
    z-index: 1;
    top: 60% !important;
    width: 30px !important;
    height: 30px;
    background: url(../../RJ-img/base/prev.svg) no-repeat;
}


/* 轮播遮罩 */

#big-swiper {
    background-color: #ffffff;
    left: 0;
    top: 0;
}

.zoom-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 9999999;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}


/* 产品介绍视频 */

.com-product-introduction {
    width: 480px;
    height: 560px;
    display: none;
}

.com-product-introduction-video video {
    width: 480px;
    height: 560px;
}


/* 产品3D介绍 */

.com-product-3D {
    width: 480px;
    height: 560px;
    display: none;
}


/* 3D加载进度条*/

#myProgress {
    left: 20%!important;
    top: 40%!important;
}


/* 商品展示模式按钮 */

.com-product-display {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 290px;
    height: 34px;
}

.com-product-display-btn {
    width: 84px;
    height: 32px;
    border-radius: 16px;
    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: 700px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.com-product-info-headline {
    width: 100%;
    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: #292929;
}

.com-product-info p {
    font-size: 14px;
    color: #7d7d7d;
}

.com-product-info-select {
    margin-top: 16px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.com-product-info-choose-btn {
    margin-top: 7px;
    width: 680px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-product-info-choose-btn li {
    width: 320px;
    height: 70px;
    margin: 12px 12px 0px 0px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

.com-product-info-choose-btn li a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 66px;
}

.com-product-info-choose-btn li img {
    margin-left: 10px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.com-product-info-choose-btn li:nth-child(1),
.com-product-info-choose-btn li:nth-child(2) {
    margin-top: 0px;
}

.com-product-info-choose-btn h5 {
    color: #292929;
    font-weight: bold;
    font-size: 16px;
}

.choosed {
    transition: all 0.3s ease-in-out;
    border: 1px solid #D3383C !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: 21px;
    width: 680px;
    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: 14px;
    color: #292929;
    line-height: 24px;
    list-style: disc;
}

.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 {
    display: inline-block;
    margin-top: 40px;
    width: 150px;
    height: 44px;
    background-color: #da0030;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
}

.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 {
    margin-top: 36px;
    width: 1400px;
    height: 54px;
    border-bottom: 1px solid #D5D5D5;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
}

.new-com-content-nav ul {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-com-content-nav ul li {
    height: 47px;
    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: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.font-selected {
    color: #000000 !important;
}

.new-com-content-nav ul li:nth-child(1) {
    border-bottom: 5px solid #D2373B;
}


/*主要参数*/

.Parameter {
    margin-top: 52px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.TopTitle {
    width: 100%;
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.TopTitle h2 {
    color: #385075;
}

.parameter {
    display: flex;
    flex-direction: row;
}

.parameter2 {
    margin-left: 4px;
}

.databox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 226px;
    height: 56px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.td {
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 468px;
    height: 56px;
    font-size: 14px;
    text-align: center;
}

.odd {
    background-color: #F7F9FA;
}

.even {
    background-color: #fff;
}


/* 产品特征 */

.new-com-details-page {
    width: 100%;
    height: auto;
}


/*参数对比*/

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    top: 60%;
    z-index: 1;
    width: 30px !important;
    height: 30px;
    background: url(../../RJ-img/base/next.svg) no-repeat;
}

.swiper-button-prev {
    z-index: 1;
    top: 60%;
    width: 30px !important;
    height: 30px;
    background: url(../../RJ-img/base/prev.svg) no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.n-params-compare {
    display: flex;
}

.n-params-compare .bodyDiv {
    height: 60px;
    border-bottom: 1px #D5D5D5 solid;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.n-head-type {
    height: 157px;
    border-bottom: 1px #D5D5D5 solid;
    font-size: 14px;
    font-weight: bold;
}

.n-params-name-col {
    width: 160px;
    font-size: 14px;
    font-weight: bold;
}

.n-compare-product {
    width: 280px
}

.n-compare-product .n-compare-product {
    width: 230px
}

#params-swiper {
    width: 1040px
}

.params-swiper-button-prev,
.params-swiper-button-next {
    top: 80px!important
}

.detail-compare {
    text-align: center;
}

.compareTable {
    display: none;
}

.compare-title h2 {
    color: #385075;
    line-height: 36px;
    margin-bottom: 25px;
}

.compare-content table {
    width: 100%;
    text-align: center;
}

.compare-content table thead tr {
    position: sticky;
    top: 126px;
    background: #FFFFFF;
}

.compare-content table th {
    border-bottom: 1px #D5D5D5 solid!important;
    /* padding-bottom: 48px; */
    font-size: 14px;
    font-weight: bold;
    color: #292929;
}

.compare-content table tr td:first-child {
    font-weight: bold;
}

.compare-content table td {
    border-bottom: 1px #D5D5D5 solid!important;
    height: 60px;
    color: #292929;
    font-size: 14px;
}

.selected-product {
    background-color: #F7F9FA;
}

.selected-line {
    background-color: #DA0030;
    height: 4px;
    width: 40%;
    margin-left: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.unselected-line {
    height: 4px;
    width: 40%;
    margin-left: 30%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px !important;
}


/* 应用搭配 */

.com-product-item {
    margin-top: 48px;
    width: 100%;
    /* min-height: 200px; */
}

.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-experience-video-main {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.experience-video {
    border: 1px solid #EBEBEB;
    width: 330px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 0px 10px;
}

.experience-video-perview {
    cursor: pointer;
    position: relative;
    width: 330px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-video-perview img {
    width: 325px;
    max-height: 160px;
}

.experience-video-describe {
    width: 100%;
    height: 70px;
    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(../../RJ-img/base/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;
    height: 32px;
}

.video-view {
    margin-left: 10px;
    margin-top:4px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.video-view,
.video-date {
    font-weight: normal;
    font-size: 12px;
    color: #7D7D7D;
}

/*客户评价*/
.com-evaluate-list{
    margin-top: 24px;
}
.com-evaluate{
    display: flex;
    min-height: 180px;
    align-items: center;
}
.com-evaluate-1{
    text-align: center;
    width: 300px;
}
.com-evaluate-2{
    text-align: left;
    width: 800px;
}
.com-evaluate-3{
    text-align: center;
    width: 300px;
}
.com-evaluate-3-m{
    display: none;
}
.com-evaluate-bg{
    background: #F7F9FA;
}
.com-evaluate-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}
.com-evaluate-date{
    font-size: 14px;
    line-height: 150%;
    color: #7D7D7D;
    margin-top:14px;
}
.com-evaluate-content{
    font-size: 14px;
    line-height: 150%;
    color: #292929;
    margin-top: 10px;
}
.com-evalute-source{
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #7D7D7D;
    margin-top: 27px;
    margin-bottom: 10px;
}
.com-evaluate-hover{
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com-evaluate-hover:hover{
    cursor: pointer;
}
.com-evaluate-hover::after{
    display: inline-block;
    height: 20px;
    width: 20px;
    content: "";
    background: url(../../RJ-img/base/praise.png) no-repeat center bottom;
    margin-left: 6px;
    margin-top: -2px;
}

.com-evaluate-hover-on::after{
    background: url(../../RJ-img/base/praise.png) no-repeat center top;
}
.com-evaluate-more{
    margin: 24px;
    font-size: 14px;
    line-height: 16px;
    color: #01A0E8;
}
.com-evaluate-more:hover{
    cursor: pointer;
}


.com-btn-white{
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    width: 112px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    color: #292929;
    text-align: center;
}
.com-btn-white:hover{
    cursor: pointer;
}
.com-evaluate-btn{
    margin-left: calc((100% - 114px) / 2);
}
.com-evaluate-hide{
    display: none;
}


/*常见问题*/

.auto {
    height: auto!important;
}

.com-product-QA-main {
    margin-top: 14px;
    height: auto;
    width: 1400px;
}

.com-product-ask {
    width: 1005px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.com-product-ask-more {
    display: none;
}

.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;
}

.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;
}
.qa-btn-list{
    display: flex;
    justify-content: center;
}
.com-qa-btn2{
    margin-left: 13px;
}
.advisory-item-hide{
    display: none;
}

/*解决方案*/
.com-solution-list{
    display: flex;
    padding: 0px 6px;
    flex-wrap: wrap;
}
.com-solution-card{
    display: flex;
    width: 665px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 24px;
}
.com-solution-card img{
    margin:41px 27px 60px 27px;
}
.com-solution-tag{
    font-size: 10px;
    line-height: 150%;
    color: #385075;
    margin-top: 41px;
    margin-bottom: 7px;
    background: rgba(116,146,185, 0.2);
    border: 1px solid rgba(116,146,185, 0.2);
    border-radius: 2px;
    width: 120px;
    text-align: center;
}
.com-solution-title{
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
}
.com-solution-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 17px;
    width: 90%;
}
.com-solution-btn{
    width: 120px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
    color: #292929;
}
.com-solution-card:nth-child(2){
    margin-left: 16px;
}


/*产品文档*/

.com-product-document {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-bottom: 160px;
    flex-direction: row;
    flex-wrap: wrap;
}
.com-product-document div {
    width: 95% !important;
    margin-top: 8px;
    /* margin-left: calc(2.5% - 1px); */
}

.com-product-document a {
    height: 44px;
    background-color: #Fff;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 10px 10px 0 0;
    float: left;
    width: 30%;
}

.com-product-document a img {
    height: 16px;
    width: 16px;
    margin-left: 8px;
}

.com-product-document a h5 {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.com-product-classify {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.com-product-classify div {
    font-size: 12px;
    color: #7d7d7d;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    margin-right: 12px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 4px;
}

.doc-selected {
    color: #ffffff!important;
    background-color: #DA0030!important;
}


/*常见问题  -- new*/
.advisory-list {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.filter-list {
    overflow: hidden;
    clear: both;
    margin-left: -12px;
    margin-top: 50px;
}

.advisory-list .advisory-tip {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 20px auto 20px auto;
}

.advisory-list .advisory-tip .red,
.advisory-list .advisory-item .item-answer p .red {
    color: #e10032;
    text-decoration: underline;
}

.item-answer p {
    font-weight: normal!important;
    font-size: 14px;
}

.filter-list .filter-item.filter-on {
    color: #fff;
    background: #e10032;
}

.filter-list .filter-item {
    float: left;
    margin-left: 12px;
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 20px;
    background: #efefef;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    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 .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(../../RJ-img/base/praise.png) no-repeat center bottom;
    top: 2px;
}

.advisory-list .item-evaluate.evaluate-on:after {
    background: url(../../RJ-img/base/praise.png) no-repeat center top;
}


/*白色背景modal，全屏放大3D*/

.white-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: none;
}

.n-show-big {
    position: relative;
    top: 85%;
    left: 85%;
    cursor: pointer;
    height: 30px;
    width: 30px
}

.n-close-modal {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 9999999;
}

.n-modal-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


/*配件页使用*/


/* 适配产品系列 */

.new-com-adapter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 88px 0 auto;
}

.new-com-adapter p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}


/* 适配产品表格 */

.adapter-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.5px solid #D5D5D5;
    width: 100%;
}

.adapter-ul li {
    padding: 12px 0;
}

.adapter-ul:nth-child(1) {
    border-top: 0.5px solid #D5D5D5;
}

.adapter-li-1 {
    margin-left: 450px;
    width: 300px
}

.adapter-li-2 {
    margin-left: 100px;
    width: 500px
}

.new-com-adapter-table {
    margin: 48px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.new-com-adapter h2 {
    color: #385075;
}


/* 产品概述 */

.new-com-overview {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
}

.new-com-overview h2 {
    color: #385075;
}

.new-com-overview p {
    line-height: 32px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}


/* 技术参数以及订购信息表格 */

.myStyle table td,
.myStyle table th {
    padding: 14px 8px!important;
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    .com-content{ max-width: 1200px!important }
    .footer .top{ max-width: 1200px!important }
    .new-com-detail {
        width: 1200px!important;
        max-width: 1200px;
    }
    .com-product-preview {
        width: 580px;
        margin-right: 20px;
    }
    .com-product-info {
        width: 580px;
    }
    .com-product-info-select {
        width: 275px;
    }
    .com-product-info-choose-btn {
        width: 580px;
    }
    .com-product-info-choose-btn li {
        width: 275px;
    }
    .selling-point {
        width: 576px;
    }
    .new-com-content-nav {
        width: 1200px;
    }
    .th { width: 176px;
    }
    .td { width: 418px;
    }
    .experience-video {
        width: 291px;
        margin: 7px 7px 0px 0px;
    }
    .experience-video-perview {
        width: 291px;
    }
    .experience-video-perview img {
        max-width: 285px;
    }
    .com-product-QA-main {
        width: 1200px;
    }
    .adapter-li-1 {
        margin-left: 300px;
    }
    .new-com-overview {
        width: 80%;
    }
    .com-solution-card{
        width: 584px;
    }
    .com-solution-btn{
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 750px) {
    .com-product-document a {
        width: 90%;
        height: auto;
        padding: 10px 0;
    }
    .com-product-item{
        margin-top: 1.5rem;
        /*padding: 0 20px;*/
        line-height: 24px;
    }
    .advisory-list{
        padding: 0px 20px;
    }

    .advisory-list .advisory-tip {
        margin: 0px auto 0px auto;
    }
    .filter-list{
        margin-top: 1.5625rem;
    }
    .advisory-list .advisory-item{
        padding: .75rem 0;
    }
    /*产品适配*/
    .adapter-li-1,
    .adapter-li-2 {
        width: 23.4375rem;
        margin-left: 0;
        padding-left: 40px!important
    }
    .adapter-li-2 {
        border-top: 0.5px solid #D5D5D5;
    }
    .new-com-overview h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    /*产品适配结束*/
    .n-show-big {
        display: none;
    }
    /* 轮播图 */
    #thums {
        width: 23.4375rem;
        display: none;
    }
    #proudct-thumbs,
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    #product-swiper img {
        width: 15rem;
        height: 15rem;
    }
    /*参数对比*/
    .n-params-compare {
        display: none;
    }
    .compare-title h1 {
        font-size: 1rem;
        line-height: 1.5rem;
        height: 100%;
        width: 100%;
    }
    .compareTable {
        display: block;
    }
    .compare-content table thead tr {
        position: static;
        top: 128px;
        z-index: 99;
        background: rgba(255, 255, 255, 0);
    }
    .compare-content table th img {
        width: 76px!important;
        height: 46px!important;
        margin-bottom: 10px!important;
    }
    .selected-line {
        margin-bottom: 0.609375rem;
    }
    .unselected-line {
        margin-bottom: 0.609375rem;
    }
    .compare-content table th {
        font-size: 0.75rem;
    }
    .compare-content table td {
        font-size: 0.75rem;
        height: 1.875rem;
    }
    /*参数对比结束*/
    .com-product-info-choose-btn li a {
        height: 3.1171875rem
    }
    .new-com-detail {
        width: 23.4375rem;
        padding: 0px 0px;
    }
    .new-com-content-nav {
        /*display: none;*/
        width: 100%;
    }
    .com-product-details {
        height: 100%;
    }
    .com-product-preview {
        width: 19.921875rem;
        height: 21.5rem;
        margin-left: 1.734375rem;
    }
    .com-product-info {
        width: 21.09375rem;
        height: 100%;
        margin-left: 1.0546875rem;
    }
    .com-product-info-headline {
        width: 21.09375rem;
    }
    .com-product-info-describe {
        width: 20.6953125rem;
    }
    .new-com-detail h2 {
        font-size: 1.3125rem;
    }
    .com-product-info p {
        font-size: 0.8671875rem;
    }
    .com-product-info-select {
        margin-top: 1.734375rem;
        width:21.09375rem;
    }
    .com-product-info-choose-btn {
        width:21.09375rem;
        height: auto;
    }
    .com-product-info-choose-btn li {
        width: 21.09375rem;
        height: 3.1171875rem;
        margin-right: 0px;
    }
    .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: 1.03125rem;
        line-height: 1.3359375rem;
    }
    .com-product-info-choose-btn li img {
        width: 2.578125rem;
        height: 2.578125rem;
    }
    .selling-point {
        margin-top: 1.96875rem;
        width: 21.09375rem;
        height: 100%;
    }
    .selling-point ul {
        margin-top: 0.5625rem;
    }
    .selling-point li {
        font-size: 1.03125rem;
        line-height: 1.546875rem;
    }
    .TopTitle {
        margin-right: 9.6796875rem;
    }
    .TopTitle h2 {
        font-size: 1.03125rem;
        line-height: 1.546875rem;
    }
    .Parameter {
        max-width: 23.4375rem;
    }
    .com-product-info-select p {
        font-size: 0.7734375rem;
    }
    .com-product-info-choose-btn {
        margin-top: 0.609375rem;
    }
    .com-product-fill h5,
    .com-product-fill h3 {
        font-size: 0.4921875rem;
    }
    .com-product-fill p {
        font-size: 0.4921875rem;
        width: 18.75rem;
    }
    .com-product-document {
        display: inline-block;
        width: 23.4375rem;
        padding-bottom: 4.9921875rem;
    }
    .com-product-document div {
        width: 95% !important;
        margin-top: 8px;
        margin-left: calc(2.5% - 1px);
    }
    .com-product-document-main-top {
        margin-top: 0px!important;
    }
    .com-product-document-main-top1 {
        margin-top: -10px !important;
    }
    .com-product-classify {
        margin: 1rem auto .5rem auto;
        width: 95%;
        padding-bottom: 1rem;
    }
    .com-product-classify div {
        font-size: .75rem;
        width: 9.375rem;
        margin-right: .5rem;
        height: 1.875rem;
        line-height: 1.875rem;
    }
    .com-product-QA-more {
        width: 10.1484375rem;
    }
    .com-product-QA-more h4 {
        font-size: 0.609375rem;
    }
    .com-product-experience-video-head h4 {
        font-size: 0.75rem;
    }
    .com-product-QA-head h4 {
        font-size: 0.75rem;
    }
    .com-product-document-head h4 {
        font-size: 0.75rem;
    }
    .com-product-experience-video-head a {
        margin-right: 0.609375rem;
    }
    .img-small {
        width: 15.796875rem;
        height: 12.4921875rem;
    }
    #product-swiper {
        width: 22.40625rem;
        height: 16.40625rem;
        text-align: center;
    }
    .com-product-introduction {
        width: 16.406257rem;
        height: 16.40625rem;
    }
    .com-product-introduction-video video {
        width: 16.40625rem;
        height: 16.40625rem;
    }
    .com-product-3D {
        width: 16.406257rem;
        height: 16.406257rem;
    }
    .com-product-3D canvas {
        width: 16.406257rem!important;
        height: 16.40625rem!important;
    }
    #myProgress {
        left: 20%!important;
        top: 40%!important;
    }
    .parameter {
        flex-direction: column;
    }
    .parameter2 {
        margin-left: 0;
    }
    .databox {
        max-width: 23.4375rem;
        width: 100%;
        flex-wrap: wrap;
    }
    .th {
        width: 28.5%;
        font-size: 0.609375rem;
        font-weight: 700;
    }
    .td {
        width: 70%;
        font-size: 0.5625rem;
    }
    .com-product-QA-main {
        width: 100%;
    }
    .com-product-ask {
        width: 100%;
    }
    .com-product-fill h5 {
        width: 1.546875rem;
    }
    .com-product-fill .QA-answer p {
        width: 18.75rem;
    }
    .subtitle-font {
        font-size: 1.03125rem !important;
    }
    .com-product-experience-video-main {
        height: auto;
        display: block;
        text-align: center;
    }
    .experience-video {
        display: inline-block;
        margin: 0.312421875rem;
    }
    /*客户评价*/
    .com-evaluate{
        display: block;
    }
    .com-evaluate-1{
        text-align: left;
        width: 100%;
    }
    .com-evaluate-title{
        font-size: .875rem;
        padding: 1.125rem 0px .1875rem .75rem;
    }
    .com-evaluate-date{
        font-size: .6875rem;
        padding: 0rem 0px .75rem .75rem;
        margin-top:0px
    }
    .com-evaluate-2{
        width: 100%;
    }
    .com-evaluate-content{
        margin-top:0px;
        padding: 0rem .75rem;
        font-size: .75rem;
    }
    .com-evalute-source{
        margin-top:.375rem;
        font-size: .625rem;
        margin-left: .75rem;
        margin-bottom: 1.125rem;
    }
    .com-evaluate-3{
        width: 100%;
        display: none;
    }
    .com-evaluate-3-m{
        display: block;
        position: absolute;
        margin-top: 1.2rem;
        margin-left: 20.5rem;
    }
    .com-evaluate-hide{
        display: none;
    }
    .com-evaluate-more{
        margin: .75rem;
        font-size: .75rem;
    }
    .com-solution-list{
        margin-top: .75rem;
        padding: 0px 0px;
    }
    .com-solution-card:nth-child(2){
        margin-left: 0px;
        margin: .75rem .75rem 0rem .75rem;
    }
    .com-solution-card{
        margin: .75rem .75rem 0rem .75rem;
        width: 21.9375rem;
        flex-wrap: wrap;
    }
    .com-solution-card img {
        margin: 1.125rem .75rem .75rem .75rem;
        width: 100%;
    }
    .com-solution-tag{
        font-size: .6875rem;
        margin-top: .2rem;
        margin-bottom: 1rem;
        margin-left: .75rem;
        width: 8rem;
    }
    .com-solution-title{
        margin-left: .75rem;
        width: 21.9375rem;
        font-size: .875rem;
        margin-bottom: .375rem;
        width: 20.4375rem;
    }
    .com-solution-desc{
        margin-bottom: .75rem;
        font-size: .75rem;
        margin-left: .75rem;
        margin-right: .75rem;
        width: 20.4375rem;
    }
    .com-solution-btn{
        width: 8rem;
        height: 1.625rem;
        line-height: 1.625rem;
        font-size: .75rem;
        margin-bottom: 1.125rem;
        margin-left: 6.96875rem;
    }
    .com-solution-content{
        width:21.9375rem;
    }
}

@media screen and (max-width: 450px) {
    .com-product-document a {
        width: 90%;
        height: auto;
        padding: 10px 0;
    }
    .com-product-fill h5 {
        width: 1.640625rem;
    }
    .com-product-fill .QA-answer p {
        width: 16.40625rem;
    }
    .com-product-fill p {
        width: 16.40625rem;
    }
    .com-product-fill {
        height: 100%;
    }
}
	.com-evaluate-bg:nth-child(2n){
		background: #fff !important;
	}