body {
  margin: 0;
  font-family: "Alibaba Sans", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased; }

body, html {
  height: 100%; }

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: 20px; }

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 0; }
  html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5); }

html::-webkit-scrollbar-track {
  display: none; }

hr {
  margin: 0;
  border-color: #E6E6E6; }
  hr.devider {
    margin-top: 16px;
    margin-bottom: 16px; }

* {
  box-sizing: border-box; }

:focus {
  outline-width: 0; }

.iconfont {
  font-size: inherit;
  -webkit-text-stroke-width: 0; }

.animated-faster {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.text-muted {
  color: #999999; }

.text-error {
  color: #FF5040; }
  .text-error:hover {
    color: #FF5040; }

.text-warn {
  color: #FF9300; }
  .text-warn:hover {
    color: #FF9300; }

.text-success {
  color: #009C00; }

.text-info {
  color: #00B7D3; }

.text-link {
  color: #1470CC; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:after, .clearfix:before {
  content: '';
  line-height: 0;
  display: table; }

.clearfix:after {
  clear: both; }

.fx-bt {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fx-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.fx-air {
  flex: 1 1 0; }

.pretty-link {
  color: inherit;
  text-decoration: none; }
  .pretty-link:hover {
    text-decoration: none;
    color: #1470CC; }
  .pretty-link:not([href]) {
    cursor: text; }
    .pretty-link:not([href]):hover {
      color: inherit; }

a[data-disabled="true"], a.disabled {
  color: #999999;
  pointer-events: none; }

.clipboard-hidden {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  border: none;
  width: 10px;
  height: 10px; }

[data-tips] {
  position: relative; }
  [data-tips][data-disabled="true"] {
    pointer-events: all;
    cursor: default; }
    [data-tips][data-disabled="true"]:active {
      pointer-events: none; }
  [data-tips]::before, [data-tips]::after {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
    font-size: 12px;
    transform: translate(-10px, 0) scale(0.91667);
    transform-origin: left center;
    opacity: 0; }
  [data-tips]::after {
    content: attr(data-tips);
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 8px;
    left: calc(100% + 4px);
    top: calc(50% - 12px);
    background-color: rgba(0, 0, 0, 0.7);
    height: 24px; }
  [data-tips]::before {
    content: '';
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent rgba(0, 0, 0, 0.7);
    left: calc(100% + 1px);
    top: calc(50% - 4px); }
  [data-tips]:hover::after, [data-tips]:hover::before {
    opacity: 1;
    transform: translate(0, 0) scale(0.91667); }

#root {
  background-color: #191A1F;
  height: auto;
  min-height: 100%; }

.lemo-page .page-body {
  position: relative;
  top: -50px;
  max-width: 1240px;
  margin: 0 auto; }
  .lemo-page .page-body h1, .lemo-page .page-body h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px; }
  .lemo-page .page-body .page-module {
    border-radius: 12px;
    background-color: #1F2027; }
  .lemo-page .page-body .half-card-list .half-card {
    line-height: 1.5em;
    text-align: center;
    border-radius: 12px;
    margin-top: 60px; }

.lemo-page .page-section {
  margin-top: 60px; }

.cn-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid; }
  .cn-header .cn-header-container {
    display: flex;
    margin: 0 auto;
    max-width: 100%; }
    .cn-header .cn-header-container * {
      color: rgba(255, 255, 255, 0.85); }
      .cn-header .cn-header-container * ::before {
        color: rgba(255, 255, 255, 0.6); }
    .cn-header .cn-header-container .cn-header-logo {
      flex: 1 1 0;
      display: flex; }
      .cn-header .cn-header-container .cn-header-logo .cn-header-logo-pic {
        height: 28px;
        margin-top: 16px; }
      .cn-header .cn-header-container .cn-header-logo .cn-header-logo-slogen {
        margin-left: 4px;
        margin-top: 16px;
        font-size: 14px;
        color: #fff;
        line-height: 42px;
        height: 28px; }
    .cn-header .cn-header-container .cn-header-inner {
      display: flex;
      flex: 0 0 auto;
      height: 60px;
      line-height: 60px;
      border: none; }
      .cn-header .cn-header-container .cn-header-inner * {
        font-size: 16px;
        vertical-align: baseline; }
      .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz .next-selected.next-nav-item::before {
        width: 0; }
      .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz .next-selected.next-nav-item:hover, .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz .next-selected.next-nav-item:focus, .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz .next-selected.next-nav-item:focus:hover {
        background: none !important; }
      .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz .next-selected.next-nav-item .next-menu-item-inner .next-menu-item-text {
        color: #fff; }
      .cn-header .cn-header-container .cn-header-inner.next-nav.next-hoz.next-bottom .next-nav-item.next-child-selected .next-menu-item-inner .next-menu-item-text * {
        color: #fff;
        font-weight: bold; }

.next-table .next-input {
  background-color: rgba(255, 255, 255, 0.5); }
  .next-table .next-input.next-disabled input {
    background-color: transparent; }

.next-table-header th {
  font-weight: bold; }

.next-table-cell-wrapper > a + a {
  margin-left: 8px; }
  .next-table-cell-wrapper > a + a[data-stick] {
    margin-left: 0; }

.next-table + .next-pagination,
.next-table-loading + .next-pagination {
  margin-top: 16px; }

.next-table-row.hovered {
  background-color: #FFFFFF; }

.next-table-row:hover {
  background-color: #E6F3FF; }

.next-pagination.pagination-right {
  text-align: right;
  padding-right: 24px; }

.next-form.next-inline .next-form-item:not(:last-child) {
  margin-right: 28px; }

.next-form-item.next-large .next-form-item-label {
  font-size: 12px; }

.next-form-item-control > p {
  font-weight: bold; }

.next-date-picker {
  width: 200px; }

.next-date-picker-trigger > .next-input {
  width: 100%; }

.next-date-picker-body {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .next-date-picker-body .datepicker-footer {
    border-top: 1px solid #E6E6E6;
    text-align: right;
    padding: 8px 12px; }
    .next-date-picker-body .datepicker-footer .next-btn {
      margin-left: 8px; }

.next-upload-list-card .next-upload-list-item-name {
  display: none; }

.next-upload-list-card .next-upload-list-item-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center; }
  .next-upload-list-card .next-upload-list-item-thumbnail > img {
    width: 100%;
    height: auto; }

.next-upload-list-card .next-upload-list-item {
  margin-bottom: 12px; }
  .next-upload-list-card .next-upload-list-item:nth-child(7n) {
    margin-right: 0; }

.next-radio-group.inline-group .next-radio-wrapper + .next-radio-wrapper {
  margin-left: 20px; }

.next-radio-group.inline-group .next-radio-label {
  margin-left: 8px;
  cursor: pointer; }

.input-inline-group {
  white-space: nowrap;
  display: flex;
  width: 240px; }
  .input-inline-group > .next-input,
  .input-inline-group > .next-input-group {
    flex: 1 1 0;
    width: auto; }

.next-menu-item-text > a {
  color: inherit; }
  .next-menu-item-text > a:hover {
    color: #1470CC; }

.next-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px; }

.next-breadcrumb {
  padding: 12px 24px;
  height: 40px;
  border-bottom: 1px solid #E6E6E6; }

.next-breadcrumb + .next-tabs {
  margin-top: 30px; }

.next-loading.block-loading {
  display: block;
  height: 320px;
  color: #999999; }
  .next-loading.block-loading .next-loading-tip {
    display: flex;
    align-items: center; }
  .next-loading.block-loading .next-loading-tip-content {
    font-size: 14px;
    margin-left: 16px; }

.next-tabs.tabs-large .next-tabs-nav .next-tabs-tab-inner {
  font-size: 14px;
  min-width: 120px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .next-tabs.tabs-large .next-tabs-nav .next-tabs-tab-inner b {
    color: #1470CC; }

.next-tabs-nav-extra {
  height: 40px; }
  .next-tabs-nav-extra > a {
    height: 100%; }
    .next-tabs-nav-extra > a > img {
      margin-right: 6px; }

.next-tabs.next-tabs-vertical.next-tabs-left:after, .next-tabs.next-tabs-vertical.next-tabs-left:before {
  content: '';
  line-height: 0;
  display: table; }

.next-tabs.next-tabs-vertical.next-tabs-left:after {
  clear: both; }

.next-tabs.next-tabs-vertical.next-tabs-left .next-tabs-nav .next-tabs-tab-inner {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.next-tabs.next-tabs-vertical.next-tabs-left .next-tabs-nav-wrap, .next-tabs.next-tabs-vertical.next-tabs-left .next-tabs-nav-scroll {
  overflow: visible; }

.next-icon.icon-reverse {
  transform: rotateY(180deg); }

.next-icon.icon-flip {
  transform: rotateX(180deg); }

.next-tag-group[data-inline] {
  display: inline-block;
  margin-right: 20px; }
  .next-tag-group[data-inline] .next-tag {
    margin-bottom: 0; }

.next-table-cell-wrapper .next-select {
  display: block; }

.next-loading.block-loading {
  display: block;
  height: 320px;
  max-height: 100%;
  color: #999999; }
  .next-loading.block-loading .next-loading-tip {
    display: flex;
    align-items: center; }
  .next-loading.block-loading .next-loading-tip-content {
    font-size: 14px;
    margin-left: 16px; }

.next-icon.icon-reverse {
  transform: rotateY(180deg); }

.next-icon.icon-flip {
  transform: rotateX(180deg); }

.next-btn.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn.next-medium > .next-btn-icon.next-icon-last:before {
  font-size: 12px; }

.next-message.next-medium.next-toast {
  top: 72px !important;
  background-color: rgba(0, 0, 0, 0.666);
  border-color: rgba(0, 0, 0, 0.1); }
  .next-message.next-medium.next-toast .next-message-title,
  .next-message.next-medium.next-toast .next-message-content {
    color: #FFFFFF !important; }
    .next-message.next-medium.next-toast .next-message-title a,
    .next-message.next-medium.next-toast .next-message-content a {
      color: #FF9300; }
      .next-message.next-medium.next-toast .next-message-title a:hover,
      .next-message.next-medium.next-toast .next-message-content a:hover {
        text-decoration: underline; }

.next-message.next-toast .next-message-title:last-child {
  font-size: 12px;
  color: #666666; }

.next-message-content > span > a {
  margin-left: 4px; }

.dialog-custom-footer > .next-btn {
  margin-left: 8px; }

.next-row {
  position: relative; }

.container-1RvTC {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFFFFF;
  background-color: #191A1F;
  color: #999999; }
  .container-1RvTC.bordered-1YduN {
    border: 1px solid #DDDDDD; }
  .container-1RvTC.empty-1AISU .imgbox-3feHe {
    width: 100px;
    height: 100px; }
  .container-1RvTC.error-JsCiu .imgbox-3feHe {
    width: 80px;
    height: 80px; }
  .container-1RvTC.loading-1aoTH .imgbox-3feHe {
    width: 60px;
    height: 60px; }
  .container-1RvTC .imgbox-3feHe {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px; }
    .container-1RvTC .imgbox-3feHe + .desc-4KUpq {
      margin-top: 20px; }
    .container-1RvTC .imgbox-3feHe > img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .container-1RvTC .desc-4KUpq {
    font-size: 14px; }
    .container-1RvTC .desc-4KUpq + .action-2Cyk3 {
      margin-top: 20px; }
  .container-1RvTC button {
    display: inline-block;
    border: 1px solid #1470CC;
    background-color: #1470CC;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 6px 12px;
    text-align: center;
    min-width: 50px;
    outline: none;
    font-size: 12px;
    transition: border-color .3s ease, color .3s ease, background-color .3s ease; }
    .container-1RvTC button:hover {
      text-decoration: none;
      background-color: #105ca7; }
  .container-1RvTC.horizontal-10L6p {
    flex-direction: row; }
    .container-1RvTC.horizontal-10L6p .imgbox-3feHe {
      width: 48px;
      height: 48px; }
      .container-1RvTC.horizontal-10L6p .imgbox-3feHe + .desc-4KUpq {
        margin-top: 0;
        margin-left: 16px; }
    .container-1RvTC.horizontal-10L6p .desc-4KUpq {
      font-size: 12px; }
      .container-1RvTC.horizontal-10L6p .desc-4KUpq + .action-2Cyk3 {
        margin-top: 0;
        margin-left: 12px; }

.nav-33dBQ .user-U_1h3 .inner-34WVD {
  display: flex;
  flex: 0 0 auto;
  height: 60px;
  line-height: 60px;
  border: none; }
  .nav-33dBQ .user-U_1h3 .inner-34WVD * {
    font-size: 16px;
    vertical-align: baseline; }
  .nav-33dBQ .user-U_1h3 .inner-34WVD .tag-1p3sX {
    display: inline-block;
    margin: 5px 4px 0;
    width: 30px;
    height: 16px;
    line-height: 14px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff !important;
    background: #1470CC;
    vertical-align: text-top; }

.nav-33dBQ .user-U_1h3 .next-nav.next-hoz.next-bottom .next-nav-item .next-menu-item-inner .next-menu-item-text * {
  color: #FFFF00;
  font-weight: normal; }

.nav-33dBQ .login-1z_ss {
  display: flex;
  align-self: center;
  margin-left: 20px;
  font-size: 14px; }
  .nav-33dBQ .login-1z_ss .profile-11t_S {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(29, 94, 159, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    overflow: hidden; }
    .nav-33dBQ .login-1z_ss .profile-11t_S img {
      width: 100%; }

.logout-1I4ri {
  color: #FF5040;
  line-height: 24px; }

.split-1ycgu {
  display: block;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  margin: 8px 0; }

.currentEnt-1kdho {
  background-color: #E6F2FF; }
  .currentEnt-1kdho:hover {
    background-color: #E6F2FF !important; }

.footer1-wrapper {
  position: relative;
  background: #17181C;
  min-height: 360px;
  width: 100%;
  color: #999; }
  .footer1-wrapper .footer1 {
    width: 86%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 40px; }
    .footer1-wrapper .footer1 .home-page {
      padding: 0px 0px 60px;
      max-width: 100%; }
  .footer1-wrapper .block {
    padding: 0 1.6rem 1rem 1.6rem;
    text-align: left; }
    .footer1-wrapper .block .logo {
      display: inline-block;
      position: relative;
      width: 4rem;
      line-height: 4rem; }
    .footer1-wrapper .block .subtitle {
      display: inline-block;
      color: #fff;
      font-size: 0.9rem;
      margin-left: 0.1rem; }
    .footer1-wrapper .block .slogan {
      font-size: 0.8rem;
      margin-top: -1rem;
      color: #ffffff99; }
    .footer1-wrapper .block .a-logo-group {
      margin-top: 3rem; }
      .footer1-wrapper .block .a-logo-group a {
        margin-right: 1rem; }
        .footer1-wrapper .block .a-logo-group a img {
          width: auto;
          height: 1.5rem; }
        .footer1-wrapper .block .a-logo-group a img:hover {
          transform: scale(1.1); }
    .footer1-wrapper .block > h2 {
      font-size: 1.5rem;
      margin-bottom: 0.8rem;
      color: #ccc; }
    .footer1-wrapper .block > div {
      line-height: 1.2rem; }
      .footer1-wrapper .block > div a {
        font-size: 0.8rem;
        color: #999; }
        .footer1-wrapper .block > div a:hover {
          color: #1470CC; }
  .footer1-wrapper .copyright-wrapper {
    width: 100%;
    border-top: 1px solid #31343F; }
    .footer1-wrapper .copyright-wrapper .home-page {
      padding: 0 1.2rem;
      overflow: hidden; }
    .footer1-wrapper .copyright-wrapper .copyright {
      height: 4rem;
      text-align: center;
      line-height: 3.5rem; }

.main-27p-k {
  flex: 1 1 0;
  transition: width .4s ease-in-out;
  height: 100%;
  overflow: hidden; }

.body-1t8KH > div, .body-1t8KH > section {
  padding-bottom: 40px; }

.container-1bC1O {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .container-1bC1O .imgbox-3io3Z {
    display: flex;
    justify-content: center; }
  .container-1bC1O > h2 {
    font-size: 24px;
    font-weight: inherit;
    color: inherit; }

.banner1 {
  width: 100%;
  height: 656px;
  position: relative;
  border-color: #666;
  background: #fff; }
  .banner1-wrapper, .banner1 .banner-anim {
    height: 100%; }
  .banner1 .queue-anim-leaving {
    position: relative !important; }
  .banner1 .banner-user-elem {
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden; }
  .banner1 .vedio {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: cover; }
  .banner1 .banner-user-elem .banner-user-title {
    font-size: 22px;
    top: 40%; }
  .banner1 .banner-user-elem .banner-user-text {
    top: 40%; }
  .banner1 .banner1-text-wrapper {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    margin: 0 auto; }
  .banner1 .banner1-text-wrapper {
    display: block;
    position: relative;
    top: 8rem;
    right: 0;
    font-size: 14px;
    color: #fff;
    text-align: left; }
  .banner1 .banner1-title {
    width: 100%;
    margin: auto;
    display: inline-block;
    font-size: 55px;
    position: relative;
    white-space: pre-wrap;
    text-align: left;
    line-height: 4rem; }
  .banner1 .banner1-content {
    font-size: 32px;
    margin: 10px 0 2rem 0;
    left: 30px;
    word-wrap: break-word;
    text-align: left; }
  .banner1 .banner1-button {
    width: 157px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    transition: background 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    line-height: 38px;
    font-size: 1rem;
    padding: 0 40px; }
    .banner1 .banner1-button span {
      text-shadow: 0 0 0 rgba(0, 0, 0, 0);
      transition: text-shadow 0.45s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .banner1 .banner1-button:hover {
      color: #fff;
      border-color: #fff;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 10px rgba(50, 250, 255, 0.75); }
      .banner1 .banner1-button:hover span {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); }
    .banner1 .banner1-button.queue-anim-leaving {
      width: auto; }
  .banner1 .banner1-icon {
    bottom: 20px;
    font-size: 24px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -12px;
    color: #fff; }

.banner-anim-thumb {
  bottom: 3.5rem; }

.banner-anim-thumb-default span {
  width: 20px;
  height: 2px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.5); }

.banner-anim-thumb-default span.active {
  width: 60px;
  height: 2px;
  background: #fff; }

.lemo-feature-bar {
  background-color: #1F2027;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden; }
  .lemo-feature-bar .lemo-feature-item-outer {
    overflow-y: hidden;
    position: relative;
    height: 240px; }
    .lemo-feature-bar .lemo-feature-item-outer.dynamic:hover .lemo-feature-item {
      transform: translateY(-1rem) !important; }
      .lemo-feature-bar .lemo-feature-item-outer.dynamic:hover .lemo-feature-item::after {
        content: attr(data-tip);
        position: absolute;
        color: #fff;
        font-size: 0.8rem;
        bottom: 1rem;
        right: 0;
        left: 0;
        width: 100%;
        white-space: pre; }
  .lemo-feature-bar .lemo-feature-item {
    height: 240px;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    transition: 0.3s transform ease-out; }
    .lemo-feature-bar .lemo-feature-item .svg-wrapper {
      width: 100%;
      height: 100%;
      padding: 10px;
      object-fit: contain; }
      .lemo-feature-bar .lemo-feature-item .svg-wrapper svg {
        overflow: visible; }
    .lemo-feature-bar .lemo-feature-item .image-gif {
      display: none;
      height: 90px;
      width: 70px; }
    .lemo-feature-bar .lemo-feature-item .image-static {
      height: 90px;
      width: 90px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .lemo-feature-bar .lemo-feature-item .image-static .svg-wrapper {
        width: 90px;
        height: 90px; }
      .lemo-feature-bar .lemo-feature-item .image-static .svg {
        object-fit: contain; }
    .lemo-feature-bar .lemo-feature-item .title {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      margin-top: 10px; }
    .lemo-feature-bar .lemo-feature-item .desc {
      width: 80%;
      margin: 10px auto 0 auto;
      color: #d8d8d8;
      text-align: center; }

.fullCard-28T75 {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #1f2128; }

.img-228TW {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.descList-3brwq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.descListRight-3X0HF {
  left: unset;
  right: 70px; }

.descListCenter-36642 {
  left: 0;
  right: 0;
  align-items: center; }

.descCenter-lDz3z {
  text-align: center; }

.descNotFirst-4QS0P {
  margin-top: 100px; }

.descTitle-1sayS {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
  white-space: pre; }

.descContent-3Pp96 {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre;
  margin-bottom: 20px; }

.more-1lkqT {
  position: absolute;
  height: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 28px;
  padding-left: 70px; }

.link-12Vaf {
  color: white !important;
  font-size: 1rem; }

.halfCard-NORPJ {
  height: 580px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 30px;
  background-color: #1f2128; }

.img-2PVaY {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto; }

.desc-28AWM {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.title-3HL05 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px; }

.content-2SOFJ {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre; }

.more-2MMb1 {
  position: absolute;
  height: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(31, 33, 40, 0) 0%, #1F2128 100%); }

.link-3IAD7 {
  color: white !important;
  font-size: 1rem; }

.lemo-page .page-section-video {
  border-radius: 12px;
  overflow: hidden; }

.lemo-page .page-section {
  border-radius: 12px; }

.lemo-page .lemo-feature-bar .lemo-feature-item #g12 {
  transform-origin: center;
  transform-box: fill-box;
  transform-style: preserve-3d;
  transform: translate(20px, 29px); }

.lemo-page .lemo-feature-bar .lemo-feature-item #g21 {
  transform-origin: center;
  transform-box: fill-box; }

.lemo-page .lemo-feature-bar .lemo-feature-item #g32 {
  transform-origin: 46% 45%; }

.lemo-page .lemo-feature-bar .lemo-feature-item #g41 {
  transform-origin: 50% 50%;
  transform-box: fill-box; }

.lemo-page .lemo-feature-bar .lemo-feature-item #g42 {
  transform-origin: 4px 44px;
  transform-box: fill-box;
  transform: translate(45px, 2px); }

.lemo-page .lemo-feature-bar .lemo-feature-item:hover #g12 {
  animation: spin11 2s ease-in-out infinite; }

.lemo-page .lemo-feature-bar .lemo-feature-item:hover #g21 {
  animation: spin21 2s ease-in-out infinite; }

.lemo-page .lemo-feature-bar .lemo-feature-item:hover #g32 {
  animation: spin32 2s ease-in-out infinite; }

.lemo-page .lemo-feature-bar .lemo-feature-item:hover #g41 {
  animation: spin41 2s ease-in-out infinite; }

.lemo-page .lemo-feature-bar .lemo-feature-item:hover #g42 {
  animation: spin42 2s ease-in-out infinite; }

.lemo-page .lemo-card-icon-list {
  height: 100px;
  min-width: 400px; }
  .lemo-page .lemo-card-icon-list .icon-group {
    width: 4rem;
    display: inline-block;
    margin: 1rem 3rem 2rem 0; }
    .lemo-page .lemo-card-icon-list .icon-group:not(:first-of-type) {
      margin-left: 1rem; }
    .lemo-page .lemo-card-icon-list .icon-group .img {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .lemo-page .lemo-card-icon-list .icon-group img {
      width: 45px;
      display: block; }
    .lemo-page .lemo-card-icon-list .icon-group span {
      display: block;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      margin-top: 0.5rem;
      white-space: pre-wrap; }

@keyframes spin11 {
  0% {
    -webkit-transform: translate(20px, 29px) rotateX(0deg); }
  30% {
    -webkit-transform: translate(20px, 29px) rotateX(360deg); }
  100% {
    -webkit-transform: translate(20px, 29px) rotateX(360deg); } }

@keyframes spin21 {
  0% {
    -webkit-transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(120deg); }
  100% {
    -webkit-transform: rotate(120deg); } }

@keyframes spin22 {
  0% {
    -webkit-transform: rotate(0deg) translate(28px, 27px); }
  15% {
    -webkit-transform: rotate(-90deg) translate(28px, 27px); }
  30% {
    -webkit-transform: rotate(-90deg) translate(28px, 27px); }
  100% {
    -webkit-transform: rotate(-90deg) translate(28px, 27px); } }

@keyframes spin32 {
  0% {
    -webkit-transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@keyframes spin41 {
  0% {
    -webkit-transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(120deg); }
  100% {
    -webkit-transform: rotate(120deg); } }

@keyframes spin42 {
  0% {
    -webkit-transform: translate(45px, 2px) rotate(0deg); }
  30% {
    -webkit-transform: translate(45px, 2px) rotate(360deg); }
  100% {
    -webkit-transform: translate(45px, 2px) rotate(360deg); } }

