.security-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(76, 175, 80, .8);
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
}

.security-banner.show {
    transform: translateY(0);
}

.security-content {
    max-width: 1200px;
    margin: 0 auto;
}

body {
    width: 100%;
    height: auto;
    background: url(/img/rjxz2/bg.png) no-repeat top;
    background-size: cover;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-top: 80px;

}

body p {
    margin-block-start: 5px !important;
    margin-block-end: 5px !important;
    -webkit-margin-before: 5px !important;
    -webkit-margin-after: 5px !important;
}

a {
    text-decoration: none;
}


.container {
    width: 1116.8px !important;

    margin: 0 auto
}

.row {
    display: flex;
    flex-direction: row
}

.column {
    display: flex;
    flex-direction: column
}

.flex-1 {
    flex: 1
}

.empty-header,
.header {
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 72, 129, .1);
    z-index: 1000;
}

.center,
.header-container,
.header-logo {
    justify-content: center;
    align-items: center
}

.header-container,
.header-logo {
    height: 80px
}

.header-span-1 {
    font-size: 19px;
    color: #001e36;
    font-weight: 700
}

.header-img-1 {
    width: 38px;
    margin-right: 8px
}

.header-a {
    width: 60px;
    height: 20px;
    color: #001e36;
    margin-right: 20px;
    text-decoration: none
}

.header-a,
.header-contact {
    font-size: 14.4px;
    font-weight: 700;
    text-align: center;
    display: inline-block
}

.header-contact {
    width: 180px;
    height: 40px;
    background: linear-gradient(135deg, #1473e6 0%, #0d5bb8 100%);
    border-radius: 20px;
    line-height: 40px;
    color: #fff;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 115, 230, 0.3);
    cursor: pointer;
}

.header-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(20, 115, 230, 0.4);
    background: linear-gradient(135deg, #0d5bb8 0%, #1473e6 100%);
}

.header-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 4s ease-in-out infinite;
    animation-delay: 1s;
}

.header-contact:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(20, 115, 230, 0.3);
}

.swiper-outside {
    width: 100%;
    height: 624px;
    margin-top: 24px
}

.swiper-inside {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 48px 24px 40px
}

.swiper-outside .swiper {
    margin-left: 56px
}

.swiper-outside .slide-right,
.swiper-outside .swiper {
    width: 514.8px;
    height: 575.6px
}

.left-1 {
    height: 84.4px
}

.left-1 img {
    width: 68.4px;
    height: 68.4px;
    margin-top: 8px
}

.left-2 {
    height: 51px;
    line-height: 51px;
    font-size: 28.8px;
    color: #000;
    font-weight: 700;
    margin-top: 15px
}

.left-3 {
    font-size: 2.2rem;
    color: #0d0d25;
    font-weight: bolder;
    margin-top: 11px;


}

.left-3 p {
    line-height: 4rem;

}

.left-4 {
    margin-top: 20px;
    color: #000;
    font-size: 1.5rem;
    margin-top: 20px;
}

.left-5 {
    margin-top: 40px;
    align-items: center
}

.left-5 a:first-of-type {
    width: 192px;
    height: 56px;
    background: linear-gradient(135deg, #1473e6 0%, #0d5bb8 100%);
    border-radius: 8px;
    line-height: 56px;
    text-align: center;
    font-size: 19.2px;
    font-weight: 700;
    color: #fff;
    margin-right: 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(20, 115, 230, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    animation: breatheUse 2.6s ease-in-out infinite;
}

.left-5 a:first-of-type:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(20, 115, 230, 0.6);
    background: linear-gradient(135deg, #0d5bb8 0%, #1473e6 100%);
    animation: breatheUse 1.6s ease-in-out infinite;
}

.left-5 a:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine 3.5s ease-in-out infinite;
    animation-delay: 1s;
}

.left-5 a:first-of-type:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 15px rgba(20, 115, 230, 0.4);
}


.zp-button1:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);
}

.zp-button1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine 3.5s ease-in-out infinite;
    animation-delay: 1s;
}

.zp-button1:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}


@keyframes breatheGift {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 8px 30px rgba(255, 107, 107, 0.6);
        transform: scale(1.02);
    }
}


.left-6 {
    line-height: 33px;
    height: 33px;
    font-size: 12.8px;
    color: #262626;
    margin-top: 14px
}

.goods {
    width: 100%;
    height: auto;
    margin-top: 24px
}

.goods-container {
    height: auto;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    padding-top: 30px;
}

.goods-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0d0d25;
    font-weight: 700;
    margin-top: 45px !important;
    text-align: center
}

.goods-desc {
    height: auto;
    line-height: 36.8px;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
    padding: 0 50px 0 50px
}

.goods-desc span {
    color: red
}

.goods-list {
    margin-top: 45px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.goods-item {
    width: 320px;
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 27, 48, .15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
    margin-right: 32px;
    margin-bottom: 33px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.goods-img {
    width: 80px;
    height: 80px
}

.goods-name {
    height: 47px;
    line-height: 47px;
    margin-top: 21px;
    font-size: 20px;
    color: #0d0d25;
    font-weight: 700
}

.goods-name span {
    color: red
}

.goods-tip-1,
.goods-tip-2 {
    line-height: 30px;
    color: #666;
    font-size: 14.4px;
    font-weight: 400
}

.goods-tip-3 {
    height: 37px;
    line-height: 37px;
    color: #0d0d25;
    margin-top: 15px;
    margin-bottom: 20px
}

.goods-button,
.goods-tip-3 {
    font-weight: 700;
    font-size: 16px
}

.goods-button {
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(135deg, #1473e6 0%, #0d5bb8 100%);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(20, 115, 230, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;

    margin-top: 20px;
}

.appraise {
    width: 100%;
}

.appraise-container {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 32px
}

.appraise-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0d0d25;
    font-weight: 700;
    padding-top: 46px;
    text-align: center
}

.appraise-desc {
    height: 37px;
    line-height: 37px;
    margin-top: 60px;
    text-align: center;
    color: #000;
    font-size: 16px
}

.appraise-item {
    width: 25%;
    margin-left: 8px;
    margin-right: 8px;
    height: 176px;
    box-sizing: border-box;
    padding: 17px;
    border-radius: 8px
}

.appraise-item:first-of-type {
    margin-top: 117px;
    background: #f5ebfe;
    border: 2px solid #d1c0e1
}

.appraise-item:nth-of-type(3) {
    margin-top: 117px;
    background: #ebedff;
    border: 2px solid #6f6fb6
}

.appraise-item:nth-of-type(2) {
    margin-top: 53px;
    background: #fef5e6;
    border: 2px solid #cfa97e
}

.appraise-item:nth-of-type(4) {
    margin-top: 53px;
    background: #fde7f1;
    border: 2px solid #ce85a0
}

.appraise-item-img {
    width: 31.6px;
    height: 31.6px
}

.appraise-item-tip-1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    font-weight: 700
}

.appraise-item-tip-2 {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    margin-top: 10px
}


.evaluate .swiper {
    width: 1036.8px
}

.evaluate .swiper-slide {
    height: 424px;
    background: #fff;
    box-shadow: 3px 5px 16px 0 rgba(0, 72, 129, .1);
    border-radius: 8px
}


.evaluate-item-detail img {
    width: 80px;
    height: 80px;
    margin-right: 16px
}


.QandA {
    width: 100%;
    height: auto
}

.QandA-container {
    height: 100%;
    background-color: #fff
}

.QandA-title {
    height: 52px;
    line-height: 52px;
    font-size: 32px;
    color: #0d0d0d;
    font-weight: 700;
    text-align: center;
    padding-top: 46px
}

.QA-list {
    margin-top: 3px;
    padding: 50px
}

.QA-item {
    margin-bottom: 24px;
    box-shadow: 3px 5px 16px 0 rgba(0, 72, 129, .2)
}

.question {
    height: 67px;
    padding: 0 16px 0 29px;
    font-size: 19.2px;
    line-height: 67px;
    color: #30323d;
    background-color: #fff;
    font-weight: 700
}

.active .question {
    background-color: #1473e6;
    color: #fff
}

.active .question img,
.answer {
    display: none
}

.answer {
    padding: 14px 29px;
    background-color: #fff;
    line-height: 38px;
    font-size: 18px;
    color: #878991
}

.active .answer {
    display: block
}

.question img {
    cursor: pointer;
    width: 46px;
    height: 46px
}

.fotter-container {
    width: 100%;
    background-color: #fff;
    text-align: center;
    align-items: center;
    margin-top: 32px
}

.fotter-img {
    width: 80px;
    height: 80px;
    padding-top: 90px
}

.fotter-title {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #0d0d0d;
    margin-top: 20px
}

.fotter-desc {
    height: 36px;
    line-height: 36px;
    font-size: 14.4px;
    color: #0d0d25;
    margin-top: 4px
}

.fotter-button {
    width: 192px;
    height: 56px;
    line-height: 56px;
    background: linear-gradient(135deg, #1473e6 0%, #0d5bb8 100%);
    border-radius: 28px;
    font-size: 19.2px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(20, 115, 230, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.fotter-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(20, 115, 230, 0.6);
    background: linear-gradient(135deg, #0d5bb8 0%, #1473e6 100%);
}

.fotter-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 4s ease-in-out infinite;
    animation-delay: 2.5s;
}

.fotter-button:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 15px rgba(20, 115, 230, 0.4);
}

.fotter-empty-1 {
    width: 100%;
    height: 8px;
    margin-top: 62px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAAKCAIAAADaTNShAAAAAXNSR0IArs4c6QAAAmRJREFUeNrt2Fly2zAMAFChF+v9T4VO02RCkSC1OJr6470Pjy0S4CKJlhj5eyvEdspPVXuxwu3Se4Hx/0LisSQPZYi3SRhvkP+nevX+md/qyI8MvP4ZRenB90shcS7tMmc0hw4bLVssm1u1FS+Ex/3urUrjQouHp+AgKq6PPS6M96ADsbrwPj7yRP1c5sl5f3J2vL+J/g45h9EV7X7mjP3P78gcbt5s5q0bbO7G2CTZN/pVLbLLXB3Pqp/ZlrZT2tffDXwsym3X89x3PrvwfVTz2ZfmNtSMqAJ3FYqo/vMoyQt1LiXJbtKqOZlk3lVY9PBu8rjeYlwcYEymLs5UntQ8GRuzqK+exLYMKTPME0Zxndf3VJw8XhV1V360Xw4Pziq0Lf67OXPbr7HNspjDQp/fC+hYP3L4e8h+FY7PkDHJbtHsAmO/QjW9yuHfKBchsY1pcxHe92oSu0hbBeZsCOv8V5O3nR8bnczAqeNtE+Px2VmYzfaYczIJNyZn2r0Tp+bkGcxz19KFC+BS8tnlNzYxph1Tjd0bKtf1y+Z2i0nx2JrDU2ZWj6RZvQ5l9Y6V1XtVVbN/xuoW8S5JTt7VcvKYnPMn6Jy/auT8lSvnT/e5fLPJo/eqXJZOmo5LGdq/tFup4nbCZeVFV8eixQAjp5VXHctTnV+P6E7s+iKsb9The9a35WIDo1oU6ptr/jMPdk3y1O7Lrw0AAAAAAB5gAxoAAAAAgEfYgAYAAAAA4BE2oAEAAAAAeIQNaAAAAAAAHmEDGgAAAACAR9iABgAAAADgETagAQAAAAB4hA1oAAAAAAAe8QcIjjUqUne2jwAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: cover
}

.footer-href {
    width: 100%;
    height: 40px;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 60%, .6)
}

.footer-href span {
    margin-right: 10px;
    font-size: 12.8px
}

.footer-href a {
    padding: 0 10px;
    font-size: 12.8px;
    color: #333
}

.footer-href a img {
    width: 18.8px;
    height: 18.8px;
    margin-right: 2px
}


.video-mask.show {
    display: block
}

#goods {
    padding-top: 104px;
    margin-top: -80px
}

#appraise,
#evaluate {
    padding-top: 80px;
    margin-top: -80px
}


@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}


@keyframes breathe {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(20, 115, 230, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(20, 115, 230, 0.6);
    }
}


@keyframes breatheContact {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(20, 115, 230, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 8px 30px rgba(20, 115, 230, 0.6);
        transform: scale(1.02);
    }
}


.left-5 a:first-of-type {
    animation: breatheUse 1.8s ease-in-out infinite, pulse 2s ease-in-out infinite;
}


.header-contact:hover {
    animation: breatheContact 1.5s ease-in-out infinite;
}


.left-5 a:first-of-type:hover {
    animation: breatheUse 1.6s ease-in-out infinite;
}


@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}


.zp-button {
    width: 200px;
    height: 56px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border-radius: 28px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 40px auto 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    display: block;
    text-decoration: none;
}

.zp-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(255, 107, 107, 0.6);
    background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);
}

.zp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine 3.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.zp-button:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
    }
}


@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}


@keyframes floatEnhanced {
    0%, 100% {
        transform: translateY(0px) scale(1);
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    }
    25% {
        transform: translateY(-3px) scale(1.01);
        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5);
    }
    50% {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 12px 30px rgba(255, 107, 107, 0.6);
    }
    75% {
        transform: translateY(-3px) scale(1.01);
        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5);
    }
}

@keyframes pulseEnhanced {
    0% {
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4), 0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    35% {
        box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5), 0 0 0 8px rgba(255, 107, 107, 0.3);
    }
    70% {
        box-shadow: 0 12px 30px rgba(255, 107, 107, 0.6), 0 0 0 15px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4), 0 0 0 0 rgba(255, 107, 107, 0);
    }
}


.zp-button:hover {
    animation: floatEnhanced 2s ease-in-out infinite, pulseEnhanced 1.5s ease-in-out infinite;
}

@media (max-width: 1024px) {
    .container {
        width: 95%;
        max-width: 980px;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .swiper-outside .swiper {
        margin-left: 0;
        width: 100%;
        max-width: 450px;
    }

    .swiper-outside .slide-right,
    .swiper-outside .swiper {
        width: 100%;
        height: auto;
        max-width: 450px;
    }

    .swiper-inside {
        padding: 20px;
    }

    .slide-left {
        margin-bottom: 20px;
    }

    .goods-item {
        width: calc(50% - 16px);
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .evaluate .swiper {
        width: 95%;
        max-width: 900px;
    }

    .appraise-list {
        flex-wrap: wrap;
    }

    .appraise-item {
        width: calc(50% - 16px);
        margin: 8px;
    }

    .appraise-item:first-of-type,
    .appraise-item:nth-of-type(2),
    .appraise-item:nth-of-type(3),
    .appraise-item:nth-of-type(4) {
        margin-top: 16px;
    }


    .left-3 {
        font-size: 1.8rem;
    }

    .left-4 {
        font-size: 1.3rem;
    }
}


@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .goods-item {
        width: 100%;
        margin-right: 0;
    }

    .appraise-item {
        width: 100%;
        margin: 8px 0;
    }


    .header-container {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0;
    }

    .header-a {
        margin: 5px 10px;
    }


    .left-3 {
        font-size: 1.5rem;
    }

    .left-4 {
        font-size: 1.1rem;
    }

    .goods-title,
    .appraise-title,
    .evaluate-title,
    .QandA-title {
        font-size: 24px;
    }
}


.breadcrumb a {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #000;

    &:last-child {
        color: blue;
    }
}


.breadcrumb a {
    color: #888; /* 链接和文字颜色统一 */
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #555; /* hover 时稍微加深，保持低调 */
    text-decoration: underline;
}


.software-icon img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.software-desc h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.software-desc p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}


.contact-info h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
}


.footer-bottom-content p {
    margin: 5px 0;
    font-size: 12px;
    opacity: 0.8;
}

.footer-bottom-content a {
    color: white;
    text-decoration: none;
}

.footer-bottom-content a:hover {
    text-decoration: underline;
}


.gg {
    padding: 15px;
    background-color: #000;
    color: white;
    text-align: center;
}