.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: transparent;user-select: none;box-shadow: none;transition: all .4s ease;}
.Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;display: none;}
.Header-logo{float: left;width: 162px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 100%;position: absolute;transition: opacity .4s ease;}
.Header-logo img.s{opacity: 1;}
.Header-logo img.h{opacity: 0;}
.Header-search{float: right;}
.Header-search-click{width: 40px;height: 80px;color: #fff;font-size: 17px;cursor: pointer;z-index: 999;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::after{content: "\e649";font-family: "icon";font-weight: 700;}
.Header-search-click.active::after{content: "\e64e";}
.Header-search-item{display: none;position: absolute;width: 100%;height: 80px;line-height: 80px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 54px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 15px;color: #333;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;font-size: 17px;color: #333;background: transparent;cursor: pointer;margin-right: 0;}
.Header-search-item button::after{content: "\e649";font-family: "icon";}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{float: left;margin-left: 120px;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin-left: 64px;position: relative;z-index: 9;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 80px;display: flex;align-items: center;font-size: 15px;color: #fff;transition: color .4s ease;}
.Header-menu::before{content: "";opacity: 0;width: 16px;height: 6px;background: url('../image/drop.png') no-repeat center;position: absolute;left: 50%;margin-left: -8px;bottom: 18px;transition: all .4s ease;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-navbar li:hover .Header-menu{color: #f05a1e;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #fff;top: 80px;padding: 12px 0;left: 50%;width: 160px;margin-left: -80px;box-shadow: 0 4px 4px 1px rgba(0,0,0,0.05);}
.Header-drop a{display: flex;width: 100%;height: 42px;font-size: 15px;color: #333;align-items: center;justify-content: center;transition: all .4s ease;}
.Header-drop a:hover{background: #f05a1e;color: #fff;}
.Header-drop a.active{color: #f05a1e;}
.Header-drop a.active:hover{color: #fff;}
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #333;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

.bodyScroll .Header-wrapper, .bodyMouse .Header-wrapper, .bodySearch .Header-wrapper, .noLucency .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.bodyScroll .Header-menu, .bodyMouse .Header-menu, .bodySearch .Header-menu, .noLucency .Header-menu{color: #333;}
.bodyScroll .Header-logo img.s, .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s, .noLucency .Header-logo img.s{opacity: 0;}
.bodyScroll .Header-logo img.h, .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h, .noLucency .Header-logo img.h{opacity: 1;}
.bodyScroll .Header-search-click, .bodyMouse .Header-search-click, .bodySearch .Header-search-click, .noLucency .Header-search-click{color: #333;}
.bodyScroll .Header-menu::before, .bodyMouse .Header-menu::before, .bodySearch .Header-menu::before, .noLucency .Header-menu::before{background-image: url('../image/dropH.png');}
.bodyScroll .Header-navbar li.active .Header-menu, .bodyMouse .Header-navbar li.active .Header-menu, .bodySearch .Header-navbar li.active .Header-menu, .noLucency .Header-navbar li.active .Header-menu{color: #f05a1e;}
.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}

.noLucency .Container-wrapper{margin-top: 80px;}

.Footer-wrapper{width: 100%;background: #fff;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 84px 0 70px;}
.Footer-logo{width: 152px;}
.Footer-logo img{max-width: 100%;}
.Footer-code{width: 128px;}
.Footer-code .image{width: 128px;border: 1px solid #f2f2f2;display: flex;align-items: center;justify-content: center;}
.Footer-navbar{width: auto;flex: 1;user-select: none;padding: 0 60px 0 70px;}
.Footer-navbar ul{justify-content: space-between;}
.Footer-navbar li{width: auto;max-width: 230px;}
.Footer-menu{font-size: 15px;color: #444;font-weight: 700;display: block;}
.Footer-arrow{display: none;}
.Footer-drop, .Footer-contact{width: 100%;}
.Footer-drop, .Footer-contact, .Footer-code .image{margin-top: 36px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a, .Footer-contact a{display: block;font-size: 14px;color: #666;line-height: 30px;transition: all .4s ease;}
.Footer-drop a:hover, .Footer-contact a:hover{color: #f05a1e;}
.Footer-friend{width: 100%;display: flex;align-items: flex-start;padding: 18px 0;border-top: 1px solid #f3f3f3;}
.Footer-friend-hint, .Footer-friend-link a {color: #888888;line-height: 22px;font-size: 13px;}
.Footer-friend-hint{margin-right: 5px;}
.Footer-friend-link{flex: 1;}
.Footer-friend-link a{transition: all .4s ease;margin-right: 40px;}
.Footer-friend-link a:last-of-type{margin-right: 0;}
.Footer-friend-link a:hover{color: #f05a1e;}
.Footer-copyright{width: 100%;border-top: 1px solid #f3f3f3;padding: 30px 0;}
.Footer-copyright .contain{justify-content: center;align-items: center;font-size: 13px;color: #9a9a9a;line-height: 1.1;}
.Footer-copyright .contain *{line-height: inherit;}
.Footer-copyright .contain a{transition: all .4s ease;}
.Footer-copyright .contain a:hover{color: #f05a1e;}
.Footer-copyright .contain p:not(:first-of-type){margin-left: 12px;}

.backTop{display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;line-height: 44px;font-size: 23px;color: #fff;text-align: center;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999;background: #f05a1e;}
.backTop::after{content: "\e684";font-family: "icon";}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}

.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.8);top: 0;left: 0;}
.popVideo-items{position: relative;opacity: 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: auto;max-width: 90%;max-height: 90vh;outline: none;box-shadow: 0 20px 40px rgba(0,0,0,0.5);margin: 0 auto;}
.popVideo-video iframe{width: 1000px;height: 500px;margin: 0 auto;}
.popVideo-close{width: 44px;height: 44px;right: 24px;top: 24px;line-height: 44px;border-radius: 50%;text-align: center;position: absolute;z-index: 3;background: #fff;font-size: 18px;color: #000;cursor: pointer;transition: all .4s ease;}
.popVideo-close:hover{background: #f05a1e;color: #fff;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;}100%{opacity: 1;}}
@media all and (max-width:1599px) {.popVideo-close{width: 36px;height: 36px;right: 18px;top: 18px;line-height: 36px;font-size: 16px;}}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;}.popVideo-video video{max-width: 100%;}.popVideo-close{width: 30px;height: 30px;right: 10px;top: 10px;line-height: 30px;font-size: 14px;}.popVideo-video iframe{width: 100%;height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

.freeTry{width: 100%;background: url('../image/freeTry.jpg') no-repeat center/cover;}
.freeTry-head{width: 100%;}
.freeTry-head .title{line-height: 1.1;}
.freeTry-head .text{width: 100%;}
.freeTry-head .text span:not(:first-of-type){margin-left: 10px;}
.freeTry-btn{width: 100%;justify-content: center;}
.freeTry-btn a{width: 120px;height: 40px;border-radius: 3px;border: 1px solid #fff;transition: all .4s ease;color: #fff;line-height: 1;}
.freeTry-btn a:not(:first-of-type){margin-left: 10px;}
.freeTry-btn a.try{background: #fff;color: #f05a1e;}
.freeTry-btn a:hover{background: #fff;color: #f05a1e;box-shadow: 0 0 16px 0 rgba(255, 255, 255, .4);}

.Container-wrapper{width: 100%;}
.contain{width: 1280px;margin: 0 auto;}
.section{width: 100%;position: relative;overflow: hidden;}


.backright{position: fixed;right: 2px;top: 50%;transform: translateY(-50%); z-index: 99999;}
.backright ul li{width: 50px;height: 50px;margin-bottom: 4px;position: relative;}
.backright ul li:last-child{margin-bottom: 0px;}
.backright ul li a{display: flex;align-items: center;justify-content: center;background-color: #fff;box-shadow: 0px 3px 12px 0px rgba(108, 89, 189, 0.23);border-radius: 5px;width: 100%;height: 100%;}
.backright ul li a>img:nth-child(1){opacity: 1;position: absolute;}
.backright ul li a>img:nth-child(2){opacity: 0;}
.backright ul li a:hover{background-color: #e0351b;}
.backright ul li a:hover>img:nth-child(1){opacity: 0;}
.backright ul li a:hover>img:nth-child(2){opacity: 1;}
.backright .hide .cont{position: absolute;left: -110px;z-index: 999;top: 0px;background-color: #e0351b;border-radius: 5px;opacity: 0;visibility: hidden;}
.backright .hide .cont>div{color: #fff;}
.backright .hide .cont img{width: 100%;height: 100%;}
.backright .hide.active .cont{opacity: 1;visibility: visible;}
.backright .hide:nth-child(1) .cont{width: 100px;height: 100px;display: flex;justify-content: center;align-items: center;}
.backright .hide:nth-child(2) .cont{width: 140px;height: 50px;display: flex;justify-content: center;align-items: center;left: -130px;}
.backright .hide:nth-child(3) .cont,.backright .hide:nth-child(4) .cont{width: 100px;height: 50px;display: flex;justify-content: center;align-items: center;left: -105px;}

.backright{animation: backRight .8s both;}
@keyframes backRight {0%{transform: translate(60px,-50%);opacity: 0;}100%{transform: translate(0px,-50%);opacity: 1;}}



@media all and (max-width:1700px) {
    
}
@media all and (max-width:1599px) {
    
    .contain{width: 1160px;}
    .Header-navbar {margin-left: 100px;}
    .Footer-items {padding: 70px 0 60px;}
    .Footer-drop, .Footer-contact, .Footer-code .image {margin-top: 28px;}
}
@media all and (max-width:1439px) {
    
}
@media all and (max-width:1359px) {
    
}
@media all and (max-width:1279px) {
    
    .contain{width: 960px;}
    .Header-navbar {margin-left: 70px;}
    .Header-navbar li {margin-left: 50px;}
    @keyframes HeaderSearch{0%{width: 0;}100%{width: 420px;}}
    .Footer-items {padding: 60px 0 50px;}
    .Footer-navbar {padding: 0 40px 0 50px;}
    .Footer-drop, .Footer-contact, .Footer-code .image {margin-top: 24px;}
}
@media all and (max-width:1151px) {
    
}

@media all and (max-width:1000px) {
    
    .backright{bottom: 0px;top: auto;right: 0px;width: 100%;display: none;}
    .backright ul{display: flex;}
    .backright ul li {width: calc(25%);height: 100px;margin-bottom: 0px;border-right: 1px solid #777;}
    .backright ul li:last-child{border-right: 0px solid;}
    .backright ul li a {box-shadow: none;border-radius: 0px;width: 100%;height: 100%;background-color: rgba(255, 255, 255, .5);}

    .Header-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header-menu{color: #333;}
    .Header-wrapper::after{display: block;}
    .Header-logo img.s{opacity: 0;}
    .Header-logo img.h{opacity: 1;}
    .Header-search-click{color: #333;margin-right: 12px;}
    .bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .noLucency .Container-wrapper{margin-top: 60px;}
    .contain-1600, .contain-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{width: 100%;}
    .Header-logo, .Header-search-click{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-left: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-menu::before{display: none;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;font-size: 16px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e61f";font-family: "icon";}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #333 !important;}
    .Header-navbar li.active .Header-menu{color: #f05a1e !important;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;background: #f7f7f7;box-shadow: none;}
    .Header-drop a {height: 34px;justify-content: flex-start;padding: 0 4%;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #f05a1e;z-index: 2;color: #fff;}
    .Footer-wrapper .contain {width: 100%;}
    .Footer-items{padding: 36px 0 28px;}
    .Footer-logo{width: 180px;text-align: center;padding-left: 4%;}
    .Footer-navbar{width: 100%;flex: none;padding: 0;margin-top: 16px;}
    .Footer-navbar ul{justify-content: flex-start;}
    .Footer-navbar li{width: 100% !important;max-width: none;position: relative;}
    .Footer-menu {height: 36px;line-height: 36px;padding: 0 4%;position: relative;}
    .Footer-arrow{display: block;width: 44px;height: 36px;line-height: 36px;font-size: 16px;font-style: normal;color: #333;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Footer-arrow::after{content: "\e61f";font-family: "icon";}
    .Footer-arrow.active{transform: rotate(180deg);}
    .Footer-drop a{padding: 6px 4%;line-height: 1.1;}
    .Footer-contact a{padding: 2px 4%;line-height: 1.3;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-friend{display: none;}
    .Footer-contact{margin-top: 0;}
    .Footer-code{width: 100%;margin-top: 8px;}
    .Footer-code .Footer-menu{text-align: center;}
    .Footer-code .image{margin: 4px auto 0;}
    .Footer-copyright{padding: 20px 4%;text-align: center;}
    .Footer-copyright .contain {line-height: 1.4;display: block;}
    .Footer-copyright .contain *{display: inline;}
    .Footer-copyright .contain p:not(:first-of-type) {margin-left: 8px;}
}
@media all and (max-width:640px) {
    
    .freeTry-head .text{margin-top: 6px;}
    .freeTry-btn{margin-top: 12px;}
    .freeTry-btn a {width: 108px;height: 36px;}
}