.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
}
.solutions-page-content{
    padding-top: 60px;
}
.solutions-page-title-wrapper{
    width: 100%;
    margin: 30px 0;
}
.solutions-page-title-cont{
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solutions-page-title-cont .solutions-page-title-en{
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #F6F6F6;
    letter-spacing: 0;
    text-align: center;
}
.solutions-page-title-cont .solutions-page-title{
    margin-top: -50px;
}
.solutions-page-title-cont .solutions-page-title h2:nth-child(1){
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    color: #FA5C5C;
    letter-spacing: 0;
    text-align: center;
}
.solutions-page-title-cont .solutions-page-title h2:nth-child(2){
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
}
.solutions-page-title-intro{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 40px;
}
.solutions-section{
    width: 100%;
    margin: 40px 0;
}
.convenient-success-case{
    padding: 30px 0;
    background: #F9FAFC;
}
.solutions-section-title-wrapper{
    width: 100%;
}
.solutions-section-title-wrapper .red-line{
    width: 30px;
    height: 4px;
    background: #FA5C5C;
    border-radius: 3px;
    margin: 0 auto;
}
.solutions-section-title-wrapper .solutions-section-title{
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin: 10px auto;
}
.solutions-section-title-wrapper .solutions-section-title-intro{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}
.convenient-success-case-wrapper{
    margin: 0 20px;
}
.picture-show-wrap{
    width: 100%;
}
.picture-show-wrap>img{
    width: 100%;
}
.convenient-success-case-wrapper .success-case-introduce{
    width: 100%;
    margin: 10px 0;
}
.convenient-success-case-wrapper .success-case-introduce .success-case-introduce-shop{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
}
.convenient-success-case-wrapper .success-case-introduce .success-case-introduce-detail{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 5px;
}
.convenient-success-case-wrapper .success-case-statistic-wrapper{
    display: flex;
    padding: 15px 0;
    background:#F9FAFC ;
}
.convenient-success-case-wrapper .success-case-statistic-wrapper .statistic-data-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eeeeee;
}
.convenient-success-case-wrapper .success-case-statistic-wrapper .statistic-data-item:nth-child(1){
    border-left: none;
}
.convenient-success-case-wrapper .statistic-data-item .statistic-data{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #FA5C5C;
}
.convenient-success-case-wrapper .statistic-data-item .statistic-title{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
.revenue-forecast-wrapper{
    width: 100%;
    margin: 40px 0;
}
.revenue-forecast-container{
    width: 335px;
    height: 500px;
    background: #ffffff;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}
.revenue-forecast-container .revenue-forecast-title{
    text-align: center;
    margin: 30px 0 40px 0;
}
.revenue-forecast-container .revenue-forecast-title span{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    border-bottom: 3px solid #FA5C5C;
}
.entering-calculate-data .calculate-item{
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding:0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.entering-calculate-data .calculate-item span:nth-child(1){
    display: inline-block;
    min-width: 96px;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
}
.entering-calculate-data .calculate-item span:nth-child(2){
    text-align: right;
}
.calculate-earnings-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    background: #FA5C5C;
    border-radius: 5px;
    opacity: 0.4;
}
.calculate-result-wrapper{
    background: #F5F6F8;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 35px 0;
}
.calculate-result-item{
    height: 40px;
    line-height: 40px;
    padding: 15px 0 10px 0;
}
.calculate-result-item:nth-child(1){
    border-bottom: 1px solid #eeeeee;
}
.calculate-result-item .calculate-result-item-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}
.calculate-result-item .calculate-result-item-icon>img{
    width: 100%;
}
.calculate-result-item span{
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
}
.calculate-result-item span:nth-child(2){
    min-width: 80px;
}
.calculate-result-item span:nth-child(3){
    min-width: 100px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
}
.three-major-investment-value-container{
    margin: 40px 20px;
}
.three-major-investment-value-container .investment-value-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.three-major-investment-value-container .investment-value-item .investment-value-icon{
    width: 40px;
    height: 40px;
}
.three-major-investment-value-container .investment-value-item .investment-value-icon>img{
    width: 100%;
}
.three-major-investment-value-container .investment-value-item  .investment-value-title{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}
.three-major-investment-value-container .investment-value-item .investment-value-intro{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}
.platform-operation-support-container{
    margin: 40px 20px;
}
.platform-operation-support-container .platform-operation-support-item{
    display: flex;
    margin-bottom: 30px;
}
.platform-operation-support-container .platform-operation-support-item .platform-operation-support-icon{
    width: 80px;
    height: 74px;
    line-height: 60px;
}
.platform-operation-support-item .platform-operation-support-icon>img{
    width: 100%;
    vertical-align: middle;
}
.platform-operation-support-item .platform-operation-support-wrapper{
    margin-left: 20px;
}
.platform-operation-support-item  .platform-operation-support-title{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.platform-operation-support-item  .platform-operation-support-intro{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
}