/* AT电子 */
* {
    -webkit-text-size-adjust: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.perch {
    padding-top: 0.5rem;
}

.header {
    padding: 0 0.35rem;
    height: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.2s;
    background-color: transparent;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.25)); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 9.03%, rgba(0, 0, 0, 0) 100%);
}

.swiper-button-prev,
.swiper-button-next {
    top: 27vh !important;
}

.swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 50% !important;
    margin-top: -15px !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 999;
}

.swiper-button-next {
    position: absolute;
    right: 10px;
    top: 50% !important;
    margin-top: -15px !important;
    width: 40px !important;
    height: 30px !important;
    z-index: 999;
}

.animated-text {
    font-size: 2em;
    color: #fff;
    animation: slideInLeft 1s ease forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.header .header_left {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .header_left .logo {
    display: block;
    width: 0.8021rem;
    height: auto;
    margin-right: 0.4688rem;
    overflow: hidden;
}

.text-secondary {
    color: #ffffff !important;
}

.header .header_left .logo img {
    width: 65%;
}

.header .header_left .logo .colorful_logo {
    display: block;
}

.header .header_left .logo .white_logo {
    display: none;
}

.header .header_left .nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .header_left .nav a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.1354rem;
    font-size: 18px;
}

.header .header_left .nav a:hover {
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-right: 0.1354rem;
    font-size: 18px;
    position: relative;
}

.header .header_left .nav a.active {
    color: #ffffff;
}

.header .header_left .nav a.active_nav {
    color: #ffffff;
}

.header .header_left .nav a::after {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border: 0.0417rem solid #fff;
    border-top-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}

.header .header_left .nav a.active_nav::after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border: 0.0417rem solid #fff;
    border-top-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}

.header .header_right {
    display: flex;
    align-items: center;
}

.header .header_right div {
    display: flex;
    align-items: center;
}

.header .header_right div img {
    height: 0.1198rem;
    cursor: pointer;
}

.header .header_right div span {
    font-size: 0.08rem;
    line-height: 1.5;
}

.header .header_right .search {
    margin-right: 0.1667rem;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 14px;
    border-radius: 24px;
}

.header .header_right .search input {
    font-size: 0.0729rem;
    line-height: 1.5;
    padding: 0 0.0625rem;
    margin-right: 0.1042rem;
    width: 1.3542rem;
    box-sizing: border-box;
    color: #fff;
    background: transparent;
    outline: none;
}

.header .header_right .search input::-webkit-input-placeholder {
    color: #fefefe;
    opacity: 0.5;
    font-size: 0.0729rem;
}

.header .header_right .cart {
    user-select: none;
    cursor: pointer;
    margin-right: 0.1667rem;
    display: flex;
}

.header .header_right .cart .cart_img {
    position: relative;
    margin-right: 0.0313rem;
}

.header .header_right .cart .cart_img .cartNum {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 16px;
    height: 16px;
    font-size: 0.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #03a1e9;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
}

.header .header_right .login {
    user-select: none;
    cursor: pointer;
    margin-right: 0.1667rem;
}

.cart_R_side .nav-item .cartNum {
    position: absolute;
    right: 12px;
    top: 8px;
}

.header .header_right .login img {
    margin-right: 0.0521rem;
}

.header .header_right .login .userName {
    display: inline-block;
    width: 0.4167rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .header_right .login .quit {
    margin-left: 0.1042rem;
}

.header .header_right .lang {
    position: relative;
    user-select: none;
    cursor: pointer;
}

.header .header_right .lang img {
    margin-right: 0.0521rem;
}

.header .header_right .changeLang_pop {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    flex-direction: column;
}

.header .header_right .changeLang_pop p {
    display: block;
    margin: auto;
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
}

.header .header_right .changeLang_pop .active {
    color: #03a1e9;
}

.header .nav_pop {
    position: fixed;
    top: 0.5rem;
    left: 0;
    width: 100%;
    min-height: 40px;
}

.header .nav_hoverBox {
    display: none;
    background-color: #f8f8f8;
    box-shadow: 1px 1px 30px 2px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.header .nav_hoverBox .title {
    cursor: pointer;
    min-width: 1.588rem;
    height: 0.276rem;
    padding-right: 0.1042rem;
    color: #222;
    font-size: 0.08rem;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.0781rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.header .nav_hoverBox .title.active {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.header .nav_hoverBox .title.active::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    border: 0.0313rem solid #03a1e9;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #03a1e9;
    border-right-color: transparent;
}

.header .product_hoverBox {
    align-content: center;
}

.header .product_hoverBox .product_hover_left {
    padding-left: 1.849rem;
    padding-top: 0.1146rem;
    padding-right: 0.1875rem;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
}

.header .product_hoverBox .product_hover_left .title {
    position: relative;
}

.header .product_hoverBox .product_hover_left .title.active {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.header .product_hoverBox .product_hover_left .title.active::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    border: 0.0313rem solid #03a1e9;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #03a1e9;
    border-right-color: transparent;
}

.header .product_hoverBox .product_hover_right {
    flex: 1;
    padding: 0.1146rem 1.8073rem 0.3125rem 0;
    padding-left: 1.8073rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header .product_hoverBox .product_hover_right .title {
    position: relative;
}

.header .product_hoverBox .product_hover_right .hasSub .sub_item_box {
    display: none;
    width: 100%;
    padding: 0.0521rem 0.0521rem 0.1042rem;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 103;
    background-color: #fff;
    box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.05);
}

.header .product_hoverBox .product_hover_right .hasSub .sub_item_box .sub_item {
    display: block;
    padding: 0.0521rem 0.1042rem;
    color: #222;
    font-size: 0.0781rem;
    text-transform: uppercase;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.header .product_hoverBox .product_hover_right .hasSub .sub_item_box .sub_item:hover {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.header .product_hoverBox .product_hover_right .title.hasSub::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    border: 0.0313rem solid #03a1e9;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #03a1e9;
    border-right-color: transparent;
}

.header .product_hoverBox .product_hover_right .title.active {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.header .service_hoverBox .product_hover_left {
    padding-left: 2.6042rem;
}

.header .auout_hoverBox .product_hover_left {
    padding-left: 3.6458rem;
}

.header .news_hoverBox .product_hover_left {
    padding-left: 4.1667rem;
}

.header .contact_hoverBox .product_hover_left {
    padding-left: 4.6875rem;
}

.header .pop_mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
}

.marking {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

.userBox {
    display: none;
    z-index: 10001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.25rem;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.userBox input:focus {
    outline: 1px solid #03a1e9;
}

.userBox .loginBox {
    transition: 0.5s;
    display: none;
    align-items: center;
}

.userBox .loginBox .login_left {
    width: 50%;
}

.userBox .loginBox .login_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    box-sizing: border-box;
}

.userBox .loginBox .login_form .title {
    font-size: 0.125rem;
    color: #000;
    margin-bottom: 0.1979rem;
    text-align: center;
}

.userBox .loginBox .login_form input {
    width: 100%;
    height: 0.3rem;
    background-color: #f4f4f4;
    margin-bottom: 0.0885rem;
    padding-left: 0.1146rem;
    box-sizing: border-box;
    font-size: 0.09rem;
}

.userBox .loginBox .login_form .forget {
    font-size: 0.0729rem;
    color: #666666;
    text-align: right;
    margin-bottom: 0.1823rem;
}

.userBox .loginBox .login_form .forget span {
    font-family: "pingfang";
    cursor: pointer;
}

.userBox .loginBox .login_form .LOGIN {
    width: 100%;
    height: 0.3333rem;
    background-color: #03a1e9;
    color: #fff;
    cursor: pointer;
    line-height: 0.3333rem;
    text-align: center;
    font-size: 0.09rem;
    margin-bottom: 0.125rem;
    padding-left: 0;
}

.userBox .loginBox .login_form .Register {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.09rem;
    color: #03a1e9;
}

.userBox .loginBox .login_form .Register span {
    color: #666;
    padding-right: 10px;
}

.userBox .loginBox .login_form .Register img {
    margin-left: 0.08rem;
    width: 0.125rem;
}

.userBox .forgetBox {
    transition: 0.5s;
    display: none;
    align-items: center;
}

.userBox .forgetBox .login_left {
    width: 50%;
}

.userBox .forgetBox .login_form {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 0.3333rem;
    box-sizing: border-box;
}

.userBox .forgetBox .login_form .title {
    font-size: 0.125rem;
    color: #000;
    margin-bottom: 0.1979rem;
    text-align: center;
}

.userBox .forgetBox .login_form .inputs {
    position: relative;
    margin-bottom: 0.0885rem;
}

.userBox .forgetBox .login_form .inputs input {
    margin-bottom: 0;
    padding-right: 0.5208rem;
}

.userBox .forgetBox .login_form .inputs label {
    cursor: pointer;
    position: absolute;
    right: 0.2604rem;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 0.09rem;
    color: #03a1e9;
}

.userBox .forgetBox .login_form input {
    width: 100%;
    height: 0.3333rem;
    background-color: #f4f4f4;
    margin-bottom: 0.0885rem;
    padding-left: 0.1146rem;
    box-sizing: border-box;
    font-size: 0.09rem;
}

.userBox .forgetBox .login_form .forget {
    cursor: pointer;
    text-align: right;
    font-size: 0.0729rem;
    color: #666666;
    margin-bottom: 0.1823rem;
}

.userBox .forgetBox .login_form .LOGIN {
    padding-left: 0;
    width: 100%;
    height: 0.3333rem;
    background-color: #03a1e9;
    cursor: pointer;
    color: #fff;
    line-height: 0.3333rem;
    text-align: center;
    font-size: 0.09rem;
    margin-bottom: 0.125rem;
}

.userBox .forgetBox .login_form .Register {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.09rem;
    color: #03a1e9;
}

.userBox .forgetBox .login_form .Register img {
    margin-left: 0.08rem;
    width: 0.125rem;
}

.userBox .registerBox {
    transition: 0.5s;
    display: none;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.userBox .registerBox .register {
    padding: 0.3rem;
}

/* padding: 0.3125rem 0.3542rem 0.3542rem; */

/* width: 100%;
background-color: #03a1e9;
padding: 0.2rem;
box-sizing: border-box;
font-size: 0.125rem;
text-align: center; */


.userBox .registerBox .register_title,
.userBox .loginBox .login_title {
    width: 100%;
    background-color: #03a1e9;
    padding: 0.2rem;
    box-sizing: border-box;
    font-size: 0.125rem;
    text-align: center;
    color: #fff;
    position: relative;
}

.userBox .registerBox .register_title .register_title_left,
.userBox .loginBox .login_title .login_title_left {
    font-size: 0.125rem;
}

.userBox .registerBox .register_title .register_title_right,
.userBox .loginBox .login_title .login_title_right {
    cursor: pointer;
    font-size: 0.09rem;
    position: absolute;
    right: 0.3rem;
    top: 39%;
    font-size: 16px !important;
}

.userBox .registerBox .register_title .register_title_right img,
.userBox .loginBox .login_title .login_title_right img {
    margin-left: 0.1rem;
    height: 0.1rem;
}

.userBox .registerBox .register_inputs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.userBox .registerBox .register_inputs .inputs {
    position: relative;
    width: 100%;
    height: 0.3333rem;
    background-color: #f4f4f4;
    margin-bottom: 0.1042rem;
}

.userBox .registerBox .register_inputs .inputs label {
    position: absolute;
    top: 50%;
    left: 0.09rem;
    transform: translate(-50%, -50%);
    color: red;
    font-weight: 700;
    font-size: 0.08rem;
}

.userBox .registerBox .register_inputs .inputs input {
    padding-left: 0.1875rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.3333rem;
    background-color: #f4f4f4;
    font-size: 0.09rem;
    color: #222;
}

.userBox .registerBox .sing_up {
    width: 100%;
    height: 0.3333rem;
    background-color: #03a1e9;
    color: #fff;
    font-size: 0.09rem;
    margin: 0 auto;
    margin-top: 0.125rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.3333rem;
}

.userBox .active {
    display: flex;
    flex-direction: column;
}

.userBox .login_title {
    width: 100%;
    background-color: #03a1e9;
    padding: 0.2rem;
    box-sizing: border-box;
    font-size: 0.125rem;
    text-align: center;
    color: #fff;
}

.header_red {
    background: #03a1e9;
}

.header_red .cartNum {
    background-color: #fff !important;
    color: #03a1e9 !important;
}

.swiper {
    height: 5.0208rem;
}

.swiper .swiper-slide {
    position: relative;
}

.swiper .swiper-slide .swiperContent {
    position: absolute;
    top: 1.6rem;
    left: 0.85rem;
    max-width: 52vw;
}

.swiper .swiper-slide .swiperContent .content_text p {
    color: #fefefe;
    font-size: 0.4rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 900;
}

.swiper .swiper-slide .swiperContent .content_text .des {
    font-family: "pingfang";
    margin-top: 0.2083rem;
    margin-bottom: 0.3802rem;
    font-size: 0.1458rem;
    line-height: 1.5;
}

.swiper .swiper-slide .swiperContent .swiper_button {
    cursor: pointer;
    width: 1.2rem;
    height: 0.2188rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff solid 2px;
    border-radius: 21px;
}

.bg_img {
    width: 100%;
}

.swiper .swiper-slide .swiperContent .swiper_button img {
    width: 0.125rem;
    margin-right: 0.1042rem;
    height: auto;
}

.swiper .swiper-slide .swiperContent .swiper_button span {
    font-size: 0.08rem;
    color: #fefefe;
}

.swiper .swiper-slide img {
    height: 100%;
    width: 100%;
}

.common_button {
    display: block;
    cursor: pointer;
    width: 280px;
    height: 60px;
    position: relative;
    margin-top: 15px;
    border: 2px solid rgba(0, 0, 0, 1);
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14583rem;
    color: black;
    font-weight: 700;
    border-radius: 30px;
}

.common_button:hover {
    border-color: #03a1e9;
    color: #03a1e9;
}

.common_button_white {
    border: 1px solid #DADADA;
    color: #ffffff;
    background-color: transparent;
}


.video_section {
    padding: 0 0.8333rem 0;
    box-sizing: border-box;
}

.video_section .title {
    font-size: 0.25rem;
    color: #00A0E9;
    text-align: center;
    margin-bottom: 0.4427rem;
}

.video_section .video {
    display: flex;
    justify-content: space-between;
}

.video_section .video .video_left {
    flex: 1;
}

.video_section .video .video_left li {
    margin: 0;
    min-height: 0.7917rem;
    padding: 10px 0;
    background-color: #fff;
    border-left: 3px solid #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.1771rem;
    box-sizing: border-box;
    cursor: pointer;
}

.video_section .video .video_left li p {
    font-family: "pingfang";
    margin: 0;
    font-size: 0.1042rem;
    color: #999;
}

.video_section .video .video_left li .video_title {
    font-size: 0.14rem;
    font-family: "gotham";
    color: #222;
}

.video_section .video .video_left .active {
    background-color: #f9f9f9;
    border-right: 10px solid #03a1e9;
}

.video_section .video .video_left .active .video_title {
    font-size: 0.14rem;
    color: #03a1e9;
}

.video_section .video .video_right {
    position: relative;
    width: 5.651rem;
    height: 3.1771rem;
    overflow: hidden;
    display: none;
}

.video_section .video .video_right img {
    width: 100%;
}

.video_section .video .video_right .start_icon {
    cursor: pointer;
    width: 0.3698rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_section .video .video_right.active {
    display: block;
}

.product_section {
    padding: 0.5052rem 0.8333rem 0;
    box-sizing: border-box;
}


.xinxi_solution_bg {
    background-size: 100% 400px;
    width: 100%;
    margin: 0 auto;
    background-color: #F7F7F7;
}

.xinxi_solution_main ul {
    overflow: hidden;
    height: 4rem;
}

.xinxi_solution_main .main_mobile {
    /* max-width: 1080px;
    min-width: 1080px; */
}

.xinxi_solution_main ul li {
    background: url('../image/pic1.png');
    height: 4rem;
    float: left;
    width: 16.6666%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.xinxi_solution_main ul li:nth-child(2) {
    background: url('../image/pic2.png');
}

.xinxi_solution_main ul li:nth-child(3) {
    background: url('../image/pic3.png');
}

.xinxi_solution_main ul li:nth-child(4) {
    background: url('../image/pic4.png');
}

.xinxi_solution_main ul li:nth-child(5) {
    background: url('../image/pic5.png');
}

.xinxi_solution_main ul li:nth-child(6) {
    background: url('../image/pic6.png');
}

.xinxi_solution_main ul li .left_top {
    position: absolute;
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    top: auto !important;
}

.xinxi_solution_main ul li.on .left_top {
    width: 33.3333%;
}

.xinxi_solution_main ul li.on {
    /* transition: all 0s !important;    */
}

.xinxi_solution_main ul li .left_top img {
    width: 30px;
    display: block;
    margin: 20px auto;
}

.xinxi_solution_main ul li .left_top .icon {
    width: 60px;
    display: block;
    margin: 20px auto;
}

.xinxi_solution_main ul li i {
    font-size: 24px;
    color: #FFF;
}

.xinxi_solution_main .left_top {
    font-size: 30px;
    color: #FFF;
}

.xinxi_solution_main ul li .left {
    float: left;
    width: 320px;
    background: #000;
    opacity: 0.5;
    height: 4rem;
}

.xinxi_solution_main ul li .right {
    float: left;
    width: 65%;
    position: relative;
    height: 4rem;
}

.xinxi_solution_main .right dl {
    position: absolute;
    top: 50%;
    left: 30px;
}

.xinxi_solution_main .right dd {
    color: #FFF;
    font-size: 26px;
    border-radius: 5px;
    width: 280px;
    height: 75px;
    margin-bottom: 45px;
    background: #000;
    opacity: 0.5;
}

.xinxi_solution_main .right dl a {
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 280px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    margin-top: 10px;
}

.xinxi_solution_main .right dl a.yichu {
    float: left;
    margin-right: 20px;
}

.xinxi_solution_main ul li.on {
    width: 50%;
}

.xinxi_solution_main ul li.two {
    background: url('image/pic2.png') no-repeat;
}

.xinxi_solution_main ul li.thr {
    background: url('image/pic3.png') no-repeat;
}

.xinxi_solution_main ul li.four {
    background: url('image/pic4.png') no-repeat;
}

.xinxi_solution_main ul li.five {
    background: url('image/pic5.png') no-repeat;
}

.xinxi_solution_main ul li.six {
    background: url('image/pic6.png') no-repeat;
}



.product_section .title {
    font-size: 0.25rem;
    color: #222;
    text-align: center;
    margin-bottom: 0.4427rem;
}

.product_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.product_section ul li {
    flex: 1;
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 0.4167rem;
}

.product_section ul li:last-child {
    margin-right: 0;
}

.product_section ul li img {
    width: 100%;
    vertical-align: bottom;
}

.product_section ul li .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.2083rem 0.1823rem 0.1823rem 0.2083rem;
    box-sizing: border-box;
    transition: 0.5s;
}

.product_section ul li .mask .title {
    font-size: 0.1458rem;
    line-height: 0.1875rem;
    color: #fff;
    margin-bottom: 0.1302rem;
}

.product_section ul li .mask .des {
    font-family: "pingfang";
    font-size: 0.09rem;
    color: #fff;
    line-height: 0.125rem;
    margin-bottom: 0.1563rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}

.product_section ul li:last-child(1) {
    margin-right: 0;
}

.product_section ul li:hover .des {
    margin-bottom: 0.2344rem;
    display: block;
}

.IOS_section {
    /* padding: 0.4427rem 0.8333rem 0.3438rem; */
    box-sizing: border-box;
    /* background-image: url(../image/ISO_background_img.png); */
    background-size: cover;
}

.aboutus_page .IOS_section {
    /* padding-top: 50px; */
    padding-bottom: 29px;
}


/* 关于我们 */
.aboutus_page .page1_cont {
    width: 60%;
    padding: 80px;
    position: relative;
    float: right;
    padding: 30px;
    margin: 60px 0;
    background: #00A0E9;
    color: white;
    padding-right: 0.72916rem;
}

.aboutus_page .page1_text .tit label {
    width: 65px;
    height: 8px;
    display: block;
    background-color: #fff;
    margin-top: 18px;
}

.about2 {
    height: 2.0833rem;
    background: url(../image/about2_2.png) repeat-y center top;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.page1_video {
    position: relative;
    width: 68%;
    margin-left: -46%;
    float: left;
}

.page1_tit {
    line-height: 125px;
    text-align: right;
    font-size: 22px;
    text-transform: uppercase;
    color: #999;
}

.page1_cont h4 {
    font-size: 127px;
    color: #675d50;
    opacity: 0.04;
    position: absolute;
    top: -40px;
    left: 30%;
    font-weight: normal;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.wmdys_list {
    overflow: hidden;
}

.wmdys_list ul li {
    float: left;
    width: 50%;
    padding: 0 3.5%;
    margin-top: 50px;
    box-sizing: border-box;
}

.wmdys_list ul li .web h4 {
    font-size: 20px;
    color: #00A0E9;
    margin-bottom: 20px;
}

.wmdys_list ul li span {
    float: left;
    margin-right: 15px;
    width: 67px;
    height: 67px;
    border-radius: 67px;
    border: 7px solid #bde1f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wmdys_list ul li .web {
    overflow: hidden;
    padding-top: 15px;
}

.wmdys_list ul li .web p {
    font-size: 18px;
    line-height: 24px;
    color: #313131;
    margin-top: 20px;
}

.lc_list {
    padding: 0 10% 65px;
    background: url(../image/icon20.png) repeat-y center top;
    margin-top: 65px;
    overflow: hidden;
}

.lc_list ul li {
    width: 50%;
    position: relative;
    clear: both;
}

.frt {
    float: right;
}

.flt {
    float: left;
}

.lc_list ul li.flt .web {
    padding-right: 55px;
}

.page1_text .tit h3 {
    margin-top: 20px;
    line-height: 0.36458rem;
    font-size: 0.3125rem;
    font-weight: bold;
    position: relative;
}

.page1_text .tit h3::after {
    /* content: "";
    position: absolute;
    left: 28%;
    bottom: -8px;
    width: 0.3125rem;
    height: 0.04166rem;
    background-color: white; */
}

.lc_list {
    padding: 0 10% 65px;
    background: url(../image/icon20.png) repeat-y center top;
    margin-top: 65px;
}

.lc_list ul li {
    width: 50%;
    position: relative;
    clear: both;
}

.lc_list ul li.frt .web {
    padding-left: 55px;
}

.lc_list ul li.flt .web {
    padding-right: 55px;
}

.lc_list ul li h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.lc_list ul li.frt h3 {}

.lc_list ul li.flt h3 {
    text-align: right;
}

.lc_list ul li h3 span {
    display: block;
    width: 16px;
    height: 17px;
    background: url(../image/icon19.png) no-repeat center center;
    position: absolute;
    top: 0;
}

.lc_list ul li.frt h3 span {
    left: -8px;
}

.lc_list ul li.flt h3 span {
    right: -8px;
}

.lc_list ul li p {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    height: 48px;
    margin-top: 10px;
}

.page1_text .text {
    line-height: 1.5;
    color: #222;
    overflow: hidden;
    font-size: 0.10416rem;
}

.page1_text .text p {
    margin-top: 0.1458rem;
}

.IOS_section .title {
    font-size: 0.25rem;
    color: #222;
    text-align: center;
    height: 0.3125rem;
    margin-bottom: 0.4167rem;
}

.IOS_section ul {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 创建三列 */
    gap: 10px;
    /* 可选：设置列之间的间隔 */
    list-style-type: none;
    /* 移除默认的列表样式 */
    padding: 0;

}

.logoutBtn {
    border: 1px solid #03a1e9;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
    color: #03a1e9;
    cursor: pointer;
}

.IOS_section ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.10416rem;
    /* padding: 10px; */
    box-sizing: border-box;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IOS_section ul li img {
    display: block;
    height: 102px;
    margin: 0.1rem 0;
}

.IOS_section ul li .iso_num {
    font-family: "Niveau_Grotesk";
    font-size: 0.22rem;
    color: #03a1e9;
    text-align: center;
    margin-bottom: 0.1042rem;
}

.IOS_section ul li .title {
    font-size: 0.125rem;
    color: #222222;
    margin: 0 auto;
    margin-bottom: 0.125rem;
}

.IOS_section ul li .line {
    width: 0.2083rem;
    height: 0.0208rem;
    margin: 0 auto;
    background-color: #03a1e9;
    margin-bottom: 0.2604rem;
}

.IOS_section ul li .des {
    font-family: "pingfang";
    font-size: 0.09rem;
    line-height: 0.125rem;
    color: #666;
    max-height: 0.8646rem;
    overflow-y: scroll;
}

.IOS_section ul li ::-webkit-scrollbar {
    width: 0 !important;
}

.IOS_section ul li:last-child {
    margin-right: 0;
}

.our_product {
    padding: 0 0.8333rem 0;
    box-sizing: border-box;
}

.new_product {
    padding: 0 !important;
}

.our_product .title {
    font-size: 0.25rem;
    color: #333;
    margin-bottom: 0.3906rem;
    text-align: center;
}

.our_product .product_main {
    background-image: url(../image/product_main_bg.png);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    height: 3.125rem;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.9896rem;
    padding-top: 0.7292rem;
    padding-left: 0.3125rem;
    justify-content: space-between;
}

.our_product .product_main .main_left {
    width: 3.7135rem;
}

.our_product .product_main .main_right {
    margin-left: 0.2604rem;
}

.our_product .product_main .main_right .title {
    font-size: 0.2083rem;
    color: #222;
    margin-bottom: 0.1667rem;
    text-align: left;
}

.our_product .product_main .main_right .price {
    font-family: "Niveau_Grotesk";
    font-size: 0.1771rem;
    color: #03a1e9;
    margin-bottom: 0.1667rem;
}

.our_product .product_main .main_right ul {
    margin-bottom: 0.3021rem;
}

.our_product .product_main .main_right ul li {
    display: flex;
    margin-bottom: 0.0625rem;
}

.our_product .product_main .main_right ul li img {
    width: 0.0469rem;
    height: 0.0469rem;
    margin-top: 0.0156rem;
}

.our_product .product_main .main_right ul li div {
    margin-left: 0.0156rem;
    font-family: "pingfang";
    font-size: 0.08rem;
    color: #333333;
}

.our_product .product_box .product_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.our_product .product_box .product_items .item {
    cursor: pointer;
    width: calc((100% - (0.3rem * 3)) / 4);
    max-height: 2.4219rem;
    margin-top: 0.1667rem;
    margin-right: 0.1354rem;
    background-color: #f1f3f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.our_product .product_box .product_items .item a {
    display: block;
}

.our_product .product_box .product_items .item a img {
    width: 85%;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 30px; */
}

.our_product .product_box .product_items .item a .product_name {
    text-align: center;
    font-size: 0.125rem;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.new_product .product_box .product_items .item a img {
    margin-bottom: 0.12rem !important;
}

.new_product .product_box .product_items .item a dl {
    padding: 0 15px;
    display: none;
}

.new_product .product_box .product_items .item a dl li {
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #fff;
}

.our_product .product_box .product_items .item:hover a dl {
    display: block;
}

.our_product .product_box .product_items .item a .price {
    text-align: center;
    font-family: "Niveau_Grotesk";
    font-size: 0.1042rem;
    color: #03a1e9;
}

.our_product .product_box .product_items .item:hover {
    background-color: #03a1e9;
}

.our_product .product_box .product_items .item:hover a .product_name,
.our_product .product_box .product_items .item:hover a .price {
    color: #fff;
}

.our_product .product_box .product_items .item:hover a img {
    position: relative;
    z-index: 10;
    transition: transform 0.5s;
    transform: scale(1.3);
}

.our_product .product_box .product_items .item:nth-child(4n) {
    margin-right: 0;
}

.our_product .product_box .product_items .item_more {
    padding: 0;
}

.our_product .product_box .product_items .item_more a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_product .product_box .product_items .item_more a .icon {
    margin-top: 0.6979rem;
    width: 0.4531rem;
}

.our_product .product_box .product_items .item_more a p {
    text-align: center;
    font-size: 0.125rem;
    color: #03a1e9;
    margin-bottom: 0.1667rem;
}

.our_product .product_box .product_items .item_more a .arrow {
    width: 0.1563rem;
}

.new_product {
    padding: 0 0.8333rem;
    padding-bottom: 0.4688rem;
    box-sizing: border-box;
}

.new_product .title {
    font-size: 0.25rem;
    color: #333;
    margin-top: 0.6771rem;
    margin-bottom: 0.5208rem;
    text-align: center;
}

.new_product .new_product_swiper {
    overflow: hidden;
    position: relative;
}

.new_product .new_product_swiper .swiper-slide .product_img {
    cursor: pointer;
    width: 1.4323rem;
}

.new_product .new_product_swiper .swiper-slide .title1 {
    font-size: 0.09rem;
    color: #03a1e9;
    margin-bottom: 0.1146rem;
}

.new_product .new_product_swiper .swiper-slide .title2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.3125rem;
    font-size: 0.125rem;
    color: #222;
    line-height: 1.2;
    margin-bottom: 0.1563rem;
}

.new_product .new_product_swiper .swiper-slide ul {
    margin-bottom: 0.3021rem;
}

.new_product .new_product_swiper .swiper-slide ul li {
    margin-bottom: 0.0625rem;
    display: flex;
    align-items: baseline;
}

.new_product .new_product_swiper .swiper-slide ul li img {
    width: 0.0469rem;
    height: 0.0469rem;
    margin-right: 0.0521rem;
}

.new_product .new_product_swiper .swiper-slide ul li span {
    font-family: "pingfang";
    font-size: 0.08rem;
    color: #333333;
}

.new_product .new_product_swiper .swiper-slide .buttons {
    display: flex;
    align-items: center;
}

.new_product .new_product_swiper .swiper-slide .buttons .rfq_button,
.new_product .new_product_swiper .swiper-slide .buttons .data_button {
    cursor: pointer;
    height: 0.2188rem;
    padding: 0 0.1042rem;
    background-color: #03a1e9;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_product .new_product_swiper .swiper-slide .buttons .rfq_button img,
.new_product .new_product_swiper .swiper-slide .buttons .data_button img {
    width: 0.0885rem;
    margin-right: 0.0469rem;
}

.new_product .new_product_swiper .swiper-slide .buttons .rfq_button span,
.new_product .new_product_swiper .swiper-slide .buttons .data_button span {
    font-size: 0.08rem;
    color: #fff;
}

.new_product .new_product_swiper .swiper-slide .buttons .data_button {
    width: 0.7708rem;
    background-color: #eee;
    margin-left: 0.0521rem;
}

.new_product .new_product_swiper .swiper-slide .buttons .data_button span {
    font-size: 0.08rem;
    color: #999;
}

.new_product .new_product_swiper .swiper-slide .buttons .button_red {
    background-color: #03a1e9;
}

.new_product .new_product_swiper .swiper-slide .buttons .button_red span {
    color: #fff;
}

.new_product .navigation {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.new_product .navigation .button {
    cursor: pointer;
    width: 1.2rem;
    height: 0.2188rem;
    border-radius: 0.1rem;
    background-color: #03a1e9;
}

.new_product .navigation .button .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_product .navigation .button .content img {
    width: 0.125rem;
    margin-right: 0.1042rem;
}

.new_product .navigation .button .content span.common_button_text {
    font-size: 0.08rem;
    color: #fff;
}

.new_product .navigation .arrow2_left,
.new_product .navigation .arrow2_right {
    cursor: pointer;
    margin: 0 0.0677rem;
    width: 0.2188rem;
    height: 0.2188rem;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_product .navigation .arrow2_left img,
.new_product .navigation .arrow2_right img {
    width: 0.0521rem;
}

.new_product .navigation .arrow2_left .black {
    display: block;
}

.new_product .navigation .arrow2_left .red {
    display: none;
}

.new_product .navigation .arrow2_right {
    border: 2px solid #03a1e9;
}

.new_product .navigation .arrow2_right .black {
    display: none;
}

.new_product .navigation .arrow2_right .red {
    display: block;
}

footer {
    box-sizing: border-box;
    width: 100%;
    /* background: url(../image/footer_bg.png); */
    /* background-size: cover; */
    background: #1C1C1C;
}

footer .footer {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer .footer_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 66px 0.8rem;
}

footer .footer .footer_content .logo_wechat {
    box-sizing: border-box;
    color: #fff;
    padding: 0.2344rem 0.1875rem 0 0;
}

footer .footer .footer_content .logo_wechat .logo-left {
    display: flex;
    align-items: center;
    font-size: 0.1rem;
    margin-bottom: 0.2rem;
}

footer .footer .footer_content .logo_wechat .logo {
    width: 165px;
    margin-right: 0.05rem;
}

footer .footer .footer_content .logo_wechat .icon {
    width: 22px;
    margin-right: 0.05rem;
}

footer .footer .footer_content .logo_wechat .wechat {
    display: flex;
    align-items: center;
}

footer .footer .footer_content .logo_wechat .wechat span {
    font-size: 0.0729rem;
    color: #fff;
    margin-right: 0.1198rem;
}

footer .footer .footer_content .logo_wechat .wechat .wechatBox {
    position: relative;
}

footer .footer .footer_content .logo_wechat .wechat .wechatBox .wechat_icon {
    cursor: pointer;
    width: 0.224rem;
    height: 0.224rem;
}

footer .footer .footer_content .logo_wechat .wechat .wechatBox .ewm {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -100%);
}


footer .footer .footer_content .logo_wechat .contact .contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.1146rem;
}

footer .footer .footer_content .logo_wechat .contact .contact_item .title {
    font-size: 0.0729rem;
    color: #939393;
    margin-bottom: 0.0365rem;
}

footer .footer .footer_content .logo_wechat .contact .contact_item .content {
    font-family: "pingfang";
    font-size: 0.1rem;
    color: #fff;
}


footer .footer .footer_content .nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0.2344rem 0 0 0.3125rem;
    box-sizing: border-box;
}

footer .footer .footer_content .nav .nav_item {
    margin-right: 0.4167rem;
}

footer .footer .footer_content .nav .nav_item .title {
    font-size: 0.112rem;
    display: block;
    color: #fefefe;
    margin-bottom: 0.15rem;
    white-space: nowrap;
    font-weight: bold;
}

footer .footer .footer_content .nav .nav_item .line {
    width: 0.08rem;
    height: 0.0104rem;
    background-color: #fff;
    margin-bottom: 0.1302rem;
}

footer .footer .footer_content .nav .nav_item .subNav {
    font-family: "pingfang";
    margin-bottom: 0.0781rem;
    display: block;
    font-size: 0.1rem;
    color: #cbcbcb;
}

footer .footer .footer_content .nav .nav_item:last-child {
    margin-right: 0;
}

footer .footer .footer_content .wechat {
    padding-right: 0.3125rem;
    color: #fff;
    text-align: center;
}

footer .footer .footer_content .wechat img {
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: 0.1rem;
}

footer .Copyright {
    height: 0.625rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
    box-sizing: border-box;
    text-align: center;
}

footer .Copyright .Copyright_text {
    font-size: 0.08rem;
    color: #fff;
}

footer .Copyright .left_div .icon {
    width: 0.26041rem;
    margin-right: 15px;
}

.result_nav {
    /* margin-top: 0.5208rem; */
    width: 100%;
    height: 0.25rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    /* box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.result_nav img {
    width: 24px;
    margin-right: 8px;
}

.result_nav a {
    text-transform: uppercase;
    font-size: 0.0729rem;
    color: #666;
    margin-right: 4px;
}

.result_nav a:last-child {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
}

.newBanner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newBanner .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: white;
    font-size: 0.46875rem;
    font-weight: bold;
}

.result_content {
    margin: 0.3rem 0;
}

.result_content .result_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result_content .result_title .left {
    display: flex;
    align-items: center;
}

.result_content .result_title .left img {
    width: 22px;
    margin-right: 12px;
}

.result_content .result_title .left span {
    font-size: 0.1354rem;
    color: #222222;
}

.result_content .result_title .right span {
    font-size: 0.0781rem;
    color: #333;
    text-transform: uppercase;
}

.result_content .result_title .right .result_num {
    color: #03a1e9;
}

.result_content .clearAll {
    cursor: pointer;
    margin-top: 0.1042rem;
    background-color: #03a1e9;
    color: #fff;
    width: 0.7813rem;
    height: 0.2604rem;
    text-align: center;
    line-height: 0.2604rem;
    font-size: 15px;
    margin-left: auto;
}

.result_content .resultBox {
    margin-top: 0.2604rem;
}

.result_content .resultBox .title {
    height: 0.4583rem;
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 2px solid #03a1e9;
    display: flex;
    align-items: center;
    padding-left: 0.2188rem;
    box-sizing: border-box;
}

.result_content .resultBox .title span {
    cursor: pointer;
    margin-right: 0.3125rem;
    font-size: 0.1042rem;
    color: #333333;
    text-transform: uppercase;
}

.result_content .resultBox .title span.active {
    color: #03a1e9;
}

.result_content .resultBox .news_result {
    display: none;
}

.result_content .resultBox .news_result .news_result_item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.6667rem;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.3s;
}

.result_content .resultBox .news_result .news_result_item .item_left .item_title {
    font-family: "pingfang";
    font-size: 0.09rem;
    color: #222;
}

.result_content .resultBox .news_result .news_result_item .item_left .item_des {
    font-family: "pingfang";
    margin-top: 0.08rem;
    font-size: 0.0781rem;
    color: #555;
}

.result_content .resultBox .news_result .news_result_item .item_right {
    display: flex;
    align-items: center;
}

.result_content .resultBox .news_result .news_result_item .item_right .time {
    font-family: "pingfang";
    display: flex;
    align-items: center;
    font-size: 0.09rem;
    color: #222;
    margin-right: 0.2083rem;
}

.result_content .resultBox .news_result .news_result_item .item_right .arrow {
    width: 0.2708rem;
    height: 0.2708rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result_content .resultBox .news_result .news_result_item .item_right .arrow .active_img {
    display: none;
}

.result_content .resultBox .news_result .news_result_item .item_right .arrow .img {
    display: block;
}

.result_content .resultBox .news_result .news_result_item.active {
    border-bottom: 1px solid #03a1e9;
}

.result_content .resultBox .news_result .news_result_item.active .item_left .item_title {
    font-size: 0.09rem;
    color: #03a1e9;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.sub_navbar {
    display: flex;
    justify-content: center;
}

.sub_navbar .tab-item {
    height: 40px;
    width: 160px;
    border: 1px solid #D9D9D9;
    border-radius: 60px;
    margin-right: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_navbar .tab-item.active {
    background-color: #00A0E9;
    color: #fff;
    border-color: #00A0E9;
}

.result_content .resultBox .news_result .news_result_item.active .item_right .arrow {
    background-color: #03a1e9;
}

.result_content .resultBox .news_result .news_result_item.active .item_right .arrow .active_img {
    display: block;
}

.result_content .resultBox .news_result .news_result_item.active .item_right .arrow .img {
    display: none;
}

.result_content .resultBox .result_active {
    display: block;
}

.result_content .result_page_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2604rem 0 0.2969rem;
    box-sizing: border-box;
}

.result_content .result_page_button .prev,
.result_content .result_page_button .next {
    cursor: pointer;
    margin-right: 0.1042rem;
    width: 0.7344rem;
    height: 0.2865rem;
    border-radius: 0.1432rem;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result_content .result_page_button .prev img,
.result_content .result_page_button .next img {
    width: 0.0365rem;
}

.result_content .result_page_button .prev div,
.result_content .result_page_button .next div {
    margin: 0 0.09rem;
    font-size: 0.1rem;
    color: #999;
}

.result_content .result_page_button .page_num {
    cursor: pointer;
    font-size: 0.1rem;
    width: 0.2865rem;
    height: 0.2865rem;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1042rem;
    color: #999;
}

.result_content .result_page_button .page_num.active {
    border: 2px solid #03a1e9;
    color: #03a1e9;
}

.service_banner {
    position: relative;
    width: 100%;
    height: 3.6458rem;
}

.service_banner img {
    width: 100%;
    height: 100%;
}

.service_banner .service_banner_des {
    position: absolute;
    top: 50%;
    left: 0.8333rem;
    transform: translateY(-50%);
    color: #fefefe;
    font-size: 0.25rem;
    text-transform: uppercase;
}

.files {
    margin-top: 0.2917rem;
}

.files .title_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.files .title_buttons .button {
    cursor: pointer;
    height: 0.3021rem;
    padding: 0 0.1979rem;
    box-sizing: border-box;
    border-radius: 0.1563rem;
    font-size: 0.09rem;
    color: #888;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    margin-right: 0.1042rem;
    display: flex;
    align-items: center;
}

.files .title_buttons .active {
    color: #fff;
    background-color: #03a1e9;
    border: 2px solid #03a1e9;
}

.files .files_box {
    display: none;
    margin-top: 0.3125rem;
    flex-wrap: wrap;
    align-items: center;
}

.files .files_box .files_item {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 0.1146rem 0.1563rem;
    box-sizing: border-box;
    width: calc((100% - 0.2rem * 2) / 3);
    position: relative;
    margin-bottom: 0.2865rem;
    margin-right: 0.2rem;
}

.files .files_box .files_item .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.files .files_box .files_item .top .name {
    font-size: 0.0729rem;
    color: #666;
}

.files .files_box .files_item .top .time {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #999;
}

.files .files_box .files_item .middle {
    margin-top: 0.0781rem;
    /* width: 80%; */
    font-size: 0.09rem;
    color: #222222;
    line-height: 1.5;

    display: inline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

    border-bottom: 1px solid #eee;
    padding-bottom: 0.08rem;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.files .files_box .files_item .middle img {
    width: 58px;
}

.files .files_box .files_item .bottom {
    margin-top: 0.09rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.files .files_box .files_item .bottom .size {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #999;
}

.files .files_box .files_item .bottom .download {
    display: flex;
    align-items: center;
}

.files .files_box .files_item .bottom .download span {
    font-size: 0.0729rem;
    color: #03a1e9;
    font-family: "pingfang";
}

.files .files_box .files_item .bottom .download img {
    width: 0.1198rem;
    margin-left: 0.0521rem;
}

.files .files_box .files_item:nth-child(3n) {
    margin-right: 0;
}

.files .files_box .files_item:hover {
    border: 1px solid #03a1e9;
}

.files .files_box .files_item:hover .middle {
    color: #03a1e9;
}

.files .files_box.active {
    display: flex;
}

.service2Box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.5208rem 0;
}

.service2Box .item {
    flex: 1;
    margin-right: 0.3333rem;
}

.service2Box .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4219rem;
    position: relative;
    background-color: #f4f4f4;
}

.service2Box .item a .pdf {
    width: 1.5833rem;
    height: 2.2031rem;
}

.service2Box .item a .arrow {
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 0.125rem;
    background-color: #03a1e9;
}

.service2Box .item a .arrow img {
    width: 0.125rem;
}

.service2Box .item .name {
    font-family: "pingfang";
    padding-bottom: 10px;
    width: 1.5625rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2083rem;
    font-size: 0.08rem;
    color: #222;
    border-bottom: 2px solid #f4f4f4;
}

.service2Box .item:nth-child(4n) {
    margin-right: 0;
}

.service2Box .item:hover a .arrow {
    display: flex;
}

.service2Box .item:hover .name {
    color: #03a1e9;
    border-bottom: 2px solid #03a1e9;
}

.Q_A {
    margin-top: 0.4427rem;
    margin-bottom: 0.4167rem;
}

.Q_A .Q_A_item {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    border: 2px solid #eeefee;
    margin-top: -0.1563rem;
    background-color: #fff;
    overflow: hidden;
}

.Q_A .Q_A_item .question {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 0.2604rem;
    padding-bottom: 0.2083rem;
    box-sizing: border-box;
    padding-top: 0.1042rem;
}

.Q_A .Q_A_item .question .left {
    display: flex;
    align-items: center;
}

.Q_A .Q_A_item .question .left div {
    word-break: break-all;
    font-size: 0.125rem;
    line-height: 1.5;
    color: #333333;
    text-transform: capitalize;
}

.Q_A .Q_A_item .question .left span {
    word-break: break-all;
    font-size: 0.125rem;
    line-height: 1.5;
    color: #333333;
    text-transform: capitalize;
}

.Q_A .Q_A_item .question .left .Q {
    font-size: 0.1667rem;
    color: #999;
    margin-right: 0.125rem;
}

.Q_A .Q_A_item .question .right {
    margin-left: 0.0781rem;
}

.Q_A .Q_A_item .question .right img {
    width: 0.1979rem;
    height: 0.1979rem;
}

.Q_A .Q_A_item .question .right .active_img {
    display: none;
}

.Q_A .Q_A_item .question .right .img {
    display: block;
}

.Q_A .Q_A_item .answer {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
}

.Q_A .Q_A_item:nth-child(1) {
    margin-top: 0;
}

.Q_A .Q_A_item:nth-last-child(1) {
    border-bottom: none;
}

.Q_A .Q_A_item.active {
    border: 2px solid #03a1e9;
}

.Q_A .Q_A_item.active .question .right .active_img {
    display: block;
}

.Q_A .Q_A_item.active .question .right .img {
    display: none;
}

.Q_A .Q_A_item.active .answer {
    height: auto;
    display: flex;
    padding: 0.1563rem 0.2604rem 0.2083rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #faf4f5, #fff);
}

.Q_A .Q_A_item.active .answer div {
    font-family: "pingfang";
    color: #03a1e9;
    font-size: 0.09rem;
    line-height: 1.5;
    word-break: unset;
}

.Q_A .Q_A_item.active .answer .A {
    font-family: "gotham";
    font-size: 0.09rem;
}

.Warranty .title {
    margin-top: 0.5rem;
    margin-left: 0.8333rem;
    font-size: 0.2083rem;
    color: #222;
    position: relative;
}

.Warranty .title::after {
    position: absolute;
    bottom: -0.0208rem;
    left: 0.0156rem;
    width: 0.1563rem;
    height: 0.0208rem;
    background-color: #03a1e9;
    content: "";
}

.Warranty .content {
    margin-top: 0.3333rem;
    display: flex;
    background-color: #fafafa;
    width: 100%;
    align-items: flex-end;
    padding: 0 0.8333rem;
    box-sizing: border-box;
}

.Warranty .content .text {
    font-family: "pingfang";
    margin-top: 0.4167rem;
    margin-right: 0.4948rem;
    flex: 1;
    font-size: 0.09rem;
    color: #222;
}

.Warranty .content .imgBox {
    width: 4.6458rem;
    height: 2.6458rem;
    position: relative;
}

.Warranty .content .imgBox img {
    width: 4.6458rem;
    height: 3.1927rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.QA_title {
    margin-top: 0.5rem;
    margin-left: 0.8333rem;
    font-size: 0.2083rem;
    color: #222;
    position: relative;
}

.QA_title::after {
    position: absolute;
    bottom: -0.0208rem;
    left: 0.0156rem;
    width: 0.1563rem;
    height: 0.0208rem;
    background-color: #03a1e9;
    content: "";
}

.about_video {
    margin-top: 0.4583rem;
}

.about_video .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4583rem;
    margin-bottom: 0.2865rem;
}

.about_video .main .left {
    width: 5.4688rem;
    height: 3.0729rem;
    position: relative;
}

.about_video .main .left .main_img {
    width: 5.4688rem;
    height: 3.0729rem;
    position: absolute;
    top: 0;
    left: 0;
}

.about_video .main .left .start {
    width: 0.3646rem;
    height: 0.3646rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_video .main .left .video_des {
    position: absolute;
    bottom: 0.2604rem;
    left: 0.2292rem;
    color: #fff;
}

.about_video .main .left .video_des .time {
    font-size: 0.08rem;
    margin-bottom: 0.0781rem;
}

.about_video .main .left .video_des .title {
    font-size: 0.125rem;
    margin-bottom: 0.0781rem;
}

.about_video .main .left .video_des .content {
    font-size: 0.0781rem;
}

.about_video .main .right {
    width: 2.6042rem;
    height: 3.0729rem;
    position: relative;
    border-bottom: 2px solid #cacaca;
}

.about_video .main .right .imgBox {
    width: 2.6042rem;
    height: 1.4583rem;
    margin-bottom: 0.2083rem;
    position: relative;
}

.about_video .main .right .imgBox .main_img {
    width: 2.6042rem;
    height: 1.4583rem;
    position: absolute;
    top: 0;
    left: 0;
}

.about_video .main .right .imgBox .start {
    width: 0.3646rem;
    height: 0.3646rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_video .main .right .video_des {
    color: #999;
}

.about_video .main .right .video_des .time {
    font-size: 0.08rem;
    margin-bottom: 0.1042rem;
}

.about_video .main .right .video_des .title {
    color: #222;
    font-size: 0.125rem;
    margin-bottom: 0.1302rem;
}

.about_video .main .right .video_des .content {
    font-size: 0.08rem;
}

.about_video .main .right .play {
    position: absolute;
    bottom: 0.0521rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.08rem;
    color: #999;
}

.about_video .main .right .play .active_arrow {
    display: none;
}

.about_video .main .right .play .arrow {
    display: block;
}

.about_video .main .right:hover {
    border-bottom: 2px solid #03a1e9;
    cursor: pointer;
}

.about_video .main .right:hover .title {
    color: #03a1e9;
}

.about_video .main .right:hover .play span {
    color: #03a1e9;
}

.about_video .main .right:hover .play .active_arrow {
    display: block;
}

.about_video .main .right:hover .play .arrow {
    display: none;
}

.about_video .videos {
    display: flex;
    flex-wrap: wrap;
}

.about_video .videos .videos_item {
    width: calc((100% - 0.2rem * 2) / 3);
    position: relative;
    margin-bottom: 0.23rem;
    box-sizing: border-box;
    margin-right: 0.2rem;
    box-shadow: 0px 0px 25px rgba(11, 85, 162, 0.15);
}

.about_video .videos .videos_item .imgBox {
    width: 100%;
    height: 1.4583rem;
    position: relative;
}

.about_video .videos .videos_item .imgBox .main_img {
    width: 100%;
    height: 1.4583rem;
    vertical-align: bottom;
}

.about_video .videos .videos_item .imgBox .start {
    width: 0.3646rem;
    height: 0.3646rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about_video .videos .videos_item .video_des {
    color: #999;
    font-size: 0.125rem;
    /* white-space: nowrap; */
    overflow: hidden;
    padding: 15px;
}

.about_video .videos .videos_item .video_des .time {
    font-size: 0.08rem;

}

.about_video .videos .videos_item .video_des .title {
    color: #222;
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.13541rem;
    padding-bottom: 0.13541rem;
}

.about_video .videos .videos_item .video_des .start_btn {
    font-size: 0.08rem;
    color: #00A0E9;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}

.about_video .videos .videos_item .video_des .content {
    font-size: 0.08rem;
    font-family: "pingfang";
}

.about_video .videos .videos_item .play {
    position: absolute;
    bottom: 0.0521rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.08rem;
    color: #999;
}

.about_video .videos .videos_item .play .active_arrow {
    display: none;
}

.about_video .videos .videos_item .play .arrow {
    display: block;
}

.about_video .videos .videos_item:nth-child(3n) {
    margin-right: 0;
}

.about_video .videos .videos_item:hover .video_des {
    cursor: pointer;
    /* background-color: #03a1e9;
    color: #fff !important; */
}

.about_video .videos .videos_item:hover .video_des .title {
    /* color: #fff !important; */
}



.about_video .videos .videos_item:hover .title {
    color: #03a1e9;
}

.about_video .videos .videos_item:hover .play span {
    color: #03a1e9;
}

.about_video .videos .videos_item:hover .play .active_arrow {
    display: block;
}

.about_video .videos .videos_item:hover .play .arrow {
    display: none;
}

.about_common_content {
    margin: 0.4948rem 0;
}

.about_common_content .main {
    margin-top: 0.4948rem;
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: 0.3958rem;
}

.about_common_content .main img {
    height: 3.125rem;
}

.about_common_content .main .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.6042rem;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 0.2604rem;
    box-sizing: border-box;
}

.about_common_content .main .box p {
    font-size: 0.09rem;
    color: #333;
    line-height: 1.5;
    font-family: "pingfang";
}

.about_common_content .main .box .title {
    font-family: "gotham";
    font-size: 0.125rem;
}

.about_common_content .itemsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_common_content .itemsBox .item {
    width: 2.6042rem;
    height: 3.2292rem;
}

.about_common_content .itemsBox .item img {
    width: 2.6042rem;
    height: 2.3542rem;
    margin-bottom: 0.2292rem;
}

.about_common_content .itemsBox .item p {
    font-family: "pingfang";
    font-size: 0.08rem;
    line-height: 0.1354rem;
    color: #333;
}

.about_common_content .itemsBox .item .title {
    font-family: "gotham";
    font-size: 0.1146rem;
    color: #222;
    margin-bottom: 0.1042rem;
}

.news {
    margin-top: 0.4583rem;
}

.news .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4583rem;
    margin-bottom: 0.2865rem;
}

.news .main .left {
    cursor: pointer;
    width: 5.4688rem;
    height: 2.6823rem;
    position: relative;
}

.news .main .left .imgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(to bottom, transparent, #222);
    opacity: 0.6;
}

.news .main .left .main_img {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news .main .left .video_des {
    z-index: 4;
    position: absolute;
    bottom: 0.2604rem;
    left: 0.2292rem;
    color: #fff;
}

.news .main .left .video_des .time {
    font-size: 0.08rem;
    margin-bottom: 0.0781rem;
}

.news .main .left .video_des .title {
    max-width: 4.8177rem;
    font-size: 0.1042rem;
    margin-bottom: 0.0781rem;
}

.news .main .right {
    cursor: pointer;
    width: 2.6042rem;
    height: 2.6823rem;
    position: relative;
    border-bottom: 2px solid #cacaca;
}

.news .main .right .imgBox {
    width: 2.6042rem;
    height: 1.6667rem;
    margin-bottom: 0.1042rem;
    position: relative;
}

.news .main .right .imgBox .main_img {
    width: 2.6042rem;
    height: 1.6667rem;
    position: absolute;
    top: 0;
    left: 0;
}

.news .main .right .video_des {
    color: #999;
}

.news .main .right .video_des .time {
    font-size: 0.08rem;
    margin-bottom: 0.1042rem;
}

.news .main .right .video_des .title {
    color: #222;
    font-size: 0.1042rem;
}

.news .main .right .play {
    position: absolute;
    bottom: 0.0521rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.08rem;
    color: #999;
}

.news .main .right .play .active_arrow {
    display: none;
}

.news .main .right .play .arrow {
    display: block;
}

.news .main .right:hover {
    border-bottom: 2px solid #03a1e9;
    cursor: pointer;
}

.news .main .right:hover .title {
    color: #03a1e9;
}

.news .main .right:hover .play span {
    color: #03a1e9;
}

.news .main .right:hover .play .active_arrow {
    display: block;
}

.news .main .right:hover .play .arrow {
    display: none;
}

.page_news {
    /* padding: 50px 0; */
}

.pages {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.page_news ul li {
    padding: 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: rgba(247, 247, 247);
    margin-bottom: 15px;
    border-radius: 12px;
}

.page_news ul li:after {
    content: '';
    display: table;
    clear: both;
}

.page_news ul li .news_lt {
    color: #999;
    font-size: 16px;
    float: left;
    margin-right: 25px;
    text-align: center;
    line-height: 33px;
    background-color: #e7e7e7;
}

.page_news ul li:hover .text h3 {
    color: #00A0E9;
}

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

.news_lt img {
    display: block;
    width: 360px;
    height: 225px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.img {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    border-radius: 15px;
}

.img img {
    position: relative;
    transition: all 0.5s;
}

.img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}

.img:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.img:hover img {
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}



.page_news ul li .text {
    overflow: hidden;
    padding-right: 20px;
}

.page_news ul li .text h3 {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    color: #222;
    margin-bottom: 15px;
    height: 120px;
    padding-top: 10px;
}

.page_news ul li .text .move {
    color: #00A0E9;
    cursor: pointer;
    font-size: 16px;
}

.page_news ul li .text p {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.page_news ul li .text p.date {
    display: block;
    font-size: 14px;
    line-height: 25px !important;
    height: auto;
}

.page_news ul li:hover .news_lt {}

.page_news ul li:hover .news_lt * {
    color: #fff;
}


.news .news_page_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2604rem 0 0.2969rem;
    box-sizing: border-box;
}

.news .news_page_button .prev,
.news .news_page_button .next {
    cursor: pointer;
    margin-right: 0.1042rem;
    width: 0.7344rem;
    height: 0.2865rem;
    border-radius: 0.1432rem;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .news_page_button .prev img,
.news .news_page_button .next img {
    width: 0.0365rem;
}

.news .news_page_button .prev div,
.news .news_page_button .next div {
    margin: 0 0.09rem;
    font-size: 0.1rem;
    color: #999;
}

.news .news_page_button .page_num {
    cursor: pointer;
    font-size: 0.1rem;
    width: 0.2865rem;
    height: 0.2865rem;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1042rem;
    color: #999;
}

.news .news_page_button .page_num.active {
    border: 2px solid #03a1e9;
    color: #03a1e9;
}

.news_detail {
    display: flex;
}

.news_detail .news_content {
    width: 5.5208rem;
    border-right: 2px solid #f0f0f0;
    padding-right: 0.3125rem;
    box-sizing: border-box;
}

.news_detail .news_content .news_title {
    border-bottom: 2px solid #f2f2f2;
}

.news_detail .news_content .news_title .time {
    font-size: 0.125rem;
    color: #03a1e9;
    margin-top: 0.3125rem;
}

.news_detail .news_content .news_title .news_name {
    font-size: 0.2604rem;
    color: #333333;
    margin-top: 0.1042rem;
}

.news_detail .news_content .news_title .labels {
    margin-top: 0.1563rem;
    margin-bottom: 0.09rem;
    display: flex;
    align-items: center;
}

.news_detail .news_content .news_title .labels .label_item {
    font-size: 0.08rem;
    color: #999;
    height: 0.2292rem;
    line-height: 0.2292rem;
    padding: 0 0.1042rem;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0.1146rem;
    margin-right: 10px;
}

.news_detail .news_content .content {
    border-bottom: 2px solid #f2f2f2;
    padding: 0.2083rem 0;
    box-sizing: border-box;
}

.news_detail .news_content .content p {
    font-family: "pingfang";
    font-size: 0.09rem;
    line-height: 0.1719rem;
    color: #333;
}

.news_detail .news_content .content img {
    width: 100%;
    margin: 0.1302rem 0;
}

.news_detail .news_content .news_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.1302rem 0;
    padding-right: 0.5208rem;
}

.news_detail .news_content .news_button .button {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 0.2865rem;
    border: 2px solid #eee;
    border-radius: 0.1432rem;
    padding: 0 0.2083rem;
    box-sizing: border-box;
    font-size: 0.1rem;
    color: #999;
}

.news_detail .news_content .news_button .button img {
    margin-right: 0.0677rem;
}

.news_detail .news_content .news_button .button .right {
    margin-left: 0.0677rem;
    margin-right: 0;
}

.news_detail .news_content .news_button .button span {
    font-family: "pingfang";
}

.news_detail .latest {
    flex: 1;
    padding-left: 0.3125rem;
    box-sizing: border-box;
}

.news_detail .latest .title {
    margin-top: 0.3646rem;
    padding-bottom: 0.1563rem;
    box-sizing: border-box;
    border-bottom: 2px solid #f0f0f0;
    font-size: 0.1875rem;
    color: #333;
}

.news_detail .latest .latest_item .item {
    margin-bottom: 15px;
}

.news_detail .latest .latest_item .item .time {
    font-size: 0.08rem;
    color: #999;
    margin-top: 0.075rem;
}

.news_detail .latest .latest_item .item .name {
    font-size: 0.1042rem;
    color: #333;
    margin-top: 0.09rem;
}

.news_detail .latest .latest_item .item .img {
    margin-top: 10px;
}

.news_detail .latest .latest_item .item img {
    width: 2.4844rem;
    height: 1.3958rem;
    border-radius: 15px;
    overflow: hidden;
}

.contact_info {
    /* margin-top: 0.4688rem; */
}

.contact_info .title {
    margin-left: 0;
}

.contact_info .info_box {
    margin: 0.26rem 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.contact_info .info_box .item {
    width: 1.9792rem;
    height: 1.4271rem;
    padding: 0 0.2083rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: 1;
    background-color: #f7f7f7;
}

.contact_info .info_box .item:nth-child(2) {
    /* border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1; */
    margin: 0 25px;
}

.contact_info .info_box .item img {
    height: 0.3333rem;
    margin-bottom: 0.1458rem;
}

.contact_info .info_box .item .name {
    font-family: "pingfang";
    font-size: 0.1042rem;
    color: #666;
    margin-bottom: 0.0677rem;
}

.contact_info .info_box .item .content {
    font-family: "pingfang";
    font-size: 0.08rem;
    color: #222;
    margin-bottom: 0.0677rem;
    text-align: center;
    font-weight: 700;
}

.contact_info .info_box .item .other {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #666;
    text-align: center;
}

.contact_info .info_box .item:nth-child(3) img {
    height: 0.2865rem;
}

.contact_info .info_box .item:nth-child(4) img {
    height: 0.6979rem;
}

.contact_info .info_box .item:hover .content {
    color: #03a1e9;
}

.anchorBL {
    display: none !important;
}

.distributors_agents .title {
    margin-left: 0;
}

.distributors_agents .agents_table {
    margin-top: 0.1823rem;
    width: 8.3333rem;
    border-collapse: collapse;
}

.distributors_agents .agents_table tr {
    height: 0.6771rem;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.distributors_agents .agents_table thead tr {
    height: 0.4688rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #03a1e9 !important;
}

.distributors_agents .agents_table thead td {
    font-size: 0.1042rem;
    color: #222222 !important;
}

.distributors_agents .agents_table tbody td {
    font-family: "pingfang";
}

.distributors_agents .agents_table tbody td p {
    font-family: "pingfang";
}

.distributors_agents .agents_table tr td:nth-child(1) {
    width: 2.08rem;
    text-align: center;
}

.distributors_agents .agents_table tr td:nth-child(1) img {
    display: block;
    margin: 0 auto;
}

.distributors_agents .agents_table tr td:nth-child(2) {
    width: 1.6667rem;
    font-size: 0.09rem;
    color: #222;
}

.distributors_agents .agents_table tr td:nth-child(3) {
    width: 2.9167rem;
    font-size: 0.09rem;
    color: #03a1e9;
}

.distributors_agents .agents_table tr td:nth-child(4) {
    font-size: 0.09rem;
    color: #222;
}

.contact_us .contact_form {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.contact_us .contact_form img {
    width: 5rem;
    height: 100%;
}

.contact_us .contact_form .form {
    flex: 1;
    height: 100%;
    background-color: #f1f1f1;
    padding: 0.25rem;
    box-sizing: border-box;
}

.contact_us .contact_form .form .inputBox {
    width: 100%;
    min-height: 0.3333rem;
    position: relative;
    margin-bottom: 0.0729rem;
}

.contact_us .contact_form .form input {
    width: 100%;
    height: 0.3333rem;
    background-color: #fff;
    outline: none;
    border: none;
    padding-left: 0.1042rem;
    box-sizing: border-box;
}

.contact_us .contact_form .form input:required {
    padding-left: 0.1563rem;
}

.contact_us .contact_form .form .input_label {
    font-size: 0.08rem;
    color: #03a1e9;
    z-index: 5;
    position: absolute;
    top: 0.18rem;
    left: 0.1042rem;
    transform: translateY(-50%);
}

.contact_us .contact_form .form input::-webkit-input-placeholder,
.contact_us .contact_form .form textarea::-webkit-input-placeholder {
    color: #333;
}

.contact_us .contact_form .form input::-moz-placeholder,
.contact_us .contact_form .form textarea::-moz-placeholder {
    color: #333;
}

.contact_us .contact_form .form input:-moz-placeholder,
.contact_us .contact_form .form textarea:-moz-placeholder {
    color: #333;
}

.contact_us .contact_form .form input:-ms-input-placeholder,
.contact_us .contact_form .form textarea:-ms-input-placeholder {
    color: #333;
}

.contact_us .contact_form .form textarea {
    width: 100%;
    padding: 0.1042rem;
    height: 0.7813rem;
    background-color: #fff;
    outline: none;
    border: none;
    resize: none;
    box-sizing: border-box;
}

.contact_us .contact_form .form .fileUpload {
    padding: 0.09rem;
    background: #f8f8f8;
}

.contact_us .contact_form .form .fileUpload .title {
    font-size: 0.08rem;
    color: #333;
}

.contact_us .contact_form .form .fileUpload .des {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #666;
    margin-bottom: 0.0729rem;
}

.contact_us .contact_form .form .fileUpload .files_upLoad .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.4688rem;
    height: 0.1823rem;
    padding: 0 0.0521rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
}

.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name span {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #666;
}

.contact_us .contact_form .form .fileUpload .files_upLoad .left .file_name img {
    z-index: 3;
    width: 8px;
    height: 8px;
}

.contact_us .contact_form .form .fileUpload .files_upLoad .add {
    font-family: "pingfang";
    cursor: pointer;
    flex: 1;
    height: 0.1823rem;
    background-color: #f4e6e7;
    color: #03a1e9;
    border: 1px solid #03a1e9;
    line-height: 0.1823rem;
    text-align: center;
}

.contact_us .contact_form .form .fileUpload .input_file {
    display: none;
}

.contact_us .contact_form .form #submit {
    cursor: pointer;
    background-color: #03a1e9;
    color: #fff;
    text-align: center;
    height: 0.3333rem;
    line-height: 0.3333rem;
    font-size: 0.08rem;
}

.newProduct_box {
    margin-top: 0.2083rem;
    padding-bottom: 0.2604rem;
}

.newProduct_box .newProduct_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2083rem 0 0.2917rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.9896rem;
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 0.0729rem;
}

.newProduct_box .newProduct_item .left {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.newProduct_box .newProduct_item .left .imgBox {
    height: 0.9896rem;
    width: 0.8333rem;
    display: flex;
    align-items: center;
    margin-right: 0.3125rem;
}

.newProduct_box .newProduct_item .left .imgBox img {
    width: 0.7969rem;
}

.newProduct_box .newProduct_item .left .product_info .name {
    font-size: 0.08rem;
    color: #333;
    margin-bottom: 0.08rem;
    font-family: "pingfang";
}

.newProduct_box .newProduct_item .left .product_info .num {
    font-size: 0.1042rem;
    color: #03a1e9;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 0.1198rem;
    font-family: "pingfang";
}

.newProduct_box .newProduct_item .left .product_info .des {
    font-size: 0.0781rem;
    color: #666;
    font-family: "pingfang";
}

.newProduct_box .newProduct_item .time {
    font-size: 0.09rem;
    color: #222;
    font-family: "pingfang";
}

.newProduct_box .newProduct_item:hover {
    border-bottom: 1px solid #03a1e9;
}

.newProduct_mask {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.newProduct_mask .selected_product {
    width: 4.6875rem;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    display: flex;
}

.newProduct_mask .selected_product .imgBox {
    width: 2.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newProduct_mask .selected_product .imgBox img {
    width: 1.4323rem;
}

.newProduct_mask .selected_product .product_info {
    flex: 1;
    margin-left: 0.2083rem;
    padding-top: 0.3958rem;
    box-sizing: border-box;
}

.newProduct_mask .selected_product .product_info .name {
    font-size: 0.09rem;
    color: #333;
    margin-bottom: 0.09rem;
}

.newProduct_mask .selected_product .product_info .num {
    font-size: 0.125rem;
    color: #03a1e9;
    margin-bottom: 0.0729rem;
}

.newProduct_mask .selected_product .product_info .des {
    font-family: "pingfang";
    font-size: 0.0781rem;
    color: #666;
    margin-bottom: 0.1667rem;
}

.newProduct_mask .selected_product .product_info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.0729rem;
    height: 18px;
}

.newProduct_mask .selected_product .product_info ul li img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.newProduct_mask .selected_product .product_info ul li span {
    font-family: "pingfang";
    font-size: 0.0729rem;
    color: #333;
}

.newProduct_mask .selected_product .product_info ul .title {
    font-size: 0.08rem;
    color: #222;
    margin-bottom: 0.09rem;
}

.newProduct_mask .selected_product .product_info .buttons {
    margin-top: 0.2083rem;
    display: flex;
    align-items: center;
}

.newProduct_mask .selected_product .product_info .buttons .rfq_button,
.newProduct_mask .selected_product .product_info .buttons .data_button {
    cursor: pointer;
    height: 0.2188rem;
    padding: 0 0.1042rem;
    background-color: #03a1e9;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newProduct_mask .selected_product .product_info .buttons .rfq_button img,
.newProduct_mask .selected_product .product_info .buttons .data_button img {
    width: 0.0885rem;
    margin-right: 0.0469rem;
}

.newProduct_mask .selected_product .product_info .buttons .rfq_button span,
.newProduct_mask .selected_product .product_info .buttons .data_button span {
    font-size: 0.08rem;
    color: #fff;
}

.newProduct_mask .selected_product .product_info .buttons .data_button {
    width: 0.7708rem;
    background-color: #eee;
    margin-left: 0.0521rem;
}

.newProduct_mask .selected_product .product_info .buttons .data_button span {
    font-size: 0.08rem;
    color: #999;
}

.newProduct_mask .selected_product .product_info .buttons .button_red {
    background-color: #03a1e9;
}

.newProduct_mask .selected_product .product_info .buttons .button_red span {
    color: #fff;
}

.newProduct_mask .selected_product .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.1771rem;
    height: 0.1771rem;
    background-color: #f4f4f4;
}

.newProduct_mask .selected_product .close img {
    width: 0.0573rem;
}

.cart_box {
    margin-top: 0.2083rem;
}

.cart_box .cart_products {
    width: 100%;
    padding: 0.1667rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}

.cart_box .cart_products .product_item {
    width: calc((100% - (0.0729rem * 3)) / 4);
    height: 1.1458rem;
    margin-right: 0.0729rem;
    margin-bottom: 0.0729rem;
    background-color: #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}

.cart_box .cart_products .product_item .product_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.1302rem;
    box-sizing: border-box;
    height: 0.2708rem;
    border-bottom: 1px solid #f4f4f4;
}

.cart_box .cart_products .product_item .product_num span {
    font-size: 0.08rem;
    color: #222222;
}

.cart_box .cart_products .product_item .product_num .delete_cart_item {
    width: 0.2604rem;
    height: 0.2604rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.cart_box .cart_products .product_item .product_num .delete_cart_item img {
    width: 0.0781rem;
}

.cart_box .cart_products .product_item .quantity {
    padding-left: 0.1302rem;
    padding-right: 0.1042rem;
    margin: 0.0521rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_box .cart_products .product_item .quantity .left {
    font-family: "pingfang";
    font-size: 0.0781rem;
    color: #888888;
}

.cart_box .cart_products .product_item .quantity .quantity_box {
    height: 0.1771rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.cart_box .cart_products .product_item .quantity .quantity_box span {
    font-size: 0.09rem;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_box .cart_products .product_item .quantity .quantity_box .sub,
.cart_box .cart_products .product_item .quantity .quantity_box .add {
    width: 0.1771rem;
    height: 0.1771rem;
}

.cart_box .cart_products .product_item .quantity .quantity_box .sub img,
.cart_box .cart_products .product_item .quantity .quantity_box .add img {
    width: 0.0573rem;
}

.cart_box .cart_products .product_item .quantity .quantity_box .num {
    width: 0.2604rem;
    background-color: #f4f4f4;
    outline: none;
    text-align: center;
}

.cart_box .cart_products .product_item .quantity .quantity_box input::-webkit-outer-spin-button,
.cart_box .cart_products .product_item .quantity .quantity_box input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.cart_box .cart_products .product_item .quantity .quantity_box input[type="number"] {
    -moz-appearance: textfield;
}

.cart_box .cart_products .product_item .message {
    width: 100%;
    padding-left: 0.1302rem;
    padding-right: 0.1042rem;
    box-sizing: border-box;
}

.cart_box .cart_products .product_item .message .product_msg {
    font-family: "pingfang";
    width: 100%;
    height: 0.4688rem;
    display: block;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 0.0729rem;
    outline: none;
    border: none;
    resize: none;
    box-sizing: border-box;
}

.cart_box .cart_products .product_item:hover {
    border-bottom: 2px solid #03a1e9;
}

.cart_box .cart_products .product_item:hover .product_num span {
    color: #03a1e9;
}

.cart_box .cart_products .product_item:nth-child(4n) {
    margin-right: 0;
}

.cart_box .cart_contact {
    margin-top: 2px;
    padding: 0.1667rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    flex-wrap: wrap;
}

.cart_box .cart_contact .inputBox {
    width: calc((100% - (0.0677rem * 3)) / 4);
    height: 0.25rem;
    position: relative;
    margin: 0.0365rem 0;
    margin-right: 0.0677rem;
}

.cart_box .cart_contact .inputBox input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 0.08rem;
    padding-left: 0.1302rem;
    box-sizing: border-box;
    outline: none;
}

.cart_box .cart_contact .inputBox label {
    position: absolute;
    top: 50%;
    left: 0.0781rem;
    transform: translateY(-50%);
    font-size: 0.08rem;
    color: #03a1e9;
}

.cart_box .cart_contact .inputBox:nth-child(4n) {
    margin-right: 0;
}

.cart_submit {
    width: 1.9531rem;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    color: #fff;
    background-color: #03a1e9;
    font-size: 0.08rem;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0.2083rem auto 0.2604rem;
}

.cart_R_side {
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    top: 75%;
    right: -8px;
    transform: translateY(-50%) scale(0.8);
    z-index: 999;
    background-color: white;
    box-shadow: 0px 0px 25px rgba(11, 85, 162, 0.15);
}

.cart_R_side .nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    padding: 15px 4px;
    position: relative;
}

.cart_R_side .nav-item .subDiv {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: white;
    box-shadow: 0px 0px 25px rgba(11, 85, 162, 0.15);
    padding: 15px;
    font-size: 16px;
    width: 150px;
    transform: translateX(-100%);
}

.cart_R_side .nav-item i {
    width: 40px;
    /* 设置图标的宽度 */
    height: 40px;
    /* 设置图标的高度 */
    margin-bottom: 2px;
    /* 保证图标完整显示 */
}

.cart_R_side .nav-item i.icon-wechat {
    background: url(../image/wx.png) no-repeat;
    background-size: contain;
}

.cart_R_side .nav-item i.icon-phone {
    background: url(../image/dh.png) no-repeat;
    background-size: contain;
}

.cart_R_side .nav-item i.icon-cart {
    background: url(../image/gwc.png) no-repeat;
    background-size: contain;
}

.cart_R_side .nav-item i.icon-top {
    background: url(../image/fhdb.png) no-repeat;
    background-size: contain;
}

.cart_R_side .nav-item.arrow {
    background-color: #00A0E9;
    color: white !important;
}

.cart_R_side .nav-item:hover {
    color: #00A0E9;
}

.cart_R_side .nav-item span {
    font-size: 14px;
}

/* 设置各个按钮的图标 */
.icon-wechat {
    background-image: url(../images/wechat.png);
    /* 微信图标 */
}

.icon-phone {
    background-image: url(../images/phone.png);
    /* 电话图标 */
}

.icon-cart {
    background-image: url(../images/cart.png);
    /* 购物车图标 */
}

.icon-top {
    background-image: url(../images/top.png);
    /* 返回顶部图标 */
}



/* 产品应用 */
.applications_section .body {
    display: flex;
}

.applications_section .body .item {
    width: 20%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applications_section .body .item .bg_img {
    position: relative;
    transition: all 0.5s;
}

.applications_section .body .item:hover .bg_img {
    transform: scale(1.2);
}

.applications_section .body .item .con {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.applications_section .body .item .con .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.applications_section .body .item .con p {
    font-family: auto;
}

.cart_R_side .top {
    position: relative;
}

.cart_R_side .top img {
    width: 0.1302rem;
}

.cart_R_side .top .cartNum {
    position: absolute;
    top: -20%;
    right: -20%;
    font-size: 12px;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #fff !important;
    color: #03a1e9 !important;
    text-align: center;
    line-height: 0.08rem;
    opacity: 0;
}

.cart_R_side .text {
    margin-top: 0.2604rem;
    font-size: 0.0781rem;
    color: #fff;
    transform: rotate(90deg);
}

.cart_R_side .arrow {
    /* margin-top: 0.2604rem;
    width: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transform: rotate(180deg); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_R_side .arrow img {
    margin-bottom: 0.2rem;
    position: absolute;
    transform: rotate(90deg);
}

.tipsMask {
    width: 100%;
    height: 100%;
    z-index: 105;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 999;
}

.tipsMask .tipsBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5521rem;
    padding: 0.1302rem 0.1563rem;
    box-sizing: border-box;
    background-color: #fff;
}

.tipsMask .tipsBox .tipsTitle {
    font-size: 0.08rem;
    color: #03a1e9;
    padding-bottom: 0.08rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
}

.tipsMask .tipsBox .tipsContent {
    margin-top: 0.0885rem;
    font-size: 0.08rem;
    color: #222222;
    line-height: 0.1042rem;
}

.tipsMask .tipsBox .tipsButton {
    pointer-events: all;
    cursor: pointer;
    width: 0.4896rem;
    height: 0.1875rem;
    margin-top: 0.1354rem;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.0729rem;
}

.cart_mask {
    width: 100%;
    height: 100%;
    z-index: 105;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.cart_mask .cart_fixed {
    width: 2.2344rem;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.cart_mask .cart_fixed .title {
    width: 100%;
    height: 0.5208rem;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.09rem;
    box-sizing: border-box;
    position: relative;
}

.cart_mask .cart_fixed .title .left {
    position: relative;
    display: flex;
    align-items: center;
}

.cart_mask .cart_fixed .title .left img {
    width: 0.1302rem;
    margin-right: 0.1042rem;
}

.cart_mask .cart_fixed .title .left span {
    font-size: 0.09rem;
    color: #fff;
}

.cart_mask .cart_fixed .title .left .cartNum {
    position: absolute;
    top: -0.026rem;
    left: 0.1042rem;
    font-size: 12px;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #fff;
    color: #03a1e9;
    text-align: center;
    line-height: 0.08rem;
}

.cart_mask .cart_fixed .title .right {
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 0.1563rem;
    display: flex;
    align-items: center;
}

.cart_mask .cart_fixed .title .right img {
    height: 0.08rem;
    margin-left: 0.0781rem;
}

.cart_mask .cart_fixed .title .clearAll {
    cursor: pointer;
    position: absolute;
    bottom: 0.0521rem;
    right: 0.3125rem;
    background-color: #03a1e9;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 0.1042rem;
    height: 0.1823rem;
    text-align: center;
    line-height: 0.1823rem;
    font-size: 0.0677rem;
    margin-left: auto;
}

.cart_mask .cart_fixed .product {
    flex: 1;
    padding: 0.1354rem;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.cart_mask .cart_fixed .product .item {
    width: 100%;
    height: 1.1458rem;
    margin-right: 0.0729rem;
    margin-bottom: 0.0729rem;
    background-color: #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}

.cart_mask .cart_fixed .product .item .product_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.1302rem;
    box-sizing: border-box;
    height: 0.2708rem;
    border-bottom: 1px solid #f4f4f4;
}

.cart_mask .cart_fixed .product .item .product_num span {
    font-size: 0.08rem;
    color: #222222;
}

.cart_mask .cart_fixed .product .item .product_num .delete_cart_item {
    width: 0.2604rem;
    height: 0.2604rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.cart_mask .cart_fixed .product .item .product_num .delete_cart_item img {
    width: 0.0781rem;
}

.cart_mask .cart_fixed .product .item .quantity {
    padding-left: 0.1302rem;
    padding-right: 0.1042rem;
    margin: 0.0521rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_mask .cart_fixed .product .item .quantity .left {
    font-family: "pingfang";
    font-size: 0.0781rem;
    color: #888888;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box {
    height: 0.1771rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box span {
    font-size: 0.09rem;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box .sub,
.cart_mask .cart_fixed .product .item .quantity .quantity_box .add {
    width: 0.1771rem;
    height: 0.1771rem;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box .sub img,
.cart_mask .cart_fixed .product .item .quantity .quantity_box .add img {
    width: 0.0573rem;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box .num {
    width: 0.2604rem;
    background-color: #f4f4f4;
    outline: none;
    text-align: center;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box input::-webkit-outer-spin-button,
.cart_mask .cart_fixed .product .item .quantity .quantity_box input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.cart_mask .cart_fixed .product .item .quantity .quantity_box input[type="number"] {
    -moz-appearance: textfield;
}

.cart_mask .cart_fixed .product .item .message {
    width: 100%;
    padding-left: 0.1302rem;
    padding-right: 0.1042rem;
    box-sizing: border-box;
}

.cart_mask .cart_fixed .product .item .message .product_msg {
    font-family: "pingfang";
    width: 100%;
    height: 0.4688rem;
    display: block;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 0.0729rem;
    outline: none;
    border: none;
    resize: none;
    box-sizing: border-box;
}

.cart_mask .cart_fixed .product .item:hover {
    border-bottom: 2px solid #03a1e9;
}

.cart_mask .cart_fixed .product .item:hover .product_num span {
    color: #03a1e9;
}

.cart_mask .cart_fixed .cart_contact {
    border-top: 2px solid #fff;
    padding: 0.1302rem;
    padding-bottom: 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.cart_mask .cart_fixed .cart_contact .inputBox {
    width: 100%;
    height: 0.25rem;
    position: relative;
    margin-bottom: 0.0521rem;
}

.cart_mask .cart_fixed .cart_contact .inputBox input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 0.08rem;
    padding-left: 0.1302rem;
    box-sizing: border-box;
    outline: none;
}

.cart_mask .cart_fixed .cart_contact .inputBox label {
    position: absolute;
    top: 50%;
    left: 0.0781rem;
    transform: translateY(-50%);
    font-size: 0.08rem;
    color: #03a1e9;
}

.cart_mask .cart_fixed .cart_contact .submit {
    width: 100%;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    color: #fff;
    background-color: #03a1e9;
    font-size: 0.08rem;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 0.0781rem;
    margin-bottom: 0.2083rem;
}

.whoweare .topBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-image: url(../image/about_bg.png);
}

.whoweare .topBox .left {
    width: 50%;
    margin-top: 0.9271rem;
    padding-left: 0.8333rem;
    padding-right: 0.4167rem;
    box-sizing: border-box;
}

.whoweare .topBox .left .common_title {
    margin: 0;
    margin-bottom: 0.2292rem;
}

.whoweare .topBox .left p {
    font-size: 0.09rem;
    line-height: 1.5;
    color: #333;
}

.whoweare .topBox .left p span {
    color: #03a1e9;
    font-size: 0.09rem !important;
}

.whoweare .topBox .who_swiper {
    flex: 1;
    overflow: hidden;
    height: 100%;
    margin-top: 0.7292rem;
}

.whoweare .topBox .who_swiper .swiper1 {
    width: 100%;
    height: 100%;
}

.whoweare .topBox .who_swiper .swiper1 .swiper-slide img {
    width: 100%;
    height: 2.9896rem;
    vertical-align: bottom;
}

.whoweare .control {
    display: flex;
    align-items: center;
    height: 0.4063rem;
}

.whoweare .control .left {
    width: 50%;
    height: 100%;
    display: flex;
}

.whoweare .control .left .white {
    flex: 1;
}

.whoweare .control .left .prev,
.whoweare .control .left .next {
    width: 0.4063rem;
    height: 100%;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whoweare .control .left .prev img,
.whoweare .control .left .next img {
    width: 0.125rem;
}

.whoweare .control .left .prev {
    background-color: #e9e9e9;
}

.whoweare .control .right {
    width: 50%;
    height: 100%;
    background-color: #03a1e9;
}

.strengths {
    padding-bottom: 1.1979rem;
    overflow: hidden;
}

.strengths .swiper2 {
    width: 100%;
    height: 4.4531rem;
    margin-top: 0.4688rem;
    position: relative;
}

.strengths .swiper2 .swiper-slide {
    height: 4.4531rem;
}

.strengths .swiper2 .swiper-slide img {
    height: 4.4531rem;
    width: 100%;
}

.strengths .swiper2 .textBox {
    position: absolute;
    bottom: -0.5469rem;
    left: 0.5208rem;
    width: 6.0781rem;
    height: 2.9792rem;
    padding: 0.3125rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    z-index: 3;
    box-shadow: 1px 1px 30px 5px rgba(0, 0, 0, 0.1);
}

.strengths .swiper2 .textBox div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}

.strengths .swiper2 .textBox div p {
    word-break: break-word;
    font-size: 0.09rem;
    color: #333;
    line-height: 1.4;
}

.strengths .swiper2 .textBox div::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.strengths .swiper2 .textBox div::-webkit-scrollbar-track {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.strengths .swiper2 .textBox div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #03a1e9;
    background: #03a1e9;
}

.strengths .swiper2 .swiper2_control {
    position: absolute;
    bottom: 0;
    z-index: 3;
    right: 0.8333rem;
    display: flex;
    align-items: center;
}

.strengths .swiper2 .swiper2_control .prev,
.strengths .swiper2 .swiper2_control .next {
    width: 0.4063rem;
    height: 0.4063rem;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strengths .swiper2 .swiper2_control .prev img,
.strengths .swiper2 .swiper2_control .next img {
    width: 0.125rem;
}

.strengths .swiper2 .swiper2_control .prev {
    background-color: #e9e9e9;
}

.about_banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.0208rem;
}

.about_banner .redBox {
    width: 4.0104rem;
    height: 100%;
    background-color: #03a1e9;
    padding-left: 0.8333rem;
    padding-right: 0.4688rem;
    box-sizing: border-box;
}

.about_banner .redBox .title {
    margin-top: 1.7708rem;
    margin-bottom: 0.1563rem;
    font-size: 0.1667rem;
    color: #fff;
}

.about_banner .redBox .des {
    font-size: 0.0885rem;
    line-height: 1.5;
    color: #fff;
    font-family: "pingfang";
}

.about_banner .redBox .next_page {
    margin-top: 0.2604rem;
    display: flex;
    align-items: center;
}

.about_banner .redBox .next_page img {
    width: 0.2604rem;
}

.about_banner .about_banner_imgBox {
    flex: 1;
    height: 100%;
}

.about_banner .about_banner_imgBox img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.side_button {
    cursor: pointer;
    position: absolute;
    top: 35vh;
    left: 2.255rem;
    transform: translateX(-150%);
    width: 0.15rem;
    height: 0.75rem;
    padding: 0.1563rem 0 0.08rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #FFFFFF;
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.3s;
}

.side_button_left0 {
    left: 1.0255rem;
}

.side_button .button_text {
    display: block;
    font-size: 0.0729rem;
    color: #03a1e9;
    writing-mode: tb-rl;
}

.side_button .actived {
    display: none;
}

.side_button img {
    width: 0.0365rem;
    transition: 0.2s;
    transform: rotate(180deg);
}

.side_button_active .button_text {
    display: none;
}

.side_button_active .actived {
    display: block;
}

.side_button_active img {
    transform: rotate(0);
}

.product_content {
    position: relative;
    display: flex;
}

.product_content .left {
    width: 1.1979rem;
    box-sizing: border-box;
    height: 90vh;
    padding-bottom: 0.2083rem;
    overflow-y: scroll;
    transition: 0.3s;
    background: #FFFFFF;
    /* box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.06); */
}

#tabelBox {
    margin-top: 12px;
}

.product_content .left .title {
    color: #03a1e9;
    font-size: 0.1354rem;
    border-bottom: 2px solid #03a1e9;
    padding-top: 0.25rem;
    padding-bottom: 0.1302rem;
    box-sizing: border-box;
    text-align: center;
}

.product_content .left .list .list_item {
    height: 0.2292rem;
    padding: 5px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 0.08rem;
    color: #333333;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.product_content .left .list .list_item.active {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left .list .list_item:hover {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left .list .list_items {
    min-height: 0.2292rem;
    box-sizing: border-box;
}

.product_content .left .list .list_items .title_name {
    cursor: pointer;
    height: 0.2292rem;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.08rem;
    color: #333333;
    border-bottom: 1px solid #eaeaea;
    padding-right: 0.125rem;
    box-sizing: border-box;
}

.product_content .left .list .list_items .title_name .arrow {
    display: block;
}

.product_content .left .list .list_items .title_name .active_arrow {
    display: none;
}

.product_content .left .list .list_items .sub_title_name {
    cursor: pointer;
    box-sizing: border-box;
    height: 0.2292rem;
    padding: 5px 0;
    padding-left: 0.1146rem;
    display: none;
    align-items: center;
    font-size: 0.0781rem;
    color: #333333;
    border-bottom: 1px solid #eaeaea;
}

.product_content .left .list .list_items .sub_title_name.active {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left .list .list_items.active .title_name {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left .list .list_items.open .title_name .arrow {
    display: none;
}

.product_content .left .list .list_items.open .title_name .active_arrow {
    display: block;
}

.product_content .left .list .list_items.open .sub_title_name {
    display: flex;
}

.product_content .left .list .list_items.actives .title_name {
    color: #333333;
    border-bottom: 1px solid #eaeaea;
}

.product_content .left .list .list_items.actives .title_name .arrow {
    display: none;
}

.product_content .left .list .list_items.actives .title_name .active_arrow {
    display: block;
}

.product_content .left .list .list_items.actives .sub_title_name {
    display: flex;
}

.product_content .left .list .list_items .title_name:hover {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left .list .list_items.actives:hover .title_name {
    color: #333333;
    border-bottom: 1px solid #eaeaea;
}

.product_content .left .list .list_items .sub_title_name:hover {
    color: #03a1e9;
    border-bottom: 1px solid #03a1e9;
}

.product_content .left::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.product_content .left::-webkit-scrollbar-track {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.product_content .left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #ddd;
    background: #ddd;
}

.product_content .left0 {
    width: 0;
    border: none;
}

.product_content .right {
    display: block;
    width: calc(100% - 1.1979rem);
    padding-left: 0.2344rem;
    box-sizing: border-box;
    transition: 0.3s;
    padding-bottom: 0.2604rem;
}

.product_content .right .noData {
    font-size: 0.1563rem;
    color: #333;
    text-align: center;
    margin-top: 1.0417rem;
}

.product_content .right .content_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.125rem;
}

.product_content .right .content_title .lefts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_content .right .content_title .lefts img {
    width: 22px;
    margin-right: 12px;
}

.product_content .right .content_title .lefts span {
    font-size: 0.1354rem;
    color: #222222;
}

.product_content .right .content_title .rights span {
    font-size: 0.0781rem;
    color: #333;
    text-transform: uppercase;
}

.product_content .right .content_title .rights .result_num {
    color: #03a1e9;
}

.product_content .right .filters {
    padding: 0.0521rem 0.1563rem;
    background-color: #eeeeee;
    margin-top: 0.1042rem;
}

.product_content .right .filters .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_content .right .filters .title .title_left {
    display: flex;
    align-items: center;
}

.product_content .right .filters .title .title_left span {
    font-size: 0.09rem;
    color: #333333;
}

.product_content .right .filters .title .title_left div {
    cursor: pointer;
    margin-left: 0.1042rem;
    height: 0.1563rem;
    padding: 0 0.0885rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4d7d8;
    color: #03a1e9;
    font-size: 0.0729rem;
}

.product_content .right .filters .title .title_right {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product_content .right .filters .title .title_right span {
    font-size: 0.0729rem;
    color: #fff;
}

.product_content .right .filters .title .title_right .hideText {
    display: block;
}

.product_content .right .filters .title .title_right .showText {
    display: none;
}

.product_content .right .filters .title .title_right img {
    margin-left: 0.0521rem;
    transform: rotate(90deg);
    transition: 0.3s;
}

.product_content .right .filters .title .title_right.hide .hideText {
    display: none;
}

.product_content .right .filters .title .title_right.hide .showText {
    display: block;
}

.product_content .right .filters .title .title_right.hide img {
    transform: rotate(270deg);
}

.product_content .right .filters .filter_box {
    margin-top: 0.0521rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.product_content .right .filters .filter_box .inputBox {
    cursor: pointer;
    width: 32%;
    margin-right: 1%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.026rem 0.0521rem;
    box-sizing: border-box;
    margin-bottom: 0.0521rem;
}

.product_content .right .filters .filter_box .inputBox .inputBox_title,
.product_content .right .filters .filter_box .inputBox span {
    font-size: 0.0729rem;
    color: #333333;
}

.product_content .right .filters .filter_box .inputBox .inputBox_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_content .right .filters .filter_box .inputBox img {
    width: 0.0573rem;
    transition: 0.3s;
}

.product_content .right .filters .filter_box .inputBox img.active_img {
    transform: rotate(180deg);
}

.product_content .right .filters .filter_box .inputBox .popBox {
    display: none;
}

.product_content .right .filters .filter_box .inputBox .popBox.active {
    display: block;
}

.product_content .right .filters .filter_box .inputBox .popBox_checkbox,
.product_content .right .filters .filter_box .inputBox .popBox_slider {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid #ececec;
    width: 100%;
    z-index: 103;
    height: auto;
    padding: 10px 0;
    min-height: 0.4167rem;
    background-color: #fff;
    box-shadow: 1px 8px 15px 1px rgba(0, 0, 0, 0.1);
}

.product_content .right .filters .filter_box .inputBox .slide_numBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.2604rem;
    padding: 0 0.0677rem;
    box-sizing: border-box;
}

.product_content .right .filters .filter_box .inputBox .slide_numBox .slide_num {
    width: 0.3125rem;
    height: 0.125rem;
    background-color: #fff;
    border-radius: 0.0313rem;
    border: 1px solid #888888;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.125rem;
    color: #333333;
}

.product_content .right .filters .filter_box .inputBox .slide {
    margin-top: 10px;
    width: 100%;
    padding: 0 0.0677rem;
    box-sizing: border-box;
}

.product_content .right .filters .filter_box .inputBox .layui-form {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.0521rem;
    box-sizing: border-box;
    margin-top: 0;
    flex-wrap: wrap;
}

.product_content .right .filters .filter_box .inputBox .layui-form .layui-unselect.layui-form-checkbox {
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
    padding-left: 22px;
    font-size: 0.0729rem;
}

.product_content .right .filters .filter_box .inputBox .layui-form .layui-unselect.layui-form-checkbox:nth-child(3n) {
    margin-right: 0;
}

.product_content .right .filters .filter_box .inputBox .layui-form .layui-form-checkbox[lay-skin="primary"] span {
    padding: 0;
}

.product_content .right .filters .filter_box .inputBoxs {
    visibility: hidden;
}

.product_content .right .layui-form {
    margin-top: 0.1042rem;
    border-width: 0;
    overflow: hidden;
    width: 100%;
}

.product_content .right .layui-form .layui-table-header thead tr {
    background-color: #eeeeee;
}

.product_content .right .layui-form .layui-table-header thead .layui-table-cell {
    padding: 0;
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: inherit;
    border-right: 1px solid #e3dfdf;
}

.layui-table-fixed-r .layui-table-cell {
    border: none !important;
}

.product_content .right .layui-form .layui-table-header thead .layui-table-cell span {
    color: #333333;
    font-size: 0.0729rem !important;
}

.product_content .right .layui-form .layui-table-header thead .layui-table-cell span:nth-child(1) {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.026rem;
}

.product_content .right .layui-form .layui-table-box>.layui-table-header thead tr th:nth-child(1) .layui-table-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_content .right .layui-form .layui-table-box>.layui-table-header thead tr th:nth-child(1) .layui-table-cell span {
    padding: 3px 10px;
    background-color: #03a1e9;
    color: #fff;
    font-size: 0.0625rem !important;
    text-align: center;
    display: block;
}

.product_content .right .layui-form .layui-table-box {
    border-width: 0;
}

.product_content .right .layui-form .layui-table-box .layui-table-header,
.product_content .right .layui-form .layui-table-box .layui-table-fixed,
.product_content .right .layui-form .layui-table-box th,
.product_content .right .layui-form .layui-table-box td,
.product_content .right .layui-form .layui-table-box tr {
    border-width: 0;
}

.product_content .right .layui-form .layui-table-box .layui-table-header .layui-table {
    margin-bottom: 0;
}

.product_content .right .layui-form .layui-table-box .layui-table-header {
    border-bottom: 2px solid #03a1e9;
}

.product_content .right .layui-form .layui-table-cell {
    padding: 0;
    text-align: center;
    height: 0.2083rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_content .right .layui-form .layui-table-cell span {
    color: #333333;
    font-size: 0.0729rem;
}

.product_content .right .layui-form .layui-table-cell_column {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_content .right .layui-form .layui-table-cell_column span {
    display: block;
    white-space: pre-wrap;
    color: #333333;
    line-height: 1.3;
    font-size: 0.0729rem;
}

.product_content .right .layui-form .layui-unselect {
    height: auto;
    box-sizing: border-box;
}

.product_content .right .layui-form .layui-unselect .layui-table-sort {
    margin-left: 0;
}

.product_content .right .layui-form .layui-unselect .layui-table-sort .sort {
    display: block;
}

.product_content .right .layui-form .layui-unselect .layui-table-sort .sort_active {
    transform: rotate(180deg);
    transition: 0.3s;
    display: none;
}

.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort {
    margin-left: 0;
}

.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort .sort {
    display: none;
}

.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort .sort_active {
    display: block;
}

.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort {
    margin-left: 0;
}

.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort .sort {
    display: none;
}

.product_content .right .layui-form .layui-unselect.sort_desc .layui-table-sort .sort_active {
    transform: rotate(0);
    display: block;
}

.product_content .right .layui-form .layui-table-body tbody tr {
    height: 25px;
    border-bottom: 1px solid #efefef;
}

.product_content .right .layui-form .layui-table-body tbody tr td {
    height: 25px;
}

.product_content .right .layui-form .layui-table-body tbody tr td .layui-table-cell {
    /* height: 25px; */
}

.product_content .right .layui-form .layui-table-body tbody td {
    text-align: center;
    font-size: 0.0729rem;
    padding: 5px 0;
}

.product_content .right .layui-form .layui-table-body tbody td div {
    font-family: "pingfang";
}

.product_content .right .layui-form .layui-table-body tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.product_content .right .layui-form .layui-btn {
    background-color: transparent;
    height: auto;
    line-height: 1;
}

.product_content .right .layui-form .layui-btn img {
    max-width: none;
    height: 25px;
}

.product_content .right .layui-form .layui-form-checked[lay-skin="primary"] i {
    background-color: #03a1e9;
    border: 1px solid #a5a5a5 !important;
}

.product_content .right .layui-form .layui-form-checkbox[lay-skin="primary"]:hover i {
    border: 1px solid #a5a5a5;
}

.product_content .right .layui-form .layui-table-hover {
    background-color: #fff;
}

.product_content .right .layui-form .layui-table-fixed .layui-table-body::-webkit-scrollbar {
    display: none;
}

.product_content .right .layui-form .layui-table-fixed .layui-table-body:hover {
    overflow-y: auto;
}

.product_content .right .layui-form ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.product_content .right .layui-form ::-webkit-scrollbar-button,
.product_content .right .layui-form ::-webkit-scrollbar-button:vertical {
    display: none;
}

.product_content .right .layui-form ::-webkit-scrollbar-track,
.product_content .right .layui-form ::-webkit-scrollbar-track:vertical {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.product_content .right .layui-form ::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.product_content .right .layui-form ::-webkit-scrollbar-thumb,
.product_content .right .layui-form ::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #03a1e9;
    background-color: #03a1e9;
}

.product_content .right .layui-form ::-webkit-scrollbar-corner,
.product_content .right .layui-form ::-webkit-scrollbar-corner:vertical {
    background-color: #f5f5f5;
}

.product_content .rightAll {
    width: 100% !important;
    padding-left: 0.25rem;
    transition: 0.3s;
}

.product_content .rightAll .filters .filter_box .inputBox {
    width: 24%;
    margin-right: 1%;
}

.product_content .right2 {
    display: none;
    width: calc(100% - 1.5rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
    transition: 0.3s;
}

.product-detail {
    display: block !important;
}

.product_content .right2 .content_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
}

.product_recommend .content_title {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.15rem;
}

.product_recommend .navigation {
    margin-top: 0;
}

.product_recommend .new_product_swiper .swiper-slide .title2 {
    font-size: 0.08rem;
}

.product_content .right2 .content_title .lefts img {
    width: 22px;
    margin-right: 12px;
}

.product_content .right2 .content_title .lefts span {
    font-size: 0.1354rem;
    color: #222222;
}

.product_content .right2 .content_title .rights span {
    font-size: 0.0781rem;
    color: #333;
    text-transform: uppercase;
}

.product_content .right2 .content_title .rights .result_num {
    color: #03a1e9;
}

.product_content .right2 .product_info {
    margin-top: 0.1354rem;
}

.product_content .right2 .product_info .top {
    border-top: 1px solid #eeeeee;
    /* height: 2.1875rem; */
    padding: 0 0.2813rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.product_content .right2 .product_info .top .imgBox {
    width: auto;
    /* height: 1.75rem; */
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
    /* overflow: hidden; */
}

.product_content .right2 .product_info .top .imgBox img {
    height: 100%;
}

.product_content .right2 .product_info .top .rightBox .name {
    font-size: 0.12rem;
    color: #03a1e9;
    margin-bottom: 0.1042rem;
}

.product_content .right2 .product_info .top .rightBox .num {
    font-size: 0.1875rem;
    color: #222;
    margin-bottom: 0.3125rem;
}

.product_content .right2 .product_info .top .rightBox .buttons {
    display: flex;
    flex-direction: column;
}

.product_content .right2 .product_info .top .rightBox .buttons .repertory {
    font-size: 0.12rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .btns {
    display: flex;
    margin-top: 0.12rem;
    font-size: 0.1rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .btns .btn {}

.product_content .right2 .product_info .top .rightBox .buttons .rfq {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.2188rem;
    padding: 0 0.1042rem;
    box-sizing: border-box;
    background-color: #03a1e9;
    margin-right: 0.0521rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .rfq img {
    height: 0.099rem;
    margin-right: 0.0521rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .rfq span {
    font-size: 0.08rem;
    color: #fff;
}

.product_content .right2 .product_info .top .rightBox .buttons .data {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    height: 0.2188rem;
    padding: 0 0.1042rem;
    box-sizing: border-box;
    background-color: #eeeeee;
    margin-right: 0.09rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .data img {
    height: 0.099rem;
    margin-right: 0.0521rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .data span {
    font-size: 0.08rem;
    color: #999999;
}

.product_content .right2 .product_info .top .rightBox .buttons .data_red {
    background-color: #03a1e9;
}

.product_content .right2 .product_info .top .rightBox .buttons .data_red span {
    color: #fff;
}

.product_content .right2 .product_info .top .rightBox .buttons .stock {
    display: flex;
    align-items: center;
}

.product_content .right2 .product_info .top .rightBox .buttons .stock img {
    margin-right: 0.0781rem;
    height: 0.2083rem;
}

.product_content .right2 .product_info .top .rightBox .buttons .stock span {
    font-size: 0.08rem;
    color: #222;
}

.product_content .right2 .product_info .top .rightBox .buttons .stock .gray {
    display: none;
}

.product_content .right2 .product_info .top .rightBox .buttons .stock .colorful {
    display: block;
}

.product_content .right2 .product_info .top .back {
    cursor: pointer;
    position: absolute;
    top: 0.1563rem;
    right: 0;
    width: 0.5313rem;
    height: 0.2188rem;
    border-radius: 0.1rem;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_content .right2 .product_info .top .back img {
    width: 8px;
    margin-right: 0.0885rem;
}

.product_content .right2 .product_info .top .back span {
    font-size: 16px;
    color: #333333;
}

.product_content .right2 .product_info .bottom {
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
}

.product_content .right2 .product_info .bottom .ulBox {
    margin-top: 0.1563rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item {
    flex: 1;
    background-color: #F6F6F6FF;
    padding: 30px;
    box-sizing: border-box;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item:nth-child(2n) {
    margin-left: 20px;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item li {
    display: flex;
    margin-bottom: 0.0781rem;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item li img {
    width: 10px;
    height: 10px;
    margin-top: 6px;
    margin-right: 0.0521rem;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item li span {
    font-family: "pingfang";
    font-size: 0.08rem;
    color: #333333;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item .title {
    font-weight: 700;
    font-size: 0.1042rem;
    color: #333333;
    margin-bottom: 0.1042rem;
    display: flex;
    align-items: center;
    line-height: initial;
}

.product_content .right2 .product_info .bottom .ulBox .ul_item .title .icon {
    width: 22px;
    height: 22px;
}

.product_recommend .new_product {
    padding: 0;
}

.custom_button {
    cursor: pointer;
    position: fixed;
    bottom: 0.9375rem;
    right: 0;
    padding: 0 0.0521rem;
    height: 0.2604rem;
    box-sizing: border-box;
    border-radius: 0.1302rem;
    background-color: #03a1e9;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.08rem;
    z-index: 99999;
}

.custom_button img {
    width: 0.1302rem;
    margin-right: 0.0521rem;
}

.compare_fixed_box {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 102;
    transition: 0.3s;
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.1);
}

.compare_fixed_box .compare_fixed_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8333rem;
    box-sizing: border-box;
    height: 0.3958rem;
    border-bottom: 1px solid #ebebeb;
}

.compare_fixed_box .compare_fixed_title .left {
    font-size: 0.1042rem;
    color: #333333;
    font-family: "pingfang";
}

.compare_fixed_box .compare_fixed_title .right {
    display: flex;
    align-items: center;
}

.compare_fixed_box .compare_fixed_title .right .button {
    cursor: pointer;
    user-select: none;
    height: 0.1875rem;
    padding: 0 0.1823rem;
    box-sizing: border-box;
    border: 0.0104rem solid #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_fixed_box .compare_fixed_title .right .button span {
    font-size: 0.08rem;
    color: #03a1e9;
}

.compare_fixed_box .compare_fixed_title .right .button img {
    margin-left: 0.0521rem;
    width: 0.0729rem;
}

.compare_fixed_box .compare_fixed_title .right .compare_button {
    cursor: pointer;
    width: 0.974rem;
    height: 0.1875rem;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.0729rem;
    color: #f8f8f8;
    text-transform: uppercase;
    margin-left: 0.0521rem;
}

.compare_button_reset {
    background-color: white !important;
    border: 2px solid rgba(0, 160, 233, 1);
    box-sizing: border-box;
    color: #03a1e9 !important;
}

.compare_fixed_box .compare_fixed_content {
    width: calc(100vw - 0.8333rem * 2);
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
}

.compare_fixed_box .compare_fixed_content .compare_items {
    margin: 0.0521rem 0;
    width: auto;
    white-space: nowrap;
}

.compare_fixed_box .compare_fixed_content .compare_items .compare_item {
    user-select: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.0521rem 0.1302rem;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    margin-right: 0.1042rem;
    font-size: 0.08rem;
    color: #222222;
}

.compare_fixed_box .compare_fixed_content .compare_items .compare_item img {
    width: 0.0521rem;
    position: absolute;
    top: 0.0521rem;
    right: 0.0521rem;
}

.compare_fixed_box .compare_fixed_content .compare_items .compare_item:hover {
    color: #fff;
    background-color: #03a1e9;
}

.compare_fixed_box .compare_fixed_content::-webkit-scrollbar {
    width: 10%;
    height: 0.0313rem;
}

.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-track {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #03a1e9;
    background: #03a1e9;
}

.compare_fixed_box.hide {
    bottom: -100%;
    box-shadow: none;
}

.compare_fixed_box.close {
    bottom: -0.3646rem;
}

.compare_fixed_box.close .button .open_text,
.compare_fixed_box.close .button .open_img {
    display: block;
}

.compare_fixed_box.close .button .close_text,
.compare_fixed_box.close .button .close_img {
    display: none;
}

.compare_fixed_box.open {
    bottom: 0;
    left: 0;
}

.compare_fixed_box.open .button .open_text,
.compare_fixed_box.open .button .open_img {
    display: none;
}

.compare_fixed_box.open .button .close_text,
.compare_fixed_box.open .button .close_img {
    display: block;
}

.compare_page .layui-form {
    margin-top: 0.2604rem;
    border: none;
}

.compare_page .layui-form .layui-table th {
    /* border: none; */
}

.compare_page .layui-form ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.compare_page .layui-form ::-webkit-scrollbar-button,
.compare_page .layui-form ::-webkit-scrollbar-button:vertical {
    display: none;
}

.compare_page .layui-form ::-webkit-scrollbar-track,
.compare_page .layui-form ::-webkit-scrollbar-track:vertical {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.compare_page .layui-form ::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.compare_page .layui-form ::-webkit-scrollbar-thumb,
.compare_page .layui-form ::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #03a1e9;
    background-color: #03a1e9;
}

.compare_page .layui-form ::-webkit-scrollbar-corner,
.compare_page .layui-form ::-webkit-scrollbar-corner:vertical {
    background-color: #f5f5f5;
}

.compare_page .layui-table-header {
    border: none;
}

.compare_page .layui-table-header table thead tr {
    height: 0.4167rem;
    background-color: #fff;
}

.compare_page .layui-table-header table thead tr th {
    background-color: #fff;
    padding: 0;
    height: 0.4167rem;
    box-sizing: border-box;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell {
    height: 0.4167rem;
    line-height: 1;
    padding: 0;
    background-color: #fff;
    padding: 0 0.05rem;
    position: relative;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    cursor: pointer;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .close:hover {
    border: 1px solid red;
    border-radius: 50%;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span {
    padding-top: 0.0625rem;
    padding-left: 0.0625rem;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.08rem;
    color: #222;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-bottom: 2px solid #f8f8f8;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box {
    display: flex;
    align-items: center;
    margin-top: 0.0521rem;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button {
    display: flex;
    align-items: center;
    margin-right: 0.1823rem;
    font-size: 0.0677rem;
    color: #888;
    text-transform: uppercase;
    cursor: pointer;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button img {
    margin-right: 0.0521rem;
    width: 0.1354rem;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .compare_button_box .button2 {
    margin-right: 0;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell span .close_img {
    position: absolute;
    top: 0.0521rem;
    right: 0.0521rem;
    width: 0.0521rem;
}

.compare_page .layui-table-header table thead tr th .layui-table-cell:hover span {
    color: #03a1e9;
    border-bottom: 2px solid #03a1e9;
}

.compare_page .layui-table-header table thead tr th:nth-child(1) {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.compare_page .layui-table-header table thead tr th:nth-child(1) .layui-table-cell {
    background-color: #03a1e9;
    color: #fff;
    width: 310px;
    height: 0.3646rem;
    padding: 0;
}

.compare_page .layui-table-header table thead tr th:nth-child(1) .layui-table-cell span {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03a1e9;
    border-bottom: 2px solid #03a1e9;
    font-size: 0.12rem;
    font-weight: 700;
}

.compare_page .layui-table-body {
    margin-top: 18px;
}

.compare_page .layui-table-body table tbody td div {
    font-family: "pingfang";
}

.compare_page .layui-table-body table tbody .compare_product_img {
    display: block;
    margin: 0 auto;
    max-width: none;
    height: 130px;
}

.compare_page .layui-table-body table tbody tr {
    height: 25px;
}

.compare_page .layui-table-body table tbody tr td {
    height: 25px;
}

.compare_page .layui-table-body table tbody tr td .layui-table-cell {
    height: 25px;
}

.compare_page .layui-table-body table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.compare_page .layui-table-body table tbody tr:nth-child(1) {
    height: 130px;
}

.compare_page .layui-table-body table tbody tr:nth-child(1) td {
    padding: 0 !important;
}

.compare_page .layui-table-body table tbody tr:nth-child(2) {
    height: 100px;
}

.compare_page .layui-table-body table tbody tr:nth-child(2) .layui-table-cell {
    height: 100px;
}

.red-text {
    color: red;
}

.compare_page .layui-table-fixed .layui-table-body tr td .layui-table-cell {
    color: #333333;
    font-size: 14px;
    font-family: "gotham";
}

.compare_page .result_title .left {
    display: flex;
    align-items: center;
}

.result_body .layui-table-cell {
    min-height: 40px;
    height: auto;
    line-height: 22px;
}

.cart-page .layui-table-cell {
    min-height: auto;
}

.layui-table-cell {
    white-space: inherit !important;
}

.layui-table-cell a {
    text-decoration: inherit !important;
}

.custom_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 105;
}

.custom_mask .customBox {
    padding: 0.1563rem 0.1823rem;
    box-sizing: border-box;
    width: 2.9271rem;
    height: auto;
    background-color: #fff;
    position: relative;
}

.custom_mask .customBox .close_button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.1771rem;
    height: 0.1771rem;
    background-color: #f4f4f4;
    cursor: pointer;
}

.custom_mask .customBox .close_button img {
    width: 0.0521rem;
}

.custom_mask .customBox .custom_title {
    font-size: 0.1354rem;
    color: #333333;
}

.custom_mask .customBox #custom_msg {
    font-family: "pingfang";
    margin-top: 0.1042rem;
    width: 100%;
    height: 0.6771rem;
    background-color: #f4f4f4;
    padding: 0.08rem;
    box-sizing: border-box;
    outline: none;
    border: none;
    resize: none;
}

.custom_mask .customBox .fileUpload {
    margin-top: 0.0521rem;
    padding: 0.09rem;
    box-sizing: border-box;
    background: #f4f4f4;
}

.custom_mask .customBox .fileUpload .title {
    font-size: 0.08rem;
    color: #333;
}

.custom_mask .customBox .fileUpload .des {
    font-size: 0.0729rem;
    color: #666;
    font-family: "pingfang";
    margin-bottom: 0.0729rem;
}

.custom_mask .customBox .fileUpload .files_upLoad .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.custom_mask .customBox .fileUpload .files_upLoad .left .file_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.4688rem;
    height: 0.1823rem;
    padding: 0 0.0521rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
}

.custom_mask .customBox .fileUpload .files_upLoad .left .file_name span {
    font-size: 0.0729rem;
    color: #666;
}

.custom_mask .customBox .fileUpload .files_upLoad .left .file_name img {
    z-index: 3;
    width: 0.0365rem;
    height: 0.0365rem;
}

.custom_mask .customBox .fileUpload .files_upLoad .add {
    font-family: "pingfang";
    cursor: pointer;
    flex: 1;
    margin-left: 0.1042rem;
    height: 0.1823rem;
    background-color: #f4e6e7;
    color: #03a1e9;
    border: 1px solid #03a1e9;
    line-height: 0.1823rem;
    text-align: center;
}

.custom_mask .customBox .fileUpload .input_file {
    display: none;
}

.custom_mask .customBox .inputBox {
    width: 100%;
    height: 0.25rem;
    position: relative;
    margin-top: 0.0521rem;
}

.custom_mask .customBox .inputBox .input_label {
    font-size: 0.08rem;
    color: #03a1e9;
    z-index: 5;
    position: absolute;
    top: 55%;
    left: 0.1042rem;
    transform: translateY(-50%);
}

.custom_mask .customBox .inputBox input {
    width: 100%;
    height: 0.25rem;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    padding-left: 0.1042rem;
    box-sizing: border-box;
}

.custom_mask .customBox .inputBox input:required {
    padding-left: 0.1563rem;
}

.custom_mask .customBox input::-webkit-input-placeholder,
.custom_mask .customBox textarea::-webkit-input-placeholder {
    color: #bcbcbc;
}

.custom_mask .customBox input::-moz-placeholder,
.custom_mask .customBox textarea::-moz-placeholder {
    color: #bcbcbc;
}

.custom_mask .customBox input:-moz-placeholder,
.custom_mask .customBox textarea:-moz-placeholder {
    color: #bcbcbc;
}

.custom_mask .customBox input:-ms-input-placeholder,
.custom_mask .customBox textarea:-ms-input-placeholder {
    color: #bcbcbc;
}

.custom_mask .customBox .submit {
    cursor: pointer;
    height: 0.25rem;
    width: 100%;
    background-color: #03a1e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.08rem;
    color: #fff;
    text-transform: uppercase;
}

.menu {
    width: 26px;
    height: 22px;
    display: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu .bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.menu.active .bar:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.menu.active .bar:nth-child(2) {
    opacity: 0;
}

.menu.active .bar:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

.menu_mask {
    display: none;
    width: 100%;
    height: calc(100% - 0.5208rem);
    z-index: 105;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0.5208rem;
    right: 0;
}

.menu_mask .menu_box {
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 0.4s;
    overflow: hidden;
    overflow-y: scroll;
}

.menu_mask .menu_box .menu_ul {
    height: 100%;
}

.menu_mask .menu_box .menu_ul .nav_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 18px;
}

.menu_mask .menu_box .menu_ul .nav_item .title {
    color: #03a1e9;
    font-size: 24px;
    border-bottom: 2px solid #03a1e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.menu_mask .menu_box .menu_ul .nav_item .title .img {
    display: block;
    transform: rotate(180deg);
}

.menu_mask .menu_box .menu_ul .nav_item .title .active_img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item .subNav {
    margin-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #222;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu_mask .menu_box .menu_ul .nav_item .subNav .img {
    display: block;
    transform: rotate(180deg);
}

.menu_mask .menu_box .menu_ul .nav_item .subNav .active_img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item .subNav2 {
    text-indent: 1em;
    margin-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #222;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu_mask .menu_box .menu_ul .nav_item .subNav2.active {
    display: block;
}

.menu_mask .menu_box .menu_ul .nav_item.active .title .img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item.active .title .active_img {
    display: block;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav {
    display: flex;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav .img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav .active_img {
    display: block;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all {
    display: flex;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all .img {
    display: block;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all .active_img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active {
    display: flex;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active .img {
    display: none;
}

.menu_mask .menu_box .menu_ul .nav_item.active .subNav_all.active .active_img {
    display: block;
}

.menu_mask .menu_box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.menu_mask .menu_box::-webkit-scrollbar-track {
    -webhit-box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 0;
    background: #f4f4f4;
}

.menu_mask .menu_box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #03a1e9;
    background: #03a1e9;
}

.videoMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.videoMask .videoBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 960px;
    height: 540px;
}

.videoMask .videoBox .video {
    object-fit: contain;
}

.videoMask .videoBox .close_video {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 105;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.videoMask .videoBox .close_video img {
    width: 10px;
}

.checkdisabled {
    cursor: not-allowed;
}

/* 新闻 */
.news_section {
    padding: 0;
    box-sizing: border-box;
}

.news_section .title {
    font-size: 0.25rem;
    color: #222;
    text-align: center;
    height: 0.3125rem;
    margin-bottom: 0.4167rem;
}

.news_section .news_box,
.course_box {
    display: flex;
    font-size: 0.1rem;
    color: #666;
    overflow: hidden;
    padding: 30px 0.45rem 0;
    position: relative;
}

.course_box {
    padding-top: 0;
    padding: 30px 0.8rem 0;
}

.course_box .bgDiv {
    width: 0.52rem;
    height: 2.15rem;
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    z-index: 1;
    top: 66px;
}

.course_box .bgDiv.left_bg {
    left: -15px;
}

.course_box .bgDiv.right_bg {
    right: -15px;
}

.course_box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d7d7d7;
    top: 10px;
}

.news_section .news_box .swiper-slide,
.course_box .swiper-slide {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(11, 85, 162, 0.15);
    transform: scale(0.92) !important;
}

.news_section .news_box .swiper-slide .img {
    position: relative;
    transform: all .3s;
}

.news_section .news_box .swiper-slide:hover a .name {
    color: #00A0E9;
}

.news_section .news_box .swiper-slide .imgDiv {
    height: 1.458rem;
    overflow: hidden;
}

.news_section .news_box .swiper-slide:hover .img {
    transform: scale(1.5);
}

.course_box .swiper-slide {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    font-family: "HarmonyOS Sans SC";
}

.course_box .swiper-slide .name {
    font-size: 0.103028rem;
    line-height: 0.18229rem;
    color: rgba(0, 0, 0, 1);
}

.course_box .swiper-slide::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 64px;
    left: 50%;
    top: -64px;
    background-color: #d7d7d7;
}

.course_box .swiper-slide::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: -64px;
    border-radius: 50%;
    border: 5px solid #00A0E9;
    transform: translateX(-50%);
    background: white;
    z-index: 1;
}


.course_box .swiper-slide .date {
    display: flex;
    align-items: center;
}

.course_box .swiper-slide .date span {
    padding: 10px 20px;
    background-color: #00A0E9;
    color: white;
    margin: 0 auto;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 18px;
    font-size: 0.15625rem;
}

.course_box .swiper-button {
    bottom: 0 !important;
}

.course_box .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 15px;
    box-sizing: border-box;
}


.news_section .news_box .swiper-button,
.course_box .swiper-button {
    position: absolute;
    top: 50%;
    z-index: 1000;
}

.swiper-button-next {
    left: 0;
}

.swiper-button-prev {
    right: 0;
}

.news-thumbs,
.course-thumbs {
    width: 100%;
    overflow: hidden;
}

.course-thumbs {
    overflow: initial;
}

.news-thumbs .img {
    width: 100%;
    border-radius: 0;
}

.news-thumbs .con {
    padding: 0 18px;
    font-size: 16px;
}

.news-thumbs .con .date {
    padding: 20px 0;
}

.news-thumbs .con .name {
    font-size: 0.13541rem;
    padding-bottom: 0.13541rem;
    color: black;
    /* border-bottom: 1px solid #d7d0d0;*/
    display: -webkit-box;
    /* 创建一个伸缩盒子 */
    -webkit-box-orient: vertical;
    /* 设置盒子的排列方向为纵向 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 行 */
    overflow: hidden;
    /* 隐藏超出部分的内容 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
}

.news-thumbs .con .move {
    color: #00A0E9;
    padding: 15px 0;
}

.news-thumbs .con .move a {
    color: #00A0E9 !important;
    display: flex;
    align-items: center;
}

.bannerClass .title {
    /* display: inline-block;
    background-color: rgba(203, 92, 1, 1);
    padding: 15px; */
}

.bannerClass .des span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 15px;
}

.bannerClass .move a {
    display: inline-block;
    background-color: rgba(203, 92, 1, 1);
    font-size: 0.15rem;
    padding: 8px;
    line-height: 1.2;
    color: #fff;
}

/* 公司介绍 */
.introduce_section {
    margin-top: 0.4rem;
    height: 4rem;
    background-image: url("../image/aboutus_home_bg.png");
    background-size: contain;
    display: flex;
    align-items: center;
    padding: 0.5469rem 0.8333rem;
    box-sizing: border-box;
}

.introduce_section .left,
.introduce_section .right {
    flex: 1;
    color: #fff;
    box-sizing: border-box;
}

.introduce_section .left .title {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0.4rem;
}

.introduce_section .left .des {
    font-size: 0.125rem;
    margin-bottom: 0.35rem;
    line-height: 24px;
    line-height: 30px;
    letter-spacing: 2px;
}

.introduce_section .right {
    box-sizing: border-box;
}

.introduce_section .right .ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.8rem;
    box-sizing: border-box;
}

.introduce_section .right .li {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
    width: 1rem;
    height: 1rem;
    background: rgba(1, 157, 229, 0.64);
    margin: 10px;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    border-radius: 35%;
}

.introduce_section .right .li:hover {
    opacity: 1;
}

.introduce_section .right .li img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.introduce_section .right .li:first-child {
    border-bottom-right-radius: 0;
}

.introduce_section .right .li:nth-child(2) {
    border-bottom-left-radius: 0;
}

.introduce_section .right .li:nth-child(3) {
    border-top-right-radius: 0;
}

.introduce_section .right .li:nth-child(4) {
    border-top-left-radius: 0;
}

/* 个人中心 */
.mePage .page_top {
    background: url(../image/me_top_bg.png) no-repeat center center;
    background-size: cover;
    padding: 220px 0 80px;
}

/* 关于我们 */
.aboutusPage .page_top {
    background: url(../image/me_top_bg.png) no-repeat center center;
    background-size: cover;
    padding: 220px 0 80px;
}

.page_nav.result_nav {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.aboutusPage .page_nav.result_nav {
    margin-top: 0.5rem;
}

.page_nav.result_nav .left {
    position: relative;
}

.page_nav.result_nav .center {
    flex: 1;
}

.page_nav.result_nav .right {
    position: absolute;
    /* right: 0.8333rem; */
    display: flex;
    align-items: center;
}

.page_nav.result_nav .tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.25rem;
}

.page_nav.result_nav .tab-item {
    padding: 0 40px;
    font-size: 0.1rem;
    position: relative;
    height: 0.25rem;
    line-height: 0.25rem;
    cursor: pointer;
}

.page_nav.result_nav .tab-item.active {
    color: #03a1e9;
}

.page_nav.result_nav .tab-item.active::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #03a1e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page_nav.result_nav .left {
    position: relative;
    height: 0.25rem;
}

.page_nav.result_nav .tags {
    width: 220px;
    height: 100px;
    background-color: #03a1e9;
    color: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 0.15rem;
}

.page_nav.result_nav .tags::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
}

.result_body {
    padding: 30px 0;
}

.user-info {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.user-info .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    align-items: center;
}

.user-info .info img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.user-info .info .name {
    margin-top: 10px;
}

.base-info .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.base-info .title div {
    font-size: 18px;
}

.base-info .title div:nth-child(1) {
    color: #2C2C2EFF;
}

.base-info .title div:nth-child(2) {
    color: #03A1E9FF;
    cursor: pointer;
}


.base-info .title::before {
    content: "";
    left: 100px;
    right: 100px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
}

.base-info .form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 30px 85px;
    font-size: 14px;
}

.base-info .form .form-item span:nth-child(1) {
    display: inline-block;
    width: 100px;
    color: #6D7175FF;
}

.base-info .form .form-item span:nth-child(2) {
    color: #2C2C2EFF;
}

/* 调整分页控件位置到左右居中 */
.layui-laypage {
    text-align: center;
    display: block !important;
    margin: 0 auto !important;
}

.goodsTable {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.pagination {
    text-align: center;
    display: block !important;
    margin: 40px auto !important;
}

.page-num,
.page-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.page-num-current {
    background-color: #03a1e9;
    height: 30px;
    line-height: 30px;
    border-top: none;
    border-bottom: none;
    color: #fff;
}

/* 关于我们 */
.aboutus_section {
    margin: 0.859375rem 0;
}

.aboutus_section .aboutus_box {
    position: relative;
    padding: 0 0.8333rem 0;
    box-sizing: border-box;
}

.aboutus_section .aboutus_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 600px;
    background-color: #00A0E9;
    top: 0;
    left: 0;
    z-index: -1;
}

.aboutus_section .aboutus_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px;
}

.aboutus_section .aboutus_top .item {
    text-align: center;
    color: white;
}

.aboutus_section .aboutus_top .item .title {
    font-size: 0.3125rem;
    font-weight: 600;
    font-family: "DDIN-PRO";
}

.aboutus_section .aboutus_top .item .sub_title {
    font-size: 0.18229rem;
    letter-spacing: 2px;
}

.aboutus_section .aboutus_con {
    background-color: white;
    box-shadow: 0px 0px 25px rgba(11, 85, 162, 0.15);
    display: flex;
}

.aboutus_section .aboutus_con .left_div {
    padding: 40px;
    flex: 1;
}

.aboutus_section .aboutus_con .left_div .title {
    font-size: 0.3125rem;
    color: #00A0E9;
    font-weight: bold;
}


.aboutus_section .aboutus_con .left_div .con {
    letter-spacing: 1px;
    font-size: 0.10416rem;
    line-height: 0.13541rem;
}

.aboutus_section .aboutus_con .left_div .con p {

    margin-top: 0.13541rem;
}




.aboutus_section .aboutus_con .right_div {
    flex: 1;
}

.aboutus_section .aboutus_con .right_div img {
    width: 100%;
    height: 100%;
}

.laytable-cell-1-0-3,
.laytable-cell-1-0-2 {
    /* width: 180px !important; */
}

.layui-table {
    width: 100% !important;
}

.laytable-cell-1-0-1 {
    /* min-width: 160px; */
    /* width: auto !important; */
}