.quotes-red {
    background-color: #E60039;
    color: #FFFFFF;
}

.quotes-2:hover {
    background-color: #DA0030;
    color: #FFFFFF;
}

.new-com-detail-basemsg {
    padding-bottom: 0;
}

.grey-bg {
    /* 顶部留白 54px，再开始灰色背景 */
    background: linear-gradient(#FFFFFF 0, #FFFFFF 54px, #F7F9FA 54px);
}

.com-product-item-white {
    background-color: #FFFFFF;
    padding: 0 24px 24px;
}

.com-product-item-white .com-product-item-head {
    background-color: #FFFFFF;
}

.simple-parameter {
    margin-top: 24px;
    position: relative;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.simple-parameter.expanded {
    max-height: none;
}

.simple-parameter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.simple-parameter.expanded::after {
    opacity: 0;
}

.simple-parameter h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.quotes-more {
    margin: 12px auto 24px;
    display: block;
    cursor: pointer;
}

.quotes-more img {
    margin-left: 8px;
}

#product-scene-swiper{
    height: fit-content;
    padding-bottom: 24px;
}
#feedback-swiper{
    height: fit-content;
}

.n-scene-container {
    margin-top: 24px;
}

.product-scene-card {
    /* width: 400px; */
}

.product-scene-content {
    background-color: #F7F9FA;
    border-radius: 0 0 4px 4px;
    padding: 16px;
}

.product-scene-card img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.product-scene-content h3 {
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 20px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-scene-content p {
    color: #6A6B6D;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 16px;
    min-height: 64px;
}

.a-link {
    color: #E60039;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    position: relative;
}

.a-link::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow-red.svg);
    position: absolute;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
}

.product-scene-card:hover .a-link::after {
    transform: translateX(8px);
}

.scene-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    padding-top: 56.5%;
}

.scene-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-scene-card:hover img {
    transform: scale(1.05);
}

#product-scene-swiper .swiper-pagination-bullet,
#feedback-swiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: unset;
    background: #F1F3F5;
    opacity: 1;
    margin: 0;
}

#product-scene-swiper .swiper-pagination-bullet-active,
#feedback-swiper .swiper-pagination-bullet-active {
    background: #E60039;
}
.swiper-navigation{
    display: flex;
    margin-top: 24px;
    justify-content: center;
    gap: 16px;
}

/* hover 时改变 nav-img 中的 SVG 颜色为 #E60039 */
.nav-img:hover {
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7158%) hue-rotate(340deg) brightness(90%) contrast(90%);
}

.com-product-item-content {
    margin-top: 24px;
    margin-bottom: 24px;
}

.server-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}

.server-card {
    padding: 40px 24px;
    display: flex;
    gap: 12px;
    border-radius: 4px;
    background: #F7F9FA;
    align-items: center;
}

.server-card img {
    width: 80px;
}

.server-card h3 {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    margin-bottom: 12px;
}

.server-card p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.feedback-card {
    padding: 16px;
    background: #F7F9FA;
    display: flex;
    gap: 16px;
}

.user-img img {
    width: 50px;
    margin-bottom: 4px;
}

.user-name {
    text-align: center;
    color: #6A6B6D;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}

.user-desc {
    margin-top: 8px;
    color: #2A2B2E;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 72px;
}

.user-rate {
    display: flex;
    justify-content: space-between;
}

.user-stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.star-rate {
    color: #6A6B6D;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    margin-left: 4px;
}

.user-date {
    color: #9B9FA8;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.user-item {
    color: #9B9FA8;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.user-item span {
    margin-right: 24px;
}

.item-question {
    line-height: 22px;
    padding-left: 32px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
}

.item-question .flexWidth {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}

.item-answer {
    line-height: 22px;
    padding-left: 32px;
    font-size: 14px;
    font-weight: normal;
}

.questhumb {
    width: 20%;
    text-align: end;
}

.newQa {
    color: #E60039;
    font-size: 16px;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.com-line {
    background: #E3E5E6;
    width: 1px;
    height: 30px;
    margin: 0 12px;
}
.newQa-none{
    gap: 0px;
    cursor: unset;
    justify-content: center;
    color: #2A2B2E;
    margin-bottom: 24px;
}
.newQa-none a{
    color: #E60039;
    text-decoration: underline;
    
}
#myModal2 .modal-content {
    background-color: #FFFFFF;
}


/* myModal2 表单上下排列 */

#myModal2 .layui-form-item {
    display: flex;
    flex-direction: column;
}

#myModal2 .layui-form-label {
    width: 100% !important;
    text-align: left;
    padding: 10px 0 5px 0 !important;
    margin-bottom: 0;
    color: #2A2B2E;
}

#myModal2 .layui-input-block {
    margin-left: 0 !important;
    width: 100%;
}


/* myModal2 表单 placeholder 颜色 */

#myModal2 input::placeholder,
#myModal2 textarea::placeholder {
    color: #C1C6CF;
}

#myModal2 .layui-form-item>div:last-child {
    margin-left: 0 !important;
}


/* 提交按钮区域样式调整 */

#myModal2 .layui-form-item:last-child>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#myModal2 .layui-form-item:last-child .submit {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 24px;
}

#myModal2 .layui-form-item:last-child span {
    margin-left: 0 !important;
    line-height: 1.5 !important;
    color: #6A6B6D !important;
}

#myModal2 .close {
    color: #9B9FA8;
    font-weight: 400;
    margin-right: -16px;
    margin-top: 12px;
}

#myModal2 .modal-header {
    padding: 0 24px;
    text-align: left;
    border-bottom: 1px solid #E3E5E6;
}

#myModal2 .modal-header span {
    line-height: 64px;
    color: #000000;
    font-size: 18px;
}

.to-all-docs {
    border-radius: 4px!important;
    border: 1px solid #E60039!important;
    background: #FFF!important;
    backdrop-filter: blur(2.5px)!important;
    padding: 12px 32px!important;
    display: block!important;
    margin: 24px auto 0!important;
    width: fit-content!important;
    color: #E60039!important;
    font-size: 16px!important;
    cursor: pointer;
}

.to-all-docs:hover {
    background: #DA0030!important;
    color: #FFF!important;
}

.com-product-document .doc-card:hover {
    color: #2A2B2E;
    background: #F1F3F5;
}

.server-card:hover {
    background: #F1F3F5;
}
.com-product-QA-img{
    width: 180px;
    margin-bottom: 24px;
}
@media (min-width: 1400px) {
    .modal-dialog {
        /* width: 700px; */
    }
}

@media screen and (max-width: 1440px) {
    .server-card p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .questhumb {
        width: 30%;
    }
    .modal-dialog {
        width: 600px;
    }
    .div-feedback {
        padding: 0px 24px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .server-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .com-product-document .doc-grid-4,
    .com-product-document .doc-grid-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .server-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .simple-parameter {
        overflow-x: scroll;
    }
    .com-product-item-white {
        background-color: #FFFFFF;
        padding: 0 20px 24px;
    }
    .com-product-document .doc-card {
        flex-direction: row;
        gap: 16px;
    }
    .com-product-document .doc-card p {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .com-product-document .video-card-text h3 {
        font-size: 14px;
        min-height: auto;
    }
    .server-card {
        padding: 16px;
    }
    .server-card img {
        width: 60px;
    }
    .server-card h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .server-card p {
        font-size: 14px;
    }
    .user-desc {
        font-size: 14px;
        min-height: 66px;
    }
    .advisory-list .advisory-tip {
        padding: 12px;
        align-items: flex-start;
        font-size: 14px;
    }
    .filter-list .filter-item {
        font-size: 14px;
        padding: 0 20px;
    }
    .user-item {
        margin-bottom: 12px;
    }
    .modal-dialog {
        width: 96%;
        margin: 40% auto 35px;
    }
    .quotes-2 {
        margin-bottom: 24px;
    }
    .to-all-docs {
        font-size: 14px!important;
    }
    .filter-list .filter-item {
        margin-bottom: 8px;
    }
    .quotes-more {
        border-radius: 24px;
    }
    .quotes-more:hover {
        background: #FFFFFF;
        color: #E60039;
    }
    /* 移动端悬浮展开按钮 */
    .quotes-more.fixed-mobile {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        z-index: 10;
        margin: 0;
    }
    #myModal2 .layui-form-item:last-child>div {
        align-items: center;
    }
    #myModal2 .layui-form-item:last-child .submit {
        margin-bottom: 24px;
        width: 100%;
    }
    #product-scene-swiper .swiper-pagination-bullet,
    #feedback-swiper .swiper-pagination-bullet {
        width: 28px;
    }
    .user-date {
        font-size: 14px;
    }
    #myModal2 .layui-form-item:last-child span {
        text-align: left;
    }
    .com-product-QA-img{
        width: 140px;
    }
}

#contactus {
    padding: 40px 0;
    background-image: url("../RJ-img/contact-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    margin: 24px 0 0;
}

#contactus .n-page-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0 auto;
    width: 1400px;
}

#contactus .n-box-title {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    margin-bottom: 8px;
}

#contactus .n-box-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

#contactus .n-main-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    width: fit-content;
    cursor: pointer;
    color: #FFF;
    padding: 12px 120px;
    text-align: center;
}

#contactus .n-main-btn img {
    margin-right: 8px;
    width: fit-content;
}

@media screen and (max-width: 1440px) {
    #contactus .n-box-title {
        font-size: 22px;
    }
    #contactus .n-box-desc {
        font-size: 16px;
    }
    #contactus .n-page-content {
        width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    #contactus .n-page-content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #contactus {
        margin: 0px 0 0;
    }
    #contactus .n-page-content {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 20px;
        gap: 40px;
        width: 100%;
    }
    #contactus .n-main-btn {
        padding: 12px 24px;
    }
}