/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ly_home_wrap {
  width: 100%;
  height: 100%;
}
.ly_home_screen {
  position: relative;
  width: 100%;
  height: 100%;
}
.ly_screen_media {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 0);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.ly_screen_case {
  position: relative;
  z-index: 3;
  padding-top: 185px;
  color: #fff;
}
.ly_screen_box {
  font-family: "Ubuntu-Light";
}
.ly_screen_tit {
  line-height: 80px;
  font-size: 110px;
  font-weight: 300;
  text-indent: -7px;
  color: #fff;
  font-family: inherit;
}
.ly_screen_txt {
  margin-top: 27px;
  line-height: 23px;
  opacity: 0.8;
  font-size: 23px;
  font-family: inherit;
}
.ly_screen_play {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: url("/img/p-no-view.png?_t=1564737422705") no-repeat left top;
}
.ly_home_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin: 66px auto 50px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_home_area.anticolor {
  color: rgba(255, 255, 255, 0.85);
}
.ly_home_area.anticolor .ly_root_tit {
  color: rgba(255, 255, 255, 0.85);
}
.ly_root_tit {
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
}
.ly_sub_txt {
  max-width: 514px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
}
.ly_prd_case {
  height: 163px;
  box-shadow: 8px 8px 55px 6px rgba(49, 99, 175, 0.22);
  background: #E4E9F3;
}
.ly_prd_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.ly_prd_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
  width: 20%;
  height: 81px;
  border: none;
  border-right: 1px solid #E4E9F3;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  cursor: pointer;
}
.ly_prd_item:after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #182267;
  transition: width 0.3s linear, height 0.3s linear;
  z-index: 1;
}
.ly_prd_item:last-child,
.ly_prd_item:nth-of-type(5) {
  border-right: 1px solid #fff;
}
.ly_prd_item:last-child {
  width: 40%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_prd_item:hover {
  box-shadow: inset 0 0 15px 0 rgba(49, 99, 175, 0.12);
}
.ly_prd_item.ly_prd_disabled {
  cursor: default;
}
.ly_prd_item.ly_prd_disabled:hover {
  box-shadow: none;
}
.ly_prd_item.cur {
  color: #fff;
}
.ly_prd_item.cur:after {
  width: 650px;
  height: 650px;
}
.ly_prd_item.cur .ly_prd_icon:before {
  transform: scale(1) translateX(0px) translateY(0px);
  opacity: 1;
}
.ly_prd_item.cur .ly_prd_icon:after {
  transform: scale(1.4) translateX(20px) translateY(-10px);
  opacity: 0;
}
.ly_prd_item.cur .ly_prd_pax:before {
  background-image: url("/img/logo_PAXSTORE_white.png");
}
.ly_prd_item.cur .ly_prd_go:before {
  background-image: url("/img/logo_GoInsight_white.png");
}
.ly_prd_item.cur .ly_prd_air:before {
  background-image: url("/img/logo_AirViewer_white.png");
}
.ly_prd_item.cur .ly_prd_cld:before {
  background-image: url("/img/logo_CloudMessage_white.png");
}
.ly_prd_item.cur .ly_prd_scan:before {
  background-image: url("/img/logo_AppScan_white_new.png");
}
.ly_prd_item.cur .ly_prd_stackly:before {
  background-image: url("/img/logo_Stackly_white_new.png");
}
.ly_prd_item.cur .ly_prd_smart:before {
  background-image: url("/img/logo_SmartLanding_white.png");
}
.ly_prd_icon {
  position: relative;
  z-index: 2;
  margin-right: 14px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px auto;
  pointer-events: none;
}
.ly_prd_icon:before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1.4) translateX(20px) translateY(-10px);
  transition: transform 0.5s, opacity 0.5s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px auto;
}
.ly_prd_icon:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transform: scale(1) translateX(0) translateY(0);
  transition: transform 0.5s, opacity 0.5s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px auto;
}
.ly_prd_pax,
.ly_prd_pax:after {
  background-image: url("/img/logo_PAXSTORE_color.png");
}
.ly_prd_go,
.ly_prd_go:after {
  background-image: url("/img/logo_GoInsight_color.png");
}
.ly_prd_air,
.ly_prd_air:after {
  background-image: url("/img/logo_AirViewer_color.png");
}
.ly_prd_cld,
.ly_prd_cld:after {
  background-image: url("/img/logo_CloudMessage_color.png");
}
.ly_prd_scan,
.ly_prd_scan:after {
  background-image: url("/img/logo_AppScan_color.png");
}
.ly_prd_stackly,
.ly_prd_stackly:after {
  background-image: url("/img/logo_Stackly_color.png");
}
.ly_prd_smart,
.ly_prd_smart:after {
  background-image: url("/img/logo_SmartLanding_color.png");
}
.ly_prd_label {
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  pointer-events: none;
}
.ly_home_section {
  height: 1080px;
  background: #F7F8FA;
}
.ly_home_box {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 227px;
  padding-top: 1px;
  background: #fff;
}
.ly_home_field {
  position: relative;
  height: 853px;
}
.ly_home_case {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  padding-top: 148px;
  opacity: 0;
  transform: translateX(200px);
  transition: all 200ms;
}
.ly_home_case.cur {
  opacity: 1;
  transform: translateX(0);
}
.ly_prd_main {
  position: relative;
  z-index: 4;
  flex: 1;
  padding-top: 44px;
  overflow: hidden;
}
.ly_prd_media {
  position: relative;
  z-index: 3;
  max-width: 800px;
  flex-shrink: 0;
}
.ly_prd_tit {
  font-size: 48px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 48px;
}
.ly_prd_hr {
  display: inline-block;
  width: 67px;
  height: 2px;
  margin: 32px 0 38px;
  background: #FF6901;
  border: none;
}
.ly_prd_con {
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_con_list {
  margin: 62px 0 30px;
  font-size: 16px;
}
.ly_con_item {
  display: flex;
  align-items: center;
}
.ly_con_item + .ly_con_item {
  margin-top: 26px;
}
.ly_item_icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  background: url("/img/p-bg-icon.png") no-repeat left -5px;
}
.ly_brand {
  background-position: -30px -5px;
}
.ly_multi {
  background-position: -60px -5px;
}
.ly_api {
  background-position: -90px -5px;
}
.ly_seam {
  background-position: -150px -5px;
}
.ly_real {
  background-position: -180px -5px;
}
.ly_cost {
  background-position: -210px -5px;
}
.ly_secure {
  background-position: -120px -5px;
}
.ly_data {
  background-position: -240px -5px;
}
.ly_assurance {
  background-position: -420px -5px;
}
.ly_integration {
  background-position: -450px -5px;
}
.ly_process {
  background-position: -480px -5px;
}
.ly_broad {
  background-position: -510px -5px;
}
.ly_fast {
  background-position: -540px -5px;
}
.ly_accurate {
  background-position: -570px -5px;
}
.ly_efficient {
  background-position: -600px -5px;
}
.ly_analysis {
  background-position: -630px -5px;
}
.ly_low {
  background-position: -660px -5px;
}
.ly_handling {
  background-position: -690px -5px;
}
.ly_message {
  background-position: -270px -5px;
}
.ly_convenient {
  background-position: -300px -5px;
}
.ly_target {
  background-position: -330px -5px;
}
.ly_channel {
  background-position: -360px -5px;
}
.ly_support {
  background-position: -390px -5px;
}
.ly_monitor {
  background-position: -720px -5px;
}
.ly_business {
  background-position: -750px -5px;
}
.ly_build {
  background-position: -780px -5px;
}
.ly_reduction {
  background-position: -810px -5px;
}
.ly_unified {
  background-position: -840px -5px;
}
.ly_security {
  background-position: -870px -5px;
}
.ly_high {
  background-position: -900px -5px;
}
.ly_stand {
  background-position: -930px -5px;
}
.ly_item_label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_con_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #FF6901;
  box-shadow: 0 0px 8px 0 #ff6901;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s;
  transform: translate(8px, -8px);
  border: none;
}
.ly_con_btn:hover {
  text-decoration: none;
  transform: translate(8px, -10px);
  opacity: 0.8;
  box-shadow: 0 0px 8px #ff6901;
  color: #fff;
}
.ly_media_video {
  position: relative;
  width: 100%;
  opacity: 0.99;
}
.ly_media_primary {
  left: 25px;
}
.ly_business_head {
  height: 280px;
  padding-top: 1px;
  background: #fff;
}
.ly_business_case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.ly_business_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 100%;
  background: #F0F1F6;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  transition: 0.3s;
  border: none;
}
.ly_business_item:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -150px;
  bottom: -150px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.3s linear, height 0.3s linear;
}
.ly_business_item:hover {
  box-shadow: inset 0 0 15px 0 rgba(49, 99, 175, 0.12);
}
.ly_business_item.cur {
  color: #fff;
}
.ly_business_item.cur:after {
  width: 650px;
  height: 650px;
  background: #FF6901;
}
.ly_business_label {
  position: relative;
  z-index: 2;
}
.ly_business_filed {
  position: relative;
  height: 800px;
}
.ly_business_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}
.ly_business_box.cur {
  opacity: 1;
}
.ly_business_slide {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 48px;
  color: #FF6901;
}
.ly_prev,
.ly_next {
  width: 48px;
  height: 48px;
  background-color: rgba(229, 229, 229, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}
.ly_prev:hover,
.ly_next:hover,
.ly_prev:focus,
.ly_next:focus {
  background-color: #e5e5e5;
}
.ly_prev:disabled,
.ly_next:disabled {
  cursor: default;
}
.ly_prev:disabled:hover,
.ly_next:disabled:hover,
.ly_prev:disabled:focus,
.ly_next:disabled:focus {
  background-color: rgba(229, 229, 229, 0.3);
}
.ly_prev {
  background-image: url("/img/p-awl.png");
}
.ly_next {
  background-image: url("/img/p-awr.png");
}
.ly_num_area {
  font-size: 20px;
}
.ly_business_area {
  padding-top: 70px;
}
.ly_business_section {
  position: relative;
  width: 100%;
  height: 100%;
}
.ly_business_main {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  width: 490px;
  padding-top: 169px;
}
.ly_business_media {
  position: absolute;
  right: 0;
  top: 0;
  width: 1200px;
  z-index: 2;
}
.ly_dep_section {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  overflow: hidden;
}
.ly_dep_media {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(50%, 0);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.ly_dep_area {
  position: relative;
  z-index: 2;
}
.ly_dep_sum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  color: #fff;
}
.ly_dep_num {
  margin-bottom: 40px;
  text-indent: -2px;
  vertical-align: bottom;
}
.ly_dep_label {
  font-size: 100px;
  font-family: "number";
  vertical-align: bottom;
}
.ly_dep_symbol {
  font-size: 40px;
  font-family: "number";
  vertical-align: bottom;
  bottom: 18px;
}
.ly_dep_earth {
  position: relative;
  width: 100%;
  max-width: 1083px;
  margin: 107px auto 0;
}
.ly_dep_img {
  display: block;
  width: 100%;
}
.ly_get_area {
  width: 100%;
  height: 220px;
  background: url("/img/p-fbg.png") no-repeat center center;
  background-size: cover;
}
.ly_get_area .ly_main_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ly_get_area .ly_con_btn {
  box-shadow: none;
}
.ly_get_tit {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.ly_get_txt {
  max-width: 1000px;
  margin: 11px 0 33px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1281px) {
  .ly_prd_media {
    max-width: 500px;
  }
  .ly_business_media {
    width: 900px;
  }
}
@media screen and (max-width: 961px) {
  .ly_prd_case {
    display: none;
  }
  .ly_home_box,
  .ly_business_head {
    display: flex;
    align-items: center;
    height: auto;
    padding: 14px 0;
    margin-bottom: 20px;
  }
  .ly_home_area {
    flex-direction: column;
    margin: 0 auto;
  }
  .ly_root_tit {
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .ly_sub_txt {
    font-size: 12px;
  }
  .ly_home_field {
    padding: 0 20px;
    height: auto;
  }
  .ly_home_case {
    position: static;
    opacity: 1;
    margin-bottom: 20px;
    transform: translateX(0);
    flex-direction: column-reverse;
    padding: 0 0 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(40, 50, 162, 0.05);
  }
  .ly_home_section {
    height: auto;
  }
  .ly_prd_media,
  .ly_business_media {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    background: #F7F8FA;
  }
  .ly_media_video {
    width: 65%;
  }
  .ly_prd_tit {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .ly_prd_hr {
    display: block;
    margin: 10px auto;
  }
  .ly_prd_con {
    padding: 0 20px;
    text-align: left;
    font-size: 12px;
  }
  .ly_con_list {
    margin: 15px 0 10px;
    padding: 0 20px;
    font-size: 12px;
  }
  .ly_con_item + .ly_con_item {
    margin-top: 6px;
  }
  .ly_con_btn {
    margin: 0 auto;
    width: 100px;
    height: 36px;
  }
  .ly_item_label {
    font-size: 12px;
  }
  .ly_item_icon {
    transform: scale(0.8);
  }
  .ly_home_area + .ly_main_wrap {
    display: none;
  }
  .ly_business_case {
    display: none;
  }
  .ly_business_filed {
    height: auto;
  }
  .ly_business_box {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    position: static;
    opacity: 1;
    padding: 10px 20px 0;
    margin-bottom: 20px;
  }
  .ly_business_section {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
  }
  .ly_business_main {
    padding-top: 0;
  }
  .ly_business_media {
    position: static;
    overflow: hidden;
  }
  .ly_business_media .ly_media_video {
    position: relative;
    left: -23%;
    width: 100%;
  }
  .ly_business_area {
    justify-content: flex-end;
    width: 95%;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .ly_business_main {
    width: 100%;
    padding-top: 20px;
  }
  .ly_business_slide {
    display: none;
  }
  .ly_dep_area {
    padding-top: 20px;
  }
  .ly_dep_sum {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly_dep_label {
    font-size: 26px;
  }
  .ly_dep_symbol {
    font-size: 12px;
    bottom: 5px;
  }
  .ly_get_tit {
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .ly_get_txt {
    padding: 0 20px;
  }
  .ly_get_area {
    padding-top: 20px;
    height: auto;
  }
}
.hm_titleWithOutUnderline_name {
  font-size: 20px;
  font-weight: 400;
  color: #009847;
  line-height: 24px;
  margin-bottom: 35px;
}
.hm_titleWithOutUnderline_title {
  max-width: 440px;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 54px;
  margin-bottom: 92px;
}
.hm_titleWithOutUnderline_desc {
  max-width: 550px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 26px;
}
.hm_titleWithUnderLine_wrap {
  text-align: center;
}
.hm_titleWithUnderLine_title {
  font-size: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 44px;
  margin-bottom: 36px;
}
.hm_titleWithUnderLine_title:after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background: #009847;
  margin: 30px auto 0;
}
.hm_titleWithUnderLine_desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  padding: 0 170px;
}
.hm_action_wrap {
  display: flex;
  align-items: center;
  color: #fff;
}
.hm_action_schedule_btn {
  background: #1362f0 !important;
  border-color: #1362f0 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  height: 50px !important;
  width: 202px !important;
  margin-right: 30px;
}
.hm_action_schedule_btn.long-btn {
  width: 250px !important;
}
.hm_action_schedule_btn.btn_two_minutes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm_action_schedule_btn.btn_two_minutes span {
  margin-left: 8px;
}
.hm_action_schedule_btn:hover {
  background: #083b97 !important;
  border-color: #083b97 !important;
}
.hm_action_media_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 220px;
  height: 50px;
}
.hm_action_media_btn.btn_banner_link {
  position: relative;
  width: 168px;
}
.hm_action_media_btn.btn_banner_link:after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background-image: url("/img/icon-right-white.png");
  transition: all 0.2s;
  margin-left: 20px;
}
.hm_action_media_btn:hover {
  background: rgba(78, 141, 255, 0.2);
  border-radius: 10px;
}
.hm_action_media_btn > svg {
  flex-shrink: 0;
}
.hm_action_media_btn > span {
  margin-left: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.hm_explore_wrap {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #2188ED;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.38, 0, 0.24, 1);
}
.hm_explore_wrap:hover svg {
  transform: translateX(8px);
  transition: inherit;
}
.hm_explore_wrap svg {
  transition: all 0.3s cubic-bezier(0.38, 0, 0.24, 1);
}
.hm_explore_wrap > span {
  margin-right: 12px;
}
.hm_main_section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  user-select: none;
  font-family: Roboto;
}
.hm_banner_wrap {
  height: 769px;
  width: 100%;
  position: relative;
}
.hm_banner_wrap .olinc-logo {
  display: block;
  height: 40px;
  width: auto;
}
.hm_banner_wrap .hm_banner_subtitle {
  margin-bottom: 100px;
  font-size: 20px;
  color: white;
  max-width: 470px;
}
.hm_banner_media {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hm_banner_content {
  height: 100%;
  width: 100%;
  background: transparent;
  padding-top: 180px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hm_banner_desc {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
  line-height: 70px;
  position: relative;
}
.hm_banner_desc .hm_underline {
  position: relative;
}
.hm_banner_desc .hm_underline:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #009847;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.hm_platform_wrap {
  padding: 98px 0 100px;
  background: #151516;
}
.hm_platform_list {
  width: 100%;
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}
.hm_platform_list_item {
  overflow: hidden;
  flex: 1;
  background: #262626;
  text-align: center;
  padding: 62px 56px 67px 49px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.38, 0, 0.24, 1);
}
.hm_platform_list_item:hover svg {
  transform: translateX(8px);
  transition: inherit;
}
.hm_platform_list_item:nth-child(2) {
  margin: 0 19px;
}
.hm_platform_list_item_checked {
  background: #2188ED;
  box-shadow: 0 5px 9px 0 rgba(19, 98, 240, 0.2);
}
.hm_platform_list_item_checked .hm_platform_list_name {
  color: #fff;
}
.hm_platform_list_item_checked .hm_platform_list_desc {
  color: rgba(255, 255, 255, 0.7);
}
.hm_platform_list_item_checked .hm_explore_wrap {
  color: #fff;
}
.hm_platform_list_img0 {
  width: 38px;
}
.hm_platform_list_img1 {
  width: 61px;
}
.hm_platform_list_img2 {
  width: 44px;
}
.hm_platform_list_name {
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 24px;
  margin-bottom: 36px;
  white-space: nowrap;
}
.hm_platform_list_desc {
  font-size: 16px;
  font-weight: 400;
  color: #fefefe;
  line-height: 26px;
}
.hm_platform_list_text {
  flex: 1;
  margin-top: 48px;
  margin-bottom: 44px;
}
.hm_platform_list_text0 {
  margin-top: 45px;
}
.hm_platform_list_text2 {
  margin-top: 49px;
}
.hm_business_wrap {
  padding: 100px 0;
  background: #111111;
}
.hm_business_item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.hm_business_item {
  padding: 79px 52px;
  background: #fff;
}
.hm_business_item .hm_business_item_name {
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 24px;
  margin-bottom: 44px;
}
.hm_business_item .hm_business_item_desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  max-width: 350px;
}
.hm_business_owner_wrap {
  padding-right: 68px;
  width: 100%;
  background: #262626;
  margin: 58px 0 30px;
}
.hm_business_owner {
  width: 100%;
  background: #262626 url("/img/maxstore/Hm_business_owner.png") no-repeat right bottom;
  background-size: 477px;
  min-height: 304px;
}
.hm_business_provider {
  height: 429px;
  flex: 1;
  margin-right: 34px;
  background: #262626 url("/img/maxstore/Hm_business_provider.png") no-repeat right bottom;
  background-size: 354px;
}
.hm_business_merchant {
  height: 429px;
  flex: 1;
  background: #262626 url("/img/maxstore/Hm_business_merchant.png") no-repeat right bottom;
  background-size: 324px;
}
.home_desc_video_layout {
  position: relative;
  height: 695px;
}
.home_desc_video_layout .hm_desc_video_media {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home_desc_video_layout .home_desc_video_layout_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
.home_desc_video_layout .hm_device_management_content {
  padding-top: 100px;
}
.home_desc_video_layout .hm_application_management_content {
  padding-left: 657px;
  padding-top: 161px;
}
.home_desc_video_layout .hm_application_management_content .hm_application_management_content_title {
  margin-bottom: 81px;
  color: rgba(255, 255, 255, 0.85);
}
.home_desc_video_layout .hm_application_management_content .hm_application_management_content_desc {
  display: block;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.7);
}
.home_desc_video_layout .hm_multi_manufacturer_content {
  padding-top: 130px;
}
.home_desc_video_layout .hm_multi_manufacturer_content .hm_multi_manufacturer_content_title {
  margin-bottom: 64px;
  width: 360px;
}
.home_desc_video_layout .hm_multi_manufacturer_content .hm_multi_manufacturer_content_desc {
  margin-bottom: 63px;
  display: flex;
}
.home_desc_video_layout .hm_multi_manufacturer_content .hm_multi_manufacturer_ex {
  color: #fff;
}
.home_desc_video_layout .hm_device_analysis_content {
  padding-top: 100px;
}
.home_desc_video_layout .hm_device_analysis_content.right_wrap {
  padding-left: 635px;
}
.home_desc_video_layout .hm_device_analysis_content .hm_device_analysis_content_title {
  margin-bottom: 58px;
}
.home_desc_video_layout .hm_device_analysis_content .hm_device_analysis_content_desc {
  margin-bottom: 42px;
}
.home_desc_video_layout .hm_device_analysis_content .hm_device_analysis_ex {
  color: #fff;
}
.home_desc_video_layout .hm_device_analysis_content .hm_device_analysis_tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  margin-top: 120px;
}
.home_desc_video_layout .hm_remote_content {
  padding-top: 134px;
  padding-left: 114px;
  display: flex;
  justify-content: center;
}
.home_desc_video_layout .hm_remote_content .hm_remote_title {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 61px;
}
.home_desc_video_layout .hm_remote_content .hm_remote_desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 36px;
}
.home_desc_video_layout .hm_remote_content .hm_remote_tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  margin-top: 110px;
}
.hm_choose_wrap {
  position: relative;
  padding: 58px 0;
  background: #151516;
}
.hm_choose_wrap .hm_choose_main {
  height: 100%;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list {
  margin-top: 80px;
  display: flex;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item {
  height: 357px;
  flex: 1;
  padding: 30px 20px;
  background: #262626;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item:nth-child(4) {
  margin-right: 0;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item .hm_choose_icon {
  height: 96px;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item .hm_choose_icon img {
  height: 100%;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item .hm_choose_list_name {
  font-size: 23px;
  font-weight: 400;
  height: 76px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 38px;
  margin-bottom: 20px;
}
.hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item .hm_choose_list_desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}
.hm_trust_wrap {
  padding: 109px 0 45px 0;
  background: url("/img/maxstore/Home_trust.png") no-repeat center center;
  background-size: cover;
}
.hm_trust_wrap.zolon_home {
  background: url("/img/zolon-home-trust-bg.jpg") no-repeat center center;
  background-size: cover;
}
.hm_trust_wrap .hm_main_section .hm_trust_title {
  color: #fff;
  margin-bottom: 29px;
}
.hm_trust_wrap .hm_main_section .hm_trust_desc {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 47px;
}
.hm_trust_wrap .hm_main_section .hm_trust_explore {
  color: #fff;
  justify-content: center;
  margin-bottom: 89px;
}
.hm_trust_wrap .hm_main_section .hm_trust_list {
  display: flex;
  margin-top: 130px;
  margin-bottom: 100px;
}
.hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item {
  flex: 1;
  text-align: center;
}
.hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value {
  font-size: 80px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 29px;
}
.hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value > span {
  font-family: number;
}
.hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value .hm_trust_unit {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  margin-left: 5px;
}
.hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_label {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.hm_trust_wrap .hm_main_section .hm_trust_tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  text-align: center;
}
.hm_news_wrap {
  background: #151516;
  padding-top: 101px;
  padding-bottom: 108px;
}
.hm_news_wrap .hm_main_section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hm_news_wrap .hm_main_section .loading_box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.hm_news_wrap .hm_main_section .hm_news_list {
  height: 449px;
  margin: 2px 0 53px;
  display: flex;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item {
  cursor: pointer;
  flex: 1;
  max-width: 376px;
  padding-bottom: 65px;
  background: #f7f8fa;
  margin-right: 35px;
  transition: transform 0.24s cubic-bezier(0.38, 0, 0.24, 1), box-shadow 0.24s linear;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item:hover {
  box-shadow: 0 6px 30px 5px #0000000d, 0 16px 24px 2px #0000000a, 0 8px 10px -5px #00000014;
  transform: translateY(-4px);
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item:last-child {
  margin: 0;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_pic {
  height: 211px;
  margin-bottom: 42px;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_pic img {
  height: 100%;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_tag {
  padding: 0 33px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_tag .hm_news_category {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_tag .hm_news_date {
  flex-shrink: 0;
  margin-left: 10px;
}
.hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_desc {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  padding-left: 31px;
  padding-right: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hm_news_wrap .hm_main_section .hm_news_explore {
  justify-content: center;
}
.hm_get_in_touch_wrap {
  background: #f8f9fc;
  padding: 60px 0;
}
.hm_get_in_touch_wrap .hm_main_section {
  height: 100%;
  padding-right: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm_get_in_touch_wrap .hm_main_section .hm_title {
  max-width: 530px;
  font-size: 40px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 54px;
}
.hm_get_in_touch_wrap .hm_main_section .hm_action_style {
  color: rgba(0, 0, 0, 0.85);
}
.hm_olinc_desc_wrap {
  background: #131d51;
  padding: 53px 0;
}
.hm_olinc_desc_wrap .hm_main_section {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}
.hm_olinc_desc_wrap .hm_main_section .hm_olinc_logo {
  height: 44px;
  flex-shrink: 0;
}
.hm_olinc_desc_wrap .hm_main_section .hm_olinc_logo > img {
  height: 100%;
}
.hm_olinc_desc_wrap .hm_main_section .hm_logo_desc {
  margin-left: 161px;
}
.hm_footer_wrap {
  background: #1D1B1B;
}
.hm_footer_wrap .hm_footer_main_sec {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list {
  display: flex;
  flex: 0 0 auto;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son {
  margin-right: 50px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son.service_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son.service_list .hm_footer_list_item {
  margin-right: 20px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item:nth-of-type(1) {
  margin-bottom: 28px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item:nth-of-type(1) > a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  cursor: default;
  pointer-events: none;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item:nth-of-type(1) > a:hover {
  text-decoration: none;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item > a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item > a:hover {
  text-decoration: underline;
  color: #009847;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt {
  flex: 0 0 auto;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #ff6901;
  line-height: 24px;
  margin-bottom: 27px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: 136px;
  height: 37px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo {
  width: 166px;
  margin-bottom: 30px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_ml20 {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_ml20:hover {
  color: #009847;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_zl {
  height: 40px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_zl > img {
  height: 100%;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_lh {
  height: 32px;
  margin-left: 40px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_lh > img {
  height: 100%;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_desc {
  max-width: 360px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-bottom: 13px;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_desc.english span {
  display: block !important;
}
.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_desc.english a {
  display: block;
  margin-left: 0 !important;
}
.hm_footer_wrap .hm_footer_rt_txt {
  display: block;
  width: 76px;
  flex-shrink: 0;
}
.hm_footer_wrap .hm_footer_rt_case {
  display: flex;
  align-items: flex-start;
  line-height: 22px;
}
.hm_footer_wrap .footer_copy_wrap {
  height: 75px;
  border-top: 2px solid #131d51;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}
.hm_footer_wrap .footer_copy_wrap .hm_footer_ml20 {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.hm_footer_wrap .footer_copy_wrap .hm_footer_ml20:hover {
  color: #009847;
}
.hm_footer_wrap .footer_copy_txt {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .hm_footer_logo_desc {
    margin: 0 auto;
  }
  .hm_footer_logo_wrap {
    justify-content: center;
  }
  .hm_footer_rt_case {
    text-align: left;
  }
  .hm_main_section {
    max-width: 100%;
  }
  .hm_titleWithUnderLine_title {
    margin-bottom: 32px;
    padding: 0 49px;
  }
  .hm_titleWithUnderLine_desc {
    padding: 0 49px;
  }
  .hm_banner_wrap {
    height: 1006px;
    background: #0F0F18;
  }
  .hm_banner_wrap .hm_banner_media {
    height: auto;
    bottom: 0;
    top: auto;
  }
  .hm_banner_wrap .hm_banner_content {
    padding: 212px 40px 0;
  }
  .hm_banner_wrap .hm_banner_content .hm_banner_desc {
    margin-bottom: 30px;
  }
  .hm_platform_list {
    margin-top: 50px;
    padding-left: 28px;
    padding-right: 28px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .hm_platform_list .hm_platform_list_item {
    flex: 0 0 385px;
  }
  .hm_business_item_wrap {
    flex-wrap: nowrap;
    padding-left: 28px;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 85px;
  }
  .hm_business_item_wrap .hm_business_owner_wrap .hm_business_item {
    height: 100%;
    width: 100%;
  }
  .hm_business_item_wrap .hm_business_owner_wrap {
    padding-right: 0;
  }
  .hm_business_item_wrap .hm_business_owner_wrap,
  .hm_business_item_wrap .hm_business_provider,
  .hm_business_item_wrap .hm_business_merchant {
    width: auto;
    height: 602px;
    flex: 0 0 385px;
    background-position: right bottom;
    margin-right: 30px;
    margin-top: 0;
  }
  #device_management {
    background: #0F0F18;
  }
  #application_management {
    background: #131E28;
  }
  #device_analysis {
    background: #0F0F18;
  }
  #remote_rouble {
    background: #121F30;
  }
  #multi_manufacturer {
    background: #151516;
  }
  .home_desc_video_layout {
    height: 1049px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_desc_video_layout .hm_main_section {
    flex: 1;
    flex-shrink: 0;
    padding-left: 72px;
    padding-right: 72px;
    position: relative;
  }
  .home_desc_video_layout .hm_desc_video_media {
    height: auto;
    width: 100%;
  }
  .home_desc_video_layout .hm_application_management_content {
    padding-top: 100px;
  }
  .home_desc_video_layout .hm_multi_manufacturer_content .hm_multi_manufacturer_content_title {
    width: auto;
  }
  .home_desc_video_layout .hm_device_analysis_content.right_wrap {
    padding-left: unset;
  }
  .home_desc_video_layout .hm_device_analysis_content .hm_device_analysis_tips {
    margin-top: 60px;
  }
  .home_desc_video_layout .hm_remote_content {
    padding-top: 100px;
    justify-content: flex-start;
  }
  .home_desc_video_layout .hm_remote_content .hm_remote_tips {
    margin-top: 50px;
  }
  .hm_choose_wrap .hm_choose_main .hm_choose_list {
    margin-top: 90px;
    padding-left: 28px;
    padding-right: 28px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .hm_choose_wrap .hm_choose_main .hm_choose_list .hm_choose_list_item {
    flex: 0 0 385px;
  }
  .hm_trust_wrap {
    padding: 79px 0;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list {
    padding: 0 121px;
    flex-wrap: wrap;
    margin-bottom: 54px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item {
    flex: 0 0 50%;
    margin-bottom: 57px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item:nth-of-type(3),
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value {
    font-size: 60px;
  }
  .hm_news_wrap .hm_news_list {
    padding-left: 28px;
    padding-right: 28px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .hm_get_in_touch_wrap .hm_main_section {
    flex-direction: column;
    justify-content: center;
  }
  .hm_get_in_touch_wrap .hm_main_section .hm_title {
    margin-bottom: 56px;
    text-align: center;
  }
  .hm_olinc_desc_wrap {
    padding: 0;
  }
  .hm_olinc_desc_wrap .hm_main_section {
    padding: 100px 72px;
    flex-direction: column;
    justify-content: center;
  }
  .hm_olinc_desc_wrap .hm_main_section .hm_olinc_logo {
    margin-bottom: 50px;
  }
  .hm_olinc_desc_wrap .hm_main_section .hm_logo_desc {
    text-align: center;
    margin-left: 0;
  }
  .hm_footer_wrap .hm_main_section {
    padding-left: 30px;
    padding-right: 25px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec {
    padding: 69px 0 117px;
    flex-flow: column-reverse;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_main_rt {
    margin-bottom: 78px;
    text-align: center;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo {
    margin: 49px auto;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo_desc {
    max-width: unset;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list {
    flex-direction: column;
    text-align: center;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son {
    margin-right: 0;
    margin-bottom: 87px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item:first-child {
    margin-bottom: 28px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son:last-child {
    margin-bottom: 0;
  }
  .hm_footer_wrap .footer_copy_wrap {
    flex-direction: column;
    height: auto;
    padding-top: 73px;
    padding-bottom: 61px;
    text-align: center;
  }
  .hm_footer_wrap .footer_copy_wrap > p {
    margin-bottom: 21px;
    text-align: center;
  }
  .hm_platform_list::-webkit-scrollbar,
  .hm_business_item_wrap::-webkit-scrollbar,
  .hm_choose_list::-webkit-scrollbar,
  .hm_news_list::-webkit-scrollbar {
    display: none;
  }
}
.hm_video_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  visibility: hidden;
}
.hm_video_wrap.show {
  visibility: visible;
}
.hm_video_main {
  width: 1280px;
  height: auto;
}
.hm_close_video {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .hm_action_wrap {
    justify-content: space-between;
  }
  .hm_action_schedule_btn {
    margin-right: 15px;
    width: 133px !important;
    height: 33px !important;
    font-size: 12px !important;
  }
  .hm_action_wrap .hm_action_media_btn {
    height: 33px;
    width: auto;
  }
  .hm_action_wrap .hm_action_media_btn > span {
    margin-left: 5px;
    font-size: 12px;
  }
  .hm_titleWithOutUnderline_name {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 28px;
  }
  .hm_titleWithOutUnderline_title {
    max-width: 498px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 55px;
  }
  .hm_titleWithOutUnderline_desc {
    line-height: 22px;
  }
  .hm_titleWithUnderLine_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .hm_titleWithUnderLine_title:after {
    margin: 12px auto 0;
  }
  .hm_titleWithUnderLine_desc {
    line-height: 22px;
  }
  .hm_explore_wrap {
    font-size: 16px;
  }
  .hm_explore_wrap svg {
    width: 16px;
  }
  .hm_banner_wrap {
    height: 620px;
  }
  .hm_banner_wrap .hm_banner_content {
    padding-top: 120px;
  }
  .hm_banner_wrap .hm_banner_content .hm_banner_desc {
    max-width: 500px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .hm_banner_wrap .hm_banner_content .hm_banner_desc .hm_underline {
    display: inline-block;
  }
  .hm_banner_wrap .hm_banner_content .hm_banner_desc .hm_underline:after {
    bottom: -4px;
  }
  .hm_banner_wrap .hm_banner_content .hm_banner_desc .hm_banner_br {
    display: none;
  }
  .hm_platform_wrap {
    padding: 58px 0;
  }
  .hm_platform_wrap .hm_platform_list {
    margin-top: 36px;
    padding: 0 14px;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item {
    flex: 0 0 220px;
    padding: 25px 22px;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item .hm_platform_list_name {
    font-size: 18px;
    line-height: 1;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item .hm_platform_list_text {
    margin-top: 26px;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item .hm_platform_list_text0 {
    margin-top: 21px;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item .hm_platform_list_text2 {
    margin-top: 27px;
  }
  .hm_platform_wrap .hm_platform_list .hm_platform_list_item .hm_platform_list_desc {
    line-height: 22px;
  }
  .hm_business_wrap {
    padding: 50px 0;
  }
  .hm_business_wrap .hm_business_item_wrap {
    margin-top: 43px;
  }
  .hm_business_wrap .hm_business_item_wrap {
    padding: 0 14px;
  }
  .hm_business_wrap .hm_business_item_wrap .hm_business_item {
    padding: 32px 25px;
    background-size: 220px;
    height: 420px;
    flex: 0 0 260px;
  }
  .hm_business_wrap .hm_business_item_wrap .hm_business_item .hm_business_item_name {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .hm_business_wrap .hm_business_item_wrap .hm_business_item .hm_business_item_desc {
    line-height: 22px;
  }
  .hm_business_wrap .hm_business_item_wrap .hm_business_owner_wrap {
    height: 420px;
    flex: 0 0 260px;
  }
  .home_desc_video_layout {
    height: auto !important;
  }
  .home_desc_video_layout .hm_main_section {
    padding: 51px 35px 0;
  }
  .home_desc_video_layout .hm_main_section.hm_device_analysis_content.right_wrap {
    padding-left: 35px !important;
  }
  .home_desc_video_layout .hm_main_section .hm_application_management_content_title {
    margin-bottom: 34px;
  }
  .home_desc_video_layout .hm_main_section .hm_device_analysis_content_title {
    margin-bottom: 27px;
  }
  .home_desc_video_layout .hm_main_section .hm_device_analysis_content_desc {
    margin-bottom: 31px;
  }
  .home_desc_video_layout .hm_main_section .hm_device_analysis_tips {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .home_desc_video_layout .hm_main_section .hm_remote_desc {
    margin-bottom: 30px;
  }
  .home_desc_video_layout .hm_main_section .hm_remote_tips {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .hm_choose_wrap {
    padding: 50px 0;
  }
  .hm_choose_wrap .hm_main_section .hm_choose_list {
    margin-top: 45px;
    padding: 0 14px;
  }
  .hm_choose_wrap .hm_main_section .hm_choose_list .hm_choose_list_item {
    padding: 35px 24px;
    height: auto;
    flex: 0 0 240px;
  }
  .hm_choose_wrap .hm_main_section .hm_choose_list .hm_choose_list_item .hm_choose_icon {
    height: 48px;
    margin-bottom: 10px;
  }
  .hm_choose_wrap .hm_main_section .hm_choose_list .hm_choose_list_item .hm_choose_list_name {
    padding-left: 10px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 24px;
  }
  .hm_choose_wrap .hm_main_section .hm_choose_list .hm_choose_list_item .hm_choose_list_desc {
    padding-left: 10px;
    line-height: 22px;
  }
  .hm_trust_wrap {
    padding: 50px 0;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list {
    padding: 0 32px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item {
    margin-bottom: 45px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_value .hm_trust_unit {
    font-size: 15px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_list .hm_trust_list_item .hm_trust_list_label {
    font-size: 16px;
  }
  .hm_trust_wrap .hm_main_section .hm_trust_tips {
    font-size: 12px;
  }
  .hm_news_wrap {
    padding: 50px 0;
  }
  .hm_news_wrap .hm_main_section .hm_news_list {
    padding: 0 14px;
    height: auto;
  }
  .hm_news_wrap .hm_main_section .hm_news_list .hm_news_item {
    max-width: 230px;
    padding-bottom: 29px;
  }
  .hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_pic {
    height: 130px;
    margin-bottom: 24px;
  }
  .hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_tag {
    padding: 0 18px;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_tag .hm_news_date {
    margin-left: 0;
    margin-top: 10px;
  }
  .hm_news_wrap .hm_main_section .hm_news_list .hm_news_item .hm_news_desc {
    padding: 0 18px;
    font-size: 15px;
    line-height: 18px;
  }
  .hm_get_in_touch_wrap {
    padding: 48px 28px;
  }
  .hm_get_in_touch_wrap .hm_main_section .hm_title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 45px;
  }
  .hm_olinc_desc_wrap .hm_main_section {
    padding: 35px;
  }
  .hm_olinc_desc_wrap .hm_main_section .hm_olinc_logo {
    width: 97px;
    margin-bottom: 37px;
  }
  .hm_olinc_desc_wrap .hm_main_section .hm_logo_desc {
    font-size: 12px;
    line-height: 18px;
  }
  .hm_footer_wrap .hm_main_section {
    padding: 0 14px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec {
    padding: 50px 42px 0;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_title,
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_logo_desc {
    font-size: 12px;
    line-height: 18px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .footer_br {
    display: none;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_main_rt {
    margin-bottom: 51px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son {
    margin-bottom: 71px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son:last-child {
    margin-bottom: 71px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item a {
    font-size: 12px;
    line-height: 24px;
  }
  .hm_footer_wrap .hm_main_section .hm_footer_main_sec .hm_footer_list .hm_footer_list_son .hm_footer_list_item:first-child {
    margin-bottom: 25px;
  }
  .hm_footer_wrap .hm_main_section .footer_copy_wrap {
    padding-top: 32px;
    padding-bottom: 38px;
    font-size: 12px;
    line-height: 16px;
  }
  .hm_footer_wrap .hm_main_section .footer_copy_wrap .hm_footer_ml20 {
    display: block;
    margin-left: 0;
  }
}
.ly_got_map {
  position: relative;
}
.ly_got_map:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ly_got_map:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 94px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ly_map_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.ly_map_list:before,
.ly_map_list:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -72px;
  width: 1px;
  height: 72px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
}
.ly_map_list:before {
  left: -1px;
}
.ly_map_list:after {
  right: 0px;
}
.ly_map_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  height: 94px;
  padding: 0 20px;
  color: #FFFfff;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ly_map_item.cur {
  background: rgba(255, 255, 255, 0.1);
}
.ly_map_item.cur .ly_map_icon:nth-of-type(1) {
  position: absolute;
  opacity: 0;
}
.ly_map_item.cur .ly_map_icon:nth-of-type(2) {
  position: static;
  opacity: 1;
}
.ly_map_tit {
  font-size: 14px;
}
.ly_map_case {
  display: block;
  position: relative;
  margin-right: 10px;
}
.ly_map_icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.ly_map_icon:nth-of-type(1) {
  position: static;
  opacity: 1;
}
.ly_area_con {
  padding: 70px 0;
  background: #fff;
}
.ly_area_con .ly_bag_txt {
  width: 100%;
  max-width: 800px;
}
.ly_bag_img {
  display: block;
  max-width: 1130px;
  margin: 50px auto 0;
}
.ly_area_main {
  padding: 50px 0;
}
.ly_area_compare {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background: url("/img/posviewer-icon-vs.svg") no-repeat center center;
}
.full_height {
  height: 493px;
}
.ly_compare_con {
  position: relative;
  width: 360px;
  margin: 0 110px;
  padding: 60px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(91, 95, 135, 0.12);
  border-radius: 10px;
  height: 100%;
}
.ly_compare_con:before {
  content: " ";
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #D6DEF1;
}
.ly_compare_con:nth-of-type(2):before {
  background-color: #2469FF;
}
.ly_compare_con:nth-of-type(2) .ly_compare_tit {
  color: #2469FF;
}
.ly_compare_con:nth-of-type(2) .ly_compare_desc {
  color: #FF6901;
}
.ly_compare_tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
}
.ly_compare_img {
  display: block;
  margin: 40px auto;
}
.ly_compare_item {
  list-style: disc;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: left;
}
.ly_compare_txt {
  display: inline-block;
  max-width: 315px;
}
.ly_compare_desc {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_area_step {
  padding: 80px 0 60px;
  background: linear-gradient(180deg, #110e3b 0%, #1f3998 100%);
  background-size: cover;
}
.ly_step_con {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}
.ly_step_item {
  position: relative;
  width: 200px;
  text-align: center;
}
.ly_step_item:before {
  content: "";
  display: block;
  position: absolute;
  left: -98px;
  top: 100px;
  width: 112px;
  height: 19px;
  background: url("/img/curve.svg") no-repeat center center;
}
.ly_step_item:first-child:before {
  display: none;
}
.ly_step_item:nth-of-type(3n):before {
  transform: translateY(-50px) rotateX(180deg);
}
.ly_step_item + .ly_step_item {
  margin-left: 82px;
}
.ly_step_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 184px;
}
.ly_step_tit {
  line-height: 26px;
  font-weight: normal;
  color: #FF6901;
  font-size: 22px;
}
.ly_step_txt {
  line-height: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ly_air_area .ly_step_item {
  width: 195px;
}
.ly_air_area .ly_step_item:nth-of-type(3):before {
  left: -78px;
}
.ly_air_area .ly_step_item:nth-of-type(4):before {
  left: -108px;
}
.ly_swiper_con {
  position: relative;
  padding: 70px 0 20px;
  background: #fff;
}
.ly_swiper_con .ly_main_wrap {
  display: flex;
}
.ly_swiper_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  margin-right: 80px;
}
.ly_swiper_main .ly_bag_area {
  padding-left: 30px;
}
.ly_swiper_tit {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ly_swiper_txt {
  opacity: 0;
  margin: 15px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  transition: all 300ms;
}
.ly_swiper_arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/img/icon-arrow-down.svg") no-repeat left top;
}
.ly_swiper_area {
  flex: 1;
  overflow: hidden;
}
.ly_swiper_side {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  padding-right: 50px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 300ms;
  overflow: hidden;
  height: 51px;
}
.ly_swiper_side.cur {
  height: 101px;
}
.ly_swiper_side.cur .ly_swiper_txt {
  opacity: 1;
}
.ly_swiper_side.cur .ly_swiper_arrow {
  background-image: url("/img/icon-arrow-up.svg");
}
.ly_swiper_fl {
  height: 330px;
  margin-top: 30px;
}
.ly_swiper_fm {
  align-items: center;
}
.ly_swiper_ge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 96;
  background: #000;
  border-radius: 10px;
  opacity: 0.2;
}
.ly_swiper_gr.swiper-slide {
  width: 380px;
  height: 150px;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active {
  width: 500px;
  height: 200px;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_ge {
  display: none;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fc {
  margin-left: 40px;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_gw {
  width: 52px;
  height: 50px;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fv {
  font-size: 22px;
}
.ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fb {
  font-size: 14px;
}
.ly_swiper_fx {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.ly_swiper_gw {
  width: 39px;
  height: 33px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_swiper_fc {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 25px;
}
.ly_swiper_fv {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ly_swiper_fb {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.ly_swiper_dk {
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.2;
}
.ly_swiper_dk.swiper-pagination-bullet {
  border-radius: 0;
}
.ly_swiper_dk.swiper-pagination-bullet-active {
  opacity: 1;
}
.ly_area_show {
  display: flex;
  justify-content: center;
}
.ly_show_item {
  position: relative;
  flex: 0 0 305px;
  padding: 0 25px;
  height: 415px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(35, 35, 91, 0.12);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.ly_show_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 235px;
}
.ly_show_tit {
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-weight: 500;
}
.ly_show_txt {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_show_num {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 50px;
  color: #fff;
  background-color: #FF6901;
  font-size: 18px;
  padding: 14px 11px 9px 15px;
  border-radius: 100%;
  box-shadow: 0px 5px 10px 0px rgba(255, 105, 1, 0.2);
}
.ly_head_got {
  position: relative;
  width: 100%;
  height: 860px;
}
.ly_head_got .ly_head_secondary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 800ms;
}
.ly_head_got .ly_head_secondary.cur {
  opacity: 1;
  transform: translate(0, 0);
}
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_tit,
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_hr,
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_txt {
  transition: all 800ms;
  opacity: 1;
}
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_tit {
  transition-delay: 300ms;
}
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_hr {
  transition-delay: 500ms;
}
.ly_head_got .ly_head_secondary.cur .ly_head_ani .ly_bag_txt {
  transition-delay: 800ms;
}
.ly_head_secondary {
  position: relative;
  height: 860px;
  width: 100%;
  padding-top: 130px;
  background: #203992;
}
.ly_head_secondary .ly_pack_area .ly_bag_txt {
  font-size: 14px;
  width: 100%;
  max-width: 742px;
}
.ly_screen_img {
  display: block;
  margin: 0 auto 25px;
  position: relative;
}
.ly_head_arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
}
.ly_head_prev,
.ly_head_next {
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(229, 229, 229, 0);
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  cursor: pointer;
}
.ly_head_prev:hover,
.ly_head_next:hover {
  background-color: rgba(229, 229, 229, 0.3);
}
.ly_head_prev {
  background-image: url("/img/arrow-1.png");
}
.ly_head_next {
  background-image: url("/img/arrow-2.png");
}
.ly_arrow_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly_head_ani .ly_bag_tit,
.ly_head_ani .ly_bag_hr,
.ly_head_ani .ly_bag_txt {
  opacity: 0;
}
.ly_got_con {
  padding-top: 40px;
  padding-bottom: 110px;
  background: #fff;
}
.ly_got_con .ly_bag_tit {
  max-width: 340px;
  margin: 0 auto;
}
.mx_got_wrap {
  padding: 100px 0 80px 0;
  background: #fff;
}
.mx_got_case.ly_got_case {
  height: 534px;
}
.mx_got_case.ly_got_case .ly_got_art.cur {
  height: 334px;
}
.mx_got_case.ly_got_case .ly_got_art.cur .mx_got_tit {
  color: #fff;
}
.mx_got_case.ly_got_case .ly_got_art.cur .mx_got_txt {
  display: inline-block;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
}
.mx_got_case.ly_got_case .mx_got_con {
  position: relative;
  margin: 0 40px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  overflow: hidden;
}
.mx_got_case.ly_got_case .mx_got_item + .mx_got_item {
  margin-top: 20px;
}
.mx_got_case.ly_got_case .mx_got_module {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.85);
}
.mx_got_case.ly_got_case .mx_got_module .mx_module_txt {
  width: 100%;
  margin-bottom: 10px;
}
.mx_got_area {
  position: relative;
  width: 600px;
  height: 532px;
  margin-right: 20px;
}
.mx_roles_main {
  padding: 60px 20px 160px 20px;
  background: #fff;
}
.mx_roles_wrap {
  position: relative;
}
.mx_roles_img {
  position: absolute;
  width: 797px;
  object-fit: cover;
  top: calc(50% - 236px);
  left: calc(50% - 398px);
}
.mx_roles_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mx_roles_section + .mx_roles_section {
  margin-top: 217px;
}
.mx_roles_section .mx_roles_item:nth-child(2n) {
  align-items: flex-start;
  text-align: start;
}
.mx_roles_section .mx_roles_item:nth-child(2n) .mx_roles_txt {
  text-align: left;
}
.mx_roles_item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  width: 272px;
}
.mx_roles_item .mx_roles_tit {
  margin-bottom: 20px;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
}
.mx_roles_item .mx_roles_txt {
  line-height: 26px;
  font-size: 16px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}
.mx_leading_container {
  position: relative;
  display: flex;
  justify-content: center;
}
.mx_leading_slide {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.mx_slide_section.ly_main_wrap {
  position: absolute;
  top: 135px;
  padding: 0 20px;
}
.mx_leadind_tit {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #FF6901;
}
.mx_slide_tit {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
}
.mx_slide_desc {
  max-width: 520px;
  margin-top: 70px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.mx_slide_msg_box {
  margin-top: 40px;
  color: #FFFFFF;
}
.mx_slide_item {
  line-height: 24px;
}
.mx_leading_pagination_wrap.ly_main_wrap {
  position: absolute;
  bottom: 153px;
}
.mx_swiper_dk {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 60px;
}
.mx_swiper_dk + .mx_swiper_dk:before {
  position: absolute;
  left: -60px;
  top: 22px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #B2B2B2;
}
.mx_swiper_dk.mx_swiper_page_0 {
  background: #FFFFFF url("/img/maxstore_leading_icon1.png") center no-repeat;
}
.mx_swiper_dk.mx_swiper_page_1 {
  background: #FFFFFF url("/img/maxstore_leading_icon3.png") center no-repeat;
  background-position: 10px;
}
.mx_swiper_dk.mx_swiper_page_2 {
  background: #FFFFFF url("/img/maxstore_leading_icon5.png") center no-repeat;
}
.mx_swiper_dk.swiper-pagination-bullet-active {
  background: #FF6901;
}
.mx_swiper_dk.swiper-pagination-bullet-active.mx_swiper_page_0 {
  background: #FF6901 url("/img/maxstore_leading_icon2.png") center no-repeat;
}
.mx_swiper_dk.swiper-pagination-bullet-active.mx_swiper_page_1 {
  background: #FF6901 url("/img/maxstore_leading_icon4.png") center no-repeat;
  background-position: 10px;
}
.mx_swiper_dk.swiper-pagination-bullet-active.mx_swiper_page_2 {
  background: #FF6901 url("/img/maxstore_leading_icon6.png") center no-repeat;
}
.mx_outstanding_slide {
  display: flex;
}
.mx_outstanding_wrap {
  position: relative;
  background: #F8F8F8;
  height: 782px;
  padding: 100px 0 155px 0;
  box-sizing: border-box;
}
.mx_outstanding_wrap .ly_pack_anticolor .ly_bag_txt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 50px;
}
.mx_outstanding_section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 284px;
  height: 340px;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
}
.mx_outstanding_section + .mx_outstanding_section {
  margin-left: 20px;
}
.mx_outstanding_tit {
  display: block;
  margin: 20px 0 25px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.mx_outstanding_msg {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.mx_outstanding_pagination {
  position: absolute;
  bottom: 95px;
  left: calc(50% - 27px);
}
.mx_second_dk {
  width: 18px;
  height: 5px;
  background: rgba(255, 105, 1, 0.4);
  transition: all 200ms;
  border-radius: 0;
  margin-right: 8px;
  opacity: 1;
}
.mx_second_dk.swiper-pagination-bullet-active {
  width: 29px;
  background: #FF6901;
}
@media screen and (max-width: 1281px) {
  .ly_compare_txt {
    padding: 0 20px;
  }
  .mx_roles_img {
    width: 600px;
    top: calc(50% - 167px);
    left: calc(50% - 300px);
  }
}
@media screen and (max-width: 961px) {
  .ly_got_map {
    display: none;
  }
  .ly_got_con {
    padding-bottom: 80px;
  }
  .ly_area_con {
    padding: 20px 0;
  }
  .ly_bag_img {
    width: 80%;
  }
  .ly_area_main {
    padding: 20px 0;
  }
  .ly_area_compare {
    padding: 0 20px;
    flex-direction: column;
    background: none;
  }
  .ly_compare_con {
    width: 100%;
    margin-bottom: 20px;
  }
  .ly_area_step {
    padding: 30px 0;
  }
  .ly_step_con {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
  }
  .ly_swiper_con {
    padding: 20px 0;
  }
  .ly_swiper_con .ly_main_wrap {
    flex-direction: column;
    align-items: center;
  }
  .ly_swiper_main {
    margin: 0;
  }
  .ly_swiper_main .ly_bag_area {
    padding: 0;
  }
  .ly_swiper_main .ly_bag_tit {
    text-align: center;
  }
  .ly_swiper_pic {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .ly_swiper_area {
    padding: 0 20px;
  }
  .ly_swiper_side {
    height: auto;
    margin-bottom: 15px;
  }
  .ly_swiper_side.cur {
    height: auto;
  }
  .ly_swiper_txt {
    margin: 6px 0;
    height: auto;
    opacity: 1;
  }
  .ly_swiper_arrow {
    display: none;
  }
  .ly_swiper_fl {
    margin-top: 15px;
    height: 175px;
  }
  .ly_swiper_gw {
    width: 30px;
    height: 24px;
  }
  .ly_swiper_fc {
    margin-left: 10px;
  }
  .ly_swiper_fv {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .ly_swiper_fb {
    font-size: 12px;
  }
  .ly_swiper_gr.swiper-slide {
    width: 240px;
    height: auto;
  }
  .ly_swiper_gr.swiper-slide.swiper-slide-active {
    width: 240px;
    height: auto;
  }
  .ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_gw {
    width: 30px;
    height: 24px;
  }
  .ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fc {
    margin-left: 10px;
  }
  .ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fv {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .ly_swiper_gr.swiper-slide.swiper-slide-active .ly_swiper_fb {
    font-size: 12px;
  }
  .ly_swiper_fx {
    border-radius: 5px;
    padding: 10px;
  }
  .ly_swiper_ge {
    border-radius: 5px;
  }
  .ly_swiper_fz {
    display: none;
  }
  .ly_area_show {
    flex-direction: column;
  }
  .ly_show_item {
    height: auto;
    flex: initial;
  }
  .ly_show_area {
    height: auto;
  }
  .ly_show_item {
    padding: 15px;
    margin: 10px 20px;
  }
  .ly_show_img {
    width: 80px;
  }
  .ly_show_tit {
    margin-top: 16px;
  }
  .mx_got_case.ly_got_case {
    height: 450px;
  }
  .mx_got_area {
    display: none;
  }
  .mx_roles_img {
    position: initial;
    width: 100%;
    object-fit: cover;
  }
  .mx_roles_section {
    display: block;
  }
  .mx_roles_section + .mx_roles_section {
    margin-top: 15px;
  }
  .mx_roles_item {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }
  .mx_roles_item .mx_roles_tit {
    margin-bottom: 0;
  }
  .mx_roles_item .mx_roles_txt {
    text-align: left;
  }
  .mx_leading_pagination_wrap,
  .mx_outstanding_pagination {
    display: none;
  }
  .mx_leading_container .swiper-wrapper {
    display: block;
  }
  .mx_leading_container .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
  }
  .mx_outstanding_container {
    padding: 20px;
  }
  .mx_outstanding_container .swiper-wrapper {
    display: block;
  }
  .mx_outstanding_slide {
    flex-wrap: wrap;
  }
  .mx_outstanding_section {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .mx_outstanding_section + .mx_outstanding_section {
    margin-left: 0;
  }
  .mx_outstanding_section:nth-child(2n) {
    margin-left: 20px;
  }
  .mx_outstanding_wrap {
    height: auto;
    padding: 100px 0 80px 0;
  }
  .mx_leading_slide {
    display: block;
  }
  .mx_slide_section.ly_main_wrap {
    position: relative;
    top: 0;
    padding: 50px 20px 20px 20px;
    background: #071a4c;
  }
  .mx_slide_video {
    width: 100%;
    height: auto;
  }
  .mx_roles_box {
    margin-top: 30px;
  }
  .mx_roles_main {
    padding: 60px 20px 80px 20px;
  }
}
@media screen and (max-width: 500px) {
  .mx_slide_tit {
    font-size: 24px;
  }
  .mx_leadind_tit {
    font-size: 12px;
  }
  .mx_outstanding_section {
    width: 100%;
  }
  .mx_outstanding_section:nth-child(2n) {
    margin-left: 0;
  }
}
.ly_prd_head {
  width: 100%;
  height: 540px;
  background: url("/img/product-banner-bg.jpg") no-repeat center top;
  background-size: cover;
}
.ly_main_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.ly_main_con {
  flex: 1;
  overflow: hidden;
}
.ly_main_case {
  flex-shrink: 0;
  margin-top: 80px;
}
.ly_main_desc {
  line-height: 20px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.ly_main_banner {
  width: 100%;
  max-width: 554px;
}
.ly_main_art {
  position: relative;
  flex: 1;
  line-height: 40px;
  margin: 0 50px;
  padding: 24px 30px;
  box-shadow: 0 10px 40px rgba(40, 50, 162, 0.05);
  background: #fff;
}
.ly_main_art:after {
  content: "";
  display: block;
  width: 666px;
  height: 428px;
  background: url("/img/home-introduction-bg.png") no-repeat center;
  position: absolute;
  z-index: 1;
  left: -100px;
  top: -150px;
}
.ly_main_art:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.ly_main_tit {
  position: relative;
  z-index: 3;
  color: rgba(0, 0, 0, 0.85);
  font-size: 22px;
  font-weight: normal;
}
.ly_main_nor {
  color: rgba(0, 0, 0, 0.55);
}
.ly_main_chart {
  margin-left: 5px;
}
.ly_main_txt {
  position: relative;
  z-index: 3;
  margin-top: 4px;
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_main_space {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_prd_bag {
  padding: 80px 0;
  background: linear-gradient(to bottom, #110e3b, #1d328a);
  color: #fff;
}
.ly_bag_bot {
  display: flex;
}
.ly_bag_main {
  flex: 1;
  padding-right: 80px;
  overflow: hidden;
}
.ly_bag_con {
  flex-shrink: 0;
  transition: all 1s;
}
.ly_bag_tit {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.ly_bag_hr {
  display: block;
  width: 80px;
  height: 2px;
  line-height: 1em;
  margin: 30px 0;
  background: #FF6901;
  border: none;
}
.ly_bag_txt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5em;
}
.ly_bag_pic {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ly_bag_cloud {
  background-image: url("/img/feature-icon-cloud.png");
}
.ly_bag_api {
  background-image: url("/img/feature-icon-app.png");
}
.ly_bag_multi {
  background-image: url("/img/feature-icon-terminal.png");
}
.ly_bag_high {
  background-image: url("/img/feature-icon-log.png");
}
.ly_bag_area {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.ly_area_tit {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.ly_bag_list {
  margin-top: 80px;
}
.ly_bag_item {
  display: flex;
  margin-bottom: 50px;
}
.ly_main_bot {
  padding-bottom: 100px;
}
.ly_main_bot .ly_main_space:nth-of-type(2) {
  flex-direction: row-reverse;
}
.ly_pack_area {
  position: relative;
  text-align: center;
}
.ly_pack_area .ly_bag_hr {
  margin: 30px auto;
}
.ly_pack_area .ly_bag_txt {
  width: 590px;
  margin: 0 auto;
}
.ly_pack_case {
  position: relative;
  width: 483px;
  margin: 0 auto;
}
.ly_prd_pack {
  padding: 80px 0 80px 0;
  background: url("/img/efficient-bg.jpg") no-repeat center;
  background-size: cover;
}
.ly_pack_con {
  margin-top: 50px;
}
.ly_pack_list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
}
.ly_pack_list .ly_area_tit {
  color: rgba(0, 0, 0, 0.85);
}
.ly_pack_list .ly_bag_txt {
  color: rgba(0, 0, 0, 0.45);
}
.ly_pack_list .ly_bag_area {
  max-width: 327px;
}
.ly_pack_list .ly_bag_pic {
  position: relative;
  top: -10px;
  width: 76px;
  height: 76px;
  margin: 0;
}
.ly_pack_list .ly_bag_item {
  width: 50%;
  justify-content: flex-end;
  margin-bottom: 240px;
}
.ly_pack_list .ly_bag_item:nth-of-type(1),
.ly_pack_list .ly_bag_item:nth-of-type(3) {
  flex-direction: row-reverse;
  text-align: right;
}
.ly_pack_list .ly_bag_item:nth-of-type(2) {
  margin-top: 60px;
  margin-bottom: 210px;
}
.ly_pack_list .ly_bag_item:nth-of-type(3) {
  margin-top: -30px;
}
.ly_pack_ass {
  background-image: url("/img/feature-icon-remote.png");
}
.ly_pack_inj {
  background-image: url("/img/feature-icon-rki.png");
}
.ly_pack_bus {
  background-image: url("/img/feature-icon-business.png");
}
.ly_pack_dig {
  background-image: url("/img/feature-icon-receipt.png");
}
.ly_pack_anticolor .ly_bag_txt {
  color: rgba(0, 0, 0, 0.45);
}
.ly_pack_anticolor .ly_bag_tit {
  color: rgba(0, 0, 0, 0.85);
}
.ly_got_area {
  display: flex;
  align-items: center;
}
.ly_got_main {
  position: relative;
  width: 700px;
  height: 564px;
  margin-right: 50px;
}
.ly_got_item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
}
.ly_got_item.cur {
  transition: all 500ms;
  transform: translateX(0);
  opacity: 1;
}
.ly_got_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ly_got_case {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 450px;
  overflow: hidden;
}
.ly_got_art {
  position: relative;
  height: 80px;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ly_got_art:hover .ly_got_mask {
  transform: scale(10);
}
.ly_got_art.cur {
  height: 164px;
  border-radius: 4px 12px 12px 12px;
  background: #FF6901;
}
.ly_got_art.cur .ly_got_mask {
  opacity: 0;
}
.ly_got_art.cur .ly_got_tit {
  color: #fff;
}
.ly_got_art.cur .ly_got_txt {
  color: rgba(255, 255, 255, 0.85);
}
.ly_got_mask {
  position: absolute;
  top: 0;
  right: 0;
  background: #EDEEF3;
  width: 131px;
  height: 76px;
  border-radius: 0 0 0 100%;
  transition: all 0.3s ease-out;
}
.ly_got_tit {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.ly_got_txt {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  overflow: hidden;
}
.ly_got_bot {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100vh - 64px);
}
.ly_got_section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}
.ly_bot_media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.ly_bot_list,
.ly_bot_item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #110e3b;
}
.ly_bot_item {
  opacity: 0;
  transition: all 0.3s;
}
.ly_bot_item.cur {
  opacity: 1;
}
.ly_bot_item.cur > .ly_bot_media {
  animation: videosContentBgScale 13s;
}
.ly_bot_item.cur .ly_bot_tit,
.ly_bot_item.cur .ly_bot_txt {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 100ms;
}
.ly_bot_item.cur .ly_bot_txt {
  transition-delay: 200ms;
}
.ly_bot_art {
  position: absolute;
  width: 100%;
  bottom: 260px;
  left: 0;
}
.ly_bot_tit {
  font-size: 48px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 44px;
  opacity: 0;
}
.ly_bot_txt {
  margin-top: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0;
}
.ly_main_pic {
  max-width: 255px;
}
@keyframes videosContentBgScale {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  }
}
@media screen and (max-width: 1281px) {
  .ly_got_main {
    width: 600px;
  }
}
@media screen and (max-width: 961px) {
  .ly_main_bot {
    padding: 20px;
  }
  .ly_prd_head {
    padding-top: 80px;
    height: auto;
  }
  .ly_main_con {
    text-align: center;
  }
  .ly_main_pic {
    width: 40%;
  }
  .ly_main_case {
    margin: 10px 0;
  }
  .ly_main_desc {
    margin-top: 10px;
  }
  .ly_main_row {
    flex-direction: column;
  }
  .ly_main_banner {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .ly_prd_content.cur .ly_ani_bm {
    transform: scale(0.5);
  }
  .ly_main_space {
    position: relative;
    flex-direction: column-reverse;
    opacity: 1;
  }
  .ly_main_space .ly_main_art,
  .ly_main_space .ly_ani_bm {
    opacity: 1;
    transform: translateX(0);
  }
  .ly_main_space .ly_main_art {
    width: 100%;
    margin-bottom: 20px;
    padding: 240px 20px 20px;
  }
  .ly_main_space .ly_main_art:after {
    display: none;
  }
  .ly_main_space .ly_ani_bm {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 320px;
    height: 160px;
    margin-left: -160px;
    transform: scale(0.5);
  }
  .ly_main_space:nth-of-type(2) .ly_main_art {
    transform: translateX(0px);
  }
  .ly_main_space:nth-of-type(2) .ly_ani_bm {
    transform: translateX(0px) scale(0.5);
  }
  .ly_main_bot .ly_main_space:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .ly_main_tit {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .ly_bag_main {
    opacity: 1;
    padding: 0 20px;
    transform: translateY(0);
  }
  .ly_bag_con {
    display: none;
  }
  .ly_bag_tit {
    font-size: 16px;
  }
  .ly_bag_hr {
    margin: 10px auto;
  }
  .ly_bag_item {
    margin-bottom: 30px;
  }
  .ly_bag_list {
    margin-top: 30px;
  }
  .ly_bag_txt {
    width: 100%;
  }
  .ly_pack_area {
    padding: 0 20px;
  }
  .ly_pack_area .ly_bag_txt {
    width: 100%;
  }
  .ly_pack_area .ly_bag_hr {
    margin: 10px auto;
  }
  .ly_pack_case {
    width: 100%;
  }
  .ly_pack_case .ly_ani_e_bm {
    width: 192px;
    height: 241px;
    margin: 0 auto;
    transform: scale(0.5);
  }
  .ly_pack_case .ly_ani_e_bm .ly_ani_e_010 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ly_pack_list {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    transform: translate(0, 0);
    padding-right: 20px;
    margin-top: 20px;
  }
  .ly_pack_list .ly_bag_item {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
  }
  .ly_pack_list .ly_bag_item:nth-of-type(1),
  .ly_pack_list .ly_bag_item:nth-of-type(2),
  .ly_pack_list .ly_bag_item:nth-of-type(3) {
    text-align: left;
    margin: 0 0 30px 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  .ly_pack_list .ly_bag_item .ly_bag_txt {
    width: auto;
    padding: 0;
  }
  .ly_got_case {
    height: auto;
    padding: 0 20px;
  }
  .ly_got_main {
    display: none;
  }
  .ly_got_art {
    height: 40px;
    margin-bottom: 20px;
  }
  .ly_got_art.cur {
    height: 115px;
  }
  .ly_got_tit {
    height: 40px;
    font-size: 14px;
  }
  .ly_got_txt {
    padding: 10px 0;
    font-size: 12px;
  }
  .ly_got_bot {
    height: auto;
  }
  .ly_got_section {
    position: absolute;
    left: calc(50% - 130px);
    top: -50px;
    padding: 0;
  }
  .ly_got_pic {
    display: none;
  }
  .ly_bot_list {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    background: #fff;
  }
  .ly_bot_item {
    flex: 1;
    flex-basis: 90%;
    flex-shrink: 0;
    position: relative;
    width: 90%;
    opacity: 1;
    overflow: hidden;
    margin-right: 20px;
  }
  .ly_bot_item.cur .ly_bot_media {
    animation: initial;
  }
  .ly_bot_art {
    z-index: 10;
    bottom: 30px;
    left: 20px;
    padding-right: 40px;
  }
  .ly_bot_tit {
    opacity: 1;
    font-size: 14px;
  }
  .ly_bot_txt {
    opacity: 1;
    margin-top: 0;
    font-size: 12px;
  }
}
.ly_area_ax {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 728px;
}
.ly_area_ac {
  margin: 35px 0;
  font-size: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ly_area_av {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ly_area_an {
  display: flex;
  justify-content: center;
  padding: 80px 0 50px 0;
  background: #FFFfff;
}
.ly_area_ab {
  color: #FF6901;
}
.ly_space_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.ly_space_icon {
  width: 41px;
  margin-bottom: 20px;
}
.ly_space_img {
  width: 470px;
}
.ly_space_con {
  max-width: 350px;
  margin-left: 120px;
}
.ly_as_area .ly_swiper_pic {
  width: 100%;
  max-width: 310px;
}
.ly_sk_area .ly_step_item:before {
  left: -140px;
  top: 130px;
}
.ly_sk_area .ly_step_item.ly_step_item + .ly_step_item {
  margin-left: 140px;
}
.ly_sl_con {
  margin-right: 60px;
}
.ly_sl_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_sl_title {
  margin-bottom: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ly_sl_list {
  display: flex;
  flex-direction: column;
}
.ly_sl_case.ly_right {
  text-align: right;
}
.ly_sl_case.ly_right .ly_sl_item {
  flex-direction: row-reverse;
}
.ly_sl_case.ly_right .ly_sl_item .ly_sl_num {
  margin: 0 0 0 10px;
}
.ly_sl_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_sl_txt {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_sl_num {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  color: #2469FF;
  background-color: rgba(36, 105, 255, 0.08);
  margin-right: 10px;
}
.ly_sl_main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-top: 50px;
}
.ly_sl_main .ly_sl_case {
  margin: 0 265px;
}
.ly_sl_img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.ly_area_map {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.ly_sl_section {
  margin-right: 50px;
}
.ly_sec_item {
  display: flex;
  margin-bottom: 40px;
}
.ly_map_pic {
  margin-right: 12px;
  align-self: flex-start;
}
.ly_sec_con {
  flex: 1;
  overflow: hidden;
}
.ly_head_media {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  max-width: 200px;
}
.ly_area_case {
  padding: 50px 0;
  background: #f8f8f8;
  text-align: center;
}
.ly_al_con {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.ly_al_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.ly_al_item {
  position: relative;
  width: 282px;
  height: 171px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 0;
  margin-bottom: 30px;
  background-image: url("/img/AirLauncher_advantage_item_bg.png");
}
.ly_al_item:nth-child(1),
.ly_al_item:nth-child(2),
.ly_al_item:nth-child(3),
.ly_al_item:nth-child(5) {
  margin-right: 24px;
}
.ly_al_img {
  margin-bottom: 20px;
}
.ly_al_tit {
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.ly_display_container {
  background-image: url("/img/AirLauncher-display-bg.jpg");
}
.ly_da {
  width: 1260px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.ly_ds.swiper-pagination {
  position: static;
}
.ly_ds .swiper-pagination-bullet {
  margin: 0 5px;
}
.ly_al_prev,
.ly_al_next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 100;
}
.ly_al_prev {
  left: 0;
  background-image: url("/img/launcher-arrow2.png");
}
.ly_al_next {
  right: 0;
  background-image: url("/img/launcher-arrow1.png");
}
.ly_dh {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ly_cy_list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.ly_cy_item {
  display: flex;
  align-items: center;
}
.ly_cy_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.ly_cy_item:nth-of-type(2n) .ly_cy_case {
  margin: 0 88px 0 0;
}
.ly_cy_case {
  margin-left: 88px;
}
.ly_cy_case .ly_main_tit {
  margin-bottom: 20px;
}
.ly_area_mf {
  padding: 50px 0;
  background: url("/img/cyberlab_bcg2.png") no-repeat center bottom;
  background-size: cover;
}
.ly_area_mf + .ly_area_mf {
  background: url("/img/cyberlab_bcg1.png") no-repeat center top;
  background-size: cover;
}
.ly_cy_fs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.ly_cy_fd {
  position: relative;
  width: 250px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  background: #FFFfff;
}
.ly_cy_fd + .ly_cy_fd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 380px;
  display: inline-block;
  background-image: url("/img/cyberlab_transition.png");
}
.ly_cy_fg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.ly_cy_fg:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 20px 0 30px;
  background: #FFD800;
}
.ly_cy_fh {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media screen and (max-width: 1281px) {
  .ly_al_case {
    width: 980px;
  }
  .ly_al_item {
    padding: 10px;
    margin-bottom: 0;
  }
  .ly_da {
    width: 100%;
  }
  .ly_dh_img {
    width: 700px;
  }
}
@media screen and (max-width: 961px) {
  .ly_dh_img {
    width: 80%;
  }
  .ly_al_next,
  .ly_al_prev {
    display: none;
  }
  .ly_area_an {
    padding: 20px;
  }
  .ly_area_ac {
    font-size: 14px;
    margin: 15px 0;
  }
  .ly_area_av {
    font-size: 12px;
  }
  .ly_as_area .ly_swiper_pic {
    width: 50%;
  }
  .ly_space_area {
    margin-top: 30px;
  }
  .ly_space_img {
    display: none;
  }
  .ly_space_con {
    margin: 0;
    text-align: center;
  }
  .ly_sl_area {
    flex-direction: column;
  }
  .ly_sl_con {
    margin: 0;
    text-align: center;
  }
  .ly_sl_case {
    margin-top: 20px;
  }
  .ly_sl_case.ly_right {
    text-align: center;
  }
  .ly_sl_case.ly_right .ly_sl_item {
    flex-direction: row;
  }
  .ly_sl_case.ly_right .ly_sl_item .ly_sl_num {
    margin: 0 10px 0 0;
  }
  .ly_sl_pic {
    width: 50%;
  }
  .ly_sl_main {
    flex-direction: column;
    margin-top: 20px;
    height: auto;
  }
  .ly_sl_main .ly_sl_case {
    margin: 0 20px 20px;
  }
  .ly_sl_img {
    display: none;
  }
  .ly_sl_section {
    padding: 0 20px;
    margin: 0;
  }
  .ly_map_img {
    display: none;
  }
  .ly_al_case {
    display: none;
  }
  .ly_al_main {
    position: static;
  }
  .ly_area_case {
    padding: 20px 0;
  }
  .ly_al_main {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .ly_al_main:before,
  .ly_al_main:after {
    display: none;
  }
  .ly_cy_list {
    margin-top: 20px;
  }
  .ly_al_item {
    width: 48%;
    height: 112px;
    margin-bottom: 15px;
  }
  .ly_al_item:nth-child(1),
  .ly_al_item:nth-child(2),
  .ly_al_item:nth-child(3),
  .ly_al_item:nth-child(5) {
    margin-right: unset;
  }
  .ly_al_item:nth-child(odd) {
    margin-right: 5px !important;
  }
  .ly_al_img {
    height: 30px;
  }
  .ly_al_tit {
    font-size: 12px;
  }
  .ly_cy_item {
    padding: 20px 15px;
    margin: 0 20px 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  }
  .ly_cy_item:nth-of-type(2n) .ly_cy_case {
    margin: 0;
  }
  .ly_cy_img {
    width: 100%;
    max-width: 40%;
  }
  .ly_cy_case {
    margin: 0;
  }
  .ly_cy_fs {
    padding: 0 20px;
    flex-direction: column;
  }
  .ly_cy_fd {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .ly_cy_fd + .ly_cy_fd:before {
    display: none;
  }
  .ly_cy_fg {
    margin-top: 20px;
    font-size: 14px;
  }
  .ly_cy_fg:after {
    margin-bottom: 20px;
  }
  .ly_cy_fh {
    font-size: 12px;
  }
}
.ly_ani_bm {
  position: relative;
  width: 416px;
  height: 400px;
  text-align: center;
}
.ly_ani_bm img {
  position: absolute;
  left: 50%;
  top: 50%;
  animation-timing-function: ease-out;
}
.ly_ani_010 {
  margin-left: -165px;
  margin-top: -201px;
}
.ly_ani_011 {
  margin-left: -200px;
  margin-top: 8px;
  z-index: 7;
  animation: right 3.5s infinite;
  animation-delay: 0.8s;
}
.ly_ani_012 {
  margin-left: -251px;
  margin-top: -120px;
  z-index: 6;
  animation: right 3.5s infinite;
  animation-delay: 0.6s;
}
.ly_ani_013 {
  margin-left: -197px;
  margin-top: -114px;
  z-index: 5;
  animation: right 3.5s infinite;
  animation-delay: 0.4s;
}
.ly_ani_014 {
  margin-left: -142px;
  margin-top: -105px;
  z-index: 4;
  animation: right 3.5s infinite;
  animation-delay: 0.2s;
}
.ly_ani_015 {
  margin-left: 57px;
  margin-top: -59px;
  z-index: 3;
  animation: updown 3.5s infinite;
  animation-delay: 0.2s;
}
.ly_ani_016 {
  margin-left: 57px;
  margin-top: -44px;
  z-index: 2;
  animation: updown 3.5s infinite;
  animation-delay: 0.4s;
}
.ly_ani_017 {
  margin-left: 46px;
  margin-top: -28px;
  z-index: 1;
  animation: updown 3.5s infinite;
  animation-delay: 0.6s;
}
.ly_ani_020 {
  margin-left: -214px;
  margin-top: -62px;
}
.ly_ani_021 {
  margin-left: -86px;
  margin-top: -67px;
  z-index: 9;
  animation: updownTen 4s infinite;
  animation-delay: 0.6s;
}
.ly_ani_022 {
  margin-left: 30px;
  margin-top: -124px;
  z-index: 8;
  animation: updownTen 4s infinite;
  animation-delay: 0.4s;
}
.ly_ani_023 {
  margin-left: -39px;
  margin-top: -166px;
  z-index: 7;
  animation: updownTen 4s infinite;
  animation-delay: 0.2s;
}
.ly_ani_024 {
  margin-left: -210px;
  margin-top: -61px;
  z-index: 6;
  animation: updownTen 4s infinite;
  animation-delay: 0.4s;
}
.ly_ani_025 {
  margin-left: 5px;
  margin-top: -70px;
  z-index: 5;
  animation: updownTen 4s infinite;
  animation-delay: 0.8s;
}
.ly_ani_026 {
  margin-left: -133px;
  margin-top: -18px;
  z-index: 4;
  animation: updownTen 4s infinite;
  animation-delay: 0.8s;
}
.ly_ani_027 {
  margin-left: -148px;
  margin-top: -185px;
  z-index: 3;
  animation: updownTen 4s infinite;
  animation-delay: 0s;
}
.ly_ani_028 {
  margin-left: 2px;
  margin-top: -202px;
  z-index: 2;
  animation: updownTen 4s infinite;
  animation-delay: 0.2s;
}
.ly_ani_029 {
  margin-left: -197px;
  margin-top: -105px;
  z-index: 1;
  animation: updownTen 4s infinite;
  animation-delay: 0.2s;
}
.ly_ani_030 {
  margin-left: -215px;
  margin-top: -206px;
}
.ly_ani_031 {
  margin-left: -168px;
  margin-top: -56px;
  z-index: 9;
  animation: right 4.5s infinite;
  animation-delay: 0.6s;
}
.ly_ani_032 {
  margin-left: -38px;
  margin-top: -57px;
  z-index: 8;
  animation: right 4.5s infinite;
  animation-delay: 0.4s;
}
.ly_ani_033 {
  margin-left: -128px;
  margin-top: -99px;
  z-index: 7;
  animation: right 4.5s infinite;
  animation-delay: 0.2s;
}
.ly_ani_034 {
  margin-left: -178px;
  margin-top: -132px;
  z-index: 6;
  animation: right 4.5s infinite;
  animation-delay: 0s;
}
.ly_ani_035 {
  margin-left: -251px;
  margin-top: -139px;
  z-index: 5;
  animation: right 4.5s infinite;
  animation-delay: 0.2s;
}
.ly_ani_036 {
  margin-left: -75px;
  margin-top: -125px;
  z-index: 4;
  animation: right 4.5s infinite;
  animation-delay: 0.4s;
}
.ly_ani_037 {
  margin-left: -123px;
  margin-top: -161px;
  z-index: 3;
  animation: rightTen 4.5s infinite;
  animation-delay: 0.6s;
}
.ly_ani_038 {
  margin-left: -166px;
  margin-top: -180px;
  z-index: 2;
  animation: right 4.5s infinite;
  animation-delay: 0.8s;
}
.ly_ani_039 {
  margin-left: -232px;
  margin-top: -197px;
  z-index: 1;
  animation: right 4.5s infinite;
  animation-delay: 1s;
}
.ly_ani_e_bm {
  position: relative;
}
.ly_ani_e_bm img {
  position: absolute;
  left: 50%;
  top: 50%;
  animation-timing-function: ease-out;
}
.ly_ani_e_bm .ly_ani_e_010 {
  display: block;
  position: relative;
  top: initial;
  left: initial;
  margin: 0 auto;
}
.ly_ani_e_011 {
  margin: -117px 0 0 -86px;
  z-index: 5;
  animation: updownTen 4s infinite;
  animation-delay: 1s;
}
.ly_ani_e_012 {
  margin: -173px 0 0 -9px;
  z-index: 4;
  animation: updownTen 4s infinite;
  animation-delay: 0.8s;
}
.ly_ani_e_013 {
  margin: -193px 0 0 -184px;
  z-index: 3;
  animation: updownTen 4s infinite;
  animation-delay: 0.6s;
}
.ly_ani_e_014 {
  margin: -192px 0 0 -193px;
  z-index: 2;
  animation: updownTen 4s infinite;
  animation-delay: 0.4s;
}
.ly_ani_e_015 {
  margin: -150px 0 0 -202px;
  z-index: 1;
  animation: updownTen 4s infinite;
  animation-delay: 0.2s;
}
@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-4px);
  }
  85% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes updownTen {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-8px);
  }
  85% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes right {
  0% {
    transform: translate(10px, -6px);
  }
  50% {
    transform: translate(-5px, 3px);
  }
  100% {
    transform: translate(10px, -6px);
  }
}
@keyframes rightTen {
  0% {
    transform: translate(6px, -3px);
  }
  50% {
    transform: translate(-4px, -2px);
  }
  100% {
    transform: translate(6px, -3px);
  }
}
.ly_main_comm .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ly_main_comm .cloud_part_5_container {
  height: 804px;
  position: relative;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap {
  position: absolute;
  top: 97px;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap {
  width: 200px;
  position: absolute;
  top: 0;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap .cloud_part_5_swiper_pagination.swiper-pagination {
  position: initial;
  color: #fff;
  width: auto;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap .cloud_part_5_swiper_btn_next,
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap .cloud_part_5_swiper_btn_prev {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap .cloud_part_5_swiper_btn_next:hover,
.ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box .cloud_part_5_pagination_wrap .cloud_part_5_swiper_btn_prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap {
  width: 100%;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box {
  background-size: cover;
  background-position: center;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box.bg_item_1 {
  background-image: url("/img/services/CloudMessage/cloud-part-5-bg-1.jpg");
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box.bg_item_2 {
  background-image: url("/img/services/CloudMessage/cloud-part-5-bg-2.jpg");
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box.bg_item_3 {
  background-image: url("/img/services/CloudMessage/cloud-part-5-bg-3.jpg");
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box.bg_item_4 {
  background-image: url("/img/services/CloudMessage/cloud-part-5-bg-4.jpg");
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner_box.bg_item_5 {
  background-image: url("/img/services/CloudMessage/cloud-part-5-bg-5.jpg");
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 98px;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_tit {
  font-size: 24px;
  color: #FF6901;
  margin-bottom: 21px;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_question {
  width: 723px;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 51px;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap {
  display: flex;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item .cloud_part_5_desc_label {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item .cloud_part_5_desc_value {
  height: 135px;
  font-size: 14px;
  color: #FFFFFF;
  width: 403px;
}
.ly_main_comm .cloud_part_6_container {
  height: 475px;
  background-image: url("/img/services/CloudMessage/cloud-part-6-bg.jpg");
  background-size: cover;
  background-position: center;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner .ly_pack_area {
  padding-top: 89px;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #FFFFFF;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list .cloud_part_6_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list .cloud_part_6_item .cloud_part_6_item_value {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 80px;
}
.ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list .cloud_part_6_item .cloud_part_6_item_label {
  width: 109px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1281px) {
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner {
    width: 960px;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_tit_wrap .cloud_part_5_tit_box {
    width: 960px;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .ly_main_comm .cloud_part_6_container {
    height: auto;
    background-image: url("/img/services/CloudMessage/cloud-part-6-mobile-bg.jpg");
  }
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner {
    width: 100%;
  }
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner .ly_pack_area {
    padding-top: 0.89rem;
  }
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list {
    width: 90%;
  }
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list .cloud_part_6_item .cloud_part_6_item_value {
    font-size: 0.8rem;
  }
  .ly_main_comm .cloud_part_6_container .cloud_part_6_inner .cloud_part_6_list .cloud_part_6_item .cloud_part_6_item_label {
    width: 1.09rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .ly_main_comm .cloud_part_5_container {
    height: auto;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_mobile_tit_wrap {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap {
    height: auto;
    background: #110E3B;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner {
    width: 100%;
    height: auto;
    padding-bottom: 0.98rem;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner img {
    width: 100%;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_inner_content {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_tit {
    font-size: 0.24rem;
    margin-bottom: 0.21rem;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_question {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.78rem;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap {
    flex-direction: column;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item {
    width: 100%;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item:first-child {
    margin-right: unset;
    margin-bottom: 0.5rem;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item .cloud_part_5_desc_label {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ly_main_comm .cloud_part_5_container .cloud_part_5_inner_wrap .cloud_part_5_inner .cloud_part_5_desc_wrap .cloud_part_5_desc_item .cloud_part_5_desc_value {
    font-size: 0.18rem;
    height: auto;
    width: 100%;
  }
}
.emm_android_wrap {
  background-color: #111111;
  color: #fff;
}
.emm_android_wrap .products_emm_android_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.emm_android_wrap .common_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
}
.emm_android_wrap .common_desc {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
.emm_android_wrap .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.emm_android_wrap .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emm_android_wrap .emm_android_part_1 {
  height: 834px;
  position: relative;
  background-image: url('/img/services/EmmAndroid/emmAndroid1-bg.jpg');
  background-size: cover;
  background-position: center;
}
.emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  text-align: center;
}
.emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_title .emm_android_part_1_text {
  margin-top: 45px;
}
.emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_desc {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin-top: 29px;
  margin-bottom: 30px;
}
.emm_android_wrap .emm_android_part_2 .space_bottom {
  height: 400px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
  height: 994px;
  position: sticky;
  top: 0;
  padding-top: 220px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left {
  width: 599px;
  box-sizing: border-box;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left .emm_android_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 54px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  padding: 0 30px;
  background: #262a2e;
  border-radius: 4px;
  transition: height 0.3s, background 0.3s;
  position: relative;
  cursor: pointer;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item:last-child {
  margin-bottom: 0;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_active {
  height: 274px;
  background: #0a66c2;
  border-radius: 4px 15px 15px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_active .emm_android_part_2_content_left_item_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_active .emm_android_part_2_content_left_item_mask {
  width: 131px;
  height: 76px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 100% 0;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_title {
  font-family: Poppins;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  height: 60px;
  display: flex;
  align-items: center;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_tit {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.9;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_desc {
  font-size: 16px;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 15px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_desc li {
  opacity: 0.9;
  list-style-type: disc;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_slider_box {
  width: 497px;
  height: 506px;
  overflow: hidden;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_slider_box_inner {
  width: 1491px;
  height: 506px;
  display: flex;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_slider_item {
  width: 497px;
  height: 506px;
}
.emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_slider_item img {
  width: 100%;
  height: 100%;
}
.emm_android_wrap .emm_android_part_3 {
  height: 750px;
  position: relative;
  background-image: url('/img/services/EmmAndroid/emmAndroid3-bg.jpg');
  background-size: cover;
  background-position: center;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 78px;
  text-align: center;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 510px;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content {
  position: relative;
  display: flex;
  align-items: center;
  height: 420px;
  width: 100%;
  justify-content: flex-end;
  margin-top: 55px;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_img {
  position: absolute;
  left: 0;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item {
  background: linear-gradient(to left, #0A66C2, transparent);
  padding-right: 50px;
  border-radius: 8px;
  height: 158px;
  width: 871px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_tit {
  width: 493px;
  font-weight: 500;
  font-family: Poppins;
  font-size: 18px;
  line-height: 30px;
  text-align: start;
}
.emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_desc {
  width: 493px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  opacity: 0.85;
  text-align: start;
}
.emm_android_wrap .emm_android_part_4 {
  height: 750px;
  position: relative;
  background-image: url('/img/services/EmmAndroid/emmAndroid4-bg.jpg');
  background-size: cover;
  background-position: center;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 205px;
  height: 100%;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content {
  position: relative;
  height: 100%;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  width: 551px;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  width: 551px;
  margin-top: 50px;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_desc p:first-child {
  margin-bottom: 15px;
}
.emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.emm_android_wrap .emm_android_part_5 {
  height: 1024px;
  position: relative;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 76px;
  margin-top: 149px;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box {
  width: 590px;
  height: 300px;
  background: #262626;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_top p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 28px;
  word-break: break-word;
}
.emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_desc {
  width: 100%;
  font-size: 16px;
  opacity: 0.85;
}
.emm_android_wrap .emm_android_footer_wrap {
  position: relative;
}
.emm_android_wrap .emm_android_footer_wrap .ly_area_an {
  background: #111111;
}
.emm_android_wrap .emm_android_footer_wrap .ly_area_an .ly_area_ac {
  color: #FFFFFF;
  z-index: 999;
}
.emm_android_wrap .emm_android_footer_wrap .ly_area_an .ly_area_av {
  color: #FFFFFF;
  z-index: 998;
}
@media screen and (max-width: 1281px) {
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner {
    width: 960px;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner {
    width: 960px;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner {
    width: 960px;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_tit {
    width: 380px;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_desc {
    width: 380px;
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner {
    width: 960px;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner {
    width: 960px;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box {
    width: 475px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 961px) {
  .emm_android_wrap .products_emm_android_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
  }
  .emm_android_wrap .common_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
  }
  .emm_android_wrap .common_desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .emm_android_wrap .emm_android_part_1 {
    height: auto;
    background-image: url('/img/services/EmmAndroid/emmAndroid1-monile_bg.jpg');
  }
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner {
    padding-top: 1.8rem;
    width: 100%;
  }
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
  }
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_title .emm_android_part_1_text {
    margin-top: 0.45rem;
  }
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.29rem;
    margin-bottom: 0.7rem;
  }
  .emm_android_wrap .emm_android_part_1 .emm_android_part_1_inner .emm_android_part_1_img {
    width: 4.14rem;
  }
  .emm_android_wrap .emm_android_part_2 {
    height: auto;
  }
  .emm_android_wrap .emm_android_part_2 .space_bottom {
    height: 0;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner {
    width: 5.31rem;
    margin: 0 auto;
    padding-top: 1.93rem;
    padding-bottom: 0.5rem;
    height: auto;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content {
    display: block;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left {
    width: 100%;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left .emm_android_part_2_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
    margin-bottom: 0.54rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item {
    height: auto;
    background: #111111;
    display: flex;
    flex-direction: column;
    padding: unset;
    align-items: center;
    margin-bottom: 1.45rem;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_title {
    margin-bottom: 0.24rem;
    width: 4.54rem;
    font-size: 0.3rem;
    height: auto;
    display: unset;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc {
    align-items: center;
    margin-top: unset;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_tit {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-left: unset;
    margin-top: 0.15rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_content_left_item_desc .emm_android_part_2_sub_desc li {
    list-style-type: none;
  }
  .emm_android_wrap .emm_android_part_2 .emm_android_part_2_inner .emm_android_part_2_content .emm_android_part_2_slider_item {
    width: 4.97rem;
    height: 5.06rem;
  }
  .emm_android_wrap .emm_android_part_3 {
    height: auto;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner {
    width: 100%;
    padding-top: 1rem;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
    width: 5.1rem;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content {
    flex-direction: column;
    height: auto;
    width: 90%;
    justify-content: center;
    margin-top: 0.55rem;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_img {
    width: 100%;
    position: unset;
    margin-bottom: 0.5rem;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item {
    background: unset;
    padding: unset;
    height: 1.58rem;
    width: 80%;
    align-items: center;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_tit {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_3 .emm_android_part_3_inner .emm_android_part_3_content .emm_android_part_3_content_box .emm_android_part_3_content_item .emm_android_part_3_content_desc {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.25rem;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_4 {
    height: auto;
    background-image: url('/img/services/EmmAndroid/emmAndroid4-mobile_bg.jpg');
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner {
    padding-top: 2.05rem;
    width: 100%;
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
    width: 80%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .emm_android_wrap .emm_android_part_4 .emm_android_part_4_inner .emm_android_part_4_content .emm_android_part_4_img {
    position: unset;
    width: 3.83rem;
  }
  .emm_android_wrap .emm_android_part_5 {
    height: auto;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner {
    width: 100%;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_title {
    font-size: 0.4rem;
    line-height: 0.44rem;
    margin-bottom: 0.76rem;
    margin-top: 1.49rem;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list {
    margin-bottom: 1rem;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box {
    width: 5.9rem;
    height: 3rem;
    padding: 0.4rem 0.5rem;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_top p {
    font-size: 0.28rem;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_top .emm_android_part_5_img {
    width: 0.9rem;
  }
  .emm_android_wrap .emm_android_part_5 .emm_android_part_5_inner .emm_android_part_5_list .emm_android_part_5_list_box .emm_android_part_5_box_desc {
    font-size: 0.16rem;
  }
  .emm_android_wrap .emm_android_footer_wrap .ly_area_an .ly_area_ax img {
    width: 0.64rem;
    z-index: 997;
  }
  .emm_android_wrap .emm_android_footer_wrap .ly_area_an .ly_area_ax .ly_area_ac {
    font-size: 0.18rem;
  }
  .emm_android_wrap .emm_android_footer_wrap .ly_area_an .ly_area_ax .ly_area_av {
    font-size: 0.18rem;
  }
}
.ant-btn-link.ly_btn_link {
  padding: 0;
}
.ant-btn-link.ly_btn_nav {
  width: 220px;
  height: 50px;
  padding: 0px 15px;
  border: none;
  background: #fff;
  overflow: hidden;
}
.ant-btn-link.ly_btn_nav:hover {
  background: #f5f5f5;
}
.ant-btn-link.ly_btn_nav > span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.ant-btn-link.ly_btn_nav .ly_btn_nav_img {
  align-self: center;
  margin-right: 14px;
}
.ant-btn-link.ly_btn_nav .ly_btn_nav_case {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: normal;
}
.ant-btn-link.ly_btn_nav .ly_btn_nav_tit {
  margin-bottom: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-btn-link.ly_btn_nav .ly_btn_nav_txt {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  width: 220px;
  white-space: pre-line;
  text-align: left;
}
.ant-btn-link.ly_btn_nav.zl_btn_nav .ly_btn_nav_img {
  align-self: flex-start;
  margin-bottom: 3px;
  object-fit: contain;
}
.ly_loading {
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
  margin: 0 auto;
  font-size: 40px;
  color: #63AF57;
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ly_head_wrap,
#ly_head_id {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  transition: all 200ms;
}
.ly_head_wrap.cur,
#ly_head_id.cur {
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.ly_head_wrap.cur .ly_head_logo,
#ly_head_id.cur .ly_head_logo {
  background: url("/img/MAXSTORE-logo.png") no-repeat center center;
  background-size: cover;
}
.ly_head_wrap.cur .ly_head_logo_zh,
#ly_head_id.cur .ly_head_logo_zh {
  background: url("/img/Logo_lh_color.png") no-repeat center center;
  background-size: auto 100%;
}
.ly_head_wrap.cur .ly_nav_item.active .ly_btn_link,
#ly_head_id.cur .ly_nav_item.active .ly_btn_link {
  color: rgba(35, 35, 91);
}
.ly_head_wrap.cur .ly_nav_item .ly_btn_link,
#ly_head_id.cur .ly_nav_item .ly_btn_link {
  color: rgba(35, 35, 91, 0.6);
}
.ly_head_wrap.cur .ly_nav_item .ly_btn_link:hover,
#ly_head_id.cur .ly_nav_item .ly_btn_link:hover {
  color: rgba(35, 35, 91);
}
.ly_head_wrap.cur .ly_nav_item .ly_btn_link.active,
#ly_head_id.cur .ly_nav_item .ly_btn_link.active {
  color: #23235b;
}
#ly_head_id.cur .ly_head_wrap {
  height: 64px;
  box-shadow: none;
}
.ly_head_case {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.ly_head_logo,
.ly_head_logo_zh {
  display: inline-block;
  width: 182px;
  height: 33px;
  background: url("/img/services/MaxStore/logo_MAXSTORE_v_white.png") no-repeat center center;
  background-size: cover;
}
.ly_head_logo_zh {
  width: 65px;
  background: url("/img/Logo_lh.png") no-repeat center center;
  background-size: auto 100%;
}
.ly_head_nav {
  display: flex;
}
.ly_head_nav.cur {
  visibility: visible;
  height: auto;
}
.ly_nav_item {
  position: relative;
  margin-left: 40px;
}
.ly_nav_item.active .ly_btn_link {
  color: rgba(255, 255, 255);
}
.ly_nav_item .ly_btn_link {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.ly_nav_item .ly_btn_link.active {
  color: #fff;
}
.ly_nav_item .ly_btn_link:hover {
  color: rgba(255, 255, 255);
}
.ly_nav_item .ly_nav_arrow:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 4px;
  border: 5px solid currentColor;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translate(2px, 3px);
}
.ly_sub_box {
  position: absolute;
  right: -100px;
  top: 35px;
  perspective: 200px;
  visibility: hidden;
}
.ly_nav_sub {
  pointer-events: none;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 740px;
  padding: 30px 0 20px 26px;
  background: #fff;
  transition: all 200ms;
  opacity: 0;
  transform: rotate3d(1, 0, 0, 6deg);
  will-change: transform, opacity;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.ly_focusTab {
  visibility: visible;
}
.ly_focusTab .ly_nav_sub {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg);
}
.ly_nav_sub_item {
  margin: 0 15px 10px 0;
}
.ly_head_btn {
  display: none;
}
.ly_sub_case {
  position: absolute;
  left: 0;
  top: 48px;
}
.ly_sub_show {
  visibility: visible;
  will-change: transform;
  position: absolute;
  top: 52px;
  box-shadow: 0px 3px 5px 0px rgba(4, 0, 0, 0.13);
  width: 100vw;
}
.ly_sub_show .ly_sub_list {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 6deg);
  transform: scaleY(1);
}
.ly_sub_list {
  width: 128px;
  padding: 20px 0;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  will-change: transform, opacity;
  box-shadow: 0 -1px 0px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleY(0);
  transform-origin: top;
}
.ly_sub_link {
  display: block;
  padding: 0 0 0 20px;
  height: 35px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_sub_link:hover {
  color: rgba(0, 0, 0, 0.85);
  background: #f5f5f5;
}
@media screen and (max-width: 961px) {
  .ly_nav_screen_items .ly_btn_link {
    color: rgba(35, 35, 91, 0.6);
  }
  .ly_nav_screen_items .ly_btn_link.active {
    color: #23235b;
  }
  .ly_head_wrap,
  #ly_head_id {
    height: 64px;
  }
  .ly_head_wrap .ly_btn_link,
  #ly_head_id .ly_btn_link {
    color: rgba(35, 35, 91, 0.6);
  }
  .ly_head_wrap .ly_btn_link.active,
  #ly_head_id .ly_btn_link.active {
    color: #23235b;
  }
  .ly_head_wrap.cur,
  #ly_head_id.cur {
    height: 64px;
    background-color: #fff;
    box-shadow: none;
  }
  .ly_head_case {
    display: block;
  }
  .ly_head_pax {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .ly_head_logo {
    background-size: cover;
  }
  .ly_head_nav {
    display: block;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    margin: 0 -15px;
    padding: 0 15px;
    visibility: hidden;
    transition: all 0.3s;
  }
  .ly_head_nav.cur {
    visibility: visible;
    height: 400px;
  }
  .ly_head_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 13px;
    width: 38px;
    height: 38px;
    border: 1px solid #63af57;
    border-radius: 4px;
    background: #fff;
  }
  .ly_head_btn:before {
    content: "";
    display: block;
    width: 22px;
    height: 14px;
    border-top: 2px solid #63af57;
    border-bottom: 2px solid #63af57;
    background-color: #63af57;
    padding: 4px 0;
    background-clip: content-box;
  }
  .ly_head_btn.cur {
    background: #63af57;
  }
  .ly_head_btn.cur:before {
    border-top-color: #fff;
    border-bottom-color: #fff;
    background-color: #fff;
  }
  .ly_nav_item {
    margin: 0;
    padding: 0 30px;
    border-top: 1px solid #eeeef2;
  }
  .ly_nav_item .ly_btn_link {
    height: 58px;
    line-height: 58px;
  }
  .ly_nav_item .ly_sub_box {
    position: static;
    visibility: visible;
    display: none;
  }
  .ly_nav_item .ly_sub_box .ly_nav_sub {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: initial;
    padding: 0;
    pointer-events: auto;
    width: 100%;
  }
  .ly_nav_item .ly_sub_box.ly_focusTab {
    display: block;
  }
  .ly_sub_case {
    position: static;
    display: none;
  }
  .ly_sub_case.ly_sub_show {
    display: block;
  }
  .ly_sub_list {
    transform: none;
    pointer-events: auto;
    opacity: 1;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto.woff2") format("woff2"), url("/fonts/Roboto.woff") format("woff"), url("/fonts/Roboto.ttf") format("truetype"), url("/fonts/Roboto.eot") format("embedded-opentype"), url("/fonts/Roboto.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/fonts/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype"), url("/fonts/Roboto-Medium.eot") format("embedded-opentype"), url("/fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("/fonts/Ubuntu-Light.woff2") format("woff2"), url("/fonts/Ubuntu-Light.woff") format("woff"), url("/fonts/Ubuntu-Light.ttf") format("truetype"), url("/fonts/Ubuntu-Light.eot") format("embedded-opentype"), url("/fonts/Ubuntu-Light.svg") format("svg");
}
@font-face {
  font-family: "number";
  src: url("/fonts/number.eot");
  src: url("/fonts/number.eot?#iefix") format("embedded-opentype"), url("/fonts/number.woff") format("woff"), url("/fonts/number.ttf") format("truetype"), url("/fonts/number.svg#number") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Din-condensed";
  src: url("/fonts/D-DINCondensed-Bold.eot") format("embedded-opentype"), url("/fonts/D-DINCondensed-Bold.svg") format("svg"), url("/fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("/fonts/D-DINCondensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Condensed-light";
  src: url("/fonts/D-DINCondensed.eot") format("embedded-opentype"), url("/fonts/D-DINCondensed.svg") format("svg"), url("/fonts/D-DINCondensed.ttf") format("truetype"), url("/fonts/D-DINCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("/fonts/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/fonts/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/fonts/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("/fonts/Poppins-Regular.otf") format("opentype");
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  font-family: "Poppins-Light", "Roboto", "Roboto-Medium", "Helvetica", "Segoe UI", "HelveticaNeue", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "Sans Serif";
  line-height: inherit;
  box-sizing: border-box;
  user-select: text;
}
header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  outline: 0;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f3f3f4;
  overflow: hidden;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 600px white inset;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.03);
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  mix-blend-mode: overlay;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
*::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
*::-webkit-scrollbar-corner {
  height: 0;
  width: 0;
}
input:disabled {
  cursor: not-allowed;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input:disabled:not(:placeholder-shown) {
  -webkit-text-fill-color: #9e9e9e;
}
#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ly_main_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.ly_main_comm {
  position: relative;
  width: 100%;
}
.ly_main_section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
}
.ly_no_data {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1281px) {
  .ly_main_wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .ly_main_wrap {
    max-width: 100%;
  }
}
.ly_foot_area {
  display: flex;
  padding: 52px 0;
}
.ly_foot_main {
  flex-shrink: 0;
  overflow: hidden;
  width: 396px;
  min-height: 296px;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ly_foot_side {
  width: 474px;
  flex-shrink: 0;
}
.ly_foot_link {
  display: block;
}
.ly_foot_logo {
  display: block;
}
.ly_foot_case {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  opacity: 0.6;
}
.ly_foot_txt {
  align-self: flex-start;
  font-size: 12px;
  color: #000000;
  line-height: 26px;
}
.ly_foot_tit {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_foot_list {
  display: flex;
  flex-wrap: wrap;
}
.ly_foot_item {
  width: 33.3333%;
}
.ly_foot_prd {
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 0.6;
}
.ly_foot_section {
  display: flex;
  flex-direction: column;
}
.ly_foot_section .ly_foot_tit {
  margin-bottom: 12px;
}
.ly_foot_con {
  padding-left: 30px;
}
@media screen and (max-width: 1281px) {
  .ly_foot_side {
    width: 350px;
  }
}
@media screen and (max-width: 961px) {
  .ly_foot_area {
    display: block;
    padding: 20px 0;
  }
  .ly_foot_side {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ly_foot_main {
    width: 100%;
    min-height: initial;
    padding: 0 20px;
    margin-bottom: 20px;
    border: none;
  }
  .ly_foot_case {
    margin-top: 20px;
  }
  .ly_foot_con {
    padding: 0 20px;
  }
}
.ly_app_head {
  height: 272px;
  padding-top: 1px;
  background: url("/img/process-banner-app-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
.ly_app_head_tit {
  margin-top: 120px;
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 32px;
  color: #ffffff;
}
.ly_app_head_txt {
  line-height: 22px;
  margin-bottom: 24px;
  font-size: 12px;
  opacity: 0.7;
}
.ly_sort_wrap {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  padding: 34px 0 20px 0;
}
.ly_sort_tit {
  font-weight: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_sort_opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_sort_opt:after {
  content: "";
  display: none;
  width: 22px;
  height: 22px;
  background: url("/img/btn-file-up.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.ly_sort_opt.cur:after {
  display: block;
}
.ly_sort_opt.asc:after {
  transform: rotate(0deg);
}
.ly_sort_sel {
  width: 256px;
  border-bottom: 1px solid #e0e0e0;
}
.ly_sort_sel .ant-select-selection-item {
  font-size: 16px;
}
.ly_sort_sel .ant-select-selection-item .ly_sort_opt:after {
  display: none;
}
.ly_app_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ly_app_wrap {
  padding-bottom: 20px;
}
.ly_app_item {
  width: 25%;
  padding: 10px;
}
.ly_app_case {
  position: relative;
  padding: 30px 15px;
  background: #fff;
  text-align: center;
  line-height: 1.5em;
  height: 303px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.24s ease-out;
}
.ly_app_case:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.ly_app_img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.ly_app_tit {
  margin: 30px 0 12px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
}
.ly_app_txt {
  max-height: 100px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.ly_app_page {
  text-align: right;
}
.app_portal_info {
  position: relative;
  background: #fff;
  padding: 20px 20px 0;
  transition: all 0.24s ease-out;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.app_portal_info_case {
  display: flex;
}
.app_portal_info_head {
  display: flex;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
}
.app_img_wrap {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.app_tit_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  margin-left: 18px;
}
.app_tit_case {
  display: inline-block;
  line-height: 28px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: normal;
}
.app_txt_case {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: normal;
  height: 24px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  text-transform: initial;
  color: #00BCD4;
}
.app_detail_list {
  display: flex;
  flex-wrap: wrap;
  width: 575px;
  flex-shrink: 0;
}
.app_detail_item {
  width: 33.3333%;
  margin-bottom: 15px;
}
.app_label_item {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.app_label_txt {
  line-height: 22px;
  font-size: 14px;
  word-wrap: break-word;
}
.ly_drop_down {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.ly_arrow_icon {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0.45);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.app_label_link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.app_link_txt {
  display: inline-block;
  max-width: 170px;
  margin-right: 4px;
  font-size: 14px;
  color: #00BCD4;
  overflow: hidden;
}
.ly_link_case {
  display: flex;
  align-items: flex-end;
  height: 140px;
  padding-bottom: 20px;
}
.ly_link_btn {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.ly_link_btn:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ly_link_btn:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  background: url("/img/btn-back.svg") no-repeat left top;
  background-size: 100% 100%;
}
.app_portal_main {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  transition: all 0.24s ease-out;
}
.app_portal_main_section {
  flex: 1;
  width: 1px;
  background: #fff;
  padding: 14px 20px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.app_detail_side {
  align-self: flex-start;
  width: 240px;
  margin-left: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 13px 15px 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.app_detail_side_tit {
  line-height: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E8EA;
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.app_detail_side_item {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #E6E8EA;
}
.app_detail_side_link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.app_detail_side_img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.app_detail_side_case {
  flex: 1;
  overflow: hidden;
}
.app_detail_side_label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}
.app_portal_tit {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin: 16px 0;
  border-left: 2px solid #262626;
}
.app_screenshot_box {
  background: #f2f5f7;
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
}
.app_screenshot_box ul {
  height: auto;
  display: flex;
  transition: all 0.18s linear 0.1s;
}
.app_screenshot_box ul li {
  width: 160px;
  display: inline;
  list-style: none;
  white-space: nowrap;
  margin-right: 16px;
  border: 1px solid #f3f5f7;
  cursor: pointer;
}
.app_screenshot_box ul li img {
  width: 160px;
}
.app_screenshot_box_container {
  margin: 0 72px;
  overflow: hidden;
}
.app_screenshot_box_left_btn,
.app_screenshot_box_right_btn {
  border-radius: 50%;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
.app_screenshot_box_left_btn:hover,
.app_screenshot_box_right_btn:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.app_screenshot_box_left_btn {
  left: 16px;
  background: url("/img/app_screenshot_box_left_btn.png") no-repeat center;
}
.app_screenshot_box_right_btn {
  right: 16px;
  background: url("/img/app_screenshot_box_right_btn.png") no-repeat center;
}
.app_screenshot_popup .ant-modal-close-x {
  color: #ff9800;
  font-size: 18px;
}
.app_screenshot_popup .app_select_btn {
  position: absolute;
  cursor: pointer;
  font-size: 32px;
  line-height: 64px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.18s linear;
}
.app_screenshot_popup .app_select_btn:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.app_screenshot_popup .app_select_btn.notAvailable {
  display: none;
}
.app_screenshot_popup .app_previous_btn {
  left: 30px;
  top: calc(50% - 20px);
  background: url("/assets/img/app_screenshot_box_left_btn.png") no-repeat center;
}
.app_screenshot_popup .app_next_btn {
  right: 30px;
  top: calc(50% - 20px);
  background: url("/assets/img/app_screenshot_box_right_btn.png") no-repeat center;
}
.app_screenshot_popup img {
  max-width: 500px;
  max-height: 500px;
}
.app_screenshot_case {
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  bottom: -7px;
  z-index: 99;
}
.app_screenshot_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  text-align: center;
}
.app_screenshot_left_deg,
.app_screenshot_right_deg {
  display: block;
  width: 44px;
  height: 44px;
  background: url("/img/btn-Redo.svg") no-repeat center center;
  background-size: 30px 30px;
  cursor: pointer;
}
.app_screenshot_left_deg {
  transform: rotateY(180deg);
}
.app_text_pre {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 1281px) {
  .ly_app_item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 961px) {
  .ly_app_head_tit {
    font-size: 16px;
  }
  .ly_app_item {
    width: 100%;
  }
  .ly_sort_wrap {
    flex-direction: column;
    padding: 20px;
  }
  .ly_app_list {
    padding: 0 20px;
  }
  .ly_sort_tit {
    text-align: center;
    font-size: 16px;
  }
  .ly_sort_sel {
    width: 100%;
  }
  .ly_app_page {
    text-align: center;
  }
  .app_portal_info {
    margin: 0 20px;
  }
  .app_portal_info_case {
    flex-direction: column;
  }
  .app_detail_list {
    width: 100%;
    margin-top: 20px;
  }
  .app_detail_item {
    width: 50%;
  }
  .ly_link_case {
    margin: 0 20px;
    height: 120px;
    padding-bottom: 10px;
  }
  .app_portal_main {
    flex-direction: column;
    margin: 20px;
  }
  .app_portal_main_section {
    width: auto;
  }
  .ly_link_btn {
    font-size: 16px;
  }
  .app_portal_tit {
    margin: 10px 0;
    font-size: 16px;
  }
  .app_detail_side {
    width: 100%;
    margin: 20px 0;
  }
  .ly_sort_opt {
    font-size: 14px;
  }
}
.ly_cat_head {
  height: 540px;
  padding-top: 160px;
  background: url("/img/home-banner-bg.jpg") no-repeat center #fff;
  background-size: cover;
  text-align: center;
  box-shadow: 0 3px 10px rgba(2, 108, 122, 0.2);
}
.ly_cat_tit {
  line-height: 44px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.ly_cat_txt {
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}
.ly_cat_info {
  position: relative;
  display: flex;
  margin: -235px auto 50px auto;
  height: 700px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(91, 95, 135, 0.2);
  background: #fff;
}
.ly_cat_info.success {
  flex-direction: column;
  justify-content: center;
  height: 302px;
  text-align: center;
  transition: initial;
}
.ly_cat_info.success .ly_cat_tit {
  color: rgba(0, 0, 0, 0.85);
}
.ly_cat_info.success .ly_cat_txt {
  color: rgba(0, 0, 0, 0.45);
}
.ly_cat_info.success .ly_info_btn {
  margin-top: 40px;
}
.ly_cat_main {
  flex: 1;
  overflow: hidden;
  padding: 0 40px 30px;
}
.ly_cat_side {
  width: 324px;
  height: 100%;
  background: url("/img/contact-image-logo.png") no-repeat center;
  background-size: cover;
  padding: 0 40px;
}
.ly_cat_side_tit {
  padding: 50px 0 40px 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.ly_cat_side_item {
  padding-left: 34px;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.ly_cat_side_item.email {
  background: url("/img/contact-icon-email.png") no-repeat left 6px;
}
.ly_cat_side_item.address {
  background: url("/img/contact-icon-address.png") no-repeat 4px 8px;
}
.ly_info_tit {
  padding: 50px 0 10px 0;
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  background: url("/img/contact-icon-message.png") no-repeat right center;
}
.ly_info_txt {
  margin-bottom: 30px;
  line-height: 18px;
  text-align: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_info_list {
  display: flex;
  flex-wrap: wrap;
}
.ly_info_item {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 30px;
}
.ly_info_item.fullwidth {
  width: 100%;
}
.ly_info_item.require:after {
  content: "*";
  color: #FF0000;
  position: absolute;
  right: 15px;
  top: 30px;
}
.ly_info_item > input,
.ly_info_item > select {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 28px;
  outline: none;
  border: none;
  border-bottom: 1px solid #d3e0ea;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  background: #fff;
  padding: 0;
}
.ly_info_item > input::placeholder,
.ly_info_item > select::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.ly_info_item > select {
  white-space: nowrap;
  appearance: none;
}
.ly_info_item > select option {
  font-size: 14px;
}
.ly_info_item textarea {
  width: 100%;
  height: 80px;
  line-height: 28px;
  margin-top: 5px;
  padding: 0 11px;
  resize: none;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  background: #fff;
}
.ly_info_item textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.ly_info_label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_info_error {
  display: block;
  height: 14px;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #FF6901;
}
.ly_info_foot {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.ly_info_btn {
  display: inline-block;
  font-size: 16px;
  background: #ff6901;
  color: #fff;
  box-shadow: 0 3px 8px rgba(255, 105, 0, 0.2);
  height: 40px;
  min-width: 90px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 2px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  text-align: center;
  cursor: pointer;
}
.ly_info_btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
.ly_ab_case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 95px 0 50px 0;
}
.ly_ab_img {
  width: 534px;
  margin-left: 122px;
}
.ly_ab_adr {
  width: 602px;
  margin-left: 122px;
}
.ly_ab_tit {
  margin-bottom: 50px;
  font-size: 40px;
}
.ly_ab_txt {
  margin-bottom: 30px;
}
.ly_ab_ser {
  padding: 80px 0;
}
.ly_ab_com {
  width: 100%;
}
.ly_ab_hone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 516px;
  background: url("/img/lh_hone.png") no-repeat center center;
  background-size: cover;
}
.ly_ab_hone_tit {
  margin-bottom: 70px;
  color: #fff;
  font-size: 40px;
}
.ly_ab_geek {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 800px;
  background: #f8f9fd;
}
.ly_ab_media {
  width: 100%;
  max-width: 1021px;
}
.ly_cat_section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.ly_ab_cat {
  display: block;
  width: 202px;
  height: 50px;
  margin-top: 60px;
  line-height: 50px;
  background: #1362F0;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s;
}
.ly_ab_cat:hover {
  background: #083b97;
  color: #fff;
}
@media screen and (max-width: 961px) {
  .ly_cat_head {
    height: 275px;
    padding-top: 90px;
  }
  .ly_cat_info {
    flex-direction: column;
    margin-top: -100px;
    padding: 0 40px;
    background: none;
    height: auto;
  }
  .ly_cat_tit {
    font-size: 16px;
    line-height: normal;
  }
  .ly_cat_main {
    background: #fff;
    padding: 0 20px 20px;
  }
  .ly_info_tit {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .ly_info_txt {
    margin-bottom: 20px;
  }
  .ly_info_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ly_info_item > input,
  .ly_info_item > select,
  .ly_info_item > textarea {
    font-size: 14px;
  }
  .ly_cat_side {
    width: 100%;
    margin-bottom: 20px;
  }
  .ly_cat_side_tit {
    padding: 30px 0;
    font-size: 16px;
  }
  .ly_cat_side_item {
    padding-bottom: 20px;
  }
  .ly_cat_info.success {
    height: 200px;
    box-shadow: none;
  }
  .ly_cat_box {
    padding: 20px;
    background: #fff;
  }
  .ly_ab_case {
    flex-direction: column;
    align-items: flex-start;
  }
  .ly_ab_img,
  .ly_ab_adr {
    margin-left: 0;
    width: 100%;
    max-width: 534px;
  }
  .ly_ab_com {
    padding: 20px 0;
  }
  .ly_ab_hone {
    height: 216px;
  }
  .ly_ab_tit,
  .ly_ab_hone_tit {
    margin-bottom: 28px;
    font-size: 28px;
  }
  .ly_ab_hone_pic {
    width: 80%;
  }
  .ly_ab_geek {
    padding: 20px 0;
    height: auto;
    background: #fff;
  }
  .ly_ab_cat {
    margin-top: 28px;
    margin-bottom: 20px;
  }
}
.ly_news_wrap {
  background: #fff;
  padding-bottom: 60px;
}
.ly_news_bcg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 272px;
  margin-bottom: 35px;
  background: url("/img/news_bcg.jpg") no-repeat center center;
  background-size: cover;
  font-weight: 400;
  color: #FFFFFF;
}
.ly_news_tit {
  font-size: 32px;
}
.ly_news_txt {
  font-size: 12px;
  margin-top: 15px;
}
.ly_news_main_tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ly_news_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ly_news_item {
  width: calc(50% - 21px);
  margin-bottom: 40px;
  cursor: pointer;
}
.ly_news_item:hover .ly_news_case {
  transition: all 0.5s ease;
  background: #131447;
}
.ly_news_item:hover .ly_tag_txt {
  color: #fff;
  opacity: 0.45;
}
.ly_news_item:hover .ly_tag_tit {
  color: #fff;
}
.ly_news_item:hover .ly_news_arrow {
  opacity: 1;
}
.ly_news_pic {
  width: 100%;
}
.ly_news_case {
  position: relative;
  height: 177px;
  padding: 30px 30px 0;
  background: #F7F8FA;
  transition: all 0.2s;
}
.ly_news_tag {
  display: flex;
  margin-bottom: 20px;
}
.ly_tag_category {
  flex: 1;
  margin-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 99;
}
.ly_tag_date {
  width: 80px;
  flex-shrink: 0;
}
.ly_tag_txt {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 20px;
  transition: all 0.2s;
}
.ly_tag_tit {
  max-height: 66px;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
}
.ly_detail_wrap {
  padding-top: 84px;
  background: #fff;
}
.ly_detail_bread {
  display: block;
  margin-bottom: 50px;
  line-height: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ly_bread_link {
  color: rgba(0, 0, 0, 0.45);
}
.ly_detail_tit {
  line-height: 46px;
  margin-bottom: 35px;
  word-wrap: break-word;
  max-width: 1200px;
  font-size: 30px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
}
.ly_detail_bcg {
  width: 100%;
}
.ly_detail_con {
  display: flex;
  margin-top: 35px;
}
.ly_detail_main {
  display: flex;
  flex-direction: column;
  width: 262px;
  flex-shrink: 0;
  margin-right: 8px;
  word-wrap: break-word;
}
.ly_detail_main .ly_tag_txt {
  margin-bottom: 8px;
}
.ly_detail_side {
  overflow: hidden;
  width: 100%;
}
.ly_detail_side h1,
.ly_detail_side h2,
.ly_detail_side h3,
.ly_detail_side h4,
.ly_detail_side h5,
.ly_detail_side h6,
.ly_detail_side dl,
.ly_detail_side dt,
.ly_detail_side dd,
.ly_detail_side ul,
.ly_detail_side ol,
.ly_detail_side li,
.ly_detail_side p,
.ly_detail_side blockquote,
.ly_detail_side pre,
.ly_detail_side .hr,
.ly_detail_side figure,
.ly_detail_side table,
.ly_detail_side caption,
.ly_detail_side th,
.ly_detail_side td,
.ly_detail_side form,
.ly_detail_side fieldset,
.ly_detail_side legend,
.ly_detail_side input,
.ly_detail_side button,
.ly_detail_side textarea,
.ly_detail_side menu {
  margin: initial;
  padding: initial;
  font-family: initial;
}
.ly_detail_side header,
.ly_detail_side footer,
.ly_detail_side section,
.ly_detail_side article,
.ly_detail_side aside,
.ly_detail_side nav,
.ly_detail_side address,
.ly_detail_side figure,
.ly_detail_side figcaption,
.ly_detail_side menu,
.ly_detail_side details {
  display: initial;
}
.ly_detail_side table {
  border-collapse: initial;
  border-spacing: initial;
  word-wrap: break-word;
}
.ly_detail_side caption,
.ly_detail_side th {
  text-align: initial;
}
.ly_detail_side i,
.ly_detail_side cite,
.ly_detail_side var,
.ly_detail_side address,
.ly_detail_side dfn {
  font-style: initial;
}
.ly_detail_side h1,
.ly_detail_side h2,
.ly_detail_side h3,
.ly_detail_side h4,
.ly_detail_side h5,
.ly_detail_side h6,
.ly_detail_side small {
  font-size: initial;
}
.ly_detail_side label,
.ly_detail_side summary {
  cursor: initial;
}
.ly_detail_side h1,
.ly_detail_side h2,
.ly_detail_side h3,
.ly_detail_side h4,
.ly_detail_side h5,
.ly_detail_side h6,
.ly_detail_side strong,
.ly_detail_side b {
  font-weight: initial;
}
.ly_detail_side h1,
.ly_detail_side h2,
.ly_detail_side h3,
.ly_detail_side h4,
.ly_detail_side h5,
.ly_detail_side h6 {
  line-height: 1.5em;
  font-weight: bold;
}
.ly_detail_side h1 {
  font-size: 32px;
}
.ly_detail_side h2 {
  font-size: 24px;
}
.ly_detail_side li h3,
.ly_detail_side h3 {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}
.ly_detail_side h4 {
  font-size: 18px;
}
.ly_detail_side h5 {
  font-size: 16px;
}
.ly_detail_side h6 {
  font-size: 14px;
}
.ly_detail_side strong,
.ly_detail_side b {
  font-weight: bold;
}
.ly_detail_side li em,
.ly_detail_side em {
  display: inline;
  width: auto;
  color: initial;
  font-style: italic;
  line-height: 1.5em;
  padding: initial;
}
.ly_detail_side ul ol,
.ly_detail_side ol ul {
  padding-left: 20px;
}
.ly_detail_side ul,
.ly_detail_side ol {
  margin: 10px 16px;
}
.ly_detail_side blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.ly_detail_side ins,
.ly_detail_side u {
  text-decoration: underline;
}
.ly_detail_side del,
.ly_detail_side s {
  text-decoration: line-through;
}
.ly_detail_side code {
  overflow-wrap: break-word;
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 3px;
  font-family: monospace;
}
.ly_detail_side pre {
  overflow-wrap: break-word;
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1em 10px;
}
.ly_detail_side li {
  list-style: unset;
  line-height: 2em;
}
.ly_detail_side li.public-DraftStyleDefault-depth0 {
  list-style: none;
}
.ly_detail_txt image {
  width: 100%;
}
.ly_news_arrow {
  opacity: 0;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.news_detail_wrap.ly_main_wrap {
  max-width: 1012px;
}
@media screen and (max-width: 961px) {
  .ly_tag_txt {
    font-size: 12px;
  }
  .ly_news_bcg {
    padding-top: 40px;
    margin-bottom: 20px;
    height: 200px;
  }
  .ly_news_tit {
    font-size: 16px;
  }
  .ly_news_main_tit {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .ly_news_wrap .ly_main_wrap {
    padding: 0 20px;
  }
  .ly_news_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ly_news_case {
    height: 107px;
    padding: 20px 20px 0;
  }
  .ly_news_tag {
    margin-bottom: 10px;
  }
  .ly_tag_tit {
    max-height: 50px;
    font-size: 14px;
  }
  .ly_news_txt {
    padding: 0 20px;
  }
  .ly_detail_wrap {
    padding: 84px 20px 20px;
  }
  .ly_detail_bread {
    margin-bottom: 25px;
  }
  .ly_detail_tit {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 16px;
  }
  .ly_detail_con {
    margin-top: 20px;
    flex-direction: column;
  }
  .ly_detail_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
  }
  .ly_detail_txt p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
#root.keydown_tab .ly_head_logo:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
#root.keydown_tab .ly_btn_link:focus {
  background: rgba(255, 255, 255, 0.3);
}
#root.keydown_tab .cur .ly_head_logo:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
#root.keydown_tab .cur .ly_btn_link:focus {
  background: rgba(0, 0, 0, 0.1);
}
#root.keydown_tab .ly_btn_nav:focus {
  background: #f5f5f5;
}
#root.keydown_tab .ly_prd_item:focus {
  box-shadow: inset 0 0 15px 0 rgba(49, 99, 175, 0.32);
}
#root.keydown_tab .ly_con_btn:focus {
  outline: 2px solid #000;
  box-shadow: inset 0 0 0 2px #fff;
}
#root.keydown_tab .ly_business_item:focus {
  box-shadow: inset 0 0 15px 0 rgba(49, 99, 175, 0.32);
}
#root.keydown_tab .ly_foot_area a:focus {
  outline: 1px solid #000;
}
#root.keydown_tab .ly_sub_link:focus {
  background: #f5f5f5;
}

