body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
    background-color: #F6F6F6;
    overflow-x: scroll;
}

h4, h5, h6 {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.bg-yh {
    background-color: #1b5ed9;
    color: white;
}

a:hover {
    text-decoration: none;
}


.notes {
    font-size: 12px;
    color: #666;
    font-weight: 550;
}

.bg-white {
    background-color: white;
}

.font-small {
    font-size: 10px;
}

.font-bolder {
    font-weight: 550;
}

ul {
    list-style: none;
}

ul li {
    cursor: pointer;
}

ul li:hover {
    color: #1b5ed9;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.page {
    width: 1230px;
    margin: auto;
    display: grid;
    font-family: Microsoft Yahei, Roboto-Regular, Arial, Helvetica, sans-serif;
}

i {
    padding-right: 3px;
}

.container-fluid {
    width: 100%;
    padding: 0;
    min-width: 1230px;
}

/*最上方图片*/
.header-pic {
    width: 100%;
    height: auto;
    min-width: 600px;
    overflow: hidden;
}

.header-normal {
    width: 100%;
    min-width: 1230px;
    height: 110px;
    margin-bottom: 1px;
    background-color: #fff;
}

.header-stick {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    animation: slideDown .2s ease-out;
}

@keyframes slideDown {
    0% {
        top: -10px;
        opacity: 95%;
    }
    100% {
        top: 0;
        opacity: 100%;
    }
}

.header-navbar {
    background-color: white;
    height: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.navbar-group {
    width: 1230px;
    margin: auto;
    position: relative;
}

.header-content {
    width: 1230px;
    margin: auto;
    height: 80px;
}

#top-menu {
    background-color: #EEEEEE;
    width: 100%;
    position: relative;
}

.inner-top {
    background-color: #EEEEEE;
    height: 24px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1230px;
    overflow-wrap: break-word;
    font-size: 12px;
    font-family: MicrosoftYaHei, sans-serif;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    position: relative;
}

.inner-top ul {
    float: right;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    position: relative;
}

.inner-top ul li {
    display: inline-block;
    padding-left: 30px;

}

.inner-top .left-nav {
    width: 100px;
    text-align: left;
}

.inner-top .right-nav {
    width: 800px;
    text-align: right;
}

.search-group {
    width: 100%;
    float: left;
    height: 70px;
    font-size: 10px;
    justify-content: space-between;
}

.search-group input,
.search-group button {
    font-size: 12px;
}

.search-group .left-div {
    width: 208px;
    float: left;
}

.search-group .right-div {
    width: 830px;
    float: right;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.search-group .logo {
    height: 60px;
    margin-top: 5px;
    width: auto
}


.header-logo {
    height: 60px;
    width: auto;
    margin-top: 5px;
    margin-left: 10px;
}

.search-group .search-bar {
    width: 500px;
    height: 35px;
    font-size: 14px;
    padding-top: 15px;

}

.search-group .search-bar input {
    height: 35px;
    margin-left: 30px;
    border-radius: 0;
}

.btn-bom, .btn-cart {
    height: 35px;
    width: 100px;
    font-size: 14px;
    margin-top: 15px;

}

.btn-bom {
    background-color: #1b5ed9;
    color: whitesmoke;
}

.btn-cart {
    color: #333333;
}

.btn-cart:hover {
    background-color: #1b5ed9;
    color: whitesmoke;
}

#button-addon2 {
    width: 100px;
}

#button-addon2:hover {
    background-color: #1b5ed9;
}

.pn-under {
    position: absolute;
    top: 50px;
    left: 35px;
    padding-top: 2px;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-pn {
    padding-right: 6px;
}

/*导航栏*/

.navbar-group {
    background-color: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#navbar-group-ul {
    height: 30px;
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    padding-left: 0;
    margin-bottom: 0;

}

#navbar-group-ul li {
    width: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

#navbar-group-ul li:nth-of-type(2) {
    margin-left: 1px;
}

#cate-menu {
    width: 190px !important;
}


#navbar-group-ul li:hover {
    color: whitesmoke;
    background-color: #1b5ed9;
}

#navbar-group-ul .bg-active {
    color: whitesmoke;
    background-color: #1b5ed9;
}

.group-row {
    display: flex;
    position: relative;
    margin-top: 3px;
}

#cate-ul ul {
    top: 30px;
    width: 190px;
    height: 384px;
    list-style: none;
    background-color: white;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    z-index: 333;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#cate-ul li {
    text-align: left;
    text-indent: 45px;
    width: 100%;
    padding-left: 10px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    position: relative;
    padding-right: 20px;
}

#cate-ul img {
    width: auto;
    height: auto;
    max-height: 20px;
    max-width: 20px;
    padding-right: 5px;
    position: absolute;
    top: 10px;
    left: 30px;
}


#cate-ul li::after {
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid whitesmoke;
    padding: 0 10px;
}


@keyframes rotateAnimation {
    0% {
        transform: rotatez(0deg);
    }
    100% {
        transform: rotatez(90deg);
    }
}

#cate-ul li:hover {
    color: #1b5ed9;
    font-weight: 550;
    background-color: whitesmoke;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .3);
}


#cate-menu-btn {
    width: 190px !important;
}

#brand-ul {
    width: 300px;
    height: 388px;
    background: whitesmoke;
    left: 190px;
    top: 30px;
    position: absolute;
    padding: 3px 10px 3px 10px;
    z-index: 9999;
    visibility: hidden;
}

.left-title {
    display: inline-block;
    width: 46%;
    text-align: left;
    font-size: 14px;
    font-weight: 550;
    padding-bottom: 5px;
}

.ul-title-row {
    border-bottom: 1px solid #D3D3D3;
}

.right-more {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 12px;
    font-weight: 550;
    color: #333333;
}

.ul-list {
    margin-top: 10px;
    width: 100%;
    height: 340px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    row-gap: 30px;
    column-gap: 15px;
    align-content: start;
}

.ul-list-li {
    padding: 5px;
    width: 80px;
    height: 40px;
    background: #FFF;
    position: relative;
}

.ul-list-li .li-pic {
    width: 56px;
    height: 30px;
    position: relative;
    margin: auto;
}

.ul-list-li:hover .pic-bottom-span {
    color: #1b5ed9;
}

.ul-list-li img {
    height: 70%;
    width: auto;
    position: absolute;
    text-align: center;
    left: 15%;
    top: 15%;
}

.cate-two-ul {
    width: 220px;
    height: 385px;
    background: whitesmoke;
    left: 190px;
    top: 30px;
    position: absolute;
    padding: 3px 10px 3px 10px;
    z-index: 9999;
    visibility: hidden;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.cate-two-ul ul {
    padding-left: 0;
    height: 380px;
}

.cate-two-ul li {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    color: #444;
}

.pic-bottom-span {
    width: 100%;
    font-size: 10px;
    display: block;
    text-align: center;
    padding-top: 8px;
    text-wrap: nowrap;
    font-weight: 550;
    align-items: center;
    justify-content: center;
    color: #666;
    transform: scale(0.8);
}

.ul-list-li:nth-of-type(12) .pic-bottom-span,
.ul-list-li:nth-of-type(13) .pic-bottom-span,
.ul-list-li:nth-of-type(14) .pic-bottom-span {
    transform-origin: left;
    transform: scale(0.7);
}


.pic-bottom-span:hover {
    color: #1b5ed9;
}

.mySlider {
    width: 780px;
    height: 384px;
    display: inline-block;
    position: relative;
    margin-left: 200px;
}

#myCarousel img {
    width: 100%;
    height: auto;
}

.banner-pic {
    height: 100%;
    width: 100%;
}

.customer-center {
    width: 240px;
    margin-left: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.hover-color:hover {
    background: #1b5ed9;
    color: whitesmoke;
}

.customer-center .row-1,
.customer-center .row-2,
.customer-center .row-3 {
    width: 216px;
    margin: auto;
    padding: 10px;
    font-size: 12px;
    height: 127px;

}

.customer-center .row-2,
.customer-center .row-3 {
    display: flex;
}

.customer-center .row-1 .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    left: 15px;
    top: 8px;
    overflow: hidden;
    display: inline-block;
    background-image: url("/static/v2/img/user.png");
    background-position: center;
    background-size: cover;
}

.row-1 .hello {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 550;
    height: 50px;
    text-wrap: none;
    position: relative;
    margin-bottom: 10px;
}

.border95 hr {
    width: 95%;
    margin: 0 auto;
    display: block;
}

.avatar-right {
    display: inline-block;
    width: 150px;
}

.avatar-right ul {
    list-style: none;
    padding-left: 25px;
}

.center-btn-div {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}

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

.user-center-text img {
    height: 30px;
    width: auto;
}

.center-bar {
    width: 100px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 25px;
}

.btn-center {
    width: 76px;
    height: 28px;
    background: #666666;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    font-weight: 550;
    margin: 10px auto;
    padding-top: 0;
}

.center-text-bg {
    display: block;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 550;
    padding-top: 5px;
}

.center-text-bg:hover {
    color: #1b5ed9;
}

.center-text-sm {
    display: block;
    color: #9e9e9e;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.selling-row {
    width: 100%;
    height: 80px;
    display: flex;
}

.left-show {
    width: 200px;
    height: 80px;
    display: inline-flex;
    background: url("/static/v2/img/sales-pic.png") center no-repeat;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.right-show {
    text-align: center;
    width: 990px;
    height: 80px;
    display: inline-flex;
    margin-top: 10px;
    margin-left: 40px;
    justify-content: space-between;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

.selling-point {
    flex: 1;
    position: relative;
    text-align: center;
    width: 160px;
    padding: 20px 0;
    height: 80px;
    display: block;
    cursor: pointer;
}

.selling-point:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%; /* 边框距离顶部的偏移量 */
    right: 0;
    width: 2px;
    height: 80%;
    background-color: #E4E4E4;
}

.custom-hr {
    display: none;
}

.selling-point:hover .custom-hr {
    border-top: 3px solid #1b5ed9;
    width: calc(80% + 4px);
    position: relative;
    display: block;
    top: -2px
}

.point-top {
    display: block;
    font-size: 14px;
    font-weight: 550;
    background-image: linear-gradient(47deg, #dc3545, #1b5ed9);
    -webkit-background-clip: text;
    color: transparent;
}

.point-top img {
    width: 20px;
    height: 20px;
}

.point-bottom {
    padding-top: 5px;
    font-size: 10px;
}

.title-left {
    width: 200px;
    position: relative;
    left: 18px;
    top: 36px;
    font-size: 18px;
    font-weight: 550;
}

.title-left span {
    color: #1b5ed9;
    font-style: italic;
    padding-right: 5px;
}

.title-right {
    position: relative;
    width: 200px;
    left: 210px;
    top: 16px;
    font-size: 18px;
    font-weight: 550;
}

.hot-rec {
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.hot {
    display: block;
    width: 198px;
    background-color: white;
}

.custom-shadow {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.hot ul {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #333333;
    list-style-position: inside;
    padding: 10px 35px;
}

.hot ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.hot ul li:nth-child(1)::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -25px;
    content: "";
    background-image: url("/static/v2/img/top1.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.hot ul li:nth-child(2)::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -25px;
    content: "";
    background-image: url("/static/v2/img/top2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.hot ul li:nth-child(3)::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -25px;
    content: "";
    background-image: url("/static/v2/img/top3.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.hot ul li:nth-child(n+4)::before {
    font-style: italic;
    content: counter(list-item) ". ";
    position: absolute;
    left: -15px;
}

.rec {
    display: inline-block;
    width: 1020px;
    margin-left: 12px;
    position: relative;
}


#rec-slider .slider-goods {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 50%;
}

.rec-goods {
    width: 193px;
    height: 200px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #f6f6f6;
}

.rec-goods:hover {
    z-index: 2;
    /*box-shadow: 0 15px 30px rgba(0, 0, 0, .1);*/
    /*transform: translate3d(0, -2px, 0);*/
}

.rec-goods:hover span {
    color: #1b5ed9;

}

.rec-stkc, .rec-price {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.goods-pic img {
    display: block;
    width: 110px;
    height: auto;
    text-align: center;
    margin: 10px auto;
}

.rec-stkc {
    width: 100%;
    margin-top: 5px;
    color: #333;
}

.rec-price {
    color: #1b5ed9;
}


.brand-show {
    margin-top: 30px;
}

.brand-title {
    font-size: 14px;
    font-weight: 550;
}

.subtitle {
    font-size: 10px;
    line-height: 10px;
    font-weight: 550;
    margin-left: 10px;
    color: #545b62;
}

.brand-group {
    width: 100%;
    display: flex;
    height: 192px;
    justify-content: space-between;
}

.brand-choose {
    width: 320px;
    height: 192px;
    display: inline-block;
    position: relative;
}

.brand-choose img {
    width: 100%;
    height: auto;
}

.brand-choose-country {
    position: absolute;
    left: 10px;
    top: 34px;
    font-size: 12px;
    color: whitesmoke;
    font-weight: 550;
}

.brand-choose-title {
    position: absolute;
    font-weight: 550;
    top: 30px;
    left: 55px;
    line-height: 24px;
    height: 24px;
    width: 240px;
    color: #333;
    text-align: center;
}

.brand-choose-desc {
    background-color: white;
    position: absolute;
    width: 254px;
    height: 108px;
    margin: auto;
    left: 30px;
    top: 60px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    padding: 10px;
}

.brand-choose-url span {
    color: #5A75FF;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    position: absolute;
    top: 10px;
    left: 70px;
}

.brand-choose-content {
    padding-top: 10px;
    line-height: 20px;
}

.brand-choose-content span {
    overflow: hidden; /* 隐藏超出的文本内容 */
    text-overflow: ellipsis; /* 显示省略号 */

}

.brand-list {
    width: 900px;
    height: 192px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    justify-content: space-between;
    gap: 0;
    position: relative;
}

.brand-item {
    height: 96px;
    display: inline-block;
    padding: 10px 45px;
    position: relative;
    background-color: white;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    cursor: pointer;
}

.brand-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 50%;
    height: 50%;
    transition: transform 0.3s linear;
}

.brand-item:hover img {
    transform: translate(-50%, -50%) scale(0.9);
}

.brand-item .brand-name {
    position: absolute;
    width: 100%;
    color: white;
    background-color: rgba(90, 117, 255, 0.75);
    height: 25px;
    line-height: 25px;
    text-align: center;
    left: 0;
    bottom: -26px;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 550;
}

.item-shadow {
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .13);
}

.upSlideAnimation {
    animation: upSlide .3s forwards;
}

@keyframes upSlide {
    0% {
        bottom: -26px; /* 初始缩放比例 */
        opacity: 0;
        background-color: rgba(90, 117, 255, 0.35);
    }

    100% {
        opacity: 0.8;
        bottom: 0;
        background-color: rgba(90, 117, 255, 0.75);
    }
}

.discount-show {
    margin-top: 30px;
}

.discount-group {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 256px;
}

.discount-desc {
    width: 208px;
    height: 256px;
    display: inline-block;
}

.discount-desc img {
    height: 100%;
}

.discount-list {
    display: inline-flex;
    justify-content: space-around;
    width: 1000px;
    position: relative;
}

.discount-item {
    width: 196px;
    height: 100%;
    position: relative;
    padding: 10px 30px;
    background-color: white;
}

.discount-item img {
    display: block;
    width: 140px;
    height: auto;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.discount-item:hover {
    box-shadow: 0 2px 2px 8px #dc35450f
}

.discount-item span {
    display: block;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-left: 10px;
}

.dis-store {
    font-size: 10px;
    border: 1px #fc0b29 solid;
    border-radius: 8px;
    line-height: 13px;
    height: 16px;
    color: #fc0b29;
    text-align: center;
    margin: 3px;
}

.dis-stkc {
    font-weight: 550;
    font-size: 11px;

}

.dis-brand, .dis-cate {
    font-size: 12px;
    font-weight: 400;
    color: #767e8b;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*.dis-price::before {*/
/*    !*content: url("/static/v2/img/discount.png");*!*/
/*    content: "抢购价";*/
/*    background-color: red;*/
/*    color: white;*/
/*    top: 5px;*/
/*    left: -3px;*/
/*    position: relative*/
/*}*/

.dis-price::before {
    content: "抢购价";
    background-color: red;
    border-radius: 2px;
    color: white;
    position: relative;
    padding: 3px;
    font-size: 10px;
    display: inline-flex;
    height: 20px;
    line-height: 14px;
}

.dis-price {
    color: #1b5ed9;
    font-weight: 550;
    font-size: 14px;
}

.custom-footer {
    margin-top: 30px;
    height: 350px;
    width: 100%;
    background-image: url("/static/v2/img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: left top; /* 将基准点设置为左上角 */
    background-size: cover; /* 将背景图片放大或缩小以填满元素 */
}

.customer-footer-inner {
    width: 1230px;
    margin: auto;
    color: ghostwhite;
}

.service-list {
    width: 100%;
    padding: 33px 0;
    display: flex;
    justify-content: space-between;
}

.service-item {
    display: inline-block;
    width: 112px;
    height: 35px;
    line-height: 35px;
    font-weight: 550;
}

.service-item img {
    display: inline-block;
    height: 100%;
    width: auto;
    padding-right: 10px;
}

.footer-group {
    display: flex;
    justify-content: space-between;

}

.service-contact {
    width: 300px;
    height: 180px;
    display: inline-block;
}

.service-contact ul {
    padding-left: 0;
    padding-top: 20px;
}

.service-contact ul li {
    padding-top: 5px;
    font-size: 12px;
}

.menu-title {
    font-size: 20px;
    font-weight: 600;
}

.service-contact i {
    padding-right: 10px;
}

.custom-footer-menu {
    display: flex;
    width: 600px;
    height: 180px;
    justify-content: space-between;
    padding-top: 5px;
}

.custom-footer-menu .menu-item {
    width: 140px;
    /*border: white 1px solid;*/
}

.custom-footer-menu .menu-item:nth-of-type(1) li {
    line-height: 30px;
    height: 30px;
}
.menu-item ul {
    padding-left: 0;
    padding-top: 5px;
}

.footer-hr {
    margin: 3px 0;
    width: 70%;
    border-bottom: white 3px solid;
}

.menu-item ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}

.qr-code {
    display: flex;
    justify-content: space-between;
    width: 230px;
    /*border: white 1px solid;*/
}

.qr-code img {
    width: 100px;
    height: 100px;
    margin-top: 55px;
}

.qr-code span {
    display: block;
    font-size: 10px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

.suspension2 {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.suspension2-box {
    display: flex;
    flex-direction: column;
}

.suspension2-item {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
    background-color: #ffffff;
    box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: relative;
}

#scrollToTopBtn {
    height: 48px;
    color: white;
    background-color: #777777;
}

#scrollToTopBtn .suspension2-img {
    margin: 0 auto;
    height: 30px;
}

.suspension2-item .suspension2-img {
    width: auto;
    height: 20px;
    display: block;
    margin: 12px auto 5px;
    position: relative;
}


.suspension2-item .suspension2-text {
    font-size: 12px;
    color: #495057;
    line-height: 1;
    transform: scale(0.9);
    text-align: center;
    font-weight: 550;
}

#scrollToTopBtn .suspension2-text {
    color: white;
}


img.hi {
    height: 100px;
    width: auto;
    position: absolute;
    left: -40px;
}

.suspension-temp {
    position: absolute;
    width: 160px;
    left: -170px;
    margin-right: 30px;
    top: -50%;
    background-color: white;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    visibility: hidden;
}

.suspension-temp:hover {
    visibility: visible;
}

.suspension2-hover {
    height: 100%;
    width: 100%;
}

.suspension-temp img {
    width: 100%;
    height: auto;
}

.suspension-temp-main {
    padding: 10px;
}

.suspension-contact {
    list-style: none;
    font-size: 12px;
    font-weight: 550;
    margin: 0;
    padding: 0;
    color: #495057;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

#recCarousel {
    /*background-color: darkred;*/
}

#recCarousel .carousel-item {
    height: 400px;
}

.item-page {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.item-page .item-goods {
    height: 200px;
    background-color: white;
    border-right: 1px solid #f6f6f6;
    transition: all .2s linear;
    cursor: pointer;
}

.item-page .item-goods:nth-of-type(-n+5) {
    border-bottom: 1px solid #f6f6f6;

}

.item-page .item-goods:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
}

.item-goods:hover .rec-stkc {
    color: #1b5ed9;
}

.item-goods img {
    display: block;
    height: auto;
    width: 115px;
    margin: 20px auto 10px;
}

#recCarousel .carousel-control-prev {
    z-index: 10;
    background-color: #1b5ed9;;
    height: 70px;
    width: 20px;
    top: calc(50% - 35px);
}

#recCarousel .carousel-control-next {
    z-index: 10;
    background-color: #1b5ed9;;
    height: 70px;
    width: 20px;
    top: calc(50% - 35px);
}

#navbar-group-ul li {
    position: relative;
}

.nav-tag {
    position: absolute;
    color: #fff;
    padding: 5px;
    width: 40px;
    text-align: center;
    top: -10px;
    background: #1b5ed9;
    font-size: 12px;
    right: -10px;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 12px;
    transform: scale(0.7);
    opacity: 75%;
}

.nav-tag i {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #1b5ed9;
    border-right: 5px solid transparent;
    bottom: -5px;
    left: 30%;
}

.more-right {
    top: -20px;
    right: 5px;
    width: 330px;
    float: right;
    text-align: right;
    position: absolute;
    color: #666;
    font-size: 12px !important;
    font-weight: 660;
}

/* 品牌展示页面 */


.page-path {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    line-height: 30px;
    margin: 10px auto;
    height: 50px;
    color: #666666;
    font-weight: 550;
    font-size: 10px;
    background-color: white;
}

.page-path span {
    color: #1b5ed9;
}

.brand-info {
    height: 50px;
    padding: 5px;
    padding-left: 15px;
    line-height: 40px;
    margin: 1px auto;
    /*border-bottom: #666666 solid 1px;*/
    font-size: 10px;
    background-color: white;
    display: block;
    width: 100%;
    color: #666666;
}

.brand-key {
    width: 55px;
    padding-left: 5px;
    display: inline-block;
    float: left;
    font-weight: 550;
    font-size: 10px;
    color: #666666;
}

.brand-info ul {
    height: 40px;
    width: 1120px;
    float: left;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    padding-left: 0;
    margin-bottom: 0;
}

.brand-info li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 5px;
}

.brand-info li.active {
    color: #1b5ed9;
    border: #1b5ed9 1px solid;
    border-radius: 20px;
}

.brand-result {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 600px 600px;
    justify-content: space-between;
    row-gap: 20px;

}

.brand-each {
    width: 600px;
    height: 280px;
    display: flex;
    position: relative;
}

.brand-card-left {
    background: linear-gradient(to bottom, white, #F8F2CFFF);
    height: 280px;
    width: 260px;
}

.brand-card-left span {
    font-size: 10px;
    height: 30px;
    text-align: center;
    padding: 5px 20px;
    text-wrap: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.brand-card-left span a {
    color: #1b5ed9;
}

.brand-card-left-img {
    width: 260px;
    height: 110px;
    text-align: center;
    margin: auto;
    position: relative;
}

.brand-card-left-img img {
    width: 120px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 70px;
    padding: 12px 24px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
}

.brand-target {
    width: 100px;
    height: 30px;
    margin: 20px auto;
    color: #1b5ed9;
    border: 1px solid #1b5ed9;
    border-radius: 30px;
}

.brand-target:hover {
    background-color: #1b5ed9;
    color: white;
}

.brand-card-right {
    height: 100%;
    width: 340px;
    background-color: white;
}

.brand-card-title {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    height: 110px;
    line-height: 110px;
    font-weight: 550;
}

.brand-card-info {
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    padding: 10px 24px;
}

.brand-card-country {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 26px;
    background-color: #1b5ed9;
    color: white;
    border-radius: 26px;
    overflow: hidden;
    z-index: 2;
}

.brand-card-country-top {
    position: absolute;
    text-align: right;
    left: 0;
    top: 0;
    width: 40px;
    height: 26px;
    background-color: #1b5ed9;
    line-height: 26px;
    font-weight: 550;
    font-size: 10px;
    color: white;
    overflow: hidden;
    z-index: 4;
}

.brand-result-page {
    margin: 30px auto;
    height: 30px;
}

#brand-result-page-ul {
    list-style: none;
    margin-left: 0;
    float: left;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    padding-left: 0;
    margin-bottom: 0;
}

#brand-result-page-ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    color: #333333;
    margin: 0 10px;
    border-radius: 3px;
    text-align: center;
}

#brand-result-page-ul li.active {
    background-color: #1b5ed9;
    color: white;
}

.exchange-desc {
    margin-top: 15px;
    margin-bottom: 30px;
}

.exchange-desc li {
    height: 30px;
    line-height: 30px;
}

.exchange-desc-title {
    font-weight: 600;
    font-size: 18px;
    padding-left: 50px;
    padding-top: 25px;
}

.gift-choose {
    background-color: white;
    height: 52px;
    margin: auto;
    display: flex;
}

.gift-order {
    width: 136px;
    cursor: pointer;
    line-height: 52px;
    padding: 0 10px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.gift-order i {
    padding-left: 5px;
    padding-right: 0;
    padding-top: 3px;
}

.gift-order.active {
    background-color: #1b5ed9;
    color: white;
}

.gift-choose-ul {
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
    list-style: none;
    height: 52px;
}

.gift-choose-ul li {
    width: 90px;
    text-align: center;
    padding: 10px;
    line-height: 32px;
}

.gift-choose-ul li.active {
    color: #1b5ed9;
}

.gift-type {
    font-size: 16px;
    font-weight: 550;
}

.gift-list {
    display: grid;
    grid-template-columns: 294px 294px 294px 294px;
    justify-content: space-between;
    row-gap: 10px;
}

.gift-item {
    background-color: white;
    height: 412px;
    width: 294px;
    text-align: center;

}

.gift-pic {
    height: 274px;
    position: relative;
}

.gift-item img {
    position: absolute;
    height: 225px;
    width: 225px;
    top: 35px;
    left: 34px;
}

.gift-title {
    font-size: 12px;
    color: #666666;
    font-weight: 550;
    margin-bottom: 16px;
}

.gift-score {
    font-size: 14px;
    color: #1b5ed9;
    font-weight: 550;
    margin: 16px auto;
}

.gift-exchange-btn {
    border: 1px solid #666666;
    border-radius: 11px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    height: 22px;
    width: 80px;
    margin: auto;
    cursor: pointer;
}

.gift-exchange-btn:hover {
    color: #1b5ed9;
    border-color: #1b5ed9;
}

.header-logo:hover #cate-ul {
    visibility: visible;
}

.wide-screen {
    width: 100%;
    min-width: 1230px;
}

.wide-screen img {
    width: 100%;
    height: auto;
}

.evaluate-group {
    position: relative;
    height: 250px;
}

.evaluate-up {
    padding: 10px 20px;
    background-color: white;
    width: 740px;
    height: 380px;
    position: absolute;
    top: -130px;
    left: 230px;
    margin: 10px auto;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
}

.evaluate-title {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 15px;
}

.evaluate-title span {
    height: 40px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    color: #666;
}

.evaluate-title span.active {
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #1b5ed9;

}

.evaluate-inner {
    background-color: #f6f6f6;
    text-align: center;
    height: 260px;
    vertical-align: middle;
}

.evaluate-inner-text {
    height: 150px;
    line-height: 200px;
}

.evaluate-advantage {
    width: 1000px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.evaluate-advantage-item {
    width: 300px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.evaluate-advantage-item:hover {
    border-bottom: 3px solid #1b5ed9;
}

.evaluate-advantage-item.active {
    border-bottom: 3px solid #1b5ed9;
}

.evaluate-advantage-item img {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
}

.evaluate-show {
    width: 1000px;
    height: 640px;
    margin: auto;
    padding: 15px 0;
    position: relative;
}

.eva-bg {
    width: 100%;
    height: auto;
}

.eva-table img {
    position: absolute;
    top: 300px;
    left: -60px;
}

.canvas-percent {
    position: absolute;
    top: 215px;
    left: 600px;
}

.my-progress-container {
    width: 580px;
    height: 20px;
    position: absolute;
    left: 260px;
    top: 200px;
    background-color: #EEE;
    border-radius: 10px;

}

.my-progress-bar {
    height: 100%;
    border-radius: 10px;
    width: 0;
    background-color: #1b5ed9;
    transition: width 0.5s, background-color 0.5s;
}

.my-progress-text {
    text-align: center;
    color: white;
    line-height: 20px;
}

.reduce-money {
    position: absolute;
    font-size: 25px;
    color: #1b5ed9;
    font-weight: 550;
    left: 770px;
    top: 519px;
}

.eva-count {
    position: absolute;
    font-size: 16px;
    color: #1b5ed9;
    left: 694px;
    top: 547px;
}

.img-animate {
    position: absolute;
    width: 296px;
    height: auto;
    opacity: 0;
}

.img-animate1 {
    left: 45px;
    top: 350px;
}

.img-animate2 {
    left: 760px;
    top: 150px;
}

.img-animate3 {
    top: 450px;
    left: 700px;
}

.scale-animation {
    animation: scaleAnimation 1s ease-out; /* 使用关键帧动画 */
}

@keyframes scaleAnimation {
    0% {
        transform: scale3d(1.3, 1.3, 1.3); /* 初始缩放比例 */
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1); /* 结束缩放比例 */
    }
}


.bom-bottom {
    height: 320px;
    margin-top: 20px;
    background-color: white;
    display: flex;
    justify-content: space-around;
}

.bom-bottom-item {
    text-align: center;
    width: 120px;
    margin: auto;
}

.bom-bottom-img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: rgb(244, 244, 244);
    position: relative;
}

.bom-bottom-img img {
    width: 60px;
    height: auto;
    position: absolute;
    left: 30px;
    top: 30px
}

.bom-bottom-item:last-child img {
    left: 37px;
}

.bom-bottom-item:nth-of-type(2) img {
    top: 35px;
}

.bom-bottom-text1 {
    color: #333333;
    font-weight: 550;
    margin-top: 10px;
}

.bom-bottom-text2 {
    color: #666;
    font-size: 10px;
    margin-top: 10px;
}

.cbi-container {
    display: grid;
    grid-template-columns: 284px 284px 284px 284px;
    row-gap: 10px;
    justify-content: space-between;
    /*background-color: white;*/
}

.cbi-item {
    border: 1px solid #E1E1E0;
    text-align: center;
    cursor: pointer;
}

.cbi-item:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
}

.cbi-item:hover .cbi-text {
    color: #1b5ed9;
}

.cbi-item img {
    width: 240px;
    height: auto;
    margin: auto;
}

.cbi-text {
    height: 40px;
    color: #666;
    font-weight: 550;
}

.sample-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sample-title hr {
    width: 60px;
    height: 6px;
    background-color: #1b5ed9;
    margin: 10px 0 3px 1px;
}

.sample-title span {
    font-weight: 550;
    color: #555;
}

.sample-ask-progress {
    display: flex;
    margin-top: 20px;
}

.sample-progress-item {
    width: 140px;
}

.sample-item-bg {
    background-color: #1b5ed9;
    margin: auto;
    width: 136px;
    height: 67px;
    border-radius: 5px;
    position: relative;
}

.sample-item-bg img {
    width: 45px;
    height: auto;
    position: absolute;
    left: calc(50% - 22.5px);
    top: 14px
}

div.sample-ask-progress > div:nth-child(5) > div.sample-item-bg > img {
    top: 11px;
}

.sample-item-desc {
    text-align: center;
    color: #1b5ed9;
    margin-top: 5px;
    font-weight: 550;
    font-size: 14px;
}

.sample-arrow {
    width: 175px;
    position: relative;
}

.sample-arrow img {
    top: 32px;
    position: absolute;
    margin: 0 15px;
}

.sample-input {
    width: 100%;
    height: 800px;
    padding: 0 50px;
    background-color: white;
}

.sample-ask-container {
    background-color: white;
    padding: 30px 50px;
}

.input-item {
    margin-bottom: 10px;
}

.replace-bg {
    position: relative;
}

.search-replace-bar {
    position: absolute;
    left: 290px;
    top: 75%
}

#top-pic {
    position: relative;
}

.custom-close {
    position: absolute;
    color: white;
    cursor: pointer;
    right: 15%;
    top: 3%;
    font-size: 18px;
}

.up-progress {
    margin: 30px 10%;
    width: 80%;
}

.suspension2-service {
    position: relative;
}

.suspension2-service:hover .service-concat {
    display: block;
}

.service-concat {
    background: white;
    padding: 10px;
    position: absolute;
    border-radius: 3px;
    width: 140px;
    top: 10px;
    left: -180px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .13);
    display: none;
}

.concat-item {
    height: 24px;
    font-size: 14px;
    font-weight: 550;
    color: #333;
}

.concat-item img {
    height: 15px;
    width: auto;
    margin: auto;
    margin-bottom: 2px;
}

.concat-item:hover {
    color: #1b5ed9;
    font-weight: 550;
}

form#header-multi {
    position: absolute;
    z-index: 2;
    display: none;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    width: 400px;
    top: 15px;
}

.search-muti-list {
    padding: 20px;
    padding-bottom: 0;
}

#searchword_multi {
    height: 120px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}

.mps_close {
    position: absolute;
    top: 0px;
    right: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #1b5ed9 !important;
}

.multi-search-button {
    width: 80px;
    background-color: #1b5ed9;
    color: whitesmoke;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1;
    border: 0;
    outline: none;
    margin-top: 2px;
}

.multi-search-button:hover {
    font-weight: 550;
}

.multi-slide-btn {
    position: absolute;
    top: 20px;
    right: 105px;
    font-size: 10px;
    line-height: 25px;
    cursor: pointer;
}

.multi-slide-btn i {
    padding-left: 5px;
}

*:focus-visible {
    outline-color: #f75;
}

.header_top_tips {
    width: 1230px;
    margin: auto;
    font-weight: 600;
    display: flex;
    font-size: 14px;
}
.flink {
    font-size: small;
}
.flink a:hover{
    color: #1b5ed9;
}
#coupon-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#coupon-container {
    padding: 20px;
    position: relative;
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
}

#time-left {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: small;
    font-family: fantasy;
}

#coupon-btn {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%);
    height: 32px;
    border: none;
    font-family: sans-serif;
    color: red;
    font-weight: 600;
    font-size: smaller;
    background-color: #FFDBC3;
    border-radius: 20px;
}
#coupon-close-btn {
    position: absolute;
    top: 88%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    height: 35px;
    border: none;
    background-color: rgba(0,0,0,0);
}

#coupon-container #coupon-pic {
    height: 260px;
    width: auto;
}

#coupon-btn, #coupon-close-btn:focus {
    outline: none;
}

.ai-show {
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {
        transform: translateX(0) rotate(0deg); /* 初始位置 */
    }
    25% {
        transform: translateX(-5px) rotate(-5deg); /* 左侧震荡 */
    }
    50% {
        transform: translateX(5px) rotate(5deg); /* 右侧震荡 */
    }
    75% {
        transform: translateX(-5px) rotate(-5deg); /* 左侧震荡 */
    }
    100% {
        transform: translateX(0) rotate(0deg); /* 回到初始位置 */
    }
}

#ai-chat {
    animation: slideIn 1s ease-out
}
@keyframes slideIn {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}