.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
}
.banner-wrapper{
    padding-top: 60px;
}
.banner-wrapper .swiper-container{
    width: 100%;
    padding-bottom: 15px;
}
.banner-wrapper .swiper-slide>img{
    width: 100%;
}
.banner-wrapper .swiper-pagination{
    bottom: 0;
}
.swiper-container{
    --swiper-theme-color: #FA5C5C;
    --swiper-pagination-color: #FA5C5C;/* 两种都可以 */
}
.section-item{
    width: 100%;
    margin: 50px 0;
}
.fast-printing-container{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.section-title-wrapper .decorate-line{
    width: 30px;
    height: 4px;
    background: #FA5C5C;
    margin: 20px auto;
}
.section-title-wrapper .section-title{
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.section-title-wrapper .section-title-advertisement{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
.fast-printing-swiper{
    width: 211px;
    height: 300px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.fast-printing-swiper .swiper-slide{
    overflow: hidden;
    text-align: center;
    position: relative;
}
.fast-printing-swiper .swiper-slide .print-step-tips{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.fast-printing-swiper .swiper-slide>img{
    height: 85%;
}
.fast-printing-swiper .swiper-slide .print-step-tips span:nth-child(1){
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333333;
}
.fast-printing-swiper .swiper-slide .print-step-tips span:nth-child(2){
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
}
.watch-video-btn{
    width: 180px;
    height: 40px;
    margin: 40px auto;
    background: #FA5C5C;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
}
.watch-video-btn>img{
    width: 14px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
}
.watch-video-btn>span{
    color: #ffffff;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    margin-left: 10px;
}
.watch-video-mask{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
}
.watch-video-frame{
    width: 75%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-45%);
}
.watch-video-frame video{
    width: 100%;
}
.close-btn{
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1000;
}
.close-btn>img{
    width: 100%;
}
.our-advantages-container{
    margin: 20px auto;
    width: 75%;
}
.our-advantages-container .our-advantages-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.our-advantages-container .our-advantages-item-icon{
    width: 98px;
    height: 98px;
}
.our-advantages-container .our-advantages-item-icon>img{
    width: 100%;
}
.our-advantages-container .our-advantages-item .our-advantages-item-title{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    margin: 35px 0 10px 0;
}
.our-advantages-container .our-advantages-item .our-advantages-item-intro{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.gradient-effect-color{
    width: 100%;
    height: 94px;
    background: linear-gradient(rgba(243,243,252,0.1),rgba(245,246,248,0.9));
}
.select-us-container{
    width: 90%;
    margin: 50px auto;
}
.select-us-container .first-row ,.select-us-container .second-row{
    display: flex;
    justify-content: space-between;
}
.select-us-container .first-row .select-us-item:nth-child(1),.select-us-container .second-row .select-us-item:nth-child(1){
    margin-right: 20px;
}
.select-us-container .select-us-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.select-us-container .select-us-item .select-us-item-icon{
    width: 88px;
    height: 88px;
}
.select-us-container .select-us-item .select-us-item-icon>img{
    width: 100%;
}
.select-us-container .select-us-item .select-us-item-title{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    margin: 20px 0;
}
.select-us-container .select-us-item .select-us-item-intro{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    word-break: break-all;
}
.shape-gradual-color{
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(243,243,252,1),rgba(245,246,248,0.2));
    border-top-right-radius: 120px;
}
.solutions-wrapper .section-title-advertisement{
    padding: 0 20px;
    box-sizing: border-box;
}
.solutions-nav-swiper{
    width: 100%;
    margin: 30px 0;
    padding-bottom: 68px;
    padding-left: 15px;
    box-sizing: border-box;
}
.solutions-nav-swiper .swiper-slide, .solutions-item{
    display: block;
    width: 285px!important;
    height: 363px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.solutions-nav-swipe .swiper-slide, .solutions-item .picture-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 363px;
    background: rgba(0,0,0,0.1);
    padding: 20px;
    box-sizing: border-box;
}
.solutions-nav-swipe .swiper-slide, .solutions-item .picture-mask .business-case{
    font-family: ArialMT;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.solutions-nav-swipe .swiper-slide, .solutions-item .picture-mask .solutions-item-title{
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #FFFFFF;
}
.solutions-nav-swipe .swiper-slide, .solutions-item .picture-mask .more{
    font-family: ArialMT;
    font-size: 17px;
    color: #FA5C5C;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.solutions-nav-swiper .view-all{
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
}
.solutions-nav-swiper .view-all span{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FA5C5C;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.solutions-nav-swiper .view-all img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -4px;
}
.solutions-nav-swiper .swiper-wrapper{
    top: 40px;
}
.cooperative-partner-wrapper .section-title-advertisement{
    padding: 0 20px;
    box-sizing: border-box;
}
.cooperative-partner-container{
    width: 90%;
    margin: 20px auto;
}
.cooperative-partner-container>img{
    width: 100%;
}
.contact-us-wrapper .section-title-advertisement{
    padding: 0 20px;
    box-sizing: border-box;
}
.contact-us-container{
    width: 90%;
    margin: 20px auto;
}
.send-email-cont{
    width: 100%;
}
.send-email-cont .input-item input,textarea{
    width: 100%;
    padding: 10px 20px;
    background: #F5F6F8;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #999999;
}
.send-email-cont .input-item{
    margin-top: 15px;
}
.send-email-btn{
    width: 100%;
    background: #FA5C5C;
    border-radius: 5px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}
.map-cont{
    width: 100%;
    height: 222px;
    margin-top: 40px;
}
.map-cont>img{
    width: 100%;
}
.send-success-dialog-mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.send-success-dialog{
    width: 320px;
    height: 270px;
    padding: 10px 30px;
    box-sizing: border-box;
    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: 28px;
    color: #333333;
    margin-top: 10px;
}
.send-success-tips{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.send-success-confirm-btn{
    width: 75%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FA5C5C;
    font-size: 16px;
    color: #ffffff;
    margin-top: 25px;
    border-radius: 5px;
    cursor: pointer;
}
#launch-btn{
    width: 70px;
    height: 70px;
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 999;
    background: url(./assets/images/consult-btn.png) no-repeat center center red;
    background-size: 100%;
    border-radius: 10px;
}