.scenic-spot-title{
    width: 100%;
    height: 140px;
    margin: 80px auto 0 auto;
    position: relative;
}
.scenic-spot-title h1{
    font-family: PingFangSC-Semibold;
    color: #F6F6F6;
    font-size: 100px;
    text-align: center;
}
.scenic-spot-title h2{
    height: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.scenic-spot-title h2 span{
    font-family: PingFangSC-Semibold;
    color: #FA5C5C;
    font-size: 50px;
}
.scenic-spot-title h2 span:nth-child(3){
    color: #151515;
}
.advertisement{
    margin-top: 50px;
    text-align: center;
    color: #666666;
    font-size: 24px;
    line-height: 30px;
}
.scenic-spot-solutions-section{
    margin: 100px auto;
}
.first-section{
    height: 800px;
    display: flex;
}
.success-case-wrapper{
    flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.revenue-forecast-wrapper{
    flex: 0.5;
    background: url("../assets/images/top-background.png")no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.success-case-container,.revenue-forecast-container{
    width: 400px;
}
.success-case-title-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.success-case-title-wrapper .pagination{
    position: absolute;
    width: 166px;
    height: 40px;
    top: 0;
    right: 0;
}
.success-case-title-wrapper .pagination .bullets{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F5F6F8;
    margin-left: 10px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #999999;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.success-case-title-wrapper .pagination .pagination-active{
    color: #ffffff;
    background: #FA5C5C;
}
.success-case-title-wrapper .title-tag{
    width: 6px;
    height: 34px;
    background: linear-gradient(#FBC79A,#FA5C5C);
}
.success-case-title-wrapper  .success-case-title{
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    margin-left: 10px;
}
.success-case-container .picture-show-wrap{
    margin: 40px 0 30px 0;
}
.success-case-introduce .success-case-introduce-shop{
    ont-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
}
.success-case-introduce .success-case-introduce-detail{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    margin: 10px 0 10px 0;
}
.success-case-statistic-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.success-case-statistic-wrapper .statistic-data-item{
    flex: 1;
    border-right: 1px solid #D8D8D8;
}
.success-case-statistic-wrapper .statistic-data-item>div{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.success-case-statistic-wrapper .statistic-data-item .statistic-data{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FA5C5C;
    letter-spacing: 0;
    text-align: center;
}
.success-case-statistic-wrapper .statistic-data-item:nth-child(1)>div{
    text-indent: -20px;
}
.success-case-statistic-wrapper .statistic-data-item:nth-child(3){
    border: none;
}
.revenue-forecast-container{
    height: 600px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(20,2,20,0.10);
    border-radius: 5px;
    transform: translateX(100px);
}
.revenue-forecast-container .revenue-forecast-title{
    margin: 30px 0;
    text-align: center;
}
.revenue-forecast-container .revenue-forecast-title span{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 2px solid #FA5C5C;
    border-radius: 2px;
}
.entering-calculate-data{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.entering-calculate-data .calculate-item{
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #999999;
    border-radius: 5px;
}
.entering-calculate-data .calculate-item span{
    color: #999999;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.entering-calculate-data .calculate-item:nth-child(2){
    margin: 20px 0;
}
.entering-calculate-data .calculate-item>input{
    width: 165px;
    text-align: right;
}
.entering-calculate-data .calculate-item span:nth-child(1){
    width: 80px;
}
.entering-calculate-data .calculate-item span:nth-child(3){
    padding: 0 10px;
}
.calculate-earnings-btn{
    background: #FA5C5C;
    margin: 40px 20px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px 0;
    cursor: pointer;
    opacity: 0.6;
}
.calculate-result-wrapper{
    margin: 0 20px;
    background: #F5F6F8;
    height: 120px;
    border-radius: 5px;
}
.calculate-result-wrapper .calculate-result-item{
    border-bottom: 1px solid #DEDEDE;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
}
.calculate-result-wrapper .calculate-result-item:nth-child(2){
    border: none;
}
.calculate-result-wrapper .calculate-result-item span{
    ont-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    display: inline-block;

}
.calculate-result-wrapper .calculate-result-item .calculate-result-item-icon{
    width: 20px;
    text-align: center;
}
.calculate-result-wrapper .calculate-result-item .calculate-result-item-title{
    width: 90px;
}
.calculate-result-wrapper .calculate-result-item .calculate-result-item-data{
    color: #333333;
    width: 100px;
    text-align: right;
}
.calculate-result-wrapper .calculate-result-item .unit{
    margin-left: 40px;
}
.scenic-printing-advantage-container,.personal-customization-container,.automatic-printing-container,.automatic-printing-container{
    width: 70%;
    height: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.scenic-printing-advantage-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scenic-printing-advantage-title .decorate-line,.mobile-management-title .decorate-line,.cooperate-partner-title .decorate-line{
    width: 50px;
    height: 5px;
    border-radius: 50px;
    background: #FA5C5C;
}
.scenic-printing-advantage-title h2,.mobile-management-title h2,.cooperate-partner-title h2{
    font-size: 40px;
    line-height: 55px;
    color: #333;
    margin: 20px 0;
}
.describe-detail .describe-detail-item{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    line-height: 36px;
}
.personal-customization-container,.automatic-printing-container,.automatic-printing-container{
    margin: 200px auto;
}
.cooperate-partner-wrapper{
    width: 100%;
    height: 500px;
    background: #F9FAFC;
}
.cooperate-partner-container{
    width: 1140px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cooperate-partner-title{
    width: 100%;
}
.cooperate-partner-content{
    display: flex;
    margin-bottom: 20px;
}
.footer-bar {
    background: #8962FF;
}
.contact-us-dialog-wrapper{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.contact-us-dialog{
    width: 480px;
    height: 720px;;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-us-dialog-container{
    position: relative;
}
.send-tips{
    content: '';
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 2px;
    position: fixed;
    bottom:100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
}
.error-tips,.success-tips{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    display: none;
}
.error-tips>img,.success-tips>img{
    margin-right: 10px;
    vertical-align: top;
}
.contact-us-dialog .contact-us-dialog-top{
    background: #eeeeee;
    padding: 10px 0;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.contact-us-dialog-title{
    font-size: 22px;
    color: #000000;
    text-align: center;
}
.contact-us-dialog--title-tips{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}
.service-qr-code{
    margin-left: 30px;
    width: 100px;
    height: 100px;
}
.service-qr-code img{
    width: 100%;
}
.contact-us-dialog-top .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.contact-us-dialog-item{
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.contact-us-dialog-item-title{
    line-height: 25px;
    white-space: nowrap;
}
.contact-us-dialog-item-title>img{
    vertical-align:middle
}
.contact-us-dialog-item-title span{
    font-size: 18px;
    color: #000000;
    vertical-align:middle;
    margin-left: 10px;
}
.hot-line-number{
    font-size: 22px;
    color: #FA5C5C;
    margin: 15px 0 5px 35px;
}
.mail-cont{
    width: 400px;
    margin: 10px 30px;
}
.mail-cont .send-email>div{
    height: 40px;
    margin-bottom: 10px;
}
.mail-cont .send-email>div input{
    width: 100%;
    height: 38px;
    border: 1px solid #666666;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.mail-cont .send-email .first-line>input{
    width: 188px;
}
.mail-cont .send-email .first-line>input:nth-child(2){
    margin-left: 20px;
}
.mail-cont .send-email>div textarea{
    width: 100%;
    border: 1px solid #666666;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #000000;
}
.mail-cont .send-email>.third-line{
    height: 100%;
}
.contact-us-dialog-item:last-child{
    border-bottom: none;
}
.mail-cont .send-email .confirm-send{
    background: #FA5C5C;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}