/*by EPUTONG*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
}

input,
button,
select,
div {
    outline: none;
}

a {
    text-decoration: none !important;
    font-size: 15px;
    color: #1A1C1E;
    transition: color 0.3s;
}

a:hover {
    color: #015bfe;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}
body{
    background: #f0f5ff; /* æ›´æŸ”å’Œçš„æµ…è“èƒŒæ™¯ï¼Œé…åˆä¸»è‰²è°ƒ */
}
.header {
    background: #ffffff80;
    box-shadow: 0 4px 10px rgba(1, 91, 254, 0.08); /* ä¸»è‰²é˜´å½± */
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    min-width: 1200px;
    z-index: 1001;
    width: 100%;
}

.header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(1, 91, 254, 0.1); /* ä¸»è‰²é˜´å½± */
}

.nav_box {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: space-between;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.nav_box .nav {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 0 30px;
    width: auto;
}

.sitelogo {
    align-items: center;
    display: flex;
    width: 200px;
    justify-content: center;
}

.sitelogo img {
    max-width: 100%;
    max-height: 100%;
}

.navmenu {
    display: flex;
    align-items: center;
}

.pop-list {
    background: #fff;
    box-shadow: 0 4px 10px rgba(1, 91, 254, 0.1); /* ä¸»è‰²é˜´å½± */
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
}

.pop-left {
    background: #f5f8ff; /* æµ…è“èƒŒæ™¯ */
    box-sizing: border-box;
    height: auto;
    padding: 40px 6% 0 6%;
    width: 25%;
}

.navitem {
    cursor: pointer;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
}

.pop-left .title {
    color: #015bfe; /* ä¸»è‰²è°ƒæ ‡é¢˜ */
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.pop-left .desc {
    color: #495770;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}

.pop-right {
    background: url(beijing/nav_bg.jpg) no-repeat 50%;
    background-size: cover;
    box-sizing: border-box;
    height: auto;
    padding: 40px 0 60px;
    width: 75%;
}

.pop-colbox {
    display: flex;
}

.pop-col {
    flex: 1;
    margin: 0 30px;
    max-width: 300px;
}

.pop-col .pop-title {
    box-sizing: border-box;
    color: #6b7c93; /* è°ƒæ•´ä¸ºæ›´åè°ƒçš„ç°è‰² */
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    padding: 0 10px;
}

.pop-flex a {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin-top: 30px;
    padding: 10px 10px 10px 40px;
    position: relative;
}

.pop-flex img {
    height: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 20px;
}

.pop-flex .title {
    color: #015bfe; /* ä¸»è‰²è°ƒæ ‡é¢˜ */
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px;
}

.pop-flex .desc {
    color: #495770;
    font-size: 12px;
    line-height: 14px;
}

.carousel-container {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
}

.wrapper {
    /* margin: 10px 0; */
}

.carousel-wrapper {
    width: 100%;
    height: 100%;
}


.carousel-item {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: translateX(50px);
}

.carousel-item.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.carousel-item.leaving {
    opacity: 0;
    transform: translateX(-50px);
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.carousel-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.carousel-text p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #015bfe; /* ä¸»è‰²è°ƒç®­å¤´ */
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0147cc; /* æ·±è‰²ä¸»è‰² */
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

.carousel-progress {
    position: absolute;
    bottom: 200px;
    left: 10%;
    display: flex;
    gap: 10px;
    z-index: 10;
    width: 300px;
}

.progress-bar {
    flex: 1;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress, 0%);
    background-color: #015bfe; /* ä¸»è‰²è°ƒè¿›åº¦æ¡ */
    transition: width 0.1s linear;
}

.progress-bar.active {
    background-color: rgba(255, 255, 255, 0.5);
}

/*bannercard*/
.bannercard {
    margin-top: -50px;
    z-index: 11;
    position: relative;
    margin-bottom: 20px;
}

.container {
    max-width: 1220px;
    min-width: 745px;
    margin: auto;
}

.bannercard_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.bannercard_item {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); /* ä¸»è‰²é˜´å½± */
    max-width: 100%;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.85); /* ç¨æ·±çš„åŠé€æ˜Žç™½è‰² */
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bannercard_item:hover {
    transform: translateY(-5px);
    box-shadow: rgba(1, 91, 254, 0.15) 0px 48px 100px 0px;
}

.bannercard-item-icon {
    display: block;
    background-position: 0 0;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.bannercard_content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bannercard_title {
    font-size: 16px;
    color: #015bfe; /* ä¸»è‰²è°ƒæ ‡é¢˜ */
    font-weight: 600;
    line-height: 26px;
}

.bannercard_description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}

/*products*/
.wrapper_head {
    padding: 50px;
    text-align: center;
}

.wrapper_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
     /* ä¸»è‰²è°ƒæ ‡é¢˜ */
}

.wrapper_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color: #575d6c;
}

.products_body {
    display: flex;
}

.products_left {
    width: 21.875%;
    min-height: 604px;
    padding-top: 16px;
    box-shadow: 0 2px 20px rgba(1, 91, 254, 0.08); /* ä¸»è‰²é˜´å½± */
    position: relative;
    background: linear-gradient(122deg, #3e7fff, #005bff); /* ä¸»è‰²æ¸å˜ */
}

.product-nav-menus {
    position: relative;
}

.product-nav-menu {
    position: relative;
}

.product-nav-menu-inner {
    position: relative;
    padding: 25px 16px 6px 32px;
    font-size: 16px;
    line-height: 20px;
    color: #fff; /* ç™½è‰²æ–‡å­—é…åˆæ·±è‰²èƒŒæ™¯ */
    transition: 0.2s;
}

.product-nav-menu-inner:hover {
    color: #e6f0ff;
    padding-left: 38px;
}

.products_right {
    position: relative;
    width: 78.125%;
}

.product-content {
    height: 100%;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.section{
    padding-bottom: 35px;
}

.section a {
    color: #015bfe; /* ä¸»è‰²è°ƒé“¾æŽ¥ */
}

.product-list>li {
    width: calc(33.33333333% - 15px);
    height: calc(33.33333333% - 10px);
    margin-bottom: 15px;
    margin-left: 15px;
    box-shadow: 0 2px 20px rgba(1, 91, 254, 0.08); /* ä¸»è‰²é˜´å½± */
    transition: transform 0.3s;
}

.product-list>li:hover {
    transform: translateY(-3px);
}

.product-card {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 32px;
    background-size: cover;
    background-position: 50%;
    transition: 0.2s;
    background: #fff;
}

.product-card i {
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    font-size: 36px;
    margin-bottom: 8px;
    color: #015bfe; /* ä¸»è‰²è°ƒå›¾æ ‡ */
}

.product-card h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #015bfe; /* ä¸»è‰²è°ƒæ ‡é¢˜ */
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .product-btns,
.product-card .product-labels,
.product-card .product-price,
.product-card p {
    margin-bottom: 5px;
}

.product-card p {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 44px;
}

.por-btn {
    display: inline-block;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: 0.2s;
    cursor: pointer;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px;
}

.por-btn-primary {
    background: linear-gradient(63deg, #015bfe, #4080ff); /* ä¸»è‰²æ¸å˜æŒ‰é’® */
    color: #fff;
}

.por-btn-primary:hover {
    background: linear-gradient(63deg, #0147cc, #015bfe); /* æ·±è‰²æ¸å˜ */
}

.product-tag {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    background: #015bfe; /* ä¸»è‰²è°ƒæ ‡ç­¾ */
    border: 1px solid #015bfe;
    border-radius: 2px;
    font-style: normal;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

.product-nav-more {
    position: absolute;
    bottom: 80px;
    left: 32px;
    color: #fff;
    cursor: pointer;
}

.product-tag-outline-grey {
    padding: 0 8px;
    background-color: transparent;
    border-color: #015bfe; /* ä¸»è‰²è°ƒè¾¹æ¡† */
    color: #015bfe; /* ä¸»è‰²è°ƒæ–‡å­— */
}

.advantage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(1, 91, 254, 0.18); /* ä¸»è‰²é˜´å½± */
    background: url(../images/advantagebg.png)  no-repeat 50% / cover;
}

.advantage .left {
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.advantage .left .item {
    width: 320px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    transition: all 0.3s;
}

.advantage .left .item .icon {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-bottom: 10px;
}

@keyframes entry-icon-productsenter {
    0% {
        background-position-y: -576px;
    }

    to {
        background-position-y: 0px;
    }
}

@keyframes entry-icon-productsleave {

    0% {
        background-position-y: 0px;
    }

    to {
        background-position-y: -576px;
    }
}

.icon-productsenter {
    animation: entry-icon-productsenter .2s steps(9) forwards;
}

.icon-productsleave {
    animation: entry-icon-productsleave .2s steps(9) forwards;
}

.advantage .left .item .title {
    margin-left: 16px;
    font-size: 18px;
    width: 70%;
     /* ä¸»è‰²è°ƒæ ‡é¢˜ */
}

.banner_title {
    font-size: 18px;
    font-family: PingFang SC;
    float: left;
    font-weight: 600;
}

.banner_a {
    font-size: 14px;
    color: #015bfe; /* ä¸»è‰²è°ƒé“¾æŽ¥ */
    float: right;
    display: none;
    font-weight: 500;
    line-height: 25px;
    margin-right: 1px;
}

.title p {
    width: 220px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 86px;
    overflow: hidden;
    display: none;
    font-size: 12px;
    line-height: 20px;
}

.advantage .left .item.hover {
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(1, 91, 254, 0.2); /* ä¸»è‰²é˜´å½± */
    background: #ffffff80;
}

.advantage .left .item.hover p {
    display: block;
    margin-bottom: 5px;
}

.advantage .left .item.hover .banner_a {
    display: block;
    margin-bottom: 5px;
}

.advantage .right {
    width: 70%;
    height: 500px;
    margin-top: 20px;
}

.advantage .right .right_box {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.advantage .right .right_box.ing {
    display: block;
    animation: demo-ing .2s;
}

.right_box .right_title {
    font-size: 26px;
    font-weight: 700;
     /* ä¸»è‰²è°ƒæ ‡é¢˜ */
}

.right_box .right_desc {
    margin: 30px 0;
    line-height: 30px;
    font-size: 20px;
}

.advantage .right .right_box .right_cards {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.right_box .right_cards .card_item {
    width: 100%;
    padding: 30px;
    background: linear-gradient(180deg, #eff7ff, rgba(245, 250, 255, .25));
    border-radius: 12px;
    border: 1px solid #015bfe; /* ä¸»è‰²è°ƒè¾¹æ¡† */
    transition: transform 0.3s;
}

.right_box .right_cards .card_item:hover {
    transform: translateY(-5px);
}

.right_box .right_cards .card_item .title {
    font-size: 18px;
     /* ä¸»è‰²è°ƒæ ‡é¢˜ */
}

.right_box .right_cards .card_item .desc {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 8px;
}

.choose_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 42px;
    width: 100%;
}

.choose_item {
    height: 180px;
    background: #fff;
    border: 1px solid #E6E9EC;
    box-shadow: 0px 2px 7px 0px #F2F5F7;
    padding: 28px 38px 28px 26px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    cursor: pointer;
    transition: all 0.3s;
}

.choose_item:hover {
    background-image: url(../images/home-bg-hover.png);
    border: 1px solid #015bfe; /* ä¸»è‰²è°ƒè¾¹æ¡† */
    transform: translateY(-3px);
}

.choose_item_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.choose_item_title {
    font-size: 18px;
    color: #015bfe; /* ä¸»è‰²è°ƒæ ‡é¢˜ */
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.choose_item_desc {
    font-size: 14px;
    color: #181818;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.choose_item_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.choose_item_tag {
    font-size: 12px;
    border: 1px solid #015bfe; /* ä¸»è‰²è°ƒè¾¹æ¡† */
    color: #015bfe; /* ä¸»è‰²è°ƒæ–‡å­— */
    font-weight: 400;
    line-height: 20px;
    padding: 2px 8px;
}

.choose_item_right {
    margin: auto;
    height: 90px;
}

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


.cooperation_box {
    overflow: hidden;
    min-width: 800px;
    position: relative;
}

.cooperate_shadow {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: calc(64px + 120px);
    z-index: 2;
}

.cooperate_left {
    left: 0;
    top: 0;
    transform: rotateZ(0deg);
}

.cooperate_right {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.moveLeftSlideshow {
    animation: moveLeftSlideshow 20s linear infinite;
}

.moveRightSlideshow {
    animation: moveRightSlideshow 20s linear infinite;
}

@keyframes moveLeftSlideshow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRightSlideshow {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.partner_box {
    display: flex;
    align-items: center;
    width: calc(100% + 220px);
    margin: 20px 0;
}

.product-item {
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #f0f0f0;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s;
}

.product-item:hover {
    border-color: #015bfe;
    box-shadow: 0 0 0 2px rgba(1, 91, 254, 0.1);
}

.product-item img {
    width: 100%;
}

.ept-new {
    width: 100%;
    background: none;
    box-shadow: none;
    margin-bottom: 50px;
    padding: 0;
}

.ept-new .footer-notice {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px;
}

.ept-new .footer-notice .footer-notice-wrap {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    transition: box-shadow 0.3s;
}

.ept-new .footer-notice .footer-notice-wrap:hover {
    box-shadow: 0 5px 15px rgba(1, 91, 254, 0.1);
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-size: cover;
    background-color: #015bfe; /* ä¸»è‰²è°ƒå¤´éƒ¨ */
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-header .title {
    color: #fff;
    font-size: 16px;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-header .more {
    color: #fff;
    font-size: 13px;
    transition: color 0.3s;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-header .more:hover {
    color: #e6f0ff;
}

.ept-new .footer-notice .footer-notice-wrap .bg-1,
.ept-new .footer-notice .footer-notice-wrap .bg-2,
.ept-new .footer-notice .footer-notice-wrap .bg-3,
.ept-new .footer-notice .footer-notice-wrap .bg-4 {
    background-image: none; /* ç»Ÿä¸€ä½¿ç”¨ä¸»è‰²èƒŒæ™¯ */
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content {
    width: 100%;
    height: 310px;
    padding: 20px;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.3s;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item+.item {
    margin-top: 10px;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item .title {
    width: 60%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s;
}

.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item .date {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}
.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item:hover .date {
    background: linear-gradient(90deg, #015bfe, #4080ff); /* ä¸»è‰²æ¸å˜ */
    color: #fff;
}
.ept-new .footer-notice .footer-notice-wrap .footer-notice-wrap-content .item:hover .title {
    color: #015bfe; /* ä¸»è‰²è°ƒæ–‡å­— */
}
.public-footer {
    width: 100%;
    padding: 40px 0;
    background: #0a1629; /* æ·±è‰²èƒŒæ™¯é…åˆä¸»è‰² */
}

.public-footer .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.public-footer .top .item {
    width: 18.888888%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.public-footer .top .item i.icon {
    width: 60px;
    height: 60px;
    background-image: url('../images/indexfootericon1.png');
    background-size: 60px;
    background-repeat: no-repeat;
}

.public-footer .top .item:nth-child(2) i.icon {
    background-image: url('../images/indexfootericon2.png');
}

.public-footer .top .item:nth-child(3) i.icon {
    background-image: url('../images/indexfootericon3.png');
}

.public-footer .top .item:nth-child(4) i.icon {
    background-image: url('../images/indexfootericon4.png');
}

.public-footer .top .item:nth-child(5) i.icon {
    background-image: url('../images/indexfootericon5.png');
}

.icon-enter {
    animation: entry-icon-enter .2s steps(7) forwards;
}

.icon-leave {
    animation: entry-icon-leave .2s steps(7) forwards;
}

@keyframes entry-icon-enter {
    0% {
        background-position-y: 0px;
    }

    to {
        background-position-y: -420px;
    }
}

@keyframes entry-icon-leave {
    0% {
        background-position-y: -420px;
    }

    to {
        background-position-y: 0px;
    }
}

.public-footer .top .item span {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}

.public-footer .middle {
    width: 100%;
    display: flex;
    padding-bottom: 40px;
}

.public-footer .middle .item {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.public-footer .middle .item .title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.public-footer .middle .item a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    width: fit-content;
    transition: color 0.3s;
}

.public-footer .middle .item a:hover {
    color: #4080ff; /* ä¸»è‰²æµ…è‰² */
}

.public-footer .middle .item .qrcode {
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
}

.public-footer .bottom {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 20px 0;
}

.web_links a {
    margin: 0 10px;
}

.web_links a img {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.public-footer .bottom * {
    color: #fff;
}

.public-footer a {
    color: rgba(255, 255, 255, 0.5);
}

.icon-enter {
    animation: entry-icon-enter .2s steps(7) forwards;
}

.icon-leave {
    animation: entry-icon-leave .2s steps(7) forwards;
}

@keyframes entry-icon-enter {
    0% {
        background-position-y: 0px;
    }

    to {
        background-position-y: -420px;
    }
}

@keyframes entry-icon-leave {
    0% {
        background-position-y: -420px;
    }

    to {
        background-position-y: 0px;
    }
}

.service-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: fixed;
    right: 20px;
    bottom: 260px;
    z-index: 1000;
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.service-online {
    position: relative;
}

.service-online-box {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.service-online-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.service-online-box p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

.service-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #015bfe; /* ä¸»è‰²è°ƒè¾¹æ¡† */
    opacity: 0;
    animation: pulse 2s infinite;
}

.border-one {
    animation-delay: 0s;
}

.border-two {
    animation-delay: 0.5s;
}

.border-three {
    animation-delay: 1s;
}

.border-four {
    animation-delay: 1.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.ept-gotop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.service-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-online {
    position: relative;
}

.service-online-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s;
    text-decoration: none;
}

.service-online-box p {
    font-size: 12px;
    margin: 0;
}

.service-online-box:hover {
    background-color: #015bfe; /* ä¸»è‰²è°ƒèƒŒæ™¯ */
    color: #fff;
}

.service-popup {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(1, 91, 254, 0.15); /* ä¸»è‰²é˜´å½± */
    padding: 15px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.service-popup::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.service-type .type-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.typeitem {
    position: relative;
}

.type-service {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #015bfe; /* ä¸»è‰²è°ƒèƒŒæ™¯ */
    border-radius: 10px;
    color: #ffffff;
    font-size: 24px;
    transition: all 0.3s;
    cursor: pointer;
}

.type-service:hover {
    background-color: #0147cc; /* æ·±è‰²ä¸»è‰² */
    color: #fff;
}
.typehover {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(1, 91, 254, 0.16); /* ä¸»è‰²é˜´å½± */
    padding: 15px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 240px;
}
.typehover--qrcode {
    width: 140px;
    height: 140px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.typehover::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item i {
    width: 36px;
    height: 36px;
    background-color: #f0f5ff; /* æµ…è“èƒŒæ™¯ */
    color: #015bfe; /* ä¸»è‰²è°ƒå›¾æ ‡ */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 12px;
}

.contact-info .contact-title {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 3px;
}

.contact-info .contact-value {
    font-size: 14px;
    color: #333;
}
.qr-code-img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

#backToTop {
    width: 50px;
    height: 50px;
    background-color: #015bfe; /* ä¸»è‰²è°ƒèƒŒæ™¯ */
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(1, 91, 254, 0.3); /* ä¸»è‰²é˜´å½± */
    transition: all 0.3s ease;
    z-index: 9998;
    position: fixed;
    right: 20px;
    bottom: 205px;
}

#backToTop:hover {
    background-color: #0147cc; /* æ·±è‰²ä¸»è‰² */
    transform: scale(1.1);
}

#backToTop.show {
    display: flex;
}
.typehover.show,
.service-popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
    animation: fadeIn 0.3s forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.page-banner-box {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
}
/* ä¸»è‰²è°ƒç»Ÿä¸€ä¸º #015bfe åŠè¡ç”Ÿè‰² */
.page-banner-box {
    background: url(../images/public-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagebanner-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 140px;
}

.page-banner-left {
    width: calc(100% - 360px);
}

.page-banner-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
}

.page-banner-products .page-banner-right {
    background-image: url(../images/products-icon.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: center;
}


.pagebanner-title p {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
}

.pagebanner-description p {
    width: 600px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.buts .butsnone {
    background-color: rgb(0, 0, 0, 0);
    padding: 0;
}

/* æ¸å˜ä¸»è‰²è°ƒè°ƒæ•´ */
.invited_box {
    align-items: center;
    background-image: linear-gradient(90deg, #015bfe 30%, #015bfe78 70%, #015bfe08);
    border-radius: 8px;
    display: flex;
    height: 38px;
    margin-top: 26px;
    padding: 0 20px;
    color: #fff;
    width: fit-content;
}

.page-banner-left .buts {
    display: flex;
    margin-top: 30px;
}

.page-banner-left .buts a {
    display: flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border-radius: 4px;
    color: #fff;
}

/* ä¸»æŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.page-banner-left .buts .catenbtn {
    background: #015bfe;
    height: 40px;
    color: #fff;
    padding: 0 35px;
}

/* æ¬¡è¦æŒ‰é’®æ–‡æœ¬è‰²æ›´æ–° */
.page-banner-left .buts a:nth-child(2) {
    background: #ffffff;
    color: #015bfe;
    box-shadow: 8px 8px 20px 0 rgb(1 91 254 / 10%);
    height: 40px;
    padding: 0 35px;
}

.recata-top {
    border-radius: 20px 20px 0 0;
    height: 50px;
}

.recata-top p {
    font-size: 15px;
}


.cata-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cata-container .cata-container-left {
    position: relative;
    width: 200px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.cata-container .cata-container-left .c-item {
    width: 100%;
    height: 75px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cata-container .cata-container-left .c-item .icon_img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.cata-container .cata-container-left .c-item .title {
    font-size: 17px;
    color: #333;
    max-width: 75px;
}

/* å·¦ä¾§å¯¼èˆªæ»‘å—é¢œè‰²æ›´æ–° */
.cata-container .cata-container-left .slider {
    width: 100%;
    height: 75px;
    background: #cce0ff; /* ä¸»è‰²è°ƒæµ…åŒ–èƒŒæ™¯ */
    position: absolute;
    transition: top .2s ease-in-out;
    z-index: -1
}

.cata-container .cata-container-left .slider:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    width: 3px;
    background-color: #015bfe; /* æ»‘å—å·¦ä¾§æ ‡è¯†è‰² */
}

.cata-container .cata-container-left .hide-slider {
    display: none;
}

.cata-container .cata-container-right {
    width: calc(100% - 210px);
}


.cata-container .cata-container-right .cata-nav {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cata-container .cata-container-right .cata-nav .item {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, .4);
    cursor: pointer;
}

/* æ¿€æ´»çŠ¶æ€è¾¹æ¡†è‰²æ›´æ–° */
.cata-container .cata-container-right .cata-nav .active {
    border: 1px solid #015bfe;
}

.cata-container .cata-container-right .cata-nav .item .item-img-wrap {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cata-container .cata-container-right .cata-nav .item .item-img-wrap .item-img {
    width: 64px;
    height: 64px;
    border-radius: 74px;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(1, 91, 254, 0.15); /* ä¸»è‰²è°ƒé˜´å½± */
    overflow: hidden;
}

.cata-container .cata-container-right .cata-nav .item .item-img-wrap .item-img img {
    width: 100%;
    height: 100%;
}

.cata-container .cata-container-right .cata-nav .item .item-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
}

.cata-container .cata-container-right .cata-nav .item .item-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    height: 1px;
    background: rgba(221, 221, 221, .2);
}

/* æ¿€æ´»çŠ¶æ€æ–‡æœ¬èƒŒæ™¯è‰²æ›´æ–° */
.cata-container .cata-container-right .cata-nav .active .item-text {
    color: #fff;
    background: #015bfe;
}

.cata-container .cata-container-right .hide-cata-nav {
    display: none;
}

.cata-container .cata-container-right .cata-list {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.cata-list .goodslist-null {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-empty__description p {
    margin: 0;
    font-size: 14px;
    color: #909399;
}

.cata-container .cata-container-right .cata-list .goodslist-brands {
    width: 100%;
    height: 50px;
    padding: 0 0 10px;
    background: #fff;
    display: flex;
    align-items: center;
}

/* å“ç‰Œç­›é€‰æ¿€æ´»è‰²æ›´æ–° */
.cata-container .cata-container-right .cata-list .goodslist-brands .item.active {
    background: #015bfe;
}

.cata-container .cata-container-right .cata-list .goodslist-brands .item {
    padding: 0 14px;
    width: fit-content;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #bbb;
    border-radius: 5px;
    cursor: pointer;
    transition: .1s;
}

.cata-container .cata-container-right .cata-list .item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
}

.cata-container .cata-container-right .cata-list .item .img {
    width: 116px;
    height: 116px;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.el-image img {
    width: 100%;
    height: 100%;
}

.cata-container .cata-container-right .cata-list .item .auto {
    width: calc(100% - 276px);
}

.cata-container .cata-container-right .cata-list .item .auto .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000000;
}

.cata-container .cata-container-right .cata-list .item .auto .table {
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.cata-container .cata-container-right .cata-list .item .auto .table .table-item.wide {
    font-weight: 700;
}

.cata-container .cata-container-right .cata-list .item .auto .table .table-item {
    width: 100%;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border: none;
}

.cata-container .cata-container-right .cata-list .item .auto .table .table-item em {
    display: block;
    font-style: normal;
    width: 74px;
    text-align: justify;
    text-align-last: justify;
}

.cata-container .cata-container-right .cata-list .item .right {
    width: 120px;
}

/* æŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.cata-container .cata-container-right .cata-list .item .right .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background: #015bfe;
    border-radius: 5px;
    transition: .1s;
}

.cata-container .cata-container-right .cata-list .item .right .btn .icon {
    width: 16px;
    height: 16px;
    display: flex;
    margin-right: 6px;
}

.cata-container .cata-container-right .cata-list .item .right .btn.disabled {
    background: #ccc;
    cursor: not-allowed;
}

.cata-container .cata-container-right .cata-list .item:hover {
    box-shadow: 0 0 10px #00000014;
}

.search-box form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #015bfe; /* æœç´¢æ¡†è¾¹æ¡†è‰²æ›´æ–° */
    overflow: hidden;
    border-radius: 5px;
}
.search-box button i{
    font-style:normal;
}
.search-focus {
    width: calc(100% - 60px);
    height: 40px;
    border: 0;
    font-size: 14px;
    text-indent: 20px;
}

/* æœç´¢æŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.search-submit {
    width: 10%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #015bfe;
    border: 0;
    transition: .2s;
    cursor: pointer;
}

/* æœç´¢æŒ‰é’®hoverè‰²æ›´æ–° */
.search-submit:hover {
    background-color: #015bfecc;
}

.products-box {
    background: #f4f8ff;
    padding-top: 50px;
}

.navbtn {
}

.navbtn .btn {
    border: 1px solid #015bfe; /* è¾¹æ¡†è‰²æ›´æ–° */
    border-radius: 6px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
    width: 100px;
    color: #fff;
}

/* æ³¨å†ŒæŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.navbtn .regbtn {
    background: #015bfe;
}
.regbtn a {
    color: #fff;
}

.saas-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-bottom: 80px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    padding: 60px 0 40px;
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}

.index_feature {
    padding: 30px;
}


.feature-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    gap: 20px;
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1D2939;
}

.feature-card p {
    color: #667085;
    font-size: 15px;
}

.page-banner-oem {
    background: url(../images/oem-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.process {
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
        }
        .process-steps {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        /* è¿žæŽ¥çº¿é¢œè‰²æ›´æ–° */
        .process-steps::before {
            content: '';
            position: absolute;
            top: 50px;
            left: 50px;
            right: 50px;
            height: 2px;
            background-color: #015bfe;
            z-index: 1;
        }
        .process-step {
            flex: 1;
            text-align: center;
            position: relative;
            z-index: 2;
            padding: 0 10px;
        }
        /* å…­è¾¹å½¢æ ·å¼ */
        .step-number {
            width: 100px;
            height: 100px;
            margin: 0 auto 15px;
            background-color: #ddd;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 20px;
            /* å…­è¾¹å½¢å®žçŽ° */
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            transition: all 0.3s ease;
        }
        /* æ¿€æ´»çŠ¶æ€çš„å…­è¾¹å½¢æ¸å˜æ›´æ–° */
        .process-step.active .step-number {
            background: linear-gradient(341deg,#b8d0ff,#015bfe);
            color: white;
        }
        .process-step h3 {
            margin: 0 0 10px;
            font-size: 18px;
            color: #333;
        }
        .process-step p {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
.privilege_box {
    width: 100%;
    background-position: 24px 34px;
}

.privilege_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.privilege_box li {
    display: flex;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.privilege_box .backend:hover {
    transform: translateY(-0.625rem);
    transition: all .3s linear;
    box-shadow: 0px 20px 40px rgba(41, 68, 128, 0.1);
}

.privilege_box a {
    text-decoration: none;
    color: #333;
}

.privilege_title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.privilege_img {
    padding-right: 15px;
}

.privilege_img img {
    width: 50px;
}

.privilege_desc {
    color: #999;
}

.tab_links {
    background: none !important;
    text-align: center;
    font-size: 22px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
}

/* æ ‡ç­¾æ¿€æ´»è‰²æ›´æ–° */
.tab_links .active {
    color: #015bfe;
    border-bottom: 5px solid #015bfe;
}

.tab_links li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 75px;
    padding: 0 6px;
    line-height: 65px;
    cursor: pointer;
    font-size: 18px;
}

.tab_content {
    display: none;
    overflow: hidden;
    padding-left: 70px;
}

.tab_content.active {
    display: block;
}

.desc_item {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}

.desc_item .item_icon {
    background-color: rgba(1, 91, 254, 0.1); /* å›¾æ ‡èƒŒæ™¯è‰²æ›´æ–° */
    border-radius: 9999px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.desc_item .item_icon i {
    color: #015bfe; /* å›¾æ ‡è‰²æ›´æ–° */
    font-size: 30px;
}

.show_box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    padding: 30px 0;
}

.item_title h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}
.index_partners{
    background: #fff;
}
.partners_privilege {
    background: url(../images/partnersbg.jpg);

}

.partners_privilege .text-center h2 {
    color: #fff;
}

.tab_content .show_left {
    float: left;
    background: url(../images/computer.png) no-repeat;
    background-size: 100%;
    width: 460px;
    height: 400px;
    position: relative;
}

.show-wrap {
    width: 405px;
    height: 221px;
    position: absolute;
    top: 31px;
    left: 28px;
    overflow: hidden;
}

.show-wrap ul {
    position: relative;
}



.show-btn .leftbtn {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/left_icon.png);
    background-size: 100%;
    width: 53px;
    height: 53px;
    cursor: pointer;
    top: 150px;
    left: -50px;
}

.show-btn .rightbtn {
    background: url(../images/right_icon.png);
    background-size: 100%;
    top: 150px;
    right: -50px;
    width: 53px;
    height: 53px;
    position: absolute;
    cursor: pointer;
}

.supportbg {
    height: 900px;
    background-image: url(../images/support-bg.jpg);
}

.products-support li {
    position: relative;
    float: left;
    width: 32%;
    height: 286px;
    margin-left: 12px;
    margin-bottom: 12px;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #015bfe; /* åº•éƒ¨è¾¹æ¡†è‰²æ›´æ–° */
}

.products-support li i {
    position: relative;
    z-index: 9;
    display: block;
    width: 55px;
    height: 72px;
    margin: 50px auto 20px;
    transition: background 1s;
}

.products-support li h4 {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
    transition: color 1s;
}

.products-support li p {
    position: relative;
    z-index: 9;
    padding: 0 40px;
    line-height: 2;
    font-size: 14px;
    color: #999;
    transition: color 1s;
}

.products-support li:hover h4,
.products-support li:hover p {
    color: #fff;
}

/* æœåŠ¡æ¡é¢œè‰²æ›´æ–° */
.products-support li .service-screen {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #015bfe;
    z-index: 1;
}

.products-support li:hover .service-screen {
    animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
    -moz-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
    -webkit-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
    -o-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}

@keyframes animation-05 {
    from {
        height: 4px;
    }

    to {
        height: 286px;
    }
}

.support-1 i {
    background: url(../images/support-1.png) no-repeat 0 0;
}

.support-1:hover i {
    background: url(../images/support-hover-1.png) no-repeat 0 0;
}

.support-2 i {
    background: url(../images/support-2.png) no-repeat 0 0;
}

.support-2:hover i {
    background: url(../images/support-hover-2.png) no-repeat 0 0;
}

.support-3 i {
    background: url(../images/support-3.png) no-repeat 0 0;
}

.support-3:hover i {
    background: url(../images/support-hover-3.png) no-repeat 0 0;
}

.support-4 i {
    background: url(../images/support-4.png) no-repeat 0 0;
}

.support-4:hover i {
    background: url(../images/support-hover-4.png) no-repeat 0 0;
}

.support-5 i {
    background: url(../images/support-5.png) no-repeat 0 0;
}

.support-5:hover i {
    background: url(../images/support-hover-5.png) no-repeat 0 0;
}

.support-6 i {
    background: url(../images/support-6.png) no-repeat 0 0;
}

.support-6:hover i {
    background: url(../images/support-hover-6.png) no-repeat 0 0;
}

.supportbg .section-title h2,
.supportbg .section-title p {
    color: #fff;
}

.product-card-oem-box {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* å¡ç‰‡æ¸å˜èƒŒæ™¯æ›´æ–° */
.product-card-oem {
    width: 224px;
    height: 260px;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 18px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(310deg, rgba(1, 91, 254, 0.5) 12%, rgba(1, 91, 254, 0.2) 79%, rgba(1, 91, 254, 0.04));
}

.product-card-oem:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 0px 20px 40px rgba(41, 68, 128, 0.1);
}

.product-card-oem-img img {
    width: 62px;
    height: 50px;
}

.page-banner-articlelist .pagebanner {
    height: 350px !important;
    background: linear-gradient(180deg, #fff, #015bfe05);
    margin-bottom: 16px;
    position: relative;
    align-items: center;
}

.articlelist-wrap {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.articlelist-text {
    display: grid;
    place-items: center;
    height: 300px;
}

.articlelist-text .header-title {
    line-height: 76px;
    padding: 0 40px;
    font-size: 40px;
    font-weight: 500;
    color: #1e1e28;
    position: relative;
    display: grid;
    place-items: center;
}

.articlelist-text .header-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/articlelist_left.svg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.articlelist-text .header-title:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/articlelist_right.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.public-articlelist {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 8px;
    margin-bottom: 50px;
    min-height: 500px;
}

.public-articlelist .title {
    width: 100%;
    font-size: 16px;
    border-radius: 8px 0;
    background: #fff;
    position: relative;
}

/* æ ‡é¢˜å·¦ä¾§æ ‡è¯†è‰²æ›´æ–° */
.public-articlelist .title::after {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 5px;
    height: 20px;
    border-radius: 8px;
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #015bfe);
}

.public-articlelist tbody tr td:nth-child(3) {
    color: #999;
    text-decoration: line-through;
}

.ept-new-cate {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ept-new-cate .notice-side {
    width: 20%;
    background: #fff;
    border-right: 1px solid #ddd;
}

.ept-new-cate .notice-side h2 {
    font-size: 30px;
    color: #333;
    padding-left: 25px;
    margin-top: 20px;
}

.ept-new-cate .notice-side ul {
    margin: 35px 0 0;
    overflow: hidden;
}

.ept-new-cate .notice-side ul li {
    height: 50px;
    margin: 0 0 10px;
}

.ept-new-cate .notice-side ul a {
    display: block;
    line-height: 50px;
    padding: 0 15px 0 30px;
}

.ept-new-cate .notice-side ul a:before {
    content: '';
    width: 18px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background: url('../images/notice.png') no-repeat;
}

.ept-new-cate .notice-side ul a:after {
    content: '';
    width: 6px;
    height: 10px;
    margin: 18px 0 0;
    float: right;
    background: url('../images/notice.png') -163px -3px no-repeat;
}

/* ä¾§è¾¹æ æ¿€æ´»èƒŒæ™¯è‰²æ›´æ–° */
.ept-new-cate .notice-side ul li:hover a,
.ept-new-cate .notice-side ul .active a {
    color: #ffffff;
    background: #015bfe;
}

.ept-new-cate .notice-body {
    width: 80%;
    padding: 0 20px;
    overflow: hidden;
    background: #fff;
}

.ept-new-cate .notice-list {
    overflow: hidden
}

/* å¤åˆ¶æŒ‰é’®è¾¹æ¡†è‰²æ›´æ–° */
.ept-new-cate .copy-url-btn {
    display: inline-block;
    height: 36px;
    width: 120px;
    border: 1px solid #015bfe;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #015bfe; /* æ–‡æœ¬è‰²æ›´æ–° */
    cursor: pointer;
}

.ept-new-cate .link-url-span {
    position: relative;
    top: 12px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 30px 0 10px;
    max-width: 650px;
    height: 36px;
    border: 1px solid #e6e6e6;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    background: #f5f6f7;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ept-new-cate .notice-back {
    display: block;
    color: #015bfe; /* é“¾æŽ¥è‰²æ›´æ–° */
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.solutions_center h2 {
    font-size: 2rem;
}

.ept-new-cate .notice-show {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    min-height: 500px;
    width: 100%;
    padding-top: 20px;
}

.ept-new-cate .notice-show .title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e28;
    line-height: 45px;
}
.ept-new-cate .notice-show .title span{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .65);
    line-height: 20px;
}
.ept-new-cate .notice-show  hr{
    height: 1px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 24px 0;
}
.ept-new-cate .notice-list li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.ept-new-cate .notice-list .title {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

/* æ ‡é¢˜hoverè‰²æ›´æ–° */
.ept-new-cate .notice-list li .title:hover,
.ept-new-cate .notice-list li:hover span {
    color: #015bfe;
}

.ept-new-cate .notice-list .desc {
    margin: 15px auto;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ept-new-cate .notice-list li:hover .news-list-item-date:before {
    background-position: -203px 3px
}

.ept-new-cate .notice-list li:hover .num:before {
    background-position: -248px 2px
}

.public-contact-nav {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    z-index: 98;
}

.public-contact-nav .wrap {
    display: flex;
}

/* å¯¼èˆªæ¿€æ´»è‰²æ›´æ–° */
.public-contact-nav .wrap>div.ing {
    color: #015bfe;
    border-bottom: 2px solid #015bfe;
}

.public-contact-nav .wrap>div {
    margin-right: 20px;
    padding: 0 20px;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    border-bottom: 2px solid transparent;
}

.public-contact-content {
    padding: 60px 0 100px;
}

.public-contact-content .tab-content.active {
    display: block;
}

.public-contact-content .tab-content {
    display: none;
}

.introduction-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.introduction-left {
    min-width: 400px;
    max-width: 400px;
}

.introduction-top {
    font-size: 32px;
    font-weight: 700;
}

.introduction-left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px 20px;
    margin: 48px 0 20px;
}

.introduction-left ul li {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 400;
}

.introduction-left ul li span {
    display: block;
    font-size: 36px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 600;
}

.introduction_bottom img {
    width: 100%;
    height: 213px;
    border-radius: 8px;
}

.introduction-right {
    flex: 1;
    margin-left: 40px;
    padding: 40px;
    border-radius: 0;
    border: 1px solid #E6E9EC;
    box-shadow: 0px 2px 7px 0px #F2F5F7;
    background: #fff;
}

.introduction-right-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

/* æ ‡é¢˜ä¸‹åˆ’çº¿é¢œè‰²æ›´æ–° */
.introduction-right-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #015bfe;
    margin-top: 18px;
}

.introduction-right-content {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
    text-align: justify;
}

.company-culture {
    padding: 50px 0;
    width: 100%;
}


.company-culture .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.company-culture .card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    min-width: 250px;
}

.company-culture .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.cooperate-box {
    height: 248px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.currency-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.currency-title h2 {
    color: #181818;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
}

.currency-title p {
    color: #181818;
    font-size: 20px;
    margin-bottom: 46px;
    opacity: .85;
}

.ept-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    padding: 40px 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.ept-content-label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ept-content-label .label {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.ept-content-label .desc {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
}

.ept-content-label p {
    padding: 10px;
}

.ept-content-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* æŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.ept-content-button .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 28px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #015bfe;
    color: #fff;
}

.ept-content-item:hover .ept-content-button {
    height: 100%;
}

.ept-content-item img {
    width: 48px;
    height: 48px;
}

.cooperate-left {
    float: left;
    width: 70%;
    height: 100%;
    padding: 40px;
    border-right: 1px solid #dfe1e6;
}

.cooperate-title {
    font-size: 20px;
    font-weight: 600;
    color: #252b3a;
    line-height: 26px;
}

.cooperate-label {
    margin-top: 40px;
    font-size: 16px;
    color: #575D6C;
    line-height: 20px;
}

.cooperate-phone {
    margin-top: 8px;
}

/* ç”µè¯å·é¢œè‰²æ›´æ–° */
.phone-num {
    font-size: 20px;
    color: #015bfe;
    line-height: 30px;
    font-weight: bold;
}

.cooperate-desc {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #575d6c;
}

.cooperate-right {
    width: 30%;
    margin-top: 8px;
    height: 100%;
    padding: 40px;
    float: left;
}

.cooperate-btn {
    margin-top: -70px;
    margin-left: 143px;
}

/* åˆä½œæŒ‰é’®è¾¹æ¡†è‰²å’Œæ–‡æœ¬è‰²æ›´æ–° */
.cooperate-contentbtn {
    border: 1px solid #015bfe;
    color: #015bfe;
    border-radius: 2px;
    padding: 10px 27px;
    cursor: pointer;
}

.public-contact-content .tab-content {
    display: none;
}

.solutions_center {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-start {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}

.items-start-item {
    background-color: rgba(1, 91, 254, 0.1); /* å›¾æ ‡èƒŒæ™¯è‰²æ›´æ–° */
    border-radius: 9999px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.items-start-item i {
    color: #015bfe; /* å›¾æ ‡è‰²æ›´æ–° */
    font-size: 30px;
}

.checkbtn i {
    margin-left: 0.25rem;
}

.docking_title h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}

.text-neutral {
    color: #64748b;
    font-size: 16px;
}

/* æŸ¥çœ‹æŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.checkbtn {
    padding: 12px 24px;
    border-radius: 8px;
    color: #fff;
    background: #015bfe;
    font-size: 16px;
    font-weight: 600;
}

.docking_right {
    position: relative;
}

.docking_right_card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 0.75rem;
    background: #fff;
}

.docking_right_card .card_title {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

/* æ ‡ç­¾èƒŒæ™¯è‰²å’Œæ–‡æœ¬è‰²æ›´æ–° */
.docking_right_card span {
    color: #015bfe;
    background: rgba(1, 91, 254, 0.18);
    padding: 5px 10px;
    border-radius: 20px;
}

.docking_right_card .card_title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
}

/* æ•°å­—èƒŒæ™¯è‰²æ›´æ–° */
.card_boxnum {
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #015bfe;
    color: #fff;
    margin-right: 1.5rem;
}

.card_boxitem {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    flex: 1 1 0%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.font-semibold {
    font-weight: 600;
}

/* æç¤ºæ ‡ç­¾èƒŒæ™¯è‰²å’Œæ–‡æœ¬è‰²æ›´æ–° */
.products_tip {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -1rem;
    top: -1.5rem;
    border-radius: 0.5rem;
    background-color: rgba(1, 91, 254, 0.16);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #015bfe;
    transform: rotate(5deg);
}

.products_tip p {
    font-weight: 700;
    font-size: 16px;
}

.institution_right_box {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
}

/* æœºæž„å¤´éƒ¨èƒŒæ™¯è‰²æ›´æ–° */
.institution_header {
    background: #015bfe;
    padding: 1.5rem;
    color: #fff;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.institution_process {
    padding: 1.5rem;
}

.process_box .flex {
    display: flex;
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}

.institution_content h4 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.statistics_top {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.institution_statistics {
    padding: 1.6rem;
}

.statistics_top h3 {
    font-size: 18px;
    font-weight: 600;
}

.statistics_buttom {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
}

.statistics-text {
    text-align: center;
}

/* ç»Ÿè®¡æ•°å­—é¢œè‰²æ›´æ–° */
.statistics-text .title {
    font-weight: 700;
    font-size: 30px;
    color: #015bfe;
    line-height: 2.25rem;
}

/* ç»Ÿè®¡å›¾æ ‡èƒŒæ™¯è‰²æ›´æ–° */
.statistics_icon {
    background: rgba(1, 91, 254, 0.26);
    padding: 10px;
    border-radius: 60px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 19px;
}

.statistics_icon i {
    font-size: 18px;
    color: #015bfe; /* å›¾æ ‡è‰²æ›´æ–° */
}

.public_item {
    padding: 60px 0;
}

.solutions_one {
    background-color: #f4f8ff;
}

.solutions_two {
    background: #fff;
}

.solutions_four {
    background: #fff;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.feature-card p {
    color: var(--gray);
}
.scenarios {
    background-image: url(../images/scene_bg.png);
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;
    padding-bottom: 20px;
}

.scenario-item {
    padding: 25px;
    border-radius: 8px;
    background-color: #F8FAFC;
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
}

.scenario-item:hover {
    background-color: #DBEAFE;
    transform: scale(1.05);
}

.scenario-item img {
    width: 70px;
    margin-bottom: 15px;
}

.scenario-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* ç™»å½•æŒ‰é’®æ–‡æœ¬è‰²æ›´æ–° */
.loginbtn a {
    color: #015bfe;
    padding: 0 10px;
}
.logininfo a{
    margin: 0 10px;
}

.index_username:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/member.png) center top no-repeat;
}

.goodsinfo_center .goodsinfo {
    display: flex;
    padding: 40px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.goods-info-left img {
    width: 280px;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #015bfe; /* é˜´å½±è‰²æ›´æ–° */
    border: 1px solid #f9f9f9;
}

.goods-info-right {
    flex: 1;
    margin-left: 32px;
    padding-top: 12px;
}

.detail-item {
    margin: 20px 0;
}

.goodsinfo-label {
    display: flex;
    align-items: center;
}

.goodsinfo-label .label_item {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    gap: 3px;
}

.label_item img {
    width: 18px;
    vertical-align: middle;
}

.ept_openshop {
    padding: 3px 5px;
    border: 1px solid #0e9338;
    margin-right: 7px;
    background-color: #ffffff;
    border-radius: 5px;
}

.ept_closeshop {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ff0000;
    margin-right: 7px;
    background-color: #ffffff;
    border-radius: 5px;
}

.otherinfo p {
    font-size: 12px;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 700;
}

.goodsdetails {
    margin-top: 20px;
    padding-bottom: 20px;
}

.goodsdetails .title {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    position: relative;
}

/* æ ‡é¢˜ä¸‹åˆ’çº¿é¢œè‰²æ›´æ–° */
.goodsdetails .title::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 40px;
    width: 75px;
    height: 5px;
    border-radius: 8px;
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #015bfe);
}

.goodsdetails .body {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    min-height: 500px;
    margin: 20px 0;
}

/* è´­ä¹°æŒ‰é’®æ¸å˜æ›´æ–° */
.goods-info-right .buybut {
    display: flex;
    margin-top: 20px;
    width: 260px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(1, 91, 254, 0.47);
    background-image: linear-gradient(to bottom, #015bfe, rgba(1, 91, 254, 0.08));
    box-shadow: 0 5px 10px rgba(1, 91, 254, 0.1);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.goods-info-right .goodsmoney {
    color: #ff0000;
    font-weight: 700;
    font-size: 18px;
}

/* ç±»åž‹æ ‡ç­¾è‰²æ›´æ–° */
.goods-info-right .goodstype {
    color: #015bfe;
    border: 1px solid #015bfe;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 10px;
}

.goodsdetails .body p img {
    display: block;
    margin: 0 auto;
}

.goods-info-left .census {
    margin-top: 40px;
    display: flex;
}

.goods-info-left .census div {
    font-size: 12px;
    padding: 2px 10px;
    color: #666;
    background: rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin-right: 10px;
}

/* é¢åŒ…å±‘èƒŒæ™¯æ¸å˜æ›´æ–° */
.public-crumbs {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(135deg, #015bfe, #4a90e2);
}

.public-crumbs .item {
    display: block;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.public-crumbs .item i {
    margin-right: 5px;
    font-size: 12px;
}

.public-crumbs span {
    margin: 0 10px;
    color: #fff;
}

.public-crumbs span i {
    font-size: 12px;
}

.page-banner-goodscate {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.search_tips {
    margin-top: 15px;
}

.search_tips span a {
    color: #ededed;
    margin-right: 10px;
}

.label_item .markeprice {
    margin-left: 20px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.feature-icon img {
    width: 60px;
}

.index_compare_bg {
    background: url(../images/index-compare-bg.png) 0 no-repeat;
    height: 720px;
    padding-top: 66px;
}

.common_content {
    background: #ffffffc6;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(1, 91, 254, 0.16); /* é˜´å½±è‰²æ›´æ–° */
    display: flex;
    height: 588px;
}

.common_content_left {
    padding: 150px 0 0 76px;
    width: 230px;
}

.common_content_left li {
    color: #292929;
    font-family: M Ying Hei PRC !important;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 30px;
}

.common_content_middle {
    color: #666;
    font-size: 16px;
    padding: 0 50px;
    width: 440px;
}

.common_content_right {
    color: #5e5e5e;
    padding: 0 50px;
    width: 440px;
}

.common_content_middle li {
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 36px;
    font-size: 16px;
}

.common_content_right li {
    background: url(../images/dui.png) 0 0 no-repeat;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 36px;
    font-size: 16px;
}
.common_content_middle_list li{
    background: url(../images/cuo.png) 0 0 no-repeat;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 36px;
    font-size: 16px;
}
.common_content h3 {
    color: #171d26;
    font-size: 24px;
    font-weight: 500;
    line-height: 150px;
    text-align: center;
}

.company-contact table {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    border: 0;
    border-collapse: collapse;

}

.company-contact table tr {
    background: #f7f7f7;
    border: 1px solid #ececec;
}

.company-contact th {
    font-weight: 400;
    color: #5e5e5e;
    padding: 0;
    margin: 0;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    background: #fafafa;
    height: 100px;
}

/* åœ¨çº¿æœåŠ¡æŒ‰é’®æ¸å˜æ›´æ–° */
.company-contact .service-onling {
    background: linear-gradient(339deg, #015bfe, #ffd570);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.company-contact .service-onling img {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.company-contact .qrcode-cell {
    position: relative;
    height: 40px;
    padding: 0 10px;
}

.company-contact .qrcode-trigger {
    cursor: pointer;
}

.company-contact .qrcode-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.company-contact .qrcode-popup {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease, visibility 0.3s ease;

    background: #fff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.company-contact .qrcode-trigger:hover+.qrcode-popup,
.company-contact .qrcode-popup:hover {
    opacity: 1;
    visibility: visible;
}

.company-contact .service-img {
    width: 140px;
    height: 140px;
    display: block;
}

.tab-content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.public-createorder {
    display: flex;
    justify-content: space-between;
}

.public-createorder-info {
    width: calc(100% - 520px);
    height: fit-content;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.public-createorder-info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-createorder-info .title {
    font-size: 24px;
}

.public-createorder-info .info {
    width: 100%;
}

.public-createorder-info .info .item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.public-createorder-info .info .item span {
    width: 120px;
    font-size: 14px;
    color: #555;
}

.public-createorder-info .info .item .fr {
    width: calc(100% - 120px);
}

.public-createorder-info .info .item .img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.public-createorder-info .info .item .img img {
    width: 100%;
    height: 100%;
}

.public-createorder-info .info .item .text {
    font-size: 14px;
}

.public-createorder-info .info .item .money {
    font-size: 14px;
    color: #f44336;
    font-weight: bold;
}

.public-createorder-order {
    width: 500px;
    height: fit-content;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.public-createorder-order .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-createorder-order .top .title {
    font-size: 24px;
}

.public-createorder-order .top .tips {
    display: flex;
    align-items: center;
}

.public-createorder-order .top .tips span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 30px;
    font-size: 12px;
    color: #666;
    background: rgb(0 0 0 / 5%);
    border-radius: 15px 0 0 15px;
    margin-right: -8px;
}

/* æç¤ºå›¾æ ‡èƒŒæ™¯è‰²æ›´æ–° */
.public-createorder-order .top .tips em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    background: #015bfe;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(1, 91, 254, 0.3);
}

.public-createorder-order .order {
    margin-top: 20px;
}

.public-createorder-order .order .item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.public-createorder-order .order .item span {
    width: 120px;
    font-size: 14px;
    color: #555;
}

.public-createorder-order .order .item .fr {
    width: calc(100% - 120px);
}

.public-createorder-order .order .item input.fr {
    height: 35px;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 5px;
    font-size: 14px;
    text-indent: 10px;
    transition: .3s;
}

.public-createorder-order .order .item input.fr:focus {
    border-color: rgb(0 0 0 / 15%);
}

.public-createorder-order .order .item .money {
    font-size: 14px;
    color: #f44336;
    font-weight: bold;
}

.public-createorder-order .order .item .order-pay-type-header {
    width: 100%;
    height: 30px;
    display: flex;
}

/* æ”¯ä»˜ç±»åž‹æ ‡ç­¾æ¿€æ´»è‰²æ›´æ–° */
.public-createorder-order .order .item .order-pay-type-header-item.hover,
.public-createorder-order .order .item .order-pay-type-header-item:hover {
    color: #015bfe;
    border-bottom-color: #015bfe;
}

.public-createorder-order .order .item .order-pay-type-header-item {
    display: flex;
    padding: 0 12px;
    height: 30px;
    align-items: center;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
}

.public-createorder-order .order .item .order-pay-type-content {
    width: 100%;
    margin-top: 10px;
}

.public-createorder-order .order .item .order-pay-type-content-item {
    display: none;
}

.public-createorder-order .order .item .order-pay-type-content-item.hover {
    display: block;
}

.public-createorder-order .order .item .order-pay-type-content-item .junka-wrap {
    width: 100%;
    background: #efefef;
    border-radius: 8px;
    padding: 8px;
}

.public-createorder-order .order .item .order-pay-type-content-item .junka-wrap .label {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.public-createorder-order .order .item .order-pay-type-content-item .junka-wrap textarea {
    width: 100%;
    min-height: 120px;
}

.public-createorder-order .order .item .order-pay-type-content-item .pay {
    display: flex;
    flex-wrap: wrap;
}

.public-createorder-order .order .item .order-pay-type-content-item .pay span {
    display: flex;
    height: 35px;
    width: fit-content;
    padding: 0 17px;
    margin: 5px;
    white-space: nowrap;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.public-createorder-order .order .item .order-pay-type-content-item .pay span i {
    margin-right: 5px;
}

.public-createorder-order .order .item .order-pay-type-content-item .pay span:hover {
    border-color: rgb(0 0 0 / 15%);
}

/* æ”¯ä»˜æ–¹å¼é€‰ä¸­èƒŒæ™¯è‰²æ›´æ–° */
.public-createorder-order .order .item .order-pay-type-content-item .pay span.hover {
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #4a90e2);
    color: #fff;
    box-shadow: 0 5px 10px rgba(1, 91, 254, 0.3);
}

/* æ”¯ä»˜æŒ‰é’®æ¸å˜æ›´æ–° */
.public-createorder-order .order .item .paybut {
    width: 100%;
    height: 40px;
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #4a90e2);
    color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(1, 91, 254, 0.3);
}

.public-createorder-order .order .item .paybut:hover {
    background: #015bfe;
}
.public-list {
    margin: 20px 0 40px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}

.public-list .list-table {
    display: flex;
    padding: 20px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.public-list .list-table span {
    font-size: 15px;
    font-weight: bold;
}

.public-list .list-table span:nth-child(1) {
    width: 940px;
}

.public-list .list-table span:nth-child(2) {
    width: 100px;
}

.public-list .list-table span:nth-child(3) {
    width: 100px;
}

.public-list .list-table span:nth-child(4) {
    width: 100px;
}

.public-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    transition: background .3s;
}

.public-list .item + .item {
    border-top: 1px solid rgb(0 0 0 / 5%);
}

.public-list .item:hover {
    background: rgb(0 0 0 / 3%);
}

.public-list .fl {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(1, 91, 254, 0.3); /* é˜´å½±è‰²æ›´æ–° */
}

.public-list .fl img {
    width: 100%;
    height: 100%;
}

.public-list .fa {
    width: 690px;
    height: 80px;
}

.public-list .fa .title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.public-list .fa .money {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.public-list .fa .money em {
    font-size: 16px;
    color: #f44336;
    font-weight: bold;
    margin-right: 20px;
    font-style: normal;
}

.public-list .fa .money span {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.public-list .fa .bq {
    display: flex;
}

/* æ ‡ç­¾è‰²æ›´æ–° */
.public-list .fa .bq span {
    font-size: 12px;
    padding: 0 10px;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #015bfe;
    background: rgb(0 0 0 / 5%);
    margin-right: 10px;
}

.public-list .fr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 420px;
}

.public-list .fr .fr-1 {
    width: 100px;
}

.public-list .fr .fr-2 {
    width: 100px;
}

.public-list .fr .fr-3 {
    width: 100px;
}

.public-list .fr .time {
    font-size: 12px;
    padding: 0 10px;
    width: fit-content;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    background: #4caf50;
}

.public-list .fr .mode {
    font-size: 12px;
    width: 60px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}

/* æ¨¡å¼æ ‡ç­¾æ¸å˜æ›´æ–° */
.public-list .fr .mode.z1 {
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #4a90e2);
}

.public-list .fr .mode.z2 {
    background-color: #ffc107;
    background-image: linear-gradient(to bottom, #ffc107, #ff9800);
}

.public-list .fr .mode.z3 {
    background-color: #f06292;
    background-image: linear-gradient(to bottom, #f06292, #e91e63);
}

.public-list .fr span.s1 {
    color: #4caf50;
    background: #edffee;
    font-size: 12px;
    padding: 0 10px;
    width: fit-content;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.public-list .fr span.s2 {
    color: #f44336;
    background: #fff0ee;
    font-size: 12px;
    padding: 0 10px;
    width: fit-content;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

/* æ“ä½œæŒ‰é’®æ¸å˜æ›´æ–° */
.public-list .fr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: rgba(1, 91, 254, 0.37);
    background-image: linear-gradient(to top, #015bfe, rgba(1, 91, 254, 0.3));
    border-radius: 20px;
    font-size: 14px;
}

.public-list .fr a i {
    margin-right: 5px;
}

.public-list .fr a:hover {
    background-color: #015bfe;
    background-image: linear-gradient(to bottom, #015bfe, #4a90e2);
    box-shadow: 0px 5px 10px rgba(1, 91, 254, 0.3);
}
.choose_header{
    width: 100%;
    background-image: url(../images/chooseheaderbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 24px 40px 24px;
    margin-bottom: 24px;
}
.choose_header_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    height: 100%;
}
.choose_header_content_left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.choose_header_content_left h3{
    font-size: 24px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 24px;
}
.choose_header_content_left h5{
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 24px;
}
.choose_header_content_left ul{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: flex-start;
}

/* åˆ—è¡¨é¡¹æ–‡æœ¬è‰²æ›´æ–° */
.choose_header_content_left ul li{
    padding-right: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #015bfe;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.choose_header_content_left ul li:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/correct.png);
    background-size: 100% 100%;
}
.choose_header_content_right{
    display: flex;
    gap: 40px;
}

/* è”ç³»æŒ‰é’®è¾¹æ¡†è‰²å’Œæ˜¾ç¤ºæŒ‰é’®èƒŒæ™¯è‰²æ›´æ–° */
.choose_header_content_right .contact_btn{
    border: 1px solid #015bfe;
    padding: 10px 20px;
}
.choose_header_content_right .show{
    background: #015bfe;
    color: #fff;
}