.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 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;
    height: auto;
    color: #292929;
    padding-bottom: 40px;
}


/* 主要特征 */

.com-product-details {
    width: 1400px;
    margin: 0 auto;
    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(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/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(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/base/next.svg) no-repeat;
}

.swiper-button-prev {
    z-index: 1;
    top: 60% !important;
    width: 30px !important;
    height: 30px;
    background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/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: center;
    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 h3 {
    font-size: 16px;
    font-weight: 700;
}

.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;
}


/* 导航栏-新 */

.nav-show {
    display: none;
}

.new-com-content-nav {
    margin: 36px auto 0 auto;
    width: 1400px;
    height: 54px;
    border-bottom: 1px solid #D5D5D5;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
}

.new-com-content-nav .nav-selected {
    border-bottom: 5px solid #D2373B;
}

.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;
    padding: 0 20px;
}

.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;
}

.ys_phnav_header {
    transition: top 0.3s ease-in-out;
}

.com-product-info {
    padding-bottom: 20px;
}


/*主要参数*/

.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(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/base/next.svg) no-repeat;
}

.swiper-button-prev {
    z-index: 1;
    top: 60%;
    width: 30px !important;
    height: 30px;
    background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/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 {
    width: 1400px;
    margin: 48px auto 0px auto;
}

.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;
}

.n-match-container {
    text-align: center;
}

.n-match-open,
.n-match-close {
    display: none;
}


/*视频清单*/

.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:hover::after {
    display: block;
}

.experience-video-describe h5 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #292929;
    font-weight: 700;
}

.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;
}

.video-mask {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.video-mask img {
    width: 50px;
}

.n-video-tag {
    display: none;
}

#videoScrollbar {
    position: relative;
    margin-top: 24px;
}


/*客户评价*/

.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 .item-evaluate::after {
    display: inline-block;
    height: 20px;
    width: 20px;
    content: "";
    background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/base/praise.png) no-repeat center bottom;
    margin-top: -2px;
}

.com-evaluate-hover-on::after {
    background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/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;
}


/*常见问题*/
.new-com-content-nav ul .faqtoggle {
    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-document h6 {
    display: none;
}

.com-product-classify {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    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;
}

.doc-btn {
    display: none;
}

.pc_desc {
    padding: 0 20px;
}

.pc_desc,
.info_data,
.order_data {
    width: 1400px;
    margin: 24px auto;
}


/*常见问题  -- new*/

.advisory-list {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    padding: 0 20px;
}

.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 {
    display: flex;
    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-question:after,
.advisory-list .advisory-item .item-answer:after {
    position: absolute;
    content: "Q";
    color: #efefef;
    font-weight: bold;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #da0030;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
}


/* .advisory-list .advisory-item .item-answer:after {
    content: "A: ";
} */

.advisory-list .advisory-item .item-answer:after {
    background-color: #888888;
    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(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/base/praise.png) no-repeat center bottom;
    top: 2px;
}

.advisory-list .item-evaluate.evaluate-on:after {
    background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/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;
}


/* 技术参数以及订购信息表格 */

#new-info-data {
    display: none;
}

.myStyle table td,
.myStyle table th {
    padding: 14px 8px !important;
}

.quick-link {
    display: none;
}

.full-video {
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    width: 100vw;
    height: 100vh;
    z-index: 22;
}

.full-video div {
    width: 60%;
    text-align: right;
}

.video-btn {
    cursor: pointer;
}

.parameter-more-btn {
    display: none;
}

.simple-parameter {
    display: none;
}
@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;
    }
    .pc_desc,
    .pc_desc,
    .info_data,
    .order_data {
        width: 1200px;
    }
    .com-product-item {
        width: 1200px;
    }
    .com-product-details {
        width: 1200px;
    }
}

@media screen and (max-width: 750px) {
    .com-product-document a {
        background: #F7F8FB;
        border: none;
        border-radius: 8px;
        width: 90%;
        height: auto;
        padding: 10px 0;
    }
    .com-product-item {
        line-height: 24px;
        width: 100%;
        margin-top: 60px;
    }
    .advisory-list {
        padding: 0px 20px;
    }
    .advisory-list .advisory-tip {
        margin: 0px auto 0px auto;
    }
    .filter-list {
        margin-top: 1.5625rem;
    }
    .advisory-list .advisory-item {
		display: block !important;
        padding: 8px 0 12px 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: 100%;
        height: unset;
        max-width: 400px;
    }
    .perview-list {
        width: 100%;
        height: 448px;
    }
    /*参数对比*/
    .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: unset;
        align-items: flex-start;
    }
    .new-com-detail {
        width: 100%;
        padding: 0px 0px 24px 0;
    }
    .new-com-content-nav {
        /*display: none;*/
        width: 100%;
    }
    .com-product-details {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    .com-product-preview {
        margin-top: 24px;
        width: 100%;
        margin-right: 0;
        height: unset;
    }
    .com-product-info {
        width: 100%;
        height: 100%;
        padding: 0 20px 28px 20px;
    }
    .com-product-info-headline {
        margin-top: 28px;
        width: 100%;
    }
    .com-product-info-describe {
        margin-top: 18px;
        width: 100%;
    }
    .com-product-display {
        margin-top: 28px;
        width: unset!important;
        height: unset;
        justify-content: center;
        background: #F7F8FB;
        border-radius: 16px;
    }
    .com-product-display-btn svg {
        display: none;
    }
    .selected-bgc {
        background: #01A0E8!important;
    }
    .com-product-display-btn {
        width: unset;
        display: inline-block;
        padding: 8px 25px;
        height: unset;
    }
    .com-product-display-btn div {
        line-height: unset;
        color: #292929;
    }
    .com-product-info .com-product-info-describe p {
        font-size: 12px;
        color: #7D7D7D;
    }
    .com-product-info-select {
        width: 100%;
        margin-top: 28px;
    }
    .com-product-info-select p {
        font-size: 12px;
    }
    .com-product-info-choose-btn {
        margin-top: 8px;
        width: 100%;
        height: auto;
    }
    .com-product-info-choose-btn li {
        width: 100%;
        min-height: 64px;
        margin-right: 0px;
        height: unset;
        padding: 12px 12px 12px 16px;
        margin-top: 8px;
    }
    .com-product-info-choose-btn li:nth-child(1) {
        margin-top: 0px;
    }
    .com-product-info-choose-btn li:nth-child(2) {
        margin-top: 8px;
    }
    .com-product-info-choose-btn li h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .com-product-info-choose-btn h5 {
        font-size: 1.03125rem;
        line-height: 1.3359375rem;
    }
    .com-product-info-choose-btn li img {
        width: 40px;
        height: unset;
        margin-left: 0;
        margin-right: 16px;
    }
    .selling-point {
        margin-top: 28px;
        width: 100%;
        height: unset;
    }
    .selling-point .subtitle-font {
        font-size: 12px;
    }
    .selling-point ul {
        margin-top: 8px;
        margin-left: 18px;
    }
    .selling-point li {
        font-size: 12px;
        line-height: 180%;
        color: #383838;
    }
    .quick-link {
        margin-top: 28px;
        display: flex;
    }
    .quick-link div {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        text-decoration-line: underline;
        color: #01A0E8;
        margin-right: 10px;
    }
    .quick-link div:last-child {
        margin-right: 0;
    }
    .quick-link div img {
        width: 17px;
        margin-right: 4px;
    }
    .com-product-item .com-product-item-head {
        height: unset;
        background-color: unset;
        border-bottom: unset;
        justify-content: center;
    }
    .com-product-item .com-product-item-head h4 {
        font-size: 20px;
        color: #385075;
        font-weight: 700;
        text-align: center;
        margin-left: 0;
    }
    .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: 12px;
        margin-top: 4px;
    }
    .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 {
        margin-top: 32px;
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
    }
    .com-product-document div {
        width: 100% !important;
        margin-top: 0;
        margin-left: 0;
    }
    .com-product-document-main-top {
        margin-top: 0px !important;
    }
    .com-product-document-main-top1 {
        margin-top: -10px !important;
    }
    .com-product-classify {
        display: none;
    }
    .com-product-classify div {
        font-size: .75rem;
        width: 9.375rem;
        margin: 0.5rem 0.5rem 0 0;
        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: 100%;
        height: unset;
        text-align: center;
        padding-bottom: 48px;
    }
    #product-swiper .swiper-pagination {
        bottom: 0;
    }
    #product-swiper .swiper-pagination-bullet {
        opacity: 1;
        background: #D9D9D9;
    }
    #product-swiper .swiper-pagination-bullet-active {
        background: #01A0E8;
    }
    .com-product-introduction {
        width: 100%;
        height: 448px;
        justify-content: center;
        align-items: center;
        background-color: #000000;
    }
    .com-product-introduction-video {
        text-align: center;
    }
    .com-product-introduction-video video {
        width: 100%;
        height: unset;
        max-width: 480px;
    }
    .com-product-3D {
        width: 100%;
        height: 448px;
    }
    .com-product-3D canvas {
        width: 100% !important;
        height: unset !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 {
        margin-top: 40px;
        width: 100%;
    }
    .com-product-ask {
        width: 100%;
    }
    .com-product-fill h5 {
        width: 1.546875rem;
    }
    .com-product-fill .QA-answer p {
        width: 18.75rem;
    }
    .com-product-experience-video-main {
        margin-top: 28px;
        height: auto;
        display: block;
        text-align: center;
    }
    .experience-video {
        border: none;
        display: inline-block;
        margin: unset;
        width: 100%;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        height: unset;
    }
    .experience-video-perview {
        width: 100%;
        height: unset;
    }
    .experience-video-perview img {
        width: 100%;
        max-height: unset;
        border-radius: 12px 12px 0 0;
    }
    .video-mask img {
        width: 50px;
    }
    #videoSwiper {
        padding-left: 20px;
    }
    #videoScrollbar {
        margin-top: 16px;
        height: 6px;
        position: relative;
        background-color: #FFFFFF;
        z-index: 5;
    }
    #videoScrollbar .swiper-scrollbar-drag {
        background: #D9D9D9;
    }
    .experience-video-describe h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin: 10px 0 0 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
        color: #383838;
        height: unset;
        text-align: left;
    }
    .experience-video-describe h6 {
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
        color: #383838;
        height: unset;
        text-align: left;
    }
    .experience-video-describe {
        padding: 0 8px 12px 10px;
        height: 120px;
        background-color: #F7F8FB;
    }
    .n-video-tag {
        display: block;
        padding: 2px 8px;
        font-size: 12px;
        color: #385075;
        background: #BBD3E9;
        border-radius: 4px;
        margin: 8px 0 0 0;
    }
    /* 技术参数 */
    .simple-parameter {
		display:block;
        max-width: 100%;
        margin-top: 40px;
        padding: 0 20px;
        text-align: center;
    }
    .simple-parameter table {
        width: 100%!important;
    }
    .parameter-more-btn {
        margin-top: 16px;
        display: inline-block;
        padding: 8px 24px;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        background: #01A0E8;
        border-radius: 2px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    /*客户评价*/
    .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;
    }
    /* 移动端导航栏改版 */
    .new-com-content-nav-container {
        width: 100%;
        padding: 0 24px;
        background-color: #ffffff;
        box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.05);
        border-top: 1px solid #e5e5e5;
        transition: top 0.6s ease-in-out;
        margin-top: -48px;
    }
    .new-com-content-nav {
        border-bottom: none;
        height: unset;
    }
    .new-com-content-nav ul {
        height: unset;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-show {
        padding-top: 12px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
    }
    .nav-show div:nth-child(1) {
        display: flex;
        align-items: center;
    }
    .n-quotes {
        width: 80px;
        height: 28px;
        font-size: 14px;
        color: #ffffff;
        background: #E60039;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-com-content-nav {
        margin-top: 0px;
        border-top: 1px solid #e5e5e5;
    }
    .nav-show h4 {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .quotes-2 {
        display: none;
    }
    .topAni {
        animation: topAni 0.3s ease-in-out forwards;
    }
    @keyframes topAni {
        0% {
            top: 0px;
        }
        100% {
            top: 60px;
        }
    }
    /* 新导航栏 */
    .new-com-content-nav {
        display: none;
    }
    .new-com-content-nav .nav-selected {
        border-bottom: none;
    }
    .new-com-content-nav ul .font-selected {
        color: #DA0030!important;
    }
    .new-com-content-nav ul li {
        height: unset;
        margin: 12px 0;
        border-bottom: none;
        padding: 0;
        width: 100%;
        justify-content: start;
        color: #292929;
    }
    .new-com-content-nav ul li:last-child {
        margin-bottom: 24px;
    }
    .new-com-content-nav ul div {
        color: #292929;
        font-size: 14px;
        font-weight: 400;
        height: unset;
        line-height: unset;
        text-align: center;
    }
    .new-com-detail {
        transform: unset!important;
    }
    /* 产品文档 */
    .com-product-document-main {
        width: 100%;
        padding: 0 20px;
    }
    .com-product-document a {
        position: relative;
        margin: 8px 0 0 0;
        width: 100%;
        padding: 8px 0 8px 14px;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
    }
    .com-product-document a img {
        display: none;
    }
    .com-product-document a h5 {
        font-weight: 400;
        font-size: 12px;
        line-height: 180%;
        color: #383838;
        margin: 8px 0 0 0;
        max-width: 75%;
    }
    .com-product-document a h6 {
        display: inline-block;
        padding: 4px 8px;
        font-weight: 400;
        font-size: 12px;
        color: #385075;
        background: #BBD3E9;
        border-radius: 4px;
    }
    .com-product-document a::after {
        content: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/product/doc-link.svg);
        display: block;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
    }
    .doc-btn {
        margin: 22px auto 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 30px;
        color: #ffffff;
        background: #01A0E8;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
    }
    /* 常见问题 */
    .advisory-tip,
    .filter-list,
    .user-item,
    .com-faq-more {
        display: none;
    }
    .item-evaluate {
        display: none!important;
    }
    .advisory-list .advisory-item .item-answer:after {
        display: none;
    }
    .advisory-list .advisory-item .item-question,
    .advisory-list .advisory-item .item-answer {
        font-weight: 400;
        font-size: 14px;
        line-height: unset;
        color: #383838;
        padding: 0!important;
    }
    .advisory-list .advisory-item .item-question {
        line-height: 150%;
        padding-right: 15%;
    }
    .advisory-list .advisory-item .item-question::before {
        content: "Q：";
    }
    .advisory-list .advisory-item .item-answer p::before {
        display: none;
    }
	.advisory-list .advisory-item .item-answer p {
        display: inline;
    }
    .advisory-list .advisory-item .item-answer {
        display: none;
        margin-top: 8px;
    }
    .item-answer p {
        line-height: 180%;
        color: #7D7D7D;
    }
	.item-answer li,
    .item-answer p {
        color: #7D7D7D!important;
        font-size: 14px!important;
    }
    .advisory-list .advisory-item .item-question .flexWidth {
        width: 100%;
        padding-right: 4%;
    }
    .advisory-list .advisory-item .item-answer .flexWidth {
        width: 100%;
        display: inline-block;
        line-height: 180%;
		word-break: break-word;
    }
    .advisory-list .advisory-item .item-answer .flexWidth::before {
        content: "A：";
        display: inline;
        color: #7d7d7d;
    }
    .advisory-list .advisory-item .item-answer .flexWidth div,
    .advisory-list .advisory-item .item-answer .flexWidth span {
        color: #7D7D7D!important;
        font-size: 14px!important;
        display: inline;
    }
    .com-product-QA-main .advisory-list .advisory-item .item-question:after {
        content: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/RJ-img/product/qa-down.svg);
        width: 8px;
        height: 4px;
        background-size: cover;
        background-repeat: no-repeat;
        line-height: unset;
        border-radius: unset;
        background-color: unset;
        left: unset;
        right: 0;
        top: 18px;
        transform: rotate(180deg);
    }
    .com-product-QA-main .advisory-list .advisory-item .item-quesiton-open:after {
        transform: rotate(0deg);
        top: -2px;
        right: 4px;
    }
    .advisory-list .advisory-item .item-question-open::after {
        transform: rotate(0);
        top: -1px;
        right: 1%;
    }
    .boderBottom .phoneShow {
        display: none!important;
    }
    .com-product-QA-main .advisory-list .advisory-item .item-help {
        display: none;
    }
    .com-product-QA-main .replyDiv {
        display: none;
    }
    .com-product-QA-main .com-faq-more-help {
        display: none;
    }
    .com-product-QA-main .advisory-item .boderBottom:not(:last-child)::before {
        display: none;
    }
    .feedback-title {
        display: none!important;
    }
    .pc_desc,
    .info_data,
    .order_data {
        width: 100%;
    }
    #detailSwiper {
        padding: 0 0 0 20px;
    }
    #detailBar {
        background: #FFFFFF;
        margin-top: 16px;
        position: relative;
    }
    #detailBar .swiper-scrollbar-drag {
        background: #D9D9D9;
    }
	 .new-com-content-nav-container .new-com-content-nav ul .faqtoggle {
        display: none;
    }
    /* 应用搭配 */
    .n-match-container {
        margin-top: 36px;
        position: relative;
        padding: 60px 0;
        background: #F7F8FB;
        border-radius: 12px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
		overflow: hidden;
    }
    .n-match-open {
        position: absolute;
        bottom: 12px;
        right: 12px;
        z-index: 18;
    }
    .n-match-close {
        display: none;
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 20;
    }
    .n-match-open img,
    .n-match-close img {
        width: 100%;
    }
    .com-product-item .n-match-container-active {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 0;
        margin-top: 0;
        border-radius: 0;
        overflow-y: scroll;
        overflow-x: scroll;
        margin-left: 0;
        margin-right: 0;
    }
    .com-product-item .n-match-container-active .n-match-open {
        display: none;
    }
    .com-product-item .n-match-container-active .n-match-close {
        display: block;
    }
    .com-product-item .n-match-container .n-product-link {
        left: -20px;
    }
    .com-product-item .n-match-container-active .n-product-link {
        left: 0px;
    }
    .l_sidenav {
        display: none;
    }
    .n-match-open {
        display: block;
    }
    
    /* 全屏视频 */
    .full-video div {
        width: 80%;
        text-align: right;
    }
    .full-video img {
        max-width: 24px;
    }
    #n-evaluate {
        display: none;
    }
    .plan-title {
        display: none!important;
    }
    #new-info-data {
        margin-top: 48px;
        display: block;
    }
    #new-info-data h4 {
        text-align: center;
        font-size: 20px;
        color: #385075;
        font-weight: 700;
        text-align: center;
        margin-left: 0;
    }
    #info_data {
        display: block!important;
    }
    .click-hide {
        min-height: unset !important;
    }
    .new-com-content-nav ul li {
        display: none;
    }
    .new-com-content-nav ul .mobile-nav {
        display: flex;
    }
    #new-comment {
        display: none!important;
    }
    #desc-btn,
	#order-btn {
        display: flex;
    }
}

@media screen and (max-width: 450px) {
    .com-product-document a {
        width: 100%;
        height: auto;
        padding: 8px 0 8px 14px;
    }
    .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;
}