.headerBg{background-color:rgba(32,178,170,.9)!important;-webkit-box-shadow:0 .3rem .2rem rgba(0,0,0,.1);box-shadow:0 .3rem .2rem rgba(0,0,0,.1)}.scrollTop{position:fixed;width:35px;height:35px;bottom:8%;right:1%;background-color:#20b2aa;border-radius:5px;color:#fff;text-align:center;line-height:35px;vertical-align:middle;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);cursor:pointer;z-index:123456}.scrollTop:hover{background-color:#1d9289}.bgMsgAnim-enter-active,.bgMsgAnim-leave-active{-webkit-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.bgMsgAnim-enter,.bgMsgAnim-leave-to{-webkit-transform:skew(45deg,45deg);transform:skew(45deg,45deg)}.bgMsgAnim-enter-to,.bgMsgAnim-leave{-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg)}.HomeLayout{width:100%;margin-top:-1rem}.HomeLayout_bgImg{width:100%;position:relative}.HomeLayout_bgImg img{width:100%}.HomeLayout_bgImg_msg{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(45deg,rgba(131,111,255,.6),rgba(32,178,170,.8))}.HomeLayout_bgImg_msg_text{width:444px;height:5.2rem;color:#eaeaea;padding:155px 0;position:absolute;top:26%;left:20%;z-index:10}.HomeLayout_bgImg_msg_text h5{line-height:2.6rem;vertical-align:middle;text-align:center;font-size:2rem}.HomeLayout_bgImg_msg_anim{width:444px;height:444px;position:absolute;top:26%;left:20%;z-index:5}.HomeLayout_bgImg_msg_anim .animDiv{border:2px solid rgba(0,0,0,.1);border-radius:50%;display:inline-block;position:absolute}.HomeLayout_bgImg_msg_anim .animDiv:first-child{width:100%;height:100%;top:0;left:0;-webkit-animation:homeAnim 36s ease 1s infinite;animation:homeAnim 36s ease 1s infinite}.HomeLayout_bgImg_msg_anim .animDiv:first-child .animDiv_dist{border-radius:50%;width:20px;height:20px;background-color:hsla(0,0%,100%,.8);position:absolute;top:-10px;left:48%;-webkit-box-shadow:0 0 .5rem rgba(29,146,137,.5);box-shadow:0 0 .5rem rgba(29,146,137,.5)}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(2){width:80%;height:80%;top:10%;left:10%;-webkit-animation:homeAnim 38s ease-in-out 1.8s infinite;animation:homeAnim 38s ease-in-out 1.8s infinite}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(2) .animDiv_dist{border-radius:50%;width:10px;height:10px;background-color:hsla(0,0%,100%,.8);position:absolute;top:49%;left:-5px;-webkit-box-shadow:0 0 .5rem rgba(29,146,137,.5);box-shadow:0 0 .5rem rgba(29,146,137,.5)}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(3){width:60%;height:60%;top:20%;left:20%;-webkit-animation:homeAnim 20s linear 1.3s infinite;animation:homeAnim 20s linear 1.3s infinite}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(3) .animDiv_dist{border-radius:50%;width:16px;height:16px;background-color:hsla(0,0%,100%,.8);position:absolute;top:86%;right:40px;-webkit-box-shadow:0 0 .5rem rgba(29,146,137,.5);box-shadow:0 0 .5rem rgba(29,146,137,.5)}.HomeLayout_about{padding:2rem 12%;background-color:#f0f0f0}.HomeLayout_about h3{margin:0 0 1rem}.HomeLayout_about_main{width:100%;height:200px}.HomeLayout_about_main_img{width:30%}.HomeLayout_about_main_img img{width:100%;-webkit-box-shadow:0 0 .3rem rgba(0,0,0,.2);box-shadow:0 0 .3rem rgba(0,0,0,.2);border-radius:.3rem}.HomeLayout_about_main_txt{width:66%;text-indent:1rem;font-size:.8rem;line-height:1.8rem;vertical-align:middle}.HomeLayout_about_main_txt span{text-decoration:underline;color:#20b2aa;cursor:pointer}.HomeLayout_server{padding:2rem 0;background-color:rgba(180,205,205,.3)}@media screen and (max-width:1300px){.HomeLayout_bgImg_msg_text{width:333px;padding:100px 0}.HomeLayout_bgImg_msg_text h5{font-size:1.5rem}.HomeLayout_bgImg_msg_anim{width:333px;height:333px}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(3) .animDiv_dist{right:33px}}@media screen and (max-width:1100px){.HomeLayout_about_main{height:222px}.HomeLayout_about_main_img{width:44%}.HomeLayout_about_main_txt{width:52%}}@media screen and (max-width:900px){.HomeLayout_bgImg_msg_text{width:300px;padding:88px 0;top:20%;left:15%}.HomeLayout_bgImg_msg_anim{width:300px;height:300px;top:20%;left:15%}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(3) .animDiv_dist{right:30px}}@media screen and (max-width:800px){.HomeLayout_about{padding:2rem 8%}.HomeLayout_about_main{min-height:333px}.HomeLayout_about_main_img{width:400px;clear:both;margin-left:calc(50% - 200px);margin-bottom:.5rem}.HomeLayout_about_main_txt{width:100%;clear:both}}@media screen and (max-width:760px){.HomeLayout_bgImg_msg_text{width:255px;padding:66px 0;top:10%;left:10%}.HomeLayout_bgImg_msg_text h5{font-size:1.2rem}.HomeLayout_bgImg_msg_anim{width:255px;height:255px;top:10%;left:10%}}@media screen and (max-width:576px){.HomeLayout_about{padding:2rem 5%}.HomeLayout_about_main{min-height:344px}.HomeLayout_bgImg_msg_text{width:200px;padding:33px 0;top:12%}.HomeLayout_bgImg_msg_anim{width:200px;height:200px;top:12%}.HomeLayout_bgImg_msg_anim .animDiv:nth-child(3) .animDiv_dist{right:20px}}@-webkit-keyframes homeAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes homeAnim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.HomeServerUtil[data-v-1e1ba96e]{width:76%;min-height:511px;margin:.5rem auto 2rem}.HomeServerUtil_content[data-v-1e1ba96e]{width:100%;height:166px}.HomeServerUtil_content_list[data-v-1e1ba96e]{width:23%;height:155px;margin:.5rem .5%;background:#f8f8f8;border-radius:.3rem;padding:.5rem .5%;position:relative;cursor:pointer;float:left;overflow:hidden}.HomeServerUtil_content_list [data-v-1e1ba96e]{-webkit-transition:all .2s;transition:all .2s}.HomeServerUtil_content_list[data-v-1e1ba96e]:hover{-webkit-box-shadow:0 0 .5rem rgba(32,178,170,.3);box-shadow:0 0 .5rem rgba(32,178,170,.3)}.HomeServerUtil_content_list:nth-child(odd):hover .HomeServerUtil_content_list_anim[data-v-1e1ba96e]{opacity:1;-webkit-transform:rotate(0deg)!important;transform:rotate(0deg)!important}.HomeServerUtil_content_list:nth-child(2n):hover .HomeServerUtil_content_list_anim[data-v-1e1ba96e]{opacity:1;-webkit-transform:rotate(1turn)!important;transform:rotate(1turn)!important}.HomeServerUtil_content_list:hover .HomeServerUtil_content_list_mark[data-v-1e1ba96e]{display:block;z-index:20}.HomeServerUtil_content_list_main[data-v-1e1ba96e]{width:100%;height:100%;z-index:1}.HomeServerUtil_content_list_main .listIcon[data-v-1e1ba96e]{font-size:2rem;line-height:3rem;vertical-align:middle;color:#20b2aa;text-align:center;width:3rem;height:3rem;padding:1rem;border-radius:50%;background-color:rgba(32,178,170,.2);margin:0 auto 1rem}.HomeServerUtil_content_list_main .listTitle[data-v-1e1ba96e]{text-align:center;font-size:1rem;font-weight:bolder;margin-bottom:.8rem}.HomeServerUtil_content_list_mark[data-v-1e1ba96e]{width:100%;height:100%;position:absolute;top:0;left:0;color:#f4f4f4;z-index:5;display:none}.HomeServerUtil_content_list_mark h5[data-v-1e1ba96e]{margin:2rem 0 1.5rem}.HomeServerUtil_content_list_mark div[data-v-1e1ba96e]{padding:.5rem 1rem;margin:auto;border:1px dashed #f4f4f4;width:100px;border-radius:2rem}.HomeServerUtil_content_list_anim[data-v-1e1ba96e]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;opacity:0;background:linear-gradient(45deg,rgba(29,146,137,.7),rgba(32,178,170,.9));-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:100% 0 0;transform-origin:100% 0 0}@media screen and (max-width:800px){.HomeServerUtil[data-v-1e1ba96e]{width:88%}}@media screen and (max-width:700px){.HomeServerUtil_content_list_mark div[data-v-1e1ba96e]{padding:.5rem}}@media screen and (max-width:576px){.HomeServerUtil[data-v-1e1ba96e]{width:92%}.HomeServerUtil_content_list_mark div[data-v-1e1ba96e]{padding:.3rem .1rem}}.aboutBottomAnim-enter-active,.aboutBottomAnim-leave-active,.aboutMiddleAnim-enter-active,.aboutMiddleAnim-leave-active,.aboutTopAnim-enter-active,.aboutTopAnim-leave-active{-webkit-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.aboutTopAnim-enter,.aboutTopAnim-leave-to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.aboutMiddleAnim-enter,.aboutMiddleAnim-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.aboutBottomAnim-enter,.aboutBottomAnim-leave-to{-webkit-transform:translateY(100%);transform:translateY(100%)}.aboutMiddleAnim-enter-to,.aboutMiddleAnim-leave,.aboutTopAnim-enter-to,.aboutTopAnim-leave{-webkit-transform:translateX(0);transform:translateX(0)}.aboutBottomAnim-enter-to,.aboutBottomAnim-leave{-webkit-transform:translateY(0);transform:translateY(0)}.AboutLayout{width:76%;margin:51px auto 1rem}.AboutLayout_top{width:98%;min-height:188px;padding:1%;border:1px dashed rgba(32,178,170,.1);border-radius:.3rem}.AboutLayout_top:hover{-webkit-transform:translateY(.3rem);transform:translateY(.3rem);-webkit-box-shadow:0 0 1rem rgba(32,178,170,.5);box-shadow:0 0 1rem rgba(32,178,170,.5)}.AboutLayout_top_img{width:400px;float:left}.AboutLayout_top_img img{width:100%}.AboutLayout_top_txt{width:calc(100% - 410px);line-height:1.5rem;vertical-align:middle;font-size:.8rem;float:right;text-indent:1rem}.AboutLayout_middle{width:100%;min-height:588px;padding:1rem 0;margin:1rem 0;position:relative}.AboutLayout_middle_axis{width:2px;height:100%;position:absolute;top:0;left:49.5%;background-color:#20b2aa}.AboutLayout_middle_axis div{width:10px;height:10px;border:2px solid #20b2aa;border-radius:10px;background-color:#fff;position:absolute;left:-6px}.AboutLayout_middle_axis div:first-child{top:10px}.AboutLayout_middle_axis div:nth-child(2){top:82px}.AboutLayout_middle_axis div:nth-child(3){top:164px}.AboutLayout_middle_axis div:nth-child(4){top:263px}.AboutLayout_middle_axis div:nth-child(5){top:362px}.AboutLayout_middle_axis div:nth-child(6){top:427px}.AboutLayout_middle_axis div:nth-child(7){top:489px}.AboutLayout_middle_axis div:nth-child(8){top:554px}.AboutLayout_middle_left{width:50%;height:100%;position:absolute;top:0;left:0}.AboutLayout_middle_left_txt{width:440px;font-size:.8rem;position:absolute;background-color:#fff;-webkit-box-shadow:0 0 .5rem rgba(32,178,170,.5);box-shadow:0 0 .5rem rgba(32,178,170,.5);border-radius:.3rem;padding:1rem .5rem;-webkit-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.AboutLayout_middle_left_txt:hover{background:linear-gradient(45deg,#fff,rgba(32,178,170,.1))}.AboutLayout_middle_left_txt .fa-icon{color:#ecb127}.AboutLayout_middle_left_txt:first-child{top:0;right:25px}.AboutLayout_middle_left_txt:first-child:after{content:"";position:absolute;top:10px;right:-12px;border:6px solid transparent;border-left-color:#fff}.AboutLayout_middle_left_txt:nth-child(2){top:154px;right:25px}.AboutLayout_middle_left_txt:nth-child(2):after{content:"";position:absolute;top:10px;right:-12px;border:6px solid transparent;border-left-color:#fff}.AboutLayout_middle_left_txt:nth-child(3){top:352px;right:25px}.AboutLayout_middle_left_txt:nth-child(3):after{content:"";position:absolute;top:10px;right:-12px;border:6px solid transparent;border-left-color:#fff}.AboutLayout_middle_left_txt:nth-child(4){top:479px;right:25px}.AboutLayout_middle_left_txt:nth-child(4):after{content:"";position:absolute;top:10px;right:-12px;border:6px solid transparent;border-left-color:#fff}.AboutLayout_middle_right{width:50%;height:100%;position:absolute;top:0;right:0}.AboutLayout_middle_right_txt{width:440px;font-size:.8rem;position:absolute;background-color:#fff;-webkit-box-shadow:0 0 .5rem rgba(32,178,170,.5);box-shadow:0 0 .5rem rgba(32,178,170,.5);border-radius:.3rem;padding:1rem .5rem;-webkit-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.AboutLayout_middle_right_txt:hover{background:linear-gradient(45deg,#fff,rgba(32,178,170,.1))}.AboutLayout_middle_right_txt .fa-icon{color:#ecb127}.AboutLayout_middle_right_txt:first-child{top:72px;left:15px}.AboutLayout_middle_right_txt:first-child:after{content:"";position:absolute;top:10px;left:-12px;border:6px solid transparent;border-right-color:#fff}.AboutLayout_middle_right_txt:nth-child(2){top:253px;left:15px}.AboutLayout_middle_right_txt:nth-child(2):after{content:"";position:absolute;top:10px;left:-12px;border:6px solid transparent;border-right-color:#fff}.AboutLayout_middle_right_txt:nth-child(3){top:417px;left:15px}.AboutLayout_middle_right_txt:nth-child(3):after{content:"";position:absolute;top:10px;left:-12px;border:6px solid transparent;border-right-color:#fff}.AboutLayout_middle_right_txt:nth-child(4){top:544px;left:15px}.AboutLayout_middle_right_txt:nth-child(4):after{content:"";position:absolute;top:10px;left:-12px;border:6px solid transparent;border-right-color:#fff}.AboutLayout_bottom{width:100%;height:388px;position:relative;overflow:hidden}.AboutLayout_bottom:hover .AboutLayout_bottom_bg{-webkit-box-shadow:0 0 1rem rgba(29,146,137,.5);box-shadow:0 0 1rem rgba(29,146,137,.5)}.AboutLayout_bottom_bg{width:400px;height:400px;position:absolute;top:-200px;left:calc(50% - 200px);background-color:rgba(32,178,170,.8);-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:5}.AboutLayout_bottom_txt{width:456px;height:456px;position:absolute;top:0;left:calc(50% - 228px);text-align:center;color:#fff;font-size:.8rem;z-index:10}.AboutLayout_bottom_txt p{line-height:1.2rem;vertical-align:middle}.AboutLayout_bottom_txt_icon{margin-top:1rem}@media screen and (max-width:1522px){.AboutLayout_top{min-height:266px}}@media screen and (max-width:1320px){.AboutLayout_top{min-height:333px}}@media screen and (max-width:1111px){.AboutLayout{width:88%}.AboutLayout_top{min-height:444px}.AboutLayout_top_img{margin-left:calc(50% - 200px);margin-bottom:.5rem}.AboutLayout_top_txt{width:100%;clear:both}}@media screen and (max-width:980px){.AboutLayout_middle_left_txt,.AboutLayout_middle_right_txt{width:388px}}@media screen and (max-width:880px){.AboutLayout_middle_left_txt,.AboutLayout_middle_right_txt{width:300px}}@media screen and (max-width:700px){.AboutLayout_middle_left_txt,.AboutLayout_middle_right_txt{width:288px}}@media screen and (max-width:677px){.AboutLayout_top{min-height:488px}.AboutLayout_middle_left_txt,.AboutLayout_middle_right_txt{width:222px}.AboutLayout_bottom{width:122%;margin-left:-11%}}@media screen and (max-width:576px){.AboutLayout{width:93%}.AboutLayout_top{min-height:538px}.AboutLayout_middle_left_txt,.AboutLayout_middle_right_txt{width:199px}}.serverAnim-enter-active,.serverAnim-leave-active{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.serverAnim-enter,.serverAnim-leave-to{-webkit-transform:translate(100%,100%) scale(.1);transform:translate(100%,100%) scale(.1)}.serverAnim-enter-to,.serverAnim-leave{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}.ServerLayout{width:1264px;min-height:920px;margin:51px auto 1rem}.ServerLayout_item{width:288px;height:288px;padding:6px;margin:.5rem;background-color:#fff;display:inline-block;float:left;position:relative;overflow:hidden}.ServerLayout_item *{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ServerLayout_item:hover{-webkit-box-shadow:0 0 1rem rgba(32,178,170,.5);box-shadow:0 0 1rem rgba(32,178,170,.5);-webkit-transform:scale(1.05);transform:scale(1.05)}.ServerLayout_item:hover .ServerLayout_item_mark{width:166%}.ServerLayout_item_img{width:100%;height:100%;position:absolute;top:0;left:0;z-index:5}.ServerLayout_item_img img{width:100%}.ServerLayout_item_txt{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}.ServerLayout_item_txt .txtIcon{color:#20b2aa;text-align:center;width:2.5em;height:2.5em;padding:1rem;margin:1rem auto;border-radius:50%;background:linear-gradient(45deg,rgba(131,111,255,.3),rgba(32,178,170,.5))}.ServerLayout_item_txt .txtTitle{font-weight:700;text-align:center}.ServerLayout_item_txt .txtText{font-size:.7rem;text-indent:1rem;padding:.5rem 1rem;line-height:1.4rem;vertical-align:middle}.ServerLayout_item_mark{width:0;height:166%;position:absolute;bottom:-33%;right:-33%;background-color:rgba(32,178,170,.1);z-index:8;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.noneTopLeft{border-top-left-radius:0!important}.noneTopRight{border-top-right-radius:0!important}.noneBottomLeft{border-bottom-left-radius:0!important}.noneBottomRight{border-bottom-right-radius:0!important}@media screen and (max-width:1280px){.ServerLayout{width:1000px;min-height:766px}.ServerLayout_item{width:222px;height:222px}}@media screen and (max-width:1010px){.ServerLayout{width:888px;min-height:666px}.ServerLayout_item{width:188px;height:188px}}@media screen and (max-width:880px){.ServerLayout{width:800px;min-height:988px}.ServerLayout_item{width:235px;height:235px}}@media screen and (max-width:800px){.ServerLayout{width:666px;min-height:1740px}.ServerLayout_item{width:255px;height:255px}.ServerLayout_item:nth-child(odd){margin-left:66px}}@media screen and (max-width:670px){.ServerLayout{width:555px;min-height:1596px}.ServerLayout_item{width:233px;height:233px}.ServerLayout_item:nth-child(odd){margin-left:25px}}@media screen and (max-width:576px){.ServerLayout{width:500px;min-height:1464px}.ServerLayout_item{width:211px;height:211px}.ServerLayout_item:nth-child(odd){margin-left:18px}}.helpAnim-enter-active[data-v-d4de3c84],.helpAnim-leave-active[data-v-d4de3c84]{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.helpAnim-enter[data-v-d4de3c84],.helpAnim-leave-to[data-v-d4de3c84]{-webkit-transform:skewX(45deg) translateX(100%);transform:skewX(45deg) translateX(100%);opacity:.1}.helpAnim-enter-to[data-v-d4de3c84],.helpAnim-leave[data-v-d4de3c84]{-webkit-transform:skewX(45deg) translateX(0) skewX(-15deg) skewX(0deg);transform:skewX(45deg) translateX(0) skewX(-15deg) skewX(0deg);opacity:1}.HelpLayout[data-v-d4de3c84]{width:66%;margin:51px auto 1rem;background-color:#fff;padding:1rem}.HelpLayout_card[data-v-d4de3c84]{width:100%;padding:1rem 0;font-size:.8rem;line-height:2rem;vertical-align:middle}.HelpLayout_amap[data-v-d4de3c84]{width:100%;height:666px}@media screen and (max-width:1300px){.HelpLayout[data-v-d4de3c84]{width:77%}}@media screen and (max-width:900px){.HelpLayout[data-v-d4de3c84]{width:88%}}@media screen and (max-width:576px){.HelpLayout[data-v-d4de3c84]{width:96%}}.errorLayoutAnim-enter-active[data-v-3e02e103],.errorLayoutAnim-leave-active[data-v-3e02e103]{-webkit-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.errorLayoutAnim-enter[data-v-3e02e103],.errorLayoutAnim-leave-to[data-v-3e02e103]{-webkit-transform:translateY(-120%);transform:translateY(-120%)}.errorLayoutAnim-enter-to[data-v-3e02e103],.errorLayoutAnim-leave[data-v-3e02e103]{-webkit-transform:translateY(0);transform:translateY(0)}.ErrorLayout[data-v-3e02e103]{width:100vw;height:100vh;position:relative}.ErrorLayout_mark[data-v-3e02e103]{width:688px;height:688px;position:absolute;top:-360px;left:calc(50% - 399px);border:1rem solid rgba(32,178,170,.3);-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.ErrorLayout_img[data-v-3e02e103]{width:500px;height:500px;position:absolute;top:2.5rem;left:calc(50% - 235px);z-index:10}.ErrorLayout_btn[data-v-3e02e103]{width:200px;height:50px;position:absolute;top:45%;left:calc(50% - 100px);z-index:10}.ErrorLayout_btn button[data-v-3e02e103]{padding:.5rem 1.5rem;border:none;border-radius:1rem;background-color:#fff;-webkit-box-shadow:.3rem .3rem .5rem rgba(32,178,170,.5);box-shadow:.3rem .3rem .5rem rgba(32,178,170,.5);color:#20b2aa;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.ErrorLayout_btn button[data-v-3e02e103]:hover{background-color:#20b2aa;color:#fff}@media screen and (max-width:1300px){.ErrorLayout_mark[data-v-3e02e103]{left:calc(50% - 360px)}.ErrorLayout_img[data-v-3e02e103]{left:calc(50% - 194px)}.ErrorLayout_btn[data-v-3e02e103]{left:calc(50% - 65px)}}.fa-icon{display:inline-block;fill:currentColor}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-spin{-webkit-animation:fa-spin 1s linear 0s infinite;animation:fa-spin 1s linear 0s infinite}.fa-inverse{color:#fff}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*{margin:0;padding:0;-webkit-transition:all .2s;transition:all .2s}html{font-family:Adobe Caslon Pro Bold;font-size:16px}body{background-color:#f8f8f8;overflow-y:auto;overflow-x:hidden}a{text-decoration:none;color:#000}ul{list-style:none;margin:0}.MainIndex header{width:100%;height:50px;line-height:50px;vertical-align:middle;position:fixed;top:0;left:0;background-color:transparent;color:#fff;z-index:123456}.MainIndex_logo{width:355px;height:50px;margin-left:1rem}.MainIndex_logo_img{width:20px;height:20px;padding:3px .3rem 0 1rem;display:inline-block}.MainIndex_logo_img img{width:100%}.MainIndex_logo b{font-size:1.2rem;display:inline-block;vertical-align:top;cursor:pointer}.MainIndex nav{position:absolute;top:0;right:0;width:600px;height:50px}.MainIndex nav ul{width:100%;overflow:hidden}.MainIndex nav ul li{width:150px;height:50px;text-align:center;float:left;color:#fff;cursor:pointer}.MainIndex nav ul li:hover{background-color:rgba(0,0,0,.1)}.MainIndex_menu{display:none;width:50px;height:50px;position:absolute;top:0;right:0;text-align:center;cursor:pointer}.MainIndex_menu:hover{background-color:rgba(0,0,0,.5)}.MainIndex_content{padding:1rem 0}.MainIndex footer{width:100%;height:35px;line-height:35px;vertical-align:middle;text-align:center;display:block}.text_default{color:#20b2aa}.text_white{color:#fff}.text_black{color:#000}.text_center{text-align:center}.text_left{text-align:left}.text_right{text-align:right}.pull_left{float:left}.pull_right{float:right}.showHomeMenu{opacity:1!important;max-height:222px!important}::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:transparent}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 .4rem rgba(0,0,0,.2);border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4)}@media screen and (max-width:885px){.MainIndex nav ul{width:150px;padding:.3rem;background-color:#1d9289;position:absolute;top:51px;right:5px;-webkit-box-shadow:0 .5rem .5rem rgba(32,178,170,.5);box-shadow:0 .5rem .5rem rgba(32,178,170,.5);border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;opacity:0;max-height:1px}.MainIndex nav ul:after{content:"";position:absolute;top:-15px;right:13px;border:.5rem solid transparent;border-bottom-color:#1d9289}.MainIndex_menu{display:block}}