@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Microsoft JhengHei,微軟正黑體,Microsoft YaHei,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{background-color:#d70c18;left:0;padding:10px 0;position:fixed;right:0;top:0;z-index:999}header .container{align-items:center;display:flex;justify-content:space-between}@media screen and (min-width:768px)and (max-width:1199px){header .container{min-height:38.4px}}@media screen and (max-width:1199px){header .container{padding:0 20px}}@media screen and (max-width:768px){header .container{justify-content:center}}@media screen and (max-width:1023px){header .logo{width:130px}}footer p{font-weight:500;margin:0}.footer-bottom{background-image:linear-gradient(90deg,#d70c18 50%,#dedede 51%);font-size:0;padding-left:20px;padding-right:20px;position:relative}.footer-bottom .max-width{font-size:0;margin:auto;max-width:1200px}.footer-bottom .copyright,.footer-bottom .logo-content{display:inline-block;vertical-align:middle}.footer-bottom .copyright{background-color:#d70c18;min-height:56px;width:74.75%}.footer-bottom .copyright:before{content:"";display:inline-block;height:56px;vertical-align:middle;width:0}.footer-bottom .copyright .logoName,.footer-bottom .copyright p,.footer-bottom .copyright p link{color:#fff;display:inline-block;font-size:12px;font-weight:600;line-height:13px;vertical-align:middle}.footer-bottom .copyright .img-c{height:11px;transform:translateY(1.5px);width:11px}.footer-bottom .copyright .browser{padding-left:10px}.footer-bottom .logo-content{font-size:0;padding-left:25px}.footer-bottom .logo-content .pic img{display:inline-block;width:100%}.iph-none{font-weight:500!important;letter-spacing:-.15px}@media only screen and (min-width:320px)and (max-width:1024px){.footer-bottom .copyright{width:75.61%}}@media only screen and (min-width:320px)and (max-width:1023px){.footer-bottom{padding:0}.footer-bottom .copyright{min-height:0;padding:9.4px;text-align:center;width:100%}.footer-bottom .copyright:before{display:none}.footer-bottom .copyright p{-webkit-text-size-adjust:none;font-size:11px!important;transform:translateY(-2px);vertical-align:middle}.event-footer .footer-bottom .copyright .browser,.event-footer .footer-bottom .copyright .iph-none,.footer-bottom .logo-content{display:none}}@media only screen and (min-width:320px)and (max-width:767px){.footer-bottom .copyright .browser,.footer-bottom .copyright .iph-none{display:none}.footer-bottom .copyright{padding:4.35px}.footer-bottom .copyright p{color:#fff;display:inline-block}}.hero-new{cursor:pointer;font-size:0;margin-top:53px}@media screen and (min-width:992px){.hero-new{margin-top:60px}}@media screen and (min-width:992px)and (max-width:1023px){.hero-new{margin-top:58px}}.hero-new img{width:100%}.hero{background-image:url(../../static/media/hero.26d8a84a6ec2ec3417da.jpg);background-position:50%;background-size:cover;height:70vw;position:relative}@media screen and (min-width:992px){.hero{background-image:url(../../static/media/hero.4c23f11e5b1633e5772d.jpg);height:768px}}.hero>div{bottom:2vw;position:absolute;right:3vw}@media screen and (min-width:992px){.hero>div{margin-left:auto;margin-right:auto;padding-top:528px;position:static;width:960px}}.hero h1,.hero h3{margin:1vw 0;text-align:right}@media screen and (min-width:992px){.hero h1,.hero h3{margin:16px 0}}.hero h1{color:#fff;font-size:8vw;letter-spacing:.8vw;text-shadow:0 0 10px #000}@media screen and (min-width:992px){.hero h1{font-size:76px;letter-spacing:6px}}.hero h3{font-size:5vw;letter-spacing:.5vw}@media screen and (min-width:992px){.hero h3{font-size:36px;letter-spacing:4px;padding-right:2px}}.video{margin:100px 0;position:relative}.video .frame{background-color:#bf272d;border:1vw solid #bf272d;border-radius:22px;box-shadow:5px 4px 10px #d0d0d0;margin:auto;overflow:hidden;width:90%}@media screen and (min-width:992px){.video .frame{border-width:10px;height:500px;margin-bottom:0;width:874px}}.video .frame iframe{height:50vw;margin-bottom:-3px;width:101%}@media screen and (min-width:992px){.video .frame iframe{height:480px;margin-bottom:0;width:852px}.video .frame{margin-bottom:50px;margin-top:50px}}.video img{max-width:80px;position:absolute;width:12vw;z-index:9}@media screen and (min-width:992px){.video img{max-width:none;width:80px}}.video img.top{left:10vw;top:-5vw}@media screen and (min-width:992px){.video img.top{left:80px;top:-30px}}.video img.bot{bottom:-6vw;right:8vw}@media screen and (min-width:992px){.video img.bot{bottom:-40px;right:80px}}.features{text-align:center}.features .center-pic{width:90%}.features h3{margin-bottom:8vw}.features h3.pay-title{bottom:41vw;position:relative;right:0}@media screen and (min-width:992px){.features h3.pay-title{bottom:280px;right:-20px}}.features .swiper-container .swiper-slide img{width:55%}.features .swiper-container .swiper-button-next,.features .swiper-container .swiper-button-prev{background-image:url(../../static/media/swiper-arrow.268ef1c093f3661ed563.png);background-repeat:no-repeat;background-size:contain;height:10vw;width:10vw}.features .swiper-container .swiper-button-next:after,.features .swiper-container .swiper-button-prev:after{display:none}.features .swiper-container .swiper-button-prev{transform:rotate(180deg)}.features .steps{align-items:center;display:flex;justify-content:space-between;margin:auto;width:960px}.features .steps .step{width:195px}.features .steps .arrow{width:22px}.advantage{text-align:center}@media screen and (min-width:992px){.advantage .items{display:flex;justify-content:space-around;margin:auto;width:960px}}.advantage .items .item{margin:15vw 0;position:relative}@media screen and (min-width:992px){.advantage .items .item{margin:0}}.advantage .items .item:first-child img{width:61vw}@media screen and (min-width:992px){.advantage .items .item:first-child img{width:auto}}.advantage .items .item img{width:47vw}@media screen and (min-width:992px){.advantage .items .item img{height:236px;width:auto}}.advantage .items .item:last-child img{width:42vw}@media screen and (min-width:992px){.advantage .items .item:last-child img{width:auto}}.situations .itemGroups{text-align:center}.situations .itemGroups,.situations .itemGroups .items,.situations .itemGroups .items>div{display:flex;flex-wrap:wrap;justify-content:center}.situations .itemGroups .items>div{align-items:center;background-color:#fff;border-radius:100%;height:42vw;margin:2vw;width:42vw}@media screen and (min-width:992px){.situations .itemGroups .items>div{height:240px;margin:40px;width:240px}}.situations .itemGroups .items>div img{width:80%}.situations .itemGroups .items>div span{display:block;font-size:4vw}@media screen and (min-width:992px){.situations .itemGroups .items>div span{font-size:24px}}.situations p{font-size:3vw;text-align:center}@media screen and (min-width:992px){.situations p{font-size:16px;text-align:right}}.qa{font-size:16px;text-align:center}@media screen and (min-width:992px){.qa{font-size:26px}}.qa>img{width:28vw}@media screen and (min-width:992px){.qa>img{width:160px}}.qa .items{text-align:left}@media screen and (min-width:992px){.qa .items{margin:auto;width:960px}}.qa .items>div{margin:8vw}@media screen and (min-width:992px){.qa .items>div{margin:3vw 0}}.qa .items>div .question{background-color:#bf272d;border-radius:15px;color:#fff;cursor:pointer;padding:2vw 6vw 2vw 10vw;position:relative}@media screen and (min-width:992px){.qa .items>div .question{padding:8px 0 8px 64px}}.qa .items>div .question:before{content:"Q:";left:4vw;position:absolute;top:2vw}@media screen and (min-width:992px){.qa .items>div .question:before{left:32px;top:8px}}.qa .items>div .question:after{background-image:url(../../static/media/expand-arrow.381d2357876f6ac72527.png);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:3vw;margin-top:-8px;position:absolute;right:2vw;top:50%;width:4vw}@media screen and (min-width:992px){.qa .items>div .question:after{background-image:url(../../static/media/expand-arrow.61fab46b2ab70b74354f.png);height:12px;width:20px}}.qa .items>div .answer{letter-spacing:1px;margin-top:4px;max-height:0;opacity:0;overflow:hidden;padding:2vw 0 2vw 10vw;position:relative;transition:all 1s}@media screen and (min-width:992px){.qa .items>div .answer{padding:8px 0 8px 64px}}.qa .items>div .answer:before{content:"A:";left:4vw;position:absolute;top:2vw}@media screen and (min-width:992px){.qa .items>div .answer:before{left:32px;top:8px}}.qa .items>div .answer .center{margin:20px 0 20px -10vw;text-align:center}@media screen and (min-width:992px){.qa .items>div .answer .center{align-items:center;display:flex;margin:20px 0}}.qa .items>div .answer .remark{font-size:4.5vw;text-align:right}@media screen and (min-width:992px){.qa .items>div .answer .remark{font-size:20px}}.qa .items>div.active .question:after{transform:rotate(180deg)}.qa .items>div.active .answer{max-height:2750px;opacity:1}.qa .items img.phone{width:53vw}@media screen and (min-width:992px){.qa .items img.phone{width:168px}.qa .items .charge .steps{display:flex;flex:1 1;justify-content:space-around}}.qa .items .charge .steps>div{align-items:center;display:flex;font-size:5vw;justify-content:center;margin:20px -20px}@media screen and (min-width:992px){.qa .items .charge .steps>div{flex-direction:column;font-size:26px}}.qa .items .charge .steps>div .arrow{left:50%;position:absolute}@media screen and (min-width:992px){.qa .items .charge .steps>div .arrow{left:0;margin:15px 0 10px;position:static}}.qa .items .charge .steps>div .arrow img{transform:rotate(270deg);width:6vw}@media screen and (min-width:992px){.qa .items .charge .steps>div .arrow img{transform:rotate(0deg);width:30px}}.qa .items .charge .steps>div>div:first-child{width:50%}@media screen and (min-width:992px){.qa .items .charge .steps>div>div:first-child{width:100%}}.qa .items .charge .steps>div>div:first-child img{width:39vw}@media screen and (min-width:992px){.qa .items .charge .steps>div>div:first-child img{width:198px}}.qa .items .charge .steps>div>div:last-child{width:42%}@media screen and (min-width:992px){.qa .items .charge .steps>div>div:last-child{width:100%}}.qa .items .charge .steps>div>div:last-child img{width:27vw}@media screen and (min-width:992px){.qa .items .charge .steps>div>div:last-child img{width:134px}.qa .items .search-block{display:flex}.qa .items .search-block>div{flex:1 1}.qa .items .search-block .search{margin-left:20px}}.qa .items .search-block .search .arrow img{margin:8vw 0 4vw;width:9vw}@media screen and (min-width:992px){.qa .items .search-block .search .arrow img{margin:0 20px;transform:rotate(270deg);width:42px}}.qa .items .billing{font-size:4.5vw;text-align:left;width:100%;word-break:keep-all}@media screen and (min-width:992px){.qa .items .billing{border-collapse:separate;border-spacing:5px;font-size:24px;margin-top:30px}}.qa .items .billing thead{background-color:gray;color:#fff}.qa .items .billing tbody{background-color:#cacaca}.qa .items .billing td,.qa .items .billing th{padding:1vw 4vw}@media screen and (min-width:992px){.qa .items .billing td,.qa .items .billing th{padding:5px 10px}}.applications{background-color:#f0f0f0;padding-bottom:8vw;text-align:center}.applications h2{margin-top:0}.applications .app{width:42vw}@media screen and (min-width:992px){.applications .app{height:45px;width:auto}}.applications p{margin:8vw;text-align:left}@media screen and (min-width:992px){.applications p{font-size:26px}}.applications .download-link-col.hide{display:none}.applications .qrcode{margin:50px;width:142px}.applications .link-btn{background-color:#c0272d;border-radius:10px;color:#fff;font-size:21px;letter-spacing:3px;padding:10px 15px;text-decoration:none}@media screen and (min-width:992px){.applications .download-link-row{display:flex;justify-content:center}.applications .download-link-row .download-link-col{align-items:center;display:flex;flex-direction:column;justify-content:center}}.annotations{min-height:300px;text-align:center}@media screen and (min-width:992px){.annotations{font-size:16px;min-height:300px;text-align:left}}.annotations .container{margin:auto;width:960px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.content section{padding:80px 0 20px;position:relative}.content section:first-child{padding-top:30px}.content section:last-child:after{display:none}.content section:after{content:"";height:50px;left:0;position:absolute;right:0;top:100%;z-index:1}.content section:nth-child(odd){background-color:#fff}.content section:nth-child(odd):after{background:linear-gradient(to right bottom,#fff 50%,transparent 0)}.content section:nth-child(2n){background-color:#f0f0f0}.content section:nth-child(2n):after{background:linear-gradient(to left bottom,#f0f0f0 50%,transparent 0)}.container{letter-spacing:1px;margin:0 auto;max-width:1220px;padding:0 20px;width:100%}@media screen and (max-width:1199px){.container{max-width:100%;padding:0}}h1,h2,h3{letter-spacing:1px;text-align:center}h2{color:#bf272d;font-size:5.5vw}@media screen and (min-width:992px){h2{font-size:56px}}h3{font-size:4vw}@media screen and (min-width:992px){h3{font-size:32px}}.whitespace{margin-right:32px}.fixed-link{background-color:#c0272d;border-radius:25px;box-shadow:1px 1px 3px #868686;color:#fff;font-size:24px;letter-spacing:4px;padding:16px 8px;position:fixed;right:0;top:42%;width:50px;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;z-index:999}.fixed-link a{color:#fff;text-decoration:none}@media screen and (min-width:992px){.fixed-link{align-items:center;border-radius:100%;box-shadow:4px 2px 10px #868686;display:flex;font-size:22px;height:100px;justify-content:center;line-height:28px;right:10px;width:100px;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.mobile{display:none!important}}@media screen and (max-width:991px){.desktop{display:none!important}}