.redbag-banner{
    width: 100%;
    height: 600px;
}
.redbag-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;
}
.base-rect{
    width:450px;
    height:320px;
    background:rgba(238,245,254,1);
    opacity:1;
    border-radius:12px;
    margin: 180px auto;
}
.top-container{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-case-bar{
    width: 480px;
    height: 100px;
    background: #ffffff;
    border-radius: 100px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    margin-right: 60px;
}
.case-bar-title{
    font-size:20px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:42px;
    color:rgba(51,51,51,1);
}
.consult-btn{
    background: #fa5c5c;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 10px;
}
.video-cont{
    width: 280px;
    margin-top: 60px;
    background: #fff;
    position: relative;
    height: 552px;
}
.video-cont>img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-cont video{
    position: absolute;
    top: -6px;
    left: 24px;
    width: 229px;
    height: 535px;
}
.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);
}
.service-trade-list-wrapper{
    margin: 120px 0;
    display: flex;
    justify-content: space-around;
}
.service-trade-item-wrapper{
    width: 250px;
    height: 250px;
    position: relative;
    cursor: pointer;
}
.service-trade-item-wrapper .opacity-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
}
.service-trade-item-wrapper .opacity-mask:hover{
    background: rgba(250,92,92,0.8);
}
.drinking-industry{
    background: url("./../assets/images/drinking-industry.png")no-repeat;
    background-size: cover;
}
.beverage-industry{
    background: url("./../assets/images/beverage-industry.png")no-repeat;
    background-size: cover;
}
.food-seasoning-industry{
    background: url("./../assets/images/food-season-industry.png")no-repeat;
    background-size: cover;
}
.daily-chemical-industry{
    background: url("./../assets/images/daily-chemical.png")no-repeat;
    background-size: cover;
}
.more-tips{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    opacity: 0.8;
}
.service-trade-item{
    position: absolute;
    left: 10px;
    top: 120px;
    color: #ffffff;
    cursor: pointer;
}
.service-trade-item-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.service-trade-supplement{
    font-size: 16px;
    max-width: 180px;
}
.core-advantage-icon{
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}
.core-advantage-icon>img{
    width: 100%;
}
.core-advantage-item-wrapper{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.core-advantage-item-title{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:42px;
    color:rgba(51,51,51,1);
    text-align: center;
}
.core-advantage-supplement{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:28px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.fast-customer-exposure-wrapper{
    background:rgba(249,250,252,1);
}
.fast-customer-exposure-wrapper .width-cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 0;
}
.fast-customer-exposure-wrapper .title-bar{
    align-items: flex-end;
}
.section-title-supplement p{
    text-align: right;
}
.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%;
}
.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-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);
}
.known-more-btn{
    width:72px;
    height:25px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:25px;
    color:rgba(250,92,92,1);
    border: 1px solid #FA5C5C;
    border-radius: 30px;
    padding: 4px 15px;
    margin-top: 15px;
    cursor: pointer;
}
.palm-fact-wrapper{
    background:rgba(249,250,252,1);
    overflow: hidden;
}
.palm-fact-container{
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
}
.palm-data-list-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.palm-data-item{
    display: flex;
}
.palm-data-item-description{
    width: 380px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.palm-data-item-description .palm-data-item-title{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:42px;
    color:rgba(51,51,51,1);
}
.palm-data-item-description .palm-data-item-describe{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:28px;
    color:rgba(102,102,102,1);
}
.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;
}