.no-scroll {
    overflow: hidden;
}

header {
    height: 64px;
    background-color: rgba(40, 143, 255, .08);
}

header .logo_box {
    height: 64px;
}

header .logo {
    width: 133.2px;
    height: 32px;
}

.nav_box {
    display: none;
    position: fixed;
    top: 50px;
    left: 12%;
    background-color: #fff;
    padding-top: 16px;
    width: 88px;
    box-sizing: border-box;
    z-index: 999;
    box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.05);

}


.nav_box_tab {
    width: 100%;
}

.nav_box_tab li {
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.nav_box_tab .active {
    color: #288FFF !important;
}

.nav_box_tab li.active::after {
    content: "";
    width: 4px;
    height: 16px;
    background-color: #288FFF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.go_top {
    width: 100%;
    padding: 16px 16px;
    box-sizing: border-box;
    color: #9098A0;
    position: relative;
    margin-top: 16px;
    cursor: pointer;
}

.go_top::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #ECEFF2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 614px;
    z-index: -1;
}

.primary_box {
    height: 512px;
}

.primary_box .number_box {
    padding: 0 12px;
    background: linear-gradient(90deg, #7CB2FF 0%, #5CECFF 100%);
    margin-right: 3px;
}

.info_box {
    width: 470px;
    height: 460px;
    box-shadow: 0px 30px 40px 1px rgba(70, 143, 247, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.info_box .info_header {
    width: 100%;
    height: 52px;
}

.info_box .info_content {
    padding: 24px;
    height: 424px;
    width: 100%;
    box-sizing: border-box;
}

.info_box .info_content li {
    height: 72px !important;
}

.info_box .info_content .input_class {
    /* padding: 12px 16px; */
    padding: 0 16px;
    height: 48px;
    background-color: #F5F7FA;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* margin-top: 4px; */
    /* margin-bottom: 16px; */
}

.info_box .info_content .submit_btn {
    width: 100%;
    background-color: #288FFF;
    height: 48px;
    cursor: pointer;
    position: relative;
}

.submit_btn .submit_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.submit_btn_horizontal::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: 1;
    height: 4px;
    background-color: #90cf5b;
    transition: .3s ease-out;
    cursor: pointer;
}

.submit_btn_horizontal:hover::before {
    left: 0;
    right: 0;
}


.info_content .name-error,
.info_content .phone-error,
.info_content .code-error {
    color: #F54D6D;
    padding-left: 12px;
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
    height: 18px;
    box-sizing: border-box;
}

.info_content .error_border {
    border: 1px solid #F54D6D;
}

/* .input_class .flex1.error,
.input_class .flex1.error::placeholder {
    color: red;
} */

.manufacturer_box {
    /* padding: 24px; */
    padding: 0 24px;
    height: 136px;
    box-sizing: border-box;

}

.manufacturer_scroll_container {
    /* width: 800px; */
    height: 90px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.manufacturer_scroll_container::before {
    content: "";
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 80px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.manufacturer_scroll_container::after {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 80px;
    height: 136px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.manufacturer_scroll_content {
    position: relative;
}



.manufacturer_scroll_content li {
    width: 64px;
}

.manufacturer_scroll_content li span {
    white-space: nowrap;
}

.manufacturer_scroll_content li img {
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.advantage_img {
    width: 32px;
    height: 32px;
}

.h1_title {
    font-size: 28px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.h1_title::before {
    content: "";
    width: 120px;
    height: 8px;
    background: linear-gradient(270deg, rgba(40, 143, 255, .3) 0%, rgba(40, 143, 255, 0) 100%);
    position: absolute;
    left: -144px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.h1_title::after {
    content: "";
    width: 120px;
    height: 8px;
    background: linear-gradient(90deg, rgba(40, 143, 255, .3) 0%, rgba(40, 143, 255, 0) 100%);
    position: absolute;
    right: -144px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


.hot_ul li {
    width: 288px;
    /* height: 312px; */
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 88px 16px 16px;
    box-sizing: border-box;
}

.hot_ul li .hot_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.hot_ul li .hot_img {
    width: 72px;
    height: 72px;
}

.hot_ul li .hot_labels span {
    display: inline-block;
    background-color: #E5F1FF;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.hot_btn {
    width: 132px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;

}

.hot_btn.hot_btn_1 {
    position: relative;
    border: none;
    color: #288FFF;
    text-align: center;
}

.hot_btn.hot_btn_2 {
    background-color: #288FFF;
    color: #fff;
    position: relative;
}

.hot_animate_around {
    background: transparent;
    color: #288FFF;
}

.hot_animate_around>svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hot_animate_around>svg>rect {
    fill: none;
    stroke: #288FFF;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all .5s linear;
}

.hot_animate_around:hover {
    font-weight: 600;
}

.hot_animate_around:hover>svg>rect {
    stroke-width: 2;
    stroke-dasharray: 15, 260;
    stroke-dashoffset: 50%;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.hot_animate_horizontal2::before,
.hot_animate_horizontal2::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    background: #288FFF;
    transition: all .5s ease;
}

.hot_animate_horizontal2::before {
    top: 0;
}

.hot_animate_horizontal2::after {
    bottom: 0;
}

.hot_animate_horizontal2:hover {
    color: #288FFF;
    background: transparent;
}

.hot_animate_horizontal2:hover::before,
.hot_animate_horizontal2:hover::after {
    width: 100%;
    left: 0;
}

.value_ul .value_img {
    width: 476px;
    height: 270px;
}

.value_content_box {
    width: 100%;
    box-sizing: border-box;
    /* background: linear-gradient(90deg, #8EC4FF 0%, #FFFFFF 100%); */
    border: 1px solid #8EC4FF;
    background-color: #EAF0FA;
    position: relative;
    z-index: 1;
}

.value_content_box::after {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255));
    z-index: -1;
}

.value_content_box_imgs img {
    width: 70px;
    height: 70px;
    box-shadow: 0px 10px 20px 1px rgba(70, 143, 247, 0.2);
}

.value_content_btn {
    background: linear-gradient(90deg, #288FFF 0%, #28D6FF 100%);
    box-shadow: 0px 10px 20px 1px rgba(70, 143, 247, 0.2);
    width: fit-content;
    padding: 0 24px;
    line-height: 36px;
    cursor: pointer;
}

.value_content_btn img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
}

.value_content_btn:hover img {
    transform-origin: left bottom;
    animation: btnAnimate 1s infinite linear;
}

@keyframes btnAnimate {
    0% {
        transform: scale(0.4);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.4);
    }
}

.solution_box {
    z-index: 1;
    height: 674px;
    padding-top: 1px;
    box-sizing: border-box;
}

.solution_box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 60, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.solution_back {
    position: absolute;
    width: 100%;
    height: 674px;
    left: 0;
    top: 0;
    z-index: -2;
}

.solution_title.h1_title {
    color: #fff;
}

.solution_title.h1_title ::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3)0%, rgba(255, 255, 255, 0) 100%);

}

.solution_title.h1_title ::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3)0%, rgba(255, 255, 255, 0) 100%);
}

.solution_tab_ul li {
    width: 200px;
    text-align: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}

.solution_tab_ul li:hover {
    border-color: #288FFF;
    color: #288FFF;
}

.solution_tab_ul li.active {
    background-color: #288FFF;
    border-color: #288FFF;
}

.solution_content_ul li {
    width: 288px;
    background-color: #fff;
}

.solution_content_qy_box {
    padding: 8px;
    background-color: #F5F7FA;
}

.solution_content_qy_box img {
    width: 40px;
    height: 40px;
}

.message_ul {
    position: relative;
}

.message_ul li {
    width: 424px;
    height: 216px;
    padding: 24px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.message_info_img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.message_info_img img {
    width: 64px;
    height: 64px;
}

.message_info_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 16px;
    background-color: #1ACE90;
    border-radius: 0 0 8px 8px;
    color: #fff;
    text-align: center;
}

.message_content {
    overflow: hidden;
}

.message_content::before {
    content: "";
    width: 260px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}

.message_content::after {
    content: "";
    width: 260px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}

.report_ul li {
    position: relative;
    padding: 32px 24px;
    box-sizing: border-box;
    z-index: 1;
    width: 288px;
    height: 240px;
    overflow: hidden;
}

.report_ul li:hover .report_back {
    transform: scale(1.2);
}

.report_ul .report_back {
    width: 288px;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}

.report_ul .pdf_icon {
    width: 40px;
    height: 40px;
}

.report_down_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.report_down_box:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.report_down_box img {
    width: 16px;
    height: 16px;
}

.news_ul li {
    width: 288px;
    background-color: #fff;
    overflow: hidden;

}

.news_img_box {
    width: 288px;
    height: 164px;
    overflow: hidden;
}

.news_ul li img {
    transition: all 0.3s;

}

.news_ul li img:hover {
    transform: scale(1.2);
}

.bottom_btn.hot_btn {
    width: 132px;
    height: 40px;
    line-height: 40px;
}

.together_back {
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.enter_btn {
    width: 132px;
    height: 40px;
    position: relative;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #288FFF;
    text-align: center;
    cursor: pointer;
}

@keyframes shiny-btn {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    10% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    21% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.enter_btn_shiny {
    overflow: hidden;

}

.enter_btn_shiny::before {
    content: '';
    position: absolute;
    top: -150%;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #288FFF;
}

.enter_btn_shiny:hover::before {
    animation: shiny-btn .8s ease-in-out;
}

.footer_box {
    background-color: #273543;
    padding-top: 32px;
    min-height: 224px;
}

.footer_item {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer_item li {
    cursor: pointer;
}

.address_box img {
    width: 72px;
    height: 72px;
}

.footer_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.consult_box {
    position: fixed;
    bottom: 42%;
    right: 16px;
    z-index: 999;
}

.immediately_box {
    width: 72px;
    height: 104px;
    background: linear-gradient(180deg, #288FFF 0%, #28D6FF 100%);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.05);

}

.immediately_box img {
    width: 48px;
    height: 48px;
}

.other_consult_box {
    background-color: #fff;
    margin-top: 8px;
    border-radius: 8px;
    width: 72px;
    padding: 16px 0;
    box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.05);

}

.other_consult_box img {
    width: 40px;
    height: 40px;
}

.other_consult_box>div {
    cursor: pointer;
}

.consult_line {
    width: 32px;
    height: 1px;
    background-color: #DFE5EB;
    margin: 16px 0;
}

/* 弹窗背景 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

/* 弹窗内容 */
.modal-content {
    background-color: #fff;
    width: 960px;
    height: 416px;
    border-radius: 8px;
    overflow: hidden;
    animation-duration: 0.3s !important;
}

/* 关闭按钮 */
.close-btn {
    border: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}

.close-btn img {
    width: 16px;
    height: 16px;
}

.pop_left_box {
    width: 46.25%;
    height: 416px;
    position: relative;
    z-index: 1;
    padding: 32px 24px 0 24px;
    box-sizing: border-box;

}

.pop_left_box .pop_back {
    width: 100%;
    height: 416px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.software_box {
    /* background-color: #fff; */
    height: 270px;
    margin-top: 16px !important;
}

.pagination_box {
    position: relative !important;
    text-align: center !important;
}

.pagination_box span.swiper-pagination-bullet {
    width: 9px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 8px;
    border-radius: 0;
}

.pagination_box span.swiper-pagination-bullet-active {
    width: 16px;
    height: 4px;
    background-color: #fff;
}

.software_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 12px;
}

.software_list li {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
    padding-bottom: 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    padding-top: 12px;
    cursor: pointer;
}

.software_list li::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%);
    width: 88px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    z-index: -1;
    transition: all 0.3s;
    /* border: 1px solid transparent; */
}

.software_list li .software_img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
}

.software_list li div {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.software_list li .software_select {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    right: -12px;
    top: -12px;
    /* display: none; */
    opacity: 0;
}

.software_list li.active::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #ffffff;
}

.software_list li.active .software_select {
    /* display: block; */
    opacity: 1;
}

.pop_right_box {
    flex: 1;
    padding: 32px;
    height: 416px;
    box-sizing: border-box;
}

.pop_right_box .input_class {
    width: 100%;
    height: 48px;
    font-size: 14px;
    background-color: #F5F7FA;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 8px;
    /* margin-bottom: 16px; */
}

.pop_right_box .phone-error,
.pop_right_box .code-error, .pop_right_box .name-error {
    height: 16px;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 12px;
    color: #F54D6D;
}

.pop_right_box .error_border {
    border: 1px solid #F54D6D;
}

.pop_right_box .submit_btn {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #288FFF;
    color: #fff;
    cursor: pointer;
    margin-top: 32px;
}

.pc-suspension-dialog {
    position: fixed;
    width: 100%;
    height: 12rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(218, 234, 253, 0.8);
    backdrop-filter: blur(0.133333rem);
    box-sizing: border-box;
    padding: 3rem;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pc-suspension-dialog .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2a2c33;
    margin-bottom: 1rem;
}

.pc-suspension-dialog form {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.pc-suspension-dialog .input-box {
    margin-right: 0.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pc-suspension-dialog input[type="text"] {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    border-radius: 2rem;
    background: #fff;
    height: 40px;
}

.pc-suspension-dialog .submit-btn {
    padding: 0.5rem 1rem;
    background: linear-gradient(108deg, #58c6ff 0%, #57a6ff 100%);
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 18px;
}

.pc-suspension-dialog .close-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
}

.pc-suspension-dialog .name-error, .pc-suspension-dialog .phone-error, .pc-suspension-dialog .code-error {
    color: #F54D6D;
    padding-left: 12px;
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
    height: 18px;
    box-sizing: border-box;
}