.page-title{
    width: 100%;
    height: 140px;
    margin: 80px auto 0 auto;
    position: relative;
}
.page-title h1{
    font-family: PingFangSC-Semibold;
    color: #F6F6F6;
    font-size: 100px;
    text-align: center;
    white-space: nowrap;
}
.page-title h2{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.page-title h2 span{
    font-family: PingFangSC-Semibold;
    color: #FA5C5C;
    font-size: 50px;
}
.advertisement{
    width: 750px;
    text-align: center;
    margin: 20px auto 0 auto;
    font-size:22px;
    font-family:PingFangSC-Regular;
    line-height:35px;
    color:rgba(102,102,102,1);
}
.width-cont{
    width: 80%;
    margin: 100px auto;
    overflow: hidden;
}
.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);
}
.drinking-pic-display-wrapper{
    display: flex;
    justify-content: center;
}
.drinking-pic-display-wrapper .drinking-pic-item:nth-child(2){
    margin-left: 60px;
}
.beverage-industry-pain-point-wrapper{
    overflow: hidden;
    background:rgba(249,250,252,1);
}
.beverage-industry-pain-point-table-cont{
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-around;
}
.beverage-industry-pain-point-table-cont .first-column,.beverage-industry-pain-point-table-cont .second-column{
    display: flex;
    flex-direction: column;
}
.beverage-industry-pain-point-table-cont .first-column .beverage-industry-pain-point-item:nth-child(1),.beverage-industry-pain-point-table-cont .second-column .beverage-industry-pain-point-item:nth-child(1){
    margin-bottom: 40px;
}
.beverage-industry-pain-point-item{
    display: flex;
}
.beverage-industry-pain-point-item .beverage-industry-pain-point-icon{
    margin-right: 30px;
}
.beverage-industry-pain-point-describe p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:28px;
    color:rgba(102,102,102,1);
}
.beverage-industry-pain-point-title{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:42px;
    color:rgba(51,51,51,1);
}
.beverage-industry-solution-case-cont{
    margin: 60px 0;
}
.beverage-industry-solution-case-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
}
.beverage-industry-solution-case-item-title{
    text-align: right;
    margin-bottom: 10px;
}
.beverage-industry-solution-case-item:nth-child(2) .beverage-industry-solution-case-item-title{
    text-align: left;
}
.beverage-industry-solution-case-item-title span{
    font-size:25px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:42px;
    color:rgba(51,51,51,1);
    padding-bottom: 4px;
    border-bottom: 2px solid #FA5C5C;
}
.beverage-industry-solution-case-item-describe p{
    font-size:20px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:30px;
    color:rgba(102,102,102,1);
    text-align: right;
}
.beverage-industry-solution-case-item:nth-child(2) .beverage-industry-solution-case-item-describe p{
    text-align: left;
}
.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;
}