.cui-button{--cui-button-height: 46px}.cui-button{cursor:pointer;width:auto;padding:0 var(--cui-padding);height:var(--cui-button-height);border-radius:var(--cui-radius);font-size:var(--cui-font-size);display:flex;align-items:center;justify-content:center;transition:var(--cui-time)}.cui-button.primary{color:var(--cui-color);background:var(--cui-background)}.cui-button.primary span{border-color:var(--cui-color)}.cui-button.primary:hover,.cui-button.primary.active{background:var(--cui-background-active)}.cui-button.solid{border:1px solid var(--cui-background);color:var(--cui-background)}.cui-button.solid i{border-color:var(--cui-background)}.cui-button.solid:hover,.cui-button.solid.active{border-color:var(--cui-background-active);color:var(--cui-background-active)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cui-button.loading{pointer-events:none}.cui-button.loading i{display:block}.cui-button i{width:var(--cui-font-size);height:var(--cui-font-size);margin-left:4px;border:2px solid;border-bottom-color:transparent!important;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;display:none}.cui-message{--cui-message-top: 66px;--cui-message-item-space: 10px;--cui-message-item-height: 50px;--cui-message-item-max-width: 300px;--cui-message-item-shadow: drop-shadow(0 4px 6px rgba(0, 0, 0, .2)) }.cui-message{position:fixed;top:var(--cui-message-top);left:0;height:100%;width:100%;z-index:999;pointer-events:none;display:flex;justify-content:center}.cui-message .cui-message-item:nth-child(1){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (1 - 1))}.cui-message .cui-message-item:nth-child(2){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (2 - 1))}.cui-message .cui-message-item:nth-child(3){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (3 - 1))}.cui-message .cui-message-item:nth-child(4){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (4 - 1))}.cui-message .cui-message-item:nth-child(5){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (5 - 1))}.cui-message .cui-message-item:nth-child(6){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (6 - 1))}.cui-message .cui-message-item:nth-child(7){top:calc((var(--cui-message-item-height) + var(--cui-message-item-space)) * (7 - 1))}.cui-message .cui-message-item{position:absolute;display:flex;align-items:center;max-width:var(--cui-message-item-max-width);height:var(--cui-message-item-height);border-radius:var(--cui-radius-big);padding:0 var(--cui-padding);background:var(--cui-background-base);opacity:0;animation:opacity .5s forwards,opacityEnd .5s 2s forwards;filter:var(--cui-message-item-shadow);white-space:nowrap}@keyframes opacity{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translateY(0)}}@keyframes opacityEnd{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30%)}}.cui-message .cui-message-item .icon{width:calc(var(--cui-font-size) * 2);height:calc(var(--cui-font-size) * 2);background-size:cover!important;margin-right:var(--cui-message-item-space)}.cui-message .cui-message-item .text{flex:1;font-size:var(--cui-font-size);color:var(--cui-color-text)}.cui-message .cui-message-item .text p{max-width:calc(var(--cui-message-item-max-width) * .72);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cui-modal{--cui-modal-shadow: drop-shadow(0 0 10px rgba(0, 0, 0, .2)) }.cui-modal{position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;opacity:0;visibility:hidden;z-index:998;pointer-events:none;transition:var(--cui-time)}.cui-modal.enter{opacity:1;visibility:visible;pointer-events:auto}.cui-modal.enter .cui-modal-wrapper{transform:translate(-50%,-50%) scale(1)}.cui-modal .cui-modal-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.cui-modal .cui-modal-wrapper{position:absolute;--top: 30%;--left: 30%;background:var(--cui-background-base);filter:var(--cui-modal-shadow);border-radius:var(--cui-radius);transform:translate(-50%,-50%) scale(.01);transition:var(--cui-time)}:root{--cui-font-size: 14px;--cui-color: white;--cui-color-text: #333;--cui-background: rgb(238, 138, 156);--cui-background-base: white;--cui-background-active: rgb(241, 95, 124);--cui-radius: 8px;--cui-radius-big: 16px;--cui-padding: 20px;--cui-margin: 20px;--cui-time: .4s }.cui_route_page{position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;transition:var(--cui-time)}@keyframes enter{0%{transform:translate(calc(var(--level) * 100%))}to{transform:translate(0)}}@keyframes leave{0%{transform:translate(0)}to{transform:translate(calc(var(--level) * -100%))}}.cui_route_page.enter{animation:enter .4s forwards}.cui_route_page.leave{animation:leave .4s forwards}.cui-modal{--cui-background-base: #272C32}.cui-message-item{border-radius:8px!important;background:#23252a!important}.cui-message-item .text{color:#fff!important}.login{font-size:16px;padding:50px}.login .title{font-size:20px;font-weight:700;color:#fff;text-align:center;margin-bottom:20px}.login .cancel{position:absolute;cursor:pointer;top:16px;right:16px;width:24px;height:24px;background:url(https://cdn-js.jinwifi.com/gw/login/close.png);background-size:cover;z-index:3}.login .item{position:relative;width:315px;height:52px;border-radius:4px;background:#21252f;margin-bottom:16px;overflow:hidden}.login .item .getCode{color:#4b8bff;position:absolute;right:12px;font-size:14px;top:50%;transform:translateY(-50%);cursor:pointer;transition:color .4s}.login .item .getCode:hover{color:#639eff}.login .item .icon{position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;background-size:cover!important;left:12px}.login .item .icon.phoneIcon{background:url(https://cdn-js.jinwifi.com/gw/login/phone.png)}.login .item .icon.codeIcon{background:url(https://cdn-js.jinwifi.com/gw/login/code.png)}.login .item input{width:100%;height:100%;font-size:14px;color:#fff;background:transparent;padding:0 50px 0 34px;border-radius:4px;border:1px solid transparent;transition:.4s}.login .item input:focus{border:1px solid #639EFF}.login .item input::placeholder{color:#a3acb6}.login .menu{width:315px;height:50px;border-radius:8px;position:relative;cursor:pointer;z-index:1;overflow:hidden;user-select:none}.login .menu:hover:before{opacity:0}.login .menu:before,.login .menu:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;transition:.4s}.login .menu:before{background:linear-gradient(270deg,#2c73ff,#639eff 99%);z-index:-1}.login .menu:after{background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(270deg,#2c73ff,#639eff 99%);z-index:-2}.login .menu>p{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#fff}.login small{color:#a3acb6;margin-top:16px;font-size:12px;display:block;line-height:1.4;text-align:center}.login small a{color:#4b8bff;transition:color .4s}.login small a:hover{color:#639eff}@media (max-width: 750px){.login{padding:.48rem .64rem;width:6rem!important;height:auto!important;border-radius:.18rem}.login .title{font-size:.32rem;margin-bottom:.3rem}.login small{font-size:.2rem}.login .item{width:100%;height:.88rem;border-radius:.06rem}.login .item input{border-radius:.06rem;font-size:.24rem}.login .item .getCode{font-size:.24rem}.login .menu{width:100%;height:.88rem;font-size:.28rem}}*{margin:0;padding:0;outline:none}*,*:after,*:before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent}body{position:relative;scroll-behavior:smooth;width:100%}html,body{height:100%}h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}table{border-collapse:collapse;border-spacing:0;text-align:left}ul,ol,menu{list-style:none}img,object,input,textarea,button,select{vertical-align:middle}article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}textarea{overflow:auto;resize:vertical}input,textarea,button,select,a{outline:none;border:none}input,textarea{display:block;-webkit-user-select:auto}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}mark{background-color:transparent}a,ins,s,u,del{text-decoration:none;color:inherit}sup,sub{vertical-align:baseline}p{line-height:1.72}h1,h2,h3,h4,h5,h6,span,time,small,big{font-weight:400;line-height:1.2}video,img,audio,canvas{font-size:0;line-height:1;display:block;zoom:1}input[type=number]{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}html,body{overflow:-moz-scrollbars-none;-ms-overflow-style:none}::-webkit-scrollbar{width:0px}@media (min-width: 750px){html{font-size:100px}}@media (max-width: 750px){html{font-size:13.3333333333vw}.App{zoom:1!important}}:root{--defaultColor: #fff;--defaultBg: #000;--c1: #A3ACB6;--c2: #4D545D;--c3: #141E2E;--c4: #3F85FF;--b1: #060709;--b2: #070C17 }.App{color:var(--defaultColor)}.w1320{width:1320px;margin:0 auto}.w1200{width:1200px;margin:0 auto}header{position:fixed;top:0;left:0;background:rgba(0,0,0,.4);height:80px;z-index:9;width:100%}header .w1320{display:flex;align-items:center;justify-content:space-between;height:100%}header .other{display:flex;height:100%;align-items:center}header .goToRouterInfo{width:1.76rem;height:.56rem;border-radius:.08rem;display:flex;align-items:center;justify-content:center;font-size:.24rem;background:linear-gradient(270deg,#2c73ff,#639eff 99%);display:none}header .loginMenu{width:100px;height:40px;border-radius:8px;background:linear-gradient(269deg,#2c73ff,#639eff 98%)}header .loginMenu p{color:var(--defaultColor);font-size:13px}header .userAvatar{position:relative;width:40px;height:40px;background:url(https://cdn-js.jinwifi.com/gw/avatar.png);background-size:cover;cursor:pointer}header .userAvatar:hover .list{opacity:1;visibility:visible;transform:translate(-24px)}header .userAvatar .list{position:absolute;width:124px;height:auto;border-radius:8px;background:#21252f;font-size:12px;top:calc(100% + 17px);opacity:0;visibility:hidden;transform:translate(-24px,10px);display:flex;flex-wrap:wrap;justify-content:space-between;padding:12px;transition:.4s}header .userAvatar .list:after{content:"";position:absolute;bottom:100%;left:34px;width:0;height:0;border:12px solid transparent;border-bottom-color:#21252f}header .userAvatar .list .item{cursor:pointer;width:40px;height:45px;border-radius:4px;background:rgba(255,255,255,0);display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.4s}header .userAvatar .list .item:hover{background:rgba(255,255,255,.05)}header .userAvatar .list .item:first-child{height:auto;width:100%;pointer-events:none;margin-bottom:12px}header .userAvatar .list .item:first-child p{color:var(--c1)}header .userAvatar .list .item img{width:16px;display:inline-block;margin-bottom:6px}header .userAvatar .list .item span{color:var(--c1)}header nav{display:flex}header nav .item{position:relative;margin-right:70px;color:var(--c1);font-size:16px;transition:color .4s}header nav .item:hover,header nav .item.active{color:var(--defaultColor)}header nav .item:hover:after,header nav .item.active:after{width:100%;left:0}header nav .item:after{content:"";position:absolute;top:120%;height:2px;width:0;right:0;transition:.4s;background:linear-gradient(269deg,#2c73ff,#639eff 98%)}.loginInfo.active .loginMenu{display:none}.loginInfo.active .userAvatar{display:block}.loginInfo .userAvatar{display:none}.logo{width:137px;height:32px;background:url(https://cdn-js.jinwifi.com/gw/logo.png) center top no-repeat;background-size:137px 32px;display:block}footer{width:100%;background:var(--b2);height:300px}footer .topInfo{display:flex;justify-content:space-between;padding:56px 0 30px;border-bottom:1px solid #1F2937}footer .topInfo .list h5{font-size:18px;color:var(--defaultColor)}footer .topInfo .list a{margin-top:20px;font-size:14px;color:var(--c1);display:block;transition:.4s}footer .topInfo .list a:hover{color:var(--defaultColor)}footer .topInfo .menu{width:130px;height:36px;border-radius:4px;color:var(--defaultColor)}footer .topInfo .menu p{font-size:14px}footer .topInfo .menu .icon{width:15px;height:15px;background:url(https://cdn-js.jinwifi.com/gw/download.png) center top no-repeat;background-size:15px 15px;margin-right:4px}footer .otherInfo{padding-top:30px;display:flex;justify-content:center;align-items:center}footer .otherInfo img{margin-right:3px}footer .otherInfo a,footer .otherInfo p{color:var(--c1);font-size:14px;margin:0 15px;display:flex;align-items:center}footer .otherInfo a{transition:.4s}footer .otherInfo a:hover{color:var(--defaultColor)}.title{font-weight:700}.title span{background:linear-gradient(269deg,#2c73ff,#639eff 98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-weight:700}.menu{position:relative;cursor:pointer;z-index:1;overflow:hidden;user-select:none}.menu:hover:before{opacity:0}.menu:before,.menu:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;transition:.4s}.menu:before{background:linear-gradient(270deg,#2c73ff,#639eff 99%);z-index:-1}.menu:after{background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(270deg,#2c73ff,#639eff 99%);z-index:-2}.menu>p{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:16px}@media (max-width: 1440px){.w1320{width:80%}}@media (max-width: 1360px){.w1200,.w1320{width:90%}}.downloadInfo{position:absolute;top:calc(100% + .32rem);left:0;width:390px;height:177px;border-radius:8px;background:var(--c2);font-size:16px;padding:16px;display:flex;justify-content:space-between;opacity:0;visibility:hidden;transform:translateY(10px);transition:.4s}.downloadInfo:after{content:"";position:absolute;bottom:100%;left:34px;width:0;height:0;border:10px solid transparent;border-bottom-color:var(--c2)}.downloadInfo .item{position:relative}.downloadInfo .item:last-child:after{content:"";position:absolute;top:0;left:-40px;height:100%;width:1px;border:1px dashed #333C46;opacity:.6}.downloadInfo .item:last-child span{margin:4px 0 14px}.downloadInfo .item h5{font-size:14px;line-height:1}.downloadInfo .item span{font-size:12px;color:var(--c1);display:block;margin:4px 0 38px}.downloadInfo .item .download{width:110px;height:40px;border-radius:4px}.downloadInfo .item .download p{font-size:12px}.downloadInfo .item .download p .icon{margin-right:4px;width:20px;height:12px;background:url(https://cdn-js.jinwifi.com/gw/andriod.png) center top no-repeat;background-size:20px 12px}.downloadInfo .item .code{width:100px;height:100px;background:url(https://cdn-js.jinwifi.com/gw/code.png) center top no-repeat;background-size:100px 100px}.goTop{position:fixed;right:80px;bottom:204px;z-index:9;cursor:pointer;width:40px;height:40px;background:url(https://cdn-js.jinwifi.com/gw/top.png) center top no-repeat;background-size:40px 40px;opacity:0;visibility:hidden;transition:.4s}.goTop.active{opacity:1;visibility:visible}.goDownload{position:fixed;left:50%;transform:translate(-50%);width:6.3rem;height:1rem;border-radius:.16rem;bottom:.62rem;z-index:9;opacity:0;visibility:hidden;transition:opacity .4s}.goDownload.active{opacity:1;visibility:visible}.goDownload p{font-size:.32rem}@media (max-width: 750px){header{height:.88rem;background:#272c32}header .w1320 .other{display:none}header .goToRouterInfo{display:flex}.goTop{display:none}.logo{height:.48rem;width:2.06rem;background-size:cover}footer{height:auto;flex-direction:column}footer .w1200{width:100%;padding:0 .8rem}footer .topInfo{position:relative;flex-direction:row-reverse;padding:1.4rem 0 .4rem}footer .topInfo .logo{position:absolute;top:.4rem;left:0}footer .topInfo .download{position:absolute;right:0;top:.4rem;width:2.1666rem;height:.6rem;border-radius:.0666rem}footer .topInfo .download p{font-size:.24rem}footer .topInfo .download p .icon{width:.25rem;height:.25rem;background-size:cover}footer .topInfo .list{width:37%}footer .topInfo .list h5{font-size:.24rem}footer .topInfo .list a{font-size:.2rem;margin-top:.16rem}footer .otherInfo{flex-wrap:wrap;padding:.32rem 0}footer .otherInfo p,footer .otherInfo a{font-size:.2rem;margin:.06rem .1rem;white-space:nowrap}}.App{height:100%}.swiper{width:100%;height:100%;overflow:hidden}.swiper>.swiper-wrapper{transition-timing-function:ease-in-out}.swiper>.swiper-wrapper>.swiper-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.swiper>.swiper-wrapper>.swiper-slide .title{font-size:56px;margin-bottom:10px}.swiper>.swiper-wrapper>.swiper-slide .text{margin:5px 0 100px;color:var(--c1);font-size:22px}.slide7{height:auto!important;width:100%}.slide1{background:url(https://cdn-js.jinwifi.com/gw/bg26_1.png) right center;background-size:cover;padding-left:276px;padding-bottom:350px;display:flex;flex-direction:column;align-items:flex-start!important;justify-content:flex-end!important}.slide1 .title{font-size:80px!important}.slide1 .text{font-size:24px!important;margin-bottom:0!important}.slide1 .btn{width:270px;height:80px;margin-top:50px;border-radius:8px;overflow:visible}.slide1 .btn:after,.slide1 .btn:before{border-radius:8px}.slide1 .btn p{font-size:24px}.slide1 .btn:hover .downloadInfo{opacity:1;visibility:visible;transform:translateY(0)}.slide2{background:var(--b1)}.slide2 .icon{width:675px;height:451px;background:url(https://cdn-js.jinwifi.com/gw/bg26_3.png) center top no-repeat;background-size:675px 451px}.slide3{background:var(--b1)}.swiper1{position:relative;width:1318px;overflow:hidden}.swiper1 .swiper-wrapper{width:100%;height:100%}.swiper1 .other{position:absolute;bottom:140px;display:flex;align-items:center;z-index:6}.swiper1 .other .slide3Pagination{display:flex}.swiper1 .other .slide3Pagination span{width:6px;height:6px;background:rgba(255,255,255,.4);margin:13px;display:block;border-radius:50%;cursor:pointer}.swiper1 .other .slide3Pagination span.swiper-pagination-bullet-active{background:#fff}.swiper1 .other .slide3Prev{cursor:pointer;width:32px;height:32px;background:url(https://cdn-js.jinwifi.com/gw/prev.png) center top no-repeat;background-size:32px 32px}.swiper1 .other .slide3Next{cursor:pointer;width:32px;height:32px;background:url(https://cdn-js.jinwifi.com/gw/next.png) center top no-repeat;background-size:32px 32px}.swiper1 .swiper-slide{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.swiper1 .swiper-slide.swiper1slide1 .icon{width:848.5px;height:764px;background:url(https://cdn-js.jinwifi.com/gw/slide3_icon1.png) center top no-repeat;background-size:848.5px 764px}.swiper1 .swiper-slide.swiper1slide2 .icon{width:848.5px;height:764px;background:url(https://cdn-js.jinwifi.com/gw/bg26_4.png) center top no-repeat;background-size:848.5px 764px}.swiper1 .swiper-slide.swiper1slide3 .icon{width:848.5px;height:764px;background:url(https://cdn-js.jinwifi.com/gw/slide3_icon3.png) center top no-repeat;background-size:848.5px 764px}.swiper1 .swiper-slide .box{width:424px;margin-right:42px}.swiper1 .swiper-slide .box .text{margin-bottom:0}.swiper1 .swiper-slide .box a{background:linear-gradient(178deg,#639dff 6%,#2c73ff 92%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:22px;margin-top:20px;display:inline-block;position:relative}.swiper1 .swiper-slide .box a:after{content:"";position:absolute;bottom:-2px;right:0;height:1px;width:0;transition:.4s;background:#2c73ff}.swiper1 .swiper-slide .box a:hover:after{width:100%;left:0}.swiper1 .swiper-slide h6{font-size:30px;margin-bottom:15px;font-weight:700}.slide4{background:url(https://cdn-js.jinwifi.com/gw/bg4.png);background-size:cover}.slide4 .icon{width:967px;height:684px;background:url(https://cdn-js.jinwifi.com/gw/slide4_icon.png) center top no-repeat;background-size:967px 684px}.slide5{background:url(https://cdn-js.jinwifi.com/gw/bg5.png) center;background-size:cover}.slide5 .list{display:flex}.slide5 .list .item{margin:0 35px;text-align:center;font-size:18px}.slide5 .list .item:before{content:"";width:100px;height:100px;background:url(https://cdn-js.jinwifi.com/gw/slide5icon_.png);background-size:1120px 100px;display:block;margin-bottom:10px}.slide5 .list .item:nth-child(1):before{background-position-x:-0px}.slide5 .list .item:nth-child(2):before{background-position-x:-170px}.slide5 .list .item:nth-child(3):before{background-position-x:-340px}.slide5 .list .item:nth-child(4):before{background-position-x:-510px}.slide5 .list .item:nth-child(5):before{background-position-x:-680px}.slide5 .list .item:nth-child(6):before{background-position-x:-850px}.slide5 .list .item:nth-child(7):before{background-position-x:-1020px}.slide6{background:var(--b1);color:var(--defaultColor);flex-direction:row!important}.slide6 .title{font-size:56px;margin-bottom:10px}.slide6 .text{margin:5px 0 100px;color:var(--c1);font-size:22px}.slide6 .icon{width:811px;height:490px;background:url(https://cdn-js.jinwifi.com/gw/slide6_icon.png) center top no-repeat;background-size:811px 490px;margin-right:80px}@media (max-width: 750px){.swiper{height:auto}.swiper>.swiper-wrapper{flex-direction:column}.swiper>.swiper-wrapper>.swiper-slide{flex:none!important}.swiper>.swiper-wrapper>.swiper-slide .title{font-size:.56rem}.swiper>.swiper-wrapper>.swiper-slide .text{font-size:.24rem;margin-top:0;margin-bottom:1rem}.slide1{background:url(https://cdn-js.jinwifi.com/gw/bg1_1.png) no-repeat;background-size:cover;height:10rem!important;padding:0;padding-top:1.8rem;align-items:center!important;justify-content:flex-start!important}.slide1 .title{font-size:.8rem!important;margin-bottom:.16rem!important;line-height:1}.slide1 .text{font-size:.28rem!important}.slide1 .menu{width:2.7rem;height:.8rem;margin-top:.5rem}.slide1 .menu .downloadInfo{display:none}.slide1 .menu p{font-size:.26rem}.slide2{padding:1rem .3rem}.slide2 .icon{width:6.8rem;height:4.55rem;background-size:contain}.slide3{padding:1rem .3rem .75rem}.swiper1{width:100%;overflow:visible}.swiper1 .other{left:50%;transform:translate(-50%,.4rem);bottom:0}.swiper1 .other .slide3Next,.swiper1 .other .slide3Prev{width:.32rem;height:.32rem;background-size:cover}.swiper1 .other .slide3Pagination,.swiper1 .other .slide3Pagination span{margin:0 .1rem}.swiper1 .swiper-wrapper .swiper-slide{flex-direction:column}.swiper1 .swiper-wrapper .swiper-slide .icon{width:6.6rem;height:6rem;background-size:cover}.swiper1 .swiper-wrapper .swiper-slide .box{width:100%;display:flex;flex-direction:column;margin:0;text-align:center;height:3.1rem}.swiper1 .swiper-wrapper .swiper-slide .box .title{margin-bottom:.1rem}.swiper1 .swiper-wrapper .swiper-slide .box .text{margin-bottom:0rem}.swiper1 .swiper-wrapper .swiper-slide .box a{font-size:.24rem;margin-top:.24rem}.slide4{padding:1rem 0}.slide4 .icon{width:7.5rem;height:5.28rem;background-size:cover}.slide5{text-align:center;padding:1rem .3rem 3rem}.slide5 .title{text-align:center}.slide5 .title span{display:block}.slide5 .text{margin-bottom:.8rem!important}.slide5 .list{flex-wrap:wrap;justify-content:center}.slide5 .list .item:nth-child(1):before{background-position-x:-0rem}.slide5 .list .item:nth-child(2):before{background-position-x:-1.7rem}.slide5 .list .item:nth-child(3):before{background-position-x:-3.4rem}.slide5 .list .item:nth-child(4):before{background-position-x:-5.1rem}.slide5 .list .item:nth-child(5):before{background-position-x:-6.8rem}.slide5 .list .item:nth-child(6):before{background-position-x:-8.5rem}.slide5 .list .item:nth-child(7):before{background-position-x:-10.2rem}.slide5 .list .item{font-size:.24rem;width:1.6rem;margin:0;margin-bottom:.38rem}.slide5 .list .item:before{width:1rem;height:1rem;border-radius:.2rem;margin:0 auto;margin-bottom:.1rem;background-size:11.2rem 1rem}.slide6{padding:1rem 0 .4rem;flex-direction:column-reverse!important;text-align:center}.slide6 .icon{width:7.5rem;height:4.54rem;background-size:cover;margin:0}}
