/* 顶部导航栏 */
.header-top {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #13973b;
    height: auto;
    line-height: normal;
    padding: 15px 12px 10px;
    font-family: PingFang SC;
}

.header-top .top-logo {
    display: flex;
    align-items: center;
    position: relative;
}

.header-top .top-logo .logo {
    width: 85px;
    height: 42px;
}

.header-top .top-logo .location {
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.header-top .top-logo .location img {
    width: 15px;
    height: 19px;
    margin-right: 6px;
}

.header-top .top-logo .location span {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.header-top .top-logo .login {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.header-top .search-bar {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.header-top .search-bar .search-img {
    flex: 1;
    height: 26px;
    line-height: 26px;
    margin-right: 12px;
    border-radius: 13px;
    border: none;
    padding: 0 10px 0 30px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    background: url("/images/index/search-icon.png") no-repeat;
    background-color: #FFFFFF;
    background-size: 13px;
    background-position: 12px center;
}

.header-top .search-bar .international {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.header-top .search-bar .international a {
    color: #ffffff;
}

/* 主内容区 */
.main-content {
    padding: 12px 12px 6px;
}

/* banner轮播 */
.main-banner {
    padding-top: 101px;
}

.main-banner img {
    width: 100%;
}

.layui-carousel .layui-carousel-ind {
    top: -20px;
}

.layui-carousel .layui-carousel-ind .layui-this {
    width: 10px;
}

.layui-carousel .layui-carousel-ind li {
    border-radius: 3px;
    width: 10px;
    height: 6px;
}

.layui-carousel .layui-carousel-ind ul {
    background-color: transparent;
}

/**导航菜单**/
.nav-menu {
    background: #FFFFFF;
    border-radius: 4px;
    margin: 10px;
    padding: 14px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nav-menu .nav-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 73px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.nav-menu .nav-row:last-child {
    margin-bottom: 0px;
}

.nav-menu .nav-row .nav-item {
    width: 60px;
    height: 70px;
    text-align: center;
}

.nav-item .nav-item-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
}

.nav-item .nav-item-img img {
    width: 24px;
    height: 24px;
}

.nav-item .nav-item-title {
    font-size: 12px;
    margin-top: 6px;
    display: block;
    white-space: nowrap;
}

/**推荐榜单**/
.recommend-wrap {
    display: flex;
    align-items: center;
}

.recommend {
    border-radius: 4px;
    margin: 10px;
    height: 200px;
    background-image: url("/images/m/index/recommend-bg.png");
    background-size: 100%;
}

.recommend .recommend-title {
    height: 48px;
    padding-left: 10px;
}

.recommend-title text {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.recommend-title .title-tip {
    width: 70px;
    height: 20px;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -7px;
}

.recommend-title .right-arrow {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.recommend .recommend-content {
    height: 152px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.recommend-content .recommend-item {
    text-align: center;
    width: 33%;
}

.recommend-item .cover {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.recommend-item .title {
    display: block;
}

.recommend-item .fire-icon {
    width: 13px;
    height: 13px;
}

.recommend-item .sub-title {
    font-size: 10px;
    color: #787878;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}

/**新品推荐**/
.new-zone {
    border-radius: 4px;
    height: 178px;
    background-image: url("/images/m/index/new-zone-bg.png");
    background-size: 100%;
    margin: 10px 10px 0;
}

.new-zone .new-zone-title {
    height: 48px;
    padding-left: 10px;
}

.new-zone-title text {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.new-zone-title .title-tip {
    width: 70px;
    height: 20px;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -7px;
}

.new-zone-title .right-arrow {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.new-zone .new-zone-content {
    height: 130px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.new-zone-content .new-zone-item {
    text-align: center;
    width: 33%;
}

.new-zone-item .cover {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.new-zone-item .title {
    display: block;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 118px;
}

.new-zone-item .fire-icon {
    width: 13px;
    height: 13px;
}

.new-zone-item .sub-title {
    font-size: 10px;
    color: #787878;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    margin-top: -5px;
}

/**科研服务**/
.scientific {
    padding: 0 10px;
}

.scientific .scientific-title {
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

.scientific-title img {
    width: 16px;
    height: 12px;
}

.scientific-title text {
    margin-left: 18px;
    margin-right: 18px;
    line-height: 50px;
}

.scientific-content a {
    margin-top: 10px;
    display: block;
}

.scientific-content a:first-child {
    margin-top: 0;
}

.scientific-item img {
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;
}

.scientific-item span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

/**工业应用**/
.industrial {
    padding: 0 10px 10px;
}

.industrial .industrial-title {
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

.industrial-title img {
    width: 16px;
    height: 12px;
}

.industrial-title text {
    margin-left: 18px;
    margin-right: 18px;
    line-height: 50px;
}

.industrial-content .item-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.industrial-content .item-row:first-child {
    margin-top: 0;
}

.industrial-content .item-row a {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
}

.industrial-content .item-row a:first-child {
    margin-left: 0;
}

.industrial-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.industrial-item img {
    width: 100%;
    height: 90px;
    border-radius: 8px;
}

.industrial-item text {
    position: absolute;
    color: white;
    font-size: 14px;
}

/* 主菜单轮播项 */
.swiper-slide.main-menu {
    display: flex;
    align-items: center;
    height: 70px;
}

.swiper-slide.main-menu .menu-item {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
}

.swiper-slide.main-menu .menu-item:first-child {
    border-radius: 12px 0 0 12px;
    margin-left: 0;
}

.swiper-slide.main-menu .menu-item:last-child {
    border-radius: 0 12px 12px 0;
}

.swiper-slide.main-menu .menu-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 3px;
}

.swiper-slide.main-menu .menu-item span {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
}

.swiper-slide.main-menu .menu-item span.En {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

/* 分类轮播 */
.classify-swiper {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 10px 10px 10px;
    height: 251px;
    margin: 10px 0 10px;
}

.classify-swiper .swiper-slide.main-classify {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.classify-swiper .swiper-slide.main-classify .classify-item {
    width: 20%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.classify-swiper .swiper-slide.main-classify .classify-item img {
    border-radius: 50%;
    object-fit: fill;
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
}

.classify-swiper .swiper-slide.main-classify .classify-item span {
    display: inline-block;
    width: 85%;
    height: 49px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
}

/* 个人中心模块 */
.main-person {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 10px 15px;
    border-radius: 12px;
    height: 58px;
    background: url("/images/m/newIndex/icon (17).png") no-repeat;
    background-size: 100% 100%;
}

.main-person .person-user {
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    margin-right: 20px;
    font-weight: 500;
}

.main-person .person-user .user-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

.main-person .person-user .user-name {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.main-person .person-user .user-name .tag {
    display: inline-block;
    margin-left: 4px;
    width: 25px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background: #13973B;
    border-radius: 6px 0 6px 0;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
}

.main-person .person-user .user-job {
    display: block;
    font-size: 12px;
    color: #6C7270;
    line-height: 17px;
}

.main-person .person-contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-person .person-contact .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-person .person-contact .contact-item img {
    width: 22px;
    height: 21px;
    margin-bottom: 3px;
}

.main-person .person-contact .contact-item span {
    font-family: PingFang SC;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.main-person .person-wx {
    z-index: 20000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-person .person-wx .person-wx-inner {
    height: fit-content;
    background: #ffffff;
    padding: 20px;
}

.main-person .person-wx .person-wx-inner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/* 内部轮播通用样式 */
.inside-swiper .swiper-container,
.wrap-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.inside-swiper .swiper-button-prev,
.inside-swiper .swiper-button-next,
.wrap-swiper .swiper-button-prev,
.wrap-swiper .swiper-button-next {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.inside-swiper .swiper-button-prev:after,
.wrap-swiper .swiper-button-prev:after {
    content: '';
    width: 60%;
    height: 60%;
    display: block;
    background: url("/images/newIndex/prev.png") center center no-repeat;
    background-size: 100% 100%;
}

.inside-swiper .swiper-button-next:after,
.wrap-swiper .swiper-button-next:after {
    content: '';
    width: 60%;
    height: 60%;
    margin-left: 10%;
    display: block;
    background: url("/images/newIndex/next.png") center center no-repeat;
    background-size: 100% 100%;
}

.inside-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2px;
}

.inside-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fcfcfc;
}

.inside-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 20px;
    border-radius: 4px;
}

.inside-swiper .swiper-slide img,
.wrap-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* 包裹轮播特殊样式 */
.wrap-swiper .swiper-container {
    padding-bottom: 10px;
}

.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -3px;
}

.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #000;
    width: 14px;
    height: 4px;
    margin: 0;
    border-radius: 4px;
    opacity: 0.08;
}

.wrap-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #13973B;
    width: 16px;
}

/* 模块通用样式 */
.module-item {
    margin-bottom: 10px;
    font-family: PingFang SC;
}

.module-item .module-title .module-headTitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 26px;
}

.module-item .module-title .module-headTitle::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url("/images/m/newIndex/icon (2).png") center center no-repeat;
    background-size: 100% 100%;
}

.module-item .module-title .module-headTitle .module-title-text {
    font-weight: 600;
    font-size: 14px;
    color: #42A350;
    line-height: 20px;
}

.module-item .module-title .module-headTitle .module-title-more {
    font-weight: 500;
    font-size: 12px;
    color: #42A350;
    line-height: 17px;
}

.module-item .module-title .module-subTitle {
    margin: 10px 0 15px;
    font-weight: 400;
    font-size: 12px;
    color: #6C7270;
    line-height: 17px;
}

.module-item .module-title .module-tabs-wrap {
    overflow: auto hidden;
}

.module-item .module-title .module-tabs-wrap::-webkit-scrollbar {
    display: none;
}

.module-item .module-title .module-tabs-wrap .module-tabs {
    width: max-content;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.module-item .module-title .module-tabs-wrap .module-tabs .module-tab {
    cursor: pointer;
    height: 22px;
    margin-right: 15px;
    position: relative;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #6C7270;
    border-radius: 11px;
}

.module-item .module-title .module-tabs-wrap .module-tabs .module-tab:last-child {
    margin-right: 0;
}

.module-item .module-title .module-tabs-wrap .module-tabs .module-tab.act {
    padding: 0 16px;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(116deg, #43AC50 0%, #3D8750 100%);
}

/*特色产品*/
.main-product .product-con {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-product .product-con .product-swiper1 img {
    border-radius: 8px;
}

.main-product .product-con .product-item {
    width: calc(50% - 5px);
    height: 254px;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
}
.main-product .product-con .product-item .cover-container{
    width: 100%;
    height: 169px;
}

.main-product .product-con .product-item .product-img {
    width: 100%;
    height: 169px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.main-product .product-con .product-item .product-item-con {
    height: calc(100% - 169px);
    padding: 6px;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}

.main-product .product-con .product-item .product-item-con .product-name {
    height: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
}

.main-product .product-con .product-item .product-item-con .product-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-product .product-con .product-item .product-item-con .product-sub .product-sub-vip-price {
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 15px;
    color: #FF0725;
    line-height: 17px;
}

.main-product .product-con .product-item .product-item-con .product-sub .product-sub-vip-price img {
    width: 10px;
    height: 9px;
}

.main-product .product-con .product-item .product-item-con .product-sub .product-sub-vip-price span {
    font-size: 10px;
}

.main-product .product-con .product-item .product-item-con .product-sub .product-sub-price {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 1;
    text-decoration: line-through;
}

.main-product .product-con .product-item .product-item-con .product-sub .product-sub-cart {
    position: absolute;
    right: 6px;
    width: 24px;
    height: 24px;
}

/*新品专区*/
.main-newProduct .newProduct-model {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-newProduct .newProduct-model .newProduct-model-l {
    width: 49%;
    height: 100%;
}

.main-newProduct .newProduct-model .newProduct-model-l img {
    border-radius: 8px;
}

.main-newProduct .newProduct-model .newProduct-model-l .model-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-newProduct .newProduct-model .newProduct-model-r {
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-newProduct .newProduct-model .newProduct-model-r img {
    border-radius: 4px;
}

.main-newProduct .newProduct-model .newProduct-model-r .model-img {
    width: 100%;
    height: 49%;
    object-fit: cover;
}

.main-newProduct .newProduct-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.main-newProduct .newProduct-list .newProduct-item {
    cursor: pointer;
    width: calc(50% - 5px);
    height: 279px;
    position: relative;
    border-radius: 8px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 28px;
    line-height: 23px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    background: url("/images/m/newIndex/icon (22).png") no-repeat;
    background-size: 100% 100%;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-tag.en {
    font-size: 12px;
}
.main-newProduct .newProduct-list .newProduct-item .cover-container{
    width: 100%;
    height: 169px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-img {
    width: 100%;
    height: 169px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con {
    width: 100%;
    height: calc(100% - 169px);
    padding: 5px;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-name {
    height: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-progress {
    margin: 8px 0 4px;
    width: 100%;
    height: 8px;
    background: #fff6ea;
    border-radius: 4px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-progress .progress-now {
    width: 50%;
    height: 8px;
    background: url("/images/newIndex/progress-bg.svg") no-repeat;
    position: relative;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-progress .progress-now img {
    position: absolute;
    right: -6px;
    bottom: 0;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price {
    width: 100%;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price {
    width: 100%;
    height: 30px;
    padding-left: 3px;
    display: flex;
    align-items: center;
    background: url("/images/newIndex/bg2-1.svg") no-repeat;
    background-size: 100% 100%;
    font-family: DINPro;
    font-weight: 500;
    font-size: 21px;
    color: #FA2B1A;
    position: relative;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price .unit-name {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 400;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price .unit {
    font-size: 11px;
    margin: 6px 2px 0;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price img {
    width: 12px;
    height: 12px;
    margin: 4px 0 0 4px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price .qiang {
    position: absolute;
    right: 7px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price .unit-null {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-num .old-price {
    text-decoration-line: line-through;
}

/*活动专区*/
.activity-wrap .newProduct-list {
    margin: 0;
}

.activity-wrap .newProduct-list .newProduct-item {
    height: 293px;
}
.activity-wrap .newProduct-list .newProduct-item .cover-container{
    width: 100%;
    height: 140px;
}
.activity-wrap .newProduct-list .newProduct-item .newProduct-tag {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 67px;
    height: 24px;
    line-height: 18px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 13px;
    padding-left: 22px;
    color: #FFFFFF;
    background: url("/images/m/newIndex/icon (14).png") no-repeat;
    background-size: 100% 100%;
}

.activity-wrap .newProduct-list .newProduct-item .newProduct-tag.en {
    font-size: 12px;
}

.activity-wrap .newProduct-list .newProduct-item .newProduct-img {
    height: 169px;
    object-fit: cover;
}

.activity-wrap .newProduct-list .newProduct-item .newProduct-con {
    height: calc(100% - 169px);
}

/*定制服务*/
.customize-wrap .customize-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.customize-wrap .customize-list .customize-item {
    width: calc(50% - 5px);
    height: 194px;
    cursor: pointer;
    border-radius: 6px;
}

.customize-wrap .customize-list .customize-item .customize-img {
    width: 100%;
    height: 169px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.customize-wrap .customize-list .customize-item .customize-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    height: calc(100% - 169px);
    padding: 0 10px;
    border-radius: 0 0 6px 6px;
}

.customize-wrap .customize-list .customize-item .customize-con .customize-text {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*工业应用*/
.industry-wrap {
    margin: 10px 0;
}

.industry-wrap .industry-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.industry-wrap .industry-list .industry-item {
    width: calc(50% - 5px);
    height: 97px;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
}

.industry-wrap .industry-list .industry-item:hover .industry-text {
    opacity: 1;
    display: inline-block;
}

.industry-wrap .industry-list .industry-item .industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.industry-wrap .industry-list .industry-item .industry-text {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    text-align: center;
    width: 80%;
    height: fit-content;
    font-family: PingFang SC;
    font-size: 14px;
    color: #ffffff;
}

/*推荐榜单*/
.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-vip-price {
    display: flex;
    align-items: center;
}

.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-vip-price img {
    width: 10px;
    height: 9px;
}

.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-vip-price .product-sub-price {
    margin-left: 8px;
}

.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-sold {
    display: flex;
    align-items: center;
}

.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-sold .sold-icon {
    width: 10px;
    height: 11px;
    margin-right: 3px;
}

.recommendList-wrap .product-con .product-item .product-item-con .product-sub .product-sub-sold .sold-text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.null {
    margin-top: 6px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #13973b;
}
