@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after{background-color:#fff}.hamburger.is-active .hamburger-box{top:-3px}.hamburger-box{width:24px;height:24px;display:inline-block;position:absolute;top:0;left:0}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after{width:18px;height:2px;background-color:#fff;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after{content:"";display:block;bottom:-10px}.hamburger--slider .hamburger-inner{top:8px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:10px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0;background-color:transparent}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-90deg)}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;padding-left:10px;padding-right:10px;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-weight:400;font-family:slick;font-style:normal;src:url(/iwov-resources/public/slick.eot);src:url(/iwov-resources/public/slick.eot?#iefix) format("embedded-opentype"),url(/iwov-resources/public/slick.woff) format("woff"),url(/iwov-resources/public/slick.ttf) format("truetype"),url(/iwov-resources/public/images/slick.svg#slick) format("svg");font-display:swap}.slick-next,.slick-prev{position:absolute;top:50%;display:block;width:48px;height:48px;padding:0;color:transparent;font-size:0;line-height:0;border:none;border-radius:50%;outline:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.slick-slider:hover .slick-next:not(.slick-disabled),.slick-slider:hover .slick-prev:not(.slick-disabled){display:inline-block!important}.slick-prev{background:url(https://www.hytera.com/iwov-resources/public/svg/slide-control_prev.svg) no-repeat}.slick-next{background:url(https://www.hytera.com/iwov-resources/public/svg/slide-control_next.svg) no-repeat}.slick-prev{left:30px;z-index:1;display:none!important}[dir=rtl] .slick-prev{right:30px;left:auto}.slick-next{right:30px;display:none!important}[dir=rtl] .slick-next{right:auto;left:30px}.slick-slide{padding:0}.new-slick-prev{left:45%;background:url(https://www.hytera.com/iwov-resources/public/svg/slide-control_prev.svg) no-repeat}.new-slick-next,.new-slick-prev{position:absolute;bottom:-78px;width:48px;height:48px;padding:0;color:transparent;font-size:0;line-height:0;border:none;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.new-slick-next{left:51%;background:url(https://www.hytera.com/iwov-resources/public/svg/slide-control_next.svg) no-repeat;background-color:#96b41e}@media (max-width:768px){.new-slick-prev{left:34%}.new-slick-next{left:52%}}@font-face{font-family:iconfont;src:url(/iwov-resources/public/iconfont2.eot);src:url(/iwov-resources/public/iconfont2.eot#iefix) format("embedded-opentype"),url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABzwAAsAAAAAN6wAABygAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCMXArNPL4AATYCJAOCJAuBFAAEIAWEbQeJGBuWLocIjwMQO3uPqBrFoqhVc5E0+///lKCOIR+Hqs1hlHVZt6gFDMOjujDWZ7s+yK2Jm7iyUq2JO4FXDmmff54EzxFTcpOs8I8zZfeTGC3GSjVp2j2J/PWfaYu9ckl2SFI0iYC1/83ZU/nm+Asdb6JRNRWStUJqhPgXKYEBdsvaDMTP83P78959Y/VWVA5ayfwycoRFbDaM2AYtM0a5gDYRvzGTMLJ+oMNqxEQb/P4WfQGgsrEU681g8OG279RMqaRkECs9urt3czR/ENHffm/mQQJZJE1/8JQD0BPISqfNSnBwYgkhdPanWDae951WUmBBSpMFpy4MAKZLndnlr90jySosFJJ6kH1g/Uq/dhwoYHCGM0BseLepal+q0vqm6Te6bhm/7nXVURAkMgYBGgRtJxEA38ehcQAjsLYAkvzQzkunZsFgA4BSr3XAEz7Gm9JZttpnLt8/o/6haCBJlS5dtbta67S7ls9rOkDZdz4gUzzSE1CVdASV9GgfTKTwA1AX6D6ZnqomRVES1Fyhg+Ga9OUiqKb3KASMqXnQNbCIi1BLCNlL+7+PtekqX5U4pI8o+30K9OzRgDeSbz1CqKlTBYrPxe9eIJyxOrBd6Ci0PPfWt7EOjU75pTSCr8XfF/+CCoJSU1HPuff25mvV6fCbVKT73x9XTdSZ3PugQYUVQE3Z8S6KUlUtV2C9l1ntV3h3rSCpFE6HTS3sKlfUGq63jjo9wrHBaCpeSujq6unrGRgaGZugafZMJzOybuC/qVhZ29ja2Ts4Ojm7uLq5e3h6efv4+vlTgVZ0BpOVvuzH5nB5fIFQRBDzg0QqkysQLoNUao0WRfK/Y3MAwPHIybtTO9KspRbzMmarVBilwDB73cwNczTN2TKTtlk65uqauzf0wKNi+dQkAJZAlwBlATE9Apk+gcsHghkQ1AwJZkYEN2NCmEnImhwUFYamJg2DmYYtCYeZhTfzCOVDxLSJVCAji8gyshZZj2xENiNbke3ITmQ3shfZjxxEDiNHkePISeRM5GzkXOR85ELkYuRSTEG0KNAJMAgwCbAIsCmLQ80SlwjhEeATEBAQEhAREBOQEJBiJskijpzyURCjUBJQEVAT0BDQYjqki9HpMSUZTEVGU5PJNGTGBbVd3ccPP/vf+KeQDcq2r6vQIAsuxtwW1DdYY6cGROKKBGoEJDHci+K4I+0VTrkXiYuGAF9ViSdU7lflGAE1XS7rLI9jRlHWVaoFJ2YsyxaaszpDI2HjRc6bllubsshtx3pZs1FJStxyDZdhYcpK/dJryVwpQ/Iqzt0yT+vPLybxMjmvo+aqmx2l8V9Aa7846VXab0tMp0XgeaQH8GfItgxoFjDCvOanisM1I4vU4aeUVz1Nb1rx8RhhDm/ekhVKumIuz9hS3eqGjPQtZiqrLNE8lOWq7sjkch6CEZ++0RLJ38QJebs9Wri1KyFtQJiKheIiC6PcGZTVJDArogYhr8dkFTxMnK41X9Fuu5qvKHFRK9TVg6ICdFVZh7yGREWx7y7qr7grEvFME0FY1GebSCHCkIDPWNBAX1LUtx+ztZ9bKtVQA/loT+3j7gGrMjaD16iTUdFDjbgvm/BWe046ATsTLPT5PfYGuDrI2xDAVq5yBQmfB1h2/utdEa7pYRkwDJEkIGGjN2K6qwV8Giwx8yaojuNJIQKo7ajtTrZZY47T3JbN9lFiWclW21YZ1LKW0mLZGZ5FMWEBMG3cJB3YO31705s9sTp+ZuFY0CvcQU3dtsrK52emkFcuFptP++Kit417ngyCBeiU+0a889ce9QdxO83oAZoPWbZtHgDzRdyLZuyr8rqqB1Pzb+Py5v6Zu62R3J1FfY3UQOleW7R4f+nugb5I/+DQAEsL7Wv8xcfq10clZV6tjgDCHLbCRcQvvZtjxCOJE4XT1y4t2kX3Upwee9/RFIr97GUQAWyIKzdOApOJtz9pgT1XFfuwaUmhfqWoZSZpXOQUYOdxgrzRzihq0+t8xVBUYUHg8tCLb7CBXFQZeL+GI/VE0hWxYuiWzw4vi9eZ0d8f/3w3/r5sRe2ZUQWEmZsuNZ/IFsbqqlHetT/K8sOL0oAVL18daemyGpdqbeHiUr18sT9YzP819yXe1xvPYGWUspQWStqKbb0+jCpMWeIzTWg/JvSm+80Nd4vmoh2M5MVRTFypnATw6etAFvpE3ILhIGyQFzH+zkQiCwF3dtzGh8xfIP/O/6e4ctI8dRXL+/wWSUgH4rMTAwxQ7xN9IRRk431/PIRYJ9G20j6QgAjE4c7QP23LvrF8c1WuZHVY/D0clkYkKuk4C4D8zcWJ8u12+EkBAbrHDc14pDkgdMW7YJ8oRaGSdK+piSA0kJj1p3BJS2sC9s7a23y6Hmehe7IHmjfhxTGHruygwWIInEcdp6kOcDh2lIbi0d28TcuWUExmFWFWvX/aOtyBQtiQi320TL5DHiXsoofl0lEYRJPVqlmpLCnd4rf7pms1Xq/jmZvmjeOYkmeUHy+loMRACU1lNSu1SgVeLOOZp9XQDh0hh//idRE4BImcQkInV9PX2sJatgAZoHYe4AzyotpKGld+LN9vf1JrfqrhvnFnsy9yEui8Ly99BSa8nxqpc9zSGy4SS14aB5PB19uxIZY5agz0dPV1dw329/SRXm2wt7ufdBuja7RAudtHyclZrnE5UE2vc/pF60zwy0MvLb5acjuAtrdYBpoRFzcAYTadDjDKb21DYfxPYSh9aKBDBsGx86nG2dkAcTMALr7u8EyOXnw7+9T8PABzvGV41fCbTY0fpxERj5Zc+qqOOJyeU2iDfKp9bG3e3ITLHWXM5MPFD9sYhEUI+WTb6JzCrSWXUiWExINFjU3ttsMwWAPAnWg1Z8eE5eLmmcVYPl5KJW73NDkJXiihZlNowhlBkHoDdolX9/j91/ih54+7RkRLNZAZqo8hUbEt1C4s/qm8fvsMDPPsNoZ/koaK3QbRwuj/Iv89KpPBl36dNfNwsVTbmCZn8tlcgERttE4CXL4/9IOk9HqYUG/U0LLNR7jEvLZx1/Tm64bTlf6S9F9oKuB+mtHe2rfpwXcMljTSAHvTQzjcBGNhFIqBv8QbQIzc3Nyk081TEORJbENYaOdzz3Q4uLwYg01CsYDQVDEmJvpZABzL98H9nd+hnR+gKIJ7V26tL6fVZd9UVmi1nsyev4/pLSZYrrRAg1bibAYrGHE4WMb7KYgj6F9mhtFUhH2V+SN3llVygMUvrHSKqgOdWnf/i+0i9DQF5hXTM80aGwoYnrJ0q4zlrT2wizvqBJuhZwJz082iVlRVJ9jgo1iKUqq1HTx2l4pOsOaVlEahvX3MJ64UV0nKHO9hAenWZDCjhH3JpDXxpZcf7kOma6Nnlpb954VZpWyxPGPnBqWjwgBFWEHIDqzYdtOPwwOh7gjGJUUwRFTOXD3VykbvvXqGaPHM9TKG4smLO7M6bdoUqouPxkECj75LgX0jbzfD3Zffz0UHYOPNLOOD2IcI7jQtUINobZgT/vAddyAhcfSMSlALmK9i204CKzIYbB/BlraDnoEOVxIXx15aBpBrCLIYTAADxKF++wLkr5BwVxkawfIYIQRJ328b3v38YDKIrJResZ1p9nichcdd4BtxUFuwrR/1VXNZaZTFxlYb4e6MshIVk1Fy0LlSKTc6OoyIEco5qBmkM6pqPXejKaqXN/tvGelsYzh5SsvfyFpn9JJSeSKe/dUvrcYpQ1FMD+VTIDxmkLJ6ONOC+LCIGvAQSAQV8j59KwhdqX0V7lvOtGVUV14ZC/jNPEsvv98BLt2DNAyDhhZNtRQqda0Gltfb56TGkA3aFAWm99bD5dt7L9/n91I73RHx/tGWiSAYzeSavzPXtpTmY/CgdD0zdsBW3JKdllmNVRNd9kx9jMfEmM9SLav15/Kpbr/dLJlhQ7qWHiL/3zuPtZg2mzZKt5aWCYIE6XfSwG8FrbFJhkQgGZGtvb2n3U51JCXqMiGo81bmjVZuJqfNMdOxjZPJba2MySQkRKZJJh8vXRGSV7UcYNdzMFs+p54UFJJ88lsFHWBs+ZZ/ngcGdn4LB5jt68CnGq4zyXWxd+GSzoe5AjbHtLa5R5s+DZs/H5s2PeDaaRrmvIx/bfBbZyIPss3GMeQUOYuB8jbo5mPF2OpSUwlZhnXMw6bZL2zJB4HAXJw1Bnl5FWCt5VgWltlcLscKsYZyPBMLmOTeM5LtlCksdMrfLx4xuHIBQiTqQQ8eEL0sYcmASPql/2MzbBRJvgvLWERvM21yF2O5OSCWyM3NWiEnFxPjJicHsmt5btfT6x0+nv3qFDlpsipsIkOExx9IZmq1R5t1Zs4c9eWE2HGxSowbl3+Q9ZVuiTJZYjY7RHbriD1DQ3s0wncg9tjGS4v9AsNN3M9EKy0iI8EiwTIjgmgjVhwPvIsnWMSlWKjNm+L6O4oazavNUw650ebTdLrKlqYuICagKLxs2bKy1HCH3LjxTNWGXrs8x64NDBV1IEUfKpeH6pczlPx06zi8zP7tBu4Ib8lb+zL87YqfTldCR6heLteHcl5T6tySNE3AZaLK+WxxV0pXT+cD73BS3BGbEJ90lBarGyNKgkNxSUlxhyBJFNxmVW3WMns85TBdLilmwKz84hKqw09HdZucPCYuLZ4uBwfZX5ofEyNv/uDKE/JcP5wVe0LDuQ+ECbO0Rfqy5e45k5ivkAO2MRb/fJJZ/mEp+/RPMsPyb5t+w8gJfZHxh7xjK6IKuwp6kmS/ChV5v/p2VuVxOMYbCTUJQZfxXfe77wPdVWelA4aVPVAQkxQ5FwF2pH0kG0jH5dDNaiu10ehBjrAj2COkh9GotqpuJdzq80tcmLWtVuqpg8ohlW/yufKtk2W/zCTju+/3/JiLbkNKanVD/GL2iazI8xYJ4+Mm0i8kp/J4rcmtHE6i5yxqIDQrwjPPrCCbw+FxzdvMRW2ip0/VbyG6YFqAzX3+2zMXfgtqCOs7LZP8EdTR07j/79IDfrmFN6O4NxsHpi66aChqP3TKcyM5Jh3fx/B/9bPDCqC0DwmhkEB76IgyW9riuivL1TSI7VJW9uZNMDtY8Oga4cGsYKgyzZYKX4eX7Njx2fuzWDw8ZvjenIKQB5aSFEla+E23ki9fzkH12Y81MDoyUuD8q09aKmQfJ4GM0EtVWXVQXauXsDkHjrQGa3tMptPKcCqbHCFf+egroVcVeAdAGkZIlUvwRC2xlhf5KuXWbiMp1IcsPKtydvbxLGbPziZmz640Y5WVcC5WdF4X6bHaVvzwYRyt1RFldhF6DOp58KAHHd9IlAkbGKSq20XFA0ePSBvYlbE+50dIpLPicG4w+fQamzUD7TbtO7a7hLgkqmwG2mzXnE7mCriiKZw+FUt2sYK7dF3BrK6mwZWBTLqAkLhdmRlSgXRAYipZt+60y+k0JAL5QCMzM4NgnmaO1WaA3Ey42TLHIFjhTLCTVAaVSVf+R2/N9lu3Otzpj75M1W6/eBGIbdngZHGKRa61wSZH5iEazX4FOKFF7ceOtaOT2zVw0gsFK73/ehhCjY2zaNjJuXMh99ymO7tAF3vH4vwxFu/m6eZWPz/vjVonEeiXEaqKtQh0bPjQuwk/hIb70NopU5dOCh+jWZGqTCK9zAKu+qKlfafHa8xu+Ln63xB2uYW7knr+Mz83v2em3SFhIeFxiYT++p5OfC3etwfX4w19u9eikQ//Hox1LBb5Z9TdnR9g8EoWvYOfn/GrzS8zOJ9MUHDLUF1dXjGc1NVDQ6C9Y9pmulMXLTcdfPLyBuK8vrwjNjmClvAzPxk0zY5PeHXDuNNpEqfXpoNGXtwEiAqqfOW+b/IG33XtIruA2UlCLj+9pZR2NCd2otLPxzMtQp+A88bPOD1NQUhFVbfL3KIsArc0eyR/ZvznA4cszUHScDLgK+/9O6WyoWHbVhBh/8pCN2YIVtoPIloVsxfI3zpUf2r2JY3Xzd3UMB/MPK5cG0tCWJ7bQ6ZXIdq08PYqtAa13yU2eBWw+uymY5lMs6gM97HeuW9WjcydeA1rnncdmzh3ZNUb79yx7lEZZkws03Y6BB0CqZfRS9+Ez0tUFSq9nSJMIUuMSPy1q+og5rO8azVxRFVREYQdzezImuKdwtPg24dKwxAJtg7KNAaLRw4ZKq/DcgcFpOm6Ry5UGP4meSzya/D3hJEJ+xuSPrsbZuRc8AAbe3m6CZM4uEbS7i3qtpOnyzpE3u2SNRfd7V6lIJVu437BIGnzEXV1KdL4gT5tkqx1ZPplm8vppLnB03Dc3UvsoLZP9sKyKiqyUsMcge3Fxrvu90n02e8alyy2sEgSg/2cQtrgYKtlq7rNqs3H5/IGDVVU3UgODtLYZ4vcX+sBKDiek3U4E0TA/txhwwaI/vLaO6KTLVhpNwbd/cz0QJpAZw5/T4A8rl3Wgi/WRacbtNgy/GwXqktOVn0TyudFvW5/xn/e6YZXda+qxY/lc+vf2v2u4Vo9IfvvFU02+sqiF3BcuXXhPLwO71qIK/Ei+q7DbMe0zAyyyU4S5c/P5ScKie/AqouCyM4JdYpjIvI7zfE7ISK3ttUepy3hEEt/q1N6TveD5vCDGD02v+534ubc38yAGtCC9memkeF95Fu8GUZm9himsWcFvaudY4IFYBzfr+j/eERwh3oIXKWICpD6mZgG+E9niLxFdCaT4XnT0+MrXyi0lO2nZ1w25dBFYSRzKsMETBj+2wZH8gfDq2+Zv7d1n4VZDwXBAsHlSwLTYGfBpcuCji1SbM4cLFulc1RSXEKlwkGqmtN+BW/Yvbvh2K3asxvPJ+7Zo8/evQcuab+Pntca5QL56I1+l78hVuc5JFA2nRlib8tejxsGzjjL9Al6fnqIgLD+fdUny3Gu7x89/vJzqTX5DZ9iZvBIe4NV2poahalSLFaYKWpqmG8+XKv2NYJ4QNKb5Xv3SoWptTsDKy3FMoCFsjK7y+Vn2gfCPz30/vMy3eQhSPkLN3t1Q2j0DUE+1zsmFSUkBqU2OP59qOcCSIDz6tIk3dbELNOkO+aL3OVMvUIYGZWscCzzWdXrFS3lVwRaLnlfvoDWxOQqI8vGlhbktxZo0Y4iXIJn71BpTbTE9hl4Fi7ZrtUyhKL5Vq5LiwQXLVLdW5xUNeMMW56phug3VN1vvb6nTZoLS4JIfEncig+sjzYI6Zc6bCOHrYZJCZubP5U1DP283E6Xzkmr5h1SHrJRjIuTyxmPbDsLZE6Hr6T+7tR3saDH9gpD4fh76pXLfTEHEQ2JqbRVKJXONuxXGg+yCg2evt/AUsoPKtfjZoPfHM0bO86JR0AZ2Z+76sgN+2ABrX7r1nraAti3gaxjfWYHs5+yudve3duxzeTZM5NtO+6928Zlf2K/Hx/Rx/qpo79rgNXPfGqtn1kRo6Nqc3Ww/slCZFep5ZymnAmZDTsma2Ye8hF5TT3mrHVfkObvnd0EynVrt045O3ctBI5Mv7RlbaL/6A/nsUvDAyZ7rz5SGJh9LFdTsDpWop4sjqmXTuxZDRH7qx79c7JMEuea7Bbw9cbkaf4DV6sicvpLl1TuFMtaYOrkhEWyacd2wK+A4lLdRxtQKCioTS61UyKQzpp5yu3UzJkKgXxt22yFznOnThlsDP1tvvAa097DRBXtb8B/+tfWcc26ULbd35QW6gcPlObKYPVJdfeEBC/xGkUbGOL0Kf8gaj1tvoViPiWcOXCO6gWHpXGwrWxCaf2eB858lXrI4hV/PdMd3l90VXxV1sEhNj2/jjgzOnomNcJ3IM6ImwSGz/U2jWvKpuWsujSzo6Q/KN1fcXt159gOSVhQnmH+wQPnFz66dWANRkSMS9QeMkTlKUGE6VaRvBu7sgZ61REONDeHx6fmZlM230bX2LZ1vUaO8YKJQdvCDZRoPdrJQUaj66Y6P0y5cKESE6wbjSkdICV9XrxjTUDmZLnCW1FomWlTu2qCQ2mN2eRUzoxSPA3Sppan8PmaI906HAi8XlN4U8qwVFN3u/jEeDv3DoEoyr42rda+a+40ETTZ0Z2OK9UczrXKM4+XnGpyQTQxYfx5i6xI+nhrcNgoF0g+HzyhF8/FpbWQP79dracNGrX+/ofEiARlZlbWsNdwVvYW/iQmKiyUQFHbaTe1P+3+t4srDfo4Zvvtn7DdJnB5e9Hj5KtwTMvlisVcrnEDakqroc5RidUBAFCDyFmo8B3DR1AKtKoqxMd3GumRyNeHjqFw3xBai2x9OnQAKX2riVlI3VGP+lGTr3UIzaUoUoQL0rkI399oHf7U+RAyomLqG9WNBpE+plJLAPMAACAdgqEyVU6+h8dNfoc/ZyKRpFYSD2bdcdDkJ2S6SGps1Wb8PL6dtGnIhd5ZdCANUCFB/XA5LNpg6LyLziHvzgPDxax/0DNk0oR247sXYUds16htq7HX+HfR8QUtw9+EeNys1E3SsQq9RyU+Jy0C6jvVT/ARStqNaC3eP+qJ+BukjdWaS5lUx2rkhLiyZhGqXaQhu5KoAW8SrGLVK6nzSHhX1DSi9ZMop1Y5nIfvunesRx9Q6abOAUDu+JaYQaCOikTdVPzB/3GdHmb8T4vP5cX8xWAToFJPQuIfFmg3Vdebw25tBgbgfwsPwP9oCXMI7DBi/qqqaCrxvBZ6wyp7mAgKYUF9E1tMjf6eNAAw2elu9mgMEVttvjirGGXffifi15FWNhhL/X2YQhsOAKw0BUCBajCFp5tVt4jGhjIccifjQAcHGQED3AAx1EemARtCuMn/lRFkFniDeGA2mIEKEGAEEwDGQnMiY8CHfTIOXDgnI+BDPyCGDsg0sIRPsgnwMSSzQIqZXQMbVL8UsWkVveHQ9s9tBOFR2Jqy8DdOlby+q8XM/6glptrlbPG5+xcy6iRKlN20MhvbUSW1P5Nvh0TSZpUnBJsFs/w4n4++i5iBpFfNN0VvOLT6ZzNvBOHx0NY0Xv1vnCp5DazyZd7/qCV+8NbSzCIC/OIctcpFsZbdtGKiamz10iqp9VNUIaUd0sr+Mz0h2EwYoS0/motNjbF8Nns9Hdd871ut+r8kmSFYePAhCBBC4RCBiJEgRSZKsrJab7a7/eF4Ol+ut/vj+Xp/vr+/qumGadmO6/lBGMVJmuVFWaVOkzZd+gwZM2XOgmVCwJ0KO8LRGs8TYe3uE3hCHrx+2CMEb03y2c1FdIN6OYkkcU6bqRZXttUrnqaRJweSMvnIy+Pw7HokcgM2vX7xENCrOUzZnt0+RMOLH6WyylDBnAeLOzxf50fe1qhYDs7eg2SSavjqnkz4EcvBHbti1ugzKknyjFJBYy0VAEv5HOYZigzhdCJqqeI/YtBn7oAENh3FKdjVxxKD7JnED5uFnO+qJIxBOvhTAp/xk8hgcMji3RgJuxJftCGWzHcleaITBtUqmUngCDOnMiMdH3JtH81QXxZ3EBA2ONwgjQKi/GrNq+b8IyK63XKrosiVopFFi8j7d0/q0wncTZ0xUdqMPJci1wKCgCSTeZ6lWu3xZDEkirnEQk0iQAkN4d3P6AF7kc17rskt2YQKEoWw6gSVUpgsta1YLAr/lGg0XpCqhKPeKJKMvTR2UxD0E+ecHtUtaVZWBPH1Obj6ra/4oIo4bjHEPk8VrSp3Jtn1xkc+O3vnVWV/aeKLOXwSLxuefyqKZX0uKRJqp/JPrHk1W1JzER5ciP8iN+BVakFyIGwq1GXFHaKD8WCNUOa8wU5RWR6sq0WpQJPSiFmE3kvt6yHU5LlTLFIVEI4/4hKgz2672P1E0nv6Y7devnkGpK/VTPgVAA==") format("woff2"),url(/iwov-resources/public/iconfont2.woff) format("woff"),url(/iwov-resources/public/iconfont2.ttf) format("truetype"),url(/iwov-resources/public/images/iconfont2.svg#iconfont) format("svg");font-display:swap}.iconfont{font-family:iconfont!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconchevron-left:before{content:"\e72b"}.iconangle-left:before{content:"\e745"}.iconcalendar:before{content:"\e746"}.iconwechat:before{content:"\e747"}.iconmap-marker:before{content:"\e748"}.icongoogle-plus-square:before{content:"\e749"}.iconicon-complain1:before{content:"\e711"}.iconhy-bell-dark:before{content:"\e6fe"}.iconhy-heart-empty-white:before{content:"\e6ff"}.iconhy-heart-empty-active:before{content:"\e700"}.iconhy-product-active:before{content:"\e701"}.iconhy-inquire-white:before{content:"\e702"}.iconhy-product-dark:before{content:"\e703"}.iconhy-logout-white:before{content:"\e704"}.iconhy-inquire-active:before{content:"\e705"}.iconheart_empty:before{content:"\e706"}.iconhy-paper-plane-dark:before{content:"\e707"}.iconhy-success:before{content:"\e708"}.iconhy-inquire-dark:before{content:"\e709"}.iconhy-paper-plane-white:before{content:"\e70a"}.iconhy-product-white:before{content:"\e70b"}.iconhy-wrench:before{content:"\e70c"}.iconhy-paper-plane-active:before{content:"\e70d"}.iconhy-user-active:before{content:"\e70e"}.iconicon_clock_light:before{content:"\e70f"}.iconhy-user-dark:before{content:"\e710"}.iconhy-user-white:before{content:"\e712"}.iconicon_download_light:before{content:"\e713"}.iconicon_download_sm:before{content:"\e714"}.iconicon_download_right:before{content:"\e715"}.iconicon_eye:before{content:"\e716"}.iconhy-share:before{content:"\e717"}.iconicon_file_size:before{content:"\e718"}.iconhy-wechat-small:before{content:"\e719"}.iconicon_dropdown:before{content:"\e71a"}.iconicon_funnel:before{content:"\e71b"}.iconicon_twitter:before{content:"\e71c"}.icon_youtube:before{content:"\e726"}.iconicon-checked:before{content:"\e71d"}.iconicon_score_star_empty:before{content:"\e71e"}.iconicon_qq:before{content:"\e71f"}.iconicon_linkedin:before{content:"\e720"}.iconicon_instagram:before{content:"\e721"}.iconicon_download:before{content:"\e722"}.iconicon_score_star:before{content:"\e723"}.iconicon-minus:before{content:"\e724"}.iconicon_wechat:before{content:"\e725"}.iconicon_youtube:before{content:"\e726"}.iconicon-ellipsis:before{content:"\e727"}.iconicon-plus-white:before{content:"\e728"}.iconicon_facebook:before{content:"\e729"}.iconnum-1:before{content:"\e72a"}.iconicon_search:before{content:"\e72c"}.iconicon-cross:before{content:"\e72d"}.iconicon-question:before{content:"\e72e"}.iconicon-close:before{content:"\e72f"}.iconicon-search-white:before{content:"\e730"}.iconicon-search-dark:before{content:"\e731"}.iconicon-plus:before{content:"\e732"}.iconicon_weibo:before{content:"\e733"}.iconchat-white:before{content:"\e734"}.iconnumber-1:before{content:"\e735"}.iconshare:before{content:"\e736"}.iconnum-3:before{content:"\e737"}.iconnum-2:before{content:"\e738"}.iconnumber-2:before{content:"\e739"}.iconicon-sitemap-plus:before{content:"\e73a"}.iconsuccess-tick:before{content:"\e73b"}.iconreturn_top-btn:before{content:"\e73c"}.iconsuccess:before{content:"\e73d"}.iconright_arrow:before{content:"\e73e"}.icontoast-icon-success:before{content:"\e73f"}.icontoast-icon-close:before{content:"\e740"}.iconsmileface:before{content:"\e741"}.iconnumber-3:before{content:"\e742"}.iconhy-bell-white:before{content:"\e743"}.iconupload-add-file:before{content:"\e744"}.iconcarousel-control_prev:before{content:"\e6ef"}.iconcarousel-control_next:before{content:"\e6f0"}.iconarrow-down:before{content:"\e6f1"}.iconcarousel-control_prev_active:before{content:"\e6f2"}.iconcarousel-control_next_active:before{content:"\e6f3"}.iconcontact_us-btn:before{content:"\e6f4"}.iconfilter:before{content:"\e6f5"}.iconheart_fill:before{content:"\e6f6"}.iconclose:before{content:"\e6f7"}.iconhy-bell-active:before{content:"\e6f8"}.icondownload-active:before{content:"\e6f9"}.iconhuman_resource-icon_right:before{content:"\e6fa"}.iconcry-face:before{content:"\e6fb"}.iconglobalSearchCancelButton:before{content:"\e6fc"}.icondownload-white:before{content:"\e6fd"}@font-face{font-family:hyt-iconfont;src:url(//at.alicdn.com/t/c/font_2632833_ydmjmwazerm.woff2?t=1743058934410) format("woff2"),url(//at.alicdn.com/t/c/font_2632833_ydmjmwazerm.woff2?t=1743058934410) format("woff"),url(//at.alicdn.com/t/c/font_2632833_ydmjmwazerm.woff2?t=1743058934410) format("truetype");font-display:swap}.hyt-iconfont{font-size:16px;font-family:hyt-iconfont!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-fankui:before{content:"\e738"}.icon-play1:before{content:"\e600"}.icon-blog_kr,.icon-line_official{font-size:23px}.icon-reudce-sign:before{content:"\e61a"}.icon-add-sign:before{content:"\e61c"}.icon-arrow-right:before{content:"\e619"}.icon-arrow_prev_blog:before{content:"\e618"}.icon-close:before{content:"\e617"}.icon-person:before{content:"\e616"}.icon-left-quotation-marks:before{content:"\e613"}.icon-right-quotation-marks:before{content:"\e615"}.icon-play:before{content:"\e612"}.icon-top-close:before{content:"\e611"}.icon-top-menu:before{content:"\e610"}.icon-top-find-dealer:before{content:"\e60b"}.icon-top-download:before{content:"\e60c"}.icon-top-login:before{content:"\e60d"}.icon-header-search:before{content:"\e60e"}.icon-top-globle:before{content:"\e60f"}.icon-line_official:before{content:"\e60a"}.icon-jiaruwomen:before{content:"\e607"}.icon-ditu-dibiao:before{content:"\e606"}.icon-a-zu259:before{content:"\e605"}.icon-a-zu258:before{content:"\e604"}.icon-blog_kr:before{content:"\e608"}.icon-telegram:before{content:"\e78f"}.icon-jiagechaxun:before{content:"\e614"}.icon-e-mail_icon-copy:before{content:"\e609"}.icon-weizhi1:before{content:"\e603"}.icon-shijian:before{content:"\e61b"}.icon-customerService2:before{content:"\e602"}.icon-customerService:before{content:"\e601"}.icon-warning:before{content:"\e64e"}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff6a6a;--orange:#f58618;--yellow:#ff9f46;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#96b41e;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ff9f46;--danger:#ff6a6a;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:1024px;--breakpoint-md:1024px;--breakpoint-lg:1024px;--breakpoint-xl:1200px;--breakpoint-xxl:1300px;--font-family-sans-serif:"OpenSans-Regular","Microsoft YaHei","WenQuanYi Micro Hei";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#96b41e;text-decoration:none;background-color:transparent}a:hover{color:#5f7213;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:1024px){.container,.container-lg,.container-md,.container-sm,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{max-width:1024px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{max-width:1180px}}@media (min-width:1300px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{max-width:1200px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto,.company-management-basic-info .row>div,.company-management-basic-info .row>p,.company-management-info-box h3,.hy-search_repair_store-store .store *,.hy-search_repair_store-store .store-title,.hy-search_repair_store-store .store .authorization,.navbar-nav .nav-item .navbar-submenu-content.icon-column,.navbar-nav .nav-item .navbar-submenu-content.lg-column,.navbar-nav .nav-item .navbar-submenu-content.md-column,.navbar-nav .nav-item .navbar-submenu-content.sm-column,.navbar-nav .nav-item .navbar-submenu-content.sm-column .navbar-category,.partner-portal-content h3{position:relative;width:100%;padding-right:10px;padding-left:10px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6,.navbar-nav .nav-item .navbar-submenu-content.md-column,.navbar-nav .nav-item .navbar-submenu-content.sm-column .navbar-category{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8,.navbar-nav .nav-item .navbar-submenu-content.icon-column,.navbar-nav .nav-item .navbar-submenu-content.lg-column,.navbar-nav .nav-item .navbar-submenu-content.sm-column{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12,.company-management-basic-info .row>div,.company-management-basic-info .row>p,.company-management-info-box h3,.hy-search_repair_store-store .store *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:1024px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12,.partner-portal-content h3{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:1024px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4,.company-management-info-box h3{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6,.company-management-basic-info .row>div,.company-management-basic-info .row>p{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:1024px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6,.hy-search_repair_store-store .store-title,.hy-search_repair_store-store .store .authorization,.navbar-nav .nav-item .navbar-submenu-content.icon-column,.navbar-nav .nav-item .navbar-submenu-content.sm-column{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1300px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xxl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-ms-flex-order:-1;order:-1}.order-xxl-last{-ms-flex-order:13;order:13}.order-xxl-0{-ms-flex-order:0;order:0}.order-xxl-1{-ms-flex-order:1;order:1}.order-xxl-2{-ms-flex-order:2;order:2}.order-xxl-3{-ms-flex-order:3;order:3}.order-xxl-4{-ms-flex-order:4;order:4}.order-xxl-5{-ms-flex-order:5;order:5}.order-xxl-6{-ms-flex-order:6;order:6}.order-xxl-7{-ms-flex-order:7;order:7}.order-xxl-8{-ms-flex-order:8;order:8}.order-xxl-9{-ms-flex-order:9;order:9}.order-xxl-10{-ms-flex-order:10;order:10}.order-xxl-11{-ms-flex-order:11;order:11}.order-xxl-12{-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid rgba(0,0,0,.08)}.table thead th{vertical-align:bottom;border-bottom:2px solid rgba(0,0,0,.08)}.table tbody+tbody{border-top:2px solid rgba(0,0,0,.08)}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid rgba(0,0,0,.08)}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#e2eac0}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#c8d88a}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#d9e4ad}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffe4cb}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffcd9f}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffd7b2}.table-danger,.table-danger>td,.table-danger>th{background-color:#ffd5d5}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ffb2b2}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffbcbc}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:rgba(0,0,0,.08)}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:1023.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:1023.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:1023.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media (max-width:1299.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ebebeb;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#cee66b;outline:0;box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#ff6a6a}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(255,106,106,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#ff6a6a;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6a6a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff6a6a' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ff6a6a;box-shadow:0 0 0 .2rem rgba(255,106,106,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#ff6a6a;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff6a6a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ff6a6a' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#ff6a6a;box-shadow:0 0 0 .2rem rgba(255,106,106,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ff6a6a}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ff6a6a}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ff6a6a}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#ff9d9d;background-color:#ff9d9d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,106,106,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ff6a6a}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ff6a6a;box-shadow:0 0 0 .2rem rgba(255,106,106,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:1024px){.form-inline label{-ms-flex-align:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-ms-flexbox;display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#212529;background-color:#96b41e;border-color:#96b41e}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#7b9319;border-color:#728817}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(132,159,32,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#212529;background-color:#96b41e;border-color:#96b41e}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#728817;border-color:#687d15}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(132,159,32,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ff9f46;border-color:#ff9f46}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#ff8b20;border-color:#ff8513}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,141,66,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ff9f46;border-color:#ff9f46}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#ff8513;border-color:#ff7e06}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,141,66,.5)}.btn-danger{color:#212529;background-color:#ff6a6a;border-color:#ff6a6a}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#f44;border-color:#ff3737}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(222,96,96,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#212529;background-color:#ff6a6a;border-color:#ff6a6a}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ff3737;border-color:#ff2a2a}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,96,96,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#96b41e;border-color:#96b41e}.btn-outline-primary:hover{color:#212529;background-color:#96b41e;border-color:#96b41e}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(150,180,30,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#96b41e;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#212529;background-color:#96b41e;border-color:#96b41e}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(150,180,30,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ff9f46;border-color:#ff9f46}.btn-outline-warning:hover{color:#212529;background-color:#ff9f46;border-color:#ff9f46}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,159,70,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ff9f46;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ff9f46;border-color:#ff9f46}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,159,70,.5)}.btn-outline-danger{color:#ff6a6a;border-color:#ff6a6a}.btn-outline-danger:hover{color:#212529;background-color:#ff6a6a;border-color:#ff6a6a}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,106,106,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ff6a6a;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#212529;background-color:#ff6a6a;border-color:#ff6a6a}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,106,106,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#96b41e;text-decoration:none}.btn-link:hover{color:#5f7213}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:1024px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:1024px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:1024px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width:1300px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#96b41e}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ebebeb;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#96b41e;background-color:#96b41e}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#cee66b}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#dcee97;border-color:#dcee97}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#96b41e;background-color:#96b41e}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(150,180,30,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(150,180,30,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(150,180,30,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(150,180,30,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ebebeb;border-radius:.25rem;-webkit-appearance:none;appearance:none}.custom-select:focus{border-color:#cee66b;outline:0;box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#cee66b;box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ebebeb;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(150,180,30,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(150,180,30,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(150,180,30,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#96b41e;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#dcee97}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#96b41e;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#dcee97}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#96b41e;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#dcee97}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#96b41e}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.hy-breadcrumb .navbar h1,.hy-detail-head-banner__content .navbar h1,.navbar,.navbar-nav .nav-item .navbar .navbar-submenu-content,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl,.navbar .container-xxl,.navbar .hy-breadcrumb h1,.navbar .hy-detail-head-banner__content h1,.navbar .navbar-nav .nav-item .navbar-submenu-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:1023.98px){.hy-breadcrumb .navbar-expand-sm>h1,.hy-detail-head-banner__content .navbar-expand-sm>h1,.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl,.navbar-nav .nav-item .navbar-expand-sm>.navbar-submenu-content{padding-right:0;padding-left:0}}@media (min-width:1024px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand-sm>h1,.hy-detail-head-banner__content .navbar-expand-sm>h1,.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl,.navbar-expand-sm>.container-xxl,.navbar-nav .nav-item .navbar-expand-sm>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:1023.98px){.hy-breadcrumb .navbar-expand-md>h1,.hy-detail-head-banner__content .navbar-expand-md>h1,.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl,.navbar-nav .nav-item .navbar-expand-md>.navbar-submenu-content{padding-right:0;padding-left:0}}@media (min-width:1024px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand-md>h1,.hy-detail-head-banner__content .navbar-expand-md>h1,.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl,.navbar-expand-md>.container-xxl,.navbar-nav .nav-item .navbar-expand-md>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:1023.98px){.hy-breadcrumb .navbar-expand-lg>h1,.hy-detail-head-banner__content .navbar-expand-lg>h1,.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl,.navbar-nav .nav-item .navbar-expand-lg>.navbar-submenu-content{padding-right:0;padding-left:0}}@media (min-width:1024px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand-lg>h1,.hy-detail-head-banner__content .navbar-expand-lg>h1,.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl,.navbar-expand-lg>.container-xxl,.navbar-nav .nav-item .navbar-expand-lg>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.hy-breadcrumb .navbar-expand-xl>h1,.hy-detail-head-banner__content .navbar-expand-xl>h1,.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl,.navbar-nav .nav-item .navbar-expand-xl>.navbar-submenu-content{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand-xl>h1,.hy-detail-head-banner__content .navbar-expand-xl>h1,.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl,.navbar-expand-xl>.container-xxl,.navbar-nav .nav-item .navbar-expand-xl>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1299.98px){.hy-breadcrumb .navbar-expand-xxl>h1,.hy-detail-head-banner__content .navbar-expand-xxl>h1,.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl,.navbar-nav .nav-item .navbar-expand-xxl>.navbar-submenu-content{padding-right:0;padding-left:0}}@media (min-width:1300px){.navbar-expand-xxl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand-xxl>h1,.hy-detail-head-banner__content .navbar-expand-xxl>h1,.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl,.navbar-expand-xxl>.container-xxl,.navbar-nav .nav-item .navbar-expand-xxl>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.hy-breadcrumb .navbar-expand>h1,.hy-detail-head-banner__content .navbar-expand>h1,.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,.navbar-expand>.container-xxl,.navbar-nav .nav-item .navbar-expand>.navbar-submenu-content{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.hy-breadcrumb .navbar-expand>h1,.hy-detail-head-banner__content .navbar-expand>h1,.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl,.navbar-expand>.container-xxl,.navbar-nav .nav-item .navbar-expand>.navbar-submenu-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:10px}@media (min-width:1024px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-10px;margin-left:-10px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:10px;margin-bottom:0;margin-left:10px}}.card-group>.card{margin-bottom:10px}@media (min-width:1024px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:1024px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#96b41e;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#5f7213;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(150,180,30,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#96b41e;border-color:#96b41e}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#212529;background-color:#96b41e}a.badge-primary:focus,a.badge-primary:hover{color:#212529;background-color:#728817}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(150,180,30,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ff9f46}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#ff8513}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,159,70,.5)}.badge-danger{color:#212529;background-color:#ff6a6a}a.badge-danger:focus,a.badge-danger:hover{color:#212529;background-color:#ff3737}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,106,106,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:1024px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#4e5e10;background-color:#eaf0d2;border-color:#e2eac0}.alert-primary hr{border-top-color:#d9e4ad}.alert-primary .alert-link{color:#2a3209}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#855324;background-color:#ffecda;border-color:#ffe4cb}.alert-warning hr{border-top-color:#ffd7b2}.alert-warning .alert-link{color:#5d3a19}.alert-danger{color:#853737;background-color:#ffe1e1;border-color:#ffd5d5}.alert-danger hr{border-top-color:#ffbcbc}.alert-danger .alert-link{color:#612828}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#96b41e;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#96b41e;border-color:#96b41e}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:1024px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1024px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1024px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1300px){.list-group-horizontal-xxl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#4e5e10;background-color:#e2eac0}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#4e5e10;background-color:#d9e4ad}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#4e5e10;border-color:#4e5e10}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#855324;background-color:#ffe4cb}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#855324;background-color:#ffd7b2}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#855324;border-color:#855324}.list-group-item-danger{color:#853737;background-color:#ffd5d5}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#853737;background-color:#ffbcbc}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#853737;border-color:#853737}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(0,0,0,.08);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid rgba(0,0,0,.08);border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:1024px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media (min-width:1024px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:OpenSans-Regular,Microsoft YaHei,WenQuanYi Micro Hei;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:OpenSans-Regular,Microsoft YaHei,WenQuanYi Micro Hei;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle,.news-card .news-time>div i+div{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#96b41e!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#728817!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ff9f46!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ff8513!important}.bg-danger{background-color:#ff6a6a!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#ff3737!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}#cooperation-application-scene .carousel-item>p,.accessory-list_container .hypagination .jump-input-form .jump-input,.aside-actions,.bg-white,.company-management-info-box,.download-center .download-file-list__content,.download-detail-compression,.download-detail-pdf,.download-detail-toolbar,.FAQ-product-subtype,.faq-right-container,.faq-right-container .no-result,.hy-product-videos .hy-product-videos-carousel__list .carousel-caption,.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper,.hy-search_repair_store-store,.hy_globalSearch_module_search-phone .hy-navbar-search-content,.hypagination .jump-input-form .jump-input,.industry-solution,.inquiry-list-card-wrapper .inquiry-list-card,.message-list-item article,.notification-center-left-menu,.personal-center__detail,.personal-center__module,.product-list-terminal_aside form[name=product-list_filter],.product-list_container,.product-resource .download-file-list__content,.product-title,.repair-inquiry-card,.search-certification .certificate-card-wrapper .certificate-card,.search-industry-partners .partners-card-wrapper .partners-card,.search-partners .partners-card-wrapper .partners-card{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid rgba(0,0,0,.08)!important}.aside-actions,.border-top,.download-detail-toolbar,.personal-center__detail .detail-content-footer{border-top:1px solid rgba(0,0,0,.08)!important}.border-right{border-right:1px solid rgba(0,0,0,.08)!important}.border-bottom,.download-list-item,.FAQ-product-models .detail-path,.FAQ-product-models .subnav-path,.FAQ-product-subtype>h5,.FAQ-product-subtype_list>h5,.FAQ-product-subtype_list li,.faq-right-container>h5,.FAQ-search-result_list li,.normalFAQ_list>h5,.normalFAQ_list li,.personal-center__detail .detail-header,.popularFAQ_list>h5,.popularFAQ_list li,.relativeFAQ_list>h5{border-bottom:1px solid rgba(0,0,0,.08)!important}.border-left{border-left:1px solid rgba(0,0,0,.08)!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#96b41e!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ff9f46!important}.border-danger{border-color:#ff6a6a!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.company-management-list-tab-container .tab-content span,.d-inline-block{display:inline-block!important}.d-block,.hy-product-accessories_list p{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex,.hy-product-accessories_list,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.product-card .product-footer,.search-result-item,.trainning-course-row li>article{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:1024px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1024px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block,.inquiry-list span{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1300px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.navbar-nav .nav-item .navbar-submenu-content.lg-column,.navbar-nav .nav-item .navbar-submenu-content.md-column,.product-card .product-footer,.search-result-item{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1,.inquiry-list__footer .count{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1,.section-black-icon-item h3{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center,.trainning-course-row li>article{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between,.navbar-nav .nav-item .navbar-submenu-content.icon-column{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.product-card .product-footer,.search-certification .certificate-table,.search-industry-partners .partners-table,.search-partners .partners-table,.trainning-course-row li>article{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center,.hy-search_repair_store-store .store .authorization{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:1024px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1024px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1024px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1300px){.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:1024px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:1024px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:1024px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1300px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.hy-navbar-search-module .hy-navbar-search-content,.hy-product-detail_carousel__list .carousel-item img,.hy-product-jumbo-wrap,.hy-product-news,.hy-refitted-vehicles-product-platform-desc,.hy-tree-select .dropdown-menu,.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn p,.inquiry-list__footer,.inquiry-list__footer .row,.notification-center .video-menu-container ul,.signup-content.signup-success>p,.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.contact-us .human-resource-idea h2 p,.download-center-toolbar,.g-0>*,.gy-0>*,.human-resource-idea .contact-us h2 p,.human-resource-idea .content p,.mt-0,.my-0,.personal-center__detail .form-title:first-child,.product-system-item:first-child{margin-top:0!important}.mr-0,.mx-0,.navbar-user-avatar button{margin-right:0!important}.accessory-list_container .hypagination .jump-input-form,.hypagination .jump-input-form,.mb-0,.my-0,.personal-center__detail .form-desc,.table-section:last-child{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.hy-search_repair_store-store .store-title,.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.g-4>*,.gy-4>*,.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4,.pulse-wrapper .pulse-wrapper_content .pulse-content>h5{margin-bottom:1.5rem!important}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item span+span,.download-file-list__content .download-file-info-item span+span,.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.accessory-list_container .hypagination .jump-input-form .jump-input,.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs>h1,.hypagination .jump-input-form .jump-input,.pt-0,.py-0{padding-top:0!important}.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pr-0,.px-0,.video-desc-list-item>*{padding-right:0!important}.accessory-list_container .hypagination .jump-input-form .jump-input,.hypagination .jump-input-form .jump-input,.investor-msg-content,.pb-0,.py-0{padding-bottom:0!important}.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pl-0,.px-0,.video-desc-list-item>*{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.g-4>*,.gx-4>*,.pr-4,.px-4{padding-right:1.5rem!important}.hy-product-news_item,.pb-4,.py-4{padding-bottom:1.5rem!important}.g-4>*,.gx-4>*,.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}#navbarToggle,.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}#navbarToggle,.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:1024px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:1024px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0,.navbar-nav,.navbar-search-recommend ul{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1300px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}#tech-support .container a,#tech-support .hy-breadcrumb h1 a,#tech-support .hy-detail-head-banner__content h1 a,#tech-support .navbar-nav .nav-item .navbar-submenu-content a,.hy-breadcrumb #tech-support h1 a,.hy-detail-head-banner__content #tech-support h1 a,.navbar-nav .nav-item #tech-support .navbar-submenu-content a,.submit-status__action a,.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industry-solutions-customer-value p,.inquiry-list__footer .count,.partner-portal-value-item p,.public-pro-solution .tab-content div:first-child,.text-left{text-align:left!important}#cooperation-trip .cooperation-trip-step>div,.aside-actions,.hy-customer_testimony .testimony_content>p,.text-right,.user-info-list .row .operation{text-align:right!important}#cooperation-application-scene .carousel-item>h3,#hy_productLine_news h2,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.black-card,.detail-resolve_status,.download-detail-tips,.human-resource-process .icon_content,.hy-be-partner .hy-be-partner_inner .desc,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb #tech-support h1,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content #tech-support h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-fluid-tab .tab_items-fluid>li,.hy-module-platform .hy-module-brief,.hy-product-accessories_list p,.hy-product-features_list .feature-title,.hy-product-params .row .table-mobile.hy-product-params-table th,.hy-product-videos .hy-product-videos-carousel__list .carousel-caption h5,.hy-refitted-vehicles-product-platform-desc,.industry-solution,.industry-solution .solution-banner .solution-title,.inquiry-list span,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.no-result-page,.partner-portal-content h3,.partner-portal-value-item,.personal-center__module .content-header-btn,.personal-center_side_nav .avatar,.product-system-item .feature-card div:first-child,.section-black-icon-item h3,.section-divide-item,.status-container,.sub-section h3,.submit-status,.submit-status__more-help,.text-center,.trainning-course-row li>article,.user-info-modal .bind-modal h3,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{text-align:center!important}@media (min-width:1024px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:1024px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1024px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1300px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.section-black-icon-item h3,.text-white{color:#fff!important}.text-primary{color:#96b41e!important}a.text-primary:focus,a.text-primary:hover{color:#5f7213!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ff9f46!important}a.text-warning:focus,a.text-warning:hover{color:#f97800!important}.text-danger{color:#ff6a6a!important}a.text-danger:focus,a.text-danger:hover{color:#ff1e1e!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}#cooperation-application-scene .carousel-item>p,.hy-product-features_banner_right.dark-bg .hybtn-primary,.hy-product-videos .hy-product-videos-carousel__list .carousel-caption,.hy-search_repair_store-store .store .authorization,.personal-center-list-card a,.text-dark{color:#343a40!important}.hy-product-features_banner_right.dark-bg a.hybtn-primary:focus,.hy-product-features_banner_right.dark-bg a.hybtn-primary:hover,.hy-product-videos .hy-product-videos-carousel__list a.carousel-caption:focus,.hy-product-videos .hy-product-videos-carousel__list a.carousel-caption:hover,.hy-search_repair_store-store .store a.authorization:focus,.hy-search_repair_store-store .store a.authorization:hover,.personal-center-list-card a:focus,.personal-center-list-card a:hover,a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.personal-center-list-card a,.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content,body{min-width:1024px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th,.table .thead-dark th{border-color:rgba(0,0,0,.08)}.table .thead-dark th{color:inherit}}html{font-size:10px}body{width:100%;padding-right:0!important;overflow-x:hidden;font-size:14px;font-family:OpenSans-Regular,Microsoft YaHei,WenQuanYi Micro Hei;line-height:1.4;letter-spacing:-.6px;word-break:break-word;overflow-anchor:none}a,body{color:#404040}a:hover{color:#96b41e;text-decoration:none}h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0;word-break:break-word}li,ul{word-break:break-word;list-style:none}.hy-gray_title-card ul>li,.pic-desc-content>ul>li,ul li.list-item{list-style:inside}*{text-transform:none!important}button,textarea{outline:none!important}pre{margin:0;white-space:pre-wrap}:focus{outline:none}::-ms-clear{display:none}.carousel-item video{height:100%}img,video{max-width:100%}.btn:focus{box-shadow:none}.modal-open{overflow:auto}.modal-content{box-shadow:none}.modal-header{padding:20px}.modal-header .modal-title{font-weight:600}.modal-body,.modal-footer{padding:20px}.modal-backdrop.show{opacity:.3}.modal{background-color:rgba(0,0,0,.3)}.card-shadow{box-shadow:0 4px 20px rgba(51,51,51,.1)}.card-hover-shadow{transition:box-shadow .2s ease-in-out}.card-hover-shadow:hover{box-shadow:0 4px 20px rgba(51,51,51,.1)}.shadow-top{box-shadow:0 -1px 0 rgba(0,0,0,.08)}.shadow-bottom{border-bottom:1px solid #e5e3e3}.container,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{position:relative;padding-right:0;padding-left:0}@media only screen and (min-width:701px) and (max-width:1023px){.container,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{padding-right:20px;padding-left:20px}}@media only screen and (min-width:320px) and (max-width:700px){.container,.hy-breadcrumb h1,.hy-detail-head-banner__content h1,.navbar-nav .nav-item .navbar-submenu-content{padding-right:20px;padding-left:20px;margin-left:0!important;max-width:100%!important}}@media only screen and (min-width:320px) and (max-width:700px){.col-6:nth-child(odd),.navbar-nav .nav-item .navbar-submenu-content.md-column:nth-child(odd),.navbar-nav .nav-item .navbar-submenu-content.sm-column .navbar-category:nth-child(odd){padding-right:6px}}@media only screen and (min-width:320px) and (max-width:700px){.col-6:nth-child(2n),.navbar-nav .nav-item .navbar-submenu-content.md-column:nth-child(2n),.navbar-nav .nav-item .navbar-submenu-content.sm-column .navbar-category:nth-child(2n){padding-left:6px}}.col-lg-12{min-height:0!important}.table-bordered thead td,.table-bordered thead th{border-color:#000;border-width:1px}.table{margin-bottom:0}.table tr td{border-top:0 solid;border-bottom:0 solid}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;appearance:textfield}.border-radius-0,.hy-product-detail_carousel__list .carousel-item img,.hy-product-params .row .table-pc,.sub-brands img{border-radius:0!important}#cooperation-application-scene .carousel-item>p,.border-radius-6,.hy_globalSearch_module_search-phone .phone-search-input,.inquiry-list-card-wrapper .inquiry-list-card,.inquiry-list-card-wrapper .product-image,.navbar .navbar-login-button,.region-entry-card,.search-form{overflow:hidden;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item>p,.border-radius-6,.hy_globalSearch_module_search-phone .phone-search-input,.inquiry-list-card-wrapper .inquiry-list-card,.inquiry-list-card-wrapper .product-image,.navbar .navbar-login-button,.region-entry-card,.search-form{border-radius:0}}#cooperation-application-scene .carousel,#cooperation-study-cases>div,#cooperation-trip .cooperation-trip-content,#cooperation-trip .cooperation-trip-step,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.banner_notification-video-wrapper .notification-video_container .notification-video-player,.border-radius-10,.company-management-info-box,.contact-department-list,.detail-content-wrapper img,.detail-content-wrapper video,.download-center-menu,.download-center .search-form .download-dropdown-menu,.FAQ-product-subtype,.faq-right-container,.faq-right-container .no-result,.FAQ-sidenav-menu,.hy-breadcrumb #tech-support h1,.hy-contact-us-list_item,.hy-detail-head-banner__content #tech-support h1,.hy-fluid-tab .public-pro-solution .tab_items-fluid>li,.hy-global_search-search .search-content-bg,.hy-navbar-search-module .hy-navbar-search-content,.hy-pic-title-row-card .card-bg,.hy-product-accessories_list-item .hy-image,.hy-product-news_item,.hy-product-news_item .item-container,.hy-product-params .row .table-mobile,.hy-product-videos .hy-product-videos_carousel,.hy-refitted-vehicles-product-platform-desc,.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper,.hy_globalSearch_module_search-phone .hy-navbar-search-content,.investor-relationship-content,.message-list-item article,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.news-card,.notification-center-left-menu,.notification-video-wrapper .notification-video_container .notification-video-player,.personal-center__detail,.product-card,.product-list-aside form[name=product-list_filter],.product-list-terminal_aside form[name=product-list_filter],.product-list_container ul.list .product .product-compare__radio-block,.product-list_container ul.list .search-result-item .product-compare__radio-block,.product-resource-menu,.product-resource .search-form .download-dropdown-menu,.product-system-item .product-black-card,.public-pro-solution .hy-fluid-tab .tab_items-fluid>li,.public-pro-solution .tab-item,.public-pro-solution .video-container .home-industry-video,.pulse-detail-carousel_container .pulse-detail-carousel,.relativeFAQ_list,.repair-inquiry-card,.round,.search-certification .certificate-card-wrapper .certificate-card,.search-certification .certificate-table,.search-industry-partners .partners-card-wrapper .partners-card,.search-industry-partners .partners-table,.search-partners .partners-card-wrapper .partners-card,.search-partners .partners-table,.section-black-icon-item.row .col>div,.trainning-course-row li>article{overflow:hidden;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel,#cooperation-study-cases>div,#cooperation-trip .cooperation-trip-content,#cooperation-trip .cooperation-trip-step,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.banner_notification-video-wrapper .notification-video_container .notification-video-player,.border-radius-10,.company-management-info-box,.contact-department-list,.detail-content-wrapper img,.detail-content-wrapper video,.download-center-menu,.download-center .search-form .download-dropdown-menu,.FAQ-product-subtype,.faq-right-container,.faq-right-container .no-result,.FAQ-sidenav-menu,.hy-breadcrumb #tech-support h1,.hy-contact-us-list_item,.hy-detail-head-banner__content #tech-support h1,.hy-fluid-tab .public-pro-solution .tab_items-fluid>li,.hy-global_search-search .search-content-bg,.hy-navbar-search-module .hy-navbar-search-content,.hy-pic-title-row-card .card-bg,.hy-product-accessories_list-item .hy-image,.hy-product-news_item,.hy-product-news_item .item-container,.hy-product-params .row .table-mobile,.hy-product-videos .hy-product-videos_carousel,.hy-refitted-vehicles-product-platform-desc,.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper,.hy_globalSearch_module_search-phone .hy-navbar-search-content,.investor-relationship-content,.message-list-item article,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.news-card,.notification-center-left-menu,.notification-video-wrapper .notification-video_container .notification-video-player,.personal-center__detail,.product-card,.product-list-aside form[name=product-list_filter],.product-list-terminal_aside form[name=product-list_filter],.product-list_container ul.list .product .product-compare__radio-block,.product-list_container ul.list .search-result-item .product-compare__radio-block,.product-resource-menu,.product-resource .search-form .download-dropdown-menu,.product-system-item .product-black-card,.public-pro-solution .hy-fluid-tab .tab_items-fluid>li,.public-pro-solution .tab-item,.public-pro-solution .video-container .home-industry-video,.pulse-detail-carousel_container .pulse-detail-carousel,.relativeFAQ_list,.repair-inquiry-card,.round,.search-certification .certificate-card-wrapper .certificate-card,.search-certification .certificate-table,.search-industry-partners .partners-card-wrapper .partners-card,.search-industry-partners .partners-table,.search-partners .partners-card-wrapper .partners-card,.search-partners .partners-table,.section-black-icon-item.row .col>div,.trainning-course-row li>article{border-radius:0}}.border-radius-40{overflow:hidden;border-radius:0}.border-radius-circle{border-radius:50%}.border-bottom,.download-list-item,.FAQ-product-models .detail-path,.FAQ-product-models .subnav-path,.FAQ-product-subtype>h5,.FAQ-product-subtype_list>h5,.FAQ-product-subtype_list li,.faq-right-container>h5,.FAQ-search-result_list li,.normalFAQ_list>h5,.normalFAQ_list li,.personal-center__detail .detail-header,.popularFAQ_list>h5,.popularFAQ_list li,.relativeFAQ_list>h5{border-bottom:1px solid #ebebeb!important}.aside-actions,.border-top,.download-detail-toolbar,.personal-center__detail .detail-content-footer{border-top:1px solid #ebebeb!important}.dropdown:hover{cursor:pointer}.dropdown-menu{z-index:10;min-width:80px;margin-top:8px;padding:8px 0;font-size:14px;border:0;border-radius:0;box-shadow:0 4px 20px rgba(51,51,51,.1)}.dropdown-menu .dropdown-item{padding:6px 14px;background-color:#fff;border:0}.dropdown-menu .dropdown-item:hover{background-color:#f5f6f7;cursor:pointer}.dropdown-menu .dropdown-item:active{color:#1a1a1a}.dropdown-menu a.dropdown-item:hover{color:#88ab2d}.dropdown-item{color:#1a1a1a}.no-bottom-radius{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}@media only screen and (min-width:320px) and (max-width:700px){.dropdown-menu{margin-top:4px;border-radius:0}.modal-body,.modal-footer,.modal-header{padding:12px}}.form-control.is-valid,.was-validated .form-control:valid{border-color:#ebebeb}form.was-validated :invalid~.invalid-feedback+.invalid-feedback,form.was-validated :invalid~.invalid-tooltip+.invalid-tooltip{display:none}[id^=recaptcha_] div:first-child{margin:auto}.partner-portal-value-item .img-container,.w-64-icon{width:64px!important}@media only screen and (min-width:320px) and (max-width:700px){.partner-portal-value-item .img-container,.w-64-icon{width:40px!important}}.tooltip{margin-top:11px;pointer-events:none}article{word-break:break-word}@media only screen and (min-width:320px) and (max-width:700px){.ggskin_rectangle{top:-22px!important;left:10px!important;width:230px!important;transform:scale(.6) rotate(90deg)!important;transform-origin:0 100%!important;opacity:.8!important}}.section-wrapper .resource-padding,.solution-scenes .resource-padding{min-height:100px;padding-top:0}.summary h3{position:relative;padding-top:164px;font-weight:400;font-size:30px}@media only screen and (min-width:320px) and (max-width:700px){.summary h3{padding-top:64px}}.summary h3:before{position:absolute;bottom:0;width:38px;height:1px;background-color:#88ab2d;content:""}@media only screen and (min-width:320px) and (max-width:700px){.solution-scenes h2{padding-bottom:0!important}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-control-btn{display:none}}@media only screen and (min-width:320px) and (max-width:700px){.carousel{padding-bottom:32px}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-indicators{bottom:-16px}}@media only screen and (max-width:1023px) and (min-width:768px){.d-md-none{display:-ms-flexbox!important;display:flex!important}}@keyframes fadeInUp{0%{transform:translate3d(0,100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__fadeInUp{animation-duration:1s;animation-timing-function:cubic-bezier(.37,.01,.45,1);animation-delay:0;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:both;animation-name:fadeInUp}@keyframes fadeInDown{0%{transform:translate3d(0,-100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__fadeInDown{animation-duration:1s;animation-timing-function:cubic-bezier(.37,.01,.45,1);animation-delay:0;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:both;animation-name:fadeInDown}@keyframes slideInDown{0%{transform:scaleY(0)}to{transform:scale(1)}}.animate__slideInDown{animation-name:slideInDown;animation-duration:.2s;animation-delay:0;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:forwards}@keyframes pulseHoverIn{0%{transform:scaleX(1)}to{transform:scale3d(1.05,1.05,1.05)}}@keyframes pulseHoverOut{0%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulseHoverOut{animation-name:pulseHoverOut;animation-duration:.5s;animation-timing-function:cubic-bezier(.37,.01,.45,1);animation-delay:0;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:forwards}.hy-animation-hover{transition:.5s}.hy-animation-hover:hover{transform:scale(1.1)}.hyt-image-mask-hover{transition:.5s}.hyt-image-mask-hover:hover{opacity:0}@keyframes breathe{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.hy_animation_breathe{animation-name:breathe;animation-duration:.7s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:forwards}@keyframes widthBig{0%{width:200px}to{width:512px}}.animate__widthBig{animation-name:widthBig;animation-duration:.3s;animation-timing-function:cubic-bezier(.37,.01,.45,1);animation-iteration-count:1;animation-fill-mode:forwards}@keyframes widthSmall{0%{width:512px}to{width:200px}}.animate__widthSmall{animation-name:widthSmall;animation-duration:.3s;animation-timing-function:cubic-bezier(.37,.01,.45,1);animation-iteration-count:1;animation-fill-mode:forwards}@keyframes pulse{0%{transform:scale(.9);opacity:.5}to{transform:scale(1.5);opacity:0}}@keyframes pulse-lg{0%{transform:scale(.9);opacity:.9}50%{transform:scale(1.5);opacity:.5}to{transform:scale(2.5);opacity:0}}.form-container{max-width:592px;margin:auto}.exclude-header{margin-top:60px}@media only screen and (min-width:320px) and (max-width:700px){.exclude-header{margin-top:56px}}.section-wrapper{padding-top:60px;padding-bottom:60px}@media only screen and (min-width:320px) and (max-width:700px){.section-wrapper{padding-top:40px;padding-bottom:40px}}.section-wrapper.text-wrapper h2{margin-bottom:30px}.section-wrapper h2{font-size:42px;font-weight:700;color:#282828;margin-bottom:32px;text-align:center;line-height:57.6px;letter-spacing:-.8px;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.section-wrapper h2{margin-bottom:24px;letter-spacing:-.6px;line-height:33.6px;font-size:28px}}.section-wrapper .more-btn{padding-top:46px;padding-bottom:0}@media only screen and (min-width:320px) and (max-width:700px){.section-wrapper .more-btn{padding-top:24px}}.section-wrapper .more-btn .hybtn-ghost{height:40px;color:#88ab2d;font-size:14px;line-height:40px;padding:0 20px}.section-wrapper .more-btn .read-more-btn{margin-top:0;border-radius:20px}.section-wrapper.bg-img{padding-top:0!important;padding-bottom:0!important}#hy-overview-2{padding-top:60px}#hy-overview-2>h2{margin-bottom:70px}@media only screen and (min-width:320px) and (max-width:700px){#hy-overview-2>h2{margin-bottom:40px}}.section-container{padding-top:60px;padding-bottom:60px}@media only screen and (min-width:320px) and (max-width:700px){.section-container{padding-top:40px;padding-bottom:40px}}.section-container h2{font-family:OpenSans-SemiBold;font-weight:700;font-size:42px;line-height:1.2;color:#282828;margin-bottom:32px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.section-container h2{font-size:24px!important;line-height:1.4;margin:0 auto 40px;font-weight:500;word-break:normal;font-size:28px!important;line-height:33.6px!important;margin:0 auto 24px;text-align:center}}.section-container.bg-img{padding-top:0!important;padding-bottom:0!important}.contact-us .human-resource-idea h2.section-container,.human-resource-idea .contact-us h2.section-container,.human-resource-idea .section-container.content,.hy-gray_title-card>h5.section-container,.section-container.bg-gray,.section-container.hy-product-features_banner_right,.section-container.investor-relationship-body,.trainning-course-row li>article.section-container{background-color:#f2f3f5}#cooperation-application-scene .carousel-item>p.section-container,.download-center .section-container.download-file-list__content,.faq-right-container .section-container.no-result,.hy-product-videos .hy-product-videos-carousel__list .section-container.carousel-caption,.hy-refitted-vehicles-product-platform .product-platform-list .item .section-container.img-wrapper,.hy_globalSearch_module_search-phone .section-container.hy-navbar-search-content,.hypagination .jump-input-form .section-container.jump-input,.inquiry-list-card-wrapper .section-container.inquiry-list-card,.message-list-item article.section-container,.product-list-terminal_aside form.section-container[name=product-list_filter],.product-resource .section-container.download-file-list__content,.search-certification .certificate-card-wrapper .section-container.certificate-card,.search-industry-partners .partners-card-wrapper .section-container.partners-card,.search-partners .partners-card-wrapper .section-container.partners-card,.section-container.aside-actions,.section-container.bg-white,.section-container.company-management-info-box,.section-container.download-detail-compression,.section-container.download-detail-pdf,.section-container.download-detail-toolbar,.section-container.FAQ-product-subtype,.section-container.faq-right-container,.section-container.hy-search_repair_store-store,.section-container.industry-solution,.section-container.notification-center-left-menu,.section-container.personal-center__detail,.section-container.personal-center__module,.section-container.product-list_container,.section-container.product-title,.section-container.repair-inquiry-card{background-color:#fff}.solution-scenes h2{font-family:OpenSans-SemiBold;font-weight:700;font-size:42px;line-height:1.2;color:#282828;margin-bottom:32px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.solution-scenes h2{font-size:24px!important;line-height:1.4;margin:0 auto 40px;font-weight:500;word-break:normal}}.default-arrow-area-pos{margin-top:24px!important;text-align:center!important;padding-bottom:0!important}.default-arrow-area{max-width:1200px;text-align:right}@media only screen and (min-width:320px) and (max-width:700px){.default-arrow-area{max-width:100%;width:90px;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.default-arrow{display:inline-block;width:48px;height:48px;line-height:48px;text-align:center;border-radius:48px;font-size:24px;margin:0 10px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.default-arrow{width:40px;height:40px;line-height:40px;-ms-flex:none;flex:none;margin:0 5px}}.default-arrow.prev{transform:rotate(90deg)}.default-arrow.next{transform:rotate(270deg)}.default-arrow i{color:#fff}.contact-us .human-resource-idea h2.default-arrow,.default-arrow.bg-gray,.default-arrow.hy-product-features_banner_right,.default-arrow.investor-relationship-body,.human-resource-idea .contact-us h2.default-arrow,.human-resource-idea .default-arrow.content,.hy-gray_title-card>h5.default-arrow,.trainning-course-row li>article.default-arrow{background:#ced0d4}.default-arrow.bg-green:hover{background:#839e3b}.common-pageswitch-title{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-width:1200px}@media screen and (min-width:1200px) and (max-width:1262px){.common-pageswitch-title{max-width:1180px}}.hgps-container .customers-stories-name{padding-top:15px}@media screen and (max-width:1000px){.hgps-container .customers-stories-name{padding-top:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.hgps-container .customers-stories-name span{font-size:14px;font-family:MyriadPro-regular}.hgps-container .customers-stories-name a{font-family:MyriadPro-semibold}.hgps-container #home-carousel-banner{padding-bottom:0!important}.hgps-container #home-carousel-banner img{height:calc(100vh - 60px);object-fit:cover;width:100%}.hgps-container .carousel-item{height:auto!important}.hgps-container .hgps-color-title{width:250px!important;padding-top:50px}.hgps-container .hgps-h2{padding-top:80px;padding-bottom:40px;text-align:center;color:#fff;font-size:40px;font-family:MyriadPro-Semibold;letter-spacing:-.2px}@media screen and (max-width:1000px){.hgps-container .hgps-h2{padding-top:50px;padding-bottom:20px;font-size:32px}}.hgps-container #press-release .hgps-h2{color:#000;padding:0}.hgps-color-title-left,.hgps-color-title-right{width:80px!important}.hgps-polish-mobile-container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:4px;margin:4px auto}@media screen and (min-width:1000px){.hgps-polish-mobile-container{display:none}}.hgps-polish-mobile .hgps-color-mobile-title{display:none}@media screen and (max-width:1000px){.hgps-polish-mobile .hgps-color-mobile-title{display:block;text-align:center;margin-top:-45px}.hgps-polish-mobile .hgps-color-mobile-title>img{width:45%}}.hgps-polish-mobile-container .column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;-ms-flex:1;flex:1}.hgps-polish-mobile-container .column img{width:100%;height:auto;border-radius:8px;opacity:0}.column:nth-child(5),.hgps-polish-mobile-container .column:first-child{-ms-flex-pack:start;justify-content:flex-start;transform:translateY(-10px)}.column:nth-child(4),.hgps-polish-mobile-container .column:nth-child(2){transform:translateY(0)}.hgps-polish-mobile-container .column:nth-child(3){transform:translateY(-30px)}@media screen and (max-width:1000px){.hgps-polish-container{display:none}}.polish-line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:15px;-ms-flex-pack:center;justify-content:center;margin:110px auto 0}@media screen and (max-width:1000px){.polish-line{margin:45px auto 0;gap:4px}}.polish-line-02{margin-top:10px}@media screen and (max-width:1000px){.polish-line-02{margin-top:4px}}.polish-line img:nth-child(2n){transform:translateY(-40px)}.polish-line img:nth-child(odd){transform:translateY(40px)}.polish-line img{width:136px;height:auto;object-fit:cover;opacity:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:1000px){.polish-line img{width:80px}}.why-hgps{width:100%;background:#002d88;margin-top:-1px}@media screen and (min-width:1921px){.why-hgps{height:360rem}}.why-hgps .why-hgps-container{position:relative;width:94%;height:100rem;margin:0 auto;will-change:transform;transform:skewX(-20deg) rotate(-20deg) translateZ(0)}@media screen and (max-width:1000px){.why-hgps .why-hgps-container{height:70rem;overflow:hidden;margin-left:-30rem;width:120rem}}.why-hgps .why-hgps-container-02{margin-top:-6.3rem}@media screen and (max-width:1000px){.why-hgps .why-hgps-container-02{margin-top:-4.5rem}}.why-hgps .white-triangle{background-color:#fff}.why-hgps .light-blue-triangle,.why-hgps .white-triangle{position:absolute;width:100%;height:100%;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.why-hgps .light-blue-triangle{background-color:#0083d8}.why-hgps .blue-triangle{background-color:#022d88}.green-triangle,.why-hgps .blue-triangle{position:absolute;width:100%;height:100%;-webkit-clip-path:polygon(0 0,100% 0,100% 100%);clip-path:polygon(0 0,100% 0,100% 100%);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.green-triangle{background-color:#88ab2d}.why-hgps .why-hgps-text{will-change:transform;color:#fff}.why-hgps .why-hgps-text01{margin-bottom:60rem;margin-left:20rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-text01{margin-bottom:40rem;margin-left:4rem}}.why-hgps .why-hgps-text02{margin-top:68rem;margin-left:-10rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-text02{margin-top:40rem;margin-left:-10rem}}.why-hgps .why-hgps-text03{margin-bottom:64rem;margin-left:20rem;opacity:0;z-index:1;position:relative}@media screen and (max-width:1000px){.why-hgps .why-hgps-text03{margin-bottom:38rem;margin-left:11rem}}.why-hgps .why-hgps-text04{margin-top:70rem;margin-left:-10rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-text04{margin-top:41rem;margin-left:-50px}}.why-hgps h2{padding-bottom:20px}@media screen and (max-width:1000px){.why-hgps h2{padding-bottom:0}}.why-hpps-text-des{padding:0;line-height:1.5;margin:10px 0 0;max-width:270px;font-size:17px;font-family:MyriadPro-regular;opacity:1}@media screen and (max-width:1000px){.why-hpps-text-des{font-size:12px;margin-top:5px;line-height:1.3;width:170px;margin-right:5px}}.why-hgps .white-triangle>.why-hgps-text{color:#000}.why-hgps .why-hgps-text>.why-hgps-text-title{font-size:28px;font-family:MyriadPro-Semibold;letter-spacing:-1px}@media screen and (max-width:1000px){.why-hgps .why-hgps-text>.why-hgps-text-title{font-size:16px;line-height:1.2}}.why-hgps .why-hgps-01{width:520px;height:531px;margin-bottom:130px;margin-left:-10rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-01{width:200px;height:204px;margin-bottom:12rem}}.why-hgps .why-hgps-03{width:580px;height:598px;transform:skewY(20deg) rotate(0deg) translateZ(0);margin-bottom:30rem;margin-left:-10rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-03{width:240px;height:248px;margin-top:15rem;position:relative;left:10px}}.why-hgps .why-hgps-02{width:540px;height:444px;transform:skewY(20deg) rotate(0deg) translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:68rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-02{width:210px;height:173px;margin-top:50rem;margin-left:-2rem}}.why-hgps .why-hgps-04{width:560px;height:342px;transform:skewY(20deg) rotate(0deg) translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:80rem;opacity:0}@media screen and (max-width:1000px){.why-hgps .why-hgps-04{width:210px;height:128px;margin-top:58rem}}.hgps-animated-image{animation:imageAnimation 1s ease-in-out forwards}.hgps-animated-image,.hgps-animated-image2{opacity:0;transform:scale(.7) translateY(-150px)}.hgps-animated-image2{animation:imageAnimation2 1s ease-in-out .5s forwards}.hgps-animated-image3{opacity:0;transform:scale(.7) translateY(150px);animation:imageAnimation3 1s ease-in-out 1s forwards}.hgps-animated-image4{opacity:0;transform:scale(.7) translateY(-150px);animation:imageAnimation2 1s ease-in-out 1.5s forwards}.hgps-animated-image5{opacity:0;transform:scale(.7) translateY(150px);animation:imageAnimation4 1s ease-in-out 1.5s forwards}.hgps-animated-image6{animation:imageAnimation 1s ease-in-out 2s forwards}.hgps-animated-image6,.hgps-animated-image7{opacity:0;transform:scale(.7) translateY(-150px)}.hgps-animated-image7{animation:imageAnimation3 1s ease-in-out 2s forwards}.hgps-animated-image8{opacity:0;transform:scale(.7) translateY(-150px);animation:imageAnimation3 1s ease-in-out 2.5s forwards}.hgps-animated-up{opacity:0;transform:translateY(0);animation:imageAnimationCommon 1s ease-in-out 2.7s forwards}.hgps-animated-bg-up{opacity:0;transform:translateY(0);animation:imageAnimationNoMove 1.5s ease-in-out 3s forwards}@keyframes imageAnimation{0%{opacity:0;transform:scale(.7) translateY(-150px)}to{opacity:1;transform:scale(1) translateY(40)}}@keyframes imageAnimation2{0%{opacity:0;transform:scale(.7) translateY(-150px)}to{opacity:1;transform:scale(1) translateY(-40)}}@keyframes imageAnimation3{0%{opacity:0;transform:scale(.7) translateY(150px)}to{opacity:1;transform:scale(1) translateY(40)}}@keyframes imageAnimation4{0%{opacity:0;transform:scale(.7) translateY(150px)}to{opacity:1;transform:scale(1) translateY(-40px)}}@keyframes imageAnimationNoMove{0%{opacity:0}to{opacity:1}}.hgps-leverage-container{display:-ms-flexbox;display:flex;max-width:900px;-ms-flex-pack:justify;justify-content:space-between;margin:130px auto 0}@media screen and (max-width:1000px){.hgps-leverage-container{-ms-flex-direction:column;flex-direction:column;margin:50px 20px;text-align:center}}.hgps-leverage-container .hgps-leverage-container-left{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#000;font-size:28px;font-family:MyriadPro-Semibold;letter-spacing:-.2px;opacity:0}@media screen and (max-width:1000px){.hgps-leverage-container .hgps-leverage-container-left{padding:0 0 30px;line-height:1.2}}.hgps-leverage-container>p{max-width:510px;color:#404040;font-size:15px;line-height:1.6;opacity:0;font-family:MyriadPro-regular}.hgps-events{background-color:#002d88}.hgps-events .hgps-events-text{color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hgps-animated-events-up{opacity:0;transform:translateY(0);animation:imageAnimationCommon 1.5s ease-in-out forwards}.hgps-events .hgps-events-text01{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;transform:translateY(60px);opacity:0;text-align:center}@media screen and (min-width:1650px) and (max-width:1899px){.hgps-events .hgps-events-text01{transform:translateY(75px)}}@media screen and (min-width:1900px){.hgps-events .hgps-events-text01{transform:translateY(90px)}}.event-text-01{animation:eventTextAnimation01 .5s ease-in-out 1s forwards}@media screen and (min-width:1900px){.event-text-01{animation:eventTextAnimation01_1 .5s ease-in-out 1s forwards}}@media screen and (max-width:1000px){.event-text-01{animation:eventTextAnimation01_m .5s ease-in-out 1s forwards}}@keyframes eventTextAnimation01{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(60px)}}@keyframes eventTextAnimation01_1{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(90px)}}@keyframes eventTextAnimation01_m{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(50px)}}.hgps-events .hgps-events-text02{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:10px;opacity:0;text-align:center}.event-text-02{animation:eventTextAnimation02 .5s ease-in-out 1.3s forwards}@keyframes eventTextAnimation02{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hgps-events .hgps-events-text03{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;transform:translateY(60px);opacity:0;text-align:center}@media screen and (min-width:1650px) and (max-width:1899px){.hgps-events .hgps-events-text03{transform:translateY(75px)}}@media screen and (min-width:1900px){.hgps-events .hgps-events-text03{transform:translateY(90px)}}.event-text-03{animation:eventTextAnimation01 .5s ease-in-out 1.5s forwards}@media screen and (min-width:1900px){.event-text-03{animation:eventTextAnimation01_1 .5s ease-in-out 1.5s forwards}}@media screen and (max-width:1000px){.event-text-03{animation:eventTextAnimation01_m .5s ease-in-out 1.5s forwards}}.hgps-video-gallery{position:relative;max-width:931px;margin:0 auto}.hgps-video-gallery .video-container{position:relative;width:100%;background:#000}.hgps-video-gallery video{width:100%;display:block;cursor:pointer}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#88ab2d;color:#fff;border:none;cursor:pointer;font-size:18px;z-index:10;border-radius:50%;width:40px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hgps-video-gallery .prev{left:-100px}@media screen and (max-width:1000px){.hgps-video-gallery .prev{left:100px;top:120%}}.hgps-video-gallery .next{right:-80px;background-color:#88ab2d}@media screen and (max-width:1000px){.hgps-video-gallery .next{right:100px;top:120%}}.hgps-video-gallery .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(0,0,0,.7);border-radius:50%;border:none;cursor:pointer;z-index:5;transition:opacity .3s}.hgps-video-gallery .play-button:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:25px solid #fff}.hgps-video-gallery .video-wrapper{position:relative;display:none}.hgps-video-gallery .video-wrapper.active{display:block}.hgps-video-gallery .video-wrapper.playing .play-button{opacity:0;pointer-events:none}.hgps-events .hgps-events-text-date{font-family:MyriadPro-Semibold;font-size:28px}@media screen and (max-width:1000px){.hgps-events .hgps-events-text-date{font-size:20px}}.hgps-events .hgps-events-text-address{font-family:MyriadPro-regular}@media screen and (max-width:1000px){.hgps-events .hgps-events-text-address{font-size:12px;display:inline-block;width:120px}}.hgps-voice{position:relative}@media screen and (max-width:1000px){.hgps-voice .nav-button{top:110%}}.hgps-voice .nav-button.prev{left:-24px}@media screen and (max-width:1000px){.hgps-voice .nav-button.prev{left:100px}}.hgps-voice .nav-button.next{right:-44px}@media screen and (max-width:1000px){.hgps-voice .nav-button.next{right:100px}}.hgps-container .release-item_content{font-family:MyriadPro-Semibold}.hgps-bottom{background:#002d88;height:380px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1000px){.hgps-bottom{height:480px;-ms-flex-direction:column;flex-direction:column}.hgps-bottom h2{color:#fff;text-align:center}}.hgps-bottom .our-mission-main{opacity:0}.hgps-bottom_img{width:450px;margin-top:-25px;opacity:0}@media screen and (max-width:1000px){.hgps-bottom_img{width:300px}}.hgps-bottom_main .our-mission-main{margin-left:140px}@media screen and (max-width:1000px){.hgps-bottom_main .our-mission-main{margin:auto}}.hgps-bottom h2{width:300px;font-size:26px;font-family:MyriadPro-Semibold}.hgps-bottom_main{display:-ms-flexbox;display:flex;background-color:#d6dfe8;-ms-flex-align:center;align-items:center;width:890px;height:200px;border-radius:120px;position:absolute}@media screen and (max-width:1000px){.hgps-bottom_main{position:relative;margin:30px auto;width:300px;height:120px}}.hgps-bottom_more{background:#88ab2d;max-width:180px;font-size:12px;text-align:center;margin-top:15px;border-radius:14px}.hgps-bottom_more a{padding:6px 12px;display:inline-block;font-weight:600}@media screen and (max-width:1000px){.hgps-bottom_more{margin:40px auto}}.hgps-events-img{opacity:0}.hgps-animated-why-hgps-01-up{opacity:0;transform:translateY(200px) skewY(20deg) rotate(0deg);animation:whyHgpsAnimation .6s ease-in-out forwards}.hgps-animated-why-hgps-02-up{opacity:0;animation:whyHgpsAnimation .6s ease-in-out 1s forwards}@keyframes whyHgpsAnimation{0%{opacity:0;transform:translateY(200px) rotate(20deg) skewX(20deg)}to{opacity:1;transform:translateY(0) rotate(20deg) skewX(20deg)}}.hgps-video_container{display:-ms-flexbox;display:flex;padding-top:150px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1000px){.hgps-video_container{padding:40px 20px 70px}}.hgps-video_container .card_img{width:84rem}#hgps-video-frame{width:100%;height:420px;border-radius:8px}@media screen and (max-width:1000px){#hgps-video-frame{height:180px}}.hgps-animated-pic-list0-up{opacity:0;animation:imageAnimationCommon .7s ease-in-out forwards}.hgps-animated-pic-list0-down{opacity:0;animation:imageAnimationCommonDown .7s ease-in-out forwards}.hgps-animated-pic-list1-up{opacity:0;animation:imageAnimationCommon .7s ease-in-out .5s forwards}.hgps-animated-pic-list1-down{opacity:0;animation:imageAnimationCommonDown .7s ease-in-out .5s forwards}.hgps-animated-pic-list2-up{opacity:0;animation:imageAnimationCommon .7s ease-in-out 1s forwards}.hgps-animated-pic-list2-down{opacity:0;animation:imageAnimationCommonDown .7s ease-in-out 1s forwards}.hgps-animated-pic-list3-up{opacity:0;animation:imageAnimationCommon .7s ease-in-out 1.5s forwards}@keyframes imageAnimationCommonDown{0%{opacity:0;transform:translateY(-200px)}to{opacity:1;transform:translateY(0)}}@keyframes imageAnimationCommon{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1000px){.hgps-container .press-release_slide_next{background-color:#88ab2d;top:100%;right:100px!important}}@media screen and (max-width:1000px){.hgps-container .press-release_slide_prev{top:100%;left:100px!important}}.jq-toast-wrap{position:fixed;z-index:9000!important;display:block;width:auto;letter-spacing:normal;pointer-events:none!important}.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{right:40px;bottom:20px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{position:relative;display:-ms-flexbox;display:flex;width:100%;margin:0 0 5px;padding:14px;color:#fff;font-size:14px;line-height:20px;background-color:#444;border-radius:0;pointer-events:all!important}.jq-toast-single h2{margin:0 0 7px;color:inherit;font-size:14px;line-height:inherit;letter-spacing:normal;background:none}.jq-toast-single a{padding-bottom:3px;color:#eee;font-weight:700;font-size:12px;text-decoration:none;border-bottom:1px solid #fff}.jq-toast-single ul{margin:0 0 0 15px;padding:0;background:none}.jq-toast-single ul li{margin:0;padding:0;line-height:17px;letter-spacing:normal;list-style-type:disc!important;background:none}.close-jq-toast-single{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;content:""}.close-jq-toast-single,.undo-jq-toast-single{margin-left:14px;font-size:14px;cursor:pointer}.undo-jq-toast-single{padding-left:14px}.undo-jq-toast-single:before{position:relative;top:calc(50% - 7px);left:-14px;display:inline-block;width:1px;height:13px;background-color:#d9d9d9;content:""}.jq-toast-loader{position:absolute;top:-2px;left:0;display:block;width:0;height:5px;background:red;border-radius:0}.jq-toast-loaded{width:100%}.jq-has-icon{padding:14px 14px 14px 48px;background-repeat:no-repeat;background-position:14px}.jq-icon-info{color:#d9edf7;background-color:#31708f;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");border-color:#bce8f1}.jq-icon-warning{color:#fcf8e3;background-color:#8a6d3b;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");border-color:#faebcc}.jq-icon-error{color:#f2dede;background-color:#a94442;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");border-color:#ebccd1}.jq-icon-success{color:#d9d9d9;background-color:rgba(0,0,0,.8);border-color:rgba(0,0,0,.8)}.carousel-banner{height:auto;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner{height:unset}.carousel-banner #home-carousel-banner{padding-bottom:20px;background:#fff}}.carousel-banner:hover .carousel-control-btn{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel .carousel-indicators{bottom:26px}}.carousel-banner .carousel .carousel-indicators li{background-color:hsla(0,0%,100%,.30196078431372547);opacity:1;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel .carousel-indicators li{width:9px;height:9px}}.carousel-banner .carousel .carousel-indicators li.active{background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel .carousel-indicators li.active{width:13px;height:13px}}.carousel-banner .carousel .carousel-indicators li p{width:150px;text-align:center;position:absolute;color:#fff;bottom:100%;left:50%;transform:translateX(-50%) translateY(10px);margin-bottom:8px;font-size:14px;text-indent:0;opacity:0;visibility:hidden;pointer-events:none;z-index:10;transition:opacity .3s ease,transform .3s ease,visibility .3s ease}@media (max-width:1440px){.carousel-banner .carousel .carousel-indicators li p{display:none}}.carousel-banner .carousel .carousel-indicators li:hover p{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.carousel-banner .carousel .carousel-indicators li.image-indicator,.carousel-banner .carousel .carousel-indicators li.video-indicator{overflow:visible;background-color:hsla(0,0%,100%,.30196078431372547)!important}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel .carousel-indicators li.image-indicator,.carousel-banner .carousel .carousel-indicators li.video-indicator{width:12px;height:3px}}.carousel-banner .carousel .carousel-indicators li.image-indicator .video-progress-bar,.carousel-banner .carousel .carousel-indicators li.video-indicator .video-progress-bar{position:absolute;left:0;top:0;height:100%;background-color:#fff;width:0;transition:width .1s linear;z-index:1}.carousel-banner .carousel .carousel-indicators li.image-indicator.active,.carousel-banner .carousel .carousel-indicators li.video-indicator.active{background-color:hsla(0,0%,100%,.30196078431372547)!important}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel .carousel-indicators li.image-indicator.active,.carousel-banner .carousel .carousel-indicators li.video-indicator.active{width:12px;height:3px}}.carousel-banner .carousel .carousel-indicators li.image-indicator.active .video-progress-bar,.carousel-banner .carousel .carousel-indicators li.video-indicator.active .video-progress-bar{background-color:#fff}.carousel-banner .carousel-control-btn{top:50%;display:none;width:4.8rem;height:96px;background:transparent;transform:translateY(-50%);opacity:1!important;transition:all .4s}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-control-btn{display:none}}.carousel-banner .carousel-control-btn.carousel-control-prev{border-top-right-radius:8px;border-bottom-right-radius:8px;left:0}.carousel-banner .carousel-control-btn.carousel-control-next{border-top-left-radius:8px;border-bottom-left-radius:8px;right:0}.carousel-banner .carousel-control-btn:hover{background:rgba(0,0,0,.3)}.carousel-banner .carousel-control-btn>img{width:22px;height:22px;color:#fff}.carousel-banner .carousel-item{width:100%;height:100vh;overflow:hidden}@media only screen and (min-width:701px) and (max-width:1023px){.carousel-banner .carousel-item{height:100vh}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item{height:100vh}}.carousel-banner .carousel-item img{border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item img{border-radius:0}}.carousel-banner .carousel-item .carousel-item_container{width:100%;height:100%;object-fit:cover;object-position:center top}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item .carousel-item_container{width:100%;max-width:none;height:100%;object-fit:cover;object-position:70% 50%}}.carousel-banner .carousel-item .carousel-item_container video{min-width:100%;height:auto;min-height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item .carousel-item_container video{width:auto;height:100%}}.carousel-banner .carousel-item .carousel-item_mobile_img{display:none}@media only screen and (min-width:701px) and (max-width:1023px){.carousel-banner .carousel-item .carousel-item_mobile_img{display:block;width:100%;max-width:none;height:100vh;object-fit:cover;object-position:50% 50%}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item .carousel-item_mobile_img{display:block;width:100%;max-width:none;height:80vh;object-fit:cover;object-position:50% 50%}}.carousel-banner .carousel-item .carousel-item_mask{display:none}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-item .carousel-item_mask{display:none}}@media (min-width:1440px) and (max-width:1920px){.carousel-banner .carousel-item{height:840px}}@media (min-width:2000px){.carousel-banner .carousel-item{height:1100px}}.carousel-banner .banner-content__container{position:absolute;top:0;right:0;bottom:0;left:0}.carousel-banner .banner-content__container .banner-content__main{height:100%}.carousel-banner .banner-content__container .banner-content__main>.row{margin-left:0}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container .container,.carousel-banner .banner-content__container .hy-breadcrumb h1,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .carousel-banner .banner-content__container h1,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content{padding:0!important}}@media screen and (min-width:1200px) and (max-width:1262px){.carousel-banner .banner-content__container .container,.carousel-banner .banner-content__container .hy-breadcrumb h1,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .carousel-banner .banner-content__container h1,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content{padding-left:calc(50vw - 590px)!important}}.carousel-banner .banner-content__container .container,.carousel-banner .banner-content__container .hy-breadcrumb h1,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content,.carousel-banner .banner-content__container .row,.hy-breadcrumb .carousel-banner .banner-content__container h1,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content{height:100%}.carousel-banner .banner-content__container .container h2,.carousel-banner .banner-content__container .hy-breadcrumb h1 h2,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h2,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h2,.carousel-banner .banner-content__container .row h2,.hy-breadcrumb .carousel-banner .banner-content__container h1 h2,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h2,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h2{font-size:48px;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container .container h2,.carousel-banner .banner-content__container .hy-breadcrumb h1 h2,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h2,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h2,.carousel-banner .banner-content__container .row h2,.hy-breadcrumb .carousel-banner .banner-content__container h1 h2,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h2,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h2{font-weight:500;font-size:22px}}.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .row h3,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .row h3,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3{font-size:14px!important}}.carousel-banner .banner-content__container .container p,.carousel-banner .banner-content__container .hy-breadcrumb h1 p,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 p,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .row p,.hy-breadcrumb .carousel-banner .banner-content__container h1 p,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 p,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content p{font-size:18px;width:100%}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container .container p,.carousel-banner .banner-content__container .hy-breadcrumb h1 p,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 p,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .row p,.hy-breadcrumb .carousel-banner .banner-content__container h1 p,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 p,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content p{font-size:16px;font-weight:500;width:auto;margin-right:10px;margin-left:10px;font-size:14px!important;line-height:21px}}@media only screen and (min-width:701px) and (max-width:1023px){.carousel-banner .banner-content__container .row{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;padding-bottom:120px;text-align:center}.carousel-banner .banner-content__container .row .col-10{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container .row{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;padding-bottom:60px;text-align:center}.carousel-banner .banner-content__container .row .col-10{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}}.carousel-banner .banner-content__container .row .hybtn-primary{border-radius:20px;margin-top:20px}.carousel-banner .banner-content__container .row.left,.carousel-banner .banner-content__container .row.right{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.carousel-banner .banner-content__container .row.left .banner-box,.carousel-banner .banner-content__container .row.right .banner-box{width:570px;margin-top:-94px}.carousel-banner .banner-content__container .row.right{-ms-flex-align:end;align-items:flex-end}.carousel-banner .banner-content__container .row.top{padding-top:50px}@media only screen and (min-width:1441px){.carousel-banner .banner-content__container .row.top{padding-top:100px}}.carousel-banner .banner-content__container .row.bottom{-ms-flex-align:end;align-items:flex-end;padding-bottom:80px}@media only screen and (min-width:1441px){.carousel-banner .banner-content__container .row.bottom{padding-bottom:120px}}.carousel-banner .banner-content__container .row.center{-ms-flex-align:center;align-items:center}@media only screen and (min-width:1441px){.carousel-banner .banner-content__container .row.center{padding-bottom:200px}}.carousel-banner .banner-content__container .row.bottom,.carousel-banner .banner-content__container .row.center,.carousel-banner .banner-content__container .row.top{-ms-flex-pack:center;justify-content:center;text-align:center}.carousel-banner .banner-content__container .row.bottom .banner-box,.carousel-banner .banner-content__container .row.center .banner-box,.carousel-banner .banner-content__container .row.top .banner-box{width:1023px}.carousel-banner .banner-content__container a{height:40px;margin-top:40px!important;margin-right:20px;color:#fff;font-size:14px;font-family:OpenSans-Medium;line-height:40px;border-color:#fff;border-radius:20px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container a{height:auto;margin-top:18px!important;margin-right:0;padding:10px 20px;line-height:20px;border-radius:40px}}.carousel-banner .banner-content__container a:nth-child(2n){background-color:#88ab2d;border:none}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .banner-content__container a:nth-child(2n){margin-right:10px}}.carousel-banner .banner-content__container a:nth-child(2n):hover{background-color:#75951f}.carousel-banner .banner-content__container a:nth-child(odd){color:#fff;background-color:transparent;border:1px solid #fff}.carousel-banner .banner-content__container a:nth-child(odd):hover{color:#88ab2d;border-color:#88ab2d}.carousel-banner .carousel-indicators li{width:105px;height:3px;border-radius:0;margin-right:8px;margin-left:8px}@media (max-width:1440px){.carousel-banner .carousel-indicators li{width:50px!important;height:3px!important}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-indicators li{width:12px!important;height:3px!important;margin-right:3px;margin-left:3px}}.carousel-banner .carousel-indicators li.active{width:105px!important;height:3px!important;border-radius:0}@media (max-width:1440px){.carousel-banner .carousel-indicators li.active{width:50px!important;height:3px!important}}@media only screen and (min-width:320px) and (max-width:700px){.carousel-banner .carousel-indicators li.active{width:12px!important;height:3px!important}}.border-bottom,.download-list-item,.FAQ-product-models .detail-path,.FAQ-product-models .subnav-path,.FAQ-product-subtype>h5,.FAQ-product-subtype_list>h5,.FAQ-product-subtype_list li,.faq-right-container>h5,.FAQ-search-result_list li,.normalFAQ_list>h5,.normalFAQ_list li,.personal-center__detail .detail-header,.popularFAQ_list>h5,.popularFAQ_list li,.relativeFAQ_list>h5{border-bottom:1px solid #404040!important}.home-mubu{background:#fff}.footer-mubu,.home-mubu{position:relative;z-index:2}.industry-solution .solution-banner{position:relative;padding-top:122px;padding-bottom:122px;color:#fff;text-align:center;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-banner{padding-top:113px;padding-bottom:82px}}.industry-solution .solution-banner-before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.industry-solution .solution-banner .solution-title{position:relative;z-index:1;margin-bottom:0!important}.industry-solution .solution-banner .number-container{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:1023px;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-banner .number-container{-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-banner .number-container .number-item{margin-bottom:40px}}.industry-solution .solution-banner .number-container .number-item .number{height:48px;color:#96b41e;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-banner .number-container .number-item .number{height:39.2px;margin-bottom:8px}}.industry-solution .solution-scenes{padding-top:75px;padding-bottom:75px}@media only screen and (min-width:701px) and (max-width:1023px){.industry-solution .solution-scenes{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;padding-top:70px;padding-bottom:70px;background:#f7f8fa}.hy-breadcrumb .industry-solution h1.solution-scenes,.hy-detail-head-banner__content .industry-solution h1.solution-scenes,.industry-solution .hy-breadcrumb h1.solution-scenes,.industry-solution .hy-detail-head-banner__content h1.solution-scenes,.industry-solution .navbar-nav .nav-item .solution-scenes.navbar-submenu-content,.industry-solution .solution-scenes.container,.navbar-nav .nav-item .industry-solution .solution-scenes.navbar-submenu-content{padding-right:14px!important;padding-left:14px!important}}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;padding-top:70px;padding-bottom:70px;background:#f7f8fa}.hy-breadcrumb .industry-solution h1.solution-scenes,.hy-detail-head-banner__content .industry-solution h1.solution-scenes,.industry-solution .hy-breadcrumb h1.solution-scenes,.industry-solution .hy-detail-head-banner__content h1.solution-scenes,.industry-solution .navbar-nav .nav-item .solution-scenes.navbar-submenu-content,.industry-solution .solution-scenes.container,.navbar-nav .nav-item .industry-solution .solution-scenes.navbar-submenu-content{padding-right:14px!important;padding-left:14px!important}}.industry-solution .solution-scenes .sceneList{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:94px}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .sceneList{-ms-flex-pack:justify;justify-content:space-between;margin-top:52px}}.industry-solution .solution-scenes .sceneList>div{width:24%;margin-right:1.33333%}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .sceneList>div{display:-ms-flexbox;display:flex;width:100%;margin-right:0;margin-bottom:10px;padding:35px 26px 35px 32px;background:#fff;border-radius:16px}}.industry-solution .solution-scenes .sceneList>div:nth-child(4n){margin-right:0}.industry-solution .solution-scenes .sceneList>div .sceneDes{font-size:18px;color:#000;width:100%;margin-top:7px;padding:0 20px 20px;overflow:hidden;color:#8e8e8e}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .sceneList>div .sceneDes{font-size:16px;margin-top:0;font-weight:300;font-size:12px}}.industry-solution .solution-scenes .scene{display:block;min-width:80px;margin-top:32px;margin-bottom:9px}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .scene{-ms-flex-preferred-size:33.3%;flex-basis:33.3%;-ms-flex-negative:0;flex-shrink:0;margin-top:30px;margin-bottom:15px}}.industry-solution .solution-scenes .scene img{width:80px;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .scene img{width:50px}}.industry-solution .solution-scenes .scene div{margin-top:18px!important}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution .solution-scenes .scene div{margin-top:15px!important;color:#565656;font-size:20px;line-height:15px!important}}.industry-solution .solution-scenes .scene .scene-name,.industry-solution .solution-scenes .scene div{margin-top:8px;line-height:28px}@media only screen and (min-width:701px) and (max-width:1023px){.industry-solution .solution-scenes .scene-list-mobile{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}}.industry-solution .solution-scenes .scene-list-mobile>li{display:flexbox;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;margin-right:0;margin-bottom:10px;padding:35px 26px 35px 32px;background:#fff;border-radius:16px}@media only screen and (min-width:701px) and (max-width:1023px){.industry-solution .solution-scenes .scene-list-mobile>li{width:49%}}.industry-solution .solution-scenes .scene-list-mobile>li .scene-item_img{display:inline-block;width:48px;height:48px;margin-right:25px}.industry-solution .solution-scenes .scene-list-mobile>li .scene-item_img>img{width:100%;height:auto}.industry-solution .solution-scenes .scene-list-mobile>li .scene-item_text{-ms-flex:1;flex:1;text-align:left}.industry-solution .solution-scenes .scene-list-mobile>li .scene-item_text .scene-text_title{margin-bottom:4px;color:#404040;font-size:16px;font-family:OpenSans-Medium}.industry-solution .solution-scenes .scene-list-mobile>li .scene-item_text .scene-text_des{color:#707070;font-size:14px;line-height:18px}.public-pro-solution .tab-content div:first-child{max-width:890px;margin:0 auto}.public-pro-solution .video-container{position:relative;max-width:890px;height:500px;margin:0 auto 40px}@media only screen and (min-width:701px) and (max-width:1023px){.public-pro-solution .video-container{height:350px}}@media only screen and (min-width:320px) and (max-width:700px){.public-pro-solution .video-container{width:100%;height:auto;margin-top:20px}}.public-pro-solution .video-container .home-industry-video{height:100%}@media only screen and (min-width:320px) and (max-width:700px){.public-pro-solution .video-container .home-industry-video{width:100%;height:auto}}.public-pro-solution .video-container .home-industry-video video{height:100%}@media only screen and (min-width:320px) and (max-width:700px){.public-pro-solution .video-container .home-industry-video video{width:100%;height:100%}}.public-pro-solution .video-container .play-btn{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);z-index:1;width:48px;height:48px;cursor:pointer}.public-pro-solution .video-container .play-btn.hidden{display:none}@media only screen and (min-width:320px) and (max-width:700px){#hy-product-detail-hardware-5{padding-top:70px;padding-right:0!important;padding-bottom:70px;padding-left:0!important;background:#f7f8fa}}@media only screen and (min-width:320px) and (max-width:700px){#hy-product-detail-hardware-5 h2{padding:0 20px}}.breadCrumbsItem{display:none;height:100%;margin-top:58px;margin-bottom:-4px;margin-left:8.4rem!important;padding:4px 0}@media only screen and (min-width:320px) and (max-width:700px){.breadCrumbsItem{margin:0 0 0 20px!important}}.breadCrumbsItem ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadCrumbsItem ul li:after{margin:0 8px;content:">"}.breadCrumbsItem ul li:last-child:after{content:""}.breadCrumbsItem ul li:last-child>a{color:#88ab2d}.breadCrumbsItem ul a{color:#545454;font-size:12px;text-decoration:none!important;pointer-events:inherit!important}.productAccessorie{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:"auto";margin-right:100px;margin-left:100px}.productAccessorie .accessoriesTitle h2{text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.productAccessorie .accessoriesTitle h2{font-size:20px}}.productAccessorie .AccessoriesList{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:1530px;margin-top:0;padding-right:150px;padding-left:150px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.productAccessorie .AccessoriesList{width:410px;margin-top:0;padding-right:10px;padding-left:10px}}.productAccessorie .AccessoriesList .listModel .listHeader{width:410px;height:62px;color:#fff;font-size:16px;text-align:center;background-color:#88ab2d}.productAccessorie .AccessoriesList .listModel .listHeader span{line-height:62px}.productAccessorie .AccessoriesList .listModel .listUl{box-shadow:0 0 1px #afb0b2}.productAccessorie .AccessoriesList .listModel .listUl li{width:410px;height:48px;color:#4d4e50;font-size:16px;line-height:48px;text-align:center}.productAccessorie .AccessoriesList .listModel .listUl ul li:nth-child(odd){background-color:#fff}.productAccessorie .AccessoriesList .listModel .listUl ul li:nth-child(2n){background-color:#f8f8f8}.home-company-profile-wrapper{background-color:#f7f8fa}.home-company-profile-wrapper .home-company-profile-main{text-align:center}.home-company-profile-wrapper .home-company-profile-main h2{margin-bottom:37px}.home-company-profile-wrapper .home-company-profile-main>p{width:966px;margin:auto;font-size:20px;line-height:35px}@media only screen and (min-width:320px) and (max-width:700px){.home-company-profile-wrapper .home-company-profile-main>p{width:100%;font-size:15px;line-height:21px}}.home-latest-products.section-wrapper{padding-top:75px}.home-latest-products.section-wrapper h2{position:relative;margin-right:auto;margin-bottom:0;margin-left:auto;text-align:center}.home-latest-news-wrapper h2{margin-bottom:63px}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text{padding:27px 23px 24px 37px;background-color:#fff}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text .item-type{color:#88ab2d;font-size:13px}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text .news-title{margin:10px 0;color:#000;font-weight:600;font-size:17px;line-height:21px}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text .news-content{margin-bottom:23px;color:#8e8e8e;font-weight:400;font-size:17px;line-height:22px}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text .news-time{display:-ms-flexbox;display:flex;-ms-flex-align:"center";align-items:"center";color:#8e8e8e;font-weight:400;font-size:13px;line-height:22px}.home-latest-news-wrapper .home-news-main .home-news-main_item .item-text .news-time>i{margin-right:4px;font-size:16px}.home-latest-news-wrapper .more-btn{padding-top:54px}.home-latest-news-wrapper .more-btn .read-more-btn{width:251px;height:42px;color:#fff;background:#88ab2d;border:none}.home-latest-video-wrapper{position:relative}.home-latest-video-wrapper .home-latest-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.home-latest-video-wrapper .home-latest-video_main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:120px 100px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:0}}.home-latest-video-wrapper .home-latest-video_main .left-video{position:relative;width:434px;height:263px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main .left-video{width:100%;height:auto}}.home-latest-video-wrapper .home-latest-video_main .left-video>img:not(.play-btn){width:100%;height:100%;object-fit:cover}.home-latest-video-wrapper .home-latest-video_main .left-video .play-btn{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);z-index:99;width:40px;height:40px;cursor:pointer}.home-latest-video-wrapper .home-latest-video_main .right-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:476px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main .right-content{width:100%;padding:20px 10px}}.home-latest-video-wrapper .home-latest-video_main .right-content .content-type{color:#88ab2d;font-size:23px;line-height:22px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main .right-content .content-type{font-size:14px}}.home-latest-video-wrapper .home-latest-video_main .right-content .content-title{margin:24px 0 26px;color:#fff;font-size:35px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main .right-content .content-title{margin:4px 0 10px;font-size:20px}}.home-latest-video-wrapper .home-latest-video_main .right-content .content-description{color:#fff;font-weight:400;font-size:19px;line-height:25px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .home-latest-video_main .right-content .content-description{font-size:12px}}.home-latest-video-wrapper .carousel-indicators{bottom:-52px}@media only screen and (min-width:320px) and (max-width:700px){.home-latest-video-wrapper .carousel-indicators{bottom:-40px}}.home-case-studies-wrapper#case-study{background-color:transparent!important;margin-bottom:36px!important}.home-case-studies-wrapper#case-study h2{margin-top:60px}.home-case-studies-wrapper .home-case-studies_main ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}}.home-case-studies-wrapper .home-case-studies_main ul li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:386px;overflow:hidden}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul li{-ms-flex:0 0 45%;flex:0 0 45%;margin-right:20px}}.home-case-studies-wrapper .home-case-studies_main ul li .img-box{width:386px;height:189px;overflow:hidden}.home-case-studies-wrapper .home-case-studies_main ul li .img-box>img{width:100%;max-width:none;height:100%;object-fit:cover}.home-case-studies-wrapper .home-case-studies_main ul li .content-box{padding:24px 0;background-color:#fff}.home-case-studies-wrapper .home-case-studies_main ul li .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2{font-size:18px;color:#000;margin-bottom:16px;font-size:24px;line-height:130%;letter-spacing:-.8px;font-weight:700}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li .content-box h2{font-size:16px;font-weight:400}}.home-case-studies-wrapper .home-case-studies_main ul li .content-box .description{display:none}.home-case-studies-wrapper .home-case-studies_main ul li .content-box .read-more{color:#96b41e;font-weight:600;font-size:16px;line-height:16px}.home-case-studies-wrapper .home-case-studies_main ul li:first-child{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:37px;background-color:#fff}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:386px;margin-bottom:0;overflow:hidden;background-color:transparent}}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:386px;margin-bottom:0;overflow:hidden}}.home-case-studies-wrapper .home-case-studies_main ul li:first-child .img-box{width:552px;height:337px;overflow:hidden}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .img-box{width:386px;height:189px;overflow:hidden}}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .img-box{width:386px;height:189px;overflow:hidden}}.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:518px;margin-right:67px}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box{width:386px;margin-right:0}}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box{width:auto;margin-right:0;padding:28px 24px}}.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2{color:#404040;font-size:24px!important;line-height:130%!important;letter-spacing:-.8px!important;font-weight:700!important}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2{font-weight:400;font-size:16px}}.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .description{font-size:18px;color:#000;display:block;margin:5px 0 25px;color:#8e8e8e}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .description{font-size:16px}}@media only screen and (min-width:701px) and (max-width:1023px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .description{display:none!important}}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .description{display:none!important}}.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .read-more{color:#96b41e;font-weight:600;font-size:16px;line-height:16px}@media only screen and (min-width:320px) and (max-width:700px){.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .read-more{font-weight:400;font-size:13px}}.home-case-studies-wrapper .home-case-studies_main .case-studies_external_link_con{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.home-case-studies-wrapper .home-case-studies_main .case-studies_external_link_con .case-studies_external_btn{padding:10px 30px;color:#fff;font-size:14px;line-height:20px;background-color:#88ab2d;border-radius:20px;transition:all .5s ease-out}.home-case-studies-wrapper .home-case-studies_main .case-studies_external_link_con .case-studies_external_btn:hover{background-color:#a2d02d}.home-padding{padding:105px 0;max-width:82%}@media only screen and (min-width:320px) and (max-width:700px){.home-padding{padding:90px 0;max-width:unset}}.home-container{max-width:1200px;margin:auto}@media only screen and (min-width:320px) and (max-width:700px){.home-container{max-width:unset}}.white-font{color:#fff!important}.black-font{color:#272727!important}.home-container .hy-new-text-white{text-align:center;padding-top:150px;color:#fff}.home-container .hy-new-text-white h1{font-size:30px;line-height:32px;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.home-container .hy-new-text-white h1{max-width:82%;margin:auto}}.home-container .hy-new-text-white h3{margin-top:11px}.home-container .video_btn{text-align:center;margin-top:20px;display:inline-block;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.home-container .video_btn{display:none}}.home-container .video_btn img{width:40px}.home-v2-latest-products{padding:16px 16px 0}@media (min-width:1440px) and (max-width:1920px){.home-v2-latest-products.home-latest-products-marginTop{margin-top:840px!important}}@media (min-width:2000px){.home-v2-latest-products.home-latest-products-marginTop{margin-top:1100px!important}}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products{padding:0}}.home-v2-latest-products .home-v2-latest-products_main{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products .home-v2-latest-products_main{-ms-flex-direction:column;flex-direction:column}}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item{position:relative;-ms-flex:1 1 calc(50% - 16px);flex:1 1 calc(50% - 16px);height:70rem;cursor:pointer}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_bg{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:center;justify-content:center;padding-top:6.8rem;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content{-ms-flex-pack:unset;justify-content:unset;height:568px}}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>h3{color:#272727;font-size:4rem;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>h3{font-size:30px}}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>p{margin-top:.6rem;color:#272727;font-size:2rem;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>p{font-size:16px}}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>a{margin-top:2.4rem;color:#404040;font-size:1.6rem}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>a{font-size:16px;display:none}}.home-v2-latest-products .home-v2-latest-products_main .home-v2-latest-products_item .home-v2-latest-products_content>a:hover{text-decoration:underline!important}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-industry-solutions{padding-left:20px;padding-right:20px}}.home-v2-industry-solutions .home-container h2{color:#282828;font-size:42px;font-family:OpenSans-SemiBold;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-industry-solutions .home-container h2{font-size:30px!important}}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:64px;overflow-x:auto}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item{position:relative;width:calc(25% - 12px);height:53rem;overflow:hidden;cursor:pointer}@media only screen and (min-width:1681px){.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item{height:58rem}}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item{height:84rem;width:100%;position:relative;-ms-flex:none;flex:none;margin-right:24px}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item:last-child{margin-right:0}}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_bg{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding-top:50px;text-align:center}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_content .home-v2-industry-solutions_icon{-ms-flex-item-align:center;align-self:center;width:42px;height:42px}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_content>h3{width:80%;margin:1.4rem auto 0;color:#fff;font-size:20px;font-family:OpenSans-SemiBold}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_content>a{display:none;margin-top:2.4rem;color:#fff;font-size:16px;font-family:OpenSans-Regular}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item .home-v2-industry-solutions_content>a:hover{text-decoration:underline!important}@media (min-width:1365px){.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item:hover .home-v2-industry-solutions_bg{transform:scale(1.1);transition:all .3s ease-in-out}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item:hover .home-v2-industry-solutions_content{transform:translateY(-10px);transition:all .3s ease-in-out}.home-v2-industry-solutions .home-container .home-v2-industry-solutions_main .home-v2-industry-solutions_item:hover .home-v2-industry-solutions_content a{display:inline-block}}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news{padding-left:20px;padding-right:20px}}.home-v2-hytera-news .home-container h2{color:#282828;font-size:42px;font-family:OpenSans-SemiBold;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news .home-container h2{font-size:30px!important}}.home-v2-hytera-news_main{margin-top:64px}.home-v2-hytera-news_top{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news_top{-ms-flex-direction:column;flex-direction:column;margin-bottom:0}}.home-v2-hytera-news_bottom{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news_bottom{-ms-flex-direction:column;flex-direction:column}}.home-v2-hytera-news_item{position:relative;width:390px;height:390px;cursor:pointer;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news_item{width:100%;height:57rem;margin-bottom:16px}}.home-v2-hytera-news_item.fir{-ms-flex:1;flex:1;width:auto;margin-right:16px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news_item.fir{-ms-flex:unset;flex:unset;margin-right:0}}.home-v2-hytera-news_item.fir .home-v2-hytera-news_content>h3{max-width:390px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-hytera-news_item.fir .home-v2-hytera-news_content>h3{max-width:300px}}@media (min-width:1365px){.home-v2-hytera-news_item:hover{overflow:hidden}.home-v2-hytera-news_item:hover .home-v2-hytera-news_bg{transform:scale(1.1);transition:all .3s ease-in-out}.home-v2-hytera-news_item:hover .home-v2-hytera-news_content{padding-top:2.3rem}.home-v2-hytera-news_item:hover a{display:inline-block}}.home-v2-hytera-news_bg{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}.home-v2-hytera-news_content{padding:3rem 3rem 0}.home-v2-hytera-news_content>h3{margin-top:.6rem;color:#272727;font-size:20px;font-family:OpenSans-SemiBold}.home-v2-hytera-news_content>a{display:none;margin-top:1.8rem;color:#404040;font-size:16px}.home-v2-hytera-news_content>a:hover{text-decoration:underline!important}.home-v2-hytera-news_type{color:#88ab2d;font-size:16px;font-family:OpenSans-Regular}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner{padding-left:20px;padding-right:20px}}.home-v2-global-partner .home-container{position:relative}.home-v2-global-partner_bg{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}.home-v2-global-partner_main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:560px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_main{height:720px}}.home-v2-global-partner_content{width:100%}.home-v2-global-partner_content>h2{max-width:90%;margin:auto;color:#282828;font-size:42px;font-family:OpenSans-SemiBold;text-align:center;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_content>h2{font-size:20px;max-width:unset}}.home-v2-global-partner_content .number-container{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;height:75px;margin-top:9rem}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_content .number-container{height:auto;margin-top:9rem;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:unset;justify-content:unset}}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_content .number-container .number-item{margin-bottom:30px}}.home-v2-global-partner_content .number-container .number-item .number{height:100%;overflow:hidden;color:#88ab2d;font-size:55px;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_content .number-container .number-item .number{overflow:hidden;height:79px}}.home-v2-global-partner_content .number-container .number-item .text{color:#949494;font-size:20px;text-align:center}.home-v2-global-partner_content .rolling-number_container{height:100%;overflow:hidden}.home-v2-global-partner_content .rolling-number_container>.numbers{transform:translateY(10%);transition:transform 1s cubic-bezier(.04,.26,.66,.97)}.home-v2-global-partner_content .rolling-number_container>.symbol{transform:translateY(100%);transition:transform .8s cubic-bezier(.04,.26,.66,.97)}.home-v2-global-partner_link{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:4rem}.home-v2-global-partner_link>a{color:#404040;font-size:16px}.home-v2-global-partner_link>a:first-child{margin-right:125px}@media only screen and (min-width:320px) and (max-width:700px){.home-v2-global-partner_link>a:first-child{margin-right:30px}}.home-v2-global-partner_link>a:hover{text-decoration:underline!important}.signup-mt-80{margin-top:80px!important}.signup-mb-80{margin-bottom:80px!important}.signup-ml-80{margin-left:80px!important}.signup-pt-80{padding-top:80px!important}.signup-pb-80{padding-bottom:80px!important}.signup-mt-40{margin-top:40px!important}.signup-mb-40{margin-bottom:40px!important}.signup-ml-40{margin-left:40px!important}.signup-pt-40{padding-top:40px!important}.signup-pb-40{padding-bottom:40px!important}.signup-mt-30{margin-top:30px!important}.signup-mb-30{margin-bottom:30px!important}.signup-ml-30{margin-left:30px!important}.signup-pt-30{padding-top:30px!important}.signup-pb-30{padding-bottom:30px!important}.signup-mt-20{margin-top:20px!important}.signup-mb-20{margin-bottom:20px!important}.signup-ml-20{margin-left:20px!important}.signup-pt-20{padding-top:20px!important}.signup-pb-20{padding-bottom:20px!important}.signup-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;height:585px;margin:0 auto 80px;width:440px}@media only screen and (min-width:1024px) and (max-width:1440px){.signup-container{height:510px}}@media only screen and (min-width:320px) and (max-width:700px){.signup-container{margin:auto;height:auto}}.signup-container h3{font-size:32px;font-family:OpenSans-SemiBold;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.signup-container h3{font-size:24px}}.signup-container .resend{border:none;background:#fff;color:#5f5757;font-size:16px}.signup-container .resend span{border-bottom:1px solid}.signup-container .signup-form{margin-top:40px}.signup-container .sign-logo{-ms-flex-item-align:center;align-self:center}.signup-container .bmd-form-group{padding-top:0}.signup-container .form-group{position:relative}.signup-container .form-group .form-control{height:48px;line-height:16px}.signup-container .form-group input[name=password],.signup-container .form-group input[name=second_password]{padding-right:40px}.signup-container .form-group .show-password{position:absolute;top:50%;transform:translateY(-50%);right:10px;display:-ms-flexbox;display:flex;text-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.signup-container .form-group .show-password>i{font-size:24px}.signup-container .form-group .show-password.active>i{color:#88c25d}.signup-container .main-container{padding:0;height:445px}@media only screen and (min-width:1367px) and (max-width:1440px){.signup-container .main-container #signin_tab{height:44px;line-height:44px;text-align:center}}.signup-container .main-container .form-group{margin-bottom:20px}.signup-container .main-container .form-group input{padding-left:12px}.signup-container .main-container .nav{-ms-flex-pack:center;justify-content:center}.signup-container .main-container .nav li:not(:first-child){margin-left:20px}.signup-container .main-container .nav-link{color:grey;line-height:32px;padding:0;font-size:20px}.signup-container .main-container .nav-link.active{color:#1a1a1a;font-size:32px;background-color:transparent}.signup-container .main-container .signup-next-btn{background-color:#96b41e;color:#fff;height:48px;margin-top:20px;vertical-align:middle}.signup-container .main-container .signup-next-btn.disabled{background-color:#b3b3b3}.signup-container .main-container .third-signup{color:grey;padding-bottom:40px;text-align:center}.signup-container .main-container .third-signup .third-signup-icons{margin-top:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.signup-container .main-container .third-signup .third-signup-icons span{color:grey;padding:0 8px;font-size:28px;cursor:pointer}.signup-container .main-container .third-signup .third-signup-icons span i{font-size:30px}.signup-container .main-container .third-signup .third-signup-icons span:hover{color:#94bf22;text-decoration:none}.signup-container .main-container .agreement-check{margin-top:20px}.signup-container .main-container .agreement-check.form-check{padding:0}.signup-container .main-container .agreement-check .form-check-label{padding-left:22px;font-size:inherit}.signup-container .main-container .agreement-check .checkbox-btn-sm label:after,.signup-container .main-container .agreement-check .checkbox-btn-sm label:before{border-width:1px}.signup-container .signup-modal .modal-body{padding:0 20px}.signup-container .signup-modal .modal-content{margin:0 auto;width:446px}.signup-container .signup-modal .modal-content p{margin:0}.signup-container .signup-modal .btn-outline-secondary{border-color:#b3b3b3;color:#1a1a1a}.signup-container .signup-modal .modal-footer .btn{padding:5px 0;width:80px;min-width:80px;line-height:20px}.signup-container .signup-modal .modal-footer .btn.hybtn-primary{border:1px solid transparent}.signup-header{color:grey;cursor:pointer}.signup-header:hover{color:grey;text-decoration:none}.signup-content .form-group:first-child{padding-top:0}.signup-content h3{font-weight:400}.signup-content .form-group{margin-bottom:0;margin-top:20px}.signup-content.wechat-signup{text-align:center}.signup-content.wechat-signup #wxlogin_container{height:200px}.signup-content.wechat-signup #wxlogin_container iframe{height:300px}.signup-content.signup-success{text-align:center}.signup-content .modify-password-tips{margin-top:8px}.signup-content .modify-password-form{margin-top:40px}.signup-content .sign-footer-next,.signup-content .signup-footer-container{margin-top:20px}.forget-password-group{position:relative}.forget-password-group .forget-tips{margin-top:10px;color:#bbb7b7}.forget-password-group.bmd-form-group input.form-control{padding-right:88px}.forget-password-group .btn-link{color:#96b41e;text-decoration:none;margin-bottom:0}.forget-password-group .btn-link:active{background-color:#fff;color:#96b41e}.wechat-qrcode{width:160px;height:160px;border-radius:0}.signup-footer .spinner-border{width:20px;height:20px;border-width:2px}.signup-footer.not-bottom{width:100%;position:static}.signup-footer .hybtn-primary{height:48px;line-height:48px}.signup-footer,.signup-footer-wrap{width:calc(100% - 80px);margin:0 auto}.error-tips{margin-top:8px;color:#ff6a6a;font-size:12px}.signin-section,.signup-section{background-color:#f2f3f5}@media only screen and (min-width:320px) and (max-width:700px){.signin-section,.signup-section{background-color:#fff}.signin-section .signup-container,.signup-section .signup-container{min-height:100vh;min-height:-webkit-fill-available;min-height:fill-available;padding:96px 40px 40px}.signin-section .signup-container .signup-success,.signup-section .signup-container .signup-success{-ms-flex:1;flex:1;padding-left:20px;padding-right:20px}.signin-section .signup-container .nav-link,.signup-section .signup-container .nav-link{font-size:16px;line-height:20px}.signin-section .signup-container .nav-link.active,.signup-section .signup-container .nav-link.active{font-size:20px}.signin-section .signup-container .main-container,.signup-section .signup-container .main-container{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.signin-section .signup-footer,.signin-section .signup-footer-wrap,.signup-section .signup-footer,.signup-section .signup-footer-wrap{width:calc(100% - 40px)}.signin-section .signup-footer.not-bottom,.signup-section .signup-footer.not-bottom{width:100%}}.signin-section .iconhy-success,.signup-section .iconhy-success{font-size:40px}@media only screen and (min-height:645px) and (min-width:1024px){.signin-section,.signup-section{height:100%}}@media only screen and (min-height:705px) and (min-width:1024px){.signin-section,.signup-section{display:-ms-flexbox;display:flex;padding-top:80px}}@media only screen and (max-height:645px) and (min-width:1024px){.signin-section,.signup-section{padding-top:80px}}@media only screen and (min-height:646px) and (max-height:704px) and (min-width:1024px){.signin-section,.signup-section{padding-top:80px}}@media only screen and (min-width:1024px){.signin-section .signup-container,.signup-section .signup-container{border-radius:0;padding:40px;position:relative}.signin-section .signup-footer-wrap,.signup-section .signup-footer-wrap{width:calc(100% - 80px)}.signin-section .six-input-box .row,.signup-section .six-input-box .row{margin-left:-7px;margin-right:-7px}.signin-section .six-input-box .row .col-2,.signup-section .six-input-box .row .col-2{padding-left:7px;padding-right:7px}}.signup-footer-wrap-entrance{border-top:1px solid #d9d9d9;font-size:14px;padding-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.signup-footer-wrap-entrance{padding-top:40px}}.signup-footer-wrap-entrance a{color:#88ab2d;text-decoration:none}.signup-footer-wrap-entrance a+a{margin-left:40px}.signup-footer-wrap-entrance a:hover{color:#94bf22}.hy-file{margin:auto;padding:40px 20px 80px;word-break:break-word}.hy-file h2{font-size:26px}.hy-file h3{font-size:20px}.hy-file p{line-height:1.5}.hy-file a{color:#88ab2d}@media only screen and (min-width:1024px){.hy-file{max-width:1200px}}@media only screen and (min-width:320px) and (max-width:700px){.signup-container{width:100%}}@media only screen and (max-width:320px){.signup-container .six-input{width:40px;height:40px}}.signup-tip{width:100%;position:relative}.signup-tip.hidden{display:none}.signup-tip .link{color:#eb8117;cursor:pointer;font-weight:700}.signup-tip .link:hover{text-decoration:none}.agreement-check-strong{color:#96b41e}.agreement-check .checkbox-btn-sm label:before{border-width:1px}.agreement-check .checkbox-btn-sm label:after{border-radius:0;border-width:1px}.mobile-wechat-signin .pt-140{padding-top:140px}.mobile-wechat-signin .signin-btn-wrapper{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;padding-top:40px}.mobile-wechat-signin .signin-btn{width:calc(100% - 40px);margin:0 auto 20px;height:48px;line-height:48px}.mobile-wechat-signin .signin-btn img{margin-right:8px}.mobile-wechat-signin-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.signup-container .signup-success{padding-left:20px;padding-right:20px}.signup-container .signup-modal .modal-body{padding:0 12px}}.signup-body{height:calc(100vh - 84px)}.base-content-terms{max-width:100%;margin:auto}.base-content-terms h1{margin-bottom:40px;font-size:35px;line-height:1.2}.base-content-terms h2{font-size:26px;margin-bottom:40px}.base-content-terms p{line-height:1.5}.base-content-terms a{color:#88ab2d}.hy-overview-history{height:960px;overflow-y:hidden;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history{height:512px}}.hy-overview-history.en{height:1300px}.hy-overview-history .carousel-control-btn{width:48px;height:96px;opacity:1!important;background:transparent;top:50%;transform:translateY(-50%);transition:all .4s}.hy-overview-history .carousel-control-btn.carousel-control-prev{border-top-right-radius:8px;border-bottom-right-radius:8px}.hy-overview-history .carousel-control-btn.carousel-control-next{border-top-left-radius:8px;border-bottom-left-radius:8px}.hy-overview-history .carousel-control-btn:hover{background:rgba(0,0,0,.3)}.hy-overview-history .carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .carousel-control-btn{display:none}}.hy-overview-history .hy-timeline-viewport{position:relative;width:100%;height:100%;overflow-x:auto}.hy-overview-history .hy-timeline-viewport::-webkit-scrollbar{width:0;height:0}.hy-overview-history .hy-timeline-viewport .hy-timeline-items{height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 0 0 64px}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items{padding:0 0 0 20px}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item{position:relative;min-width:368px;max-width:368px;-ms-flex-preferred-size:368px;flex-basis:368px}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item{min-width:280px;margin-right:20px}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:after{content:"";display:block;background-color:#88ab2d;height:4px;width:calc(50% + 188px);position:absolute;top:calc(50% + 40px);left:50%}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:after{top:5px;width:calc(100% + 26px)}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner{width:100%;position:absolute;bottom:50%;border-radius:0;background-color:#292929;padding:20px}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner{padding:8px;top:30px;bottom:auto}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:after,.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:before{position:absolute;content:"";display:block}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner h2{color:#96b41e;padding-bottom:12px}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:before{z-index:3;position:absolute;top:calc(100% + 35px);left:calc(50% - 6.5px);height:14px;width:14px;border:3px solid #f8f8fa;border-radius:50%;background-color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:before{top:-30px}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:after{top:100%;left:50%;height:40px;background-color:#d9d9d9;width:1px;z-index:2}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item .item-inner:after{height:20px;top:-20px}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-child(2n) .item-inner{top:calc(50% + 88px);bottom:auto}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-child(2n) .item-inner{top:30px}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-child(2n) .item-inner:after{top:auto;bottom:100%}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-child(2n) .item-inner:before{top:auto;bottom:calc(100% + 38px)}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-child(2n) .item-inner:before{top:-30px;bottom:auto}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-last-child(2):after{width:250px;opacity:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.item:nth-last-child(2):after{display:none!important}}.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.last-pad{width:64px;min-width:64px;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-history .hy-timeline-viewport .hy-timeline-items li.last-pad{width:1px;min-width:1px}}.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2 li,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2 li,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .content li{display:list-item;list-style-type:disc;margin-bottom:5px}.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2 ul,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2 ul,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .content ul{padding-left:20px}.hy-overview-gallery .hy-overview-gallery-iframe{width:100%;height:690px}@media only screen and (min-width:320px) and (max-width:700px){.hy-overview-gallery .hy-overview-gallery-iframe{height:5.62666667vw;min-height:211px}}.hy-customer_testimony .quotation{position:absolute}.hy-customer_testimony .first_quotation{top:80px;width:24%;height:248px}@media only screen and (min-width:320px) and (max-width:700px){.hy-customer_testimony .first_quotation{top:24px;width:120px;height:104px}}.hy-customer_testimony .last_quotation{right:0;bottom:117px;width:226px;height:195.97px}@media only screen and (min-width:320px) and (max-width:700px){.hy-customer_testimony .last_quotation{right:20px;bottom:24px;width:120px;height:104px}}@media only screen and (min-width:1367px) and (max-width:1440px){.hy-customer_testimony .testimony_content>h3,.hy-customer_testimony .testimony_content>p{max-width:68%;margin:0 auto}}.hy-product-features_banner,.hy-product-features_banner.reset{background-color:#fff}.hy-product-features_banner .product-intro-reset_video_btn,.hy-product-features_banner.reset .product-intro-reset_video_btn{position:absolute;top:0;height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:10;cursor:pointer}.hy-product-features_banner .product-intro-reset_video_btn>span,.hy-product-features_banner.reset .product-intro-reset_video_btn>span{font-size:16px;color:#88ab2d}.hy-product-features_banner .product-intro-reset_video_btn>span img,.hy-product-features_banner.reset .product-intro-reset_video_btn>span img{width:60px}.hy-product-features_banner.reset .wrapper,.hy-product-features_banner .wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner.reset .wrapper,.hy-product-features_banner .wrapper{display:block}}.hy-product-features_banner .carousel-control-btn>img,.hy-product-features_banner.reset .carousel-control-btn>img{width:48px;height:48px}.email-detail{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:30px}.email-detail input{width:260px;height:40px;padding-left:10px;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.email-detail input{width:237px}}.email-detail .email-enter{height:45px}.margRight{margin-right:30px}.margTop{margin-top:25px}.productDetailForm{position:relative;top:0;right:0;bottom:0;left:0;z-index:1;transform:translateY(90px) rotateX(0deg);transform-origin:0 180% 0;perspective:182px;opacity:0;transition:all .6s cubic-bezier(.65,-.29,.62,1.32)}.productDetailForm.active{transform:none;opacity:1}.productDetailForm .closeEmail{margin-left:10px;color:#b3b3b3;font-size:36px}.productDetailForm .closeEmail:hover{cursor:pointer}.emailContent{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.emailContent .emailContentPolicy{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:390px;padding-top:8px;font-weight:300;font-size:12px;line-height:1.4}.emailContent .emailContentPolicy .emailContentPrivacyPolicy{padding-left:5px}.emailContent .emailContentPolicy a{color:#88ab2d}.hy-product-features_banner_left{width:65%}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_left{width:100%}}.hy-product-features_banner_left .carousel-item{z-index:1}.hy-product-features_banner_left .carousel-item-img{background-color:#e1e3ea}.hy-product-features_banner_left .carousel-control-next,.hy-product-features_banner_left .carousel-control-prev{top:50%;z-index:3;height:90px;margin-top:-45px;width:48px}.hy-product-features_banner_left .carousel-indicators li.active{background-color:#88ab2d}.hy-product-features_banner_left .carousel-item-video{display:block;background-color:#000;visibility:hidden}.hy-product-features_banner_left .carousel-item-video video{background-color:#000}.hy-product-features_banner_left .carousel-item-video.active{visibility:visible}.hy-product-features_banner_left.reset{width:40%}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_left.reset{width:100%}}.hy-product-features_banner_left.reset .carousel-item-img{background-color:#fff}.hy-product-features_banner_left.reset .carousel-item-img .features_banner-image{height:486px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_left.reset .carousel-item-img .features_banner-image{height:329px}}.hy-product-features_banner_left.reset .carousel-item-img .features_banner-image>img{height:100%;object-fit:cover}.hy-product-features_banner_left.reset .carousel-item-3d{height:425px}.hy-product-features_banner_left.reset .carousel-item-3d .hy-3d-product-detail{height:425px;padding-bottom:0}.hy-product-features_banner_right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:35%;padding:40px;color:#1a1a1a}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right{width:100%;padding:54px 38px 60px}}.hy-product-features_banner_right h1{margin-bottom:20px;color:#000;font-weight:400;font-size:24px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right h1{text-align:center}}.hy-product-features_banner_right h3{color:#282828;font-weight:500;font-size:20px;font-family:OpenSans-Medium;letter-spacing:-.4px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right h3{font-size:16px;line-height:1.2}}.hy-product-features_banner_right.dark-bg{color:#fff}.hy-product-features_banner_right .hy-product-title-desc{margin-bottom:44px;color:#000;font-weight:400;font-size:21px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right .hy-product-title-desc{margin-bottom:14px}}.hy-product-features_banner_right p{color:#404040;line-height:1.7;font-family:OpenSans-Medium;font-size:16px;font-weight:500;letter-spacing:-.1px;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right .action-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}}.hy-product-features_banner_right .action-group .hybtn-ghost,.hy-product-features_banner_right .action-group .hybtn-primary{font-size:13px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right .action-group .hybtn-ghost,.hy-product-features_banner_right .action-group .hybtn-primary{margin-top:30px!important;font-size:14px;min-width:136px;height:42px;padding:0 10px;font-size:16px;letter-spacing:0}}.hy-product-features_banner_right.reset{width:55%;background-color:#fff;padding:0;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset{width:100%;padding-top:24px;height:auto}}.hy-product-features_banner_right.reset h1{font-size:40px;color:#282828;text-align:left;font-family:OpenSans-SemiBold;font-weight:700}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset h1{font-weight:500;font-size:24px;margin-bottom:16px}}.hy-product-features_banner_right.reset .product-classification-item{margin:20px 0;letter-spacing:4px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-classification-item{margin:16px 0}}.hy-product-features_banner_right.reset .product-classification-item>span{color:#404040;font-weight:500;background:#f2f3f5;font-size:12px;font-family:OpenSans-Medium;border-radius:8px;margin-right:10px;letter-spacing:-.15px;padding:6px 12px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-classification-item>span{padding:4px 8px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset p{font-size:14px;max-height:unset}}.hy-product-features_banner_right.reset .product-detail_btn_group .c-box_send_email{margin-top:30px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-detail_btn_group{height:auto}}.hy-product-features_banner_right.reset .product-detail_btn_group .submitted-message p{width:90%}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-detail_btn_group .submitted-message p{width:100%}}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper{margin-top:0}}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li{cursor:pointer;margin-right:15px;margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li{margin-bottom:18px;margin-right:0;width:100%}}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li a{padding:0 30px;height:40px;line-height:40px;display:inline-block;border:1px solid transparent;border-radius:20px;transition:all .3s ease-out;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li a{width:100%;text-align:center;font-size:12px;padding:0}}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li:nth-child(2n) a{border-color:#88ab2d;color:#88ab2d}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li:nth-child(odd) a{background-color:#88ab2d;color:#fff}.hy-product-features_banner_right.reset .product-detail_btn_group .product-detail_btn_wrapper li:nth-child(odd) a:hover{color:#fff;background-color:#95bb34}.hy-product-features_banner_right.reset .product-detail_btn_group.open .c-box_form{display:block}.hy-product-features_banner_right.reset .product-detail_btn_group.open .product-detail_btn_wrapper{display:none}.c-box_send_email.js-success .c-box_success_tips{display:block}.c-box_send_email.js-success .c-box_form{display:none}.c-box_send_email .c-box_success_tips{display:none;padding-bottom:30px}.c-box_send_email .c-box_success_tips>span{font-size:18px}.c-box_send_email .c-box_success_tips>span>i{color:#88ab2d;font-size:20px}.c-box_send_email .c-box_form{display:none;margin-bottom:20px}.c-box_send_email .c-box_form .c-box_input_wrapper{display:-ms-flexbox;display:flex}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_btn_close{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:40px}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_btn_close>i{font-size:32px;font-weight:700;color:#707070}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_btn_close:hover{transition:all .3s ease-in;transform:rotate(90deg)}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input{border:1px solid #88ab2d;padding:4px 16px 4px 10px;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input.js-start-loading i{display:none}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input.js-start-loading .loading-item{display:block}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input input{border:none;background:none;height:30px;line-height:30px;width:300px}@media only screen and (min-width:320px) and (max-width:700px){.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input input{width:200px}}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input i{color:#88ab2d;font-size:20px;margin-left:4px;cursor:pointer}.c-box_send_email .c-box_form .c-box_input_wrapper .c-box_input .loading-item{display:none}.c-box_send_email .c-box_form .c-box_email_policy{width:100%;margin-top:20px;color:#707070}@media only screen and (min-width:320px) and (max-width:700px){.c-box_send_email .c-box_form .c-box_email_policy{padding:0 20px}}.c-box_send_email .c-box_form .c-box_email_policy>label{display:inline-block;width:20px;height:20px;margin-right:10px;cursor:pointer;vertical-align:middle;margin-bottom:0;position:relative}.c-box_send_email .c-box_form .c-box_email_policy>label .check-peg{display:-ms-flexbox;display:flex;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.c-box_send_email .c-box_form .c-box_email_policy>label .agreement-check:checked~.check-peg{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-size:12px;background-repeat:no-repeat;background-position:50%;border:1px solid #88ab2d}.c-box_send_email .c-box_form .c-box_email_policy>label .agreement-check{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.c-box_send_email .c-box_form .c-box_email_policy .agreement-text-wrapper{vertical-align:middle}.c-box_send_email .c-box_form .c-box_email_policy .policy-text-wrapper{display:inline-block}.gooleplay-appstore-btn{display:-ms-flexbox;display:flex;margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.gooleplay-appstore-btn{margin-bottom:20px}}.gooleplay-appstore-btn a{border:none!important;background-color:unset!important}.gooleplay-appstore-btn a:first-child{margin-right:20px}.gooleplay-appstore-btn a.active{margin-right:0}.gooleplay-appstore-btn a img{object-fit:contain;width:150px;height:50px}.product-list_container{min-height:100vh}.product-list_container .product-list-title{font-family:OpenSans-SemiBold;font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.4px;text-align:center;color:#282828;margin-top:80px;padding-bottom:32px;border-bottom:1px solid #f2f3f5}@media only screen and (min-width:320px) and (max-width:700px){.product-list_container .product-list-title{font-size:28px;line-height:33.6px;letter-spacing:-.6px;border-bottom:unset;margin-top:40px;padding-bottom:24px;font-family:500}}.product-list_container .product-filter-phone_trigger{margin-left:10px}.product-list_container .no-result-page{margin-top:60px;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;color:#404040}@media only screen and (min-width:320px) and (max-width:700px){.product-list_container .no-result-page{margin-top:30px;font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-bottom:24px}}.product-list_container ul.list .product .product-compare__radio-block,.product-list_container ul.list .search-result-item .product-compare__radio-block{overflow:initial}@media only screen and (min-width:320px) and (max-width:700px){.product-list_container ul.list .product .product-card .product-footer a,.product-list_container ul.list .search-result-item .product-card .product-footer a{font-size:12px}}.product-list_container ul.list .product .product-actions.inner-user,.product-list_container ul.list .search-result-item .product-actions.inner-user{display:none}.product-list_container ul.list .inner-user.search-result-item .product-actions.inner-user,.product-list_container ul.list .product.inner-user .product-actions.inner-user{display:-ms-flexbox;display:flex}.product-list_container ul.list .inner-user.search-result-item .product-actions.outer-user,.product-list_container ul.list .product.inner-user .product-actions.outer-user{display:none}.product-padding{padding-top:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper{padding-right:0;padding-left:0}.product-list_wrapper>.row{margin-right:0;margin-left:0}}.product-list_wrapper>.row{max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row{-ms-flex-pack:justify;justify-content:space-between;margin-right:10px;margin-left:10px}}.product-list_wrapper>.row .product-card-label{position:absolute;top:0;left:0;color:#fff;background-color:#96b41e;display:inline-block;padding:6px 12px;border-top-left-radius:12px;font-size:12px;font-weight:500;line-height:18px;border-bottom-right-radius:6px}.product-list_wrapper>.row>.product-list-top{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;margin:24px 0}.product-list_wrapper>.row>.product-list-top>div,.product-list_wrapper>.row>.product-list-top>p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;position:relative}.product-list_wrapper>.row>.product-list-top>div>span:nth-child(2){cursor:pointer}.product-list_wrapper>.row>.product-list-top>div>ul{z-index:2;position:absolute;width:175px;top:30px;right:0;box-shadow:0 2px 16px 0 rgba(22,39,51,.1607843137254902);padding:8px;background-color:#fff;border-radius:12px}.product-list_wrapper>.row>.product-list-top>div>ul>li{cursor:pointer;padding:8px 12px;position:relative}.product-list_wrapper>.row>.product-list-top>div>ul>li:hover{border-radius:8px;background-color:#f2f3f5}.product-list_wrapper>.row>.product-list-top>div>ul>li.active:after{border:2px solid #282828;border-right:0;border-top:0;content:"";height:6px;right:10px;position:absolute;top:38%;transform:rotate(315deg);width:10px;z-index:1}.product-list_wrapper>.row>.product,.product-list_wrapper>.row>.search-result-item{position:relative;width:280px;height:405px;border-radius:12px;background-color:#f2f3f5;margin-right:20px}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.product,.product-list_wrapper>.row>.search-result-item{width:48%;height:257px;border-radius:8px;margin-right:0}}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.product .hy-image,.product-list_wrapper>.row>.search-result-item .hy-image{margin-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.product .product-footer,.product-list_wrapper>.row>.search-result-item .product-footer{padding:0!important}}.product-list_wrapper>.row>.product .product-footer .product-name,.product-list_wrapper>.row>.product .product-footer .product-name a,.product-list_wrapper>.row>.search-result-item .product-footer .product-name,.product-list_wrapper>.row>.search-result-item .product-footer .product-name a{font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;color:#282828;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.product .product-footer .product-name,.product-list_wrapper>.row>.product .product-footer .product-name a,.product-list_wrapper>.row>.search-result-item .product-footer .product-name,.product-list_wrapper>.row>.search-result-item .product-footer .product-name a{font-size:15px!important;line-height:22.5px;letter-spacing:-.15px}}.product-list_wrapper>.row>.product .product-footer .product-desc,.product-list_wrapper>.row>.search-result-item .product-footer .product-desc{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;font-family:OpenSans-Medium;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.product .product-footer .product-desc,.product-list_wrapper>.row>.search-result-item .product-footer .product-desc{font-size:12px;line-height:19.2px;letter-spacing:-.15px;padding:0 12px}}.product-list_wrapper>.row>.row{display:-ms-flexbox;display:flex;width:894px;padding-left:0;padding-right:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row{width:100%;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}}.product-list_wrapper>.row>.row .product-list-top{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;margin:32px 0}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row .product-list-top{margin:24px 0}}.product-list_wrapper>.row>.row .product-list-top>div,.product-list_wrapper>.row>.row .product-list-top>p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;position:relative}.product-list_wrapper>.row>.row .product-list-top>div>span:nth-child(2){cursor:pointer}.product-list_wrapper>.row>.row .product-list-top>div>ul{z-index:2;position:absolute;width:175px;top:30px;right:0;box-shadow:0 2px 16px 0 rgba(22,39,51,.1607843137254902);padding:8px;background-color:#fff;border-radius:12px}.product-list_wrapper>.row>.row .product-list-top>div>ul>li{cursor:pointer;padding:8px 12px;position:relative}.product-list_wrapper>.row>.row .product-list-top>div>ul>li:hover{border-radius:8px;background-color:#f2f3f5}.product-list_wrapper>.row>.row .product-list-top>div>ul>li.active:after{border:2px solid #282828;border-right:0;border-top:0;content:"";height:6px;right:10px;position:absolute;top:38%;transform:rotate(315deg);width:10px;z-index:1}.product-list_wrapper>.row>.row>li{width:282px;height:405px;border-radius:12px;background-color:#f2f3f5;margin-right:24px;position:relative}@media screen and (min-width:1200px) and (max-width:1300px){.product-list_wrapper>.row>.row>li{margin-right:20px;width:280px}}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row>li{width:48%;height:257px;border-radius:8px;margin-right:0}}.product-list_wrapper>.row>.row>li:nth-child(3n+4){margin-right:0}.product-list_wrapper>.row>.row>li>.product-card .product-footer{padding:16px 24px 24px!important}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row>li>.product-card .product-footer{padding:0!important}}.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-name,.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-name>a{font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;color:#282828;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-name,.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-name>a{font-size:15px;line-height:22.5px;letter-spacing:-.15px;font-weight:500}}.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-desc{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;font-family:OpenSans-Medium;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row>li>.product-card .product-footer .product-desc{font-size:12px;line-height:19.2px;letter-spacing:-.15px;padding:0 12px}}.product-list_wrapper>.row>.row>li>.product-card .hy-image{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list_wrapper>.row>.row>li>.product-card .hy-image{margin-bottom:0}}.product-list_wrapper .hypagination .page-item.active{background-color:#96b41e;color:#fff}.product-title{text-align:center}.product-title h1{font-family:OpenSans-SemiBold;font-weight:700!important;color:#282828!important;font-size:42px!important;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.product-title h1{font-weight:500!important;font-size:28px!important}}.product-title h1:after{position:absolute;top:60px;left:50%;z-index:2;display:none;width:38px;height:4px;margin-left:-19px;background-color:#88ab2d;content:""}@media only screen and (min-width:320px) and (max-width:700px){.product-list-aside{position:fixed;top:60px;bottom:0;left:0;z-index:99;padding:0 0 90px;overflow:auto;background:#fff;transform:translateY(-100%);transition:transform .2s ease-in-out}.product-list-aside.open{transform:translateY(0)}}.product-list-aside form[name=product-list_filter]{background-color:#fff!important}.product-list-aside .product-list-tag-item{margin-right:8px}.product-list-aside .product-list-tag{margin-bottom:8px;padding:8px 12px;font-size:12px;border:1px solid #d9d9d9;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list-aside .product-list-tag{padding:8px}}.product-list-aside .product-list-tag img{width:12px;height:12px}.product-list-aside .product-list-clear{margin-right:-16px;color:#9cc924}.product-list-aside label{display:block!important}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside{width:100%;padding-left:0}}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-filter-pc{display:none}}.product-list-terminal_aside .product-filter-phone{overflow-y:auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:999}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-filter-phone{display:none}}.product-list-terminal_aside .product-filter-phone.active{display:none}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-filter-phone{position:fixed}}.product-list-terminal_aside .product-filter-phone .product-label-close{display:none;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-filter-phone .product-label-close{display:-ms-flexbox;display:flex}}.product-list-terminal_aside .product-filter-phone .product-label-close span{font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;color:#282828}.product-list-terminal_aside form[name=product-list_filter]{padding-top:32px;height:1000px;width:204px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside form[name=product-list_filter]{height:1000px;padding-top:0;background-color:#fff!important}}.product-list-terminal_aside .product-list-tag-item{margin-right:8px}.product-list-terminal_aside .product-list-tag{margin-bottom:8px;padding:8px 12px;font-size:12px;border:1px solid #d9d9d9;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-list-tag{padding:8px}}.product-list-terminal_aside .product-list-tag img{width:12px;height:12px}.product-list-terminal_aside .product-list-clear{margin-right:-16px;color:#9cc924}.product-list-terminal_aside label{display:block!important}.product-list-terminal_aside .list-terminal-filter_header-2024{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_header-2024{display:none}}.product-list-terminal_aside .list-terminal-filter_header-2024>p{margin-bottom:10px;color:#88ab2d;font-weight:400;font-size:20px;line-height:23px}.product-list-terminal_aside .list-terminal-filter_header-2024>h3{color:#282828;font-weight:700;font-size:16px;line-height:27.2px;letter-spacing:-.3px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_header-2024>h3{font-weight:600;line-height:16px;letter-spacing:-.2px;font-size:14px;color:#5b5f65}}.product-list-terminal_aside .list-terminal-filter_header-2024>a{display:inline-block;color:#96b41e;font-weight:500;font-size:14px;line-height:23.8px;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_header-2024>a{padding:2px 10px;font-weight:400;font-size:12px;line-height:19.2px;letter-spacing:-.15px}}.product-list-terminal_aside .list-terminal-filter_new_category{width:max-content}.product-list-terminal_aside .list-terminal-filter_new_category>.category_filter_btn{font-size:14px;line-height:16px;letter-spacing:-.2px;font-weight:600;cursor:pointer;color:#5b5f65;background-color:#fff;border-radius:100px;border:1px solid #5b5f65;padding:8px 16px}.product-list-terminal_aside .product-list-category-label{margin-top:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .product-list-category-label{margin-top:0;display:none}}.product-list-terminal_aside .product-list-category-label>li{font-size:12px;font-weight:500;line-height:18px;color:#404040;border-radius:8px;padding:8px 12px;background-color:#f2f3f5;margin-right:8px;margin-bottom:8px}.product-list-terminal_aside .product-list-category-label>li>span:nth-child(2){margin-left:8px;width:16px;height:16px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main{width:100%;padding:0 20px}}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper{margin-top:24px;padding-bottom:20px;border-bottom:1px solid #d2d2d4}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper{margin-top:10px;padding-bottom:16px;border-bottom:1px solid #f2f3f5}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper.top-selector{border-top:1px solid #e0e2e5;padding-top:10px}}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper .terminal-filter-main_wrapper_category{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper .terminal-filter-main_wrapper_category>i{transform:rotate(180deg)}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper .terminal-filter-main_wrapper_category>i:before{cursor:pointer;font-size:16px}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper p{font-weight:500;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper p{line-height:22.4px;letter-spacing:-.1px}}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul{margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul{margin-top:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li{margin-bottom:18px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li{-ms-flex:0 0 33%;flex:0 0 33%;margin-bottom:5px}}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li label{font-size:14px;font-weight:400;line-height:23.8px;letter-spacing:-.15px;color:#5b5f65}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li label{line-height:22.4px;letter-spacing:-.1px;padding-left:36px}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li label:before{left:26px;height:7px}.product-list-terminal_aside .list-terminal-filter_main .terminal-filter-main_wrapper>ul>li label:after{height:24px;left:18px;margin-left:-16px;top:0;width:24px;border:1px solid #d2d2d4}}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main .checkbox-btn{padding-left:0}}.product-list-terminal_aside .list-terminal-filter_main_fotter{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_main_fotter>.footer_btn{font-size:14px;line-height:16px;min-width:80px;margin-top:20px;padding:12px 24px;letter-spacing:-.2px;transition:all .2s ease-in-out}}.product-list-terminal_aside .list-terminal-filter_main_fotter>.btn_cancel{color:#96b41e;font-weight:400;font-size:12px;line-height:19.2px;letter-spacing:-.15px;background-color:#fff;border:unset}.product-list-terminal_aside .list-terminal-filter_main_fotter>.btn_confirm{color:#fff;border-radius:100px;border:1px solid #96b41e;background-color:#96b41e}.product-list-terminal_aside .list-terminal-filter_footer{margin-top:30px}@media only screen and (min-width:320px) and (max-width:700px){.product-list-terminal_aside .list-terminal-filter_footer{margin-top:0}}.product-list-terminal_aside .list-terminal-filter_footer .lookingFor-products,.product-list-terminal_aside .list-terminal-filter_footer .select-products-help{margin-bottom:20px}.product-list-terminal_aside .list-terminal-filter_footer .lookingFor-products>a,.product-list-terminal_aside .list-terminal-filter_footer .select-products-help>a{position:relative;display:block;padding-left:34px;color:#000;font-size:16px;line-height:20px}.product-list-terminal_aside .list-terminal-filter_footer .lookingFor-products>a>img,.product-list-terminal_aside .list-terminal-filter_footer .select-products-help>a>img{position:absolute;top:0;left:0;width:18px;height:18px}ul.list{-ms-flex-item-align:start;align-self:flex-start}.inquiry-btn{z-index:100;transform:none}.inquiry-btn .inquiry-count{display:inline-block;width:18px;height:18px;margin-left:4px;color:#fff;background-color:#ff6a6a;border-radius:50%}.product-tool-price-total{right:0;bottom:320px;z-index:10;padding:8px 12px;border-top-left-radius:0;border-bottom-left-radius:0;transform:none;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.product-tool-price-total{bottom:232px}}.product-tool-price-total .product-tool-price-num{width:18px;height:18px;margin-left:4px;background-color:#ff6a6a;border-radius:50%}.aside-actions{z-index:100;display:none}@media only screen and (min-width:320px) and (max-width:700px){.aside-actions{position:fixed;bottom:0;display:block;width:100%;transform:translateY(100%);transition:transform .2s ease-in-out;transition-delay:.2s}.aside-actions.open{transform:translateY(0)}}.product-list-tool{bottom:0;z-index:10;width:100%}.product-list-tool .inquiry-footer__radio-icon{z-index:4;box-sizing:border-box;width:20px;height:20px;margin-right:12px;color:#fff;text-align:center;background-color:transparent;border:2px solid grey;border-radius:50%}.product-list-tool .inquiry-footer__radio-block{cursor:pointer}.product-list-tool input+.inquiry-footer__radio-icon i{display:none}.product-list-tool input:checked+.inquiry-footer__radio-icon{z-index:4;text-align:center;background-color:#96b41e;border-width:0}.product-list-tool input:checked+.inquiry-footer__radio-icon i{display:block;height:20px;line-height:20px}.product-list-tool__selected-count{line-height:40px}.search-result-item{padding:12px 0;border-bottom:1px solid #e0e2e5}@media only screen and (min-width:320px) and (max-width:700px){.search-result-item{padding:12px}}.search-result-item h5{font-family:OpenSans-SemiBold}.search-result-item h5 a{color:#1a1a1a;font-weight:700;font-size:18px;line-height:1.7;letter-spacing:-.15px}.search-result-item h5 a:hover{background:#f8f8f8}.search-result-item p{color:#1a1a1a;font-size:14px;line-height:1.7;letter-spacing:-.1px}.search-result-item>.one-line-ellipsis{color:#343434}.search-result-item a{font-size:14px;line-height:1.7;letter-spacing:-.1px}.label-phone-style{color:#88ab2d!important;font-size:16px!important}.product-tag-label{position:absolute;top:0;left:0;color:#fff;background-color:#96b41e;display:inline-block;padding:6px 12px;border-top-left-radius:12px;font-size:12px;font-weight:500;line-height:18px;border-bottom-right-radius:6px}.search-input{width:798px}.search-select{height:48px}.search-select .select{width:184px;height:48px}.pulse-wrapper{position:absolute}.pulse-wrapper .pulse-button-box{z-index:10;width:18px;height:18px;border:1px solid #88ab2d;border-radius:50%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#88ab2d;cursor:pointer;transition:transform .2s cubic-bezier(.37,.01,.45,1)}@media only screen and (min-width:320px) and (max-width:700px){.pulse-wrapper .pulse-button-box{transform:scale(1.2);border-width:2px}.pulse-wrapper .pulse-button-box.active{transform:scale(1.5);border-width:1px;background-color:#96b41e}}.pulse-wrapper .pulse-button-box:after,.pulse-wrapper .pulse-button-box:before{content:"";display:block;position:absolute;width:34px;height:34px;border-radius:50%;border:2px solid #fff;opacity:0}.pulse-wrapper .pulse-button-box:after{animation:pulse 1.5s linear .5s infinite}.pulse-wrapper .pulse-button-box:before{animation:pulse 1.5s linear 1s infinite}@media only screen and (min-width:320px) and (max-width:700px){.pulse-wrapper .pulse-button{display:none}}.pulse-wrapper .pulse-button:before{left:-400%}.pulse-wrapper .pulse-button:after{right:-400%}.pulse-wrapper .pulse-button.active:after,.pulse-wrapper .pulse-button.active:before{transition:width .2s cubic-bezier(.37,.01,.45,1),transform .2s cubic-bezier(.37,.01,.45,1);width:900%}.pulse-wrapper .pulse-button.active:before{transform:rotate(-45deg)}.pulse-wrapper .pulse-button.active:after{transform:rotate(45deg)}.pulse-wrapper .pulse-wrapper_content{display:none;z-index:8;width:440px;position:absolute;top:0;opacity:0;transition:all .5s cubic-bezier(.37,.01,.45,1)}@media only screen and (min-width:320px) and (max-width:700px){.pulse-wrapper .pulse-wrapper_content{display:none!important}}.pulse-wrapper .pulse-wrapper_content .line{height:1px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100px;flex-basis:100px;background-color:#282828}.pulse-wrapper .pulse-wrapper_content .pulse-content{padding-left:12px}.pulse-wrapper .pulse-wrapper_content .pulse-content>h5{font-weight:700;color:#282828;font-family:OpenSans-SemiBold}.pulse-wrapper .pulse-wrapper_content .pulse-content>p{font-weight:500;font-family:OpenSans-Medium;color:#404040}.pulse-wrapper .pulse-wrapper_content.at-left{left:-390px;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.pulse-wrapper .pulse-wrapper_content.at-left.active{display:block;opacity:1}.pulse-wrapper .pulse-wrapper_content.at-right{left:-25px}.pulse-wrapper .pulse-wrapper_content.at-right.active{display:block;opacity:1}.pulse-detail-carousel_container{position:relative;bottom:0;width:100%;z-index:16;padding:0 20px}.pulse-detail-carousel_container .pulse-detail-carousel{opacity:0;transform:translateY(10%);transition:all .2s cubic-bezier(.37,.01,.45,1)}.pulse-detail-carousel_container .pulse-detail-carousel.active{opacity:1;transform:translateY(0)}.pulse-detail-carousel_container .pulse-detail-carousel_indicators{-ms-flex-pack:distribute;justify-content:space-around}@media only screen and (min-width:320px) and (max-width:700px){.pulse-detail-carousel_container .pulse-detail-carousel_indicators{top:0;margin-left:0;margin-right:0;width:100%;overflow-x:auto;display:block;white-space:nowrap;overflow-y:hidden}.pulse-detail-carousel_container .pulse-detail-carousel_indicators::-webkit-scrollbar{height:4px;background:transparent}}.pulse-detail-carousel_container .pulse-detail-carousel_indicators li.active{color:#96b41e;background-color:transparent;text-indent:unset;width:auto;height:30px;border-bottom:2px solid #96b41e;z-index:10;margin-left:0;z-index:1;position:relative}.pulse-detail-carousel_container .pulse-detail-carousel_indicators li{background-color:transparent;color:#9d9fa1;border-top:none;padding-right:17px;width:auto;height:auto;text-indent:unset;opacity:1;font-family:OpenSans-SemiBold;border-radius:0;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.pulse-detail-carousel_container .carousel-inner .carousel-item{text-align:left}.pulse-detail-carousel_container .carousel-inner .carousel-item h5{font-size:16px;font-weight:400;margin-top:24px;font-weight:500;letter-spacing:-.15px;color:#282828;font-family:auto;font-family:OpenSans-SemiBold}.pulse-detail-carousel_container .carousel-inner .carousel-item p{font-size:14px;color:#404040;letter-spacing:-.1px}}.hy-3d-product-detail{max-width:100%;height:0;max-height:100%;padding-bottom:56.25%}.hy-product-features_list .feature-img{width:70px;height:70px}.hy-product-features_list .feature-title{height:auto;font-family:OpenSans-SemiBold;font-weight:400;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_list .feature-title{height:60px;color:#707070;font-size:18px}}.hy-product-features_list .feature-desc{width:100%;color:#4c4948;font-size:16px;line-height:24px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-features_list .feature-desc{padding-top:20px!important;color:#707070;font-size:15px}}.hy-product-features_list .feature-desc-new{color:#707070;font-weight:300}.center{text-align:center}.channel-title{margin-bottom:30px}.channel{display:inline-block;max-width:860px;margin-right:20px;margin-left:20px;color:#707070;font-weight:300;font-size:18px;text-align:center}.channel-pc{height:360px;padding-left:18%}@media only screen and (min-width:320px) and (max-width:700px){.channel-pc{padding-left:12%}}.channel-join{height:360px;padding-right:12%;padding-left:12%}.channel-icon{width:30px}.channel-first-title{margin-left:9px;font-weight:600;font-size:18px}.channel-second-title{margin-top:18px;margin-bottom:30px;color:#282828;font-weight:400;font-size:16px}.channe-join-btn{width:162px;border-radius:20px!important}.channel-list{width:1200px;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.channel-list{width:100%;padding:0 15px;overflow-x:visible}}.channel-list h2{text-align:center;margin-bottom:40px;font-weight:700;color:#282828;font-size:40px;line-height:1.2;letter-spacing:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.channel-list h2{margin-bottom:24px;line-height:1.4;letter-spacing:-.4px;font-size:28px}}.channel-list .partner-tabs{display:none;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .partner-tabs{display:-ms-flexbox;display:flex}}@media only screen and (min-width:701px) and (max-width:1023px){.channel-list .partner-tabs{display:-ms-flexbox;display:flex}}.channel-list .partner-tabs .partner-tab-item{padding:16px 12px;text-align:center;font-weight:700;color:#1a1a1a;font-size:14px;background-color:#f2f4f8;border:none;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:8px}.channel-list .partner-tabs .partner-tab-item.active{color:#fff;background-color:#88ab2d}.channel-list .partner-benefits-wrapper{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .partner-benefits-wrapper{overflow-x:visible}}.channel-list .partner-benefits-table{width:100%;border-collapse:collapse;margin-bottom:0;border:1px solid #e0e0e0;table-layout:fixed}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .partner-benefits-table{display:none}}@media only screen and (min-width:701px) and (max-width:1023px){.channel-list .partner-benefits-table{display:none}}.channel-list .partner-benefits-table tr{height:auto}.channel-list .partner-benefits-table .channel-table-head{background-color:#f2f4f8;font-weight:700;color:#1a1a1a;font-size:16px}.channel-list .partner-benefits-table .channel-table-head td{padding:20px 12px;text-align:center;border:1px solid #e1e8f6;vertical-align:middle}.channel-list .partner-benefits-table .channel-table-head td:first-child{width:20%;text-align:center}.channel-list .partner-benefits-table .channel-table-head td:nth-child(2){width:30%;text-align:center;padding-left:16px}.channel-list .partner-benefits-table .channel-table-head td:nth-child(3),.channel-list .partner-benefits-table .channel-table-head td:nth-child(4),.channel-list .partner-benefits-table .channel-table-head td:nth-child(5){width:16.67%}.channel-list .spec{width:100%;color:#4c4948;font-size:14px;border:1px solid #e0e0e0;border-top:none}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec{width:100%;border:none}}.channel-list .spec-line{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch;width:100%;border-top:1px solid #e0e0e0;min-height:50px}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line{-ms-flex-direction:column;flex-direction:column;border-top:none;border-bottom:none;margin-bottom:0;background-color:transparent;border-radius:0;padding:0}}.channel-list .spec-line .spec-definition{font-size:16px;width:20%;-ms-flex:0 0 20%;flex:0 0 20%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:16px 12px;text-align:center;font-weight:400;line-height:1.5;color:#1a1a1a;background-color:#fff;border-right:1px solid #e1e8f6;box-sizing:border-box}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-definition{-ms-flex:1;flex:1;width:100%;border-bottom:1px solid #e1e8f6;border-left:1px solid #e1e8f6;border-right:1px solid #e1e8f6;padding:16px;background-color:#f2f4f8;font-weight:700;font-size:14px;line-height:1.5;text-align:center}}.channel-list .spec-line .spec-table{width:80%;-ms-flex:0 0 80%;flex:0 0 80%;display:-ms-flexbox;display:flex;background-color:#fff;box-sizing:border-box}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table{-ms-flex:1;flex:1;width:100%;background-color:transparent}}.channel-list .spec-line .spec-table table{width:100%;border-collapse:collapse;table-layout:fixed}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table{width:100%;table-layout:auto}}.channel-list .spec-line .spec-table table tr{border-bottom:1px solid #e0e0e0;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e0e0e0;background-color:#fff;padding:0;margin:0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}}.channel-list .spec-line .spec-table table tr:last-child{border-bottom:none}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr:last-child{border-bottom:1px solid #e0e0e0}}.channel-list .spec-line .spec-table table tr td{padding:24px 12px;text-align:center;vertical-align:middle;border-right:1px solid #e1e8f6;background-color:inherit;box-sizing:border-box}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr td{-ms-flex-align:center;align-items:center;padding:14px 16px;border-bottom:none;border-right:none;background-color:inherit;min-width:105px}}.channel-list .spec-line .spec-table table tr td:first-child{font-size:16px;text-align:center;color:#1a1a1a;width:37.5%;font-weight:400;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr td:first-child{width:auto;-ms-flex:1;flex:1;border-right:1px solid #e1e8f6}}.channel-list .spec-line .spec-table table tr td:nth-child(2),.channel-list .spec-line .spec-table table tr td:nth-child(3),.channel-list .spec-line .spec-table table tr td:nth-child(4){width:20.8333%}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr td:nth-child(2),.channel-list .spec-line .spec-table table tr td:nth-child(3),.channel-list .spec-line .spec-table table tr td:nth-child(4){width:auto}}.channel-list .spec-line .spec-table table tr td:last-child{border-right:none}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .spec-line .spec-table table tr td:last-child{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .partner-col{display:none!important}.channel-list .partner-col.active{display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:701px) and (max-width:1023px){.channel-list .partner-col{display:none!important}.channel-list .partner-col.active{display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}.channel-list .benefit-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;vertical-align:middle;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.channel-list .benefit-icon.benefit-check{background-color:#88ab2d;position:relative}.channel-list .benefit-icon.benefit-check:after{content:"✓";display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:14px;line-height:1}.channel-list .benefit-icon.benefit-none{background-color:#dce0e9;position:relative}.channel-list .benefit-icon.benefit-none:after{content:"−";display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:18px;line-height:1}.channel-list .notes{width:100%;margin-top:40px;color:#8b94a7;font-size:16px;line-height:1.5;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.channel-list .notes{width:100%;margin-top:24px;padding:0 16px;font-size:12px}}.spec-table2{display:-ms-flexbox;display:flex;-ms-flex:5;flex:5}@media only screen and (min-width:320px) and (max-width:700px){.spec-table2 table{width:100%}}.partner-banner{padding-top:100px;padding-bottom:100px}.partner-content{position:relative}.partner-content .partner-content-img{width:100%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-content-img{width:100%;height:580px;object-fit:cover}}.partner-content .partner-img-type{width:auto}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-img-type{height:200px;object-fit:cover}}.partner-content .partner-banner{position:absolute;top:30%;left:6%;z-index:10;color:#fff;font-weight:600;font-size:35px}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-banner{top:52%;left:18%}}.partner-content .partner-banner .partner-banner-t1{color:#88ab2d;font-weight:700;font-size:40px}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-banner .partner-banner-t1{color:#fff;font-weight:400;font-size:25px;text-align:center}}.partner-content .partner-banner .partner-banner-t2{color:#404040;font-weight:400;font-size:40px}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-banner .partner-banner-t2{color:#fff;font-weight:300;font-size:16px;text-align:center}}.partner-content .partner-banner .partner-banner-button{margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.partner-content .partner-banner .partner-banner-button{text-align:center}}.partner-content .partner-content-title{position:absolute;top:50%;right:0;bottom:50%;left:0;z-index:100;color:#fff;font-weight:600;font-size:35px;text-align:center}.dot-color{color:#d6d6d6}.goals{padding-top:30px;padding-bottom:10px;color:#88ab2d;font-size:18px;text-align:center}.process{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-right:8%;padding-left:8%}@media only screen and (min-width:320px) and (max-width:700px){.process{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:0;padding-left:0}}.process a:hover{background-color:#88ab2d;cursor:pointer}.process-card{position:relative;height:304px;padding:43px 50px 10px;background-color:#fff;border-radius:13px}@media only screen and (min-width:320px) and (max-width:700px){.process-card{top:0}}.process-card:hover{position:relative;top:-27px;background-color:#88ab2d;cursor:pointer}.process-card:hover div{color:#fff}.process-card .process-card-title{color:#88ab2d;font-weight:600;font-size:20px}.process-card .process-card-tips{padding-top:23px;color:#c1c1c1;font-size:16px}.process-card .process-card-number{position:absolute;bottom:15px;margin-left:-35px;color:#f6f6f6;font-size:60px;font-style:italic}.process-card .process-card-tips-w{padding-top:23px;color:#fff;font-size:16px}.process-card .process-card-content{margin-top:8px;color:#404040;font-weight:300;font-size:16px}.process-card .process-card-content-active{margin-top:8px;color:#fff;font-weight:300;font-size:16px}.mb50{position:relative;top:-27px}@media only screen and (min-width:320px) and (max-width:700px){.mb50{top:0}}.hy-product-detail_carousel__list .carousel-item{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-detail_carousel__list .carousel-item{width:100%}.hy-product-detail_carousel__list .carousel-item img{height:100%}}.hy-product-jumbo-wrap{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-jumbo-wrap{height:330px}}.hy-product-jumbo-wrap>.hy-product-jumbo-inner_box{position:relative;width:233px;max-width:233px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-jumbo-wrap>.hy-product-jumbo-inner_box{transform:scale(.4);transform-origin:50% 0}}.hy-product-jumbo-wrap>.hy-product-jumbo-inner_box>img{transform:scale(.9)}.ratio-1-2 .hy-product-jumbo-wrap>.hy-product-jumbo-inner_box{width:373px;max-width:373px}.hy-product-params-container{margin-top:-1px!important}.hy-product-params .row table{margin-top:0!important;border:0;border-top:1px solid #89a624}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-params .row table{border-top:1px solid transparent}}.hy-product-params .row .table-pc{white-space:pre-line;background-color:#f8f8fa}.hy-product-params .row .table-pc tr td{padding:12px 0 12px 70px;color:#4c4948;font-size:16px;vertical-align:middle;border:0;border-bottom:1px solid #b9babb}.hy-product-params .row .table-pc tr td:first-child{width:35%}.hy-product-params .row .table-pc tr td:nth-child(2){border-left:1px solid #b9babb}.hy-product-params .row .table-pc tr:first-child td{width:20%;padding:0;text-align:center;border-bottom:0}.hy-product-params .row .table-pc tr:nth-child(2){border-top:1px solid #89a624}.hy-product-params .row .table-pc tr:last-child{border-bottom:1px solid #89a624}.hy-product-params .row .table-pc tr:last-child td{border-bottom:0}.hy-product-params .row .table-pc tr:nth-child(2n){background:#eff0f2}.hy-product-params .row .table-mobile.hy-product-params-table th{color:#000;border:0;box-shadow:0 1px 0 rgba(0,0,0,.08)}.hy-product-params .row .table-mobile.hy-product-params-table tr td{vertical-align:middle;border:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-params .row .table-mobile.hy-product-params-table tr td{font-size:14px!important}}.hy-product-params .row .table-mobile.hy-product-params-table tr td:first-child{width:130px}.hy-product-params .row .table-mobile-wrap{width:100%}.hy-product-params .row:last-child{margin-top:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-params .row:last-child{margin-top:36px!important;font-size:15px}}.hy-product-videos{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-videos{padding-right:20px;padding-left:20px}}.hy-product-videos .hy-product-videos_carousel{-ms-flex-item-align:center;align-self:center;max-width:890px;height:500px;overflow:visible!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-videos .hy-product-videos_carousel{height:auto}}.hy-product-videos .hy-product-videos_carousel .carousel-control-next,.hy-product-videos .hy-product-videos_carousel .carousel-control-prev{top:50%;height:20px;margin-top:-10px}.hy-product-videos .hy-product-videos_carousel .carousel-indicators{bottom:-100px}.hy-product-videos .hy-product-videos_carousel .carousel-indicators li{background-color:#1a1a1a;opacity:.4}.hy-product-videos .hy-product-videos_carousel .carousel-indicators li.active{opacity:1}.hy-product-videos .carousel-inner.hy-product-videos-carousel__list .carousel-item{height:100%}.hy-product-videos .carousel-inner.hy-product-videos-carousel__list .carousel-item .video-box{position:relative}.hy-product-videos .carousel-inner.hy-product-videos-carousel__list .carousel-item .video-box video{height:100%;object-fit:fill}.hy-product-videos .carousel-inner.hy-product-videos-carousel__list .carousel-item .video-box .play-btn{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);z-index:1;width:48px;height:48px;cursor:pointer}.hy-product-videos .carousel-inner.hy-product-videos-carousel__list .carousel-item .video-box .play-btn.hidden{display:none}.hy-product-videos .hy-product-videos-carousel__list{height:100%}.hy-product-videos .hy-product-videos-carousel__list .carousel-caption{position:static}.hy-product-video .hy-product-video_item{position:relative;height:500px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-video .hy-product-video_item{height:456px}}.hy-product-video .hy-product-video_item .item-video-container{position:relative}.hy-product-video .hy-product-video_item .item-video-container .play-btn{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);z-index:99999;width:48px;height:48px;cursor:pointer}.hy-product-video .hy-product-video_item .item-descript-containter{position:relative;top:-60px;z-index:2;width:90%;margin:auto;padding:40px 35px;text-align:center;background-color:#fff}@media only screen and (min-width:701px) and (max-width:1023px){.hy-product-video .hy-product-video_item .item-descript-containter{bottom:10px;height:250px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-video .hy-product-video_item .item-descript-containter{min-height:210px;padding:20px}}.hy-product-video .hy-product-video_item .item-descript-containter h4{font-family:OpenSans-SemiBold;font-weight:400;font-size:20px;line-height:27px}.hy-product-video .hy-product-video_item .item-descript-containter p{padding-top:20px;color:#434343;font-size:18px;line-height:25px}.hy-product-video .hy-product-video_item .item-descript-containter .item-descript-more{color:#8dc63f;font-size:14px}.hy-product-accessories_list{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news{height:auto;margin-top:46px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news .hy-product-news_item{margin-left:20px;padding:0}}.hy-product-news .hy-product-news_item .hy-image.hy-image-ratio-1618-1{margin-top:0}@media only screen and (min-width:701px) and (max-width:1023px){.hy-product-news .hy-product-news_item.col-9{-ms-flex:0 0 45%;flex:0 0 45%;max-width:75%}}.hy-product-news_item{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news_item{width:100%}}.hy-product-news_item .item-shadow{height:100%;box-shadow:0 2px 12px rgba(51,51,51,.1)}.hy-product-news_item .item-type{z-index:1}.hy-product-news_item .hy-product-news_img-box{overflow:hidden}.hy-product-news_item .item-container{display:block;background-color:#fff}.hy-product-news_item .item-container .news-title{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#282828;margin-top:24px;margin-bottom:12px}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news_item .item-container .news-title{margin-top:16px;margin-bottom:8px;font-size:18px;line-height:25.2px;letter-spacing:-.4px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news_item .item-container .detail-content-wrapper>p,.hy-product-news_item .item-container .time{color:#35393f!important;font-size:14px!important;line-height:20px!important}}.hy-product-news_item .item-container .detail-content-wrapper>p i,.hy-product-news_item .item-container .time i{margin-right:4px}.hy-gray_title-card .hy-product-news_item .item-container ul,.hy-product-news_item .item-container .brief,.hy-product-news_item .item-container .hy-gray_title-card>p,.hy-product-news_item .item-container .hy-gray_title-card ul{font-weight:500;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#404040}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card .hy-product-news_item .item-container ul,.hy-product-news_item .item-container .brief,.hy-product-news_item .item-container .hy-gray_title-card>p,.hy-product-news_item .item-container .hy-gray_title-card ul{font-weight:400;font-size:12px;line-height:19.2px;left:-.15px;margin-bottom:10px}}.hy-product-news_item .blog,.hy-product-news_item .news{position:absolute;right:10px;padding:2px 14px;color:#fff;font-size:12px;border:1px solid hsla(0,0%,100%,.4);border-top-right-radius:0;border-bottom-left-radius:0}.hy-product-news_item .news{background-color:#4d88ff}.hy-product-news_item .blog{background-color:#55ba25}.carousel.slide .carousel-control-next,.carousel.slide .carousel-control-prev{opacity:.4}@media only screen and (min-width:320px) and (max-width:700px){.carousel.slide .carousel-control-next,.carousel.slide .carousel-control-prev{display:none}}.carousel.slide .carousel-control-next:hover,.carousel.slide .carousel-control-prev:hover{opacity:.9}@media only screen and (min-width:320px) and (max-width:700px){.carousel-indicators li{width:10px;height:10px;border-radius:50%}}#product-detail-paramteter-more .learn-more{display:none}#product-detail-paramteter-more.collapsed .learn-more,#product-detail-paramteter-more .put-away{display:inline;font-weight:400;font-size:13px}@media only screen and (min-width:320px) and (max-width:700px){#product-detail-paramteter-more.collapsed .learn-more{font-size:15px}}#product-detail-paramteter-more.collapsed .put-away{display:none}.hy-product-jumbo-detail{overflow-x:hidden}.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box{background-color:transparent}@media only screen and (min-width:320px) and (max-width:700px){.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box{border-width:0;transform:scale(1)}}.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box:after{border:1px solid #4d88ff;animation:pulse-lg 1.5s linear .5s infinite}.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box:before{border:1px solid #4d88ff;animation:pulse-lg 1.5s linear 1s infinite}.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box .pulse-button{width:100%;height:100%;background-color:#4d88ff;border-radius:50%;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box .pulse-button{display:block}}.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box .pulse-button:after,.hy-application-jumbo-wrap .pulse-wrapper .pulse-button-box .pulse-button:before{display:none}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content{width:auto;padding:10px!important;background-color:#35393f!important}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content .pulse-content{padding:0!important;color:#fff;background-color:#35393f!important}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-top{position:relative;top:-106px;left:-14px}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-top:after{position:absolute;bottom:-14px;left:20px;width:0;height:0;border-top:20px solid #35393f;border-right:15px solid transparent;border-left:15px solid transparent;content:""}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-top.active{display:block;opacity:1}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-bottom{position:relative;top:40px;left:-14px}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-bottom:after{position:absolute;top:-14px;left:20px;width:0;height:0;border-right:15px solid transparent;border-bottom:20px solid #35393f;border-left:15px solid transparent;content:""}.hy-application-jumbo-wrap .pulse-wrapper .pulse-wrapper_content.at-bottom.active{display:block;opacity:1}.new-whitepaper{display:-ms-flexbox;display:flex;width:100%;height:170vh}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper{height:100%}}@media only screen and (min-width:1367px) and (max-width:1440px){.new-whitepaper{height:170vh}}.new-whitepaper img{position:fixed;top:0;width:100%;height:100%;object-fit:cover}.new-whitepaper .newhitePaperLogo{position:absolute;left:65px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .newhitePaperLogo{position:relative;left:0}}.new-whitepaper .newhitePaperLogo .logoImg{top:10px;width:auto;height:40px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .newhitePaperLogo .logoImg{position:relative;left:0}}.new-whitepaper .page-bg{position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg{width:100%;margin:0;padding:40px 20px}}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paperLogo{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}}.new-whitepaper .page-bg .paper-left{width:40%;min-height:700px;margin-right:42px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paper-left{min-height:100px;margin-right:30px;margin-bottom:50px;width:100%}}.new-whitepaper .page-bg .paper-left p{color:#fff;font-size:16px}.new-whitepaper .page-bg .paper-left .paper-left-p{font-size:22px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paper-left .paper-left-p{font-size:17px}}.new-whitepaper .page-bg .paper-left h1{margin-top:6px;margin-bottom:50px;color:#88ab2d;font-size:32px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paper-left h1{margin-bottom:20px}}.new-whitepaper .page-bg .paper-form .paper-right{width:500px;padding:40px 0;background:#ededed;border:1px solid #707070;border-radius:5px}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paper-form .paper-right{width:100%;padding:0 10px}}.new-whitepaper .page-bg .paper-form .paper-right form{width:90%}@media only screen and (min-width:320px) and (max-width:700px){.new-whitepaper .page-bg .paper-form .paper-right form{width:100%}}.new-whitepaper .page-bg .paper-form .paper-right form .paper-tips{margin-top:20px;margin-bottom:20px;padding:10px;color:#fff;background-color:#88ab2d;border-radius:5px}.new-whitepaper .page-bg .paper-form .paper-right form .paper-textarea{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:80px}.new-whitepaper .page-bg .paper-form .paper-right form .paper-textarea textarea{width:60%;height:100%;border:none}.new-whitepaper .page-bg .paper-form .paper-right form .item-error{border:1px solid #c7000b}.new-whitepaper .page-bg .paper-form .paper-right form div{position:relative;display:-ms-flexbox;display:flex;height:50px;margin-bottom:28px;padding-left:20px;color:#171717;font-size:16px;background:#fff}.new-whitepaper .page-bg .paper-form .paper-right form div .email-error-tip,.new-whitepaper .page-bg .paper-form .paper-right form div .verify-error{position:absolute;bottom:-26px;left:10px;color:#c7000b;font-size:12px;opacity:0}.new-whitepaper .page-bg .paper-form .paper-right form div .label-p{padding-left:10px}.new-whitepaper .page-bg .paper-form .paper-right form div label{margin-right:4px;padding-top:12px;padding-bottom:12px}.new-whitepaper .page-bg .paper-form .paper-right form div label span{margin-right:5px;color:#e16f6f}.new-whitepaper .page-bg .paper-form .paper-right form div input,.new-whitepaper .page-bg .paper-form .paper-right form div select{-ms-flex:1;flex:1;height:50px;background-color:transparent;border:none;box-shadow:0}.new-whitepaper .page-bg .paper-form .paper-right form div select{margin-right:20px}.new-whitepaper .page-bg .paper-form .paper-right form .policy-error{color:#c7000b;font-size:12px;opacity:0}.new-whitepaper .page-bg .paper-form .paper-right form .agreement{margin-top:20px;margin-bottom:20px;color:#171717;font-size:14px}.new-whitepaper .page-bg .paper-form .paper-right form .agreement a{color:#88ab2d}.new-whitepaper .page-bg .paper-form .paper-right form .agreement span{margin-left:5px}.new-whitepaper .page-bg .paper-form .paper-right form .agreement .agreement-check,.new-whitepaper .page-bg .paper-form .paper-right form .agreement .agreement-text-wrapper{vertical-align:middle}.new-whitepaper .page-bg .paper-form .paper-right form .agreement .policy-text-wrapper{display:inline-block;margin-top:20px}.new-whitepaper .page-bg .paper-form .paper-right form .form-button{background:transparent}.new-whitepaper .page-bg .paper-form .paper-right form .form-button .submit{width:165px;height:44px;background-color:#88ab2d;border-radius:22px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container{-ms-flex:1;flex:1}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hsform-title{width:80%;margin:30px auto;padding:10px;color:#fff;background-color:#88ab2d;border-radius:5px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field{position:relative;display:-ms-flexbox;display:flex;height:50px;margin-bottom:20px;padding-left:5%;color:#171717;font-size:16px;background:#fff}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>label{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:auto;max-width:50%;margin-bottom:0;padding-left:10px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>label:after{content:":"}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>label>span{color:#171717;font-size:16px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>label>span.hs-form-required{position:absolute;left:0;color:#e16f6f}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>div.input{-ms-flex:1;flex:1;height:auto;margin-bottom:0;padding-left:14px;color:#171717;font-size:16px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field>div.input>input{width:100%;height:50px;background-color:transparent;border:none;box-shadow:none}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field .hs-error-msgs{position:absolute;bottom:-20px;left:0;font-size:12px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-form-field .hs-error-msgs>li>label{width:100%;color:#e16f6f;font-size:12px}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-submit{height:auto;margin-top:40px;margin-bottom:0;padding-left:0;color:#171717;font-size:16px;background:transparent}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-submit>div{height:auto;margin-bottom:0;padding-left:0;color:#171717;font-size:16px;text-align:center;background:transparent}.new-whitepaper .page-bg .paper-form .paper-right .hsform-container .hbspt-form .hs-submit>div .hs-button{width:165px;height:44px;color:#fff;font-size:14px;background-color:#88ab2d;border-radius:22px}.new-whitepaper .page-bg .phone-mutiselect{position:fixed;top:90px;z-index:1051;width:80%;min-height:260px;max-height:500px;margin-left:10%;overflow:auto;background-color:#fff;border-radius:0}.new-whitepaper .page-bg .phone-mutiselect .select-item{height:45px;padding-top:12px;padding-bottom:12px;padding-left:42px;color:#404040}.new-whitepaper .page-bg .phone-mutiselect .select-item:before{position:absolute;left:10px;margin-top:-6px;content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_unselect.png)}.new-whitepaper .page-bg .phone-mutiselect .active:before{content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_select.png)}.new-whitepaper .page-bg .select-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;width:100%;height:100%;background:rgba(0,0,0,.6)}@media only screen and (min-width:320px) and (max-width:700px){.hy-solutions-case-item{margin-bottom:20px}}.industry-solution-icon{width:64px!important;margin:auto}@media only screen and (min-width:320px) and (max-width:700px){.industry-solution-icon{width:32px!important}}@media only screen and (min-width:320px) and (max-width:700px){.hy_globalSearch .navbar{display:none}}.hy_globalSearch_search_input-phone{display:none;border-radius:0!important}@media only screen and (min-width:320px) and (max-width:700px){.hy_globalSearch_search_input-phone{display:block}}.hy_globalSearch_search_input-phone:focus{border-radius:0!important}.hy-global_search-search{padding:80px 0;min-height:calc(100vh - 60px);width:950px}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search{width:100%;padding-top:1px;margin-top:56px;z-index:10}}.hy-global_search-search h1{font-family:OpenSans-SemiBold;text-align:center;font-weight:700;font-size:42px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search h1{font-weight:500;font-size:28px}}.hy-global_search-search .search-section{background-color:transparent}.hy-global_search-search .search-section .search-form{width:100%;max-width:100%}.hy-global_search-search .search-section .search-form .form-group{position:relative;color:#b3acba}.hy-global_search-search .search-section .search-form .form-group .search-icon{width:auto;left:16px;right:auto}.hy-global_search-search .search-section .search-form .form-group .search-icon>i{font-size:18px;color:#282828}.hy-global_search-search .search-section .search-form .form-group .form-control{border-radius:30px;border:1px solid #e0e2e5!important;height:54px;font-size:16px;font-weight:400;padding-left:56px;padding-right:56px;color:#1a1a1a}.hy-global_search-search .search-section .search-form .form-group .clear-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;z-index:10;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px}.hy-global_search-search .search-section .search-form .form-group .clear-icon>i{font-size:16px;color:#8b94a7;font-weight:700;transition:color .2s}.hy-global_search-search .search-section .search-form .form-group .clear-icon:hover>i{color:#282828}.hy-global_search-search .related-recommend-search{padding-top:30px;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search .related-recommend-search{margin:0 20px;-ms-flex-direction:column;flex-direction:column}}.hy-global_search-search .related-recommend-search .related-recommend-search_title{white-space:nowrap;margin-right:15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search .related-recommend-search .related-recommend-search_title{margin-bottom:14px}}.hy-global_search-search .related-recommend-search .related-recommend-search_main{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hy-global_search-search .related-recommend-search .related-recommend-search_main li{margin:0 16px 14px 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search .related-recommend-search .related-recommend-search_main li{margin:0 5px 14px 0}}.hy-global_search-search .related-recommend-search .related-recommend-search_main li a{display:inline-block;font-size:16px;width:100%;height:30px;line-height:30px;padding:0 20px;background:#edf0f5;border-radius:15px;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search .related-recommend-search .related-recommend-search_main li a{height:auto;line-height:1.4;padding:6px 20px}}.hy-global_search-search .related-recommend-search .related-recommend-search_main li a:hover{background-color:#dbe0e6}.hy-global_search-search .search-content-bg{margin-top:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-global_search-search .search-content-bg{margin-top:12px}}.hy-global_search-search .global-search-tab{margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>.tab-item+li,.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li+.tab-item,.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li+li,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>.tab-item+li,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li+.tab-item,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li+li,.hy-global_search-search .global-search-tab .tab-item+.tab-item{margin-left:0}}.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li,.hy-global_search-search .global-search-tab .tab-item{color:#1a1a1a;padding:14px 10px;font-size:16px;font-family:OpenSans-SemiBold}.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li.active,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li.active,.hy-global_search-search .global-search-tab .tab-item.active{font-size:16px;border-bottom:2px solid #96b41e}.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>.tab-item+li,.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li+.tab-item,.hy-fluid-tab .hy-global_search-search .global-search-tab .tab_items-fluid>li+li,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>.tab-item+li,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li+.tab-item,.hy-global_search-search .global-search-tab .hy-fluid-tab .tab_items-fluid>li+li,.hy-global_search-search .global-search-tab .tab-item+.tab-item{margin-left:20px}.hy-global_search-search .search-bg{width:100%;border-radius:0}.hy-global_search-search .hypagination{margin-bottom:40px}.region-entry-section{width:100%;background-color:#f7f8fa;margin-top:60px}.region-content{padding:100px 0;color:#1a1a1a}.region-entry-card{background-color:#fff;padding:12px 20px}.region-entry-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);text-decoration:none;color:#1a1a1a;cursor:pointer}.region-entry-card:hover span{color:#96b41e}.region-entry-card h4{font-weight:400}.region-entry-card span{color:grey}.signup-content .signup-check{color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.region-content,.signup-container,.signup-content{font-size:14px}.region-content .form-control:-ms-input-placeholder,.signup-container .form-control:-ms-input-placeholder,.signup-content .form-control:-ms-input-placeholder{font-size:12px}.region-content .form-control,.region-content .form-control::placeholder,.signup-container .form-control,.signup-container .form-control::placeholder,.signup-content .form-control,.signup-content .form-control::placeholder{font-size:12px}}@media only screen and (min-width:1023px){.region-content,.signup-container,.signup-content{max-width:1224px;font-size:14px}.region-content .form-control:-ms-input-placeholder,.signup-container .form-control:-ms-input-placeholder,.signup-content .form-control:-ms-input-placeholder{font-size:14px}.region-content .form-control,.region-content .form-control::placeholder,.signup-container .form-control,.signup-container .form-control::placeholder,.signup-content .form-control,.signup-content .form-control::placeholder{font-size:14px}}@media only screen and (min-width:320px) and (max-width:700px){.region-entry-section{margin-top:56px}}.partner-cases__main{min-height:100vh;background-color:#fff}.partner-cases__main .search-section{margin-top:0;padding-top:40px}@media only screen and (min-width:320px) and (max-width:700px){.partner-cases__main .search-section{padding-top:0}}.partner-cases__main .hypagination .page-item .active{color:#88ab2d}.partner-cases__main .search-form{display:none}.partner-cases__list li{margin-bottom:40px}.partner-cases__list .news-card{background-color:#fff}.partner-cases__list .news-card .news-footer{padding:0 20px;min-height:56px}.partner-cases__list .news-card .news-footer p{-webkit-line-clamp:3!important;height:auto!important;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.partner-cases__list .news-card .news-footer p{font-size:16px}}.partner-cases__list .news-card .news-footer p:nth-child(2){display:none!important}.partner-cases__dropdowns{-ms-flex-pack:center;justify-content:center;margin-bottom:60px;margin-right:auto;margin-left:auto;max-width:796px}@media only screen and (min-width:320px) and (max-width:700px){.partner-cases__dropdowns{margin-left:-10px;margin-right:-10px}.partner-cases__dropdowns>div{margin-top:12px;padding-left:10px;padding-right:10px}}#download_center_content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){#download_center_content>section{position:relative;top:-24px;width:100%}}.download-center-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.download-center-loading .spinner-box{position:fixed;top:50%;left:calc(50% - 16px);color:#fff}.download-center,.product-resource{width:100%;background-color:#f2f3f5;min-height:100vh}.download-center #download_breadcrumbs,.product-resource #download_breadcrumbs{padding:30px 0 0}.download-center .hy-breadcrumb,.download-center .oldVersion,.product-resource .hy-breadcrumb,.product-resource .oldVersion{text-align:center}.download-center .note,.product-resource .note{background-color:#f3e8dc;text-align:center;padding:8px;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.download-center .note,.product-resource .note{font-size:12px;color:#404040}}.download-center .note a,.product-resource .note a{color:#eb8117;margin:4px;font-weight:700}.download-center-menu,.download-center .download-filter-section,.product-resource-menu,.product-resource .download-filter-section{background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.download-center #download_center_type,.product-resource #download_center_type{display:none}}.download-center .download-filter-category,.product-resource .download-filter-category{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.download-center .download-filter-title,.product-resource .download-filter-title{padding:20px 0 20px 20px;width:100px;font-weight:600}@media only screen and (min-width:320px) and (max-width:700px){.download-center .download-filter-title,.product-resource .download-filter-title{padding:20px 0 0}}.download-center .download-filter-items,.product-resource .download-filter-items{width:calc(100% - 120px);padding-top:15px;padding-bottom:15px}.download-center .download-filter-items-container,.product-resource .download-filter-items-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.download-center .download-filter-items-container .form-check,.product-resource .download-filter-items-container .form-check{width:25%;padding-top:5px;padding-bottom:5px}@media only screen and (min-width:320px) and (max-width:700px){.download-center .download-filter-items-container .form-check,.product-resource .download-filter-items-container .form-check{width:50%}}.download-center .download-filter-items-container .form-check label,.product-resource .download-filter-items-container .form-check label{display:block}.download-center #product_type_filter .download-filter-items-container,.product-resource #product_type_filter .download-filter-items-container{transition:height .2s ease-in}.download-center #product_type_filter.fold-content .download-filter-items-container,.product-resource #product_type_filter.fold-content .download-filter-items-container{max-height:120px;overflow:hidden;transition:height .2s ease-in}.download-center .hypagination,.product-resource .hypagination{margin-bottom:20px}.download-center .hypagination li:last-child,.product-resource .hypagination li:last-child{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.download-center .hypagination li:last-child input,.product-resource .hypagination li:last-child input{height:32px;width:50px!important}.download-center .download-file-list__content,.product-resource .download-file-list__content{border-radius:0}.download-center .download-file-list-title,.product-resource .download-file-list-title{position:relative;padding:10px 0;font-weight:600;margin-bottom:20px}.download-center .download-file-list-title .download-file-order,.product-resource .download-file-list-title .download-file-order{font-size:12px;font-weight:400;position:absolute;right:0;top:15px}.download-center .download-file-list-title .download-file-order:hover,.product-resource .download-file-list-title .download-file-order:hover{cursor:pointer}.download-center .download-file-list-title .download-file-order .iconfont,.product-resource .download-file-list-title .download-file-order .iconfont{transform:rotate(-90deg);transition:all .6s ease;margin-top:-2px;display:inline-block}.download-center .download-file-list-title .download-file-order.descending .iconfont,.product-resource .download-file-list-title .download-file-order.descending .iconfont{transform:rotate(90deg);transition:all .6s ease}.download-center .download-center-version-list,.product-resource .download-center-version-list{margin-bottom:20px}.download-center #download-file-list-form .dflf,.product-resource #download-file-list-form .dflf{font-size:16px;color:#666;line-height:1.5;text-align:center}.download-center #download-file-list-form>.dflf>a,.product-resource #download-file-list-form>.dflf>a{color:#eb8117}.download-center .download-file-list-content,.product-resource .download-file-list-content{margin-bottom:20px}.download-center .download-file-list-content .download-file-card:first-child,.product-resource .download-file-list-content .download-file-card:first-child{border-top:1px solid #ebebeb}.download-center .search-form,.product-resource .search-form{max-width:800px!important}.download-center .search-form .form-control,.product-resource .search-form .form-control{padding-left:20px!important}.download-center .search-form .icon-close,.product-resource .search-form .icon-close{text-align:center;margin-right:5px;background:#ccc;color:#fff;border-radius:20px;height:20px;width:20px;line-height:20px;font-size:12px}.download-center .search-form .download-dropdown-menu,.product-resource .search-form .download-dropdown-menu{background-color:#fff;top:56px;width:800px;padding:8px 0;position:absolute;z-index:10}.download-center .search-form .download-dropdown-menu .dropdown-item,.product-resource .search-form .download-dropdown-menu .dropdown-item{padding:6px 14px;font-size:14px}.download-center .breadcrumb,.product-resource .breadcrumb{margin-bottom:0;padding-bottom:0}.download-center .fold-content #more_product_type .arrow-down,.product-resource .fold-content #more_product_type .arrow-down{transform:rotate(0deg)}.download-center #more_product_type .arrow-down,.product-resource #more_product_type .arrow-down{transform:rotate(-180deg);transition:transform .36s cubic-bezier(.075,.82,.165,1)}.download-file-list__content .download-file-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.download-file-list__content .download-file-card{border-bottom:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.download-file-list__content .download-file-card .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:0}.download-file-list__content .download-file-card .form-check .form-check-label{padding-left:14px}.download-file-list__content .download-file-card .form-check .form-check-label:after{top:calc(50% - 7px)}.download-file-list__content .download-file-card .form-check .form-check-label:before{top:calc(50% - 4px)}.download-file-list__content .download-file-card .form-check.hidden .form-check-label:after,.download-file-list__content .download-file-card .form-check.hidden .form-check-label:before{visibility:hidden}.download-file-list__content .download-file-card .form-check.hidden .checkbox-btn.checkbox-btn-sm label:before{top:10px}.download-file-list__content .download-file-card .form-check.hidden .checkbox-btn.checkbox-btn-sm label:after{top:8px}.download-file-list__content .download-file-card .download-file-info{-ms-flex:1;flex:1}.download-file-list__content .download-file-card .download-file-info .download-file-name:hover{cursor:pointer}.download-file-list__content .download-file-card .download-file-info .download-file-name span:first-child{min-width:0;max-width:calc(100% - 60px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block}.download-file-list__content .download-file-card .download-file-info .row{color:grey;margin-left:0;margin-right:0}.download-file-list__content .download-file-card .download-file-operation{text-align:center}.download-file-list__content .download-file-card .download-file-operation .dropdown-item img{width:11px;height:11px;border-radius:0;border:0;background:transparent;margin-right:8px}.download-file-list__content .download-file-card .download-file-operation .btn:not(.dropdown-item){padding:0}.download-file-list__content .download-file-card .download-file-operation .btn-link{white-space:nowrap;width:60px}.download-file-list__content .download-file-card .download-file-operation .btn-link:hover{cursor:pointer;text-decoration:none}.download-file-list__content .download-file-type-icon{display:inline-block;width:32px;height:32px;background-repeat:no-repeat}.download-filter .form-check-label{padding-left:14px;word-break:break-all}.download-filter .form-check .checkbox-btn-sm .form-check-label,.download-filter .form-check .radio-btn-sm .form-check-label{padding-left:23px}.download-filter .form-check .checkbox-btn-sm .form-check-label:after,.download-filter .form-check .radio-btn-sm .form-check-label:after{top:calc(50% - 8px)}.download-filter .radio-btn-sm .form-check-label:before{top:calc(50% - 2px)}.download-filter .checkbox-btn-sm .form-check-label:before{top:calc(50% - 5px)}@media only screen and (min-width:1023px){.download-filter{margin-bottom:20px}.download-filter-category:not(:last-child):after{content:"";width:100%;height:1px;border-bottom:15px solid #f2f3f5}.download-file-info{max-width:calc(100% - 272px)}.download-file-operation{margin-left:12px;max-width:210px;position:absolute;right:0;top:calc(50% - 10px)}}@media only screen and (min-width:320px) and (max-width:700px){.download-center,.product-resource{background-color:#fff;padding-left:0;padding-right:0;margin-top:0}.download-center .signup-tip,.product-resource .signup-tip{font-size:12px;color:#404040;height:20px}.download-center .form-control,.product-resource .form-control{border-radius:40px;height:40px;background-color:#fff}.download-center .download-right-content,.product-resource .download-right-content{width:100%}#cooperation-application-scene .download-center .download-right-content .carousel-item>p,#cooperation-application-scene .product-resource .download-right-content .carousel-item>p,#cooperation-trip .download-center .download-right-content .cooperation-trip-content,#cooperation-trip .download-center .download-right-content .cooperation-trip-step,#cooperation-trip .product-resource .download-right-content .cooperation-trip-content,#cooperation-trip .product-resource .download-right-content .cooperation-trip-step,#hy-contact_btn-modal .content_phones .download-center .download-right-content p,#hy-contact_btn-modal .content_phones .product-resource .download-right-content p,.download-center .download-right-content #cooperation-application-scene .carousel-item>p,.download-center .download-right-content #cooperation-trip .cooperation-trip-content,.download-center .download-right-content #cooperation-trip .cooperation-trip-step,.download-center .download-right-content #hy-contact_btn-modal .content_phones p,.download-center .download-right-content .aside-actions,.download-center .download-right-content .download-center-menu,.download-center .download-right-content .download-file-list__content,.download-center .download-right-content .faq-right-container,.download-center .download-right-content .FAQ-sidenav-menu .sub-menu-label,.download-center .download-right-content .FAQ-sidenav-menu li .menu,.download-center .download-right-content .hy-contact-us-list_item,.download-center .download-right-content .hy-download_little-card,.download-center .download-right-content .hy-module-topology .hy-module-content,.download-center .download-right-content .hy-platform_car-Card .card-text,.download-center .download-right-content .hy-product-params .row .table-mobile.hy-product-params-table tr td,.download-center .download-right-content .hy-search_repair_store-store,.download-center .download-right-content .inquiry-list-card-wrapper .inquiry-list-card,.download-center .download-right-content .message-list-item article,.download-center .download-right-content .notification-center-left-menu,.download-center .download-right-content .p-20,.download-center .download-right-content .product-resource-menu,.download-center .download-right-content .trainning-course-row li>article,.download-center .download-right-content .user-info-modal .modal-content,.FAQ-sidenav-menu .download-center .download-right-content .sub-menu-label,.FAQ-sidenav-menu .product-resource .download-right-content .sub-menu-label,.FAQ-sidenav-menu li .download-center .download-right-content .menu,.FAQ-sidenav-menu li .product-resource .download-right-content .menu,.hy-module-topology .download-center .download-right-content .hy-module-content,.hy-module-topology .product-resource .download-right-content .hy-module-content,.hy-platform_car-Card .download-center .download-right-content .card-text,.hy-platform_car-Card .product-resource .download-right-content .card-text,.hy-product-params .row .table-mobile.hy-product-params-table tr .download-center .download-right-content td,.hy-product-params .row .table-mobile.hy-product-params-table tr .product-resource .download-right-content td,.inquiry-list-card-wrapper .download-center .download-right-content .inquiry-list-card,.inquiry-list-card-wrapper .product-resource .download-right-content .inquiry-list-card,.message-list-item .download-center .download-right-content article,.message-list-item .product-resource .download-right-content article,.product-resource .download-right-content #cooperation-application-scene .carousel-item>p,.product-resource .download-right-content #cooperation-trip .cooperation-trip-content,.product-resource .download-right-content #cooperation-trip .cooperation-trip-step,.product-resource .download-right-content #hy-contact_btn-modal .content_phones p,.product-resource .download-right-content .aside-actions,.product-resource .download-right-content .download-center-menu,.product-resource .download-right-content .download-file-list__content,.product-resource .download-right-content .faq-right-container,.product-resource .download-right-content .FAQ-sidenav-menu .sub-menu-label,.product-resource .download-right-content .FAQ-sidenav-menu li .menu,.product-resource .download-right-content .hy-contact-us-list_item,.product-resource .download-right-content .hy-download_little-card,.product-resource .download-right-content .hy-module-topology .hy-module-content,.product-resource .download-right-content .hy-platform_car-Card .card-text,.product-resource .download-right-content .hy-product-params .row .table-mobile.hy-product-params-table tr td,.product-resource .download-right-content .hy-search_repair_store-store,.product-resource .download-right-content .inquiry-list-card-wrapper .inquiry-list-card,.product-resource .download-right-content .message-list-item article,.product-resource .download-right-content .notification-center-left-menu,.product-resource .download-right-content .p-20,.product-resource .download-right-content .product-resource-menu,.product-resource .download-right-content .trainning-course-row li>article,.product-resource .download-right-content .user-info-modal .modal-content,.trainning-course-row .download-center .download-right-content li>article,.trainning-course-row .product-resource .download-right-content li>article,.user-info-modal .download-center .download-right-content .modal-content,.user-info-modal .product-resource .download-right-content .modal-content{padding:0!important}#cooperation-direction .download-center .download-right-content .row>*,#cooperation-direction .product-resource .download-right-content .row>*,#cooperation-trip .download-center .download-right-content .cooperation-trip-step>div,#cooperation-trip .product-resource .download-right-content .cooperation-trip-step>div,#form-product_register_btn_modal .download-center .download-right-content .hy-input,#form-product_register_btn_modal .download-center .download-right-content .textarea_body,#form-product_register_btn_modal .product-resource .download-right-content .hy-input,#form-product_register_btn_modal .product-resource .download-right-content .textarea_body,#hy-certification-model .download-center .download-right-content .row>*,#hy-certification-model .product-resource .download-right-content .row>*,#hy-service_customized_case-service .service_card .text-content .download-center .download-right-content div,#hy-service_customized_case-service .service_card .text-content .product-resource .download-right-content div,#hy-service_solution_case-case .download-center .download-right-content .row>*,#hy-service_solution_case-case .product-resource .download-right-content .row>*,#region_list_page>div .download-center .download-right-content .row>*,#region_list_page>div .product-resource .download-right-content .row>*,.detail-resolve_status .download-center .download-right-content .button-container,.detail-resolve_status .product-resource .download-right-content .button-container,.download-center .download-right-content #cooperation-direction .row>*,.download-center .download-right-content #cooperation-trip .cooperation-trip-step>div,.download-center .download-right-content #form-product_register_btn_modal .hy-input,.download-center .download-right-content #form-product_register_btn_modal .textarea_body,.download-center .download-right-content #hy-certification-model .row>*,.download-center .download-right-content #hy-service_customized_case-service .service_card .text-content div,.download-center .download-right-content #hy-service_solution_case-case .row>*,.download-center .download-right-content #region_list_page>div .row>*,.download-center .download-right-content .black-card-row>*,.download-center .download-right-content .cancel-submit-tip_container,.download-center .download-right-content .detail-resolve_status .button-container,.download-center .download-right-content .download-detail-statistics,.download-center .download-right-content .FAQ-product-models .FAQ-product-models_list,.download-center .download-right-content .FAQ-product-models .select-model-tip,.download-center .download-right-content .g-20>*,.download-center .download-right-content .gy-20>*,.download-center .download-right-content .human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.download-center .download-right-content .human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.download-center .download-right-content .human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.download-center .download-right-content .human-resource-process .icon_content .title,.download-center .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.download-center .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.download-center .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.download-center .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.download-center .download-right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.download-center .download-right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.download-center .download-right-content .hy-contact-us-list_item .contact-detail,.download-center .download-right-content .hy-detail-head-banner__content .banner-desc,.download-center .download-right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.download-center .download-right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.download-center .download-right-content .hy-download_little-card-wrapper,.download-center .download-right-content .hy-file h3,.download-center .download-right-content .hy-global_search-area_select,.download-center .download-right-content .hy-global_search-industry_select,.download-center .download-right-content .hy-gray_title-card-img,.download-center .download-right-content .hy-gray_title-card>p,.download-center .download-right-content .hy-gray_title-card ul,.download-center .download-right-content .hy-pic-title-row>*,.download-center .download-right-content .hy-product-features_banner_right .action-group,.download-center .download-right-content .hy-product-features_banner_right .action-group a,.download-center .download-right-content .hy-product-features_banner_right .action-group button,.download-center .download-right-content .hy-refitted-vehicles-product-platform .product-platform-list .item,.download-center .download-right-content .inquiry-list-card-wrapper .product-desc .product-action,.download-center .download-right-content .mt-20,.download-center .download-right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.download-center .download-right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.download-center .download-right-content .news-card .news-footer .news-title,.download-center .download-right-content .news-card .news-time>div,.download-center .download-right-content .news-container .news-list>*,.download-center .download-right-content .notification-center .notification-main-container .phone-menu-container,.download-center .download-right-content .partner-cases__dropdowns,.download-center .download-right-content .partner-cases__main .hypagination,.download-center .download-right-content .personal-center-list-card,.download-center .download-right-content .personal-center-list-card p,.download-center .download-right-content .personal-center__detail .detail-content-footer,.download-center .download-right-content .personal-center__module .content-body,.download-center .download-right-content .pic-desc-content>ul,.download-center .download-right-content .product-list-aside .category,.download-center .download-right-content .product-list-aside .categorys,.download-center .download-right-content .product-list-terminal_aside .category,.download-center .download-right-content .product-list-terminal_aside .categorys,.download-center .download-right-content .product-system-item .product-black-card-text p,.download-center .download-right-content .product-system-item>ul>li ul,.download-center .download-right-content .relativeFAQ_list,.download-center .download-right-content .repair-inquiry-card .repair-inquiry-card-main,.download-center .download-right-content .resources-download-row>*,.download-center .download-right-content .safety-command+section>ul.row>*,.download-center .download-right-content .search-certification .certificate-card-wrapper,.download-center .download-right-content .search-industry-partners .partners-card-wrapper,.download-center .download-right-content .search-industry-partners .partners-table,.download-center .download-right-content .search-partners .partners-card-wrapper,.download-center .download-right-content .search-partners .partners-table,.download-center .download-right-content .section-icon-item .gray-container-title,.download-center .download-right-content .section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.download-center .download-right-content .section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.download-center .download-right-content .section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.download-center .download-right-content .section-icon-item .title,.download-center .download-right-content .section-icon-item .vertical-center-layout-wrapper .container h2,.download-center .download-right-content .section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.download-center .download-right-content .section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.download-center .download-right-content .section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.download-center .download-right-content .section-icon-item p,.download-center .download-right-content .signup-content.signup-success>h3,.download-center .download-right-content .status-container,.download-center .download-right-content .sub-brands a,.download-center .download-right-content .table-section .table-content,.download-center .download-right-content .tree-select-empty button,.download-center .download-right-content .vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.download-center .download-right-content .vertical-center-layout-wrapper .container .section-icon-item h2,.download-center .download-right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.download-center .download-right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.download-center .download-right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.download-center .download-right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.download-center .download-right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.download-center .download-right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,.download-center .download-right-content li.safety-command-list,.FAQ-product-models .download-center .download-right-content .FAQ-product-models_list,.FAQ-product-models .download-center .download-right-content .select-model-tip,.FAQ-product-models .product-resource .download-right-content .FAQ-product-models_list,.FAQ-product-models .product-resource .download-right-content .select-model-tip,.human-resource-process .icon_content .download-center .download-right-content .title,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 .download-center .download-right-content h2,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 .product-resource .download-right-content h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .download-center .download-right-content h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-resource .download-right-content h2,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .download-center .download-right-content h2,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-resource .download-right-content h2,.human-resource-process .icon_content .product-resource .download-right-content .title,.human-resource-process .icon_content .vertical-center-layout-wrapper .container .download-center .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .container .product-resource .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 .download-center .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 .product-resource .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .download-center .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-resource .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .download-center .download-right-content h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-resource .download-right-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content .download-center .download-right-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content .product-resource .download-right-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item .download-center .download-right-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item .product-resource .download-right-content h2,.hy-contact-us-list_item .download-center .download-right-content .contact-detail,.hy-contact-us-list_item .product-resource .download-right-content .contact-detail,.hy-detail-head-banner__content .download-center .download-right-content .banner-desc,.hy-detail-head-banner__content .product-resource .download-right-content .banner-desc,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content .download-center .download-right-content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content .product-resource .download-right-content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item .download-center .download-right-content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item .product-resource .download-right-content h2,.hy-file .download-center .download-right-content h3,.hy-file .product-resource .download-right-content h3,.hy-gray_title-card .download-center .download-right-content ul,.hy-gray_title-card .product-resource .download-right-content ul,.hy-product-features_banner_right .action-group .download-center .download-right-content a,.hy-product-features_banner_right .action-group .download-center .download-right-content button,.hy-product-features_banner_right .action-group .product-resource .download-right-content a,.hy-product-features_banner_right .action-group .product-resource .download-right-content button,.hy-product-features_banner_right .download-center .download-right-content .action-group,.hy-product-features_banner_right .product-resource .download-right-content .action-group,.hy-refitted-vehicles-product-platform .product-platform-list .download-center .download-right-content .item,.hy-refitted-vehicles-product-platform .product-platform-list .product-resource .download-right-content .item,.inquiry-list-card-wrapper .product-desc .download-center .download-right-content .product-action,.inquiry-list-card-wrapper .product-desc .product-resource .download-right-content .product-action,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content .download-center .download-right-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content .product-resource .download-right-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item .download-center .download-right-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item .product-resource .download-right-content h2,.news-card .download-center .download-right-content .news-time>div,.news-card .news-footer .download-center .download-right-content .news-title,.news-card .news-footer .product-resource .download-right-content .news-title,.news-card .product-resource .download-right-content .news-time>div,.news-container .download-center .download-right-content .news-list>*,.news-container .product-resource .download-right-content .news-list>*,.notification-center .notification-main-container .download-center .download-right-content .phone-menu-container,.notification-center .notification-main-container .product-resource .download-right-content .phone-menu-container,.partner-cases__main .download-center .download-right-content .hypagination,.partner-cases__main .product-resource .download-right-content .hypagination,.personal-center-list-card .download-center .download-right-content p,.personal-center-list-card .product-resource .download-right-content p,.personal-center__detail .download-center .download-right-content .detail-content-footer,.personal-center__detail .product-resource .download-right-content .detail-content-footer,.personal-center__module .download-center .download-right-content .content-body,.personal-center__module .product-resource .download-right-content .content-body,.product-list-aside .download-center .download-right-content .category,.product-list-aside .download-center .download-right-content .categorys,.product-list-aside .product-resource .download-right-content .category,.product-list-aside .product-resource .download-right-content .categorys,.product-list-terminal_aside .download-center .download-right-content .category,.product-list-terminal_aside .download-center .download-right-content .categorys,.product-list-terminal_aside .product-resource .download-right-content .category,.product-list-terminal_aside .product-resource .download-right-content .categorys,.product-resource .download-right-content #cooperation-direction .row>*,.product-resource .download-right-content #cooperation-trip .cooperation-trip-step>div,.product-resource .download-right-content #form-product_register_btn_modal .hy-input,.product-resource .download-right-content #form-product_register_btn_modal .textarea_body,.product-resource .download-right-content #hy-certification-model .row>*,.product-resource .download-right-content #hy-service_customized_case-service .service_card .text-content div,.product-resource .download-right-content #hy-service_solution_case-case .row>*,.product-resource .download-right-content #region_list_page>div .row>*,.product-resource .download-right-content .black-card-row>*,.product-resource .download-right-content .cancel-submit-tip_container,.product-resource .download-right-content .detail-resolve_status .button-container,.product-resource .download-right-content .download-detail-statistics,.product-resource .download-right-content .FAQ-product-models .FAQ-product-models_list,.product-resource .download-right-content .FAQ-product-models .select-model-tip,.product-resource .download-right-content .g-20>*,.product-resource .download-right-content .gy-20>*,.product-resource .download-right-content .human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-resource .download-right-content .human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-resource .download-right-content .human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-resource .download-right-content .human-resource-process .icon_content .title,.product-resource .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.product-resource .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-resource .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-resource .download-right-content .human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.product-resource .download-right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.product-resource .download-right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.product-resource .download-right-content .hy-contact-us-list_item .contact-detail,.product-resource .download-right-content .hy-detail-head-banner__content .banner-desc,.product-resource .download-right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.product-resource .download-right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.product-resource .download-right-content .hy-download_little-card-wrapper,.product-resource .download-right-content .hy-file h3,.product-resource .download-right-content .hy-global_search-area_select,.product-resource .download-right-content .hy-global_search-industry_select,.product-resource .download-right-content .hy-gray_title-card-img,.product-resource .download-right-content .hy-gray_title-card>p,.product-resource .download-right-content .hy-gray_title-card ul,.product-resource .download-right-content .hy-pic-title-row>*,.product-resource .download-right-content .hy-product-features_banner_right .action-group,.product-resource .download-right-content .hy-product-features_banner_right .action-group a,.product-resource .download-right-content .hy-product-features_banner_right .action-group button,.product-resource .download-right-content .hy-refitted-vehicles-product-platform .product-platform-list .item,.product-resource .download-right-content .inquiry-list-card-wrapper .product-desc .product-action,.product-resource .download-right-content .mt-20,.product-resource .download-right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.product-resource .download-right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.product-resource .download-right-content .news-card .news-footer .news-title,.product-resource .download-right-content .news-card .news-time>div,.product-resource .download-right-content .news-container .news-list>*,.product-resource .download-right-content .notification-center .notification-main-container .phone-menu-container,.product-resource .download-right-content .partner-cases__dropdowns,.product-resource .download-right-content .partner-cases__main .hypagination,.product-resource .download-right-content .personal-center-list-card,.product-resource .download-right-content .personal-center-list-card p,.product-resource .download-right-content .personal-center__detail .detail-content-footer,.product-resource .download-right-content .personal-center__module .content-body,.product-resource .download-right-content .pic-desc-content>ul,.product-resource .download-right-content .product-list-aside .category,.product-resource .download-right-content .product-list-aside .categorys,.product-resource .download-right-content .product-list-terminal_aside .category,.product-resource .download-right-content .product-list-terminal_aside .categorys,.product-resource .download-right-content .product-system-item .product-black-card-text p,.product-resource .download-right-content .product-system-item>ul>li ul,.product-resource .download-right-content .relativeFAQ_list,.product-resource .download-right-content .repair-inquiry-card .repair-inquiry-card-main,.product-resource .download-right-content .resources-download-row>*,.product-resource .download-right-content .safety-command+section>ul.row>*,.product-resource .download-right-content .search-certification .certificate-card-wrapper,.product-resource .download-right-content .search-industry-partners .partners-card-wrapper,.product-resource .download-right-content .search-industry-partners .partners-table,.product-resource .download-right-content .search-partners .partners-card-wrapper,.product-resource .download-right-content .search-partners .partners-table,.product-resource .download-right-content .section-icon-item .gray-container-title,.product-resource .download-right-content .section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-resource .download-right-content .section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-resource .download-right-content .section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-resource .download-right-content .section-icon-item .title,.product-resource .download-right-content .section-icon-item .vertical-center-layout-wrapper .container h2,.product-resource .download-right-content .section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-resource .download-right-content .section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-resource .download-right-content .section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.product-resource .download-right-content .section-icon-item p,.product-resource .download-right-content .signup-content.signup-success>h3,.product-resource .download-right-content .status-container,.product-resource .download-right-content .sub-brands a,.product-resource .download-right-content .table-section .table-content,.product-resource .download-right-content .tree-select-empty button,.product-resource .download-right-content .vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.product-resource .download-right-content .vertical-center-layout-wrapper .container .section-icon-item h2,.product-resource .download-right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.product-resource .download-right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.product-resource .download-right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.product-resource .download-right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.product-resource .download-right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.product-resource .download-right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,.product-resource .download-right-content li.safety-command-list,.product-system-item .product-black-card-text .download-center .download-right-content p,.product-system-item .product-black-card-text .product-resource .download-right-content p,.product-system-item>ul>li .download-center .download-right-content ul,.product-system-item>ul>li .product-resource .download-right-content ul,.repair-inquiry-card .download-center .download-right-content .repair-inquiry-card-main,.repair-inquiry-card .product-resource .download-right-content .repair-inquiry-card-main,.search-certification .download-center .download-right-content .certificate-card-wrapper,.search-certification .product-resource .download-right-content .certificate-card-wrapper,.search-industry-partners .download-center .download-right-content .partners-card-wrapper,.search-industry-partners .download-center .download-right-content .partners-table,.search-industry-partners .product-resource .download-right-content .partners-card-wrapper,.search-industry-partners .product-resource .download-right-content .partners-table,.search-partners .download-center .download-right-content .partners-card-wrapper,.search-partners .download-center .download-right-content .partners-table,.search-partners .product-resource .download-right-content .partners-card-wrapper,.search-partners .product-resource .download-right-content .partners-table,.section-icon-item .download-center .download-right-content .gray-container-title,.section-icon-item .download-center .download-right-content .title,.section-icon-item .download-center .download-right-content p,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 .download-center .download-right-content h2,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 .product-resource .download-right-content h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .download-center .download-right-content h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-resource .download-right-content h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .download-center .download-right-content h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-resource .download-right-content h2,.section-icon-item .product-resource .download-right-content .gray-container-title,.section-icon-item .product-resource .download-right-content .title,.section-icon-item .product-resource .download-right-content p,.section-icon-item .vertical-center-layout-wrapper .container .download-center .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .container .product-resource .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 .download-center .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 .product-resource .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .download-center .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-resource .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .download-center .download-right-content h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-resource .download-right-content h2,.sub-brands .download-center .download-right-content a,.sub-brands .product-resource .download-right-content a,.table-section .download-center .download-right-content .table-content,.table-section .product-resource .download-right-content .table-content,.tree-select-empty .download-center .download-right-content button,.tree-select-empty .product-resource .download-right-content button,.vertical-center-layout-wrapper .container .human-resource-process .icon_content .download-center .download-right-content h2,.vertical-center-layout-wrapper .container .human-resource-process .icon_content .product-resource .download-right-content h2,.vertical-center-layout-wrapper .container .section-icon-item .download-center .download-right-content h2,.vertical-center-layout-wrapper .container .section-icon-item .product-resource .download-right-content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content .download-center .download-right-content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content .product-resource .download-right-content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item .download-center .download-right-content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item .product-resource .download-right-content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content .download-center .download-right-content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content .product-resource .download-right-content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item .download-center .download-right-content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item .product-resource .download-right-content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content .download-center .download-right-content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content .product-resource .download-right-content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item .download-center .download-right-content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item .product-resource .download-right-content h2{margin-top:0!important}.download-center .search-section,.product-resource .search-section{background:#fff;border-bottom:4px solid #f7f7f7;padding-bottom:24px}.download-center .search-section .search-form .download-dropdown-menu,.product-resource .search-section .search-form .download-dropdown-menu{top:40px;width:calc(100% - 80px)}.download-center .hy-funnel,.product-resource .hy-funnel{text-align:right;position:relative;top:35px;z-index:10;color:#88ab2d;font-weight:600}.download-center .hy-funnel a[aria-expanded=true] path,.product-resource .hy-funnel a[aria-expanded=true] path{stroke:#88ab2d}.download-center .download-filter-items,.download-center .download-filter-title,.product-resource .download-filter-items,.product-resource .download-filter-title{width:100%}.download-center #download_version_list,.product-resource #download_version_list{height:36px}.download-center #download_center_version_list .hy-select:after,.product-resource #download_center_version_list .hy-select:after{top:8px}.download-center .download-filter-items-container .form-check,.product-resource .download-filter-items-container .form-check{padding-left:0;padding-right:0}.download-center .download-filter-items-container .form-check:first-child,.product-resource .download-filter-items-container .form-check:first-child{width:100%}.download-center .download-filter,.product-resource .download-filter{background-color:#fff;position:fixed;top:60px;left:0;bottom:44px;right:0;z-index:100;padding:10px 20px;overflow:auto}.download-center .download-filter form,.product-resource .download-filter form{overflow-y:scroll}.download-center .download-file-list-title,.product-resource .download-file-list-title{margin-bottom:0;padding-left:12px}.download-center .download-file-list-title .download-file-order,.product-resource .download-file-list-title .download-file-order{top:13px}.download-center .download-file-info,.product-resource .download-file-info{max-width:calc(100% - 95px)}.download-center .download-file-card,.product-resource .download-file-card{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.download-center .download-file-card .form-check.hidden+.download-file-info,.product-resource .download-file-card .form-check.hidden+.download-file-info{max-width:calc(100% - 100px)}.download-center .download-file-card .form-check .form-check-label,.product-resource .download-file-card .form-check .form-check-label{padding-left:14px}.download-center .download-center-version-list,.download-center .download-file-list-content,.product-resource .download-center-version-list,.product-resource .download-file-list-content{margin-bottom:0}.download-center .download-file-list__content .list-item-name,.product-resource .download-file-list__content .list-item-name{margin-left:10px;font-size:16px;font-weight:600}.download-center .download-file-list__content .download-file-card .form-check,.product-resource .download-file-list__content .download-file-card .form-check{padding-left:4px}.download-file-card .download-file-operation{width:20px;position:absolute;right:0}.download-file-card .download-file-operation .dropdown-menu{left:-24px!important}}.download-modal-footer{background-color:#fff;padding:12px 0;position:fixed;bottom:0;left:0;right:0;z-index:1031}@media only screen and (min-width:320px) and (max-width:700px){.download-modal-footer{-ms-flex-pack:center;justify-content:center}}.download-modal-footer .btn{padding:3px;width:64px;margin:0;border-radius:0;color:#1a1a1a}.download-modal-footer .hybtn-primary{margin-right:20px}.download-center-toolbar{display:none}.download-center-toolbar .download-center-toolbar-container{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.download-center-share-file{max-height:260px;overflow-y:auto}@media only screen and (min-width:320px) and (max-width:700px){.download-center-share-file .download-center-share-file{max-height:252px}}.download-center-share-file li:not(:first-child){margin-top:12px}.download-center .form-check .checkbox-btn-sm label,.product-resource .form-check .checkbox-btn-sm label{line-height:21px}.download-center .form-check .checkbox-btn-sm label:after,.product-resource .form-check .checkbox-btn-sm label:after{border-width:1px}.download-center .form-check .radio-btn-sm label,.product-resource .form-check .radio-btn-sm label{line-height:21px}#download_center_menu label.hy-menu-submenu-title:after{top:calc(50% - 10px);right:4px}#download_center_menu .hy-menu-submenu-title .-name{width:90%;display:inline-block}.download-detail-title{margin-top:88px}.download-detail-title+.hy-breadcrumb{padding-top:0}.download-detail-statistics{font-size:12px}.download-detail-statistics .statistics-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.download-detail-container{height:100%}}.download-detail-container .download-detail-compression,.download-detail-container object{height:600px}@media only screen and (min-width:320px) and (max-width:700px){.download-detail-container .download-detail-compression,.download-detail-container object{height:400px}}.download-detail-toolbar{height:64px}.download-detail-tip-icon{width:100px;height:100px}@media only screen and (min-width:320px) and (max-width:700px){.download-detail-tip-icon{width:60px;height:60px}}.download-detail-compression{padding:10px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}#sevice-description h2{margin-bottom:30px}#sevice-description p{font-size:18px;color:#000;width:80%;margin:0 auto;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){#sevice-description p{font-size:16px}}.paragraph,.partner-portal-value-item p{padding-left:20px;padding-right:20px}@media only screen and (min-width:320px) and (max-width:700px){.paragraph,.partner-portal-value-item p{padding-left:0;padding-right:0}}#cooperation-trip h2{color:#fff!important}#cooperation-trip .cooperation-trip-step{background-color:#2e2e2e}#cooperation-trip .cooperation-trip-content{position:relative;top:-40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;height:245px;background-color:#242424}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-trip .cooperation-trip-content{top:-20px}}.cooperation-application-images{padding:0 100px}@media only screen and (min-width:320px) and (max-width:700px){.cooperation-application-images{padding:0}}.cooperation-application-images img{width:100%}.cooperation-overview-icon-item p{text-align:center}#cooperation-application-scene .carousel{background-color:#f5f6f7}#cooperation-study-cases .news-card-shadow{box-shadow:0 4px 10px 0 rgba(26,26,26,.1)}#cooperation-study-cases .slider{overflow:visible}@media only screen and (min-width:320px) and (max-width:700px){#tech-support{padding-left:20px;padding-right:20px}}#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #tech-support h1,.hy-detail-head-banner__content #tech-support h1,.navbar-nav .nav-item #tech-support .navbar-submenu-content{background-color:#fff}.industry-case-detail_introduction h2{position:relative;font-weight:300;font-size:35px;line-height:56px;margin-bottom:30px}.industry-case-detail_introduction p{color:#434343;font-size:18px;line-height:1.5;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.industry-case-detail_introduction p{padding:0}}.hy-breadcrumb .industry-case-detail_customer-voice h1,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1,.industry-case-detail_customer-voice .container,.industry-case-detail_customer-voice .hy-breadcrumb h1,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content{margin-left:calc(50vw - 650px);max-width:1300px}.hy-breadcrumb .industry-case-detail_customer-voice h1>h2,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>h2,.industry-case-detail_customer-voice .container>h2,.industry-case-detail_customer-voice .hy-breadcrumb h1>h2,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>h2,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>h2,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>h2{text-align:center}.hy-breadcrumb .industry-case-detail_customer-voice h1>h3,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>h3,.industry-case-detail_customer-voice .container>h3,.industry-case-detail_customer-voice .hy-breadcrumb h1>h3,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>h3,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>h3,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>h3{margin:0 32px;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>h3,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>h3,.industry-case-detail_customer-voice .container>h3,.industry-case-detail_customer-voice .hy-breadcrumb h1>h3,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>h3,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>h3,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>h3{margin:0 24px}}.hy-breadcrumb .industry-case-detail_customer-voice h1>p,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>p,.industry-case-detail_customer-voice .container>p,.industry-case-detail_customer-voice .hy-breadcrumb h1>p,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>p,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>p,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>p{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>p,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>p,.industry-case-detail_customer-voice .container>p,.industry-case-detail_customer-voice .hy-breadcrumb h1>p,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>p,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>p,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>p{font-size:16px;line-height:20.8px;letter-spacing:-.15px}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content{white-space:nowrap;overflow-x:hidden;padding:8px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content{overflow-x:auto}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content::-webkit-scrollbar,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content::-webkit-scrollbar,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content::-webkit-scrollbar,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content::-webkit-scrollbar,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content::-webkit-scrollbar,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content::-webkit-scrollbar,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content::-webkit-scrollbar{height:0;background:transparent;scrollbar-width:none}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:996px;padding:32px 60px;border-radius:12px;margin-right:24px}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .next,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .next,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .next,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .next,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .next,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .next,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .next{position:relative;top:45%;left:108px;z-index:11}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .default-arrow{margin-left:-94px;position:relative;top:45%}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item{width:100%;padding:24px;-ms-flex:none;flex:none}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .default-arrow,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .default-arrow{display:none}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3{font-size:20px;line-height:1.4;letter-spacing:-.4px;width:800px;white-space:pre-line;font-family:OpenSans-Medium;margin:32px 0;color:#282828;position:relative;z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_carousel>h3{width:100%;font-size:14px;margin:24px 0}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg{margin-top:11px}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name{text-align:right;color:#282828;font-family:OpenSans-SemiBold;font-size:20px;position:relative;z-index:1;font-weight:700}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name{font-weight:600}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job{font-size:16px;letter-spacing:-.1px;color:#404040;font-family:OpenSans-Medium;text-align:right;position:relative;z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:start!important;align-items:flex-start!important}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg>img{width:64px;margin-top:12px}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_name{text-align:left;font-size:16px;white-space:break-spaces}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniy-item .customer-voice_msg .customer-voice_carousel_job{font-size:14px;text-align:left;white-space:break-spaces}}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniny-control,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .testmoniny-control,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .testmoniny-control,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .testmoniny-control,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .testmoniny-control,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .testmoniny-control,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .testmoniny-control{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .mg40,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .mg40,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .mg40{margin-left:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .mg40,.hy-detail-head-banner__content .industry-case-detail_customer-voice h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .container>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .hy-breadcrumb h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .hy-detail-head-banner__content h1>.industry-case-detail_customer_content .mg40,.industry-case-detail_customer-voice .navbar-nav .nav-item .navbar-submenu-content>.industry-case-detail_customer_content .mg40,.navbar-nav .nav-item .industry-case-detail_customer-voice .navbar-submenu-content>.industry-case-detail_customer_content .mg40{margin-left:0}}.industry-case-detail_board p{font-size:18px;color:#000}@media only screen and (min-width:320px) and (max-width:700px){.industry-case-detail_board p{font-size:16px}}.industry-case-detail_board.section-wrapper h2{margin-bottom:30px}.industry-case-detail_board.section-wrapper p{padding:0 100px;line-height:24px}@media only screen and (min-width:320px) and (max-width:700px){.industry-case-detail_board.section-wrapper p{padding:0}}.industry-case-detail_board.bg-black h2{color:#fff}.industry-case-detail_board.bg-black p{color:#fff!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .search-partners.has-search h1,.hy-detail-head-banner__content .search-partners.has-search h1,.navbar-nav .nav-item .search-partners.has-search .navbar-submenu-content,.search-partners.has-search .container,.search-partners.has-search .hy-breadcrumb h1,.search-partners.has-search .hy-detail-head-banner__content h1,.search-partners.has-search .navbar-nav .nav-item .navbar-submenu-content{padding-top:74px!important}}.search-partners .partners-table{display:none;width:100%;padding:0 10px;background-color:#fff}.search-partners .partners-table table{table-layout:fixed}.search-partners .partners-table table thead{border-bottom:1px solid #f8f8fa}.search-partners .partners-table table tr{min-height:64px}.search-partners .partners-table table td,.search-partners .partners-table table th{display:inline-block;padding-left:0;color:#1a1a1a}.search-partners .partners-no-data{padding:30px 0;text-align:center;color:#f50606}.search-partners .partners-card-wrapper{display:none;word-break:break-all}.search-partners .partners-card-wrapper .partners-card{margin-bottom:12px;padding:0 20px}.search-partners .partners-card-wrapper .partners-card .name{margin-top:20px;padding-bottom:24px;font-size:20px}.search-partners .partners-card-wrapper .partners-card .desc{font-size:14px}.search-partners .partners-card-wrapper .partners-card .contact{padding-top:12px;padding-bottom:20px}.search-partners #partners-list-pagination{display:none;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .search-industry-partners.has-search h1,.hy-detail-head-banner__content .search-industry-partners.has-search h1,.navbar-nav .nav-item .search-industry-partners.has-search .navbar-submenu-content,.search-industry-partners.has-search .container,.search-industry-partners.has-search .hy-breadcrumb h1,.search-industry-partners.has-search .hy-detail-head-banner__content h1,.search-industry-partners.has-search .navbar-nav .nav-item .navbar-submenu-content{padding-top:74px!important}}.search-industry-partners .partners-table{display:none;width:100%;padding:0 10px;background-color:#fff}.search-industry-partners .partners-table table{table-layout:fixed}.search-industry-partners .partners-table table thead{border-bottom:1px solid #f8f8fa}.search-industry-partners .partners-table table tr{min-height:64px}.search-industry-partners .partners-table table td,.search-industry-partners .partners-table table th{display:inline-block;padding-left:0;color:#1a1a1a}.search-industry-partners .partners-card-wrapper{display:none;word-break:break-all}.search-industry-partners .partners-card-wrapper .partners-card{margin-bottom:12px;padding:0 20px}.search-industry-partners .partners-card-wrapper .partners-card .name{margin-top:20px;padding-bottom:24px;font-size:20px}.search-industry-partners .partners-card-wrapper .partners-card .desc{font-size:14px}.search-industry-partners .partners-card-wrapper .partners-card .contact{padding-top:12px;padding-bottom:20px}.search-industry-partners .noresult-tips>p{padding-top:20px;color:#f50606;text-align:center}.search-industry-partners #partners-list-pagination{display:none;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .search-certification h1,.hy-detail-head-banner__content .search-certification h1,.navbar-nav .nav-item .search-certification .navbar-submenu-content,.search-certification .container,.search-certification .hy-breadcrumb h1,.search-certification .hy-detail-head-banner__content h1,.search-certification .navbar-nav .nav-item .navbar-submenu-content{padding-top:74px!important}}.hy-breadcrumb .search-certification h1 p#desc,.hy-detail-head-banner__content .search-certification h1 p#desc,.navbar-nav .nav-item .search-certification .navbar-submenu-content p#desc,.search-certification .container p#desc,.search-certification .hy-breadcrumb h1 p#desc,.search-certification .hy-detail-head-banner__content h1 p#desc,.search-certification .navbar-nav .nav-item .navbar-submenu-content p#desc{font-size:20px;color:#9a9a9c}.hy-breadcrumb .search-certification h1 .showCertificateImg,.hy-breadcrumb .search-certification h1 a,.hy-detail-head-banner__content .search-certification h1 .showCertificateImg,.hy-detail-head-banner__content .search-certification h1 a,.navbar-nav .nav-item .search-certification .navbar-submenu-content .showCertificateImg,.navbar-nav .nav-item .search-certification .navbar-submenu-content a,.search-certification .container .showCertificateImg,.search-certification .container a,.search-certification .hy-breadcrumb h1 .showCertificateImg,.search-certification .hy-breadcrumb h1 a,.search-certification .hy-detail-head-banner__content h1 .showCertificateImg,.search-certification .hy-detail-head-banner__content h1 a,.search-certification .navbar-nav .nav-item .navbar-submenu-content .showCertificateImg,.search-certification .navbar-nav .nav-item .navbar-submenu-content a{color:#88ab2d;padding:0}.search-certification .search-section{-ms-flex-direction:column;flex-direction:column}.search-certification .search-section .error-tips,.search-certification .search-section .no-result-tips{margin-top:50px;color:#f24748;font-size:17px}.search-certification .certificate-table{margin-top:50px;background-color:#fff;width:100%;padding:0 10px;display:none}.search-certification .certificate-table thead tr{background-color:#fcfcfe}.search-certification .certificate-table tbody td{line-height:40px}.search-certification .certificate-table table{table-layout:fixed}.search-certification .certificate-table table thead{border-bottom:1px solid #f8f8fa}.search-certification .certificate-table table tr{min-height:64px}.search-certification .certificate-table table td,.search-certification .certificate-table table th{color:#1a1a1a;padding-left:0;display:inline-block}.search-certification .certificate-card-wrapper{display:none;word-break:break-all}.search-certification .certificate-card-wrapper .certificate-card{padding:20px;margin-bottom:20px}.search-certification .certificate-card-wrapper .certificate-card p:first-child{padding-top:0}.search-certification .certificate-card-wrapper .certificate-card p{padding-top:12px}.hy-search_repair_store-search .search-repair_nodata{padding:30px 0;text-align:center;color:#f50606}@media only screen and (min-width:320px) and (max-width:700px){.hy-search_repair_store-selects .search-repair-store__country{padding-left:0}.hy-search_repair_store-selects .search-repair-store__state{padding-right:0}}.hy-search_repair_store-selects .form-control{font-weight:400;border:1px solid #ebebeb}@media only screen and (min-width:320px) and (max-width:700px){.hy-search_repair_store-selects .hy-select{margin-top:12px}}#hy-search_repair_store-search_input{-ms-flex:1;flex:1}#hy-search_repair_store-search_input .search-icon{color:grey}#hy-search_repair_store-stores .detail-content-wrapper>p,#hy-search_repair_store-stores .time{text-align:right;transform:translateY(calc(100% - 21px))}@media only screen and (min-width:320px) and (max-width:700px){#hy-search_repair_store-stores .detail-content-wrapper>p,#hy-search_repair_store-stores .time{text-align:left}}.hy-search_repair_store-store{border-radius:0}.hy-search_repair_store-store .store .authorization{text-align:right}@media only screen and (min-width:320px) and (max-width:700px){.hy-search_repair_store-store .store .authorization{text-align:left;margin-top:8px;font-size:14px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .user-info-list h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .user-info-list h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .user-info-list h2,.user-info-list .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.user-info-list .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.user-info-list .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.user-info-list .title,.user-info-list .vertical-center-layout-wrapper .container h2,.user-info-list .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.user-info-list .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.user-info-list .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .user-info-list h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .user-info-list h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .user-info-list h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .user-info-list h2{font-weight:700}.user-info-list .btn{padding:0;border:0}.user-info-list .btn:hover{text-decoration:none;cursor:pointer}.user-info-list .btn-unbind{color:#ff6a6a}.user-info-list .row{padding:12px 0}.user-info-modal .modal-body,.user-info-modal .modal-footer,.user-info-modal .modal-header{padding:0}.user-info-modal .modal-dialog{max-width:446px}.user-info-modal .modal-header{border-bottom:0}.user-info-modal .modal-body form{margin-block-end:0}.user-info-modal .modal-body form .form-control{height:40px;font-size:14px}.user-info-modal .modal-footer{border-top:0}.user-info-modal .modal-footer button{width:80px;padding:5px 0;border-radius:0;margin:0}.user-info-modal .modal-footer .btn-default{border:1px solid #b3b3b3}.user-info-modal .modal-footer .btn-danger,.user-info-modal .modal-footer .btn-primary{color:#fff}.user-info-modal .modal-footer .btn-danger{background-color:#ff6a6a}.user-info-modal .bind-modal.modal-content{height:585px;width:440px}.user-info-modal .bind-modal.modal-content .tips{text-align:center}.user-info-modal .wechat-qrcode{margin:86px auto}.user-info-modal .modal-content{border:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-contact-us-list_item .contact-detail{-ms-flex-wrap:wrap;flex-wrap:wrap}.hy-contact-us-list_item .contact-detail>div:not(:last-child){margin-bottom:4px}}.contact-department-list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:26px 20px}@media only screen and (min-width:320px) and (max-width:700px){.contact-department-list-item{padding:20px 12px}.contact-department-list-item>div:not(:last-child){margin-bottom:8px}}.contact-department-list-item:not(:last-child){border-bottom:1px solid rgba(26,26,26,.08)}.contact-department-list-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.contact-department-list-item:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.toast-info{background-color:rgba(26,26,26,.8)}.toast-error{background-color:#ff4646}.map-contact-info{width:100%;height:80vh}@media only screen and (min-width:320px) and (max-width:700px){.map-contact-info{height:40vh}}.notification-center .news-card{background-color:#fff}.notification-center .news-card .news-footer{padding:0 12px;min-height:56px}.notification-center .blog-and-news{padding-bottom:80px}@media only screen and (min-width:320px) and (max-width:700px){.notification-center .blog-and-news{padding-bottom:50px}}.notification-center .notification-activity-tab-wrapper{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.notification-center .notification-main-container{padding-bottom:24px}}.notification-center .notification-main-container .phone-menu-container{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.notification-center .notification-center-pagination{width:100vw;margin-left:-30px}.notification-center .notification-center-pagination .mobile-pagination{background-color:#fff}}.notification-center input.hy-multi-select__btn:read-only{background-color:#fff}.notification-center label.hy-menu-submenu-title:after{top:calc(50% - 10px);right:4px}.notification-center .notification-center-right-content .tab-content{display:none}.notification-center .notification-center-right-content .tab-content.active{display:-ms-flexbox;display:flex}.notification-center li.hy-menu-submenu.active{color:#96b41e}.notification-center .hypagination{margin-bottom:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.notification-center .hypagination{margin-bottom:50px!important}}.notification-center .hypagination .page-item .active{color:#88ab2d}@media only screen and (min-width:1023px){.notification-center-left-menu{width:388px}.notification-center-right-content{-ms-flex-negative:1;flex-shrink:1;-ms-flex-positive:1;flex-grow:1}.notification-center-right-content_open{max-width:calc(100% - 408px)}}.notification-video-wrapper .notification-video_container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101}@media only screen and (min-width:320px) and (max-width:700px){.notification-video-wrapper .notification-video_container{width:100%;height:auto;padding-right:20px;padding-left:20px}}.notification-video-wrapper .notification-video_container .notification-video-player{width:100%}.notification-video-wrapper .notification-video_container .play-btn{cursor:pointer;height:64px;width:64px;position:absolute;left:calc(50% - 32px);top:calc(50% - 32px);z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.notification-video-wrapper .notification-video_container .play-btn{height:40px;width:40px;position:absolute;left:calc(50% - 20px);top:calc(50% - 20px)}}.notification-video-wrapper .notification-video_container .play-btn.hidden{display:none}.notification-video-wrapper .notification-video_container .play-close{cursor:pointer;height:32px;width:32px;position:absolute;top:-20px;right:-40px;z-index:1;color:#fff;background:#282828;line-height:32px;text-align:center;border-radius:32px}@media only screen and (min-width:320px) and (max-width:700px){.notification-video-wrapper .notification-video_container .play-close{height:20px;width:20px;right:0;top:-20px;background:#282828;border-radius:20px;text-align:center;line-height:20px}}.notification-video-wrapper:after{position:fixed;top:0;left:0;content:"";background-color:rgba(0,0,0,.65);z-index:100;width:100%;height:100%}.banner_notification-video-wrapper .notification-video_container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101}@media only screen and (min-width:320px) and (max-width:700px){.banner_notification-video-wrapper .notification-video_container{width:100%;height:auto;margin-left:20px;margin-right:20px}}.banner_notification-video-wrapper .notification-video_container .notification-video-player{width:100%}.banner_notification-video-wrapper .notification-video_container .banner_play-btn{cursor:pointer;height:64px;width:64px;position:absolute;left:calc(50% - 32px);top:calc(50% - 32px);z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.banner_notification-video-wrapper .notification-video_container .banner_play-btn{height:40px;width:40px;position:absolute;left:calc(50% - 20px);top:calc(50% - 20px)}}.banner_notification-video-wrapper .notification-video_container .banner_play-btn.hidden{display:none}.banner_notification-video-wrapper .notification-video_container .banner_play-close{cursor:pointer;height:32px;width:32px;position:absolute;top:0;right:-52px;z-index:1;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.banner_notification-video-wrapper .notification-video_container .banner_play-close{height:16px;width:16px;right:-28px}}.banner_notification-video-wrapper:after{position:fixed;top:0;left:0;content:"";background-color:rgba(0,0,0,.65);z-index:100;width:100%;height:100%}.body-hidden{overflow:hidden}.news-color{background-color:#fff}.detail-content-wrapper{padding-top:80px;max-width:950px;padding-bottom:80px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper{padding-top:24px}}.detail-content-wrapper h1{font-weight:700;font-size:48px;line-height:1.2;letter-spacing:-.8px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper h1{font-size:28px;line-height:1.4;letter-spacing:-.4px}}.detail-content-wrapper .news-video-container{width:950px;height:540px;position:relative;margin:0 auto 40px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper .news-video-container{width:100%;height:176px;margin-bottom:20px}}.detail-content-wrapper .news-video-container .play-btn{width:52px;height:52px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper .news-video-container .play-btn{width:40px;height:40px}}.detail-content-wrapper .news-video-container .play-btn:after{content:"";border-left:22px solid rgba(0,0,0,.95);border-top:13px solid transparent;border-bottom:12px solid transparent;margin-left:-8px;margin-top:-12px;left:50%;position:absolute;top:50%}.detail-content-wrapper .news-video-container img{width:100%;height:100%;object-fit:cover;margin-top:0!important;margin-bottom:20px}.detail-content-wrapper .time,.detail-content-wrapper>p{position:relative;color:#5c6374;font-weight:400;font-size:16px;line-height:16px;letter-spacing:-.2px;padding-left:20px;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper .time,.detail-content-wrapper>p{font-size:12px;line-height:1.5;margin-bottom:24px}}.detail-content-wrapper .time:before,.detail-content-wrapper>p:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;background-image:url(https://www.hytera.com/iwov-resources/public/img-s/time-logo.svg);background-size:contain;background-repeat:no-repeat}.detail-content-wrapper>article p{line-height:1.7!important;margin-bottom:32px;font-size:18px;color:#000;color:#5c6374;font-weight:400;font-size:16px;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article p{font-size:16px}}.detail-content-wrapper>article p span{color:#5c6374;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article p{font-size:14px;margin-bottom:24px}}.detail-content-wrapper>article p strong{font-weight:700;line-height:1.2;letter-spacing:-.8px;color:#282828;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article p strong{line-height:1.2}}.detail-content-wrapper>article h2{margin-bottom:20px}.detail-content-wrapper>article h2,.detail-content-wrapper>article h2 span{color:#282828;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article h2{margin-bottom:16px}}.detail-content-wrapper>article h3{color:#282828;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-.8px;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article h3{margin-bottom:16px}}.detail-content-wrapper>article a{font-weight:400;font-size:16px;line-height:1.7;letter-spacing:-.1px;color:#2156c5!important}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article a{font-size:14px}}.detail-content-wrapper>article img{width:100%!important;height:auto!important}.detail-content-wrapper>article ul{padding:10px 0 0}.detail-content-wrapper>article ul li{position:relative;font-weight:400;font-size:16px;line-height:1.7;letter-spacing:-.1px;color:#5c6374;padding-left:20px;margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article ul li{font-size:14px}}.detail-content-wrapper>article ul li:before{content:"";position:absolute;left:0;top:13px;transform:translateY(-50%);width:16px;height:16px;background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/li_pre_icon.png);background-size:contain;background-repeat:no-repeat}.detail-content-wrapper>article ol{padding:10px 0 0 20px}.detail-content-wrapper>article ol li{position:relative;font-weight:400;font-size:16px;line-height:1.7;letter-spacing:-.1px;color:#5c6374;margin-bottom:10px;list-style:decimal}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>article ol li{font-size:14px}}.detail-content-wrapper>article strong{font-family:OpenSans-Medium}.bottom-content-wrapper{max-width:796px}.bottom-content-wrapper .blog-sibling-article{display:none;-ms-flex-pack:justify;justify-content:space-between;padding-top:75px}.bottom-content-wrapper .blog-sibling-article .sibling-article_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:40%}@media only screen and (min-width:320px) and (max-width:700px){.bottom-content-wrapper .blog-sibling-article .sibling-article_item{width:48%}}.bottom-content-wrapper .blog-sibling-article .sibling-article_item>p{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:600}.bottom-content-wrapper .blog-sibling-article .sibling-article_item>p>span{font-size:16px}.bottom-content-wrapper .blog-sibling-article .sibling-article_item>span{margin-top:10px;color:#88ab2d;font-size:16px}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.prev{text-align:left}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.prev>p>i{margin-right:10px}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.next{text-align:right}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.next>p{-ms-flex-pack:end;justify-content:flex-end}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.next>p>i{margin-left:10px;transform:rotateY(180deg)}.bottom-content-wrapper .blog-sibling-article .sibling-article_item.visit-hidden{visibility:hidden}.bottom-content-wrapper .blog-more-button{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;padding:75px 0 55px}.bottom-content-wrapper .blog-more-button>a{display:inline-block;margin-right:20px;margin-bottom:20px;padding:10px 60px;color:#616161;text-align:center;border:1px solid #616161;border-radius:20px;transition:all .2s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.bottom-content-wrapper .blog-more-button>a{min-width:240px;margin-right:0}}.bottom-content-wrapper .blog-more-button>a:hover{color:#88ab2d;border-color:#88ab2d}.bottom-content-wrapper .blog-more-button>a:last-child{margin-right:0}.bottom-content-wrapper .blog-media{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.bottom-content-wrapper .blog-media>ul{display:-ms-flexbox;display:flex}.bottom-content-wrapper .blog-media>ul>li{margin-right:20px}.bottom-content-wrapper .blog-media>ul>li:last-child{margin-right:0}.bottom-content-wrapper .blog-media>ul>li>a{display:inline-block;width:30px;height:30px}.bottom-content-wrapper .blog-media>ul>li>a>img{width:100%;height:100%;margin-top:0!important;object-fit:cover}.bottom-content-wrapper .social-media-content:before{content:"Поделиться сейчас:";position:absolute;font-size:17px;font-weight:300;top:1%;left:15%}@media only screen and (min-width:320px) and (max-width:700px){.bottom-content-wrapper .social-media-content:before{font-size:16px;top:-10%;left:30%}}.video-container{position:relative;height:435px}@media only screen and (min-width:701px) and (max-width:1023px){.video-container{height:350px}}@media only screen and (min-width:320px) and (max-width:700px){.video-container{width:100%;height:auto}}.video-container video{height:100%}@media only screen and (min-width:320px) and (max-width:700px){.video-container video{width:100%;height:auto}}.video-container .play-btn{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);z-index:1;width:64px;height:64px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.video-container .play-btn{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px}}.video-container .play-btn.hidden{display:none}.human-resource-banner-img{border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-idea .idea_card{margin-bottom:12px}.human-resource-idea .idea_card:last-child{margin-bottom:0}}.contact-us .human-resource-idea h2,.human-resource-idea .contact-us h2,.human-resource-idea .content{height:100%;border-radius:0;padding:40px 20px}@media only screen and (min-width:320px) and (max-width:700px){.contact-us .human-resource-idea h2,.human-resource-idea .contact-us h2,.human-resource-idea .content{padding:24px 12px;border-radius:0}}.contact-us .human-resource-idea h2 p,.human-resource-idea .contact-us h2 p,.human-resource-idea .content p{font-weight:400}.human-resource-process .icon_content{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-process .icon_content{-ms-flex:0 0 33.3%;flex:0 0 33.3%}.human-resource-process .icon_content .icon_img{width:40px}.human-resource-process .icon_content .mid_icon{width:12px}}.human-resource-process .icon_content .mid_icon{position:absolute;right:0;top:50%;transform:translateY(-50%)}.human-resource-process .icon_content:last-child .mid_icon{display:none}.human-resource-jobs .jobs_content span{display:inline-block}@media only screen and (min-width:1367px) and (max-width:1440px){.company-management-info-box h3{border-right:1px solid #d9d9d9}}@media only screen and (min-width:320px) and (max-width:700px){.company-management-info-box h3{margin-bottom:24px}}.company-management-list-tab-container .tab-content{display:none}.company-management-list-tab-container .tab-content.active{display:block}@media only screen and (min-width:320px) and (max-width:700px){.company-management-basic-info{padding-top:24px;padding-left:0;border-top:1px solid #d9d9d9}}.company-management-basic-info p:last-child{margin-bottom:0!important}@media only screen and (min-width:320px) and (max-width:700px){.company-management-basic-info .row>div:not(:last-child){margin-bottom:24px}}.investor-msg-content{background-color:#f7f8fa!important}.investor-msg-content .list-content,.investor-relationship-content{background-color:#fff}.investor-relationship-content .tab-content{display:none}.investor-relationship-content .tab-content.active{display:block}.download-list-item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.download-list-item{-ms-flex-direction:column;flex-direction:column}.download-list-item:last-child{border-bottom:0!important}.download-list-item>a{text-align:right;margin-top:12px}}.my-favorite-list .product-list{margin-bottom:-20px}.my-favorite-list .product-list .product,.my-favorite-list .product-list .search-result-item{margin-bottom:20px}.my-favorite-list .product-list .product:hover,.my-favorite-list .product-list .search-result-item:hover{cursor:pointer}.faq-main-container .faq-list-tab{margin-bottom:25px;margin-top:0}.faq-right-container .search-keyword,.faq-right-container .search-result_num{color:#88ab2d}.relativeFAQ_list li{border-bottom:1px solid #d9d9d9}.relativeFAQ_list li:last-child{border-bottom:0}.FAQ-product-models{min-height:610px}.FAQ-product-models .FAQ-product-models_list>li{cursor:pointer}.FAQ-product-models .FAQ-product-models_list>li:hover{color:#9cc924}.FAQ-product-search-with-initials-mobile-container{width:100%}.FAQ-product-search-with-initials-mobile-container p{padding-left:10px}.FAQ-product-models-tab-initials{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.FAQ-product-models-tab-initials li{padding:8px 4px!important;margin:0 8px!important;font-size:16px!important;font-weight:700;border-bottom:2px solid transparent}.FAQ-product-models-tab-initials li.active{color:#9cc924;border-bottom:2px solid #333}.FAQ-product-models-tab-container{-ms-flex-direction:row;flex-direction:row;margin-top:20px}.FAQ-product-model-list-wrap{background-color:#fff;border-radius:0;padding:20px;height:500px;overflow-x:scroll}.FAQ-product-model-list-wrap .product-model-mobile-item{color:grey;font-size:16px;padding:12px 0;margin-bottom:10px;border-bottom:1px solid rgba(202,198,198,.3)}.FAQ-product-model-list-wrap .product-model-mobile-item:after{content:"";position:absolute;display:block;right:0;top:calc(50% - 5px);height:8px;width:8px;border:2px solid #aaa;border-left:0;border-top:0;transform:rotate(-45deg);transition:transform .36s cubic-bezier(.075,.82,.165,1)}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-product-subtype .FAQ-product_list li{border-bottom:1px solid #ebebeb;font-size:12px;padding:12px 0}}.FAQ-detail_contaier{color:#242424}.FAQ-detail_contaier h3{margin:20px 0}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-detail_contaier h3{font-size:32px;margin:12px 0}}.FAQ-detail_contaier p{font-size:16px;line-height:28px}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-detail_contaier p{font-size:14px}}.FAQ-detail_contaier img{margin:20px 0;width:100%;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-detail_contaier img{margin:12px 0}}.detail-resolve_status{font-size:12px;line-height:1.5}.detail-resolve_status .button-container button{margin:0 6px}.detail-resolve_status .button-container button:hover{color:#96b41e}.detail-resolve_status .iconfont{margin-right:5px}.detail-resolve_status .iconfont.smile-face{color:#88ab2d}.detail-resolve_status .iconfont.cry-face{color:#ff6a6a}.FAQ-sidenav-menu{background-color:#fff}.FAQ-sidenav-menu label.active,.FAQ-sidenav-menu li.active{color:#96b41e}.cancel-submit-tip_container .cancel-submit-tip{cursor:pointer}.FAQ-search-result{min-height:100vh}.FAQ-panel-breadcrumb-item:after{display:inline-block;padding:0 .5rem;color:#6c757d;content:"/"}.FAQ-product-search-with-initials{margin-top:10px;padding-bottom:20px;border-bottom:1px solid #ccc}.FAQ-product-search-with-initials-title{color:grey}.FAQ-product-search-item-wrap{-ms-flex-pack:distribute;justify-content:space-around;margin-right:0;margin-left:0;margin-top:20px}.FAQ-product-search-item-wrap li{padding-top:12px;padding-bottom:12px;text-align:center;cursor:pointer}.FAQ-product-search-item-wrap li.active,.FAQ-product-search-item-wrap li:hover{color:#96b41e}.unresolved-reason__modal-subtitle{padding:20px 0}.inquiry-list-container{min-height:100vh;background-color:#f8f8fa}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list-container{min-height:auto}}.inquiry-list-container.inquiry-successfully{background-color:#fff}.inquiry-list{min-height:calc(100vh - 240px);position:relative}.inquiry-list .inquiry-success{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0;margin:0}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list .inquiry-success{padding-left:20px;padding-right:20px}}.inquiry-list-card-wrapper .inquiry-list-card{transition:box-shadow .2s ease-in-out}.inquiry-list-card-wrapper .inquiry-list-card:hover{box-shadow:0 4px 20px rgba(51,51,51,.1)}.inquiry-list-card-wrapper .product-inquiry__radio-block{cursor:pointer}.inquiry-list-card-wrapper .product-inquiry__radio-block input:disabled+div{background-color:#f2f3f5;border-color:#ebebeb}.inquiry-list-card-wrapper .product-inquiry__radio-block input:checked+div{background-color:#96b41e;border-width:0;text-align:center}.inquiry-list-card-wrapper .product-inquiry__radio-block input:checked+div i{display:block}.inquiry-list-card-wrapper .product-inquiry__radio-icon{width:20px;height:20px;border-radius:50%;background-color:transparent;border:2px solid grey;color:#fff;box-sizing:border-box;z-index:1}.inquiry-list-card-wrapper .product-inquiry__radio-icon i{display:none;width:20px;height:20px;line-height:20px;text-align:center}.inquiry-list-card-wrapper .product-image{background-color:#fff;background-size:cover;height:112px;width:84px;border:1px solid #ebebeb}.inquiry-list-card-wrapper .product-desc{position:relative}.inquiry-list-card-wrapper .product-desc .product-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:calc(100% - 40px);color:#1a1a1a}.inquiry-list-card-wrapper .product-desc .product-bref{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-top:4px;color:grey}.inquiry-list-card-wrapper .product-desc .product-action .action{width:28px;height:28px;border:1px solid rgba(26,26,26,.12);cursor:pointer;line-height:28px}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list-card-wrapper .product-desc .product-action .action{width:22px;height:22px;line-height:22px}}.inquiry-list-card-wrapper .product-desc .product-action .action-minus{border-radius:0 0 0 0}.inquiry-list-card-wrapper .product-desc .product-action .product-count{border-top:1px solid rgba(26,26,26,.12);border-bottom:1px solid rgba(26,26,26,.12);height:28px}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list-card-wrapper .product-desc .product-action .product-count{height:22px}}.inquiry-list-card-wrapper .product-desc .product-action .action-plus{border-radius:0 0 0 0}.inquiry-list__footer{background:#fff;box-shadow:0 -1px 0 rgba(0,0,0,.08);text-align:right;bottom:0;z-index:10}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list__footer span:first-child{display:none}}.inquiry-list__footer-submit{white-space:nowrap}.inquiry-list__footer .inquiry-footer__radio-block{cursor:pointer}.inquiry-list__footer .inquiry-footer__radio-block input:disabled+div{background-color:#f2f3f5;border-color:#ebebeb}.inquiry-list__footer .inquiry-footer__radio-block input:checked+div{background-color:#96b41e;border-width:0}.inquiry-list__footer .inquiry-footer__radio-block input:checked+div i{display:block}.inquiry-list__footer .inquiry-footer__radio-icon{width:20px;height:20px;border-radius:50%;background-color:transparent;border:2px solid grey;color:#fff;box-sizing:border-box;z-index:4;text-align:center}.inquiry-list__footer .inquiry-footer__radio-icon i{display:none;width:20px;height:20px;line-height:20px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list__footer .product-inquiry__footer-submit{text-align:left;margin-top:6px}.inquiry-list__footer .product-inquiry__footer-submit button{line-height:35px;height:35px}}.inquiry-btn{position:fixed;bottom:320px;right:0;padding:8px 12px;background:hsla(0,0%,100%,.8);border:1px solid #ebebeb;border-right-width:0;border-radius:0 0 0 0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-btn{bottom:232px}}.inquiry-btn__icon{padding-top:25px;padding-bottom:25px;cursor:pointer}.inquiry-btn__icon img,.inquiry-btn__icon p{transition:transform .5s ease}.inquiry-btn__icon:hover{background-color:#f2f3f5}.inquiry-btn__icon:hover img,.inquiry-btn__icon:hover p{transform:scale(1.1)}.service-solution-section p{font-size:18px;color:#000;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.service-solution-section p{font-size:16px;width:100%}}.service-solution-section .hy-gray-title-card-list{margin-top:0!important}.service-solution-section .hy-gray-title-card-list .hy-gray_title-card .hy-gray_title{height:62px;padding:0 14px;font-weight:400}.service-solution-section.section-wrapper h2{margin-bottom:30px}#hy-service_solution_case-case .case-card .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,#hy-service_solution_case-case .case-card .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,#hy-service_solution_case-case .case-card .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,#hy-service_solution_case-case .case-card .title,#hy-service_solution_case-case .case-card .vertical-center-layout-wrapper .container h2,#hy-service_solution_case-case .case-card .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,#hy-service_solution_case-case .case-card .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,#hy-service_solution_case-case .case-card .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 #hy-service_solution_case-case .case-card h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 #hy-service_solution_case-case .case-card h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content #hy-service_solution_case-case .case-card h2,.vertical-center-layout-wrapper .container #hy-service_solution_case-case .case-card h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 #hy-service_solution_case-case .case-card h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 #hy-service_solution_case-case .case-card h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content #hy-service_solution_case-case .case-card h2{font-weight:400;font-size:20px;margin-top:12px}#hy-service_customized_case-service .service_card{margin-top:40px}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card{margin-top:48px}}#hy-service_customized_case-service .service_card .text-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card .text-content{margin-top:12px}}#hy-service_customized_case-service .service_card:nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse}#hy-service_customized_case-service .service_card:nth-child(odd) .text-content{padding-left:30px}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card:nth-child(odd) .text-content{padding-left:10px}}#hy-service_customized_case-service .service-case-summary{text-align:center}.repair-inquiry .search-section{position:relative}.repair-inquiry .error-tips{position:absolute;top:56px;left:50%;width:769px;font-size:14px;transform:translateX(-50%)}@media only screen and (min-width:320px) and (max-width:700px){.repair-inquiry .error-tips{top:42px;left:0;width:auto;transform:translateX(0)}}.repair-inquiry .no-result-tips{position:absolute;top:48px;left:0;width:769px;font-size:14px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.repair-inquiry .no-result-tips{top:36px;left:50%;width:80%;transform:translateX(-50%)}}.repair-inquiry-card{position:absolute;width:100%;padding:20px}.repair-inquiry-card .repair-inquiry-card-header p:first-child{font-weight:600;font-size:16px}.repair-inquiry-card .repair-inquiry-card-header p:last-child{font-size:12px}.repair-inquiry-card .repair-inquiry-card-main p:first-child{font-size:14px;width:80%}.repair-inquiry-card .repair-inquiry-card-main p:last-child{font-size:12px}.repair-inquiry-card .repair-inquiry-card-footer{font-size:12px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.repair-inquiry-card .repair-inquiry-card-footer p:last-child{margin-top:4px}}.vertical-center-layout-wrapper{width:100%;background-color:#f8f8fa}.vertical-center-layout-wrapper h2{font-weight:700;font-size:42px;line-height:1.2;color:#282828;margin-bottom:32px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper h2{font-size:28px}}.vertical-center-layout-wrapper.has-search{min-height:570px}.hy-breadcrumb .vertical-center-layout-wrapper.has-search h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper.has-search h1,.navbar-nav .nav-item .vertical-center-layout-wrapper.has-search .navbar-submenu-content,.vertical-center-layout-wrapper.has-search .container,.vertical-center-layout-wrapper.has-search .hy-breadcrumb h1,.vertical-center-layout-wrapper.has-search .hy-detail-head-banner__content h1,.vertical-center-layout-wrapper.has-search .navbar-nav .nav-item .navbar-submenu-content{height:auto;padding-top:140px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper.has-search h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper.has-search h1,.navbar-nav .nav-item .vertical-center-layout-wrapper.has-search .navbar-submenu-content,.vertical-center-layout-wrapper.has-search .container,.vertical-center-layout-wrapper.has-search .hy-breadcrumb h1,.vertical-center-layout-wrapper.has-search .hy-detail-head-banner__content h1,.vertical-center-layout-wrapper.has-search .navbar-nav .nav-item .navbar-submenu-content{padding-top:164px;padding-bottom:60px}}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper div.form-group.with-prefix .form-control{padding-left:10px}}.vertical-center-layout-wrapper .action-btn{position:absolute;top:100px;right:15px;z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper .action-btn{top:84px;right:20px}}.vertical-center-layout-wrapper .action-btn .hybtn-ghost{font-size:12px}.hy-breadcrumb .vertical-center-layout-wrapper h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content,.vertical-center-layout-wrapper .container,.vertical-center-layout-wrapper .hy-breadcrumb h1,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content{height:100vh;padding-top:100px;-ms-flex-pack:start!important;justify-content:start!important}.hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-breadcrumb .vertical-center-layout-wrapper h1>a,.hy-breadcrumb .vertical-center-layout-wrapper h1>h2+p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>a,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>h2+p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>h2+p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.vertical-center-layout-wrapper .container>a,.vertical-center-layout-wrapper .container>h2+p,.vertical-center-layout-wrapper .container h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1>a,.vertical-center-layout-wrapper .hy-breadcrumb h1>h2+p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>a,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>h2+p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>a,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>h2+p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper div.form-group.with-prefix .prefix{right:0!important}}.vertical-center-layout-wrapper div.form-group.with-prefix .prefix.no_content{right:48px}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper div.form-group.with-prefix .prefix.no_content{right:30px!important}}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper .search-form .form-group .search-button.no_content{min-width:80px;width:80px}}.vertical-center-layout-wrapper .search-form div.form-group.with-prefix .prefix{left:16px;right:inherit!important}@media only screen and (min-width:320px) and (max-width:700px){.vertical-center-layout-wrapper .search-form div.form-group.with-prefix .prefix{left:6px}}.vertical-center-layout-wrapper .search-form .input-group-append{position:relative}.hy-refitted-vehicles-product-platform .product-platform-list{width:100%}.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper{border:1px solid rgba(26,26,26,.08);margin-right:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper{margin-right:0}}.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper .img{padding-top:60px;padding-bottom:60px}.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper{margin-top:12px}.personal-center{background-color:#f8f8fa}@media only screen and (min-width:320px) and (max-width:700px){.personal-center{background-color:#fff;margin-top:56px}}.personal-center-container{padding-bottom:80px}@media only screen and (min-width:320px) and (max-width:700px){.personal-center-container{padding-bottom:0}}.personal-center_side_nav{background-color:#fff;border-radius:0;color:#1a1a1a}.personal-center_side_nav .hy-sidenav-menu li i{display:inline-block;margin-right:12px}.personal-center_side_nav .hy-sidenav-menu li i.white{color:#f8f8fa}.personal-center_side_nav .hy-sidenav-menu li i.dark{color:#000}.personal-center_side_nav .hy-sidenav-menu li i.active{color:#88ab2d;font-weight:400}.personal-center_side_nav .hy-sidenav-menu li:not(.has-children){padding:12px 20px}.personal-center_side_nav .hy-sidenav-menu li.has-children label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px 20px}.personal-center_side_nav .hy-sidenav-menu li.has-children label span{padding-right:20px}.personal-center_side_nav .hy-sidenav-menu li.has-children li{padding:12px 20px 12px 76px}.hy-breadcrumb .personal-center-content h1,.hy-detail-head-banner__content .personal-center-content h1,.navbar-nav .nav-item .personal-center-content .navbar-submenu-content,.personal-center-content .container,.personal-center-content .hy-breadcrumb h1,.personal-center-content .hy-detail-head-banner__content h1,.personal-center-content .navbar-nav .nav-item .navbar-submenu-content{border-radius:0}.personal-center__module{padding:20px;border-radius:0;min-height:100%}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__module{padding:0;min-height:200px}}.personal-center-list-card{border-radius:0;padding:20px;border:1px solid rgba(0,0,0,.08)}.personal-center-list-card:first-child{margin-top:0!important}.personal-center-list-card a:hover{color:inherit}.personal-center-list-card .status{font-size:12px;line-height:1.5;font-weight:700}.my-download-list .download-file-card,.my-favorite-list .download-file-card{padding:0 20px;background-color:#f2f3f5;border:0;border-radius:0;margin-bottom:12px}.my-download-list .download-file-operation,.my-favorite-list .download-file-operation{right:20px}.my-download-list .download-file-info,.my-favorite-list .download-file-info{max-width:calc(100% - 250px)}@media only screen and (min-width:320px) and (max-width:700px){.my-download-list .download-file-card,.my-favorite-list .download-file-card{padding-left:0;padding-right:0;background-color:#fff;border-radius:0;margin-bottom:0}.my-download-list .download-file-card:nth-child(3n),.my-favorite-list .download-file-card:nth-child(3n){border-bottom:1px solid #ebebeb}.my-download-list .download-file-info,.my-favorite-list .download-file-info{max-width:calc(100% - 76px)}.my-download-list .download-file-operation,.my-favorite-list .download-file-operation{right:0;position:absolute}}.personal-center__module .content-detail h4{margin-top:20px;color:#88ab2d;font-size:18px}.personal-center__module table{margin-top:20px;width:100%;color:#404040;border-bottom:1px solid #f2f2f2}.personal-center__module table tbody{width:100%}.personal-center__module table tbody tr{height:50px}.personal-center__module table tbody tr td{padding-left:5px}.personal-center__module table tbody tr .td-left{width:30%}.personal-center__module .content-header{-ms-flex-pack:justify;justify-content:space-between;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__module .content-header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:inherit;align-items:inherit}}.personal-center__module .content-header .infotips{color:red;font-size:12px;margin-left:30px}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__module .content-header .infotips{margin-left:0}}.personal-center__module .content-header-extra{-ms-flex:0 0 50%;flex:0 0 50%}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__module .content-header-extra{margin-top:12px}.personal-center__module .content-header-extra .content-header-btn{margin-top:0}}.personal-center__module .content-header-form{display:-ms-flexbox;display:flex;width:100%}.personal-center__module .content-header-form .icon-plus{line-height:22px}.personal-center__module .content-header-form .form-group{-ms-flex-positive:1;flex-grow:1;margin-bottom:0;margin-top:0}.personal-center__module .content-header-form .form-group .prefix.search-icon{top:0;height:32px;font-size:20px}.personal-center__module .content-header-form .form-group input{height:32px;border-radius:0}.personal-center__module .content-header-btn{min-width:80px;padding:0}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__module .content-header-btn{margin-top:12px;-ms-flex-item-align:start;align-self:flex-start}}.personal-center__module #type{width:100%}.personal-center__module .content-area{width:100%;overflow:hidden;position:relative}.personal-center__module .content-area .i-tab{position:absolute;top:30px;background:#fff;z-index:100}.personal-center__module .content-area .i-tab-left{left:0;color:#ccc}.personal-center__module .content-area .i-tab-right{right:0}.personal-center__module .search-select{margin-top:20px;line-height:40px;font-weight:400;padding-left:20px;padding-right:20px;background:#fbfbfb;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:16px}.personal-center__module .search-select #search{width:100%;border:none;background:transparent}.personal-center__module .search-select i{color:#9e9e9e}.personal-center__module .drop-item{height:250px;overflow:auto;border:1px solid #f5f1f1;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:10px 20px;cursor:pointer;box-shadow:#a9a9a9}.personal-center__module .drop-item .drop-item-level1{-ms-flex-pack:justify;justify-content:space-between;height:30px;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700}.hy-gray_title-card .personal-center__module .drop-item ul>li,.personal-center__module .drop-item .hy-gray_title-card ul>li,.personal-center__module .drop-item .list-item,.personal-center__module .drop-item .pic-desc-content>ul>li{font-size:14px;margin-bottom:6px}.hy-gray_title-card .personal-center__module .drop-item ul>li:hover,.personal-center__module .drop-item .hy-gray_title-card ul>li:hover,.personal-center__module .drop-item .list-item:hover,.personal-center__module .drop-item .pic-desc-content>ul>li:hover{color:#94bf22}.personal-center__module .drop-item .list-item-active{color:#88ab2d}.personal-center__module .scroll{width:300px;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap;overflow-y:hidden;overflow-x:scroll;display:-ms-flexbox;display:flex}.personal-center__module .scroll::-webkit-scrollbar{display:none}.personal-center__module .content-tabs .tab-title{border-bottom:1px solid #f2f2f2;height:85px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;text-align:center}.personal-center__module .content-tabs .tab-title li{width:100px;display:inline-block}.personal-center__module .content-tabs .no-result-page{margin-top:20px}.hy-fluid-tab .personal-center__module .content-list .tab_items-fluid>li,.personal-center__module .content-list .hy-fluid-tab .tab_items-fluid>li,.personal-center__module .content-list .tab-item{height:135px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f2f2f2;text-align:center}.hy-fluid-tab .personal-center__module .content-list .tab_items-fluid>li:hover,.personal-center__module .content-list .hy-fluid-tab .tab_items-fluid>li:hover,.personal-center__module .content-list .tab-item:hover{background:#fbfbfb}.hy-fluid-tab .personal-center__module .content-list .tab_items-fluid>li li,.personal-center__module .content-list .hy-fluid-tab .tab_items-fluid>li li,.personal-center__module .content-list .tab-item li{display:inline-block;width:100px}.hy-fluid-tab .personal-center__module .content-list .tab_items-fluid>li li img,.personal-center__module .content-list .hy-fluid-tab .tab_items-fluid>li li img,.personal-center__module .content-list .tab-item li img{width:70px;height:auto}.personal-center__detail{overflow:unset}.personal-center__detail .detail-header{padding:25px 20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__detail .detail-header{padding:0 0 12px;margin-bottom:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.personal-center__detail .detail-content{margin:0 auto;width:592px}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__detail .detail-content{width:100%}}.personal-center__detail .detail-content-footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.personal-center__detail .detail-content-footer{-ms-flex-direction:column;flex-direction:column}.personal-center__detail .detail-content-footer div+div{margin-top:12px}}.table-section .label-row{display:-ms-flexbox;display:flex}.table-section .label{-ms-flex-negative:0;flex-shrink:0;width:200px;margin:0}@media only screen and (min-width:320px) and (max-width:700px){.table-section .label{width:124px}}.table-section .label+span{-ms-flex-negative:1;flex-shrink:1}.table-section span{display:block}@media screen and (min-width:1024px){.personal-center_side_nav .avatar{padding:30px 0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.08)}.personal-center_side_nav .avatar>img{height:72px;width:72px}.personal-center_side_nav .hy-sidenav-menu{padding:20px 0}.my-repair-detail{min-height:520px}.personal-center__module{padding:20px;min-height:200px}}.product-system-item:nth-child(odd) .img-info-card{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product-system-item .product-black-card{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:8px 0}@media only screen and (min-width:320px) and (max-width:700px){.product-system-item .product-black-card{-ms-flex-direction:column!important;flex-direction:column!important}.product-system-item .product-black-card .product-black-card-img,.product-system-item .product-black-card .product-black-card-text{width:100%}}.product-system-item .product-black-card-img{width:50%;padding:0 8px}.product-system-item .product-black-card-img .img-container{border-radius:0!important}.product-system-item .product-black-card-text{width:50%}.product-system-item .feature-card div:first-child{border-radius:0;border:1px solid rgba(0,0,0,.08);padding:24px 20px}@media only screen and (min-width:320px) and (max-width:700px){.product-system-item .feature-card div:first-child{padding:18px 20px}}.product-system-item .feature-card li{list-style-type:disc;list-style-position:inside}.mobile-personal-center-nav{background-color:#242424;position:fixed;top:0;right:0;z-index:2;width:100%;overflow-y:auto;height:100%;transform:translate3d(100%,0,0);transition:transform .6s;backface-visibility:hidden}.mobile-personal-center-nav.personal-center_side_nav{color:#fff;border-radius:0}.mobile-personal-center-nav.personal-center_side_nav .hy-sidenav-menu label:after{border-color:#fff}.mobile-personal-center-nav.personal-center_side_nav .hy-sidenav-menu{padding-bottom:40px}.mobile-personal-center-nav.personal-center_side_nav .hy-sidenav-menu>li.has-children label,.mobile-personal-center-nav.personal-center_side_nav .hy-sidenav-menu>li:not(.has-children){padding:18px 20px;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.08);font-weight:600}.mobile-personal-center-nav.personal-center_side_nav .avatar{padding:20px 0}.mobile-personal-center-nav.personal-center_side_nav .avatar>img{height:64px;width:64px}.mobile-personal-center-nav li a:active{color:#fff}.mobile-personal-center-nav.personal-menu-is-open{transform:translateZ(0);transition-duration:.6s}.mobile-personal-center-nav .has-children ul{background-color:#1a1a1a}.mobile-personal-center-nav .has-children ul li{padding:18px 0 18px 76px;border-bottom:0;color:#d9d9d9}body>*{transition-property:transform;transition-duration:.6s}body.personal-menu-is-open>*{transform:translate3d(-100%,0,0)}@media only screen and (max-width:345px){.mobile-personal-center-nav{width:100%;transform:translate3d(100%,0,0)}body.personal-menu-is-open>*{transform:translate3d(-100%,0,0)}.navbar-user-avatar img{width:38px}.navbar-user-avatar button.is-active{margin-left:-4px}}@media screen and (min-width:414px) and (max-width:1023px){.mobile-personal-center-nav{width:100%;transform:translate3d(100%,0,0)}body.personal-menu-is-open>*{transform:translate3d(-100%,0,0)}}.trainning-course-row li>article{font-size:18px;color:#000;height:96px!important}@media only screen and (min-width:320px) and (max-width:700px){.trainning-course-row li>article{font-size:16px;height:80px!important}}#support-certificate{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate{min-height:auto}}#support-certificate .certificate-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#support-certificate .certificate-item span{display:inline-block;width:240px}@media (min-width:1000px){#support-certificate .certificate-item span:first-child{margin-left:220px}#support-certificate .certificate-item .certificate-item-left{width:450px!important}}#support-certificate .certificate-content-wrapper{position:relative;width:100%;height:600px;background-image:url(https://www.hytera.com/iwov-resources/public/backgroundImage/lookup-bgc.png);background-repeat:no-repeat;background-position:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-content-wrapper{height:400px;padding-top:40px;padding-bottom:40px}}#support-certificate .certificate-content-limited-cn{margin-top:30px}#support-certificate h2{margin-bottom:16px;font-weight:700;font-size:58px;letter-spacing:-.4px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate h2{font-size:30px}}#support-certificate .certificate-tips{max-width:880px;color:#fff;font-weight:400;margin-bottom:54px;font-size:20px;letter-spacing:-.4px;line-height:1.7;text-align:center}#support-certificate .certificate-tips a{color:#96b41e;text-decoration:underline}#support-certificate .certificate-tips a:hover{opacity:.8}#support-certificate .certificate-icon{position:relative;left:2%;z-index:10;color:#b3acba}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-icon{position:absolute;left:8%}}#support-certificate .certificate-input-wrapper{position:relative;width:100%}#support-certificate .certificate-input{position:relative;width:100%;height:60px;font-size:20px;padding-left:32px;padding-right:124px;color:#1a1a1a;background:#f7f8fa;border:none;border-radius:30px}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-input{height:40px;font-size:16px;padding-left:8%;padding-right:30%}}#support-certificate .certificate-clear-btn{position:absolute;right:95px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;background:#9b9dac;border:none;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:10}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-clear-btn{width:20px;height:20px;right:104px}}#support-certificate .certificate-clear-btn i{color:#fff;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-clear-btn i{font-size:10px}}#support-certificate .certificate-clear-btn:hover{background:#9e9ba3}#support-certificate .certificate-pc{position:relative;width:640px}#support-certificate .certificate-phone{position:relative;width:90%}#support-certificate #certificate-search{position:absolute;padding:0 42px;height:60px;right:-64px;z-index:2;font-size:20px;border-radius:30px}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate #certificate-search{height:40px;right:-10px;padding:0 24px;font-size:12px}}#support-certificate #certificate-search img{position:absolute;width:20px;left:25px;top:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate #certificate-search img{display:none}}#support-certificate .certificate-holder{margin-top:10px;color:#fff;text-align:center}#support-certificate .certificate-content{width:1200px;font-size:18px;line-height:1.7;font-weight:400;margin:40px auto 0;padding:60px 259px;color:#5c6374;text-align:center;border-radius:20px;box-shadow:0 2px 25px 1px hsla(0,0%,64.7%,.16)}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-content{width:96%;margin:20px auto 0;padding:10px}}#support-certificate .certificate-content-title{color:#96b41e;font-weight:700;font-size:32px}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-content-title{font-size:22px}}#support-certificate .certificate-content-div{font-size:18px;margin-top:40px;margin-bottom:40px;color:#5c6374;line-height:1.7}#support-certificate .accName,#support-certificate .certificate-content-bold{margin-right:4px;margin-left:4px;font-weight:700;color:#1a1a1a}#support-certificate .certificate-item-left{text-align:left}#support-certificate .certificate-content-limited{color:#88ab2d}#support-certificate .certificate-content-limited-cn{margin-bottom:12px;color:#88ab2d}#support-certificate .certificate-note{margin:40px auto;font-weight:400;font-size:24px;color:#1a1a1a}@media only screen and (min-width:320px) and (max-width:700px){#support-certificate .certificate-note{font-size:16px;margin:20px auto}}.partner-portal-value-item .img-container{margin:auto}.center_row,.error-page-container{-ms-flex-pack:center;justify-content:center}.error-page-container{-ms-flex-align:center;align-items:center;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:140px}.error-page-img-container{width:60%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.error-page-img-container{width:100%}}.error-page-text{font-size:24px;color:#6d6c6c;margin:60px 0 80px}@media only screen and (min-width:320px) and (max-width:700px){.error-page-text{font-size:18px}}.error-page-backhome{font-size:22px;color:#96b521;display:inline-block;width:200px;padding:10px 20px;border-radius:0;border:2px solid #96b521;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.error-page-backhome{font-size:18px}}.inquiry-success-page-container{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:7%;margin-bottom:7%}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-success-page-container{-ms-flex-flow:column wrap;flex-flow:column wrap;margin-top:100px;margin-bottom:50px}}.success-page-img-container{width:26%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.success-page-img-container{width:70%}}.success-page-content{width:60%}@media only screen and (min-width:320px) and (max-width:700px){.success-page-content{width:95%;text-align:center;margin-top:30px}}.success-page-title{font-size:38px;font-weight:700;color:#96b521}@media only screen and (min-width:320px) and (max-width:700px){.success-page-title{font-size:30px}}.success-page-text{font-size:20px;color:#6d6c6c;margin:60px 0 80px}@media only screen and (min-width:320px) and (max-width:700px){.success-page-text{font-size:18px;margin:40px 0}}.success-page-backhome{font-size:22px;color:#96b521;display:inline-block;min-width:200px;padding:10px 20px;border-radius:0;border:2px solid #96b521;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.success-page-backhome{font-size:18px}}.cookiebar{background-color:#88ab2d;color:#fff;font-size:12px}.cookiebar .container,.cookiebar .hy-breadcrumb h1,.cookiebar .hy-detail-head-banner__content h1,.cookiebar .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .cookiebar h1,.hy-detail-head-banner__content .cookiebar h1,.navbar-nav .nav-item .cookiebar .navbar-submenu-content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.cookiebar .container,.cookiebar .hy-breadcrumb h1,.cookiebar .hy-detail-head-banner__content h1,.cookiebar .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .cookiebar h1,.hy-detail-head-banner__content .cookiebar h1,.navbar-nav .nav-item .cookiebar .navbar-submenu-content{-ms-flex-direction:column;flex-direction:column}}.cookiebar .container .context,.cookiebar .hy-breadcrumb h1 .context,.cookiebar .hy-detail-head-banner__content h1 .context,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .context,.hy-breadcrumb .cookiebar h1 .context,.hy-detail-head-banner__content .cookiebar h1 .context,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .context{display:table-cell;vertical-align:middle;width:75%}@media only screen and (min-width:320px) and (max-width:700px){.cookiebar .container .context,.cookiebar .hy-breadcrumb h1 .context,.cookiebar .hy-detail-head-banner__content h1 .context,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .context,.hy-breadcrumb .cookiebar h1 .context,.hy-detail-head-banner__content .cookiebar h1 .context,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .context{display:block;width:100%;margin:10px 0}}.cookiebar .container .buttom-grounp,.cookiebar .hy-breadcrumb h1 .buttom-grounp,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp,.hy-breadcrumb .cookiebar h1 .buttom-grounp,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp{text-align:right}.cookiebar .container .buttom-grounp .consent,.cookiebar .container .buttom-grounp .consent:hover,.cookiebar .hy-breadcrumb h1 .buttom-grounp .consent,.cookiebar .hy-breadcrumb h1 .buttom-grounp .consent:hover,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .consent,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .consent:hover,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .consent,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .consent:hover,.hy-breadcrumb .cookiebar h1 .buttom-grounp .consent,.hy-breadcrumb .cookiebar h1 .buttom-grounp .consent:hover,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .consent,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .consent:hover,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .consent,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .consent:hover{background-color:#fff;border-color:#fff;color:#88ab2d!important;margin:15px 5px}@media only screen and (min-width:320px) and (max-width:700px){.cookiebar .container .buttom-grounp .consent,.cookiebar .container .buttom-grounp .consent:hover,.cookiebar .hy-breadcrumb h1 .buttom-grounp .consent,.cookiebar .hy-breadcrumb h1 .buttom-grounp .consent:hover,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .consent,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .consent:hover,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .consent,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .consent:hover,.hy-breadcrumb .cookiebar h1 .buttom-grounp .consent,.hy-breadcrumb .cookiebar h1 .buttom-grounp .consent:hover,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .consent,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .consent:hover,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .consent,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .consent:hover{margin:0 5px 10px}}.cookiebar .container .buttom-grounp .more,.cookiebar .container .buttom-grounp .more:hover,.cookiebar .hy-breadcrumb h1 .buttom-grounp .more,.cookiebar .hy-breadcrumb h1 .buttom-grounp .more:hover,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .more,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .more:hover,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .more,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .more:hover,.hy-breadcrumb .cookiebar h1 .buttom-grounp .more,.hy-breadcrumb .cookiebar h1 .buttom-grounp .more:hover,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .more,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .more:hover,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .more,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .more:hover{border-color:#fff;color:#fff!important;margin:15px 5px}@media only screen and (min-width:320px) and (max-width:700px){.cookiebar .container .buttom-grounp .more,.cookiebar .container .buttom-grounp .more:hover,.cookiebar .hy-breadcrumb h1 .buttom-grounp .more,.cookiebar .hy-breadcrumb h1 .buttom-grounp .more:hover,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .more,.cookiebar .hy-detail-head-banner__content h1 .buttom-grounp .more:hover,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .more,.cookiebar .navbar-nav .nav-item .navbar-submenu-content .buttom-grounp .more:hover,.hy-breadcrumb .cookiebar h1 .buttom-grounp .more,.hy-breadcrumb .cookiebar h1 .buttom-grounp .more:hover,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .more,.hy-detail-head-banner__content .cookiebar h1 .buttom-grounp .more:hover,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .more,.navbar-nav .nav-item .cookiebar .navbar-submenu-content .buttom-grounp .more:hover{margin:0 5px 10px}}#myModalForKr .modal-content{width:800px}@media only screen and (min-width:320px) and (max-width:700px){#myModalForKr .modal-content{width:100%}}#myModalForKr .modal-content h5,#myModalForKr .modal-content p{word-break:keep-all}#myModalForKr .modal-content p{margin-bottom:10px}.framworkImage{position:relative;margin-bottom:-450px;padding-top:0}@media only screen and (min-width:320px) and (max-width:700px){.framworkImage{margin-bottom:0;padding-bottom:190px}}.framworkImage>img{width:100%;height:500px}@media only screen and (min-width:320px) and (max-width:700px){.framworkImage>img{height:auto}}.framworkImage .framworkImageContent{position:relative;top:-450px}@media only screen and (min-width:320px) and (max-width:700px){.framworkImage .framworkImageContent{position:absolute;top:60px}}.leftControlSlide .leftControlSlideWrapper{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper{margin-bottom:60px}}.leftControlSlide .leftControlSlideWrapper .carousel-indicators{position:absolute;bottom:50px;left:80px;display:block;-ms-flex-direction:column;flex-direction:column;width:200px;margin-right:0;margin-left:0}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators{right:0;bottom:-80px;left:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:auto;margin-right:15%;margin-left:15%}}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li{position:relative;display:block;width:200px;height:18px;margin-bottom:22px;padding-left:44px;line-height:18px;text-indent:0;background-color:transparent;border:none;border-radius:0;opacity:1}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators li{display:inline-block;width:10px;height:10px;margin-bottom:0;padding-left:0;text-indent:-999px;background-color:#c9c9c9;border-top:10px solid transparent;border-bottom:10px solid transparent;border-radius:50%;opacity:.5}}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:after{margin-left:6px;color:#fff;font-size:12px;content:">"}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:after{display:none}}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:after{color:#8dc63f}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:first-child:before{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url(/iwov-resources/public/images/icon01.png);background-size:cover;content:""}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:nth-child(2):before{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url(/iwov-resources/public/images/icon02.png);background-size:cover;content:""}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:nth-child(3):before{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url(/iwov-resources/public/images/icon03.png);background-size:cover;content:""}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:nth-child(4):before{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url(/iwov-resources/public/images/icon04.png);background-size:cover;content:""}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:nth-child(5):before{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url(/iwov-resources/public/images/icon05.png);background-size:cover;content:""}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active{width:13px;height:13px;background-color:#2b2b2b}}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active span{color:#8dc63f}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:first-child:before{background-image:url(/iwov-resources/public/images/icon01_active.png)}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:nth-child(2):before{background-image:url(/iwov-resources/public/images/icon02_active.png)}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:nth-child(3):before{background-image:url(/iwov-resources/public/images/icon03_active.png)}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:nth-child(4):before{background-image:url(/iwov-resources/public/images/icon04_active.png)}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:nth-child(5):before{background-image:url(/iwov-resources/public/images/icon05_active.png)}.leftControlSlide .leftControlSlideWrapper .carousel-indicators li span{font-size:18px;color:#000;color:#fff;line-height:18px}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators li span{font-size:16px;display:none}}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-indicators li.active:nth-child(n):before,.leftControlSlide .leftControlSlideWrapper .carousel-indicators li:nth-child(n):before{display:none}}.leftControlSlide .leftControlSlideWrapper .carousel-inner .carousel-item>img{display:block;width:100%}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-inner .carousel-item>img{height:162px;object-fit:cover}}.leftControlSlide .leftControlSlideWrapper .carousel-inner .carousel-item .mobile-content{display:none}@media only screen and (min-width:320px) and (max-width:700px){.leftControlSlide .leftControlSlideWrapper .carousel-inner .carousel-item .mobile-content{display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:74px;text-align:center;background-color:#fff}}.leftControlSlide .leftControlSlideWrapper .carousel-inner .carousel-item .mobile-content>span{-ms-flex-item-align:center;align-self:center;color:#707070;font-size:15px;line-height:21px}.leftControlSlide.withoutLeftIcon .leftControlSlideWrapper .carousel-indicators li:before{display:none}.publicProfessionalSolutionRelatedProduct{margin-bottom:50px;padding-top:100px;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.publicProfessionalSolutionRelatedProduct{margin-bottom:20px;padding-top:20px}}.publicProfessionalSolutionRelatedProduct .relatedProWrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;margin-top:50px}@media only screen and (min-width:320px) and (max-width:700px){.publicProfessionalSolutionRelatedProduct .relatedProWrapper{-ms-flex-direction:column;flex-direction:column}}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>div{width:543px;height:301px}@media only screen and (min-width:320px) and (max-width:700px){.publicProfessionalSolutionRelatedProduct .relatedProWrapper>div{width:100%;height:auto;margin-bottom:20px}}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>div>img{width:100%}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding-left:160px}@media only screen and (min-width:320px) and (max-width:700px){.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul{padding-left:90px}}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li{margin-bottom:12px}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a{color:#231815;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a{color:#707070;font-size:15px!important;line-height:21px!important}}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a:after{margin-left:8px;color:#231815;font-size:12px;content:">"}.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a:hover,.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a:hover:after{color:#8dc63f}.latest-news .latest-news_content-box{position:relative;top:-40px;width:319px;margin:auto;padding:40px 50px 0;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.latest-news .latest-news_content-box{width:84%;height:180px;padding:20px 20px 0}}.latest-news .latest-news_content-box .news-title{margin-bottom:14px;color:#231815;font-weight:400;font-size:18px;line-height:27px}@media only screen and (min-width:320px) and (max-width:700px){.latest-news .latest-news_content-box .news-title{margin-bottom:8px;font-size:14px;line-height:1.4}}.hy-gray_title-card .latest-news .latest-news_content-box ul,.latest-news .latest-news_content-box .brief,.latest-news .latest-news_content-box .hy-gray_title-card>p,.latest-news .latest-news_content-box .hy-gray_title-card ul{font-size:18px;color:#000;color:#595757;line-height:23px}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card .latest-news .latest-news_content-box ul,.latest-news .latest-news_content-box .brief,.latest-news .latest-news_content-box .hy-gray_title-card>p,.latest-news .latest-news_content-box .hy-gray_title-card ul{font-size:16px}}.pubProfessionConver .pubProfessionConver_content{padding:0 100px}@media only screen and (min-width:320px) and (max-width:700px){.pubProfessionConver .pubProfessionConver_content{padding:0}}.pubProfessionConver .pubProfessionConver_content>p{margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.pubProfessionConver .pubProfessionConver_content>p{color:#707070;font-size:15px;line-height:21px}}.pub-profession-resource-download.section-wrapper{padding-top:100px;padding-bottom:100px}@media only screen and (min-width:320px) and (max-width:700px){.pub-profession-resource-download.section-wrapper{padding-top:20px;padding-bottom:40px}}@media only screen and (min-width:320px) and (max-width:700px){.pub-profession-convergence-application .news-card .news-footer .news-title{margin-top:0!important;line-height:54px;text-align:left!important}}.framworkImage.h2-white h2{color:#fff!important}.googleMap .find-dealer-bgc{text-align:center;margin-top:40px}.googleMap .find-dealer-bgc p{font-size:16px;margin-top:20px;line-height:1.7;letter-spacing:-.15px;color:#5c6374}.googleMap.section-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding-bottom:400px}@media only screen and (min-width:320px) and (max-width:700px){.googleMap.section-wrapper{padding:60px 20px 280px}}.googleMap.section-wrapper h2{margin-bottom:30px;text-align:center}.googleMap .map{height:600px!important;margin-bottom:78px!important}.googleMap .mapArea{position:relative;width:100%;height:600px}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .mapArea{display:none}}.googleMap .google-map-description{width:1200px;font-weight:400;font-size:20px;line-height:1.4;letter-spacing:-.4px;color:#282828;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .google-map-description{font-size:16px;line-height:19.2px;width:auto}}.googleMap .google-map-description a{color:#88ab2d;font-family:OpenSans-Medium}.googleMap .findDealer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:OpenSans-Regular}.googleMap .findDealer .country-area{margin-top:40px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer .country-area{width:100%}}.googleMap .findDealer #newSelect{position:absolute;color:#858585;background:#fff;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0 20px 20px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);z-index:1;width:792px;height:320px;overflow-y:auto;display:none}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer #newSelect{width:100%}}.googleMap .findDealer #newSelect .tablist{position:sticky;display:-ms-flexbox;display:flex;width:100%;margin-bottom:10px;overflow:hidden;top:0;z-index:1;background:#fff}.googleMap .findDealer #newSelect .tablist .tab-left{z-index:100;background:#fff;display:none;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer #newSelect .tablist .tab-left{display:inline-block;padding-right:10px}}.googleMap .findDealer #newSelect .tablist .tab-right{z-index:100;position:absolute;right:0;background:#fff;display:none;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer #newSelect .tablist .tab-right{display:inline-block;width:20px;text-align:right}}.googleMap .findDealer #newSelect .tablist .tabbar{white-space:nowrap;transition:transform .3s;position:relative}.googleMap .findDealer #newSelect .tablist .tabbar:after{content:"";height:2px;background-color:#f7f3f3;width:792px;display:inline-block;position:absolute;left:0;bottom:0;z-index:0}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer #newSelect .tablist .tabbar:after{width:100%}}.googleMap .findDealer #newSelect .tablist .tabbar .bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409eff;z-index:1;width:40px;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.googleMap .findDealer #newSelect .tablist .tabbar .active{border-bottom:2px solid #88ab2d}.googleMap .findDealer #newSelect .tablist .tabbar span{color:#272727;cursor:pointer;padding:0 20px;display:inline-block;position:relative;z-index:1;height:40px}.googleMap .findDealer #newSelect .tablist .tabbar span:hover{color:#88ab2d}.googleMap .findDealer #newSelect>li{padding-right:45px;height:40px;line-height:40px;display:inline-block;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer #newSelect>li{padding-right:15px;width:auto;min-width:40%}}.googleMap .findDealer .newCountrySelect #mySelect2{color:#1a1a1a;width:792px;overflow-y:auto;height:50px;border:1px solid #e0e2e5;border-radius:8px;padding-left:20px}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer .newCountrySelect #mySelect2{width:100%}}.googleMap .findDealer .newCountrySelect>i{margin-left:-30px;font-size:18px;color:#88ab2d;cursor:pointer}.googleMap .findDealer .findDealerInput{position:relative;margin-top:20px}.googleMap .findDealer .findDealerInput .input{width:425px;height:45px;padding-left:20px;border:1px solid #d5d5d5;-webkit-appearance:none;appearance:none}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer .findDealerInput .input{width:240px}}.googleMap .findDealer .findDealerInput .input option{color:#858585}.googleMap .findDealer .findDealerInput:after{position:absolute;right:3%;width:0;height:0;margin-top:20px;border:6px solid transparent;border-top-color:#858585;content:""}.googleMap .findDealer .findDealerButton button{width:130px;height:45px;margin-left:17px;color:#fff;background-color:#88ab2d;border:none}@media only screen and (min-width:320px) and (max-width:700px){.googleMap .findDealer .findDealerButton button{width:110px}}.dealerDetail{margin:0 auto;height:auto}.dealerDetail .dealer-filter-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-left:8px;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#9d9fa1;margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealer-filter-tabs{font-size:14px;line-height:22.4px;margin-left:0}}.dealerDetail .dealer-filter-tabs .filter-tab{margin-right:24px;padding-bottom:10px;margin-bottom:10px}.dealerDetail .dealer-filter-tabs .filter-tab.active{color:#96b41e;border-bottom:2px solid #96b41e}.dealerDetail .dealer-count{display:inline-block;width:100%;margin-left:8px;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#282828;margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealer-count{font-size:14px;line-height:22.4px;margin-left:0}}.dealerDetail .dealerList{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:1200px;padding-top:10px}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList{-ms-flex-pack:center;justify-content:center;width:auto}}.dealerDetail .dealerList .dealerItem{position:relative;width:384px;height:auto;margin-top:24px;margin-right:8px;margin-left:8px;padding:32px 24px;padding-bottom:56px!important;background-color:#fff;border-radius:12px;box-shadow:0 2px 16px 0 rgba(22,39,51,.10196078431372549)}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList .dealerItem{padding:24px 20px;padding-bottom:48px!important;min-height:auto;margin-right:0;margin-left:0;width:100%}}.dealerDetail .dealerList .dealerItem.hb-find-dealer-form-visible{padding-bottom:20px}.dealerDetail .dealerList .dealerItem.hb-find-dealer-form-visible .buttonArea{position:relative!important;bottom:0!important}.dealerDetail .dealerList .dealerItem.hb-find-dealer-form-visible .buttonArea .dealerButtonForm{height:auto!important}.dealerDetail .dealerList .dealerItem.hb-find-dealer-form-visible .buttonArea .dealerButtonForm .dealerSendEnter{display:none!important}.dealerDetail .dealerList .dealerItem.hb-find-dealer-form-visible .buttonArea .dealerButtonForm .dealerDetailsEnter{width:100%!important}.dealerDetail .dealerList .dealerItem .viewOnMap{display:none;margin-top:19px;margin-right:19px;color:#88ab2d;font-size:13px;line-height:22px;text-align:right;visibility:hidden}.dealerDetail .dealerList .dealerItem .dealerName{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#282828;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;box-orient:vertical;-webkit-line-clamp:4;margin:12px 0}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList .dealerItem .dealerName{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin:16px 0}}.dealerDetail .dealerList .dealerItem .dealerImage{width:180px;height:60px}.dealerDetail .dealerList .dealerItem .dealerImage img{height:100%;object-fit:contain}.dealerDetail .dealerList .dealerItem .postCode{font-size:16px}.dealerDetail .dealerList .dealerItem .detailsArea{font-weight:400;font-size:16px;letter-spacing:-.1px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList .dealerItem .detailsArea{font-size:14px}}.dealerDetail .dealerList .dealerItem .dealerAddress{display:-ms-flexbox;display:flex;font-size:16px}.dealerDetail .dealerList .dealerItem .dealerPhone{font-size:16px}.dealerDetail .dealerList .dealerItem .dealerPhone i{margin-right:4px}.dealerDetail .dealerList .dealerItem .dealerVisit{font-size:16px}.dealerDetail .dealerList .dealerItem .dealerVisit i{margin-right:4px}.dealerDetail .dealerList .dealerItem .dealerEmail{margin-top:6px;font-size:16px;line-height:22px}.dealerDetail .dealerList .dealerItem .dealerEmail i{margin-right:4px}.dealerDetail .dealerList .dealerItem .profileArea>div{font-weight:500;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#404040;margin-bottom:12px}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList .dealerItem .profileArea>div{font-size:14px;line-height:22.4px}}.dealerDetail .dealerList .dealerItem .profileArea>div span{margin-right:12px}.dealerDetail .dealerList .dealerItem .profileArea img{max-width:24px}.dealerDetail .dealerList .dealerItem .fisrtArea .buttonArea .dealerButton{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:32px}@media only screen and (min-width:320px) and (max-width:700px){.dealerDetail .dealerList .dealerItem .fisrtArea .buttonArea .dealerButton{margin-top:24px}}.dealerDetail .dealerList .dealerItem .fisrtArea .buttonArea .dealerButton>li{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;cursor:pointer;color:#96b41e}.dealerDetail .dealerList .dealerItem .fisrtArea .buttonArea .dealerButton>li:hover{color:#839e3b;border-bottom:1px solid #839e3b}.dealerDetail .dealerList .dealerItem .fisrtArea .buttonArea .dealerButton .buttonWidth{min-width:126px;padding:0 4px;font-size:12px;line-height:14px}.dealerDetail .dealerList .dealerItem .secondArea .buttonArea{position:absolute;bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}.dealerDetail .dealerList .dealerItem .secondArea .buttonArea .dealerButtonForm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:70px;margin-top:17px;border-top:none}.dealerDetail .dealerList .dealerItem .secondArea .buttonArea .dealerButtonForm .buttonWidth{min-width:138px;padding:0 4px;font-size:12px;line-height:14px}.dealerDetail .dealerList .dealerItem .secondArea .buttonArea .dealerButtonForm .dealerDetailsEnter{width:auto;padding:0 4px;font-size:12px;line-height:14px}.dealerDetail .dealerList .dealerItem .dealerForm{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form{width:310px}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .contactEmail{position:relative;margin-bottom:6px}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .contactEmail .verify-error{color:#c7000b;font-size:12px}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .contactEmail .item-text{position:relative;width:100%;height:48px;padding-left:20px;background-color:#fff;border:none;outline:none}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .contactEmail .item-textarea{position:relative;width:100%;min-height:125px;padding-top:14px;padding-left:20px;background-color:#fff;border:none;outline:none}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .contactEmail.js-isRequired:after{position:absolute;top:16px;left:10px;color:red;font-size:16px;content:"*"}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .agreement{font-size:12px}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .agreement .agreement-check{vertical-align:middle}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .agreement .agreement-text-wrapper{margin-left:4px;vertical-align:middle}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .agreement .policy-text-wrapper{display:inline-block;margin-top:20px}.dealerDetail .dealerList .dealerItem .dealerForm .find-dealer-form .agreement .policy-text-wrapper>a{color:#88ab2d}.dealerDetail .dealerList .dealerItem .dealerPhone{cursor:pointer}.dealerDetail .dealerList .dealerItem .inverted{position:relative}.dealerDetail .dealerList .dealerItem .inverted:after{position:absolute;right:19px;width:0;height:0;margin-top:28px;border:6px solid transparent;border-top-color:#c9c9c9;content:""}.dealerDetail .dealerList .dealerItem .dealerTips{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:25px;margin-bottom:13px}.dealerDetail .dealerList .dealerItem .dealerTips .dealerSend-tips{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:310px;color:#171717;font-size:12px}.dealerDetail .dealerList .dealerItem .dealerTips .dealerSend-tips span{width:252px}.dealerDetail .dealerList .dealerItem .dealerTips .dealerSend-tips input{width:11px;margin-top:2px;margin-right:12px;border:1px solid #d4d4d4}.dealerDetail .dealerList .dealerItem .message{height:96px;overflow:hidden;line-height:48px}.dealerDetail .dealerList .dealerItem .formInputArea{position:relative;width:100%;height:50px;margin-top:6px;padding-left:25px;border:none;border-radius:0}.dealerDetail .dealerList .dealerItem .dealer-card-label{position:absolute;top:0;right:0;color:#fff;background-color:#96b41e;display:inline-block;padding:6px 12px;border-top-right-radius:12px;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.15px;border-bottom-left-radius:6px}@media only screen and (min-width:320px) and (max-width:700px){#selectState{width:240px!important}}.featureItem{width:auto;height:100%}.featureItem .featureHeader{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:87px}.featureItem .featureHeader .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.featureItem .featureHeader .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.featureItem .featureHeader .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.featureItem .featureHeader .title,.featureItem .featureHeader .vertical-center-layout-wrapper .container h2,.featureItem .featureHeader .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.featureItem .featureHeader .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.featureItem .featureHeader .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .featureItem .featureHeader h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .featureItem .featureHeader h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .featureItem .featureHeader h2,.vertical-center-layout-wrapper .container .featureItem .featureHeader h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .featureItem .featureHeader h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .featureItem .featureHeader h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .featureItem .featureHeader h2{color:#000;font-size:35px;line-height:1.4;text-align:center}.featureItem .featureHeader .titleDes{width:925px;height:54px;margin-top:24px;color:#141414;font-size:18px;line-height:30px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .featureHeader .titleDes{width:90%}}.featureItem .feactureList{position:relative;left:50%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;width:1440px;height:auto;margin-top:80px;margin-left:-720px;padding:0 189px 39px}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .feactureList{left:unset;width:100%;margin-top:50px;margin-left:unset;padding:unset}}.featureItem .feactureList .feactureItem{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:472px;height:190px;margin-bottom:48px}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .feactureList .feactureItem{-ms-flex:unset;flex:unset;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;height:auto;margin-top:20px;margin-bottom:unset}}.featureItem .feactureList .feactureItem .feactureIcon img{width:60px;height:60px;border-radius:30px}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .feactureList .feactureItem .feactureIcon img{position:relative;left:50%;-ms-flex:unset;flex:unset;margin-bottom:15px;margin-left:-30px}}.featureItem .feactureList .feactureItem .feactureDeatils{width:381px;height:235px;margin-left:30px}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .feactureList .feactureItem .feactureDeatils{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-left:unset}}.featureItem .feactureList .feactureItem .feactureDeatils .deatilHeader{width:345px;height:auto;overflow:hidden;color:#000;font-weight:400;font-size:24px;line-height:28px}.featureItem .feactureList .feactureItem .feactureDeatils .deatilDesc{width:382px;margin-top:14px;overflow:hidden;color:#141414;font-size:16px;line-height:25px}@media only screen and (min-width:320px) and (max-width:700px){.featureItem .feactureList .feactureItem .feactureDeatils .deatilDesc{width:unset;padding:0 20px}}.blackItem{background-image:url(https://www.hytera.com/iwov-resources/hytera/03_industry_solutions/operator/newFeatureImage.png)}.blackItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.blackItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.blackItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.blackItem .title,.blackItem .vertical-center-layout-wrapper .container h2,.blackItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.blackItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.blackItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .blackItem h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .blackItem h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .blackItem h2,.vertical-center-layout-wrapper .container .blackItem h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .blackItem h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .blackItem h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .blackItem h2{color:#fff!important}.blackItem .titleDes{color:#c9c9c9!important}.blackItem .feactureList .feactureItem .deatilHeader{color:#fff!important}.blackItem .feactureList .feactureItem .deatilDesc{color:#b8c0c8!important}.feature-new{position:relative;min-height:300px;padding:75px 0}.feature-new .feature-new-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.feature-new .feature-new-main{color:#fff}.feature-new .feature-new-main .feature-new-title{font-weight:700;font-size:48px;line-height:57.6px;letter-spacing:-.8px;font-family:OpenSans-SemiBold;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-title{font-size:28px;line-height:33.6px;letter-spacing:-.6px;font-weight:500}}.feature-new .feature-new-main .feature-new-des{width:925px;margin:32px auto 0;color:#c9c9c9;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-des{width:100%;font-size:16px;line-height:1.4;letter-spacing:-.15px}}.feature-new .feature-new-main .feature-new-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-top:32px}.feature-new .feature-new-main .feature-new-list .feature-new-item{width:472px;margin-bottom:32px;margin-left:24px;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item{width:100%;margin-bottom:20px;padding:20px 18px;border:1px solid #ebebeb;border-radius:5px;margin-left:0}}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-icon,.feature-new .feature-new-main .feature-new-list .feature-new-item img{width:60px}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-icon>img,.feature-new .feature-new-main .feature-new-list .feature-new-item img>img{width:100%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-icon,.feature-new .feature-new-main .feature-new-list .feature-new-item img{display:none}}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content{width:382px;margin-left:28px}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content{width:100%;margin-left:0}}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content .new-content-title{position:relative;margin:16px 0 12px;padding-right:30px;color:#fff;font-size:20px;line-height:28px;font-weight:700;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content .new-content-title{height:auto;margin:0;font-family:OpenSans-SemiBold;font-size:16px;line-height:20.8px;letter-spacing:-.15px;font-family:hyt-iconfont!important}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content .new-content-title:after{position:absolute;top:0;right:0;color:#88ab2d;content:"\e61c"}}.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content .new-content-description{color:#b8c0c8;font-weight:400;font-size:16px;line-height:27.2px;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content .new-content-description{max-height:0;font-size:14px;line-height:22.4px;letter-spacing:-.1px;opacity:0;transition:all .2s ease-in}}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content.active .new-content-title:after{content:"\e61a"}}@media only screen and (min-width:320px) and (max-width:700px){.feature-new .feature-new-main .feature-new-list .feature-new-item .feature-new-content.active .new-content-description{max-height:200px;margin-top:24px;opacity:1}}.dark-theme.feature-new-main{color:#141414}.dark-theme.feature-new-main .feature-new-des{color:#404040}.dark-theme.feature-new-main .new-content-title{color:#404040!important}.dark-theme.feature-new-main .new-content-description{color:#707070!important}.declaration-document .declaration-content-main{margin-top:40px}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-content-main{margin-top:24px}}.declaration-document .declaration-document-menu{background-color:#fff;padding:20px}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-document-menu{position:fixed;top:59px;left:0;bottom:0;right:0;overflow:auto;z-index:97;display:none}}.declaration-document .declaration-document-menu.is_mobile{display:block}.declaration-document .declaration-document-filter{background-color:#fff;padding:20px;margin-bottom:20px}.declaration-document .declaration-document-filter .declaration-documents-with-product.fold-content .declaration-documents-items-container{max-height:120px;overflow:hidden;transition:height .2s ease-in}.declaration-document .declaration-document-filter .declaration-documents-with-product .declaration-documents-category{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.declaration-document .declaration-document-filter .declaration-documents-with-product .declaration-documents-category .declaration-documents-title{padding:10px 0;width:60px;font-weight:600}.declaration-document .declaration-document-filter .declaration-documents-with-product .declaration-documents-category .declaration-documents-items{width:calc(100% - 60px)}.declaration-document .declaration-document-filter .declaration-documents-with-product .declaration-documents-category .declaration-documents-items .declaration-documents-items-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.declaration-document .declaration-document-filter .declaration-documents-with-product .declaration-documents-category .declaration-documents-items .declaration-documents-items-container .form-check{width:33.3333%;padding:9px 10px 10px}.declaration-document .fold-content #more_product_type .arrow-down{transform:rotate(0deg)}.declaration-document #more_product_type .arrow-down{transform:rotate(-180deg);transition:transform .36s cubic-bezier(.075,.82,.165,1)}.declaration-document .declaration-right-content_filelist{background-color:#fff;padding:20px}.declaration-document .declaration-right-content_filelist .declaration-filelist_title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 0;margin-bottom:20px}.declaration-document .declaration-right-content_filelist .declaration-filelist_title>h3{font-size:20px;font-weight:600}.declaration-document .declaration-right-content_filelist .declaration-filelist_title>span{font-size:18px}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card{border-bottom:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card:first-child{border-top:1px solid #ebebeb}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:0}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check .form-check-label{padding-left:14px}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check .form-check-label:after{top:calc(50% - 7px)}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check .form-check-label:before{top:calc(50% - 4px)}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check.hidden .form-check-label:after,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check.hidden .form-check-label:before{visibility:hidden}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check.hidden .checkbox-btn.checkbox-btn-sm label:before{top:10px}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .form-check.hidden .checkbox-btn.checkbox-btn-sm label:after{top:8px}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info{-ms-flex:1;flex:1}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info .download-file-name:hover{cursor:pointer}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info .download-file-name span:first-child{min-width:0;max-width:calc(100% - 60px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info .row{color:grey;margin-left:0;margin-right:0}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation{text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:auto}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation .dropdown-item img{width:11px;height:11px;border-radius:0;border:0;background:transparent;margin-right:8px}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation .btn:not(.dropdown-item){padding:0}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation .btn-link{white-space:nowrap;width:60px}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation .btn-link{width:auto}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation .btn-link:hover{cursor:pointer;text-decoration:none}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-type-icon{display:inline-block;width:32px;height:32px;background-repeat:no-repeat}.declaration-document #declaration-document_model_mobile{display:none;padding:0;margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document #declaration-document_model_mobile{display:block}}.declaration-document #declaration-document_model_mobile .declaration-documents-category{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.declaration-document #declaration-document_model_mobile .declaration-documents-category .declaration-documents-title{border-bottom:1px solid #ebebeb;width:100%;padding:8 0 18px}.declaration-document #declaration-document_model_mobile .declaration-documents-category .declaration-documents-items{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .search-section{-ms-flex-direction:row;flex-direction:row;background-color:transparent}}.declaration-document .container,.declaration-document .hy-breadcrumb h1,.declaration-document .hy-detail-head-banner__content h1,.declaration-document .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .declaration-document h1,.hy-detail-head-banner__content .declaration-document h1,.navbar-nav .nav-item .declaration-document .navbar-submenu-content{padding-left:0!important;padding-right:0!important}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .checkbox-btn.checkbox-btn-sm{padding-left:0}}.declaration-document .hy-funnel{display:none}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .hy-funnel{display:block;text-align:right;padding-right:10px}}.declaration-document .document-menu-mobile_close{display:none}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .document-menu-mobile_close{display:block;height:20px;padding-right:10px}}.declaration-document .search-form{position:relative;overflow:visible}.declaration-document .search-form .download-dropdown-menu{background-color:#fff;top:56px;width:100%;padding:8px 0;position:absolute;z-index:10}.declaration-document .search-form .download-dropdown-menu .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;cursor:pointer}.declaration-document .search-form .download-dropdown-menu .dropdown-item:hover{background-color:#88ab2d}.ru-blog-detail-wrapper{max-width:800px;background-color:#fff;padding-top:80px;margin:auto}.ru-blog-detail-wrapper .ru-blog-main{padding:0 50px}.ru-blog-detail-wrapper h1{font-size:35px;font-weight:600;text-align:center}.ru-blog-detail-wrapper .ru-blog-date{font-weight:300;text-align:center;margin-top:25px;color:#88ab2d}.ru-blog-detail-wrapper .ru-blog-media{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:68px}.ru-blog-detail-wrapper .ru-blog-media .ru-media-line{display:inline-block;height:1px;-ms-flex:1;flex:1;background-color:#e5e5e5}.ru-blog-detail-wrapper .ru-blog-media>ul{display:-ms-flexbox;display:flex;padding-left:20px}.ru-blog-detail-wrapper .ru-blog-media>ul>li{margin-right:20px}.ru-blog-detail-wrapper .ru-blog-media>ul>li>a{display:inline-block;width:30px;height:30px}.ru-blog-detail-wrapper .ru-blog-media>ul>li>a>img{width:100%;height:100%;object-fit:cover}.ru-blog-detail-wrapper .ru-blog-basic{padding:54px 0 22px;font-size:18px}.ru-blog-detail-wrapper .ru-blog-basic p{margin-bottom:32px}.ru-blog-detail-wrapper .ru-blog-basic p>img{width:100%!important;height:auto!important}.ru-blog-detail-wrapper .ru-blog-moreArticle .blog-moreArticle_list{background-color:#f7f8fa;padding:38px 32px}.ru-blog-detail-wrapper .ru-blog-moreArticle .blog-moreArticle_list h4{font-size:18px;font-weight:600}.ru-blog-detail-wrapper .ru-blog-moreArticle .blog-moreArticle_list .moreArticle-list_item{font-size:18px;display:inline-block;margin-top:18px;padding-left:18px;position:relative;cursor:pointer}.ru-blog-detail-wrapper .ru-blog-moreArticle .blog-moreArticle_list .moreArticle-list_item:before{content:"";position:absolute;left:0;top:50%;width:3px;height:14px;margin-top:-7px;background-color:#f7f8fa}.ru-blog-detail-wrapper .ru-blog-moreArticle .blog-moreArticle_list .moreArticle-list_item.active:before{background-color:#88ab2d}.ru-blog-detail-wrapper .blog-moreArticle_container{font-size:18px;padding:75px 0}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item{margin-top:50px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item:first-child{margin-top:0}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item h2{font-size:30px;text-align:center;padding:0 26px 25px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item h2{padding:0 10px}}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item h2:after{content:"";position:absolute;width:100%;height:1px;background-color:#e5e5e5;bottom:0;left:0}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text{padding-top:50px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text p{margin-bottom:50px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text p:last-child{margin-bottom:0}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text p strong{font-size:20px;font-weight:600}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text p img{width:100%!important;height:auto!important}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr{border-top:1px solid #eeeff1}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr:first-child{background-color:#fafbfc;border-top:none;border-bottom:2px solid #eeeff1}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr:first-child td{font-size:20px;color:#404040;font-weight:600;padding:22px 0}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr td{font-size:18px;color:#707070;padding:20px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr td:first-child{width:30%!important}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_text table tr td:nth-child(2){width:70%!important}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card{box-shadow:0 0 15px 1px rgba(0,0,0,.16);padding:40px;display:-ms-flexbox;display:flex;margin-top:50px}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card{-ms-flex-direction:column;flex-direction:column;padding:20px}}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_image{width:135px;height:135px;margin-right:40px}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_image{width:100%}}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_image>img{width:100%;height:100%;object-fit:cover}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info{margin-top:20px}}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info .card-info_title{color:#88ab2d;margin-bottom:8px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info .card-info_subtitle{font-weight:600;margin-bottom:14px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info .card-info_description{margin-bottom:24px}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info .card-info_more>a{display:inline-block;min-width:173px;height:40px;line-height:40px;color:#88ab2d;padding:0 30px;border-radius:20px;border:1px solid #88ab2d;text-align:center;font-size:14px;transition:all .3s ease-in}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_card .item-card_info .card-info_more>a:hover{background-color:#88ab2d;color:#fff}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_video{width:100%;height:336px;margin-top:50px;position:relative}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_video>img{width:100%;height:100%;object-fit:cover}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_video .video-mask{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-color:#071323;opacity:.6}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_video .play-btn_con{position:absolute;width:44px;height:44px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;cursor:pointer}.ru-blog-detail-wrapper .blog-moreArticle_container .moreArticle-content_item .moreArticle-item_video .play-btn_con>img{width:100%;height:100%;object-fit:cover}.ru-blog-detail-wrapper .ru-blog-keep-reading{padding:46px 42px;box-shadow:0 0 15px 1px rgba(0,0,0,.16)}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .ru-blog-keep-reading{padding:20px}}.ru-blog-detail-wrapper .ru-blog-keep-reading>h5{font-size:18px;font-weight:600;padding-bottom:21px;position:relative}.ru-blog-detail-wrapper .ru-blog-keep-reading>h5:after{content:"";position:absolute;width:100%;height:1px;background-color:#eeeff1;left:0;bottom:0}.ru-blog-detail-wrapper .ru-blog-keep-reading>ul{padding-top:20px}.ru-blog-detail-wrapper .ru-blog-keep-reading>ul>li{margin-bottom:20px;padding-left:15px;position:relative}.ru-blog-detail-wrapper .ru-blog-keep-reading>ul>li:last-child{margin-bottom:0}.ru-blog-detail-wrapper .ru-blog-keep-reading>ul>li:before{content:"";position:absolute;width:5px;height:5px;background-color:#404040;border-radius:50%;top:10px;left:0}.ru-blog-detail-wrapper .ru-blog-keep-reading>ul>li>a{color:#88ab2d;font-size:18px}.ru-blog-detail-wrapper .blog-sibling-article{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:40%}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item{width:48%}}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item>p{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:600}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item>p>span{font-size:16px}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item>span{color:#88ab2d;font-size:16px;margin-top:10px}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.prev{text-align:left}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.prev>p>i{margin-right:10px}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.next{text-align:right}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.next>p{-ms-flex-pack:end;justify-content:flex-end}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.next>p>i{transform:rotateY(180deg);margin-left:10px}.ru-blog-detail-wrapper .blog-sibling-article .sibling-article_item.visit-hidden{visibility:hidden}.ru-blog-detail-wrapper .blog-more-button{padding:75px 0 55px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.ru-blog-detail-wrapper .blog-more-button>a{display:inline-block;padding:10px 60px;color:#616161;border:1px solid #616161;border-radius:20px;margin-right:20px;margin-bottom:20px;text-align:center;transition:all .2s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-more-button>a{min-width:240px}}.ru-blog-detail-wrapper .blog-more-button>a:hover{border-color:#88ab2d;color:#88ab2d}.ru-blog-detail-wrapper .blog-more-button>a:last-child{margin-right:0}.ru-blog-detail-wrapper .ru-blog-subscription{margin-top:86px;min-height:347px;background-color:#88ab2d;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .ru-blog-subscription{padding:0 20px;text-align:center}}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-title{display:-ms-flexbox;display:flex}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-title>p{width:46px;height:46px;margin-right:14px}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-title>p>img{width:100%;height:100%;object-fit:cover}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-title h3{font-size:35px;font-weight:600}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-title h3{font-size:28px}}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-description{font-size:18px;margin-top:10px}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con{margin-top:43px}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form .subscription-email_con{width:490px;height:40px;background-color:#fff;border-radius:20px;padding-right:4px;padding-left:34px;font-size:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form .subscription-email_con{width:320px}}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form .subscription-email_con input{-ms-flex:1;flex:1;border:none}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form .subscription-email_con .subscription-email-btn{width:35px;height:35px;border-radius:50%;cursor:pointer}.ru-blog-detail-wrapper .ru-blog-subscription .blog-subscription-con .blog-subscription-form .emial-error{display:inline-block;color:#c7000b;padding:10px 0 0 10px}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed{position:fixed;left:40px;top:100px;max-width:calc(50vw - 460px);border:2px solid #dfe1e6;max-height:calc(100vh - 140px);overflow-y:auto;background-color:#f7f8fa;padding:38px 32px}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-detail-wrapper .blog-moreArticle-list_fixed{display:none!important}}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed h4{font-size:18px;font-weight:600}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-list_item{font-size:18px;display:inline-block;margin-top:18px;padding-left:18px;position:relative;cursor:pointer}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-list_item:before{content:"";position:absolute;left:0;top:50%;width:3px;height:14px;margin-top:-7px;background-color:#f7f8fa}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-list_item.active{color:#88ab2d}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-list_item.active:before{background-color:#88ab2d}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-tab_media{display:-ms-flexbox;display:flex;margin-top:40px;padding-left:18px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-tab_media>li{margin-right:20px;margin-bottom:14px}.ru-blog-detail-wrapper .blog-moreArticle-list_fixed .moreArticle-tab_media>li>a{display:inline-block;width:30px;height:30px}.ru-blog-general-form .ru-blog-container{max-width:800px;background-color:#e8eded;padding:84px 0 118px}.ru-blog-general-form .ru-blog-container h2{font-size:30px;font-weight:600;padding:0 40px}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-general-form .ru-blog-container h2{padding:0 10px}}.ru-blog-general-form .ru-blog-container .general-form_container form{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ru-blog-general-form .ru-blog-container .general-form_container form .general-form_item-con{width:590px!important}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-general-form .ru-blog-container .general-form_container form .general-form_item-con{width:330px!important}}.ru-blog-general-form .ru-blog-container .general-form_container form .general-form_policy{width:590px!important}@media only screen and (min-width:320px) and (max-width:700px){.ru-blog-general-form .ru-blog-container .general-form_container form .general-form_policy{width:330px!important}}.section-container.ru-blog-general-form{padding-top:0;padding-bottom:0}.home-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:#1a1a1a;box-shadow:0 1px 0 rgba(0,0,0,.08);color:#fff;height:60px}.home-header .home-header_logo{height:34px;width:144px}.navbar{width:100vw;padding:0!important;-ms-flex-negative:0;flex-shrink:0;box-shadow:none;color:#fff;height:60px;z-index:100;background-color:#1a1a1a}@media only screen and (min-width:320px) and (max-width:700px){.navbar{height:56px;background-color:#1a1a1a!important}}.navbar:hover{background-color:#1a1a1a!important}.navbar.animation{background-color:transparent}.navbar.animation .navbar-login-button{color:#fff;background-color:transparent;border-color:hsla(0,0%,100%,.4)}.navbar.navbar-bg-black{background-color:#1a1a1a!important}.navbar.navbar-bg-black .navbar-login-button{color:#1a1a1a;background-color:#96b41e;border-color:transparent}.navbar .btn{margin:0}.navbar .navbar-login-button{color:#1a1a1a;background-color:#96b41e;border:1px solid transparent;padding:6px 16px;text-decoration:none;font-weight:700}@media only screen and (min-width:320px) and (max-width:700px){.navbar .navbar-login-button{color:#1a1a1a!important;background-color:#96b41e;border-color:transparent}}.navbar .navbar-login-button:hover{transition:.5s;background-color:#94bf22;border-color:#94bf22;color:#fff!important}.navbar+.navbar-bottom-fixed{position:fixed;top:60px}.navbar-container{display:-ms-flexbox;display:flex;width:100%;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.navbar-container{margin:0 20px}}.navbar-container .navbar-login-link{color:#96b41e}.navbar-container .nav-link{padding:0!important;text-transform:none;font-weight:400}.navbar-container .language-select{color:#fff;font-size:14px;font-weight:400}.hy-be-partner .hy-be-partner_inner .navbar-container .navbar-right-button a.desc:hover,.hy-be-partner .hy-be-partner_inner .navbar-container .navbar-right-button a.title:hover,.hy-module-platform .navbar-container .navbar-right-button a.hy-module-brief:hover,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .navbar-container .navbar-right-button a.content:hover,.navbar-container .navbar-right-button .hy-be-partner .hy-be-partner_inner a.desc:hover,.navbar-container .navbar-right-button .hy-be-partner .hy-be-partner_inner a.title:hover,.navbar-container .navbar-right-button .hy-module-platform a.hy-module-brief:hover,.navbar-container .navbar-right-button .hy-overview-history .hy-timeline-viewport .hy-timeline-items a.content:hover,.navbar-container .navbar-right-button .product-system-item a.product-black-card:hover,.navbar-container .navbar-right-button>a:hover,.navbar-container .navbar-right-button a.hy-text-white:hover,.navbar-container .navbar-right-button a.navbar-right-button:hover,.product-system-item .navbar-container .navbar-right-button a.product-black-card:hover{color:#fff}.navbar-container .hidden-title{display:none}.navbar-toggler{border:0;padding:0}.navbar-toggler,.navbar-toggler .navbar-toggler-icon{height:24px;width:24px}.navbar-nav{height:60px;line-height:60px;margin-right:14px}.navbar-nav .nav-item{font-size:14px;padding:0 14px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}@media only screen and (min-width:1024px) and (max-width:1249px){.navbar-nav .nav-item{padding:0 10px}}.navbar-nav .nav-item .nav-link.active,.navbar-nav .nav-item:hover a{color:#fff}.navbar-nav .nav-item .navbar-submenu{height:0;position:absolute;line-height:22px;cursor:auto}.navbar-nav .nav-item .navbar-submenu-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start!important;justify-content:flex-start!important;max-width:90%!important}@media only screen and (max-width:1400px){.navbar-nav .nav-item .navbar-submenu-content{max-width:96%!important}}.navbar-nav .nav-item .navbar-submenu-content.lg-column .navbar-category{max-width:33%}.navbar-nav .nav-item .navbar-submenu-content.md-column{-ms-flex:auto;flex:auto;max-height:400px}.navbar-nav .nav-item .navbar-submenu-content.sm-column .navbar-category{-ms-flex:auto;flex:auto}.navbar-nav .nav-item .navbar-submenu-container{background-color:#fff}.navbar-nav .nav-item .navbar-submenu-img .icon{border-radius:0}.navbar-nav .nav-item .navbar-submenu-title{font-weight:700!important;margin-top:8px}.navbar-nav .nav-item:hover .navbar-submenu a{font-weight:unset;color:#000}.navbar-brand{-ms-flex-negative:0;flex-shrink:0;margin:0;top:-1px}.navbar-brand-img{height:37.4px;width:158.4px}.navbar-brand-img.en{width:86px;height:40px}.navbar-search-icon{font-size:14px;left:0;position:absolute;height:100%}.navbar-search-icon i{color:#fff}.navbar-search-icon .input-group-text{background:transparent;border:0}.navbar-search-icon+input.form-control{padding-left:40px!important;background-color:hsla(0,0%,100%,.14);background-image:none;border:0;color:#fff;height:32px;width:200px}.navbar-search-icon+input.form-control:-ms-input-placeholder{color:#fff;font-size:14px;line-height:1.5}.navbar-search-icon+input.form-control::placeholder{color:#fff;font-size:14px;line-height:1.5}.navbar-submenu{height:100%;left:0;right:0;top:60px;z-index:10;overflow-y:auto}.navbar-submenu-container{position:relative;z-index:8}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.navbar-submenu .lg-column{height:720px}.navbar-submenu .sm-column{height:250px}.navbar-submenu .md-column{height:280px}.navbar-submenu .icon-column{height:200px}}.navbar-submenu .navbar-mask{background:rgba(0,0,0,.3);height:100%;left:0;right:0;bottom:0;position:absolute;z-index:4;opacity:0;transition:opacity .3s ease-in-out}.navbar-submenu .navbar-row{margin:12px 0;font-weight:400}.navbar-submenu .navbar-row:first-child{margin-top:0}.navbar-submenu .navbar-row a:hover{color:#96b41e!important}.navbar-submenu .navbar-category{margin-bottom:28px;color:#000;width:20%}@media only screen and (max-width:1400px){.navbar-submenu .navbar-category{width:25%}}.navbar-submenu .navbar-category .icon{height:32px;width:32px}#mdNavbar .navbar-brand{top:0;margin:0}#mdNavbar .navbar-brand-img{height:34px;width:73px}#mdNavbar .navbar-brand-img.cn{height:28.9px;width:122px}#mdNavbar .navbar-md-container{-ms-flex:1;flex:1}.navbar-chat.navbar-chat-has-message{position:relative;margin-right:4px}@media only screen and (min-width:1024px) and (max-width:1249px){.navbar-chat.navbar-chat-has-message{margin-right:0;padding-right:8px}}.navbar-chat.navbar-chat-has-message .iconfont{color:#fff}.hy-navbar-search-module{position:relative;height:32px}.hy-navbar-search-module-container{border-radius:0;overflow:hidden}.hy-navbar-search-module-container .form-control{border-radius:0}@media only screen and (min-width:1024px) and (max-width:1249px){.hy-navbar-search-module.active .form-inline,.hy-navbar-search-module.active .form-inline .input-group{width:auto}.hy-navbar-search-module.active .form-inline .input-group input{width:auto;background-color:hsla(0,0%,100%,.14)}}.hy-navbar-search-module .cancel-button{position:absolute;right:-32px;top:6px;cursor:pointer}.hy-navbar-search-module .navbar-search-icon{z-index:10}.hy-navbar-search-module input{border-top-right-radius:0;border-bottom-right-radius:0}.hy-navbar-search-module button.search-btn{border-top-left-radius:0;border-bottom-left-radius:0}.hy-navbar-search-module .hy-navbar-search-content{margin-top:8px;padding-bottom:8px;background-color:#fff}.hy-navbar-search-content{width:512px;padding-bottom:8px;visibility:hidden;transform-origin:50% 0}.hy-navbar-search-content .navbar-search-recommend h6,.hy-navbar-search-content .recommend-title,.navbar-search-recommend .hy-navbar-search-content h6{padding:20px 12px 7px}.hy-navbar-search-content .nav-recommend-item,.hy-navbar-search-content .navbar-search-recommend ul li,.navbar-search-recommend ul .hy-navbar-search-content li{cursor:pointer;padding:6px 14px;font-size:14px;color:#1a1a1a}.hy-navbar-search-content .nav-recommend-item:hover,.hy-navbar-search-content .navbar-search-recommend ul li:hover,.navbar-search-recommend ul .hy-navbar-search-content li:hover{color:#94bf22;background-color:#f5f6f7}.navbar-user-avatar,.navbar-user-avatar img{width:38px}.navbar-user-avatar:hover{cursor:pointer}.navbar-user-avatar button{display:none;width:24px;height:24px;background-color:transparent;color:#fff;margin-top:-6px;margin-left:4px}.navbar-user-avatar button .hamburger-box{width:20px;height:20px}.navbar-user-avatar.is-clicked img{display:none}.navbar-user-avatar.is-clicked button{display:inline-block;margin-right:6px;margin-top:0}.navbar-user-avatar.dropdown{padding-bottom:8px;margin-top:8px}.navbar-user-avatar.dropdown .dropdown-menu{left:auto;right:0;margin-top:0}.navbar-user-avatar.dropdown:hover .dropdown-menu{display:block}.menu-overflow-hidden{overflow:hidden!important;position:fixed}.navbar-md-submenu.speed-in{left:0!important}.navbar-md-submenu{background-color:#242424;position:fixed;top:0;bottom:0;left:-100%;z-index:1400;width:100%;height:calc(100% + 200px);padding-bottom:200px;overflow-y:auto;transition:left .5s}.navbar-md-submenu .hy-sidenav-menu label:after{border-color:#fff}.navbar-md-submenu .hy-menu-root>li.hy-menu-submenu{margin-top:0}.navbar-md-submenu .hy-menu-root>.hy-menu-submenu>.hy-menu-submenu-title{color:#fff;font-size:14px;padding:18px 20px;border-bottom:0;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.08)}.navbar-md-submenu .hy-menu-root .hy-menu{padding:0;background-color:#1a1a1a;color:#d9d9d9}.navbar-md-submenu .hy-menu-root .hy-menu .hy-menu-submenu-title{padding:18px 40px}.navbar-md-submenu .hy-menu-root .hy-menu .hy-menu-submenu-title a{display:block}.navbar-md-submenu .hy-menu-root .hy-menu .hy-menu-submenu-title a.active{color:#96b41e}.navbar-md-submenu .hy-menu-root .hy-menu .hy-menu{background-color:#0a0a0a}.navbar-md-submenu .hy-menu-root .hy-menu .hy-menu .hy-menu-submenu-title{padding:18px 60px}.navbar-md-submenu .input-group input.form-control,.navbar-md-submenu .input-group input.form-control:focus{border-radius:0!important}.navbar-md-submenu input.form-control{background-color:hsla(0,0%,100%,.1);color:#b2b2b2;width:100%}.navbar-md-submenu input.form-control:-ms-input-placeholder{font-size:14px;color:#b2b2b2}.navbar-md-submenu input.form-control::placeholder{font-size:14px;color:#b2b2b2}.navbar-md-submenu form{padding:12px 10px 12px 18px}.navbar-md-submenu .navbar-chat.navbar-chat-has-message{position:relative}.navbar-md-submenu .navbar-chat.navbar-chat-has-message:after{right:1px;top:-1px}.navbar-md-submenu .menu-header{color:#fff;font-size:14px;padding:18px 20px;width:100%;background-color:#242424}.navbar-md-submenu .menu-header .navbar-chat{margin-right:24px}.navbar-md-submenu .menu-header img{width:20px;height:20px}.navbar-md-submenu .menu-header .dropdown{text-align:right;margin-right:0!important}.navbar-md-submenu .menu-header .dropdown .btn{font-size:14px}.navbar-md-submenu .menu-header .dropdown a:active,.navbar-md-submenu .menu-header .dropdown a:hover{color:#fff!important}.navbar-md-submenu .navbar-search-icon{z-index:10}.phone_navbar_search{-ms-flex-pack:justify;justify-content:space-between}.phone_navbar_search .input-group{display:inline-block;width:90%}.phone_navbar_search_container{width:100%;background-color:#242424}.close_navbar_menu{border:0;height:24px;padding:0;width:24px;background-color:#242424}.close_navbar_menu .iconglobalSearchCancelButton{color:#fff;font-size:20px}.mobile-side-menu-backdrop{top:56px;overflow:hidden}.hy-fancy-border-bottom{position:relative;max-width:82%}@media only screen and (min-width:320px) and (max-width:700px){.hy-fancy-border-bottom{max-width:100%}}.hy-fancy-border-bottom:after{position:absolute;bottom:-1px;display:block;width:100%;height:1px;background-color:#9d9fa1;content:" "}@media only screen and (min-width:320px) and (max-width:700px){.hy-fancy-border-bottom:after{width:calc(100% - 40px)}}.hy-fancy-border-bottom .title-margin{margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fancy-border-bottom .title-margin{margin-top:0}}.site-map-text-gray{color:hsla(0,0%,100%,.6)}.site-map-text-gray:hover{text-decoration:none;opacity:1}.site-map{transform:translateZ(0)}.site-map .site-map-tips-right{min-height:300px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .site-map-tips-right{min-height:auto}}.hy-breadcrumb .site-map>h1,.hy-detail-head-banner__content .site-map>h1,.navbar-nav .nav-item .site-map>.navbar-submenu-content,.site-map>.container{width:1200px;max-width:1200px}@media screen and (min-width:1200px) and (max-width:1262px){.hy-breadcrumb .site-map>h1,.hy-detail-head-banner__content .site-map>h1,.navbar-nav .nav-item .site-map>.navbar-submenu-content,.site-map>.container{max-width:1180px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .site-map>h1,.hy-detail-head-banner__content .site-map>h1,.navbar-nav .nav-item .site-map>.navbar-submenu-content,.site-map>.container{width:100%;max-width:100%}}.site-map__header-container{padding-bottom:40px;padding-top:60px;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.site-map__header-container{padding-top:40px;padding-bottom:0}}.site-map__header-container .e-newsletter-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.site-map__header-container .e-newsletter-wrapper{display:block;width:100%}}.site-map .logo-box{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.site-map .logo-box{-ms-flex-pack:justify;justify-content:space-between}}.site-map .logo-box .site-map-logo-img{width:150px;height:60px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .logo-box .site-map-logo-img{width:100%;height:40px}}.site-map .site-links{padding-top:40px;padding-bottom:40px}.site-map .site-links .col-md-2 a:hover{text-decoration:underline!important}@media only screen and (min-width:320px) and (max-width:700px){.site-map .site-links{padding-top:8px;padding-bottom:0}}.site-map .follow-us{font-weight:600;font-size:14px;line-height:23.8px;color:#fff;margin-bottom:16px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .follow-us{font-size:16px}.site-map .follow-us.hidden-phone{display:none}}.site-map .expand-trigger{font-weight:600;line-height:23.8px;font-size:14px;letter-spacing:-.15px;font-family:OpenSans-Regular}@media only screen and (min-width:320px) and (max-width:700px){.site-map .expand-trigger{padding-top:9px;padding-bottom:9px;font-size:14px;font-family:OpenSans-Regular}}.site-map .list-unstyled{margin-right:0;margin-bottom:0;margin-left:0}.site-map .list-unstyled .nav-item{padding:8px 0}@media only screen and (min-width:320px) and (max-width:700px){.site-map .list-unstyled .nav-item{padding-left:20px}}.site-map .list-unstyled .nav-item a{display:inline-block;width:100%;color:#9d9fa1;font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;font-family:OpenSans-Regular}.site-map .qr-box{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;margin-top:8px;position:absolute;right:0}@media only screen and (min-width:320px) and (max-width:700px){.site-map .qr-box{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:144px}.site-map .qr-box:after{position:absolute;bottom:0;display:block;width:calc(100% - 20px);height:1px;background-color:hsla(0,0%,100%,.16);content:" "}}.site-map .sitemap-qr{margin-bottom:40px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .sitemap-qr{max-width:40%;margin-top:20px;margin-bottom:20px}}.site-map .sitemap-qr img{max-width:100%;border-radius:0}.site-map .sitemap-qr p{padding-top:8px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .input-box{padding-top:20px;padding-bottom:30px}.site-map .input-box:after{position:absolute;display:block;width:calc(100% - 20px);background-color:hsla(0,0%,100%,.16);content:" "}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .site-map .input-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .site-map .input-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .site-map .input-box h2,.site-map .input-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.site-map .input-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.site-map .input-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.site-map .input-box .title,.site-map .input-box .vertical-center-layout-wrapper .container h2,.site-map .input-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.site-map .input-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.site-map .input-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .site-map .input-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .site-map .input-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .site-map .input-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .site-map .input-box h2{margin-bottom:8px}.site-map .input-box .e-newsletter-wrapper{position:absolute;right:0;width:300px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .input-box .e-newsletter-wrapper{position:relative}}.site-map .box-en{position:absolute;top:40px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .box-en{top:0}}@media only screen and (min-width:1681px){.site-map .box-en{padding-left:20rem}}.site-map .box-cn{right:0}.site-map .box-cn .logo-box a{color:#fff;border:1px solid #88ab2d;border-radius:5px;font-family:OpenSans-SemiBold;padding:8px 18px 8px 20px;margin-left:-20px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .box-cn{bottom:160px;padding:20px}.site-map .box-cn:after{width:calc(100% - 40px)}.site-map .box-cn .logo-box a{font-size:16px;font-family:OpenSans-Regular;margin-left:0}}@media only screen and (min-width:701px) and (max-width:1023px){.site-map .box-cn.box-en{position:relative;bottom:0;padding:20px 0}.site-map .box-cn.box-en:after{width:calc(100% - 40px)}}@media only screen and (min-width:320px) and (max-width:700px){.site-map .box-cn.box-en{position:relative;bottom:0;padding:10px}.site-map .box-cn.box-en:after{width:calc(100% - 20px)}}@media only screen and (min-width:320px) and (max-width:700px){.site-map .qr-box.qr-box-en{margin-top:0}}.site-map .sub-brands-row{-ms-flex-align:center;align-items:center;padding-top:28px;padding-bottom:28px}.site-map .sub-brands-row img{height:24px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .sub-brands-row img{height:16px}}.site-map .policy{font-size:12px;font-weight:400;line-height:23.8px;letter-spacing:-.15px;color:#9d9fa1;padding:20px 0}@media only screen and (min-width:320px) and (max-width:700px){.site-map .policy{padding:20px;font-size:12px!important;font-family:OpenSans-Medium;max-width:unset}}.site-map .policy .site-map-policy{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:320px) and (max-width:700px){.site-map .policy .site-map-policy{-ms-flex-pack:start;justify-content:flex-start;margin-top:20px;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.site-map .policy .copyright-link{margin-left:40px;font-weight:400;font-size:12px;line-height:23.8px;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.site-map .policy .copyright-link{margin-right:20px;margin-left:0;font-family:OpenSans-Medium;font-size:12px;line-height:19.2px;color:#9d9fa1;white-space:nowrap}}a.sitemap-region-entry{position:relative;top:6px;display:none;color:#fff}a.sitemap-region-entry span{margin-right:4px;margin-left:10px;font-weight:400}a.sitemap-region-entry .fa-caret-down{color:#fff}.map-share-container{width:276px}@media only screen and (min-width:320px) and (max-width:700px){.map-share-container{width:100%}}.hytera-app-tips>p{font-weight:600;font-size:14px;line-height:23.8px;color:#fff;margin-top:35px;margin-bottom:16px;width:276px}@media only screen and (min-width:320px) and (max-width:700px){.hytera-app-tips>p{width:100%}}.hytera-app-tips .hytera-app-tips-inner{display:-ms-flexbox;display:flex;border-radius:8px;padding:12px 16px;background-color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.hytera-app-tips .hytera-app-tips-inner{margin-top:24px}}.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-content{width:148px;margin-right:16px}@media only screen and (min-width:320px) and (max-width:700px){.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-content{margin-right:0;width:100%;margin-left:20px}}.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-content>p:first-child{font-weight:600;font-size:14px;line-height:23.8px;letter-spacing:-.1px;color:#f8f9fb;font-family:OpenSans-SemiBold;margin-bottom:8px}.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-content>p:nth-child(2){font-weight:400;font-size:12px;line-height:19.2px;letter-spacing:-.15px;color:#f8f9fb}.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-pic>img{width:96px;height:96px;max-width:none}@media only screen and (min-width:320px) and (max-width:700px){.hytera-app-tips .hytera-app-tips-inner .hytera-app-tips-inner-pic>img{width:60px;height:60px}}.site-map-icon{font-size:32px;margin-right:24px}.a{cursor:pointer}.sub-brands{margin-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.sub-brands{margin-top:13px}}.sub-brands .sitemap-text_white{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:OpenSans-Medium;font-size:14px;color:#919699}@media only screen and (min-width:320px) and (max-width:700px){.sub-brands .sitemap-text_white{font-size:12px;display:none}}.sub-brands .sub-brands-list{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}@media only screen and (min-width:320px) and (max-width:700px){.sub-brands .sub-brands-list{display:none}}@media only screen and (min-width:320px) and (max-width:700px){.sub-brands a{width:28%}}.share-container{display:-ms-flexbox;display:flex;cursor:pointer;min-width:110px}.follow-us-container,.share-container{-ms-flex-align:center;align-items:center}.follow-us-container{white-space:nowrap;padding:0 20px}@media only screen and (min-width:701px) and (max-width:1023px){.follow-us-container{-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:320px) and (max-width:700px){.follow-us-container{-ms-flex-pack:justify;justify-content:space-between;padding:0 0 0 20px}}@media only screen and (min-width:1367px) and (max-width:1440px){.follow-us-container{-ms-flex-pack:end;justify-content:flex-end}}.follow-us-container .site-map-icon.blog_kr>i{font-size:18px}.hy-share-button__icon .iconfont{display:block;font-size:40px;cursor:pointer}.hy-share-button__icon .iconfont:hover{transform:scale(1.2);transition:all .5s ease-in-out}.hytera-sitemap .visuallyhidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(0 0 99.9% 99.9%);clip-path:inset(0 0 99.9% 99.9%)}.hytera-sitemap .hytera-sitemap_top>h2{color:#000;font-size:25px;text-align:left}.hytera-sitemap .hytera-sitemap_top>h2:after{left:0;width:100%;margin-left:0;background-color:#ccc}.hytera-sitemap .hytera-sitemap_top>ul{margin:10px 0 0;padding-bottom:25px;column-count:3}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary{z-index:1;display:inline-block;margin-bottom:26px;vertical-align:top;column-span:1}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>h3{padding-bottom:14px;color:#1d1d1f;font-size:21px}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li{padding-right:40px;padding-bottom:7px}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li a{color:#30312e;font-size:18px}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li a:hover{text-decoration:underline!important}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li .hytera-sitemap_third{padding-top:10px}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li .hytera-sitemap_third>ul>li{padding:0 0 4px 4px}.hytera-sitemap .hytera-sitemap_top .hytera-sitemap_secondary>ul>li .hytera-sitemap_third>ul>li a{color:#88ab2d;font-size:16px}.hybtn{background-color:#fff;border:1px solid #b3b3b3;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;color:#1a1a1a}[button] .hybtn{outline:0}.hybtn:hover{text-decoration:none}.hybtn.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .hybtn.desc:hover,.hy-be-partner .hy-be-partner_inner .hybtn.title:hover,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2.hybtn:hover,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2.hybtn:hover,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.hy-detail-head-banner__content h1.hybtn:hover,.hy-module-platform .hybtn.hy-module-brief:hover,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2.hybtn:hover,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .hybtn.content:hover,.hybtn.hy-text-white:hover,.navbar-container .hybtn.navbar-right-button:hover,.navbar-container .navbar-right-button>a.hybtn:hover,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.overview-section-history h2.hybtn:hover,.personal-center__module .content-header-btn i.hybtn:hover,.product-system-item .hybtn.product-black-card:hover,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2.hybtn:hover,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2.hybtn:hover{color:#fff}.hybtn:hover{color:#1a1a1a}.hybtn.disabled,.hybtn:disabled{border-color:#d9d9d9;color:#b3b3b3;cursor:no-drop}.hybtn-primary{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;color:#fff;border:1px solid #96b41e;background-color:#96b41e}[button] .hybtn-primary{outline:0}.hybtn-primary:hover{text-decoration:none}.hybtn-primary.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-primary.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-primary.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}[a] .hybtn-primary{color:#fff}.hybtn-primary:hover{background-color:#94bf22;border-color:#94bf22;color:#fff!important}.hybtn-primary.disabled,.hybtn-primary:disabled{background-color:#b3b3b3;border-color:#b3b3b3;cursor:no-drop}.hybtn-primary.loading:after{color:#fff}.hybtn-ghost{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;border:1px solid #96b41e;color:#96b41e;background-color:transparent}[button] .hybtn-ghost{outline:0}.hybtn-ghost:hover{text-decoration:none}.hybtn-ghost.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-ghost.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-ghost.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-ghost{color:#96b41e}.hybtn-ghost:hover{border-color:#94bf22;color:#94bf22}.hybtn-ghost.disabled,.hybtn-ghost:disabled{border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.hybtn-ghost.loading:after{color:#96b41e}.hybtn-dark{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;border:1px solid #292929;background-color:#292929;color:#fff}[button] .hybtn-dark{outline:0}.hybtn-dark:hover{text-decoration:none}.hybtn-dark.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-dark.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-dark.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-dark{color:#fff}.hybtn-dark:hover,[a] .hybtn-dark:hover{color:#fff!important}.hybtn-dark.disabled,.hybtn-dark:disabled{background-color:hsla(0,0%,70.2%,.3);border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.hybtn-dark.disabled:hover,.hybtn-dark:disabled:hover{color:#b3b3b3!important}.hybtn-ghost_grey{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;border:1px solid grey;color:#fff;background-color:transparent}[button] .hybtn-ghost_grey{outline:0}.hybtn-ghost_grey:hover{text-decoration:none}.hybtn-ghost_grey.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-ghost_grey.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-ghost_grey.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-ghost_grey{color:#fff}.hybtn-ghost_grey:hover{border-color:#96b41e;color:#96b41e}.hybtn-ghost_grey.disabled,.hybtn-ghost_grey:disabled{border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.hybtn-ghost_dark{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;border:1px solid #292929;background-color:transparent;color:#292929}[button] .hybtn-ghost_dark{outline:0}.hybtn-ghost_dark:hover{text-decoration:none}.hybtn-ghost_dark.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-ghost_dark.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-ghost_dark.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-ghost_dark{color:#292929}.hybtn-ghost_dark:hover{color:#363636}.hybtn-ghost_dark.disabled,.hybtn-ghost_dark:disabled{background-color:hsla(0,0%,70.2%,.3);border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.hybtn-ghost_inverse{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;min-width:80px;border:1px solid #96b41e;color:#fff;background-color:#96b41e}[button] .hybtn-ghost_inverse{outline:0}.hybtn-ghost_inverse:hover{text-decoration:none}.hybtn-ghost_inverse.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-ghost_inverse.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-ghost_inverse.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-ghost_inverse{color:#96b41e}.hybtn-ghost_inverse:hover{border-color:#99b81f;background-color:#99b81f;color:#fff}.hybtn-ghost_inverse.disabled,.hybtn-ghost_inverse:disabled{border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.hybtn-ghost_white{background-color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;height:40px;min-width:80px;padding:0 14px;text-decoration:none;transition:all .2s ease-in-out;display:inline-block;text-align:center;border-radius:0;box-sizing:border-box;border:1px solid #fff;color:#fff;background-color:transparent}[button] .hybtn-ghost_white{outline:0}.hybtn-ghost_white:hover{text-decoration:none}.hybtn-ghost_white.small{height:32px;font-size:12px;line-height:32px;min-width:80px;padding-left:14px;padding-right:14px;border-radius:20px}.hybtn-ghost_white.loading{position:relative;cursor:no-drop;pointer-events:none;color:transparent}.hybtn-ghost_white.loading:after{content:" ";position:absolute;top:calc(50% - .5rem);left:calc(50% - .5rem);width:1rem;height:1rem;vertical-align:text-bottom;border:1px solid;border-right:1px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;color:#fff}[a] .hybtn-ghost_white{color:#fff}.hybtn-ghost_white:hover{border-color:#fff;color:#fff}.hybtn-ghost_white.disabled,.hybtn-ghost_white:disabled{border-color:#b3b3b3;color:#b3b3b3;cursor:no-drop}.checkbox-btn{padding-left:20px;position:relative}.checkbox-btn input[type=checkbox]{opacity:0;position:absolute;z-index:1}.checkbox-btn.checkbox-btn-sm{padding-left:14px}.checkbox-btn.checkbox-btn-sm label{padding-left:26px;margin-left:-14px;font-size:14px}.checkbox-btn.checkbox-btn-sm label:before{top:8px;left:20px}.checkbox-btn.checkbox-btn-sm label:after{top:5px;width:14px;height:14px;margin-left:0}.checkbox-btn label{cursor:pointer;display:inline-block;line-height:24px;padding-left:20px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.checkbox-btn label:after{background-color:#fff;border:2px solid #1a1a1a;content:"";cursor:pointer;height:20px;left:0;margin-left:-18px;position:absolute;top:0;width:20px;border-radius:0}.checkbox-btn label:before{background:transparent;border:2px solid #fff;border-right:0;border-top:0;content:"";height:6px;left:6px;margin-left:-18px;opacity:0;position:absolute;top:6px;transform:rotate(0);transition:all .15s ease-in-out;width:10px;z-index:1}.checkbox-btn label:active:before{opacity:.3}.checkbox-btn input[type=checkbox]:checked+label{color:#1a1a1a}.checkbox-btn input[type=checkbox]:checked+label:after{background-color:#96b41e;border:2px solid #96b41e}.checkbox-btn input[type=checkbox]:checked+label:before{border-color:#fff;opacity:1;transform:rotate(-45deg)}.checkbox-btn input[type=checkbox]:disabled+label{color:grey;cursor:no-drop}.checkbox-btn input[type=checkbox]:disabled+label:after{background-color:#fff;border:2px solid grey;cursor:no-drop}.checkbox-btn input[type=checkbox]:disabled+label:before{cursor:no-drop;display:none}.hide-pseudo:after,.hide-pseudo:before{display:none}.set-color{background-color:#f2f3f5!important}.radio-btn{padding-left:20px;position:relative}.radio-btn input[type=radio]{opacity:0;position:absolute;z-index:1}.radio-btn label{cursor:pointer;display:inline-block;line-height:24px;padding-left:20px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.radio-btn label:after{background-color:#fff;border:2px solid #1a1a1a;border-radius:50%;content:"";cursor:pointer;height:20px;left:0;margin-left:-18px;position:absolute;top:0;width:20px}.radio-btn label:before{background:transparent;background-color:#fff;border:0;border-radius:50%;border-right:0;border-top:0;content:"";height:8px;left:6px;margin-left:-18px;opacity:0;position:absolute;top:6px;transform:rotate(0deg);transition:all .15s ease-in-out;width:8px;z-index:1}.radio-btn label:active:before{opacity:.3}.radio-btn input[type=radio]:checked+label:after{border:2px solid #96b41e}.radio-btn input[type=radio]:checked+label:before{background-color:#96b41e;opacity:1}.radio-btn input[type=radio]:disabled+label{color:grey;cursor:no-drop}.radio-btn input[type=radio]:disabled+label:after{background-color:#fff;border:2px solid grey}.radio-btn input[type=radio]:disabled+label:before{display:none}.radio-btn.radio-btn-sm{padding-left:14px}.radio-btn.radio-btn-sm label{padding-left:26px;margin-left:-15px;font-size:14px}.radio-btn.radio-btn-sm label:before{top:11px;left:6px;width:4px;height:4px;margin-left:0}.radio-btn.radio-btn-sm label:after{border-width:1px;top:5px;width:16px;height:16px;margin-left:0}input[type=radio]+div i{font-size:12px}form .form-group,form .form-row{box-shadow:none;outline:none;border-radius:0;border-color:rgba(0,0,0,.12);position:relative}form .form-group:hover,form .form-row:hover{border-color:#b3b3b3}form .form-group:focus,form .form-row:focus{border-color:#666}form .form-group.required:after,form .form-row.required:after{top:17px;right:-10px;content:"*";color:#ff6a6a;position:absolute}form .form-row{margin-bottom:20px}form .form-row.required:after{right:-5px}form .form-control{box-shadow:none;outline:none;border-radius:0;border-color:rgba(0,0,0,.12);height:48px}form .form-control:hover{border-color:#b3b3b3}form .form-control:focus{border-color:#666}form .form-control:disabled{background-color:unset;opacity:.5;cursor:not-allowed}form .form-control.is-invalid,form .form-control.is-valid{background-image:none}form .form-control:focus{box-shadow:none}form .form-control.is-invalid:hover{border-color:#ff6a6a}form textarea.form-control{height:auto}form.was-validated .form-control.is-invalid,form.was-validated .form-control.is-valid,form.was-validated .form-control:invalid,form.was-validated .form-control:valid{background-image:none}form.was-validated .form-control.is-invalid,form.was-validated .form-control:invalid{border-color:#ff6a6a}form .form-check-input.is-invalid~.form-check-label,form .form-check-input.is-valid~.form-check-label,form.was-validated .form-check-input:invalid~.form-check-label,form.was-validated .form-check-input:valid~.form-check-label{color:inherit}form select.custom-select_hetera{background:no-repeat 97% 50%;border:1px solid #d9d9d9;border-radius:0;height:48px;padding-left:12px;padding-right:40px;width:100%}form select.custom-select_hetera:focus{box-shadow:none;outline:none;border-color:#88ab2d}form .form-text{color:#ff6a6a}.form-group{margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.form-group{margin-bottom:12px}}.bmd-form-group input.form-control{padding-left:12px;padding-right:12px}.form-check .form-check-input{border-color:#1a1a1a;border-radius:0;height:20px;width:20px}div.form-group.with-prefix{position:relative}div.form-group.with-prefix .prefix{position:absolute;height:100%;right:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:24px}div.form-group.with-prefix .form-control{padding-left:40px;background-color:#fff}.form-control-no-focus.form-control:focus{box-shadow:none}.form-control{color:#1a1a1a}.contact-us{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:80px;padding-bottom:100px;-ms-flex-pack:center;justify-content:center;text-align:center;transform:translateZ(0)}.contact-us h2{margin-bottom:30px;font-size:42px;line-height:57.6px;font-weight:700;letter-spacing:-.8px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.contact-us h2{margin-bottom:22px;font-size:28px;line-height:33.6px;letter-spacing:-.6px;font-weight:500}}.contact-us h2>a{color:#231815;font-size:28px}.contact-us p{max-width:764px;line-height:27.2px;font-weight:500;letter-spacing:-.1px;font-size:16px;color:#404040;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.contact-us p{font-size:14px;line-height:22.4px}}.contact-us a{margin-top:46px;font-size:16px;font-weight:600;color:#fff;height:40px;line-height:40px;min-width:170px;padding:0 20px;border-radius:20px;letter-spacing:-.2px;background-color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.contact-us a{font-size:14px}}.contact-us a:hover{background-color:#839e3b}.language-select:after{color:#fff}.hy-global-search-none{font-size:14px}.dropdown.hy-global-search-none{font-size:14px;margin-right:28px;margin-left:16px;padding:12px 0}@media only screen and (min-width:320px) and (max-width:700px){.dropdown.hy-global-search-none{padding:8px 0}}@media only screen and (min-width:1024px) and (max-width:1249px){.dropdown.hy-global-search-none{margin-right:20px;margin-left:8px}}.dropdown-menu.language-select-dropdown{top:42px;margin-top:0;transform:translateX(-100%);left:100%}.dropdown-menu.language-select-dropdown .dropdown-item:hover{color:#88ab2d}.hy-global-search-none:hover .language-select-dropdown{display:block}.collect-heart_checkbox{display:none}@media only screen and (min-width:320px) and (max-width:700px){.collect-heart_checkbox{margin-top:30px!important}}.collect-heart_checkbox input{display:none}.collect-heart_checkbox input[type=checkbox]:checked+label .heart_fill{display:inline-block}.collect-heart_checkbox input[type=checkbox]:checked+label .heart_empty{display:none}.collect-heart_checkbox label{width:20px;height:20px;cursor:pointer;position:absolute;right:0;z-index:10}.collect-heart_checkbox label .heart_fill{display:none;color:#ff6a6a}.collect-heart_checkbox label .heart_empty{display:inline-block}.product-card{position:relative}.product-card .product-border{border:1px solid #ebebeb}.product-card .product-footer{padding:20px;position:relative;border-bottom-right-radius:0;border-bottom-left-radius:0}.product-card .product-footer .collect-btn{position:absolute;top:20px;right:20px;width:20px;height:20px}@media only screen and (min-width:320px) and (max-width:700px){.product-card .product-footer .collect-btn{top:12px}}.product-card .product-footer .product-name{font-family:OpenSans-SemiBold;margin-bottom:6px;white-space:normal}@media only screen and (min-width:320px) and (max-width:700px){.product-card .product-footer .product-name{color:#707070;font-size:20px;line-height:28px}}.product-card .product-footer .product-name>a{font-family:OpenSans-SemiBold;display:block}.product-card .product-footer .product-desc{letter-spacing:-.15px;color:#282828;font-size:16px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.product-card .product-footer .product-desc{font-size:14px}}.product-card .add-inquiry{position:relative}.related-product-display h2{max-width:1200px}.hy-breadcrumb .related-product-display h1,.hy-detail-head-banner__content .related-product-display h1,.navbar-nav .nav-item .related-product-display .navbar-submenu-content,.related-product-display .container,.related-product-display .hy-breadcrumb h1,.related-product-display .hy-detail-head-banner__content h1,.related-product-display .navbar-nav .nav-item .navbar-submenu-content{max-width:1300px;margin-left:calc(50vw - 610px)}.related-product-display .des{margin-bottom:32px;line-height:1.4;color:#404040;font-size:20px;max-width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.related-product-display .des{text-align:center;font-size:15px;margin-bottom:24px}}@media only screen and (min-width:320px) and (max-width:700px){.related-product-display .common-pageswitch-title{-ms-flex-pack:center;justify-content:center}}.related-product-series{overflow-x:hidden;padding:8px;display:-ms-flexbox;display:flex;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.related-product-series{overflow-x:auto}.related-product-series::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent;scroll-snap-type:x mandatory}}.related-product-series .product-series-item{width:282px;border-radius:20px;box-shadow:0 0 12px 0 rgba(22,39,51,.18);background-color:#f2f3f5;padding-bottom:24px;margin-right:24px;-ms-flex:none;flex:none;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.related-product-series .product-series-item{width:100%}}.related-product-series .product-series-item>a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.related-product-series .product-series-item>a .hy-image.hy-image-ratio-3-4{margin-bottom:0}.related-product-series .product-series-item>a .hy-image.hy-image-ratio-3-4>img{height:282px}@media only screen and (min-width:320px) and (max-width:700px){.related-product-series .product-series-item>a .hy-image.hy-image-ratio-3-4>img{height:100%}}.related-product-series .product-name{font-family:OpenSans-SemiBold;color:#282828;margin-bottom:8px;white-space:normal;font-size:20px;line-height:1.4}.related-product-series .product-desc{color:#282828;letter-spacing:-.15px}.related-product-series .product-footer-tag{margin-bottom:8px;color:#282828;font-size:13px;letter-spacing:-.01px;display:-ms-flexbox;display:flex;flex-align:start;-ms-flex-align:start;align-items:flex-start;font-family:OpenSans-Medium;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.related-product-series .product-footer-tag{font-size:12px}}.related-product-series .product-footer-tag>img{margin-right:8px}.related-product-series-waterfall{display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.related-product-series-waterfall .product-series-item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-bottom:20px}.related-product-series-waterfall .product-series-item .product-name{font-size:24px;font-family:OpenSans-Medium}.related-product-series-waterfall .product-series-item .product-desc{font-size:18px;color:#000;margin-top:8px;color:#88ab2d;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.related-product-series-waterfall .product-series-item .product-desc{font-size:16px}}@media (max-width:1024px){.related-product-series-waterfall .product-series-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.news-card{width:100%;padding-bottom:20px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.news-card{padding-bottom:0}}.news-card .news-img_container{border-bottom-right-radius:0;border-bottom-left-radius:0}.news-card .news-video_container{position:relative;cursor:pointer;width:378px;height:214px}@media only screen and (min-width:320px) and (max-width:700px){.news-card .news-video_container{width:100%}}.news-card .news-video_container .play-btn{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);z-index:1;width:64px;height:64px;pointer-events:none}@media only screen and (min-width:320px) and (max-width:700px){.news-card .news-video_container .play-btn{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px}}.news-card .news-video_container .play-btn.hidden{display:none}.news-card .news-detail_link{color:#88ab2d}.news-card .news-detail_link:hover{color:#a5cc3f}.news-card .news-footer .news-title{height:auto!important;overflow:hidden;font-size:22px;font-weight:700;line-height:120%}@media only screen and (min-width:320px) and (max-width:700px){.news-card .news-footer .news-title{margin-top:25px!important}}.news-card .news-footer p{font-size:18px;color:#000;margin-top:12px}@media only screen and (min-width:320px) and (max-width:700px){.news-card .news-footer p{font-size:16px;font-size:17px}}.news-card .news-footer p:nth-child(2){font-size:14px;line-height:160%;letter-spacing:-.1px;color:#5c6374}.news-card .news-time{padding-left:12px}.news-card .news-time>div{font-weight:400;font-size:16px;letter-spacing:-.2px;color:#5c6374}@media only screen and (min-width:320px) and (max-width:700px){.news-card .news-time>div{font-size:14px}}.hypagination{display:-ms-flexbox;display:flex;height:34px;font-size:12px}.hypagination .page-item{background-color:#fff;border:1px solid #f2f3f5;border-radius:8px;margin-right:8px;color:#282828;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;cursor:pointer}.hypagination .page-item *{text-decoration:none;display:inline-block;width:32px;height:32px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.hypagination .page-item.active{color:#96b41e}.hypagination .page-item.active:hover{cursor:unset}.hypagination .page-item.disabled{background-color:hsla(0,0%,70.2%,.1);border-color:#d9d9d9;cursor:default}.hypagination .page-item.disabled a{color:#b3b3b3;cursor:not-allowed}.hypagination .jump-input-form{height:34px}.hypagination .jump-input-form .jump-input{width:50px;height:inherit;border:1px solid #f2f3f5;border-radius:0}.mobile-pagination{z-index:2}.mobile-pagination .page-section{padding:14px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.mobile-pagination .page-section .current-page{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mobile-pagination .col-4{text-align:center}.mobile-pagination .page-item.disabled{color:#b3b3b3;cursor:not-allowed}.mobile-pagination .top-angle{border-bottom:6px solid #1a1a1a;display:none}.mobile-pagination .bottom-angle,.mobile-pagination .top-angle{margin-left:5px;width:0;height:0;border-right:5px solid transparent;border-left:5px solid transparent}.mobile-pagination .bottom-angle{border-top:6px solid #1a1a1a}.mobile-page-table{position:absolute;bottom:50px;z-index:2;max-height:200px;overflow:scroll;padding-top:20px;border-top-left-radius:0;border-top-right-radius:0;-ms-flex-line-pack:start;align-content:flex-start;width:100%;box-shadow:0 1px 0 rgba(0,0,0,.08),0 -1px 0 rgba(0,0,0,.08)}.mobile-page-table .mobile-page-item{font-size:14px;height:29px;width:20%;text-align:center;padding-top:4px;padding-bottom:4px;margin-bottom:20px}.mobile-page-table .mobile-page-item.active{color:#96b41e}.page-table-wrapper{display:none}.bottom-pagination .mobile-pagination{background:#fff;margin-bottom:-48px;margin-left:-10px;margin-right:-10px}.image-displayer{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.65);z-index:100;width:100%;height:100%;overflow:auto;overflow-x:hidden}.image-displayer .notification-video_container{position:absolute;top:90px;left:50%;transform:translate(-50%);z-index:101;width:55%;max-height:90%}@media only screen and (min-width:320px) and (max-width:700px){.image-displayer .notification-video_container{width:300px}}.image-displayer .notification-video_container .play-close{cursor:pointer;height:32px;width:32px;position:absolute;top:0;right:-52px;z-index:1;color:#fff;font-size:26px}@media only screen and (min-width:320px) and (max-width:700px){.image-displayer .notification-video_container .play-close{height:16px;width:16px;right:10px;top:-20px}}.image-displayer .notification-video_container .watermark{width:100%;height:100%;background:url(https://www.hytera.com/iwov-resources/public/images/watermark.png);background-repeat:repeat;position:absolute;top:0;left:0}.image-displayer .notification-video_container .mainPic{width:100%}.download-item{width:100%;max-width:100%;max-height:85px;padding:20px;border-radius:10px}@media only screen and (min-width:320px) and (max-width:700px){.download-item{padding:20px 20px 20px 28px;background:#fff;border-radius:0}}.download-item .download-item-wrapper{display:-ms-flexbox;display:flex;width:100%}.download-item .download-item_img_box{width:32px;min-width:32px;height:32px;min-height:32px;margin:auto 0}@media only screen and (min-width:320px) and (max-width:700px){.download-item .download-item_img_box{width:40px;height:40px}}.download-item .download-item_img_box img{width:100%;height:100%}.download-item .download-item_content{width:80%;margin-left:20px}@media only screen and (min-width:320px) and (max-width:700px){.download-item .download-item_content{margin-left:18px}}@media only screen and (min-width:320px) and (max-width:700px){.download-item .download-item_content>div,.download-item .download-item_content>p{color:#707070}}@media only screen and (min-width:320px) and (max-width:700px){.download-item .download-item_content>div div i{font-size:16px}}.download-item .download-item_content>div div .iconicon_download_light~span{display:none}.hy-breadcrumb{padding:40px 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb{margin-top:56px;padding-bottom:40px;padding-top:0}}.hy-breadcrumb .breadcrumb{padding:0 10px;margin-bottom:0}.hy-breadcrumb h1{font-size:30px;font-weight:400;color:#000202;position:relative}.hy-breadcrumb .hy-breadcrumbs{background:transparent}.hy-breadcrumb .hy-breadcrumbs .breadcrumb-item{color:grey}.hy-breadcrumb .hy-breadcrumbs .breadcrumb-item a:hover{color:#96b41e}.hy-breadcrumb .hy-breadcrumbs .breadcrumb-item.last,.hy-breadcrumb .hy-breadcrumbs .breadcrumb-item.last a{color:#1a1a1a}.hy-breadcrumb .hy-breadcrumb-right_button{text-align:right;transform:translateY(calc(-100% + 32px))}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .hy-breadcrumb-right_button{margin-top:12px;text-align:left;transform:translate(0)}}.bread-crumb-wrapper{display:none;font-size:12px;font-weight:300;padding:0;max-width:1200px;margin:auto}@media only screen and (min-width:320px) and (max-width:700px){.bread-crumb-wrapper{display:none}}.bread-crumb-wrapper ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.bread-crumb-wrapper ul li:after{content:">";margin:0 8px}.bread-crumb-wrapper ul li:last-child:after{display:none}.bread-crumb-wrapper ul li:last-child>a{color:#88ab2d}.modal .modal-content{border:0;border-radius:0}.modal .modal-btn{margin:0}@media only screen and (min-width:320px) and (max-width:700px){.modal .modal-dialog{margin-left:20px;margin-right:20px}}.modal .modal-header.no-border-bottom{border-bottom:0}.modal .modal-footer.no-border-top{border-top:0}#hy-contact_btn-modal .modal-dialog{max-width:640px;width:640px}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn-modal .modal-dialog{width:auto}}#hy-contact_btn-modal.en_contact_specification-modal .modal-dialog{width:340px;position:absolute;right:220px;bottom:58px}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn-modal.en_contact_specification-modal .modal-dialog{position:relative;width:calc(100vw - 20px);height:calc(100vh - 20px);right:0;bottom:0;margin:20px 10px}}#hy-contact_btn-modal .content_icons{display:-ms-flexbox;display:flex;padding-top:20px}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn-modal .content_icons{padding-top:4px;-ms-flex-wrap:wrap;flex-wrap:wrap}}#hy-contact_btn-modal .content_icon{-ms-flex:1 1 25%;flex:1 1 25%;margin-bottom:40px;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn-modal .content_icon{-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:24px}}#hy-contact_btn-modal .content_icon .icon{margin:0 auto 12px}#hy-contact_btn-modal .content_icon .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,#hy-contact_btn-modal .content_icon .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,#hy-contact_btn-modal .content_icon .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,#hy-contact_btn-modal .content_icon .title,#hy-contact_btn-modal .content_icon .vertical-center-layout-wrapper .container h2,#hy-contact_btn-modal .content_icon .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,#hy-contact_btn-modal .content_icon .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,#hy-contact_btn-modal .content_icon .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 #hy-contact_btn-modal .content_icon h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 #hy-contact_btn-modal .content_icon h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content #hy-contact_btn-modal .content_icon h2,.vertical-center-layout-wrapper .container #hy-contact_btn-modal .content_icon h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 #hy-contact_btn-modal .content_icon h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 #hy-contact_btn-modal .content_icon h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content #hy-contact_btn-modal .content_icon h2{display:block}#hy-contact_btn-modal .content_phones .content_phone,#hy-contact_btn-modal .content_phones p{margin-top:12px;background-color:#f8f8fa;border-radius:0}#hy-contact_btn-modal .content_phones .content_phone:first-child,#hy-contact_btn-modal .content_phones p:first-child{margin-top:0}#hy-product_register-btn-modal .modal-dialog{max-width:640px;width:640px}@media only screen and (min-width:320px) and (max-width:700px){#hy-product_register-btn-modal .modal-dialog{width:auto}}#hy-product_register-btn-modal .hy-textarea .textarea_body{height:108px;resize:none}@media screen and (min-width:1023px){.modal.middle-modal .modal-dialog{max-width:640px;width:640px}}.hy-multi-select__btn,.hy-select select,.hy-tree-select__search{height:48px;line-height:33px;width:100%;background-color:#fff;text-align:left;border:1px solid #ebebeb;color:#1a1a1a;padding:7.5px 20px 7.5px 12px;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none;appearance:none;border-radius:0}.hy-multi-select__btn:after,.hy-select select:after,.hy-tree-select__search:after{content:none}.hy-multi-select__btn:hover,.hy-select select:hover,.hy-tree-select__search:hover{border-color:#b3b3b3}.hy-multi-select__btn:focus,.hy-select select:focus,.hy-tree-select__search:focus{border-color:#666}.hy-multi-select,.hy-select,.hy-tree-select{position:relative}.hy-multi-select:after,.hy-select:after,.hy-tree-select:after{position:absolute;top:12px;margin-top:-3px;right:12px;border:0;pointer-events:none}.hy-tree-select__search{box-shadow:none;outline:none;height:46px;margin:1px 20px 1px 1px;width:calc(100% - 50px);border:0;z-index:1;position:relative}.hy-tree-select__search:-ms-input-placeholder{color:#1a1a1a}.hy-tree-select__search::placeholder{color:#1a1a1a}.hy-tree-select__search:disabled{background-color:#f2f3f5;cursor:not-allowed}.hy-tree-select__search:hover+.hy-tree-select__hidden-submit{border-color:#b3b3b3}.hy-tree-select__search:focus+.hy-tree-select__hidden-submit{border-color:#666}.hy-tree-select__hidden-submit{position:absolute;left:0;top:0}.hy-tree-select__container{transition:transform .5s ease,height .5s ease}.hy-tree-select__container.tree-select{width:300%;transform:none;height:auto}.hy-tree-select .dropdown-item{height:32px;line-height:32px;padding:8px 12px}.hy-tree-select .dropdown-item span{font-size:12px;line-height:18px;display:block;position:relative}.hy-tree-select .dropdown-item span.has-arrow:after{height:6px;width:6px;border:1px solid #1a1a1a;border-left:0;transform:rotate(45deg);background-color:transparent;content:"";border-bottom:transparent;position:absolute;top:2px;right:0}.hy-tree-select .dropdown-menu{margin-left:-1px;max-height:272px;overflow-y:auto;z-index:10;box-shadow:0 4px 20px 0 rgba(51,51,51,.1);border:0}.hy-multi-select label{margin-bottom:0}.hy-multi-select label .extra-area{position:absolute;top:-6px;right:-14px;bottom:-6px;left:-14px}.hy-select select:focus{box-shadow:none;outline:none}input.hy-multi-select__btn:read-only{background-color:#fff}.without-icon-on-IE select{padding-right:12px}.without-icon-on-IE:after{content:""}.slider{width:100%;overflow:hidden;position:relative}.slider .slider-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;transition:all .25s ease-in-out}.slider .slider-inner .slider-item{display:inline-block}.slider .slider-controlers{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:calc(50% - 45px);width:100%}@media only screen and (min-width:320px) and (max-width:700px){.slider .slider-controlers{display:none}}.slider .slider-controlers .slider-controler{cursor:pointer}.hy-sub-nav_bar{width:100%;background-color:#fff;position:relative;z-index:99;visibility:hidden;height:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar{padding:0}}.hy-sub-nav_bar .hy-product-nav_list-product{-ms-flex-pack:justify;justify-content:space-between}.hy-sub-nav_bar .hy-product-nav_list-product .hy-sub-nav_bar-left{height:60px;line-height:60px;font-weight:700;font-size:24px;letter-spacing:-.6px;color:#96b41e}.hy-sub-nav_bar .hy-product-nav_list,.hy-sub-nav_bar .hy-product-nav_list-product .hy-sub-nav_bar-right>ul{display:-ms-flexbox;display:flex;gap:40px}.hy-sub-nav_bar .hy-product-nav_list{overflow-x:auto;max-width:1200px;margin:auto;white-space:nowrap;-ms-flex:1;flex:1}@media screen and (min-width:1200px) and (max-width:1262px){.hy-sub-nav_bar .hy-product-nav_list{max-width:1180px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar .hy-product-nav_list{display:none}}.hy-sub-nav_bar .hy-product-nav_list::-webkit-scrollbar{width:0;height:0}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item{padding-left:20px;position:relative;cursor:pointer;height:60px;line-height:60px;color:#282828;font-size:16px;font-weight:600}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item:after{content:"";height:0}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item_active:after{content:"";display:block;height:2px;width:16px;background-color:#1a1a1a;position:absolute;bottom:0;left:calc(50% - 8px);right:calc(50% - 8px)}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item_active:after{width:24px;height:1px;left:calc(50% - 12px)}}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item:first-child{padding-left:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item{font-size:16px;color:#8c8c8c}}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item:hover{text-decoration:none}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item_active{color:#96b41e}.hy-sub-nav_bar .hy-product-nav_list a.hy-nav-item_active:after{display:none;background-color:#96b41e}.hy-sub-nav_bar .hy-product-nav_list .tab-enquiry{margin-left:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hy-sub-nav_bar .hy-product-nav_list .tab-enquiry a.hy-nav-item{display:inline-block;color:#fff;font-weight:600;background-color:#96b41e;font-size:16px;padding:12px 24px;border-radius:100px;height:40px;line-height:16px;transition:background-color .3s ease-in}.hy-sub-nav_bar .hy-product-nav_list .tab-enquiry a.hy-nav-item:hover{background-color:#839e3b}.hy-sub-nav_bar .hy-product-nav_list .tab-enquiry a.hy-nav-item>i{margin-right:6px;font-size:16px}.hy-sub-nav_bar+.hy-breadcrumb-title{margin-top:148px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile{width:100%;display:none;color:#8c8c8c;position:relative;padding:12px 18px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-bottom:1px solid #e3e5eb;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar .hy-sub-nav_bar_mobile{display:-ms-flexbox;display:flex}}.hy-sub-nav_bar .hy-sub-nav_bar_mobile>.tab-enquiry a{margin-left:12px;white-space:nowrap;font-weight:600;font-size:14px;line-height:16px;letter-spacing:-.2px;color:#f8f9fb!important;border-radius:100px;padding:8px 16px;background-color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar .hy-sub-nav_bar_mobile>.tab-enquiry a{font-weight:400}}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .nav-bar-mobile_text{width:50%;font-weight:700;font-size:14px;line-height:21px;-ms-flex:1;flex:1;border:none;outline:none;display:inline-block;color:#96b41e;padding:6px 0}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .select-icon{transition:all .3s ease-in;font-size:18px;display:inline-block}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .select-icon.active{color:#96b41e;transform:rotate(180deg)}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile{max-height:0;display:none;position:absolute;left:0;-ms-flex-direction:column;flex-direction:column;width:100%;top:48px;background-color:#fff;box-shadow:0 2px 8px rgba(99,99,99,.2);transition:all .5s linear;z-index:4;overflow:hidden}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile.active{max-height:1000px;display:-ms-flexbox;display:flex}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile>li{margin-bottom:12px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile>li .hy-nav-item{padding:4px 20px;color:#000;font-weight:500;font-size:14px;line-height:21px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile>li .hy-nav-item.hy-nav-item_active{color:#88ab2d;font-size:16px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile>li:first-child{margin-top:14px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile>li:last-child{margin-bottom:14px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile .tab-enquiry a{font-weight:600;font-size:14px;line-height:16px;letter-spacing:-.2px;color:#f8f9fb;border-radius:100px;padding:8px 18px;background-color:#96b41e;margin-left:20px}.hy-sub-nav_bar .hy-sub-nav_bar_mobile .hy-product-nav_list_mobile .tab-enquiry a:hover{color:#f8f9fb!important}.hy-sub-nav_bar-fixed{position:fixed;top:60px}@media only screen and (min-width:320px) and (max-width:700px){.hy-sub-nav_bar-fixed{top:56px}}.progress-bar{display:none;position:absolute;left:0;top:58px;width:100%;height:3px;bottom:0;background-color:#f1f1f1}@media only screen and (min-width:320px) and (max-width:700px){.progress-bar{top:55px}}.progress-bar .bar{height:100%;width:0;background:#97ba78;transition:width .3s}.pic-desc-list .pic-desc-list-item{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.pic-desc-list .pic-desc-list-item:nth-child(2n) .pic-desc-content{-ms-flex-order:-1;order:-1}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-list .pic-desc-list-item:nth-child(2n) .pic-desc-content{-ms-flex-order:unset;order:unset}}.pic-desc-list .pic-desc-list-item .pic-desc-content{width:532px!important;-ms-flex:0 0 532px!important;flex:0 0 532px!important}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-list .pic-desc-list-item .pic-desc-content{padding-right:20px!important;padding-left:20px!important;padding-bottom:20px}}.pic-desc-list .pic-desc-list-item .pic-desc-content p{font-size:18px;color:#000;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:8;font-size:16px;font-weight:500;line-height:170%;letter-spacing:-.1px;color:#5c6374}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-list .pic-desc-list-item .pic-desc-content p{font-size:16px;line-height:21px!important}}.pic-desc-list .pic-desc-list-item .pic-desc-content h3{font-family:OpenSans-SemiBold;padding-top:0;font-size:32px;line-height:120%;letter-spacing:-.8px;color:#282828;margin-bottom:20px;font-weight:700}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-list .pic-desc-list-item .pic-desc-content h3{padding-top:34px;margin-bottom:12px;font-size:22px;font-weight:500}}.rm-line-clamp p{overflow:auto;-webkit-line-clamp:unset!important}.pic-desc-item{background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-item{height:auto}}.pic-desc-item .pic-desc-content h3{font-size:30px}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-item .pic-desc-content h3{padding-top:12px}}.pic-desc-item .pic-desc-content h3+div>:not(:last-child){padding-bottom:8px}.pic-desc-item .pic-desc-content p{font-size:18px;color:#000}@media only screen and (min-width:320px) and (max-width:700px){.pic-desc-item .pic-desc-content p{font-size:16px}}.search-form{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.search-form{width:100%}}.search-form .bmd-form-group{padding-top:0}.search-form .search-icon{cursor:pointer}.search-form .form-group{margin:0}.search-form .form-group .search-icon{color:#fff}.search-form .form-group .form-control{border:1px solid #ebebeb!important}.search-form .form-group .form-control.has-block{border-top-right-radius:0;border-bottom-right-radius:0}.search-form .form-group .input-group-append button{border-top-left-radius:0;border-bottom-left-radius:0}.search-form .form-group .search-button{width:120px;height:48px}@media only screen and (min-width:320px) and (max-width:700px){.search-form .form-group .search-button{width:90px}}.search-section{margin-top:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.search-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#f2f3f5}.search-section .search-form{padding:0!important}}@media only screen and (min-width:320px) and (max-width:700px){.search-section .hy-funnel{-ms-flex-item-align:end;align-self:flex-end;margin-top:-35px;margin-right:10px;z-index:10}}.search-section .search-form{max-width:500px}.downloadSearch{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.select-country{width:250px;height:46px;margin-right:15px;margin-left:18px;font-size:14px;background-color:#fff;border:rgba(0,0,0,.12);border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.select-country{width:336px;margin-bottom:15px;margin-left:-38px}}.downloadCountry{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-6%}@media only screen and (min-width:320px) and (max-width:700px){.downloadCountry{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.downloadCountry label{width:320px;margin-top:10px;margin-left:-96px;color:#9a9a9c;font-size:18px;text-align:end}@media only screen and (min-width:320px) and (max-width:700px){.downloadCountry label{margin-left:-75px}}.select-input{display:block;width:230px;height:46px;margin-right:15px;padding-left:15px;font-size:14px;background-color:#fff;border:none}@media only screen and (min-width:320px) and (max-width:700px){.select-input{width:330px}}#downloadSelectUl{position:absolute;z-index:1000;height:300px;overflow-y:scroll}#downloadSelectUl li{width:200px;font-size:14px}#downloadSelectUl li:hover{background-color:#dee2e6}.section-icon-item .gray-container-title{width:calc(100% - 20px);padding:34px 20px;text-align:center;background-color:#f2f3f5;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.section-icon-item .gray-container-title{width:100%;padding:0;background-color:#fff}}.section-icon-item p{width:100%;padding:0 20px;color:#1a1a1a}@media only screen and (min-width:320px) and (max-width:700px){.section-icon-item p{padding:0}}@media only screen and (min-width:320px) and (max-width:700px){.section-divide-item:not(:last-child){margin-bottom:48px}}.section-divide-item img{border-radius:0}.section-divide-item__title{border-bottom:1px solid #d9d9d9}@media only screen and (min-width:320px) and (max-width:700px){.section-black-icon-item>div:not(:last-child){margin-bottom:12px}}.section-black-icon-item__icon-wrapper{background-color:#242424}.section-black-icon-item__icon{width:64px;max-width:none;height:64px;margin:48px;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:320px) and (max-width:700px){.section-black-icon-item__icon{width:32px;max-width:none;height:32px;margin:32px}}.section-black-icon-item h3{font-size:26px}@media only screen and (min-width:320px) and (max-width:700px){.section-black-icon-item h3{font-size:16px}}.hy-be-partner{width:100%;background-color:#000103;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:320px) and (max-width:700px){.hy-be-partner{height:500px}}.hy-be-partner .hy_be_partner_bg{width:100%;object-fit:contain}.hy-be-partner .hy-be-partner_inner{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.hy-be-partner .hy-be-partner_inner .hy-be-partner_inner__box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-be-partner .hy-be-partner_inner .desc,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{padding-left:10px;padding-right:10px}}.hy-be-partner .img-logo{width:218px;height:80px;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.hy-be-partner .img-logo{width:130px;height:48px}}.hy-detail-head-banner{width:100%;position:relative;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner__content h1{color:#707070!important;text-align:center}}.hy-detail-head-banner__content .banner-desc{color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner__content .banner-desc{color:#707070!important;text-align:center}}.hy-detail-head-banner .hy-detail-head-banner__overlay{height:376px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__overlay{height:100%}}.hy-detail-head-banner .hy-detail-head-banner__overlay picture>img{width:100%;height:100%;object-fit:cover;position:absolute}.hy-detail-head-banner .hy-detail-head-banner__overlay:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:1}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__overlay:after{display:none}}.hy-detail-head-banner .hy-detail-head-banner__overlay .head-banner-mobile-adapted{display:none}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__overlay .head-banner-mobile-adapted{display:block;position:absolute;top:82px;left:50%;margin-left:-33px}}.hy-detail-head-banner .hy-detail-head-banner__overlay__content{z-index:10}.hy-detail-head-banner .hy-banner-footer{font-size:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-banner-footer{text-align:center}}.hy-detail-head-banner .hy-banner-footer :first-child{margin-top:40px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-banner-footer :first-child{margin-top:24px;font-size:16px;min-width:136px}}.hy-detail-head-banner .hy-banner-footer :not(first-child){margin-top:12px}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-banner-footer :not(first-child){margin-top:8px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-banner-footer a,.hy-detail-head-banner .hy-banner-footer button{border:1px solid #88ab2d;color:#88ab2d;font-size:16px;min-width:136px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-banner-footer .banner-footer-mobile-adapted{display:none}}.hy-detail-head-banner .banner-image{position:absolute;display:block;width:100%;object-fit:cover;height:376px}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .banner-image{height:227px;position:relative}}.hy-detail-head-banner .hy-detail-head-banner__content{padding-bottom:40px;padding-top:40px;position:relative;z-index:3;max-width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__content{max-width:unset;padding-top:50px;padding-bottom:0}}.hy-detail-head-banner .hy-detail-head-banner__content .headerBannerDiv{font-family:OpenSans-SemiBold;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__content .headerBannerDiv{font-weight:500;text-align:center;color:#707070}}.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs{margin-top:0}.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs>h1{width:800px;margin:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs>h1{color:#707070!important;width:100%}}.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs .breadcrumb-item{color:#fff;opacity:.6}.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs .breadcrumb-item.last{opacity:1}.pub-profession-convergence{text-align:center}.pub-profession-convergence .pub-profession-convergence_content h1{color:#f7f8fa}@media only screen and (min-width:320px) and (max-width:700px){.pub-profession-convergence .pub-profession-convergence_content h1{color:#707070}}.pub-profession-convergence .pub-profession-convergence_content .banner-desc{color:#f7f8fa}@media only screen and (min-width:320px) and (max-width:700px){.pub-profession-convergence .pub-profession-convergence_content .banner-desc{color:#707070}}.pub-profession-convergence .pub-profession-convergence_content .hy-banner-footer .hybtn-primary{color:#fff;border-radius:5px}@media only screen and (min-width:320px) and (max-width:700px){.pub-profession-convergence .pub-profession-convergence_content .hy-banner-footer .hybtn-primary{width:160px;height:42px;border-radius:0;margin-top:44px}}.pub-profession-convergence .pub-profession-convergence_content .hy-banner-footer .hybtn-ghost_grey{border-radius:5px}.hy-form-banner{box-sizing:border-box;background:50%/cover no-repeat;position:relative}.hy-form-banner .hy-breadcrumbs .breadcrumb-item.last{color:#fff}.hy-form-banner:before{content:"";position:absolute;background-image:linear-gradient(90deg,#1a1a1a,transparent);top:0;right:0;bottom:0;left:0}@media only screen and (max-width:1023px){#home-carousel-banner .hybtn-ghost_white{border-width:1px;border-color:#292929;background-color:transparent;color:#292929}[a] #home-carousel-banner{color:#292929}#home-carousel-banner:hover{color:#363636}}.carousel-indicators{-ms-flex-align:center;align-items:center}.carousel-indicators li{width:8px;height:8px;background-color:#1a1a1a;border-radius:50%;opacity:.4}.carousel-indicators li.active{width:12px;height:12px;opacity:1;background-color:#88ab2d}.carousel-indicators.color-green li{background-color:#88ab2d}.hy-sidenav-menu ul{display:none}.hy-sidenav-menu li{-webkit-user-select:none;-ms-user-select:none;user-select:none}.hy-sidenav-menu li i,.hy-sidenav-menu li img{border-radius:0;width:24px;height:24px;padding:3px}.hy-sidenav-menu input[type=checkbox]{position:absolute;opacity:0}.hy-sidenav-menu label{cursor:pointer;position:relative;display:block;margin:0}.hy-sidenav-menu label.no-content:after{display:none}.hy-sidenav-menu input[type=checkbox]:checked+label+ul,.hy-sidenav-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul{display:block}.hy-sidenav-menu input[type=checkbox]:checked+label:after{transform:rotate(45deg)}.hy-sidenav-menu .menu-name{vertical-align:middle}.list-tab_wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-size:0;text-align:center;width:1200px;margin:20px auto;border-bottom:1px solid #f2f3f5}@media only screen and (min-width:320px) and (max-width:700px){.list-tab_wrap{overflow-x:unset;width:100%;margin:unset;position:fixed}}@media only screen and (min-width:320px) and (max-width:700px){.list-tab_wrap .list-tab_wrap_inner_mobile{width:100%;display:-ms-flexbox;display:flex;color:#8c8c8c;background-color:#fff;position:relative;padding:6px 18px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;box-shadow:0 2px 16px 0 rgba(22,39,51,.10196078431372549);border-bottom:3px solid #e0e2e5;-ms-flex-align:center;align-items:center}.list-tab_wrap .list-tab_wrap_inner_mobile input{display:inline-block!important;width:50%;font-weight:700;font-size:16px;line-height:21px;-ms-flex:1;flex:1;border:none;outline:none;display:inline-block;color:#282828;padding:6px 0}.list-tab_wrap .list-tab_wrap_inner_mobile .select-icon{display:inline-block!important;transition:all .3s ease-in;font-size:18px;color:#282828;display:inline-block}.list-tab_wrap .list-tab_wrap_inner_mobile .select-icon.active{transform:rotate(180deg)}.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers{max-height:0;display:none;position:absolute;left:0;-ms-flex-direction:column;flex-direction:column;width:100%;top:44px;background-color:#fff;box-shadow:0 2px 8px rgba(99,99,99,.2);transition:all .5s linear;z-index:4;overflow:hidden}.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers.active{max-height:1000px;display:-ms-flexbox;display:flex}.hy-fluid-tab .list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab_items-fluid>li,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .hy-fluid-tab .tab_items-fluid>li,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab-item{text-align:left}.hy-fluid-tab .list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab_items-fluid>li:first-child,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .hy-fluid-tab .tab_items-fluid>li:first-child,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab-item:first-child{margin-top:6px}.hy-fluid-tab .list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab_items-fluid>li a,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .hy-fluid-tab .tab_items-fluid>li a,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab-item a{padding:4px 0;color:#5c6374;font-weight:600;font-size:14px;line-height:21px;letter-spacing:-.15px}.hy-fluid-tab .list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab_items-fluid>li.active a,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active a,.list-tab_wrap .list-tab_wrap_inner_mobile .list-tab_containers .tab-item.active a{color:#282828;font-size:16px;font-weight:700}}.list-tab_wrap.scrollStyle{margin-top:54px;z-index:2}ul.list-tab_container{display:-ms-flexbox;display:flex;overflow-x:auto;border:1px solid rgba(0,0,0,.08);border-radius:0}.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li,ul.list-tab_container li.tab-item{min-width:80px;font-size:16px;padding-left:12px;padding-right:12px;height:40px;line-height:40px;text-align:center;cursor:pointer;color:#9d9fa1;position:relative;overflow:hidden;font-weight:600;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li,ul.list-tab_container li.tab-item{min-width:max-content;padding-left:0}}.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li.active,.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li a:hover,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li.active,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li a:hover,ul.list-tab_container li.tab-item.active,ul.list-tab_container li.tab-item a:hover{color:#96b41e}.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li.active+.tab-item:before,.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li.active+li:before,.hy-fluid-tab ul.list-tab_container .tab_items-fluid>li.active:before,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li.active+.tab-item:before,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li.active+li:before,ul.list-tab_container .hy-fluid-tab .tab_items-fluid>li.active:before,ul.list-tab_container li.tab-item.active+.tab-item:before,ul.list-tab_container li.tab-item.active:before{width:0}ul.list-tab_containers{display:-ms-flexbox;display:flex;overflow-x:auto;border-radius:0}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li,ul.list-tab_containers li.tab-item{min-width:80px;font-size:16px;padding-left:12px;padding-right:12px;margin-left:12px;height:40px;line-height:40px;text-align:center;cursor:pointer;color:#1a1a1a;position:relative;background-color:#fff;overflow:hidden;font-weight:600;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li,ul.list-tab_containers li.tab-item{min-width:max-content}}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li a,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li a,ul.list-tab_containers li.tab-item a{color:inherit}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active,ul.list-tab_containers li.tab-item.active{color:#96b41e;border-bottom:2px solid #96b41e}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active,ul.list-tab_containers li.tab-item.active{border-bottom:unset}}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active:before,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active:before,ul.list-tab_containers li.tab-item.active:before{width:0}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active a:hover,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active a:hover,ul.list-tab_containers li.tab-item.active a:hover{color:#96b41e}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active+.tab-item:before,.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li.active+li:before,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active+.tab-item:before,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li.active+li:before,ul.list-tab_containers li.tab-item.active+.tab-item:before{width:0}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li a,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li a,ul.list-tab_containers li.tab-item a{display:block}.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li a:hover,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li a:hover,ul.list-tab_containers li.tab-item a:hover{color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab ul.list-tab_containers .tab_items-fluid>li a:hover,ul.list-tab_containers .hy-fluid-tab .tab_items-fluid>li a:hover,ul.list-tab_containers li.tab-item a:hover{color:#282828}}.uploader-btn{box-sizing:border-box;padding-top:18px;width:80px;min-width:80px;height:80px;background-color:#f2f3f5;cursor:pointer;border-radius:0}.uploader-btn p{margin-top:4px}.uploader-filelist li{padding:6px 8px;background-color:#f2f3f5;border-radius:0}.uploader-filelist li:not(:last-child){margin-bottom:8px}.uploader-filelist li .image{min-width:32px;height:32px}.uploader-filelist li .image img{border-radius:0}.uploader-filelist li .desc{padding-left:8px}.uploader-filelist li .desc .filename{line-height:16px}.uploader-filelist li .delete{line-height:32px;min-width:24px;color:#ff4646;-ms-flex-negative:0;flex-shrink:0}.uploader-filelist li .download{line-height:32px}.uploader-filelist .placeholder{color:#b2b2b2;margin-top:31px;text-align:center}.uploader-status .progress{height:4px;width:96px}.uploader .file-instance-item{border-radius:0}.uploader .file-instance-item .delete{cursor:pointer}.file-type-img,.uploader .file-instance-item img{border-radius:0}.hy-loading{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.hy-loading .spinner-box{position:fixed;top:50%;left:calc(50% - 16px);color:#fff}#hy-contact_btn{transform:none}#hy-contact_btn .contact_btn-entrance{position:fixed;right:20px;bottom:110px;z-index:100;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn .contact_btn-entrance{right:10px;bottom:100px}}#hy-contact_btn .contact-us h2,#hy-contact_btn .content,.contact-us #hy-contact_btn h2{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#hy-contact_btn .contact-us #hy-contact_btn h2 span,#hy-contact_btn .contact-us h2 .content span,#hy-contact_btn .contact-us h2 .hover-dis,#hy-contact_btn .contact-us h2 span,#hy-contact_btn .content .contact-us h2 span,#hy-contact_btn .content .hover-dis,#hy-contact_btn .content span,.contact-us #hy-contact_btn .content h2 span,.contact-us #hy-contact_btn h2 .content span,.contact-us #hy-contact_btn h2 .hover-dis,.contact-us #hy-contact_btn h2 span{display:none}#hy-contact_btn .contact-us h2 .explanation,#hy-contact_btn .content .explanation,.contact-us #hy-contact_btn h2 .explanation{position:absolute;left:-106px;width:96px;height:48px;padding:13px 16px;color:#fff;background-color:rgba(26,26,26,.9);border-radius:0}#hy-contact_btn .contact-us #hy-contact_btn h2 span,#hy-contact_btn .contact-us h2 .content span,#hy-contact_btn .contact-us h2 .explan,#hy-contact_btn .contact-us h2 span,#hy-contact_btn .content .contact-us h2 span,#hy-contact_btn .content .explan,#hy-contact_btn .content span,.contact-us #hy-contact_btn .content h2 span,.contact-us #hy-contact_btn h2 .content span,.contact-us #hy-contact_btn h2 .explan,.contact-us #hy-contact_btn h2 span{position:absolute;right:66px;min-width:100px;height:48px;padding:13px 16px;color:#fff;white-space:nowrap;background-color:rgba(26,26,26,.9);border-radius:0}#hy-contact_btn .contact-us h2 .triangle,#hy-contact_btn .content .triangle,.contact-us #hy-contact_btn h2 .triangle{position:absolute;left:-10px;border:6px solid transparent;border-left-color:rgba(26,26,26,.9)}#hy-contact_btn .contact-us h2 .btn,#hy-contact_btn .content .btn,.contact-us #hy-contact_btn h2 .btn{width:56px;min-width:56px;height:56px;padding-right:0;padding-left:0;line-height:56px}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn .contact-us h2 .btn,#hy-contact_btn .content .btn,.contact-us #hy-contact_btn h2 .btn{width:40px;min-width:40px;height:40px;padding:0;line-height:40px}}#hy-contact_btn .contact-us h2 .return_top-btn,#hy-contact_btn .content .return_top-btn,.contact-us #hy-contact_btn h2 .return_top-btn{display:none;border:1px solid #ebebeb}#hy-contact_btn .contact-us h2 .contact_us-btn i,#hy-contact_btn .content .contact_us-btn i,.contact-us #hy-contact_btn h2 .contact_us-btn i{font-size:30px}#hy-contact_btn .contact-us h2:hover .contact_us-btn,#hy-contact_btn .content:hover .contact_us-btn,.contact-us #hy-contact_btn h2:hover .contact_us-btn{background-color:#9cc924;border:1px solid #9cc924}#hy-contact_btn .contact-us h2:hover .return_top-btn,#hy-contact_btn .content:hover .return_top-btn,.contact-us #hy-contact_btn h2:hover .return_top-btn{background-color:#ebebeb}#hy-contact_btn .en_contact_specification .contact-us h2 .btn,#hy-contact_btn .en_contact_specification .content .btn,.contact-us #hy-contact_btn .en_contact_specification h2 .btn{display:-ms-flexbox;display:flex;width:auto;min-width:unset;height:50px;padding:0 20px;line-height:50px;border-radius:26px;cursor:pointer}#hy-contact_btn .en_contact_specification .contact-us h2 .btn .contact_us-text,#hy-contact_btn .en_contact_specification .content .btn .contact_us-text,.contact-us #hy-contact_btn .en_contact_specification h2 .btn .contact_us-text{display:inline-block;padding-right:10px}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn .en_contact_specification .contact-us h2 .btn .contact_us-text,#hy-contact_btn .en_contact_specification .content .btn .contact_us-text,.contact-us #hy-contact_btn .en_contact_specification h2 .btn .contact_us-text{display:none}}#hy-contact_btn .offline-tips{padding:40px 20px;text-align:center}#hy-contact_btn .offline-tips a{color:#88ab2d}.contactUsButton{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:100%;margin-bottom:20px}.contactUsButton .contactSpecial{min-width:45%;margin-top:20px}.select-input-contact{display:block;width:100%;height:48px;margin-top:10px;padding-left:15px;font-size:14px;background-color:#fff;border:none}.content_Form{margin:5px;padding:35px 30px;background-color:#f8f8fa}@media only screen and (min-width:320px) and (max-width:700px){.content_Form{margin:0;padding:35px 14px}}.content_Form .country-region-input{width:20%!important}.content_Form .form-star{position:relative;left:14px;z-index:10;width:10px;height:48px;margin-top:8px;color:red;line-height:48px}.content_Form .form-message-star{position:relative;left:10px;z-index:10;height:96px;margin-top:8px;color:red;line-height:96px}.content_Form .contactName{width:100%}.content_Form .contactName .firstNamey{margin-bottom:8px}.content_Form .contactName .firstNamey,.content_Form .contactName .lastNamey{position:relative;width:100%;height:48px;padding-left:15px;border:none;border-radius:0}.content_Form .contactName:after{position:absolute;left:58px;width:5px;height:5px;color:red;line-height:50px;content:"*"}@media only screen and (min-width:320px) and (max-width:700px){.content_Form .contactName:after{left:54px}}.content_Form .contactCountry{position:relative;display:-ms-flexbox;display:flex}.content_Form .inverted:after{position:absolute;right:64px;width:0;height:0;margin-top:28px;border:6px solid transparent;border-top-color:#c9c9c9;content:""}.content_Form .formInput{position:relative;width:100%;height:48px;margin-top:8px;padding-left:15px;border:none;border-radius:0}.content_Form .doubleInput{height:96px;overflow:hidden;line-height:48px}.content_Form .contactFormbtn{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:100%;height:auto}.content_Form .contactFormbtn .sendButton{min-width:40%;margin-top:20px}.content_Form .send-tips{margin-top:20px;padding-left:14px;color:#bbb7b7}.hy-zoom-tab{text-align:center}.hy-zoom-tab .hy-zoom-tab_container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;line-height:22px;margin:0 auto;max-width:1023px;position:relative;width:calc(100% - 20px)}@media only screen and (min-width:320px) and (max-width:700px){.hy-zoom-tab .hy-zoom-tab_container{line-height:22px;width:100%;overflow-x:auto}.hy-zoom-tab .hy-zoom-tab_container::-webkit-scrollbar{display:none}}.hy-zoom-tab .hy-zoom-tab_container:after,.hy-zoom-tab .hy-zoom-tab_container:before{content:" ";height:1px;width:10px;display:block;-ms-flex-negative:0;flex-shrink:0}.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:#fff;border:1px solid rgba(0,0,0,.08);height:100px;margin-left:-1px;position:relative;z-index:0;width:292px;padding:0 20px}@media only screen and (min-width:320px) and (max-width:700px){.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn{-ms-flex-preferred-size:178px;flex-basis:178px;-ms-flex-negative:0;flex-shrink:0;height:54px;font-size:12px;padding:0 12px;line-height:18px}}.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn p{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;height:auto!important}.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn p span{display:block}.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn.active{-ms-flex-align:center;align-items:center;background-color:#1a1a1a;color:#fff;display:-ms-flexbox;display:flex;height:140px;-ms-flex-pack:center;justify-content:center;line-height:44px;z-index:1;position:relative;font-size:24px;width:420px}@media only screen and (min-width:701px) and (max-width:1023px){.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn.active{height:130px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-zoom-tab .hy-zoom-tab_container .hy-zoom-tab_btn.active{height:72px;line-height:21px;padding:4px 10px;font-size:14px}}.hy-zoom-tab .tab-content{display:none}.hy-zoom-tab .tab-content.active{display:block}.solution-banner .data-rolling-number{font-family:OpenSans-Medium}.hy-horizontal-tab{overflow-x:auto}.hy-horizontal-tab::-webkit-scrollbar{width:0;height:0}.hy-horizontal-tab.hy-tab-center{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-horizontal-tab.hy-tab-center{-ms-flex-pack:start;justify-content:flex-start}}.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab .tab-item{color:#666;position:relative;cursor:pointer;white-space:nowrap;padding:12px 0;font-weight:400;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab .tab-item{padding:8px 0}}.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>.tab-item+li,.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li+.tab-item,.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li+li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>.tab-item+li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li+.tab-item,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li+li,.hy-horizontal-tab .tab-item+.tab-item{margin-left:20px}.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li:after,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li:after,.hy-horizontal-tab .tab-item:after{content:"";height:0}.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li.active,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li.active,.hy-horizontal-tab .tab-item.active{color:#96b41e;font-weight:700;font-size:14px;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li.active,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li.active,.hy-horizontal-tab .tab-item.active{border-bottom:2px solid #96b41e}}.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li.active a,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li.active a,.hy-horizontal-tab .tab-item.active a{color:#96b41e}.hy-horizontal-tab-content .tab-content{display:none}.hy-horizontal-tab-content .tab-content.active{display:block}.hy-menu-root>.hy-menu-submenu:not(:first-child){margin-top:20px}.hy-menu-root>.hy-menu-submenu>.hy-menu-submenu-title{padding:8px 0 18px;font-size:18px;font-weight:400;border-bottom:1px solid #ebebeb}.hy-menu-root>.hy-menu-submenu>.hy-menu{padding-top:10px}.hy-menu-root>.hy-menu-submenu>.hy-menu>.hy-menu-item{padding:10px 0}.hy-menu-submenu .hy-menu-submenu .hy-menu-item{padding:10px 20px}.hy-menu-submenu>.hy-menu-submenu-title{padding:10px 0}.hy-menu-item,.hy-menu-submenu-title{position:relative}.hy-menu-item:hover,.hy-menu-submenu-title:hover{cursor:pointer}.hy-menu-item.active,.hy-menu-submenu-title.active{color:#88ab2d;font-weight:600}.hy-menu-item.active:after,.hy-menu-submenu-title.active:after{border-color:#88ab2d}.hy-menu{font-size:14px}.textarea-file-uploader{position:relative;padding:14px 12px!important;min-height:112px;box-sizing:border-box;border:1px solid #ebebeb}.textarea-file-uploader .is-invalid,.textarea-file-uploader .is-valid{padding-right:14px}.textarea-file-uploader.is-invalid{margin-bottom:34px}.textarea-file-uploader textarea{border:0;padding:0;width:100%;resize:none;margin-bottom:14px;height:116px}.textarea-file-uploader textarea:disabled{padding:6px 8px;background-color:#f2f3f5;cursor:not-allowed}.textarea-file-uploader .divider{width:100%;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:14px}.textarea-file-uploader .invalid-feedback{position:absolute;left:0;bottom:-28px}.hy-multi-step{counter-reset:step}.hy-multi-step li{-ms-flex:1;flex:1;position:relative;color:#b3b3b3;white-space:normal;padding-bottom:36px;text-align:center}.hy-multi-step li:before{content:"";width:100%;height:2px;background:#b3b3b3;position:absolute;left:-50%;bottom:14px;z-index:-1}.hy-multi-step li:after{position:absolute;left:50%;transform:translateX(-10px);bottom:0;font-size:12px;font-weight:700;content:counter(step);counter-increment:step;width:20px;height:20px;line-height:20px;display:block;color:#fff;background:#b3b3b3;border-radius:50%;margin:8px auto 5px}.hy-multi-step li:first-child:before{content:none}.hy-multi-step li.active{color:#1a1a1a}.hy-multi-step li.active:after,.hy-multi-step li.active:before{background-color:#1a1a1a}.hy-module-title{text-align:center}.card_content{height:100%}.hy-module-platform .hy-module-brief,.hy-module-topology .hy-module-content{border-radius:0}.hy-gray-title-card-list{text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card{margin-bottom:26px!important;color:#707070}}.hy-gray_title-card .hy-gray_title{padding:14px;color:#000;font-weight:700;font-size:19px;text-align:center;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card .hy-gray_title{height:auto;padding-bottom:20px;color:#707070;font-size:18px!important}}.hy-gray_title-card .hy-gray_title+div{padding:12px 20px 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card .hy-gray_title+div{font-size:15px}}.hy-gray_title-card p{color:#4c4948;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.hy-gray_title-card p{color:#707070;font-size:15px;line-height:21px}}.hy-gray_title-card .brief-item{list-style-position:inside;list-style-type:disc}.hy-gray_title-card>h5{text-align:center}.hy-product_display-card:hover{text-decoration:none}.hy-product_display-card .card-pic{position:relative;height:382px;border-radius:0 0 0 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-product_display-card .card-pic{height:331px}}.hy-product_display-card .picture{position:absolute;bottom:32px;left:50%;width:75px;background-position:bottom;background-size:auto;transform:translateX(-50%)}@media only screen and (min-width:320px) and (max-width:700px){.hy-product_display-card .picture{bottom:28px}}.hy-product_display-card .card-desc{border-top:1px solid rgba(0,0,0,.08);border-radius:0 0 0 0}.hy-solution_case-card .card-content{display:block;height:100%;overflow:hidden;border-radius:0}.hy-download_little-card{-ms-flex-align:center;align-items:center;border-radius:0}.hy-download_little-card,.hy-download_little-card .card-pic{display:-ms-flexbox;display:flex}.hy-download_little-card .download-file-type-icon{display:inline-block;width:32px;height:32px;background-repeat:no-repeat}.hy-download_little-card .download-file-info,.hy-download_little-card .info-content{display:-ms-flexbox;display:flex}.hy-platform_car-Card .card-pic,.hy-platform_car-Card .card-text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:366px;border-radius:0}.hy-pic-title-row-card .card-bg{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:4px}.hy-pic-title-row-card .card-pic{width:112px;height:112px;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-pic-title-row-card .card-pic{width:72px;height:72px}}.hy-pic-title-row-card .card-pic-img{height:112px;margin:auto;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.hy-pic-title-row-card .card-pic-img{height:72px}}.hy-pic-title-row-card figcaption{-ms-flex-positive:1;flex-grow:1}.submit-status{margin-top:60px;padding-top:200px;padding-bottom:200px}@media only screen and (min-width:320px) and (max-width:700px){.submit-status{padding-top:120px;padding-bottom:120px}}.submit-status p{max-width:450px;margin:auto;text-align:center}.submit-status__icon{color:#88ab2d}.submit-status__more-help .circle:before{content:"•";padding-right:4px}.hy-image{backface-visibility:hidden;transform:translateZ(0);position:relative;width:100%;overflow:hidden;border-top-left-radius:0;border-top-right-radius:0}.hy-image.hy-image-ratio-1-1{height:0;padding-bottom:100%;background-size:cover}.hy-image.hy-image-ratio-16-9{height:0;padding-bottom:56.25%;background-size:cover}.hy-image.hy-image-ratio-3-4{height:0;padding-bottom:100%;background-size:cover}@media only screen and (min-width:320px) and (max-width:700px){.hy-image.hy-image-ratio-3-4{margin-bottom:30px;padding-bottom:100%}}.hy-image.hy-image-ratio-3-4>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom}.hy-image.hy-image-ratio-4-3{height:0;padding-bottom:75%;background-size:cover}.hy-image.hy-image-ratio-1618-1{height:0;padding-bottom:61.8%!important;background-size:cover}.hy-image.hy-image-ratio-2816-1{height:0;padding-bottom:28.1678%;background-size:cover}.hy-image .hyt-image-mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.hy-image .hyt-image-mask-hover:hover{opacity:1;background-color:rgba(0,0,0,.3)}.ui-widget-content .ui-state-default{border:0;background-color:#f5f6f7}.hy-fluid-tab .hy-horizontal-tab .active{color:#96b41e}.hy-fluid-tab .tab-item,.hy-fluid-tab .tab_items-fluid>li{-ms-flex-positive:1;flex-grow:1;padding:15px 14px;border:1px solid #d9d9d9;border-right:0;color:#1a1a1a}.hy-fluid-tab .active:after{width:40px!important;background-color:#96b41e!important;left:calc(50% - 20px)!important;right:calc(50% - 20px)!important}.hy-fluid-tab .tab_items-fluid{white-space:nowrap;overflow-x:auto}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab .tab_items-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.hy-fluid-tab .tab_items-fluid .tab-item,.hy-fluid-tab .tab_items-fluid>li{margin-left:0}.hy-fluid-tab .tab_items-fluid .tab-item:first-child,.hy-fluid-tab .tab_items-fluid>li:first-child{border-left:0}.rolling-number_container{height:100%;overflow:hidden}.rolling-number_container>.numbers{transform:translateY(10%);transition:transform 1s cubic-bezier(.04,.26,.66,.97)}.rolling-number_container>.symbol{transform:translateY(100%);transition:transform .8s cubic-bezier(.04,.26,.66,.97)}.input-control{display:block;width:100%;color:#fff;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:0;border:1px solid rgba(0,0,0,.08)}.input-control:focus{outline:none;box-shadow:none}.hy_inputWithArrow{position:relative;border-radius:0;padding-right:80px}.hy_inputWithArrow .input-control{height:32px;background-color:#fff;border:0;line-height:normal;color:#1a1a1a}.hy_inputWithArrow .input-control:-ms-input-placeholder{font-size:12px;color:#b3b3b3}.hy_inputWithArrow .input-control::placeholder{font-size:12px;color:#b3b3b3}.hy_inputWithArrow .arrow_icon{width:32px}.hy_inputWithArrow .arrow_icon,.hy_inputWithArrow .newsletter-submit{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;right:0;bottom:0;height:32px;display:-ms-flexbox;display:flex;cursor:pointer;border-radius:0}.hy_inputWithArrow .newsletter-submit{width:80px;color:#fff;background-color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.hy_inputWithArrow .newsletter-submit{width:114px}}.hy_inputWithArrow .error_icon{background-color:grey}.hy_inputWithArrow .success_icon{background-color:#96b41e}.hy_inputWithArrow .success_icon:hover{background-color:#9cc924}.hy_inputWithArrow .prompt{position:absolute;bottom:-24px}.six-input-box .row{margin-left:-5px;margin-right:-5px}.six-input-box .row .col-2{padding:0 5px}.six-input-box .row .six-input{width:100%;padding:0;text-align:center}.hy-img-preview-container{left:0;top:0;width:100%;height:100%;z-index:1000;background-color:#000;background-size:contain;background-position:50%;background-repeat:no-repeat}.hy-img-preview-container .hy-img-preview-close{position:absolute;padding:6px;right:20px;bottom:20px}.hy-img-preview-container .hy-img-preview-close img{width:24px}.hy_globalSearch_module_search-phone .phone-search{position:fixed;top:0;width:100%;-ms-flex-align:center;align-items:center;padding:10px 20px;z-index:100}.hy_globalSearch_module_search-phone .phone-search-input{-ms-flex-positive:1;flex-grow:1;z-index:3}.hy_globalSearch_module_search-phone .cancel-text-button{margin-left:20px;font-size:14px;color:#fff}.hy_globalSearch_module_search-phone .navbar-search-icon{z-index:4}.hy_globalSearch_module_search-phone .navbar-search-icon+input.form-control{height:36px}.hy_globalSearch_module_search-phone .phone-search-content{position:fixed;width:100%;padding:0 20px;top:54px;z-index:1}.hy_globalSearch_module_search-phone .hy-navbar-search-content{width:100%}.hy_globalSearch_module_search-phone .phone-search-blank{height:100vh}.human-resource-train .container h2,.human-resource-train .hy-breadcrumb h1 h2,.human-resource-train .hy-detail-head-banner__content h1 h2,.human-resource-train .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .human-resource-train h1 h2,.hy-detail-head-banner__content .human-resource-train h1 h2,.navbar-nav .nav-item .human-resource-train .navbar-submenu-content h2{margin-bottom:5px}.human-resource-train .human-resource-subtitle{color:#404040;font-size:16px;font-weight:500}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-train .human-resource-subtitle{font-size:16px}}.human-resource-train .image-card-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.human-resource-train .image-card-info .hy-image-ratio-1618-1{height:0;padding-bottom:390px;background-size:cover;margin-top:30px}.human-resource-train .image-card-info .hy-image-ratio-1618-1 img{height:390px;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-train .image-card-info .hy-image-ratio-1618-1{margin-top:20px;padding-bottom:251px}.human-resource-train .image-card-info .hy-image-ratio-1618-1 img{height:251px;object-fit:cover}}.human-resource-train .image-card-info .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-train .image-card-info .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-train .image-card-info .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-train .image-card-info .title,.human-resource-train .image-card-info .vertical-center-layout-wrapper .container h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .container .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-train .image-card-info h2{font-size:24px;font-weight:600;margin-top:32px;color:#282828;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-train .image-card-info .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-train .image-card-info .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-train .image-card-info .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-train .image-card-info .title,.human-resource-train .image-card-info .vertical-center-layout-wrapper .container h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-train .image-card-info .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .container .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-train .image-card-info h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-train .image-card-info h2{font-size:18px}}.human-resource-train .image-card-info .hy-breadcrumb .vertical-center-layout-wrapper h1 h2>a,.human-resource-train .image-card-info .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2>a,.human-resource-train .image-card-info .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2>a,.human-resource-train .image-card-info .title>a,.human-resource-train .image-card-info .vertical-center-layout-wrapper .container h2>a,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-breadcrumb h1 h2>a,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2>a,.human-resource-train .image-card-info .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2>a,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2>a,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-train .image-card-info h2>a,.vertical-center-layout-wrapper .container .human-resource-train .image-card-info h2>a,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-train .image-card-info h2>a,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-train .image-card-info h2>a,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-train .image-card-info h2>a{color:#282828}.human-resource-train .image-card-info .hy-breadcrumb .vertical-center-layout-wrapper h1 h2>a:hover,.human-resource-train .image-card-info .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2>a:hover,.human-resource-train .image-card-info .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2>a:hover,.human-resource-train .image-card-info .title>a:hover,.human-resource-train .image-card-info .vertical-center-layout-wrapper .container h2>a:hover,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-breadcrumb h1 h2>a:hover,.human-resource-train .image-card-info .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2>a:hover,.human-resource-train .image-card-info .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2>a:hover,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2>a:hover,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-train .image-card-info h2>a:hover,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-train .image-card-info h2>a:hover,.vertical-center-layout-wrapper .container .human-resource-train .image-card-info h2>a:hover,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-train .image-card-info h2>a:hover,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-train .image-card-info h2>a:hover,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-train .image-card-info h2>a:hover{color:#96b41e}.human-resource-train .image-card-info p{color:#404040;font-weight:400;line-height:1.7;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.human-resource-train .image-card-info p{font-size:16px}}.human-resource-train .image-card-info .clamped{margin-top:10px}.human-resource-train .image-card-info .clamped a{padding-bottom:2px;border-bottom:2px solid #96b41e}.c-related-products h2{max-width:1200px;margin:0 0 32px}.c-related-products>h2{margin:0 auto 32px}.c-related-products .container,.c-related-products .hy-breadcrumb h1,.c-related-products .hy-detail-head-banner__content h1,.c-related-products .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .c-related-products h1,.hy-detail-head-banner__content .c-related-products h1,.navbar-nav .nav-item .c-related-products .navbar-submenu-content{margin-left:calc(50vw - 610px);max-width:1300px}.c-related-products .hy-products-product,.c-related-products .hy-products-system{overflow-x:hidden;padding:8px;display:-ms-flexbox;display:flex;margin-top:-30px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .hy-products-product,.c-related-products .hy-products-system{overflow-x:auto}.c-related-products .hy-products-product::-webkit-scrollbar,.c-related-products .hy-products-system::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent;scroll-snap-type:x mandatory}}.c-related-products .hy-products-product .product-footer,.c-related-products .hy-products-system .product-footer{padding-top:0}.c-related-products .hy-products-product .product-footer>.product-name,.c-related-products .hy-products-system .product-footer>.product-name{color:#282828;font-family:OpenSans-SemiBold;font-weight:700;font-size:20px}.c-related-products .hy-products-product>.product-card,.c-related-products .hy-products-system>.product-card{-ms-flex:none;flex:none;margin-right:24px;width:282px}.c-related-products .hy-products-product>.product-card img,.c-related-products .hy-products-system>.product-card img{height:282px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .hy-products-product>.product-card,.c-related-products .hy-products-system>.product-card{width:100%}.c-related-products .hy-products-product>.product-card img,.c-related-products .hy-products-system>.product-card img{height:100%}}.black-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:161px;padding:32px 0 32px 142px;overflow:hidden;text-align:left;background-color:#fff;border-radius:0}@media only screen and (min-width:320px) and (max-width:700px){.black-card{padding:32px 0 32px 120px}}.black-card .black-card-title{position:relative;margin-bottom:20px;padding-bottom:6px;color:#88ab2d;font-weight:400;font-size:20px;line-height:25px;text-align:left}.black-card .black-card-title:after{position:absolute;bottom:-6px;left:0;width:22px;height:2px;background-color:#88ab2d;content:""}.black-card .black-card-desc p{width:100%;color:#707070;font-weight:400;font-size:16px;line-height:25px;text-align:left!important}@media only screen and (min-width:320px) and (max-width:700px){.black-card .black-card-desc p{font-size:14px}}.black-card-row>div:first-child:after{background-image:url(/iwov-resources/public/images/case/user.png)}.black-card-row>div:first-child:after,.black-card-row>div:nth-child(2):after{position:absolute;top:32px;left:46px;width:75px;height:75px;background-repeat:no-repeat;content:""}.black-card-row>div:nth-child(2):after{background-image:url(/iwov-resources/public/images/case/marketSegment.png)}.black-card-row>div:nth-child(3):after{background-image:url(/iwov-resources/public/images/case/projectTime.png)}.black-card-row>div:nth-child(3):after,.black-card-row>div:nth-child(4):after{position:absolute;top:32px;left:46px;width:75px;height:75px;background-repeat:no-repeat;content:""}.black-card-row>div:nth-child(4):after{background-image:url(/iwov-resources/public/images/case/product.png)}@media only screen and (min-width:320px) and (max-width:700px){.black-card-row>div:after{background-size:70%}}.video-desc-list{color:#707070}.video-desc-list .carousel-indicators{position:relative;top:40px}.video-desc-list-item{height:360px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.video-desc-list-item{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;height:auto}}@media only screen and (min-width:701px) and (max-width:1023px){.company-management-basic-info .video-desc-list-item .row>div,.company-management-basic-info .video-desc-list-item .row>p,.company-management-info-box .video-desc-list-item h3,.hy-search_repair_store-store .store .video-desc-list-item *,.video-desc-list-item .col-12,.video-desc-list-item .company-management-basic-info .row>div,.video-desc-list-item .company-management-basic-info .row>p,.video-desc-list-item .company-management-info-box h3,.video-desc-list-item .hy-search_repair_store-store .store *{-ms-flex:0 0 50%;flex:0 0 50%}}.video-desc-list-item:nth-child(2n) .video-desc-content{-ms-flex-order:-1;order:-1}@media only screen and (min-width:320px) and (max-width:700px){.video-desc-list-item:nth-child(2n) .video-desc-content{-ms-flex-order:unset;order:unset}}.video-desc-list-item .item-video-container{position:relative;width:100%}.video-desc-list-item .item-video-container .play-btn{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);z-index:99999;width:48px;height:48px;cursor:pointer}.video-desc-list-item .item-video-container .video-poster{width:100%}.video-desc-list-item .item-video-container img:not(.play-btn){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-desc-list-item .video-desc-content{padding-right:80px!important;padding-left:80px!important;color:#000;font-size:16px;line-height:26px;text-align:left}@media only screen and (min-width:701px) and (max-width:1023px){.video-desc-list-item .video-desc-content{padding-right:40px!important;padding-left:40px!important}}@media only screen and (min-width:320px) and (max-width:700px){.video-desc-list-item .video-desc-content{padding:0 20px 20px!important}}.video-desc-list-item .video-desc-content p{font-weight:400;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#404040;margin-bottom:40px}@media only screen and (min-width:320px) and (max-width:700px){.video-desc-list-item .video-desc-content p{margin-bottom:11px;font-size:14px;line-height:22.4px}}.video-desc-list-item .video-desc-content h3{padding-top:20px;font-size:40px;font-weight:700;color:#282828;line-height:48px;margin-bottom:16px}@media only screen and (min-width:320px) and (max-width:700px){.video-desc-list-item .video-desc-content h3{padding-top:34px!important;font-weight:400;font-size:24px;font-weight:700;line-height:28.8px;color:#000}}.video-desc-list-item .video-desc-content a{color:#8aae26;font-weight:400;font-size:14px}.video-desc-list-item .video-desc-content a:hover{color:#839e3b;cursor:pointer}.hy-carousel-related-product{background-color:#fff}.carousel-related-product-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.carousel-related-product-container{-ms-flex-direction:column;flex-direction:column}}.carousel-related-product-container .carousel-related-left{width:480px}@media only screen and (min-width:320px) and (max-width:700px){.carousel-related-product-container .carousel-related-left{width:100%}}.carousel-related-product-container .carousel-related-left>img{width:100%}.carousel-related-product-container .carousel-related-right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:480px;padding-top:100px}@media only screen and (min-width:320px) and (max-width:700px){.carousel-related-product-container .carousel-related-right{width:100%;padding:0 20px}}.carousel-related-product-container .carousel-related-right .carousel-related-product-model{margin-bottom:24px;color:#88ab2d;font-size:30px;line-height:25px;padding-bottom:8px}.carousel-related-product-container .carousel-related-right .carousel-related-product-name{margin-bottom:36px;color:#000;font-size:21px;line-height:25px}.carousel-related-product-container .carousel-related-right .carousel-related-product-desc{font-size:18px;color:#000;margin-bottom:60px}@media only screen and (min-width:320px) and (max-width:700px){.carousel-related-product-container .carousel-related-right .carousel-related-product-desc{font-size:16px}}.carousel-related-product-container .carousel-related-right .carousel-related-product-more{padding:20px 0}.carousel-related-product-container .carousel-related-right .carousel-related-product-more>a{color:#88ab2d;font-weight:400;font-size:16px;font-style:oblique;line-height:32px;text-decoration:underline!important;cursor:pointer}.fifth-generation-product-recommendation .product-recommendation-desc{font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center;color:#404040;margin-top:32px;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-desc{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-top:12px;margin-bottom:24px}}.fifth-generation-product-recommendation .product-recommendation-tab{border-bottom:2px solid #e0e2e5}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-tab{height:32px}}.fifth-generation-product-recommendation .product-recommendation-tab ul{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-tab ul{overflow-x:auto;display:block;white-space:nowrap;overflow-y:hidden}.fifth-generation-product-recommendation .product-recommendation-tab ul::-webkit-scrollbar{height:0}}.fifth-generation-product-recommendation .product-recommendation-tab ul li{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#282828;white-space:nowrap;padding:8px 16px 12px}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-tab ul li{font-size:14px;line-height:21px;letter-spacing:.15px;padding-right:20px;display:inline-block;height:32px}}.fifth-generation-product-recommendation .product-recommendation-tab ul li.active{color:#96b41e}.fifth-generation-product-recommendation .product-recommendation-tab ul li.active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-tab ul li.active:after{height:3px}}.fifth-generation-product-recommendation .product-recommendation-tab ul li:hover{cursor:pointer}.fifth-generation-product-recommendation .product-recommendation-content{padding:24px 16px}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-content{display:none}}.fifth-generation-product-recommendation .product-recommendation-content li{display:none;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box{position:relative;width:509px;height:286px}.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box .play-btn{width:52px;height:52px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box .play-btn{width:40px;height:40px}}.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box .play-btn:after{content:" ";border-left:22px solid rgba(0,0,0,.95);border-top:13px solid transparent;border-bottom:12px solid transparent;margin-left:-8px;margin-top:-12px;left:50%;position:absolute;top:50%}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box .play-btn:after{border-left:18px solid rgba(0,0,0,.95);border-top:10px solid transparent;border-bottom:8px solid transparent;margin-left:-6px;margin-top:-9px}}.fifth-generation-product-recommendation .product-recommendation-content li .content-img-box img{width:100%;height:100%;object-fit:cover;object-position:bottom}.fifth-generation-product-recommendation .product-recommendation-content li .content-main{width:600px;-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.fifth-generation-product-recommendation .product-recommendation-content li .content-main h3{display:-webkit-box;box-sizing:content-box;overflow:hidden;color:#282828;font-weight:700;font-size:32px;line-height:38.4px;letter-spacing:-.8px;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fifth-generation-product-recommendation .product-recommendation-content li .content-main h4{margin-top:16px;font-size:16px;font-weight:600;letter-spacing:-.1px}.fifth-generation-product-recommendation .product-recommendation-content li .content-main p{display:-webkit-box;box-sizing:content-box;margin:16px 0 32px;color:#282828;font-weight:400;font-size:16px;line-height:27.2px;letter-spacing:-.1px}.fifth-generation-product-recommendation .product-recommendation-content li .content-main .product-recommendation-more{display:inline-block;color:#f8f9fb;font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;text-align:center;background-color:#96b41e;border-radius:100px;padding:16px 36px;transition:all .3s ease}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-content li .content-main .product-recommendation-more{font-size:14px;padding:8px 24px}}.fifth-generation-product-recommendation .product-recommendation-content li .content-main .product-recommendation-more:hover{background-color:#839e3b}.fifth-generation-product-recommendation .product-recommendation-content li.active{display:-ms-flexbox;display:flex}.fifth-generation-product-recommendation .product-recommendation-mobile{display:none;margin-bottom:40px;margin-top:24px}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-mobile{display:block}}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-item{text-align:center}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-item .recommendation-mobile-tab{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:48px;color:#fff;font-size:16px;text-align:center;background-color:#88ab2d}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-item h3{padding:8px 0;color:#595757;font-weight:400;font-size:18px}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-item p{color:#595757;font-size:14px;line-height:21px}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-item a{display:block;width:118px;margin:10px auto 0;padding:4px 0;color:#f7f8fa;font-size:16px;text-align:center;background:#88ab2d}.fifth-generation-product-recommendation .product-recommendation-mobile .carousel-indicators{bottom:-40px}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper{width:100%}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item .recommendation-mobile-tab{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:48px;color:#fff;font-size:16px;text-align:center;background-color:#88ab2d}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item h3{font-weight:700;font-size:22px;line-height:26.4px;letter-spacing:-.1px;color:#282828;white-space:break-spaces;margin-top:32px}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item h4{margin-top:16px;font-size:16px;font-weight:600;letter-spacing:-.1px}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item p{color:#282828;font-weight:400;font-size:14px;white-space:normal;margin-top:16px;margin-bottom:24px}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item a{display:inline-block;border-radius:100px;padding:12px 24px;color:#fff;font-size:16px;letter-spacing:-.2px;font-weight:600;text-align:center;background-color:#96b41e;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item a{font-size:14px;padding:8px 24px}}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item a:hover{background-color:#839e3b}.fifth-generation-product-recommendation .product-recommendation-mobile .recommendation-mobile_wrapper .recommendation-mobile_item img{width:100%;height:295px;object-fit:cover;object-position:bottom}.new-contact-form{display:-ms-flexbox;display:flex;background-size:cover;background-position:bottom;background-repeat:no-repeat;-ms-flex-pack:center;justify-content:center;font-family:OpenSans-regular}@media only screen and (max-width:1000px){.new-contact-form{display:block}}.new-contact-form .new-contact-left{margin:100px 30px 200px 0;width:500px}@media only screen and (max-width:1366px){.new-contact-form .new-contact-left{width:40%;margin:100px 0 200px 5%}}@media only screen and (max-width:1024px){.new-contact-form .new-contact-left{width:40%;margin:100px 0 200px 3%}}@media only screen and (max-width:1000px){.new-contact-form .new-contact-left{margin:auto;width:100%}}.new-contact-form .new-contact-left .contact-left-one{font-family:OpenSans-SemiBold;font-size:40px;font-weight:700;line-height:56px;letter-spacing:0;text-align:left;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form .new-contact-left .contact-left-one{padding-top:20px}}.new-contact-form .new-contact-left .contact-left-one .contact-left-pre{color:#1e1e1e}.new-contact-form .new-contact-left .contact-left-one .contact-left-next{color:#86c902}.new-contact-form .new-contact-left>h3{font-size:24px;font-weight:700;line-height:34px;letter-spacing:0;text-align:left;color:#000;margin-bottom:20px;width:60%}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form .new-contact-left>h3{width:100%}}.new-contact-form .new-contact-left .contact-left-two{border-left:6px solid #86c902;width:80%}.new-contact-form .new-contact-left .contact-left-two>h3{font-size:24px;font-weight:700;line-height:34px;letter-spacing:0;text-align:left;color:#86c902;padding-left:15px}.new-contact-form .new-contact-left .contact-left-two>p{font-family:OpenSans-regular;font-size:20px;font-weight:400;line-height:28px;letter-spacing:0;text-align:left;color:#000;padding-left:15px}.new-contact-form .new-contact-left .new-contact-information{font-size:20px;font-weight:700;line-height:28px;letter-spacing:0;text-align:left;color:#000;margin-top:40px}.new-contact-form .new-contact-right{margin:100px 0;width:660px;font-family:OpenSans-regular}@media only screen and (max-width:1000px){.new-contact-form .new-contact-right{width:100%;padding-right:0}}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form .new-contact-right{margin:0;padding:20px 0}}.ForIndusties{margin-bottom:50px}.ForIndusties h2{text-align:center!important}.ForIndusties .ImageItem{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.ForIndusties .Image{width:75px;height:75px;margin-right:43px;margin-left:43px;background-size:contain}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .Image{margin-top:10px;background-repeat:no-repeat}}.ForIndusties .Image:first-child{background-image:url(https://www.hytera.com/iwov-resources/public/images/factory.png)}.ForIndusties .Image:first-child.actives{background-image:url(https://www.hytera.com/iwov-resources/public/images/factory_act.png)}.ForIndusties .Image:nth-child(2){background-image:url(https://www.hytera.com/iwov-resources/public/images/mining.png)}.ForIndusties .Image:nth-child(2).actives{background-image:url(https://www.hytera.com/iwov-resources/public/images/mining_act.png)}.ForIndusties .Image:nth-child(3){background-image:url(https://www.hytera.com/iwov-resources/public/images/port.png)}.ForIndusties .Image:nth-child(3).actives{background-image:url(https://www.hytera.com/iwov-resources/public/images/port_act.png)}.ForIndusties .ImageItem img{max-width:100%;max-height:100%}.ForIndusties .IndusstriesDetailItem{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:390px;margin-top:125px}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .IndusstriesDetailItem{height:280px;margin-top:50px}}.ForIndusties .PictureShow{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:90%;height:100%}.ForIndusties .PictureShow .common{-ms-flex:1;flex:1}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .PictureShow .common{display:none}}.ForIndusties .PictureShow .common img{width:100%;height:240px}.ForIndusties .PictureShow .common.active{position:absolute;top:-47px;left:50%;width:1005px;height:334px;margin-left:-498px}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .PictureShow .common.active{left:0;display:block!important;width:auto;height:190px;margin-left:0}}.ForIndusties .PictureShow .common.active img{width:100%;height:100%}.ForIndusties .Descriptors{position:absolute;top:182px;width:790px;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .Descriptors{top:88px;width:80%}}.ForIndusties .DescriptorsTiele{margin-top:54px;color:#231815;font-size:21px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .DescriptorsTiele{margin-top:20px}}.ForIndusties .none{display:none}.ForIndusties .show{display:block}.ForIndusties .DescriptorsDetails{display:box!important;padding:18px 93px 43px;overflow:hidden;color:#595757;font-size:16px;-webkit-line-clamp:3;box-orient:vertical}@media only screen and (min-width:320px) and (max-width:700px){.ForIndusties .DescriptorsDetails{padding:15px 15px 20px}}.freeWhitePaper{background-color:#fff;position:relative;padding-top:0}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper{padding-bottom:50px}}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper>img{display:none}}.freeWhitePaper_container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:123px;left:50%;margin-left:-602px;z-index:9}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper_container{position:relative;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#1a1a1a;padding-top:50px;margin-left:0}}.freeWhitePaper_container .freeWhitePaper_Left{width:500px}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper_container .freeWhitePaper_Left{margin-right:0;width:100%}}.freeWhitePaper_container .freeWhitePaper_Left p.freeWhitePaper_Left_title{font-size:16px;color:#fff}.freeWhitePaper_container .freeWhitePaper_Left h3{font-size:25px;font-weight:400;color:#88ab2d;margin-bottom:40px}.freeWhitePaper_container .freeWhitePaper_Left p{font-size:16px;line-height:23px;color:#fff;margin-bottom:30px}.freeWhitePaper_container .freeWhitePaper_Right{width:478px;padding:40px 40px 0;background-color:#fff;border:1px solid #707070}.freeWhitePaper_container .freeWhitePaper_Right iframe{border:0}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper_container .freeWhitePaper_Right{width:100%}}.freeWhitePaper .freeWhitePaper_bottom{padding:84px 0 100px}.freeWhitePaper .freeWhitePaper_bottom .freeWhitePaper_bottom_content{width:500px}@media only screen and (min-width:320px) and (max-width:700px){.freeWhitePaper .freeWhitePaper_bottom .freeWhitePaper_bottom_content{width:100%;padding:0 20px}}.freeWhitePaper .freeWhitePaper_bottom .freeWhitePaper_bottom_content h2{color:#292929;font-size:25px;text-align:left}.freeWhitePaper .freeWhitePaper_bottom .freeWhitePaper_bottom_content h2:after{left:0;margin-left:0;display:none}.freeWhitePaper .freeWhitePaper_bottom .freeWhitePaper_bottom_content p{color:#292929}.freeWhitePaper .freeWhitePaper_logo{position:absolute;left:20px;top:20px;width:180px}.whitePaper:hover .carousel-control-btn{display:-ms-flexbox;display:flex}.whitePaper .carousel-control-btn{width:48px;height:96px;opacity:1!important;background:transparent;top:50%;transform:translateY(-50%);transition:all .4s;display:none}.whitePaper .carousel-control-btn.carousel-control-prev{border-top-right-radius:8px;border-bottom-right-radius:8px}.whitePaper .carousel-control-btn.carousel-control-next{border-top-left-radius:8px;border-bottom-left-radius:8px}.whitePaper .carousel-control-btn:hover{background:rgba(0,0,0,.3)}.whitePaper .carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .carousel-control-btn{display:none}}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .carousel{padding-bottom:0}}.whitePaper .carousel .carousel-inner .carousel-item{position:relative;width:100%;height:400px}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .carousel .carousel-inner .carousel-item{height:auto}}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .carousel .carousel-indicators{bottom:-16px}}.whitePaper{position:relative;padding-bottom:0}.whitePaper .whitePaper_item{position:relative;height:400px;overflow:hidden}.whitePaper .whitePaper_item>img{width:100%;height:100%;object-fit:cover}.whitePaper .whitePaper_item .whitePaper_item_mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.whitePaper .whitePaper_item .whitePaperDes{position:absolute;top:0;z-index:2}.whitePaper .whitePaper_item .whitePaperDes.leftSelect{left:unset!important;width:50%;height:100%;padding-left:calc(50vw - 610px);-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .whitePaper_item .whitePaperDes.leftSelect{width:100%;padding-left:0}}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .whitePaper_item .whitePaperDes{position:absolute;left:0;width:100%}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .container .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.whitePaper .whitePaper_item .whitePaperDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitePaper .whitePaper_item .whitePaperDes .title,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .container h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{font-family:OpenSans-SemiBold;text-align:left;margin-right:151px;color:#88ab2d;text-align:left!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .container .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.whitePaper .whitePaper_item .whitePaperDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitePaper .whitePaper_item .whitePaperDes .title,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .container h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{font-weight:500;text-align:center;margin-right:0;text-align:center!important}}.whitePaper .whitePaper_item .whitePaperDes .whitePaperDetails{margin-top:8px;margin-right:187px;color:#fff;font-size:18px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .whitePaper_item .whitePaperDes .whitePaperDetails{margin-right:0;font-size:14px;text-align:center}}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton{display:-ms-flexbox;display:flex;margin-top:30px}@media only screen and (min-width:320px) and (max-width:700px){.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton{-ms-flex-pack:center;justify-content:center;margin-top:15px;margin-bottom:30px}}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton .btn1{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton .btn1>a{min-width:150px;display:inline-block;height:40px;line-height:40px;text-align:center;color:#fff;background-color:#88ab2d;padding:0 20px;border-radius:20px}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton .btn1 :hover{color:#fff!important}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton .btn2{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-left:20px}.whitePaper .whitePaper_item .whitePaperDes .whitePaperButton .btn2>a{min-width:150px;height:40px;line-height:40px;color:#fff;background-color:transparent;border:1px solid #fff;text-align:center;border-radius:20px;padding:0 20px}.whitePaper.remove-mask .whitePaper_item_mask{display:none!important}.pardot-container.section-wrapper{background-color:#fff;margin-top:40px;padding-top:40px;text-align:center}.pardot-container.section-wrapper iframe{border:0}@media only screen and (min-width:320px) and (max-width:700px){.pardot-container.section-wrapper iframe{width:100%!important}}.live-broadcast.section-wrapper{padding-bottom:0}.live-card-content{margin-top:20px}.live-card-content .card{width:31%;height:157px;background:#fff;text-align:center;margin-left:.5%;margin-right:.5%;border:none}@media only screen and (min-width:320px) and (max-width:700px){.live-card-content .card{width:99%;margin-bottom:10px}}.live-summery{margin-top:130px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.live-summery{margin-top:0}}.live-summery .live-summary-left{color:#fff;width:50%;height:701px;background:#262626;padding-left:9%;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:320px) and (max-width:700px){.live-summery .live-summary-left{width:100%;height:480px}}.live-summery .live-summary-left p{margin-top:49px;width:70%;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.live-summery .live-summary-left p{margin-top:19px;width:90%}}.live-summery .live-summary-right{width:50%;height:701px}@media only screen and (min-width:320px) and (max-width:700px){.live-summery .live-summary-right{width:100%;height:480px}}.live-summery .live-summary-up{width:50%;left:40%;top:20%;-ms-flex-direction:column;flex-direction:column;color:#000;position:absolute;z-index:1;background:#fff;height:472px;padding-left:6%;padding-right:6%}.live-summery .live-summary-up h3{padding-top:63px}@media only screen and (min-width:320px) and (max-width:700px){.live-summery .live-summary-up{width:80%;width:90%;left:5%;height:500px;top:40%}.live-summery .live-summary-up h3{padding-top:52px}}.live-summery .live-summary-up .live-p{margin-top:49px;text-align:left}.live-summery .live-summary-up .live-summery-info{margin-top:30px}.live-summery .live-summary-up .live-summery-info img{width:112px;height:112px}.live-title{font-size:16px;text-align:center}.live-title li{list-style:disc;margin-left:20px}.live-summery-d{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:30px}@media only screen and (min-width:320px) and (max-width:700px){.live-summery-d{margin-left:0;margin-top:7px}}.live-summery-d .live-summery-name{font-size:20px;color:#88ab2d}.live-summery-d .live-summery-level{font-size:16px;font-weight:400;line-height:23px;color:#191919}.energyLanding h2{text-align:center}.energyLanding .title-desc{font-weight:400;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center;color:#282828;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .title-desc{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-bottom:24px}}.energyLanding .energyType{margin-bottom:32px;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#404040;border-bottom:2px solid #e0e2e5;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .energyType{line-height:21px;font-size:14px;height:32px}}.energyLanding .energyType>div{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;overflow-x:auto;white-space:nowrap;overflow-y:hidden}.energyLanding .energyType>div::-webkit-scrollbar{height:0}.energyLanding .energyItem{cursor:pointer;position:relative;padding-left:60px;padding-right:60px;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .energyItem{height:32px;padding-left:20px;padding-right:20px}}.energyLanding .energyItem.active{color:#96b41e;border-bottom:2px solid #96b41e}.energyLanding .energyContent{margin-top:40px;margin-bottom:32px}.energyLanding .energyContent .energyTitle{font-weight:700;font-size:32px;line-height:38.4px;letter-spacing:-.8px;text-align:center;color:#282828;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .energyContent .energyTitle{font-size:22px;line-height:26.4px;margin-bottom:16px}}.energyLanding .energyContent .energyDesc{font-weight:400;font-size:16px;line-height:27.2px;letter-spacing:-.1px;text-align:left;color:#282828;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .energyContent .energyDesc{font-size:14px;line-height:22.4px;margin-bottom:24px}}.energyLanding .active{display:-ms-flexbox!important;display:flex!important}.energyLanding .energyWorker{display:none;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center}.energyLanding .energyWorkerItem{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.energyLanding .workerOne{display:-ms-flexbox;display:flex;width:588px;margin-bottom:24px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerOne{width:100%}}.energyLanding .workerOne .workRightContent{margin-left:24px;padding-right:20px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerOne .workRightContent{padding-right:0}}.energyLanding .workerOne img{width:180px;height:180px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerOne img{width:89px;height:89px}}.energyLanding .workerTitle{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#282828;margin-bottom:12px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerTitle{font-size:16px;line-height:20.8px;letter-spacing:-.15px}}.energyLanding .workerDes{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerDes{font-size:12px;line-height:18px}}.energyLanding .workerBtn{margin-top:12px;text-align:center;display:inline-block;font-size:16px;letter-spacing:-.2px;color:#88ab2d;text-decoration:none;background-color:transparent;border:1px solid #88ab2d;border-radius:100px;padding:6px 24px}@media only screen and (min-width:320px) and (max-width:700px){.energyLanding .workerBtn{font-size:14px;line-height:16px}}.EnergyLandMobile{position:relative;width:100%;height:auto}.EnergyLandMobile .carousel-control-next,.EnergyLandMobile .carousel-control-prev{top:40%;display:block;opacity:1}.energyMobile{overflow:hidden}.titleMobile h3{margin-bottom:20px;font-size:25px;text-align:center}.energyTypeMobile{position:relative}.energyTypeMobile img{width:100%;object-fit:contain}.energyTypeNameMobile{position:absolute;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:40px;color:#fff;background-color:#000}.energyDesMobile{padding:30px 0;color:#666;font-size:16px;line-height:30px;text-align:center}.workerItemMobile-con{min-width:300px;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.workerMobile{width:100%;overflow-x:scroll}.workerItemMobile{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-right:20px}.workerImgMobile,.workerImgMobile img{width:120px;height:120px}.workerImgMobile img{margin-bottom:26px;border-radius:100%}.workerTitleMobile{margin-top:5px;margin-bottom:-6px;color:#000;font-weight:600;text-align:center}.workerTitleMobile h3{margin-top:15px;font-size:18px}.workerDesMobile{display:-webkit-box;width:100%;padding:0 10px;height:46px;margin-top:20px;overflow:hidden;color:#777;font-size:16px;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.workerBtnMobile{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:150px;height:40px;margin-top:18px;margin-bottom:40px;border:2px solid #bcd834}.workerBtnMobile a{color:#bcd834;text-decoration:none}.countDown{display:-ms-flexbox;display:flex;width:100%;height:733px}@media only screen and (min-width:320px) and (max-width:700px){.countDown{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto}}.countDownLeft{position:relative;width:47%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.countDownLeft{width:100%;height:auto}}.countDownImg img{position:relative;width:100%;height:733px;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.countDownImg img{width:100%;height:386px}}.countDownRight{position:relative;right:0;width:53%;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.countDownRight{right:auto;width:100%;padding-right:10px;padding-left:10px}}.timePrefix{position:absolute;top:0;right:121px;margin-top:109px;margin-left:480px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.timePrefix{right:unset;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:50px;margin-right:unset;margin-left:unset;font-size:20px;text-align:center}}.countDownTime{position:absolute;top:195px;right:150px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;height:399px;color:#fff;font-weight:600;font-size:300px;line-height:29px}@media only screen and (min-width:320px) and (max-width:700px){.countDownTime{left:20%;width:200px;height:auto;font-size:150px}}.countDownDay{position:absolute;right:0;bottom:0;width:40px;height:53px;color:#fff;font-size:40px;line-height:29px}@media only screen and (min-width:320px) and (max-width:700px){.countDownDay{top:82px}}.countDownTitle{width:120px;margin-top:160px;margin-left:95px}.countDownTitle h2{text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.countDownTitle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:40px;margin-left:unset;text-align:center}}.countDownDes{width:518px;height:418px;margin-top:-20px;margin-left:95px;color:#2a2a2a;font-size:16px;line-height:26px}@media only screen and (min-width:320px) and (max-width:700px){.countDownDes{width:auto;height:auto;margin-left:auto}}.eventGuide{-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;background:#f7f8fa}.eventGuide,.eventGuideItem{display:-ms-flexbox;display:flex}.eventGuideItem{position:relative;left:50%;width:1174px;height:347px;margin-top:50px;margin-left:-587px;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideItem{left:unset;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;margin-left:unset}}.eventGuideLeft{width:545px;height:347px}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideLeft{width:100%;height:auto}}.eventGuideLeftItem{width:400px;height:auto;margin-top:100px;margin-left:62px}.eventGuideLeftItem a{color:#404040}.eventGuideLeftItem a:hover{color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideLeftItem{width:100%;height:auto;margin-top:50px;margin-bottom:50px;margin-left:unset;padding-left:15px}}.eventGuideLeftTitle{color:#2a2a2a;font-weight:700;font-size:30px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideLeftTitle{font-size:26px}}.eventGuideAddressDes{margin-top:11px;color:#2a2a2a;font-size:16px;line-height:26px}.eventGuideDate{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:300px;margin-top:40px}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideDate{margin-top:20px}}.eventGuideDate img{width:16px;height:16px}.eventGuideAddress{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;width:300px;margin-top:6px}.eventGuideCity,.eventGuideDateTime{margin-left:10px}.eventGuideRight img{width:629px;height:347px}@media only screen and (min-width:320px) and (max-width:700px){.eventGuideRight img{width:100%;height:247px}}.eventGuideTiel{width:100%;height:50px;text-align:center}.agenda{width:100%;height:595px;background:#fff}@media only screen and (min-width:320px) and (max-width:700px){.agenda{height:auto}}.agendaItem{position:relative;left:50%;display:-ms-flexbox;display:flex;width:100%;height:auto;margin-left:-320px}@media only screen and (min-width:320px) and (max-width:700px){.agendaItem{left:unset;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-left:unset}}.agendaLeft{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:230px;height:330px;margin-top:144px}@media only screen and (min-width:320px) and (max-width:700px){.agendaLeft{width:100%;height:auto;margin-top:40px;margin-bottom:50px}}.agendaRight{width:400px;height:380px;margin-top:117px;margin-left:144px}@media only screen and (min-width:320px) and (max-width:700px){.agendaRight{width:100%;height:auto;margin-left:unset;padding-right:20px;padding-left:20px}}.agendaImg img{width:220px;height:220px;border-radius:100%}@media only screen and (min-width:320px) and (max-width:700px){.agendaImg img{width:120px;height:120px}}.leftName{margin-top:41px}.leftPosition{margin-top:3px}.agendaTitleOne h2{text-align:left}.agendaTitleOne h2:after{position:absolute;bottom:-8px;left:5%;width:38px;height:1px;background-color:#88ab2d;content:""}.agendaTitleTwo{margin-top:65px;color:#2a2a2a;font-size:20px;line-height:26px}.agendaTitleThr{margin-top:15px;color:#2a2a2a;font-weight:700;font-size:35px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.agendaTitleThr{font-size:30px}}.agendaDate{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:40px;color:#aeaeae;font-size:16px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.agendaDate{margin-top:10px}}.agendaCity,.agendaTime{margin-left:10px}.agendaAddress{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:-10px;color:#aeaeae;font-size:16px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.agendaAddress{margin-top:-10px}}#new-related-accessory{padding-bottom:0}.new-related-accessory-con-2024 h2,.new-related-accessory-con h2{text-align:left}.new-related-accessory-con-2024 a h3,.new-related-accessory-con a h3{font-family:OpenSans-Medium;margin-top:10px;font-weight:700;color:#282828;letter-spacing:-.4px;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 a h3,.new-related-accessory-con a h3{font-size:15px;font-weight:500}}.new-related-accessory-con-2024 a h3:hover,.new-related-accessory-con a h3:hover{color:#96b41e;text-decoration:underline}.new-related-accessory-con-2024 a p,.new-related-accessory-con a p{font-size:14px;letter-spacing:.15px;line-height:1.6;font-family:OpenSans-Medium;color:#282828;margin-top:4px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 a p,.new-related-accessory-con a p{font-size:12px}}.new-related-accessory-con-2024 a>img,.new-related-accessory-con a>img{margin-top:-40px}.new-related-accessory-con-2024 .standard-accessories-con,.new-related-accessory-con .standard-accessories-con{padding-top:60px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .standard-accessories-con,.new-related-accessory-con .standard-accessories-con{padding-top:40px}}.new-related-accessory-con-2024 .selected-accessories-main,.new-related-accessory-con-2024 .standard-accessories-main,.new-related-accessory-con .selected-accessories-main,.new-related-accessory-con .standard-accessories-main{max-width:1200px;margin:auto;padding-bottom:60px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-main,.new-related-accessory-con-2024 .standard-accessories-main,.new-related-accessory-con .selected-accessories-main,.new-related-accessory-con .standard-accessories-main{padding-bottom:40px}}.new-related-accessory-con-2024 .selected-accessories-main .accessories-show-more,.new-related-accessory-con-2024 .standard-accessories-main .accessories-show-more,.new-related-accessory-con .selected-accessories-main .accessories-show-more,.new-related-accessory-con .standard-accessories-main .accessories-show-more{text-align:center}.new-related-accessory-con-2024 .selected-accessories-main .accessories-show-more>span,.new-related-accessory-con-2024 .standard-accessories-main .accessories-show-more>span,.new-related-accessory-con .selected-accessories-main .accessories-show-more>span,.new-related-accessory-con .standard-accessories-main .accessories-show-more>span{font-size:16px;letter-spacing:-.2px;height:44px;line-height:44px;border-radius:100px;color:#96b41e;cursor:pointer;display:inline-block;padding:0 20px;border:1px solid #96b41e}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-main .accessories-show-more>span,.new-related-accessory-con-2024 .standard-accessories-main .accessories-show-more>span,.new-related-accessory-con .selected-accessories-main .accessories-show-more>span,.new-related-accessory-con .standard-accessories-main .accessories-show-more>span{height:40px;line-height:40px}}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-main,.new-related-accessory-con .selected-accessories-main{padding-left:20px}}.new-related-accessory-con-2024 .selected-accessories-con,.new-related-accessory-con .selected-accessories-con{padding-top:60px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-con,.new-related-accessory-con .selected-accessories-con{padding-top:40px}}.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content,.new-related-accessory-con-2024 .selected-accessories-con .container,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content,.new-related-accessory-con .selected-accessories-con .container,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content>.selected-accessories-type,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .container>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .container>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type{display:-ms-flexbox;display:flex;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content>.selected-accessories-type,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .container>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .container>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type{display:none}}.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type li,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type li,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type li,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type li,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content>.selected-accessories-type li,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content>.selected-accessories-type li,.new-related-accessory-con-2024 .selected-accessories-con .container>.selected-accessories-type li,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type li,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type li,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type li,.new-related-accessory-con .selected-accessories-con .container>.selected-accessories-type li,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type li,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type li,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type li{border-bottom:1px solid #e0e2e5;height:30px;padding-right:24px;font-size:16px;font-weight:600;font-family:OpenSans-SemiBold;cursor:pointer}.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type li.last:nth-last-child,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type li.last:nth-last-child,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type li.last:nth-last-child,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type li.last:nth-last-child,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content>.selected-accessories-type li.last:nth-last-child,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con-2024 .selected-accessories-con .container>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con .selected-accessories-con .container>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type li.last:nth-last-child,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type li.last:nth-last-child{text-align:right}.hy-breadcrumb .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type .active,.hy-breadcrumb .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type .active,.hy-detail-head-banner__content .new-related-accessory-con-2024 .selected-accessories-con h1>.selected-accessories-type .active,.hy-detail-head-banner__content .new-related-accessory-con .selected-accessories-con h1>.selected-accessories-type .active,.navbar-nav .nav-item .new-related-accessory-con-2024 .selected-accessories-con .navbar-submenu-content>.selected-accessories-type .active,.navbar-nav .nav-item .new-related-accessory-con .selected-accessories-con .navbar-submenu-content>.selected-accessories-type .active,.new-related-accessory-con-2024 .selected-accessories-con .container>.selected-accessories-type .active,.new-related-accessory-con-2024 .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type .active,.new-related-accessory-con-2024 .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type .active,.new-related-accessory-con-2024 .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type .active,.new-related-accessory-con .selected-accessories-con .container>.selected-accessories-type .active,.new-related-accessory-con .selected-accessories-con .hy-breadcrumb h1>.selected-accessories-type .active,.new-related-accessory-con .selected-accessories-con .hy-detail-head-banner__content h1>.selected-accessories-type .active,.new-related-accessory-con .selected-accessories-con .navbar-nav .nav-item .navbar-submenu-content>.selected-accessories-type .active{color:#96b41e;border-bottom:1px solid #96b41e}.new-related-accessory-con #accessories-new-selected,.new-related-accessory-con-2024 #accessories-new-selected{width:1200px;margin-left:calc(50vw - 610px)}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con #accessories-new-selected,.new-related-accessory-con-2024 #accessories-new-selected{margin-left:0;max-width:100%}}.new-related-accessory-con-2024 .standard-accessories-list,.new-related-accessory-con .standard-accessories-list{-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .standard-accessories-list,.new-related-accessory-con .standard-accessories-list{width:336px;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.new-related-accessory-con-2024 .selected-accessories-list,.new-related-accessory-con .selected-accessories-list{overflow-x:hidden;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-list,.new-related-accessory-con .selected-accessories-list{overflow-x:auto}.new-related-accessory-con-2024 .selected-accessories-list::-webkit-scrollbar,.new-related-accessory-con .selected-accessories-list::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent}}.new-related-accessory-con-2024 .selected-accessories-list,.new-related-accessory-con-2024 .standard-accessories-list,.new-related-accessory-con .selected-accessories-list,.new-related-accessory-con .standard-accessories-list{display:-ms-flexbox;display:flex;padding:4px}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-sublist,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-sublist,.new-related-accessory-con .selected-accessories-list .selected-accessories-sublist,.new-related-accessory-con .standard-accessories-list .selected-accessories-sublist{display:-ms-flexbox;display:flex}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item,.new-related-accessory-con .selected-accessories-list .selected-accessories-item,.new-related-accessory-con .standard-accessories-list .selected-accessories-item{width:282px;min-height:430px;display:inline-block;-ms-flex:none;flex:none;margin-right:20px;border-radius:12px;box-shadow:0 0 4px 0 rgba(22,39,51,.18);padding:24px;cursor:pointer;text-align:center;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item,.new-related-accessory-con .selected-accessories-list .selected-accessories-item,.new-related-accessory-con .standard-accessories-list .selected-accessories-item{height:421px}}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item .product-tag,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item .product-tag,.new-related-accessory-con .selected-accessories-list .selected-accessories-item .product-tag,.new-related-accessory-con .standard-accessories-list .selected-accessories-item .product-tag{position:absolute;top:0;left:0;background:#96b41e;color:#fff;display:inline-block;padding:6px 12px;border-top-left-radius:12px;font-size:12px;border-bottom-right-radius:6px}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a:hover,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a:hover,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a:hover,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a:hover{color:inherit}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a .selected-tag,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a .selected-tag,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a .selected-tag,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a .selected-tag{font-size:12px;border-radius:8px;padding:6px 12px;background-color:#e0e2e5;display:inline-block}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a p,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a p,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a p,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a p{font-size:14px;letter-spacing:.15px;line-height:1.7;margin-top:10px;font-family:OpenSans-Medium;color:#282828}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a .learn-more,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a .learn-more,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a .learn-more,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a .learn-more{padding-top:15px;color:#96b41e;font-size:16px;letter-spacing:-.2px}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a .learn-more:hover,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a .learn-more:hover,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a .learn-more:hover,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a .learn-more:hover{color:#96b41e;text-decoration:underline}.new-related-accessory-con-2024 .selected-accessories-list .selected-accessories-item>a>img,.new-related-accessory-con-2024 .standard-accessories-list .selected-accessories-item>a>img,.new-related-accessory-con .selected-accessories-list .selected-accessories-item>a>img,.new-related-accessory-con .standard-accessories-list .selected-accessories-item>a>img{margin-top:-50px}.new-related-accessory-con-2024 .selected-accessories-list .standard-accessories-item,.new-related-accessory-con-2024 .standard-accessories-list .standard-accessories-item,.new-related-accessory-con .selected-accessories-list .standard-accessories-item,.new-related-accessory-con .standard-accessories-list .standard-accessories-item{width:178px;height:289px;display:inline-block;-ms-flex:none;flex:none;margin-right:20px;border-radius:12px;box-shadow:0 0 4px 0 rgba(22,39,51,.18);padding:16px;margin-bottom:24px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.new-related-accessory-con-2024 .selected-accessories-list .standard-accessories-item,.new-related-accessory-con-2024 .standard-accessories-list .standard-accessories-item,.new-related-accessory-con .selected-accessories-list .standard-accessories-item,.new-related-accessory-con .standard-accessories-list .standard-accessories-item{width:152px;margin-right:0;height:237px}}.list-filter_wrapper{background-color:#fff;padding-bottom:0!important;padding-top:0!important}.list-filter_wrapper .list-filter_container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:30px 0 30px 40px;border-bottom:1px dashed #ccc;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.list-filter_wrapper .list-filter_container{-ms-flex-direction:column;flex-direction:column;padding:20px 0 10px;margin-left:0;overflow:hidden}}.list-filter_wrapper .list-filter_container .lis-filter_tips{width:150px;margin-right:22px}@media only screen and (min-width:320px) and (max-width:700px){.list-filter_wrapper .list-filter_container .lis-filter_tips{margin-bottom:20px;margin-right:0;font-size:18px;width:100%;text-align:center}}.list-filter_wrapper .list-filter_container .filter_main{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;overflow-x:auto}@media only screen and (min-width:320px) and (max-width:700px){.list-filter_wrapper .list-filter_container .filter_main{-ms-flex-direction:row;flex-direction:row;padding-bottom:12px}}.list-filter_wrapper .list-filter_container .filter_main li{padding:8px 36px;margin-right:6px;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.list-filter_wrapper .list-filter_container .filter_main li{padding:6px 16px;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}}.list-filter_wrapper .list-filter_container .filter_main li.active{background-color:#88ab2d;color:#fff}.accessory-attribute-group .accessory-attribute-grou_container{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.accessory-attribute-group .accessory-attribute-grou_container{padding-left:0!important;padding-right:0!important}}.accessory-attribute-group .accessory-attribute-grou_container .main{width:100%;overflow:hidden}.accessory-attribute-group .accessory-attribute-grou_container .main table thead th{width:400px;height:62px;color:#fff;font-size:16px;text-align:center;background-color:#88ab2d;border-right:1px solid #fff}.accessory-attribute-group .accessory-attribute-grou_container .main table tbody tr:nth-child(2n){background-color:#f8f8f8}.accessory-attribute-group .accessory-attribute-grou_container .main table tbody tr:nth-child(odd){background-color:#fff}.accessory-attribute-group .accessory-attribute-grou_container .main table tbody tr td{width:400px;min-height:48px;color:#4d4e50;border-right:1px solid #e6e6e7;font-size:16px;line-height:48px;text-align:center}.accessory-attribute-group .accessory-attribute-grou_container .tab-slick-btn{position:absolute;top:50%;display:block;width:48px;height:48px;padding:0;color:transparent;font-size:0;line-height:0;border:none;border-radius:50%;outline:none;transform:translateY(-50%);cursor:pointer}.accessory-attribute-group .accessory-attribute-grou_container .btn-prev{left:-50px;z-index:99;background:url(https://www.hytera.com/iwov-resources/public/svg/carousel-control_prev.svg) no-repeat}@media only screen and (min-width:320px) and (max-width:700px){.accessory-attribute-group .accessory-attribute-grou_container .btn-prev{left:0}}.accessory-attribute-group .accessory-attribute-grou_container .btn-next{right:-50px;z-index:99;background:url(https://www.hytera.com/iwov-resources/public/svg/carousel-control_next.svg) no-repeat}@media only screen and (min-width:320px) and (max-width:700px){.accessory-attribute-group .accessory-attribute-grou_container .btn-next{right:0}}.solution-selector-wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:566px}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper{height:auto;padding:103px 0 200px}}.solution-selector-wrapper .solution-selector-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.solution-selector-wrapper .solution-selector-main{width:477px;padding-left:111px}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper .solution-selector-main{width:100%;padding-left:0}}@media only screen and (min-width:701px) and (max-width:1023px){.solution-selector-wrapper .solution-selector-main{width:477px;margin:auto;padding-left:0}}.solution-selector-wrapper .solution-selector-main>h2{margin-bottom:12px;color:#fff;font-weight:400;font-size:40px;line-height:45px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper .solution-selector-main>h2{font-weight:300;text-align:center}}.solution-selector-wrapper .solution-selector-main>p{margin-bottom:40px;color:#fff;font-size:20px;line-height:35px}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper .solution-selector-main>p{padding-right:37px;padding-left:37px;font-weight:300;font-size:14px;line-height:18px;text-align:center}}.solution-selector-wrapper .solution-selector-main .select-con{position:relative;margin-bottom:18px}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper .solution-selector-main .select-con{margin-right:25px;margin-left:25px;font-weight:300;text-align:center}}.solution-selector-wrapper .solution-selector-main .select-con .select-input{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:48px;padding:0 23px;color:#fff;background-color:#0f0e34;border-radius:24px;cursor:pointer}.solution-selector-wrapper .solution-selector-main .select-con .select-input>p{font-size:14px}.solution-selector-wrapper .solution-selector-main .select-con .select-input>i{font-size:18px}.solution-selector-wrapper .solution-selector-main .select-con .select-options{position:absolute;top:48px;left:0;z-index:2;width:100%;height:203px;padding:10px;overflow-y:scroll;background-color:#fff}.solution-selector-wrapper .solution-selector-main .select-con .select-options>ul>li{padding:4px 0 4px 13px;font-size:17px;cursor:pointer}.solution-selector-wrapper .solution-selector-main .select-con .select-options>ul>li:hover{background-color:#f8f8f8}.solution-selector-wrapper .solution-selector-main .select-con .select-options>ul>li>ul{display:none}.solution-selector-wrapper .solution-selector-main .solution-selector-btn>a{display:block;padding:12px 0;color:#fff;font-weight:400;font-size:14px;font-family:OpenSans-Medium;line-height:23px;text-align:center;background-color:#88ab2d;border-radius:24px}@media only screen and (min-width:320px) and (max-width:700px){.solution-selector-wrapper .solution-selector-main .solution-selector-btn>a{margin-right:25px;margin-left:25px}}.webinar-page-wrapper .webinar-page_main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.webinar-page-wrapper .webinar-page_main{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.webinar-page-wrapper .webinar-page_main .webinar-page_content{width:565px;color:#191919;font-size:20px}@media only screen and (min-width:320px) and (max-width:700px){.webinar-page-wrapper .webinar-page_main .webinar-page_content{width:100%}}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction{margin-top:93px;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction{margin-top:30px}}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction .img-con{width:112px;height:112px;margin-right:30px}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction .img-con>img{width:100%}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction .introduction-con{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction .introduction-con .intro-title{font-size:24px;font-weight:400;line-height:23px;color:#88ab2d;margin-bottom:8px}.webinar-page-wrapper .webinar-page_main .webinar-page_content .moderator-introduction .introduction-con .intro-main{font-size:20px;line-height:23px;color:#191919}.webinar-page-wrapper .webinar-page_main .webinar-page_link{width:400px}@media only screen and (min-width:320px) and (max-width:700px){.webinar-page-wrapper .webinar-page_main .webinar-page_link{width:100%}}.webinar-page-wrapper .webinar-page_main .webinar-page_link .webinar-page_card{background-color:#fff;height:260px;padding-left:35px;margin-bottom:24px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.webinar-page-wrapper .webinar-page_main .webinar-page_link .webinar-page_card .webinar-page_card-title{font-size:22px;font-weight:700;line-height:23px;color:#000}.webinar-page-wrapper .webinar-page_main .webinar-page_link .webinar-page_card .webinar-page_card-des{font-size:20px;font-weight:400;line-height:30px;color:#000;margin-top:4px}.webinar-page-wrapper .webinar-page_main .webinar-page_link .webinar-page_card .webinar-page_card-btn{width:164px;height:43px;line-height:43px;background-color:#88ab2d;border-radius:22px;color:#fff;font-size:16px;text-align:center;cursor:pointer;margin-top:48px}.product-select-guid .select-guid-con{margin-top:80px;position:relative;width:100%;padding:49px 30px}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .select-guid-con{margin-top:40px}}.product-select-guid .select-guid-con>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.product-select-guid .select-guid-con .guid-start-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;color:#fff}.product-select-guid .select-guid-con .guid-start-content>p{font-family:OpenSans-Medium;margin-bottom:30px;color:#fff;font-size:30px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .select-guid-con .guid-start-content>p{text-align:center;font-size:24px;line-height:32px}}.product-select-guid .select-guid-con .guid-start-content .select-guid_btn{display:inline-block;width:276px;height:40px;color:#fff;font-size:14px;line-height:40px;text-align:center;background-color:#88ab2d;border-radius:20px;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .select-guid-con .guid-start-content .select-guid_btn{width:200px;height:40px;font-size:14px}}.product-select-guid .product-selector-wrapper{display:none}.product-select-guid .product-selector-wrapper .product-selector_mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-color:rgba(0,0,0,.8)}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main{position:absolute;top:50%;left:50%;width:1381px;padding:44px 58px;background-color:#f7f8fa;transform:translate(-50%,-50%)}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main{top:0;left:0;width:100%;padding:0;transform:none}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-main_top{position:absolute;top:34px;right:58px;cursor:pointer}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-main_top .iconclose{font-size:24px}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-main_top{top:0;right:0}}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-main_top .selector-close{text-align:right;padding:10px 10px 0 0}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_title{padding:0 8px;color:#000;font-size:30px;line-height:23px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_title{padding:14px 0 0 14px}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector{margin-top:30px}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector{height:80vh;overflow:scroll;margin-top:14px}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item{position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:305px;height:414px;margin:8px;padding:12px 3px 0;background-color:#fff;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item{width:92%;padding:0;max-width:none}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item:after{position:absolute;top:17px;right:20px;width:30px;height:30px;background-repeat:no-repeat;background-position:50%;background-size:14px;border:1px solid #ccc;border-radius:50%;content:""}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item.active:after{position:absolute;top:17px;right:20px;width:30px;height:30px;background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-size:14px;border-radius:50%;content:""}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item:hover{box-shadow:5px 5px 20px #a5a2a2}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item>span{position:absolute;top:17px;left:20px;max-width:130px;color:#88ab2d;font-weight:400;font-size:20px;line-height:30px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item .selector-top{position:absolute;top:17px;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 17px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item .selector-top>span{color:#88ab2d;font-weight:400;font-size:20px;line-height:23px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item .img-con{width:199px;height:266px;margin:auto}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item .img-con>img{width:100%}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-content-mian .content-main_selector>ul .main-selector_item .selector-description{padding:12px 14px 0;color:#828282;font-size:16px;line-height:20px;text-align:center}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px;padding:0 8px}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation{-ms-flex-direction:column;flex-direction:column}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .donot-show{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:28px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .donot-show{margin-bottom:10px}}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .donot-show:after{position:absolute;top:0;left:0;width:18px;height:18px;background-repeat:no-repeat;background-position:50%;background-size:14px;border:1px solid #828282;content:""}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .donot-show.active:after{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);border:1px solid #88ab2d}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .donot-show>span{color:#828282;font-size:16px;line-height:20px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .skip-guide>span{position:relative;padding-right:77px;color:#88ab2d;font-weight:600;font-size:16px;line-height:20px;cursor:pointer}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .skip-guide>span>i{position:absolute;top:50%;right:41px;width:26px;height:20px;margin-top:-11px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .skip-guide>span>i>img{width:100%}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-operation .skip-guide .next-btn{display:inline-block;width:151px;height:48px;color:#fff;font-weight:600;font-size:20px;line-height:48px;text-align:center;background-color:#88ab2d;cursor:pointer}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-step{margin-top:50px}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-step>ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-step>ul>li{display:inline-block;width:10px;height:10px;margin-right:10px;background-color:#b5b5b5;border-radius:50%;cursor:pointer}.product-select-guid .product-selector-wrapper .product-selector_mask .product-selector_main .selector-footer .footer-step>ul>li.active{width:13px;height:13px;background-color:#88ab2d}.new-v2-navbar_wrapper{position:absolute;background-color:transparent;right:0;left:0;z-index:999;transition:all .5s ease-in;width:100%;height:84px}@media only screen and (min-width:320px) and (max-width:700px){.new-v2-navbar_wrapper{height:60px}}.new-v2-navbar_wrapper .new-navbar_automatic_positioning{padding:14px 0;color:#fff;background-color:#424245}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_tip{font-size:14px}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_tip .automatic-positioning_current_location{color:#88ab2d;font-size:16px}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation{margin-top:10px}}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation .automatic-positioning_continue{border:none}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation .automatic-positioning_continue a{display:inline-block;padding:6px 12px;color:#fff;background-color:#88ab2d;border-radius:20px;transition:all .3s ease-in}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation .automatic-positioning_continue a:hover{color:#fff;background-color:#acd740}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation .automatic-positioning_close{margin-left:10px;border:none;cursor:pointer}.new-v2-navbar_wrapper .new-navbar_automatic_positioning .navbar_automatic_positioning_wrapper .automatic-positioning_operation .automatic-positioning_close i{color:#fff;font-size:22px}@media only screen and (min-width:320px) and (max-width:700px){.new-v2-navbar_wrapper .fixed-placeholder{height:60px}}.new-v2-navbar_wrapper .new-navbar_top_guide{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;min-height:24px;background-color:#f2f3f5;position:relative;transition:all .1s ease-in-out}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end;width:1200px;margin:auto;background-color:transparent}@media screen and (min-width:1200px) and (max-width:1262px){.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container{width:1180px}}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container:after{content:"";position:absolute;width:0;height:0;overflow:hidden;z-index:-1;background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_1_on.png),url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_2_on.png),url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_3_on.png),url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_4_on.png),url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_5_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 14px;color:#d2d2d2;cursor:pointer;height:24px}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:inherit;text-wrap:nowrap}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li i{font-size:16px;margin-right:6px;color:#282828}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon{display:inline-block;width:18px;height:18px;margin-right:4px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:background-image .2s ease}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon.icon-dealer{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_1.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon.icon-partner{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_2.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon.icon-download{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_3.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon.icon-feedback{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_5.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li .top-nav-icon.icon-worldwide{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_4.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li span{font-size:12px;color:#282828;transition:color .2s ease}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li span:hover{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li span.active{color:#fff}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover .top-nav-icon.icon-dealer{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_1_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover .top-nav-icon.icon-partner{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_2_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover .top-nav-icon.icon-download{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_3_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover .top-nav-icon.icon-feedback{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_5_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover .top-nav-icon.icon-worldwide{background-image:url(https://img-cdn.hytera.com/iwov-resources/hytera/14_icon/home_navIcon_4_on.png)}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container>li:hover span{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged>i:before{border:1px solid #eee;border-radius:50%}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged:hover .already-logged-operation{display:-ms-flexbox;display:flex}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged .user-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged .user-center>i{font-size:18px}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged .user-center>span{margin-left:4px}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login.is-logged .guide-item_login-item{display:none}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .guide-item_login-item{display:inline-block}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .user-center{display:none}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .already-logged-operation{position:absolute;top:22px;left:50%;z-index:99;display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:86px;margin-left:-43px;color:#fff;font-size:14px;white-space:nowrap;background-color:transparent}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .already-logged-operation>ul{margin-top:6px;padding:20px 14px;background-color:#282727}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .already-logged-operation>ul:after{position:absolute;top:3px;left:50%;width:12px;height:12px;margin-left:-6px;background-color:#282727;transform:rotate(45deg);content:""}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .already-logged-operation>ul .guide-item_sign-out{cursor:pointer}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_login .already-logged-operation>ul .guide-item_sign-out:hover{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 14px;color:#d2d2d2;cursor:pointer}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector>i{font-size:16px}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector>i.iconarrow-down{display:inline-block}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector>i.iconreturn_top-btn{display:none}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector>span{margin:0 6px 0 0;font-size:12px;display:inline-block;white-space:nowrap}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector>span:hover{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector.active{background-color:#fff}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector.active>i.iconreturn_top-btn{display:inline-block}.new-v2-navbar_wrapper .new-navbar_top_guide .top-guide_container .guide-item_country_selector.active>i.iconarrow-down{display:none}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper{display:none;padding:24px 0;background-color:#fff;border-bottom:1px solid #f2f3f5}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_title{color:#282828;font-weight:700;font-size:24px;font-family:OpenSans-Medium}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con{max-width:1200px;margin:auto}@media screen and (min-width:1200px) and (max-width:1262px){.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con{width:1180px}}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li{width:25%;margin-bottom:40px}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li.country-selector_global{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;font-weight:600;letter-spacing:-.4px;font-family:OpenSans-Medium;color:#282828;margin-bottom:32px;border-bottom:1px solid #f2f3f5;line-height:70px}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li.country-selector_global .icon-top-globle{margin-right:10px;font-size:22px}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li .country-selector-link{display:inline-block;height:35px;line-height:35px;font-size:14px;font-family:OpenSans-Medium;letter-spacing:-.15px}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li .country-selector-area{font-size:20px;font-family:OpenSans-Medium;font-weight:700;color:#282828;display:inline-block;margin-bottom:15px}.new-v2-navbar_wrapper .new-navbar_top_guide .country-selector_wrapper .country-selector_con .country-selector_content>li>a{color:#282828;font-size:18px}.new-v2-navbar_wrapper .new-navbar_header{position:relative;top:0;-ms-flex-align:center;align-items:center;height:60px;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 calc(50vw - 604px);will-change:transform,background-color;transition:transform .3s ease-out,background-color .3s ease-out}@media screen and (min-width:1200px) and (max-width:1262px){.new-v2-navbar_wrapper .new-navbar_header{padding:0 calc(50vw - 594px)}}.new-v2-navbar_wrapper .new-navbar_header.new-navbar-border{border-bottom:1px solid #f2f3f5}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width:1200px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left{min-width:900px;min-height:40px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .logo-wrapper{display:inline-block;width:100px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav{display:-ms-flexbox;display:flex;height:100%;padding:0 2.5rem}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 2.5rem}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item.active .navbar-nav_top-nav{color:#88ab2d!important;border-bottom:2px solid #88ab2d;z-index:100;height:60px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-nav_top-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;letter-spacing:.15px;color:#fff;font-size:16px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item.active .navbar-subnav{height:auto}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav{position:absolute;top:60px;left:0;display:none;-ms-flex-pack:center;justify-content:center;width:100%;border-top:1px solid #eee;overflow-y:hidden}@media screen and (min-width:1200px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav{min-height:300px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container{padding-top:16px;background-color:#fff;overflow-y:auto;max-height:calc(100vh - 159px);z-index:8;position:relative}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container::-webkit-scrollbar{width:4px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container::-webkit-scrollbar-thumb{border-radius:3px;box-shadow:inset005pxrgba(0,0,0,.2);background:#d9d9d9}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1200px;margin:24px auto}@media screen and (min-width:1200px) and (max-width:1262px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content{width:1180px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .subnav-main-area{margin-top:10px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .two-col{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:260px;-ms-flex-wrap:wrap;flex-wrap:wrap;column-gap:24px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .navbar-subnav_item{margin-bottom:28px;margin-right:50px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .navbar-subnav_item:nth-child(4),.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .navbar-subnav_item:nth-child(8){margin-right:0}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .aa{margin-bottom:12px;letter-spacing:-.15px;line-height:1.7;font-family:OpenSans-Medium}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .aa .position-relative{max-width:240px;line-height:1.7;display:inline-block;letter-spacing:-.15px;color:#5c6374}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .navbar-subnav-title{font-weight:700;font-size:16px;color:#282828;line-height:1.2;padding-bottom:10px;font-family:OpenSans-Medium;width:250px;letter-spacing:.15px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-submenu-container .navbar-submenu-content .navbar-subnav-title.active{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container{padding-top:20px!important;width:100%;height:auto;padding:0 calc(50vw - 600px);-ms-flex-direction:row;flex-direction:row;display:-ms-flexbox;display:flex;font-size:16px;line-height:1.5;background-color:#fff;z-index:8;position:relative;max-height:calc(100vh - 159px)}@media screen and (max-width:1441px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container{padding-top:10px!important;max-height:calc(100vh - 150px)}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-y:auto;overflow-x:hidden;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;width:420px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content::-webkit-scrollbar{width:4px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content::-webkit-scrollbar-thumb{border-radius:3px;box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#d9d9d9}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content::-webkit-scrollbar-track{background:transparent}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .aa,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .subnav-main-des{display:none}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item{width:100%}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .subnav-main{padding:10px 16px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .subnav-main .navbar-subnav-title{overflow:unset;text-overflow:unset;white-space:wrap;font-family:OpenSans-Medium;color:#282828;letter-spacing:.15px;font-size:14px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .subnav-main:hover{background-color:#f2f3f5!important;border-radius:8px;color:#282828!important;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item a:hover{color:#272727}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .active{background-color:#f2f3f5!important;border-radius:8px;color:#282828!important;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .active a{color:#282828!important}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .active:after{display:inline-block;-ms-flex-item-align:center;align-self:center;height:20px;content:"";width:20px;background-size:100%;background-repeat:no-repeat;margin-top:2px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-content .navbar-subnav_item .text-truncate{display:none}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea{padding:0 40px 20px;width:100%;cursor:auto}.hy-product-accessories_list .new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea p.navbar-subnav-title,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .hy-product-accessories_list p.navbar-subnav-title,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .navbar-subnav-title.d-block{font-size:20px!important;font-weight:700!important;font-family:OpenSans-SemiBold!important;color:#282828!important;letter-spacing:-.8px;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-accessories_list .new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea p.navbar-subnav-title,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .hy-product-accessories_list p.navbar-subnav-title,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .navbar-subnav-title.d-block{font-size:16px!important}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area{max-height:430px;min-height:400px;overflow-y:auto;overflow-x:hidden}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area::-webkit-scrollbar{width:4px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area::-webkit-scrollbar-thumb{border-radius:3px;box-shadow:inset005pxrgba(0,0,0,.2);background:#d9d9d9}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area .img-control{background-color:#f2f3f5!important}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area .img-control:hover{background-color:rgba(242,243,245,.4)!important}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area span{margin-top:12px;font-size:14px;line-height:1.5;color:#5b5f65!important;letter-spacing:-.15px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area img{transition:transform .3s ease-in-out}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area img:hover{transform:scale(1.05)!important}@media screen and (min-width:1441px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea>.subnav-main-area{max-height:520px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .menu-layout{width:100%}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .menu-layout .memu-line{padding:15px 0}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .menu-layout .memu-line .menu-item{width:32%;vertical-align:text-top;padding:15px 15px 15px 0}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main-des{width:800px;word-wrap:break-word;white-space:normal;font-size:14px;font-family:OpenSans-Medium;font-weight:500;color:#5b5f65;padding-bottom:24px;letter-spacing:-.15px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .aa{display:inline-block;width:180px;margin-right:15px;margin-bottom:15px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .aa .position-relative{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:start;white-space:normal;display:inline-block}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .first,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .first{background-color:#dce5e0}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .position-relative,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .position-relative{font-size:16px;font-family:OpenSans-Medium;font-weight:600;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .position-relative div,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .position-relative div{border-radius:12px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .position-relative div>span,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .position-relative div>span{top:-11px!important;left:10px!important;color:#fff!important;padding:6px 12px;font-size:10px;position:absolute;top:0;left:0;background:#96b41e;color:#fff;display:inline-block;padding:2px 8px;border-top-left-radius:12px;font-size:12px;border-bottom-right-radius:6px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .position-relative div>img,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .position-relative div>img{width:136px;height:136px;margin:12px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .position-relative>span,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .position-relative>span{display:inline-block;color:#404040;text-align:center;font-weight:500;width:100%;font-size:14px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .sub-title .navbar-subnav-title,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .subnav-main .navbar-subnav-title{font-size:16px;font-family:OpenSans-Medium;font-weight:700;color:#282828;position:relative;padding-bottom:12px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .active{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .active a:after{content:"";width:20px;background-size:100%;background-image:url(https://www.hytera.com/iwov-resources/public/black-arrow.png);background-repeat:no-repeat;position:absolute;margin-left:10px;margin-top:4px;height:40px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .active a:hover{color:#88ab2d}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-subnav-container .navbar-subnav-newarea .active a:hover:after{background-image:url(https://www.hytera.com/iwov-resources/public/green-arrow.png);margin-left:15px;margin-top:4px;width:20px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-bottom{background:#fff;width:100%;height:70px;border-top:1px solid #f2f3f5;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding:0 calc(50vw - 600px);position:relative;z-index:10}@media screen and (max-width:1441px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-bottom{height:60px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-bottom>:nth-child(odd){background:#96b41e;border-radius:100px;color:#fff;padding:8px 20px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-bottom>:nth-child(2n){border:1px solid #96b41e;border-radius:100px;color:#96b41e;padding:8px 20px;margin-left:24px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-hover{background:rgba(0,0,0,.6);height:80vh;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close{position:absolute;top:35px;right:calc(50vw - 620px);width:44px;height:44px;font-size:0;line-height:0;text-align:center;border-radius:44px;color:transparent;cursor:pointer;z-index:10}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close:after,.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close:before{position:absolute;top:50%;left:50%;width:26px;height:3px;background-color:#8a8a8a;border-radius:2px;transform-origin:center;content:""}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close:before{transform:translate(-50%,-50%) rotate(45deg)}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_left .new-navbar_nav .navbar-nav_item .navbar-subnav .navbar-close:hover{text-align:center;background-color:#f7f7f7}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width:1200px){.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right{height:40px;width:220px}}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:40px;height:40px;border-radius:40px;-ms-flex-pack:center;justify-content:center;margin-right:1.9rem;padding:0 1.2rem;border:none}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search>i{color:#88ab2d;font-weight:600;font-size:1.6rem;cursor:pointer}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search>i:hover{color:#75951f}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search>input{display:none;width:16rem;background-color:#e4e4e4;margin-left:1.1rem;color:#484848;border:none;transition:all .3s ease}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content{position:absolute;top:60px;left:0;display:none;width:100%}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content.card-shadow{box-shadow:none}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .navbar-hover{background:rgba(0,0,0,.6);height:80vh;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .search-area{border-top:1px solid #dfdfdf;padding:24px calc(50vw - 600px);background-color:#fff}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .search-area .close-search{font-size:36px;cursor:pointer}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .search-area .search-line{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .search-area .search-line .icon-header-search{position:absolute}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .search-area input{border:none;border-bottom:1px solid #dfdfdf;width:600px;margin-bottom:15px;padding-left:30px;padding-bottom:15px}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .navbar-search-recommend h6{padding:20px 0}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .navbar-search-recommend li{padding:6px 0;font-size:14px;cursor:pointer;letter-spacing:-.15px;font-family:OpenSans-Medium}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_search .navbar-header-search-content .navbar-search-recommend li a{color:#282828}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_contact{display:-ms-flexbox;display:flex;color:#fff;font-size:14px;text-align:center;background-color:#88ab2d;border-radius:20px;transition:all .3s ease-in;width:160px;height:35px;text-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_contact:hover{background-color:#75951f}.new-v2-navbar_wrapper .new-navbar_header .navbar-header_right .header-right_contact>a{color:#fff}.new-v2-navbar_wrapper .new-navbar_phone{position:relative;top:0;left:0;z-index:99;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:60px;padding:0 12px;color:#fff}.new-v2-navbar_wrapper .new-navbar_phone.scroll-animation .navbar-phone_btn>a{width:120px;height:34px;color:#fff;font-size:14px;line-height:34px;background-color:#88ab2d;border-color:#88ab2d;transition:all .3s ease-in-out}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_contact{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;height:100%;color:#88ab2d;font-weight:300;font-size:14px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_logo{-ms-flex:1;flex:1;margin-bottom:6px;text-align:center}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_logo>img{width:84px;height:auto}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu{text-align:left}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu>i{margin-left:15px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu>i.close{display:none;float:none;font-size:20px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu>i.menu{display:inline-block}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu.active>i.close{display:inline-block;opacity:1}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_menu.active>i.menu{display:none}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel{position:absolute;top:60px;bottom:0;left:0;z-index:99;display:none;width:100%;height:calc(100vh - 60px);overflow-y:auto;background-color:#fff}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged{display:none;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding:10px 20px;border-bottom:4px solid #e3e5eb}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged>a{display:-ms-flexbox;display:flex;-ms-flex:3;flex:3;-ms-flex-align:center;align-items:center}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged>a .icon-con{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;margin-right:10px;border:1px solid #2c2c2c;border-radius:50%;flex-align:center}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged>a .icon-con>i{color:#88ab2d;font-size:26px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged>a .menu-panel-logged_name{color:#505050;font-size:14px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged .phone-sign-out_con{-ms-flex:1;flex:1;height:48px;color:#cc4242;line-height:48px;text-align:center;cursor:pointer}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_logged.is-logged{display:-ms-flexbox;display:flex}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav{padding:0 20px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .menu-panel-nav_item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;color:#404040;font-size:14px;border-bottom:1px solid #e3e5eb;font-family:OpenSans-Medium;letter-spacing:-.15px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .menu-panel-nav_item>i.right{display:inline-block}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .menu-panel-nav_item.active>i.right,.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .menu-panel-nav_item>i.down{display:none}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .menu-panel-nav_item.active>i.down{display:inline-block}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel{display:none;padding-top:10px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con>li{font-weight:700;padding:10px 0;font-size:14px;color:#282828;letter-spacing:-.15px;font-family:OpenSans-Medium}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con>li>div{margin-bottom:10px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con>li>a{display:block;color:#282828;margin-bottom:10px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con>li .phone-submenu_last_con>li{padding-left:8px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con>li .phone-submenu_last_con>li>a{display:block;padding:10px 0;font-size:14px;letter-spacing:-.15px;color:#404040;font-weight:500}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con .product-selecter{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con .product-selecter>a:first-child{background:#96b41e;height:40px;border-radius:100px;color:#fff;padding:8px 16px;font-weight:500}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_nav .menu-panel-nav_main .phone-submenu_panel .phone-submenu_con .product-selecter>a:nth-child(3){border:1px solid #96b41e;height:40px;border-radius:100px;color:#96b41e;padding:0 8px;margin-left:6px;font-weight:500;line-height:40px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_how-to-buy{margin-top:30px;padding:0 20px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_how-to-buy>a{display:inline-block;width:100%;height:42px;color:#fff;font-size:16px;font-family:OpenSans-Medium;line-height:42px;text-align:center;background-color:#88ab2d;border-radius:40px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom{margin-top:40px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:90px;text-align:center;cursor:pointer;margin-bottom:10px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li>a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li>a>span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin-bottom:10px;border:2px solid #2c2c2c;border-radius:50%}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li>a>span>i{font-size:24px;color:#272727}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li>a>p{color:#505050;font-size:14px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_bottom>ul>li.is-logged{display:none}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector{display:none;padding:40px 20px 0}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>span{color:#282828;font-family:OpenSans-Medium;font-size:18px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li.country-selector_global{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;border-bottom:1px solid #e3e5eb;line-height:60px;height:60px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li.country-selector_global .icon-top-globle{margin-right:8px;font-size:22px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li.country-selector_global>a{-ms-flex:1;flex:1;border-bottom:none;color:#282828;font-family:OpenSans-Medium}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li>a{display:block;letter-spacing:-.1px;font-family:OpenSans-Medium;font-size:14px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li .country-selector-area{display:inline-block;height:50px;font-family:OpenSans-Medium;line-height:50px;letter-spacing:-.15px;margin-top:10px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_country_selector>ul>li .country-selector-link{font-family:OpenSans-Medium;letter-spacing:-.1px;display:inline-block;height:30px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_contact-us{padding:0 20px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_menu_panel .phone-menu-panel_contact-us>a{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;font-weight:700;font-size:16px;border-bottom:1px solid #e3e5eb}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_btn{height:31px;text-align:right}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_btn>a{display:inline-block;min-width:130px;height:31px;margin-left:10px;padding:0 10px;overflow:hidden;font-size:12px;font-family:OpenSans-Medium;line-height:31px;text-align:center;border:1px solid #fff;border-radius:16px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_search{-ms-flex:1;flex:1;text-align:right}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_search>a{display:inline-block;margin-right:15px}.new-v2-navbar_wrapper .new-navbar_phone .navbar-phone_operation_search>a>i{font-size:18px}.no-hover:hover{color:#272727}.global-search-area{position:absolute;left:0;right:0;z-index:1;background-color:#fff;margin-top:12px;border-radius:12px;padding:12px 20px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1607843137254902)}.global-search-area .navbar-search-recommend h6{padding:4px 10px;color:#8b94a7;font-size:12px;line-height:1.7;letter-spacing:-.15px}.global-search-area .navbar-search-recommend li{cursor:pointer;padding:8px 10px;font-size:14px;letter-spacing:-.15px;line-height:1.7}.subnav-main-three-ul{margin-left:20px}.subnav-main-three-ul li{margin-bottom:10px}.hy-breadcrumb .tow-column-form h1,.hy-detail-head-banner__content .tow-column-form h1,.navbar-nav .nav-item .tow-column-form .navbar-submenu-content,.tow-column-form .container,.tow-column-form .hy-breadcrumb h1,.tow-column-form .hy-detail-head-banner__content h1,.tow-column-form .navbar-nav .nav-item .navbar-submenu-content{width:925px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .tow-column-form h1,.hy-detail-head-banner__content .tow-column-form h1,.navbar-nav .nav-item .tow-column-form .navbar-submenu-content,.tow-column-form .container,.tow-column-form .hy-breadcrumb h1,.tow-column-form .hy-detail-head-banner__content h1,.tow-column-form .navbar-nav .nav-item .navbar-submenu-content{width:100%}}.hy-breadcrumb .tow-column-form h1>h2,.hy-detail-head-banner__content .tow-column-form h1>h2,.navbar-nav .nav-item .tow-column-form .navbar-submenu-content>h2,.tow-column-form .container>h2,.tow-column-form .hy-breadcrumb h1>h2,.tow-column-form .hy-detail-head-banner__content h1>h2,.tow-column-form .navbar-nav .nav-item .navbar-submenu-content>h2{margin-bottom:30px}.hy-breadcrumb .tow-column-form h1 .introduction,.hy-detail-head-banner__content .tow-column-form h1 .introduction,.navbar-nav .nav-item .tow-column-form .navbar-submenu-content .introduction,.tow-column-form .container .introduction,.tow-column-form .hy-breadcrumb h1 .introduction,.tow-column-form .hy-detail-head-banner__content h1 .introduction,.tow-column-form .navbar-nav .nav-item .navbar-submenu-content .introduction{text-align:center;margin-bottom:55px;line-height:24px;color:#707070}.tow-column-form .tow-column-form_container form{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tow-column-form .tow-column-form_container form .tow-column-form_item-con{width:49%;background-color:#fff;padding:10px 20px;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:16px;border:1px solid transparent}.tow-column-form .tow-column-form_container form .tow-column-form_item-con.active{border:1px solid red}@media only screen and (min-width:320px) and (max-width:700px){.tow-column-form .tow-column-form_container form .tow-column-form_item-con{width:100%}}.tow-column-form .tow-column-form_container form .tow-column-form_item-con:nth-child(2n){margin-left:2%}@media only screen and (min-width:320px) and (max-width:700px){.tow-column-form .tow-column-form_container form .tow-column-form_item-con:nth-child(2n){margin-left:0}}.tow-column-form .tow-column-form_container form .tow-column-form_item-con>label{margin-bottom:0;padding-right:10px}.tow-column-form .tow-column-form_container form .tow-column-form_item-con>label>span{color:red;padding-right:4px}@media only screen and (min-width:320px) and (max-width:700px){.tow-column-form .tow-column-form_container form .tow-column-form_item-con>label{padding-right:0}}.tow-column-form .tow-column-form_container form .tow-column-form_item-con>input,.tow-column-form .tow-column-form_container form .tow-column-form_item-con select,.tow-column-form .tow-column-form_container form .tow-column-form_item-con textarea{-ms-flex:1;flex:1;border:none;height:30px}.tow-column-form .tow-column-form_container form .tow-column-form_policy{display:-ms-flexbox;display:flex;width:100%;padding-left:20px}.tow-column-form .tow-column-form_container form .tow-column-form_policy>label{width:20px;height:20px;border:1px solid #ccc;border-radius:4px;margin-right:10px;cursor:pointer}.tow-column-form .tow-column-form_container form .tow-column-form_policy>input:checked+label{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-size:12px;background-repeat:no-repeat;background-position:50%;border:1px solid #88ab2d}.tow-column-form .tow-column-form_container form .tow-column-form_policy>input{display:none}.tow-column-form .tow-column-form_container form .form-submit-btn{-ms-flex:1;flex:1;text-align:center;margin-top:40px}.tow-column-form .tow-column-form_container form .form-submit-btn>button{border:none;background-color:#88ab2d;width:300px;padding:10px 0;text-align:center;color:#fff;border-radius:60px;transition:all .5s ease}.tow-column-form .tow-column-form_container form .form-submit-btn>button:hover{background-color:#9cc924}.tow-column-form .success-message-wrapper{text-align:center;margin-bottom:60px;line-height:24px;color:#707070;display:none}.WhitePaperLandingPageSection{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#fff}.WhitePaperLandingPageSection .WhitePaperLandingPage{padding-right:unset;padding-left:unset;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage{width:100%;padding-right:20px;padding-left:20px;background-color:#fff}}.WhitePaperLandingPageSection .WhitePaperLandingPage .landingPageTitle{position:absolute;left:50%;width:692px;height:40px;margin-left:-346px;padding-top:58px;color:#141414;font-weight:300;font-size:17px;line-height:20px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .landingPageTitle{position:unset;left:unset;width:100%;height:auto;margin-left:unset;padding-top:34px;color:#212121;font-weight:400;font-size:15px;line-height:21px}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;padding-top:148px;padding-bottom:63px}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage{margin-top:34px;padding-top:unset;padding-right:unset;padding-bottom:26px;padding-left:unset}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage a:hover{cursor:pointer}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem{width:390px;height:auto;margin-bottom:19px}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:first-child{margin-right:23px}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:first-child{margin-right:unset}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2){-ms-flex-preferred-size:584px;flex-basis:584px}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2){-ms-flex-preferred-size:unset;flex-basis:unset;width:100%}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemImage{position:relative;width:590px;height:226px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemImage{width:100%;height:187px}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemImage img{position:absolute;display:block;width:100%;height:226px;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemImage img{width:100%}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemDes{width:590px;height:auto}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemDes .desDetail{font-size:18px;color:#000;width:470px}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemDes .desDetail{font-size:16px;width:252px}}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(-n+2) .itemDes{width:100%;height:158px}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem:nth-child(n+3){-ms-flex:0 0 33.3%;flex:0 0 33.3%}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem{width:100%;height:auto;margin-right:unset}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .itemImage{position:relative;width:390px;height:226px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .itemImage{width:100%;height:189px}}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .itemImage img{position:absolute;display:block;width:390px;height:226px;object-fit:cover}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .itemDes{width:390px;height:auto;padding-top:40px;background-color:#f7f8fa}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .desTitle{width:283px;height:auto;margin-left:45px;color:#141414;font-weight:600;font-size:20px;line-height:19px}.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .desDetail{font-size:18px;color:#000;width:300px;height:auto;margin-top:10px;margin-left:45px;padding-bottom:40px}@media only screen and (min-width:320px) and (max-width:700px){.WhitePaperLandingPageSection .WhitePaperLandingPage .langdingPageMainMessage .langdingPageItem .desDetail{font-size:16px}}.Subscribe{position:relative;width:100%}.Subscribe .subscribeImage img{width:100%;height:190px;object-fit:cover}.Subscribe .subscribeMessage{position:absolute;top:72px;left:50%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;width:900px;height:auto;margin-left:-400px}@media only screen and (min-width:320px) and (max-width:700px){.Subscribe .subscribeMessage{top:43px;left:unset;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;margin-left:unset;padding-right:28px;padding-left:27px}}.Subscribe .subscribeMessage .subscribeDes{width:600px;height:74px;margin-top:13px;color:#fff;font-weight:400;font-size:17px;line-height:26px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.Subscribe .subscribeMessage .subscribeDes{width:100%;height:50px;padding-right:10px;padding-left:10px;font-size:15px;line-height:20px}}.Subscribe .subscribeMessage .subscribeButton a{width:250px;height:50px;color:#fff;font-weight:400;font-size:17px;line-height:50px}@media only screen and (min-width:320px) and (max-width:700px){.Subscribe .subscribeMessage .subscribeButton a{position:absolute;left:50%;-ms-flex-pack:center;justify-content:center;width:184px;height:37px;margin-left:-97px;font-size:12px;line-height:37px}}.page-banner .page-banner-item{position:relative;height:600px}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item{height:600px;padding-bottom:50px}}.page-banner .page-banner-item i{margin-right:8px}.page-banner .page-banner-item .page-banner-bg-img,.page-banner .page-banner-item .page-banner-bg-img-mobile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.page-banner .page-banner-item .page-banner-bg-img-mobile{display:none}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item .page-banner-bg-img-mobile{display:block}}.page-banner .page-banner-item .bg-mask{position:absolute;z-index:2;width:100%;height:100%;background-image:linear-gradient(90deg,rgba(0,0,0,.9),transparent)}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item .bg-mask{background-color:rgba(0,0,0,.3);background-image:none}}.hy-breadcrumb .page-banner .page-banner-item h1,.hy-detail-head-banner__content .page-banner .page-banner-item h1,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content,.page-banner .page-banner-item .container,.page-banner .page-banner-item .hy-breadcrumb h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content{z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1,.hy-detail-head-banner__content .page-banner .page-banner-item h1,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content,.page-banner .page-banner-item .container,.page-banner .page-banner-item .hy-breadcrumb h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content{max-width:unset;height:500px;-ms-flex-align:center;align-items:center}}.hy-breadcrumb .page-banner .page-banner-item h1.right,.hy-detail-head-banner__content .page-banner .page-banner-item h1.right,.navbar-nav .nav-item .page-banner .page-banner-item .right.navbar-submenu-content,.page-banner .page-banner-item .container.right,.page-banner .page-banner-item .hy-breadcrumb h1.right,.page-banner .page-banner-item .hy-detail-head-banner__content h1.right,.page-banner .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content{-ms-flex-align:end;align-items:flex-end}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1.right,.hy-detail-head-banner__content .page-banner .page-banner-item h1.right,.navbar-nav .nav-item .page-banner .page-banner-item .right.navbar-submenu-content,.page-banner .page-banner-item .container.right,.page-banner .page-banner-item .hy-breadcrumb h1.right,.page-banner .page-banner-item .hy-detail-head-banner__content h1.right,.page-banner .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hy-breadcrumb .page-banner .page-banner-item h1.right .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1.right .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .right.navbar-submenu-content .content-info,.page-banner .page-banner-item .container.right .content-info,.page-banner .page-banner-item .hy-breadcrumb h1.right .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1.right .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .content-info{margin-bottom:0}}.hy-breadcrumb .page-banner .page-banner-item h1.right .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1.right .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .right.navbar-submenu-content .content-info,.page-banner .page-banner-item .container.right .content-info,.page-banner .page-banner-item .hy-breadcrumb h1.right .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1.right .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .content-info{margin-bottom:40px}.hy-breadcrumb .page-banner .page-banner-item h1.right .btn-wrapper,.hy-detail-head-banner__content .page-banner .page-banner-item h1.right .btn-wrapper,.navbar-nav .nav-item .page-banner .page-banner-item .right.navbar-submenu-content .btn-wrapper,.page-banner .page-banner-item .container.right .btn-wrapper,.page-banner .page-banner-item .hy-breadcrumb h1.right .btn-wrapper,.page-banner .page-banner-item .hy-detail-head-banner__content h1.right .btn-wrapper,.page-banner .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .btn-wrapper{width:500px}.hy-breadcrumb .page-banner .page-banner-item h1.left,.hy-detail-head-banner__content .page-banner .page-banner-item h1.left,.navbar-nav .nav-item .page-banner .page-banner-item .left.navbar-submenu-content,.page-banner .page-banner-item .container.left,.page-banner .page-banner-item .hy-breadcrumb h1.left,.page-banner .page-banner-item .hy-detail-head-banner__content h1.left,.page-banner .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content{-ms-flex-align:start;align-items:flex-start}.hy-breadcrumb .page-banner .page-banner-item h1.left .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1.left .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .left.navbar-submenu-content .content-info,.page-banner .page-banner-item .container.left .content-info,.page-banner .page-banner-item .hy-breadcrumb h1.left .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1.left .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content .content-info{margin-bottom:40px}.hy-breadcrumb .page-banner .page-banner-item h1.left-down,.hy-detail-head-banner__content .page-banner .page-banner-item h1.left-down,.navbar-nav .nav-item .page-banner .page-banner-item .left-down.navbar-submenu-content,.page-banner .page-banner-item .container.left-down,.page-banner .page-banner-item .hy-breadcrumb h1.left-down,.page-banner .page-banner-item .hy-detail-head-banner__content h1.left-down,.page-banner .page-banner-item .navbar-nav .nav-item .left-down.navbar-submenu-content{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:end;padding-bottom:85px}.hy-breadcrumb .page-banner .page-banner-item h1.left-down .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1.left-down .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .left-down.navbar-submenu-content .content-info,.page-banner .page-banner-item .container.left-down .content-info,.page-banner .page-banner-item .hy-breadcrumb h1.left-down .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1.left-down .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .left-down.navbar-submenu-content .content-info{width:823px}.hy-breadcrumb .page-banner .page-banner-item h1 .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info,.page-banner .page-banner-item .container .content-info,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info{-ms-flex-wrap:wrap;flex-wrap:wrap;width:500px;color:#fff;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .content-info,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info,.page-banner .page-banner-item .container .content-info,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info{width:100%;text-align:center}}.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h1,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h1,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h1,.page-banner .page-banner-item .container .content-info>h1,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h1{font-family:OpenSans-SemiBold;margin-bottom:28px;text-align:left;text-shadow:1px 1px rgba(0,0,0,.3);color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h1,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h1,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h1,.page-banner .page-banner-item .container .content-info>h1,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h1{font-weight:500;text-align:center;margin-bottom:0}}.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h2,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h2,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h2,.page-banner .page-banner-item .container .content-info>h2,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h2,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h2,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h2{font-size:20px;font-family:OpenSans-Regular;text-align:left;font-weight:400;margin-bottom:0;color:#fff;line-height:1.4;text-shadow:1px 1px rgba(0,0,0,.3)}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h2,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h2,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h2,.page-banner .page-banner-item .container .content-info>h2,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h2,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h2,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h2{font-size:18px;text-align:center;padding:20px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h3,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h3,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h3,.page-banner .page-banner-item .container .content-info>h3,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h3,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h3,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h3{font-size:18px;text-align:center;padding:20px;text-shadow:1px 1px rgba(0,0,0,.3)}}.hy-breadcrumb .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info .content-info-title,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info .content-info-title,.page-banner .page-banner-item .container .content-info .content-info-title,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info .content-info-title,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info .content-info-title{font-family:OpenSans-SemiBold;margin-bottom:28px;text-align:left;text-shadow:1px 1px rgba(0,0,0,.3);color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info .content-info-title,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info .content-info-title,.page-banner .page-banner-item .container .content-info .content-info-title,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info .content-info-title,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info .content-info-title{font-weight:500;text-align:center;margin-bottom:0}}.hy-breadcrumb .page-banner .page-banner-item h1 .content-info.dark,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info.dark,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info.dark,.page-banner .page-banner-item .container .content-info.dark,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info.dark,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info.dark,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info.dark{color:#404040}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper,.page-banner .page-banner-item .container .btn-wrapper,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper{display:-ms-flexbox;display:flex;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper,.page-banner .page-banner-item .container .btn-wrapper,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;width:100%;text-align:center}}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li,.page-banner .page-banner-item .container .btn-wrapper li,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li{margin:0 20px 20px 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li,.page-banner .page-banner-item .container .btn-wrapper li,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li{margin:0 10px 10px 0}}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li a,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li a,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li a,.page-banner .page-banner-item .container .btn-wrapper li a,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li a,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li a,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li a{display:inline-block;min-width:161px;padding:11px 24px;color:#171717;font-weight:600;text-align:center;border:1px solid transparent;border-radius:100px;cursor:pointer;transition:all .3s ease}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(odd) a,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(odd) a,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li:nth-child(odd) a,.page-banner .page-banner-item .container .btn-wrapper li:nth-child(odd) a,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li:nth-child(odd) a,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li:nth-child(odd) a,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li:nth-child(odd) a{background-color:#fff}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(odd) a:hover,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(odd) a:hover,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li:nth-child(odd) a:hover,.page-banner .page-banner-item .container .btn-wrapper li:nth-child(odd) a:hover,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li:nth-child(odd) a:hover,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li:nth-child(odd) a:hover,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li:nth-child(odd) a:hover{color:#75951f}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .container .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a{border:1px solid #fff;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .container .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li:nth-child(2n) a,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a{margin-left:auto}}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a:hover,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper li:nth-child(2n) a:hover,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a:hover,.page-banner .page-banner-item .container .btn-wrapper li:nth-child(2n) a:hover,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper li:nth-child(2n) a:hover,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper li:nth-child(2n) a:hover,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper li:nth-child(2n) a:hover{color:#88ab2d}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper.dark li:nth-child(2n) a,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper.dark li:nth-child(2n) a,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper.dark li:nth-child(2n) a,.page-banner .page-banner-item .container .btn-wrapper.dark li:nth-child(2n) a,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper.dark li:nth-child(2n) a,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper.dark li:nth-child(2n) a,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper.dark li:nth-child(2n) a{color:#404040;border:1px solid #404040}.hy-breadcrumb .page-banner .page-banner-item h1 .btn-wrapper.dark li:nth-child(2n) a:hover,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .btn-wrapper.dark li:nth-child(2n) a:hover,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .btn-wrapper.dark li:nth-child(2n) a:hover,.page-banner .page-banner-item .container .btn-wrapper.dark li:nth-child(2n) a:hover,.page-banner .page-banner-item .hy-breadcrumb h1 .btn-wrapper.dark li:nth-child(2n) a:hover,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .btn-wrapper.dark li:nth-child(2n) a:hover,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .btn-wrapper.dark li:nth-child(2n) a:hover{color:#88ab2d;border:1px solid #88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item #center-center{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.page-banner .page-banner-item #center-center .content-info{margin-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item #top_center{-ms-flex-pack:start;justify-content:flex-start}.page-banner .page-banner-item #top_center .content-info{margin-bottom:0;margin-top:40px}}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .page-banner-item #bottom_center{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}.page-banner .page-banner-item #bottom_center .content-info{width:100%;margin-bottom:0}}.page-banner .carousel-control-prev{top:50%;left:0;z-index:4;width:40px;height:40px;transform:translateY(-50%);background:rgba(0,0,0,.30196078431372547);border-bottom-right-radius:100px;border-top-right-radius:100px;opacity:1!important}.page-banner .carousel-control-prev:hover{background:rgba(0,0,0,.5019607843137255)}.page-banner .carousel-control-next{top:50%;right:0;z-index:4;width:40px;height:40px;transform:translateY(-50%);background:rgba(0,0,0,.30196078431372547);border-bottom-left-radius:100px;border-top-left-radius:100px;opacity:1!important}.page-banner .carousel-control-next:hover{background:rgba(0,0,0,.5019607843137255)}.page-banner .carousel-control-btn>img{color:#fff;width:18px;height:18px}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .carousel{padding-bottom:0}}.page-banner .carousel .carousel-indicators{bottom:-40px;margin-bottom:35px}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .carousel .carousel-indicators{bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.page-banner .carousel .carousel-indicators li{width:9px;height:9px;background-color:#c9c9c9;opacity:1}.page-banner .carousel .carousel-indicators li.active{width:13px;height:13px;background-color:#2b2b2b}}@media only screen and (min-width:320px) and (max-width:700px){.fade-in-effect{opacity:0;transform:translateY(-2000%);transition:opacity .6s ease-in,transform 2s cubic-bezier(.215,.61,.355,1) .5s}}.scenario h2{text-align:center}.hy-breadcrumb .scenario>h1>p,.hy-detail-head-banner__content .scenario>h1>p,.navbar-nav .nav-item .scenario>.navbar-submenu-content>p,.scenario>.container>p{margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .scenario>h1>p,.hy-detail-head-banner__content .scenario>h1>p,.navbar-nav .nav-item .scenario>.navbar-submenu-content>p,.scenario>.container>p{margin-bottom:24px}}.scenario p{font-size:20px;line-height:28px;letter-spacing:-.4px;color:#404040;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.scenario p{font-size:16px;line-height:1.4;letter-spacing:-.15px}}.scenario .scenario-main{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main{white-space:nowrap;vertical-align:middle;overflow-x:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:unset;flex-wrap:unset}.scenario .scenario-main::-webkit-scrollbar{height:0;background:transparent;scrollbar-width:none}}.scenario .scenario-main .scenario-item{margin-bottom:32px;margin-left:24px;border-radius:12px;box-shadow:0 0 6px 0 rgba(22,39,51,.1607843137254902);overflow:hidden;width:384px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#f7f8fa}@media screen and (min-width:1200px) and (max-width:1300px){.scenario .scenario-main .scenario-item{width:380px;margin-left:20px}}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-item{max-width:280px;overflow:unset;margin-bottom:24px}.scenario .scenario-main .scenario-item img{border-radius:12px 12px 0 0}}.scenario .scenario-main .scenario-item:nth-child(3n+1){margin-left:0}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-item:nth-child(3n+1){margin-left:20px}}.scenario .scenario-main .scenario-item:first-child{margin-left:0}.scenario .scenario-main .scenario-info{padding:40px 35px;background-color:#f7f8fa;-ms-flex:1;flex:1}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info{width:280px;padding:20px 10px}}.scenario .scenario-main .scenario-info>h3{margin-bottom:10px;font-weight:700;font-size:24px;line-height:31.2px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info>h3{font-size:18px;line-height:25.2px;color:#000}}.scenario .scenario-main .scenario-info>h3 a{font-weight:700;font-size:24px;line-height:31.2px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info>h3 a{font-size:18px;line-height:25.2px;color:#000}}.scenario .scenario-main .scenario-info>p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#404040;text-align:left;text-wrap:wrap;white-space:normal}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info>p{font-size:12px;line-height:18px;text-wrap:wrap}}.scenario .scenario-main .scenario-info>p a{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#404040;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info>p a{font-size:12px;line-height:18px}}.scenario .scenario-main .scenario-info .scenario-btn{color:#171717;font-weight:600;font-size:16px;line-height:16px;transition:color .2s;letter-spacing:-.2px;display:inline-block;margin-top:32px}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info .scenario-btn{font-size:14px;margin-top:24px}}.scenario .scenario-main .scenario-info .scenario-btn a{color:#171717;font-weight:600;font-size:16px;line-height:16px;transition:color .2s}@media only screen and (min-width:320px) and (max-width:700px){.scenario .scenario-main .scenario-info .scenario-btn a{font-size:14px;letter-spacing:-.2px;color:#96b41e}}.scenario .scenario-main .scenario-info .scenario-btn:hover,.scenario .scenario-main .scenario-info .scenario-btn a:hover{color:#839e3b}.video .one-element{position:relative;height:400px}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element{padding:40px 0;height:auto}}.video .one-element>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video .one-element .one-element-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container{-ms-flex-direction:column;flex-direction:column}}.video .one-element .one-element-container .video-con{position:relative;width:350px;height:210px;margin-right:80px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-con{width:100%;height:204px;margin-right:0;border:1px solid #707070}}.video .one-element .one-element-container .video-con .play-btn{position:absolute;top:50%;left:50%;width:48px;height:48px;margin-top:-24px;margin-left:-24px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-con .play-btn.one-element-pc{display:block}}.video .one-element .one-element-container .video-info{width:420px}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-info{width:100%;margin-top:35px}}.video .one-element .one-element-container .video-info .one-element-mobile{display:none}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-info .one-element-mobile{display:none}}.video .one-element .one-element-container .video-info p.info-title{color:#88ab2d;font-weight:700;font-size:24px;line-height:31.2px;line-height:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-info p.info-title{font-size:15px;margin-left:10px;line-height:22.5px;letter-spacing:-.15px}}.video .one-element .one-element-container .video-info>h2{margin:10px 0 40px;color:#fff;font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.4px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-info>h2{font-size:24px;line-height:28.8px;margin:0 0 0 10px;font-weight:500}}.video .one-element .one-element-container .video-info p.info-time{color:#fff;font-size:16px;line-height:23px;opacity:1}@media only screen and (min-width:320px) and (max-width:700px){.video .one-element .one-element-container .video-info p.info-time{margin-top:20px;margin-left:10px}}.video .one-element .one-element-container .video-mask{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-color:#071323;opacity:.6;display:none}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .video .more-element h1>h2,.hy-detail-head-banner__content .video .more-element h1>h2,.navbar-nav .nav-item .video .more-element .navbar-submenu-content>h2,.video .more-element .container>h2,.video .more-element .hy-breadcrumb h1>h2,.video .more-element .hy-detail-head-banner__content h1>h2,.video .more-element .navbar-nav .nav-item .navbar-submenu-content>h2,.video .one-element .one-element-container .video-mask{display:none}}.video .more-element .more-element-main{display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly}.video .more-element .more-element-main .video-new-item{position:relative;width:390px;max-width:390px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item{background-color:#000;width:100%;max-width:100%;padding:40px 20px}}.video .more-element .more-element-main .video-new-item>img{transition:all .3s ease-in}.video .more-element .more-element-main .video-new-item:hover>img{transform:scale(1.1)}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item:hover>img{transform:none}}.video .more-element .more-element-main .video-new-item:hover .play-btn{transform:translateY(-16px)}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item:hover .play-btn{transform:none}}.video .more-element .more-element-main .video-new-item:hover .info-content{transform:translateY(-16px)}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item:hover .info-content{transform:none}}.video .more-element .more-element-main .video-new-item .video-poster{height:240px;border:1px solid #707070;object-fit:cover}.video .more-element .more-element-main .video-new-item .video-mask{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-color:#071323;opacity:.6}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item .video-mask{display:none}}.video .more-element .more-element-main .video-new-item .more-element-content{position:absolute;top:0;left:0;z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item .more-element-content{position:relative;text-align:left;-ms-flex-align:start;align-items:flex-start}}.video .more-element .more-element-main .video-new-item .more-element-content>.play-btn{cursor:pointer;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item .more-element-content>.play-btn{position:absolute;top:-146px;left:50%;margin-left:-24px}}.video .more-element .more-element-main .video-new-item .more-element-content p.info-content{width:310px;margin:10px 0 27px;color:#fff;font-size:20px;line-height:30px;transition:all .3s ease-in}.video .more-element .more-element-main .video-new-item .more-element-content h3.info-content{width:310px;margin:10px 0 27px;font-weight:600;color:#fff;font-size:20px;line-height:28px;letter-spacing:-.4px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item .more-element-content h3.info-content{width:100%;margin:35px 0 0;font-size:16px;line-height:20.8px;letter-spacing:-.15px}}.video .more-element .more-element-main .video-new-item .more-element-content p.info-time{color:#fff;font-weight:600;font-size:14px;opacity:1;letter-spacing:.1px;line-height:23.8px}@media only screen and (min-width:320px) and (max-width:700px){.video .more-element .more-element-main .video-new-item .more-element-content p.info-time{font-size:12px;line-height:18px;margin-top:12px}}.webinar-recording-video-list .recording-video-list-wrapper li .video-info .info-title{-webkit-box-orient:vertical;display:-webkit-box}.testimonial{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:450px;background:#08273a}.testimonial>img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.testimonial .testimonial-main{z-index:2;width:824px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.testimonial .testimonial-main{width:100%;padding:0 10px}}.testimonial .testimonial-main .testimonial-main-top{text-align:left}.testimonial .testimonial-main .testimonial-main-des{margin:20px 0;color:#fff;font-weight:400;font-size:24px;line-height:36px}@media only screen and (min-width:320px) and (max-width:700px){.testimonial .testimonial-main .testimonial-main-des{font-size:18px}}.testimonial .testimonial-main .testimonial-main-bottom{text-align:right}.testimonial .testimonial-main .testimonial-main-name{color:#9aa5ac;text-align:right}@media only screen and (min-width:320px) and (max-width:700px){.testimonial .testimonial-main .testimonial-main-name{font-size:14px}}.hy-breadcrumb .news h1,.hy-detail-head-banner__content .news h1,.navbar-nav .nav-item .news .navbar-submenu-content,.news .container,.news .hy-breadcrumb h1,.news .hy-detail-head-banner__content h1,.news .navbar-nav .nav-item .navbar-submenu-content{margin-left:calc(50vw - 610px);max-width:1300px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .news h1,.hy-detail-head-banner__content .news h1,.navbar-nav .nav-item .news .navbar-submenu-content,.news .container,.news .hy-breadcrumb h1,.news .hy-detail-head-banner__content h1,.news .navbar-nav .nav-item .navbar-submenu-content{margin-left:0;max-width:100%}.hy-breadcrumb .news h1 h2,.hy-detail-head-banner__content .news h1 h2,.navbar-nav .nav-item .news .navbar-submenu-content h2,.news .container h2,.news .hy-breadcrumb h1 h2,.news .hy-detail-head-banner__content h1 h2,.news .navbar-nav .nav-item .navbar-submenu-content h2{text-align:left}}.news .news-main{white-space:nowrap;overflow-x:hidden;padding:8px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main{overflow-x:auto}.news .news-main::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent}}.news .news-main .news-left{display:-ms-flexbox;display:flex;width:996px;height:386px;padding:32px;background:#fff;border-radius:12px;margin-right:24px;box-shadow:0 0 12px 0 rgba(22,39,51,.12);-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left{-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0;width:280px;-ms-flex-pack:end;justify-content:flex-end}}.news .news-main .news-left:hover{color:#404040}.news .news-main .news-left .left-content{width:310px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left .left-content{width:280px;padding:20px}}.news .news-main .news-left .left-content .content-type>span{color:#404040;font-size:14px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left .left-content .content-type>span{font-size:12px}}.news .news-main .news-left .left-content .content-type>span.content-type-tag{background:#f2f3f5;padding:6px 12px;border-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left .left-content .content-type>span.content-type-tag{padding:4px 8px}}.news .news-main .news-left .left-content .content-info{white-space:normal;line-height:1.4;font-size:20px;font-weight:700;color:#282828;padding:20px 0;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left .left-content .content-info{font-size:16px;padding:12px 0;font-weight:500}}.news .news-main .news-left .left-content .content-info a{color:#282828}.news .news-main .news-left .left-content .content-line{padding:5px 0;color:#9d9fa1}.news .news-main .news-left .left-content .content-des{white-space:normal;line-height:1.7;letter-spacing:.15px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left .left-content .six-ellipsis{-webkit-line-clamp:3;font-size:12px}}.news .news-main .news-left img{width:589px;height:322px;object-fit:cover;border-radius:12px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-main .news-left img{width:280px;height:152px;border-bottom-left-radius:0;border-bottom-right-radius:0}}.news .news-bottom{text-align:center;margin-top:24px}.news .news-bottom>a{font-size:16px;letter-spacing:-.2px;height:44px;line-height:44px;background-color:#96b41e;border-radius:100px;color:#fff;cursor:pointer;display:inline-block;transition:all .3s ease;padding:0 20px}@media only screen and (min-width:320px) and (max-width:700px){.news .news-bottom>a{height:40px;line-height:40px}}.news .news-bottom>a:hover{background-color:#839e3b}.text-word-unfold .word-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.text-word-unfold .word-wrapper .word-wrapper-left,.text-word-unfold .word-wrapper .word-wrapper-right{display:inline-block;width:49%}@media only screen and (min-width:320px) and (max-width:700px){.text-word-unfold .word-wrapper .word-wrapper-left,.text-word-unfold .word-wrapper .word-wrapper-right{font-size:17px;padding-left:20px;padding-right:20px;width:100%}}.text-word-unfold .word-wrapper .word-fold{margin-bottom:15px;border:1px solid #cac9c9;box-shadow:0 1px 5px rgba(33,51,67,.12);background-color:#fff}.text-word-unfold .word-wrapper .word-fold .word-fold-title{width:100%;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:30px;color:#404040;font-size:20px}@media only screen and (min-width:320px) and (max-width:700px){.text-word-unfold .word-wrapper .word-fold .word-fold-title{font-size:17px;padding:15px}}.text-word-unfold .word-wrapper .word-fold .word-fold-title i{color:#88ab2d}.text-word-unfold .word-wrapper .word-fold .word-fold-title span{font-size:17px;display:-ms-flexbox;display:flex;line-height:1.4;-ms-flex-align:center;align-items:center;padding-left:15px;font-weight:600}.text-word-unfold .word-wrapper .word-fold .word-fold-content{font-size:16px;color:#707070;padding:0 30px 30px 60px}@media only screen and (min-width:320px) and (max-width:700px){.text-word-unfold .word-wrapper .word-fold .word-fold-content{padding:0 20px 20px 50px}}.text-word-unfold .word-wrapper .word-fold .word-fold-content p{margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .c-related-products__main.container,.c-related-products .hy-breadcrumb h1.c-related-products__main,.c-related-products .hy-detail-head-banner__content h1.c-related-products__main,.c-related-products .navbar-nav .nav-item .c-related-products__main.navbar-submenu-content,.hy-breadcrumb .c-related-products h1.c-related-products__main,.hy-detail-head-banner__content .c-related-products h1.c-related-products__main,.navbar-nav .nav-item .c-related-products .c-related-products__main.navbar-submenu-content{padding-left:10px!important;padding-right:10px!important}}.c-related-products .c-related-products__main.container ul,.c-related-products .hy-breadcrumb h1.c-related-products__main ul,.c-related-products .hy-detail-head-banner__content h1.c-related-products__main ul,.c-related-products .navbar-nav .nav-item .c-related-products__main.navbar-submenu-content ul,.hy-breadcrumb .c-related-products h1.c-related-products__main ul,.hy-detail-head-banner__content .c-related-products h1.c-related-products__main ul,.navbar-nav .nav-item .c-related-products .c-related-products__main.navbar-submenu-content ul{max-width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .c-related-products__main.container ul,.c-related-products .hy-breadcrumb h1.c-related-products__main ul,.c-related-products .hy-detail-head-banner__content h1.c-related-products__main ul,.c-related-products .navbar-nav .nav-item .c-related-products__main.navbar-submenu-content ul,.hy-breadcrumb .c-related-products h1.c-related-products__main ul,.hy-detail-head-banner__content .c-related-products h1.c-related-products__main ul,.navbar-nav .nav-item .c-related-products .c-related-products__main.navbar-submenu-content ul{max-width:auto}}.c-related-products .c-related-products__item{margin-bottom:25px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .c-related-products__item{margin-bottom:0;padding:10px 0}}.c-related-products .c-related-products__item .c-related-products__item_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:20px 70px 20px 38px;background-color:#fafbfc}.c-related-products .c-related-products__item .c-related-products__item_wrapper h3{color:#404040;font-size:17px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.c-related-products .c-related-products__item .c-related-products__item_wrapper span{color:#404040;font-size:20px}.c-related-products .c-related-products__item .c-related-products__item_wrapper i{cursor:pointer}.c-related-products .c-related-products__item .c-related-products__item_wrapper i.iconicon-plus{display:inline-block}.c-related-products .c-related-products__item .c-related-products__item_wrapper i.iconreturn_top-btn,.c-related-products .c-related-products__item.is-active i.iconicon-plus{display:none}.c-related-products .c-related-products__item.is-active i.iconreturn_top-btn{display:inline-block}.c-related-products .c-related-products__item .c-related-products__js-wrapper{display:none}.c-related-products__sublist{display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0 20px 40px;border:2px solid #fafbfc}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products__sublist{padding:0 0 20px;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.c-related-products__sublist .c-related-products__subitem{display:-ms-flexbox;display:flex;position:relative;padding-right:170px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products__sublist .c-related-products__subitem{padding-right:0}.c-related-products__sublist .c-related-products__subitem img{width:180px;height:240px}}.c-related-products__sublist .c-related-products__subitem .c-related-products__subitem__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:206px;position:absolute;height:100%;left:180px;top:0;padding-top:60px}.c-related-products__sublist .c-related-products__subitem .c-related-products__subitem__info span{color:#404040;font-size:20px}.c-related-products__sublist .c-related-products__subitem .c-related-products__subitem__info p{margin:10px 0 25px;color:#707070;font-size:16px;line-height:24px}.c-related-products__sublist .c-related-products__subitem .c-related-products__subitem__info a{color:#88ab2d;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .product-card .hy-image.hy-image-ratio-3-4{margin-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .product-card .product-footer .product-name{color:#88ab2d}}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .slick-next{background-image:url(https://www.hytera.com/iwov-resources/public/images/slick-next.png);right:10px}}@media only screen and (min-width:320px) and (max-width:700px){.c-related-products .slick-next,.c-related-products .slick-prev{background-repeat:no-repeat;background-color:transparent;background-position:50%;display:block!important}.c-related-products .slick-prev{background-image:url(https://www.hytera.com/iwov-resources/public/images/slick-prev.png);left:10px}}.new-general-form .introduction{margin-bottom:55px;color:#707070;line-height:24px;text-align:center}.general-form .container,.general-form .hy-breadcrumb h1,.general-form .hy-detail-head-banner__content h1,.general-form .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .general-form h1,.hy-detail-head-banner__content .general-form h1,.navbar-nav .nav-item .general-form .navbar-submenu-content{width:910px}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container,.general-form .hy-breadcrumb h1,.general-form .hy-detail-head-banner__content h1,.general-form .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .general-form h1,.hy-detail-head-banner__content .general-form h1,.navbar-nav .nav-item .general-form .navbar-submenu-content{width:100%}}.general-form .container>h2,.general-form .hy-breadcrumb h1>h2,.general-form .hy-detail-head-banner__content h1>h2,.general-form .navbar-nav .nav-item .navbar-submenu-content>h2,.hy-breadcrumb .general-form h1>h2,.hy-detail-head-banner__content .general-form h1>h2,.navbar-nav .nav-item .general-form .navbar-submenu-content>h2{margin-bottom:30px}.general-form .container .introduction,.general-form .hy-breadcrumb h1 .introduction,.general-form .hy-detail-head-banner__content h1 .introduction,.general-form .navbar-nav .nav-item .navbar-submenu-content .introduction,.hy-breadcrumb .general-form h1 .introduction,.hy-detail-head-banner__content .general-form h1 .introduction,.navbar-nav .nav-item .general-form .navbar-submenu-content .introduction{font-size:18px;color:#000;margin-bottom:55px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .introduction,.general-form .hy-breadcrumb h1 .introduction,.general-form .hy-detail-head-banner__content h1 .introduction,.general-form .navbar-nav .nav-item .navbar-submenu-content .introduction,.hy-breadcrumb .general-form h1 .introduction,.hy-detail-head-banner__content .general-form h1 .introduction,.navbar-nav .nav-item .general-form .navbar-submenu-content .introduction{font-size:16px}}.general-form .container .general-form_container form,.general-form .hy-breadcrumb h1 .general-form_container form,.general-form .hy-detail-head-banner__content h1 .general-form_container form,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form,.hy-breadcrumb .general-form h1 .general-form_container form,.hy-detail-head-banner__content .general-form h1 .general-form_container form,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;color:#707070}.general-form .container .general-form_container form .general-form_item-con,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:440px;margin-bottom:30px;padding:9px 20px;font-size:16px;background-color:#fff;border:1px solid transparent}.general-form .container .general-form_container form .general-form_item-con #country-select,.general-form .container .general-form_container form .general-form_item-con #industry-select,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con #country-select,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con #industry-select,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con #country-select,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con #industry-select,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con #country-select,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con #industry-select,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con #country-select,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con #industry-select,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con #country-select,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con #industry-select,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con #country-select,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con #industry-select{margin-left:4px}.general-form .container .general-form_container form .general-form_item-con .verify-error,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con .verify-error,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con .verify-error,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con .verify-error,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con .verify-error,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con .verify-error,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con .verify-error{position:absolute;top:30px;left:0;margin-top:20px;color:#c7000b;font-size:12px;opacity:0}.general-form .container .general-form_container form .general-form_item-con .email-error-tip,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con .email-error-tip,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con .email-error-tip,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con .email-error-tip,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con .email-error-tip,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con .email-error-tip,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con .email-error-tip{position:absolute;top:55px;left:0;margin-top:-5px;color:#c7000b;font-size:12px;opacity:0}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .general-form_item-con,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con{width:100%;margin-bottom:20px;padding:10px 12px}}.general-form .container .general-form_container form .general-form_item-con>label,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>label,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>label,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>label,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>label,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>label,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>label{position:relative;margin-bottom:0;padding-left:10px}.general-form .container .general-form_container form .general-form_item-con>label>span,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>label>span,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>label>span,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>label>span,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>label>span,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>label>span,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>label>span{position:absolute;top:2px;left:0;color:red}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .general-form_item-con>label,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>label,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>label,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>label,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>label,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>label,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>label{max-width:100px;padding-right:0}}.general-form .container .general-form_container form .general-form_item-con>input,.general-form .container .general-form_container form .general-form_item-con select,.general-form .container .general-form_container form .general-form_item-con textarea,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>input,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con select,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con textarea,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>input,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con select,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con textarea,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>input,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con select,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con textarea,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>input,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con select,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con textarea,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>input,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con select,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con textarea,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>input,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con select,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con textarea{-ms-flex:1;flex:1;height:30px;margin-left:4px;color:#707070;background-color:#fff;border:none}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .general-form_item-con>input,.general-form .container .general-form_container form .general-form_item-con select,.general-form .container .general-form_container form .general-form_item-con textarea,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>input,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con select,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con textarea,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>input,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con select,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con textarea,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>input,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con select,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con textarea,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>input,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con select,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con textarea,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>input,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con select,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con textarea,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>input,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con select,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con textarea{-webkit-appearance:none}}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .general-form_item-con>select,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_item-con>select,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_item-con>select,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_item-con>select,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_item-con>select,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_item-con>select,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_item-con>select{padding-left:20px}}.general-form .container .general-form_container form .general-form_policy,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy{width:100%;margin-top:10px;color:#707070;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .general-form_policy,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy{padding:0;font-size:14px}}.general-form .container .general-form_container form .general-form_policy .item-check-label,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .item-check-label,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .item-check-label,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .item-check-label,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .item-check-label,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label{position:relative;display:inline-block;margin-right:10px;margin-bottom:0;vertical-align:middle;cursor:pointer}.general-form .container .general-form_container form .general-form_policy .item-check-label .check-peg,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .item-check-label .check-peg,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .item-check-label .check-peg,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .check-peg,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .item-check-label .check-peg,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .item-check-label .check-peg,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .check-peg{display:-ms-flexbox;display:flex;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.general-form .container .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .agreement-check:checked~.check-peg{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-repeat:no-repeat;background-position:50%;background-size:12px;border:1px solid #88ab2d}.general-form .container .general-form_container form .general-form_policy .item-check-label .agreement-check,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .item-check-label .agreement-check,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .item-check-label .agreement-check,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .agreement-check,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .item-check-label .agreement-check,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .item-check-label .agreement-check,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .item-check-label .agreement-check{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.general-form .container .general-form_container form .general-form_policy .agreement-text-wrapper,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .agreement-text-wrapper,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .agreement-text-wrapper,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .agreement-text-wrapper,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .agreement-text-wrapper,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .agreement-text-wrapper,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .agreement-text-wrapper{vertical-align:middle}.general-form .container .general-form_container form .general-form_policy .policy-text-wrapper,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .policy-text-wrapper,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .policy-text-wrapper,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .policy-text-wrapper,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .policy-text-wrapper,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .policy-text-wrapper,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .policy-text-wrapper{display:inline-block;margin-top:20px}.general-form .container .general-form_container form .general-form_policy .policy-text-wrapper>a,.general-form .hy-breadcrumb h1 .general-form_container form .general-form_policy .policy-text-wrapper>a,.general-form .hy-detail-head-banner__content h1 .general-form_container form .general-form_policy .policy-text-wrapper>a,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .general-form_policy .policy-text-wrapper>a,.hy-breadcrumb .general-form h1 .general-form_container form .general-form_policy .policy-text-wrapper>a,.hy-detail-head-banner__content .general-form h1 .general-form_container form .general-form_policy .policy-text-wrapper>a,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .general-form_policy .policy-text-wrapper>a{color:#88ab2d}.general-form .container .general-form_container form .form-submit-btn,.general-form .hy-breadcrumb h1 .general-form_container form .form-submit-btn,.general-form .hy-detail-head-banner__content h1 .general-form_container form .form-submit-btn,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .form-submit-btn,.hy-breadcrumb .general-form h1 .general-form_container form .form-submit-btn,.hy-detail-head-banner__content .general-form h1 .general-form_container form .form-submit-btn,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .form-submit-btn{-ms-flex:1;flex:1;margin-top:45px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .form-submit-btn,.general-form .hy-breadcrumb h1 .general-form_container form .form-submit-btn,.general-form .hy-detail-head-banner__content h1 .general-form_container form .form-submit-btn,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .form-submit-btn,.hy-breadcrumb .general-form h1 .general-form_container form .form-submit-btn,.hy-detail-head-banner__content .general-form h1 .general-form_container form .form-submit-btn,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .form-submit-btn{margin-top:24px}}.general-form .container .general-form_container form .form-submit-btn>button,.general-form .hy-breadcrumb h1 .general-form_container form .form-submit-btn>button,.general-form .hy-detail-head-banner__content h1 .general-form_container form .form-submit-btn>button,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .form-submit-btn>button,.hy-breadcrumb .general-form h1 .general-form_container form .form-submit-btn>button,.hy-detail-head-banner__content .general-form h1 .general-form_container form .form-submit-btn>button,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .form-submit-btn>button{min-width:220px;height:40px;color:#fff;line-height:40px;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;transition:all .5s ease}.general-form .container .general-form_container form .form-submit-btn>button:hover,.general-form .hy-breadcrumb h1 .general-form_container form .form-submit-btn>button:hover,.general-form .hy-detail-head-banner__content h1 .general-form_container form .form-submit-btn>button:hover,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .form-submit-btn>button:hover,.hy-breadcrumb .general-form h1 .general-form_container form .form-submit-btn>button:hover,.hy-detail-head-banner__content .general-form h1 .general-form_container form .form-submit-btn>button:hover,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .form-submit-btn>button:hover{background-color:#9cc924}@media only screen and (min-width:320px) and (max-width:700px){.general-form .container .general-form_container form .form-submit-btn>button,.general-form .hy-breadcrumb h1 .general-form_container form .form-submit-btn>button,.general-form .hy-detail-head-banner__content h1 .general-form_container form .form-submit-btn>button,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container form .form-submit-btn>button,.hy-breadcrumb .general-form h1 .general-form_container form .form-submit-btn>button,.hy-detail-head-banner__content .general-form h1 .general-form_container form .form-submit-btn>button,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container form .form-submit-btn>button{width:100%}}.general-form .container .general-form_container .hbspt-form form .hs-form-field,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field{display:-ms-flexbox;display:flex;align-items:center;width:440px;margin-bottom:30px;padding:9px 20px;color:#404040;font-size:16px;background-color:#fff;border:1px solid transparent;-ms-flex-align:center}.general-form .container .general-form_container .hbspt-form form .hs-form-field label,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field label,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field label,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field label,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field label,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label{position:relative;margin-right:8px;margin-bottom:0;padding-left:10px}.general-form .container .general-form_container .hbspt-form form .hs-form-field label:after,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field label:after,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field label:after,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label:after,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field label:after,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field label:after,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label:after{margin-left:2px;content:":"}.general-form .container .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field label .hs-form-required,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field label .hs-form-required{position:absolute;top:2px;left:0;color:red}.general-form .container .general-form_container .hbspt-form form .hs-form-field .input,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field .input,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field .input,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}.general-form .container .general-form_container .hbspt-form form .hs-form-field .input input,.general-form .container .general-form_container .hbspt-form form .hs-form-field .input textarea,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field .input input,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-form-field .input textarea,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field .input input,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-form-field .input textarea,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input input,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input textarea,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input input,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input textarea,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input input,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-form-field .input textarea,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input input,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-form-field .input textarea{-ms-flex:1;flex:1;height:30px;color:#404040;background-color:#fff;border:none}.general-form .container .general-form_container .hbspt-form form .hs-submit,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-submit,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-submit,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-submit,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-submit,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center}.general-form .container .general-form_container .hbspt-form form .hs-submit .actions,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-submit .actions,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-submit .actions,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions{-ms-flex:1;flex:1;margin-top:45px;text-align:center}.general-form .container .general-form_container .hbspt-form form .hs-submit .actions>input,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-submit .actions>input,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-submit .actions>input,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions>input,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions>input,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions>input,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions>input{min-width:220px;height:40px;color:#fff;line-height:40px;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;transition:all .5s ease}.general-form .container .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.general-form .hy-breadcrumb h1 .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.general-form .hy-detail-head-banner__content h1 .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.general-form .navbar-nav .nav-item .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.hy-breadcrumb .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.hy-detail-head-banner__content .general-form h1 .general-form_container .hbspt-form form .hs-submit .actions>input:hover,.navbar-nav .nav-item .general-form .navbar-submenu-content .general-form_container .hbspt-form form .hs-submit .actions>input:hover{background-color:#9cc924}.general-form .container .success-message-wrapper,.general-form .hy-breadcrumb h1 .success-message-wrapper,.general-form .hy-detail-head-banner__content h1 .success-message-wrapper,.general-form .navbar-nav .nav-item .navbar-submenu-content .success-message-wrapper,.hy-breadcrumb .general-form h1 .success-message-wrapper,.hy-detail-head-banner__content .general-form h1 .success-message-wrapper,.navbar-nav .nav-item .general-form .navbar-submenu-content .success-message-wrapper{display:none;margin-bottom:60px;color:#707070;line-height:24px;text-align:center}.general-form .phone-mutiselect{position:fixed;top:90px;z-index:1051;width:80%;min-height:260px;max-height:500px;margin-left:10%;overflow:auto;background-color:#fff;border-radius:0}.general-form .phone-mutiselect .select-item{height:45px;padding-top:12px;padding-bottom:12px;padding-left:42px;color:#404040}.general-form .phone-mutiselect .select-item:before{position:absolute;left:10px;margin-top:-6px;content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_unselect.png)}.general-form .phone-mutiselect .active:before{content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_select.png)}.general-form .select-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;width:100%;height:100%;background:rgba(0,0,0,.6)}.new-general-form .hsfc-Renderer .hsfc-Row input:-webkit-autofill{box-shadow:inset 0 0 0 30px #fff!important}.new-general-form .hsfc-Renderer .hsfc-Heading{font-family:OpenSans-SemiBold!important;color:#282828!important}.new-general-form .hsfc-Renderer .hsfc-DropdownField{padding:0 26px 0 0}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .hsfc-Renderer .hsfc-DropdownField{padding:0}.new-general-form .hsfc-Renderer .hsfc-DropdownField .hsfc-DropdownInput__Caret{padding:0!important}}.new-general-form .hsfc-Renderer .hsfc-FieldLabel{position:relative;margin-bottom:0!important;padding:0 10px}.new-general-form .hsfc-Renderer .hsfc-FieldLabel span{display:inline-block;color:#999}.new-general-form .hsfc-Renderer .hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator{position:absolute;top:50%;left:0;color:#c7000b;transform:translateY(-50%)}.new-general-form .hsfc-Renderer .hsfc-PhoneInput .hsfc-TextInput{width:274px;height:41px}.new-general-form .hsfc-Renderer .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret{background-color:#fff;border-right:none!important;border:none;border-bottom:1px solid #d6d6d6;padding:12px 10px 10px!important}.new-general-form .hsfc-Renderer .hsfc-TextareaInput{width:100%;height:168px;margin-top:20px;border:1px solid #d6d6d6;background-color:#fff}.new-general-form .hsfc-Renderer .hsfc-TextareaInput:active,.new-general-form .hsfc-Renderer .hsfc-TextareaInput:focus,.new-general-form .hsfc-Renderer .hsfc-TextareaInput:hover{box-shadow:none!important}.new-general-form .hsfc-Renderer .hsfc-ProgressBar__Progress>div{background-color:#88ab2d}.new-general-form .hsfc-Renderer .hsfc-ReCaptchaV2{display:none}.new-general-form .hsfc-Renderer .hsfc-Button{min-width:150px;height:40px;font-weight:600;font-size:16px;color:#f8f9fb;line-height:16px;letter-spacing:-.2px;text-align:center;background-color:#96b41e;border:none;border-radius:100px;padding:10px 24px;transition:all .5s ease}.new-general-form .hsfc-Renderer .hsfc-Button:active,.new-general-form .hsfc-Renderer .hsfc-Button:focus,.new-general-form .hsfc-Renderer .hsfc-Button:hover{background-color:#839e3b!important;transform:none!important}.new-general-form .hsfc-Renderer .hsfc-ErrorAlert{font-size:12px!important;padding-left:12px}.new-general-form .hsfc-Renderer .hsfc-CheckboxField{margin-bottom:16px}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator{left:22px}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel span{font-weight:400;font-size:12px!important;color:#404040!important;line-height:1.7;letter-spacing:-.15px}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input{display:none}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input+span:before{position:absolute;top:0;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span{position:relative;-ms-flex:1;flex:1;font-weight:400;padding-left:30px;font-size:14px;line-height:1.7;letter-spacing:-.15px}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span>a{color:#88ab2d}.new-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span>a:hover{border-bottom:2px solid #96b41e}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .hsfc-Renderer .hsfc-Step__Content{padding:0!important}}.new-general-form .hsfc-Renderer .hsfc-TextInput{width:330px;height:40px;border:none;border-bottom:1px solid #d6d6d6;background-color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .hsfc-Renderer .hsfc-TextInput{width:100%}}.new-general-form .hsfc-Renderer .hsfc-TextInput:active,.new-general-form .hsfc-Renderer .hsfc-TextInput:focus,.new-general-form .hsfc-Renderer .hsfc-TextInput:hover{box-shadow:none!important}.new-general-form .new-general-form_container{width:85%;margin:auto;padding:30px 80px;font-size:16px;background:#fff;box-shadow:0 1px 9px rgba(88,88,88,.1)}.new-general-form .new-general-form_container .hs-submit{margin:auto}.new-general-form .new-general-form_container .hs-form-booleancheckbox a{color:#88ab2d}.hy-breadcrumb .new-general-form .new-general-form_container h1,.hy-detail-head-banner__content .new-general-form .new-general-form_container h1,.navbar-nav .nav-item .new-general-form .new-general-form_container .navbar-submenu-content,.new-general-form .new-general-form_container .container,.new-general-form .new-general-form_container .hy-breadcrumb h1,.new-general-form .new-general-form_container .hy-detail-head-banner__content h1,.new-general-form .new-general-form_container .navbar-nav .nav-item .navbar-submenu-content{margin-left:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .new-general-form .new-general-form_container h1,.hy-detail-head-banner__content .new-general-form .new-general-form_container h1,.navbar-nav .nav-item .new-general-form .new-general-form_container .navbar-submenu-content,.new-general-form .new-general-form_container .container,.new-general-form .new-general-form_container .hy-breadcrumb h1,.new-general-form .new-general-form_container .hy-detail-head-banner__content h1,.new-general-form .new-general-form_container .navbar-nav .nav-item .navbar-submenu-content{margin:-20px auto 0}}.hy-breadcrumb .new-general-form .new-general-form_container h1 .hbspt-form form,.hy-detail-head-banner__content .new-general-form .new-general-form_container h1 .hbspt-form form,.navbar-nav .nav-item .new-general-form .new-general-form_container .navbar-submenu-content .hbspt-form form,.new-general-form .new-general-form_container .container .hbspt-form form,.new-general-form .new-general-form_container .hy-breadcrumb h1 .hbspt-form form,.new-general-form .new-general-form_container .hy-detail-head-banner__content h1 .hbspt-form form,.new-general-form .new-general-form_container .navbar-nav .nav-item .navbar-submenu-content .hbspt-form form{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .new-general-form .new-general-form_container h1 .hbspt-form form,.hy-detail-head-banner__content .new-general-form .new-general-form_container h1 .hbspt-form form,.navbar-nav .nav-item .new-general-form .new-general-form_container .navbar-submenu-content .hbspt-form form,.new-general-form .new-general-form_container .container .hbspt-form form,.new-general-form .new-general-form_container .hy-breadcrumb h1 .hbspt-form form,.new-general-form .new-general-form_container .hy-detail-head-banner__content h1 .hbspt-form form,.new-general-form .new-general-form_container .navbar-nav .nav-item .navbar-submenu-content .hbspt-form form{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.new-general-form .new-general-form_container .hs-error-msg{color:#c7000b;font-size:12px;position:absolute}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:20px;font-size:12px;background-color:transparent}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.new-general-form .new-general-form_container .hs_recaptcha{display:none}.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .input,.new-general-form .new-general-form_container .hs_recaptcha .input{width:740px;margin:auto auto auto 35px}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-fieldtype-booleancheckbox .input,.new-general-form .new-general-form_container .hs_recaptcha .input{width:100%;margin:auto}}.new-general-form .new-general-form_container .hs-form-booleancheckbox{padding:30px 0;text-align:left}.new-general-form .new-general-form_container .hs-form-booleancheckbox span{padding-left:10px}.new-general-form .new-general-form_container .hs-richtext p{margin-left:36px;margin-bottom:-30px}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-richtext p{margin-left:0}}.new-general-form .new-general-form_container .hs-form-field{display:inline-block}.new-general-form .new-general-form_container .hs-form-field label{margin-bottom:0;margin-left:4px}.new-general-form .new-general-form_container .hs-form-field input:-webkit-autofill{box-shadow:inset 0 0 0 30px #fff!important}.new-general-form .new-general-form_container .hs-fieldtype-phonenumber,.new-general-form .new-general-form_container .hs-fieldtype-text{display:inline-block;padding:0 40px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-fieldtype-phonenumber,.new-general-form .new-general-form_container .hs-fieldtype-text{padding:0;width:100%}}.new-general-form .new-general-form_container .hs-fieldtype-phonenumber span,.new-general-form .new-general-form_container .hs-fieldtype-text span{display:inline-block;width:150px;margin-top:30px;color:#999}.new-general-form .new-general-form_container .hs-fieldtype-phonenumber .hs-form-required,.new-general-form .new-general-form_container .hs-fieldtype-text .hs-form-required{display:inline-block;margin-left:-160px;color:#c7000b}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-industry{width:auto}}.new-general-form .new-general-form_container .hs-button{width:220px;margin:60px 0 0 35px;padding:9px 0;color:#fff;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;transition:all .5s ease}.new-general-form .new-general-form_container .hs-fieldtype-select{display:inline-block;padding:0 40px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-fieldtype-select{padding:0}}.new-general-form .new-general-form_container .hs-fieldtype-select span{display:inline-block;width:120px;margin-top:30px;color:#999}.new-general-form .new-general-form_container .hs-fieldtype-select .hs-form-required{display:inline-block;margin-left:-130px;color:#c7000b}.new-general-form .new-general-form_container .hs-description{width:740px;margin:auto auto auto 40px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .hs-description{width:100%;margin:auto}}.new-general-form .new-general-form_container .hs-description span{display:inline-block;width:300px;margin-top:30px;color:#999}.new-general-form .new-general-form_container .hs-description .hs-form-required{display:inline-block;margin-left:-310px;color:#c7000b}.new-general-form .new-general-form_container .hs-description textarea{width:100%;height:168px;margin-top:20px;border:1px solid #d6d6d6}.new-general-form .new-general-form_container .input>input,.new-general-form .new-general-form_container .input>select{width:330px;height:40px;border:none;border-bottom:1px solid #d6d6d6}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .input>input,.new-general-form .new-general-form_container .input>select{width:100%}}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container{width:100%;padding:10px 10px 30px}}.new-general-form .new-general-form_container .form-item-box .item-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-general-form .new-general-form_container .form-item-box .item-row .item-col{display:-ms-flexbox;display:flex;width:50%;padding:0 30px}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .form-item-box .item-row .item-col{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0}}.new-general-form .new-general-form_container .form-item-box .item-row .item-col.all-row{width:100%}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group{position:relative;-ms-flex:1;flex:1;margin-top:25px;padding:0 20px}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group{-ms-flex:none;flex:none;width:100%;margin-top:14px;padding:0 10px}}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group.item-error .verify-error{opacity:1}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group.item-error .item-wrapper .form-textarea{border-color:#c7000b}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group.item-error.email-error .verify-error{opacity:0}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group.item-error.email-error .email-error-tip{opacity:1}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper{position:relative;display:block;padding-top:26px;cursor:text}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-text{display:block;width:100%;padding:10px 0;color:#333;line-height:1.375;background-color:transparent;border:none;border-bottom:1px solid #d6d6d6;-webkit-appearance:none}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-text:focus{box-shadow:inset 0 -2px 0 0 #88ab2d}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-text:focus~.item-label{top:0;font-size:14px;line-height:1.5}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-text:focus~.select-icon{transform:rotate(90deg)}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-text.item-not-empty~.item-label{font-size:14px;line-height:1.5}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-label{position:absolute;top:14px;left:0;padding-left:8px;color:#999;line-height:1.83333333;transition:all .2s ease}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .item-label>em{position:absolute;left:0;color:#c7000b}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .select-icon{position:absolute;top:14px;right:0;color:#999;font-size:18px;transition:transform .4s}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .form-textarea{display:block;width:100%;height:126px;padding:10px 15px;color:#666;border:1px solid #d6d6d6;resize:none}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .form-textarea.item-not-empty~.textarea-tips{display:none}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .textarea-tips{position:absolute;top:36px;right:10px;bottom:10px;left:10px;color:#999}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .item-wrapper .textarea-tips>em{margin-right:6px;color:#c7000b}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .email-error-tip,.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .verify-error{position:absolute;bottom:0;left:0;width:100%;padding:0 24px;color:#c7000b;font-size:12px;line-height:1.2;transform:translateY(100%);opacity:0}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group.current .select-option-con{height:auto;visibility:visible}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con{position:absolute;top:36px;top:10px;right:0;z-index:11;width:100%;height:40px;margin-top:5px;color:transparent;background:transparent;border:none;cursor:pointer;-webkit-appearance:none;appearance:none}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option{padding:6px 10px;color:#999;font-size:14px;line-height:1.4}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option.active{color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option.active{color:#707070}}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option:hover{color:#88ab2d;background-color:#dbdada}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option{height:45px;padding-top:12px;padding-bottom:12px;padding-left:42px}.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option.option:before{position:absolute;left:10px;margin-top:-6px;content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_unselect.png)}}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .form-item-box .item-row .item-col .item-group .select-option-con .option.active:before{content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_select.png)}}.new-general-form .new-general-form_container .recaptchaConfig{display:-ms-flexbox;display:flex;padding:30px 0 0 50px}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .recaptchaConfig{padding:20px 0 0}}.new-general-form .new-general-form_container .general-form_policy{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:30px;padding:0 50px;color:#707070}@media only screen and (min-width:320px) and (max-width:700px){.new-general-form .new-general-form_container .general-form_policy{padding:0 20px}}.new-general-form .new-general-form_container .general-form_policy .item-group{position:relative}.new-general-form .new-general-form_container .general-form_policy .item-group.item-error .verify-error{opacity:1}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .item-check-label{position:relative;display:inline-block;margin-right:10px;margin-bottom:0;vertical-align:middle;cursor:pointer}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .item-check-label .check-peg{display:-ms-flexbox;display:flex;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .item-check-label .agreement-check:checked~.check-peg{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-repeat:no-repeat;background-position:50%;background-size:12px;border:1px solid #88ab2d}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .item-check-label .agreement-check{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .agreement-text-wrapper{vertical-align:middle}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .policy-text-wrapper{display:inline-block;margin-top:20px}.new-general-form .new-general-form_container .general-form_policy .item-group .item-wrapper .policy-text-wrapper>a{color:#88ab2d}.new-general-form .new-general-form_container .general-form_policy .item-group .verify-error{position:absolute;bottom:0;left:0;width:100%;padding:0 24px;color:#c7000b;font-size:12px;line-height:1.2;transform:translateY(100%);opacity:0}.new-general-form .new-general-form_container .form-submit-btn{-ms-flex:1;flex:1;margin-top:45px;text-align:center}.new-general-form .new-general-form_container .form-submit-btn>button{width:220px;padding:9px 0;color:#fff;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;transition:all .5s ease}.new-general-form .new-general-form_container .form-submit-btn>button:hover{background-color:#9cc924}.new-general-form .success-message-wrapper{display:none;margin-bottom:60px;color:#707070;line-height:24px;text-align:center}.new-general-form .phone-mutiselect{position:fixed;top:90px;z-index:1051;width:80%;min-height:260px;max-height:500px;margin-left:10%;overflow:auto;background-color:#fff;border-radius:0}.new-general-form .phone-mutiselect .select-item{height:45px;padding-top:12px;padding-bottom:12px;padding-left:42px}.new-general-form .phone-mutiselect .select-item:before{position:absolute;left:10px;margin-top:-6px;content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_unselect.png)}.new-general-form .phone-mutiselect .active:before{content:url(https://livesite1.hytera.com/iwov-resources/hytera/14_icon/new_icon/radio_select.png)}.new-general-form .select-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;width:100%;height:100%;background:rgba(0,0,0,.6)}.hs_recaptcha{display:none!important}@media only screen and (min-width:320px) and (max-width:700px){#hubspot-messages-iframe-container.widget-align-right{min-height:68px;min-width:68px;width:68px;height:68px}}#new-general-form .hs-form-private .hs-input.hs-fieldtype-textarea::placeholder,#new-general-form .hs-form-private textarea::placeholder,#new-general-form .hs-form .hs-input.hs-fieldtype-textarea::placeholder,#new-general-form .hs-form textarea::placeholder{color:#ccc!important;opacity:1!important}#new-general-form .hs-form-private .hs-input.hs-fieldtype-textarea::-webkit-input-placeholder,#new-general-form .hs-form-private textarea::-webkit-input-placeholder,#new-general-form .hs-form .hs-input.hs-fieldtype-textarea::-webkit-input-placeholder,#new-general-form .hs-form textarea::-webkit-input-placeholder{color:#ccc!important;opacity:1!important}#new-general-form .hs-form-private .hs-input.hs-fieldtype-textarea::-moz-placeholder,#new-general-form .hs-form-private textarea::-moz-placeholder,#new-general-form .hs-form .hs-input.hs-fieldtype-textarea::-moz-placeholder,#new-general-form .hs-form textarea::-moz-placeholder{color:#ccc!important;opacity:1!important}#new-general-form .hs-form-private .hs-input.hs-fieldtype-textarea:-ms-input-placeholder,#new-general-form .hs-form-private textarea:-ms-input-placeholder,#new-general-form .hs-form .hs-input.hs-fieldtype-textarea:-ms-input-placeholder,#new-general-form .hs-form textarea:-ms-input-placeholder{color:#ccc!important;opacity:1!important}#new-general-form .hs-richtext h2{position:relative;left:-40px}@media only screen and (min-width:320px) and (max-width:700px){#new-general-form .hs-richtext h2{left:0}}.new-product-specification{background-color:#fff}.new-product-specification .new-product-specification-main{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.new-product-specification .new-product-specification-main>ul{width:180px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .new-product-specification-main>ul{display:none}}.new-product-specification .new-product-specification-main>ul li{font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#9d9fa1;padding:16px 12px;cursor:pointer;border-left:2px solid #e0e2e5}.new-product-specification .new-product-specification-main>ul li:first-child{margin-top:12px;padding-top:4px}.new-product-specification .new-product-specification-main>ul li:last-child{padding-bottom:4px}.new-product-specification .new-product-specification-main>ul li.active{border-left:2px solid #96b41e;color:#96b41e}.new-product-specification .new-product-specification-main>div{width:792px}.new-product-specification .specification-table-wrapper{display:none}.new-product-specification .specification-table-wrapper.active{display:block}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper{display:block}}.new-product-specification .specification-table-wrapper .specification-table{width:100%;color:#707070;white-space:pre-line}.new-product-specification .specification-table-wrapper .specification-table thead tr th{font-family:OpenSans-SemiBold;font-weight:700;font-size:28px;letter-spacing:-.6px;color:#282828;height:56px;line-height:28px;vertical-align:inherit;border:none;padding:0}.new-product-specification .specification-table-wrapper .specification-table thead tr th:nth-child(2){display:none}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper .specification-table thead tr th:nth-child(2){width:24px;display:table-cell}.new-product-specification .specification-table-wrapper .specification-table thead tr th:nth-child(2) i.active{display:inline-block;transform:rotate(180deg)}}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper .specification-table thead tr th{height:40px;font-size:16px;line-height:20.8px;letter-spacing:-.15px;font-weight:500}}.new-product-specification .specification-table-wrapper tbody tr{border-top:1px solid #e0e2e5;display:-ms-flexbox;display:flex;padding:12px 0}.new-product-specification .specification-table-wrapper tbody tr:first-child{border-top:none}.new-product-specification .specification-table-wrapper tbody tr td{font-size:18px;color:#000;display:-ms-flexbox;display:flex;padding:0}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper tbody tr td{font-size:16px}}.new-product-specification .specification-table-wrapper tbody tr td:first-child{-ms-flex:1;flex:1;font-weight:600;font-size:14px;line-height:21px;letter-spacing:-.15px;color:#282828;padding-right:10px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper tbody tr td:first-child{padding-left:0;font-size:12px;line-height:18px}}.new-product-specification .specification-table-wrapper tbody tr td:nth-child(2){-ms-flex:1.2;flex:1.2;font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#5b5f65}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper tbody tr td:nth-child(2){-ms-flex:1;flex:1;font-size:12px;line-height:18px;letter-spacing:-.15px}}@media only screen and (min-width:320px) and (max-width:700px){.new-product-specification .specification-table-wrapper tbody{display:none}.new-product-specification .specification-table-wrapper tbody.active{display:table-row-group}}.new-product-specification .specification-button-wrapper{margin-top:20px}.new-product-specification .specification-button-wrapper .specification-read-more{width:220px;height:40px;line-height:40px;background-color:#88ab2d;border-radius:20px;color:#fff;text-align:center;transition:all .3s ease-in;font-size:14px}.new-product-specification .specification-button-wrapper .specification-read-more:hover{background-color:#99bd40}.new-product-specification .specification-button-wrapper .specification-read-more .learn-more{display:none}.new-product-specification .specification-button-wrapper .specification-read-more.collapsed .learn-more,.new-product-specification .specification-button-wrapper .specification-read-more .put-away{display:inline-block}.new-product-specification .specification-button-wrapper .specification-read-more.collapsed .put-away{display:none}.datedLogo{z-index:2;background-color:#919191;color:#fff;position:absolute;padding:4px 10px;border-bottom-right-radius:10px;top:10px;left:10px}.updatedDate{background:#e8e8e8;color:#6b6b6b;padding:2px 20px;text-align:center;border-radius:14px;margin-bottom:10px;display:inline-block}.stop-outer{width:100%;max-width:1272px;margin:40px 9%}@media only screen and (min-width:320px) and (max-width:700px){.stop-outer{padding:40px 2%;margin:0}}.stop-a{display:inline-block;-webkit-text-decoration-line:none;text-decoration-line:none;padding-left:10px;padding-right:10px;width:14.666667%;margin-bottom:10px;color:#88ab2d}.stop-a:hover{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;color:#94bf22}@media only screen and (max-width:768px){.stop-a{width:32.666667%}}.stop-content{margin-bottom:40px}.stop-content>p{color:#333d47;font-size:16px}@media only screen and (max-width:768px){.stop-content>p{font-size:14px}.stop-content>h1{text-align:center}}.stop-content>h1{margin-bottom:20px;line-height:1.5;letter-spacing:.025em;font-weight:700;font-size:29px}.stop-to-product-finder{color:#88ab2d;text-decoration:none}.stop-to-product-finder:hover{color:#94bf22}.specification-disclaimers{font-size:14px;color:#a5a5a5;width:792px;margin-left:288px}@media only screen and (min-width:320px) and (max-width:700px){.specification-disclaimers{width:100%;margin-left:0;font-size:12px}}.channel-registry-entry .channel-registry-subheading{color:#707070;text-align:center;font-size:16px;line-height:24px;margin-bottom:60px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .channel-registry-subheading{margin-bottom:20px}}.channel-registry-entry .channel-registry-main .registry-step-identification{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .channel-registry-main .registry-step-identification{display:none}}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item{color:#707070;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item:first-child .step-dot-line{display:none}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item.active{color:#88ab2d}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item.active .step-number{color:#88ab2d;font-weight:600;font-size:50px}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item.active .step-info{font-weight:600}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item .step-dot-line{font-size:28px;padding-right:50px;margin-top:-16px}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item .step-number{font-size:45px;font-style:italic;color:#f7f7f7;font-weight:600}.channel-registry-entry .channel-registry-main .registry-step-identification .step-identification-item .step-info{font-size:16px;padding-left:14px}.channel-registry-entry .registry-form-container{padding:40px 0}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container{padding:0 0 20px}}.channel-registry-entry .registry-form-container .registry-form{display:none}.channel-registry-entry .registry-form-container .registry-form.current{display:block}.channel-registry-entry .registry-form-container .registry-form .area-title{padding:10px 0;font-size:18px;color:#88ab2d;background-color:#fff;margin-bottom:14px;font-weight:700;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .area-title{padding:10px 0 10px 16px;-ms-flex-direction:column;flex-direction:column}}.channel-registry-entry .registry-form-container .registry-form .area-title .copy-btn{display:inline-block;background-color:#88ab2d;color:#fff;cursor:pointer;padding:6px 16px;text-align:center;border-radius:16px;font-size:12px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .area-title .copy-btn{width:120px;margin-top:10px}}.channel-registry-entry .registry-form-container .registry-form .area-title .copy-btn:hover{background-color:#a2d02d}.channel-registry-entry .registry-form-container .registry-form .area-title:before{content:"";display:block;position:absolute;width:4px;height:20px;background-color:#88ab2d;left:-16px;top:50%;margin-top:-10px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .area-title:before{left:0}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul:after{content:"";height:0;clear:both;display:block}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item{width:48%;float:left;margin-bottom:30px;margin-right:4%}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item{width:100%;margin-right:0;margin-bottom:20px}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item.layout-row{width:100%}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item:nth-child(2n){margin-right:0}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con{display:-ms-flexbox;display:flex;border:1px solid #eee;padding:40px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:16px 4px}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-main{width:120px;height:120px;background-color:#f7f8fa;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;text-align:center}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-main .upload-multiple{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-main .iconupload-add-file{font-size:24px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;margin-left:20px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list{margin-left:0;width:100%;margin-top:10px}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-upload-tips{text-align:center;padding:8px 0;color:#c7000b}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item{display:-ms-flexbox;display:flex;background-color:#f7f8fa;height:40px;padding:6px 8px;margin-bottom:10px;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item{height:auto}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-info{min-width:300px;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-info{min-width:200px}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-info .file-info-text{margin-left:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-info .file-info-text .file-info-size{font-size:12px;color:#707070}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-info .file-info-text .file-info-name{display:inline-block;width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .file-upload-con .file-upload-list .file-item .file-delete{cursor:pointer;color:#88ab2d;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-right:20px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group{display:-ms-flexbox;display:flex;position:relative;background-color:#f7f8fa;height:50px;-ms-flex-align:center;align-items:center;padding:0 20px 0 10px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio{display:-ms-flexbox;display:flex;padding-left:20px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio{-ms-flex-direction:column;flex-direction:column}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio .item-check-label{display:-ms-flexbox;display:flex;position:relative;margin-right:20px;margin-bottom:0;-ms-flex-align:center;align-items:center;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio .item-check-label .check-peg{display:-ms-flexbox;display:flex;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio .item-check-label .check-text{color:#707070;margin-left:6px;font-size:15px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio .item-check-label .agreement-check:checked~.check-peg{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-size:12px;background-repeat:no-repeat;background-position:50%;border:1px solid #88ab2d}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .checkbox-radio .item-check-label .agreement-check{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group.item-textarea{height:auto;-ms-flex-align:start;align-items:flex-start;padding:20px 10px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group.check-error-email .form-item-error-email,.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group.check-error .form-item-error{opacity:1}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .form-item-error,.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .form-item-error-email{position:absolute;bottom:-20px;color:#c7000b;opacity:0}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .item-label{font-size:16px;color:#707070;min-width:86px;margin-bottom:0;padding:0 10px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .item-label{max-width:60%}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .item-label .js-required{color:#c7000b;font-size:16px;position:absolute;left:0;top:4px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group input,.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group select{border:none;background-color:transparent;-ms-flex:1;flex:1;color:#1a1b1b;display:block;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:364px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group input,.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group select{width:50%}}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group input:focus{outline:none}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group textarea{-ms-flex:1;flex:1;background-color:transparent;border:none;width:100%;min-height:100px;color:#1a1b1b;font-size:16px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group select.multipleSelect{height:100%;max-width:450px;white-space:pre-line}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group.current .multipleSelect-con{visibility:visible;height:auto}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .select-icon{font-size:12px;transform:rotate(90deg);color:#bdbec0}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-input.current~.multipleSelect-con{visibility:visible;height:auto}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-con{position:absolute;z-index:11;top:50px;left:0;visibility:hidden;height:0;overflow-y:auto;width:calc(100% - 40px);max-height:240px;cursor:pointer;background:hsla(0,0%,94.9%,.9490196078431372);box-shadow:0 4px 12px 0 rgba(58,57,57,.15);border-radius:8px;border:1px solid #d6d5d5;padding:6px 0}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-con .option{font-size:16px;position:relative;padding:4px 0 4px 20px;color:#414141}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-con .option:hover{background-color:#3a7ae6;color:#fff}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-con .option.active:before{content:"\2713";color:#414141;position:absolute;left:2px}.channel-registry-entry .registry-form-container .registry-form .registry-form-ul .registry-form-item .item-group .multipleSelect-con .multipleSelect-tips{color:#c7000b;text-align:center}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper{border:1px solid #eee;padding:40px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper{padding:20px 10px}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-category-title{font-size:20px;color:#a7a8a9;position:relative;margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-category-title{padding-left:14px}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-category-title:before{content:"";position:absolute;left:-14px;top:50%;width:4px;height:24px;background-color:#a7a8a9;margin-top:-12px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-category-title:before{left:0}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul{-ms-flex-direction:column;flex-direction:column}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item{width:48%;margin-right:4%;padding:8px 10px}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item{width:100%;margin-right:0}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item:nth-child(2n){margin-right:0}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item .confirm-item-label{font-size:14px;color:#707070;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item .confirm-item-label{width:50%}}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul .confirm-ul-item .confirm-item-value{color:#88ab2d;margin-left:10px;font-size:14px}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul-file{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul-file .confirm-ul-file-item{-ms-flex:1;flex:1;padding:8px 10px;display:-ms-flexbox;display:flex}.channel-registry-entry .registry-form-container .registry-form .confirm-wrapper .confirm-ul-file .confirm-ul-file-item .confirm-file-name{color:#88ab2d;font-size:14px;margin-left:14px}.channel-registry-entry .registry-form-container .registry-form .general-form_policy{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:start;justify-content:flex-start;margin-top:30px;color:#707070}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group{margin-bottom:30px}}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group.item-error .verify-error{opacity:1}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper .item-check-label{display:inline-block;position:relative;margin-right:10px;margin-bottom:0;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper .item-check-label .check-peg{display:-ms-flexbox;display:flex;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper .item-check-label .agreement-check:checked~.check-peg{background-color:#88ab2d;background-image:url(https://www.hytera.com/iwov-resources/public/images/white_checked.png);background-size:12px;background-repeat:no-repeat;background-position:50%;border:1px solid #88ab2d}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper .item-check-label .agreement-check{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .item-wrapper .agreement-text-wrapper{-ms-flex:1;flex:1}.channel-registry-entry .registry-form-container .registry-form .general-form_policy .item-group .verify-error{position:absolute;width:100%;left:0;bottom:0;transform:translateY(100%);font-size:12px;line-height:1.2;color:#c7000b;opacity:0;padding:0 24px}.channel-registry-entry .registry-step-controler{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.channel-registry-entry .registry-step-controler.js-not-first .step-prev{display:inline-block}.channel-registry-entry .registry-step-controler.js-last .step-next{display:none}.channel-registry-entry .registry-step-controler.js-last .step-submit{display:inline-block}.channel-registry-entry .registry-step-controler .step-btn{cursor:pointer;display:inline-block;padding:10px 20px;border-radius:24px;background-color:#88ab2d;color:#fff;font-size:20px;min-width:196px;max-height:48px;text-align:center;margin-left:20px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.channel-registry-entry .registry-step-controler .step-btn{min-width:160px}}.channel-registry-entry .registry-step-controler .step-btn:hover{background-color:#a2d02d}.channel-registry-entry .registry-step-controler .step-prev,.channel-registry-entry .registry-step-controler .step-submit{display:none}.channel-partner-table .channel-partner-table-main{overflow-x:scroll}@media only screen and (min-width:320px) and (max-width:700px){.channel-partner-table .channel-partner-table-main>table{width:800px!important}}.tooltip .arrow:before{border-top-color:#fff!important}.tooltip .tooltip-inner{padding:8px 10px;color:#707070;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.35)}.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:40px;padding:40px}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper{margin-bottom:20px;padding:20px}}.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper .purchase-online_item{width:140px;height:140px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper .purchase-online_item{width:100px;height:100px;box-shadow:none}}.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper .purchase-online_item a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper .purchase-online_item a img{width:36px;height:36px;margin-bottom:10px}.purchase-channel-page .purchase-channel_main .purchase-online .purchase-online_wrapper .purchase-online_item a span{display:inline-block;padding-top:20px;color:#707070}.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:40px;padding:40px}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper{margin-bottom:20px;padding:20px}}.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:300px;height:140px}.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item img{width:36px;height:36px}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item img{width:28px;height:28px}}.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item a{width:140px;height:40px;color:#88ab2d;line-height:40px;text-align:center;border:1px solid #88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item a{width:90px;height:30px;font-size:12px;line-height:30px}}.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item p{padding:20px 0;color:#707070}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-hytera .purchase-hytera_wrapper .purchase-hytera_item p{font-size:12px;text-align:center}}.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;padding:40px}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper{padding:20px}}.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:300px;height:140px}.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item img{width:36px;height:36px}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item img{width:28px;height:28px}}.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item a{width:140px;height:40px;color:#88ab2d;line-height:40px;text-align:center;border:1px solid #88ab2d}.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item p{padding:20px 0;color:#707070}@media only screen and (min-width:320px) and (max-width:700px){.purchase-channel-page .purchase-channel_main .purchase-distributor .purchase-distributor_wrapper .purchase-distributor_item p{padding:16px 0;font-size:12px;text-align:center}}.purchase-channel-page h3{margin-bottom:20px;color:#707070}.resource-specific-download{text-align:center}.resource-specific-download .specific-download_btn{height:40px;padding:0 30px;color:#fff;font-size:20px;line-height:40px;background-color:#88ab2d;border:none;border-radius:20px}@media only screen and (min-width:320px) and (max-width:700px){.resource-specific-download .specific-download_btn{height:auto;padding:10px 20px;line-height:24px;border-radius:40px}}.resource-specific-download .input-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.resource-specific-download .input-wrapper .download-code-label{padding:6px 0;font-size:16px;text-align:left}.resource-specific-download .input-wrapper .code-error-tips{color:#c7000b;opacity:0;transition:all .3s ease-in}.resource-specific-download .input-wrapper.input-error .code-error-tips{opacity:1}.resource-specific-download .input-wrapper .download-code-input{width:100%;height:34px;padding-left:10px;border:1px solid #88ab2d;border-radius:20px}.contactAnotherForm .close,.hy-contact_btn-modalForm .close{font-size:3.5rem}.contactAnotherForm.en_contact_specification-modal .close,.hy-contact_btn-modalForm.en_contact_specification-modal .close{color:#fff;font-size:24px}.hgps-partner-logo .logo-img-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.hgps-partner-logo .logo-img-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.hgps-partner-logo .logo-img-wrapper>li{width:calc(25% - 22.5px)}@media only screen and (min-width:320px) and (max-width:700px){.hgps-partner-logo .logo-img-wrapper>li{width:calc(50% - 10px);margin-bottom:20px}}.one-line-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:pre-wrap;word-break:break-word}.three-ellipsis{box-orient:vertical}.six-ellipsis,.three-ellipsis{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;box-sizing:content-box}.six-ellipsis{-webkit-line-clamp:6}.case-overview h2{text-align:left}.case-overview .case-overview_subdes{font-weight:500;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#282828;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.case-overview .case-overview_subdes{font-size:14px;line-height:22.4px;margin-bottom:24px}}.case-overview .case-overview_col{margin-bottom:24px}.case-overview .case-overview_card{position:relative;display:-ms-flexbox;display:flex;overflow:hidden;background-color:#fff;border-radius:0}.case-overview .case-overview_card .case-overview_icon{width:75px;height:75px;position:relative}.case-overview .case-overview_card .case-overview_icon img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.case-overview .case-overview_card .case-overview_info .case-overview_title{font-weight:500;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#5b5f65;margin-bottom:16px;border-bottom:1px solid #ced0d4;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.case-overview .case-overview_card .case-overview_info .case-overview_title{font-size:14px;line-height:22.4px;margin-bottom:12px}}.case-overview .case-overview_card .case-overview_info .case-overview_desc{font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.case-overview .case-overview_card .case-overview_info .case-overview_desc{font-size:16px;line-height:20.8px;letter-spacing:-.5px}}.case-overview .case-overview_card .case-overview_info .case-overview_desc .case-des_main>p:not(:last-child){margin-bottom:10px}.product-offline-notice-modal{font-size:16px}.product-offline-notice-modal .body-header span{font-size:28px}.product-offline-notice-modal .body-main{padding:30px 0;line-height:26px}.product-offline-notice-modal .body-footer{text-align:center;padding-top:20px}.product-offline-notice-modal .body-footer button{padding:8px 30px;font-size:16px;border-radius:20px}.product-offline-notice-modal .body-footer a{display:inline-block}.product-offline-notice-modal .body-footer a:hover{color:#fff}.new-product-related-resource .new-related-resource_item{width:100%;max-width:100%;max-height:85px;padding:20px;border-radius:10px;margin-bottom:20px;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}.new-product-related-resource .new-related-resource_item .related-resource-item_img_box{width:32px;min-width:32px;height:32px;min-height:32px;margin:auto 0}.new-product-related-resource .new-related-resource_item .related-resource-item_content{width:80%}.new-product-related-resource .new-related-resource_item .related-resource-item_content .resource-item_title{max-height:40px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;box-sizing:content-box}.new-product-related-resource .new-related-resource_item .related-resource-item_content .resource-item_subtitle{margin-top:12px;font-size:12px;-ms-flex-pack:justify;justify-content:space-between}.new-product-related-resource .new-related-resource_item .related-resource-item_content .resource-item_subtitle i{margin-right:8px}@media only screen and (min-width:320px) and (max-width:700px){.product-category{width:100%}}.product-category .product-category-title{text-align:center}.product-category .product-category-desc{font-size:20px;line-height:1.4;letter-spacing:-.4px;color:#404040;text-align:center;margin-bottom:80px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category-desc{font-size:16px;letter-spacing:-.15px;margin-bottom:24px}}.product-category .product-category-label{margin-bottom:32px;font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.15px;color:#404040;border-bottom:2px solid #e0e2e5;height:46px}.product-category .product-category-label>ul{display:-ms-flexbox;display:flex;overflow-x:auto;white-space:nowrap;overflow-y:hidden}.product-category .product-category-label>ul::-webkit-scrollbar{height:0}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category-label{font-size:14px;line-height:22.4px;margin-bottom:24px;padding:0;height:32px}.product-category .product-category-label>ul{width:100%;overflow-x:auto;display:block;white-space:nowrap;overflow-y:hidden}}.product-category .product-category-label li{cursor:pointer;position:relative;padding-left:60px;padding-right:60px;height:46px}.product-category .product-category-label li.active{color:#96b41e;border-bottom:2px solid #96b41e}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category-label li{padding-left:0;padding-right:20px;height:32px;display:inline-block}}.product-category .product-category-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category-wrapper{-ms-flex-direction:column;flex-direction:column;padding:0}}.product-category .product-category_item{display:-ms-flexbox;display:flex;margin-bottom:30px;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item{width:100%;display:block;margin-bottom:0}}.product-category .product-category_item:nth-child(4){margin-right:0}.product-category .product-category_item .product-category-play-btn{width:64px;height:64px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .product-category-play-btn{width:40px;height:40px}}.product-category .product-category_item .product-category-play-btn:after{content:" ";border-left:19px solid rgba(0,0,0,.94902);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:-6px;margin-top:-11px;left:50%;position:absolute;top:50%}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .product-category-play-btn:after{border-left:17px solid rgba(0,0,0,.94902);border-top:11px solid transparent;border-bottom:10px solid transparent;margin-left:-6px;margin-top:-10px}}.product-category .product-category_item .category-img-container{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-img-container{display:none}}.product-category .product-category_item .category-img-container img{width:588px;height:440px;object-fit:cover}.product-category .product-category_item .category-img-container-phone{display:none;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-img-container-phone{display:block;margin-bottom:16px}}.product-category .product-category_item .category-img-container-phone img{height:223px;object-fit:cover;width:100%}.product-category .product-category_item .category-text-container{margin-right:126px;width:486px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container{width:100%;margin-right:0}}.product-category .product-category_item .category-text-container .category-text-main>h3{color:#282828;font-weight:700;font-size:40px;line-height:120%;letter-spacing:-.4px;margin-top:32px;margin-bottom:24px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container .category-text-main>h3{display:none}}.product-category .product-category_item .category-text-container .category-text-main>h3>a{color:#282828}.product-category .product-category_item .category-text-container .category-text-main>p{font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.4px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container .category-text-main>p{font-size:14px;line-height:22.4px}}.product-category .product-category_item .category-text-container .category-text-main .product-category-field{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:32px;margin-bottom:50px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container .category-text-main .product-category-field{margin-top:20px;margin-bottom:20px}}.product-category .product-category_item .category-text-container .category-text-main .product-category-field>li{font-weight:500;font-size:12px;line-height:18px;color:#71757e;border-radius:8px;padding:6px 12px;margin-right:12px;margin-bottom:12px;background-color:#f2f3f5;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container .category-text-main .product-category-field>li{padding:4px 8px;font-size:10px;line-height:15px}}.product-category .product-category_item .category-text-container>a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#f8f9fb;padding:14px 36px;background-color:#96b41e;border-radius:100px;transition:all .3s ease-out}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-text-container>a{font-size:14px;padding:12px 24px}}.product-category .product-category_item .category-text-container>a:hover{background-color:#839e3b}.product-category .product-category_item .category-used-container{padding:40px 26px}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-used-container{display:none}}.product-category .product-category_item .category-used-container>p{font-size:18px;color:#000;margin-bottom:30px;color:#141414}@media only screen and (min-width:320px) and (max-width:700px){.product-category .product-category_item .category-used-container>p{font-size:16px}}.product-category .category-used_item{margin-bottom:20px}.product-category .category-used_item .used-item_icon{display:inline-block;width:24px;height:24px;margin-right:8px}.product-category .category-used_item .used-item_icon>img{width:100%;height:auto}.product-category .category-used_item .used-item_title{font-size:18px;color:#000;display:inline-block;vertical-align:middle}@media only screen and (min-width:320px) and (max-width:700px){.product-category .category-used_item .used-item_title{font-size:16px}}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 3px;padding:0;cursor:pointer}.slick-dots li button{width:9px;height:9px;font-size:0;line-height:0;display:block;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;padding:0}.slick-dots li button:before{content:"";position:absolute;top:0;left:0;width:9px;height:9px;background-color:#c9c9c9;border-radius:50%}.slick-dots li.slick-active button{width:13px;height:13px}.slick-dots li.slick-active button:before{width:13px;height:13px;background-color:#88ab2d;opacity:1}.calendar{text-align:center}.calendar .calendar-pc{width:1204px}.calendar .contact-us h2,.calendar .content,.contact-us .calendar h2{margin:auto}@media only screen and (min-width:320px) and (max-width:700px){.calendar .contact-us h2,.calendar .content,.contact-us .calendar h2{overflow:auto}}.calendar .pc1{max-width:1250px;overflow:auto}.calendar .pc{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.calendar .pc{width:600px}}.calendar .table{margin:0 auto;text-align:left}.calendar .table .date{width:250px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.calendar .table .date{width:120px}}.calendar .table .detail-content-wrapper>p,.calendar .table .time{width:250px;text-align:center;padding-left:5px;padding-right:5px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.calendar .table .detail-content-wrapper>p,.calendar .table .time{width:120px}}.calendar .table .featured{width:250px;color:#000;text-align:center;padding-left:5px;padding-right:5px}@media only screen and (min-width:320px) and (max-width:700px){.calendar .table .featured{width:120px}}.calendar .table .booth{width:250px;color:#000;text-align:center;padding-left:5px;padding-right:5px}@media only screen and (min-width:320px) and (max-width:700px){.calendar .table .booth{width:120px}}.calendar .Event{margin:0 auto 20px;text-align:center;height:31px;font-size:30px;font-weight:700;color:#000;line-height:30px;display:block}.calendar .first{font-size:20px;font-weight:400;color:#404040;padding-bottom:10px;border-bottom:1px solid #333;margin-top:40px;height:52px}@media only screen and (min-width:320px) and (max-width:700px){.calendar .first{font-weight:700;font-size:17px;margin-top:20px;height:40px}}.calendar .two{padding:20px 0;font-size:17px;font-weight:300;color:#404040;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.calendar .two{padding:10px 0}}.calendar .two .last{text-align:right}.calendar .two .last a,.calendar .two .last span{font-size:17px;text-decoration:none;outline:none;text-align:center;line-height:40px;border-radius:25px;color:#fff;cursor:pointer;background:#88ab2d;width:200px;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.calendar .two .last a,.calendar .two .last span{font-size:13px;width:120px}}.calendar .two .keynotes{height:40px;padding-left:5px;padding-right:5px}.history{display:-ms-flexbox;display:flex}.history::-webkit-scrollbar{width:4;height:0}.history .history-main{width:30%;text-align:right;margin-top:72px;margin-bottom:72px;height:400px;overflow:auto}.history .history-left{line-height:40px;margin-right:15px;line-height:60px;color:#4b4b4b;font-size:18px}.history .history-left .history-year{padding-right:20px;font-weight:300;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.history .history-left .history-year{padding-right:15px;font-size:16px}}.history .history-right{width:70%;padding-left:70px;padding-top:91px;padding-bottom:91px}@media only screen and (min-width:320px) and (max-width:700px){.history .history-right{padding-left:15px}}.history .history-right .history-right-title{width:90%;font-weight:300;color:#141414;font-size:35px;margin-bottom:40px}@media only screen and (min-width:320px) and (max-width:700px){.history .history-right .history-right-title{font-size:20px;margin-bottom:15px}}.history .history-right .history-right-year{font-size:60px;font-weight:600;color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.history .history-right .history-right-year{font-size:30px}}.history .history-right .history-right-content{font-weight:300;color:#141414;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.history .history-right .history-right-content{font-size:14px}}.history .active{font-size:30px;color:#88ab2d;font-weight:600}.history .unactive{border-right:0;font-weight:300;color:#4b4b4b;font-size:18px}.text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.text .landingPageTitle{width:950px}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageTitle{width:282px}}.text .landingPageTitle h2{color:#000;font-size:42px;line-height:1.2;font-weight:700;font-family:OpenSans-SemiBold;margin-bottom:5px}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageTitle h2{font-size:28px;line-height:33.6px;text-align:center;height:auto;font-weight:500}}.text .landingPageTitle p{margin-top:5px;font-weight:400;font-size:16px;line-height:28px;letter-spacing:-.4px;color:#88ab2d;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageTitle p{font-size:16px;line-height:20.8px;letter-spacing:-.15px}}.text .landingPageDes{font-family:OpenSans-Regular;width:950px;font-weight:400;line-height:1.4;letter-spacing:-.1px;font-size:16px;color:#404040;margin-top:32px;text-align:center;max-height:336px;overflow:hidden;transition:max-height .3s linear}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageDes{width:90%;max-height:250px;text-align:center;margin-top:24px;font-size:14px;line-height:22.4px}}.text .landingPageDes.js-heightAuto{max-height:10000px;transition:max-height 1s linear .3s}.text .landingPageDes>span{display:inline-block}.text .landingPageDes ul{text-align:left}.text .landingPageDes ul li{position:relative;padding-left:25px;margin-top:15px}.text .landingPageDes ul li:before{content:"";position:absolute;left:0;top:13px;transform:translateY(-50%);width:16px;height:16px;background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/li_pre_icon.png);background-size:contain;background-repeat:no-repeat}.text .landingPageButton{margin-top:46px}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageButton{margin-top:24px}}.text .landingPageButton a{color:#fff;background-color:#96b41e;border-radius:100px;height:48px;line-height:16px;text-align:center;width:100%;padding:12px 24px;font-weight:600;font-size:16px;transition:all .3s ease-in;margin-right:10px}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageButton a{font-size:14px;padding:8px 24px;display:inline-block;margin-bottom:10px;height:36px;margin-right:0}}.text .landingPageButton a:hover{background-color:#839e3b;color:#fff;background-color:#75951f}.text .landingPageLink{font-weight:600;font-size:16px;line-height:16px;margin-top:32px}.text .landingPageLink a{display:inline-block;color:#96b41e;margin-right:24px;transition:color .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.text .landingPageLink a{display:block;margin-right:0;padding:12px 24px;font-size:14px}}.text .landingPageLink a:hover{color:#839e3b;border-bottom:1px solid #839e3b}.text .more-button-label{width:100%;height:100%;cursor:pointer;position:relative;padding-top:24px}.text .more-button-label #more-button-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;top:0;left:0;z-index:9}.text .more-button-label .more-button-span-gray{display:inline-block;width:100%;height:100%}.text .more-button-label .more-button-span-gray:after{content:"";display:block;width:22px;height:22px;margin:0 auto;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(https://www.hytera.com/iwov-resources/public/svg/more-down.svg);transition:all .3s ease-in}.text .more-button-label .more-button-span-gray:before{content:"";position:absolute;width:100%;height:40px;top:-40px;left:0;background-image:linear-gradient(transparent,#f2f3f5)!important}.text .more-button-label .more-button-span{display:inline-block;width:100%;height:100%}.text .more-button-label .more-button-span:after{content:"";display:block;width:22px;height:22px;margin:0 auto;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(https://www.hytera.com/iwov-resources/public/svg/more-down.svg);transition:all .3s ease-in}.text .more-button-label .more-button-span:before{content:"";position:absolute;width:100%;height:40px;top:-40px;left:0;background-image:linear-gradient(transparent,#fff)}.text .more-button-label #more-button-input:checked+.more-button-span:after{content:"";transform:rotate(180deg)}.text .more-button-label #more-button-input:checked+.more-button-span:before{display:none}.text .more-button-label #more-button-input:checked+.more-button-span-gray:after{content:"";transform:rotate(180deg)}.text .more-button-label #more-button-input:checked+.more-button-span-gray:before{display:none}.text-image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.text-image h2{text-align:center!important}@media only screen and (min-width:320px) and (max-width:700px){.text-image h2{text-align:left!important;margin-left:0}}.text-image .des{font-size:20px;color:#404040;letter-spacing:-.4px;text-align:left;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .des{font-size:16px;margin-bottom:24px;letter-spacing:-.15px}}.text-image .landingItem{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem{-ms-flex-direction:column;flex-direction:column;margin-bottom:12px}}.text-image .landingItem .pictureItem{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .pictureItem{width:100%;height:40rem}}.text-image .landingItem .pictureItem:hover .custom-play-btn{background-color:hsla(0,0%,74.1%,.9607843137254902)}.text-image .landingItem .pictureItem img{position:absolute;width:100%;height:100%;object-fit:cover}.text-image .landingItem .pictureItem .custom-play-btn{width:64px;height:64px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}.text-image .landingItem .pictureItem .custom-play-btn:after{content:" ";border-left:19px solid rgba(0,0,0,.9490196078431372);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:-6px;margin-top:-11px;left:50%;position:absolute;top:50%}.text-image .landingItem .pic-4-3{width:588px;height:440px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .pic-4-3{width:100%;height:335px}}.text-image .landingItem .pic-16-9{width:588px;height:330px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .pic-16-9{width:100%;height:335px}}.text-image .landingItem:nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem:nth-child(2n){-ms-flex-direction:column;flex-direction:column}}.text-image .landingItem .desItem{width:532px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem{width:100%;font-size:24px;padding:20px 0;height:auto}}.text-image .landingItem .desItem .desTitle h3{font-size:32px;color:#282828;font-weight:700;margin-bottom:20px;font-family:OpenSans-SemiBold;letter-spacing:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem .desTitle h3{margin-bottom:12px;font-size:22px;font-weight:500}}.text-image .landingItem .desItem .desDetail{font-size:16px;font-family:OpenSans-Medium;font-weight:500;color:#5c6374;letter-spacing:-.1px;line-height:170%}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem .desDetail{font-size:14px}}.text-image .landingItem .desItem .desDetail a{border-bottom:2px solid #96b41e}.text-image .landingItem .desItem .desDetail li{position:relative;padding-left:30px;margin-top:10px}.text-image .landingItem .desItem .desDetail li:before{content:"";position:absolute;left:0;top:13px;transform:translateY(-50%);width:20px;height:20px;background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/li_pre_icon.png);background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem .desDetail li:before{top:9px}}.text-image .landingItem .desItem .learnMore{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:32px}.text-image .landingItem .desItem .learnMore a{font-size:16px;color:#fff;text-align:center;background:#96b41e;border-radius:100px;padding:14px 47px;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-item-align:baseline;align-self:baseline;font-weight:600;line-height:16px;letter-spacing:-.2px}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem .learnMore a{padding:12px 24px}}.text-image .landingItem .desItem .learnMore a:nth-child(n+2){margin-top:15px;color:#88ab2d;background-color:transparent;border:1px solid #88ab2d}.text-image .landingItem .desItem .learnMore a.link{color:#88ab2d;background-color:transparent;padding:0;text-align:left;border:none}.text-image .landingItem .desItem .learnMore a.link:hover{text-decoration:underline}@media only screen and (min-width:320px) and (max-width:700px){.text-image .landingItem .desItem .learnMore{margin-top:20px;width:100%}.text-image .landingItem .desItem .learnMore a{font-size:14px}}.text-image:last-child{margin-bottom:0}.text-image-h2{text-align:center!important}.product-selector-entry{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:248px}.product-selector-entry img{position:relative;width:inherit;height:inherit}.product-selector-entry .productDes{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-selector-entry .productDes h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-selector-entry .productDes h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-selector-entry .productDes h2,.product-selector-entry .productDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-selector-entry .productDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-selector-entry .productDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-selector-entry .productDes .title,.product-selector-entry .productDes .vertical-center-layout-wrapper .container h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-selector-entry .productDes h2{height:40px;color:#fff;font-weight:400;font-size:30px;line-height:40px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-selector-entry .productDes h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-selector-entry .productDes h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-selector-entry .productDes h2,.product-selector-entry .productDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-selector-entry .productDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-selector-entry .productDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-selector-entry .productDes .title,.product-selector-entry .productDes .vertical-center-layout-wrapper .container h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-selector-entry .productDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-selector-entry .productDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-selector-entry .productDes h2{font-size:24px;line-height:24px;text-align:center}}.product-selector-entry .productDes .button{width:277px;height:40px;margin-top:30px;color:#fff;line-height:40px;text-align:center;background-color:#88ab2d;border-radius:20px}@media only screen and (min-width:320px) and (max-width:700px){.product-selector-entry .productDes .button{width:230px}}.highlights-2 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.highlights-2 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.highlights-2 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.highlights-2 .title,.highlights-2 .vertical-center-layout-wrapper .container h2,.highlights-2 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.highlights-2 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.highlights-2 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .highlights-2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .highlights-2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .highlights-2 h2,.vertical-center-layout-wrapper .container .highlights-2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .highlights-2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .highlights-2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .highlights-2 h2{width:auto}.highlights-2 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.highlights-2 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.highlights-2 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.highlights-2 .title h2,.highlights-2 .vertical-center-layout-wrapper .container h2 h2,.highlights-2 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.highlights-2 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.highlights-2 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .highlights-2 h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .highlights-2 h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .highlights-2 h2 h2,.vertical-center-layout-wrapper .container .highlights-2 h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .highlights-2 h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .highlights-2 h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .highlights-2 h2 h2{color:#000;line-height:57.6px;text-align:center;font-weight:700;margin-bottom:32px;letter-spacing:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.highlights-2 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.highlights-2 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.highlights-2 .title h2,.highlights-2 .vertical-center-layout-wrapper .container h2 h2,.highlights-2 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.highlights-2 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.highlights-2 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .highlights-2 h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .highlights-2 h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .highlights-2 h2 h2,.vertical-center-layout-wrapper .container .highlights-2 h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .highlights-2 h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .highlights-2 h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .highlights-2 h2 h2{font-size:28px;line-height:33.6px;letter-spacing:-.6px;margin-bottom:24px;font-weight:500}}.highlights-2 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 p,.highlights-2 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 p,.highlights-2 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 p,.highlights-2 .title p,.highlights-2 .vertical-center-layout-wrapper .container h2 p,.highlights-2 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 p,.highlights-2 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 p,.highlights-2 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 p,.hy-breadcrumb .vertical-center-layout-wrapper h1 .highlights-2 h2 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .highlights-2 h2 p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .highlights-2 h2 p,.vertical-center-layout-wrapper .container .highlights-2 h2 p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .highlights-2 h2 p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .highlights-2 h2 p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .highlights-2 h2 p{font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;color:#282828;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 p,.highlights-2 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 p,.highlights-2 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 p,.highlights-2 .title p,.highlights-2 .vertical-center-layout-wrapper .container h2 p,.highlights-2 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 p,.highlights-2 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 p,.highlights-2 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 p,.hy-breadcrumb .vertical-center-layout-wrapper h1 .highlights-2 h2 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .highlights-2 h2 p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .highlights-2 h2 p,.vertical-center-layout-wrapper .container .highlights-2 h2 p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .highlights-2 h2 p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .highlights-2 h2 p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .highlights-2 h2 p{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-bottom:24px}}.highlights-2 .highlights{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights{-ms-flex-direction:column;flex-direction:column}}.highlights-2 .highlights .highlightsItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:28%;height:auto;margin-right:8%;margin-bottom:50px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem{width:100%;margin-right:0;margin-bottom:10px;padding-bottom:10px;border-radius:5px}}.highlights-2 .highlights .highlightsItem:nth-child(3n){margin-right:0}.highlights-2 .highlights .highlightsItem img{width:60px;height:60px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem img{width:40px;height:40px}}.highlights-2 .highlights .highlightsItem .desItem{width:328px;margin-top:24px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem{width:100%;margin-top:0}}.highlights-2 .highlights .highlightsItem .desItem .desTitle{height:auto;font-family:OpenSans-SemiBold;font-size:20px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem .desTitle{position:relative;width:100%;font-family:hyt-iconfont!important}}.highlights-2 .highlights .highlightsItem .desItem .desTitle span{display:inline-block}.highlights-2 .highlights .highlightsItem .desItem .desTitle h3{font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.6px;color:#282828;font-family:OpenSans-Medium}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem .desTitle h3{font-weight:500;font-size:16px;letter-spacing:-.15px;line-height:20.8px;margin-top:10px}}.highlights-2 .highlights .highlightsItem .desItem .desDetail{width:328px;margin-top:16px;overflow:hidden;font-weight:400;font-size:16px;line-height:27.2px;color:#404040;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem .desDetail{width:100%;margin-top:10px;font-size:14px;font-weight:400;line-height:22.4px;transition:all .2s ease-in}}.highlights-2 .highlights .highlightsItem .desItem .desDetail a{color:#404040;position:relative;display:inline-block;padding-bottom:2px;border-bottom:2px solid #96b41e}.highlights-2 .highlights .highlightsItem .desItem .desDetail a:hover{color:#839e3b}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem.active .desTitle:after{content:"\e61a"}}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem .desItem.active .desDetail{max-height:200px;margin-top:24px;opacity:1}}.highlights-2 .highlights .highlightsItem:nth-child(3n+1):nth-last-child(-n+3),.highlights-2 .highlights .highlightsItem:nth-child(3n+1):nth-last-child(-n+3)~.highlightsItem{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:700px){.highlights-2 .highlights .highlightsItem:nth-child(3n+1):nth-last-child(-n+3),.highlights-2 .highlights .highlightsItem:nth-child(3n+1):nth-last-child(-n+3)~.highlightsItem{margin-bottom:15px}}.book-type-wrapper{display:block;box-sizing:border-box;width:100%;margin:0;padding:15px;font-size:13px;background:#fff}.book-type-wrapper .item{display:box;margin-bottom:10px;box-orient:horizontal}.book-type-wrapper .item .item-name{color:#999}.book-type-wrapper .item .sub-list{height:20px;margin:0 0 0 5%;padding:0;overflow-x:scroll;white-space:nowrap;vertical-align:middle;box-flex:1}.book-type-wrapper .item .sub-list::-webkit-scrollbar{width:0;height:0}.book-type-wrapper .item .sub-list .sub-item{display:inline-block;height:18px;padding:0 10px;line-height:18px}.book-type-wrapper .item .sub-list .sub-item.active{color:green;background:#f0f0f0;border-radius:20px}.img-list-wrapper{width:100%;margin-top:20px;padding:0 20px;overflow-x:scroll}.img-list-wrapper::-webkit-scrollbar{width:0}.img-list-wrapper .img-list{display:block;width:600px;margin:0;padding:0}.img-list-wrapper .img-list .item{display:inline-block}.img-list-wrapper .img-list .item:not(:first-child){margin-left:20px}.img-list-wrapper .img-list .item img{display:block;width:120px;height:100px;border-radius:10px}.img-list-wrapper .img-list .item .name{width:100px;margin-top:10px;color:#646464;font-size:14px;text-align:center}.product-series{width:100%}.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series h2,.product-series .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-series .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-series .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-series .title,.product-series .vertical-center-layout-wrapper .container h2,.product-series .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-series .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-series .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .product-series h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series h2{width:auto}.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series h2 h2,.product-series .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.product-series .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.product-series .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.product-series .title h2,.product-series .vertical-center-layout-wrapper .container h2 h2,.product-series .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.product-series .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.product-series .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .product-series h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series h2 h2{height:57.6px;color:#282828;line-height:57.6px;letter-spacing:-.8px;font-weight:700;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series h2 h2,.product-series .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.product-series .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.product-series .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.product-series .title h2,.product-series .vertical-center-layout-wrapper .container h2 h2,.product-series .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.product-series .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.product-series .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .product-series h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series h2 h2{font-size:28px;line-height:33.6px;letter-spacing:-.6px;font-weight:500}}.product-series .productSeries{display:-ms-flexbox;display:flex;overflow-x:hidden;width:1300px;height:auto}@media screen and (min-width:1200px) and (max-width:1366px){.product-series .productSeries{width:1200px}}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeries{white-space:nowrap;vertical-align:middle;width:100%;overflow-x:auto}.product-series .productSeries::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent}}.product-series .productSeries.flex-start{-ms-flex-pack:start;justify-content:flex-start}.product-series .productSeries.flex-start .seriesItem{margin-bottom:20px}.product-series .productSeries .seriesItem{display:inline-block;width:276px;height:480px;margin-right:20px;margin-bottom:32px;overflow:hidden;-ms-flex:none;flex:none}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeries .seriesItem{margin-bottom:20px}}.product-series .productSeries .seriesItem .item{position:relative;width:276px;height:480px;cursor:pointer}.product-series .productSeries .seriesItem .item .itemNoHover{position:relative;width:286px;height:328px;overflow:hidden;transition:.3s;transition:height .3s}.product-series .productSeries .seriesItem .item .itemNoHover .itemDesHover{display:none}.product-series .productSeries .seriesItem .item .itemNoHover img{width:100%;height:100%;object-fit:cover}.product-series .productSeries .seriesItem .item .itemImg{position:relative;width:286px;height:328px;overflow:hidden;transition:.3s;transition:height .3s}.product-series .productSeries .seriesItem .item .itemImg:hover{position:relative;height:100%}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover{position:absolute;top:0;left:0;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .mask{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .itemName{z-index:2;width:247px;height:auto;color:#88ab2d}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .itemName h3{font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;white-space:break-spaces}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .itemDetail{font-size:14px;font-weight:400;line-height:23.8px;letter-spacing:-.15px;z-index:2;width:247px;margin-top:12px;color:#cfcfcf;white-space:normal;box-orient:vertical;display:box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:11}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .learnMore{z-index:2;width:247px;height:25px;margin-top:30px;color:#88ab2d;font-size:16px;line-height:25px;white-space:pre-wrap}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .learnMore a{color:#96b41e;font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .learnMore a{font-size:14px}}.product-series .productSeries .seriesItem .item .itemImg:hover .itemDesHover .learnMore a:hover{color:#839e3b}.product-series .productSeries .seriesItem .item .itemImg .itemDesHover{display:none}.product-series .productSeries .seriesItem .item .itemImg img{width:100%;height:100%;object-fit:cover}.product-series .productSeries .seriesItem .item .itemDes{position:relative;width:286px;height:154px;padding-top:24px;padding-left:24px;background-color:#f7f8fa}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeries .seriesItem .item .itemDes{width:auto;height:179px;padding-bottom:40px}}.product-series .productSeries .seriesItem .item .itemDes .itemName{width:246px;height:58px;color:#404040;font-size:20px;line-height:29px;box-orient:vertical;display:box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.product-series .productSeries .seriesItem .item .itemDes .itemName h3{color:#282828;font-size:24px;font-weight:700;line-height:130%;letter-spacing:-.8px;white-space:break-spaces}.product-series .productSeries .seriesItem .item .itemDes .learnMore{width:auto;margin-top:20px;white-space:pre-wrap}.product-series .productSeries .seriesItem .item .itemDes .learnMore a{line-height:16px;font-size:16px;font-weight:600;color:#96b41e;letter-spacing:-.2px}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeries .seriesItem .item .itemDes .learnMore a{font-size:14px;color:#96b41e}}.product-series .productSeries .seriesItem .item .itemDes .learnMore a:hover{color:#96b41e}@media screen and (min-width:1200px) and (max-width:1300px){.product-series .productSeries .seriesItem{width:282px;margin-bottom:24px;margin-right:20px}}.product-series .productSeriesDisplay{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:auto;margin-top:50px}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeriesDisplay{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}}.product-series .productSeriesDisplay .seriesItem{-ms-flex-preferred-size:25%;flex-basis:25%;width:286px;height:507px;margin-bottom:20px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeriesDisplay .seriesItem{width:100%;height:100%;margin-bottom:20px}}.product-series .productSeriesDisplay .seriesItem .item{position:relative;width:286px;height:507px}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeriesDisplay .seriesItem .item{width:100%;height:100%}}.product-series .productSeriesDisplay .seriesItem .item .itemImg{position:relative;width:286px;height:328px;overflow:hidden;transition:.3s;transition:height .3s}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeriesDisplay .seriesItem .item .itemImg{width:100%}}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover{position:relative;height:100%;opacity:1}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover{position:absolute;top:0;left:0;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .mask{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .itemName{z-index:2;width:247px;height:48px}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .itemName h3{color:#88ab2d;white-space:break-spaces}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .itemDetail{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;z-index:2;width:222px;height:180px;margin-top:29px;overflow:hidden;color:#cfcfcf;white-space:normal}.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .learnMore{z-index:2;width:222px;height:25px;margin-top:30px;color:#88ab2d;font-size:16px;line-height:25px;white-space:pre-wrap}.product-series .productSeriesDisplay .seriesItem .item .itemImg .itemDesHover{display:none}.product-series .productSeriesDisplay .seriesItem .item .itemImg img{width:100%;height:100%;object-fit:cover}.product-series .productSeriesDisplay .seriesItem .item .itemDes{position:relative;width:286px;height:179px;padding-top:45px;padding-left:20px;background-color:#f7f8fa}@media only screen and (min-width:320px) and (max-width:700px){.product-series .productSeriesDisplay .seriesItem .item .itemDes{width:100%;height:100%;padding-bottom:40px}}.product-series .productSeriesDisplay .seriesItem .item .itemDes .itemName{width:246px;height:58px;color:#404040;font-size:20px;line-height:29px}.product-series .productSeriesDisplay .seriesItem .item .itemDes .itemName h3{color:#404040;font-size:20px;line-height:29px}.product-series .productSeriesDisplay .seriesItem .item .itemDes .learnMore{width:auto;margin-top:20px;color:#88ab2d;font-size:16px;line-height:23px;white-space:pre-wrap}@media only screen and (min-width:320px) and (max-width:700px){.product-series .carousel-indicators{display:none}}.bg-gray-2{background-color:#ced0d4}.new-product-launch{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch{padding-top:40px;padding-bottom:40px}}.new-product-launch .productLaunch{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.new-product-launch .productLaunch .leftItem{width:545px;height:346px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .leftItem{width:100%;height:auto}}.new-product-launch .productLaunch .leftItem img{width:100%;height:100%;object-fit:cover}.new-product-launch .productLaunch .rightItem{width:590px;min-height:346px;padding-top:32px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .rightItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}}.new-product-launch .productLaunch .rightItem .newProduct{font-weight:700;font-size:24px;line-height:31.2px;width:auto;color:#71757e;margin-bottom:12px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .rightItem .newProduct{font-size:15px;line-height:22.5px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2,.new-product-launch .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.new-product-launch .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.new-product-launch .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.new-product-launch .productLaunch .rightItem .title,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .container h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .new-product-launch .productLaunch .rightItem h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch .productLaunch .rightItem h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch .productLaunch .rightItem h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2{width:auto;margin-top:6px}.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2 h2,.new-product-launch .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.new-product-launch .productLaunch .rightItem .title h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .container h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2 h2{margin-bottom:16px;text-align:left;font-weight:700;font-size:40px;line-height:48px;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch .productLaunch .rightItem h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2 h2,.new-product-launch .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.new-product-launch .productLaunch .rightItem .title h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .container h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.new-product-launch .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch .productLaunch .rightItem h2 h2{height:auto;font-size:24px;line-height:28.8px;text-align:center;margin-bottom:0;font-weight:500}}.new-product-launch .productLaunch .rightItem .detail{width:590px;margin-top:17px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .rightItem .detail{width:100%;height:auto}}.new-product-launch .productLaunch .rightItem .detail span{font-weight:400;font-size:16px;line-height:27.2px;color:#404040;display:box;box-sizing:content-box;overflow:hidden;text-overflow:ellipsis;box-orient:vertical;-webkit-line-clamp:6}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .rightItem .detail span{font-size:14px;line-height:22.4px}}.new-product-launch .productLaunch .rightItem .learnMore{margin-top:24px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .productLaunch .rightItem .learnMore{margin-top:20px}}.new-product-launch .productLaunch .rightItem .learnMore>a{color:#fff;background-color:#96b41e;border-radius:20px;height:40px;line-height:40px;text-align:center;display:inline-block;padding:0 30px;transition:all .3s ease-in}.new-product-launch .productLaunch .rightItem .learnMore>a:hover{color:#fff;background-color:#839e3b;cursor:pointer}.new-product-launch .carousel-indicators{bottom:-50px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch .carousel{padding-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){#new-product-launch{padding:0}}.whitepaper-entry{position:relative;width:100%;height:400px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry{height:auto}}.whitepaper-entry:hover .carousel-control-btn{display:-ms-flexbox;display:flex}.whitepaper-entry .carousel-control-btn{width:48px;height:96px;opacity:1!important;background:transparent;top:50%;transform:translateY(-50%);transition:all .4s;display:none}.whitepaper-entry .carousel-control-btn.carousel-control-prev{border-top-right-radius:8px;border-bottom-right-radius:8px}.whitepaper-entry .carousel-control-btn.carousel-control-next{border-top-left-radius:8px;border-bottom-left-radius:8px}.whitepaper-entry .carousel-control-btn:hover{background:rgba(0,0,0,.3)}.whitepaper-entry .carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .carousel-control-btn{display:none}}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .carousel{padding-bottom:0}}.whitepaper-entry .carousel .carousel-inner img{width:100%;height:400px;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .carousel .carousel-inner img{object-position:18% 50%}}.whitepaper-entry .whitepaperItem{position:absolute;top:0;left:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:1440px;height:400px;margin-left:-720px;padding-top:84px;padding-bottom:84px}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .whitepaperItem{position:relative;left:unset;width:100%;height:auto;margin-left:0;padding:60px 20px}}.whitepaper-entry .whitepaperItem .item{width:72rem;margin-left:50%}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .whitepaperItem .item{left:unset;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-left:unset}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .container .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2,.whitepaper-entry .whitepaperItem .item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitepaper-entry .whitepaperItem .item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitepaper-entry .whitepaperItem .item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitepaper-entry .whitepaperItem .item .title,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .container h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{width:72rem;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .container .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-entry .whitepaperItem .item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2,.whitepaper-entry .whitepaperItem .item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitepaper-entry .whitepaperItem .item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitepaper-entry .whitepaperItem .item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitepaper-entry .whitepaperItem .item .title,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .container h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{width:100%}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .container .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2 h2,.whitepaper-entry .whitepaperItem .item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-entry .whitepaperItem .item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-entry .whitepaperItem .item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.whitepaper-entry .whitepaperItem .item .title h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .container h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2{margin-bottom:0;color:#fff;font-size:35px;line-height:47px;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-entry .whitepaperItem .item h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .container .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-entry .whitepaperItem .item h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-entry .whitepaperItem .item h2 h2,.whitepaper-entry .whitepaperItem .item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-entry .whitepaperItem .item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-entry .whitepaperItem .item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.whitepaper-entry .whitepaperItem .item .title h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .container h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.whitepaper-entry .whitepaperItem .item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2{color:#404040;font-weight:600;font-size:24px;text-align:left}}.whitepaper-entry .whitepaperItem .item .whitepaperItemdes{width:72rem;height:auto;margin-top:20px;color:#fff;font-size:16px;line-height:24px}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .whitepaperItem .item .whitepaperItemdes{width:100%;height:auto;margin-top:0;padding-top:10px;color:#88ab2d;font-size:16px}}.whitepaper-entry .whitepaperItem .item .buttonAll{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .whitepaperItem .item .buttonAll{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;width:100%}}.whitepaper-entry .whitepaperItem .item .buttonAll .button{width:220px;height:40px;margin-top:45px;margin-right:30px;color:#fff;line-height:40px;text-align:center;background:#88ab2d;border-radius:20px}.whitepaper-entry .whitepaperItem .item .buttonAll .button:nth-child(n+2){color:#fff;background:transparent;border:1px solid #fff}.whitepaper-entry .whitepaperItem .item .buttonAll .button a{display:inline-block;width:100%;height:100%;color:#fff}.whitepaper-entry .whitepaperItem .item .buttonAll .button a:hover{color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-entry .whitepaperItem .item .buttonAll .button{width:100%;margin-top:30px;margin-right:0}}.whitepaper-callout h2{color:#fff}.whitepaper-callout .whitepaper-callout-wrapper{position:relative;width:100%;height:400px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper{height:auto}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-bg-img{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-bg-img{height:400px}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item{position:absolute;top:0;left:50%;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:120.4rem;height:100%;margin-left:-60.2rem}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item{position:relative;left:0;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;margin-left:0}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content{color:#fff!important}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content .buttonAll .button{background-color:transparent;border:1px solid #fff}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content .buttonAll .button a{color:#fff}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content .description,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content .whitepaperItemdes{color:#fff!important}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item.light-theme .right-content .whitepaperItemdes{color:#404040!important}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content{min-width:54.6rem;max-width:72rem;color:#fff;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content{width:100%;padding:60px 20px;color:#404040;background-color:#f7f7f7}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .container .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .title h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .container h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2{font-size:35px;line-height:47px;text-align:left;margin-bottom:30px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .container .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .title h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .container h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2{margin-bottom:0;color:#404040;font-weight:600;font-size:25px;line-height:45px}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .description{margin-top:20px;color:#9aa5ac;font-size:16px;line-height:24px}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .whitepaperItemdes{padding-top:10px;color:#88ab2d;font-size:16px;line-height:22px}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll{width:100%}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll .button{width:220px;height:40px;margin-top:45px;margin-right:30px;color:#fff;line-height:40px;text-align:center;background:#88ab2d;border-radius:20px}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll .button a{display:inline-block;width:100%;height:100%;color:#fff}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll .button a:hover{color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .right-content .buttonAll .button{width:100%;margin-top:30px;background:#88ab2d!important}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .left-img-wrapper{width:auto;max-width:30rem;height:80%;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .left-img-wrapper{display:-ms-flexbox;display:flex;width:80%;max-width:80%;height:400px}}.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .left-img-wrapper .left-img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .whitepaper-callout-wrapper .whitepaper-item .left-img-wrapper .left-img{width:100%;height:auto;object-fit:none}}.whitepaper-callout .carousel{height:100%}@media only screen and (min-width:320px) and (max-width:700px){.whitepaper-callout .carousel{padding-bottom:0}}.whitepaper-callout .carousel .carousel-inner,.whitepaper-callout .carousel .carousel-inner .carousel-item{height:100%}.specification{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.specification .SpecificationTitle{margin-bottom:50px;color:#404040;font-size:35px;line-height:23px;text-align:center}.specification .tableHeader{width:100%;height:70px;color:#404040;font-size:24px;line-height:70px;text-align:center;background:#fafbfc;box-shadow:0 7px 7px -7px #dee2e6}.specification .SpecificationTable{position:relative}.specification .SpecificationTable tbody:nth-child(n+2){display:none}.specification .SpecificationTable table{width:100%}.specification .SpecificationTable table .active tbody:nth-child(n+2){display:revert}.specification .SpecificationTable table tbody:nth-child(n+2){display:none}.specification .SpecificationTable table tr{box-shadow:0 7px 7px -7px #f0f0f0}.specification .SpecificationTable table tr:last-child{box-shadow:unset}.specification .SpecificationTable table tr td{padding:14px 0 14px 70px;color:#707070;font-size:16px;line-height:23px}.specification .SpecificationTable table tr td:first-child{width:30%}.specification .viewMore{bottom:0;-ms-flex-item-align:center;align-self:center;width:220px;height:40px;margin-top:20px;color:#fff;line-height:40px;text-align:center;background:#88ab2d;border-radius:25px}.specification .viewMore:hover{cursor:pointer}.specification .fold{bottom:0;-ms-flex-item-align:center;align-self:center;width:220px;height:40px;margin-top:20px;color:#fff;line-height:40px;text-align:center;background:#88ab2d;border-radius:25px}.specification .fold:hover{cursor:pointer}.mall .mall-slide{background-color:#fff;height:760px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide{height:auto}}.mall .mall-slide .mall-dots{top:-50px;margin-left:66%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-dots{margin:auto;top:25px}}.mall .mall-slide .mall-desc-list-item{background-color:#fff;height:760px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-desc-list-item .video-desc-content{padding-top:20px}}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-desc-list-item{height:100%}}.mall .mall-slide .mall-desc-list-item .mall-product{width:20%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-desc-list-item .mall-product{width:16%}}.mall .mall-slide .mall-desc-list-item .mall-slide-title{font-weight:400;font-size:19px;color:#111012;margin-top:35px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-desc-list-item .mall-slide-title{margin-top:17px;font-size:13px}}.mall .mall-slide .mall-desc-list-item .mall-slide-name{background:linear-gradient(15deg,#287c8e,#82a833);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:35px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-slide .mall-desc-list-item .mall-slide-name{font-size:17px}}.mall .mall-buy{background:#fff;padding-top:88px;padding-bottom:144px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy{padding:44px 8%}}.mall .mall-buy .buy{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:38px;width:1150px;margin:auto}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy{display:block;width:100%;padding-bottom:0}}.mall .mall-buy .buy .buy-content{background:#f7f8fa;padding:60px 0;width:560px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy .buy-content{width:100%;margin-bottom:20px;padding:20px 0}}.mall .mall-buy .buy .buy-content .buy-btn{height:40px;background:#88ab2d;border-radius:20px;color:#fff;line-height:40px;width:220px;display:inline-block;text-align:center;margin-top:48px;margin-left:40px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy .buy-content .buy-btn{margin-left:8%;width:130px;height:30px;line-height:30px;margin-top:20px}}.mall .mall-buy .buy .buy-content .buy-content-one{background:linear-gradient(176deg,#ff7800,#ffd113);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:20px;padding-left:40px;border-left:5px solid;border-image:linear-gradient(176deg,#ff7800,#ffd113) 1}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy .buy-content .buy-content-one{font-size:14px;padding-left:8%}}.mall .mall-buy .buy .buy-content .buy-content-two{font-size:35px;font-weight:700;color:#404040;padding-left:40px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy .buy-content .buy-content-two{font-size:17px;padding-left:8%}}.mall .mall-buy .buy .buy-content .buy-content-three{font-weight:300;color:#707070;font-size:17px;padding-left:40px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .buy .buy-content .buy-content-three{font-size:13px;padding-right:8%;padding-left:8%}}.mall .mall-buy .code{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:80%;margin:auto;background:#f7f8fa;padding:30px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .code{width:100%;padding:15px}}.mall .mall-buy .code img{width:172px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .code img{width:100px}}.mall .mall-buy .code div{margin-left:8%}.mall .mall-buy .code div p{font-size:35px;font-weight:700;color:#404040}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .code div p{font-size:17px}}.mall .mall-buy .code div .tip{font-weight:300;color:#707070;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-buy .code div .tip{font-size:13px}}.mall .mall-section-nine{position:relative}.mall .mall-section-nine .left-tips{margin-top:-50px;display:block;margin-left:22%;color:#747272}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-nine .left-tips{margin-left:8%;margin-top:-40px}}.mall .mall-section-nine .left{position:absolute;margin-left:22%;padding-top:164px;width:30%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-nine .left{padding-top:54px;width:44%;margin-left:8%}}.mall .mall-section-nine .left div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:45px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-nine .left div{padding-bottom:20px}}.mall .mall-section-nine .left div .left-two{font-weight:300;color:#fff;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-nine .left div .left-two{font-size:14px}}.mall .mall-section-nine img{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-nine img{height:580px;object-fit:cover}}.mall .mall-banner,.mall .mall-banner-mobile{position:relative}.mall .mall-banner-mobile img,.mall .mall-banner img{width:100%;height:auto}.mall .mall-banner-mobile .mall-banner-right,.mall .mall-banner-mobile .mall-banner-top,.mall .mall-banner .mall-banner-right,.mall .mall-banner .mall-banner-top{position:absolute;right:15%;top:35%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right,.mall .mall-banner-mobile .mall-banner-top,.mall .mall-banner .mall-banner-right,.mall .mall-banner .mall-banner-top{right:0;top:54px;text-align:center}}.mall .mall-banner-mobile .mall-banner-right img,.mall .mall-banner-mobile .mall-banner-top img,.mall .mall-banner .mall-banner-right img,.mall .mall-banner .mall-banner-top img{width:315px;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right img,.mall .mall-banner-mobile .mall-banner-top img,.mall .mall-banner .mall-banner-right img,.mall .mall-banner .mall-banner-top img{padding-left:18%;padding-right:18%;width:100%}}.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap,.mall .mall-banner .mall-banner-right .mall-btn-wrap,.mall .mall-banner .mall-banner-top .mall-btn-wrap{margin-top:50px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap,.mall .mall-banner .mall-banner-right .mall-btn-wrap,.mall .mall-banner .mall-banner-top .mall-btn-wrap{margin:30px auto 0;width:260px}}.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap a,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap a,.mall .mall-banner .mall-banner-right .mall-btn-wrap a,.mall .mall-banner .mall-banner-top .mall-btn-wrap a{display:inline-block;padding:10px 30px;border-radius:30px;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap a,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap a,.mall .mall-banner .mall-banner-right .mall-btn-wrap a,.mall .mall-banner .mall-banner-top .mall-btn-wrap a{font-size:13px;padding:6px 23px}}.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap .btn-white,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap .btn-white,.mall .mall-banner .mall-banner-right .mall-btn-wrap .btn-white,.mall .mall-banner .mall-banner-top .mall-btn-wrap .btn-white{background:#88ab2d;color:#fff}.mall .mall-banner-mobile .mall-banner-right .mall-btn-wrap .btn-black,.mall .mall-banner-mobile .mall-banner-top .mall-btn-wrap .btn-black,.mall .mall-banner .mall-banner-right .mall-btn-wrap .btn-black,.mall .mall-banner .mall-banner-top .mall-btn-wrap .btn-black{border:1px solid #313131;color:#313131}.mall .mall-banner-mobile .mall-banner-right .mall-banner-p1,.mall .mall-banner-mobile .mall-banner-top .mall-banner-p1,.mall .mall-banner .mall-banner-right .mall-banner-p1,.mall .mall-banner .mall-banner-top .mall-banner-p1{font-size:45px;font-weight:700;color:#111;letter-spacing:24px;margin-top:14px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right .mall-banner-p1,.mall .mall-banner-mobile .mall-banner-top .mall-banner-p1,.mall .mall-banner .mall-banner-right .mall-banner-p1,.mall .mall-banner .mall-banner-top .mall-banner-p1{font-size:30px;margin-top:8px}}.mall .mall-banner-mobile .mall-banner-right .mall-banner-p2,.mall .mall-banner-mobile .mall-banner-top .mall-banner-p2,.mall .mall-banner .mall-banner-right .mall-banner-p2,.mall .mall-banner .mall-banner-top .mall-banner-p2{font-size:24px;font-weight:400;color:#707070;letter-spacing:8px;margin-top:25px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-banner-mobile .mall-banner-right .mall-banner-p2,.mall .mall-banner-mobile .mall-banner-top .mall-banner-p2,.mall .mall-banner .mall-banner-right .mall-banner-p2,.mall .mall-banner .mall-banner-top .mall-banner-p2{font-size:15px;margin-top:15px}}.mall .mall-section-two{background:#efffff;text-align:center;padding-top:115px;padding-bottom:115px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-two{padding:54px 8%}}.mall .mall-section-two div{font-size:25px;font-weight:300;color:#626262}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-two div{font-size:17px}}.mall .mall-section-third{display:-ms-flexbox;display:flex;background:#daf1f0}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third{display:block}}.mall .mall-section-third .left{margin-left:15%;padding-top:164px;width:30%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third .left{text-align:center;padding-top:54px;padding-left:8%;padding-right:8%;margin-left:0;width:100%}}.mall .mall-section-third .left .left-line-three{font-size:17px;font-weight:300;color:#626262;margin-top:20px;margin-bottom:32px}.mall .mall-section-third .left .left-line-four{display:-ms-flexbox;display:flex}.mall .mall-section-third .left .left-line-four div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:120px}.mall .mall-section-third .left .left-line-four .left-line-four-one{font-size:30px;font-weight:400;color:#626262}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third .left .left-line-four .left-line-four-one{font-size:17px}}.mall .mall-section-third .left .left-line-four .left-line-four-two{font-size:17px;font-weight:300;color:#626262}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third .left .left-line-four .left-line-four-two{font-size:13px}}.mall .mall-section-third .right{margin-top:96px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third .right{width:100%;text-align:center;margin-top:40px}}.mall .mall-section-third .right img{height:600px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-third .right img{height:300px}}.mall .mall-section-four{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-four img{height:300px;object-fit:cover}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-four h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-four h2,.mall .mall-section-four .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-four .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-four .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-four .title,.mall .mall-section-four .vertical-center-layout-wrapper .container h2,.mall .mall-section-four .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-four .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-four .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-four h2,.vertical-center-layout-wrapper .container .mall .mall-section-four h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-four h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-four h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-four h2{position:absolute;width:100%;text-align:center;padding-top:124px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-four h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-four h2,.mall .mall-section-four .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-four .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-four .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-four .title,.mall .mall-section-four .vertical-center-layout-wrapper .container h2,.mall .mall-section-four .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-four .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-four .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-four h2,.vertical-center-layout-wrapper .container .mall .mall-section-four h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-four h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-four h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-four h2{position:static;background-color:#f4fcfa;padding-top:54px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-four h2 .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-four h2 .line-two,.mall .mall-section-four .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-four .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-four .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two,.mall .mall-section-four .title .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .container h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-four h2 .line-two{width:35%;margin:auto;font-weight:300;color:#626262;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-four h2 .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-four h2 .line-two,.mall .mall-section-four .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-four .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-four .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two,.mall .mall-section-four .title .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .container h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two,.mall .mall-section-four .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-four h2 .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-four h2 .line-two{margin-top:20px;width:100%;padding-left:8%;padding-right:8%}}.mall .mall-section-five{position:relative;text-align:center;padding-bottom:124px;background:#ecf8f8;padding-top:124px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-five{padding:62px 8%}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-five h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-five h2,.mall .mall-section-five .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-five .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-five .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-five .title,.mall .mall-section-five .vertical-center-layout-wrapper .container h2,.mall .mall-section-five .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-five .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-five .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-five h2,.vertical-center-layout-wrapper .container .mall .mall-section-five h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-five h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-five h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-five h2{width:100%;text-align:center}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-five h2 .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-five h2 .line-two,.mall .mall-section-five .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-five .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-five .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two,.mall .mall-section-five .title .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .container h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-five h2 .line-two{width:35%;font-weight:300;color:#626262;font-size:17px;margin:26px auto 63px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-five h2 .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-five h2 .line-two,.mall .mall-section-five .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-five .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two,.mall .mall-section-five .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two,.mall .mall-section-five .title .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .container h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two,.mall .mall-section-five .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-five h2 .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-five h2 .line-two{width:100%;margin:20px auto 32px}}.mall .mall-section-five .section-five-img{-ms-flex-align:center;align-items:center;margin-bottom:66px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-five .section-five-img{margin-bottom:32px}}.mall .mall-section-five .section-five-img div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:150px;-ms-flex-align:center;align-items:center;font-weight:300;color:#707070;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-five .section-five-img div{font-size:13px;margin-top:10px}}.mall .mall-section-five .section-five-img div img{width:80px;margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-five .section-five-img div img{width:60px}}.mall .mall-section-six{position:relative}.mall .mall-section-six img{width:100%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six img{height:300px;object-fit:cover}}.mall .mall-section-six .mall-banner-right{position:absolute;right:22%;top:9%;color:#fff;width:25%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six .mall-banner-right{position:static;background:#242932;width:100%;right:0;text-align:center;padding-left:8%;padding-right:8%;padding-top:54px}}.mall .mall-section-six .mall-banner-right .mall-btn-wrap{margin-top:68px;width:240px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six .mall-banner-right .mall-btn-wrap{margin:10px auto 0}}.mall .mall-section-six .mall-banner-right .mall-btn-wrap div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.mall .mall-section-six .mall-banner-right .mall-btn-wrap div .line-one{font-weight:400;color:#d2d2d2;font-size:30px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six .mall-banner-right .mall-btn-wrap div .line-one{font-size:17px}}.mall .mall-section-six .mall-banner-right .mall-btn-wrap div .line-two{font-weight:300;color:#d2d2d2;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six .mall-banner-right .mall-btn-wrap div .line-two{font-size:13px}}.mall .mall-section-six .mall-banner-right .mall-banner-p2{font-size:40px;font-weight:400;margin-bottom:26px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-six .mall-banner-right .mall-banner-p2{font-size:30px}}.mall .mall-section-six .mall-banner-right .mall-banner-p3{font-weight:300;color:#fff;font-size:17px}.mall .mall-section-seven{position:relative;text-align:center}.mall .mall-section-seven img{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-seven img{height:360px;object-fit:cover}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-seven .title,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2{position:absolute;width:100%;text-align:center;padding-top:103px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-seven .title,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2{position:static;padding:54px 8% 0;background:#daf1f0}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .line-two-title,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .line-two-title,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two-title,.mall .mall-section-seven .title .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two-title,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .line-two-title{width:35%;font-weight:300;color:#626262;font-size:17px;margin:17px auto 24px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .line-two-title,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .line-two-title,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two-title,.mall .mall-section-seven .title .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two-title,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two-title,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .line-two-title,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .line-two-title{width:100%}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap,.mall .mall-section-seven .title .mall-btn-wrap,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div,.mall .mall-section-seven .title .mall-btn-wrap div,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:200px}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .title .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-one{font-weight:400;color:#88ab2d;font-size:35px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .title .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-one{font-size:17px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .title .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-two{font-weight:300;color:#626262;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .title .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-seven .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-seven h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-seven h2 .mall-btn-wrap div .line-two{font-size:13px}}.mall .green{background:#efffff;display:block}@media only screen and (min-width:320px) and (max-width:700px){.mall .green{height:180px;object-fit:cover}}.mall .mall-section-eight{position:relative;text-align:center}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-eight .title,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2{position:absolute;width:100%;text-align:center;padding-top:124px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.mall .mall-section-eight .title,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2{padding-top:54px;padding-left:8%;padding-right:8%}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .line-two-title,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .line-two-title,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two-title,.mall .mall-section-eight .title .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two-title,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .line-two-title{font-weight:300;color:#626262;font-size:17px;margin:26px auto 63px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .line-two-title,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .line-two-title,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .line-two-title,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .line-two-title,.mall .mall-section-eight .title .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .line-two-title,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .line-two-title,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .line-two-title,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .line-two-title{margin-top:15px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap,.mall .mall-section-eight .title .mall-btn-wrap,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .mall-btn-wrap,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .mall-btn-wrap,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .mall-btn-wrap,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .mall-btn-wrap,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap{display:-ms-flexbox;display:flex}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div,.mall .mall-section-eight .title .mall-btn-wrap div,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .mall-btn-wrap div,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .title .mall-btn-wrap div .line-one,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-one,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-one,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-one,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div .line-one{font-weight:400;color:#88ab2d;font-size:30px}.hy-breadcrumb .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .title .mall-btn-wrap div .line-two,.mall .mall-section-eight .vertical-center-layout-wrapper .container h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 .mall-btn-wrap div .line-two,.mall .mall-section-eight .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 .mall-btn-wrap div .line-two,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .container .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-breadcrumb h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .mall .mall-section-eight h2 .mall-btn-wrap div .line-two,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .mall .mall-section-eight h2 .mall-btn-wrap div .line-two{font-weight:300;color:#d2d2d2;font-size:17px}.mall .mall-section-eight div .img-05{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-eight div .img-05{height:650px;object-fit:cover}}.mall .mall-section-eight div .img-01{position:absolute;right:38%;top:48%;width:278px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-eight div .img-01{width:200px;right:18%}}.mall .mall-section-eight div .img-02{position:absolute;right:25%;top:56%;width:278px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-eight div .img-02{width:200px;right:5%}}.mall .mall-section-eight div .img-03{position:absolute;top:64%;width:200px;right:28%}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-eight div .img-03{width:160px;right:8%}}.mall .mall-section-eight div .img-04{position:absolute;right:25%;top:72%;width:278px}@media only screen and (min-width:320px) and (max-width:700px){.mall .mall-section-eight div .img-04{width:200px;right:1%}}.mall .left-line-one{background:linear-gradient(15deg,#287c8e,#82a833);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px}@media only screen and (min-width:320px) and (max-width:700px){.mall .left-line-one{font-size:24px}}.mall .left-line-two{color:#404040;font-size:40px}@media only screen and (min-width:320px) and (max-width:700px){.mall .left-line-two{font-size:24px}}.hb-general-form form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.hb-general-form form>div{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-error-msg{font-size:12px!important}}.hb-general-form .hs-main-font-element{width:100%;padding-bottom:5px;font-weight:400;line-height:1.7;letter-spacing:-.15px;font-size:16px}.hb-general-form .hs-main-font-element>h2{margin-bottom:20px}.hb-general-form .hs-main-font-element>p{font-weight:300;font-size:17px;line-height:1.5}.hb-general-form .hsfc-Renderer .hsfc-Heading{font-family:OpenSans-SemiBold;color:#282828}.hb-general-form .hsfc-Renderer .hsfc-Step__Content{padding:0!important;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.hb-general-form .hsfc-Renderer .hsfc-Row{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hsfc-Renderer .hsfc-Row{gap:0}}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup,.hb-general-form .hsfc-Renderer .hsfc-DropdownField,.hb-general-form .hsfc-Renderer .hsfc-EmailField,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup,.hb-general-form .hsfc-Renderer .hsfc-TextField{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:440px;margin-bottom:16px;padding:12px 16px;font-size:16px;background-color:#fff;border:1px solid #e0e2e5;border-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup,.hb-general-form .hsfc-Renderer .hsfc-DropdownField,.hb-general-form .hsfc-Renderer .hsfc-EmailField,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup,.hb-general-form .hsfc-Renderer .hsfc-TextField{width:100%;padding:6px 20px;margin-bottom:16px}}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-TextInput,.hb-general-form .hsfc-Renderer .hsfc-DropdownField .hsfc-TextInput,.hb-general-form .hsfc-Renderer .hsfc-EmailField .hsfc-TextInput,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-TextInput,.hb-general-form .hsfc-Renderer .hsfc-TextField .hsfc-TextInput{-ms-flex:1;flex:1;margin-left:6px}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-TextInput:focus,.hb-general-form .hsfc-Renderer .hsfc-DropdownField .hsfc-TextInput:focus,.hb-general-form .hsfc-Renderer .hsfc-EmailField .hsfc-TextInput:focus,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-TextInput:focus,.hb-general-form .hsfc-Renderer .hsfc-TextField .hsfc-TextInput:focus{box-shadow:none!important;border:none!important}.hb-general-form .hsfc-Renderer .hsfc-DropdownInput{position:unset;margin-bottom:0!important}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup{display:block;width:100%}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options,.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel,.hb-general-form .hsfc-Renderer .hsfc-CheckboxFieldGroup .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel,.hb-general-form .hsfc-Renderer .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel{max-width:100%}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField{margin-bottom:16px}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator{left:22px}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input{display:none}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input+span:before{position:absolute;top:0;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span{position:relative;-ms-flex:1;flex:1;font-weight:400;padding-left:30px;font-size:14px;line-height:1.7;letter-spacing:-.15px}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span>a{color:#88ab2d}.hb-general-form .hsfc-Renderer .hsfc-CheckboxField .hsfc-FieldLabel>span>a:hover{border-bottom:2px solid #96b41e}.hb-general-form .hsfc-Renderer .hsfc-ProgressBar__Progress>div{background-color:#88ab2d}.hb-general-form .hsfc-Renderer .hsfc-ReCaptchaV2{display:none}.hb-general-form .hsfc-Renderer .hsfc-DropdownOptions__Search,.hb-general-form .hsfc-Renderer .hsfc-PhoneInput{border:1px solid #e0e2e5;border-radius:8px;margin-bottom:16px!important}.hb-general-form .hsfc-Renderer .hsfc-DropdownOptions__Search input,.hb-general-form .hsfc-Renderer .hsfc-PhoneInput input{padding:12px 16px}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hsfc-Renderer .hsfc-DropdownOptions__Search input,.hb-general-form .hsfc-Renderer .hsfc-PhoneInput input{padding:6px 20px}}.hb-general-form .hsfc-Renderer .hsfc-DropdownOptions__Search{padding:0}.hb-general-form .hsfc-Renderer .hsfc-DropdownOptions__Search .hsfc-TextInput{margin-left:0}.hb-general-form .hsfc-Renderer .hsfc-NavigationRow__Alerts{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.hb-general-form .hsfc-Renderer .hsfc-TextareaField{position:relative;width:100%;margin-bottom:16px;padding:12px 16px;font-size:16px;background-color:#fff;border:1px solid #e0e2e5;border-radius:8px}.hb-general-form .hsfc-Renderer .hsfc-TextareaField .hsfc-TextInput{-ms-flex:1;flex:1;margin-left:6px}.hb-general-form .hsfc-Renderer .hsfc-TextareaField .hsfc-TextInput:focus{box-shadow:none!important;border:none!important}.hb-general-form .hsfc-Renderer .hsfc-ErrorAlert{position:absolute;bottom:-18px;color:red;font-size:14px}.hb-general-form .hsfc-Renderer .hsfc-RichText{font-weight:400;line-height:1.7;letter-spacing:-.15px;font-size:16px;margin-bottom:0}.hb-general-form .hsfc-Renderer .hsfc-RichText p{margin-bottom:5px}.hb-general-form .hsfc-Renderer .hsfc-RichText span{color:#404040;font-weight:400;line-height:1.7;letter-spacing:-.15px;font-size:16px;font-family:OpenSans-Regular}.hb-general-form .hsfc-Renderer .hsfc-TextareaInput,.hb-general-form .hsfc-Renderer .hsfc-TextInput{font-size:16px;background-color:#fff;border-color:transparent;padding:0;margin-bottom:0!important}.hb-general-form .hsfc-Renderer .hsfc-TextareaInput:active,.hb-general-form .hsfc-Renderer .hsfc-TextareaInput:focus,.hb-general-form .hsfc-Renderer .hsfc-TextareaInput:hover,.hb-general-form .hsfc-Renderer .hsfc-TextInput:active,.hb-general-form .hsfc-Renderer .hsfc-TextInput:focus,.hb-general-form .hsfc-Renderer .hsfc-TextInput:hover{border-color:transparent!important;box-shadow:none!important}.hb-general-form .hsfc-Renderer .hsfc-TextareaInput{min-height:100px;padding-left:12px}.hb-general-form .hsfc-Renderer .hsfc-FieldLabel__RequiredIndicator{position:absolute;top:3px;left:0;color:red}.hb-general-form .hsfc-Renderer .hsfc-PhoneField .hsfc-FieldLabel__RequiredIndicator{transform:translateY(50%);left:2px;z-index:2}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hsfc-Renderer .hsfc-PhoneField .hsfc-FieldLabel__RequiredIndicator{top:50%}}.hb-general-form .hsfc-Renderer .hsfc-PhoneField .hsfc-ErrorAlert{left:16px;bottom:0}.hb-general-form .hsfc-Renderer .hsfc-PhoneInput__FlagAndCaret{background-color:#fff;border:none;border-right:1px solid #e0e2e5!important;border-radius:8px}.hb-general-form .hsfc-Renderer .hsfc-NavigationRow .hsfc-NavigationRow__Buttons{-ms-flex-pack:center;justify-content:center}.hb-general-form .hsfc-Renderer .hsfc-NavigationRow .hsfc-Button{min-width:150px;height:40px;font-weight:600;font-size:16px;color:#f8f9fb;line-height:16px;letter-spacing:-.2px;text-align:center;background-color:#96b41e;border:none;border-radius:100px;padding:10px 24px;transition:all .5s ease}.hb-general-form .hsfc-Renderer .hsfc-NavigationRow .hsfc-Button:active,.hb-general-form .hsfc-Renderer .hsfc-NavigationRow .hsfc-Button:focus,.hb-general-form .hsfc-Renderer .hsfc-NavigationRow .hsfc-Button:hover{background-color:#839e3b;transform:none}.hb-general-form .hsfc-Renderer .hsfc-FieldLabel{position:relative;margin-bottom:0!important;padding-left:12px;font-size:16px;letter-spacing:-.1px;color:#414549;max-width:70%;font-family:OpenSans-Regular}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hsfc-Renderer .hsfc-FieldLabel{font-size:14px;line-height:22.4px}}.hb-general-form .hs-form-field{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:440px;margin-bottom:16px;padding:12px 16px;font-size:16px;background-color:#fff;border:1px solid #e0e2e5;border-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-form-field{padding:6px 20px;margin-bottom:8px}}.hb-general-form .hs-form-field input:-webkit-autofill{box-shadow:inset 0 0 0 30px #fff!important}.hb-general-form .hs-form-field>label{position:relative;margin-bottom:0;padding-left:12px;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#414549;max-width:70%;font-weight:500}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-form-field>label{font-size:14px;line-height:22.4px}}.hb-general-form .hs-form-field>label .hs-form-required{position:absolute;top:3px;left:0;color:red}.hb-general-form .hs-form-field .input{-ms-flex:1;flex:1;margin-left:6px}.hb-general-form .hs-form-field .input input,.hb-general-form .hs-form-field .input select,.hb-general-form .hs-form-field .input textarea{-ms-flex:1;flex:1;width:100%;color:#71757e;background-color:#fff;border:none}.hb-general-form .hs-form-field .input textarea{height:100%}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-form-field .input textarea{min-height:170px}}.hb-general-form .hs-form-field .hs-error-msgs{position:absolute;bottom:-30px;color:red;font-size:12px}.hb-general-form .hs-fieldtype-radio{display:block}.hb-general-form .hs-fieldtype-radio>.input{margin-left:12px}.hb-general-form .hs-fieldtype-radio .multi-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hs-fieldtype-radio .multi-container .hs-form-radio label{display:-ms-flexbox;display:flex;margin-right:15px;margin-bottom:0}.hb-general-form .hs-fieldtype-radio .multi-container .hs-form-radio label input{margin-right:5px}.hb-general-form .hs-fieldtype-checkbox{display:block}.hb-general-form .hs-fieldtype-checkbox>.input{margin-left:12px}.hb-general-form .hs-fieldtype-checkbox .multi-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hs-fieldtype-checkbox .multi-container .hs-form-checkbox label{display:-ms-flexbox;display:flex;margin-right:15px;margin-bottom:0}.hb-general-form .hs-fieldtype-checkbox .multi-container .hs-form-checkbox label input{margin-right:5px}.hb-general-form .hs-dependent-field{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hs-dependent-field .hs_have_you_ever_used_two_way_radios select{width:110px!important}.hb-general-form .hs_industry>.hs-field-desc{position:absolute;top:-25px;left:0;font-size:12px}.hb-general-form .hs_industry>.input{position:relative}.hb-general-form .hs_product_interest{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs_product_interest{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.hb-general-form .hs_product_interest ul{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}.hb-general-form .hs_product_interest ul input{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding-top:10px;border:1px solid #707070!important;width:15px!important}}.hb-general-form .hs_product_interest ul{display:-ms-flexbox;display:flex;margin-left:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hs_product_interest ul label,.hb-general-form .hs_product_interest ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-general-form .hs_product_interest ul label{margin-bottom:0}.hb-general-form .hs_product_interest ul label span{margin-left:5px;margin-right:15px}.hb-general-form .hs_error_rollup{display:none}.hb-general-form .legal-consent-container .hs-form-field{width:100%;background-color:transparent}.hb-general-form .legal-consent-container .hs-form-booleancheckbox-display{display:block}.hb-general-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input{display:inline-block;width:20px;height:20px;margin-top:4px}.hb-general-form .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:40px}.hb-general-form .legal-consent-container .hs-form-booleancheckbox-display>span a{color:#88ab2d}.hb-general-form .legal-consent-container .hs-error-msgs{bottom:-16px}.hb-general-form .hs_description.hs-form-field{-ms-flex-align:start;align-items:flex-start;width:100%;min-height:150px}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs_description.hs-form-field{min-height:100px}}.hb-general-form .hs_description.hs-form-field .input{height:100%;margin-left:20px}.hb-general-form .hs-form_description.hs-form-field{-ms-flex-align:start;align-items:flex-start;width:100%;min-height:150px}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-form_description.hs-form-field{min-height:100px}}.hb-general-form .hs-form_description.hs-form-field .input{height:100%;margin-left:20px}.hb-general-form .hs-recaptcha.hs-form-field{display:none;width:100%;background-color:transparent}.hb-general-form .hs-submit{width:100%;text-align:center}.hb-general-form .hs-submit input{min-width:150px;height:40px;font-weight:600;font-size:16px;color:#f8f9fb;line-height:16px;letter-spacing:-.2px;text-align:center;background-color:#96b41e;border:none;border-radius:100px;padding:10px 24px;transition:all .5s ease}.hb-general-form .hs-submit input:hover{background-color:#839e3b}.hb-general-form .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:24px;font-size:14px;font-weight:400;line-height:23.8px;letter-spacing:-.15px;color:#404040;border:unset;background-color:transparent}@media only screen and (min-width:320px) and (max-width:700px){.hb-general-form .hs-fieldtype-booleancheckbox{font-size:12px;line-height:19.2px}}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;font-weight:400;padding-left:30px;font-size:14px;line-height:1.7;letter-spacing:-.15px}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a:hover{border-bottom:2px solid #96b41e}.hb-general-form .hs-fieldtype-textarea{-ms-flex-direction:column;flex-direction:column}.hb-general-form .hs-fieldtype-textarea>.input{width:100%;margin:0!important;padding:0 12px}.hb-edm-container{position:relative}.hb-edm-container .hb-edm-close{position:absolute;top:0;right:0;width:32px;height:32px;line-height:32px;text-align:center;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.hb-edm-container .hb-edm-close{top:auto;bottom:0}}.hb-edm-container .hb-edm-close i{font-size:24px}.hb-edm-container .hb-edm-form form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.hb-edm-container .hb-edm-form .hs-form-field{position:relative;display:-ms-flexbox;display:flex;padding-bottom:30px;font-size:14px}.hb-edm-container .hb-edm-form .hs-form-field>div{-ms-flex:1;flex:1;width:100%}.hb-edm-container .hb-edm-form .hs-form-field>div input{display:inline-block;width:90%;height:32px;padding-left:12px;border:1px solid #88ab2d;border-radius:20px}@media only screen and (min-width:320px) and (max-width:700px){.hb-edm-container .hb-edm-form .hs-form-field>div input{width:100%}}.hb-edm-container .hb-edm-form .hs-form-field>div input:-ms-input-placeholder{color:#404040}.hb-edm-container .hb-edm-form .hs-form-field>div input::placeholder{color:#404040}.hb-edm-container .hb-edm-form .hs-form-field>div select{display:inline-block;width:100%;height:100%;background:transparent;border:none}.hb-edm-container .hb-edm-form .hs-form-field .hs-error-msgs{position:absolute;bottom:0;left:4px;width:100%;color:red}.hb-edm-container .hb-edm-form .hs-email{width:46%;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.hb-edm-container .hb-edm-form .hs-email{width:100%}}.hb-edm-container .hb-edm-form .hs-country{width:46%}@media only screen and (min-width:320px) and (max-width:700px){.hb-edm-container .hb-edm-form .hs-country{width:100%}}.hb-edm-container .hb-edm-form .hs-country>div{height:32px;padding:0 12px;border:1px solid #88ab2d;border-radius:20px}.hb-edm-container .hb-edm-form .hs-submit{width:100%}.hb-edm-container .hb-edm-form .hs-submit input{min-width:220px;height:34px;color:#fff;line-height:34px;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;transition:all .5s ease}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox{width:100%;padding-bottom:20px;font-size:12px;background-color:transparent}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.hb-edm-container .hb-edm-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.hb-edm-container .hb-edm-form .hs_error_rollup{display:none}.hb-white-paper-form{width:540px;padding:40px 0;background:#ededed;border:1px solid #707070;border-radius:5px}@media only screen and (min-width:320px) and (max-width:700px){.hb-white-paper-form{width:100%}}.hb-white-paper-form form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;width:90%;margin:0 auto}.hb-white-paper-form form>div:first-child{margin-bottom:30px}.hb-white-paper-form .hs-main-font-element{width:100%}.hb-white-paper-form .hs-main-font-element>h2{padding:10px;color:#fff;font-size:14px;background-color:#88ab2d;border-radius:5px}.hb-white-paper-form .hs-form-field{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:30px;padding:10px;font-size:16px;background-color:#fff;border:1px solid transparent}.hb-white-paper-form .hs-form-field>label{position:relative;margin-bottom:0;padding-left:12px;font-size:16px}.hb-white-paper-form .hs-form-field>label .hs-form-required{position:absolute;top:3px;left:0;color:red}.hb-white-paper-form .hs-form-field .input{margin-left:6px}.hb-white-paper-form .hs-form-field .input input,.hb-white-paper-form .hs-form-field .input select,.hb-white-paper-form .hs-form-field .input textarea{-ms-flex:1;flex:1;width:100%;height:30px;color:#707070;background-color:#fff;border:none}.hb-white-paper-form .hs-form-field .input textarea{height:100%}.hb-white-paper-form .hs-form-field .hs-error-msgs{position:absolute;bottom:-30px;color:red}.hb-white-paper-form .hs_error_rollup{display:none}.hb-white-paper-form .legal-consent-container .hs-form-field{width:100%;background-color:transparent}.hb-white-paper-form .legal-consent-container .hs-form-booleancheckbox-display{display:block}.hb-white-paper-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input{display:inline-block;width:20px;height:20px;margin-top:4px}.hb-white-paper-form .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:40px}.hb-white-paper-form .legal-consent-container .hs-form-booleancheckbox-display>span a{color:#88ab2d}.hb-white-paper-form .legal-consent-container .hs-error-msgs{bottom:-16px}.hb-white-paper-form .hs_description.hs-form-field{-ms-flex-align:start;align-items:flex-start;width:100%;min-height:150px}.hb-white-paper-form .hs_description.hs-form-field .input{height:100%;margin-left:20px}.hb-white-paper-form .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding:0 0 20px;font-size:12px;background-color:transparent}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.hb-white-paper-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.hb-white-paper-form .hs-recaptcha.hs-form-field{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;width:100%;margin:0 auto 30px;padding:0;background-color:transparent}.hb-white-paper-form .hs-submit{width:100%;text-align:center}.hb-white-paper-form .hs-submit input{min-width:222px;height:44px;color:#fff;line-height:44px;text-align:center;background-color:#88ab2d;border:none;border-radius:22px;transition:all .5s ease}.hb-find-dealer-form .hs-form-field{position:relative;padding-bottom:20px}.hb-find-dealer-form .hs-form-field>label{display:none}.hb-find-dealer-form .hs-form-field .input{position:relative;padding:0 10px;background-color:#fff;border:1px solid #e0e2e5;border-radius:8px}.hb-find-dealer-form .hs-form-field .input input,.hb-find-dealer-form .hs-form-field .input select{display:inline-block;width:100%;height:48px;border:none;outline:none}.hb-find-dealer-form .hs-form-field .input textarea{width:100%;min-height:80px;border:none;outline:none}.hb-find-dealer-form .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:20px;font-size:12px;background-color:transparent}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .input{background-color:transparent!important}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{position:absolute;right:0;left:0;z-index:1;width:30px;height:30px;padding-left:0;cursor:pointer;opacity:0}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.hb-find-dealer-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.hb-find-dealer-form .hs-recaptcha .input{background-color:transparent!important}.hb-find-dealer-form .hs-submit{width:100%;text-align:center;cursor:pointer}.hb-find-dealer-form .hs-submit input{width:100%;height:40px;padding:0 4px;color:#fff;font-size:12px;line-height:14px;background-color:#88ab2d;border:none}.hb-find-dealer-form .hs-error-msgs{position:absolute;bottom:2px;left:0;color:red!important}.hb-find-dealer-form .hs-error-msgs label{margin-bottom:0;font-size:12px}.hb-find-dealer-form .hs_error_rollup{display:none}@media only screen and (min-width:320px) and (max-width:700px){.hb-news-letter-form{margin-top:32px;display:block}}.hb-news-letter-form .hs-main-font-element>h2{font-size:12px}.hb-news-letter-form form{position:relative;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.hb-news-letter-form form{margin:0 10px;-ms-flex-direction:unset;flex-direction:unset}}.hb-news-letter-form form>div:first-child{width:100%;margin-bottom:10px}.hb-news-letter-form .hs-form-field{position:relative;width:100%;padding-bottom:24px}.hb-news-letter-form .hs-form-field>label{display:none}.hb-news-letter-form .hs-form-field .input input{width:393px;height:51px;padding:12px 16px;background-color:#282828;border:none;outline:none;font-weight:500;font-size:16px;line-height:27.2px;letter-spacing:-.1px;border-radius:8px 0 0 8px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.hb-news-letter-form .hs-form-field .input input{width:100%;height:44px;font-weight:400;font-size:14px;line-height:22.4px}}.hb-news-letter-form .hs-form-field .hs-error-msgs{position:absolute;bottom:0;left:0;color:red;font-size:12px}.hb-news-letter-form .hs-form-field .hs-error-msgs label{margin-bottom:0}.hb-news-letter-form .hs-submit .actions{position:relative}.hb-news-letter-form .hs-submit .actions:after{content:"";position:absolute;background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/sendEmail.png);width:24px;height:24px;right:7px;top:50%;transform:translateY(-50%);background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:320px) and (max-width:700px){.hb-news-letter-form .hs-submit .actions:after{display:none}}.hb-news-letter-form .hs-submit .actions input{white-space:nowrap;padding-right:38px;padding-left:12px;height:51px;color:#fff;font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;border:none;outline:none;cursor:pointer;border-radius:0 8px 8px 0;background-color:#96b41e;transition:background-color .3s}@media only screen and (min-width:320px) and (max-width:700px){.hb-news-letter-form .hs-submit .actions input{padding-right:revert;height:44px;width:100%;white-space:nowrap;font-size:14px!important}}.hb-news-letter-form .hs-submit .actions input:hover{background-color:#75951f;transition:background-color .3s}.hb-news-letter-form .hs_error_rollup{display:none}.hb-live-chate-form .hs-form-field{position:relative;padding-bottom:24px}.hb-live-chate-form .hs-form-field>label{display:none}.hb-live-chate-form .hs-form-field .input input,.hb-live-chate-form .hs-form-field .input select{width:100%;height:48px;background-color:#fff;border:none;outline:none}.hb-live-chate-form .hs-form-field .input input{padding:0 12px}.hb-live-chate-form .hs-form-field .input textarea{width:100%;min-height:100px;padding:12px;border:none;outline:none}.hb-live-chate-form .hs-fieldtype-select{padding-bottom:24px}.hb-live-chate-form .hs-fieldtype-select .input{padding:0 12px;background-color:#fff}.hb-live-chate-form .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:20px;font-size:12px;background-color:transparent}.hb-live-chate-form .hs-fieldtype-booleancheckbox .input{background-color:transparent!important}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.hb-live-chate-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.hb-live-chate-form .hs-error-msgs{position:absolute;bottom:2px;left:0;color:red!important}.hb-live-chate-form .hs-error-msgs label{margin-bottom:0;font-size:12px}.hb-live-chate-form .hs-submit .actions input{min-width:180px;height:48px;color:#fff;background-color:#88ab2d;border:none;outline:none;cursor:pointer}.hb-live-chate-form .hs_error_rollup{display:none}.new-hb-general-form form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.new-hb-general-form form>div{width:100%}.hy-breadcrumb .new-hb-general-form>h1,.hy-detail-head-banner__content .new-hb-general-form>h1,.navbar-nav .nav-item .new-hb-general-form>.navbar-submenu-content,.new-hb-general-form>.container{width:910px}@media only screen and (max-width:1366px){.hy-breadcrumb .new-hb-general-form>h1,.hy-detail-head-banner__content .new-hb-general-form>h1,.navbar-nav .nav-item .new-hb-general-form>.navbar-submenu-content,.new-hb-general-form>.container{width:660px}}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .new-hb-general-form>h1,.hy-detail-head-banner__content .new-hb-general-form>h1,.navbar-nav .nav-item .new-hb-general-form>.navbar-submenu-content,.new-hb-general-form>.container{width:100%}}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form .hs-error-msg{font-size:12px!important}}.new-hb-general-form .hs-main-font-element{width:100%;padding-bottom:5px;font-size:16px}.new-hb-general-form .hs-main-font-element>h2{margin-bottom:20px}.new-hb-general-form .hs-main-font-element>p{font-weight:300;font-size:17px;line-height:1.5}.new-hb-general-form .hs-form-field{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:320px;margin-bottom:30px;padding:9px 20px;font-size:16px;background-color:#fff;border:1px solid transparent;border-radius:10px}.new-hb-general-form .hs-form-field>label{position:relative;margin-bottom:0;padding-left:12px;font-size:16px}.new-hb-general-form .hs-form-field>label .hs-form-required{position:absolute;top:3px;left:0;color:red}.new-hb-general-form .hs-form-field .input{-ms-flex:1;flex:1;margin-left:6px}.new-hb-general-form .hs-form-field .input input,.new-hb-general-form .hs-form-field .input select,.new-hb-general-form .hs-form-field .input textarea{-ms-flex:1;flex:1;width:100%;height:30px;color:#707070;background-color:#fff;border:none}.new-hb-general-form .hs-form-field .input textarea{height:100%}.new-hb-general-form .hs-form-field .hs-error-msgs{position:absolute;bottom:-30px;color:red;font-size:12px}.new-hb-general-form .hs-dependent-field{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-hb-general-form .hs-dependent-field .hs_have_you_ever_used_two_way_radios select{width:110px!important}.new-hb-general-form .hs_industry>.hs-field-desc{position:absolute;top:-25px;left:0;font-size:12px}.new-hb-general-form .hs_industry>.input{position:relative}.new-hb-general-form .hs_product_interest{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form .hs_product_interest{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.new-hb-general-form .hs_product_interest ul{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}.new-hb-general-form .hs_product_interest ul input{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding-top:10px;border:1px solid #707070!important;width:15px!important}}.new-hb-general-form .hs_product_interest ul{display:-ms-flexbox;display:flex;margin-left:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-hb-general-form .hs_product_interest ul label,.new-hb-general-form .hs_product_interest ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.new-hb-general-form .hs_product_interest ul label{margin-bottom:0}.new-hb-general-form .hs_product_interest ul label span{margin-left:5px;margin-right:15px}.new-hb-general-form .hs_error_rollup{display:none}.new-hb-general-form .legal-consent-container .hs-form-field{width:100%;background-color:transparent}.new-hb-general-form .legal-consent-container .hs-form-booleancheckbox-display{display:block}.new-hb-general-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input{display:inline-block;width:20px;height:20px;margin-top:4px}.new-hb-general-form .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left:40px}.new-hb-general-form .legal-consent-container .hs-form-booleancheckbox-display>span a{color:#88ab2d}.new-hb-general-form .legal-consent-container .hs-error-msgs{bottom:-16px}.new-hb-general-form .hs_description.hs-form-field{-ms-flex-align:start;align-items:flex-start;width:100%;min-height:150px}.new-hb-general-form .hs_description.hs-form-field .input{height:100%;margin-left:20px}.new-hb-general-form .hs-recaptcha.hs-form-field{width:100%;margin-top:10;background-color:transparent}.new-hb-general-form .hs-submit{width:100%;text-align:end}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form .hs-submit{text-align:center}.new-hb-general-form .hs-submit input{min-width:220px;height:40px;line-height:40px;text-align:center;background-color:#88ab2d;border:none;border-radius:60px;font-size:inherit;padding:0}}.new-hb-general-form .hs-submit input{min-width:200px;height:60px;color:#fff;text-align:center;background-color:#86c902;border:none;transition:all .5s ease;font-size:20px;padding:16px 20px;border-radius:8px}@media only screen and (max-width:1366px){.new-hb-general-form .hs-submit input{padding:0;height:40px;line-height:40px}}.new-hb-general-form .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:20px;font-size:12px;background-color:transparent}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px;padding-left:0}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{position:relative;-ms-flex:1;flex:1;padding-left:30px}.new-hb-general-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span>a{color:#88ab2d}.new-hb-general-form .hs-fieldtype-textarea{-ms-flex-direction:column;flex-direction:column}.new-hb-general-form .hs-fieldtype-textarea>.input{width:100%;margin:0!important;padding:0 12px}[class*="hs_TICKET.content"]{-ms-flex-align:start!important;align-items:flex-start!important;width:100%!important;min-height:150px!important}@media only screen and (min-width:320px) and (max-width:700px){[class*="hs_TICKET.content"]{min-height:100px!important}}[class*="hs_TICKET.content"] .input{height:100%!important;margin-left:20px!important}.thirty-container{overflow-x:hidden}.thirdty .carousel-item{height:auto}.anniversary-celebration-container{position:relative;width:100vw}.anniversary-celebration-container>img{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}@media only screen and (min-width:1681px){.anniversary-celebration-container>img{object-fit:contain;background-color:#151c34}}.anniversary-celebration-container .more-button-hover-animation:hover{color:#88ab2d!important;transform:scale(1.2);transition:all .3s ease-in-out}@media only screen and (min-width:320px) and (max-width:700px){.thirty-anniversary-banner.carousel-banner #home-carousel-banner{padding-bottom:0}}.thirty-anniversary-banner.carousel-banner .carousel-item{height:calc(100vh - 90px)}.message-from-founder{height:840px}@media only screen and (min-width:1280px) and (max-width:1366px){.message-from-founder{height:694px}}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder{height:auto;min-height:720px;width:100%}}.message-from-founder .message-boss-container{display:-ms-flexbox;display:flex;height:100%;padding-left:20%;padding-top:80px}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding-top:56px;padding-left:20px}}.message-from-founder .message-boss-container .quote{width:54%}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .quote{width:90%}}.message-from-founder .message-boss-container .quote>p>img{width:40px}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .quote>p>img{width:18px}}.message-from-founder .message-boss-container .quote .quote-right{text-align:right;margin-top:-10px}.message-from-founder .message-boss-container .quote>span{font-weight:300;color:#88ab2d;line-height:20px;opacity:.8;display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .quote>span{font-size:12px}}.message-from-founder .message-boss-container .message-from-founder_title{position:relative;font-size:51px;letter-spacing:-2px;font-weight:300;color:#fff;line-height:59px}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .message-from-founder_title{font-size:30px;line-height:35px}}.message-from-founder .message-boss-container .message-from-founder_title span{color:#88ab2d;font-weight:600}.message-from-founder .message-boss-container .message-from-founder_main{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:430px;overflow:auto}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .message-from-founder_main{height:380px;margin-top:50px}}@media only screen and (min-width:1280px) and (max-width:1366px){.message-from-founder .message-boss-container .message-from-founder_main{height:320px}}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content{position:relative;width:400px;margin-right:10rem;color:#fff;overflow:hidden;direction:rtl;overflow-y:auto}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content::-webkit-scrollbar{width:3px;background-color:#8f8d8d;border:3px solid #8f8d8d;background-clip:content-box}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content::-webkit-scrollbar-track{display:none}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content::-webkit-scrollbar-thumb{width:3px;background-color:#88ab2d;border:3px solid #88ab2d;background-clip:content-box}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content::-webkit-scrollbar-button{display:none}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content{margin-top:0;margin-right:0;width:220px}}@media only screen and (min-width:1681px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content{width:600px;margin-right:80px}}@media only screen and (min-width:1280px) and (max-width:1366px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content{margin-right:54px}}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message{padding-left:2rem;direction:ltr;unicode-bidi:bidi-override;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message{padding-right:28px;font-size:12px}}@media only screen and (min-width:1681px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message{padding-right:20px;line-height:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message{font-size:12px}}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message div{font-size:14px}.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message p{margin-bottom:1.8rem;font-size:14px}@media only screen and (min-width:1280px) and (max-width:1366px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message p{margin-bottom:12px;line-height:1.3}}@media only screen and (min-width:320px) and (max-width:700px){.message-from-founder .message-boss-container .message-from-founder_main .message-from-founder_content .message-from-founder_message p{margin-bottom:14px}}.message-from-founder .message-boss-container .message-from-founder_image{width:32rem;position:relative}.message-from-founder .message-boss-container .message-from-founder_image>.message-from-founder_name{position:absolute;bottom:100px;z-index:100;right:0}.message-from-founder .message-boss-container .message-from-founder_image>.message-from-founder_name>img{width:13.2rem}.message-from-founder .message-boss-container .message-from-founder_image>.message-from-founder_name .message-from-founder_name_info{font-size:22px;font-weight:600;color:#88ab2d}.message-from-founder .message-boss-container .message-from-founder_image>.message-from-founder_name .message-from-founder_name_tip{font-weight:300;color:#fff;font-size:13px;margin-top:6px;margin-bottom:15px}.our-story-started{background:#ecf4fc;padding-top:80px;padding-bottom:64px}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started{padding-top:50px;padding-bottom:20px}}.our-story-started .our-story-started_content{padding-left:20%;padding-right:20%;width:100%}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_content{padding-left:20px;padding-right:20px}}.our-story-started .our-story-started_content .our-story-started_top{font-size:51px;font-weight:300;line-height:59px;margin-bottom:21px;letter-spacing:-2px}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_content .our-story-started_top{font-size:30px;line-height:35px}}.our-story-started .our-story-started_content .our-story-started_top span{color:#88ab2d;font-weight:600}.our-story-started .our-story-started_content .our-story-started_des_main{font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_content .our-story-started_des_main{font-size:14px}}.our-story-started .our-story-started_container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:50px;position:relative}.our-story-started .our-story-started_container>img{height:44rem;object-fit:contain;width:100%;margin-left:-21rem}@media only screen and (min-width:1681px){.our-story-started .our-story-started_container>img{height:52rem;margin-left:-28rem}}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_container>img{margin-left:0;padding-top:0;width:96%}}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_container{padding-top:0}}.our-story-started .our-story-started_video{position:absolute;bottom:18.2rem;left:50%;width:54rem;height:34rem;transform:translate(-50%);top:10rem}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_video{height:21rem;top:11.5rem;width:36rem}}@media only screen and (min-width:1681px){.our-story-started .our-story-started_video{width:70rem;height:41rem}}.our-story-started .our-story-started_video .our-story-started_video_wrapper{width:100%;height:100%}.our-story-started .our-story-started_video .our-story-started_video_wrapper>video{width:100%;height:100%;object-fit:cover}.our-story-started .our-story-started_video .our-story-started_play_button{position:absolute;top:50%;left:50%;width:10.1rem;height:10.1rem;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer}@media only screen and (min-width:1681px){.our-story-started .our-story-started_video .our-story-started_play_button{width:135px;height:135px}}.our-story-started .our-story-started_video .our-story-started_play_button:hover{box-shadow:0 0 14px 0 #fff;transition:all .2s ease-in-out}@media only screen and (min-width:1280px) and (max-width:1366px){.our-story-started .our-story-started_video .our-story-started_play_button{width:96px;height:96px}}.our-story-started .our-story-started_more{position:absolute;bottom:7.2rem;left:50%;display:inline-block;-ms-flex-item-align:center;align-self:center;min-width:20.3rem;height:3.4rem;padding:0 4rem;color:#fff;font-size:11px;font-weight:600;line-height:3.2rem;text-align:center;background:#88ab2d;border-radius:1.7rem;transform:translate(-50%)}@media only screen and (min-width:320px) and (max-width:700px){.our-story-started .our-story-started_more{bottom:65px;padding:0 22px;font-size:12px;border-radius:14px}}@media only screen and (min-width:1681px){.our-story-started .our-story-started_more{min-width:270px;height:45px;font-size:22px;line-height:45px}}@media only screen and (min-width:1280px) and (max-width:1366px){.our-story-started .our-story-started_more{min-width:192px;height:32px;font-size:16px;line-height:32px}}.thirty-years-growth{height:90rem}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth{height:auto;min-height:667px;padding-bottom:45px}}@media only screen and (min-width:1681px){.thirty-years-growth{height:1200px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth{height:854px}}.hy-breadcrumb .thirty-years-growth h1,.hy-detail-head-banner__content .thirty-years-growth h1,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content,.thirty-years-growth .container,.thirty-years-growth .hy-breadcrumb h1,.thirty-years-growth .hy-detail-head-banner__content h1,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content{padding-top:6rem!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .thirty-years-growth h1,.hy-detail-head-banner__content .thirty-years-growth h1,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content,.thirty-years-growth .container,.thirty-years-growth .hy-breadcrumb h1,.thirty-years-growth .hy-detail-head-banner__content h1,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content{padding-top:46px!important}}@media only screen and (min-width:1280px) and (max-width:1366px){.hy-breadcrumb .thirty-years-growth h1,.hy-detail-head-banner__content .thirty-years-growth h1,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content,.thirty-years-growth .container,.thirty-years-growth .hy-breadcrumb h1,.thirty-years-growth .hy-detail-head-banner__content h1,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content{padding-top:54px!important}}.hy-breadcrumb .thirty-years-growth h1 .thirty-years-growth_title>img,.hy-detail-head-banner__content .thirty-years-growth h1 .thirty-years-growth_title>img,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content .thirty-years-growth_title>img,.thirty-years-growth .container .thirty-years-growth_title>img,.thirty-years-growth .hy-breadcrumb h1 .thirty-years-growth_title>img,.thirty-years-growth .hy-detail-head-banner__content h1 .thirty-years-growth_title>img,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content .thirty-years-growth_title>img{width:43.7rem;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .thirty-years-growth h1 .thirty-years-growth_title>img,.hy-detail-head-banner__content .thirty-years-growth h1 .thirty-years-growth_title>img,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content .thirty-years-growth_title>img,.thirty-years-growth .container .thirty-years-growth_title>img,.thirty-years-growth .hy-breadcrumb h1 .thirty-years-growth_title>img,.thirty-years-growth .hy-detail-head-banner__content h1 .thirty-years-growth_title>img,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content .thirty-years-growth_title>img{width:130px}}@media only screen and (min-width:1681px){.hy-breadcrumb .thirty-years-growth h1 .thirty-years-growth_title>img,.hy-detail-head-banner__content .thirty-years-growth h1 .thirty-years-growth_title>img,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content .thirty-years-growth_title>img,.thirty-years-growth .container .thirty-years-growth_title>img,.thirty-years-growth .hy-breadcrumb h1 .thirty-years-growth_title>img,.thirty-years-growth .hy-detail-head-banner__content h1 .thirty-years-growth_title>img,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content .thirty-years-growth_title>img{width:583px}}@media only screen and (min-width:1280px) and (max-width:1366px){.hy-breadcrumb .thirty-years-growth h1 .thirty-years-growth_title>img,.hy-detail-head-banner__content .thirty-years-growth h1 .thirty-years-growth_title>img,.navbar-nav .nav-item .thirty-years-growth .navbar-submenu-content .thirty-years-growth_title>img,.thirty-years-growth .container .thirty-years-growth_title>img,.thirty-years-growth .hy-breadcrumb h1 .thirty-years-growth_title>img,.thirty-years-growth .hy-detail-head-banner__content h1 .thirty-years-growth_title>img,.thirty-years-growth .navbar-nav .nav-item .navbar-submenu-content .thirty-years-growth_title>img{width:415px}}.thirty-years-growth .thirty-years-growth_main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:66.2rem;margin:5.1rem 0 0 5.6rem}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main{-ms-flex-direction:column;flex-direction:column;height:auto;margin:20px 0 0}}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main{height:882px;margin:68px 0 0 74px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth .thirty-years-growth_main{height:628px;margin:49px 0 0 53px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line{display:-ms-flexbox;display:flex;display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;height:100%}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line>span{display:inline-block;width:5px;height:5px;background-color:#fff;border-radius:50%;opacity:.2}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line>span{width:3px;height:3px}}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line>span{width:8px;height:8px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line>span{width:5px;height:5px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_line>span.active{opacity:1}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll{width:66.2rem;height:66.2rem;margin-left:10rem;background-image:url(https://www.hytera.com/iwov-resources/public/images/30th/30-years-growth-quan.png);background-repeat:no-repeat;background-position:50%;background-size:cover}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll{width:268px;height:268px;margin:0 auto 40px}}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll{width:882px;height:882px;margin-left:120px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll{width:628px;height:628px;margin-left:70px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .scroll-main_item_wrapper{position:relative;left:-9rem;padding:1.2rem 0}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .scroll-main_item_wrapper{left:-30px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .scroll-main_item_wrapper>li{display:none;color:#fff;font-weight:600;font-size:13rem;line-height:16.9rem;background:linear-gradient(-27deg,#fff,#88ab2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .scroll-main_item_wrapper>li.active{display:inline-block}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .scroll-main_item_wrapper>li{font-size:50px;line-height:60px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .growth-scroll_button{width:3rem;cursor:pointer}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .growth-scroll_button>img{width:100%;height:100%;object-fit:cover}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .growth-scroll_prev{transform:rotate(90deg)}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_scroll .growth-scroll_main .growth-scroll_next{transform:rotate(-90deg)}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info{position:relative;left:-4.8rem}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info{position:relative;left:0}}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info{left:-65px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_title{color:#fff;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_title{font-size:14px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description{width:45rem;margin-top:1.5rem;padding:5.5rem 6.2rem 5.2rem 6.5rem;background:#fff;border-radius:2.3rem;box-shadow:1.3rem 1.5rem 2.8rem 0 rgba(200,201,201,.4)}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description{width:334px;margin-top:6px;padding:40px 26px 48px 30px;border-radius:13px;box-shadow:7px 9px 17px 0 rgba(200,201,201,.4)}}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description{width:600px;margin-top:20px;padding:70px 91px 70px 65px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description{width:428px;margin-top:14px;padding:50px 65px 50px 62px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item{display:none}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item.active{display:inline-block}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item>p{position:relative;margin-bottom:1.6rem;font-size:16px;line-height:1.4}@media only screen and (min-width:1681px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item>p{margin-bottom:20px;font-size:16px;line-height:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item>p{margin-bottom:14px;font-size:16px;line-height:21px}}.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item>p:before{position:absolute;top:8px;left:-20px;width:6px;height:6px;background-color:#88ab2d;border-radius:50%;content:""}@media only screen and (min-width:320px) and (max-width:700px){.thirty-years-growth .thirty-years-growth_main .thirty-years-growth_info .growth-info_description .info-description-item>p:before{top:4px;left:-10px;width:4px;height:4px}}.customers-stories{width:1200px;padding-top:80px;padding-bottom:20px;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories{width:100%;padding-top:50px}}.customers-stories .customers-stories-top{font-size:51px;letter-spacing:-2px;line-height:59px;font-weight:300;margin-bottom:21px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-top{font-size:30px;line-height:35px}}.customers-stories .customers-stories-top>span{font-weight:600;color:#88ab2d}.customers-stories .customers-stories-des{font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-des{font-size:14px}}.customers-stories .customers-stories-content .customers-stories-main{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-top:23px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main{-ms-flex-direction:column;flex-direction:column}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left{width:60%;background:#88ab2d;border-radius:6px;margin-right:8px;position:relative;padding-left:20px;max-width:188px;height:420px}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left{max-width:159px}}@media only screen and (min-width:1681px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left{max-width:307px}}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left{margin-top:5px;width:100%;height:62px;max-width:100%}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-countrylogo,.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-countrylogo2{margin-top:26px;margin-bottom:33px;margin-right:5px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-countrylogo,.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-countrylogo2{margin-top:0;margin-bottom:5px;margin-left:15px}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-title{color:#fff;margin-top:10px}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-name{font-size:19px;color:#fff;width:90%}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-name a{position:relative;width:100%;display:block;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-name{position:absolute;top:10px;font-size:14px}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-name a:hover{color:#fff}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-30thlogo{position:absolute;bottom:20px;width:100px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_left .customers-stories-30thlogo{bottom:0;width:60px;right:0}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right{-ms-flex:1 auto;flex:1 auto;text-align:center;position:relative;border-radius:6px;height:420px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right{height:200px}}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right .play{position:absolute;top:0;display:-ms-flexbox;display:flex;height:100%;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right .play>img{width:8.6rem}.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right>video{width:100%;object-fit:contain;vertical-align:bottom;border-radius:6px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main .customers-stories-main_right>video{width:100%}}.customers-stories .customers-stories-content .customers-stories-main_bottom{margin-top:24px;margin-bottom:24px;margin-left:24px;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main_bottom{margin-left:0}}.customers-stories .customers-stories-content .customers-stories-main_bottom::-webkit-scrollbar{height:2px;background-color:#dcdada}.customers-stories .customers-stories-content .customers-stories-main_bottom::-webkit-scrollbar-track{display:none}.customers-stories .customers-stories-content .customers-stories-main_bottom::-webkit-scrollbar-thumb{width:2px;background-color:#88ab2d}.customers-stories .customers-stories-content .customers-stories-main_bottom::-webkit-scrollbar-button{display:none}.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con{border-radius:6px;background:#efefef;width:calc(100% - 10px)!important;margin-right:20px;position:relative;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con{width:96px!important}}.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-stories-main_bottom_1{color:#3e3a39;font-weight:700;background-color:#fff;text-align:center;padding-top:20px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-stories-main_bottom_1{font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}}.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-stories-main_bottom_2{color:#545454;background-color:#fff;text-align:center;padding-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-stories-main_bottom_2{font-size:12px}}.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-modal{position:absolute;height:100%;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.6);width:100%;text-align:center}.customers-stories .customers-stories-content .customers-stories-main_bottom .customers-stories_bottom_con .customers-modal>div{color:#fff;font-size:12px}.customers-stories.transition{height:auto;min-height:60rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories{height:600px!important;padding-left:20px;padding-right:20px}}@media only screen and (min-width:1681px){.customers-stories{height:1200px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories{height:854px}}.customers-stories .container,.customers-stories .hy-breadcrumb h1,.customers-stories .hy-detail-head-banner__content h1,.customers-stories .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .customers-stories h1,.hy-detail-head-banner__content .customers-stories h1,.navbar-nav .nav-item .customers-stories .navbar-submenu-content{padding-top:6rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .container,.customers-stories .hy-breadcrumb h1,.customers-stories .hy-detail-head-banner__content h1,.customers-stories .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .customers-stories h1,.hy-detail-head-banner__content .customers-stories h1,.navbar-nav .nav-item .customers-stories .navbar-submenu-content{padding-top:46px}}@media only screen and (min-width:1681px){.customers-stories .container,.customers-stories .hy-breadcrumb h1,.customers-stories .hy-detail-head-banner__content h1,.customers-stories .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .customers-stories h1,.hy-detail-head-banner__content .customers-stories h1,.navbar-nav .nav-item .customers-stories .navbar-submenu-content{padding-top:80px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .container,.customers-stories .hy-breadcrumb h1,.customers-stories .hy-detail-head-banner__content h1,.customers-stories .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .customers-stories h1,.hy-detail-head-banner__content .customers-stories h1,.navbar-nav .nav-item .customers-stories .navbar-submenu-content{padding-top:56px}}.customers-stories .container .customers-stories_title,.customers-stories .hy-breadcrumb h1 .customers-stories_title,.customers-stories .hy-detail-head-banner__content h1 .customers-stories_title,.customers-stories .navbar-nav .nav-item .navbar-submenu-content .customers-stories_title,.hy-breadcrumb .customers-stories h1 .customers-stories_title,.hy-detail-head-banner__content .customers-stories h1 .customers-stories_title,.navbar-nav .nav-item .customers-stories .navbar-submenu-content .customers-stories_title{position:relative}.customers-stories .container .customers-stories_title>img,.customers-stories .hy-breadcrumb h1 .customers-stories_title>img,.customers-stories .hy-detail-head-banner__content h1 .customers-stories_title>img,.customers-stories .navbar-nav .nav-item .navbar-submenu-content .customers-stories_title>img,.hy-breadcrumb .customers-stories h1 .customers-stories_title>img,.hy-detail-head-banner__content .customers-stories h1 .customers-stories_title>img,.navbar-nav .nav-item .customers-stories .navbar-submenu-content .customers-stories_title>img{width:39rem;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .container .customers-stories_title>img,.customers-stories .hy-breadcrumb h1 .customers-stories_title>img,.customers-stories .hy-detail-head-banner__content h1 .customers-stories_title>img,.customers-stories .navbar-nav .nav-item .navbar-submenu-content .customers-stories_title>img,.hy-breadcrumb .customers-stories h1 .customers-stories_title>img,.hy-detail-head-banner__content .customers-stories h1 .customers-stories_title>img,.navbar-nav .nav-item .customers-stories .navbar-submenu-content .customers-stories_title>img{width:187px}}@media only screen and (min-width:1681px){.customers-stories .container .customers-stories_title>img,.customers-stories .hy-breadcrumb h1 .customers-stories_title>img,.customers-stories .hy-detail-head-banner__content h1 .customers-stories_title>img,.customers-stories .navbar-nav .nav-item .navbar-submenu-content .customers-stories_title>img,.hy-breadcrumb .customers-stories h1 .customers-stories_title>img,.hy-detail-head-banner__content .customers-stories h1 .customers-stories_title>img,.navbar-nav .nav-item .customers-stories .navbar-submenu-content .customers-stories_title>img{width:519px;height:auto}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .container .customers-stories_title>img,.customers-stories .hy-breadcrumb h1 .customers-stories_title>img,.customers-stories .hy-detail-head-banner__content h1 .customers-stories_title>img,.customers-stories .navbar-nav .nav-item .navbar-submenu-content .customers-stories_title>img,.hy-breadcrumb .customers-stories h1 .customers-stories_title>img,.hy-detail-head-banner__content .customers-stories h1 .customers-stories_title>img,.navbar-nav .nav-item .customers-stories .navbar-submenu-content .customers-stories_title>img{width:369px}}.customers-stories .customers-stories_first{position:absolute;right:0;width:124.3rem;margin-top:6.8rem;margin-bottom:4.7rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first{position:relative;width:100%;margin-top:55px;margin-bottom:0;padding:0 20px}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first{width:1657px;margin-top:120px;margin-bottom:64px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first{width:1180px;margin-top:86px;margin-bottom:45px}}.customers-stories .customers-stories_first .customers-stories_top_con{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .customers-stories_top_con{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item{margin-right:3.1rem;padding-top:2.3rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item{width:calc(50% - 8px);margin-right:16px;margin-bottom:28px;padding-top:10px}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:nth-child(2n){margin-right:0}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item{margin-right:41px;padding-top:30px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item{margin-right:29px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:hover .customers-item_main{top:-20px;box-shadow:30px 30px 30px rgba(0,140,214,.3);transition:all .3s ease-in-out}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:hover .customers-item_main{top:-10px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:hover .customers-item_main .customers-item_button>img.item-button_default{display:none}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:hover .customers-item_main .customers-item_button>img.item-button_active{display:inline-block}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item:hover .customers-item_main .hover-bg{opacity:1;transition:all .3s ease-in-out}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main{position:relative;width:39.4rem;height:25.3rem;overflow:hidden;border-radius:1.7rem;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main{width:100%;height:113px;border-radius:10px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .hover-bg{position:absolute;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .item-main_image{position:absolute;z-index:1;width:100%;height:100%;object-fit:cover}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{position:absolute;right:2.8rem;bottom:2.8rem;z-index:3;width:4.5rem;height:4.5rem}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{right:38px;bottom:38px;width:60px;height:60px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{right:27px;bottom:27px;width:43px;height:43px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img{width:100%;height:100%;object-fit:cover}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img.item-button_default{display:inline-block}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img.item-button_active{display:none}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{position:absolute;top:2.4rem;left:2.8rem;z-index:3;display:none;width:2.5rem;height:1.7rem;cursor:pointer}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{top:32px;left:38px;width:34px;height:20px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{top:23px;left:27px;width:24px;height:16px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag>img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main{width:525px;height:338px;border-radius:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_main{width:374px;height:240px;border-radius:16px}}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:2.9rem;color:#404040;font-size:1.4rem;text-align:center;cursor:pointer}.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_des:hover{color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_des{width:160px}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:38px;font-size:16px;line-height:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:27px;font-size:14px}}.customers-stories .customers-stories_first .stories-top_prev{position:absolute;top:50%;left:-6.9rem;width:2.9rem;height:4.4rem;transform:translateY(-50%);cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_first .stories-top_prev{display:non}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_first .stories-top_prev{left:-100px;width:40px;height:60px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_first .stories-top_prev{left:-66px;width:27px;height:42px}}.customers-stories .customers-stories_first .stories-top_prev>img{width:100%;height:100%}.customers-stories .customers-stories_second{position:absolute;bottom:7.2rem;left:0;width:124.2rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_second{position:relative;bottom:0;width:100%;margin-bottom:0;padding:0 20px}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_second{bottom:80px;left:0;width:1657px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_second{bottom:56px;width:1180px}}.customers-stories .customers-stories_second .stories-top_next{position:absolute;top:50%;right:-55px;width:29px;height:45px;transform:translateY(-50%);cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_second .stories-top_next{display:none}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_second .stories-top_next{right:-100px;width:40px;height:60px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_second .stories-top_next{right:-66px;width:27px;height:42px}}.customers-stories .customers-stories_second .stories-top_next>img{width:100%;height:100%}.customers-stories .customers-stories_transition{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:6.8rem;padding-bottom:8rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition{padding:0 20px}}.customers-stories .customers-stories_transition .customers-stories_top_con{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition .customers-stories_top_con{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item{margin-right:3.1rem;padding-top:2.3rem}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item{width:calc(50% - 8px);margin-right:16px;margin-bottom:28px;padding-top:10px}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:nth-child(2n){margin-right:0}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item{margin-right:41px;padding-top:30px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item{margin-right:29px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:hover .customers-item_main{top:-20px;box-shadow:30px 30px 30px rgba(0,140,214,.3);transition:all .3s ease-in-out}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:hover .customers-item_main{top:-10px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:hover .customers-item_main .customers-item_button>img.item-button_default{display:none}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:hover .customers-item_main .customers-item_button>img.item-button_active{display:inline-block}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item:hover .customers-item_main .hover-bg{opacity:1;transition:all .3s ease-in-out}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main{position:relative;width:39.4rem;height:25.3rem;overflow:hidden;border-radius:1.7rem;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main{width:100%;height:113px;border-radius:10px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .hover-bg{position:absolute;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .item-main_image{position:absolute;z-index:1;width:100%;height:100%;object-fit:cover}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{position:absolute;right:2.8rem;bottom:2.8rem;z-index:3;width:4.5rem;height:4.5rem}@media only screen and (min-width:1681px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{right:38px;bottom:38px;width:60px;height:60px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button{right:27px;bottom:27px;width:43px;height:43px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img{width:100%;height:100%;object-fit:cover}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img.item-button_default{display:inline-block}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_button>img.item-button_active{display:none}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{position:absolute;top:2.4rem;left:2.8rem;z-index:3;display:none;width:2.5rem;height:1.7rem;cursor:pointer}@media only screen and (min-width:1681px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{top:32px;left:38px;width:34px;height:20px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag{top:23px;left:27px;width:24px;height:16px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main .customers-item_flag>img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:1681px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main{width:525px;height:338px;border-radius:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_main{width:374px;height:240px;border-radius:16px}}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:2.9rem;color:#404040;font-size:1.4rem;text-align:center;cursor:pointer}.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_des:hover{color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_des{width:160px}}@media only screen and (min-width:1681px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:38px;font-size:16px;line-height:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.customers-stories .customers-stories_transition .customers-stories_top_con .customers-stories-item .customers-item_des{padding-top:27px;font-size:14px}}.employees-stories{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.employees-stories .employees-stories-container{width:100%;padding:80px 20%}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container{padding:50px 20px}}.employees-stories .employees-stories-container .employees-stories-des{margin-top:21px;color:#fff;font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-stories-des{margin-top:15px;font-size:14px}}.employees-stories .employees-stories-container .employees-stories-top{font-size:51px;letter-spacing:-2px;line-height:59px;font-weight:300;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-stories-top{font-size:30px;line-height:35px}}.employees-stories .employees-stories-container .employees-stories-top>span{font-weight:600;color:#88ab2d}.employees-stories .employees-stories-container .employees-stories_title>img{width:41rem;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-stories_title>img{width:166px}}@media only screen and (min-width:1681px){.employees-stories .employees-stories-container .employees-stories_title>img{width:546px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-stories_title>img{width:388px}}.employees-stories .employees-stories-container .employees-container{position:relative;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:10px;height:600px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container{top:0;height:220px;margin-top:40px;margin-bottom:20px}}.employees-stories .employees-stories-container .employees-container .employees-video-con{position:relative;width:210px;height:210px;border-radius:50%}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con{width:120px;height:120px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con{width:267px;height:267px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player>img{width:100%;height:100%;object-fit:cover}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player.is-stop .employees-video_play-button{display:inline-block}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-intro{position:absolute;top:38px;width:134px;height:60px;text-align:center;background:#fff;border-radius:30px}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-video_play-button{position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%);border:1px solid #ccc;border-radius:50px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-video_play-button{width:28px;height:28px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-video-palyer_wrapper{position:absolute;top:0;left:0;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;overflow:hidden;border-radius:50%}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-video-palyer_wrapper>video{width:100%;height:100%;object-fit:cover}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-video_player .employees-video-palyer_wrapper>video::-webkit-media-controls{display:none!important}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li{position:absolute;width:83px;height:83px;cursor:pointer;transition:all .3s ease-in-out}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li{width:80px;height:80px}}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li{width:40px;height:40px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li.active .employees-item-bg{transform:scale(1.5);transition:all .3s ease-in-out}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li.active .employees-item-bg:after{display:none}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li.active .employees-avatar_button,.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li.active .employees-info{display:block;transition:all .3s ease-in-out}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con>li.focus{opacity:1}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-item-bg{width:100%;height:100%;overflow:hidden;border-radius:50%}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-item-bg:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);border-radius:50%;opacity:.4;content:""}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-item-bg>img{width:100%;height:100%;object-fit:cover}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info{position:absolute;top:-60px;left:120px;z-index:2;display:none;min-width:300px;height:120px;padding:20px;background:#fff;border-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info{position:static;min-width:130px;height:60px;padding:12px;border-radius:11px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info{top:-40px;left:100px;min-width:220px;height:85px;padding:20px;border-radius:21px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_name{color:#88ab2d;font-size:23px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_name{font-size:12px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_name{font-size:16px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_text{color:#666464;font-size:15px}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_text{font-size:12px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-info .employees-info_text{font-size:12px}}.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-avatar_button{position:absolute;top:50%;left:50%;display:none;width:68px;height:68px;transform:translate(-50%,-50%);cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-avatar_button{width:30px;height:30px}}@media only screen and (min-width:1280px) and (max-width:1366px){.employees-stories .employees-stories-container .employees-container .employees-video-con .employees-avatar-con .employees-avatar_button{width:48px;height:48px}}.press-release{background:#eaedf2;width:100%;padding:80px 20%}@media only screen and (min-width:320px) and (max-width:700px){.press-release{padding:50px 20px}}.press-release .press-release-container .press-release-top{font-size:51px;letter-spacing:-2px;line-height:59px;font-weight:300;margin-bottom:21px}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-top{font-size:30px;line-height:35px}}.press-release .press-release-container .press-release-top>span{font-weight:600;color:#88ab2d}.press-release .press-release-container .press-release-des{font-size:17px}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-des{font-size:14px}}.press-release .press-release-container .press-release-main{position:relative;width:100%;margin-top:5rem}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main{margin-top:20px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-main{margin-top:103px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-main{margin-top:60px}}.press-release .press-release-container .press-release-main .press-release_slide{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide{-ms-flex-wrap:wrap;flex-wrap:wrap}}.press-release .press-release-container .press-release-main .press-release_slide a:hover{color:#000}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item{position:relative;width:calc(100% - 10px)!important;margin-right:20px;overflow:hidden;border-radius:8px}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .press-release-phone{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .press-release-phone .press-release-phone-item{margin-top:0;margin-right:10px;margin-bottom:18px;width:50%!important;position:relative}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .press-release-phone .press-release-phone-item:nth-child(2n){margin-right:0}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item{border-radius:0;width:calc(100% - 9px)!important;margin-top:0;margin-right:18px;margin-bottom:18px}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item:nth-child(2n){margin-right:0}}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_image{width:100%;height:23rem;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_image{height:123px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_image{height:263px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_image{width:100%;height:187px}}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_image>img{width:100%;height:100%;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:2.3rem;background-image:none;background-repeat:no-repeat;background-position:50%;background-size:cover;height:19rem;background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom{padding:14px;height:150px}}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .release-item_content{min-height:90px;font-size:17px;font-weight:500}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .release-item_content{height:120px;margin-bottom:0;font-size:12px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .release-item_content{font-size:17px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .release-item_content{font-size:16px;line-height:21px}}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:12px}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time>i{margin-right:.7rem;color:#88ab2d;font-size:2.1rem}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time>i{margin-right:4px;font-size:14px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time>i{margin-right:9px;color:#88ab2d;font-size:24px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time>i{margin-right:6px;font-size:20px}}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_bottom .item-bottom_more .release-item_time>span{transform:scale(.8)}}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_more{position:absolute;height:100%;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;background:rgba(0,0,0,.6);width:100%;cursor:pointer}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_more>a{border-radius:65px;border:1px solid #cdc7c7;width:65px;height:65px;line-height:65px;text-align:center}.press-release .press-release-container .press-release-main .press-release_slide .press-release_item .release-item_more>a .iconicon_download_right{font-size:35px;color:#cdc7c7;font-weight:300}.press-release .press-release-container .press-release-main .press-release_slide_button{position:absolute;top:50%;width:2.9rem;height:4.4rem;transform:translateY(-50%);cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-main .press-release_slide_button{display:none}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-main .press-release_slide_button{width:40px;height:60px}}.press-release .press-release-container .press-release-main .press-release_slide_button>img{width:100%;height:100%;object-fit:cover}.press-release .press-release-container .press-release-main .press-release_slide_prev{left:-7.4rem}.press-release .press-release-container .press-release-main .press-release_slide_next{right:-5.4rem}.press-release .press-release-container .press-release-more{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;padding:6rem 0}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-more{padding-top:28px;padding-bottom:40px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-more{padding-top:74px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-more{padding-top:53px}}.press-release .press-release-container .press-release-more>a{display:inline-block;-ms-flex-item-align:center;align-self:center;min-width:16.9rem;height:3.4rem;color:#fff;font-size:11px;font-weight:600;line-height:3.4rem;text-align:center;background-color:#88ab2d;border-radius:1.7rem}@media only screen and (min-width:320px) and (max-width:700px){.press-release .press-release-container .press-release-more>a{height:30px;padding:0 45px;line-height:30px;border-radius:15px}}@media only screen and (min-width:1681px){.press-release .press-release-container .press-release-more>a{min-width:225px;height:45px;font-size:23px;line-height:45px;border-radius:23px}}@media only screen and (min-width:1280px) and (max-width:1366px){.press-release .press-release-container .press-release-more>a{width:160px;height:32px;font-size:16px;line-height:32px;border-radius:16px}}.to-our-mission{background-color:#88ab2d}.hy-breadcrumb .to-our-mission h1 .our-mission-main,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main,.to-our-mission .container .our-mission-main,.to-our-mission .hy-breadcrumb h1 .our-mission-main,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main{display:-ms-flexbox;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;display:flex;padding:50px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .to-our-mission h1 .our-mission-main,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main,.to-our-mission .container .our-mission-main,.to-our-mission .hy-breadcrumb h1 .our-mission-main,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main{padding:25px}}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_number,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_number,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_number,.to-our-mission .container .our-mission-main .our-mission_number,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_number,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_number,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_number{display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;width:74px}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_number>img,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_number>img,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_number>img,.to-our-mission .container .our-mission-main .our-mission_number>img,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_number>img,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_number>img,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_number>img{width:100%;height:100%;object-fit:cover}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_info,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_info,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_info,.to-our-mission .container .our-mission-main .our-mission_info,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_info,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_info,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_info{color:#fff;text-align:center}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_info>h3,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_info>h3,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_info>h3,.to-our-mission .container .our-mission-main .our-mission_info>h3,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_info>h3,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_info>h3,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_info>h3{font-size:2.8rem;font-weight:600;padding-top:21px;padding-bottom:4px}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_info>p,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_info>p,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_info>p,.to-our-mission .container .our-mission-main .our-mission_info>p,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_info>p,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_info>p,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_info>p{font-size:1.5rem}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_more,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_more,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_more,.to-our-mission .container .our-mission-main .our-mission_more,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_more,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_more,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_more{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:2.1rem}.hy-breadcrumb .to-our-mission h1 .our-mission-main .our-mission_more>a,.hy-detail-head-banner__content .to-our-mission h1 .our-mission-main .our-mission_more>a,.navbar-nav .nav-item .to-our-mission .navbar-submenu-content .our-mission-main .our-mission_more>a,.to-our-mission .container .our-mission-main .our-mission_more>a,.to-our-mission .hy-breadcrumb h1 .our-mission-main .our-mission_more>a,.to-our-mission .hy-detail-head-banner__content h1 .our-mission-main .our-mission_more>a,.to-our-mission .navbar-nav .nav-item .navbar-submenu-content .our-mission-main .our-mission_more>a{display:inline-block;-ms-flex-item-align:center;align-self:center;min-width:15.8rem;height:3.4rem;color:#88ab2d;font-size:11px;font-weight:600;line-height:3.4rem;text-align:center;text-transform:capitalize;background:#fff;border-radius:1.7rem}@keyframes shansuo{0%{box-shadow:0 0 0 #fff;transform:scale(1)}to{box-shadow:0 0 20px #fff;transform:scale(1.2)}}.anniversary-common_padding{position:relative;padding:80px 0}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-common_padding{padding:50px 0}}.anniversary-common_title>h2{font-size:51px;letter-spacing:-2px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-common_title>h2{font-size:30px}}.anniversary-common_title>h2 span.anniversary-common_strong{color:#88ab2d;font-size:51px;letter-spacing:-2px;font-weight:600}.anniversary-common_title>p{font-size:21px}.anniversary-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover}.anniversary-wrapper{width:100%;padding-left:20%;padding-right:20%}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-wrapper{padding:0 20px}}.anniversary-wrapper .anniversary-common_title h2{font-size:52px;font-weight:400}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-wrapper .anniversary-common_title h2{font-size:30px;line-height:1.3}}.anniversary-wrapper .anniversary-common_title h2>span{color:#88ab2d;font-weight:600;font-size:52px}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-wrapper .anniversary-common_title h2>span{font-size:30px}}.anniversary-wrapper .anniversary-common_title p{margin-top:20px;font-size:17px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.anniversary-wrapper .anniversary-common_title p{font-size:14px}}.color-dark{color:#3e3a39!important}.color-white{color:#fff!important}.innovation-main{margin-top:48px}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main{margin-top:30px}}.innovation-main .innovation-main_body .main-body_item{display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item{-ms-flex-direction:column;flex-direction:column;height:440px}}.innovation-main .innovation-main_body .main-body_item .main-body_image{width:56%;background-color:#dbdde0}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item .main-body_image{width:100%;height:240px}}.innovation-main .innovation-main_body .main-body_item .main-body_image>img{width:100%;height:100%;object-fit:contain}.innovation-main .innovation-main_body .main-body_item .innovation-main_two{padding-left:20px}.innovation-main .innovation-main_body .main-body_item .innovation-main_content{position:relative;-ms-flex:1;flex:1;color:#fff;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;line-height:1.6;background-color:#88ab2d;padding:30px 20px}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content{padding:20px;font-size:12px}}@media only screen and (min-width:1280px) and (max-width:1366px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content{font-size:12px}}@media only screen and (min-width:1681px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content{padding:46px 26px;font-size:17px}}.innovation-main .innovation-main_body .main-body_item .innovation-main_content .innovation-main_icon{position:absolute;right:18px;bottom:10px;width:60px;z-index:1}@media only screen and (min-width:1681px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content .innovation-main_icon{width:100px}}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content .innovation-main_icon{width:34px}}.innovation-main .innovation-main_body .main-body_item .innovation-main_content h3{font-size:30px;line-height:1.4;font-weight:600}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content h3{font-size:20px}}.innovation-main .innovation-main_body .main-body_item .innovation-main_content h4{margin-bottom:24px;font-size:18px;height:44px}@media only screen and (min-width:1280px) and (max-width:1366px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content h4{height:50px;font-size:16px;margin-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item .innovation-main_content h4{height:40px;font-size:14px;margin-bottom:0}}.innovation-main .innovation-main_body .main-body_item .innovation-main_content .innovation-main_more{display:inline-block;width:100px;text-align:center;margin-top:22px;padding:2px;border:1px solid #ecf4fc;border-radius:13px}.innovation-main .innovation-main_body .main-body_item .innovation-main_content .innovation-main_more:hover{color:#fff;transform:scale(1.1);transition:all .3s ease-in-out}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item.item-two{-ms-flex-direction:row;flex-direction:row;position:relative}}.innovation-main .innovation-main_body .main-body_item.item-two .carousel-indicators{bottom:-40px}.innovation-main .innovation-main_body .main-body_item.item-two .carousel-indicators li{background-color:#fff}.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper:first-child{margin-right:20px}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper:first-child{margin-right:0}}.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper .main-body_image{width:39.5%;background-color:#dbdde0;height:365px}@media only screen and (min-width:1280px) and (max-width:1366px){.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper .main-body_image{height:350px}}@media only screen and (min-width:1681px){.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper .main-body_image{height:493px}}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_body .main-body_item.item-two .main-body_wrapper .main-body_image{width:100%;height:240px}}.innovation-main .innovation-main_body .tab-content{display:none}.innovation-main .innovation-main_body .tab-content.active{display:-ms-flexbox;display:flex}.innovation-main .innovation-main_year{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:62px;padding:0 13.2rem}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_year{margin-top:45px;padding:0}}.innovation-main .innovation-main_year .main-year_item{position:relative;padding-bottom:10px;color:#fff;font-size:16px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.innovation-main .innovation-main_year .main-year_item{font-size:12px}}.innovation-main .innovation-main_year .main-year_item:after{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:transparent;transition:all .2s ease-in-out;content:""}.innovation-main .innovation-main_year .main-year_item.active{color:#88ab2d}.innovation-main .innovation-main_year .main-year_item.active:after{width:100%;background-color:#88ab2d}.innovation-main .innovation-main_year .main-year_item:hover{color:#88ab2d}.innovation-main .innovation-main_year .main-year_item:hover:after{width:100%;background-color:#88ab2d}.folder-section{background-color:#fff;font-family:myriad-pro,helvetica,arial,sans-serif}.in-squeeze{margin:20px auto;padding:50px 125px;max-width:1170px}.align-center{text-align:center}.in-squeeze h2{margin-top:0;margin-bottom:0;font-weight:300;color:#404040;font-size:32px;line-height:1.11;padding-bottom:20px}.button-fold{border:none;margin:0;width:auto;font-size:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;background-color:#f7f8f8;padding:30px;cursor:pointer;text-align:left}.button-fold:hover{background-color:#dce0e0!important}.button-fold:hover .plus,.button-fold:hover .plus-1,.button-fold:hover .plus-1:before,.button-fold:hover .plus:before{background-color:#000}.plus,.plus:before{transition:all .2s ease;background-color:grey;border-radius:99px;-ms-flex-negative:0;flex-shrink:0}.plus{display:block;will-change:transform;transform:translateY(-50%) rotate(0deg);height:3px;width:22px}.plus:before{content:"";display:block;position:absolute;height:22px;width:3px;top:50%;right:50%;transform:translateY(-50%) translateX(50%)}.plus-1{transition:all .2s ease;background-color:grey;border-radius:99px;-ms-flex-negative:0;flex-shrink:0;display:block;will-change:transform;transform:translateY(-50%) rotate(0deg);height:3px;width:22px}.plus-1:before{content:"";display:block;position:absolute;height:0;width:0;top:50%;right:50%;transform:translateY(-50%) translateX(50%)}.flex-column>h3,.navbar-nav .nav-item .navbar-submenu-content.lg-column>h3,.navbar-nav .nav-item .navbar-submenu-content.md-column>h3,.product-card .product-footer>h3,.search-result-item>h3{font-size:25px;line-height:1.11;font-weight:300;font-family:myriad-pro,helvetica,arial,sans-serif}.spac{margin-top:.65em}article ul{font-size:18px;line-height:1.5}.spac li{margin:0 0 20px;position:relative;padding-bottom:6px}.accord-content{padding:30px;height:auto;opacity:1;display:none;font-weight:300;font-family:myriad-pro,helvetica,arial,sans-serif}.accord-content p{font-size:18px}.accord-content h3{font-weight:300;font-family:myriad-pro,helvetica,arial,sans-serif}.accord{background-color:#f7f8f8}.flex-colum{-ms-flex-direction:column;flex-direction:column;margin-right:1em}@media only screen and (max-width:500px){.accord-content{font-family:myriad-pro,helvetica,arial,sans-serif;font-weight:300}.accord-content h3{font-size:20px;font-weight:300}.accord-content>p{font-size:14px}.align-center{width:334.47px;height:61.59px;text-align:center}.in-squeeze h2{font-size:28px;text-align:center;margin:auto auto 15px}.flex-column h3,.navbar-nav .nav-item .navbar-submenu-content.lg-column h3,.navbar-nav .nav-item .navbar-submenu-content.md-column h3,.product-card .product-footer h3,.search-result-item h3{font-size:20px}.spac{width:100%;padding-left:20px;padding-right:20px}.spac li{margin:0 0 10px}.in-squeeze{padding:10px 0}}.general-two-column-text h2{margin-bottom:20px}.general-two-column-text .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.general-two-column-text .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.general-two-column-text .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.general-two-column-text .title,.general-two-column-text .vertical-center-layout-wrapper .container h2,.general-two-column-text .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.general-two-column-text .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.general-two-column-text .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .general-two-column-text h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .general-two-column-text h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .general-two-column-text h2,.vertical-center-layout-wrapper .container .general-two-column-text h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .general-two-column-text h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .general-two-column-text h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .general-two-column-text h2{letter-spacing:4px;font-size:14px;margin-bottom:40px;color:#88ab2d;text-align:center}.contact-us .general-two-column-text h2,.general-two-column-text .contact-us h2,.general-two-column-text .content{width:80%;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.contact-us .general-two-column-text h2,.general-two-column-text .contact-us h2,.general-two-column-text .content{display:block;width:100%}}.contact-us .general-two-column-text h2 .column-content,.general-two-column-text .contact-us h2 .column-content,.general-two-column-text .content .column-content{font-size:17px;color:#404040;font-weight:300;max-width:50%;padding:15px}@media only screen and (min-width:320px) and (max-width:700px){.contact-us .general-two-column-text h2 .column-content,.general-two-column-text .contact-us h2 .column-content,.general-two-column-text .content .column-content{max-width:100%;font-size:16px;padding:0 20px 10px}}.image-unfold .image-unfold-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:0 auto 40px}.image-unfold .image-unfold-title li{font-size:30px;margin-left:20px;margin-right:20px;padding-bottom:4px;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.image-unfold .image-unfold-title li{font-size:20px}}.image-unfold .image-unfold-title .active{border-bottom:2px solid #88ab2d}.image-unfold .image-unfold-area{width:80%;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.image-unfold .image-unfold-area{width:100%;padding-left:20px;padding-right:20px}}.image-unfold .image-unfold-area a{max-width:49%;display:inline-block;cursor:pointer}.image-unfold .image-unfold-area a img{height:300px;object-fit:cover}.image-unfold .image-unfold-area a span{font-size:17px;line-height:1.5;font-weight:300;color:#404040;padding:30px;display:inline-block;width:100%;background:#fff}.image-unfold .image-unfold-btn{margin:30px auto 0;text-align:center}.image-unfold .image-unfold-btn a{color:#fff;background:#88ab2d;padding:10px 40px;border-radius:40px}.ru-initial-message-bubble{position:absolute;border:1px solid #eaf0f6;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.1);border-radius:4px;width:240px;padding:20px 16px 14px;right:-24px;bottom:16px}.ru-initial-message-bubble p a{color:#88ab2d}.ru-initial-message-bubble .initial-message-avatar{position:absolute;left:0;right:0;top:-2px}.ru-initial-message-bubble .ru-justify-center{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:48px}.ru-initial-message-bubble .ru-hy{box-sizing:content-box;font-size:medium;overflow:hidden;position:relative;border-radius:50%;height:48px;width:48px;top:-24px}.ru-initial-message-bubble .ru-disable-btn,.ru-initial-message-bubble .ru-hy{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ru-initial-message-bubble .ru-disable-btn{position:absolute;top:0;width:36px;height:36px;right:0;color:#7c98b6;z-index:2;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;text-overflow:clip;outline:none;transition:background-color .15s ease-out 0s;border:none;background-color:transparent}.ru-initial-message-bubble .ru-disable-btn:hover{background-color:#f8f9fa}.ru-initial-message-bubble .ru-disable-btn-div{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;fill:currentcolor;font-size:13px;height:13px;width:13px}.new-partner-portal{position:relative}.new-partner-portal .portal-inner{position:relative;height:95vh;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner{height:92vh}}.new-partner-portal .portal-inner .portal-item-mask{position:absolute;top:0;left:0;width:100%;height:100%}.new-partner-portal .portal-inner>img{width:100%;height:100%;object-fit:cover}.new-partner-portal .portal-inner>.portal-desc{width:100%;z-index:2}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner>.portal-desc{position:absolute;bottom:0;width:100%;padding-left:0}}.new-partner-portal .portal-inner>.portal-desc .portalButton{margin-top:30px;height:48px}.new-partner-portal .portal-inner>.portal-desc .portalButton .portal-btn>a{z-index:999;min-width:160px;display:inline-block;height:48px;line-height:48px;font-family:OpenSans-Regular;font-size:16px;font-weight:400;text-align:center;color:#fff;background-color:#88ab2d;padding:0 60px;border-radius:24px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner>.portal-desc .portalButton .portal-btn>a{height:45px;line-height:45px;padding:0 36px}}.new-partner-portal .portal-inner>.portal-desc .portalButton .btn>a:hover{background-color:#75951f}.new-partner-portal .portal-inner .portal-cont{position:absolute;top:35%;left:unset;padding-left:9%}@media (max-width:1920px){.new-partner-portal .portal-inner .portal-cont{top:30%}}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portal-cont{position:static;top:0;margin-bottom:40%;padding-left:0}}.new-partner-portal .portal-inner .portal-title{margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portal-title{margin-bottom:0}}.new-partner-portal .portal-inner .portal-title h1{font-family:OpenSans-Medium;font-weight:600;font-size:40px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portal-title h1{font-size:24px;text-align:center}}.new-partner-portal .portal-inner .portal-detail{margin-right:187px;margin-bottom:40px}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portal-detail{margin-top:0;margin-right:0;margin-bottom:30px}}.new-partner-portal .portal-inner .portal-detail p{color:#fff;font-family:OpenSans-Regular;font-weight:400;font-size:20px}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portal-detail p{margin-top:0;margin-right:0;font-size:14px;text-align:center}}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-inner .portalButton{text-align:center}}.new-partner-portal .portal-feature-list{position:absolute;width:100%;display:-ms-flexbox;display:flex;margin-bottom:60px;padding:0 6%;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;z-index:2;bottom:0}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-feature-list{bottom:0;-ms-flex-pack:center;justify-content:center;left:0;width:100%;position:static;margin-bottom:60px}}.new-partner-portal .portal-feature-list .portal-feacture-item{margin-bottom:30px;-ms-flex-preferred-size:20%;flex-basis:20%}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-feature-list .portal-feacture-item{margin-bottom:20px}}.new-partner-portal .portal-feature-list .portal-feacture-icon{text-align:center;margin-bottom:10px}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-feature-list .portal-feacture-icon{margin-bottom:5px}}.new-partner-portal .portal-feature-list .portal-feacture-icon>img{width:24%;height:auto}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-feature-list .portal-feacture-icon>img{width:50%}}.new-partner-portal .portal-feature-list .portal-feacture-details .portal-detail-header{font-size:18px;font-family:OpenSans-Regular;font-weight:400;color:#fff;text-align:center}@media (max-width:1920px){.new-partner-portal .portal-feature-list .portal-feacture-details .portal-detail-header{font-size:14px}}@media only screen and (min-width:320px) and (max-width:700px){.new-partner-portal .portal-feature-list .portal-feacture-details .portal-detail-header{font-size:10px;width:94%}}.accessory-list_container{min-height:800px;height:auto;padding-top:75px;background-color:#fff}.accessory-list_container .product-card-standard:before{display:inline-block;color:#88ab2d;font-size:24px;line-height:22px;text-align:center;margin-right:5px;position:absolute;right:0;content:"\2714"}.accessory-list_container .list-warning{font-size:30px;width:60%}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .list-warning{padding:0 10px;font-size:20px;width:90%;font-family:myriad-pro,helvetica,arial,sans-serif;font-weight:300;color:#404040}}.accessory-list_container .not-accessory{font-family:myriad-pro,helvetica,arial,sans-serif;font-weight:300;font-size:32px;color:#404040}.accessory-list_container .not-accessory a{color:#88ab2d}.accessory-list_container .not-accessory a:hover{color:#75951f}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .not-accessory{padding:0 20px;font-size:20px}}.accessory-list_container .hy-gray_title-card ul>li,.accessory-list_container .list-item,.accessory-list_container .pic-desc-content>ul>li,.hy-gray_title-card .accessory-list_container ul>li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:60px;border-bottom:1px solid #e3e1e1;margin-bottom:30px;background:#f7f7f7;padding:0 10px}.accessory-list_container .hy-gray_title-card ul>li .list-tips,.accessory-list_container .list-item .list-tips,.accessory-list_container .pic-desc-content>ul>li .list-tips,.hy-gray_title-card .accessory-list_container ul>li .list-tips{text-align:right}.accessory-list_container .product-name{font-size:17px;color:#88ab2d;margin-bottom:20px}.accessory-list_container .product-footer{text-align:center;margin-bottom:20px}.accessory-list_container .list-tips:before{display:inline-block;color:#88ab2d;font-size:16px;line-height:22px;text-align:center;margin-right:5px;content:"\2714"}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container{padding-top:30px}}.accessory-list_container .access_filter_aside .list{margin-left:350px;width:75%}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .access_filter_aside .list{margin-left:0;width:100%}}.accessory-list_container .access_filter_aside .product-accessory-list-one{background-color:#f7f7f7!important;padding:40px 20px;min-height:100vh;height:auto;position:fixed}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .access_filter_aside .product-accessory-list-one{height:auto;min-height:0;margin-bottom:30px;position:unset}}.accessory-list_container .access_filter_aside .product-accessory-list-one .filter-tab{background-color:#f7f7f7;color:#88ab2d}.accessory-list_container .access_filter_aside .product-accessory-list-one .filter-tab:hover{color:#75951f}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header{position:relative}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .access-left-header{display:block;width:100%;max-width:420px;top:77px}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select{-ms-flex-align:center;align-items:center;background:#fff;padding:0 10px;margin-top:30px;margin-bottom:40px;border-radius:10px}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select>li{display:inline-block;width:100%;padding:10px 10px 10px 4px;background-color:#fff;border-radius:5px;position:relative;font-size:15px;color:grey;cursor:pointer}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select .accessSearchInput{border:none;width:100%}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select .accessSearchInput{font-size:14px}}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select .access-btn:after{content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #000;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select #acc{background:#fff;height:300px;width:100%;font-size:17px;border-radius:5px;position:absolute;left:0;color:#88ab2d;border:none;outline:none;-webkit-appearance:none;appearance:none;overflow:auto}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select #acc{height:110px;font-size:12px;padding:0 20px}}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select #acc li{padding:8px 10px;border-radius:0;border-top:1px solid hsla(0,0%,73.3%,.5);font-weight:400;cursor:pointer}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header .select #acc li:hover{color:#75951f}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header a{cursor:pointer;font-weight:400;line-height:23px;margin-bottom:5px;font-size:14px;padding:10px 20px;display:inline-block}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header p{font-size:20px;font-weight:400;line-height:23px;color:#88ab2d;margin-bottom:10px}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_header h3{font-size:26px;font-weight:400;line-height:23px;color:#000;margin-bottom:16px}.accessory-list_container .access_filter_aside .product-accessory-list-one ist-terminal-filter_header .list-terminal-filter_main .terminal-filter-main_wrapper{margin-top:30px;border-bottom:1px solid #d2d2d4;padding-bottom:20px}.accessory-list_container .access_filter_aside .product-accessory-list-one ist-terminal-filter_header .list-terminal-filter_main .terminal-filter-main_wrapper p{font-weight:400;line-height:23px;color:#88ab2d;font-size:16px}.accessory-list_container .access_filter_aside .product-accessory-list-one ist-terminal-filter_header .list-terminal-filter_main .terminal-filter-main_wrapper ul{margin-top:20px}.accessory-list_container .access_filter_aside .product-accessory-list-one ist-terminal-filter_header .list-terminal-filter_main .terminal-filter-main_wrapper ul li{margin-bottom:18px}.accessory-list_container .access_filter_aside .product-accessory-list-one ist-terminal-filter_header .list-terminal-filter_main .terminal-filter-main_wrapper ul li .checkbox-btn{padding-left:20px;position:relative}.accessory-list_container .access_filter_aside .product-accessory-list-one .list-terminal-filter_footer{margin-top:30px}.accessory-list_container .bottom-pagination{padding-bottom:40px}.accessory-list_container .hypagination{display:-ms-flexbox;display:flex;height:34px;font-size:12px}.accessory-list_container .hypagination .page-item{margin-right:8px;color:#1a1a1a;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:0;cursor:pointer}.accessory-list_container .hypagination .page-item *{display:inline-block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;text-decoration:none}.accessory-list_container .hypagination .page-item.active{color:#96b41e}.accessory-list_container .hypagination .page-item.active:hover{cursor:unset}.accessory-list_container .hypagination .page-item.disabled{background-color:hsla(0,0%,70.2%,.1);border-color:#d9d9d9;cursor:default}.accessory-list_container .hypagination .page-item.disabled a{color:#b3b3b3;cursor:not-allowed}.accessory-list_container .hypagination .jump-input-form{height:34px}.accessory-list_container .hypagination .jump-input-form .jump-input{width:50px;height:inherit;border:1px solid #b3b3b3;border-radius:0}.accessory-list_container .mobile-pagination{z-index:2}.accessory-list_container .mobile-pagination .page-table-wrapper{display:none}.accessory-list_container .mobile-pagination .mobile-page-table{position:absolute;bottom:50px;z-index:2;max-height:200px;overflow:scroll;padding-top:20px;border-top-left-radius:0;border-top-right-radius:0;-ms-flex-line-pack:start;align-content:flex-start;width:100%;box-shadow:0 1px 0 rgba(0,0,0,.08),0 -1px 0 rgba(0,0,0,.08)}.accessory-list_container .mobile-pagination .mobile-page-table .mobile-page-item{font-size:14px;height:29px;width:20%;text-align:center;padding-top:4px;padding-bottom:4px;margin-bottom:20px}.accessory-list_container .mobile-pagination .mobile-page-table .active{color:#88ab2d}.accessory-list_container .mobile-pagination .page-section{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:14px}.accessory-list_container .mobile-pagination .page-section .current-page{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.accessory-list_container .mobile-pagination .col-4{text-align:center}.accessory-list_container .mobile-pagination .page-item.disabled{color:#b3b3b3;cursor:not-allowed}.accessory-list_container .mobile-pagination .top-angle{display:none;width:0;height:0;margin-left:5px;border-right:5px solid transparent;border-bottom:6px solid #1a1a1a;border-left:5px solid transparent}.accessory-list_container .mobile-pagination .bottom-angle{width:0;height:0;margin-left:5px;border-top:6px solid #1a1a1a;border-right:5px solid transparent;border-left:5px solid transparent}.banner-component{position:relative}.banner-component .banner-component-inner{position:relative;height:95vh;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner{height:92vh}}.banner-component .banner-component-inner .banner-component-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.banner-component .banner-component-inner>img{width:100%;height:100%;object-fit:cover}.banner-component .banner-component-inner>.banner-component-desc{width:100%;z-index:2}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner>.banner-component-desc{position:absolute;bottom:0;width:100%;padding-left:0}}.banner-component .banner-component-inner>.banner-component-desc .bannerComponentButton{margin-top:30px;height:48px;text-align:center}.banner-component .banner-component-inner>.banner-component-desc .bannerComponentButton .banner-component-btn>a{z-index:999;min-width:160px;display:inline-block;height:48px;line-height:48px;font-family:OpenSans-Regular;font-size:16px;font-weight:400;text-align:center;color:#404040;background-color:#fff;padding:0 60px;border-radius:24px;transition:all .3s ease-in}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner>.banner-component-desc .bannerComponentButton .banner-component-btn>a{height:45px;line-height:45px;padding:0 36px}}.banner-component .banner-component-inner>.banner-component-desc .bannerComponentButton .btn>a:hover{background-color:#75951f}.banner-component .banner-component-inner .portal-component-cont{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-component-cont{position:static;top:0;margin-bottom:50%;padding-left:0;transform:none}}.banner-component .banner-component-inner .portal-title{margin-bottom:70px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-title{margin-bottom:20px}}.banner-component .banner-component-inner .portal-title h1{font-family:OpenSans-Medium;font-weight:600;font-size:51px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-title h1{font-size:24px;text-align:center}}.banner-component .banner-component-inner .portal-detail{margin-top:70px;text-align:center}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-detail{margin-top:20px;margin-right:0}}.banner-component .banner-component-inner .portal-detail p{color:#fff;font-family:OpenSans-Regular;font-weight:400;font-size:20px}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-detail p{margin-top:0;margin-right:0;font-size:14px;text-align:center}}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portal-detail .banner-cont{font-size:18px}}.banner-component .banner-component-inner .portal-detail .banner-cont-pre{color:#fff;padding-right:5px}.banner-component .banner-component-inner .portal-detail .banner-cont-last{color:#2292bb}@media only screen and (min-width:320px) and (max-width:700px){.banner-component .banner-component-inner .portalButton{text-align:center}}.bg-black{background-color:#000!important}.single-two-video{text-align:center;position:relative;height:810px;overflow:hidden;margin:0 auto;transition:all .5s linear}@media only screen and (min-width:320px) and (max-width:700px){.single-two-video{width:100%;height:auto}}.single-two-video .single-two-left-hidden{left:0}.single-two-video .single-two-left-hidden,.single-two-video .single-two-right-hidden{position:absolute;top:0;height:100%;background-color:#fff;transition:all .8s ease;z-index:1;width:calc(50% - 600px)}.single-two-video .single-two-right-hidden{right:0}.single-two-video .single-two-bottom-hidden{position:absolute;transition:all .8s ease;z-index:1;background-color:#fff;bottom:0;width:100%;height:250px}.single-two-img{width:996px;height:560px;object-fit:cover;margin:0 auto}.single-two-img>img{width:100%;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.single-two-img{width:100%;height:167px;padding:0 20px}}.mult-mobile{display:none}.multi-continer{margin:0 auto;max-width:1200px;padding:40px 0}.multi-title{text-align:center;margin-bottom:20px;font-weight:600;color:rgba(0,0,0,.85)}.multi-img{border-radius:20px;max-width:100%}.multi-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.multi-content>:nth-child(2){margin-left:50px;margin-top:50px}.multi-content-desc{-ms-flex:0 0 42%;flex:0 0 42%}.multi-content-desc>h2{margin-bottom:20px;font-weight:600}.multi-content-desc>p{margin-bottom:20px;font-size:17px}.multi-content-desc>a{display:inline-block;padding:0 20px;height:40px;color:#fff;font-size:14px;font-family:OpenSans-Medium;line-height:40px;border-color:#fff;border-radius:20px;transition:all .3s ease-in;background-color:#88ab2d;cursor:pointer}.multi-content-desc>a:hover{background-color:#94bf22}.multi-content>div{-ms-flex:0 0 47%;flex:0 0 47%;position:relative}.multi-video,.single-video{cursor:pointer;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.multi-video,.single-video{object-fit:contain}}.single-desc{text-align:center}.single-desc>p{font-size:17px}.single-custom-play-btn{width:60px;height:60px;position:absolute;z-index:1;cursor:pointer;left:50%;top:35%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}.single-custom-play-btn:after{content:" ";border-left:19px solid rgba(0,0,0,.95);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:-6px;margin-top:-11px;left:50%;position:absolute;top:50%}.multi-custom-play-btn{width:60px;height:60px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}.multi-custom-play-btn:after{content:" ";border-left:19px solid rgba(0,0,0,.95);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:-6px;margin-top:-11px;left:50%;position:absolute;top:50%}@media only screen and (min-width:320px) and (max-width:700px){.single-one{width:100%;display:block}.single-three-swap{-ms-flex-pack:left;justify-content:left}.single-continer{margin:0 auto;width:100%}.single-desc{text-align:left}.mult-mobile{display:block;margin-left:10px;margin-right:10px}.mult-pc{display:none}.multi-content{display:block}.multi-content:nth-child(2){margin-top:30px;padding-bottom:40px}.multi-content>:nth-child(2){margin-left:0;margin-top:20px}.multi-continer{margin:0 10px;max-width:1204px;padding:40px 0 0}}.new-contact-form-2024{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:bottom;background-repeat:no-repeat}.new-contact-form-2024 .new-contact-img-bgc{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024{padding:40px 0}}.new-contact-form-2024 .new-contact-left{width:384px;margin:80px 126px 80px 0}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-left{display:none}}.new-contact-form-2024 .new-contact-left span>img{width:24px;height:24px}.new-contact-form-2024 .new-contact-left .contact-left-one{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:0;text-align:left;margin-bottom:20px}.new-contact-form-2024 .new-contact-left .contact-left-one .contact-left-pre{color:#282828;font-family:OpenSans-SemiBold}.new-contact-form-2024 .new-contact-left h3{font-family:OpenSans-SemiBold;font-size:24px;font-weight:700;line-height:31.2px;letter-spacing:0;text-align:left;color:#282828;margin-bottom:24px;margin-top:60px}.new-contact-form-2024 .new-contact-left .contact-left-two{margin-bottom:60px;width:80%}.new-contact-form-2024 .new-contact-left .contact-left-two>h3{font-size:24px;font-weight:700;line-height:34px;letter-spacing:0;text-align:left;color:#96b41e;padding-left:15px}.new-contact-form-2024 .new-contact-left .contact-left-two>p{font-size:16px;font-weight:400;line-height:28px;letter-spacing:0;text-align:left;color:#404040;margin-bottom:16px}.new-contact-form-2024 .new-contact-left .contact-left-two>p span:first-child{margin-right:12px}.new-contact-form-2024 .new-contact-left .new-contact-information{font-size:16px;font-weight:500;line-height:27.2px;letter-spacing:0;text-align:left;color:#404040;margin-top:40px}.new-contact-form-2024 .new-contact-left .new-contact-information>p{margin-bottom:16px}.new-contact-form-2024 .new-contact-left .new-contact-information a{color:#96b41e;font-weight:600;line-height:16px;transition:color .2s}.new-contact-form-2024 .new-contact-left .new-contact-information a:hover{color:#839e3b}.new-contact-form-2024 .new-contact-left .new-contact-information a span img{margin-right:12px}@media only screen and (max-width:1366px){.new-contact-form-2024 .new-contact-left{margin:100px 0 200px 5%}}.new-contact-form-2024 .contact-title-mobile{display:none;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .contact-title-mobile{display:block;text-align:center;color:#282828;font-size:28px;line-height:33.6px}}.new-contact-form-2024 .new-contact-left-mobile{position:relative;display:none;margin:16px 20px;min-width:320px}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-left-mobile{display:block}}.new-contact-form-2024 .new-contact-left-mobile span>img{width:24px;height:24px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-one{font-size:48px;font-weight:700;line-height:1.2;letter-spacing:0;text-align:left;margin-bottom:20px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-one .contact-left-pre{color:#282828;font-family:OpenSans-SemiBold}.new-contact-form-2024 .new-contact-left-mobile h3{font-size:18px;font-weight:700;line-height:25.2px;letter-spacing:0;text-align:left;color:#000}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two-hidden{max-height:0!important}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-left-mobile .contact-left-two{max-height:500px;width:100%;background-color:#f8f9fb;transition:max-height .5s linear;overflow:hidden}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two p:first-child{margin-top:16px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two p:last-child{margin-bottom:16px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two p span:first-child{margin-right:12px}}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two>h3{font-size:24px;font-weight:700;line-height:34px;letter-spacing:0;text-align:left;color:#96b41e;padding-left:15px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-two>p{font-size:14px;font-weight:400;line-height:22.4px;text-align:left;color:#404040;margin-bottom:8px}.new-contact-form-2024 .new-contact-left-mobile .contact-left-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;border-bottom:2px solid #e0e2e5}.new-contact-form-2024 .new-contact-left-mobile .contact-left-inner>div .select-icon{font-size:24px}.new-contact-form-2024 .new-contact-left-mobile .new-contact-information{font-size:16px;font-weight:500;line-height:27.2px;letter-spacing:0;text-align:left;color:#404040}.new-contact-form-2024 .new-contact-left-mobile .new-contact-information h3{margin-bottom:16px}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-left-mobile .new-contact-information h3{margin-top:32px}}.new-contact-form-2024 .new-contact-left-mobile .new-contact-information p{font-weight:500;font-size:14px;line-height:22.4px;margin-bottom:16px;color:#404040}.new-contact-form-2024 .new-contact-left-mobile .new-contact-information a{color:#96b41e;font-weight:600;line-height:16px;transition:color .2s}.new-contact-form-2024 .new-contact-left-mobile .new-contact-information a:hover{color:#839e3b}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-left-mobile .new-contact-information a span img{margin-right:12px}}.new-contact-form-2024 .new-contact-right{margin:80px 0;padding:40px;width:690px;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px 0 rgba(11,8,42,.14901960784313725)}@media only screen and (min-width:320px) and (max-width:700px){.new-contact-form-2024 .new-contact-right{margin:24px 20px;padding:20px 0;width:auto}}@media only screen and (max-width:1000px){.new-contact-form-2024{display:block}}.new-hb-general-form-2024 form{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.new-hb-general-form-2024 form>div{width:100%}.hy-breadcrumb .new-hb-general-form-2024>h1,.hy-detail-head-banner__content .new-hb-general-form-2024>h1,.navbar-nav .nav-item .new-hb-general-form-2024>.navbar-submenu-content,.new-hb-general-form-2024>.container{width:610px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .new-hb-general-form-2024>h1,.hy-detail-head-banner__content .new-hb-general-form-2024>h1,.navbar-nav .nav-item .new-hb-general-form-2024>.navbar-submenu-content,.new-hb-general-form-2024>.container{width:100%}}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-error-msg{font-size:12px!important}}.new-hb-general-form-2024 .hs-main-font-element{width:100%;padding-bottom:5px;font-size:16px}.new-hb-general-form-2024 .hs-main-font-element>h2{font-weight:600;font-size:20px;line-height:28px;color:#282828;margin-bottom:24px;letter-spacing:-.4px;font-family:OpenSans-SemiBold}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-main-font-element>h2{font-weight:500;font-size:16px;line-height:20.8px;letter-spacing:-.15px}}.new-hb-general-form-2024 .hs-main-font-element>p{font-weight:300;font-size:17px;line-height:1.5}.new-hb-general-form-2024 .hs-form-field{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:297px;margin-bottom:12px;padding:12px 16px;font-size:16px;background-color:#fff;border:1px solid #ced0d4;border-radius:8px}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-form-field{width:100%;margin-bottom:6px;padding:5px 16px;border:1px solid #e0e2e5}}.new-hb-general-form-2024 .hs-form-field>label{position:relative;margin-bottom:0;padding-left:12px;font-size:16px}.new-hb-general-form-2024 .hs-form-field>label .hs-form-required{position:absolute;top:3px;left:0;color:red}.new-hb-general-form-2024 .hs-form-field span{color:#404040;font-weight:500;font-size:16px;font-family:OpenSans-Medium;letter-spacing:-.15px}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-form-field span{font-size:14px}}.new-hb-general-form-2024 .hs-form-field .input{-ms-flex:1;flex:1;margin-left:6px}.new-hb-general-form-2024 .hs-form-field .input input,.new-hb-general-form-2024 .hs-form-field .input select,.new-hb-general-form-2024 .hs-form-field .input textarea{-ms-flex:1;flex:1;width:100%;height:30px;color:#404040;background-color:#fff;border:none}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-form-field .input input,.new-hb-general-form-2024 .hs-form-field .input select,.new-hb-general-form-2024 .hs-form-field .input textarea{font-size:14px}}.new-hb-general-form-2024 .hs-form-field .input textarea{height:100%}.new-hb-general-form-2024 .hs-form-field .hs-error-msgs{position:absolute;bottom:-30px;color:red;font-size:12px}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox,.new-hb-general-form-2024 .hs-recaptcha{border:none}.new-hb-general-form-2024 .hs-dependent-field{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-hb-general-form-2024 .hs-dependent-field .hs_have_you_ever_used_two_way_radios select{width:110px!important}.new-hb-general-form-2024 .hs_industry>.hs-field-desc{position:absolute;top:-25px;left:0;font-size:12px}.new-hb-general-form-2024 .hs_industry>.input{position:relative}.new-hb-general-form-2024 .hs_product_interest{width:100%}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs_product_interest{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.new-hb-general-form-2024 .hs_product_interest ul{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}.new-hb-general-form-2024 .hs_product_interest ul input{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding-top:10px;border:1px solid #707070!important;width:15px!important}}.new-hb-general-form-2024 .hs_product_interest ul{display:-ms-flexbox;display:flex;margin-left:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-hb-general-form-2024 .hs_product_interest ul label,.new-hb-general-form-2024 .hs_product_interest ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.new-hb-general-form-2024 .hs_product_interest ul label{margin-bottom:0}.new-hb-general-form-2024 .hs_product_interest ul label span{margin-left:5px;margin-right:15px}.new-hb-general-form-2024 .hs_product_interest .hs_recaptcha{display:none!important}.new-hb-general-form-2024 .hs_product_interest .hs-form-field{width:100%;background-color:transparent}.new-hb-general-form-2024 .hs_product_interest .hs-form-booleancheckbox-display{display:block}.new-hb-general-form-2024 .hs_product_interest .hs-form-booleancheckbox-display .hs-input{display:inline-block;width:20px;height:20px;margin-top:4px}.new-hb-general-form-2024 .hs_product_interest .hs-form-booleancheckbox-display>span{margin-left:40px}.new-hb-general-form-2024 .hs_product_interest .hs-form-booleancheckbox-display>span a{color:#88ab2d}.new-hb-general-form-2024 .hs_product_interest .hs-error-msgs{bottom:-16px}.new-hb-general-form-2024 .hs_description.hs-form-field{-ms-flex-align:start;align-items:flex-start;width:610px;min-height:96px}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs_description.hs-form-field{width:100%}}.new-hb-general-form-2024 .hs_description.hs-form-field .input{height:100%;margin-left:20px}.new-hb-general-form-2024 .hs-recaptcha.hs-form-field{display:none}.new-hb-general-form-2024 .hs-submit{width:100%;text-align:end}.new-hb-general-form-2024 .hs-submit input{min-width:200px;color:#fff;text-align:center;background-color:#96b41e;border:none;border-radius:100px!important;transition:all .5s ease;font-size:16px;padding:16px 20px}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-submit input{width:100%;padding:10px 20px}}.new-hb-general-form-2024 .hs-submit input:hover{background-color:#839e3b}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox{width:100%;margin-bottom:0;padding-bottom:20px;background-color:transparent;padding-left:0}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{position:relative;display:-ms-flexbox;display:flex;cursor:pointer}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display{font-weight:400;line-height:18px;color:rgba(0,0,0,.8705882352941177)}}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input{display:none;width:22px;height:22px}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input+span:before{position:absolute;top:4px;left:0;width:22px;height:22px;border:1px solid #88ab2d;border-radius:4px;content:""}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>input:checked+span:before{display:block;color:#fff;font-size:16px;line-height:22px;text-align:center;background-color:#88ab2d;content:"\2714"}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input:hover{background-color:#839e3b}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span{padding-left:30px;font-size:12px}.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span a{text-decoration:underline;color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.new-hb-general-form-2024 .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input{height:40px;line-height:40px}}.new-hb-general-form-2024 .hs-fieldtype-textarea{-ms-flex-direction:column;flex-direction:column}.new-hb-general-form-2024 .hs-fieldtype-textarea>.input{width:100%;margin:0!important;padding:0 12px}.rotate-180{transform:rotate(180deg)}.rotate-0,.rotate-180{transition:transform .2s linear}.rotate-0{transform:rotate(0deg)!important}.header-video-banner-2024 .page-banner-item{position:relative;height:600px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item{height:500px;padding-bottom:50px}}.header-video-banner-2024 .page-banner-item i{margin-right:8px}.header-video-banner-2024 .page-banner-item .page-banner-bg-img,.header-video-banner-2024 .page-banner-item .page-banner-bg-img-mobile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.header-video-banner-2024 .page-banner-item .page-banner-bg-img-mobile{display:none}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .page-banner-bg-img-mobile{display:block}}.header-video-banner-2024 .page-banner-item .container,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .navbar-submenu-content{z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%;max-width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .container,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .navbar-submenu-content{max-width:unset;height:500px;-ms-flex-align:center;align-items:center}}.header-video-banner-2024 .page-banner-item .container.right,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.right,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.right,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.right,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.right,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .right.navbar-submenu-content{-ms-flex-align:end;align-items:flex-end;width:1200px;padding-top:60px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .container.right,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.right,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.right,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.right,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.right,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .right.navbar-submenu-content{width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:unset;justify-content:unset;padding-bottom:50px;padding-top:40px}}.header-video-banner-2024 .page-banner-item .container.right .content-info,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.right .content-info,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.right .content-info,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .content-info,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.right .content-info,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.right .content-info,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .right.navbar-submenu-content .content-info{margin-bottom:32px}.header-video-banner-2024 .page-banner-item .container.right .btn-wrapper,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.right .btn-wrapper,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.right .btn-wrapper,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .btn-wrapper,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.right .btn-wrapper,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.right .btn-wrapper,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .right.navbar-submenu-content .btn-wrapper{width:500px}.header-video-banner-2024 .page-banner-item .container.left,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.left,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.left,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.left,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.left,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .left.navbar-submenu-content{width:1200px;padding-top:60px;-ms-flex-align:start;align-items:flex-start}.header-video-banner-2024 .page-banner-item .container.left .content-info,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.left .content-info,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.left .content-info,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content .content-info,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.left .content-info,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.left .content-info,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .left.navbar-submenu-content .content-info{margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .container.left,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.left,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.left,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.left,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.left,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .left.navbar-submenu-content{-ms-flex-pack:start;justify-content:flex-start;margin:0;width:100%;padding-top:40px}.header-video-banner-2024 .page-banner-item .container.left .content-info,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.left .content-info,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.left .content-info,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .left.navbar-submenu-content .content-info,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.left .content-info,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.left .content-info,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .left.navbar-submenu-content .content-info{margin-bottom:0}}.header-video-banner-2024 .page-banner-item .container.top,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content{padding-top:60px;-ms-flex-pack:unset;justify-content:unset;-ms-flex-align:center;align-items:center}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .container.top,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content{padding-top:40px}}.header-video-banner-2024 .page-banner-item .container.top .content-info,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top .content-info,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top .content-info,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content .content-info,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top .content-info,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top .content-info,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content .content-info{width:100%;text-align:center}.header-video-banner-2024 .page-banner-item .container.top .content-info h1,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top .content-info h1,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top .content-info h1,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content .content-info h1,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top .content-info h1,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top .content-info h1,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content .content-info h1{text-align:center}.header-video-banner-2024 .page-banner-item .container.top ul,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top ul,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top ul,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content ul,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top ul,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top ul,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content ul{-ms-flex-pack:center;justify-content:center}.header-video-banner-2024 .page-banner-item .container.top .page-banner-video,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top .page-banner-video,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top .page-banner-video,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content .page-banner-video,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top .page-banner-video,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top .page-banner-video,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content .page-banner-video{position:absolute;bottom:60px;left:120px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .container.top .page-banner-video,.header-video-banner-2024 .page-banner-item .hy-breadcrumb h1.top .page-banner-video,.header-video-banner-2024 .page-banner-item .hy-detail-head-banner__content h1.top .page-banner-video,.header-video-banner-2024 .page-banner-item .navbar-nav .nav-item .top.navbar-submenu-content .page-banner-video,.hy-breadcrumb .header-video-banner-2024 .page-banner-item h1.top .page-banner-video,.hy-detail-head-banner__content .header-video-banner-2024 .page-banner-item h1.top .page-banner-video,.navbar-nav .nav-item .header-video-banner-2024 .page-banner-item .top.navbar-submenu-content .page-banner-video{bottom:50px;left:50%}}.header-video-banner-2024 .page-banner-item .page-banner-item.bgcColor:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}.header-video-banner-2024 .page-banner-item .carousel-control-prev{top:50%;left:30px;z-index:4;width:32px;height:32px;transform:translateY(-50%)}.header-video-banner-2024 .page-banner-item .carousel-control-next{top:50%;right:30px;z-index:4;width:32px;height:32px;transform:translateY(-50%)}.header-video-banner-2024 .page-banner-item .carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .carousel{-ms-flex-pack:start;justify-content:flex-start}.header-video-banner-2024 .page-banner-item .carousel .content-info{margin-bottom:0;margin-top:40px}}.header-video-banner-2024 .page-banner-item .carousel .content-info{margin-bottom:40px}.header-video-banner-2024 .page-banner-item.top{max-width:100%;padding-top:60px;-ms-flex-pack:unset;justify-content:unset}.header-video-banner-2024 .page-banner-item.top .content-info{width:100%;text-align:center}.header-video-banner-2024 .page-banner-item.top .content-info h1{text-align:center}.header-video-banner-2024 .page-banner-item.top ul{-ms-flex-pack:center;justify-content:center}.header-video-banner-2024 .page-banner-item.top .page-banner-video{position:absolute;bottom:60px;left:120px}.header-video-banner-2024 .page-banner-item.left-down{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:end;padding-bottom:85px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item.left-down{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}.header-video-banner-2024 .page-banner-item.left-down .content-info{width:100%;margin-bottom:0}}.header-video-banner-2024 .page-banner-item.left-down .content-info{width:823px}.header-video-banner-2024 .page-banner-item .content-info{-ms-flex-wrap:wrap;flex-wrap:wrap;width:509px;color:#fff;text-align:left}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info{width:100%;text-align:center}}.header-video-banner-2024 .page-banner-item .content-info>h1{font-size:48px;font-family:OpenSans-Medium;line-height:67.2px;font-weight:700;margin-bottom:16px;text-align:left;text-shadow:1px 1px rgba(0,0,0,.3)}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info>h1{margin-bottom:0;text-align:center;font-size:32px;line-height:38.4px;letter-spacing:-.5px}}.header-video-banner-2024 .page-banner-item .content-info>h2{font-size:20px;font-family:OpenSans-Regular;text-align:left;font-weight:400;margin-bottom:0;line-height:1.4;text-shadow:1px 1px rgba(0,0,0,.3)}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info>h2{font-size:18px;text-align:center;padding:20px}}.header-video-banner-2024 .page-banner-item .content-info>p{margin-bottom:16px;font-weight:500;font-size:20px;line-height:28px;letter-spacing:-.4px;text-shadow:1px 1px rgba(0,0,0,.3)}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info>p{font-size:18px;line-height:21.6px;margin-top:6px;margin-bottom:20px}}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video-background-white{background-color:#fff!important}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video-background-white span{color:#282828!important}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:282px;height:96px;padding:12px;border-radius:12px;background-color:rgba(0,0,0,.6)}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info .page-banner-video{width:240px;height:72px;padding:8px;position:absolute;bottom:50px;left:50%;transform:translateX(-50%)}}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner{width:130px;height:72px;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner{width:101px;height:56px}}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner video{border-radius:8px}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner .play-btn{width:40px;height:40px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner .play-btn{width:32px;height:32px}}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner .play-btn:after{content:" ";border-left:18px solid rgba(0,0,0,.95);border-top:10px solid transparent;border-bottom:8px solid transparent;margin-left:-6px;margin-top:-9px;left:50%;position:absolute;top:50%}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .content-info .page-banner-video .page-banner-video-inner .play-btn:after{border-left:13px solid rgba(0,0,0,.95);border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:-5px;margin-top:-8px}}.header-video-banner-2024 .page-banner-item .content-info .page-banner-video>span{margin-left:16px;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#fff;text-align:left}.header-video-banner-2024 .page-banner-item .content-info.dark{color:#404040}.header-video-banner-2024 .page-banner-item .btn-wrapper-background-green li a{background-color:#96b41e!important;color:#fff!important}.header-video-banner-2024 .page-banner-item .btn-wrapper-background-green li a:hover{background-color:#839e3b!important}.header-video-banner-2024 .page-banner-item .btn-wrapper{display:-ms-flexbox;display:flex;font-size:16px}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .btn-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;width:100%;text-align:center}}@media only screen and (min-width:320px) and (max-width:700px){.header-video-banner-2024 .page-banner-item .btn-wrapper li{margin:0 10px 10px 0}}.header-video-banner-2024 .page-banner-item .btn-wrapper li a{display:inline-block;min-width:161px;padding:11px 24px;color:#282828;font-weight:600;text-align:center;border:1px solid transparent;border-radius:100px;cursor:pointer;transition:all .3s ease;background-color:#fff}.header-video-banner-2024 .page-banner-item .btn-wrapper li a:hover{background-color:#e0e2e5}.page-banner-item.bgcColor:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}.carousel-control-prev{left:30px}.carousel-control-next,.carousel-control-prev{top:50%;z-index:4;width:32px;height:32px;transform:translateY(-50%)}.carousel-control-next{right:30px}.carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.carousel{padding-bottom:0}}.fontColorBlack-2024{color:#282828!important;text-shadow:0 0 #282828!important}.product-series-2024{width:100%}.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series-2024 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series-2024 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series-2024 h2,.product-series-2024 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.product-series-2024 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.product-series-2024 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.product-series-2024 .title,.product-series-2024 .vertical-center-layout-wrapper .container h2,.product-series-2024 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.product-series-2024 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.product-series-2024 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .product-series-2024 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series-2024 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series-2024 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series-2024 h2{width:auto}.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series-2024 h2 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series-2024 h2 p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series-2024 h2 p,.product-series-2024 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 p,.product-series-2024 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 p,.product-series-2024 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 p,.product-series-2024 .title p,.product-series-2024 .vertical-center-layout-wrapper .container h2 p,.product-series-2024 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 p,.product-series-2024 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 p,.product-series-2024 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 p,.vertical-center-layout-wrapper .container .product-series-2024 h2 p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series-2024 h2 p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series-2024 h2 p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series-2024 h2 p{font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center;color:#404040;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .product-series-2024 h2 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .product-series-2024 h2 p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .product-series-2024 h2 p,.product-series-2024 .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 p,.product-series-2024 .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 p,.product-series-2024 .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 p,.product-series-2024 .title p,.product-series-2024 .vertical-center-layout-wrapper .container h2 p,.product-series-2024 .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 p,.product-series-2024 .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 p,.product-series-2024 .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 p,.vertical-center-layout-wrapper .container .product-series-2024 h2 p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .product-series-2024 h2 p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .product-series-2024 h2 p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .product-series-2024 h2 p{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-bottom:24px}}.product-series-2024 .productSeries-2024{display:-ms-flexbox;display:flex;overflow-x:hidden;padding:8px;width:1300px}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024{white-space:nowrap;vertical-align:middle;width:100%;overflow-x:auto}.product-series-2024 .productSeries-2024::-webkit-scrollbar{height:0;scrollbar-width:none;background:transparent}}.product-series-2024 .productSeries-2024.flex-start{-ms-flex-pack:start;justify-content:flex-start}.product-series-2024 .productSeries-2024.flex-start .seriesItem{margin-bottom:20px}.product-series-2024 .productSeries-2024 .seriesItem{display:inline-block;width:282px!important;height:452px;overflow:hidden;border-radius:12px;box-shadow:0 2px 16px 0 rgba(22,39,51,.10196078431372549);background-color:#f7f8fa;margin-right:20px;-ms-flex:none;flex:none;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024 .seriesItem{margin-bottom:24px;margin-right:20px;box-shadow:0 0 6px 0 rgba(22,39,51,.1607843137254902)}}.product-series-2024 .productSeries-2024 .seriesItem .item{position:relative;cursor:pointer;transition:opacity .3s linear;opacity:1}.product-series-2024 .productSeries-2024 .seriesItem .item .itemNoHover{position:relative;width:286px;height:328px;overflow:hidden;transition:all .3s linear}.product-series-2024 .productSeries-2024 .seriesItem .item .itemNoHover img{width:100%;height:100%;object-fit:cover}.product-series-2024 .productSeries-2024 .seriesItem .item .itemImg{position:relative;width:282px;height:282px;overflow:hidden;transition:height .3s;background-image:url(https://www.hytera.com/iwov-resources/public/Isolation_Mode1.png);background-repeat:no-repeat;background-position:50%;background-size:70%}.product-series-2024 .productSeries-2024 .seriesItem .item .itemImg img{width:100%;height:100%;object-fit:contain;transform:scale(1.1);overflow:hidden}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes{position:relative;width:286px;height:179px;padding:24px}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes{width:280px;height:170px;padding:8px 20px 20px}}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .itemName{width:246px;height:58px;color:#404040;font-size:20px;line-height:29px}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .itemName h3{color:#000;font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;margin-bottom:8px;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;box-sizing:content-box}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .itemName h3{font-size:15px;line-height:22.5px;letter-spacing:-.15px}}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .itemName p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#282828;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;box-sizing:content-box}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .itemName p{font-size:12px;line-height:18px;letter-spacing:-.15px;margin-bottom:20px;text-wrap:wrap}}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .learnMore{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .learnMore span{display:none;font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e;transition:color .3s}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .learnMore span{display:block;font-size:14px}}.product-series-2024 .productSeries-2024 .seriesItem .item .itemDes .learnMore span:hover{color:#839e3b}.product-series-2024 .productSeries-2024 .seriesItem .itemHover{opacity:0;padding:24px;transition:opacity .3s}.product-series-2024 .productSeries-2024 .seriesItem .itemHover h2{font-weight:700;font-size:18px;line-height:25.2px;letter-spacing:-.4px;color:#000;margin-top:12px;margin-bottom:12px;text-align:left}.product-series-2024 .productSeries-2024 .seriesItem .itemHover p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#404040;margin-bottom:24px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:11;box-sizing:content-box}.product-series-2024 .productSeries-2024 .seriesItem .itemHover .learnMore span{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e;transition:color .3s}.product-series-2024 .productSeries-2024 .seriesItem .itemHover .learnMore span:hover{color:#839e3b}@media screen and (min-width:1024px){.product-series-2024 .productSeries-2024 .seriesItem:hover .item{position:absolute;visibility:hidden;opacity:0}.product-series-2024 .productSeries-2024 .seriesItem:hover .itemHover{opacity:1}}.product-series-2024 .productSeries-2024-less-three{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .productSeries-2024-less-three{-ms-flex-pack:unset;justify-content:unset}}@media only screen and (min-width:320px) and (max-width:700px){.product-series-2024 .carousel-indicators{display:none}}.new-product-launch-2024{position:relative}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024{padding-top:40px}}.new-product-launch-2024 .productLaunch{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.new-product-launch-2024 .productLaunch .leftItem{width:588px;height:440px;overflow:hidden;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .leftItem{width:100%;height:251px}}.new-product-launch-2024 .productLaunch .leftItem img{width:100%;height:100%;object-fit:cover}.new-product-launch-2024 .productLaunch .leftItem .one-image-video-play-btn{width:40px;height:40px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}.new-product-launch-2024 .productLaunch .leftItem .one-image-video-play-btn:after{content:" ";border-left:17px solid rgba(0,0,0,.95);border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:-6px;margin-top:-10px;left:50%;position:absolute;top:50%}.new-product-launch-2024 .productLaunch .rightItem{width:550px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto!important;margin-bottom:32px}.new-product-launch-2024 .productLaunch .rightItem.rp21{margin-top:32px}}.new-product-launch-2024 .productLaunch .rightItem .newProduct{font-weight:700;font-size:24px;line-height:31.2px;width:auto;color:#71757e;margin-bottom:12px;letter-spacing:-.8px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .newProduct{text-align:left;font-size:15px;line-height:22.5px;letter-spacing:-.15px}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2,.new-product-launch-2024 .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.new-product-launch-2024 .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.new-product-launch-2024 .productLaunch .rightItem .title,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .container h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.vertical-center-layout-wrapper .container .new-product-launch-2024 .productLaunch .rightItem h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch-2024 .productLaunch .rightItem h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch-2024 .productLaunch .rightItem h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2{width:auto;margin-top:6px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.new-product-launch-2024 .productLaunch .rightItem .title h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .container h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2{height:auto;font-size:24px;line-height:28.8px;text-align:center;color:#88ab2d;margin-bottom:0}}.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.new-product-launch-2024 .productLaunch .rightItem .title h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .container h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2{margin-bottom:16px;text-align:left;font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.4px;color:#88ab2d}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-breadcrumb .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2 h2,.new-product-launch-2024 .productLaunch .rightItem .title h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .container h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-breadcrumb h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2 h2,.new-product-launch-2024 .productLaunch .rightItem .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2 h2,.vertical-center-layout-wrapper .container .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .new-product-launch-2024 .productLaunch .rightItem h2 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .new-product-launch-2024 .productLaunch .rightItem h2 h2{font-weight:500;font-size:24px;line-height:28.8px;color:#88ab2d}}.new-product-launch-2024 .productLaunch .rightItem .detail{margin-bottom:24px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .detail{width:100%;height:auto;margin-bottom:20px}}.new-product-launch-2024 .productLaunch .rightItem .detail li{position:relative;padding-left:25px;margin-top:15px}.new-product-launch-2024 .productLaunch .rightItem .detail li:before{content:"";position:absolute;left:0;top:13px;transform:translateY(-50%);width:16px;height:16px;background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/li_pre_icon.png);background-size:contain;background-repeat:no-repeat}.new-product-launch-2024 .productLaunch .rightItem .detail span{font-weight:400;font-size:16px;line-height:27.2px;letter-spacing:-.1px;color:#404040}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .detail span{font-size:14px;line-height:22.4px}}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .learnMore{margin-top:20px}}.new-product-launch-2024 .productLaunch .rightItem .learnMore>a{color:#f8f9fb;background-color:#96b41e;border-radius:100px;min-width:160px;height:44px;text-align:center;display:inline-block;padding:10px 24px;transition:all .3s ease-in;font-weight:600;letter-spacing:-.2px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .learnMore>a{height:40px;padding:12px;font-size:14px;color:#fff}}.new-product-launch-2024 .productLaunch .rightItem .learnMore>a:hover{color:#fff;background-color:#839e3b;cursor:pointer;border-bottom:1px solid #839e3b}.new-product-launch-2024 .productLaunch .rightItem .learnLink{margin-bottom:8px}.new-product-launch-2024 .productLaunch .rightItem .learnLink a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem .learnLink a{font-size:14px}}.new-product-launch-2024 .productLaunch .rightItem .learnLink a:hover{color:#839e3b;border-bottom:1px solid #839e3b}.new-product-launch-2024 .productLaunch .leftItem21{height:330px}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .leftItem21{height:188px}}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .productLaunch .rightItem21.rp21{margin-top:32px}}@media only screen and (min-width:320px) and (max-width:700px){.new-product-launch-2024 .carousel{padding-bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){#new-product-launch-2024{padding:0}}.hy-breadcrumb .video-2024 .more-element h1 .category,.hy-detail-head-banner__content .video-2024 .more-element h1 .category,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category,.video-2024 .more-element .container .category,.video-2024 .more-element .hy-breadcrumb h1 .category,.video-2024 .more-element .hy-detail-head-banner__content h1 .category,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .video-2024 .more-element h1 .category,.hy-detail-head-banner__content .video-2024 .more-element h1 .category,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category,.video-2024 .more-element .container .category,.video-2024 .more-element .hy-breadcrumb h1 .category,.video-2024 .more-element .hy-detail-head-banner__content h1 .category,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category{display:none}}.hy-breadcrumb .video-2024 .more-element h1 .category>h2,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>h2,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>h2,.video-2024 .more-element .container .category>h2,.video-2024 .more-element .hy-breadcrumb h1 .category>h2,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>h2,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>h2{font-weight:700;line-height:57.6px;letter-spacing:-.4px;color:#282828}.hy-breadcrumb .video-2024 .more-element h1 .category>ul,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul,.video-2024 .more-element .container .category>ul,.video-2024 .more-element .hy-breadcrumb h1 .category>ul,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul{margin-bottom:32px;display:-ms-flexbox;display:flex;white-space:nowrap;border-bottom:2px solid #e0e2e5}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li,.video-2024 .more-element .container .category>ul li,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li{padding:16px 0;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#9d9fa1;margin-right:24px;cursor:pointer;position:relative}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li:hover,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li:hover,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li:hover,.video-2024 .more-element .container .category>ul li:hover,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li:hover,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li:hover,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li:hover{color:#96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li:hover:after,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li:hover:after,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li:hover:after,.video-2024 .more-element .container .category>ul li:hover:after,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li:hover:after,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li:hover:after,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li:hover:after{content:"";position:absolute;left:0;right:0;bottom:-2px;border-bottom:2px solid #96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li.active,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li.active,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li.active,.video-2024 .more-element .container .category>ul li.active,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li.active,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li.active,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li.active{color:#96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li.active:after,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li.active:after,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li.active:after,.video-2024 .more-element .container .category>ul li.active:after,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li.active:after,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li.active:after,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;border-bottom:2px solid #96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul .li-click,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul .li-click,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul .li-click,.video-2024 .more-element .container .category>ul .li-click,.video-2024 .more-element .hy-breadcrumb h1 .category>ul .li-click,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul .li-click,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul .li-click{color:#96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul .li-click:after,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul .li-click:after,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul .li-click:after,.video-2024 .more-element .container .category>ul .li-click:after,.video-2024 .more-element .hy-breadcrumb h1 .category>ul .li-click:after,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul .li-click:after,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul .li-click:after{content:"";position:absolute;left:0;right:0;bottom:-2px;border-bottom:2px solid #96b41e}.hy-breadcrumb .video-2024 .more-element h1 .category>ul li:last-child,.hy-detail-head-banner__content .video-2024 .more-element h1 .category>ul li:last-child,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .category>ul li:last-child,.video-2024 .more-element .container .category>ul li:last-child,.video-2024 .more-element .hy-breadcrumb h1 .category>ul li:last-child,.video-2024 .more-element .hy-detail-head-banner__content h1 .category>ul li:last-child,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .category>ul li:last-child{margin-right:0}.hy-breadcrumb .video-2024 .more-element h1 .phone-category,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category,.video-2024 .more-element .container .phone-category,.video-2024 .more-element .hy-breadcrumb h1 .phone-category,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category{display:none;position:relative}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .video-2024 .more-element h1 .phone-category,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category,.video-2024 .more-element .container .phone-category,.video-2024 .more-element .hy-breadcrumb h1 .phone-category,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category{display:block}}.hy-breadcrumb .video-2024 .more-element h1 .phone-category h2,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category h2,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category h2,.video-2024 .more-element .container .phone-category h2,.video-2024 .more-element .hy-breadcrumb h1 .phone-category h2,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category h2,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category h2{text-align:center;font-size:28px;line-height:33.6px;color:#000;margin:0 auto 12px}.hy-breadcrumb .video-2024 .more-element h1 .phone-category p,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category p,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category p,.video-2024 .more-element .container .phone-category p,.video-2024 .more-element .hy-breadcrumb h1 .phone-category p,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category p,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category p{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:12px 0;font-weight:600;font-size:14px;line-height:21px;letter-spacing:.15px;border-bottom:2px solid #e0e2e5}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .video-2024 .more-element h1 .phone-category p,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category p,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category p,.video-2024 .more-element .container .phone-category p,.video-2024 .more-element .hy-breadcrumb h1 .phone-category p,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category p,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category p{width:100%}}.hy-breadcrumb .video-2024 .more-element h1 .phone-category p span:first-child,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category p span:first-child,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category p span:first-child,.video-2024 .more-element .container .phone-category p span:first-child,.video-2024 .more-element .hy-breadcrumb h1 .phone-category p span:first-child,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category p span:first-child,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category p span:first-child{color:#96b41e}.hy-breadcrumb .video-2024 .more-element h1 .phone-category p span:nth-child(2),.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category p span:nth-child(2),.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category p span:nth-child(2),.video-2024 .more-element .container .phone-category p span:nth-child(2),.video-2024 .more-element .hy-breadcrumb h1 .phone-category p span:nth-child(2),.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category p span:nth-child(2),.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category p span:nth-child(2){font-size:24px;transition:transform .3s ease-in}.hy-breadcrumb .video-2024 .more-element h1 .phone-category ul,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category ul,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category ul,.video-2024 .more-element .container .phone-category ul,.video-2024 .more-element .hy-breadcrumb h1 .phone-category ul,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category ul,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category ul{width:100%;background-color:#f8f9fb;padding:0 10px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:4px;max-height:0;transition:max-height .3s ease-in;overflow:hidden}.hy-breadcrumb .video-2024 .more-element h1 .phone-category ul.active,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category ul.active,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category ul.active,.video-2024 .more-element .container .phone-category ul.active,.video-2024 .more-element .hy-breadcrumb h1 .phone-category ul.active,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category ul.active,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category ul.active{max-height:500px}.hy-breadcrumb .video-2024 .more-element h1 .phone-category ul li,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category ul li,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category ul li,.video-2024 .more-element .container .phone-category ul li,.video-2024 .more-element .hy-breadcrumb h1 .phone-category ul li,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category ul li,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category ul li{padding:12px 0;font-size:14px;line-height:21px;letter-spacing:.15px}.hy-breadcrumb .video-2024 .more-element h1 .phone-category ul li:hover,.hy-detail-head-banner__content .video-2024 .more-element h1 .phone-category ul li:hover,.navbar-nav .nav-item .video-2024 .more-element .navbar-submenu-content .phone-category ul li:hover,.video-2024 .more-element .container .phone-category ul li:hover,.video-2024 .more-element .hy-breadcrumb h1 .phone-category ul li:hover,.video-2024 .more-element .hy-detail-head-banner__content h1 .phone-category ul li:hover,.video-2024 .more-element .navbar-nav .nav-item .navbar-submenu-content .phone-category ul li:hover{color:#96b41e}.video-2024 .more-element .more-element-main-2024{display:-ms-flexbox;display:flex;margin-bottom:32px;width:1300px;overflow-x:hidden}@media (min-width:1024px) and (max-width:1300px){.video-2024 .more-element .more-element-main-2024{width:1200px}}@media only screen and (min-width:320px) and (max-width:700px){.video-2024 .more-element .more-element-main-2024{display:block;overflow-x:visible;width:100%}}.video-2024 .more-element .more-element-main-2024 .video-new-item{margin-right:24px;position:relative;width:384px;-ms-flex:none;flex:none}@media only screen and (min-width:320px) and (max-width:700px){.video-2024 .more-element .more-element-main-2024 .video-new-item{max-width:100%;margin-top:24px}}.video-2024 .more-element .more-element-main-2024 .video-new-item>.video-new-item-pre{position:relative;border-radius:12px}.video-2024 .more-element .more-element-main-2024 .video-new-item>.video-content ul{margin-top:16px}.video-2024 .more-element .more-element-main-2024 .video-new-item>.video-content ul li{display:inline-block;border-radius:8px;padding:6px 12px;font-weight:500;font-size:12px;line-height:18px;color:#404040;background-color:#e0e2e5;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.video-2024 .more-element .more-element-main-2024 .video-new-item>.video-content ul li{padding:4px 8px}}.video-2024 .more-element .more-element-main-2024 .video-new-item>.video-content h3{margin-top:8px;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;color:#282828}.video-2024 .more-element .more-element-main-2024 .video-new-item .video-poster{height:256px;border-radius:12px}@media only screen and (min-width:320px) and (max-width:700px){.video-2024 .more-element .more-element-main-2024 .video-new-item .video-poster{height:188px;object-fit:cover}}.video-2024 .more-element .more-element-main-2024 .video-new-item .more-element-content{position:absolute;top:0;left:0;z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;text-align:center}.video-2024 .more-element .more-element-main-2024 .video-new-item .more-element-content>.video-2024-play-btn{width:52px;height:52px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}.video-2024 .more-element .more-element-main-2024 .video-new-item .more-element-content>.video-2024-play-btn:after{content:" ";border-left:22px solid rgba(0,0,0,.95);border-top:13px solid transparent;border-bottom:12px solid transparent;margin-left:-8px;margin-top:-12px;left:50%;position:absolute;top:50%}.video-2024 .more-element .more-element-main-2024 .video-new-item .more-element-content p.info-time{position:absolute;top:203px;left:307px;color:#fff;font-weight:600;font-size:14px;line-height:23.8px;opacity:1;width:52px;height:32px;border-radius:8px;background-color:rgba(0,0,0,.6);padding:4px 8px}@media only screen and (min-width:320px) and (max-width:700px){.video-2024 .more-element .more-element-main-2024 .video-new-item .more-element-content p.info-time{width:auto;height:26px;top:146px;left:271px;font-size:12px;line-height:18px;letter-spacing:.1px;font-weight:500}}.webinar-recording-video .one-element{position:relative;height:400px}@media only screen and (min-width:320px) and (max-width:700px){.webinar-recording-video .one-element{padding:20px 0}}.webinar-recording-video .one-element>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.webinar-recording-video .one-element .one-element-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}@media only screen and (min-width:320px) and (max-width:700px){.webinar-recording-video .one-element .one-element-container{-ms-flex-direction:column;flex-direction:column}}.webinar-recording-video .one-element .one-element-container .video-con{position:relative;width:350px;height:210px;margin-right:80px;overflow:hidden}@media only screen and (min-width:320px) and (max-width:700px){.webinar-recording-video .one-element .one-element-container .video-con{margin:0 0 20px}}.webinar-recording-video .one-element .one-element-container .video-con .play-btn{position:absolute;top:50%;left:50%;width:48px;height:48px;margin-top:-24px;margin-left:-24px;cursor:pointer}.webinar-recording-video .one-element .one-element-container .video-info{width:420px}@media only screen and (min-width:320px) and (max-width:700px){.webinar-recording-video .one-element .one-element-container .video-info{width:100%}}.webinar-recording-video .one-element .one-element-container .video-info p.info-title{color:#88ab2d;font-size:20px}.webinar-recording-video .one-element .one-element-container .video-info>h2{margin:10px 0 40px;color:#fff;font-size:35px;line-height:40px;text-align:left}.webinar-recording-video .one-element .one-element-container .video-info p.info-time{color:#fff;font-size:16px;line-height:23px;opacity:1}.webinar-recording-video-list .recording-video-list-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.webinar-recording-video-list .recording-video-list-wrapper li{width:32%;margin-bottom:30px;margin-right:2%}@media only screen and (min-width:320px) and (max-width:700px){.webinar-recording-video-list .recording-video-list-wrapper li{width:100%;margin-right:0}}.webinar-recording-video-list .recording-video-list-wrapper li:nth-child(3n){margin-right:0}.webinar-recording-video-list .recording-video-list-wrapper li .video-poster{position:relative}.webinar-recording-video-list .recording-video-list-wrapper li .video-poster .poster-img{width:100%;height:100%;object-fit:cover}.webinar-recording-video-list .recording-video-list-wrapper li .video-poster .play-btn{position:absolute;left:50%;top:50%;transform:translate(-33px,-33px);cursor:pointer;z-index:2}.webinar-recording-video-list .recording-video-list-wrapper li .video-info{background-color:#fff;padding:20px 10px}.webinar-recording-video-list .recording-video-list-wrapper li .video-info .info-title{font-size:20px;color:#000;line-height:24px;height:72px;overflow:hidden;text-overflow:ellipsis;box-orient:vertical;display:box;-webkit-line-clamp:3;box-sizing:content-box}.webinar-recording-video-list .recording-video-list-wrapper li .video-info .info-date{margin-top:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.card-view-case-study-two .case-study-desc{margin-bottom:32px;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:left;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-desc{display:block;font-weight:500;font-size:16px;letter-spacing:-.15px;text-align:center;margin-bottom:24px}}.card-view-case-study-two .case-study-box{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box{display:block}}.card-view-case-study-two .case-study-box li{width:486px}.card-view-case-study-two .case-study-box li:first-child{margin-right:24px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box li:first-child{margin-right:0}}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box li{width:100%}}.card-view-case-study-two .case-study-box .container-img{width:486px;height:274px}.card-view-case-study-two .case-study-box .container-img img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box .container-img{width:100%;height:189px}}.card-view-case-study-two .case-study-box h3{font-weight:700;font-size:24px;line-height:31.2px;letter-spacing:-.8px;color:#282828;margin:24px 0 16px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box h3{font-size:18px;line-height:25.2px;letter-spacing:-.4px;margin:16px 0 8px}}.card-view-case-study-two .case-study-box p{font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#71757e;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box p{font-size:12px;line-height:18px;margin-bottom:12px}}.card-view-case-study-two .case-study-box .learnMore{padding:12px 0}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box .learnMore{padding:12px 24px 12px 0;margin-bottom:24px}}.card-view-case-study-two .case-study-box .learnMore a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-two .case-study-box .learnMore a{font-size:14px}}.card-view-case-study-two .case-study-box .learnMore a:hover{color:#839e3b;border-bottom:1px solid #839e3b}.card-view-case-study-three h2{font-weight:700;line-height:57.6px;letter-spacing:-.8px;text-align:center;color:#000}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three h2{font-size:28px;line-height:33.6px;letter-spacing:-.6px;color:#282828;margin-bottom:24px}}.card-view-case-study-three .case-study-desc{font-weight:500;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-desc{font-size:16px;line-height:20.8px;letter-spacing:-.15px;text-align:center;color:#404040;margin-bottom:24px}}.card-view-case-study-three .case-study-box{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box{display:block}}.card-view-case-study-three .case-study-box li{width:384px;margin-right:24px}.card-view-case-study-three .case-study-box li:last-child{margin-right:0}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box li:last-child{margin-right:0}}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box li{width:100%}}.card-view-case-study-three .case-study-box .container-img{width:384px;height:256px}.card-view-case-study-three .case-study-box .container-img img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box .container-img{width:100%;height:189px}}.card-view-case-study-three .case-study-box h3{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#282828;margin:24px 0 12px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box h3{font-size:18px;line-height:25.2px;letter-spacing:-.4px;margin:16px 0 8px}}.card-view-case-study-three .case-study-box p{font-weight:500;font-size:14px;line-height:23.8px;letter-spacing:-.15px;color:#404040;margin-bottom:16px}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box p{font-weight:400;font-size:12px;line-height:18px;margin-bottom:12px}}.card-view-case-study-three .case-study-box .learnMore{padding:16px 16px 16px 0}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box .learnMore{padding:12px 24px 12px 0;margin-bottom:24px}}.card-view-case-study-three .case-study-box .learnMore a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e}@media only screen and (min-width:320px) and (max-width:700px){.card-view-case-study-three .case-study-box .learnMore a{font-size:14px}}.card-view-case-study-three .case-study-box .learnMore a:hover{color:#839e3b;border-bottom:1px solid #839e3b}.middle-image-banner .middle-image-banner-item{position:relative;height:500px}@media only screen and (min-width:320px) and (max-width:700px){.middle-image-banner .middle-image-banner-item{height:590px;padding-bottom:50px}}.middle-image-banner .middle-image-banner-item i{margin-right:8px}.middle-image-banner .middle-image-banner-item .page-banner-bg-img,.middle-image-banner .middle-image-banner-item .page-banner-bg-img-mobile{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.middle-image-banner .middle-image-banner-item .page-banner-bg-img-mobile{display:none}@media only screen and (min-width:320px) and (max-width:700px){.middle-image-banner .middle-image-banner-item .page-banner-bg-img-mobile{display:block}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1,.middle-image-banner .middle-image-banner-item .container,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content{z-index:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%;max-width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1,.middle-image-banner .middle-image-banner-item .container,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content{max-width:unset;height:590px;-ms-flex-align:center;align-items:center}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.right,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.right,.middle-image-banner .middle-image-banner-item .container.right,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.right,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.right,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .right.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .right.navbar-submenu-content{-ms-flex-align:end;align-items:flex-end}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.right,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.right,.middle-image-banner .middle-image-banner-item .container.right,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.right,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.right,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .right.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .right.navbar-submenu-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.right .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.right .content-info,.middle-image-banner .middle-image-banner-item .container.right .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.right .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.right .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .right.navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .right.navbar-submenu-content .content-info{margin-top:40px}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.right.form-bottom,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.right.form-bottom,.middle-image-banner .middle-image-banner-item .container.right.form-bottom,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.right.form-bottom,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.right.form-bottom,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .right.form-bottom.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .right.form-bottom.navbar-submenu-content{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.right.form-bottom .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.right.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .container.right.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.right.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.right.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .right.form-bottom.navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .right.form-bottom.navbar-submenu-content .content-info{margin-top:0;margin-bottom:40px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.left,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.left,.middle-image-banner .middle-image-banner-item .container.left,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.left,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.left,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .left.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .left.navbar-submenu-content{-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.left,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.left,.middle-image-banner .middle-image-banner-item .container.left,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.left,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.left,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .left.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .left.navbar-submenu-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.left .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.left .content-info,.middle-image-banner .middle-image-banner-item .container.left .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.left .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.left .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .left.navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .left.navbar-submenu-content .content-info{margin-top:40px}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.left.form-bottom,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.left.form-bottom,.middle-image-banner .middle-image-banner-item .container.left.form-bottom,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.left.form-bottom,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.left.form-bottom,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .left.form-bottom.navbar-submenu-content,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .left.form-bottom.navbar-submenu-content{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1.left.form-bottom .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1.left.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .container.left.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1.left.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1.left.form-bottom .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .left.form-bottom.navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .left.form-bottom.navbar-submenu-content .content-info{margin-top:0;margin-bottom:40px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info,.middle-image-banner .middle-image-banner-item .container .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;padding:32px;border-radius:20px;width:520px;background-color:#fff;box-shadow:0 10px 40px 0 rgba(11,8,42,.14901960784313725)}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info,.middle-image-banner .middle-image-banner-item .container .content-info,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info{width:335px;padding:24px;box-shadow:0 16px 24px 0 rgba(11,8,42,.12156862745098039)}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>h2,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .container .content-info>h2,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h2,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>h2{font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.4px;text-align:left;text-shadow:1px 1px rgba(0,0,0,.3);color:#282828;margin-bottom:24px;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>h2,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .container .content-info>h2,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>h2,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h2,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>h2{font-size:24px;line-height:28.8px;margin-bottom:16px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>p,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>p,.middle-image-banner .middle-image-banner-item .container .content-info>p,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>p,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>p,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>p,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>p{font-weight:500;font-size:16px;line-height:27.1px;letter-spacing:-.1px;color:#404040;font-family:OpenSans-Regular;text-align:left;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>p,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>p,.middle-image-banner .middle-image-banner-item .container .content-info>p,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>p,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>p,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>p,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>p{font-size:14px;font-weight:400;line-height:22.4px;margin-bottom:16px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper a,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#fff;padding:10px 24px;background-color:#96b41e;border-radius:100px;display:inline-block;transition:all .3s ease-in}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a:hover,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a:hover,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper a:hover,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper a:hover,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper a:hover,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper a:hover,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper a:hover{background-color:#839e3b}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper a,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper a,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper a{font-size:14px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two a,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two a{font-weight:600;font-size:16px;line-height:16px;letter-spacing:-.2px;color:#96b41e;display:inline-block;transition:all .3s ease-in}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a:hover,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a:hover,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two a:hover,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two a:hover,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two a:hover,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two a:hover,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two a:hover{color:#839e3b;border-bottom:1px solid #839e3b}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two a,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two a,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two a{font-size:14px}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two li,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two li{padding:14px 24px 14px 0}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two li,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two li,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two li{padding:12px 24px 12px 0}}.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li:first-child,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two li:first-child,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two li:first-child{margin-bottom:8px}@media only screen and (min-width:320px) and (max-width:700px){.hy-breadcrumb .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li:first-child,.hy-detail-head-banner__content .middle-image-banner .middle-image-banner-item h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .container .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .hy-breadcrumb h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .hy-detail-head-banner__content h1 .content-info>.btn-wrapper-two li:first-child,.middle-image-banner .middle-image-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>.btn-wrapper-two li:first-child,.navbar-nav .nav-item .middle-image-banner .middle-image-banner-item .navbar-submenu-content .content-info>.btn-wrapper-two li:first-child{margin-bottom:4px}}.middle-image-banner .carousel-control-btn>img{width:22px;height:22px;color:#fff}@media only screen and (min-width:320px) and (max-width:700px){.middle-image-banner .carousel{padding-bottom:0}}.middle-image-banner .carousel .carousel-indicators{bottom:-40px;margin-bottom:35px}@media only screen and (min-width:320px) and (max-width:700px){.middle-image-banner .carousel .carousel-indicators{bottom:0}}@media only screen and (min-width:320px) and (max-width:700px){.middle-image-banner .carousel .carousel-indicators li{width:9px;height:9px;background-color:#c9c9c9;opacity:1}.middle-image-banner .carousel .carousel-indicators li.active{width:13px;height:13px;background-color:#2b2b2b}}.top-bottom-carousel-2024-desc{font-weight:400;font-size:20px;line-height:28px;letter-spacing:-.4px;text-align:center;color:#404040;margin-bottom:32px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-desc{font-size:16px;line-height:20.8px;letter-spacing:-.15px;margin-bottom:24px}}.top-bottom-carousel-2024-imgs{position:relative;display:-ms-flexbox;display:flex;white-space:nowrap;overflow-x:hidden;-ms-flex-align:center;align-items:center}.top-bottom-carousel-2024-imgs .top-bottom-carousel-2024-bg-color:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.6980392156862745);z-index:1}.top-bottom-carousel-2024-imgs>li{z-index:2;position:relative;display:-ms-flexbox;display:flex;margin-right:32px;width:792px;height:360px;-ms-flex:none;flex:none}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs>li{width:260px;height:260px;margin-right:20px}.top-bottom-carousel-2024-imgs>li:last-child{margin-right:0}}.top-bottom-carousel-2024-imgs>li.active{height:446px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs>li.active{height:260px;z-index:0}}.top-bottom-carousel-2024-imgs>li:last-child{margin-right:0}.top-bottom-carousel-2024-imgs>li .default-arrow{background:#96b41e;transition:all .5s ease;z-index:9}.top-bottom-carousel-2024-imgs>li .default-arrow.active{display:none}.top-bottom-carousel-2024-imgs>li .default-arrow:hover{background:#839e3b}.top-bottom-carousel-2024-imgs>li .default-arrow.prev{position:absolute;top:50%;right:0}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs>li .default-arrow.prev{background:#96b41e;right:-36px}}.top-bottom-carousel-2024-imgs>li .default-arrow.next{position:absolute;top:50%;left:0}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs>li .default-arrow.next{left:-36px;background:#96b41e}}.top-bottom-carousel-2024-imgs img{object-fit:cover;width:100%;height:auto}.top-bottom-carousel-2024-imgs .play-btn{width:52px;height:52px;position:absolute;z-index:1;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:34px;box-shadow:0 16px 32px 0 rgba(0,0,0,.2)}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs .play-btn{width:40px;height:40px}}.top-bottom-carousel-2024-imgs .play-btn:after{content:" ";border-left:22px solid rgba(0,0,0,.95);border-top:13px solid transparent;border-bottom:12px solid transparent;margin-left:-8px;margin-top:-12px;left:50%;position:absolute;top:50%}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs .play-btn:after{border-left:18px solid rgba(0,0,0,.95);border-top:10px solid transparent;border-bottom:8px solid transparent;margin-left:-6px;margin-top:-9px}}.top-bottom-carousel-2024-imgs-two img{height:560px;object-fit:cover;width:100%}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-imgs-two img{height:260px}}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title{font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#404040;margin-top:32px;margin-bottom:32px;border-bottom:2px solid #e0e2e5;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title{font-size:14px;line-height:21px;letter-spacing:.15px;line-height:22.4px;margin-bottom:24px;padding:0;height:32px}}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title>ul{width:100%;overflow-x:auto;display:block;white-space:nowrap;overflow-y:hidden}}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title>ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;overflow-x:auto;white-space:nowrap;overflow-y:hidden}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title>ul::-webkit-scrollbar{height:0}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title li{cursor:pointer;position:relative;padding-left:60px;padding-right:60px;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title li{padding-left:0;padding-right:20px;height:32px;display:inline-block}}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-title li.active{color:#96b41e;border-bottom:2px solid #96b41e}.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-dec{font-weight:400;font-size:16px;line-height:27.2px;left:-.1px;text-align:left;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom .top-bottom-carousel-2024-bottom-dec{font-size:14px;line-height:22.4px}}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title{font-weight:600;font-size:16px;line-height:24px;letter-spacing:-.15px;color:#404040;margin-top:32px;margin-bottom:32px;border-bottom:2px solid #e0e2e5;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title{font-size:14px;line-height:21px;letter-spacing:.15px;line-height:22.4px;margin-bottom:24px;padding:0;height:32px}}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title>ul{width:100%;overflow-x:auto;display:block;white-space:nowrap;overflow-y:hidden}}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title>ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;overflow-x:auto;white-space:nowrap;overflow-y:hidden}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title>ul::-webkit-scrollbar{height:0}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title li{cursor:pointer;position:relative;padding-left:60px;padding-right:60px;height:46px}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title li{padding-left:0;padding-right:20px;height:32px;display:inline-block}}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-title li.active{color:#96b41e;border-bottom:2px solid #96b41e}.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-dec{font-weight:400;font-size:16px;line-height:27.2px;left:-.1px;text-align:left;color:#282828}@media only screen and (min-width:320px) and (max-width:700px){.top-bottom-carousel-2024-bottom-two .top-bottom-carousel-2024-bottom-dec{font-size:14px;line-height:22.4px}}.case-study-2024-about-customer.case-study-2024-about-customer-benefit{padding-top:0}.case-study-2024-about-customer-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.case-study-2024-about-customer.section-container{padding-bottom:0}.case-study-2024-about-customer h3{font-weight:500;color:#96b41e;font-size:26px;margin-bottom:24px}.case-study-2024-about-customer .about-customer-left-content-common iframe,.case-study-2024-about-customer .about-customer-left-content-common img{width:100%;height:376px}@media only screen and (min-width:320px) and (max-width:700px){.case-study-2024-about-customer .about-customer-left-content-common iframe,.case-study-2024-about-customer .about-customer-left-content-common img{height:200px!important}}.case-study-2024-about-customer .about-customer-left-content-common img{object-fit:cover;border-radius:18px}.case-study-2024-about-customer .case-study-2024-about-customer-content{font-weight:400;font-size:16px;color:#252525;line-height:24px;margin-bottom:24px;letter-spacing:.15px}.case-study-2024-about-customer .case-study-2024-about-customer-content .case-overview-p{color:#8b8b8b}.case-study-2024-about-customer .case-study-2024-about-customer-content p{margin-bottom:15px}.case-study-2024-about-customer .about-customer-left{width:790px}.case-study-2024-about-customer .about-customer-left .about-customer-left-content{margin-bottom:32px}.case-study-2024-about-customer .about-customer-left .about-customer-left-content-solution img{width:100%;height:376px;object-fit:cover;border-radius:18px}@media only screen and (min-width:320px) and (max-width:700px){.case-study-2024-about-customer .about-customer-left .about-customer-left-content-solution img{height:200px}}.case-study-2024-about-customer .about-customer-left .about-customer-left-case-overview{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:0 0 50%;flex:0 0 50%;-ms-flex-pack:justify;justify-content:space-between}.case-study-2024-about-customer .about-customer-left .about-customer-left-case-overview li{display:-ms-flexbox;display:flex;width:300px;-ms-flex-pack:justify;justify-content:space-between}.case-study-2024-about-customer .about-customer-left .about-customer-left-case-overview li>div:first-child{width:30px}.case-study-2024-about-customer .about-customer-left .about-customer-left-case-overview li>div:nth-child(2){width:250px}@media only screen and (min-width:320px) and (max-width:700px){.case-study-2024-about-customer .about-customer-right{display:none}}.case-study-2024-about-customer .about-customer-right>div{width:360px;min-height:720px;border-radius:24px;border:1px solid #dbdbdb;box-shadow:0 9px 12px 1px rgba(0,0,0,.16);padding:24px}.case-study-2024-about-customer .about-customer-right p{font-weight:400;font-size:16px;color:#000;line-height:24px}.testimonial-castudy-2024{margin-bottom:80px;margin-top:80px}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024{margin-top:20px;margin-bottom:20px}}.testimonial-castudy-2024 .testimonial-main{width:1200px}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024 .testimonial-main{padding:30px 10px!important}}.testimonial-castudy-2024 .testimonial-main-name{margin-top:12px;font-weight:400;color:#fff!important;font-size:18px}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024 .testimonial-main-des{font-size:16px!important}}.testimonial-castudy-2024 .testimonial-main-top:before{width:62px;height:56px;background-repeat:no-repeat;background-size:contain;display:block;content:"";background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/case_study_point_left.png)}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024 .testimonial-main-top:before{width:40px;height:40px}}.testimonial-castudy-2024 .testimonial-main-bottom{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:end}.testimonial-castudy-2024 .testimonial-main-bottom:after{width:62px;height:56px;background-repeat:no-repeat;background-size:contain;display:block;content:"";background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/case_study_point_right.png)}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024 .testimonial-main-bottom:after{width:40px;height:40px}}@media only screen and (min-width:320px) and (max-width:700px){.testimonial-castudy-2024{height:auto!important}}.related-product-display-case-study-2024{padding-top:0!important}.related-product-display-case-study-2024 h3{font-weight:500;font-size:26px;line-height:1.2;color:#96b41e;margin-bottom:44px}.related-product-display-case-study-2024 .product-series-item{border-radius:24px;border:1px solid #e4e4e4;box-shadow:0 0 12px 1px rgba(0,0,0,.16)}.related-product-display-case-study-2024 .related-product-series{-ms-flex-pack:unset!important;justify-content:unset!important}.related-product-display-case-study-2024 .product-name{color:#96b41e}.related-product-display-case-study-2024 .product-desc{margin:0 5px 12px}.related-product-display-case-study-2024 .related-product-series .product-series-item{width:276px}@media only screen and (min-width:320px) and (max-width:700px){.related-product-display-case-study-2024 .related-product-series .product-series-item{width:100%}}.case-study-2024-cta-btn h3{font-weight:500;color:#000;font-size:26px;margin-bottom:40px;text-align:center}.case-study-2024-cta-btn ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.case-study-2024-cta-btn ul li:first-child a{padding:12px 24px;background-color:#96b41e;font-size:16px;margin-right:20px;color:#fff;display:inline-block;margin-bottom:10px}.case-study-2024-cta-btn ul li:nth-child(2) a{padding:12px 24px;background-color:#12327f;font-size:16px;color:#fff;display:inline-block;margin-bottom:10px}.bwc-page-banner-2024-case-study{position:relative;height:540px}@media only screen and (min-width:320px) and (max-width:700px){.bwc-page-banner-2024-case-study{height:350px;width:100%}}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-bgc img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content-btn img{width:20px;height:20px;object-fit:cover;margin-right:2px}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content{padding-top:110px;width:950px;text-align:center;margin:0 auto}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content-btn a{display:inline-block;color:#fff;background-color:#96b41e;padding:12px 24px;font-size:16px;border-radius:29px;transition:all .3s ease-in;margin-top:20px}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content-btn a:hover{background-color:#75951f}@media only screen and (min-width:320px) and (max-width:700px){.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content{padding-top:60px;width:100%}}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content h2{font-weight:600;font-size:42px;color:#fff;text-align:center;letter-spacing:-.1px;margin-bottom:20px}@media only screen and (min-width:320px) and (max-width:700px){.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content h2{font-size:24px;margin-bottom:10px}}.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content p{font-weight:500;font-size:20px;color:#96b41e;letter-spacing:-.1px}@media only screen and (min-width:320px) and (max-width:700px){.bwc-page-banner-2024-case-study .bwc-page-banner-2024-content p{font-size:16px}}.discontinued-productlist-2025{width:1200px;margin:0 auto}@media only screen and (min-width:320px) and (max-width:700px){.discontinued-productlist-2025{display:none}}.discontinued-productlist-2025 .discontinued-search{text-align:center;margin-bottom:40px}.discontinued-productlist-2025 .discontinued-search input{width:680px;padding:14px 16px;background:#fff;border-top-left-radius:6px;border-bottom-left-radius:6px;border:1px solid #e0e2e5}.discontinued-productlist-2025 .discontinued-search input:-ms-input-placeholder{font-weight:400;font-size:14px;color:#8b94a7}.discontinued-productlist-2025 .discontinued-search input::placeholder{font-weight:400;font-size:14px;color:#8b94a7}.discontinued-productlist-2025 .discontinued-search button{font-size:14px;padding:16px 24px;background-color:#88ab2d;color:#fff;border-top-right-radius:8px;border-bottom-right-radius:8px;border:none;cursor:pointer;transition:background-color .3s ease}.discontinued-productlist-2025 .discontinued-search button img{padding-bottom:3px;padding-right:8px}.discontinued-productlist-2025 .discontinued-search button:hover{background-color:#88ab2d}.discontinued-productlist-2025 table{width:100%;border-collapse:collapse}.discontinued-productlist-2025 .discontinued-product-inner th{font-size:14px;font-weight:700;color:#1a1a1a;padding:14px;text-align:left;line-height:18px;background-color:#f2f4f8;position:relative}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow{display:inline-block;width:0;height:0;margin-left:4px;vertical-align:middle;position:relative;cursor:pointer}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-up{margin-bottom:2px}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-up:after{content:"";position:absolute;left:4px;top:-6px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:6px solid #ccc;transition:border-bottom-color .2s ease}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-up.active:after{border-bottom-color:#88ab2d}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-down{margin-top:2px}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-down:after{content:"";position:absolute;left:0;top:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ccc;transition:border-top-color .2s ease}.discontinued-productlist-2025 .discontinued-product-inner th.sortable-th .sort-arrow.sort-arrow-down.active:after{border-top-color:#88ab2d}.discontinued-productlist-2025 .discontinued-product-inner tr:hover{background-color:#f2f4f8}.discontinued-productlist-2025 .discontinued-product-inner td{padding:14px;text-align:left;font-weight:400;font-size:14px;color:#212529;line-height:18px;border-bottom:1px solid rgba(139,148,167,.12156862745098039)}.discontinued-productlist-2025 .discontinued-product-inner td a{color:#88ab2d}.discontinued-productlist-2025 .discontinued-product-inner td:nth-child(3){max-width:300px}.discontinued-productlist-2025 .hypagination{margin-top:20px!important}.discontinued-productlist-2025 .hypagination .page-item{background-color:#fff;border:1px solid #e9e9e9;border-radius:8px;margin-right:8px;color:#313131;font-weight:400}.discontinued-productlist-2025 .hypagination .page-item.active{background-color:#1a1a1a;color:#fff}.discontinued-productlist-2025 .hypagination .jump-input-form .text{font-weight:400;font-size:14px;color:#000;line-height:20px}.discontinued-productlist-2025 .hypagination .jump-input-form input{border-radius:4px}.discontinued-productlist-mobile-2025{display:none;background:#f2f3f5;padding:40px 18px}@media only screen and (min-width:320px) and (max-width:700px){.discontinued-productlist-mobile-2025{display:block}}.discontinued-productlist-mobile-2025 .spl-title{text-align:center;font-size:24px;font-weight:700;margin-bottom:32px;letter-spacing:2px;color:#000}.discontinued-productlist-mobile-2025 .spl-search-bar{display:-ms-flexbox;display:flex;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.discontinued-productlist-mobile-2025 .spl-search-bar .spl-search-input{width:100%;padding:12px 16px;border-top-left-radius:6px;border-bottom-left-radius:6px;border:1px solid #e0e2e5;background:#fff;font-size:12px}.discontinued-productlist-mobile-2025 .spl-search-bar button{background-color:#88ab2d;padding:10px 20px;border:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.discontinued-productlist-mobile-2025 .spl-search-bar button img{width:20px;height:20px}.discontinued-productlist-mobile-2025 .spl-filter-pagination{margin-bottom:8px}.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-filter-btn,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-sort-btn{border:none;font-size:12px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;background:transparent}.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-filter-btn .spl-filter-btn-content,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-filter-btn .spl-sort-btn-content,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-sort-btn .spl-filter-btn-content,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-sort-btn .spl-sort-btn-content{color:#1a1a1a}.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-filter-btn .spl-filter-btn-arrow,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-filter-btn .spl-sort-btn-arrow,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-sort-btn .spl-filter-btn-arrow,.discontinued-productlist-mobile-2025 .spl-filter-pagination .spl-filter-btns .spl-sort-btn .spl-sort-btn-arrow{margin-left:6px;font-size:10px;color:#888}.discontinued-productlist-mobile-2025 .spl-card-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,.0784313725490196);padding:14px 12px;position:relative}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-type{color:#5c6374;border:.5px solid rgba(92,99,116,.5019607843137255);font-weight:400;font-size:10px;border-radius:4px;padding:4px 8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-model{font-weight:500;font-size:15px;color:#1a1a1a}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-title{font-size:16px;font-weight:700;cursor:pointer}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-title a{color:#88ab2d}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-label{font-size:15px;font-weight:600;color:#222;margin-bottom:4px}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;-ms-flex-align:center;align-items:center}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-row .spl-card-key{font-weight:500;font-size:12px;color:#5c6374}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-row .spl-card-value{color:#141933;font-size:12px;font-weight:400;text-align:end;max-width:200px}.discontinued-productlist-mobile-2025 .spl-card-list .spl-card .spl-card-row .spl-card-value a{color:#88ab2d}.discontinued-productlist-mobile-2025 .spl-pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:18px 0 0}.discontinued-productlist-mobile-2025 .spl-pagination .spl-page-btn{color:#222;font-size:18px;cursor:pointer;margin:0 18px;min-width:60px;text-align:center}.discontinued-productlist-mobile-2025 .spl-pagination .spl-page-btn:hover{color:#88ab2d}.discontinued-productlist-mobile-2025 .spl-pagination .spl-page-select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:700;color:#88ab2d;background:#fff;border:1.5px solid #88ab2d;border-radius:8px;padding:2px 18px;cursor:pointer}.discontinued-productlist-mobile-2025 .spl-pagination .spl-page-select .spl-page-arrow{font-size:14px;margin-left:6px;color:#888}.discontinued-productlist-mobile-2025 .spl-filter-modal,.discontinued-productlist-mobile-2025 .spl-sort-modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-mask,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-mask,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-mask,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-mask{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.2)}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel{position:relative;width:100%;background:#fff;border-radius:18px 18px 0 0;padding:0 0 18px;box-shadow:0 -2px 12px rgba(0,0,0,.08);z-index:1;max-height:80vh}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:16px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-title,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-title{font-size:16px;font-weight:600;color:#1a1a1a}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-close,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-close{font-size:24px;color:#8589a6;background-color:#f2f3f5;border-radius:12px;cursor:pointer;width:24px;height:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-header .spl-sort-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-filter-modal-close:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-header .spl-sort-modal-close:hover{color:#1a1a1a}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-list,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-list,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-list,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-list{max-height:calc(80vh - 80px);overflow-y:auto;padding:0 20px 20px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-list li,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-list li,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-list li,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-list li{font-size:14px;color:#1a1a1a;padding:12px;cursor:pointer;list-style:none}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-list li:hover{color:#88ab2d}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-filter-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-filter-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-filter-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-filter-modal-list li.active{color:#88ab2d;background:#f3f5f9;border-radius:4px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-list,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-list,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-list,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-list{max-height:calc(80vh - 140px);overflow-y:auto;padding:0 15px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-list li,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-list li,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-list li,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-list li{font-size:14px;color:#1a1a1a;padding:12px;cursor:pointer;list-style:none}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-list li:hover,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-list li:hover{color:#88ab2d}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-list li.active,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-list li.active{color:#88ab2d;background:#f2f3f5;border-radius:4px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-actions,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-actions,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-actions,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:8px 12px}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-actions .spl-sort-modal-reset,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-actions .spl-sort-modal-reset,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-actions .spl-sort-modal-reset,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-actions .spl-sort-modal-reset{color:#141933;cursor:pointer;font-size:14px;border-radius:6px;background:#f2f3f5;padding:12px 50px;text-align:center;-ms-flex:1;flex:1}.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-filter-modal-panel .spl-sort-modal-actions .spl-sort-modal-confirm,.discontinued-productlist-mobile-2025 .spl-filter-modal .spl-sort-modal-panel .spl-sort-modal-actions .spl-sort-modal-confirm,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-filter-modal-panel .spl-sort-modal-actions .spl-sort-modal-confirm,.discontinued-productlist-mobile-2025 .spl-sort-modal .spl-sort-modal-panel .spl-sort-modal-actions .spl-sort-modal-confirm{color:#fff;cursor:pointer;font-size:14px;border-radius:6px;background:#88ab2d;padding:12px 50px;text-align:center;-ms-flex:1;flex:1}.discontinued-productlist-mobile-2025 .discontinued-productlist-hypagination .hypagination .page-item{margin-right:6px;font-size:14px}.font-56,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.submit-status__icon,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{font-size:56px;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.font-56,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.submit-status__icon,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{font-size:32px;line-height:1.2}}.font-48,.hy-breadcrumb .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h1,.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.hy-detail-head-banner .hy-detail-head-banner__content .headerBannerDiv,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info .content-info-title,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h1,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.page-banner .page-banner-item .container .content-info .content-info-title,.page-banner .page-banner-item .container .content-info>h1,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info .content-info-title,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h1,.vertical-center-layout-wrapper .container .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.whitePaper .whitePaper_item .whitePaperDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitePaper .whitePaper_item .whitePaperDes .title,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .container h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{font-size:48px;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.font-48,.hy-breadcrumb .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-breadcrumb .page-banner .page-banner-item h1 .content-info>h1,.hy-breadcrumb .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.hy-detail-head-banner .hy-detail-head-banner__content .headerBannerDiv,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info .content-info-title,.hy-detail-head-banner__content .page-banner .page-banner-item h1 .content-info>h1,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .whitePaper .whitePaper_item .whitePaperDes h2,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info .content-info-title,.navbar-nav .nav-item .page-banner .page-banner-item .navbar-submenu-content .content-info>h1,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.page-banner .page-banner-item .container .content-info .content-info-title,.page-banner .page-banner-item .container .content-info>h1,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-breadcrumb h1 .content-info>h1,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info .content-info-title,.page-banner .page-banner-item .hy-detail-head-banner__content h1 .content-info>h1,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info .content-info-title,.page-banner .page-banner-item .navbar-nav .nav-item .navbar-submenu-content .content-info>h1,.vertical-center-layout-wrapper .container .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .whitePaper .whitePaper_item .whitePaperDes h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .whitePaper .whitePaper_item .whitePaperDes h2,.whitePaper .whitePaper_item .whitePaperDes .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.whitePaper .whitePaper_item .whitePaperDes .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.whitePaper .whitePaper_item .whitePaperDes .title,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .container h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.whitePaper .whitePaper_item .whitePaperDes .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{font-size:28px}}.font-40,.industry-solution .solution-banner .number-container .number-item .number,.solution-banner .data-rolling-number{font-size:40px;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.font-40,.industry-solution .solution-banner .number-container .number-item .number,.solution-banner .data-rolling-number{font-size:28px}}.detail-content-wrapper>h1,.font-35,.hy-detail-head-banner__content h1,.pub-profession-convergence .pub-profession-convergence_content h1{font-size:35px;line-height:1.2}@media only screen and (min-width:320px) and (max-width:700px){.detail-content-wrapper>h1,.font-35,.hy-detail-head-banner__content h1,.pub-profession-convergence .pub-profession-convergence_content h1{font-size:28px;line-height:1.4}}#hy-service_customized_case-service .service-case-summary,.download-detail-title,.font-32,.hy-breadcrumb h1,.hy-module-platform .hy-module-brief,.inquiry-list>p,.product-system-item .product-black-card-text div,.section-divide-item__title{font-size:32px;line-height:1.4}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service-case-summary,.download-detail-title,.font-32,.hy-breadcrumb h1,.hy-module-platform .hy-module-brief,.inquiry-list>p,.product-system-item .product-black-card-text div,.section-divide-item__title{font-size:20px;line-height:1.4}}#cooperation-trip .cooperation-trip-step>div,#hy-contact_btn-modal .content_phones p,#hy-service_customized_case-service .service_card .text-content .case-title,#tech-support .container p,#tech-support .hy-breadcrumb h1 p,#tech-support .hy-detail-head-banner__content h1 p,#tech-support .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .row h3,.company-management-list-tab-container .tab-content span,.contact-department-list-item .department-name,.download-center .download-file-list-title .file-list-title,.download-detail-container,.font-20,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .mid_icon,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-process .icon_content .title,.human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb #tech-support h1 p,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-breadcrumb .vertical-center-layout-wrapper h1>a,.hy-breadcrumb .vertical-center-layout-wrapper h1>h2+p,.hy-detail-head-banner__content #tech-support h1 p,.hy-detail-head-banner__content .banner-desc,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>a,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>h2+p,.hy-gray_title-card .hy-gray_title,.hy-gray_title-card>h5,.hy-pic-title-row-card figcaption,.hy-platform_car-Card .card-pic ul li,.hy-platform_car-Card .card-text ul li,.hy-refitted-vehicles-product-platform-desc,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper h2,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper p,.hy-search_repair_store-store .store-title,.industry-solution .solution-scenes .scene div,.inquiry-list-card-wrapper .product-desc .product-action .product-list-aside .product-count h2,.inquiry-list-card-wrapper .product-desc .product-action .product-list-terminal_aside .product-count h2,.inquiry-list-card-wrapper .product-desc .product-name,.modal-header .modal-title,.navbar-chat.navbar-chat-has-message .iconfont,.navbar-nav .nav-item #tech-support .navbar-submenu-content p,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>h2+p,.news-container article,.personal-center__detail .detail-header,.personal-center__module .content-header,.product-card .product-footer .product-name,.product-card .product-list-aside .product-footer h2,.product-card .product-list-terminal_aside .product-footer h2,.product-list-aside .align-items-center h2,.product-list-aside .category,.product-list-aside .categorys,.product-list-aside .inquiry-list-card-wrapper .product-desc .product-action .product-count h2,.product-list-aside .product-card .product-footer h2,.product-list-aside .search-certification .certificate-table h2,.product-list-aside .search-industry-partners .partners-table h2,.product-list-aside .search-partners .partners-table h2,.product-list-aside .trainning-course-row li>article h2,.product-list-terminal_aside .align-items-center h2,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-list-terminal_aside .inquiry-list-card-wrapper .product-desc .product-action .product-count h2,.product-list-terminal_aside .product-card .product-footer h2,.product-list-terminal_aside .search-certification .certificate-table h2,.product-list-terminal_aside .search-industry-partners .partners-table h2,.product-list-terminal_aside .search-partners .partners-table h2,.product-list-terminal_aside .trainning-course-row li>article h2,.product-resource .download-file-list-title .file-list-title,.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .itemName h3,.pub-profession-convergence .pub-profession-convergence_content .banner-desc,.pulse-wrapper .pulse-wrapper_content .pulse-content>h5,.search-certification .product-list-aside .certificate-table h2,.search-certification .product-list-terminal_aside .certificate-table h2,.search-industry-partners .product-list-aside .partners-table h2,.search-industry-partners .product-list-terminal_aside .partners-table h2,.search-partners .product-list-aside .partners-table h2,.search-partners .product-list-terminal_aside .partners-table h2,.section-icon-item .gray-container-title,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.section-icon-item .title,.section-icon-item .vertical-center-layout-wrapper .container h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.trainning-course-row .product-list-aside li>article h2,.trainning-course-row .product-list-terminal_aside li>article h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .container .section-icon-item h2,.vertical-center-layout-wrapper .container>a,.vertical-center-layout-wrapper .container>h2+p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1>a,.vertical-center-layout-wrapper .hy-breadcrumb h1>h2+p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>a,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>h2+p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>a,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>h2+p,h4{font-size:20px;line-height:1.4}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-trip .cooperation-trip-step>div,#hy-contact_btn-modal .content_phones p,#hy-service_customized_case-service .service_card .text-content .case-title,#tech-support .container p,#tech-support .hy-breadcrumb h1 p,#tech-support .hy-detail-head-banner__content h1 p,#tech-support .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .row h3,.company-management-list-tab-container .tab-content span,.contact-department-list-item .department-name,.download-center .download-file-list-title .file-list-title,.download-detail-container,.font-20,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .mid_icon,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-process .icon_content .title,.human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb #tech-support h1 p,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-breadcrumb .vertical-center-layout-wrapper h1>a,.hy-breadcrumb .vertical-center-layout-wrapper h1>h2+p,.hy-detail-head-banner__content #tech-support h1 p,.hy-detail-head-banner__content .banner-desc,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>a,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>h2+p,.hy-gray_title-card .hy-gray_title,.hy-gray_title-card>h5,.hy-pic-title-row-card figcaption,.hy-platform_car-Card .card-pic ul li,.hy-platform_car-Card .card-text ul li,.hy-refitted-vehicles-product-platform-desc,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper h2,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper p,.hy-search_repair_store-store .store-title,.industry-solution .solution-scenes .scene div,.inquiry-list-card-wrapper .product-desc .product-action .product-list-aside .product-count h2,.inquiry-list-card-wrapper .product-desc .product-action .product-list-terminal_aside .product-count h2,.inquiry-list-card-wrapper .product-desc .product-name,.modal-header .modal-title,.navbar-chat.navbar-chat-has-message .iconfont,.navbar-nav .nav-item #tech-support .navbar-submenu-content p,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>h2+p,.news-container article,.personal-center__detail .detail-header,.personal-center__module .content-header,.product-card .product-footer .product-name,.product-card .product-list-aside .product-footer h2,.product-card .product-list-terminal_aside .product-footer h2,.product-list-aside .align-items-center h2,.product-list-aside .category,.product-list-aside .categorys,.product-list-aside .inquiry-list-card-wrapper .product-desc .product-action .product-count h2,.product-list-aside .product-card .product-footer h2,.product-list-aside .search-certification .certificate-table h2,.product-list-aside .search-industry-partners .partners-table h2,.product-list-aside .search-partners .partners-table h2,.product-list-aside .trainning-course-row li>article h2,.product-list-terminal_aside .align-items-center h2,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-list-terminal_aside .inquiry-list-card-wrapper .product-desc .product-action .product-count h2,.product-list-terminal_aside .product-card .product-footer h2,.product-list-terminal_aside .search-certification .certificate-table h2,.product-list-terminal_aside .search-industry-partners .partners-table h2,.product-list-terminal_aside .search-partners .partners-table h2,.product-list-terminal_aside .trainning-course-row li>article h2,.product-resource .download-file-list-title .file-list-title,.product-series .productSeriesDisplay .seriesItem .item .itemImg:hover .itemDesHover .itemName h3,.pub-profession-convergence .pub-profession-convergence_content .banner-desc,.pulse-wrapper .pulse-wrapper_content .pulse-content>h5,.search-certification .product-list-aside .certificate-table h2,.search-certification .product-list-terminal_aside .certificate-table h2,.search-industry-partners .product-list-aside .partners-table h2,.search-industry-partners .product-list-terminal_aside .partners-table h2,.search-partners .product-list-aside .partners-table h2,.search-partners .product-list-terminal_aside .partners-table h2,.section-icon-item .gray-container-title,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.section-icon-item .title,.section-icon-item .vertical-center-layout-wrapper .container h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.trainning-course-row .product-list-aside li>article h2,.trainning-course-row .product-list-terminal_aside li>article h2,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .container .section-icon-item h2,.vertical-center-layout-wrapper .container>a,.vertical-center-layout-wrapper .container>h2+p,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1>a,.vertical-center-layout-wrapper .hy-breadcrumb h1>h2+p,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>a,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>h2+p,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>a,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>h2+p,h4{font-size:16px;line-height:1.5}}.font-18{font-size:18px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){.font-18{font-size:16px;line-height:1.5}}#hy-contact_btn .contact-us h2 span,#hy-contact_btn .content span,#hy-contact_btn .offline-tips,#hy-rail-transportation__solution-architecture .container p,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 p,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content p,#hy-rail-transportation__solution-introduction .container p,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 p,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content p,#hy-service_customized_case-service .service_card .text-content .project-tile,#hy-service_customized_case-service .service_card .text-content ul li,.apply-for-partner-tips,.company-management-basic-info .row>div div,.company-management-list-tab-container .tab-content p,.contact-us #hy-contact_btn h2 span,.download-list-item .item-title,.FAQ-sidenav-menu li .menu,.font-16,.human-resource-idea .idea_card .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-idea .idea_card .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-idea .idea_card .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-idea .idea_card .title,.human-resource-idea .idea_card .vertical-center-layout-wrapper .container h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.human-resource-idea p,.human-resource-jobs .jobs_content span,.human-resource-jobs p,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 p,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 p,.hy-breadcrumb .hy-breadcrumbs,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-idea .idea_card h2,.hy-customer_testimony .testimony_content>p,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-idea .idea_card h2,.hy-fluid-tab .hy-horizontal-tab.hy-tab-lg .tab_items-fluid>li,.hy-fluid-tab .tab_items-fluid>li,.hy-global_search-search .related-recommend-search,.hy-gray_title-card>p,.hy-gray_title-card ul,.hy-horizontal-tab.hy-tab-lg .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab.hy-tab-lg .tab-item,.hy-product-accessories_list p,.hy-product-features_banner_right.reset .product-classification-item,.hy-product-params .row .table-mobile.hy-product-params-table th,.hy-product-params .row .table-mobile.hy-product-params-table tr td:first-child,.hy-search_repair_store-store .phone,.hy-share-button,.hy-zoom-tab .hy-zoom-tab_container,.inquiry-list__footer .count,.inquiry-list__footer .select-all,.inquiry-list span,.message-list-item .item-title,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content p,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-idea .idea_card h2,.new-product-launch-2024 .productLaunch .rightItem .learnMore,.new-product-launch .productLaunch .rightItem .learnMore,.no-result-page,.personal-center-list-card .order-number,.personal-center__detail .detail-header .status,.personal-center__detail .form-title,.personal-center_side_nav .hy-sidenav-menu,.personal-center_side_nav .hy-sidenav-menu .active,.product-system-item .feature-card div:first-child,.product-system-item .product-black-card-text p,.public-pro-solution .tab-content div:first-child,.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a,.pulse-wrapper .pulse-wrapper_content .pulse-content>p,.related-product-series .product-desc,.search-certification .certificate-table thead tr,.search-industry-partners .partners-table thead tr,.search-partners .partners-table thead tr,.section-icon-item p,.signup-content.signup-success>p,.solution-banner .text,.submit-status p,.table-section .table-title,.user-info-list,.vertical-center-layout-wrapper .container .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-idea .idea_card h2,h5{font-size:16px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn .contact-us h2 span,#hy-contact_btn .content span,#hy-contact_btn .offline-tips,#hy-rail-transportation__solution-architecture .container p,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 p,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content p,#hy-rail-transportation__solution-introduction .container p,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 p,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content p,#hy-service_customized_case-service .service_card .text-content .project-tile,#hy-service_customized_case-service .service_card .text-content ul li,.apply-for-partner-tips,.company-management-basic-info .row>div div,.company-management-list-tab-container .tab-content p,.contact-us #hy-contact_btn h2 span,.download-list-item .item-title,.FAQ-sidenav-menu li .menu,.font-16,.human-resource-idea .idea_card .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-idea .idea_card .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-idea .idea_card .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-idea .idea_card .title,.human-resource-idea .idea_card .vertical-center-layout-wrapper .container h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-idea .idea_card .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.human-resource-idea p,.human-resource-jobs .jobs_content span,.human-resource-jobs p,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 p,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 p,.hy-breadcrumb .hy-breadcrumbs,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-idea .idea_card h2,.hy-customer_testimony .testimony_content>p,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 p,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-idea .idea_card h2,.hy-fluid-tab .hy-horizontal-tab.hy-tab-lg .tab_items-fluid>li,.hy-fluid-tab .tab_items-fluid>li,.hy-global_search-search .related-recommend-search,.hy-gray_title-card>p,.hy-gray_title-card ul,.hy-horizontal-tab.hy-tab-lg .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab.hy-tab-lg .tab-item,.hy-product-accessories_list p,.hy-product-features_banner_right.reset .product-classification-item,.hy-product-params .row .table-mobile.hy-product-params-table th,.hy-product-params .row .table-mobile.hy-product-params-table tr td:first-child,.hy-search_repair_store-store .phone,.hy-share-button,.hy-zoom-tab .hy-zoom-tab_container,.inquiry-list__footer .count,.inquiry-list__footer .select-all,.inquiry-list span,.message-list-item .item-title,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content p,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content p,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-idea .idea_card h2,.new-product-launch-2024 .productLaunch .rightItem .learnMore,.new-product-launch .productLaunch .rightItem .learnMore,.no-result-page,.personal-center-list-card .order-number,.personal-center__detail .detail-header .status,.personal-center__detail .form-title,.personal-center_side_nav .hy-sidenav-menu,.personal-center_side_nav .hy-sidenav-menu .active,.product-system-item .feature-card div:first-child,.product-system-item .product-black-card-text p,.public-pro-solution .tab-content div:first-child,.publicProfessionalSolutionRelatedProduct .relatedProWrapper>ul>li a,.pulse-wrapper .pulse-wrapper_content .pulse-content>p,.related-product-series .product-desc,.search-certification .certificate-table thead tr,.search-industry-partners .partners-table thead tr,.search-partners .partners-table thead tr,.section-icon-item p,.signup-content.signup-success>p,.solution-banner .text,.submit-status p,.table-section .table-title,.user-info-list,.vertical-center-layout-wrapper .container .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-idea .idea_card h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-idea .idea_card h2,h5{font-size:15px;line-height:1.5}}#cooperation-application-scene .carousel-item>p,.company-management-basic-info .row>div p,.company-management-basic-info .row>p,.download-center-share-file,.download-item .download-item_content>p,.dropdown-menu .dropdown-item label,.FAQ-search-result_list p,.font-14,.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab .tab-item,.hy-multi-step li,.hy-product-params .row .table-mobile.hy-product-params-table tr td,.hy-search_repair_store-store .store *,.hy-sub-nav_bar .hy-product-nav_list,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.navbar-nav .nav-item .navbar-submenu,.personal-center-list-card .info,.personal-center-list-card .info-normal,.personal-center-list-card p,.personal-center__detail .detail-content-footer,.search-certification .certificate-table tbody tr,.search-industry-partners .partners-table tbody tr,.search-partners .partners-table tbody tr,.search-result-item,.section-divide-item>p,.table-section,.table-section .label,.user-info-modal .bind-modal.modal-content .tips,.user-info-modal .modal-footer button,form .form-control,h6{font-size:14px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item>p,.company-management-basic-info .row>div p,.company-management-basic-info .row>p,.download-center-share-file,.download-item .download-item_content>p,.dropdown-menu .dropdown-item label,.FAQ-search-result_list p,.font-14,.hy-fluid-tab .hy-horizontal-tab .tab_items-fluid>li,.hy-horizontal-tab .hy-fluid-tab .tab_items-fluid>li,.hy-horizontal-tab .tab-item,.hy-multi-step li,.hy-product-params .row .table-mobile.hy-product-params-table tr td,.hy-search_repair_store-store .store *,.hy-sub-nav_bar .hy-product-nav_list,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.navbar-nav .nav-item .navbar-submenu,.personal-center-list-card .info,.personal-center-list-card .info-normal,.personal-center-list-card p,.personal-center__detail .detail-content-footer,.search-certification .certificate-table tbody tr,.search-industry-partners .partners-table tbody tr,.search-partners .partners-table tbody tr,.search-result-item,.section-divide-item>p,.table-section,.table-section .label,.user-info-modal .bind-modal.modal-content .tips,.user-info-modal .modal-footer button,form .form-control,h6{font-size:15px;line-height:1.5}}#cooperation-trip .cooperation-trip-content .detail-content-wrapper>p,#cooperation-trip .cooperation-trip-content .time,#hy-product_register-btn-modal .hy-textarea .character-number,.accessory-list_container .hypagination .jump-input-form .text,.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation,.download-file-list__content .download-file-card .download-file-info,.download-file-list__content .download-file-card .download-file-operation,.download-item .download-item_content,.font-12,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .content,.hy-product-news_item .item-container .detail-content-wrapper>p,.hy-product-news_item .item-container .time,.hy-share-button__icon p,.hy_inputWithArrow span,.hypagination .jump-input-form .text,.inquiry-btn .inquiry-count,.inquiry-list-card-wrapper .product-desc .product-bref,.navbar-search-recommend h6,.navbar-search-recommend ul,.news-card .news-time,.personal-center__detail .detail-header-extra button,.product-list-aside .product-label,.product-list-aside form[name=product-list_filter],.product-list-terminal_aside .product-label,.product-list-terminal_aside form[name=product-list_filter],.product-status,.product-tool-price-total .inquiry-count,.site-map .site-links,.submit-status__more-help,.tree-select-empty,.uploader-btn p,.uploader .file-instance-item{font-size:12px;line-height:1.5}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-trip .cooperation-trip-content .detail-content-wrapper>p,#cooperation-trip .cooperation-trip-content .time,#hy-product_register-btn-modal .hy-textarea .character-number,.accessory-list_container .hypagination .jump-input-form .text,.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-operation,.download-file-list__content .download-file-card .download-file-info,.download-file-list__content .download-file-card .download-file-operation,.download-item .download-item_content,.font-12,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .content,.hy-product-news_item .item-container .detail-content-wrapper>p,.hy-product-news_item .item-container .time,.hy-share-button__icon p,.hy_inputWithArrow span,.hypagination .jump-input-form .text,.inquiry-btn .inquiry-count,.inquiry-list-card-wrapper .product-desc .product-bref,.navbar-search-recommend h6,.navbar-search-recommend ul,.news-card .news-time,.personal-center__detail .detail-header-extra button,.product-list-aside .product-label,.product-list-aside form[name=product-list_filter],.product-list-terminal_aside .product-label,.product-list-terminal_aside form[name=product-list_filter],.product-status,.product-tool-price-total .inquiry-count,.site-map .site-links,.submit-status__more-help,.tree-select-empty,.uploader-btn p,.uploader .file-instance-item{font-size:15px;line-height:1.5}}.font-weight-600,.industry-solution .solution-banner .number-container .number-item{font-weight:600}.font-weight-400,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .title,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .container h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.industry-solution .solution-scenes .scene div,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.pic-desc-item .pic-desc-content h3,.vertical-center-layout-wrapper .container .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .home-case-studies-wrapper .home-case-studies_main ul li:first-child .content-box h2{font-weight:400}.font-weight-300,.industry-solution .solution-banner .number-container .number-item .text{font-weight:300}#cooperation-application-scene .carousel-item>p,.hy-product-features_banner_right.dark-bg .hybtn-primary,.hy-product-videos .hy-product-videos-carousel__list .carousel-caption,.hy-search_repair_store-store .store .authorization,.personal-center-list-card a,.text-dark{color:#1a1a1a}.contact-us .hy-overview-history .hy-timeline-viewport .hy-timeline-items h2,.hy-be-partner .hy-be-partner_inner .desc,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content h1,.hy-module-platform .hy-module-brief,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .contact-us h2,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .content,.hy-text-white,.navbar-container .navbar-right-button,.navbar-container .navbar-right-button>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.overview-section-history h2,.personal-center__module .content-header-btn i,.product-system-item .product-black-card,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{color:#fff}#hy-product_register-btn-modal .hy-textarea .character-number,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card .download-file-info,.download-file-list__content .download-file-card .download-file-info,.FAQ-panel-breadcrumb-item,.FAQ-product-models .select-model-tip,.FAQ-search-result_list p,.hy-platform_car-Card .card-pic ul li,.hy-platform_car-Card .card-text ul li,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper p,.message-list-item p,.navbar-search-recommend h6,.repair-inquiry-card .repair-inquiry-card-main p:last-child,.text-gray-50{color:grey}.detail-resolve_status .participators,.text-gray-70,.tree-select-empty p{color:#b3b3b3}.hy-refitted-vehicles-product-platform-desc,.text-gray-85{color:#d9d9d9}.text-gray-b2{color:#b2b2b2}.download-list-item>a,.FAQ-product-subtype .sub-type,.FAQ-product-subtype .sub-type-num,.hy-breadcrumb .vertical-center-layout-wrapper h1>a,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1>a,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content>a,.personal-center-list-card .status.done,.personal-center__detail .detail-header .status.done,.search-result-item a,.text-green,.vertical-center-layout-wrapper .container>a,.vertical-center-layout-wrapper .hy-breadcrumb h1>a,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1>a,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content>a{color:#88ab2d}.download-detail-statistics,.download-item .download-item_content>div,.hy-product-news_item .item-container .detail-content-wrapper>p,.hy-product-news_item .item-container .time,.news-card .news-time>div,.text-secondary_grey{color:grey}#hy-service_customized_case-service .service_card .text-content ul li,.hy-gray_title-card>p,.no-result-page,.personal-center__detail .detail-content-footer,.search-industry-partners .partners-card-wrapper .partners-card .desc,.search-partners .partners-card-wrapper .partners-card .desc,.text-gray-666{color:#666}.personal-center-list-card .status,.personal-center__detail .detail-header .status,.repair-inquiry .error-tips,.text-red{color:#ff1313}.text-orange{color:#f58618}.line-height_18{line-height:18px}.line-height_22{line-height:22px}.line-height_28{line-height:28px}.line-height_45{line-height:45px}.five-line-ellipsis,.three-line-ellipsis,.two-line-ellipsis{display:block;word-break:break-word}.apply-for-partner-tips,.hy_globalSearch_module_search-phone .hy-navbar-search-content,.navbar-nav .nav-item .navbar-submenu,.text-black{color:#000}.icon-large,.signup-content .signup-check{font-size:80px}@font-face{font-family:OpenSans-Medium;src:url(https://www.hytera.com/iwov-resources/public/OpenSans-Medium.ttf);font-display:swap}@font-face{font-family:OpenSans-SemiBold;src:url(https://www.hytera.com/iwov-resources/public/OpenSans-SemiBold.ttf);font-display:swap}@font-face{font-family:OpenSans-regular;src:url(https://www.hytera.com/iwov-resources/public/OpenSans-Regular.ttf);font-display:swap}@font-face{font-family:MyriadPro-regular;src:url(/iwov-resources/public/MyriadPro-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MyriadPro-Semibold;src:url(/iwov-resources/public/MyriadPro-SemiboldIt.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.m-160{margin:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-160{margin:96px!important}}.m--160{margin:-160px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--160{margin:-96px!important}}.g-160>*,.gy-160>*,.hy-module-platform,.mt-160{margin-top:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160>*,.gy-160>*,.hy-module-platform,.mt-160{margin-top:96px!important}}.g-160,.gy-160,.mt--160{margin-top:-160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160,.gy-160,.mt--160{margin-top:-96px!important}}.mb-160{margin-bottom:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb-160{margin-bottom:96px!important}}.mb--160{margin-bottom:-160px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--160{margin-bottom:-96px!important}}.ml-160{margin-left:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.ml-160{margin-left:96px!important}}.g-160,.gx-160,.ml--160{margin-left:-160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160,.gx-160,.ml--160{margin-left:-96px!important}}.mr-160{margin-right:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-160{margin-right:96px!important}}.g-160,.gx-160,.mr--160{margin-right:-160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160,.gx-160,.mr--160{margin-right:-96px!important}}.p-160{padding:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-160{padding:96px!important}}#hy_productLine_news,#hy_productLine_testimony .container,#hy_productLine_testimony .hy-breadcrumb h1,#hy_productLine_testimony .hy-detail-head-banner__content h1,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #hy_productLine_testimony h1,.hy-breadcrumb .partner-portal-content h1,.hy-detail-head-banner__content #hy_productLine_testimony h1,.hy-detail-head-banner__content .partner-portal-content h1,.hy-module-text_intro,.hy-module-topology,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content,.navbar-nav .nav-item .partner-portal-content .navbar-submenu-content,.partner-portal-content .container,.partner-portal-content .hy-breadcrumb h1,.partner-portal-content .hy-detail-head-banner__content h1,.partner-portal-content .navbar-nav .nav-item .navbar-submenu-content,.pt-160{padding-top:160px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy_productLine_news,#hy_productLine_testimony .container,#hy_productLine_testimony .hy-breadcrumb h1,#hy_productLine_testimony .hy-detail-head-banner__content h1,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #hy_productLine_testimony h1,.hy-breadcrumb .partner-portal-content h1,.hy-detail-head-banner__content #hy_productLine_testimony h1,.hy-detail-head-banner__content .partner-portal-content h1,.hy-module-text_intro,.hy-module-topology,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content,.navbar-nav .nav-item .partner-portal-content .navbar-submenu-content,.partner-portal-content .container,.partner-portal-content .hy-breadcrumb h1,.partner-portal-content .hy-detail-head-banner__content h1,.partner-portal-content .navbar-nav .nav-item .navbar-submenu-content,.pt-160{padding-top:96px!important}}#hy_productLine_testimony .container,#hy_productLine_testimony .hy-breadcrumb h1,#hy_productLine_testimony .hy-detail-head-banner__content h1,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #hy_productLine_testimony h1,.hy-breadcrumb .partner-portal-content h1,.hy-detail-head-banner__content #hy_productLine_testimony h1,.hy-detail-head-banner__content .partner-portal-content h1,.hy-module-platform,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content,.navbar-nav .nav-item .partner-portal-content .navbar-submenu-content,.partner-portal-content .container,.partner-portal-content .hy-breadcrumb h1,.partner-portal-content .hy-detail-head-banner__content h1,.partner-portal-content .navbar-nav .nav-item .navbar-submenu-content,.pb-160{padding-bottom:160px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy_productLine_testimony .container,#hy_productLine_testimony .hy-breadcrumb h1,#hy_productLine_testimony .hy-detail-head-banner__content h1,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #hy_productLine_testimony h1,.hy-breadcrumb .partner-portal-content h1,.hy-detail-head-banner__content #hy_productLine_testimony h1,.hy-detail-head-banner__content .partner-portal-content h1,.hy-module-platform,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content,.navbar-nav .nav-item .partner-portal-content .navbar-submenu-content,.partner-portal-content .container,.partner-portal-content .hy-breadcrumb h1,.partner-portal-content .hy-detail-head-banner__content h1,.partner-portal-content .navbar-nav .nav-item .navbar-submenu-content,.pb-160{padding-bottom:96px!important}}.g-160>*,.gx-160>*,.pl-160{padding-left:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160>*,.gx-160>*,.pl-160{padding-left:96px!important}}.g-160>*,.gx-160>*,.pr-160{padding-right:160px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-160>*,.gx-160>*,.pr-160{padding-right:96px!important}}.m-100{margin:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-100{margin:60px!important}}.m--100{margin:-100px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--100{margin:-60px!important}}.g-100>*,.gy-100>*,.mt-100{margin-top:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100>*,.gy-100>*,.mt-100{margin-top:60px!important}}.g-100,.gy-100,.mt--100{margin-top:-100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100,.gy-100,.mt--100{margin-top:-60px!important}}.mb-100{margin-bottom:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb-100{margin-bottom:60px!important}}.mb--100{margin-bottom:-100px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--100{margin-bottom:-60px!important}}.ml-100{margin-left:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.ml-100{margin-left:60px!important}}.g-100,.gx-100,.ml--100{margin-left:-100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100,.gx-100,.ml--100{margin-left:-60px!important}}.mr-100{margin-right:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-100{margin-right:60px!important}}.g-100,.gx-100,.mr--100{margin-right:-100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100,.gx-100,.mr--100{margin-right:-60px!important}}.p-100{padding:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-100{padding:60px!important}}.pt-100{padding-top:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.pt-100{padding-top:60px!important}}.pb-100{padding-bottom:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.pb-100{padding-bottom:60px!important}}.g-100>*,.gx-100>*,.pl-100{padding-left:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100>*,.gx-100>*,.pl-100{padding-left:60px!important}}.g-100>*,.gx-100>*,.pr-100{padding-right:100px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-100>*,.gx-100>*,.pr-100{padding-right:60px!important}}.m-80{margin:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-80{margin:48px!important}}.m--80{margin:-80px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--80{margin:-48px!important}}#hy-rail-transportation__solution-architecture .container img,#hy-rail-transportation__solution-architecture .container p,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 img,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 p,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 img,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content img,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content p,#hy-rail-transportation__solution-introduction .container img,#hy-rail-transportation__solution-introduction .container p,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 img,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 p,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 img,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content img,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content p,.detail-resolve_status,.download-center>section.container:last-child .no-result,.faq-main-container .no-result,.g-80>*,.gy-80>*,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 img,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 p,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 img,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 img,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 img,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 p,.hy-global_search-search .no-result,.hy-module-platform .hy-module-brief,.hy-module-topology .hy-module-content,.hy-product-features_list>*,.mt-80,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content img,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content p,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content img,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content p,.navbar-nav .nav-item .download-center>section.navbar-submenu-content:last-child .no-result,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content:last-child .no-result,.personal-center__module .content-body .no-result-page,.product-resource>section.container:last-child .no-result,.product-system-item,.public-pro-solution .tab-content,.signup-footer-wrap{margin-top:80px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-rail-transportation__solution-architecture .container img,#hy-rail-transportation__solution-architecture .container p,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 img,#hy-rail-transportation__solution-architecture .hy-breadcrumb h1 p,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 img,#hy-rail-transportation__solution-architecture .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content img,#hy-rail-transportation__solution-architecture .navbar-nav .nav-item .navbar-submenu-content p,#hy-rail-transportation__solution-introduction .container img,#hy-rail-transportation__solution-introduction .container p,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 img,#hy-rail-transportation__solution-introduction .hy-breadcrumb h1 p,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 img,#hy-rail-transportation__solution-introduction .hy-detail-head-banner__content h1 p,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content img,#hy-rail-transportation__solution-introduction .navbar-nav .nav-item .navbar-submenu-content p,.detail-resolve_status,.download-center>section.container:last-child .no-result,.faq-main-container .no-result,.g-80>*,.gy-80>*,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 img,.hy-breadcrumb #hy-rail-transportation__solution-architecture h1 p,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 img,.hy-breadcrumb #hy-rail-transportation__solution-introduction h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 img,.hy-detail-head-banner__content #hy-rail-transportation__solution-architecture h1 p,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 img,.hy-detail-head-banner__content #hy-rail-transportation__solution-introduction h1 p,.hy-global_search-search .no-result,.hy-module-platform .hy-module-brief,.hy-module-topology .hy-module-content,.hy-product-features_list>*,.mt-80,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content img,.navbar-nav .nav-item #hy-rail-transportation__solution-architecture .navbar-submenu-content p,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content img,.navbar-nav .nav-item #hy-rail-transportation__solution-introduction .navbar-submenu-content p,.navbar-nav .nav-item .download-center>section.navbar-submenu-content:last-child .no-result,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content:last-child .no-result,.personal-center__module .content-body .no-result-page,.product-resource>section.container:last-child .no-result,.product-system-item,.public-pro-solution .tab-content,.signup-footer-wrap{margin-top:48px!important}}.g-80,.gy-80,.hy-product-features_list,.mt--80{margin-top:-80px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-80,.gy-80,.hy-product-features_list,.mt--80{margin-top:-48px!important}}.faq-main-container,.mb-80,.public-pro-solution .hy-zoom-tab_container,.signup-content.wechat-signup .wechat-signup-tips,.sub-section:not(:last-child){margin-bottom:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.faq-main-container,.mb-80,.public-pro-solution .hy-zoom-tab_container,.signup-content.wechat-signup .wechat-signup-tips,.sub-section:not(:last-child){margin-bottom:48px!important}}.mb--80{margin-bottom:-80px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--80{margin-bottom:-48px!important}}.ml-80{margin-left:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.ml-80{margin-left:48px!important}}.g-80,.gx-80,.ml--80{margin-left:-80px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-80,.gx-80,.ml--80{margin-left:-48px!important}}.mr-80{margin-right:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-80{margin-right:48px!important}}.g-80,.gx-80,.mr--80{margin-right:-80px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-80,.gx-80,.mr--80{margin-right:-48px!important}}.p-80{padding:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-80{padding:48px!important}}#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #tech-support h1,.hy-breadcrumb .hy-module-platform h1,.hy-detail-head-banner__content #tech-support h1,.hy-detail-head-banner__content .hy-module-platform h1,.hy-module-platform .container,.hy-module-platform .hy-breadcrumb h1,.hy-module-platform .hy-detail-head-banner__content h1,.hy-module-platform .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.navbar-nav .nav-item .hy-module-platform .navbar-submenu-content,.overview-section-history,.partner-portal-content .row,.pt-80{padding-top:80px!important}@media only screen and (min-width:320px) and (max-width:700px){#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.hy-breadcrumb #tech-support h1,.hy-breadcrumb .hy-module-platform h1,.hy-detail-head-banner__content #tech-support h1,.hy-detail-head-banner__content .hy-module-platform h1,.hy-module-platform .container,.hy-module-platform .hy-breadcrumb h1,.hy-module-platform .hy-detail-head-banner__content h1,.hy-module-platform .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.navbar-nav .nav-item .hy-module-platform .navbar-submenu-content,.overview-section-history,.partner-portal-content .row,.pt-80{padding-top:48px!important}}#cooperation-application-scene .carousel-item,#hy_productLine_news,#hy_productLine_news h2,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.download-center>section.container:last-child,.hy-breadcrumb #tech-support h1,.hy-breadcrumb .hy-search-repair-store-wrapper.has-search h1,.hy-breadcrumb .search-certification h1,.hy-breadcrumb .search-industry-partners.has-search h1,.hy-breadcrumb .search-partners.has-search h1,.hy-detail-head-banner__content #tech-support h1,.hy-detail-head-banner__content .hy-search-repair-store-wrapper.has-search h1,.hy-detail-head-banner__content .search-certification h1,.hy-detail-head-banner__content .search-industry-partners.has-search h1,.hy-detail-head-banner__content .search-partners.has-search h1,.hy-search-repair-store-wrapper.has-search .container,.hy-search-repair-store-wrapper.has-search .hy-breadcrumb h1,.hy-search-repair-store-wrapper.has-search .hy-detail-head-banner__content h1,.hy-search-repair-store-wrapper.has-search .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.navbar-nav .nav-item .download-center>section.navbar-submenu-content:last-child,.navbar-nav .nav-item .hy-search-repair-store-wrapper.has-search .navbar-submenu-content,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content:last-child,.navbar-nav .nav-item .search-certification .navbar-submenu-content,.navbar-nav .nav-item .search-industry-partners.has-search .navbar-submenu-content,.navbar-nav .nav-item .search-partners.has-search .navbar-submenu-content,.news-container article,.partner-cases__main main,.pb-80,.product-list_wrapper,.product-resource>section.container:last-child,.region-content,.region-entry-section,.search-certification .container,.search-certification .hy-breadcrumb h1,.search-certification .hy-detail-head-banner__content h1,.search-certification .navbar-nav .nav-item .navbar-submenu-content,.search-industry-partners.has-search .container,.search-industry-partners.has-search .hy-breadcrumb h1,.search-industry-partners.has-search .hy-detail-head-banner__content h1,.search-industry-partners.has-search .navbar-nav .nav-item .navbar-submenu-content,.search-partners.has-search .container,.search-partners.has-search .hy-breadcrumb h1,.search-partners.has-search .hy-detail-head-banner__content h1,.search-partners.has-search .navbar-nav .nav-item .navbar-submenu-content{padding-bottom:80px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item,#hy_productLine_news,#hy_productLine_news h2,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.download-center>section.container:last-child,.hy-breadcrumb #tech-support h1,.hy-breadcrumb .hy-search-repair-store-wrapper.has-search h1,.hy-breadcrumb .search-certification h1,.hy-breadcrumb .search-industry-partners.has-search h1,.hy-breadcrumb .search-partners.has-search h1,.hy-detail-head-banner__content #tech-support h1,.hy-detail-head-banner__content .hy-search-repair-store-wrapper.has-search h1,.hy-detail-head-banner__content .search-certification h1,.hy-detail-head-banner__content .search-industry-partners.has-search h1,.hy-detail-head-banner__content .search-partners.has-search h1,.hy-search-repair-store-wrapper.has-search .container,.hy-search-repair-store-wrapper.has-search .hy-breadcrumb h1,.hy-search-repair-store-wrapper.has-search .hy-detail-head-banner__content h1,.hy-search-repair-store-wrapper.has-search .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.navbar-nav .nav-item .download-center>section.navbar-submenu-content:last-child,.navbar-nav .nav-item .hy-search-repair-store-wrapper.has-search .navbar-submenu-content,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content:last-child,.navbar-nav .nav-item .search-certification .navbar-submenu-content,.navbar-nav .nav-item .search-industry-partners.has-search .navbar-submenu-content,.navbar-nav .nav-item .search-partners.has-search .navbar-submenu-content,.news-container article,.partner-cases__main main,.pb-80,.product-list_wrapper,.product-resource>section.container:last-child,.region-content,.region-entry-section,.search-certification .container,.search-certification .hy-breadcrumb h1,.search-certification .hy-detail-head-banner__content h1,.search-certification .navbar-nav .nav-item .navbar-submenu-content,.search-industry-partners.has-search .container,.search-industry-partners.has-search .hy-breadcrumb h1,.search-industry-partners.has-search .hy-detail-head-banner__content h1,.search-industry-partners.has-search .navbar-nav .nav-item .navbar-submenu-content,.search-partners.has-search .container,.search-partners.has-search .hy-breadcrumb h1,.search-partners.has-search .hy-detail-head-banner__content h1,.search-partners.has-search .navbar-nav .nav-item .navbar-submenu-content{padding-bottom:48px!important}}.g-80>*,.gx-80>*,.pl-80{padding-left:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-80>*,.gx-80>*,.pl-80{padding-left:48px!important}}.g-80>*,.gx-80>*,.pr-80{padding-right:80px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-80>*,.gx-80>*,.pr-80{padding-right:48px!important}}.m-60{margin:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-60{margin:36px!important}}.m--60{margin:-60px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--60{margin:-36px!important}}.g-60>*,.gy-60>*,.mt-60{margin-top:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60>*,.gy-60>*,.mt-60{margin-top:36px!important}}.g-60,.gy-60,.mt--60{margin-top:-60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60,.gy-60,.mt--60{margin-top:-36px!important}}.mb-60{margin-bottom:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb-60{margin-bottom:36px!important}}.mb--60{margin-bottom:-60px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--60{margin-bottom:-36px!important}}.ml-60{margin-left:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.ml-60{margin-left:36px!important}}.g-60,.gx-60,.ml--60{margin-left:-60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60,.gx-60,.ml--60{margin-left:-36px!important}}.mr-60{margin-right:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-60{margin-right:36px!important}}.g-60,.gx-60,.mr--60{margin-right:-60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60,.gx-60,.mr--60{margin-right:-36px!important}}.p-60{padding:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-60{padding:36px!important}}.pt-60{padding-top:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.pt-60{padding-top:36px!important}}.pb-60,.section-wrapper.last{padding-bottom:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.pb-60,.section-wrapper.last{padding-bottom:36px!important}}.g-60>*,.gx-60>*,.pl-60{padding-left:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60>*,.gx-60>*,.pl-60{padding-left:36px!important}}.g-60>*,.gx-60>*,.pr-60{padding-right:60px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-60>*,.gx-60>*,.pr-60{padding-right:36px!important}}.m-40{margin:40px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-40{margin:24px!important}}.m--40{margin:-40px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--40{margin:-24px!important}}#product-type .row>*,#region_list_page>div,.accessory-list_container .hypagination,.accessory-list_container .mobile-pagination .page-section,.detail-content-wrapper .video-container,.detail-content-wrapper img,.download-center>section.container,.download-detail-tips,.download-detail-toolbar,.faq-main-container,.g-40>*,.gy-40>*,.human-resource-idea p,.human-resource-process .row>*,.hy-customer_testimony .testimony_content>p,.hy-file h1,.hy-file h2,.hy-gray-title-card-list>*,.hy-platform_car-Card,.hy-search_repair_store-search .form,.hypagination,.inquiry-list>p,.mobile-pagination .page-section,.mt-40,.navbar-nav .nav-item .download-center>section.navbar-submenu-content,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content,.personal-center__detail .form-title,.pic-desc-item .pic-desc-content>a,.pic-desc-list .pic-desc-list-item:not(:first-child),.product-list_container .product-list-tab,.product-resource>section.container,.product-system-item>ul>li,.repair-card-wrapper,.repair-inquiry .no-result-tips,.safety-command,.section-icon-list>*,.signup-container .sign-logo,.submit-status__action,.trainning-course-row>*,.user-info-modal .bind-modal h3,.video-desc-list-item:not(:first-child){margin-top:40px!important}@media only screen and (min-width:320px) and (max-width:700px){#product-type .row>*,#region_list_page>div,.accessory-list_container .hypagination,.accessory-list_container .mobile-pagination .page-section,.detail-content-wrapper .video-container,.detail-content-wrapper img,.download-center>section.container,.download-detail-tips,.download-detail-toolbar,.faq-main-container,.g-40>*,.gy-40>*,.human-resource-idea p,.human-resource-process .row>*,.hy-customer_testimony .testimony_content>p,.hy-file h1,.hy-file h2,.hy-gray-title-card-list>*,.hy-platform_car-Card,.hy-search_repair_store-search .form,.hypagination,.inquiry-list>p,.mobile-pagination .page-section,.mt-40,.navbar-nav .nav-item .download-center>section.navbar-submenu-content,.navbar-nav .nav-item .product-resource>section.navbar-submenu-content,.personal-center__detail .form-title,.pic-desc-item .pic-desc-content>a,.pic-desc-list .pic-desc-list-item:not(:first-child),.product-list_container .product-list-tab,.product-resource>section.container,.product-system-item>ul>li,.repair-card-wrapper,.repair-inquiry .no-result-tips,.safety-command,.section-icon-list>*,.signup-container .sign-logo,.submit-status__action,.trainning-course-row>*,.user-info-modal .bind-modal h3,.video-desc-list-item:not(:first-child){margin-top:24px!important}}#product-type .row,.g-40,.gy-40,.human-resource-process .row,.hy-gray-title-card-list,.mt--40,.section-icon-list,.trainning-course-row{margin-top:-40px!important}@media only screen and (min-width:320px) and (max-width:700px){#product-type .row,.g-40,.gy-40,.human-resource-process .row,.hy-gray-title-card-list,.mt--40,.section-icon-list,.trainning-course-row{margin-top:-24px!important}}#cooperation-application-scene .carousel-item>h3,#cooperation-application-scene .carousel-item>p,#hy_productLine_testimony .container .row,#hy_productLine_testimony .hy-breadcrumb h1 .row,#hy_productLine_testimony .hy-detail-head-banner__content h1 .row,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content .row,#tech-support .container p,#tech-support .hy-breadcrumb h1 p,#tech-support .hy-detail-head-banner__content h1 p,#tech-support .navbar-nav .nav-item .navbar-submenu-content p,.backbar,.detail-resolve_status,.FAQ-product-search-with-initials-mobile-container,.human-resource-jobs p,.human-resource-train>p,.hy-breadcrumb #hy_productLine_testimony h1 .row,.hy-breadcrumb #tech-support h1 p,.hy-detail-head-banner__content #hy_productLine_testimony h1 .row,.hy-detail-head-banner__content #tech-support h1 p,.hy-file h1,.hy-file h2,.hy-search_repair_store-search .form,.investor-relationship-container,.mb-40,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content .row,.navbar-nav .nav-item #tech-support .navbar-submenu-content p,.notification-center .notification-activity-tab-wrapper,.personal-center-title,.public-pro-solution .tab-content div:first-child,.repair-card-wrapper,.signup-content .verifycode-tips,.table-section{margin-bottom:40px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item>h3,#cooperation-application-scene .carousel-item>p,#hy_productLine_testimony .container .row,#hy_productLine_testimony .hy-breadcrumb h1 .row,#hy_productLine_testimony .hy-detail-head-banner__content h1 .row,#hy_productLine_testimony .navbar-nav .nav-item .navbar-submenu-content .row,#tech-support .container p,#tech-support .hy-breadcrumb h1 p,#tech-support .hy-detail-head-banner__content h1 p,#tech-support .navbar-nav .nav-item .navbar-submenu-content p,.backbar,.detail-resolve_status,.FAQ-product-search-with-initials-mobile-container,.human-resource-jobs p,.human-resource-train>p,.hy-breadcrumb #hy_productLine_testimony h1 .row,.hy-breadcrumb #tech-support h1 p,.hy-detail-head-banner__content #hy_productLine_testimony h1 .row,.hy-detail-head-banner__content #tech-support h1 p,.hy-file h1,.hy-file h2,.hy-search_repair_store-search .form,.investor-relationship-container,.mb-40,.navbar-nav .nav-item #hy_productLine_testimony .navbar-submenu-content .row,.navbar-nav .nav-item #tech-support .navbar-submenu-content p,.notification-center .notification-activity-tab-wrapper,.personal-center-title,.public-pro-solution .tab-content div:first-child,.repair-card-wrapper,.signup-content .verifycode-tips,.table-section{margin-bottom:24px!important}}.mb--40{margin-bottom:-40px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--40{margin-bottom:-24px!important}}.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>.tab-item+li,.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>li+.tab-item,.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>li+li,.hy-pic-title-row-card figcaption,.ml-40,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>.tab-item+li,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>li+.tab-item,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>li+li,.notification-center .notification-activity-tab-wrapper .notification-tab .tab-item+.tab-item,.section-black-icon-item h3,a.sitemap-region-entry{margin-left:40px!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>.tab-item+li,.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>li+.tab-item,.hy-fluid-tab .notification-center .notification-activity-tab-wrapper .notification-tab .tab_items-fluid>li+li,.hy-pic-title-row-card figcaption,.ml-40,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>.tab-item+li,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>li+.tab-item,.notification-center .notification-activity-tab-wrapper .notification-tab .hy-fluid-tab .tab_items-fluid>li+li,.notification-center .notification-activity-tab-wrapper .notification-tab .tab-item+.tab-item,.section-black-icon-item h3,a.sitemap-region-entry{margin-left:24px!important}}.g-40,.gx-40,.ml--40{margin-left:-40px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-40,.gx-40,.ml--40{margin-left:-24px!important}}.hy-contact-us-list_item .contact-detail_item,.inquiry-list__footer .inquiry-footer__radio-block,.mr-40,.product-list-tool .inquiry-footer__radio-block{margin-right:40px!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-contact-us-list_item .contact-detail_item,.inquiry-list__footer .inquiry-footer__radio-block,.mr-40,.product-list-tool .inquiry-footer__radio-block{margin-right:24px!important}}.g-40,.gx-40,.mr--40{margin-right:-40px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-40,.gx-40,.mr--40{margin-right:-24px!important}}.company-management-info-box,.hy-module-platform .hy-module-brief,.hy-refitted-vehicles-product-platform-desc,.p-40,.submit-status__more-help,.user-info-modal .bind-modal.modal-content{padding:40px!important}@media only screen and (min-width:320px) and (max-width:700px){.company-management-info-box,.hy-module-platform .hy-module-brief,.hy-refitted-vehicles-product-platform-desc,.p-40,.submit-status__more-help,.user-info-modal .bind-modal.modal-content{padding:24px!important}}#cooperation-application-scene .carousel-item,.company-management-list-tab-container,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.inquiry-list,.navbar-nav .nav-item .navbar-submenu-container,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.partner-portal-value-item,.personal-center-container,.personal-center__detail .detail-content-footer,.pt-40,.region-content,.region-entry-section,.tree-select-empty,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{padding-top:40px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item,.company-management-list-tab-container,.hy-be-partner .hy-be-partner_inner .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.hy-be-partner .hy-be-partner_inner .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.hy-be-partner .hy-be-partner_inner .title,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .container h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.hy-be-partner .hy-be-partner_inner .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .hy-be-partner .hy-be-partner_inner h2,.inquiry-list,.navbar-nav .nav-item .navbar-submenu-container,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2,.partner-portal-value-item,.personal-center-container,.personal-center__detail .detail-content-footer,.pt-40,.region-content,.region-entry-section,.tree-select-empty,.vertical-center-layout-wrapper .container .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .hy-be-partner .hy-be-partner_inner h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .hy-be-partner .hy-be-partner_inner h2{padding-top:24px!important}}.company-management-list-tab-container .tab-content p,.FAQ-product-subtype,.hy-be-partner .hy-be-partner_inner .desc,.inquiry-list,.investor-msg-content .list-content,.investor-relationship-content,.pb-40,.personal-center__detail .detail-content,.search-industry-partners #partners-list-pagination,.search-partners #partners-list-pagination,.sub-section h3,.tree-select-empty{padding-bottom:40px!important}@media only screen and (min-width:320px) and (max-width:700px){.company-management-list-tab-container .tab-content p,.FAQ-product-subtype,.hy-be-partner .hy-be-partner_inner .desc,.inquiry-list,.investor-msg-content .list-content,.investor-relationship-content,.pb-40,.personal-center__detail .detail-content,.search-industry-partners #partners-list-pagination,.search-partners #partners-list-pagination,.sub-section h3,.tree-select-empty{padding-bottom:24px!important}}#cooperation-application-scene .carousel-item,.g-40>*,.gx-40>*,.pl-40,.product-system-item .product-black-card-text{padding-left:40px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item,.g-40>*,.gx-40>*,.pl-40,.product-system-item .product-black-card-text{padding-left:24px!important}}#cooperation-application-scene .carousel-item,.g-40>*,.gx-40>*,.pr-40,.product-system-item .product-black-card-text{padding-right:40px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item,.g-40>*,.gx-40>*,.pr-40,.product-system-item .product-black-card-text{padding-right:24px!important}}.m-20,.product-compare__radio-icon .radio-icon-bg{margin:20px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-20,.product-compare__radio-icon .radio-icon-bg{margin:12px!important}}.m--20{margin:-20px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--20{margin:-12px!important}}#cooperation-direction .row>*,#cooperation-trip .cooperation-trip-step>div,#form-product_register_btn_modal .hy-input,#form-product_register_btn_modal .textarea_body,#hy-certification-model .row>*,#hy-service_customized_case-service .service_card .text-content div,#hy-service_solution_case-case .row>*,#region_list_page>div .row>*,.black-card-row>*,.cancel-submit-tip_container,.detail-resolve_status .button-container,.download-detail-statistics,.FAQ-product-models .FAQ-product-models_list,.FAQ-product-models .select-model-tip,.g-20>*,.gy-20>*,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-process .icon_content .title,.human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-contact-us-list_item .contact-detail,.hy-detail-head-banner__content .banner-desc,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-download_little-card-wrapper,.hy-file h3,.hy-global_search-area_select,.hy-global_search-industry_select,.hy-gray_title-card-img,.hy-gray_title-card>p,.hy-gray_title-card ul,.hy-pic-title-row>*,.hy-product-features_banner_right .action-group,.hy-product-features_banner_right .action-group a,.hy-product-features_banner_right .action-group button,.hy-refitted-vehicles-product-platform .product-platform-list .item,.inquiry-list-card-wrapper .product-desc .product-action,.mt-20,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.news-card .news-footer .news-title,.news-card .news-time>div,.news-container .news-list>*,.notification-center .notification-main-container .phone-menu-container,.partner-cases__dropdowns,.partner-cases__main .hypagination,.personal-center-list-card,.personal-center-list-card p,.personal-center__detail .detail-content-footer,.personal-center__module .content-body,.pic-desc-content>ul,.product-list-aside .category,.product-list-aside .categorys,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-system-item .product-black-card-text p,.product-system-item>ul>li ul,.relativeFAQ_list,.repair-inquiry-card .repair-inquiry-card-main,.resources-download-row>*,.safety-command+section>ul.row>*,.search-certification .certificate-card-wrapper,.search-industry-partners .partners-card-wrapper,.search-industry-partners .partners-table,.search-partners .partners-card-wrapper,.search-partners .partners-table,.section-icon-item .gray-container-title,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.section-icon-item .title,.section-icon-item .vertical-center-layout-wrapper .container h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.section-icon-item p,.signup-content.signup-success>h3,.status-container,.sub-brands a,.table-section .table-content,.tree-select-empty button,.vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .container .section-icon-item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,li.safety-command-list{margin-top:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-direction .row>*,#cooperation-trip .cooperation-trip-step>div,#form-product_register_btn_modal .hy-input,#form-product_register_btn_modal .textarea_body,#hy-certification-model .row>*,#hy-service_customized_case-service .service_card .text-content div,#hy-service_solution_case-case .row>*,#region_list_page>div .row>*,.black-card-row>*,.cancel-submit-tip_container,.detail-resolve_status .button-container,.download-detail-statistics,.FAQ-product-models .FAQ-product-models_list,.FAQ-product-models .select-model-tip,.g-20>*,.gy-20>*,.human-resource-process .icon_content .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.human-resource-process .icon_content .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.human-resource-process .icon_content .title,.human-resource-process .icon_content .vertical-center-layout-wrapper .container h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.human-resource-process .icon_content .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-breadcrumb .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-contact-us-list_item .contact-detail,.hy-detail-head-banner__content .banner-desc,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .human-resource-process .icon_content h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 .section-icon-item h2,.hy-download_little-card-wrapper,.hy-file h3,.hy-global_search-area_select,.hy-global_search-industry_select,.hy-gray_title-card-img,.hy-gray_title-card>p,.hy-gray_title-card ul,.hy-pic-title-row>*,.hy-product-features_banner_right .action-group,.hy-product-features_banner_right .action-group a,.hy-product-features_banner_right .action-group button,.hy-refitted-vehicles-product-platform .product-platform-list .item,.inquiry-list-card-wrapper .product-desc .product-action,.mt-20,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .human-resource-process .icon_content h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content .section-icon-item h2,.news-card .news-footer .news-title,.news-card .news-time>div,.news-container .news-list>*,.notification-center .notification-main-container .phone-menu-container,.partner-cases__dropdowns,.partner-cases__main .hypagination,.personal-center-list-card,.personal-center-list-card p,.personal-center__detail .detail-content-footer,.personal-center__module .content-body,.pic-desc-content>ul,.product-list-aside .category,.product-list-aside .categorys,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-system-item .product-black-card-text p,.product-system-item>ul>li ul,.relativeFAQ_list,.repair-inquiry-card .repair-inquiry-card-main,.resources-download-row>*,.safety-command+section>ul.row>*,.search-certification .certificate-card-wrapper,.search-industry-partners .partners-card-wrapper,.search-industry-partners .partners-table,.search-partners .partners-card-wrapper,.search-partners .partners-table,.section-icon-item .gray-container-title,.section-icon-item .hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.section-icon-item .hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.section-icon-item .navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.section-icon-item .title,.section-icon-item .vertical-center-layout-wrapper .container h2,.section-icon-item .vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.section-icon-item .vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.section-icon-item .vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2,.section-icon-item p,.signup-content.signup-success>h3,.status-container,.sub-brands a,.table-section .table-content,.tree-select-empty button,.vertical-center-layout-wrapper .container .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .container .section-icon-item h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 .section-icon-item h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 .section-icon-item h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .human-resource-process .icon_content h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content .section-icon-item h2,li.safety-command-list{margin-top:12px!important}}#cooperation-direction .row,#hy-certification-model .row,#hy-service_solution_case-case .row,#region_list_page>div .row,.black-card-row,.g-20,.gy-20,.hy-pic-title-row,.mt--20,.news-container .news-list,.resources-download-row,.safety-command+section>ul.row{margin-top:-20px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-direction .row,#hy-certification-model .row,#hy-service_solution_case-case .row,#region_list_page>div .row,.black-card-row,.g-20,.gy-20,.hy-pic-title-row,.mt--20,.news-container .news-list,.resources-download-row,.safety-command+section>ul.row{margin-top:-12px!important}}#hy-service_customized_case-service .service-case-summary,.cancel-submit-tip_container,.company-management-info-box:not(:last-child),.download-center .download-filter-with-product,.download-detail-img li,.download-detail-statistics,.hy-contact-us-list_item:not(:last-child),.hy-file h3,.hy-search_repair_store-store,.inquiry-list-card-wrapper,.mb-20,.message-list-item,.notification-center .notification-main-container .phone-menu-container,.notification-center__list-item,.personal-center__detail .form-title,.product-list_container ul.list .product,.product-list_container ul.list .search-result-item,.product-resource .download-filter-with-product,.section-divide-item__title,.service-solution-section p,.status-container,.sub-brands a,.unresolved-reason .form-group,.user-info-modal .modal-body form .form-group{margin-bottom:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service-case-summary,.cancel-submit-tip_container,.company-management-info-box:not(:last-child),.download-center .download-filter-with-product,.download-detail-img li,.download-detail-statistics,.hy-contact-us-list_item:not(:last-child),.hy-file h3,.hy-search_repair_store-store,.inquiry-list-card-wrapper,.mb-20,.message-list-item,.notification-center .notification-main-container .phone-menu-container,.notification-center__list-item,.personal-center__detail .form-title,.product-list_container ul.list .product,.product-list_container ul.list .search-result-item,.product-resource .download-filter-with-product,.section-divide-item__title,.service-solution-section p,.status-container,.sub-brands a,.unresolved-reason .form-group,.user-info-modal .modal-body form .form-group{margin-bottom:12px!important}}.mb--20{margin-bottom:-20px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--20{margin-bottom:-12px!important}}.accessory-list_container .hypagination .jump-input-form,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-type-icon.show-icon,.download-detail-toolbar button+button,.download-file-list__content .download-file-info,.download-file-list__content .download-file-type-icon.show-icon,.FAQ-sidenav-menu .sub-menu-child-list a,.hy-download_little-card .card-content,.hy-download_little-card .info-content+.info-content,.hypagination .jump-input-form,.ml-20,.signup-tip .link{margin-left:20px!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-type-icon.show-icon,.download-detail-toolbar button+button,.download-file-list__content .download-file-info,.download-file-list__content .download-file-type-icon.show-icon,.FAQ-sidenav-menu .sub-menu-child-list a,.hy-download_little-card .card-content,.hy-download_little-card .info-content+.info-content,.hypagination .jump-input-form,.ml-20,.signup-tip .link{margin-left:12px!important}}#hy-service_customized_case-service .service_card,.g-20,.gx-20,.ml--20,.pic-desc-item{margin-left:-20px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card,.g-20,.gx-20,.ml--20,.pic-desc-item{margin-left:-12px!important}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item,.download-detail-statistics .statistics-item,.download-detail-title-icon,.download-file-list__content .download-file-info-item,.inquiry-list-card-wrapper .product-image,.inquiry-list-card-wrapper .product-inquiry__radio-block,.mr-20,.notification-center-left-menu,.table-section span{margin-right:20px!important}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item,.download-detail-statistics .statistics-item,.download-detail-title-icon,.download-file-list__content .download-file-info-item,.inquiry-list-card-wrapper .product-image,.inquiry-list-card-wrapper .product-inquiry__radio-block,.mr-20,.notification-center-left-menu,.table-section span{margin-right:12px!important}}#hy-service_customized_case-service .service_card,.g-20,.gx-20,.mr--20,.pic-desc-item{margin-right:-20px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card,.g-20,.gx-20,.mr--20,.pic-desc-item{margin-right:-12px!important}}#cooperation-application-scene .carousel-item>p,#cooperation-trip .cooperation-trip-content,#cooperation-trip .cooperation-trip-step,#hy-contact_btn-modal .content_phones p,.aside-actions,.download-center-menu,.download-center .download-file-list__content,.faq-right-container,.FAQ-sidenav-menu .sub-menu-label,.FAQ-sidenav-menu li .menu,.hy-contact-us-list_item,.hy-download_little-card,.hy-module-topology .hy-module-content,.hy-platform_car-Card .card-text,.hy-product-params .row .table-mobile.hy-product-params-table tr td,.hy-search_repair_store-store,.inquiry-list-card-wrapper .inquiry-list-card,.message-list-item article,.notification-center-left-menu,.p-20,.product-resource-menu,.product-resource .download-file-list__content,.trainning-course-row li>article,.user-info-modal .modal-content{padding:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-application-scene .carousel-item>p,#cooperation-trip .cooperation-trip-content,#cooperation-trip .cooperation-trip-step,#hy-contact_btn-modal .content_phones p,.aside-actions,.download-center-menu,.download-center .download-file-list__content,.faq-right-container,.FAQ-sidenav-menu .sub-menu-label,.FAQ-sidenav-menu li .menu,.hy-contact-us-list_item,.hy-download_little-card,.hy-module-topology .hy-module-content,.hy-platform_car-Card .card-text,.hy-product-params .row .table-mobile.hy-product-params-table tr td,.hy-search_repair_store-store,.inquiry-list-card-wrapper .inquiry-list-card,.message-list-item article,.notification-center-left-menu,.p-20,.product-resource-menu,.product-resource .download-file-list__content,.trainning-course-row li>article,.user-info-modal .modal-content{padding:12px!important}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card,.download-file-list__content .download-file-card,.download-list-item,.FAQ-product-subtype,.FAQ-product-subtype_list li>a,.FAQ-search-result_list li,.hy-be-partner .hy-be-partner_inner .desc,.hy-product-features_list .feature-title,.hy-refitted-vehicles-product-platform .product-platform-list,.normalFAQ_list li>a,.partner-portal-value-item h4,.personal-center__detail .detail-content,.popularFAQ_list li>a,.product-list-aside form[name=product-list_filter],.pt-20,.relativeFAQ_list>h5,.relativeFAQ_list li a,.section-divide-item__title,.user-info-modal .modal-body{padding-top:20px!important}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card,.download-file-list__content .download-file-card,.download-list-item,.FAQ-product-subtype,.FAQ-product-subtype_list li>a,.FAQ-search-result_list li,.hy-be-partner .hy-be-partner_inner .desc,.hy-product-features_list .feature-title,.hy-refitted-vehicles-product-platform .product-platform-list,.normalFAQ_list li>a,.partner-portal-value-item h4,.personal-center__detail .detail-content,.popularFAQ_list li>a,.product-list-aside form[name=product-list_filter],.pt-20,.relativeFAQ_list>h5,.relativeFAQ_list li a,.section-divide-item__title,.user-info-modal .modal-body{padding-top:12px!important}}#cooperation-study-cases>div,#region_list_page>div>h3,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card,.detail-content-wrapper>h1,.download-file-list__content .download-file-card,.download-list-item,.FAQ-product-models .detail-path,.FAQ-product-models .subnav-path,.FAQ-product-subtype>h5,.FAQ-product-subtype_list>h5,.FAQ-product-subtype_list li>a,.faq-right-container>h5,.FAQ-search-result_list li,.hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.normalFAQ_list>h5,.normalFAQ_list li>a,.partner-portal-value-item h4,.pb-20,.pic-desc-item .pic-desc-content h3,.popularFAQ_list>h5,.popularFAQ_list li>a,.relativeFAQ_list>h5,.relativeFAQ_list li a,.section-divide-item__title,.user-info-modal .region-modal .modal-body,.user-info-modal .unbind-modal .modal-body,.vertical-center-layout-wrapper .container h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{padding-bottom:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-study-cases>div,#region_list_page>div>h3,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-card,.detail-content-wrapper>h1,.download-file-list__content .download-file-card,.download-list-item,.FAQ-product-models .detail-path,.FAQ-product-models .subnav-path,.FAQ-product-subtype>h5,.FAQ-product-subtype_list>h5,.FAQ-product-subtype_list li>a,.faq-right-container>h5,.FAQ-search-result_list li,.hy-breadcrumb .vertical-center-layout-wrapper h1 h2,.hy-detail-head-banner__content .vertical-center-layout-wrapper h1 h2,.navbar-nav .nav-item .vertical-center-layout-wrapper .navbar-submenu-content h2,.normalFAQ_list>h5,.normalFAQ_list li>a,.partner-portal-value-item h4,.pb-20,.pic-desc-item .pic-desc-content h3,.popularFAQ_list>h5,.popularFAQ_list li>a,.relativeFAQ_list>h5,.relativeFAQ_list li a,.section-divide-item__title,.user-info-modal .region-modal .modal-body,.user-info-modal .unbind-modal .modal-body,.vertical-center-layout-wrapper .container h2,.vertical-center-layout-wrapper .hy-breadcrumb h1 h2,.vertical-center-layout-wrapper .hy-detail-head-banner__content h1 h2,.vertical-center-layout-wrapper .navbar-nav .nav-item .navbar-submenu-content h2{padding-bottom:12px!important}}#hy-service_customized_case-service .service_card>*,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.FAQ-product-subtype,.FAQ-sidenav-menu,.g-20>*,.gx-20>*,.hy-breadcrumb #tech-support h1,.hy-detail-head-banner__content #tech-support h1,.hy-product-features_list .feature-desc,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.investor-relationship-content .list-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.pic-desc-item>*,.pl-20,.product-list-aside form[name=product-list_filter],.search-certification .certificate-table table tr td:first-child,.search-certification .certificate-table table tr th:first-child,.search-industry-partners .partners-table table tr td:first-child,.search-industry-partners .partners-table table tr th:first-child,.search-partners .partners-table table tr td:first-child,.search-partners .partners-table table tr th:first-child,.table-section .label{padding-left:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card>*,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.FAQ-product-subtype,.FAQ-sidenav-menu,.g-20>*,.gx-20>*,.hy-breadcrumb #tech-support h1,.hy-detail-head-banner__content #tech-support h1,.hy-product-features_list .feature-desc,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.investor-relationship-content .list-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.pic-desc-item>*,.pl-20,.product-list-aside form[name=product-list_filter],.search-certification .certificate-table table tr td:first-child,.search-certification .certificate-table table tr th:first-child,.search-industry-partners .partners-table table tr td:first-child,.search-industry-partners .partners-table table tr th:first-child,.search-partners .partners-table table tr td:first-child,.search-partners .partners-table table tr th:first-child,.table-section .label{padding-left:12px!important}}#hy-service_customized_case-service .service_card>*,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.download-item .download-item_content>div div,.FAQ-product-subtype,.FAQ-sidenav-menu,.g-20>*,.gx-20>*,.hy-breadcrumb #tech-support h1,.hy-detail-head-banner__content #tech-support h1,.hy-product-features_list .feature-desc,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.investor-relationship-content .list-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.news-card .news-time,.pic-desc-item>*,.pr-20,.product-list-aside form[name=product-list_filter],.table-section .label{padding-right:20px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card>*,#tech-support .container,#tech-support .hy-breadcrumb h1,#tech-support .hy-detail-head-banner__content h1,#tech-support .navbar-nav .nav-item .navbar-submenu-content,.download-item .download-item_content>div div,.FAQ-product-subtype,.FAQ-sidenav-menu,.g-20>*,.gx-20>*,.hy-breadcrumb #tech-support h1,.hy-detail-head-banner__content #tech-support h1,.hy-product-features_list .feature-desc,.inquiry-list-card-wrapper .product-desc .product-action .product-count,.investor-relationship-content .list-content,.navbar-nav .nav-item #tech-support .navbar-submenu-content,.news-card .news-time,.pic-desc-item>*,.pr-20,.product-list-aside form[name=product-list_filter],.table-section .label{padding-right:12px!important}}.m-12{margin:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-12{margin:8px!important}}.m--12{margin:-12px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--12{margin:-8px!important}}#hy-service_customized_case-service .service_card .text-content ul,.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .container p,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 p,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 p,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .row h3,.carousel-banner .banner-content__container .row p,.download-item .download-item_content>div,.FAQ-search-result_list p,.g-12>*,.gy-12>*,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-breadcrumb .carousel-banner .banner-content__container h1 p,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 p,.hy-platform_car-Card .card-text ul,.hy-product-accessories_list p,.hy-product-features_banner_right .product-detail-collect,.hy-search_repair_store-store .phone,.mt-12,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content p,.product-list_container ul.list .inner-user.search-result-item .product-actions.outer-user,.product-list_container ul.list .product.inner-user .product-actions.outer-user,.signup-content.wechat-signup .wechat-signup-tips,.solution-banner .text{margin-top:12px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card .text-content ul,.carousel-banner .banner-content__container .container h3,.carousel-banner .banner-content__container .container p,.carousel-banner .banner-content__container .hy-breadcrumb h1 h3,.carousel-banner .banner-content__container .hy-breadcrumb h1 p,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 h3,.carousel-banner .banner-content__container .hy-detail-head-banner__content h1 p,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content h3,.carousel-banner .banner-content__container .navbar-nav .nav-item .navbar-submenu-content p,.carousel-banner .banner-content__container .row h3,.carousel-banner .banner-content__container .row p,.download-item .download-item_content>div,.FAQ-search-result_list p,.g-12>*,.gy-12>*,.hy-breadcrumb .carousel-banner .banner-content__container h1 h3,.hy-breadcrumb .carousel-banner .banner-content__container h1 p,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 h3,.hy-detail-head-banner__content .carousel-banner .banner-content__container h1 p,.hy-platform_car-Card .card-text ul,.hy-product-accessories_list p,.hy-product-features_banner_right .product-detail-collect,.hy-search_repair_store-store .phone,.mt-12,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content h3,.navbar-nav .nav-item .carousel-banner .banner-content__container .navbar-submenu-content p,.product-list_container ul.list .inner-user.search-result-item .product-actions.outer-user,.product-list_container ul.list .product.inner-user .product-actions.outer-user,.signup-content.wechat-signup .wechat-signup-tips,.solution-banner .text{margin-top:8px!important}}.g-12,.gy-12,.mt--12{margin-top:-12px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-12,.gy-12,.mt--12{margin-top:-8px!important}}#hy-service_customized_case-service .service_card .text-content .project-tile,.company-management-basic-info .row>div div,.company-management-basic-info .row>div p:not(:last-child),.company-management-basic-info .row>p:not(:last-child),.company-management-list-tab-container .tab-content span,.hy-product-accessories_list p,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper h2,.mb-12,.product-list-aside .category,.product-list-aside .categorys,.product-list-aside form[name=product-list_filter] .color-primary,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-list-terminal_aside form[name=product-list_filter] .color-primary,.section-divide-item img{margin-bottom:12px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-service_customized_case-service .service_card .text-content .project-tile,.company-management-basic-info .row>div div,.company-management-basic-info .row>div p:not(:last-child),.company-management-basic-info .row>p:not(:last-child),.company-management-list-tab-container .tab-content span,.hy-product-accessories_list p,.hy-refitted-vehicles-product-platform .product-platform-list .item .desc-wrapper h2,.mb-12,.product-list-aside .category,.product-list-aside .categorys,.product-list-aside form[name=product-list_filter] .color-primary,.product-list-terminal_aside .category,.product-list-terminal_aside .categorys,.product-list-terminal_aside form[name=product-list_filter] .color-primary,.section-divide-item img{margin-bottom:8px!important}}.mb--12{margin-bottom:-12px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--12{margin-bottom:-8px!important}}.inquiry-list__footer .product-inquiry__footer-submit button+button,.ml-12,.modal-footer button+button,.submit-status__action a+a,.user-info-modal .modal-footer .btn-danger,.user-info-modal .modal-footer .btn-primary{margin-left:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.inquiry-list__footer .product-inquiry__footer-submit button+button,.ml-12,.modal-footer button+button,.submit-status__action a+a,.user-info-modal .modal-footer .btn-danger,.user-info-modal .modal-footer .btn-primary{margin-left:8px!important}}.g-12,.gx-12,.ml--12{margin-left:-12px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-12,.gx-12,.ml--12{margin-left:-8px!important}}#tech-support .container a,#tech-support .hy-breadcrumb h1 a,#tech-support .hy-detail-head-banner__content h1 a,#tech-support .navbar-nav .nav-item .navbar-submenu-content a,.accessory-list_container .mobile-pagination .page-item-next span,.accessory-list_container .mobile-pagination .page-item-prev i,.aside-actions .hybtn,.hy-breadcrumb #tech-support h1 a,.hy-breadcrumb .hy-breadcrumb-right_button a,.hy-detail-head-banner .hy-banner-footer a,.hy-detail-head-banner .hy-banner-footer button,.hy-detail-head-banner__content #tech-support h1 a,.hy-product-features_banner_right .action-group a,.hy-product-features_banner_right .action-group button,.mobile-pagination .page-item-next span,.mobile-pagination .page-item-prev i,.mr-12,.navbar-nav .nav-item #tech-support .navbar-submenu-content a,.personal-center__detail .detail-header-extra button,.personal-center__module .content-header-form .form-group,.vertical-center-layout-wrapper .action-btn .hybtn-ghost{margin-right:12px!important}@media only screen and (min-width:320px) and (max-width:700px){#tech-support .container a,#tech-support .hy-breadcrumb h1 a,#tech-support .hy-detail-head-banner__content h1 a,#tech-support .navbar-nav .nav-item .navbar-submenu-content a,.accessory-list_container .mobile-pagination .page-item-next span,.accessory-list_container .mobile-pagination .page-item-prev i,.aside-actions .hybtn,.hy-breadcrumb #tech-support h1 a,.hy-breadcrumb .hy-breadcrumb-right_button a,.hy-detail-head-banner .hy-banner-footer a,.hy-detail-head-banner .hy-banner-footer button,.hy-detail-head-banner__content #tech-support h1 a,.hy-product-features_banner_right .action-group a,.hy-product-features_banner_right .action-group button,.mobile-pagination .page-item-next span,.mobile-pagination .page-item-prev i,.mr-12,.navbar-nav .nav-item #tech-support .navbar-submenu-content a,.personal-center__detail .detail-header-extra button,.personal-center__module .content-header-form .form-group,.vertical-center-layout-wrapper .action-btn .hybtn-ghost{margin-right:8px!important}}.g-12,.gx-12,.mr--12{margin-right:-12px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-12,.gx-12,.mr--12{margin-right:-8px!important}}.FAQ-sidenav-menu .sub-menu-child-list a,.p-12,.signup-tip{padding:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-sidenav-menu .sub-menu-child-list a,.p-12,.signup-tip{padding:8px!important}}.FAQ-product-models .FAQ-product-models_list>li,.human-resource-jobs .jobs_content span,.hy-breadcrumb .inquiry-list__footer h1,.hy-breadcrumb .product-list-tool h1,.hy-detail-head-banner__content .inquiry-list__footer h1,.hy-detail-head-banner__content .product-list-tool h1,.hy-product-features_list .feature-desc,.inquiry-list__footer .container,.inquiry-list__footer .hy-breadcrumb h1,.inquiry-list__footer .hy-detail-head-banner__content h1,.inquiry-list__footer .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .inquiry-list__footer .navbar-submenu-content,.navbar-nav .nav-item .product-list-tool .navbar-submenu-content,.product-list-tool .container,.product-list-tool .hy-breadcrumb h1,.product-list-tool .hy-detail-head-banner__content h1,.product-list-tool .navbar-nav .nav-item .navbar-submenu-content,.pt-12,.table-section .label-row{padding-top:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-product-models .FAQ-product-models_list>li,.human-resource-jobs .jobs_content span,.hy-breadcrumb .inquiry-list__footer h1,.hy-breadcrumb .product-list-tool h1,.hy-detail-head-banner__content .inquiry-list__footer h1,.hy-detail-head-banner__content .product-list-tool h1,.hy-product-features_list .feature-desc,.inquiry-list__footer .container,.inquiry-list__footer .hy-breadcrumb h1,.inquiry-list__footer .hy-detail-head-banner__content h1,.inquiry-list__footer .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .inquiry-list__footer .navbar-submenu-content,.navbar-nav .nav-item .product-list-tool .navbar-submenu-content,.product-list-tool .container,.product-list-tool .hy-breadcrumb h1,.product-list-tool .hy-detail-head-banner__content h1,.product-list-tool .navbar-nav .nav-item .navbar-submenu-content,.pt-12,.table-section .label-row{padding-top:8px!important}}.FAQ-product-models .FAQ-product-models_list>li,.human-resource-jobs .jobs_content span,.hy-breadcrumb .inquiry-list__footer h1,.hy-breadcrumb .product-list-tool h1,.hy-detail-head-banner__content .inquiry-list__footer h1,.hy-detail-head-banner__content .product-list-tool h1,.inquiry-list__footer .container,.inquiry-list__footer .hy-breadcrumb h1,.inquiry-list__footer .hy-detail-head-banner__content h1,.inquiry-list__footer .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .inquiry-list__footer .navbar-submenu-content,.navbar-nav .nav-item .product-list-tool .navbar-submenu-content,.pb-12,.product-list-aside form[name=product-list_filter],.product-list-tool .container,.product-list-tool .hy-breadcrumb h1,.product-list-tool .hy-detail-head-banner__content h1,.product-list-tool .navbar-nav .nav-item .navbar-submenu-content,.table-section .label-row{padding-bottom:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.FAQ-product-models .FAQ-product-models_list>li,.human-resource-jobs .jobs_content span,.hy-breadcrumb .inquiry-list__footer h1,.hy-breadcrumb .product-list-tool h1,.hy-detail-head-banner__content .inquiry-list__footer h1,.hy-detail-head-banner__content .product-list-tool h1,.inquiry-list__footer .container,.inquiry-list__footer .hy-breadcrumb h1,.inquiry-list__footer .hy-detail-head-banner__content h1,.inquiry-list__footer .navbar-nav .nav-item .navbar-submenu-content,.navbar-nav .nav-item .inquiry-list__footer .navbar-submenu-content,.navbar-nav .nav-item .product-list-tool .navbar-submenu-content,.pb-12,.product-list-aside form[name=product-list_filter],.product-list-tool .container,.product-list-tool .hy-breadcrumb h1,.product-list-tool .hy-detail-head-banner__content h1,.product-list-tool .navbar-nav .nav-item .navbar-submenu-content,.table-section .label-row{padding-bottom:8px!important}}.accessory-list_container .hypagination .jump-input-form .jump-input,.g-12>*,.gx-12>*,.hypagination .jump-input-form .jump-input,.pl-12,.uploader ul{padding-left:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form .jump-input,.g-12>*,.gx-12>*,.hypagination .jump-input-form .jump-input,.pl-12,.uploader ul{padding-left:8px!important}}.accessory-list_container .hypagination .jump-input-form .jump-input,.g-12>*,.gx-12>*,.hypagination .jump-input-form .jump-input,.pr-12,.uploader-filelist li .desc{padding-right:12px!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form .jump-input,.g-12>*,.gx-12>*,.hypagination .jump-input-form .jump-input,.pr-12,.uploader-filelist li .desc{padding-right:8px!important}}.m-8{margin:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-8{margin:4px!important}}.m--8{margin:-8px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--8{margin:-4px!important}}#cooperation-trip .cooperation-trip-content .detail-content-wrapper>p,#cooperation-trip .cooperation-trip-content .time,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-content,.detail-resolve_status .participators,.download-file-list__content .download-file-info-content,.forget-password-group .btn-link,.g-8>*,.gy-8>*,.hy-breadcrumb .hy-breadcrumbs,.hy-tree-select .dropdown-menu,.inquiry-list-card-wrapper .product-desc .product-bref,.message-list-item p,.mt-8,.personal-center_side_nav .avatar p,.signup-content.signup-success>p,.signup-content .verifycode-tips{margin-top:8px!important}@media only screen and (min-width:320px) and (max-width:700px){#cooperation-trip .cooperation-trip-content .detail-content-wrapper>p,#cooperation-trip .cooperation-trip-content .time,.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-content,.detail-resolve_status .participators,.download-file-list__content .download-file-info-content,.forget-password-group .btn-link,.g-8>*,.gy-8>*,.hy-breadcrumb .hy-breadcrumbs,.hy-tree-select .dropdown-menu,.inquiry-list-card-wrapper .product-desc .product-bref,.message-list-item p,.mt-8,.personal-center_side_nav .avatar p,.signup-content.signup-success>p,.signup-content .verifycode-tips{margin-top:4px!important}}.g-8,.gy-8,.mt--8{margin-top:-8px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-8,.gy-8,.mt--8{margin-top:-4px!important}}#hy-contact_btn .contact-us h2,#hy-contact_btn .content,.contact-us #hy-contact_btn h2,.hy-contact-us-list_item .contact-detail,.mb-8,.navbar-nav .nav-item .navbar-submenu-img .icon,.search-result-item h5,.search-result-item p,.submit-status h3{margin-bottom:8px!important}@media only screen and (min-width:320px) and (max-width:700px){#hy-contact_btn .contact-us h2,#hy-contact_btn .content,.contact-us #hy-contact_btn h2,.hy-contact-us-list_item .contact-detail,.mb-8,.navbar-nav .nav-item .navbar-submenu-img .icon,.search-result-item h5,.search-result-item p,.submit-status h3{margin-bottom:4px!important}}.mb--8{margin-bottom:-8px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--8{margin-bottom:-4px!important}}.accessory-list_container .hypagination .jump-input-form .jump-input,.hypagination .jump-input-form .jump-input,.inquiry-list__footer .select-all,.ml-8,.news-card .news-time>div i+div{margin-left:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form .jump-input,.hypagination .jump-input-form .jump-input,.inquiry-list__footer .select-all,.ml-8,.news-card .news-time>div i+div{margin-left:4px!important}}.g-8,.gx-8,.ml--8{margin-left:-8px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-8,.gx-8,.ml--8{margin-left:-4px!important}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item i,.download-detail-statistics .statistics-item i,.download-file-list__content .download-file-info-item i,.download-item .download-item_content>div div i,.hy-download_little-card .info-content i,.mr-8{margin-right:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item i,.download-detail-statistics .statistics-item i,.download-file-list__content .download-file-info-item i,.download-item .download-item_content>div div i,.hy-download_little-card .info-content i,.mr-8{margin-right:4px!important}}.g-8,.gx-8,.mr--8{margin-right:-8px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-8,.gx-8,.mr--8{margin-right:-4px!important}}.p-8{padding:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-8{padding:4px!important}}.pt-8,.search-certification .certificate-table thead tr,.search-industry-partners .partners-table thead tr,.search-partners .partners-table thead tr{padding-top:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.pt-8,.search-certification .certificate-table thead tr,.search-industry-partners .partners-table thead tr,.search-partners .partners-table thead tr{padding-top:4px!important}}.pb-8{padding-bottom:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.pb-8{padding-bottom:4px!important}}.g-8>*,.gx-8>*,.pl-8{padding-left:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-8>*,.gx-8>*,.pl-8{padding-left:4px!important}}.g-8>*,.gx-8>*,.pr-8,.uploader-status .progress{padding-right:8px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-8>*,.gx-8>*,.pr-8,.uploader-status .progress{padding-right:4px!important}}.m-4{margin:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.m-4{margin:2px!important}}.m--4{margin:-4px!important}@media only screen and (min-width:320px) and (max-width:700px){.m--4{margin:-2px!important}}.g-4>*,.gy-4>*,.mt-4{margin-top:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4>*,.gy-4>*,.mt-4{margin-top:2px!important}}.g-4,.gy-4,.mt--4{margin-top:-4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4,.gy-4,.mt--4{margin-top:-2px!important}}.mb-4,.pulse-wrapper .pulse-wrapper_content .pulse-content>h5{margin-bottom:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb-4,.pulse-wrapper .pulse-wrapper_content .pulse-content>h5{margin-bottom:2px!important}}.mb--4{margin-bottom:-4px!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--4{margin-bottom:-2px!important}}.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item span+span,.download-file-list__content .download-file-info-item span+span,.ml-4{margin-left:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.declaration-document .declaration-right-content_filelist .declaration-filelist_con .download-file-info-item span+span,.download-file-list__content .download-file-info-item span+span,.ml-4{margin-left:2px!important}}.g-4,.gx-4,.ml--4{margin-left:-4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4,.gx-4,.ml--4{margin-left:-2px!important}}.mr-4{margin-right:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-4{margin-right:2px!important}}.g-4,.gx-4,.mr--4{margin-right:-4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4,.gx-4,.mr--4{margin-right:-2px!important}}.p-4{padding:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.p-4{padding:2px!important}}.pt-4{padding-top:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.pt-4{padding-top:2px!important}}.hy-product-news_item,.pb-4{padding-bottom:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.hy-product-news_item,.pb-4{padding-bottom:2px!important}}.g-4>*,.gx-4>*,.pl-4{padding-left:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4>*,.gx-4>*,.pl-4{padding-left:2px!important}}.g-4>*,.gx-4>*,.pr-4{padding-right:4px!important}@media only screen and (min-width:320px) and (max-width:700px){.g-4>*,.gx-4>*,.pr-4{padding-right:2px!important}}.company-management-list-tab,.m-0{margin:0!important}@media only screen and (min-width:320px) and (max-width:700px){.company-management-list-tab,.m-0{margin:0!important}}.m--0{margin:0!important}@media only screen and (min-width:320px) and (max-width:700px){.m--0{margin:0!important}}.contact-us .human-resource-idea h2 p,.download-center-toolbar,.g-0>*,.gy-0>*,.human-resource-idea .contact-us h2 p,.human-resource-idea .content p,.mt-0,.personal-center__detail .form-title:first-child,.product-system-item:first-child{margin-top:0!important}@media only screen and (min-width:320px) and (max-width:700px){.contact-us .human-resource-idea h2 p,.download-center-toolbar,.g-0>*,.gy-0>*,.human-resource-idea .contact-us h2 p,.human-resource-idea .content p,.mt-0,.personal-center__detail .form-title:first-child,.product-system-item:first-child{margin-top:0!important}}.g-0,.gy-0,.mt--0{margin-top:0!important}@media only screen and (min-width:320px) and (max-width:700px){.g-0,.gy-0,.mt--0{margin-top:0!important}}.accessory-list_container .hypagination .jump-input-form,.hypagination .jump-input-form,.mb-0,.personal-center__detail .form-desc,.table-section:last-child{margin-bottom:0!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form,.hypagination .jump-input-form,.mb-0,.personal-center__detail .form-desc,.table-section:last-child{margin-bottom:0!important}}.mb--0{margin-bottom:0!important}@media only screen and (min-width:320px) and (max-width:700px){.mb--0{margin-bottom:0!important}}.ml-0{margin-left:0!important}@media only screen and (min-width:320px) and (max-width:700px){.ml-0{margin-left:0!important}}.g-0,.gx-0,.ml--0,.pic-desc-list .pic-desc-list-item,.video-desc-list-item{margin-left:0!important}@media only screen and (min-width:320px) and (max-width:700px){.g-0,.gx-0,.ml--0,.pic-desc-list .pic-desc-list-item,.video-desc-list-item{margin-left:0!important}}.mr-0,.navbar-user-avatar button{margin-right:0!important}@media only screen and (min-width:320px) and (max-width:700px){.mr-0,.navbar-user-avatar button{margin-right:0!important}}.g-0,.gx-0,.mr--0,.pic-desc-list .pic-desc-list-item,.video-desc-list-item{margin-right:0!important}@media only screen and (min-width:320px) and (max-width:700px){.g-0,.gx-0,.mr--0,.pic-desc-list .pic-desc-list-item,.video-desc-list-item{margin-right:0!important}}.navbar-user-avatar button,.p-0{padding:0!important}@media only screen and (min-width:320px) and (max-width:700px){.navbar-user-avatar button,.p-0{padding:0!important}}.accessory-list_container .hypagination .jump-input-form .jump-input,.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs>h1,.hypagination .jump-input-form .jump-input,.pt-0{padding-top:0!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form .jump-input,.hy-detail-head-banner .hy-detail-head-banner__content .banner-breadcrumbs>h1,.hypagination .jump-input-form .jump-input,.pt-0{padding-top:0!important}}.accessory-list_container .hypagination .jump-input-form .jump-input,.hypagination .jump-input-form .jump-input,.investor-msg-content,.pb-0{padding-bottom:0!important}@media only screen and (min-width:320px) and (max-width:700px){.accessory-list_container .hypagination .jump-input-form .jump-input,.hypagination .jump-input-form .jump-input,.investor-msg-content,.pb-0{padding-bottom:0!important}}.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pl-0,.video-desc-list-item>*{padding-left:0!important}@media only screen and (min-width:320px) and (max-width:700px){.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pl-0,.video-desc-list-item>*{padding-left:0!important}}.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pr-0,.video-desc-list-item>*{padding-right:0!important}@media only screen and (min-width:320px) and (max-width:700px){.g-0>*,.gx-0>*,.pic-desc-list .pic-desc-list-item>*,.pr-0,.video-desc-list-item>*{padding-right:0!important}}#cooperation-application-scene .carousel-item>p,.accessory-list_container .hypagination .jump-input-form .jump-input,.aside-actions,.bg-white,.company-management-info-box,.download-center .download-file-list__content,.download-detail-compression,.download-detail-pdf,.download-detail-toolbar,.FAQ-product-subtype,.faq-right-container,.faq-right-container .no-result,.hy-product-videos .hy-product-videos-carousel__list .carousel-caption,.hy-refitted-vehicles-product-platform .product-platform-list .item .img-wrapper,.hy-search_repair_store-store,.hy_globalSearch_module_search-phone .hy-navbar-search-content,.hypagination .jump-input-form .jump-input,.industry-solution,.inquiry-list-card-wrapper .inquiry-list-card,.message-list-item article,.notification-center-left-menu,.personal-center__detail,.personal-center__module,.product-list-terminal_aside form[name=product-list_filter],.product-list_container,.product-resource .download-file-list__content,.product-title,.repair-inquiry-card,.search-certification .certificate-card-wrapper .certificate-card,.search-industry-partners .partners-card-wrapper .partners-card,.search-partners .partners-card-wrapper .partners-card{background-color:#fff}.bt-radius{width:200px;height:40px;font-size:16px;line-height:40px;border-radius:20px}.contact-department-list,.hy-bg-white,.hy-contact-us-list_item,.hy-global_search-search .search-content-bg,.hy-pic-title-row-card .card-bg{background-color:#fff}.hy-bg-dark,.hy-module-platform .hy-module-brief,.hy-module-topology .hy-module-content,.hy-overview-history .hy-timeline-viewport .hy-timeline-items .last-pad,.hy-refitted-vehicles-product-platform-desc,.overview-section-history,.product-system-item .product-black-card,.section-black-icon-item.row .col>div{background-color:#1a1a1a}.hy-bg-light{background-color:#242424}.bg-transparent{background-color:transparent}#hy_productLine_testimony,.bg-grey,.contact-us,.hy-product-accessories_list-item .hy-image,.hy-product-params .row .table-mobile,.hy_globalSearch,.relativeFAQ_list{background-color:#f8f8fa}.hy-bg-gray-fc{background-color:#fcfdff}.bg-section-gray{background-color:#f2f3f5}.bg-orange{background-color:#ff8c19}.bg-gray,.contact-us .human-resource-idea h2,.human-resource-idea .contact-us h2,.human-resource-idea .content,.hy-gray_title-card>h5,.hy-product-features_banner_right,.investor-relationship-body,.trainning-course-row li>article{background-color:#f2f3f5}.bg-black{color:#fff;background-color:#1a1a1a}.bg-blue{background:#08273a}.bg-light-dark{background-color:#292929}.bg-light-orange{background-color:#f3e8dc}.bg-green{background-color:#96b41e}.bg-border-color{background-color:#ebebeb}.bg-position-center{background-position:50%}.bg-with-quotations{position:relative}.bg-with-quotations:before{width:62px;height:56px;background-repeat:no-repeat;background-size:contain;display:block;content:"";background-image:url(https://www.hytera.com/iwov-resources/hytera/14_icon/quote-left.png)}@media only screen and (min-width:320px) and (max-width:700px){.bg-with-quotations:before{width:35px;height:32px}}.body-bg-gray{background:#f2f3f5}#cooperation-direction,.bg-gray-f5f6f7,.hy-module-platform,.hy-pic-title-row-card .card-pic,.submit-status__more-help,.table-section .label-row:nth-child(odd){background-color:#f5f6f7}.bg-gray-f58618{background-color:rgba(245,134,24,.1)}.bg-dark-24,.hy-product-features_banner_right.dark-bg,.hy_globalSearch_module_search-phone .phone-search{background-color:#242424}.bg-img-dark-blue{background-image:url(https://www.hytera.com/iwov-resources/public/images/common-content-bg.jpg)}.iw_row .iw_columns{padding-right:0;padding-left:0}#pageTips{display:none!important}b,strong{font-weight:700}.basic-image{width:100%}