.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_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_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);
}
@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_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_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.ly_news_main_tit {
  font-size: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ly_news_title_active {
  color: rgba(33, 136, 237, 0.85);
}
.ly_news_title_tab {
  cursor: pointer;
}
.ly_news_title_margin {
  margin-right: 42px;
}
.ly_news_title_size {
  font-size: 20px;
  font-weight: 400;
}
.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_tag_tit:first-letter {
  text-transform: capitalize;
}
.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 {
  width: 100%;
  overflow: hidden;
}
.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 em,
.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;
  }
}
.elys-iframe-wrapper {
  width: 100%;
  min-height: calc(100vh - 389px);
  padding-top: 72px;
  overflow-y: auto;
  position: relative;
}
.elys-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.zl_head_wrap.white_background {
  background: white;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.05);
}
.zl_head_wrap.white_background .ly_btn_link {
  color: #474747 !important;
}
.zl_head_wrap.white_background .ly_nav_item.active .ly_btn_link,
.zl_head_wrap.white_background .ly_nav_item:hover .ly_btn_link {
  color: #2188ee !important;
}
.zl_head_wrap.white_background .ly_nav_item.active:after {
  background: #2188ee !important;
}
.zl_head_wrap.ly_head_wrap {
  height: 72px;
}
.zl_head_wrap.ly_head_wrap .ly_head_logo {
  width: 136px;
  height: 37px;
  background: url("/img/ZOLON_logo.png") no-repeat center center;
  background-size: contain;
}
.zl_head_wrap.ly_head_wrap .ly_head_logo.white-logo {
  background: url("/img/ZOLON_logo_white.png") no-repeat center center;
  background-size: contain;
}
.zl_head_wrap.ly_head_wrap .zl_head_right {
  display: flex;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_btn_link {
  transition: all 0.3s;
  color: #ffffff;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_sub_box {
  right: 0;
  left: -300px;
  z-index: 999;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_sub_box.zl_sub_box {
  left: -77px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_sub_box.zl_sub_box .ly_nav_sub {
  width: 500px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_sub_list {
  width: 160px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container {
  max-width: 1200px;
  margin: 0 auto;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 21px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_info .each_product {
  cursor: pointer;
  margin-bottom: 20px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_info .product_label_active {
  color: #2188ed;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_detail_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_detail_wrap:nth-child(n+3) {
  border-top: 1px solid #eaeaea;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_detail_tit {
  font-size: 14px;
  color: #909090;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .each_product_detail {
  border-radius: 6px;
  text-align: center;
  margin-right: 60px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .each_product_detail img {
  transition: 0.3s;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .each_product_detail:hover {
  color: #2188ee;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .each_product_detail:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_name {
  margin-top: 19px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .product_container .product_img {
  margin-top: 27px;
  height: 62px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container {
  max-width: 1200px;
  margin: 0 auto;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution {
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 27px;
  width: 349px;
  height: 180px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution:last-child {
  margin-right: 0;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1);
  transition: all 0.3s;
  transform-origin: bottom;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_background:hover {
  transform: scale(1.05);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_info {
  padding: 0 0 24px 0;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_img_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_img_container .each_solution_img {
  height: 25px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_img_container .each_solution_arrow {
  transition: all 0.3s cubic-bezier(0.38, 0, 0.24, 1);
  opacity: 0;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution .each_solution_subtitle {
  line-height: 18px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 14px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .solution_container .solution_info .each_solution:hover .each_solution_arrow {
  transition: all 0.3s;
  opacity: 1;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .about_container {
  display: flex;
  position: relative;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .about_container .about_container_link {
  cursor: pointer;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .about_container .about_container_link:hover {
  color: #2188ee;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container {
  max-width: 1200px;
  margin: 0 auto;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info {
  display: flex;
  justify-content: flex-start;
  margin-top: 21px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new {
  width: 350px;
  height: 218px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container {
  height: 100%;
  background: url("/img/service_maxstore_left_bg.png") no-repeat center center;
  cursor: pointer;
  display: flex;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container:hover {
  transform: scale(1.05) translateY(-5%);
  transform-origin: top;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container:hover .service_info_title_info .main_title {
  color: #2188ee;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container:hover .service_info_title_info .sub_title {
  color: #2188ee;
  opacity: 0.7;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container .service_info_title_info {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-left: 27px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container .service_info_title_info .main_title {
  font-size: 20px;
  color: #474747;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left_new .service_info_left_container .service_info_title_info .sub_title {
  font-size: 16px;
  color: #676868;
  margin-top: 19px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left {
  width: 485px;
  height: 208px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container {
  display: flex;
  cursor: pointer;
  border-radius: 6px;
  height: 170px;
  background: linear-gradient(to right, #e3effc, #f4f5fd);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 45px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover {
  background: #2188ee;
  box-shadow: 0px 3px 10px 0px rgba(16, 68, 220, 0.38);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_img svg #Fill-1,
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_img svg #Fill-3 {
  fill: #90c4f7;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_img svg #Fill-5,
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_img svg #Fill-7 {
  fill: white;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_img svg path {
  fill: white;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_info .main {
  color: white;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover .service_info_left_title .service_info_title_info .sub_title {
  color: rgba(255, 255, 255, 0.45);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container:hover img {
  transform: scale(1.05);
  transform-origin: center;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container img {
  height: 189px;
  width: 207px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title {
  display: block;
  align-items: center;
  padding: 24px;
  border-radius: 6px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title .service_info_title_img {
  width: 38px;
  height: 42px;
  margin-right: 17px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title .service_info_title_img svg {
  height: 100%;
  width: 100%;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title .service_info_title_info {
  margin-top: 15px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title .service_info_title_info .main {
  font-size: 18px;
  margin-bottom: 7px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_left .service_info_left_container .service_info_left_title .service_info_title_info .sub_title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right {
  display: grid;
  align-items: center;
  flex: 1;
  padding-left: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 100px 100px;
  grid-row-gap: 0;
  grid-column-gap: 0;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container {
  height: auto;
  cursor: pointer;
  display: block;
  text-align: center;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container:hover .service_img svg {
  transform: translate(-50%, -50%) scale(1.05);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container:hover .main_title_text {
  font-size: 14px;
  color: #2188ee;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container .service_img {
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container .service_img svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .service_container .service_info .service_info_right .each_service_container .service_title .sub_title_text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item.active .ly_btn_link,
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item:hover .ly_btn_link {
  color: white;
}
.zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 2px;
  background: white;
}
.zl_lang_wrap {
  margin-left: 57px;
  color: rgba(0, 0, 0, 0.45);
}
.zl_lang_wrap .ant-btn {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.zl_lang_wrap .ant-btn.cur {
  color: rgba(0, 0, 0, 0.9);
}
.zl_lang_wrap .ant-btn + .ant-btn:after {
  content: "/";
  position: absolute;
  left: -13px;
  top: 8px;
  display: block;
  margin: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 1281px) {
  .zl_head_wrap.ly_head_wrap .zl_head_right .ly_head_nav {
    margin-right: 70px;
  }
}
@media screen and (max-width: 961px) {
  .zl_head_wrap.ly_head_wrap .zl_head_right {
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
    display: block;
    margin: 0 -15px;
  }
  .zl_head_wrap.ly_head_wrap .zl_head_right .ly_head_nav {
    display: none;
    transition: all 0.3s;
    margin-right: 0;
    overflow: initial;
    overflow-y: initial;
  }
  .zl_head_wrap.ly_head_wrap .zl_head_right.cur {
    height: 400px;
    visibility: visible;
    transition: all 0.3s;
    overflow: hidden;
    overflow-y: auto;
  }
  .zl_head_wrap.ly_head_wrap .zl_head_right.cur .ly_head_nav {
    display: block;
    height: auto;
    transition: all 0.3s;
    visibility: initial;
  }
  .zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item .ly_sub_box.zl_sub_box .ly_nav_sub {
    width: 100%;
  }
  .zl_head_wrap.ly_head_wrap .zl_head_right .ly_nav_item.active:after {
    display: none;
  }
  .zl_lang_wrap,
  .zl_contact_btn {
    margin: 10px 0 10px 30px;
  }
}
.contact-white-btn {
  background: transparent;
  border-color: white;
}
.select_language {
  background: transparent;
  border-color: white;
}
.select_language .ant-select-selector {
  background-color: transparent !important;
  color: white;
}
.select_language .ant-select-arrow {
  color: white !important;
}
.zolon #ly_head_id {
  height: 72px;
}
.zolon #ly_head_id.cur .ly_head_logo {
  background: url("/img/ZOLON_logo.png") no-repeat center center;
}
.zl_home_banner_wrap {
  object-fit: cover;
}
.zl_dh {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.zl_rc {
  width: 100%;
  height: 719px;
  object-fit: cover;
}
.zl_da {
  position: absolute;
  bottom: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.banner_logo_img {
  height: 32px;
  margin-bottom: 20px;
}
.zl_dp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  z-index: 99;
}
.zl_dp .zl_do {
  display: inline-block;
  width: 900px;
  font-size: 55px;
  line-height: 65px;
  font-family: "Poppins-Medium";
  color: #ffffff;
  white-space: pre-wrap;
}
.zl_dp .zl_do.zl_do_zh {
  font-size: 48px;
  letter-spacing: 15px;
  font-weight: 700;
}
.banner_info {
  position: absolute;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.banner_info.center {
  bottom: 350px;
}
.banner_info.center .zl_dp {
  text-align: center !important;
}
.banner_info.center .zl_dp .zl_do {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.banner_info.center .zl_dp .banner_subtitle {
  display: block;
  margin: 14px auto;
}
.banner_info.center .zl_dp .zl_rz {
  margin: 20px auto;
  width: 130px;
}
.banner_subtitle {
  font-family: Poppins;
  font-size: 22px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 30px;
  margin-top: 14px;
}
.banner_icon_img {
  margin-bottom: 80px;
}
.zl_rz {
  padding: 0 !important;
}
.zl_rz.ant-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 128px;
  height: 53px;
  font-size: 18px;
  position: relative;
}
.zl_rz.ant-btn a {
  display: block;
  width: 128px;
  height: 53px;
  line-height: 53px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.zl_rz.ant-btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background-image: url("/img/icon-right-blue.png");
  transition: all 0.2s;
}
.zl_rz.ant-btn:hover:after {
  transform: translate(2px, 0);
}
.zl_ds {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.zl_ds.swiper-pagination {
  position: initial;
}
.zl_ds .zl_swiper_dk {
  margin-right: 10px;
  height: 5px;
  width: 23px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
.zl_ds .zl_swiper_dk.swiper-pagination-bullet-active {
  width: 36px;
  background: #fff;
}
.zl_swiper_dk .zl_swiper_dk {
  width: 36px;
  height: 2px;
  background: #ffffff;
  opacity: 0.2;
}
.zl_swiper_dk .zl_swiper_dk.swiper-pagination-bullet {
  border-radius: 0;
}
.zl_swiper_dk .zl_swiper_dk.swiper-pagination-bullet-active {
  opacity: 1;
}
.zl_qw {
  width: 100%;
  height: 823px;
  background: #fff;
  padding: 100px 0;
  box-sizing: border-box;
}
.zl_qw .ly_got_area {
  align-items: flex-start;
}
.zl_qr.ant-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  background: #f8f9fc;
  border: none;
  transition: all 0.3s ease-in-out;
}
.zl_qr.ant-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  background: #2188ee;
  transition: all 0.3s ease-in-out;
}
.zl_qr.ant-btn.cur,
.zl_qr.ant-btn:hover {
  background: rgba(33, 136, 238, 0.1);
}
.zl_qr.ant-btn.cur:before,
.zl_qr.ant-btn:hover:before {
  width: 3px;
}
.zl_qr.ant-btn.cur .zl_qt,
.zl_qr.ant-btn:hover .zl_qt {
  color: #2188ee;
}
.zl_qr.ant-btn .zl_qt {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  color: #303233;
  transition: all 0.2s;
}
.zl_qr.ant-btn .zl_qy {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  white-space: break-spaces;
  text-align: left;
}
.zl_qs {
  width: 630px;
  height: 630px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.zl_qs li:nth-child(1),
.zl_qs li:nth-child(3) {
  margin-right: 20px;
}
.zl_qs li:nth-child(1),
.zl_qs li:nth-child(2) {
  margin-bottom: 20px;
}
.zl_qs.cur {
  opacity: 1;
  z-index: 99;
}
.zl_qs.cur .zl_qu {
  transform: translateY(0);
}
.zl_rx {
  position: relative;
  width: 630px;
  height: 630px;
  flex-shrink: 0;
  margin-left: 42px;
}
.zl_qa {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 305px;
  height: 305px;
  box-sizing: border-box;
  padding: 30px 28px;
  cursor: pointer;
  overflow: hidden;
  background: #121b4a;
  border-radius: 4px;
}
.zl_qa:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.zl_qa:hover:after {
  opacity: 1;
}
.zl_qa:hover .zl_qu {
  height: 245px;
}
.zl_qd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.zl_qu {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 110px;
  transform: translateY(110px);
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.zl_qp {
  overflow: hidden;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.zl_qo {
  margin: 10px 0 25px 0;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.zl_qh {
  margin-top: 70px;
}
.zl_qh .ant-btn,
.zl_qb .ant-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(30, 133, 234, 0.5);
  visibility: initial;
}
.zl_qb {
  display: flex;
  align-items: center;
  width: 200px;
}
.zl_qb .zl_qv.swiper-pagination {
  position: initial;
  color: #fff;
}
.zl_qb .zl_qm.ant-btn,
.zl_qb .zl_wr.ant-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.zl_qf.ant-btn {
  background: rgba(30, 133, 234, 0.1) url("/img/L-2.png") no-repeat center center;
}
.zl_qf.ant-btn:hover {
  background: rgba(30, 133, 234, 0.1) no-repeat center center;
  border: 1px solid #1e85ea;
}
.zl_qf.ant-btn:hover .zl_qj {
  transition: all 0.3s;
  transform: translateX(0px);
  opacity: 1;
}
.zl_qf .zl_qj {
  opacity: 0;
  transform: translateX(10px);
}
.zl_qg.ant-btn {
  background: rgba(30, 133, 234, 0.1) url("/img/R-2.png") no-repeat center center;
}
.zl_qg.ant-btn:hover {
  background: rgba(30, 133, 234, 0.1) no-repeat center center;
  border: 1px solid #1e85ea;
}
.zl_qg.ant-btn:hover .zl_qk {
  transition: all 0.3s;
  transform: translateX(0px);
  opacity: 1;
}
.zl_qg .zl_qk {
  opacity: 0;
  transform: translateX(-10px);
}
.zl_ql {
  margin: 0 32px;
  font-size: 18px;
}
.zl_qz {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.zl_qm.ant-btn {
  background: rgba(255, 255, 255, 0.1) url("/img/L-W-2.png") no-repeat center center;
}
.zl_qm.ant-btn:hover {
  background: rgba(255, 255, 255, 0.1) no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.zl_qm.ant-btn:hover .zl_we {
  transition: all 0.3s;
  transform: translateX(0px);
  opacity: 1;
}
.zl_qm.ant-btn.swiper-button-disabled {
  cursor: default;
}
.zl_qm.ant-btn.swiper-button-disabled:hover {
  background: rgba(255, 255, 255, 0.1) url("/img/L-W-2.png") no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.zl_qm.ant-btn.swiper-button-disabled:hover .zl_we {
  opacity: 0;
}
.zl_qm .zl_we {
  opacity: 0;
  transform: translateX(10px);
}
.zl_wr.ant-btn {
  background: rgba(255, 255, 255, 0.1) url("/img/R-W-2.png") no-repeat center center;
}
.zl_wr.ant-btn:hover {
  background: rgba(255, 255, 255, 0.1) no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.zl_wr.ant-btn:hover .zl_wt {
  transition: all 0.3s;
  transform: translateX(0px);
  opacity: 1;
}
.zl_wr.ant-btn.swiper-button-disabled {
  cursor: default;
}
.zl_wr.ant-btn.swiper-button-disabled:hover {
  background: rgba(255, 255, 255, 0.1) url("/img/R-W-2.png") no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.zl_wr.ant-btn.swiper-button-disabled:hover .zl_wt {
  opacity: 0;
}
.zl_wr .zl_wt {
  opacity: 0;
  transform: translateX(-10px);
}
.zl_wu {
  position: relative;
  display: flex;
  justify-content: center;
  height: 800px;
  overflow: hidden;
  background: #090b26;
  background-position: center center;
}
.zl_wg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  transition: all 0.1s ease-out;
}
.zl_bot_list,
.zl_bot_item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.zl_bot_item {
  opacity: 0;
  transition: all 0.3s;
}
.zl_bot_item.cur {
  opacity: 1;
}
.zl_bot_item.cur > .zl_wg {
  animation: videosContentBgScale 8s;
}
.zl_wj {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.zl_wh {
  position: absolute;
  top: 98px;
  bottom: 0;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.zl_wi {
  object-fit: cover;
}
.zl_wo {
  margin: 34px 0 72px 0;
  width: 700px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.zl_wo .zl_rl {
  margin-left: 8px;
  font-size: 16px;
  font-family: Roboto;
  text-decoration: underline;
  color: #ffffff;
}
.zl_wo .zl_rl:hover {
  color: #cd6901;
}
.zl_wp {
  display: flex;
  flex-wrap: wrap;
}
.zl_wp .zl_wa:nth-child(1) {
  position: relative;
}
.zl_wp .zl_wa:nth-child(1):after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 245px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.zl_wp .zl_wa:nth-child(1):before {
  position: absolute;
  left: 10px;
  top: 255px;
  height: 1px;
  width: 590px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.zl_wp .zl_wa:nth-child(4) {
  position: relative;
}
.zl_wp .zl_wa:nth-child(4):after {
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 245px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.zl_wp .zl_wa:nth-child(4):before {
  position: absolute;
  left: 0px;
  top: 0;
  height: 1px;
  width: 590px;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.zl_wa.ant-btn {
  width: 50%;
  height: 255px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px 76px 72px 42px;
  box-sizing: border-box;
  border: none;
  background: rgba(31, 31, 31, 0.7);
}
.zl_wa.ant-btn:hover {
  background: rgba(30, 133, 234, 0.3);
}
.zl_wa.ant-btn.cur {
  background: rgba(30, 133, 234, 0.3);
}
.zl_ws {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.zl_wd {
  white-space: break-spaces;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.zl_wf {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 97px;
  left: calc(50% - 600px);
  width: 100%;
  max-width: 1200px;
  z-index: 99;
  transition: all 0.3s;
}
.zl_footer_container {
  overflow: hidden;
  width: 100%;
}
.zl_footer_container .zl_footer_wrap {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap {
  background: #1D1B1B;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .hm_main_section {
  height: auto;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo {
  width: 136px;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt .hm_footer_logo img {
  width: inherit;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container {
  display: block;
  height: 75px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container .footer_copy_wrap {
  width: 1200px;
  border: none;
  margin: 0 auto;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container .footer_copy_wrap .zl_lang_wrap {
  margin-left: 90px;
  color: rgba(255, 255, 255, 0.45);
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container .footer_copy_wrap .zl_lang_wrap .ant-btn {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container .footer_copy_wrap .zl_lang_wrap .ant-btn.cur {
  color: #fff;
}
.zl_footer_container .zl_footer_wrap.hm_footer_wrap .foot-info-container .footer_copy_wrap .footer_email {
  text-align: right;
  padding-right: 15px;
}
.zl_wl.ant-btn {
  font-size: 14px;
  width: 86px;
  height: 30px;
}
.zl_wc.ly_main_wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zl_wx {
  padding: 110px 0 150px 0;
  background: #fff;
}
.zl_wx .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);
}
.zl_wx .ly_got_area {
  align-items: flex-start;
  justify-content: space-between;
}
.zl_wx .zl_qr.ant-btn {
  height: 137px;
}
.zl_wx .zl_qr.ant-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2188ee;
  transition: all 0.3s ease-out;
}
.zl_wx .zl_qr.ant-btn:hover {
  background: rgba(33, 136, 238, 0.1);
}
.zl_wx .zl_qr.ant-btn:hover:before {
  width: 3px;
}
.zl_wx .zl_qr.ant-btn:hover .zl_qt {
  color: rgba(0, 0, 0, 0.85);
}
.zl_wx .zl_qr.ant-btn .zl_qt {
  text-align: left;
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.zl_wx .zl_qr.ant-btn .zl_qt:first-letter {
  text-transform: capitalize;
}
.zl_wx .ly_news_case {
  height: initial;
  padding: 32px 30px 40px 30px;
}
.zl_wx .zl_qy {
  color: rgba(0, 0, 0, 0.7);
}
.zl_wx .zl_qy + .zl_qy {
  margin-left: 45px;
}
.zl_wx .ly_news_tag {
  margin-bottom: 0;
}
.zl_wx .ly_news_item {
  margin-right: 42px;
  margin-bottom: 0;
}
.zl_wx .ly_news_item .ly_tag_tit {
  margin-bottom: 20px;
}
.zl_wx .ly_news_item:hover .ly_news_case {
  background: rgba(33, 136, 238, 0.1);
}
.zl_wx .ly_news_item:hover .ly_news_case .ly_tag_tit {
  color: rgba(0, 0, 0, 0.85);
}
.zl_wx .ly_news_item:hover .ly_news_case .zl_qy {
  color: rgba(0, 0, 0, 0.7);
}
.zl_wv {
  display: flex;
  justify-content: center;
  position: relative;
}
.zl_wv .zl_et .zl_ey {
  margin-bottom: 0;
}
.zl_rv {
  padding: 100px 25px;
  box-sizing: border-box;
  background: #fff;
  font-family: Roboto;
}
.zl_rv .zl_rn {
  margin-bottom: 35px;
  font-size: 48px;
  color: #2188ee;
  text-align: center;
}
.zl_rv .zl_rm {
  margin-bottom: 70px;
  line-height: 46px;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.zl_rb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zl_rb + .zl_rb {
  margin-top: 110px;
}
.zl_tw {
  display: flex;
  flex-wrap: wrap;
}
.zl_tw .zl_qa {
  width: calc(50% - 20px);
  height: initial;
  padding: 0;
}
.zl_tw .zl_qa:nth-child(1),
.zl_tw .zl_qa:nth-child(3) {
  margin-right: 20px;
}
.zl_tw .zl_qa:nth-child(1),
.zl_tw .zl_qa:nth-child(2) {
  margin-bottom: 20px;
}
.zl_tw .zl_qa .zl_tr {
  width: 100%;
  object-fit: cover;
}
.zl_tw .zl_qa .zl_qu {
  height: initial;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: flex-end;
  padding: 35px;
  transform: translateY(0);
}
.zl_tw .zl_qa .zl_qu .zl_qo {
  margin-bottom: 0;
}
.zl_ty {
  background: #fff;
}
.zl_tu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zl_tu + .zl_tu {
  margin-top: 100px;
}
.zl_tu .zl_to {
  margin: 80px 50px;
  text-align: center;
  font-size: 32px;
  font-family: Roboto;
  color: rgba(0, 0, 0, 0.7);
  line-height: 48px;
}
.zl_tu .zl_to .zl_rl {
  display: block;
  margin-left: 8px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}
.zl_tp {
  position: relative;
  min-width: 100%;
  font-family: Roboto;
}
.zl_tp + .zl_tp {
  margin-top: 30px;
}
.zl_tp .zl_ta {
  width: 100%;
  object-fit: cover;
}
.zl_tp .zl_tf {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 170px 30px 0 30px;
}
.zl_tp .zl_ts {
  margin-bottom: 66px;
  line-height: 52px;
  font-size: 48px;
  color: #ffffff;
}
.zl_tp .zl_td {
  line-height: 48px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
}
.zl_tl {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.zl_es.ly_main_comm {
  background: #fff;
}
.zl_es.ly_main_comm .zl_ed {
  padding-top: 130px;
}
.zl_es.ly_main_comm .ly_got_area {
  padding: 30px 0 140px 80px;
}
.zl_es.ly_main_comm .ly_got_area .zl_eh {
  margin-right: 50px;
  flex: 1;
  overflow: hidden;
}
.zl_es.ly_main_comm .ly_got_area .zl_eh .ly_bag_tit {
  color: #23235b;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_case {
  height: initial;
  justify-content: initial;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_case .ly_got_art {
  height: 59px;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_case .ly_got_art.cur {
  height: 184px;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_case .ly_got_art + .ly_got_art {
  margin-top: 15px;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_main {
  margin-right: 0;
  width: 500px;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_main .ly_got_video {
  width: initial;
  height: initial;
}
.zl_es.ly_main_comm .ly_got_area .ly_got_main .ly_got_item {
  transform: translateX(50%);
}
.zl_es.ly_main_comm .ly_got_area .ly_got_main .ly_got_item.cur {
  margin-left: 50px;
  transform: translateX(0);
}
.zl_es.ly_main_comm .ly_got_tit {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zl_es.ly_main_comm .zl_ef {
  margin: 0 20px 0 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.zl_es.ly_main_comm .zl_ef .ly_got_txt {
  border: none;
  margin: 19px 0 0 0;
  padding: 0;
}
.zl_eg {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.zl_eg + .zl_eg {
  margin-left: 12px;
}
.zl_ej {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #23235b;
  opacity: 0.8;
}
.zl_el {
  display: flex;
  justify-content: center;
  position: relative;
}
.zl_el .zl_ez {
  width: 100%;
  object-fit: cover;
}
.zl_tc .zl_ez {
  height: 768px;
}
.zl_tv .zl_ez {
  height: 835px;
}
.zl_tb .zl_ez {
  height: 800px;
}
.zl_ex {
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translate(50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zl_ex .zl_ec {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.zl_ex .zl_ev {
  display: flex;
  align-items: center;
}
.zl_ex .zl_re {
  display: flex;
  flex-direction: column;
  margin-left: -375px;
}
.zl_ex .zl_eb {
  width: 661px;
  height: 170px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("/img/nextar-txt-bg.png");
}
.zl_ex .zl_eb + .zl_eb {
  margin-top: 40px;
}
.zl_ex .zl_eb .zl_rw {
  font-size: 72px;
  font-family: Roboto;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
}
.zl_ex .zl_eb .zl_en {
  width: 322px;
  margin-left: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.zl_ex .zl_eb .zl_em {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  color: #ffffff;
}
.zl_ex .zl_eb .zl_rq {
  margin-top: 30px;
  word-wrap: break-word;
  line-height: 20px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.zl_ri {
  display: flex;
  align-items: center;
  background: linear-gradient(186deg, #ff6901, #fe5400);
  box-shadow: 12px 11px 21px 3px rgba(255, 105, 1, 0.18);
  border-radius: 10px;
  height: 144px;
}
.zl_ri .zl_rt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  width: 400px;
  padding: 30px 75px;
  box-sizing: border-box;
  overflow: hidden;
}
.zl_ri .zl_rt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.zl_ri .zl_rt .zl_ry {
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}
.zl_ri .zl_rt .zl_ru {
  word-wrap: break-word;
  margin-top: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.zl_ex.zl_ro {
  bottom: 386px;
}
.zl_ex.zl_ro .ly_bag_tit {
  color: #23235b;
}
.zl_ex.zl_ro .zl_ec {
  color: #23235b;
  margin-bottom: 56px;
}
.zl_rp.zl_ex {
  bottom: 93px;
  width: 1100px;
}
.zl_rg {
  position: relative;
}
.zl_rg .zl_rh {
  position: absolute;
  bottom: -93px;
  right: 50%;
  transform: translate(50%, 0);
}
.zl_ra {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
}
.zl_ra .zl_rs {
  width: calc(50% - 122px);
  height: 153px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 34px 0;
}
.zl_ra .zl_rs:nth-child(1),
.zl_ra .zl_rs:nth-child(3) {
  margin-right: 120px;
  padding-right: 100px;
  align-items: flex-end;
  background-image: url("/img/nextar-txt-bg1.png");
}
.zl_ra .zl_rs:nth-child(1) .zl_rf,
.zl_ra .zl_rs:nth-child(3) .zl_rf {
  text-align: right;
}
.zl_ra .zl_rs:nth-child(4),
.zl_ra .zl_rs:nth-child(2) {
  margin-left: 120px;
  padding-left: 100px;
  align-items: flex-start;
  background-image: url("/img/nextar-txt-bg2.png");
}
.zl_ra .zl_rs:nth-child(4) .zl_rf,
.zl_ra .zl_rs:nth-child(2) .zl_rf {
  text-align: left;
}
.zl_ra .zl_rs .zl_rd {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  color: #ff6901;
}
.zl_ra .zl_rs .zl_rf {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
.zl_qi {
  margin-left: -9px;
}
@media screen and (max-width: 1281px) {
  .banner_info.center {
    bottom: 350px !important;
  }
  .zl_ds,
  .zl_dp,
  .zl_wh {
    max-width: 960px;
  }
  .zl_wh {
    margin: 0 10px;
  }
  .zl_qh {
    margin-top: 15px;
  }
  .zl_wf {
    left: calc(50% - 480px);
    max-width: 960px;
  }
  .zl_wo {
    width: 650px;
  }
  .zl_qr.ant-btn {
    padding: 10px 20px;
  }
  .zl_dp .zl_do.zl_do_zh {
    letter-spacing: 14px;
    font-size: 48px;
  }
  .zl_es.ly_main_comm .zl_ef .ly_got_txt {
    display: block;
  }
  .zl_es.ly_main_comm .ly_got_area {
    padding: 0 20px;
  }
  .zl_es.ly_main_comm .ly_got_area .zl_eh {
    margin: 0;
  }
  .zl_es.ly_main_comm .ly_got_area .ly_got_case .ly_got_art.cur {
    height: auto;
  }
  .zl_es .zl_re {
    margin: 10px 0 0;
  }
  .zl_es .zl_eb {
    width: 100%;
  }
  .zl_es .zl_eb .zl_rq {
    margin-top: 10px;
  }
  .zl_rp.zl_ex {
    width: 960px;
    transition: all 0.3s;
  }
  .zl_ev img {
    display: none;
  }
  .zl_ez {
    display: none;
  }
  .zl_ex {
    position: static;
    transform: unset;
  }
  .zl_ex .zl_eb {
    justify-content: flex-start;
    height: auto;
    padding: 20px;
    background-size: 100% 100%;
  }
  .zl_ex .zl_eb .zl_en {
    width: auto;
  }
  .zl_el {
    margin: 40px 0 20px 0;
    padding: 40px 20px;
  }
  .zl_tc,
  .zl_tb {
    background: #1c2d78;
  }
  .zl_ri {
    flex-direction: column;
    height: auto;
  }
  .zl_ri .zl_rt {
    width: 100%;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .zl_ri .zl_rt:after {
    display: none;
  }
  .zl_rh {
    display: none;
  }
  .zl_rg .zl_ra {
    flex-direction: column;
    margin-top: 20px;
  }
  .zl_rg .zl_ra .zl_rs {
    align-items: center;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    padding: 20px;
    background-position: left top;
    background-image: url("/img/nextar-txt-bg1.png");
    background-size: 100% 100%;
    text-align: center;
  }
  .zl_rg .zl_ra .zl_rs .zl_rf {
    text-align: center;
  }
  .zl_ry {
    text-align: center;
  }
}
.intr-container {
  display: block;
  width: 100%;
  height: 650px;
  position: relative;
  box-sizing: border-box;
  padding-top: 140px;
}
.intr-container .video-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  top: 0;
}
.intr-container .intr-middle-box {
  position: relative;
  z-index: 1;
  display: block;
}
.intr-container .intr-middle-box.link {
  display: flex;
  justify-content: flex-end;
}
.intr-container .intr-middle-box .title {
  font-size: 40px;
  color: #1D1B1B;
  width: 469px;
}
.intr-container .intr-middle-box .subtitle {
  font-size: 24px;
  color: #676868;
  margin-top: 20px;
}
.intr-container .intr-middle-box .content {
  font-size: 18px;
  color: #676868;
  margin-top: 50px;
  width: 469px;
}
.intr-container .intr-middle-box .btn_view_more {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.intr-container .intr-middle-box .btn_view_more:after {
  display: block;
  position: absolute;
  width: 18px;
  height: 13px;
  background: url('/img/icon-right-blue.png');
  content: '';
  right: -25px;
  top: 50%;
  margin-top: -7px;
}
@media screen and (max-width: 961px) {
  .foot-info-container {
    height: auto !important;
  }
  .foot-info-container .footer_copy_wrap {
    padding: 20px 20px 0 20px;
  }
  .foot-info-container .footer_copy_wrap .hm_footer_ml20 {
    margin-left: unset;
  }
  .foot-info-container .footer_link_wrap {
    display: flex;
    flex-direction: column;
  }
  .intr-container {
    padding-top: 1.4rem;
  }
  .intr-middle-box {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .intr-middle-box .title {
    width: 100% !important;
  }
  .intr-middle-box .content {
    width: 100% !important;
  }
  .intr-middle-box.link {
    display: flex;
    justify-content: flex-start;
  }
  .banner_info.center {
    bottom: 300px !important;
  }
  .zl_ds,
  .zl_dp {
    max-width: 100%;
  }
  .zl_wx {
    padding: 50px 28px 50px 28px;
  }
  .zl_wx .ly_news_case {
    height: 107px;
    padding: 20px 20px 0;
  }
  .zl_wx .ly_got_area {
    display: block;
  }
  .zl_wx .ly_got_area .ly_tag_tit {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .zl_wx .ly_got_area .ly_news_tag {
    flex-direction: column;
    font-size: 16px;
  }
  .zl_wx .ly_got_area .ly_news_tag .zl_qy {
    display: block;
    margin: 0;
  }
  .zl_wx .ly_got_area .zl_qr.ant-btn {
    height: auto;
  }
  .zl_wx .ly_got_area .zl_qr.ant-btn .zl_qt {
    font-size: 26px;
  }
  .zl_wx .ly_got_area .zl_qr.ant-btn .ly_news_tag .zl_qy {
    font-size: 16px;
  }
  .zl_qe {
    margin-top: 30px;
  }
  .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec {
    padding: 0;
  }
  .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son {
    margin-bottom: 40px;
  }
  .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_list .hm_footer_list_son:last-child {
    margin-bottom: 40px;
  }
  .zl_footer_wrap.hm_footer_wrap .hm_footer_main_sec .hm_footer_main_rt {
    align-items: center;
    margin-bottom: 60px;
  }
  .zl_rc {
    width: 100%;
    height: 1240px;
    object-fit: cover;
  }
  .zl_dp .zl_do {
    width: 100%;
    margin-bottom: 489px;
  }
  .zl_ds {
    margin-top: 60px;
  }
  .zl_rz.ant-btn {
    height: 106px;
  }
  .zl_da {
    bottom: 130px;
  }
  .zl_tw .zl_qa .zl_qu .zl_qo {
    font-size: 36px;
  }
  .zl_wc.ly_main_wrap {
    justify-content: center;
  }
  .zl_wc .ly_news_main_tit {
    font-size: 60px;
    margin: 50px 0 80px 0;
  }
  .zl_wc .hm_explore_wrap {
    display: none;
  }
  .zl_wv .zl_et .zl_ey {
    font-size: 60px;
  }
  .zl_tl {
    height: 389px;
  }
}
@media screen and (max-width: 500px) {
  .foot-info-container .footer_copy_wrap {
    font-size: 12px;
  }
  .intr-middle-box {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .intr-middle-box .title {
    font-size: 24px !important;
    width: 100% !important;
  }
  .intr-middle-box .subtitle {
    font-size: 16px !important;
  }
  .intr-middle-box .content {
    font-size: 16px !important;
    width: 100% !important;
  }
  .intr-middle-box.link {
    display: flex;
    justify-content: flex-start;
  }
  .banner_info {
    bottom: 270px;
  }
  .banner_subtitle {
    margin-bottom: 20px;
  }
  .zl_rc {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .zl_dp .zl_do {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .zl_ds {
    margin-top: 30px;
  }
  .zl_rz.ant-btn {
    width: 140px;
    height: 53px;
    font-size: 18px;
  }
  .zl_tu + .zl_tu {
    margin-top: 50px;
  }
  .zl_tu .zl_to {
    margin: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .zl_tu .zl_ti {
    width: 150px !important;
  }
  .zl_tp .zl_tf {
    padding-top: 80px;
  }
  .zl_tp .zl_ts {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 33px;
  }
  .zl_tp .zl_td {
    line-height: 24px;
    font-size: 16px;
  }
  .zl_wc .ly_news_main_tit {
    font-size: 30px;
  }
  .zl_wx .ly_got_area .ly_tag_tit {
    font-size: 20px;
  }
  .zl_wx .ly_got_area .ly_news_tag {
    font-size: 14px;
  }
  .zl_wx .ly_got_area .zl_qr.ant-btn .zl_qt {
    font-size: 20px;
  }
  .zl_wx .ly_got_area .zl_qr.ant-btn .ly_news_tag .zl_qy {
    font-size: 14px;
  }
  .zl_rv {
    padding: 50px 25px;
  }
  .zl_rv .zl_rn {
    margin-bottom: 17px;
    font-size: 24px;
  }
  .zl_rv .zl_rm {
    margin-bottom: 35px;
    line-height: 23px;
    font-size: 18px;
  }
  .zl_rb + .zl_rb {
    margin-top: 55px;
  }
  .zl_tw .zl_qa {
    width: calc(50% - 10px);
  }
  .zl_tw .zl_qa:nth-child(1),
  .zl_tw .zl_qa:nth-child(3) {
    margin-right: 10px;
  }
  .zl_tw .zl_qa:nth-child(1),
  .zl_tw .zl_qa:nth-child(2) {
    margin-bottom: 10px;
  }
  .zl_tw .zl_qa .zl_qu {
    padding: 25px;
  }
  .zl_tw .zl_qa .zl_qu .zl_qi {
    width: 30px;
    object-fit: cover;
  }
  .zl_tw .zl_qa .zl_qu .zl_qo {
    font-size: 15px;
  }
  .zl_wv .zl_et .zl_ey {
    font-size: 30px;
  }
}
@keyframes videosContentBgScale {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  }
}
.zl_wb {
  display: flex;
  justify-content: center;
  margin: 0 0 35px 0;
  position: relative;
}
.zl_wb .zl_tx,
.zl_wb .zl_er {
  width: 100%;
  object-fit: cover;
}
.zl_wb .zl_tx {
  height: 338px;
}
.zl_ei .zl_er {
  height: 362px;
}
.zl_ep .zl_er {
  height: 228px;
}
.zl_ei {
  background: #fff;
}
.zl_ei .zl_wb {
  margin-bottom: 0;
}
.zl_ei .zl_wc {
  padding: 105px 0 50px 0 ;
}
.zl_wn {
  margin-right: 130px;
  font-family: Roboto;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0.85;
}
.zl_wn .zl_wm {
  margin-bottom: 50px;
  font-size: 24px;
}
.zl_wn .zl_eq {
  font-size: 16px;
  line-height: 25px;
}
.zl_et {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  font-family: "Din-condensed";
  font-weight: 400;
  color: #FFFFFF;
}
.zl_et .zl_ey {
  display: block;
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
}
.zl_et .zl_eu {
  width: 564px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
}
.zl_et .zl_eu_cn {
  width: auto;
}
.zl_ep.ly_cat_info {
  height: auto;
  margin: -60px auto 160px auto;
  flex-direction: column;
  box-shadow: none;
}
.zl_ep.ly_cat_info.success {
  height: 302px;
}
.zl_ep.ly_cat_info .ly_cat_main {
  padding-top: 60px;
}
.zl_ep.ly_cat_info .zl_wb {
  margin: 0;
}
.zl_ep.ly_cat_info .zl_wb .zl_er {
  width: 100%;
  object-fit: cover;
}
.zl_ep.ly_cat_info .zl_wb .zl_et .zl_ey {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.zl_ep.ly_cat_info .zl_wb .zl_et .zl_eu {
  width: auto;
}
.zl_ep.ly_cat_info .ant-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zl_ep.ly_cat_info .ant-form .ant-input {
  min-height: 44px;
}
.zl_ep.ly_cat_info .ant-form .ant-select-multiple .ant-select-selector {
  height: 44px;
  overflow-y: auto;
}
.zl_ep.ly_cat_info .ant-form .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 44px;
}
.zl_ep.ly_cat_info .ant-form .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 44px;
}
.zl_ep.ly_cat_info .ant-form .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 44px;
}
.zl_ep.ly_cat_info .ly_info_item textarea {
  height: 108px;
}
.zl_eo.ly_cat_head {
  height: 430px;
  background: url("/img/zolon-Contact-Us.jpg") no-repeat center #fff;
}
.zl_ea {
  width: 100%;
  display: flex;
  justify-content: center;
}
.zl_ea .ant-btn {
  width: 310px;
  height: 50px;
  font-size: 16px;
}
.zl_info_btn.ant-btn {
  font-size: 16px;
  height: 40px;
  min-width: 90px;
  padding: 0 20px;
  margin-top: 15px;
  border-radius: 2px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.zl_info_btn.ant-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 961px) {
  .zl_ei .zl_wc .zl_wn {
    margin-right: unset;
  }
  .zl_ei .zl_wc .zl_wn .zl_wm {
    margin-bottom: 30px;
  }
  .zl_ei .zl_wc.ly_main_wrap {
    display: block;
    padding: 80px 20px 50px 20px;
  }
  .zl_ei .zl_ew {
    margin-top: 20px;
    width: 100%;
  }
  .zl_ei .zl_et {
    padding: 0 20px;
  }
  .zl_eo.ly_cat_head {
    height: 275px;
  }
  .zl_ep.ly_cat_info {
    margin-top: -100px;
  }
  .zl_et .zl_ey {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .zl_et .zl_eu {
    font-size: 12px;
    width: 100%;
  }
}
.solution_eyls_eye_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.solution_eyls_eye_container .common_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
}
.solution_eyls_eye_container .common_desc {
  font-size: 18px;
  color: #CCCCCC;
}
.solution_eyls_eye_container .btn_view_more {
  margin-top: 20px;
  padding: 0;
  position: relative;
  font-size: 18px;
}
.solution_eyls_eye_container .btn_view_more:after {
  display: block;
  position: absolute;
  width: 18px;
  height: 13px;
  background: url('/img/icon-right-blue.png');
  content: '';
  right: -25px;
  top: 50%;
  margin-top: -7px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 {
  height: 992px;
  background-image: url('/img/solutions/ElysEyeTopBg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 203px;
  box-sizing: border-box;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text {
  color: #FFFFFF;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_elys_eye_logo {
  width: 93px;
  height: 29px;
  margin-bottom: 39px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_eyls_eye_top_text {
  font-size: 72px;
  line-height: 66px;
  font-weight: 500;
  margin: 0 auto;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_eyls_eye_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 52px;
  margin-bottom: 90px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_elys_eye_part1_png {
  width: 541px;
  height: 427px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .space_bottom {
  height: 170px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_sticky {
  position: sticky;
  height: 833px;
  top: 72px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box {
  width: 100%;
  height: 833px;
  position: absolute;
  top: 0;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box .solution_eyls_eye_part_2_bg {
  opacity: 0;
  transition: all 2s;
  position: absolute;
  width: 100%;
  height: 833px;
  background-size: cover;
  background-position: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box .solution_eyls_eye_part_2_bg_active {
  opacity: 1;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box .solution_eyls_eye_part_2_bg_1 {
  background-image: url('/img/solutions/ElysSolution2-1.jpg');
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box .solution_eyls_eye_part_2_bg_2 {
  background-image: url('/img/solutions/ElysSolution2-2.jpg');
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part_2_bg_box .solution_eyls_eye_part_2_bg_3 {
  background-image: url('/img/solutions/ElysSolution2-3.jpg');
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner .solution_eyls_eye_part2_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner .solution_eyls_eye_part2_desc {
  font-size: 18px;
  color: #CCCCCC;
  margin-top: 49px;
  width: 750px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_3 {
  height: 834px;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_img_right {
  position: absolute;
  right: 0;
  width: 1184px;
  height: 834px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner {
  padding-top: 212px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner .solution_eyls_eye_part3_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
}
.solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner .solution_eyls_eye_part3_desc {
  font-size: 18px;
  color: #CCCCCC;
  width: 453px;
  margin-top: 77px;
  margin-bottom: 118px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_4 {
  height: 834px;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner .solution_eyls_eye_part4_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 131px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner .solution_eyls_eye_part4_desc {
  font-size: 18px;
  color: #CCCCCC;
  font-family: "Poppins-Light";
  margin-top: 59px;
  width: 860px;
  margin-bottom: 139px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 {
  height: 1100px;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_desc {
  font-size: 18px;
  color: #CCCCCC;
  margin-top: 59px;
  width: 638px;
  margin-bottom: 86px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_img_wrap {
  width: inherit;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_img_wrap .solution_eyls_eye_part5_btn_wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 72px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn {
  position: relative;
  width: 505px;
  height: 114px;
  font-size: 26px;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: 500;
  background: #262A2E;
  border: unset;
  border-radius: 4px 20px 20px 20px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn.active {
  background: #0A66C2;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: unset;
  border-radius: 50%;
  top: -115px;
  left: -73px;
  background-color: #3C3E40;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn.active:after {
  background-color: #2874C5;
}
.solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_elys_eye_part5_img {
  transition: all 2s;
}
.solution_eyls_eye_container .solution_eyls_eye_part_6 {
  height: 600px;
  position: relative;
  text-align: center;
  padding-top: 100px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner {
  width: 1200px;
  margin: 0 auto;
}
.solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner .solution_eyls_eye_part6_text {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 72px;
  padding: 0 100px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner .solution_eyls_eye_part6_text .solution_eyls_eye_part6_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner .solution_eyls_eye_part6_text .solution_eyls_eye_part6_desc img {
  margin-bottom: 25px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_7 {
  height: 908px;
  position: relative;
  text-align: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_eyls_eye_part7_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_eyls_eye_part7_desc {
  font-size: 18px;
  color: #CCCCCC;
  margin-top: 59px;
  width: 860px;
  margin-bottom: 112px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_8 {
  height: 1100px;
  position: relative;
  text-align: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner .solution_eyls_eye_part8_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 130px;
  margin-bottom: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner .solution_elys_eye_part8_img1 {
  margin-bottom: 75px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_9 {
  height: 932px;
  position: relative;
  text-align: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_eyls_eye_part9_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_eyls_eye_part9_desc {
  font-size: 18px;
  color: #CCCCCC;
  margin-top: 59px;
  margin-bottom: 36px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_elys_eye_part9_img {
  margin-top: 80px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_10 {
  height: 645px;
  position: relative;
}
.solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner {
  padding-top: 179px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_img_right {
  position: absolute;
  right: 0;
  top: 150px;
  width: 661px;
  height: 480px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  width: 560px;
}
.solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_desc {
  font-size: 18px;
  color: #CCCCCC;
  width: 469px;
  margin-top: 67px;
  margin-bottom: 58px;
}
.solution_eyls_eye_container .solution_eyls_eye_bottom_bg {
  width: 100%;
  height: 141px;
  background-image: url('/img/products/ElysBottomBg.jpg');
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1281px) {
  .solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_img {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_elys_eye_part7_img {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner {
    width: 960px;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .solution_eyls_eye_container .solution_eyls_eye_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
    height: 2px;
  }
  .solution_eyls_eye_container .common_title {
    font-size: 0.36rem;
  }
  .solution_eyls_eye_container .common_desc {
    font-size: 0.18rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_1 {
    padding-top: 2.03rem;
    height: 11rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_eyls_eye_top_text {
    font-size: 0.72rem;
    line-height: 0.66rem;
    width: 4.74rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_eyls_eye_top_sub_text {
    font-size: 0.2rem;
    opacity: 0.7;
    margin-top: 0.52rem;
    margin-bottom: 0.9rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_1 .solution_eyls_eye_part1_inner_text .solution_elys_eye_part1_png {
    width: 5.41rem;
    height: 4.27rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner {
    width: 100%;
    margin-top: 0.8rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner .solution_eyls_eye_part2_title {
    font-size: 0.36rem;
    max-width: 5.5rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner .solution_eyls_eye_part2_desc {
    font-size: 0.18rem;
    width: 4.69rem;
    margin-bottom: 0.58rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_2 .solution_eyls_eye_part2_inner img {
    width: 7.5rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_3 {
    height: 16.1rem;
    background-image: url('/img/solutions/ElysSolution_Mobile3-1.jpg');
    background-size: cover;
    background-position: center;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner {
    width: 100%;
    padding-left: 0.87rem;
    padding-top: 2.12rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner .solution_eyls_eye_part3_title {
    font-size: 0.36rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_3 .solution_eyls_eye_part3_inner .solution_eyls_eye_part3_desc {
    font-size: 0.18rem;
    width: 4.53rem;
    margin-top: 0.77rem;
    margin-bottom: 1.18rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner .solution_eyls_eye_part4_title {
    font-size: 0.36rem;
    margin-top: 1.31rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner .solution_eyls_eye_part4_desc {
    font-size: 0.18rem;
    width: 5rem;
    margin-top: 0.59rem;
    margin-bottom: 1.39rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_4 .solution_eyls_eye_part4_inner .solution_elys_eye_part4_img {
    width: 80%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_title {
    font-size: 0.36rem;
    margin-top: 1.7rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_desc {
    font-size: 0.18rem;
    width: 6.37rem;
    margin-top: 0.59rem;
    margin-bottom: 0.86rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.73rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn.last-child {
    margin-top: 1rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_elys_eye_part5_img {
    width: 70%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn {
    width: 5.05rem;
    height: 1.14rem;
    font-size: 0.26rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_5 .solution_eyls_eye_part5_inner .solution_eyls_eye_part5_btn:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border: unset;
    border-radius: 50%;
    top: -1.15rem;
    left: -0.73rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner .solution_eyls_eye_part6_text {
    flex-wrap: wrap;
    row-gap: 0.73rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_6 .solution_eyls_eye_part6_inner .solution_eyls_eye_part6_text .solution_eyls_eye_part6_desc {
    width: 2rem;
    font-size: 0.18rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_eyls_eye_part7_title {
    font-size: 0.36rem;
    margin-top: 1.03rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_eyls_eye_part7_desc {
    font-size: 0.18rem;
    width: 5.24rem;
    margin-top: 0.59rem;
    margin-bottom: 1.12rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_7 .solution_eyls_eye_part7_inner .solution_elys_eye_part7_img {
    width: 90%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_8 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner .solution_eyls_eye_part8_title {
    font-size: 0.36rem;
    margin-top: 1.3rem;
    margin-bottom: 0.93rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_8 .solution_eyls_eye_part8_inner .solution_elys_eye_part8_img2 {
    width: 90%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner {
    width: 100%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_eyls_eye_part9_title {
    font-size: 0.36rem;
    margin-top: 0.95rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_eyls_eye_part9_desc {
    font-size: 0.18rem;
    margin-top: 0.59rem;
    margin-bottom: 0.36rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_9 .solution_eyls_eye_part9_inner .solution_elys_eye_part9_img {
    margin-top: 0.8rem;
    width: 90%;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 {
    height: auto;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0.73rem;
    padding-top: 1.79rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_title {
    font-size: 0.36rem;
    width: 5.6rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_desc {
    font-size: 0.18rem;
    width: 5.5rem;
    margin-top: 0.67rem;
    margin-bottom: 0.58rem;
  }
  .solution_eyls_eye_container .solution_eyls_eye_part_10 .solution_eyls_eye_part10_inner .solution_eyls_eye_part10_img {
    width: 90%;
    margin-bottom: 1rem;
  }
}
.solution_linkup_eye_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.solution_linkup_eye_container .solution_linkup_eye_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.solution_linkup_eye_container .common_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
}
.solution_linkup_eye_container .common_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 {
  height: 770px;
  background-image: url('/img/solutions/LinkUpTopBg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 170px;
  box-sizing: border-box;
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_img_right {
  width: 661px;
  height: 480px;
  position: absolute;
  right: 0;
  top: 0;
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_title1 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  width: 620px;
  margin-bottom: 42px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_title2 {
  font-size: 28px;
  width: 475px;
  margin-bottom: 83px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  width: 436px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner {
  width: 1200px;
  height: 1056px;
  margin: 0 auto;
  position: sticky;
  top: -8px;
  padding-top: 95px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_title .solution_linkup_eye_title_line {
  margin-top: 34px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 29px;
  margin-bottom: 91px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content {
  display: flex;
  justify-content: space-between;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right {
  width: 449px;
  box-sizing: border-box;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item {
  margin-bottom: 20px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  padding: 0 15px;
  background: #262a2e;
  border-radius: 4px;
  transition: height 0.3s, background 0.3s;
  position: relative;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item:last-child {
  margin-bottom: 0;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_active {
  height: 180px;
  background: #0a66c2;
  border-radius: 4px 15px 15px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_active .solution_linkup_eye_part2_content_right_item_title {
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_active .solution_linkup_eye_part2_content_right_item_mask {
  width: 232px;
  height: 232px;
  position: absolute;
  left: -16px;
  top: -145px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_title {
  height: 69px;
  font-size: 18px;
  line-height: 28px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_title_mask {
  width: 100%;
  height: 100%;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_content_right_item_desc {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins-Light";
  min-height: 180px;
  padding: 22px 16px;
  font-size: 14px;
  line-height: 20px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_slider_box {
  width: 599px;
  height: 579px;
  overflow: hidden;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_slider_box_inner {
  width: 3594px;
  height: 579px;
  display: flex;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_slider_item {
  width: 599px;
  height: 579px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content .solution_linkup_eye_part2_slider_item img {
  width: 100%;
}
.solution_linkup_eye_container .solution_linkup_eye_part_2 .space_bottom {
  height: 350px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 {
  height: 858px;
  position: relative;
  background-image: url('/img/solutions/LinkUpBg3.jpg');
  background-size: cover;
  background-position: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_title .solution_linkup_eye_title_line {
  margin-top: 29px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_desc1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 29px;
  text-align: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_desc2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  width: 900px;
  margin-top: 20px;
  text-align: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_img {
  margin-top: 120px;
}
.solution_linkup_eye_container .solution_linkup_eye_part_4 {
  height: 1380px;
  position: relative;
}
.solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 154px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner .solution_linkup_eye_part4_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner .solution_linkup_eye_part4_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  width: 513px;
  margin-top: 29px;
  margin-bottom: 129px;
  text-align: center;
}
@media screen and (max-width: 1281px) {
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner {
    width: 960px;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner {
    width: 960px;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner {
    width: 960px;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .solution_linkup_eye_container .solution_linkup_eye_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
  }
  .solution_linkup_eye_container .common_title {
    font-size: 0.4rem;
  }
  .solution_linkup_eye_container .common_desc {
    font-size: 0.18rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 {
    height: auto;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_title1 {
    font-size: 0.4rem;
    text-align: center;
    width: 6.2rem;
    margin-bottom: 0.42rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_title2 {
    width: 5.82rem;
    text-align: center;
    font-size: 0.3rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_desc {
    font-size: 0.18rem;
    width: 5rem;
    text-align: center;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_1 .solution_linkup_eye_part1_inner .solution_linkup_eye_part1_img {
    margin-top: 0.94rem;
    width: 80%;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 {
    height: auto;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_title {
    font-size: 0.4rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_title .solution_linkup_eye_title_line {
    margin-top: 0.34rem;
    margin-bottom: 0.34rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_tit_wrap .solution_linkup_eye_part2_desc {
    font-size: 0.18rem;
    margin-top: 0.29rem;
    margin-bottom: 0.91rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content_mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.36rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content_mobile .solution_linkup_eye_part2_content_mobile_title {
    font-size: 0.24rem;
    margin-bottom: 0.26rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content_mobile .solution_linkup_eye_part2_content_mobile_desc {
    font-size: 14px;
    opacity: 0.9;
    width: 3.77rem;
    margin-bottom: 0.55rem;
    text-align: center;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content_mobile .solution_linkup_eye_part2_mobile_img {
    text-align: center;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_2 .solution_linkup_eye_part2_inner .solution_linkup_eye_part2_content_mobile .solution_linkup_eye_part2_mobile_img img {
    width: 90%;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 {
    height: auto;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner {
    width: 100%;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_title {
    font-size: 0.4rem;
    margin-top: 0.96rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_title .solution_linkup_eye_title_line {
    margin-top: 0.29rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_desc1 {
    font-size: 0.18rem;
    width: 5.3rem;
    margin-top: 0.29rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_desc2 {
    font-size: 0.18rem;
    width: 5.3rem;
    margin-top: 0.2rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_3 .solution_linkup_eye_part3_inner .solution_linkup_eye_part3_img {
    width: 90%;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 {
    height: auto;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner {
    width: 100%;
    padding-top: 1.54rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner .solution_linkup_eye_part4_title {
    font-size: 0.4rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner .solution_linkup_eye_part4_desc {
    font-size: 0.18rem;
    width: 5.13rem;
    margin-top: 0.29rem;
    margin-bottom: 1.29rem;
  }
  .solution_linkup_eye_container .solution_linkup_eye_part_4 .solution_linkup_eye_part4_inner .solution_linkup_eye_part4_img {
    width: 90%;
    margin-bottom: 1.76rem;
  }
}
.solution_uniphiz_eye_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_title_line {
  margin-top: 40px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.solution_uniphiz_eye_container .common_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
}
.solution_uniphiz_eye_container .common_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 {
  height: 1118px;
  background-image: url('/img/solutions/UniphizBg1-1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 170px;
  box-sizing: border-box;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_img {
  height: 586px;
  background-size: cover;
  background-position: center;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_img.zh {
  background-image: url('/img/solutions/Uniphiz-Zh1-2.png');
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_img.en {
  background-image: url('/img/solutions/Uniphiz-En1-2.png');
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner .solution_uniphiz_eye_part1_title {
  font-size: 72px;
  font-weight: 500;
  margin-top: 38px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner .solution_uniphiz_eye_part1_desc {
  font-size: 20px;
  width: 628px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 51px;
  margin-bottom: 82px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common {
  position: relative;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.large {
  height: 1300px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.big {
  height: 1120px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.middle {
  height: 955px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner .solution_uniphiz_eye_part_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 59px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner .solution_uniphiz_eye_part_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Light";
  margin-bottom: 99px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner video {
  border-radius: 10px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom {
  height: 855px;
  position: relative;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box {
  background-color: #262626;
  padding: 71px 0 64px 0;
  text-align: center;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box .model_box_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-left: 160px;
  margin-bottom: 90px;
}
.solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box .model_box_wrap .model_box_item {
  font-size: 20px;
  width: 250px;
  text-align: start;
}
.solution_uniphiz_eye_container .solution_uniphiz_container_bottom_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 141px;
  background-image: url('/img/products/ElysBottomBg.jpg');
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1281px) {
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner {
    width: 960px;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner {
    width: 960px;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .solution_uniphiz_eye_container .solution_uniphiz_eye_title_line {
    margin-top: 0.4rem;
    width: 0.8rem;
  }
  .solution_uniphiz_eye_container .common_title {
    font-size: 0.4rem;
  }
  .solution_uniphiz_eye_container .common_desc {
    font-size: 0.18rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 {
    height: auto;
    padding-top: 2.5rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner {
    width: 100%;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner .solution_uniphiz_eye_part1_title {
    font-size: 0.72rem;
    margin-top: 0.38rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_inner .solution_uniphiz_eye_part1_desc {
    font-size: 0.2rem;
    width: 6.28rem;
    margin-top: 0.51rem;
    margin-bottom: 0.82rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_1 .solution_uniphiz_eye_part1_mobile_img {
    width: 100%;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.large {
    height: auto;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.big {
    height: auto;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common.middle {
    height: auto;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner {
    width: 100%;
    padding-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner .solution_uniphiz_eye_part_title {
    font-size: 0.4rem;
    margin-bottom: 0.59rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner .solution_uniphiz_eye_part_desc {
    font-size: 0.18rem;
    max-width: 5rem;
    text-align: center;
    margin-bottom: 0.99rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner .solution_uniphiz_eye_part_img {
    width: 90%;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_common .solution_uniphiz_eye_part_inner video {
    width: 90%;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom {
    height: auto;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner {
    width: 100%;
    padding-top: 0.8rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_title {
    font-size: 0.4rem;
    margin-bottom: 0.67rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box {
    width: 90%;
    margin: 0 auto;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box .model_box_wrap {
    row-gap: 5px;
    margin-left: 1.6rem;
    margin-bottom: 0.9rem;
  }
  .solution_uniphiz_eye_container .solution_uniphiz_eye_part_bottom .solution_uniphiz_eye_part_bottom_inner .solution_uniphiz_eye_part_bottom_box .model_box_wrap .model_box_item {
    font-size: 0.2rem;
    width: 2.5rem;
  }
}
.declaration_main_wrap .declaration_top_wrap {
  height: 272px;
  background-image: url('/img/declaration/declaration-top-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.declaration_main_wrap .declaration_top_wrap p {
  font-family: "Poppins-Medium";
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 36px;
}
.declaration_main_wrap .declaration_content_wrap {
  margin-top: 39px;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box {
  width: 1200px;
  min-height: 144px;
  margin: 0 auto 15px auto;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_img_box {
  background-color: #EEEEEE;
  width: 214px;
  min-height: inherit;
  border-radius: 6px;
  margin-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_img_box img {
  margin-bottom: 13px;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_img_box p {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  opacity: 0.85;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_pdf_box {
  flex: 1;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_pdf_box .pdf_item_box {
  width: 210px;
  height: 27px;
  display: flex;
  align-items: center;
}
.declaration_main_wrap .declaration_content_wrap .content_item_box .content_pdf_box .pdf_item_box p {
  margin-left: 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  opacity: 0.85;
  line-height: 30px;
}
.vulnerability_main_wrap ul,
.vulnerability_main_wrap ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.vulnerability_main_wrap li {
  list-style: inherit;
}
.vulnerability_main_wrap a {
  text-decoration: underline;
}
.vulnerability_main_wrap .tit_style {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
}
.vulnerability_main_wrap .vulnerability_top_wrap {
  height: 272px;
  background-image: url('/img/declaration/declaration-top-bg.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vulnerability_main_wrap .vulnerability_top_wrap p {
  font-family: "Poppins-Medium";
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 36px;
}
.vulnerability_main_wrap .vulnerability_content_wrap {
  width: 1024px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 108px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .first_tit {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 36px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .bolder_label {
  font-weight: 500 !important;
  font-family: initial !important;
}
.vulnerability_main_wrap .vulnerability_content_wrap .bolder_label {
  font-weight: 500 !important;
  font-family: initial !important;
}
.vulnerability_main_wrap .vulnerability_content_wrap p.content_box {
  line-height: 30px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .second_tit {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 24px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_box {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.vulnerability_main_wrap .vulnerability_content_wrap .ul_box {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}
.vulnerability_main_wrap .vulnerability_content_wrap .ol_box {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}
.vulnerability_main_wrap .vulnerability_content_wrap .ol_box li {
  list-style-type: decimal;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_blue {
  color: #1890ff;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part2 {
  margin-top: 79px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 66px;
  margin-bottom: 98px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap img {
  width: 66px;
  height: 57px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap .step_box {
  width: 165px;
  height: 165px;
  background: #0A66C2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap .step_box p {
  font-family: "Poppins-Regular";
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  font-size: 20px;
  color: #FEFEFE;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part3 {
  margin-top: 97px;
}
.vulnerability_main_wrap .vulnerability_content_wrap .content_part4 {
  margin-top: 85px;
}
@media screen and (max-width: 1281px) {
  .vulnerability_main_wrap .vulnerability_content_wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 961px) {
  .vulnerability_main_wrap .vulnerability_top_wrap p {
    font-size: 28px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .first_tit {
    font-size: 24px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .second_tit {
    font-size: 18px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_box {
    font-size: 12px;
    line-height: 24px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .ul_box,
  .vulnerability_main_wrap .vulnerability_content_wrap .ol_box {
    font-size: 12px;
    line-height: 24px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part2 {
    margin-top: 0.79rem;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap {
    margin-top: 0.66rem;
    margin-bottom: 0.98rem;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap img {
    width: 0.46rem;
    height: 0.37rem;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap .step_box {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.3rem;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part2 .step_box_wrap .step_box p {
    font-size: 0.17rem;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part3 {
    margin-top: 50px;
  }
  .vulnerability_main_wrap .vulnerability_content_wrap .content_part4 {
    margin-top: 45px;
  }
}
.support_main_wrap {
  width: 100%;
  height: 100%;
  background-image: url("/img/product-support-period-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.support_main_wrap img {
  width: auto;
  height: auto;
}
.support_main_wrap .content_box {
  margin: 64px 20px 0 20px;
  max-width: 1200px;
  text-align: center;
  font-family: "Poppins-Medium";
  font-size: 32px;
  color: #FFFFFF;
  line-height: 36px;
}
.support_main_wrap .second_tit {
  margin: 74px 20px 10px 20px;
  font-family: "Poppins-Medium";
  font-size: 28px;
  line-height: 36px;
  color: #B2C2D6;
}
.support_main_wrap .second_tit a {
  text-decoration: underline;
}
@media screen and (max-width: 961px) {
  .support_main_wrap {
    padding-top: 160px;
    height: auto;
  }
  .support_main_wrap .content_box {
    font-size: 25px;
  }
  .support_main_wrap .second_tit {
    font-size: 18px;
  }
}
.list_main_wrap .list_top_wrap {
  height: 272px;
  padding-top: 30px;
  background-image: url('/img/declaration/declaration-top-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.list_main_wrap .list_top_wrap p {
  font-family: "Poppins-Medium";
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 36px;
}
.list_main_wrap .list_content_wrap {
  margin-top: 39px;
}
.list_main_wrap .list_content_wrap .content_item {
  width: 1200px;
  margin: 0 auto;
  min-height: 725px;
}
.list_main_wrap .list_content_wrap .content_item .content_item_box {
  width: 100%;
  min-height: 144px;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
.list_main_wrap .list_content_wrap .content_item .content_item_box .content_img_box {
  background-color: #EEEEEE;
  width: 214px;
  min-height: inherit;
  border-radius: 6px;
  margin-right: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list_main_wrap .list_content_wrap .content_item .content_item_box .content_img_box img {
  margin-bottom: 13px;
}
.list_main_wrap .list_content_wrap .content_item .content_item_box .content_img_box p {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  opacity: 0.85;
}
.list_main_wrap .list_content_wrap .content_item .content_name .content_name_box {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.85;
  position: relative;
}
.list_main_wrap .list_content_wrap .content_item .content_name .content_name_box:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 1281px) {
  .list_main_wrap .list_content_wrap .content_item {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .list_main_wrap .list_content_wrap .content_item {
    width: calc(100% - 60px);
  }
  .list_main_wrap .list_content_wrap .content_item .content_item_box .content_img_box {
    width: 150px;
    margin-right: 36px;
    text-align: center;
  }
}
.solution_multi_manufacturer_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.solution_multi_manufacturer_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution_multi_manufacturer_container .common_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 {
  height: 842px;
  position: relative;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner .solution_multi_manufacturer_part1_title {
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner .solution_multi_manufacturer_part1_desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 37px;
  width: 860px;
  margin-bottom: 85px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 {
  height: 762px;
  background-image: url('/img/solutions/MultiManufacturer/MultiManufacturer2-1.jpg');
  background-size: cover;
  background-position: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .common_part2_desc {
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_desc1 {
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  margin-top: 99px;
  margin-bottom: 55px;
  width: 902px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_desc2 {
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  opacity: 0.8;
  width: 952px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 {
  height: 845px;
  position: relative;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
  margin-bottom: 76px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item {
  width: 276px;
  height: 416px;
  padding: 38px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to bottom, #262626, #262626), linear-gradient(180deg, #2288ED, #262626);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item .label_multi_manufacturer_part_3_sub_tit {
  margin-top: 35px;
  margin-bottom: 29px;
  height: 46px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item .label_multi_manufacturer_part_3_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
  text-align: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner {
  width: 1200px;
  height: 1000px;
  margin: 0 auto;
  position: sticky;
  top: -8px;
  padding-top: 95px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_tit_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_tit_wrap .solution_multi_manufacturer_part4_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 63px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content {
  display: flex;
  justify-content: space-between;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right {
  width: 577px;
  box-sizing: border-box;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item {
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  height: 88px;
  overflow: hidden;
  padding: 0 26px;
  background: #262626;
  border-radius: 4px;
  transition: height 0.3s, background 0.3s;
  position: relative;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item:last-child {
  margin-bottom: 0;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item_title {
  height: 88px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item_desc {
  font-family: "Poppins-Light";
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  padding: 23px 15px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item_active {
  height: 311px;
  background: #0a66c2;
  border-radius: 4px 20px 20px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item_active .solution_multi_manufacturer_part4_content_right_item_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 96px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_content_right_item_active .solution_multi_manufacturer_part4_content_right_item_mask {
  width: 232px;
  height: 232px;
  position: absolute;
  left: -16px;
  top: -145px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_slider_box {
  width: 600px;
  height: 604px;
  overflow: hidden;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_slider_box .solution_multi_manufacturer_part4_slider_box_inner {
  width: 2400px;
  height: 604px;
  display: flex;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_slider_box .solution_multi_manufacturer_part4_slider_box_inner .solution_multi_manufacturer_part4_slider_item {
  width: 600px;
  height: 604px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content .solution_multi_manufacturer_part4_slider_box .solution_multi_manufacturer_part4_slider_box_inner .solution_multi_manufacturer_part4_slider_item img {
  width: 100%;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .space_bottom {
  height: 250px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 {
  height: 654px;
  background-image: url('/img/solutions/MultiManufacturer/MultiManufacturer5-1.jpg');
  background-size: cover;
  background-position: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 144px;
  margin-bottom: 117px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list .part5_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list .part5_list_item .part5_list_value {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 80px;
  margin-bottom: 36px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list .part5_list_item .part5_list_desc {
  flex: 1;
  width: 210px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom {
  height: 325px;
  background-image: url('/img/products/ElysBottomBg.jpg');
  background-size: cover;
  background-position: center;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an {
  background: unset;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an .ly_area_ax {
  width: 780px;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an .ly_area_ax .ly_area_ac {
  color: #FFFFFF;
}
.solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an .ly_area_ax .ly_area_av {
  width: 680px;
  color: #FFFFFF;
}
@media screen and (max-width: 1281px) {
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner {
    width: 960px;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner {
    width: 960px;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner {
    width: 960px;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner {
    width: 960px;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .solution_multi_manufacturer_container .flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
  }
  .solution_multi_manufacturer_container .common_title {
    font-size: 0.4rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 {
    height: auto;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner {
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner .solution_multi_manufacturer_part1_title {
    width: 2.89rem;
    font-size: 0.3rem;
    margin-top: 1.64rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner .solution_multi_manufacturer_part1_desc {
    width: 3.62rem;
    font-size: 0.16rem;
    margin-top: 0.38rem;
    margin-bottom: 0.51rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_1 .solution_multi_manufacturer_part1_inner .solution_multi_manufacturer_part1_img {
    width: 80%;
    margin-bottom: 1.44rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 {
    height: auto;
    background-image: url('/img/solutions/MultiManufacturer/MultiManufacturer_Mobile2-1.jpg');
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner {
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_title {
    font-size: 0.4rem;
    margin-top: 2.3rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .common_part2_desc {
    line-height: 0.26rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_desc1 {
    line-height: 0.26rem;
    font-size: 0.2rem;
    margin-top: 0.99rem;
    margin-bottom: 0.76rem;
    width: 5.94rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_2 .solution_multi_manufacturer_part2_inner .solution_multi_manufacturer_part2_desc2 {
    line-height: 0.26rem;
    font-size: 0.16rem;
    width: 6rem;
    margin-bottom: 2.35rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 {
    height: auto;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner {
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_title {
    font-size: 0.4rem;
    margin-top: 1.53rem;
    margin-bottom: 0.64rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .part5_item_list_wrap {
    width: 90%;
    margin-bottom: 0.8rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .part5_item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item {
    width: 2.76rem;
    height: 4.16rem;
    padding: 0.38rem 0.2rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item .label_multi_manufacturer_part_3_icon {
    height: 0.53rem;
    width: 0.53rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item .label_multi_manufacturer_part_3_sub_tit {
    margin-top: 0.44rem;
    margin-bottom: 0.35rem;
    height: 0.46rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_3 .solution_multi_manufacturer_part3_inner .solution_multi_manufacturer_part3_item .label_multi_manufacturer_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 {
    height: auto;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_tit_wrap .solution_multi_manufacturer_part4_title {
    font-size: 0.4rem;
    margin-bottom: 0.53rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content_mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.36rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content_mobile .solution_multi_manufacturer_part4_content_mobile_title {
    font-size: 0.24rem;
    margin-bottom: 0.26rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content_mobile .solution_multi_manufacturer_part4_content_mobile_desc {
    font-size: 0.18rem;
    opacity: 0.9;
    width: 60%;
    margin-bottom: 0.55rem;
    text-align: center;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content_mobile .solution_multi_manufacturer_part4_mobile_img {
    text-align: center;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_4 .solution_multi_manufacturer_part4_inner .solution_multi_manufacturer_part4_content_mobile .solution_multi_manufacturer_part4_mobile_img img {
    width: 80%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 {
    height: auto;
    background-image: url('/img/solutions/MultiManufacturer/MultiManufacturer_Mobile5-1.jpg');
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner {
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_title {
    font-size: 0.4rem;
    margin-top: 1.31rem;
    margin-bottom: 1.4rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list {
    width: 90%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list .part5_list_item .part5_list_value {
    font-size: 0.8rem;
    margin-bottom: 0.36rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_part_5 .solution_multi_manufacturer_part5_inner .solution_multi_manufacturer_part5_list .part5_list_item .part5_list_desc {
    width: 2.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-bottom: 1.2rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom {
    height: auto;
    background-image: unset;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner {
    width: 100%;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an {
    text-align: center;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an .ly_area_ax {
    width: 5.5rem;
  }
  .solution_multi_manufacturer_container .solution_multi_manufacturer_bottom .solution_multi_manufacturer_bottom_inner .ly_area_an .ly_area_ax .ly_area_av {
    width: 5.5rem;
  }
}
.products_bump_bar_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_bump_bar_container .products_bump_bar_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_bump_bar_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_bump_bar_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_bump_bar_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_bump_bar_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_bump_bar_container .products_bump_bar_part_1 {
  position: relative;
  height: 992px;
  padding-top: 211px;
}
.products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_device {
  width: 892px;
  height: 519px;
  position: absolute;
  left: 0;
  top: 0;
}
.products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_inner_text {
  text-align: right;
  padding-top: 327px;
}
.products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_inner_text .products_bump_bar_part_1_logo_text {
  font-family: Poppins-Medium;
  font-size: 72px;
  line-height: 66px;
  margin-top: 48px;
}
.products_bump_bar_container .products_bump_bar_part_3 {
  position: relative;
  background: #080808;
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 123px;
  display: flex;
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item {
  display: inline-block;
  width: 590px;
  height: 432px;
  padding: 90px 52px 0;
  box-sizing: border-box;
  position: relative;
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item:first-child {
  margin-right: 20px;
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item .products_bump_bar_part_3_item_title {
  position: relative;
  font-family: Poppins-Regular;
  z-index: 1;
  font-size: 26px;
  margin-bottom: 23px;
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item .products_bump_bar_part_3_item_desc {
  position: relative;
  font-family: Poppins-Regular;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item .products_bump_bar_part_3_item_bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.products_bump_bar_container .products_bump_bar_part_4 {
  position: relative;
  height: 864px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_device {
  width: 835px;
  height: 438px;
  position: absolute;
  right: 20px;
  top: 271px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  padding-top: 173px;
  min-width: 400px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 83px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item {
  display: inline-block;
  width: 40%;
  color: #5AADFF;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item:nth-child(-n + 2) {
  margin-bottom: 60px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_title {
  font-family: Poppins-Medium;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_value {
  font-family: Poppins-Medium;
  font-size: 60px;
  margin-right: 10px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_unit {
  font-family: Poppins-Regular;
  font-size: 12px;
}
.products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_desc {
  font-family: Poppins-Regular;
  font-size: 18px;
}
.products_bump_bar_container .products_bump_bar_part_5 {
  position: relative;
  height: 912px;
  background: #2B2B2B;
}
.products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 98px;
}
.products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner .products_bump_bar_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner .products_bump_bar_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 48px;
  margin-bottom: 82px;
  text-align: center;
}
.products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner .products_bump_bar_part_5_device {
  width: 100%;
}
.products_bump_bar_container .products_bump_bar_part_6 {
  position: relative;
  height: 1100px;
}
.products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 232px;
}
.products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner .products_bump_bar_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner .products_bump_bar_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 48px;
  margin-bottom: 73px;
  text-align: center;
}
.products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner .products_bump_bar_part_6_device {
  width: 100%;
}
.products_bump_bar_container .products_bump_bar_part_7 {
  position: relative;
  height: 831px;
  background-image: url('/img/products/BumpBar/BumpBar7_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  padding-top: 153px;
}
.products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 532px;
}
.products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 58px;
  width: 532px;
}
.products_bump_bar_container .products_bump_bar_part_8 {
  position: relative;
  height: 1080px;
  background-image: url('/img/products/BumpBar/BumpBar8_1.png');
  background-size: cover;
  background-position: center;
}
.products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 232px;
}
.products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner .products_bump_bar_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner .products_bump_bar_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 61px;
  margin-bottom: 73px;
  width: 1157px;
  text-align: center;
}
@media screen and (max-width: 1281px) {
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_item {
    width: 470px;
    height: 344px;
    padding: 72px 42px 0;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_title {
    width: 440px;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_desc {
    width: 440px;
  }
  .products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner {
    width: 960px;
  }
  .products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner .products_bump_bar_part_8_desc {
    width: 800px;
  }
}
@media screen and (max-width: 961px) {
  .products_bump_bar_container .products_bump_bar_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
  }
  .products_bump_bar_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_bump_bar_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_bump_bar_container .products_bump_bar_part_1 {
    position: relative;
    height: 9.05rem;
    padding-top: 1.65rem;
  }
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner {
    text-align: center;
    width: 90%;
  }
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_logo {
    width: 0.93rem;
    height: 0.29rem;
    margin-top: 0;
  }
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_inner_text {
    padding-top: unset;
    text-align: center;
  }
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_inner_text .products_bump_bar_part_1_logo_text {
    font-size: 0.72rem;
  }
  .products_bump_bar_container .products_bump_bar_part_1 .products_bump_bar_part_1_inner .products_bump_bar_part_1_device {
    margin: 1rem auto;
    width: 100%;
    height: auto;
    position: static;
  }
  .products_bump_bar_container .products_bump_bar_part_3 {
    height: auto;
    position: relative;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.23rem;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner .products_bump_bar_part_3_item {
    width: 5.9rem;
    height: 4.32rem;
    padding: 0.9rem 0.52rem 0;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner .products_bump_bar_part_3_item:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner .products_bump_bar_part_3_item .products_bump_bar_part_3_item_title {
    font-size: 0.26rem;
    margin-bottom: 0.23rem;
  }
  .products_bump_bar_container .products_bump_bar_part_3 .products_bump_bar_part_3_inner .products_bump_bar_part_3_item .products_bump_bar_part_3_item_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 {
    height: 12.64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_device {
    position: static;
    width: 5.81rem;
    height: auto;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner {
    width: 5.81rem;
    margin-bottom: 1.2rem;
    padding-top: 1.73rem;
    min-width: unset;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.83rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item {
    margin-right: 0.2rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item:nth-child(-n + 2) {
    margin-bottom: 0.6rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_title {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_value {
    font-size: 0.6rem;
    margin-right: 0.1rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_unit {
    font-size: 0.12rem;
  }
  .products_bump_bar_container .products_bump_bar_part_4 .products_bump_bar_part_4_inner .products_bump_bar_part_4_config_item .products_bump_bar_part_4_config_desc {
    font-size: 0.18rem;
  }
  .products_bump_bar_container .products_bump_bar_part_5 {
    height: 9.12rem;
  }
  .products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner {
    padding-top: 1.32rem;
    width: 5.87rem;
  }
  .products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner .products_bump_bar_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_bump_bar_container .products_bump_bar_part_5 .products_bump_bar_part_5_inner .products_bump_bar_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.48rem;
    margin-bottom: 0.82rem;
  }
  .products_bump_bar_container .products_bump_bar_part_6 {
    height: 7.82rem;
  }
  .products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner {
    padding-top: 1.32rem;
    width: 5.87rem;
  }
  .products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner .products_bump_bar_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_inner .products_bump_bar_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.48rem;
    margin-bottom: 0.73rem;
  }
  .products_bump_bar_container .products_bump_bar_part_6 .products_bump_bar_part_6_device {
    position: absolute;
    width: 100%;
    bottom: 0.7rem;
    right: 0;
  }
  .products_bump_bar_container .products_bump_bar_part_7 {
    height: 8.82rem;
    background: unset;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner {
    width: 5.87rem;
    padding-top: 1.8rem;
    align-items: center;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 6.43rem;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_inner .products_bump_bar_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.58rem;
    width: 6.43rem;
  }
  .products_bump_bar_container .products_bump_bar_part_7 .products_bump_bar_part_7_device {
    margin-top: 1.1rem;
    width: 100%;
  }
  .products_bump_bar_container .products_bump_bar_part_8 {
    height: 7.8rem;
  }
  .products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner {
    padding-top: 1.32rem;
    width: 5.87rem;
  }
  .products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner .products_bump_bar_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_bump_bar_container .products_bump_bar_part_8 .products_bump_bar_part_8_inner .products_bump_bar_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.61rem;
    margin-bottom: 0.73rem;
    width: 5.9rem;
  }
}
.configuration_wrap_container {
  background-color: #000000;
  color: #fff;
  position: relative;
}
.configuration_wrap_container .line {
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  opacity: 0.1;
}
.configuration_wrap_container .tip {
  font-family: "Poppins-Light";
  padding: 30px 0 169px;
  font-size: 12px;
  opacity: 0.5;
}
.configuration_wrap_container .configuration_content_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 169px;
}
.configuration_wrap_container .configuration_content_inner .configuration_title_item {
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 78px;
}
.configuration_wrap_container .configuration_content_inner .download_btn_box_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.configuration_wrap_container .configuration_content_inner .download_btn_wrap {
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.configuration_wrap_container .configuration_content_inner .download_btn_wrap span {
  font-family: Poppins-Regular;
  font-size: 16px;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 186px;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .table_title_item {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  padding-left: 15px;
  border-bottom: 2px solid rgba(217, 217, 217, 0.5);
  padding-bottom: 19px;
  margin-bottom: 39px;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .table_title_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 35px;
  background: #5AADFF;
  left: 0;
  top: 0;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table-tbody > tr.ant-table-row:hover > td,
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: unset;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table {
  color: #FFFFFF;
  background: #000000;
  font-size: 18px;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container {
  border-left: unset;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-thead {
  font-size: 24px;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-thead > tr > th {
  color: rgba(255, 255, 255, 0.5);
  background: #262626;
  text-align: center;
  height: 65px;
  border-bottom: unset;
  padding: 0 14px;
  border-right: 2px solid rgba(217, 217, 217, 0.2);
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-thead > tr > th:last-child {
  border-right: unset;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-tbody > tr > td {
  border-right: 2px solid rgba(217, 217, 217, 0.2);
  border-bottom: 2px solid rgba(217, 217, 217, 0.2);
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-tbody > tr > td:last-child {
  border-right: unset;
}
.configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_table_wrap .ant-table .ant-table-container .ant-table-content .ant-table-tbody > tr:last-child > td {
  border-bottom: 2px solid rgba(217, 217, 217, 0.5);
}
@media screen and (max-width: 1281px) {
  .configuration_wrap_container .configuration_content_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .configuration_wrap_container .configuration_content_inner {
    width: 5.9rem;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .table_title_item {
    border-bottom: unset;
    margin-bottom: unset;
    opacity: 0.5;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_mobile_wrap {
    display: flex;
    flex-direction: column;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_mobile_wrap .configuration_mobile_item {
    background: #262626;
    border-radius: 4px;
    height: 151px;
    width: 100%;
    margin-bottom: 20px;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_mobile_wrap .configuration_mobile_item .configuration_mobile_item_top {
    background: #313131;
    height: 60px;
    padding: 12px 0 12px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_mobile_wrap .configuration_mobile_item .configuration_mobile_item_top span {
    font-family: Poppins-Medium;
    font-size: 18px;
  }
  .configuration_wrap_container .configuration_content_inner .configuration_table_wrap .configuration_mobile_wrap .configuration_mobile_item .configuration_mobile_content {
    height: 91px;
    padding-left: 32px;
    display: flex;
    align-items: center;
  }
}
.products_elys_display_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_display_container .products_elys_display_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_elys_display_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_elys_display_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_elys_display_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_elys_display_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_elys_display_container .products_elys_display_part_1 {
  position: relative;
  height: 917px;
  background-image: url('/img/products/ElysDisplay/ElysDisplayBg1_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 270px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner .products_elys_display_part_1_inner_text .products_elys_display_part_1_logo_text {
  font-family: "Poppins-Medium";
  font-size: 72px;
  line-height: 66px;
  margin-top: 48px;
}
.products_elys_display_container .products_elys_display_part_2 {
  position: relative;
  height: 833px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay2_1.png');
  background-size: cover;
  background-position: center;
}
.products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 341px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner .products_elys_display_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 434px;
  margin-bottom: 78px;
}
.products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner .products_elys_display_part_2_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 434px;
}
.products_elys_display_container .products_elys_display_part_4 {
  position: relative;
  height: 1092px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_title {
  font-family: Poppins-Regular;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 25px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_desc {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
  white-space: normal;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_flex {
  display: flex;
  flex-direction: column;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_padding_left_53 {
  padding-left: 53px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_padding_right_53 {
  padding-right: 53px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_1 {
  padding-left: 53px;
  height: 280px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_2 {
  padding-left: 53px;
  height: 280px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_2.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 {
  padding-left: 53px;
  height: 280px;
  width: 264px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_3.jpg');
  background-size: cover;
  background-position: center;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 .part4_title {
  width: 165px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 .part4_desc {
  width: 167px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_4 {
  padding-right: 53px;
  height: 280px;
  width: 349px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_4.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: end;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_4 .part4_desc {
  width: 100px;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_5 {
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_5.jpg');
  background-size: cover;
  background-position: center;
  height: 280px;
  width: 276px;
  padding-bottom: 57px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: end;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_6 {
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_6.jpg');
  background-size: cover;
  background-position: center;
  height: 280px;
  width: 249px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_6 .part4_desc {
  width: 177px;
  text-align: center;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_7 {
  height: 280px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_7_EN.jpg');
  background-size: cover;
  background-position: right center;
  padding-right: 400px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_7.zh_img {
  background-image: url('/img/products/ElysDisplay/ElysDisplay4_7_ZH.jpg');
}
.products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_7.zh_img .part4_title:first-child {
  margin-bottom: unset;
}
.products_elys_display_container .products_elys_display_part_5 {
  position: relative;
  height: 833px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay5_1.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner .products_elys_display_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 434px;
  margin-bottom: 78px;
}
.products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner .products_elys_display_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 434px;
}
.products_elys_display_container .products_elys_display_part_6 {
  position: relative;
  height: 930px;
}
.products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner .products_elys_display_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner .products_elys_display_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-bottom: 127px;
}
.products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner .products_elys_display_part_6_img {
  width: 100%;
}
.products_elys_display_container .products_elys_display_part_7 {
  position: relative;
  height: 1004px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay7_1.png');
  background-size: cover;
  background-position: center;
}
.products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner .products_elys_display_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 434px;
  margin-bottom: 78px;
}
.products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner .products_elys_display_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_elys_display_container .products_elys_display_part_8 {
  position: relative;
  height: 832px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay8_1.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 514px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner .products_elys_display_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 61px;
}
.products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner .products_elys_display_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 453px;
}
.products_elys_display_container .products_elys_display_part_8_2 {
  position: relative;
  height: 832px;
}
.products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 259px;
}
.products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_desc_box {
  position: absolute;
  top: 410px;
  right: 20px;
}
.products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_desc_box .products_elys_display_part_8_2_desc {
  font-size: 22px;
  line-height: 36px;
}
.products_elys_display_container .products_elys_display_part_9 {
  position: relative;
  height: 1067px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 203px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 56px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content {
  height: 540px;
  width: 100%;
  display: flex;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box {
  flex: 1;
  background: #2B2B2B;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  padding-top: 20px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item .content_item_title {
  font-size: 22px;
  line-height: 34px;
  margin-top: 29px;
  margin-bottom: 23px;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item .content_item_desc {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
  text-align: center;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item:nth-child(2n+1)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  height: 200px;
  width: 2px;
  background-color: #363636;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item:nth-child(-n+2)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 200px;
  height: 2px;
  background-color: #363636;
}
.products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_img {
  width: 560px;
}
.products_elys_display_container .products_elys_display_part_10 {
  position: relative;
  height: 1084px;
  background-image: url('/img/products/ElysDisplay/ElysDisplay10_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: end;
}
.products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner .products_elys_display_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 59px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner .products_elys_display_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_elys_display_container .products_elys_display_part_11 {
  position: relative;
  height: 1084px;
}
.products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner {
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 82px;
}
.products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_img {
  width: 100%;
}
.products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_desc_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 70px;
}
.products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_desc_box .products_elys_display_part_11_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
@media screen and (max-width: 1281px) {
  .products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_5 {
    background-position: left -350px center;
  }
  .products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_7 {
    background-size: 125%;
    background-repeat: no-repeat;
  }
  .products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_8 {
    background-position: right -300px center;
  }
  .products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_img {
    width: 770px;
  }
  .products_elys_display_container .products_elys_display_part_10 {
    background-repeat: no-repeat;
    background-size: 130%;
  }
  .products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner {
    width: 960px;
  }
  .products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_display_container .products_elys_display_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .products_elys_display_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_elys_display_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_elys_display_container .flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_elys_display_container .products_elys_display_part_1 {
    position: relative;
    height: 9.05rem;
    background-image: url('/img/products/ElysDisplay/ElysDisplay_Mobile1_1.jpg');
  }
  .products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-top: 1.7rem;
  }
  .products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner .products_elys_display_logo {
    width: 0.93rem;
    height: 0.29rem;
    margin-bottom: 0.4rem;
  }
  .products_elys_display_container .products_elys_display_part_1 .products_elys_display_part_1_inner .products_elys_display_part_1_logo_text {
    font-family: Poppins-Medium;
    font-size: 0.72rem;
    line-height: 0.66rem;
    text-transform: uppercase;
  }
  .products_elys_display_container .products_elys_display_part_2 {
    height: 9.05rem;
    background-image: url('/img/products/ElysDisplay/ElysDisplay_Mobile2_1.jpg');
  }
  .products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner {
    width: auto;
    padding-top: 1.15rem;
    align-items: start;
    margin-left: 0.86rem;
  }
  .products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner .products_elys_display_part_2_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.78rem;
  }
  .products_elys_display_container .products_elys_display_part_2 .products_elys_display_part_2_inner .products_elys_display_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_elys_display_container .products_elys_display_part_4 {
    height: auto;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner {
    width: 5.4rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_title {
    font-size: 0.26rem;
    margin-bottom: 0.25rem;
    line-height: 0.34rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .part4_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_1,
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_2 {
    height: 2.8rem;
    padding-left: 0.53rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 {
    padding-left: 0.53rem;
    height: 2.8rem;
    width: 2.64rem;
    margin-right: 0.2rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 .part4_title {
    width: 1.65rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_3 .part4_desc {
    width: 1.67rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_4 {
    padding-left: 0.53rem;
    padding-right: 0.26rem;
    height: 2.8rem;
    width: 3.49rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_4 .part4_desc {
    width: 1rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_5 {
    height: 2.8rem;
    width: 2.76rem;
    padding-bottom: 0.27rem;
    margin-right: 0.2rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_6 {
    height: 2.8rem;
    width: 2.49rem;
    padding-bottom: unset;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_6 .part4_title {
    margin-bottom: 0.1rem;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_6 .part4_desc {
    width: 1.77rem;
    text-align: center;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_7 {
    background-image: url('/img/products/ElysDisplay/ElysDisplay_Mobile4_7_EN.png');
    height: 6.3rem;
    background-position: center;
    padding-right: unset;
    padding-left: 0.52rem;
    padding-top: 2.74rem;
    align-items: start;
    justify-content: unset;
  }
  .products_elys_display_container .products_elys_display_part_4 .products_elys_display_part_4_inner .products_elys_display_part_4_content_7.zh_img {
    background-image: url('/img/products/ElysDisplay/ElysDisplay_Mobile4_7_ZH.png');
  }
  .products_elys_display_container .products_elys_display_part_5 {
    height: 8.15rem;
    background: unset;
  }
  .products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner {
    width: 5rem;
    padding-top: 1.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner .products_elys_display_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.55rem;
  }
  .products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner .products_elys_display_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
  }
  .products_elys_display_container .products_elys_display_part_5 .products_elys_display_part_5_inner .products_elys_display_part_5_device {
    width: 100%;
    margin-top: 0.78rem;
  }
  .products_elys_display_container .products_elys_display_part_6 {
    height: 7rem;
  }
  .products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner {
    width: 100%;
    padding-top: 1.15rem;
  }
  .products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner .products_elys_display_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_elys_display_container .products_elys_display_part_6 .products_elys_display_part_6_inner .products_elys_display_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.65rem;
  }
  .products_elys_display_container .products_elys_display_part_7 {
    height: 7.55rem;
    background-image: url('/img/products/ElysDisplay/ElysDisplay_Mobile7_1.png');
    background-size: cover;
  }
  .products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner {
    width: 100%;
    padding-left: 0.86rem;
    padding-top: 1.14rem;
  }
  .products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner .products_elys_display_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_elys_display_container .products_elys_display_part_7 .products_elys_display_part_7_inner .products_elys_display_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 2.82rem;
  }
  .products_elys_display_container .products_elys_display_part_8 {
    height: auto;
    background-size: 100%;
    background-position: right -1rem top;
  }
  .products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner {
    width: 100%;
    height: 100%;
    padding-top: 5.84rem;
    padding-left: 0.87rem;
    justify-content: flex-end;
  }
  .products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner .products_elys_display_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_elys_display_container .products_elys_display_part_8 .products_elys_display_part_8_inner .products_elys_display_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 4.35rem;
  }
  .products_elys_display_container .products_elys_display_part_8_2 {
    height: 7rem;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner {
    width: 5.9rem;
    padding-top: 1.14rem;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_img {
    width: 70%;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_desc_box {
    top: unset;
  }
  .products_elys_display_container .products_elys_display_part_8_2 .products_elys_display_part_8_2_inner .products_elys_display_part_8_2_desc_box .products_elys_display_part_8_2_desc {
    font-size: 0.22rem;
  }
  .products_elys_display_container .products_elys_display_part_9 {
    height: 16.5rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner {
    width: 5.9rem;
    padding-top: 1.15rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.56rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content {
    width: 100%;
    flex-direction: column;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item {
    padding-top: 0.2rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item img {
    height: 0.6rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item .content_item_title {
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.22rem;
    margin-top: 0.29rem;
    margin-bottom: 0.23rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item .content_item_desc {
    line-height: 0.28rem;
    font-size: 0.18rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item:nth-child(2n+1)::after {
    top: 0.1rem;
    height: 2rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_content_box .products_elys_display_part_9_content_item:nth-child(-n+2)::before {
    width: 2rem;
  }
  .products_elys_display_container .products_elys_display_part_9 .products_elys_display_part_9_inner .products_elys_display_part_9_content .products_elys_display_part_9_img {
    width: 100%;
  }
  .products_elys_display_container .products_elys_display_part_10 {
    height: 7.32rem;
    background: unset;
  }
  .products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner {
    padding-top: 1.14rem;
    width: 5.9rem;
  }
  .products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner .products_elys_display_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    text-align: end;
  }
  .products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_inner .products_elys_display_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.78rem;
  }
  .products_elys_display_container .products_elys_display_part_10 .products_elys_display_part_10_device {
    width: 100%;
    margin-top: -1.2rem;
  }
  .products_elys_display_container .products_elys_display_part_11 {
    height: 7rem;
  }
  .products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner {
    padding-top: 1.14rem;
    width: 5.9rem;
  }
  .products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.82rem;
  }
  .products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_desc_box {
    bottom: 0.7rem;
  }
  .products_elys_display_container .products_elys_display_part_11 .products_elys_display_part_11_inner .products_elys_display_part_11_desc_box .products_elys_display_part_11_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}
.products_elys_eye_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_eye_container .products_elys_eye_part_1 {
  height: 992px;
  background-image: url('/img/products/ElysEye/ElysEyeTopBg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 229px;
  box-sizing: border-box;
}
.products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_part_1_inner {
  width: 1200px;
  text-align: right;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_part_1_inner_text {
  font-size: 72px;
}
.products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_top_device {
  width: 835px;
  height: 640px;
  position: absolute;
  top: 0;
  left: -141px;
}
.products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 66px;
}
.products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_logo {
  width: 93px;
  margin-bottom: 39px;
  margin-top: 191px;
}
.products_elys_eye_container .products_elys_eye_video_bg {
  width: 100%;
}
.products_elys_eye_container .products_elys_eye_part_2 {
  height: 834px;
  background: #040405;
  position: relative;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_2_img_left {
  top: 123px;
  left: 0;
  position: absolute;
  width: 943px;
  height: 687px;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner {
  padding-top: 123px;
  position: relative;
  z-index: 1;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_title {
  width: 471px;
  font-size: 36px;
  line-height: 34px;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_title .products_elys_eye_part_2_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_desc {
  width: 471px;
  font-size: 26px;
  line-height: 42px;
  margin-top: 61px;
  margin-bottom: 67px;
}
.products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_desc_img {
  width: 471px;
}
.products_elys_eye_container .products_elys_eye_part_3 {
  height: 834px;
  background-image: url('/img/products/ElysEye/ElysEyeDevice_2.jpg');
  background-size: cover;
  background-position: left top;
}
.products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner {
  padding-top: 281px;
}
.products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_title {
  width: 471px;
  font-size: 36px;
  line-height: 34px;
}
.products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_title .products_elys_eye_part_3_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_desc {
  width: 471px;
  font-size: 26px;
  line-height: 42px;
  margin-top: 69px;
  padding-right: 60px;
}
.products_elys_eye_container .products_elys_eye_part_inner {
  max-width: 1200px;
  transition: all 0.3s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1281px) {
  .products_elys_eye_container .products_elys_eye_part_1 .products_elys_eye_part_1_inner {
    width: 960px;
  }
  .products_elys_eye_container .products_elys_eye_part_inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_eye_container .products_elys_eye_part_mobile_1 {
    height: 9.05rem;
    background-image: url('/img/products/ElysEye/ElysEyeMobileTopBg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 1.5rem;
  }
  .products_elys_eye_container .products_elys_eye_part_mobile_1 .products_elys_eye_logo {
    width: 0.93rem;
    margin-top: 1.25rem;
  }
  .products_elys_eye_container .products_elys_eye_part_mobile_1 .products_elys_eye_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    margin: 0.39rem 0 0.52rem;
  }
  .products_elys_eye_container .products_elys_eye_part_mobile_1 .products_elys_eye_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_elys_eye_container .products_elys_eye_part_mobile_1 .products_elys_eye_part_mobile_device {
    width: 6.32rem;
    margin-top: 1.26rem;
    margin-left: 0.8rem;
  }
  .products_elys_eye_container .products_elys_eye_part_2 {
    background: #040405;
    padding: 1.31rem 0 1.52rem;
    height: auto;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_2_img_left {
    width: 5.66rem;
    height: auto;
    position: static;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner {
    padding-top: 0;
    width: 4.71rem;
    margin: 0 auto;
    margin-top: 1.27rem;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_title {
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_title .products_elys_eye_part_2_title_line {
    margin-top: 0.41rem;
    height: 0.02rem;
    width: 0.8rem;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_desc_img {
    width: 100%;
  }
  .products_elys_eye_container .products_elys_eye_part_2 .products_elys_eye_part_inner .products_elys_eye_part_2_desc {
    width: 100%;
    font-size: 0.26rem;
    margin: 0.69rem 0 0.75rem;
  }
  .products_elys_eye_container .products_elys_eye_part_inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .products_elys_eye_container .products_elys_eye_part_3 {
    background-image: none;
    position: relative;
    height: auto;
  }
  .products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_3_bg {
    width: 100%;
  }
  .products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner {
    position: absolute;
    width: 4.71rem;
    top: 1.13rem;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
  }
  .products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_title {
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_title .products_elys_eye_part_3_title_line {
    margin-top: 0.41rem;
    height: 0.02rem;
    width: 0.8rem;
  }
  .products_elys_eye_container .products_elys_eye_part_3 .products_elys_eye_part_inner .products_elys_eye_part_3_desc {
    width: 100%;
    padding-right: 0;
    font-size: 0.26rem;
    margin-top: 0.7rem;
    width: 4rem;
    text-align: left;
    line-height: 0.42rem;
  }
}
.products_elys_hub_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_hub_container .products_elys_hub_part_1 {
  height: 992px;
  background-image: url('/img/products/ElysHub/ElysHubTopBg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 162px;
}
.products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_part_1_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_top_device {
  width: 1125px;
  height: 589px;
  position: absolute;
  top: 0;
  left: -30px;
}
.products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_top_inner_text {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
.products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_logo {
  width: 93px;
  height: 29px;
  margin-top: 316px;
}
.products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_top_logo_text {
  font-size: 72px;
  line-height: 68px;
  margin: 39px 0 52px;
}
.products_elys_hub_container .products_elys_hub_part_2 {
  height: 833px;
  background-image: url('/img/products/ElysHub/ElysHubPartImg_2.jpg');
  background-size: cover;
  background-position: center;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 127px;
  transition: all 0.3s;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin-top: 40px;
  margin-bottom: 80px;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_subTitle {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_desc_box {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
.products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_desc_item {
  color: #5aadff;
  font-size: 18px;
  line-height: 36px;
  width: 233px;
}
@media screen and (max-width: 1281px) {
  .products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_part_1_inner {
    width: 960px;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_hub_container .products_elys_hub_part_1 {
    height: 9.05rem;
    padding-top: 1.5rem;
  }
  .products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_part_1_inner {
    width: 100%;
    text-align: center;
  }
  .products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_top_device {
    text-align: center;
    position: static;
    width: 6.3rem;
    height: 3.3rem;
    margin-left: 0.42rem;
  }
  .products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_logo {
    margin-top: 1.25rem;
    width: 0.93rem;
    height: 0.29rem;
  }
  .products_elys_hub_container .products_elys_hub_part_1 .products_elys_hub_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.68rem;
    margin: 0.4rem 0 1.9rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 {
    height: 11.37rem;
    background-image: url('/img/products/ElysHub/ElysHubPartImgMobile_2.jpg');
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_inner {
    width: 100%;
    padding-top: 1.23rem;
    padding-left: 0.75rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_line {
    width: 0.8rem;
    height: 0.02rem;
    background: #009847;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_subTitle {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_desc_box {
    width: 5rem;
  }
  .products_elys_hub_container .products_elys_hub_part_2 .products_elys_hub_part_2_desc_item {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 2.33rem;
  }
}
.products_elys_note_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_note_container .products_elys_note_part_1 {
  height: 992px;
  background-image: url('/img/products/ElysNote/ElysNoteTopBg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 220px;
}
.products_elys_note_container .products_elys_note_part_1 .products_elys_note_part_1_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: flex-end;
  transition: all 0.3s;
}
.products_elys_note_container .products_elys_note_part_1 .products_elys_note_top_device {
  width: 535px;
  height: 659px;
  position: absolute;
  left: 0;
  top: 0;
}
.products_elys_note_container .products_elys_note_part_1 .products_elys_note_top_inner_text {
  text-align: right;
  position: relative;
}
.products_elys_note_container .products_elys_note_part_1 .products_elys_note_logo {
  width: 93px;
  height: 29px;
  margin-top: 127px;
}
.products_elys_note_container .products_elys_note_part_1 .products_elys_note_top_logo_text {
  font-size: 72px;
  line-height: 68px;
  margin: 39px 0 52px;
}
.products_elys_note_container .products_elys_note_video_bg {
  width: 100%;
}
.products_elys_note_container .products_elys_note_part_2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 123px;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item {
  display: inline-block;
  width: 590px;
  height: 432px;
  padding: 90px 52px 0;
  box-sizing: border-box;
  position: relative;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:nth-child(odd) {
  margin-right: 20px;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item .products_elys_note_part_two_item_bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item .products_elys_note_part_two_item_title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  margin-bottom: 26px;
  height: 60px;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:nth-child(4) .products_elys_note_part_two_item_title {
  width: 300px;
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item .products_elys_note_part_two_item_subTitle {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:nth-child(3) {
  text-align: right;
}
.products_elys_note_container .products_elys_note_part_3 {
  background: #040405;
  padding: 45px 0 17px;
  position: relative;
  height: 834px;
  width: 100%;
  box-sizing: border-box;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_img {
  width: 1068px;
  height: 772px;
  position: absolute;
  left: 0;
  top: 45px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_inner {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-top: 184px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_inner_text {
  min-width: 400px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin-top: 40px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_subTitle {
  margin: 80px 0 33px;
  font-size: 26px;
  line-height: 26px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item {
  display: inline-block;
  width: 50%;
  color: #5aadff;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item:nth-child(-n + 2) {
  margin-bottom: 58px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_value {
  font-size: 60px;
  line-height: 46px;
  margin-right: 20px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_unit {
  font-size: 18px;
  line-height: 15px;
}
.products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_desc {
  font-size: 18px;
  line-height: 15px;
  margin-top: 28px;
}
.products_elys_note_container .products_elys_note_part_4 {
  width: 100%;
  height: 992px;
  background: url("/img/products/ElysNote/ElysNotePartVideo_4.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_text {
  text-align: center;
  width: 100%;
}
.products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_title {
  font-size: 36px;
  line-height: 36px;
  padding-top: 25px;
}
.products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin-top: 40px;
  margin-bottom: 45px;
  display: inline-block;
}
.products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_desc {
  font-size: 26px;
  line-height: 33px;
}
@media screen and (max-width: 1281px) {
  .products_elys_note_container .products_elys_note_part_1 .products_elys_note_part_1_inner {
    width: 960px;
  }
  .products_elys_note_container .products_elys_note_part_2 {
    width: 960px;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item {
    display: inline-block;
    width: 470px;
    height: 344px;
    padding: 72px 42px 0;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_inner {
    width: 960px;
  }
  .products_elys_note_container .products_elys_note_part_4 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_note_container .products_elys_note_part_1 {
    height: 9.87rem;
    padding-top: 1.16rem;
  }
  .products_elys_note_container .products_elys_note_part_1 .products_elys_note_part_1_inner {
    text-align: center;
    width: 100%;
    display: block;
  }
  .products_elys_note_container .products_elys_note_part_1 .products_elys_note_logo {
    width: 0.93rem;
    height: 0.29rem;
    margin-top: 0;
  }
  .products_elys_note_container .products_elys_note_part_1 .products_elys_note_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.68rem;
    margin: 0.39rem 0 0.52rem;
  }
  .products_elys_note_container .products_elys_note_part_1 .products_elys_note_top_device {
    margin-top: 0.79rem;
    margin-left: 1.99rem;
    width: 3.21rem;
    height: 3.95rem;
    position: static;
  }
  .products_elys_note_container .products_elys_note_part_2 {
    width: 5.9rem;
    padding-top: 1.34rem;
    padding-bottom: 1.13rem;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item {
    display: block;
    width: 5.9rem;
    height: 4.32rem;
    padding: 0.94rem 0.5rem 0;
    margin: 0 0 0.4rem 0 !important;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:last-child {
    margin-bottom: 0 !important;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item:nth-child(4) .products_elys_note_part_two_item_title {
    width: 3rem;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item .products_elys_note_part_two_item_title {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-bottom: 0.26rem;
    height: 0.6rem;
  }
  .products_elys_note_container .products_elys_note_part_2 .products_elys_note_part_two_item .products_elys_note_part_two_item_subTitle {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_elys_note_container .products_elys_note_part_3 {
    padding-top: 1.22rem;
    padding-bottom: 0;
    height: 14.54rem;
    box-sizing: border-box;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_img {
    position: static;
    width: 6.67rem;
    height: 5.77rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_inner {
    width: 100%;
    padding: 0.86rem 1.68rem 0;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_inner_text {
    min-width: 100%;
    width: 100%;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_title_line {
    width: 0.8rem;
    height: 0.02rem;
    margin-top: 0.4rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_subTitle {
    margin: 0.8rem 0 0.33rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item:nth-child(-n + 2) {
    margin-bottom: 0.58rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item:nth-child(2) {
    width: 100%;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_value {
    font-size: 0.6rem;
    line-height: 0.46rem;
    margin-right: 0.2rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_unit {
    font-size: 0.18rem;
    line-height: 0.15rem;
  }
  .products_elys_note_container .products_elys_note_part_3 .products_elys_note_part_3_config_item .products_elys_note_part_3_config_item_desc {
    font-size: 0.18rem;
    line-height: 0.15rem;
    margin-top: 0.28rem;
  }
  .products_elys_note_container .products_elys_note_part_4 {
    padding-top: unset;
  }
  .products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_text {
    position: static;
    padding-bottom: 0.97rem;
  }
  .products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_title_line {
    width: 0.8rem;
    height: 0.02rem;
    margin-top: 0.4rem;
    margin-bottom: 0.59rem;
  }
  .products_elys_note_container .products_elys_note_part_4 .products_elys_note_part_4_desc {
    font-size: 0.26rem;
    line-height: 0.33rem;
  }
}
.products_elys_printer_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_printer_container .products_elys_printer_part_1 {
  height: 992px;
  background-image: url('/img/products/ElysPrinter/ElysPrinterTopBg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 202px;
}
.products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_part_1_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_top_device {
  width: 816px;
  height: 734px;
  position: absolute;
  top: 0;
  left: -188px;
}
.products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_top_inner_text {
  text-align: right;
  position: relative;
  z-index: 1;
}
.products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_logo {
  width: 93px;
  height: 29px;
  margin-top: 190px;
}
.products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_top_logo_text {
  font-size: 72px;
  line-height: 68px;
  margin: 39px 0 52px;
}
.products_elys_printer_container .products_elys_printer_part_2 {
  height: 833px;
  background-image: url('/img/products/ElysPrinter/ElysPrinterPartImg_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_inner {
  text-align: center;
  padding-top: 118px;
}
.products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_line {
  width: 80px;
  height: 2px;
  background: #009847;
  display: inline-block;
  margin-top: 40px;
}
.products_elys_printer_container .products_elys_printer_part_3 {
  background: #040405;
  padding: 250px 0;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_content {
  flex: 1;
  margin-right: 40px;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem {
  margin-bottom: 42px;
  display: flex;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem:last-child {
  margin-bottom: 0;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem_circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  opacity: 0.5;
  flex-shrink: 0;
  margin-right: 14px;
  margin-top: 13px;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem_text {
  font-size: 22px;
  line-height: 36px;
}
.products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_img {
  width: 582px;
  height: 338px;
  flex-shrink: 0;
}
@media screen and (max-width: 1281px) {
  .products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_part_1_inner {
    width: 960px;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_printer_container .products_elys_printer_part_1 {
    height: 9.05rem;
    padding-top: 1.5rem;
  }
  .products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_part_1_inner {
    width: 100%;
    text-align: center;
  }
  .products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_top_device {
    text-align: center;
    position: static;
    width: 5.32rem;
    height: 4.78rem;
    margin-left: 0.73rem;
  }
  .products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_logo {
    margin-top: 1.25rem;
    width: 0.93rem;
    height: 0.29rem;
  }
  .products_elys_printer_container .products_elys_printer_part_1 .products_elys_printer_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.68rem;
    margin: 0.4rem 0 1.05rem;
  }
  .products_elys_printer_container .products_elys_printer_part_2 {
    height: 10.25rem;
    background-image: url('/img/products/ElysPrinter/ElysPrinterPartImgMobile_1.jpg');
  }
  .products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_inner {
    padding-top: 1.62rem;
  }
  .products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_printer_container .products_elys_printer_part_2 .products_elys_printer_part_2_line {
    width: 0.8rem;
    height: 0.02rem;
    margin-top: 0.4rem;
  }
  .products_elys_printer_container .products_elys_printer_part_3 {
    padding: 0;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_inner {
    width: 100%;
    padding: 2.15rem 1.15rem 1.5rem;
    display: block;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_content {
    margin-right: 0;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem {
    margin-bottom: 0.42rem;
    display: flex;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem:last-child {
    margin-bottom: 0;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem_circle {
    width: 0.09rem;
    height: 0.09rem;
    border: 0.02px solid #ffffff;
    margin-right: 0.14rem;
    margin-top: 0.13rem;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_descItem_text {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  .products_elys_printer_container .products_elys_printer_part_3 .products_elys_printer_part_3_img {
    width: 4.8rem;
    height: auto;
    margin-top: 1.6rem;
  }
}
.products_elys_station_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_station_container .products_elys_station_part_1 {
  position: relative;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_inner {
  height: 992px;
  background-image: url("/img/products/ElysStation/ElysStationTopBg.png");
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  left: 0;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_device_box {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 284px;
  box-sizing: border-box;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_device {
  width: 811px;
  height: 484px;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_inner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 400px;
  box-sizing: border-box;
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_logo {
  width: 93px;
  height: 29px;
}
.products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_logo_text {
  font-size: 72px;
  line-height: 68px;
  margin: 39px 0 52px;
}
.products_elys_station_container .products_elys_station_part_1 .products_elysstation_part_1_sub_text {
  font-size: 20px;
  line-height: 21px;
}
.products_elys_station_container .products_elys_station_part_1 .space-80vh {
  height: 80vh;
}
.products_elys_station_container .products_elys_station_part_1 .space-100vh {
  height: 100vh;
}
.products_elys_station_container .products_elys_station_part_2 {
  width: 100%;
}
.products_elys_station_container .mask_box {
  margin-top: -100vh;
  position: relative;
}
.products_elys_station_container .products_elys_station_part_3 {
  padding: 124px 0;
  background-color: #111111;
}
.products_elys_station_container .products_elys_station_part_3 .ant-anchor-wrapper {
  max-height: 1000vh !important;
  margin: 0 !important;
  padding: 0 !important;
}
.products_elys_station_container .products_elys_station_part_3 .ant-anchor-ink:before {
  background-color: transparent !important;
}
.products_elys_station_container .products_elys_station_part_3 .ant-anchor-link-title {
  white-space: initial !important;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner .ant-anchor-link {
  padding: 0 !important;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner .ant-anchor-link a {
  color: #fff !important;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner .ant-anchor-link:nth-child(3) .products_elys_station_part_3_item {
  width: 1200px;
  height: 432px;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item {
  position: relative;
  width: 590px;
  height: 453px;
  box-sizing: border-box;
  padding: 90px 54px;
  cursor: pointer;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item:hover .products_elys_station_part_3_item_icon {
  opacity: 1;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_title {
  position: relative;
  font-size: 26px;
  line-height: 26px;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_desc {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_icon {
  width: 36px;
  height: 20px;
  position: absolute;
  bottom: 90px;
  opacity: 0.5;
  transition: all 0.3s;
}
.products_elys_station_container .products_elys_station_part_4 {
  height: 834px;
  background: #040405;
  position: relative;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_bg {
  position: absolute;
  width: 1184px;
  height: 834px;
  top: 0;
  right: 0;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  transition: all 0.3s;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 40px 0 80px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_box {
  display: flex;
  flex-wrap: wrap;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_item {
  display: inline-block;
  width: 270px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_item:nth-child(1) {
  width: 100%;
  margin-bottom: 75px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_children {
  display: flex;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child {
  margin-right: 68px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_valueBox {
  display: flex;
  align-items: flex-end;
  color: #5aadff;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_value {
  font-size: 60px;
  line-height: 45px;
  margin-right: 18px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_unit {
  font-size: 18px;
  line-height: 18px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_desc {
  font-size: 18px;
  line-height: 18px;
  color: #5aadff;
  margin-top: 27px;
}
.products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_tip {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_sticky {
  position: sticky;
  height: 834px;
  top: 72px;
}
.products_elys_station_container .products_elys_station_part_5 .space_bottom {
  height: 400px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_box {
  width: 100%;
  height: 834px;
  position: absolute;
  top: 0;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_box_inner {
  width: 200%;
  display: flex;
  height: 834px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_1 {
  width: 50%;
  height: 834px;
  background-image: url("/img/products/ElysStation/ElysStationPartImg_5_1.jpg");
  background-size: cover;
  background-position: center;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_2 {
  width: 50%;
  height: 834px;
  background-image: url("/img/products/ElysStation/ElysStationPartImg_5_2.jpg");
  background-size: cover;
  background-position: center;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 125px;
  position: relative;
  height: 834px;
  box-sizing: border-box;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 40px 0 110px;
  display: inline-block;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_box {
  display: flex;
  justify-content: space-between;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item {
  width: 565px;
  height: 388px;
  background: rgba(21, 21, 22, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: all 0.3s;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item_active {
  background: rgba(21, 21, 22, 0.6);
  opacity: 1;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item_active .products_elys_station_part_5_config_child_title {
  color: #5aadff;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_title {
  font-size: 20px;
  line-height: 20px;
  height: 70px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child {
  margin-bottom: 30px;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child_title {
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child_desc {
  font-size: 18px;
  line-height: 18px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_sticky {
  position: relative;
  height: 834px;
}
.products_elys_station_container .products_elys_station_part_6 .space_bottom {
  height: 400px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_box {
  width: 100%;
  height: 834px;
  position: absolute;
  top: 0;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_box_inner {
  width: 100%;
  display: flex;
  height: 834px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_2 {
  width: 100%;
  height: 834px;
  background-image: url("/img/products/ElysStation/ElysStationPartImg_6_2.jpg");
  background-size: cover;
  background-position: center;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 125px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 40px 0 60px;
}
.products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_desc {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 70px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_7 {
  background: #1d1b19;
  height: 937px;
  position: relative;
}
.products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_inner {
  text-align: center;
  padding-top: 125px;
}
.products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 40px 0 60px;
  display: inline-block;
}
.products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 94px;
}
.products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_img_box {
  height: 459px;
  position: absolute;
  top: 384px;
  left: 50%;
  transform: translateX(-50%);
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 183px;
  transition: all 0.3s;
  height: 994px;
  position: sticky;
  top: 0;
}
.products_elys_station_container .products_elys_station_part_8 .space_bottom {
  height: 400px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_title_box {
  text-align: center;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_line {
  width: 80px;
  height: 2px;
  background: #009847;
  display: inline-block;
  margin-top: 40px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left {
  width: 455px;
  box-sizing: border-box;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding: 0 40px;
  background: #262a2e;
  border-radius: 4px;
  transition: height 0.3s, background 0.3s;
  position: relative;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item:last-child {
  margin-bottom: 0;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_active {
  height: 290px;
  background: #0a66c2;
  border-radius: 4px 15px 15px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_active .products_elys_station_part_8_content_left_item_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_active .products_elys_station_part_8_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;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_title {
  height: 80px;
  font-size: 26px;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_title_mask {
  width: 100%;
  height: 100%;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_desc {
  min-height: 180px;
  padding: 22px 16px 22px 0;
  font-size: 16px;
  line-height: 28px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_box {
  width: 662px;
  height: 484px;
  overflow: hidden;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_box_inner {
  width: 1986px;
  height: 484px;
  display: flex;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item {
  width: 662px;
  height: 484px;
}
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item video,
.products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1281px) {
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner {
    width: 960px;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner .ant-anchor-link:nth-child(3) .products_elys_station_part_3_item {
    width: 960px;
    height: 344px;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item {
    width: 470px;
    height: 344px;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_inner {
    width: 960px;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_inner {
    width: 960px;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item {
    width: 470px;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_inner {
    width: 960px;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_station_container .products_elys_station_part_1 {
    position: relative;
    height: 9.05rem;
    padding-top: 2rem;
  }
  .products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_inner {
    height: auto;
    position: static;
    text-align: center;
  }
  .products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_device {
    width: 5.84rem;
    height: 3.19rem;
    margin-left: 0.83rem;
    margin-top: 0.87rem;
  }
  .products_elys_station_container .products_elys_station_part_1 .products_elys_station_logo {
    width: 0.93rem;
    height: 0.29rem;
    margin-top: 1.25rem;
  }
  .products_elys_station_container .products_elys_station_part_1 .products_elys_station_part_1_logo_text {
    font-size: 0.72rem;
    line-height: 0.68rem;
    margin: 0.39rem 0 0.52rem;
  }
  .products_elys_station_container .products_elys_station_part_1 .products_elysstation_part_1_sub_text {
    font-size: 0.2rem;
    line-height: 0.21rem;
  }
  .products_elys_station_container .products_elys_station_part_3 {
    padding: 1.29rem 0;
    background-color: #111111;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner {
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_inner .ant-anchor-link:nth-child(3) .products_elys_station_part_3_item {
    width: 5.9rem;
    height: 4.53rem;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item {
    position: relative;
    width: 5.9rem;
    height: 4.53rem;
    box-sizing: border-box;
    padding: 0.9rem 0.54rem;
    cursor: pointer;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item:hover .products_elys_station_part_3_item_icon {
    opacity: 1;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_title {
    position: relative;
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_desc {
    position: relative;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .products_elys_station_container .products_elys_station_part_3 .products_elys_station_part_3_item_icon {
    width: 0.36rem;
    height: 0.2rem;
    position: absolute;
    bottom: 0.9rem;
    opacity: 0.5;
    transition: all 0.3s;
    left: 0.54rem;
  }
  .products_elys_station_container .products_elys_station_part_4 {
    height: 16.1rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_bg {
    width: 7.5rem;
    height: auto;
    bottom: 0;
    right: 0;
    top: auto;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_inner {
    width: 100%;
    height: 16.1rem;
    padding-top: 1.12rem;
    padding-left: 1.61rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_title_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.4rem 0 0.8rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_item {
    width: 2.7rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_item:nth-child(1) {
    margin-bottom: 0.75rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_title {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child {
    margin-right: 0.68rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_value {
    font-size: 0.6rem;
    line-height: 0.45rem;
    margin-right: 0.18rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_unit {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_desc {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-top: 0.27rem;
  }
  .products_elys_station_container .products_elys_station_part_4 .products_elys_station_part_4_config_child_tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.15rem;
  }
  .products_elys_station_container .products_elys_station_part_5 {
    position: relative;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_sticky {
    position: static;
    height: 16.68rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .space_bottom {
    height: 0;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_box {
    width: 100%;
    height: 16.68rem;
    position: absolute;
    top: 0;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_box_inner {
    width: 100%;
    height: 100%;
    display: block;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_1 {
    width: 100%;
    height: 8.34rem;
    background-image: url("/img/products/ElysStation/ElysStationPartImgMobile_5_1.jpg");
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_bg_2 {
    width: 100%;
    height: 8.34rem;
    background-image: url("/img/products/ElysStation/ElysStationPartImgMobile_5_2.jpg");
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_inner {
    padding-top: 1.25rem;
    width: 100%;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.5rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.4rem 0 1.28rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item {
    width: 5.65rem;
    height: 3.88rem;
    padding-top: 0.6rem;
    opacity: 1;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_item:first-child {
    margin-bottom: 4.65rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 0.7rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child {
    margin-bottom: 0.3rem;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child_title {
    font-size: 0.4rem;
    line-height: 0.38rem;
    margin-bottom: 0.2rem;
    color: #5aadff;
  }
  .products_elys_station_container .products_elys_station_part_5 .products_elys_station_part_5_config_child_desc {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }
  .products_elys_station_container .products_elys_station_part_6 {
    position: relative;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_sticky {
    height: 8.34rem;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_box_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_bg_2 {
    width: 100%;
    height: 8.34rem;
    background-image: url("/img/products/ElysStation/ElysStationPartImgMobile_6_2.jpg");
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_inner {
    padding-top: 1.25rem;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.4rem 0 0.6rem;
  }
  .products_elys_station_container .products_elys_station_part_6 .products_elys_station_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 11.8rem;
    line-height: 0.36rem;
  }
  .products_elys_station_container .products_elys_station_part_7 {
    background: #111111;
    height: 16rem;
  }
  .products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_inner {
    text-align: center;
    padding-top: 1.25rem;
  }
  .products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.4rem 0 0.6rem;
  }
  .products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.21rem;
    margin-bottom: 0.89rem;
  }
  .products_elys_station_container .products_elys_station_part_7 .products_elys_station_part_7_img_box {
    width: 6.79rem;
    height: 10.99rem;
    top: 3.84rem;
    left: 0;
    transform: translateX(0);
  }
  .products_elys_station_container .products_elys_station_part_8 {
    height: auto;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_inner {
    width: 100%;
    padding-top: 0.25rem;
    height: auto;
  }
  .products_elys_station_container .products_elys_station_part_8 .space_bottom {
    height: 0;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_title_box {
    text-align: center;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.5rem;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_line {
    width: 0.8rem;
    height: 0.02rem;
    background: #009847;
    display: inline-block;
    margin-top: 0.4rem;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content {
    display: block;
    margin-top: 0.82rem;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left {
    width: 100%;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item {
    margin-bottom: 1.2rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    background: #111111;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item:last-child {
    margin-bottom: 0;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_title {
    height: auto;
    font-size: 0.26rem;
    line-height: 0.28rem;
    padding: 0 0.88rem;
    margin-bottom: 0.5rem;
    border: none !important;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_mask {
    width: 0 !important;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_content_left_item_desc {
    min-height: auto;
    padding: 0 0.88rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item {
    width: 100%;
    height: 4.84rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item video,
  .products_elys_station_container .products_elys_station_part_8 .products_elys_station_part_8_slider_item img {
    width: 6.62rem;
    height: 4.84rem;
  }
}
.products_elys_learn_more_container {
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.products_elys_learn_more_container .learn_more {
  font-size: 24px;
  padding: 100px 0 0;
}
.products_elys_learn_more_container .products_box {
  margin: 33px 0 91px;
}
.products_elys_learn_more_container .product_item {
  max-width: 386px;
  height: 164px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: #262626;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.products_elys_learn_more_container .product_item:last-child {
  margin-right: 0;
}
.products_elys_learn_more_container .product_item .product_item_icon {
  width: 26px;
}
.products_elys_learn_more_container .product_item .product_item_text {
  font-size: 20px;
  line-height: 20px;
  margin-top: 23px;
}
.products_elys_learn_more_container .product_item .product_item_img_box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_elys_learn_more_container .product_item .product_item_img {
  max-width: 100%;
  max-height: 100%;
}
.products_elys_learn_more_container .line {
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  opacity: 0.1;
}
.products_elys_learn_more_container .tip {
  font-family: "Poppins-Light";
  padding: 30px 0 169px;
  font-size: 12px;
  opacity: 0.5;
}
.products_elys_container_bottom_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 141px;
  background-image: url('/img/products/ElysBottomBg.jpg');
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1281px) {
  .products_elys_learn_more_container {
    max-width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_learn_more_container {
    max-width: 100%;
    padding: 0 0.72rem;
  }
  .products_elys_learn_more_container .learn_more {
    font-size: 0.24rem;
    padding: 1.27rem 0 0;
  }
  .products_elys_learn_more_container .products_box {
    display: block;
    margin: 0.33rem 0 0.99rem;
  }
  .products_elys_learn_more_container .products_box .product_item {
    width: 100%;
    max-width: unset;
    height: 1.64rem;
    padding: 0.3rem 0.5rem 0 0.4rem;
    box-sizing: border-box;
  }
  .products_elys_learn_more_container .products_box .product_item .product_item_img_box {
    width: 1rem;
    height: 1rem;
  }
  .products_elys_learn_more_container .products_box .product_item .product_item_img {
    max-width: 100%;
    max-height: 100%;
  }
  .products_elys_learn_more_container .products_box .product_item .product_item_icon {
    width: 0.26rem;
  }
  .products_elys_learn_more_container .products_box .product_item .product_item_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.23rem;
    margin-bottom: 0.3rem;
  }
  .products_elys_learn_more_container .line {
    height: 0.02rem;
  }
  .products_elys_learn_more_container .tip {
    padding: 0.34rem 0 1rem;
    font-size: 0.12rem;
    opacity: 0.8;
  }
}
.products_pay_tablet_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_pay_tablet_container .products_pay_tablet_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_pay_tablet_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_pay_tablet_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
}
.products_pay_tablet_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_pay_tablet_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_pay_tablet_container .products_pay_tablet_video_bg {
  width: 100%;
  position: relative;
  margin-top: -100vh;
}
.products_pay_tablet_container .products_pay_tablet_part_1 {
  position: relative;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_inner {
  height: 992px;
  position: sticky;
  top: 0;
  left: 0;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_device_box {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 250px;
  box-sizing: border-box;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_device {
  width: 1049px;
  height: 465px;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_inner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 400px;
  box-sizing: border-box;
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_logo {
  width: 93px;
  height: 29px;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_logo_text {
  font-size: 72px;
  line-height: 68px;
  margin: 39px 0 52px;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .space-80vh {
  height: 80vh;
}
.products_pay_tablet_container .products_pay_tablet_part_1 .space-100vh {
  height: 100vh;
}
.products_pay_tablet_container .products_pay_tablet_part_4 {
  height: 834px;
  background-image: url('/img/products/PayTablet/PayTablet4_1.jpg');
  background-size: cover;
  background-position: right top;
}
.products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 245px;
}
.products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner .products_pay_tablet_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 412px;
}
.products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner .products_pay_tablet_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  width: 554px;
  margin-top: 52px;
}
.products_pay_tablet_container .products_pay_tablet_part_5 {
  height: 834px;
  position: relative;
}
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_img_left {
  position: absolute;
  left: 0;
  top: 121px;
  width: 866px;
  height: 584px;
}
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 251px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 532px;
}
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc1,
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc2 {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  width: 532px;
}
.products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc1 {
  margin-top: 52px;
  margin-bottom: 40px;
}
.products_pay_tablet_container .products_pay_tablet_part_6 {
  height: 834px;
  position: relative;
  background-image: url('/img/products/PayTablet/PayTablet6_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner .products_pay_tablet_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner .products_pay_tablet_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  margin-top: 53px;
  margin-bottom: 35px;
  width: 801px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .space_bottom {
  height: 400px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
  height: 994px;
  position: sticky;
  top: 0;
  padding-top: 220px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content {
  display: flex;
  justify-content: space-between;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left {
  width: 565px;
  box-sizing: border-box;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_title .products_pay_tablet_title_line {
  margin-bottom: 69px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding: 0 40px;
  background: #262a2e;
  border-radius: 4px;
  transition: height 0.3s, background 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item.big_height {
  height: 234px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item:last-child {
  margin-bottom: 0;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item_active {
  background: #0a66c2;
  border-radius: 4px 15px 15px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item_active .products_pay_tablet_part_7_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;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left_item_title {
  font-family: Poppins-Medium;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_slider_box {
  width: 532px;
  height: 674px;
  overflow: hidden;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_slider_box_inner {
  width: 1596px;
  height: 674px;
  display: flex;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_slider_item {
  width: 532px;
  height: 674px;
}
.products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_slider_item img {
  width: 100%;
  height: 100%;
}
.products_pay_tablet_container .products_pay_tablet_part_8 {
  height: 834px;
  position: relative;
  background-image: url('/img/products/PayTablet/PayTablet8_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  margin-top: 53px;
  margin-bottom: 30px;
  width: 801px;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_number {
  margin-top: 160px;
  display: flex;
  align-items: baseline;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_number .number_item {
  font-family: Poppins-Regular;
  font-size: 150px;
}
.products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_number .number_unit {
  font-family: Poppins-Regular;
  font-size: 40px;
}
.products_pay_tablet_container .products_pay_tablet_part_9 {
  height: 1080px;
  position: relative;
  background: #000000;
}
.products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_video_right {
  position: absolute;
  right: 0;
}
.products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 287px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner .products_pay_tablet_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 306px;
}
.products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner .products_pay_tablet_part_9_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  width: 532px;
  margin-top: 52px;
}
.products_pay_tablet_container .products_pay_tablet_part_10 {
  height: 834px;
  position: relative;
  background: #1D1B19;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 49px;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content {
  display: flex;
  justify-content: space-around;
  margin-top: 69px;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content .part_10_content_item {
  display: flex;
  flex-direction: column;
}
.products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content .part_10_content_item .content_desc {
  margin-top: 45px;
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
}
.products_pay_tablet_container .products_pay_tablet_part_11 {
  height: 834px;
  position: relative;
  background-image: url('/img/products/PayTablet/PayTablet11_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  margin-top: 29px;
  margin-bottom: 115px;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content {
  width: inherit;
  display: flex;
  justify-content: space-around;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_desc {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 28px;
  margin-top: 27px;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_middle_img {
  width: 435px;
  height: 447px;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_wrap,
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_item,
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_item {
  display: flex;
  flex-direction: column;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_item img,
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_item img {
  width: 95px;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_item span,
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_item span {
  width: 265px;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_wrap .content_left_item {
  align-items: flex-end;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_left_wrap .content_left_item .content_desc {
  text-align: right;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_wrap .content_right_item {
  align-items: flex-start;
}
.products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_right_wrap .content_right_item .content_desc {
  text-align: left;
}
@media screen and (max-width: 1281px) {
  .products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left {
    width: 400px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner {
    width: 960px;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_pay_tablet_container .products_pay_tablet_title_line {
    margin-top: 0.41rem;
    width: 0.8rem;
  }
  .products_pay_tablet_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_pay_tablet_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_pay_tablet_container .products_pay_tablet_video_bg {
    margin-top: unset;
  }
  .products_pay_tablet_container .products_pay_tablet_part_1 {
    position: relative;
    height: 9.05rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_inner {
    height: auto;
    position: static;
    text-align: center;
    padding-top: 2rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_logo {
    width: 0.93rem;
    height: 0.29rem;
    margin-top: 1.65rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_device {
    width: 6.24rem;
    height: 2.77rem;
    margin: 0 auto;
  }
  .products_pay_tablet_container .products_pay_tablet_part_1 .products_pay_tablet_part_1_logo_text {
    font-size: 0.72rem;
    line-height: 0.66rem;
    margin-bottom: 1.32rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_4 {
    height: 14.3rem;
    background-image: url('/img/products/PayTablet/PayTablet_Mobile4_1.jpg');
  }
  .products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner {
    padding-top: 1.67rem;
    padding-left: 1.19rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner .products_pay_tablet_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 4.12rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_4 .products_pay_tablet_part_4_inner .products_pay_tablet_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 5.54rem;
    margin-top: 0.52rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 {
    height: 14.3rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_img_left {
    top: unset;
    left: unset;
    bottom: 1.77rem;
    right: 0.96rem;
    width: 8.66rem;
    height: 5.84rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner {
    padding-top: 1.68rem;
    padding-left: 1.19rem;
    align-items: flex-start;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 5.32rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc1,
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc2 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 5.32rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_5 .products_pay_tablet_part_5_inner .products_pay_tablet_part_5_desc1 {
    margin-top: 0.52rem;
    margin-bottom: 0.4rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_6 {
    height: 10.77rem;
    background-image: url('/img/products/PayTablet/PayTablet_Mobile6_1.jpg');
  }
  .products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner {
    padding-top: 1.81rem;
    padding-left: 1.18rem;
    align-items: flex-start;
    text-align: unset;
  }
  .products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner .products_pay_tablet_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    display: unset;
  }
  .products_pay_tablet_container .products_pay_tablet_part_6 .products_pay_tablet_part_6_inner .products_pay_tablet_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 4.49rem;
    margin-top: 0.53rem;
    margin-bottom: 0.35rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 {
    height: auto;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .space_bottom {
    height: 0;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner {
    width: 5.31rem;
    margin: 0 auto;
    padding-top: 1.93rem;
    height: auto;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content {
    display: block;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left {
    width: 100%;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 3.96rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_title .products_pay_tablet_title_line {
    margin-bottom: 0.69rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_content_left_item {
    height: auto;
    background: #111111;
    display: flex;
    flex-direction: column;
    padding: unset;
    align-items: flex-start;
    margin-bottom: 1.45rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_content_left_item_title {
    margin-bottom: 0.54rem;
    width: 4.54rem;
    font-size: 0.24rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_7 .products_pay_tablet_part_7_inner .products_pay_tablet_part_7_content .products_pay_tablet_part_7_content_left .products_pay_tablet_part_7_slider_item {
    width: 5.32rem;
    height: 6.74rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 {
    height: 10.78rem;
    background-image: url('/img/products/PayTablet/PayTablet_Mobile8_1.jpg');
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner {
    padding-top: 1.71rem;
    width: 100%;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 4.9rem;
    margin-top: 0.53rem;
    margin-bottom: 0.3rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_number {
    margin-top: 2.55rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_8 .products_pay_tablet_part_8_inner .products_pay_tablet_part_8_number .number_item {
    font-size: 1.28rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 {
    height: 10.47rem;
    background: #000000;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_video_right {
    right: unset;
    bottom: 0.85rem;
    width: 100%;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner {
    width: 100%;
    padding-top: 1.78rem;
    padding-left: 0.96rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner .products_pay_tablet_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 3.06rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_9 .products_pay_tablet_part_9_inner .products_pay_tablet_part_9_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 5.32rem;
    margin-top: 0.52rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 {
    height: auto;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner {
    width: 100%;
    padding-top: 1.32rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner img {
    width: 80%;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.3rem;
    margin-bottom: 0.49rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content {
    margin-top: 1.49rem;
    flex-wrap: wrap;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content .part_10_content_item {
    margin-bottom: 0.48rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_10 .products_pay_tablet_part_10_inner .products_pay_tablet_part_10_content .part_10_content_item .content_desc {
    margin-top: 0.45rem;
    font-size: 0.18rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 {
    height: auto;
    background-image: url('/img/products/PayTablet/PayTablet_Mobile11_1.jpg');
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner {
    width: 100%;
    padding-top: 0.9rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 3.69rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content {
    flex-direction: column;
    align-items: center;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_desc {
    font-size: 0.18rem;
    margin-top: 0.27rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_middle_img {
    width: 4.35rem;
    height: 4.47rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.23rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_wrap .content_item_box {
    display: flex;
    margin-bottom: 0.58rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_wrap .content_item_box img {
    width: 0.95rem;
    height: 0.95rem;
  }
  .products_pay_tablet_container .products_pay_tablet_part_11 .products_pay_tablet_part_11_inner .products_pay_tablet_part_11_content .content_wrap .content_item_box .content_desc {
    text-align: left;
    width: 2.89rem;
    margin-left: 0.56rem;
  }
}
.products_elys_specifications_container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 114px;
  transition: all 0.3s;
}
.products_elys_specifications_container img {
  width: 100%;
}
@media screen and (max-width: 1281px) {
  .products_elys_specifications_container {
    max-width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_specifications_container {
    padding-top: 15%;
    max-width: 100%;
    margin: 0 0.72rem;
  }
}
.demo_modal_render_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.demo_modal_render_wrap .cover_img_wrap {
  position: absolute;
  bottom: 190px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.demo_modal_render_wrap .cover_img_wrap img {
  margin-bottom: 30px;
}
.demo_modal_render_wrap .cover_img_wrap p {
  font-family: Poppins;
  font-size: 16px;
}
.demo_modal_render_wrap .product_modal_loading {
  z-index: 999;
  height: 100%;
  margin: 0 auto;
  padding-top: 350px;
  background-color: #111111;
  display: flex;
  justify-content: center;
}
.demo_modal_render_wrap .product_modal_loading .ant-progress-line {
  width: 600px;
}
.demo_modal_render_wrap .product_modal_loading .ant-progress-inner {
  background-color: #53545B;
}
.demo_modal_render_wrap .product_modal_loading .ant-progress-text {
  display: none;
}
.demo_3d_btn_container {
  position: absolute;
  bottom: 80px;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.demo_3d_btn_container .btn_tit {
  margin-bottom: 24px;
}
.demo_3d_btn_container .btn_item_wrap {
  display: flex;
}
.demo_3d_btn_container .tabs {
  display: flex;
  align-items: center;
}
.demo_3d_btn_container .tab_product_wrap {
  margin-right: 82px;
}
.demo_3d_btn_container .tab_item {
  cursor: pointer;
  margin-right: 27px;
  min-width: 221px;
  height: 57px;
  border-radius: 28px;
  border: 1px solid #FFFFFF;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 57px;
  opacity: 0.6 !important;
  transition: all 0.3s !important;
}
.demo_3d_btn_container .tab_item:last-child {
  margin: 0;
}
.demo_3d_btn_container .tab_item.tab_item_active {
  opacity: 1 !important;
}
.demo_3d_btn_container .tab_item_color {
  width: 32px;
  height: 57px;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.demo_3d_btn_container .tab_item_color:last-child {
  margin: 0;
}
.demo_3d_btn_container .tab_item_color.tab_item_color_active .tab_item_color_inner {
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
}
.demo_3d_btn_container .tab_item_color_inner {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.demo_3d_btn_container .tab_item_color_circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo_render_part_3d {
  height: inherit;
  position: relative;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_e_e770_container .products_e_e770_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_e_e770_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e770_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e770_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e770_container .products_e_e770_part_1 {
  height: 992px;
  background-image: url('/img/products/ESeries770/ESeries770TopBg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 229px;
  box-sizing: border-box;
}
.products_e_e770_container .products_e_e770_part_1 .products_e_e770_part_1_inner {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.products_e_e770_container .products_e_e770_part_1 .products_e_e770_part_1_inner_text {
  font-size: 72px;
}
.products_e_e770_container .products_e_e770_part_1 .products_e_e770_top_device {
  width: 807px;
  height: 729px;
  position: absolute;
  top: 0;
  right: -30px;
}
.products_e_e770_container .products_e_e770_part_1 .products_e_e770_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 25px;
}
.products_e_e770_container .products_e_e770_part_2 {
  width: 1200px;
  margin: 0 auto;
  padding: 140px 0;
  display: flex;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item {
  height: 360px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item:nth-child(1) {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item:nth-child(2) {
  width: calc(50% - 5px);
  margin: 0 0 10px 10px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item:nth-child(3) {
  width: calc(25% - 5px);
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item:nth-child(4) {
  width: calc(25% - 5px);
  margin: 0 10px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item:nth-child(5) {
  width: calc(50% - 10px);
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item_bg {
  height: 360px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_right {
  position: relative;
  width: 290px;
  flex-shrink: 0;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_two_item {
  box-sizing: border-box;
  position: relative;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_two_item_title {
  position: relative;
  z-index: 20;
  font-size: 24px;
  padding: 30px 0 0 30px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_flexible_size {
  width: 100%;
  height: 730px;
}
.products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_two_item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.products_e_e770_container .products_e_e770_mobile_part_2 {
  width: 100%;
  padding: 0 80px;
  display: flex;
  margin: 0 auto;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_part_two_item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_two_item_title {
  position: relative;
  z-index: 20;
  font-size: 18px;
  padding: 20px 0 0 20px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left {
  width: 393px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item {
  position: relative;
  height: 305px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(2) {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(3) {
  width: calc(50% - 5px);
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(4) {
  width: 100%;
  margin-top: 10px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right {
  width: 393px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item {
  width: 100%;
  position: relative;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item .products_e_e770_mobile_part_two_item_title1 {
  position: relative;
  z-index: 20;
  font-size: 18px;
  padding: 20px 0 0 20px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item:nth-child(1) {
  height: 305px;
  margin-bottom: 10px;
}
.products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item:nth-child(2) {
  height: 620px;
}
.products_e_e770_container .products_e_e770_part_3 {
  width: 1084px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_inner {
  text-align: center;
  padding-top: 90px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_title {
  font-size: 36px;
  line-height: 36px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 40px 0 60px;
  display: inline-block;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 62px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_img_box {
  height: 568px;
  width: 920px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap {
  display: inline-flex;
  justify-content: space-between;
  width: 730px;
  margin-bottom: 94px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item {
  display: flex;
  align-items: center;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  margin-left: 20px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt_icon1 {
  width: 46px;
  height: 31px;
}
.products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt_icon2 {
  width: 26px;
  height: 38px;
}
.products_e_e770_container .products_e_e770_part_4 {
  position: relative;
  height: 1004px;
  background-image: url('/img/products/ESeries770/e_e770_PartImg_4.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner .products_e_e770_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  width: 553px;
  margin-bottom: 78px;
}
.products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner .products_e_e770_part_4_desc {
  width: 553px;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e770_container .products_e_e770_part_5 {
  position: relative;
  height: 1004px;
  background-image: url('/img/products/ESeries770/e_e770_PartImg_5_bg.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 88px;
  text-align: center;
}
.products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 200px;
}
.products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_txt_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 590px;
  color: #fff;
  font-size: 24px;
}
.products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_txt_wrap .products_e_e770_part_5_item_title2 {
  width: 190px;
}
.products_e_e770_container .products_e_e770_part_6 {
  position: relative;
  background: #222222;
  height: 1001px;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 135px;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_title {
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  padding: 140px 0 100px 0;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap {
  display: flex;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_item {
  position: relative;
  width: 50%;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_item_title {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 20;
  color: #fff;
  font-size: 24px;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_bg {
  width: 100%;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_right {
  width: 50%;
  margin-left: 20px;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_right .products_e_e770_part_6_img_item {
  width: 100%;
  display: block;
}
.products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_right .products_e_e770_part_6_img_item + .products_e_e770_part_6_img_item {
  margin-top: 20px;
}
.products_e_e770_container .products_e_e770_part_7 {
  background: #080708;
  height: 1080px;
}
.products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner {
  padding: 138px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner .products_e_e770_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner .products_e_e770_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  margin: 35px 0 110px 0;
}
.products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner .products_e_e770_part_7_img_bg {
  width: 100%;
}
.products_e_e770_container .products_e_e770_part_8 {
  background: #101112;
  height: 1080px;
}
.products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner {
  padding: 93px 0 0 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner .products_e_e770_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner .products_e_e770_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 100px 0;
}
.products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner .products_e_e770_part_8_img_bg {
  width: 100%;
}
.products_e_e770_container .products_e_e770_part_9 {
  height: 1009px;
  background: #080708;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner {
  padding: 135px 0 115px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 100px 0;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 550px;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item .products_e_e770_part_9_img_bg {
  width: 100%;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item + .products_e_e770_part_9_img_item {
  margin-left: 20px;
}
.products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item .products_e_e770_part_9_txt {
  margin-top: 16px;
  font-size: 24px;
  color: #AAACAF;
}
.products_e_e770_container .products_e_e770_part_10 {
  position: relative;
  background-color: #222222;
}
.products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  padding-top: 150px;
  text-align: center;
}
.products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 46px;
}
.products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_img_bg {
  width: 100%;
}
@media screen and (max-width: 1281px) {
  .products_e_e770_container .products_e_e770_part_1 .products_e_e770_part_1_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_2 {
    width: 960px;
    padding: 0.9rem 0;
  }
  .products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item {
    height: 330px;
  }
  .products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_left .products_e_e770_part_two_item_bg {
    height: 330px;
  }
  .products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_flexible_size {
    height: 670px;
  }
  .products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_two_item_title {
    font-size: 18px;
  }
  .products_e_e770_container .products_e_e770_part_2 .products_e_e770_part_2_right {
    width: 230px;
  }
  .products_e_e770_container .products_e_e770_part_3 {
    width: 4.8rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_inner {
    padding-top: 0.8rem;
  }
  .products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_item_title {
    top: 20px;
    left: 20px;
  }
  .products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner {
    width: 960px;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap {
    height: 445px;
  }
  .products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_e_e770_container .products_e_e770_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .products_e_e770_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e770_container .flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_e_e770_container .products_e_e770_part_mobile_1 {
    height: 9.05rem;
    background-image: url('/img/products/ESeries770/E770TopDevice_Mobile1_1.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .products_e_e770_container .products_e_e770_part_mobile_1 .products_e_e770_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    padding-top: 1.25rem;
    margin: 0 0 0.52rem;
  }
  .products_e_e770_container .products_e_e770_part_mobile_1 .products_e_e770_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_e_e770_container .products_e_e770_part_mobile_1 .products_e_e770_part_mobile_device {
    width: 6.32rem;
    margin-top: 1.26rem;
    margin-left: 0.8rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 {
    padding: 0.9rem 0.8rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_two_item_title {
    font-size: 0.18rem;
    padding: 0.2rem 0 0 0.2rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left {
    width: 3.93rem;
    margin-right: 0.1rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item {
    height: 2.38rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(1) {
    margin-bottom: 0.1rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_left .products_e_e770_mobile_part_two_item:nth-child(4) {
    margin-top: 0.1rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right {
    width: 3.93rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item:nth-child(1) {
    height: 2.38rem;
    margin-bottom: 0.1rem;
  }
  .products_e_e770_container .products_e_e770_mobile_part_2 .products_e_e770_mobile_part_2_right .products_e_e770_mobile_part_two_item:nth-child(2) {
    height: 4.86rem;
  }
  .products_e_e770_container .products_e_e770_part_3 {
    background: #111111;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_inner {
    text-align: center;
    padding-top: 1.25rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.4rem 0 0.6rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.21rem;
    margin-bottom: 0.58rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap {
    margin-bottom: 0.89rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item:nth-child(2) {
    margin-top: 0.38rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt {
    font-size: 0.24rem;
    margin-left: 0.2rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt_icon1 {
    width: 0.46rem;
    height: 0.31rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_txt_wrap .products_e_e770_part_3_txt_item .products_e_e770_part_3_txt_icon2 {
    width: 0.26rem;
    height: 0.38rem;
  }
  .products_e_e770_container .products_e_e770_part_3 .products_e_e770_part_3_img_box {
    height: 3.68rem;
    width: 5.2rem;
  }
  .products_e_e770_container .products_e_e770_part_4 {
    height: 18rem;
    background-image: url('/img/products/ESeries770/e_e770_PartImg_4_mobile.jpg');
    background-size: cover;
  }
  .products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner {
    width: 100%;
    padding-left: 0.86rem;
    padding-top: 1.14rem;
  }
  .products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner .products_e_e770_part_4_title {
    margin-bottom: 0.78rem;
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner .products_e_e770_part_4_title .products_e_e770_part_4_txt {
    word-wrap: break-word;
  }
  .products_e_e770_container .products_e_e770_part_4 .products_e_e770_part_4_inner .products_e_e770_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 5.8rem;
  }
  .products_e_e770_container .products_e_e770_part_5 {
    height: 15.3rem;
    background-color: #1D1B19;
    background-image: none;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner {
    width: 100%;
    padding-top: 1.32rem;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner img {
    width: 80%;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_inner .products_e_e770_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    margin-bottom: 0.49rem;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_img_wrap {
    width: 100%;
    margin-top: 0.7rem;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_img_wrap .products_e_e770_part_5_img_item {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 0.24rem;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_img_wrap .products_e_e770_part_5_item_title1 {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 20;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_img_wrap .products_e_e770_part_5_item_title2 {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 2rem;
    word-wrap: break-word;
    z-index: 20;
  }
  .products_e_e770_container .products_e_e770_part_5 .products_e_e770_part_5_img_wrap .products_e_e770_part_5_img_bg {
    width: 100%;
  }
  .products_e_e770_container .products_e_e770_part_6 {
    height: auto;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_inner {
    width: 6.5rem;
    padding-bottom: 1.35rem;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_title {
    padding: 1.4rem 0 1rem 0;
    font-size: 0.36rem;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap {
    flex-direction: column;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_item {
    width: 100%;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_item_title {
    top: 0.35rem;
    left: 0.35rem;
    font-size: 0.24rem;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_right {
    width: 100%;
    margin: 0.2rem 0 0 0;
  }
  .products_e_e770_container .products_e_e770_part_6 .products_e_e770_part_6_img_wrap .products_e_e770_part_6_img_right .products_e_e770_part_6_img_item + .products_e_e770_part_6_img_item {
    margin-top: 0.2rem;
  }
  .products_e_e770_container .products_e_e770_part_7 {
    height: auto;
  }
  .products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner {
    width: 7rem;
    padding: 1.38rem 0 1.05rem 0;
  }
  .products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner .products_e_e770_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_7 .products_e_e770_part_7_inner .products_e_e770_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin: 0.35rem 0 1.1rem 0;
  }
  .products_e_e770_container .products_e_e770_part_8 {
    height: auto;
  }
  .products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner {
    width: 7rem;
    padding: 1.38rem 0 0 0;
  }
  .products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner .products_e_e770_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_8 .products_e_e770_part_8_inner .products_e_e770_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin: 0.2rem 0 1rem 0;
  }
  .products_e_e770_container .products_e_e770_part_9 {
    height: auto;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner {
    width: 7rem;
    padding: 1.35rem 0 1.15rem 0;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin: 0.2rem 0 1rem 0;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap {
    height: auto;
    flex-wrap: wrap;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item {
    width: calc(50% - 10px);
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item .products_e_e770_part_9_img_bg {
    width: 100%;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item:nth-child(odd) {
    margin-right: 20px;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item:nth-child(-n + 2) {
    margin-bottom: 50px;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item + .products_e_e770_part_9_img_item {
    margin-left: 0;
  }
  .products_e_e770_container .products_e_e770_part_9 .products_e_e770_part_9_inner .products_e_e770_part_9_img_wrap .products_e_e770_part_9_img_item .products_e_e770_part_9_txt {
    margin-top: 0.16rem;
    font-size: 0.24rem;
  }
  .products_e_e770_container .products_e_e770_part_10 {
    height: auto;
  }
  .products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    padding-top: 1.5rem;
  }
  .products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    margin-bottom: 0.46rem;
  }
  .products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e770_container .products_e_e770_part_10 .products_e_e770_part_10_inner .products_e_e770_part_10_img_bg {
    margin-top: 2rem;
  }
}
.products_e_e800_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_e_e800_container .products_e_e800_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_e_e800_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e800_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e800_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e800_container .products_e_e800_part_1 {
  height: 992px;
  background-image: url('/img/products/ESeries770/ESeries770TopBg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 229px;
  box-sizing: border-box;
}
.products_e_e800_container .products_e_e800_part_1 .products_e_e800_part_1_inner {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.products_e_e800_container .products_e_e800_part_1 .products_e_e800_part_1_inner_text {
  font-size: 72px;
  width: 400px;
}
.products_e_e800_container .products_e_e800_part_1 .products_e_e800_top_device {
  width: 1250px;
  height: 612px;
  position: absolute;
  top: 0;
  right: -200px;
}
.products_e_e800_container .products_e_e800_part_1 .products_e_e800_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 25px;
}
.products_e_e800_container .products_e_e800_part_2 {
  position: relative;
  height: 1001px;
  background-image: url('/img/products/ESeries800/ESeries800PartImg_2.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 88px;
  text-align: center;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 840px;
  margin-top: 30px;
  margin-bottom: 49px;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 270px;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item {
  width: calc(32% - 130px);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item:nth-child(2) {
  width: 35%;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item + .products_e_e800_part_2_img_item {
  margin-left: 130px;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img {
  margin-bottom: 60px;
  width: 138px;
  height: 136px;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img_label {
  font-size: 24px;
  margin-bottom: 20px;
}
.products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img_txt {
  font-size: 18px;
  line-height: 30px;
}
.products_e_e800_container .products_e_e800_part_3 {
  background-image: url('/img/products/ESeries800/e_e800_PartImg_3_1.jpg');
  background-size: cover;
  background-position: center;
  height: 1000px;
}
.products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner {
  padding: 130px 0 0 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner .products_e_e800_part_3_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner .products_e_e800_part_3_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  margin: 35px 0 45px 0;
  color: #717273;
}
.products_e_e800_container .products_e_e800_part_4 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_4_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 43px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_box {
  position: absolute;
  bottom: 140px;
  right: 150px;
  width: 540px;
  text-align: left;
}
.products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_img_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.products_e_e800_container .products_e_e800_part_5 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_5_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner {
  padding-top: 115px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner .products_e_e800_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner .products_e_e800_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 540px;
  margin: 20px 0 100px 0;
  color: #717273;
}
.products_e_e800_container .products_e_e800_part_6 {
  position: relative;
  height: 1000px;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner {
  padding-top: 120px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_box {
  width: 970px;
  text-align: center;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap {
  width: 100%;
  height: 560px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item {
  position: relative;
  width: 31%;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:nth-child(2) {
  margin: 0 3.5%;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:nth-child(4) {
  margin: 40px 3.5% 0 0;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:last-child {
  width: 65.5%;
  margin: 40px 0 0 0;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item .products_e_e800_part_6_img {
  width: 100%;
}
.products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item .products_e_e800_part_6_txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.products_e_e800_container .products_e_e800_part_7 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_7_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_box {
  width: 475px;
}
.products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_8 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_8_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_box {
  width: 430px;
}
.products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #717273;
}
.products_e_e800_container .products_e_e800_part_9 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_9_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_box {
  width: 610px;
}
.products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_10 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg_10_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner {
  padding-top: 240px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_box {
  width: 380px;
}
.products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_11 {
  position: relative;
  height: 1000px;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner {
  padding-top: 160px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_box {
  width: 750px;
  text-align: center;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item {
  position: relative;
  width: 50%;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_img {
  width: 100%;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_txt_wrap {
  width: 400px;
  margin-left: 65px;
  text-align: left;
  font-size: 24px;
  color: #cfd0d1;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_txt {
  position: relative;
}
.products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_txt:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #106BB5;
  position: absolute;
  left: -18px;
  top: 14px;
}
.products_e_e800_container .products_e_e800_part_12 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg12_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner {
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner .products_e_e800_part_12_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner .products_e_e800_part_12_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #717273;
}
.products_e_e800_container .products_e_e800_part_13 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries800/e_e800_PartImg13_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 300px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner .products_e_e800_part_13_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner .products_e_e800_part_13_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 50px;
  color: #cfd0d1;
}
@media screen and (max-width: 1281px) {
  .products_e_e800_container .products_e_e800_part_1 .products_e_e800_part_1_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_1 .products_e_e800_part_1_inner_text {
    font-size: 72px;
    width: 300px;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_desc {
    width: 700px;
  }
  .products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_box {
    position: absolute;
    bottom: 50px;
    right: 150px;
    width: 400px;
    text-align: left;
  }
  .products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap {
    height: 455px;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item .products_e_e800_part_6_txt {
    bottom: 6px;
  }
  .products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner {
    width: 960px;
  }
  .products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_e_e800_container .products_e_e800_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .products_e_e800_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e800_container .products_e_e800_part_mobile_1 {
    height: 9.05rem;
    background-image: url('/img/products/ESeries800/E800TopDevice_mobile.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .products_e_e800_container .products_e_e800_part_mobile_1 .products_e_e800_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    padding-top: 1.25rem;
    margin: 0 0 0.52rem;
  }
  .products_e_e800_container .products_e_e800_part_mobile_1 .products_e_e800_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_mobile_1 .products_e_e800_part_mobile_device {
    width: 6.32rem;
    margin-top: 1.26rem;
    margin-left: 0.8rem;
  }
  .products_e_e800_container .products_e_e800_part_2 {
    height: 17.55rem;
    background-image: url('/img/products/ESeries800/ESeries800PartImg_mobile_2.jpg');
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner {
    width: 100%;
    padding-top: 1.32rem;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 5rem;
    margin-top: 0.3rem;
    margin-bottom: 0.49rem;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap {
    width: 6rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item {
    width: calc(50% - 40px);
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item + .products_e_e800_part_2_img_item {
    margin-left: 0;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item:nth-child(2) {
    width: calc(50% - 40px);
    margin-left: 80px;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item:nth-child(3) {
    width: 50%;
    margin-left: 25%;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img {
    margin-bottom: 0.6rem;
    width: 1.38rem;
    height: 1.36rem;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img_label {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_2 .products_e_e800_part_2_inner .products_e_e800_part_2_img_wrap .products_e_e800_part_2_img_item .products_e_e800_part_2_img_txt {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .products_e_e800_container .products_e_e800_part_3 {
    height: auto;
  }
  .products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner {
    width: 7rem;
    padding: 1.3rem 0 0 0;
  }
  .products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner .products_e_e800_part_3_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner .products_e_e800_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin: 0.35rem 0 0.45rem 0;
  }
  .products_e_e800_container .products_e_e800_part_3 .products_e_e800_part_3_inner .products_e_e800_part_3_img_bg {
    width: 6.9rem;
  }
  .products_e_e800_container .products_e_e800_part_4 {
    height: 11.5rem;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner {
    position: relative;
    height: 100%;
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.43rem;
  }
  .products_e_e800_container .products_e_e800_part_4 .products_e_e800_part_4_inner .products_e_e800_part_4_box {
    top: 1.8rem;
    left: 50%;
    margin-left: -2.55rem;
    width: 5.1rem;
  }
  .products_e_e800_container .products_e_e800_part_5 {
    height: 14rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_5_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner {
    width: 6rem;
    padding-top: 5.8rem;
  }
  .products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner .products_e_e800_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner .products_e_e800_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 5.4rem;
    margin: 0.2rem 0 1rem 0;
  }
  .products_e_e800_container .products_e_e800_part_5 .products_e_e800_part_5_inner .products_e_e800_part_5_img_bg {
    width: 4.32rem;
    height: 4.22rem;
  }
  .products_e_e800_container .products_e_e800_part_6 {
    height: 12.13rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner {
    padding-top: 1.2rem;
    width: 6rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_box {
    width: 100%;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item {
    width: calc(50% - 0.07rem);
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:nth-child(1) {
    margin: 0 0 0.14rem 0;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:nth-child(2) {
    margin: 0 0 0.14rem 0.14rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:nth-child(4) {
    margin: 0 0 0 0.14rem;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item:last-child {
    width: 100%;
    margin: 0.14rem 0 0 0;
  }
  .products_e_e800_container .products_e_e800_part_6 .products_e_e800_part_6_inner .products_e_e800_part_6_img_wrap .products_e_e800_part_6_img_item .products_e_e800_part_6_txt {
    font-size: 0.18rem;
    bottom: 0.05rem;
  }
  .products_e_e800_container .products_e_e800_part_7 {
    height: 13.2rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_7_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner {
    align-items: flex-end;
    padding-bottom: 2rem;
    width: 6rem;
  }
  .products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_box {
    width: 4.75rem;
  }
  .products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_7 .products_e_e800_part_7_inner .products_e_e800_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .products_e_e800_container .products_e_e800_part_8 {
    position: relative;
    height: 11rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_8_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner {
    width: 6rem;
    padding-bottom: 1.22rem;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_box {
    width: 4.3rem;
  }
  .products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_8 .products_e_e800_part_8_inner .products_e_e800_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_9 {
    height: 11.5rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_9_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_box {
    width: 6rem;
  }
  .products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_9 .products_e_e800_part_9_inner .products_e_e800_part_9_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_10 {
    height: 13.5rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_10_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner {
    width: 6rem;
    padding-top: 2rem;
    display: flex;
    justify-content: flex-start;
  }
  .products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_box {
    width: 3.8rem;
  }
  .products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_10 .products_e_e800_part_10_inner .products_e_e800_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .products_e_e800_container .products_e_e800_part_12 {
    height: 11.8rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_12_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner {
    width: 6rem;
    padding-top: 1.3rem;
  }
  .products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner .products_e_e800_part_12_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_12 .products_e_e800_part_12_inner .products_e_e800_part_12_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_13 {
    height: 13.7rem;
    background-image: url('/img/products/ESeries800/e_e800_PartImg_mobile_13_1.jpg');
  }
  .products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner {
    width: 6rem;
    padding-top: 3rem;
  }
  .products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner .products_e_e800_part_13_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_13 .products_e_e800_part_13_inner .products_e_e800_part_13_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.5rem;
  }
  .products_e_e800_container .products_e_e800_part_11 {
    height: 17.73rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner {
    padding-top: 1.6rem;
    width: 6rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_box {
    width: 100%;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap {
    margin-top: 1rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item {
    width: 100%;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_txt_wrap {
    width: 100%;
    margin-left: 0.65rem;
    font-size: 0.24rem;
  }
  .products_e_e800_container .products_e_e800_part_11 .products_e_e800_part_11_inner .products_e_e800_part_11_img_wrap .products_e_e800_part_11_img_item .products_e_e800_part_11_txt:before {
    width: 0.09rem;
    height: 0.09rem;
    left: -0.18rem;
    top: 0.14rem;
  }
}
.products_e_e700_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_e_e700_container .products_e_e700_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_e_e700_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e700_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e700_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_1 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner .products_e_e700_part_1_title {
  font-size: 72px;
}
.products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner .products_e_e700_part_1_desc {
  margin-top: 20px;
  font-size: 20px;
}
.products_e_e700_container .products_e_e700_part_2 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_2.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 195px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner .products_e_e700_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner .products_e_e700_part_2_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 485px;
  margin-top: 20px;
  color: #717273;
}
.products_e_e700_container .products_e_e700_part_3 {
  position: relative;
  height: 1001px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_3.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_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: 88px;
  text-align: center;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 840px;
  margin-top: 30px;
  margin-bottom: 49px;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 270px;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item {
  width: 37%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item:nth-child(2) {
  width: 25%;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img {
  margin-bottom: 60px;
  width: 138px;
  height: 136px;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img_label {
  font-size: 24px;
  margin-bottom: 20px;
}
.products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img_txt {
  font-size: 18px;
  line-height: 30px;
}
.products_e_e700_container .products_e_e700_part_4 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_4.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner {
  padding-top: 110px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_box {
  width: 920px;
  text-align: center;
}
.products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e700_container .products_e_e700_part_5 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_5.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner {
  padding-top: 90px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_box {
  width: 970px;
  text-align: center;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #717273;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap {
  width: 100%;
  height: 638px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item {
  position: relative;
  width: 31%;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:nth-child(2) {
  margin: 0 3.5%;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:nth-child(4) {
  margin: 40px 3.5% 0 0;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:last-child {
  width: 65.5%;
  margin: 40px 0 0 0;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item .products_e_e700_part_5_img {
  width: 100%;
}
.products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item .products_e_e700_part_5_txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.products_e_e700_container .products_e_e700_part_6 {
  position: relative;
  height: 1000px;
  background-color: #FFFFFF;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_6.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_box {
  width: 475px;
  margin-top: 400px;
}
.products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #717273;
}
.products_e_e700_container .products_e_e700_part_7 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_7.jpg');
  background-position: center;
  background-size: cover;
}
.products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_box {
  width: 300px;
}
.products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #717273;
}
.products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_img {
  margin-top: 60px;
}
.products_e_e700_container .products_e_e700_part_8 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_8.jpg');
  background-position: center;
  background-size: cover;
}
.products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 165px;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_box {
  width: 480px;
}
.products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 10px;
  color: #cfd0d1;
}
.products_e_e700_container .products_e_e700_part_9 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_9.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner {
  padding-top: 150px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_box {
  width: 860px;
  text-align: center;
}
.products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #717273;
}
.products_e_e700_container .products_e_e700_part_10 {
  position: relative;
  height: 822px;
  background-image: url('/img/products/ESeries700/e_e700_PartImg_10.jpg');
  background-position: center;
  background-size: cover;
}
.products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner .products_e_e700_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
}
.products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner .products_e_e700_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 10px;
  color: #717273;
}
@media screen and (max-width: 1281px) {
  .products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap {
    height: 519px;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item .products_e_e700_part_5_txt {
    bottom: 6px;
  }
  .products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner {
    width: 960px;
  }
  .products_e_e700_container .products_e_e700_part_11 .products_e_e700_part_11_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_e_e700_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e700_container .products_e_e700_part_1 {
    height: 8.7rem;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_1.jpg');
  }
  .products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner .products_e_e700_part_1_title {
    font-size: 0.72rem;
  }
  .products_e_e700_container .products_e_e700_part_1 .products_e_e700_part_1_inner .products_e_e700_part_1_desc {
    margin-top: 0.2rem;
    font-size: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_2 {
    height: 11.3rem;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_2.jpg');
  }
  .products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner {
    width: 6rem;
    padding-top: 1.95rem;
  }
  .products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner .products_e_e700_part_2_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_2 .products_e_e700_part_2_inner .products_e_e700_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 4.85rem;
    margin-top: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_3 {
    height: 18.05rem;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_3.jpg');
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner {
    width: 100%;
    padding-top: 1.32rem;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 5rem;
    margin-top: 0.3rem;
    margin-bottom: 0.49rem;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap {
    width: 6rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item {
    width: calc(50% - 40px);
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item + .products_e_e700_part_3_img_item {
    margin-left: 0;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item:nth-child(2) {
    width: calc(50% - 40px);
    margin-left: 80px;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item:nth-child(3) {
    width: 50%;
    margin-left: 25%;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img {
    margin-bottom: 0.6rem;
    width: 1.38rem;
    height: 1.36rem;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img_label {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_3 .products_e_e700_part_3_inner .products_e_e700_part_3_img_wrap .products_e_e700_part_3_img_item .products_e_e700_part_3_img_txt {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .products_e_e700_container .products_e_e700_part_4 {
    height: 11.5rem;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_4.jpg');
  }
  .products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner {
    width: 6rem;
    padding-top: 1.1rem;
  }
  .products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_box {
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_4 .products_e_e700_part_4_inner .products_e_e700_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_5 {
    height: 13.74rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner {
    padding-top: 0.9rem;
    width: 7rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_box {
    width: 100%;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item {
    width: calc(50% - 0.07rem);
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:nth-child(1) {
    margin: 0 0 0.14rem 0;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:nth-child(2) {
    margin: 0 0 0.14rem 0.14rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:nth-child(4) {
    margin: 0 0 0 0.14rem;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item:last-child {
    width: 100%;
    margin: 0.14rem 0 0 0;
  }
  .products_e_e700_container .products_e_e700_part_5 .products_e_e700_part_5_inner .products_e_e700_part_5_img_wrap .products_e_e700_part_5_img_item .products_e_e700_part_5_txt {
    font-size: 0.18rem;
    bottom: 0.05rem;
  }
  .products_e_e700_container .products_e_e700_part_6 {
    height: 11.2rem;
    background-size: cover;
    background-position: center;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_6.jpg');
  }
  .products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner {
    align-items: flex-end;
    padding-bottom: 2rem;
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_box {
    width: 4.75rem;
  }
  .products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_6 .products_e_e700_part_6_inner .products_e_e700_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .products_e_e700_container .products_e_e700_part_7 {
    height: 13.14rem;
    background-size: cover;
    background-position: center;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_7.jpg');
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner {
    align-items: flex-start;
    padding-top: 1.1rem;
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_box {
    width: 3rem;
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .products_e_e700_container .products_e_e700_part_7 .products_e_e700_part_7_inner .products_e_e700_part_7_img {
    margin-top: 0.6rem;
    width: 2.58rem;
    height: 1.05rem;
  }
  .products_e_e700_container .products_e_e700_part_8 {
    height: 12.79rem;
    background-size: cover;
    background-position: center;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_8.jpg');
  }
  .products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner {
    align-items: flex-start;
    padding-top: 1.65rem;
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_box {
    width: 4.6rem;
  }
  .products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_8 .products_e_e700_part_8_inner .products_e_e700_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .products_e_e700_container .products_e_e700_part_9 {
    height: 10.2rem;
  }
  .products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner {
    padding-top: 1.5rem;
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_box {
    width: 100%;
  }
  .products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_9 .products_e_e700_part_9_inner .products_e_e700_part_9_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700_container .products_e_e700_part_10 {
    height: 11.54rem;
    background-size: cover;
    background-position: center;
    background-image: url('/img/products/ESeries700/e_e700_PartImg_mobile_10.jpg');
  }
  .products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner {
    align-items: flex-start;
    padding-top: 1.7rem;
    width: 6rem;
  }
  .products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner .products_e_e700_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700_container .products_e_e700_part_10 .products_e_e700_part_10_inner .products_e_e700_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
}
.products_e_e600mini_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_e_e600mini_container .products_e_e600mini_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_e_e600mini_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e600mini_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e600mini_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e600mini_container .products_e_e600mini_part_1 {
  height: 992px;
  background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_1_1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 212px;
  box-sizing: border-box;
}
.products_e_e600mini_container .products_e_e600mini_part_1 .products_e_e600mini_part_1_inner {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.products_e_e600mini_container .products_e_e600mini_part_1 .products_e_e600mini_part_1_inner_text {
  padding-top: 120px;
  font-size: 72px;
  width: 400px;
}
.products_e_e600mini_container .products_e_e600mini_part_1 .products_e_e600mini_top_device {
  width: 770px;
  height: 659px;
  position: absolute;
  top: 0;
  right: -200px;
}
.products_e_e600mini_container .products_e_e600mini_part_1 .products_e_e600mini_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 15px;
}
.products_e_e600mini_container .products_e_e600mini_part_2 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_2.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_box {
  width: 850px;
  text-align: center;
}
.products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e600mini_container .products_e_e600mini_part_3 {
  position: relative;
  height: 1231px;
  background-size: cover;
  background-position: center;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  color: #cfd0d1;
  margin: 35px 0 50px 0;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap {
  display: flex;
  align-items: center;
  width: 886px;
  margin-bottom: 50px;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item .products_e_e600mini_part_3_txt_wrap {
  display: flex;
  align-items: center;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item .products_e_e600mini_part_3_txt {
  font-size: 20px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_bg {
  width: 100%;
}
.products_e_e600mini_container .products_e_e600mini_part_4 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_4.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_box {
  width: 660px;
  text-align: center;
}
.products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e600mini_container .products_e_e600mini_part_5 {
  position: relative;
  height: 1257px;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner {
  padding-top: 120px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_box {
  width: 480px;
  text-align: center;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap {
  width: 100%;
  height: 840px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item {
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item:nth-child(odd) {
  margin-right: 20px;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item .products_e_e600mini_part_5_img {
  width: 100%;
}
.products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item .products_e_e600mini_part_5_txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.products_e_e600mini_container .products_e_e600mini_part_6 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_6.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_box {
  width: 750px;
  text-align: center;
}
.products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
@media screen and (max-width: 1281px) {
  .products_e_e600mini_container .products_e_e600mini_part_1 .products_e_e600mini_part_1_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap {
    height: 677px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item .products_e_e600mini_part_5_txt {
    bottom: 12px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_7 .products_e_e600mini_part_7_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_8 .products_e_e600mini_part_8_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_9 .products_e_e600mini_part_9_inner {
    width: 960px;
  }
  .products_e_e600mini_container .products_e_e600mini_part_11 .products_e_e600mini_part_11_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_e_e600mini_container .products_e_e600mini_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .products_e_e600mini_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e600mini_container .flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_e_e600mini_container .products_e_e600mini_part_mobile_1 {
    height: 8.69rem;
    background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_mobile_1.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .products_e_e600mini_container .products_e_e600mini_part_mobile_1 .products_e_e600mini_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    padding-top: 1.25rem;
    margin: 0 0 0.52rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_mobile_1 .products_e_e600mini_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 {
    height: 11.32rem;
    background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_mobile_2.jpg');
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_box {
    width: 6rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_2 .products_e_e600mini_part_2_inner .products_e_e600mini_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 {
    height: 12.03rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner {
    width: 6rem;
    padding: 1.18rem 0 1.05rem 0;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin: 0.35rem 0 0.5rem 0;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item .products_e_e600mini_part_3_txt_wrap {
    display: block;
    text-align: center;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item .products_e_e600mini_part_3_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_3 .products_e_e600mini_part_3_inner .products_e_e600mini_part_3_img_wrap .products_e_e600mini_part_3_img_item .products_e_e600mini_part_3_txt {
    font-size: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 {
    height: 11.32rem;
    background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_mobile_4.jpg');
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_box {
    width: 6rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_4 .products_e_e600mini_part_4_inner .products_e_e600mini_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 {
    height: 21rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner {
    padding-top: 1.2rem;
    width: 6rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_box {
    width: 100%;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap {
    width: 100%;
    margin-top: 1rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item:nth-child(odd) {
    margin-right: 0;
  }
  .products_e_e600mini_container .products_e_e600mini_part_5 .products_e_e600mini_part_5_inner .products_e_e600mini_part_5_img_wrap .products_e_e600mini_part_5_img_item .products_e_e600mini_part_5_txt {
    font-size: 0.18rem;
    bottom: 0.2rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 {
    height: 11.32rem;
    background-image: url('/img/products/ESeries600Mini/e_e600mini_PartImg_mobile_6.jpg');
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_box {
    width: 6rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e600mini_container .products_e_e600mini_part_6 .products_e_e600mini_part_6_inner .products_e_e600mini_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
}
.products_e_e700mini_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_e_e700mini_container .products_e_e770_title_line {
  margin-top: 41px;
  width: 80px;
  height: 2px;
  background: #009847;
}
.products_e_e700mini_container .common_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e700mini_container .common_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
}
.products_e_e700mini_container .flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .inner_margin_auto {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700mini_container .products_e_e700mini_part_1 {
  height: 992px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_1_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner {
  padding-top: 186px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_title {
  font-size: 72px;
}
.products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
.products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_img_bg {
  width: 843px;
  height: 434px;
  margin-bottom: 50px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 {
  position: relative;
  height: 1109px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_2_1.jpg');
  background-position: center;
  background-size: cover;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner {
  display: flex;
  justify-content: flex-start;
  padding: 167px 0 0 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_box {
  width: 600px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #cfd0d1;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item {
  width: 60%;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item:nth-child(2) {
  width: calc(40% - 20px);
  margin-left: 20px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item:nth-child(3) {
  margin-top: 40px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item .products_e_e700mini_part_2_img {
  margin-bottom: 20px;
}
.products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item .products_e_e700mini_part_2_txt {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.products_e_e700mini_container .products_e_e700mini_part_3 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_3.jpg');
  background-position: center;
  background-size: cover;
}
.products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
.products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_box {
  width: 360px;
}
.products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 40px;
  color: #cfd0d1;
}
.products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_img {
  margin-top: 60px;
}
.products_e_e700mini_container .products_e_e700mini_part_4 {
  background: #080708;
  height: 1080px;
}
.products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner .products_e_e700mini_part_4_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner .products_e_e700mini_part_4_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 955px;
  text-align: center;
  margin: 35px 0 110px 0;
}
.products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner .products_e_e700mini_part_4_img_bg {
  width: 100%;
}
.products_e_e700mini_container .products_e_e700mini_part_5 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_5.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_box {
  width: 610px;
  text-align: center;
}
.products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e700mini_container .products_e_e700mini_part_6 {
  background: #080708;
  height: 1080px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 955px;
  text-align: center;
  margin: 35px 0 70px 0;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 66px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item {
  width: 280px;
  display: flex;
  align-items: center;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item + .products_e_e700mini_part_6_img_item {
  margin-left: 200px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item .products_e_e700mini_part_6_icon {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item .products_e_e700mini_part_6_txt_wrap {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_bg {
  width: 100%;
}
.products_e_e700mini_container .products_e_e700mini_part_7 {
  position: relative;
  height: 1000px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_7.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_box {
  width: 610px;
  text-align: center;
}
.products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e700mini_container .products_e_e700mini_part_8 {
  background: #080708;
  height: 1080px;
}
.products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner .products_e_e700mini_part_8_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 46px;
}
.products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner .products_e_e700mini_part_8_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  width: 955px;
  text-align: center;
  margin: 35px 0 110px 0;
}
.products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner .products_e_e700mini_part_8_img_bg {
  width: 100%;
}
.products_e_e700mini_container .products_e_e700mini_part_9 {
  position: relative;
  height: 1080px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_9_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  color: #cfd0d1;
  margin: 35px 0 120px 0;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap {
  display: flex;
  align-items: center;
  width: 570px;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap .products_e_e700mini_part_9_img_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap .products_e_e700mini_part_9_img_item .products_e_e700mini_part_9_txt {
  font-size: 20px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_10 {
  position: relative;
  height: 1080px;
}
.products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_8_img_bg {
  width: 60%;
}
.products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_box {
  width: 410px;
}
.products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  margin-top: 20px;
  color: #cfd0d1;
}
.products_e_e700mini_container .products_e_e700mini_part_11 {
  position: relative;
  height: 1080px;
  background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_11_1.jpg');
  background-size: cover;
  background-position: center;
}
.products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner {
  padding: 118px 0 105px 0;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner .products_e_e700mini_part_11_title {
  font-family: "Poppins-Medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #FFFFFF;
}
.products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner .products_e_e700mini_part_11_desc {
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #CCCCCC;
  line-height: 36px;
  text-align: center;
  width: 980px;
  color: #cfd0d1;
  margin: 35px 0 80px 0;
}
@media screen and (max-width: 1281px) {
  .products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner {
    width: 960px;
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner {
    width: 960px;
  }
}
@media screen and (max-width: 961px) {
  .products_e_e700mini_container .products_e_e770_title_line {
    margin-top: 0.41rem;
    height: 2px;
  }
  .products_e_e700mini_container .common_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .common_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .products_e_e700mini_container .flex_column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_1 {
    height: 8.7rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_1_mobile.jpg');
    background-size: cover;
    background-position: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner {
    width: 6.8rem;
    padding-top: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_title {
    font-size: 0.72rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_1 .products_e_e700mini_part_1_inner .products_e_e700mini_part_1_img_bg {
    width: 100%;
    margin-bottom: 0.55rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 {
    height: 20.73rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_2_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner {
    padding: 1.2rem 0 0 0;
    width: 6rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_box {
    width: 6rem;
    text-align: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.8rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item {
    width: 53%;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item:nth-child(2) {
    width: 53%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item:nth-child(3) {
    margin-top: 1rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item .products_e_e700mini_part_2_img {
    margin-bottom: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_2 .products_e_e700mini_part_2_inner .products_e_e700mini_part_2_img_item .products_e_e700mini_part_2_txt {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 {
    height: 13.14rem;
    background-size: cover;
    background-position: center;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_3_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner {
    align-items: flex-start;
    padding-top: 1.1rem;
    width: 6rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_box {
    width: 100%;
    text-align: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_3 .products_e_e700mini_part_3_inner .products_e_e700mini_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_4 {
    height: 10rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner {
    width: 7.5rem;
    padding: 1.38rem 0 1.05rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner .products_e_e700mini_part_4_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_4 .products_e_e700mini_part_4_inner .products_e_e700mini_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 6rem;
    margin: 0.35rem 0 1.9rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 {
    height: 11.5rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_5_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_box {
    width: 6rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_5 .products_e_e700mini_part_5_inner .products_e_e700mini_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 {
    height: 10rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner {
    width: 7.5rem;
    padding: 1.38rem 0 1.05rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 6rem;
    margin: 0.35rem 0 1.2rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap {
    margin-bottom: 0.66rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item {
    width: 2.8rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item + .products_e_e700mini_part_6_img_item {
    margin-left: 0.8rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item .products_e_e700mini_part_6_icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_6 .products_e_e700mini_part_6_inner .products_e_e700mini_part_6_img_wrap .products_e_e700mini_part_6_img_item .products_e_e700mini_part_6_txt_wrap {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 {
    height: 11.5rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_7_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner {
    width: 6rem;
    padding-top: 1.4rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_box {
    width: 6rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_7 .products_e_e700mini_part_7_inner .products_e_e700mini_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_8 {
    height: 10rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner {
    width: 7.5rem;
    padding: 1.38rem 0 1.05rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner .products_e_e700mini_part_8_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_8 .products_e_e700mini_part_8_inner .products_e_e700mini_part_8_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 6rem;
    margin: 0.35rem 0 1.9rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 {
    height: 12.03rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_9_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner {
    width: 6rem;
    padding: 1.18rem 0 1.05rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin: 0.35rem 0 1.3rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap {
    width: 5.7rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap .products_e_e700mini_part_9_img_item .products_e_e700mini_part_9_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_9 .products_e_e700mini_part_9_inner .products_e_e700mini_part_9_img_wrap .products_e_e700mini_part_9_img_item .products_e_e700mini_part_9_txt {
    font-size: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 {
    height: 11.86rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner {
    flex-flow: column-reverse;
    justify-content: space-between;
    height: 100%;
    width: 6rem;
    padding: 1.77rem 0 0.55rem 0;
    margin: 0 auto;
    text-align: center;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_8_img_bg {
    width: 100%;
    margin-left: -1.75rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_box {
    width: 100%;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_10 .products_e_e700mini_part_10_inner .products_e_e700mini_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 {
    height: 11.56rem;
    background-image: url('/img/products/ESeries700Mini/e_e700mini_PartImg_11_mobile.jpg');
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner {
    width: 6rem;
    padding: 1.18rem 0 1.05rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner .products_e_e700mini_part_11_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner .products_e_e700mini_part_11_desc {
    font-size: 0.18rem;
    line-height: 0.36rem;
    width: 100%;
    margin: 0.35rem 0 0.8rem 0;
  }
  .products_e_e700mini_container .products_e_e700mini_part_11 .products_e_e700mini_part_11_inner .products_e_e700mini_part_11_icon {
    width: 0.59rem;
    height: 0.8rem;
  }
}
.products_elys_tower_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_1 {
  height: 992px;
  background-image: url("/img/products/ESeries770/ESeries770TopBg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 213px;
  box-sizing: border-box;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_part_1_inner {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_part_1_inner_text {
  font-size: 72px;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_top_device {
  width: 682px;
  height: 681px;
  position: absolute;
  top: 0;
  right: -57px;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_top_device img {
  width: 100%;
  height: 100%;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 25px;
}
.products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_logo {
  width: 93px;
  margin-bottom: 39px;
}
.products_elys_tower_container .products_elys_tower_part_2 {
  height: 908px;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_2_1.jpg");
  background-size: cover;
  background-position: center;
}
.products_elys_tower_container .products_elys_tower_part_3 {
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_content {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 631px;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 55px 0 52px;
}
.products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_desc {
  font-size: 18px;
  line-height: 21px;
  width: 420px;
}
.products_elys_tower_container .products_elys_tower_part_4 {
  height: 1045px;
  background-image: url("/img/products/ElysTower/ElysTowerMobilePart_4_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 108px;
  box-sizing: border-box;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_top {
  text-align: center;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_device_img {
  width: 762px;
  height: 732px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_bottom_bg {
  height: 247px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_bottom {
  position: absolute;
  left: 50%;
  bottom: 76px;
  transform: translateX(-50%);
  width: 920px;
  max-width: 0 auto;
  display: flex;
  justify-content: space-between;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature {
  text-align: center;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature_title {
  font-size: 48px;
  background: linear-gradient(-90deg, #e1e8b5 0%, #bdf4e2 38%, #98d1c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature_desc {
  font-size: 18px;
}
.products_elys_tower_container .products_elys_tower_part_5 {
  height: 1073px;
  background-image: url("/img/products/ElysTower/ElysTowerMobilePart_5_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 170px;
  box-sizing: border-box;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_top {
  text-align: center;
}
.products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_title {
  font-size: 36px;
  line-height: 36px;
  color: #333333;
}
.products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.7);
}
.products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_device_img {
  width: 1009px;
  height: 507px;
  position: absolute;
  left: 50%;
  top: 353px;
  transform: translateX(-50%);
}
.products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_bottom {
  width: 720px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin: 640px auto 0;
  text-align: center;
}
.products_elys_tower_container .products_elys_tower_part_6 {
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_inner {
  height: 978px;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_6_1.jpg");
  background-size: cover;
  background-position: center;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  min-height: 1px;
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content_left {
  position: absolute;
  top: 354px;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 55px 0 52px;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_desc {
  font-size: 18px;
  line-height: 21px;
  width: 450px;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content_right {
  width: 548px;
  height: 692px;
  top: 220px;
  right: 40px;
  position: absolute;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content_right_img_1 {
  width: 100%;
  height: 100%;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content_right_img_2 {
  position: absolute;
  top: 347px;
  right: 78px;
}
.products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content_right_img_2_inner {
  width: 100%;
  height: 100%;
}
.products_elys_tower_container .products_elys_tower_part_7 {
  height: 978px;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_7_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 153px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_inner {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_title_line {
  width: 80px;
  height: 2px;
  background: #009847;
  margin: 55px 0 52px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_desc {
  font-size: 18px;
  line-height: 21px;
  width: 450px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_content {
  display: flex;
  gap: 80px;
  margin-top: 50px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_title {
  font-size: 48px;
  background: linear-gradient(-90deg, #e1e8b5 0%, #bdf4e2 38%, #98d1c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_desc {
  font-size: 18px;
}
.products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_3_img {
  height: 257px;
  margin: 75px 0 20px;
}
.products_elys_tower_container .products_elys_tower_part_8 {
  height: 1080px;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_8_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 236px;
}
.products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_inner {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
}
.products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature {
  min-height: 135px;
  padding: 0 55px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 403px;
  margin-bottom: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  line-height: 46px;
  font-family: "Poppins-SemiBold";
  color: #333333;
}
.products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature_desc {
  font-size: 18px;
  line-height: 27px;
  margin: 36px 0 24px;
  color: #68696a;
  font-family: "Poppins-Medium";
}
.products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature_img {
  width: 250px;
  height: 31px;
  margin-bottom: 50px;
}
.products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_desc {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  margin-top: 240px;
}
.products_elys_tower_container .products_elys_tower_part_9 {
  height: 1080px;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_9_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 756px;
  text-align: center;
}
.products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_9_title_text {
  font-size: 42px;
  background: linear-gradient(-90deg, #e1e8b5 0%, #bdf4e2 38%, #98d1c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 72px;
}
.products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_9_title {
  margin-bottom: 2px;
  display: inline-block;
}
.products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature_content {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}
.products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature_desc {
  font-size: 18px;
  line-height: 59px;
}
.products_elys_tower_container .products_elys_tower_part_10 {
  background: #232426;
  padding: 140px 0;
  box-sizing: border-box;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_inner {
  width: 1200px;
  margin: 0 auto;
  transition: all 0.3s;
  display: flex;
  gap: 20px;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_left {
  width: 590px;
  height: 770px;
  transition: all 0.3s;
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_10_1.png");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-left: 30px;
  box-sizing: border-box;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item {
  width: 590px;
  height: 375px;
  transition: all 0.3s;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: right;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item .products_elys_tower_part_10_feature_desc {
  width: 200px;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:first-child {
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_10_2.png");
  padding-top: 130px;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:last-child {
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_10_3.png");
  padding-top: 120px;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_feature_title {
  font-size: 24px;
  color: #fff;
}
.products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_feature_desc {
  display: inline-block;
  font-size: 18px;
  color: #cdcdcd;
  margin-top: 10px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_sticky {
  position: sticky;
  height: 1096px;
  top: 72px;
}
.products_elys_tower_container .products_elys_tower_part_11 .space_bottom {
  height: 400px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg_box {
  width: 100vw;
  height: 1096px;
  position: absolute;
  top: 0;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg_box_inner {
  width: 300vw;
  display: flex;
  height: 1096px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg {
  width: 100vw;
  height: 1096px;
  background-size: cover;
  background-position: center;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(1) {
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_11_1.jpg");
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(2) {
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_11_2.jpg");
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(3) {
  background-image: url("/img/products/ElysTower/ElysTowerPcPart_11_3.jpg");
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 129px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 42px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_feature_box {
  position: relative;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_feature {
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: none;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_feature > div {
  background: linear-gradient(-90deg, #e1e8b5 0%, #bdf4e2 38%, #98d1c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 48px;
}
.products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_feature_active {
  display: inline-block;
}
@media screen and (max-width: 1281px) {
  .products_elys_tower_container .products_elys_tower_part_1 .products_elys_tower_part_1_inner {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_eye_part_inner {
    max-width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_content {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_content {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_inner {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_inner {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_inner {
    width: 960px;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_left {
    width: 470px;
    height: 613.4px;
    padding-top: 50px;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item {
    width: 470px;
    height: 296.7px;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:first-child {
    padding-top: 100px;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:last-child {
    padding-top: 90px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_tower_container .products_elys_tower_part_mobile_1 {
    height: 9.05rem;
    background-image: url("/img/products/ElysTower/ElysTowerTopDeviceMobile.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 1.8rem;
  }
  .products_elys_tower_container .products_elys_tower_part_mobile_1 .products_elys_tower_logo {
    width: 0.93rem;
    margin-top: 1.25rem;
  }
  .products_elys_tower_container .products_elys_tower_part_mobile_1 .products_elys_tower_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    margin: 0.39rem 0 0.52rem;
  }
  .products_elys_tower_container .products_elys_tower_part_mobile_1 .products_elys_tower_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_2 {
    height: 9.08rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_2_1.jpg");
    background-size: cover;
    background-position: center;
  }
  .products_elys_tower_container .products_elys_tower_part_3 {
    height: 10.8rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_3_1.jpg");
    background-size: cover;
    background-position: center;
  }
  .products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_content {
    width: 100%;
    top: 7rem;
    left: 0.8rem;
    transform: translateX(0);
  }
  .products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_title_line {
    width: 0.8rem;
    height: 0.02rem;
    background: #009847;
    margin: 0.55rem 0 0.52rem;
  }
  .products_elys_tower_container .products_elys_tower_part_3 .products_elys_tower_part_3_desc {
    font-size: 0.18rem;
    line-height: 0.21rem;
    width: 4.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_4 {
    height: 13.92rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePartMobile_4_1.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 1.08rem;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
    padding: 0 1.32rem;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_bottom {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    transform: translateX(0);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature {
    width: 50%;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature_title {
    font-size: 0.48rem;
  }
  .products_elys_tower_container .products_elys_tower_part_4 .products_elys_tower_part_4_feature_desc {
    font-size: 0.18rem;
  }
  .products_elys_tower_container .products_elys_tower_part_5 {
    height: 11rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePartMobile_5_1.jpg");
    padding-top: 1.55rem;
  }
  .products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 0.2rem auto 0;
    width: 5rem;
  }
  .products_elys_tower_container .products_elys_tower_part_5 .products_elys_tower_part_5_bottom {
    width: 5.1rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 5.5rem auto 0;
  }
  .products_elys_tower_container .products_elys_tower_part_6 {
    height: 11.58rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_6_1.jpg");
    background-size: cover;
    background-position: center;
  }
  .products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    padding-top: 1.7rem;
  }
  .products_elys_tower_container .products_elys_tower_part_6 .products_elys_tower_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.21rem;
    width: 4.5rem;
    margin: 0.2rem auto 0;
    text-align: center;
  }
  .products_elys_tower_container .products_elys_tower_part_7 {
    height: 16.69rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_7_1.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 8.2rem;
    padding-left: 0.8rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_title_line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.55rem 0 0.52rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.21rem;
    width: 4.5rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_content {
    gap: 0.8rem;
    margin-top: 0.5rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_title {
    font-size: 0.48rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_desc {
    font-size: 0.18rem;
  }
  .products_elys_tower_container .products_elys_tower_part_7 .products_elys_tower_part_7_feature_3_img_desc {
    margin-top: 3.3rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 {
    height: 14.6rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_8_1.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 1.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_inner {
    width: 100%;
    padding-left: 0.8rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature {
    min-height: 1.35rem;
    padding: 0 0.55rem;
    border-radius: 0.2rem;
    width: 4.03rem;
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature_desc {
    font-size: 0.18rem;
    line-height: 0.27rem;
    margin: 0.36rem 0 0.25rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_feature_img {
    width: 2.5rem;
    height: 0.31rem;
    margin-bottom: 0.5rem;
  }
  .products_elys_tower_container .products_elys_tower_part_8 .products_elys_tower_part_8_desc {
    font-size: 0.16rem;
    margin-top: 0.4rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 {
    height: 10.8rem;
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_9_1.jpg");
    padding-top: 8.1rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_9_title_text {
    font-size: 0.42rem;
    line-height: 0.72rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_9_title {
    margin-bottom: 0.02rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature_content {
    gap: 0.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature {
    gap: 0.12rem;
  }
  .products_elys_tower_container .products_elys_tower_part_9 .products_elys_tower_part_8_feature_desc {
    font-size: 0.18rem;
    line-height: 0.59rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 {
    padding: 1.4rem 0.8rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_inner {
    width: 100%;
    flex-direction: column;
    gap: 0.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_left {
    width: 5.9rem;
    height: 7.7rem;
    padding-top: 0.8rem;
    padding-left: 0.5rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right {
    gap: 0.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item {
    width: 5.9rem;
    height: 3.75rem;
    padding-right: 0.68rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item .products_elys_tower_part_10_feature_desc {
    width: 2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:first-child {
    padding-top: 1.3rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_right_item:last-child {
    padding-top: 1.2rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_feature_title {
    font-size: 0.24rem;
  }
  .products_elys_tower_container .products_elys_tower_part_10 .products_elys_tower_part_10_feature_desc {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_sticky {
    position: static;
    height: auto;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg_box {
    height: auto;
    position: static;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg_box_inner {
    width: 100%;
    display: block;
    height: auto;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg {
    width: 100%;
    height: 10.96rem;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 1.36rem;
    box-sizing: border-box;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(1) {
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_11_1.jpg");
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(2) {
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_11_2.jpg");
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_bg:nth-child(3) {
    background-image: url("/img/products/ElysTower/ElysTowerMobilePart_11_3.jpg");
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.42rem;
  }
  .products_elys_tower_container .products_elys_tower_part_11 .products_elys_tower_part_11_feature {
    line-height: 0.48rem;
    display: inline-block;
    position: static;
    transform: none;
    background: linear-gradient(-90deg, #e1e8b5 0%, #bdf4e2 38%, #98d1c5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 0.48rem;
  }
}
.products_elys_litchi_container {
  background-color: #111111;
  color: #fff;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_1 {
  height: 992px;
  position: relative;
  padding-top: 227px;
  box-sizing: border-box;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_part_1_inner {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  padding-top: 176px;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_part_1_inner_text {
  font-size: 0;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_top_title {
  font-size: 72px;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_top_device {
  width: 1383px;
  height: 644px;
  position: absolute;
  top: 0;
  right: -380px;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_top_device img {
  width: 100%;
  height: 100%;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_top_sub_text {
  font-size: 20px;
  opacity: 0.7;
  margin-top: 25px;
}
.products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_logo {
  width: 93px;
  margin-bottom: 39px;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9 {
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 150px;
  width: 100%;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_desc {
  font-size: 18px;
  line-height: 28px;
  width: 820px;
  margin: 40px auto 0;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_5,
.products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_9 {
  height: 1024px;
}
.products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_5 .products_elys_litchi_part_2_content,
.products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_9 .products_elys_litchi_part_2_content {
  top: 130px;
}
.products_elys_litchi_container .products_elys_litchi_part_3 {
  padding: 106px 181px;
  background: #fff;
  height: 885px;
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_inner {
  height: 673px;
  display: flex;
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item {
  width: 25%;
  transition: all 0.3s;
  flex-shrink: 1;
  flex-grow: 1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:hover {
  flex-grow: 0;
  flex-shrink: 0;
  width: 833px;
  opacity: 1;
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:nth-child(1) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_3_1.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:nth-child(2) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_3_2.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:nth-child(3) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_3_3.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:nth-child(4) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_3_4.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:nth-child(5) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_3_5.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_4 {
  height: 1080px;
  background: #fff;
  background-size: cover;
  background-position: center;
  color: #333;
  padding-top: 110px;
  text-align: center;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  color: rgba(51, 51, 51, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_device_img {
  height: 1080px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 849px;
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 220px auto 0;
  transition: all 0.3s;
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature_title {
  font-size: 60px;
  line-height: 46px;
  font-weight: bold;
}
.products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature_desc {
  margin-top: 24px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.products_elys_litchi_container .products_elys_litchi_part_6 {
  height: 1024px;
  background: #000;
  padding-top: 130px;
  text-align: center;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_device {
  width: 1370px;
  position: absolute;
  top: 367px;
  left: 50%;
  transform: translateX(-50%);
}
.products_elys_litchi_container .products_elys_litchi_part_7 {
  height: 983px;
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_7_1.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 88px;
  text-align: center;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature {
  width: 1060px;
  position: absolute;
  top: 630px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_img {
  width: 55px;
  height: 55px;
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_title {
  margin: 30px 0 24px;
  font-size: 24px;
  line-height: 24px;
}
.products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_desc {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_8 {
  height: 1024px;
  background: #fff;
  position: relative;
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_inner {
  width: 1200px;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 1;
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_feature {
  width: 403px;
  height: 134px;
  background: linear-gradient(to right, #e3e8f2, rgba(0, 0, 0, 0.02));
  border-radius: 20px;
  color: #333333;
  font-family: "Poppins-SemiBold";
  font-size: 36px;
  line-height: 134px;
  padding: 0 55px;
  box-sizing: border-box;
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_feature:nth-child(1) {
  margin-bottom: 50px;
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_desc_top {
  width: 480px;
  margin: 60px 0 270px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_desc_bottom {
  font-size: 12px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_device {
  width: 986px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products_elys_litchi_container .products_elys_litchi_part_10 {
  background: #232426;
  padding: 150px 0 140px;
  text-align: center;
}
.products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner {
  margin: 70px auto 0;
  width: 1200px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner img {
  width: 590px;
  transition: all 0.3s;
}
.products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_sticky {
  position: sticky;
  height: 1096px;
  top: 72px;
  padding-top: 150px;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .space_bottom {
  height: 550px;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_title {
  font-size: 36px;
  line-height: 36px;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg_box {
  width: 100vw;
  height: 1096px;
  position: absolute;
  top: 0;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg_box_inner {
  width: 200vw;
  display: flex;
  height: 1096px;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg {
  width: 100vw;
  height: 1096px;
  background-size: cover;
  background-position: center;
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg:nth-child(1) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_11_1.jpg");
}
.products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg:nth-child(2) {
  background-image: url("/img/products/ElysLitchi/ElysLitchiPcPart_11_2.jpg");
}
@media screen and (max-width: 1281px) {
  .products_elys_litchi_container .products_elys_litchi_part_1 .products_elys_litchi_part_1_inner {
    width: 960px;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature {
    width: 960px;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature {
    width: 960px;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_inner {
    width: 960px;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner {
    width: 960px;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner img {
    width: 470px;
  }
}
@media screen and (max-width: 961px) {
  .products_elys_litchi_container .products_elys_litchi_part_mobile_1 {
    height: 9.05rem;
    background-image: url("/img/products/ElysLitchi/ElysLitchiTopDeviceMobile.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 1.8rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_mobile_1 .products_elys_litchi_logo {
    width: 0.93rem;
    margin-top: 1.25rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_mobile_1 .products_elys_litchi_top_logo_text {
    font-size: 0.72rem;
    line-height: 0.7rem;
    margin: 0.39rem 0 0.52rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_mobile_1 .products_elys_litchi_top_sub_text {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9 {
    height: 9.08rem;
    background-size: cover;
    background-position: center;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_content {
    top: 1.5rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9 .products_elys_litchi_part_2_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 100%;
    padding: 0 0.9rem;
    margin: 0.4rem auto 0;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_2 {
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_2_1.jpg");
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_5 {
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_5_1.jpg");
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_9 {
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_9_1.jpg");
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_5,
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_9 {
    height: 10.24rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_5 .products_elys_litchi_part_2_content,
  .products_elys_litchi_container .products_elys_litchi_part_2_5_9.products_elys_litchi_part_9 .products_elys_litchi_part_2_content {
    top: 1.3rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_3 {
    overflow: auto;
    scrollbar-width: none;
    /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none;
    /* IE/Edge 隐藏滚动条 */
    /* Chrome、Safari 隐藏滚动条 */
    padding: 0;
    height: 5.45rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_3::-webkit-scrollbar {
    display: none;
  }
  .products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_inner {
    width: 33.7rem;
    height: 5.45rem;
    display: flex;
  }
  .products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item {
    width: 6.74rem;
    height: 5.45rem;
    opacity: 1;
  }
  .products_elys_litchi_container .products_elys_litchi_part_3 .products_elys_litchi_part_3_item:hover {
    flex-grow: 1;
    width: 6.74rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 {
    height: 10.72rem;
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_4_1.jpg");
    padding-top: 1rem;
    text-align: center;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.24rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature {
    width: 100%;
    margin: 1.45rem auto 0;
    padding: 0 1.15rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature_title {
    font-size: 0.6rem;
    line-height: 0.46rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_4 .products_elys_litchi_part_4_feature_desc {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_6 {
    height: 8.5rem;
    padding-top: 1.3rem;
    text-align: center;
  }
  .products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.24rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_6 .products_elys_litchi_part_6_device {
    top: 4.25rem;
    width: 100%;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 {
    height: 16.51rem;
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_7_1.jpg");
    padding-top: 1.3rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.4rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature {
    width: 100%;
    padding: 0 0.7rem;
    position: absolute;
    top: 9.6rem;
    left: 0;
    transform: translateX(0);
    flex-wrap: wrap;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature > div:nth-child(3) {
    width: 100%;
    margin-top: 1.2rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_img {
    width: 0.55rem;
    height: 0.55rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_title {
    margin: 0.3rem 0 0.24rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_7 .products_elys_litchi_part_7_feature_desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 {
    height: 14.6rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_inner {
    width: 100%;
    padding: 0 0.8rem;
    top: 1.64rem;
    left: 0;
    transform: translateX(0);
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_feature {
    width: 4.03rem;
    height: 1.34rem;
    border-radius: 0.2rem;
    font-size: 0.36rem;
    line-height: 1.34rem;
    padding: 0 0.55rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_feature:nth-child(1) {
    margin-bottom: 0.5rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_desc_top {
    width: 4.8rem;
    margin: 0.6rem 0 1.2rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_desc_bottom {
    font-size: 0.12rem;
    line-height: 0.24rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_8 .products_elys_litchi_part_8_device {
    width: 6.8rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 {
    padding: 1.63rem 0 1.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    width: 3.7rem;
    margin: 0 auto;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 0.4rem auto 0;
    width: 5.2rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner {
    margin: 1.1rem auto 0;
    width: 100%;
    gap: 0.2rem;
    flex-direction: column;
    align-items: center;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner img {
    width: 5.9rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_10 .products_elys_litchi_part_10_inner_right {
    gap: 0.2rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_sticky {
    position: static;
    height: auto;
    padding-top: 1.5rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_title {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_desc {
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 5.1rem;
    margin: 0.4rem auto 0;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg_box {
    height: auto;
    position: static;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg_box_inner {
    width: 100%;
    display: block;
    height: auto;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg {
    width: 100%;
    height: 10.96rem;
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg:nth-child(1) {
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_11_1.jpg");
  }
  .products_elys_litchi_container .products_elys_litchi_part_11 .products_elys_litchi_part_11_bg:nth-child(2) {
    background-image: url("/img/products/ElysLitchi/ElysLitchiMobilePart_11_2.jpg");
  }
}
.render_3D_icon_wrap {
  cursor: pointer;
  position: fixed;
  bottom: 400px;
  right: 20px;
  z-index: 100;
}

