/* shop导航栏 */
.pageheader-navlist-child>a {
    color: #fff;
}

.features img {
    width: 1200px;
}

.pageheader-nav .tel {
    color: #fff;
}

.fixed .pageheader-nav .tel {
    color: #0056b3;
}

.fixed .pageheader-navlist-child>a {
    color: rgb(3, 28, 73);
}

.pageheader-nav .shopImg {
    display: none;
}

.fixed .pageheader-nav img {
    display: none;
}

.fixed .pageheader-nav .shopImg {
    display: block;
}

/* banner开始 */
.banner {
    width: 100%;
    height: 600px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/home/bg2.jpg)no-repeat;
    background-size: 100% 100%;
    padding-top: 72px;
}

.b2c {
    width: 100%;
    height: 500px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2c/b2c.jpg)no-repeat;
    background-size: 100% 100%;
}

.b2b {
    width: 100%;
    height: 500px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/b2b.jpg)no-repeat;
    background-size: 100% 100%;
}

.s2b2c {
    width: 100%;
    height: 500px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/s2b2c/s2b2c.jpg)no-repeat;
    background-size: 100% 100%;
}

.b2b2c {
    width: 100%;
    height: 500px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b2c/b2b2c.png)no-repeat;
    background-size: 100% 100%;
}

.bannerBox {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 50px;
}

.bannerBox img {
    width: 520px;
}

.img2 {
    position: relative;
}

.img2 img {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 700px;
}

.img2 {
    position: relative;
}

.img2 img {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 700px;
}

.text {
    width: 600px;
}

.bannerBox h2 {
    font-size: 36px;
}

.bannerBox p {
    font-size: 20px;
    margin: 60px 0;
    line-height: 1.5;
}

.bannerBox .last {
    line-height: 40px;
    margin-bottom: 50px;
}

.characteristic>button {
    position: relative;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.characteristic>button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}

@keyframes myfirst {
    75% {
        transform: skewX(-45deg) translateX(0);
        transition: all 0.5s ease-in-out;
    }

    100% {
        transform: skewX(-45deg) translateX(35em);
        transition: all 0.5s ease-in-out;
    }
}

.characteristic>button:hover {
    transform: translateY(-10px)
}



/* 核心能力 */
.hxnl {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.hxnl .product-core-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.hxnl .product-core-list .product-core-list-item {
    background-color: #fff;
    width: 282px;
    height: 261px;
    padding: 24px 24px 0;
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid #EEF0F3;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.hxnl .hoverCoreIcon {
    transition: 0.5s;
    margin-top: 0px;
    position: relative;
}

.hxnl .hoverCoreIcon::before {
    content: '';
    width: 0;
    height: 4px;
    background-color: #0056b3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hxnl .hoverCoreIcon:hover {
    margin-top: -10px;
    box-shadow: 0px 8px 24px 0px rgba(192, 196, 204, 0.28);
    border: 1px solid #EEF0F3;
}

.hxnl .hoverCoreIcon:hover::before {
    width: 100%;
    transition: all 1s ease;
}

.hxnl .product-core-list .product-core-list-item .coreIcon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getGrey {
    filter: grayscale(100%);
}

.hxnl .product-core-list .product-core-list-item .coreIcon img {
    width: 40px;
    height: 40px;
}

.hxnl .product-core-list .product-core-list-item h3 {
    /* text-align: center; */
    padding: 16px 0 24px;
    line-height: 25px;
    /* font-family: PingFangSC-Medium; */
    font-weight: 500;
    font-size: 18px;
    color: #1F2C3D;
    text-align: center;
}

.hxnl .hoverCoreIcon p {
    font-weight: 400;
    font-size: 14px;
    color: #909399;
    text-align: center;
    line-height: 21px;
}



/* B2B电子商务系统能为你实现 */
.wnsx {
    width: 100%;
    background: #fff;
    padding: 50px 0;
}

.product-kernel {
    width: 1200px;
    margin: 0 auto;
}

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

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

.core-main .core-left {
    width: 384px;
    padding-right: 24px;
    height: 698px;
}

.core-main .core-right {
    width: 792px;
    border-radius: 8px;
}

.disNo {
    display: none !important;
    opacity: 0;
    transition: 0.5s;
}

.core-main .core-left .core-box {
    width: 384px;
    height: 220px;
    background: #F4FBFA;
    border-radius: 8px;
    padding: 24px;
}

.core-main .core-left .core-box:hover {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/core-bg1.png);
}

a:link,
a:visited {
    text-decoration: none;
    /* color: #999; */
}

.core-main .core-left .numberText {
    height: 67px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 48px;
    color: #1F2C3D;
    margin-bottom: 16px;
}

.core-main .core-left .des {
    line-height: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #1F2C3D;
}

.core-main .core-left .core-box:hover .numberText,
.core-main .core-left .core-box:hover .des {
    color: #fff;
}

.core-main .core-right img {
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    width: 792px;
    height: 450px;
}

img {
    border: none;
}

.core-main .core-right .listText {
    width: 792px;
    height: 258px;
    padding: 0 20px;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/core-bg2.png);
}

.core-main .core-right .listText .titles {
    height: 28px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #1F2C3D;
    margin: 20px 0;
}

.core-main .core-right .listText .des {
    line-height: 26px;
    height: 80px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #1F2C3D;
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    height: 34px;
    min-width: 100px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}

.core-main .core-right .listText .link {
    display: inline-block;
    width: 150px;
    height: 46px;
    background: rgba(0, 82, 217, 0.9);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 46px;
}

.core-main .core-right .listText .link:hover {
    background: #0056b3;
}



/* B2B电子商务系统适用行业 */
.product-job {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}

.product-job .job {
    width: 1200px;
    margin: auto;
}

.product-job .job .jobConent .jobTop {
    width: 100%;
    height: 213px;
    display: flex;
    margin-bottom: 20px;
}

.product-job .job .jobConent .jobBottom {
    width: 100%;
    height: 446px;
    display: flex;
    justify-content: space-between;
}

.jobTop1 {
    position: relative;
    overflow: hidden;
}

.product-job .jobHover {
    overflow: hidden;
}

.product-job .job .jobConent .jobTop div {
    width: 284px;
    height: 213px;
    box-sizing: border-box;
    border-radius: 8px;
}

.product-job .job .jobConent .jobTop div:nth-child(1) {
    margin-right: 23px;
}

.product-job .job .jobConent .jobTop div:nth-child(2) {
    margin-right: 18px;
}

.product-job .job .jobConent .jobTop div:nth-child(3) {
    margin-right: 23px;
}

.product-job .jobHover img {
    position: absolute;
}

.product-job .job .jobConent .jobTop div a {
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.case {
    background-color: rgba(0, 82, 217, 1);
    position: absolute;
    transition: margin-top 0.5s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.product-job .job .jobConent .jobTop div .case a {
    /* background-color: rgba(0, 82, 217, 0.5); */
}

.product-job .job .jobConent .jobBottom-right .case a {
    /* background-color:  rgba(0, 82, 217, 0.5); */
}

.product-job .job .jobConent .jobBottom-left .case a {
    /* background-color: rgba(0, 82, 217, 0.5); */
}

address,
i {
    font-style: normal;
}

.jobTop5 {
    position: relative;
    overflow: hidden;
}

.product-job .job .jobConent .jobBottom-left {
    width: 285px;
    height: 446px;
    box-sizing: border-box;
    border-radius: 8px;
}

.product-job .job .jobConent .jobBottom-right {
    width: 895px;
    height: 446px;
    border-radius: 8px;
}

.jobHoverMaterial img {
    position: absolute;
}

.product-job .job .jobConent .jobBottom-left a {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-job .job .jobConent .jobBottom-right {
    width: 895px;
    height: 446px;
    border-radius: 8px;
}

.product-job .job .jobConent .jobBottom-right .top {
    width: 100%;
    height: 213px;
    display: flex;
    margin-bottom: 20px;
    border-radius: 8px;
}

.product-job .job .jobConent .jobBottom-right .top .topLeft {
    width: 285px;
    height: 213px;
    box-sizing: border-box;
    margin-right: 17px;
    border-radius: 8px;
}

.jobTop2,
.jobTop3,
.jobTop4 {
    position: relative;
    overflow: hidden;
}

.jobTop6 {
    position: relative;
    overflow: hidden;
}

.product-job .job .jobConent .jobBottom-right .top .topRight {
    width: 593px;
    height: 213px;
    box-sizing: border-box;
    border-radius: 8px;
}

.jobTop7 {
    position: relative;
    overflow: hidden;
}

.jobHoverMechanical img {
    position: absolute;
}

.product-job .job .jobConent .jobBottom-right .bottom {
    width: 100%;
    height: 213px;
    display: flex;
}

.product-job .job .jobConent .jobBottom-right a {
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.product-job .job .jobConent .jobBottom-right .bottom div {
    width: 285px;
    height: 213px;
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 8px;
}

.jobTop8 {
    position: relative;
    overflow: hidden;
}

.jobTop9 {
    position: relative;
    overflow: hidden;
}

.product-job .job .jobConent .jobBottom-right .bottom .divLast {
    background: #0056b3;
}

.product-job .job .jobConent .jobBottom-right .bottom div:nth-last-child(1) {
    margin-right: 0px;
}

.product-job .job .jobConent .jobBottom-right .bottom div a {
    color: #FFFFFF;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobHover:hover .case {
    margin-top: -75%;
}

.jobHoverMaterial:hover .case {
    margin-top: -157%;
}

.jobHoverMechanical:hover .case {
    margin-top: -36%;
}



/* 社交电商引流，数十种促销工具，帮助提升店铺成交转化 */
.team-member {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.clients-list,
.landing-page .features-block,
.landing-page .features-text {
    margin-top: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.row:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.sales-con ul {
    display: flex;
    flex-wrap: wrap;
}

.sales-con ul li {
    margin-right: 50px;
}

.sales-con ul li:nth-child(6n) {
    margin: 0;
}

.pd0 {
    padding: 0 !important;
}

.sales-con ul li.s01 .pic {
    background-position: 0 0;
}

.sales-con ul li.s02 .pic {
    background-position: 0 -100px;
}

.sales-con ul li.s03 .pic {
    background-position: 0 -200px;
}

.sales-con ul li.s04 .pic {
    background-position: 0 -300px;
}

.sales-con ul li.s05 .pic {
    background-position: 0 -400px;
}

.sales-con ul li.s06 .pic {
    background-position: 0 -500px;
}

.sales-con ul li.s07 .pic {
    background-position: 0 -600px;
}

.sales-con ul li.s08 .pic {
    background-position: 0 -700px;
}

.sales-con ul li.s09 .pic {
    background-position: 0 -800px;
}

.sales-con ul li.s10 .pic {
    background-position: 0 -900px;
}

.sales-con ul li.s11 .pic {
    background-position: 0 -1000px;
}

.sales-con ul li.s12 .pic {
    background-position: 0 -1100px;
}

.sales-con .pic {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/icon/activity_icon.png) no-repeat;
    display: block;
    height: 88px;
    margin: 25px auto 15px;
    position: relative;
    width: 88px;
    z-index: 2;
}

.sales-con dl {
    color: #636363;
    margin: 0 auto 20px;
    position: relative;
    width: 160px;
    z-index: 2;
    text-align: center;
}

.sales-con dl dt {
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
    color: #3a3a3a;
    font-size: 16px;
}

dd {
    background: 0 0;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.sales-con dl dd {
    font-size: 14px;
    margin-top: 10px;
}



















/* B2B电子商务系统开发案例 */
.anli {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.index-carousel-item-itemDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
}

.index-carousel-item-itemDiv .itemView {
    transition: 0.3s;
    position: relative;
    display: flex;
    align-content: flex-start;
    width: 380px;
    /* height: 329px; */
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    flex-wrap: wrap;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.index-carousel-item-itemDiv .itemView:nth-child(3n) {
    margin-right: 0;
}

.index-carousel-item-itemDiv .itemView .douhaoo {
    width: 24px;
    height: 24px;
}

.flett {
    opacity: 0.3;
    filter: grayscale(1);
    position: absolute;
}

.index-carousel-item-itemDiv .itemView .itemViewTitle {
    margin: 0 0px 32px 24px;
    text-align: center;
    width: 100%;
    height: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #1F2C3D;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-carousel-item-itemDiv .itemView .itemViewText {
    text-align: left;
    margin: 10px 0;
    width: 100%;
    height: 120px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #909399;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}

.index-carousel-item-itemDiv .itemView .bottomView {
    margin: 0 auto;
}

.index-carousel-item-itemDiv .itemView .bottomViewImage {
    width: 100%;
    height: 215px;
}

.index-carousel-item-itemDiv .itemView .bottomView .bottomViewTitle {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #303133;
    line-height: 16px;
    margin-right: 42%;
}

.index-carousel-item-itemDiv .itemView .bottomView .bottomMore {
    width: 150px;
    height: 46px;
    background: rgba(0, 82, 217, 0.7);
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    transition: 0.5s;
}

.index-carousel-item-itemDiv .itemView .bottomView .bottomMore img {
    width: 20px;
    height: 20px;
    padding-left: 10px;
}

.index-carousel-item-itemDiv .itemView:hover .douhaoo {
    opacity: 1;
    filter: grayscale(0);
}

.index-carousel-item-itemDiv .itemView:hover .bottomMore {
    background: #0056b3;
}

.index-carousel-item-itemDiv .itemView:hover .itemViewText {
    color: #000;
}

.index-carousel-item-itemDiv .itemView:hover::after {
    width: 100%;
}

.index-carousel-item-itemDiv .itemView::after {
    box-sizing: border-box;
    transition: 0.3s;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #0056b3;
}

.listNav {
    padding-bottom: 20px;
}

.listNav ul {
    display: flex;
}

.listNav ul li {
    flex: 1;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    transition: 0.3s;
}

.listNav ul .click {
    color: #fff;
    background-color: #0056b3;
    border-radius: 5px;
}

.listNav ul li:hover {
    color: #fff;
    background-color: #0056b3;
    border-radius: 5px;
}













/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .b2c {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2c/b2c.jpg)no-repeat;
    background-size: 100% 100%;
}

body[data-mobile] .b2b {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/b2b.jpg)no-repeat;
    background-size: 100% 100%;
}

body[data-mobile] .s2b2c {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/s2b2c/s2b2c.jpg)no-repeat;
    background-size: 100% 100%;
}

body[data-mobile] .b2b2c {
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b2c/b2b2c.png)no-repeat;
    background-size: 100% 100%;
}

body[data-mobile] .banner {
    width: 100%;
    height: 4rem;
    padding-top: 0.48rem;
    background-size: 200% 100%;
}

body[data-mobile] .bannerBox {
    display: block;
    /* justify-content: space-between; */
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-top: 0.2rem;
}

body[data-mobile] .img2 img {
    width: 100%;
    position: initial;
    height: auto;
    transform: none;
}

body[data-mobile] .img img {
    width: 100%;
}

body[data-mobile] .img,
body[data-mobile] .img2 {
    width: 70%;
    margin: 0 auto;
}

body[data-mobile] .text {
    width: 80%;
    margin: 0 auto;
}

body[data-mobile] .bannerBox h2 {
    font-size: 0.36rem;
    line-height: 1.5;
}

body[data-mobile] .bannerBox p {
    font-size: 0.2rem;
    margin: 0.3rem 0;
    line-height: 1.5;
}

body[data-mobile] .bannerBox .last {
    display: none;
}

body[data-mobile] .characteristic>button {
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 0.25rem;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    overflow: hidden;
}

body[data-mobile] .hxnl {
    width: 90%;
    padding-top: 0.3rem;
}

body[data-mobile] .hxnl .product-core-list .product-core-list-item {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    margin-right: 0;
    border: 1px solid #EEF0F3;
    margin-bottom: 0.20rem;
    box-shadow: 0 0.08rem 0.20rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.08rem;
}

body[data-mobile] .hxnl .product-core-list .product-core-list-item h3 {
    padding: 0.16rem 0 0.16rem;
    line-height: 1;
    font-size: 0.18rem;
}

body[data-mobile] .hxnl .hoverCoreIcon::before {
    content: '';
    display: none;
}

body[data-mobile] .hxnl .hoverCoreIcon:hover {
    margin-top: 0;
}

body[data-mobile] .hxnl .product-core-list .product-core-list-item .coreIcon img {
    width: 0.4rem;
    height: 0.4rem;
}

body[data-mobile] .getGrey {
    filter: grayscale(0%);
}

body[data-mobile] .wnsx {
    width: 90%;
    margin: 0 auto;
    padding: 0.3rem 0;
}

body[data-mobile] .product-kernel {
    width: 100%;
}

body[data-mobile] .justify-between {
    display: block;
}

body[data-mobile] .core-main .core-left {
    width: 100%;
    padding-right: 0;
    height: auto;
}

body[data-mobile] .core-main .core-left .core-box {
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    padding: 0.24rem;
    display: flex;
    align-items: center;
}

body[data-mobile] .core-main .core-left .numberText {
    height: auto;
    font-size: 0.3rem;
    margin-bottom: 0;
    margin-right: 0.2rem;
}

body[data-mobile] .core-main .core-right {
    width: 100%;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
}

body[data-mobile] .core-main .core-right img {
    object-fit: cover;
    border-radius: 0.08rem 0.08rem 0 0;
    width: 100%;
    height: auto;
}

body[data-mobile] .core-main .core-right .listText {
    width: 100%;
    height: 2.58rem;
    padding: 0 0.20rem;
    background: url(https://cdn.huamux.com/pcimgs/landingShop/b2b/core-bg2.png);
}

body[data-mobile] .core-main .core-right .listText .titles {
    height: 0.28rem;
    font-size: 0.2rem;
    margin: 0.2rem 0;
}

body[data-mobile] .core-main .core-right .listText .des {
    line-height: 0.26rem;
    height: 1rem;
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body[data-mobile] .team-member {
    width: 90%;
}

body[data-mobile] .team-member img {
    width: 100%;
}

body[data-mobile] .anli {
    width: 90%;
    padding: 0.50rem 0;
    padding-bottom: 0;
}

body[data-mobile] .index-carousel-item-itemDiv {
    padding-bottom: 0;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView {
    transition: none;
    width: 100%;
    box-shadow: 0 0.08rem 0.2rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.08rem;
    padding: 0.24rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView .douhaoo {
    opacity: 1;
    filter: grayscale(0);
}

body[data-mobile] .index-carousel-item-itemDiv .itemView .itemViewTitle {
    margin: 0 0px 0 0.24rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 1;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView .bottomViewImage {
    width: 100%;
    height: auto;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView .itemViewText {
    text-align: left;
    margin: 0;
    width: 100%;
    color: #000;
    height: auto;
    font-size: 0.14rem;
    line-height: 1.5;
    transition: none;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView .bottomView .bottomMore {
    width: 1.5rem;
    height: 0.46rem;
    background: #0056b3;
    font-size: 0.16rem;
    transition: none;
    margin-top: 0.2rem;
}

body[data-mobile] .index-carousel-item-itemDiv .itemView::after {
    display: none;
}

body[data-mobile] .product-job {
    display: none;
}

body[data-mobile] .common-title br {
    display: none;
}

body[data-mobile] .row {
    margin: 0 !important;
}

body[data-mobile] .sales-con ul li {
    margin-right: 0.3rem;
}

body[data-mobile] .sales-con ul li:nth-child(2n) {
    margin-right: 0;
}
