.homePage .lazyLoading-hide{position:relative;top:30px;opacity:0;transition:top 1.5s,opacity 1.5s}.homePage .lazyLoading{top:0;opacity:1}.homePage .rotation-point{position:absolute;bottom:58px;left:0;width:100%;text-align:center;z-index:10}.homePage .rotation-point .span-point{width:10px;height:10px;display:inline-block;border-radius:100%;border:1px solid #e5e5e5;cursor:pointer;margin:0 4px;opacity:.9}.homePage .rotation-point .span-point-check{background:#fff}.homePage .container{width:1280px;margin:95px auto 0}.homePage .download-right{width:460px;height:300px;transform-style:perserve-3d;margin:0 auto;position:relative}.homePage .download-right img{width:190px;position:absolute;top:60px;transition:all .3s linear;box-shadow:0 0 26px #ccc}.homePage .front{left:0}.homePage .back{left:230px}.homePage .active{left:120px;transform:scale(1.3);z-index:10}.homePage .rotation-css{width:100%;height:460px;background-size:100% 100%}.homePage .banner1{background:url(/_nuxt/img/35d3dc7.png) no-repeat 50%}.homePage .download{padding-bottom:200px;display:flex;justify-content:center}.homePage .download .download-left{display:inline-block;margin-right:200px;padding-top:100px;width:530px}.homePage .download .download-logo{text-align:center;margin-bottom:50px}.homePage .download .download-code{display:inline-block;text-align:center;padding-right:30px;color:#333;font-size:15px}.homePage .download .download-code .img-code{display:block;margin-bottom:10px}.homePage .titleCss{font-size:32px;color:#f23051;text-align:center;font-weight:700;margin-bottom:120px}.homePage .edge{width:32px;height:258px;background:#f23051;position:absolute}.homePage .introduce{display:flex}.homePage .introduce .introduce-img{flex-grow:1}.homePage .introduce .introduce-text{flex-grow:1;padding-top:120px;padding-left:40px}.homePage .introduce .introduce-text h3{width:200px;height:45px;background:linear-gradient(45deg,#f23051,#ff5d7c);font-size:30px;color:#fff;border-radius:10px;text-align:center;margin-bottom:15px}.homePage .introduce .introduce-text .introduce-title{width:200px;height:45px;color:#f23051;font-size:16px;margin-bottom:40px;text-align:center}.homePage .introduce .introduce-text .introduce-content{color:#333;font-size:16px;line-height:30px}.homePage .brand{padding-bottom:80px;text-align:center}.homePage .brand .brand-img{transition:.5s}.homePage .brand .brand-img:hover{cursor:pointer;transform:scale(1.3)}.homePage .member{background-size:100% 100%;background:#666;padding-bottom:80px;padding-top:57px;background:url(/_nuxt/img/7c51e70.jpg) no-repeat 50%}.homePage .member .member-body{display:flex;flex-wrap:wrap}.homePage .member .member-block:hover .card__side--back{transform:rotateY(0)}.homePage .member .member-block:hover .card__side--front-1{transform:rotateY(-180deg)}.homePage .member .member-block{position:relative;text-align:center;width:257px;height:214px;border-radius:30px;margin-left:55px;margin-bottom:38px;cursor:pointer}.homePage .member .member-block .card__side{width:100%;height:100%;transition:all .8s ease;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1.5rem 4rem rgba(0,0,0,.05)}.homePage .member .member-block .card__side--back{transform:rotateY(180deg);background:#f23051;color:#fff;padding:43px 28px 0}.homePage .member .member-block img{padding:20px 0;width:95px}.homePage .member .member-block .member-h5{font-size:18px;font-weight:700;color:#444;padding-bottom:8px}.homePage .member .member-block .brief{font-size:16px;font-weight:400;color:#999}.homePage .member .member-block .backTitle{color:#fff;font-size:20px;font-weight:600}.homePage .member .member-block .member-division{width:22px;height:4px;background:#fff;margin:13px 0 13px 90px}.homePage .member .member-block .backText{color:#fff;font-size:14px;padding-bottom:2px;white-space:nowrap}.homePage .case{background-size:auto 871px;padding-bottom:80px;padding-top:57px;background:url(/_nuxt/img/eb2c3a1.jpg) no-repeat 50%}.homePage .case .case-body{display:flex;flex-wrap:wrap}.homePage .case .case-block{text-align:center;width:257px;height:230px;background:#fff;border-radius:30px;margin-left:55px;margin-bottom:38px}.homePage .case .case-block img{padding-top:10px;width:165px}.homePage .case .case-block .case-Text{text-align:left;display:inline-block;width:135px;font-size:12px;color:#999;padding-bottom:8px}.homePage .case .case-block .case-Text .h5-t{color:#999}.homePage .case .case-block .brief{display:inline-block;width:80px;background:#f23051;font-size:14px;font-weight:500;color:#fff;border-radius:5px;padding:5px 0;position:relative;top:-8px;left:6px}.homePage .dividingLine{height:1px;background:#f23051;margin:100px 0 54px}.homePage .advantage{text-align:center;margin-bottom:100px}.homePage .advantage .advantage-content{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center}.homePage .advantage .advantage-content h5{font-size:18px;font-weight:700;color:#444;margin-bottom:10px;margin-top:30px}.homePage .advantage .advantage-content .brief{padding-bottom:5px;font-size:16px;font-weight:400;color:#999}.homePage .advantage .advantage-block{flex-basis:33.33%;margin-top:100px}.homePage .advantage .advantage-icon{width:200px;height:200px;border-radius:200px;background:linear-gradient(-27deg,#ccc,#eee);transition:box-shadow .5s;box-shadow:0 5px 15px #eee;margin:0 auto 15px}.homePage .advantage .advantage-icon i{position:relative;color:#939393;font-size:80px;line-height:200px}@-webkit-keyframes show_linear{0%{opacity:0}80%{opacity:1}}@keyframes show_linear{0%{opacity:0}80%{opacity:1}}.homePage .advantage .advantage-icon:hover{background:linear-gradient(-27deg,#f23051,#ff5d7c);-webkit-animation:show_linear .3s linear;animation:show_linear .3s linear;box-shadow:0 5px 25px #f9ccd2}.homePage .advantage .advantage-icon:hover i{color:#fff;-webkit-animation:show_linear .5s linear;animation:show_linear .5s linear}.homePage .pt40{padding-top:40px}.homePage .pt20{padding-top:20px}.homePage .block{width:70px;height:13px;background:#f23051;margin:0 auto}.homePage .h2-text{padding-top:20px;font-size:28px;font-weight:500;color:#333;text-align:center}.homePage .h1-en{padding-top:10px;font-size:20px;color:#333;text-align:center}.homePage .colorFFF{color:#fff}