/*!
 * 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}}.header-content[data-v-40cdbc3e]{background:url(/_nuxt/img/inside-banner1.79bdccb.jpeg) 50% no-repeat;background-size:cover}.bar[data-v-40cdbc3e]{align-items:center;color:#333;display:flex;font-size:14px;justify-content:space-evenly}.bar .bar-item[data-v-40cdbc3e]{border-bottom:3px solid transparent;color:#333;cursor:pointer;position:relative;text-align:center}.bar .bar-item[data-v-40cdbc3e]:before{background-color:#e1b12c;bottom:-3px;content:"";height:3px;left:-5px;position:absolute;right:-5px;transform:scale(0);transition:all .4s linear;width:inherit}.bar .bar-item[data-v-40cdbc3e]:hover{color:#0a64d2}.bar .bar-item[data-v-40cdbc3e]:hover:before{transform:scale(1)}.bar .bar-item.active[data-v-40cdbc3e]{border-bottom:3px solid #e1b12c;color:#0a64d2}.article-style[data-v-36e5308b]{font-size:16px;line-height:32px}.wrap[data-v-40d13134]{border:2px solid #e1e5ec;font-size:14px;line-height:32px}.wrap-title[data-v-40d13134]{color:#999}.wrap-desc[data-v-40d13134]{color:#555;font-size:16px}.article-style[data-v-18a1ccda]{font-size:16px;line-height:32px}.box[data-v-18a1ccda]{align-items:center;color:#fff;display:flex;flex-direction:column;height:300px;justify-content:center;text-align:center;width:100%}.box-1[data-v-18a1ccda]{background-image:url(/_nuxt/img/编组.37f249f.png)}.box-2[data-v-18a1ccda]{background-image:url(/_nuxt/img/编组\ 15.9662ebd.png)}.box-3[data-v-18a1ccda]{background-image:url(/_nuxt/img/编组\ 16.c2e66c6.png)}.box-4[data-v-18a1ccda]{background-image:url(/_nuxt/img/编组\ 17.90e992e.png)}.card[data-v-ca890786]{background:#f3f3f3;border:none;cursor:pointer}.card[data-v-ca890786] .card-body{padding:4px!important}.card-body-text[data-v-ca890786]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;max-height:102px;overflow:hidden;text-overflow:ellipsis}.title-center[data-v-ca890786]{text-align:center}.article-style[data-v-38ddc16b]{font-size:16px;line-height:32px}.header-content[data-v-2d327bc2]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.left-menu[data-v-2d327bc2]{position:sticky!important;top:84px}.card[data-v-2d327bc2]{background:#fcfcfc;border:none;transition:all .4s}.card[data-v-2d327bc2] .card-body{padding:4px!important}.card[data-v-2d327bc2]:hover{box-shadow:0 0 10px #ccc;color:#0a64d2;transform:scale(1.1)}.card-body-text[data-v-2d327bc2]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;max-height:102px;overflow:hidden;text-overflow:ellipsis}.title-center[data-v-2d327bc2]{text-align:center}[data-v-2d327bc2] .list-group-item{border-radius:0}[data-v-2d327bc2] .list-group-item.active{background:#0a64d2}[data-v-2d327bc2] .list-group-item:hover{cursor:pointer}[data-v-2d327bc2] option{width:100%}.empty-nav[data-v-3c58c0bb]{background:#001220;height:64px}.form-wrap[data-v-3c58c0bb]{padding:120px 20px}.form-wrap-title[data-v-3c58c0bb]{margin:auto}.header-content[data-v-72510be2]{background:url(/_nuxt/img/banner02_big.a6d7d4e.jpg) 50% no-repeat;background-size:cover}.card[data-v-72510be2]{border:5px solid #e8e8e8;box-shadow:3px 3px 12px #e8e8e8}.card:hover .picture[data-v-72510be2]{transform:translate(0)}.picture[data-v-72510be2]{-o-object-fit:cover;object-fit:cover;transform:translate(-30px,-30px);transition:all .6s}.picture.special[data-v-72510be2]{transform:translate(30px,-30px)}@media screen and (max-width:992px){.picture[data-v-72510be2]{transform:translate(0)!important}.card[data-v-72510be2]{border:none}.bottom[data-v-72510be2],.top[data-v-72510be2]{display:none}}@media screen and (max-width:768px){.picture[data-v-72510be2]{height:200px}}.content[data-v-72510be2]{position:relative}.content .top[data-v-72510be2]{border-left:5px solid #0a64d2;border-top:5px solid #0a64d2;left:-5px;top:-5px}.content .bottom[data-v-72510be2],.content .top[data-v-72510be2]{height:0;position:absolute;transition:all .6s;width:0}.content .bottom[data-v-72510be2]{border-bottom:5px solid #0a64d2;border-right:5px solid #0a64d2;bottom:-5px;right:-5px}.content[data-v-72510be2]:hover{box-shadow:3px 3px 12px #0a64d2}.content:hover .bottom[data-v-72510be2],.content:hover .top[data-v-72510be2]{height:100%;width:100%}.header-content[data-v-97e3c1ea]{background:url(https://raysko-image.oss-cn-shenzhen.aliyuncs.com/raysko.com/src_image/home-product/R350C_home.png?Expires=1723022922&OSSAccessKeyId=TMP.3KfJZmRtWtdvApcvQJePkSiQSiL6Xmd7cmTZHaMmJCH5HYuzH4L2igKMVHuNQo7AanYUP6akGGZt8pxfyPafGEujxCea1v&Signature=EAOssiG2AZ6d0xVhjUpSaRrBhGY%3D) 50% no-repeat;background-size:cover}.left-menu[data-v-97e3c1ea]{position:sticky!important;top:84px}.card[data-v-97e3c1ea]{background:#fcfcfc;border:none;transition:all .4s}.card[data-v-97e3c1ea] .card-body{padding:4px!important}.card[data-v-97e3c1ea]:hover{box-shadow:0 0 10px #ccc;color:#0a64d2;transform:scale(1.1)}.card-body-text[data-v-97e3c1ea]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;max-height:102px;overflow:hidden;text-overflow:ellipsis}.title-center[data-v-97e3c1ea]{text-align:center}[data-v-97e3c1ea] .list-group-item{border-radius:0}[data-v-97e3c1ea] .list-group-item.active{background:#0a64d2}[data-v-97e3c1ea] .list-group-item:hover{cursor:pointer}[data-v-97e3c1ea] option{width:100%}.section-wrap[data-v-3ccc35ab]{position:static}.empty-nav[data-v-3ccc35ab]{background:transparent;height:64px}.product-nav-wrap[data-v-3ccc35ab]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-3ccc35ab]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-3ccc35ab]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-3ccc35ab]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-3ccc35ab]{color:#fff}.header-content[data-v-3ccc35ab]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-3ccc35ab]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-3ccc35ab]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-3ccc35ab]{font-weight:700}.detail[data-v-3ccc35ab],.title[data-v-3ccc35ab]{color:#2a333c;font-size:16px}.detail[data-v-3ccc35ab]{line-height:2}.breadcrumb a[data-v-3ccc35ab]{color:#0a64d2}#parameter[data-v-3ccc35ab],.insmeter-table[data-v-3ccc35ab]{background:#131313}.insmeter-table[data-v-3ccc35ab]{color:#fff;padding:20px 0}table[data-v-3ccc35ab]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-3ccc35ab]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-3ccc35ab]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-3ccc35ab]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-3ccc35ab]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-24685a1d]{position:static}.empty-nav[data-v-24685a1d]{background:transparent;height:64px}.product-nav-wrap[data-v-24685a1d]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-24685a1d]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-24685a1d]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-24685a1d]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-24685a1d]{color:#fff}.header-content[data-v-24685a1d]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-24685a1d]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-24685a1d]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-24685a1d]{font-weight:700}.detail[data-v-24685a1d],.title[data-v-24685a1d]{color:#2a333c;font-size:16px}.detail[data-v-24685a1d]{line-height:2}.breadcrumb a[data-v-24685a1d]{color:#0a64d2}#parameter[data-v-24685a1d],.insmeter-table[data-v-24685a1d]{background:#131313}.insmeter-table[data-v-24685a1d]{color:#fff;padding:20px 0}table[data-v-24685a1d]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-24685a1d]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-24685a1d]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-24685a1d]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-24685a1d]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-53a72cb7]{position:static}.empty-nav[data-v-53a72cb7]{background:transparent;height:64px}.product-nav-wrap[data-v-53a72cb7]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-53a72cb7]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-53a72cb7]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-53a72cb7]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-53a72cb7]{color:#fff}.header-content[data-v-53a72cb7]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-53a72cb7]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-53a72cb7]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-53a72cb7]{font-weight:700}.detail[data-v-53a72cb7],.title[data-v-53a72cb7]{color:#2a333c;font-size:16px}.detail[data-v-53a72cb7]{line-height:2}.breadcrumb a[data-v-53a72cb7]{color:#0a64d2}#parameter[data-v-53a72cb7],.insmeter-table[data-v-53a72cb7]{background:#131313}.insmeter-table[data-v-53a72cb7]{color:#fff;padding:20px 0}table[data-v-53a72cb7]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-53a72cb7]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-53a72cb7]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-53a72cb7]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-53a72cb7]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-544d3d2b]{position:static}.empty-nav[data-v-544d3d2b]{background:transparent;height:64px}.product-nav-wrap[data-v-544d3d2b]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-544d3d2b]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-544d3d2b]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-544d3d2b]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-544d3d2b]{color:#fff}.header-content[data-v-544d3d2b]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-544d3d2b]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-544d3d2b]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-544d3d2b]{font-weight:700}.detail[data-v-544d3d2b],.title[data-v-544d3d2b]{color:#2a333c;font-size:16px}.detail[data-v-544d3d2b]{line-height:2}.breadcrumb a[data-v-544d3d2b]{color:#0a64d2}#parameter[data-v-544d3d2b],.insmeter-table[data-v-544d3d2b]{background:#131313}.insmeter-table[data-v-544d3d2b]{color:#fff;padding:20px 0}table[data-v-544d3d2b]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-544d3d2b]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-544d3d2b]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-544d3d2b]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-544d3d2b]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-c15d7c1a]{position:static}.empty-nav[data-v-c15d7c1a]{background:transparent;height:64px}.product-nav-wrap[data-v-c15d7c1a]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-c15d7c1a]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-c15d7c1a]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-c15d7c1a]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-c15d7c1a]{color:#fff}.header-content[data-v-c15d7c1a]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-c15d7c1a]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-c15d7c1a]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-c15d7c1a]{font-weight:700}.detail[data-v-c15d7c1a],.title[data-v-c15d7c1a]{color:#2a333c;font-size:16px}.detail[data-v-c15d7c1a]{line-height:2}.breadcrumb a[data-v-c15d7c1a]{color:#0a64d2}#parameter[data-v-c15d7c1a],.insmeter-table[data-v-c15d7c1a]{background:#131313}.insmeter-table[data-v-c15d7c1a]{color:#fff;padding:20px 0}table[data-v-c15d7c1a]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-c15d7c1a]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-c15d7c1a]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-c15d7c1a]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-c15d7c1a]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-6b9c473a]{position:static}.empty-nav[data-v-6b9c473a]{background:transparent;height:64px}.product-nav-wrap[data-v-6b9c473a]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-6b9c473a]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-6b9c473a]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-6b9c473a]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-6b9c473a]{color:#fff}.header-content[data-v-6b9c473a]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-6b9c473a]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-6b9c473a]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-6b9c473a]{font-weight:700}.detail[data-v-6b9c473a],.title[data-v-6b9c473a]{color:#2a333c;font-size:16px}.detail[data-v-6b9c473a]{line-height:2}.breadcrumb a[data-v-6b9c473a]{color:#0a64d2}#parameter[data-v-6b9c473a],.insmeter-table[data-v-6b9c473a]{background:#131313}.insmeter-table[data-v-6b9c473a]{color:#fff;padding:20px 0}table[data-v-6b9c473a]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-6b9c473a]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-6b9c473a]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-6b9c473a]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-6b9c473a]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-53e249f9]{position:static}.empty-nav[data-v-53e249f9]{background:transparent;height:64px}.product-nav-wrap[data-v-53e249f9]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-53e249f9]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-53e249f9]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-53e249f9]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-53e249f9]{color:#fff}.header-content[data-v-53e249f9]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-53e249f9]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-53e249f9]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-53e249f9]{font-weight:700}.detail[data-v-53e249f9],.title[data-v-53e249f9]{color:#2a333c;font-size:16px}.detail[data-v-53e249f9]{line-height:2}.breadcrumb a[data-v-53e249f9]{color:#0a64d2}#parameter[data-v-53e249f9],.insmeter-table[data-v-53e249f9]{background:#131313}.insmeter-table[data-v-53e249f9]{color:#fff;padding:20px 0}table[data-v-53e249f9]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-53e249f9]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-53e249f9]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-53e249f9]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-53e249f9]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-b5c89738]{position:static}.empty-nav[data-v-b5c89738]{background:transparent;height:64px}.product-nav-wrap[data-v-b5c89738]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-b5c89738]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-b5c89738]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-b5c89738]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-b5c89738]{color:#fff}.header-content[data-v-b5c89738]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-b5c89738]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-b5c89738]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-b5c89738]{font-weight:700}.detail[data-v-b5c89738],.title[data-v-b5c89738]{color:#2a333c;font-size:16px}.detail[data-v-b5c89738]{line-height:2}.breadcrumb a[data-v-b5c89738]{color:#0a64d2}#parameter[data-v-b5c89738],.insmeter-table[data-v-b5c89738]{background:#131313}.insmeter-table[data-v-b5c89738]{color:#fff;padding:20px 0}table[data-v-b5c89738]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-b5c89738]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-b5c89738]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-b5c89738]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-b5c89738]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-644f2834]{position:static}.empty-nav[data-v-644f2834]{background:transparent;height:64px}.product-nav-wrap[data-v-644f2834]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-644f2834]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-644f2834]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-644f2834]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-644f2834]{color:#fff}.header-content[data-v-644f2834]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-644f2834]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-644f2834]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-644f2834]{font-weight:700}.detail[data-v-644f2834],.title[data-v-644f2834]{color:#2a333c;font-size:16px}.detail[data-v-644f2834]{line-height:2}.breadcrumb a[data-v-644f2834]{color:#0a64d2}#parameter[data-v-644f2834],.insmeter-table[data-v-644f2834]{background:#131313}.insmeter-table[data-v-644f2834]{color:#fff;padding:20px 0}table[data-v-644f2834]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-644f2834]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-644f2834]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-644f2834]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-644f2834]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-12d5b930]{position:static}.empty-nav[data-v-12d5b930]{background:transparent;height:64px}.product-nav-wrap[data-v-12d5b930]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-12d5b930]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-12d5b930]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-12d5b930]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-12d5b930]{color:#fff}.header-content[data-v-12d5b930]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-12d5b930]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-12d5b930]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-12d5b930]{font-weight:700}.detail[data-v-12d5b930],.title[data-v-12d5b930]{color:#2a333c;font-size:16px}.detail[data-v-12d5b930]{line-height:2}.breadcrumb a[data-v-12d5b930]{color:#0a64d2}#parameter[data-v-12d5b930],.insmeter-table[data-v-12d5b930]{background:#131313}.insmeter-table[data-v-12d5b930]{color:#fff;padding:20px 0}table[data-v-12d5b930]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-12d5b930]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-12d5b930]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-12d5b930]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-12d5b930]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-8fa7c99a]{position:static}.empty-nav[data-v-8fa7c99a]{background:transparent;height:64px}.product-nav-wrap[data-v-8fa7c99a]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-8fa7c99a]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-8fa7c99a]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-8fa7c99a]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-8fa7c99a]{color:#fff}.header-content[data-v-8fa7c99a]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-8fa7c99a]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-8fa7c99a]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-8fa7c99a]{font-weight:700}.detail[data-v-8fa7c99a],.title[data-v-8fa7c99a]{color:#2a333c;font-size:16px}.detail[data-v-8fa7c99a]{line-height:2}.breadcrumb a[data-v-8fa7c99a]{color:#0a64d2}#parameter[data-v-8fa7c99a],.insmeter-table[data-v-8fa7c99a]{background:#131313}.insmeter-table[data-v-8fa7c99a]{color:#fff;padding:20px 0}table[data-v-8fa7c99a]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-8fa7c99a]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-8fa7c99a]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-8fa7c99a]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-8fa7c99a]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-1f916326]{position:static}.empty-nav[data-v-1f916326]{background:transparent;height:64px}.product-nav-wrap[data-v-1f916326]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-1f916326]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-1f916326]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-1f916326]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-1f916326]{color:#fff}.header-content[data-v-1f916326]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-1f916326]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-1f916326]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-1f916326]{font-weight:700}.detail[data-v-1f916326],.title[data-v-1f916326]{color:#2a333c;font-size:16px}.detail[data-v-1f916326]{line-height:2}.breadcrumb a[data-v-1f916326]{color:#0a64d2}#parameter[data-v-1f916326],.insmeter-table[data-v-1f916326]{background:#131313}.insmeter-table[data-v-1f916326]{color:#fff;padding:20px 0}table[data-v-1f916326]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-1f916326]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-1f916326]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-1f916326]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-1f916326]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-ea6affa2]{position:static}.empty-nav[data-v-ea6affa2]{background:transparent;height:64px}.product-nav-wrap[data-v-ea6affa2]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-ea6affa2]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-ea6affa2]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-ea6affa2]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-ea6affa2]{color:#fff}.header-content[data-v-ea6affa2]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-ea6affa2]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-ea6affa2]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-ea6affa2]{font-weight:700}.detail[data-v-ea6affa2],.title[data-v-ea6affa2]{color:#2a333c;font-size:16px}.detail[data-v-ea6affa2]{line-height:2}.breadcrumb a[data-v-ea6affa2]{color:#0a64d2}#parameter[data-v-ea6affa2],.insmeter-table[data-v-ea6affa2]{background:#131313}.insmeter-table[data-v-ea6affa2]{color:#fff;padding:20px 0}table[data-v-ea6affa2]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-ea6affa2]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-ea6affa2]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-ea6affa2]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-ea6affa2]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.section-wrap[data-v-7c16a490]{position:static}.empty-nav[data-v-7c16a490]{background:transparent;height:64px}.product-nav-wrap[data-v-7c16a490]{background:hsla(0,3%,6%,.7);position:sticky;top:0;width:100%}.product-nav-wrap .product-nav[data-v-7c16a490]{align-items:center;color:#fff;display:flex;height:64px;justify-content:space-between}.product-nav-wrap .product-nav-left[data-v-7c16a490]{font-size:20px;font-weight:500;line-height:64px}.product-nav-wrap .product-nav-right[data-v-7c16a490]{line-height:64px}.product-nav-wrap .product-nav-right button[data-v-7c16a490]{color:#fff}.header-content[data-v-7c16a490]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.header-white[data-v-7c16a490]{background-color:#0a1633;height:64px;position:sticky;top:0}.header-top[data-v-7c16a490]{background-color:#fff;border-bottom:1px solid hsla(0,4%,66%,.5);position:sticky;top:64px;z-index:10}.title[data-v-7c16a490]{font-weight:700}.detail[data-v-7c16a490],.title[data-v-7c16a490]{color:#2a333c;font-size:16px}.detail[data-v-7c16a490]{line-height:2}.breadcrumb a[data-v-7c16a490]{color:#0a64d2}#parameter[data-v-7c16a490],.insmeter-table[data-v-7c16a490]{background:#131313}.insmeter-table[data-v-7c16a490]{color:#fff;padding:20px 0}table[data-v-7c16a490]{border-collapse:collapse;border-color:gray;border-spacing:0;text-indent:0;width:100%}tbody[data-v-7c16a490]{border-color:inherit;display:table-row-group;vertical-align:middle}table tr[data-v-7c16a490]:nth-child(odd){background-color:hsla(0,0%,96%,.15)}table tr td[data-v-7c16a490]{word-wrap:break-word;font-size:12px;padding:15px;word-break:break-all}.td-title[data-v-7c16a490]{background-color:transparent;color:#fff;font-size:20px;font-weight:500;padding:15px}.header-content[data-v-3b21e7aa]{background:url(/_nuxt/img/banner02_big.a6d7d4e.jpg) 50% no-repeat;background-size:cover}.bar[data-v-3b21e7aa]{align-items:center;color:#333;display:flex;font-size:14px;justify-content:space-evenly}.bar .bar-item[data-v-3b21e7aa]{border-bottom:3px solid transparent;color:#333;cursor:pointer;position:relative;text-align:center}.bar .bar-item[data-v-3b21e7aa]:before{background-color:#e1b12c;bottom:-3px;content:"";height:3px;left:-5px;position:absolute;right:-5px;transform:scale(0);transition:all .4s linear;width:inherit}.bar .bar-item[data-v-3b21e7aa]:hover{color:#0a64d2}.bar .bar-item[data-v-3b21e7aa]:hover:before{transform:scale(1)}.bar .bar-item.active[data-v-3b21e7aa]{border-bottom:3px solid #e1b12c;color:#0a64d2}.header-content[data-v-2b74ac80]{background:url(/_nuxt/img/inside-banner5.b6bba27.jpeg) 50% no-repeat;background-size:cover}[data-v-2b74ac80] .nav-tabs{padding:15px 0}[data-v-2b74ac80] .nav-tabs .nav-link{border-color:transparent;color:#333;font-size:16px}[data-v-2b74ac80] .nav-tabs .nav-link:hover{color:#0056b3}.desc[data-v-2b74ac80]{line-height:3.5}[data-v-2b74ac80]::v-deeplabel{color:#6c757d!important}[data-v-2b74ac80] .custom-select,[data-v-2b74ac80] .form-control{border-color:#e4eaec!important;border-radius:0!important;color:#aaa!important}[data-v-2b74ac80] .custom-select::-moz-placeholder,[data-v-2b74ac80] .form-control::-moz-placeholder{color:#aaa!important}[data-v-2b74ac80] .custom-select::placeholder,[data-v-2b74ac80] .form-control::placeholder{color:#aaa!important}.header-content[data-v-3db1cc74]{background:url(/_nuxt/img/banner02_big.a6d7d4e.jpg) 50% no-repeat;background-size:cover}@media screen and (min-width:768px){.spin-content[data-v-3db1cc74]{height:456px}.spin-content .flex h1[data-v-3db1cc74]{font-size:48px}.spin-content .flex p[data-v-3db1cc74]{font-size:16px;line-height:30px}}.title[data-v-3db1cc74]{font-weight:700}.detail[data-v-3db1cc74],.title[data-v-3db1cc74]{color:#2a333c;font-size:16px}.detail[data-v-3db1cc74]{line-height:2}.breadcrumb a[data-v-3db1cc74]{color:#0a64d2}.header-content[data-v-e0e4eff2]{background:url(/_nuxt/img/inside-banner3.6fa367e.jpeg) 50% no-repeat;background-size:cover}.left-menu[data-v-e0e4eff2]{position:sticky!important;top:84px}.card[data-v-e0e4eff2]{background:#fcfcfc;border:none;transition:all .4s}.card[data-v-e0e4eff2] .card-body{padding:4px!important}.card[data-v-e0e4eff2]:hover{box-shadow:0 0 10px #ccc;color:#0a64d2;transform:scale(1.1)}.card-body-text[data-v-e0e4eff2]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;max-height:102px;overflow:hidden;text-overflow:ellipsis}.title-center[data-v-e0e4eff2]{text-align:center}[data-v-e0e4eff2] .list-group-item{border-radius:0}[data-v-e0e4eff2] .list-group-item.active{background:#0a64d2}[data-v-e0e4eff2] .list-group-item:hover{cursor:pointer}