/*banner*/
.main-banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.main-banner .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.main-banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.main-banner .layui-carousel-arrow {
    width: 50px;
    height: 98px;
    border-radius: 0;
}

.main-banner img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

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

.layui-carousel .layui-carousel-ind li {
    border-radius: 5px;
}

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

/*主体内容*/
.main-content {
}

/*产品目录*/
.main-category {

}

.main-category .category-title {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.category-title img {
}

.category-title .search {
    float: right;
    margin-top: 5px;
}

.category-title .search input {
    width: 468px;
    height: 40px;
    margin-top: 17px;
    float: left;
    border: 1px solid #109941;
    border-right: none;
    padding-left: 41px;
    border-radius: 2px;
    font-size: 14px;
}

.category-title .search .search-btn {
    width: 90px;
    height: 40px;
    margin-top: 17px;
    float: left;
    border: 1px solid #109941;
    border-left: none;
    background-color: #109941;
    color: white;
    border-radius: 2px;
}

.category-title .search .search-btn:hover {
    background-color: #168944;
}

.category-title .search .search-bar img {
    position: absolute;
    margin-top: 30px;
    margin-left: 19px;
}

.category-title .search .search-recommend a {
    margin-top: 10px;
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
}

.category-title .search .search-recommend a:hover {
    color: #168944;
}

.category-title .search .search-recommend img {
    margin-top: -12px;
    width: 24px;
}

.category-title .search .search-recommend a:first-child {
    margin-left: 0;
}

.main-category .category-content {
    background-color: white;
    padding-bottom: 30px;
}

.category-content .category-item {
    display: block;
}

.category-item .title {
    height: 60px;
}

.category-item .title img {
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

.category-item .title span {
    font-weight: 400;
    font-size: 24px;
    margin-left: 20px;
    margin-top: 14px;
    display: inline-block;
}

.category-item .title a {
    font-weight: 400;
    font-size: 24px;
    margin-left: 20px;
    margin-top: 14px;
    display: inline-block;
}

.category-item .detail ul {
    margin-left: 30px;
    float: left;
}

.category-item .detail ul:first-child {
    margin-left: 60px;
}

.category-item .detail li {
    margin-top: 16px;
    text-overflow: ellipsis;
}

.category-item .detail li a {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    color: #5E5E5E;
}

.category-item .detail li a:hover {
    color: #168944;
}

.category-item .detail li:first-child {
    margin-top: 0;
}

/*新品推荐*/
.main-recommend {
    height: 340px;
    margin-top: 30px;
}

.main-recommend .new-zone {
    width: 640px;
    height: 340px;
    background-color: white;
    float: left;
    background-image: url("/images/index/recommend-background.png");
    background-repeat: no-repeat;
    background-position-x: 100px;
}

.new-zone .title {
    padding-top: 19px;
    padding-left: 18px;
    height: 70px;
}

.new-zone .title span {
    font-size: 24px;
}

.new-zone .title .slogan {
    width: 96px;
    height: 30px;
    color: #FA7F21;
    border: 1px solid #FA7F21;
    background-color: transparent;
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
}

.new-zone .title img {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 36px;
}

.new-zone .title img:hover {
    cursor: pointer;
}

.new-product-swiper {
    margin-top: 15px;
}

.new-product-swiper .swiper-slide {
    width: 180px;
}

.new-product-swiper .swiper-slide img {
    width: 180px;
    height: 180px;
}

.new-product-swiper .swiper-slide img:hover {
    cursor: pointer;
}

.new-product-swiper .swiper-button-prev {
    background: url(../images/index/left-light-arrow.png) no-repeat;
    position: relative;
    width: 26px;
    height: 36px;
    float: left;
    margin-top: -150px;
    margin-left: -10px;
}

.new-product-swiper .swiper-button-prev:hover {
    background-color: #a5a5a5;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.new-product-swiper .swiper-button-next {
    background: url(../images/index/right-light-arrow.png) no-repeat;
    position: relative;
    width: 26px;
    height: 36px;
    float: right;
    margin-top: -150px;
    margin-right: -10px;
}

.new-product-swiper .swiper-button-next:hover {
    background-color: #a5a5a5;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.new-product-swiper .swiper-slide-prev {
    margin-top: 20px;
    margin-left: 54px;
}

.new-product-swiper .swiper-slide-prev img {
    width: 140px !important;
    height: 140px !important;
}

.new-product-swiper .swiper-slide-next {
    margin-top: 20px;
    margin-left: -5px !important;
}

.new-product-swiper .swiper-slide-next img {
    width: 140px !important;
    height: 140px !important;
}

.new-product-swiper .swiper-slide-active {
    width: 180px;
    margin-left: -45px !important;
}

.new-product-swiper .swiper-container .swiper-slide p {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: none;
}

.new-product-swiper .swiper-slide-active p {
    display: block !important;
    font-size: 16px;
    padding-top: 21px;
}

/*推荐榜单*/
.main-recommend .recommend-ranking {
    height: 340px;
    width: 639px;
    background-color: white;
    float: left;
    margin-left: 40px;
}

.recommend-ranking .title {
    padding-top: 19px;
    padding-left: 18px;
    height: 70px;
}

.recommend-ranking .title span {
    font-size: 24px;
}

.recommend-ranking .title .slogan {
    width: 96px;
    height: 30px;
    color: #FA7F21;
    border: 1px solid #FA7F21;
    background-color: transparent;
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
}

.recommend-ranking .title img {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 36px;
}

.recommend-ranking .title img:hover {
    cursor: pointer;
}

.recommend-ranking .ranking-product {
    margin-left: 46px;
    width: 160px;
    text-align: center;
    float: left;
}

.ranking-product .rank-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    margin-left: -15px;
    margin-top: -5px;
}

.ranking-product .product-cover {
    width: 160px;
    height: 160px;
    margin-top: 15px;
}

.ranking-product .product-cover:hover {
    cursor: pointer;
}

.ranking-product .detail .sub-title span {
    margin-top: 17px;
    font-size: 16px;
    text-align: center;
    display: block;
}

.ranking-product .detail img {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.ranking-product .detail .quantity {
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #FA7F21;
}

/*科研服务*/
.main-scientific {
    height: 400px;
    background-color: white;
    background-image: url("/images/index/scientific-background.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top;
}

.main-scientific .scientific-title {
    height: 100px;
    margin-top: 30px;
    text-align: center;
    padding-top: 30px;
}

.main-scientific .scientific-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.scientific-content .scientific-item {
    margin-left: 46px;
    float: left;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    transition: all .2s ease-in-out;
}

.scientific-content .scientific-item:hover {
    margin-top: -10px;
    cursor: pointer;
}

.scientific-content .scientific-item:first-child {
    margin-left: 42px;
}

.scientific-item .cover {
    width: 380px;
    height: 184px;
    padding-top: 34px;
}

.scientific-item .cover span {
    font-size: 24px;
    margin-left: 33px;
    display: block;
    color: white;
}

.scientific-item .cover .detail-btn {
    width: 100px;
    height: 32px;
    font-size: 12px;
    color: #00AF5D;
    background-color: white;
    border: none;
    border-radius: 2px;
    margin-left: 35px;
    margin-top: 18px;
}

.scientific-item .title {
    box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.5);
    height: 76px;
    text-align: center;
}

.scientific-item .title span {
    margin-top: 22px;
    font-size: 24px;
    display: inline-block;
}

/*工业应用*/
.main-industrial {
    height: 400px;
    background-color: white;
    background-image: url("/images/index/scientific-background.png");
    background-repeat: no-repeat;
}

.main-industrial .industrial-title {
    height: 100px;
    margin-top: 30px;
    text-align: center;
    padding-top: 30px;
}

.main-industrial .industrial-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.industrial-content .industrial-item {
    float: left;
    margin-left: 24px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}

.industrial-content .industrial-item:hover {
    cursor: pointer;
}

.industrial-content .industrial-item:first-child {
    margin-left: 42px;
}

.industrial-item .mask {
    position: absolute;
    width: 290px;
    height: 260px;
    padding-top: 145px;
    display: none;
    z-index: 1;
    text-align: center;
}

.industrial-item .mask button {
    width: 100px;
    height: 32px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.industrial-item .cover {
    text-align: center;
    width: 290px;
    height: 260px;
    transition: all .5s ease-in-out;
}

.industrial-item p {
    font-size: 28px;
    color: white;
    margin-top: 110px;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

/*最新动态*/
.main-news .news-title {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}

.main-news .news-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.main-news .news-content {
    height: 410px;
    display: flex;
    align-items: center;
    gap: 0 34px;
}

.news-content .news-item {
    width: 33%;
    height: 100%;
    box-shadow: 0px 2px 10px 1px rgba(223, 223, 223, 0.5);
    border-radius: 12px;
}

.news-item .poster {
    background-size: 100% 100%;
    height: 210px;
    padding-top: 78px;
    padding-left: 36px;
}

.news-item .poster .poster-title span {
    font-size: 14px;
    color: #D9D9D9;
}

.news-item .detail {
    height: calc(100% - 210px);
    padding: 18px 25px;
    background-color: white;
    border-radius: 0 0 12px 12px;
}

.news-item .detail li {
    margin-top: 10px;
}

.news-item .detail li:first-child {
    margin-top: 0;
}

.news-item .detail li span {
    color: #BEBEBE;
    font-size: 16px;
    vertical-align: middle;
}

.news-item .detail li a {
    font-size: 16px;
    margin-left: 20px;
    text-overflow: ellipsis;
    width: 270px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.news-item .detail li a:hover {
    color: #168944;
}

/*特约评论*/
.main-comment .comment-title {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}

.main-comment .comment-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.comment-content .left-content {
    float: left;
    width: 430px;
    background-color: white;
}

.comment-content .left-content ul {
    height: 516px;
}

.comment-content .left-content li {
    padding-top: 19px;
    padding-left: 26px;
    padding-right: 26px;
    height: 86px;
}

.comment-content .left-content .cur {
    background-color: #109941;
}

.comment-content .left-content .cur span {
    color: white;
}

.comment-content .left-content .title {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comment-content .left-content .author {
    margin-top: 6px;
    display: block;
    color: #323232;
}

.comment-content .left-content .more {
    height: 86px;
    padding-top: 31px;
    padding-left: 146px;
}

.comment-content .left-content .more:hover {
    cursor: pointer;
}

.comment-content .left-content .more span {
    color: #109941;
    font-size: 18px;
    float: left;
}

.comment-content .left-content .more img {
    margin-left: 8px;
    margin-top: 10px;
    float: left;
}

.comment-content .right-content {
    float: right;
    width: calc(100% - 450px);
    height: 602px;
    padding: 30px;
    background-color: white;
    overflow-y: auto;
}

.comment-content .right-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.comment-content .right-content::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 3px;
    background-color: #c0c0c0;
}

.comment-content .right-content p {
    font-size: 16px;
}

/*合作伙伴*/
.main-partner {
    margin-bottom: 0;
}

.main-partner .partner-title {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}

.main-partner .partner-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.partner-content .row {
    margin: 0;
}

.partner-content .partner-item {
    width: 17.3%;
    height: 80px;
    margin-left: 48px;
    float: left;
    padding: 9px 17px;
    transition: all .3s;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 62px;
    vertical-align: middle;
}

.partner-content .partner-item:first-child {
    margin-left: 0;
}

.partner-content .partner-item:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/* inside-swiper 样式 */
.inside-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.inside-swiper .swiper-button-prev,
.inside-swiper .swiper-button-next {
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-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 {
    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-pagination {
    bottom: 2px;
}

.inside-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fcfcfc;
}

.inside-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 20px;
    border-radius: 4px;
}

/* 特色产品 */
.main-feature {
    display: flex;
    height: 588px;
}

.main-feature .poster-main {
    width: 427px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}

.main-feature .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    border-radius: 12px;
}

.main-feature .feature-list {
    width: calc(100% - 427px);
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
    overflow: hidden auto;
}

.main-feature .feature-list::-webkit-scrollbar {
    display: none;
}

.main-feature .feature-list .feature-item {
    cursor: pointer;
    width: 23.4%;
    height: 47.8%;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.feature-item .cover-container {
    width: 100%;
    height: 204px;
}

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

.main-feature .feature-list .feature-item .feature-con {
    height: calc(100% - 204px);
    padding: 10px;
}

.main-feature .feature-list .feature-item .feature-con .feature-name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price {
    display: flex;
    align-items: center;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price {
    height: 25px;
    margin-right: 10px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #FF5858;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price span {
    font-size: 12px;
    margin-right: 2px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price img {
    margin-top: -2px;
    margin-left: 4px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .price {
    height: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-decoration-line: line-through;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .price span {
    font-size: 12px;
    margin-right: 2px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .num {
    height: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .price-cart {
    width: 26px;
    height: 26px;
}

/*新品专区*/
.main-newProduct {
    display: flex;
    height: 408px;
}

.main-newProduct .poster-main {
    width: 270px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}

.main-newProduct .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    border-radius: 12px;
}

.main-newProduct .newProduct-list {
    width: calc(100% - 270px);
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow: hidden auto;
}

.main-newProduct .newProduct-list::-webkit-scrollbar {
    display: none;
}

.main-newProduct .newProduct-list .newProduct-item {
    cursor: pointer;
    width: 31.8%;
    height: 46.6%;
    background: #FFFFFF;
    position: relative;
    display: flex;
    border-radius: 12px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-tag {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 54px;
    height: 32px;
    line-height: 25px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    background: url("/images/newIndex/tag1.svg") no-repeat;
    background-size: 100% 100%;
}

.newProduct-item .cover-container {
    width: 170px;
    height: 100%;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-img {
    width: 170px;
    height: 100%;
    object-fit: fill;
    border-radius: 12px 0 0 12px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con {
    width: calc(100% - 170px);
    height: 100%;
    padding: 10px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-title {
    margin-bottom: 5px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    line-height: 20px;
}

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-progress {
    margin: 18px 0 5px;
    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 .newProduct-vip-price {
    height: 35px;
    display: flex;
    align-items: center;
    background: url("../images/newIndex/bg1.svg") no-repeat;
    background-size: 100% 100%;
    font-family: DINPro;
    font-weight: 500;
    font-size: 26px;
    color: #FA2B1A;
    padding-left: 5px;
    position: relative;
    margin-bottom: 7px;
}

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

.main-newProduct .newProduct-list .newProduct-item .newProduct-con .newProduct-price .newProduct-vip-price img {
    width: 14px;
    height: 14px;
    margin: 8px 0 0 3px;
}

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

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

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

/*活动专区*/
.main-eventZone {
    display: flex;
    height: 660px;
}

.main-eventZone .poster-main {
    width: 278px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.main-eventZone .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    border-radius: 10px;
}

.main-eventZone .eventZone-list {
    width: calc(100% - 278px);
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
    gap: 16px;
    overflow: hidden auto;
}

.main-feature .eventZone-list::-webkit-scrollbar {
    display: none;
}

.main-eventZone .eventZone-list .eventZone-item {
    cursor: pointer;
    width: 18.58%;
    height: 48.5%;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 69px;
    height: 27px;
    line-height: 27px;
    padding-left: 33px;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    background: url("/images/newIndex/tag2.svg") no-repeat;
    background-size: 100% 100%;
}

.eventZone-item .cover-container {
    width: 100%;
    height: 207px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-img {
    width: 100%;
    height: 207px;
    border-radius: 8px 8px 0 0;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con {
    width: 100%;
    height: calc(100% - 207px);
    padding: 6px 10px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price .eventZone-vip-price .origin {
    position: absolute;
    right: 7px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 20px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-origin {
    font-family: PingFang SC;
    color: #8e8e8e;
}


/*工业应用*/
.main-industry {
    height: 544px;
}

.main-industry .industry-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.main-industry .industry-list .industry-item {
    width: 32.2%;
    height: 47.8%;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
}

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

.main-industry .industry-list .industry-item .industry-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 16px;
}

.main-industry .industry-list .industry-item .industry-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 80%;
    height: fit-content;
    font-family: PingFang SC;
    font-size: 28px;
    color: #ffffff;
}

/*私人定制*/
.main-customize {
    height: 780px;
}

.main-customize .customize-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 28px;
}

.main-customize .customize-list .customize-item {
    width: 32%;
    height: 47.8%;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 16px;
}

.main-customize .customize-list .customize-item .customize-img {
    width: 100%;
    height: 306px;
    object-fit: fill;
    border-radius: 16px 16px 0 0;
}

.main-customize .customize-list .customize-item .customize-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    height: calc(100% - 306px);
    padding: 0 50px;
    border-radius: 0 0 16px 16px;
}

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

/* 工业应用、定制服务 */
.main-service {
    height: 714px;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.main-service .service-one {
    width: calc(50% - 14px);
    display: flex;
}

.main-service .service-one .service-poster {
    width: 250px;
    height: 100%;
}

.main-service .service-one .service-poster .poster-title {
    width: calc(100% - 42px);
    height: 50px;
    padding-left: 35px;
    background: #0D8D3D;
    display: flex;
    align-items: center;
    position: relative;
}

.main-service .service-one .service-poster .poster-title:after {
    content: '';
    display: block;
    border-bottom: 50px solid #13973B;
    border-left: 0 solid transparent;
    border-right: 44px solid transparent;
    position: absolute;
    right: -44px;
    top: 0;
}

.main-service .service-one .service-poster .poster-title img {
    width: 36px;
    height: 29px;
    margin-right: 12px;
}

.main-service .service-one .service-poster .poster-title span {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
}

.main-service .service-one .service-poster .poster-main {
    height: calc(100% - 50px);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #f3ffe7;
}

.main-service .service-one .service-poster .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
}

.main-service .service-one .service-poster .poster-main .btn {
    padding: 0;
    width: 80%;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #0B7A29;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.main-service .service-one .service-main {
    width: calc(100% - 250px);
}

.main-service .service-one .service-main .service-main-title {
    height: 50px;
    padding: 4px 0 4px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #13973B;
}

.main-service .service-one .service-main .service-main-title .service-tabs {
    display: flex;
    align-items: center;
}

.main-service .service-one .service-main .service-main-title .service-tabs .service-tab {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 4px 20px 4px;
    margin-right: 15px;
    padding: 0 16px;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-service .service-one .service-main .service-main-title .service-tabs .service-tab:last-child {
    margin-right: 0;
}

.main-service .service-one .service-main .service-main-title .service-tabs .service-tab.act {
    color: #FFFFFF;
    background: #14973B;
    font-size: 16px;
}

.main-service .service-one .service-main .service-main-title .more {
    cursor: pointer;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 12px;
    color: #025D05;
}

.main-service .service-one .service-main .service-list {
    height: calc(100% - 50px);
    padding: 14px 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
}

.main-service .service-one .service-main .service-list .service-item {
    width: 47.8%;
    height: 48.8%;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.main-service .service-one .service-main .service-list .service-item .service-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.main-service .service-one .service-main .service-list .service-item .service-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 80%;
    height: fit-content;
    font-family: PingFang SC;
    font-size: 14px;
    color: #ffffff;
}

/*模块*/
.module-item {
    width: 100%;
    padding: 60px 0;
    background: #f6f6f6;
}

.module-item.module-white {
    background: #FFFFFF;
}

.module-item .module-content {
    width: 1430px;
    margin: 0 auto;
    font-family: PingFang SC;
}

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

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

.module-item .module-content .module-title .module-headTitle .module-title-text {
    font-weight: 800;
    font-size: 36px;
    color: #333333;
}

.module-item .module-content .module-title .module-headTitle .module-title-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 36px;
    background: #F2F9F5;
    border-radius: 31px;
    border: 1px solid #00923F;
    font-weight: 500;
    font-size: 16px;
    color: #00923F;
}

.module-item .module-content .module-title .module-headTitle .module-title-more::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-top: 1px;
    background: url("/images/newIndex/more.svg") no-repeat;
    background-size: 100% 100%;
}

.module-item .module-content .module-title .module-subTitle {
    padding-left: 54px;
    margin: 8px 0 20px;
    font-weight: 400;
    font-size: 28px;
    color: #999999;
    line-height: 40px;
}

.module-item .module-content .module-title .module-tabs-wrap {
    position: relative;
    padding-left: 54px;
    overflow: auto hidden;
}

.module-item .module-content .module-title .module-tabs-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
}

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

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

.module-item .module-content .module-title .module-tabs .module-tab {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    line-height: 25px;
    padding-bottom: 10px;
    margin-right: 50px;
    position: relative;
}

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

.module-item .module-content .module-title .module-tabs .module-tab.act {
    font-weight: 800;
    color: #333333;
}

.module-item .module-content .module-title .module-tabs .module-tab.act::after {
    content: '';
    display: block;
    height: 4px;
    background: #2E9B42;
    border-radius: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}

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