.one-thing-one-yard-banner{
    width: 100%;
    height: 600px;
}
.one-thing-one-yard-banner>img{
    width: 100%;
}
.width-cont{
    width: 80%;
    margin: 100px auto;
    overflow: hidden;
}
.solution-case-display-container{
    background:rgba(255,255,255,1);
    position: relative;
}
.contact-display-container{
    width:730px;
    height:100px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(151,151,151,0.2);
    box-shadow:0px 0px 20px rgba(0,0,0,0.29);
    border-radius:67px;
    margin: 100px auto 150px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact-display-container .contact-display-title{
    font-size:24px;
    font-family:PingFangSC-Regular;
    line-height:32px;
    color:rgba(51,51,51,1);
}
.contact-display-container .consult-button{
    padding: 10px 40px;
    color: #ffffff;
    background: #FA5C5C;
    font-size:20px;
    border-radius: 30px;
    cursor: pointer;
}
.title-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-bar .red-line{
    width: 50px;
    height: 4px;
    border-radius: 15px;
    background: #FA5C5C;
}
.title-bar .section-title{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 54px;
    color: rgba(51,51,51,1);
}
.title-bar .section-title-supplement{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:30px;
    color:rgba(102,102,102,1);
}
.traditional-pain-point-list-wrapper{
    margin: 120px 0;
    display: flex;
    justify-content: space-around;
}
.traditional-pain-point-item-wrapper{
    width:260px;
    height:314px;
    background:rgba(255,255,255,1);
    box-shadow:0px -10px 40px rgba(0,0,0,0.07);
    border-radius:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.traditional-pain-point-item-wrapper .traditional-pain-point-icon{
    margin-bottom: 20px;
}
.traditional-pain-point-item-title{
    font-size:20px;
    font-family:PingFangSC-Medium;
    line-height:45px;
    color:rgba(51,51,51,1);
    text-align: center;
}
.traditional-pain-point-supplement p{
    font-size:16px;
    font-family:PingFangSC-Regular;
    line-height:26px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.core-service-wrapper{
    margin: 100px auto;
    text-align: center;
}
.core-service-pic-wrapper{
    width: 600px;
    height: 342px;
    margin: 200px auto;
    position: relative;
    border: 1px dashed #eee;
}
.core-service-pic-wrapper>img{
    width: 100%;
}
.core-service-item .core-service-item-describe{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:50px;
    color:rgba(51,51,51,1);
}
.core-service-item{
    width: 93px;
    height: 146px;
    position: absolute;
}
.increase-sales{
    top: -146px;
    left: -93px;
}
.cost-saving{
    top: -146px;
    right: -93px;
}
.provide-data{
    bottom: -146px;
    left: -93px;
}
.trace-to-the-source{
    bottom: -146px;
    right: -93px;
}
.other-red-line{
    display: inline-block;
    width: 45px;
    border-bottom: 3px solid #FA5C5C;
    border-radius: 10px;
    margin-left: 10px;
}
.commodity-circulation-process-wrapper{
    background:rgba(249,250,252,1);
}
.commodity-circulation-process-wrapper .width-cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 0;
}
.commodity-circulation-process-wrapper .title-bar{
    align-items: flex-end;
}
.section-title-supplement p{
    text-align: right;
}
.commodity-circulation-process-wrapper .section-title-supplement p{
    text-align: left;
}
.section-secondary-title{
    font-size: 16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:33px;
    color:rgba(51,51,51,1);
    margin-bottom: 15px;
}
.fast-customer-exposure-wrapper .section-title-supplement p{
    font-size: 14px;
}
.fast-customer-exposure-pic{
    width: 480px;
}
.fast-customer-exposure-pic >img{
    width: 100%;
}
.personalized-promotion-wrapper .width-cont{
    display: flex;
    justify-content: space-around;
}
.personalized-promotion-wrapper .title-bar{
    align-items: flex-end;
}
.personalized-promotion-wrapper{
    margin: 100px 0;
    overflow: hidden;
}
.core-product-list-wrapper{
    margin: 100px 0;
    display: flex;
    justify-content: space-around;
}
.core-product-item-wrapper{
    width: 565px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.core-product-item-pic>img{
    width: 100%;
}
.core-product-item-title{
    font-size:25px;
    font-family:PingFangSC-Regular;
    line-height:50px;
    color:rgba(51,51,51,1);
}
.core-product-item-title-supplement{
    font-size:16px;
    font-family:PingFangSC-Regular;
    line-height:27px;
    color:rgba(102,102,102,1);
}
.core-product-item-title-supplement p{
    text-align: center;
}
.various-play-rotation-wrapper{
    margin: 100px 0;
    position: relative;
}
.pre-view, .next-view{
    position: absolute;
    width: 44px;
    height: 37px;
    top: 50%;
    transform: translateY(-18px);
    cursor: pointer;
    outline: none;
}
.pre-view{
    left: 0;
    background: url("../assets/images/left-arrow-nor.png") no-repeat center;
    background-size: 100%;
}
.next-view{
    right: 0;
    background: url("../assets/images/right-arrow-nor.png") no-repeat center;
    background-size: 100%;
}
.various-play-rotation-swiper{
    margin: 50px;
    box-sizing: border-box;
}
.various-play-rotation-swiper .swiper-slide{
    transform: scale(0.7);
}
.various-play-rotation-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.various-play-item{
    width: 400px;
    height: 671px;
}
.various-play-item .various-play-item-pic{
    text-align: center;
}
.various-play-item .various-play-item-title{
    font-size:24px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:42px;
    color:rgba(51,51,51,1);
    text-align: center;
}
.various-play-item-describe p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:28px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.cooperative-case-wrapper{
    background:rgba(249,250,252,1);
    overflow: hidden;
    position: relative;
}
.cooperative-case-swiper {
    /*margin: 0 50px;*/
    margin: 0 auto;
    width: 762px;
    box-sizing: border-box;
    padding: 50px 0;
}
.my-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FA5C5C;
    opacity: 0.3;
    margin-left: 10px;
}
.my-bullet-active{
    width: 30px;
    background: #FA5C5C;
    opacity: 1;
    border-radius: 6px;
}
.cooperative-case-item{
    display: flex;
    justify-content: center;
    /*width: 1422px;*/
    width:762px;
    height: 248px;
}
.cooperative-case-item-description{
    width: 381px;
    height: 248px;
    padding: 20px;
    background: #363642;
    box-sizing: border-box;
}
.cooperative-case-item-title{
    font-size:25px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:42px;
    color:rgba(255,255,255,1);
    margin-bottom: 10px;
}
.cooperative-case-item-describe{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:25px;
    color:rgba(255,255,255,1);
    display: flex;
}
.cooperative-case-item-describe .right-column{
    margin-left: 30px;
}
.cooperative-partner-content{
    text-align: center;
    margin: 60px 0;
}
.form-container{
    width: 900px;
    height: 300px;
    margin: 100px auto;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
    border-radius:5px;
    padding: 30px;
    box-sizing: border-box;
}
.send-email-wrap{
    display: flex;
    justify-content: space-between;
}
.base-info-wrapper,.description-wrapper{
    flex: 0.4;
}
.line{
    height: 40px;
    margin-bottom: 20px;
}
.line input{
    height: 36px;
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 10px;
    width: 150px;
}
.second-line input{
    width: 318px;
}
.contacts-tips{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:22px;
    color:rgba(255,0,0,1);
    margin-top: 50px;
}
.third-line textarea{
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.confirm-send{
    background:rgba(250,92,92,1);
    opacity:0.5;
    border-radius:5px;
    padding: 10px;
    text-align: center;
    margin-top: 40px;
    color: #ffffff;
    cursor: pointer;
}
.send-success-dialog-mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.send-success-dialog{
    width: 460px;
    height: 400px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.success-icon{
    width: 60px;
    height: 60px;
}
.success-icon>img{
    width: 100%;
}
.send-success-title{
    font-size: 30px;
    color: #333333;
    margin-top: 30px;
}
.send-success-tips{
    font-size: 20px;
    color: #666;
    margin-top: 15px;
}
.send-success-confirm-btn{
    width: 75%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FA5C5C;
    font-size: 16px;
    color: #ffffff;
    margin-top: 60px;
    border-radius: 5px;
    cursor: pointer;
}
.footer-bar{
    background: #383642;
}
