/*
        Project:		-- Remote-Click
        Version:	    --
        Create Date:	-- 08-08-2023
        Last change:	--
        Primary use:	--
*/
/* 
        --- Table Of Content ---
        
        1. PERLOAD
        2. HEADER
        3. MENU
        4. HOME BACKGROUND
        5. ABOUT
        6. WORK
        7. CORE
        8. JOIN
        9. CONTACT
        10. RESPONSIVE
*/
html {
  position: relative;
  min-width: 320px;
  width: 100%;
  height: 100%;
  background: url('../img/home_bg.png') no-repeat fixed center;
  background-size: cover;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: 'Noto Sans SC';
}
input::placeholder {
  color: #999;
}
.table-cell {
  /* display: table-cell; */
  /* vertical-align: middle; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 13%; */
}
/*================================================================ HEADER ===================================================================*/
.container {
  padding: 0 10%;
  margin: 0;
}
#top {
  min-height: 110px;
  position: absolute;
  top: 0;
  /* 导航栏头像 */
  /* 切换语言下拉框定位 */
  /* 三角箭头 */
  /* li a样式 */
}
#top .nav-container {
  padding: 0 10%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #top .nav-container {
    padding: 0 5%;
  }
}
#top .navbar {
  height: 150px;
  border: 0;
  pointer-events: none;
}
#top .navbar-header {
  margin: 50px 0px;
}
#top .navbar-nav {
  padding: 50px 0px;
}
#top .header-logo {
  pointer-events: auto;
}
#top .header-login {
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  padding: 7px 18px;
}
#top .face-img {
  border-radius: 100%;
}
#top .collapse {
  position: absolute;
  display: block;
  right: calc(10% - 15px);
}
@media screen and (max-width: 1024px) {
  #top .collapse {
    right: calc(5% - 15px);
  }
}
#top .collapse li a .circle {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #333333;
  text-align: center;
}
#top .collapse li a .circle img {
  vertical-align: text-top;
}
#top .menulist ul.nav li {
  margin: 0 1px;
  pointer-events: auto;
}
#top .language-text {
  color: #ffffff;
}
#top .dropdown-menu {
  padding: 0;
  /* max-width: 120px; */
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(150, 150, 150, 0.5);
}
#top .dropdown-menu.language {
  left: -47px;
}
#top .dropdown-menu.language::after {
  content: '';
  position: absolute;
  top: -10px;
  /* 调整箭头的位置 */
  left: 50%;
  margin-left: -10px;
  /* 箭头在上边缘中间 */
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
#top .dropdown-menu li:hover {
  background-color: #adadad;
}
#top .dropdown-menu li a {
  padding: 0 !important;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
}
#top .dropdown-menu li a:active,
#top .dropdown-menu li a:visited,
#top .dropdown-menu li a:focus {
  outline: none;
}
#top .navbar ul.nav li a {
  font-size: 16px;
  line-height: 36px;
  background: none;
  border: none;
}
#top .navbar ul.nav li:nth-child(-n + 5) a:hover span,
#top .navbar ul.nav li:nth-child(-n + 5) a:visited span {
  text-decoration: none;
  background: none;
  color: #333333;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333;
}
#top .navbar ul.nav li:nth-child(n + 6) a:hover,
#top .navbar ul.nav li:nth-child(n + 6) a:visited {
  background: none;
}
.hidden-sidebar {
  background-image: url('../img/sidebar_background.png');
  background-size: contain;
  position: fixed;
  /*top: 0;*/
  right: -415px;
  z-index: 9999;
  width: 100%;
  max-width: 415px;
  height: 100%;
  padding: 40px 45px;
  margin: 0px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: right 0.6s ease-in-out;
}
.hidden-sidebar .hidden-sidebar-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 30px;
  cursor: pointer;
}
.hidden-sidebar .wrapper-box {
  height: 100%;
  width: 100%;
}
.hidden-sidebar .wrapper-box .logo_mini {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999999;
}
.hidden-sidebar .wrapper-box a {
  text-decoration: none;
  cursor: pointer;
}
.hidden-sidebar .sidebar-contact-info a.fw_medium {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  margin-bottom: 15px;
  line-height: 22px;
  cursor: pointer;
}
.hidden-sidebar .sidebar-contact-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.hidden-sidebar .sidebar-contact-info ul li {
  margin: 10px 0;
}
.hidden-sidebar .sidebar-contact-info ul li a {
  line-height: 14px;
}
.hidden-sidebar .sidebar-contact-info ul li a img {
  margin: 5px;
}
.hidden-sidebar .sidebar-contact-info ul li a span {
  font-size: 14px;
}
.hidden-sidebar .sidebar-contact-info ul li img {
  margin: 5px 5px 5px 0;
}
.hidden-sidebar .sidebar-contact-info ul li span {
  font-size: 14px;
  cursor: default;
}
.hidden-sidebar .sidebar-contact-info ul li:last-child {
  margin-bottom: 0;
}
.open_sidebar {
  right: 0;
}
/*============================================================== MENU ==========================================================*/
#ai-helper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: fixed;
  right: 0;
  top: 65%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-shadow: 0 2px 2px #cccccc;
  cursor: pointer;
  z-index: 999999;
  background-image: url('../img/icon/book.svg');
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.menubar {
  height: 100%;
  width: 140px;
  padding-left: 40px;
  position: fixed;
  float: left;
  z-index: 1111;
  display: flex;
  align-items: center;
}
@media screen and (max-height: 600px) {
  .menubar {
    transform: scale(0.8);
  }
}
.menubar .stick-left-nav-ul {
  list-style: none;
}
.menubar .stick-left-nav-ul li {
  text-align: center;
}
.menubar .stick-left-nav-ul li a {
  line-height: 0;
  text-decoration: none;
  color: #333333;
}
.menubar .stick-left-nav-ul li a span {
  font-size: 1rem;
}
.menubar .stick-left-nav-ul li a:link,
.menubar .stick-left-nav-ul li a:visited {
  text-decoration: none;
  color: #333333;
}
.menubar .nav_circle {
  display: flex;
  align-items: center;
}
.menubar .nav_circle .menu-circle {
  border: 1px solid #333333;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.menubar .nav_circle .hide {
  opacity: 0;
}
.menubar .nav_circle .show {
  opacity: 1;
}
.menubar .menu-line {
  width: 1px;
  height: 50px;
  background-color: #333333;
  margin-left: 10px;
}
/*============================================================== MAIN ==========================================================*/
.main-page-content {
  width: 100%;
  height: 100%;
  position: relative;
}
/*.selected {*/
/*    background-color: #333333;*/
/*}*/
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
/*====================================================== HOME BACKGROUND =====================================================*/
/*==================================================================== HOME ============================================================*/
#home,
.home-container {
  padding: 30px 10%;
  height: auto;
  min-height: 920px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  #home,
  .home-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #home,
  .home-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #home,
  .home-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #home,
  .home-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#home .home-text,
.home-container .home-text {
  flex: 1;
  margin-top: calc(150px + 4%);
  /*margin: auto;*/
}
#home .home-text h2,
.home-container .home-text h2 {
  font-size: 64px;
  line-height: 72px;
  color: #333333;
  /* font-family: 'DroidSansFallback'; */
  font-family: 'Noto Sans SC';
  font-weight: 700;
  word-wrap: break-word;
  letter-spacing: -0.4rem;
}
#home .home-text p,
.home-container .home-text p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8em;
  margin: 24px 0;
}
#home .home-text button,
.home-container .home-text button {
  border: 1px solid #333333;
  border-radius: 2px;
  color: #333333;
  width: 144px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0);
}
#home .home-text button:hover,
.home-container .home-text button:hover {
  background-color: #333333;
  color: #ffffff;
}
#home .home-empty,
.home-container .home-empty {
  width: 40%;
  height: 200px;
}
@media screen and (max-width: 1440px) {
  #home .home-empty,
  .home-container .home-empty {
    width: 214px;
  }
}
@media screen and (max-width: 1024px) {
  #home .home-text h2,
  .home-container .home-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #home .home-text h2,
  .home-container .home-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
  #home .home-empty,
  .home-container .home-empty {
    width: 0px;
  }
}
/*==================================================================== ABOUT ============================================================*/
#about,
.about-container {
  padding: 30px 10%;
  width: 100%;
  min-height: 920px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  overflow: hidden;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  #about,
  .about-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #about,
  .about-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #about,
  .about-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #about,
  .about-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#about .about-text,
.about-container .about-text {
  font-weight: 300;
  width: 650px;
  /*margin: auto;*/
}
#about .about-text p,
.about-container .about-text p {
  font-size: 16px;
}
#about .about-text p:first-of-type,
.about-container .about-text p:first-of-type {
  font-size: 46px;
}
#about .about-text button,
.about-container .about-text button {
  width: 171px;
  height: 36px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px 0;
  color: #333;
  font-size: 16px;
  border-style: solid;
  border-color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about-text .carousel-container,
.about-container .about-text .carousel-container {
  color: #333333;
  font-size: 16px;
  font-family: 'Noto Sans SC';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 12px 0;
  font-weight: 300;
}
#about .about-text .carousel-container .carousel-content,
.about-container .about-text .carousel-container .carousel-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-text .carousel-container .carousel-content .carousel-card,
.about-container .about-text .carousel-container .carousel-content .carousel-card {
  padding: 10px;
  border: 1px #999999 solid;
  border-radius: 10px;
}
#about .about-text .carousel-container .carousel-content .carousel-card__title,
.about-container .about-text .carousel-container .carousel-content .carousel-card__title {
  margin-bottom: 5px;
  font-weight: 400;
}
#about .about-text .carousel-container .carousel-content .carousel-card__text,
.about-container .about-text .carousel-container .carousel-content .carousel-card__text {
  line-height: 22px;
  word-wrap: break-word;
}
#about .about-text .carousel-container .carousel-footer,
.about-container .about-text .carousel-container .carousel-footer {
  display: flex;
  gap: 10px;
}
#about .about-text .carousel-container .carousel-footer .carousel-button,
.about-container .about-text .carousel-container .carousel-footer .carousel-button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #666666;
  cursor: pointer;
}
#about .about-text .carousel-container .carousel-footer .carousel-button.active,
.about-container .about-text .carousel-container .carousel-footer .carousel-button.active {
  background-color: #666666;
}
#about .hexagon-container,
.about-container .hexagon-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 786px;
  min-width: 221px;
  aspect-ratio: 786 / 754;
}
#about .hexagon-container .hexagon-row:nth-child(2),
.about-container .hexagon-container .hexagon-row:nth-child(2) {
  margin-top: -10%;
  margin-bottom: -10%;
}
#about .hexagon-container .honey-line,
.about-container .hexagon-container .honey-line {
  width: 1px;
  height: 0;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 65%;
  transition: height 0.5s 0.5s;
}
#about .hexagon-container .hexagon-row:nth-child(1) .hexagon:nth-child(1),
.about-container .hexagon-container .hexagon-row:nth-child(1) .hexagon:nth-child(1) {
  background-image: url('../img/page2_background/systemintroduction_bgy_1.png');
}
#about .hexagon-container .hexagon-row:nth-child(1) .hexagon:nth-child(2),
.about-container .hexagon-container .hexagon-row:nth-child(1) .hexagon:nth-child(2) {
  background-image: url('../img/page2_background/systemintroduction_bgy_2.png');
}
#about .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(1),
.about-container .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(1) {
  background-image: url('../img/page2_background/systemintroduction_bgy_3.png');
}
#about .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(2),
.about-container .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(2) {
  background-image: url('../img/page2_background/systemintroduction_bgy_4.png');
}
#about .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(3),
.about-container .hexagon-container .hexagon-row:nth-child(2) .hexagon:nth-child(3) {
  background-image: url('../img/page2_background/systemintroduction_bgy_5.png');
}
#about .hexagon-container .hexagon-row:nth-child(3) .hexagon:nth-child(1),
.about-container .hexagon-container .hexagon-row:nth-child(3) .hexagon:nth-child(1) {
  background-image: url('../img/page2_background/systemintroduction_bgn_1.png');
}
#about .hexagon-container .hexagon-row:nth-child(3) .hexagon:nth-child(2),
.about-container .hexagon-container .hexagon-row:nth-child(3) .hexagon:nth-child(2) {
  background-image: url('../img/page2_background/systemintroduction_bgn_2.png');
}
#about .hexagon-container .hexagon-row,
.about-container .hexagon-container .hexagon-row {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
#about .hexagon-container .hexagon-row .hexagon,
.about-container .hexagon-container .hexagon-row .hexagon {
  max-width: 524px;
  max-height: 600px;
  aspect-ratio: 131 / 150;
  width: 33%;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#about .hexagon-container .hexagon-row .hexagon .hexagon-mask,
.about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /* top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  /* width: 0%;
          height: 0%; */
  opacity: 0;
  /* transition: width 0.6s, height 0.6s, opacity 1s; */
  transition: opacity 0.7s ease-in;
}
#about .hexagon-container .hexagon-row .hexagon .hexagon-mask a,
.about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a {
  opacity: 0;
  display: block;
  color: #bf572d;
  line-height: normal;
  text-decoration: none;
}
#about .hexagon-container .hexagon-row .hexagon .hexagon-mask a p,
.about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a p {
  font-size: 20px;
  margin: 0 0 0 5px;
}
#about .hexagon-container .hexagon-row .hexagon .hexagon-mask small,
.about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask small {
  color: #333333;
}
@media screen and (max-width: 1440px) {
  #about .hexagon-container .hexagon-row .hexagon .hexagon-mask a p,
  .about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #about .hexagon-container .hexagon-row .hexagon .hexagon-mask a p,
  .about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about .hexagon-container .hexagon-row .hexagon .hexagon-mask a p,
  .about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  #about .hexagon-container .hexagon-row .hexagon .hexagon-mask a p,
  .about-container .hexagon-container .hexagon-row .hexagon .hexagon-mask a p {
    font-size: 14px;
  }
}
#about .hexagon-container .hexagon-row .hexagon:hover .hexagon-mask,
.about-container .hexagon-container .hexagon-row .hexagon:hover .hexagon-mask {
  width: 100%;
  height: 100%;
  opacity: 1;
  /* transition: width 0.6s, height 0.6s, opacity 1s; */
  transition: opacity 0.5s;
}
#about .hexagon-container .hexagon-row .hexagon:hover .hexagon-mask a,
.about-container .hexagon-container .hexagon-row .hexagon:hover .hexagon-mask a {
  opacity: 1;
  transition: opacity 0.7s ease-in;
}
#about .hexagon-container .hexagon-row .hexagon:hover .honey-line,
.about-container .hexagon-container .hexagon-row .hexagon:hover .honey-line {
  height: 40%;
}
/*=========================================================================== WORK ===============================================================   */
#work,
.moudule-container {
  padding: 30px 10%;
  min-height: 920px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* min-width: 1350px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 1440px) {
  #work,
  .moudule-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #work,
  .moudule-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #work,
  .moudule-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #work,
  .moudule-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#work .module-row,
.moudule-container .module-row {
  display: flex;
  gap: 27.5px;
}
#work .module-row .module-empty,
.moudule-container .module-row .module-empty {
  width: 50%;
  /* min-width: 636px; */
}
#work .module-row .module-card,
.moudule-container .module-row .module-card {
  width: 50%;
  /* width: 636px; */
  /* height: 104px; */
}
#work .module-row .module-card__abbr,
.moudule-container .module-row .module-card__abbr {
  font-size: 16px;
  font-weight: 400;
}
#work .module-row .module-card__title,
.moudule-container .module-row .module-card__title {
  color: #e0674f;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
}
#work .module-row .module-card__title .video-play,
.moudule-container .module-row .module-card__title .video-play {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}
#work .module-row .module-card__title .video-play-icon,
.moudule-container .module-row .module-card__title .video-play-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}
#work .module-row .module-card__title .video-play-icon::before,
.moudule-container .module-row .module-card__title .video-play-icon::before,
#work .module-row .module-card__title .video-play-icon::after,
.moudule-container .module-row .module-card__title .video-play-icon::after {
  content: '';
  background-color: transparent;
  transition: background-color 0.7s ease-in-out;
}
#work .module-row .module-card__title .video-play-icon:hover::before,
.moudule-container .module-row .module-card__title .video-play-icon:hover::before {
  content: '';
  background-color: rgba(224, 103, 79, 0.6);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: -5;
  left: -5;
  z-index: -1;
}
#work .module-row .module-card__title .video-play-icon:hover::after,
.moudule-container .module-row .module-card__title .video-play-icon:hover::after {
  content: '';
  background-color: rgba(224, 103, 79, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: -5;
  left: -5;
  z-index: -1;
}
#work .module-row .module-card__text,
.moudule-container .module-row .module-card__text {
  font-size: 16px;
}
#work .module-row .module-card.left,
.moudule-container .module-row .module-card.left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#work .module-row .module-card.left .module-card__text,
.moudule-container .module-row .module-card.left .module-card__text {
  text-align: right;
}
#work .module-row .module-card.right,
.moudule-container .module-row .module-card.right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#work .module-row .module-card.right .module-card__title,
.moudule-container .module-row .module-card.right .module-card__title {
  flex-direction: row-reverse;
}
#work .module-row .module-dividing,
.moudule-container .module-row .module-dividing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
#work .module-row .module-dividing__circle,
.moudule-container .module-row .module-dividing__circle {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
}
#work .module-row .module-dividing__line,
.moudule-container .module-row .module-dividing__line {
  flex: 1;
  width: 1px;
  background-color: #333;
}
@media screen and (max-width: 1024px) {
  #work .module-row .module-empty,
  .moudule-container .module-row .module-empty {
    width: 0%;
    display: none;
    /* min-width: 636px; */
  }
  #work .module-row .module-card,
  .moudule-container .module-row .module-card {
    width: 100%;
  }
  #work .module-row .module-card.left,
  .moudule-container .module-row .module-card.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #work .module-row .module-card.left .module-card__text,
  .moudule-container .module-row .module-card.left .module-card__text {
    text-align: left;
  }
  #work .module-row .module-card.right .module-card__title,
  .moudule-container .module-row .module-card.right .module-card__title {
    flex-direction: row;
  }
  #work .module-row.odd,
  .moudule-container .module-row.odd {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
/*================================================================ CORE ===============================================================*/
#core,
.core-container {
  padding: 30px 10%;
  min-height: 920px;
  padding-top: 60px;
  width: 100%;
  background-color: #f9f9f9;
  opacity: 0.9;
  margin-top: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #core,
  .core-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #core,
  .core-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #core,
  .core-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #core,
  .core-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#core .core-header,
.core-container .core-header {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#core .core-header .row,
.core-container .core-header .row {
  margin-bottom: -70px;
}
#core .core-header .row .main-title h3,
.core-container .core-header .row .main-title h3 {
  font-size: 46px;
  font-weight: 300;
  color: #333333;
  height: 64px;
  line-height: 64px;
  margin-bottom: 20px;
}
#core .core-header .row .main-title button,
.core-container .core-header .row .main-title button {
  width: 208px;
  height: 36px;
  font-size: 16px;
  border-radius: 2px;
  border-width: 1px 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px auto;
}
#core .core-content,
.core-container .core-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#core .core-content .core-row,
.core-container .core-content .core-row {
  display: flex;
  align-items: flex-start;
  gap: 44px;
}
#core .core-content .core-row .core-card,
.core-container .core-content .core-row .core-card {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#core .core-content .core-row .core-card .card-text,
.core-container .core-content .core-row .core-card .card-text {
  flex: 1;
  min-width: 270px;
}
#core .core-content .core-row .core-card .card-text .core-title,
.core-container .core-content .core-row .core-card .card-text .core-title {
  font-size: 24px;
  line-height: 32px;
}
#core .core-content .core-row .core-card .card-text .core-text,
.core-container .core-content .core-row .core-card .card-text .core-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
#core .core-content .core-row .core-card .core-icon,
.core-container .core-content .core-row .core-card .core-icon {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#core .core-content .core-row .core-card .core-icon img,
.core-container .core-content .core-row .core-card .core-icon img {
  width: 50px;
  height: 50px;
}
#core .core-content .core-row .core-card .core-icon:hover,
.core-container .core-content .core-row .core-card .core-icon:hover {
  background-color: rgba(151, 151, 151, 0.5);
}
#core .core-content .core-row .core-card .core-icon:hover img,
.core-container .core-content .core-row .core-card .core-icon:hover img {
  width: 100px;
  height: 100px;
}
#core .core-content .core-row .core-card.top-left,
.core-container .core-content .core-row .core-card.top-left {
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#core .core-content .core-row .core-card.top-left .core-icon,
.core-container .core-content .core-row .core-card.top-left .core-icon {
  border-radius: 100px;
}
#core .core-content .core-row .core-card.top-right,
.core-container .core-content .core-row .core-card.top-right {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
}
#core .core-content .core-row .core-card.bottom-left,
.core-container .core-content .core-row .core-card.bottom-left {
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
}
#core .core-content .core-row .core-card.bottom-right,
.core-container .core-content .core-row .core-card.bottom-right {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#core .core-content .core-row .core-card.bottom-right .core-icon,
.core-container .core-content .core-row .core-card.bottom-right .core-icon {
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #core .core-content .core-row,
  .core-container .core-content .core-row {
    flex-direction: column;
  }
  #core .core-content .core-row .core-card,
  .core-container .core-content .core-row .core-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #core .core-content .core-row .core-card .card-text,
  .core-container .core-content .core-row .core-card .card-text {
    text-align: left;
  }
}
/*================================================================ PACKAGE ===============================================================*/
#package,
.package-container {
  padding: 30px 10%;
  min-height: 920px;
  padding-top: 60px;
  width: 100%;
  background-color: #f9f9f9;
  opacity: 0.9;
  margin-top: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #package,
  .package-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #package,
  .package-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #package,
  .package-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #package,
  .package-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#package .package-header,
.package-container .package-header {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#package .package-header .row,
.package-container .package-header .row {
  margin-bottom: -70px;
}
#package .package-header .row .main-title h3,
.package-container .package-header .row .main-title h3 {
  font-size: 46px;
  font-weight: 300;
  color: #333333;
  height: 64px;
  line-height: 64px;
  margin-bottom: 20px;
}
#package .package-header .row .main-title button,
.package-container .package-header .row .main-title button {
  width: 208px;
  height: 36px;
  font-size: 16px;
  border-radius: 2px;
  border-width: 1px 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px auto;
}
#package .package-content,
.package-container .package-content {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#package .package-content__left,
.package-container .package-content__left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#package .package-content__left .image-set,
.package-container .package-content__left .image-set {
  width: 85%;
  max-width: 900px;
}
#package .package-content__right,
.package-container .package-content__right {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
#package .package-content__right .price-card,
.package-container .package-content__right .price-card {
  z-index: 1;
  width: 330px;
  padding: 30px;
  border: 1px #333333 solid;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* price-card__header */
  /* price-card__content */
  /* price-card__footer */
}
@media screen and (max-width: 375px) {
  #package .package-content__right .price-card,
  .package-container .package-content__right .price-card {
    width: 275px;
    padding: 20px;
  }
}
#package .package-content__right .price-card__header .card-title,
.package-container .package-content__right .price-card__header .card-title {
  color: #333333;
  font-size: 24px;
  font-family: 'Noto Sans SC';
  font-weight: 300;
  margin-bottom: 8px;
}
#package .package-content__right .price-card__header .card-price,
.package-container .package-content__right .price-card__header .card-price {
  height: 50px;
  color: #e0674f;
  display: flex;
  align-items: center;
}
#package .package-content__right .price-card__header .card-price__number,
.package-container .package-content__right .price-card__header .card-price__number {
  font-size: 32px;
}
#package .package-content__right .price-card__header .card-price__text,
.package-container .package-content__right .price-card__header .card-price__text {
  font-size: 16px;
}
#package .package-content__right .price-card__header .card-extra,
.package-container .package-content__right .price-card__header .card-extra {
  height: 40px;
}
#package .package-content__right .price-card__content,
.package-container .package-content__right .price-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#package .package-content__right .price-card__content .checklist_item,
.package-container .package-content__right .price-card__content .checklist_item {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#package .package-content__right .price-card__content .checklist_item.delete,
.package-container .package-content__right .price-card__content .checklist_item.delete {
  text-decoration: line-through;
}
#package .package-content__right .price-card__footer .trial-button,
.package-container .package-content__right .price-card__footer .trial-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #e0674f;
  border-radius: 5px;
  padding: 6px 0px;
  cursor: pointer;
}
#package .package-content__right .price-card__footer .consult-button,
.package-container .package-content__right .price-card__footer .consult-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e0674f;
  border: 1px #e0674f solid;
  border-radius: 5px;
  padding: 6px 0px;
  cursor: pointer;
}
/*================================================================ JOIN ===============================================================*/
#join,
.join-container {
  padding: 30px 10%;
  min-height: 920px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #join,
  .join-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1200px) {
  #join,
  .join-container {
    padding: 30px 10%;
    min-height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  #join,
  .join-container {
    padding: 30px 5%;
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #join,
  .join-container {
    padding: 30px 5%;
    min-height: 920px;
  }
}
#join .join-text h2,
.join-container .join-text h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 72px;
  color: #333333;
}
#join .join-text p,
.join-container .join-text p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 20px 0;
}
#join .join-text button,
.join-container .join-text button {
  border: 1px solid #333333;
  border-radius: 2px;
  color: #333333;
  width: 144px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0);
}
#join .join-text button:hover,
.join-container .join-text button:hover {
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #join .join-text h2,
  .join-container .join-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #join .join-text h2,
  .join-container .join-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
/*================================================================ CONTACT ===============================================================*/
.copyright-container {
  min-height: 320px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
}
.copyright-container .copyright-content {
  flex: 1;
  display: flex;
  padding: 0 10%;
  flex-wrap: wrap;
  border-bottom: 1px solid #999999;
}
.copyright-container .copyright-content .copyright-row {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .copyright-container .copyright-content .copyright-row {
    flex-direction: column;
  }
}
.copyright-container .copyright-content .copyright-row .copyright-item {
  flex: 1;
  min-width: 170px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.copyright-container .copyright-content .copyright-row .copyright-item .contact-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  cursor: default;
}
.copyright-container .copyright-content .copyright-row .copyright-item a.contact-title {
  display: block;
  cursor: pointer;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333333;
  background-color: transparent;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social {
  padding: 0px;
  /*display: inline-flex;*/
  list-style: none;
  margin: 0px;
  text-align: left;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social li {
  margin: 5px 0px;
  height: 20px;
  text-wrap: nowrap;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social li:first-child {
  margin-left: 0px;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social li a {
  color: #333333;
  background-color: transparent;
  font-size: 14px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  text-align: left;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social li a:hover {
  color: black;
  margin-top: -5px;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social img {
  margin-right: 15px;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social span {
  font-size: 14px;
  cursor: default;
}
.copyright-container .copyright-content .copyright-row .copyright-item .home-social li a img {
  margin-right: 5px;
}
.copyright-container .copyright-bottom {
  padding: 5px 10%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-container .copyright-bottom__right {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-end;
  gap: 12px;
  line-height: 14px;
}
.copyright-container .copyright-bottom__right img {
  width: 14px;
  height: 14px;
}
.copyright-container .copyright-bottom.fixed {
  position: absolute;
  bottom: 20px;
  height: auto;
}
.copyright-details {
  background-color: rgba(255, 255, 255, 0.5);
  height: 317px;
}
.copyright-details .contact-us {
  height: 80%;
  border-bottom: 1px solid #999999;
  padding: 0 10%;
}
.copyright-details .contact-us .foot-details {
  text-align: left;
  width: 20%;
}
.copyright-details .contact-us .foot-details .contact-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 30px;
  cursor: default;
}
.copyright-details .contact-us .foot-details a.contact-title {
  display: block;
  cursor: pointer;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #333333;
  background-color: transparent;
}
.copyright-details .contact-us .foot-details .home-social {
  padding: 0px;
  /*display: inline-flex;*/
  list-style: none;
  margin: 0px;
  text-align: left;
}
.copyright-details .contact-us .foot-details .home-social li {
  margin: 5px 0px;
  height: 20px;
  flex-wrap: nowrap;
}
.copyright-details .contact-us .foot-details .home-social li:first-child {
  margin-left: 0px;
}
.copyright-details .contact-us .foot-details .home-social li a {
  color: #333333;
  background-color: transparent;
  font-size: 14px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  text-align: left;
}
.copyright-details .contact-us .foot-details .home-social li a:hover {
  color: black;
  margin-top: -5px;
}
.copyright-details .contact-us .foot-details .home-social img {
  margin-right: 15px;
}
.copyright-details .contact-us .foot-details .home-social span {
  font-size: 14px;
  cursor: default;
}
.copyright-details .contact-us .foot-details .home-social li a img {
  margin-right: 5px;
}
.copyright-details .copyright {
  padding-left: 12%;
  height: 20%;
  display: flex;
  align-items: center;
}
.copyright-details .copyright p {
  font-size: 14px;
  position: absolute;
  right: 13.5%;
  line-height: 14px;
}
.copyright-details .copyright p img {
  width: 14px;
  height: 14px;
}
.copyright-details .copyright.fixed {
  position: absolute;
  bottom: 20px;
  height: auto;
}
.copyright {
  padding-left: 12%;
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
}
.copyright p {
  font-size: 14px;
  position: absolute;
  right: 13.5%;
  line-height: 14px;
}
.copyright p img {
  width: 14px;
  height: 14px;
}
.copyright.fixed {
  position: absolute;
  bottom: 20px;
  height: auto;
}
.copyright-bottom {
  padding: 5px 10%;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-bottom__right {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-end;
  gap: 12px;
  line-height: 14px;
}
.copyright-bottom__right img {
  width: 14px;
  height: 14px;
}
.copyright-bottom.fixed {
  position: absolute;
  bottom: 20px;
  height: auto;
}
.rcv-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1080;
  overflow: auto;
}
.rcv-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .rcv-modal__close {
    width: 67.5px;
    height: 67.5px;
  }
}
@media screen and (max-width: 768px) {
  .rcv-modal__close {
    width: 42px;
    height: 42px;
  }
}
.rcv-modal__close::before {
  content: '\e03e';
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-family: SAP-icons;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1081;
  cursor: pointer;
}
.rcv-modal .video-box {
  position: relative;
  width: 60%;
  object-fit: fill;
  border: none;
  border-radius: 16px;
  background-color: #ccc;
}
@media screen and (max-width: 1440px) {
  .rcv-modal .video-box {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .rcv-modal .video-box {
    width: 90%;
  }
}
.rcv-modal .video-dom {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
/*================================================================ FOOTER ===================================================================*/
#down {
  display: none;
  min-height: 80px;
}
#fixed-bottom {
  min-height: 80px;
  pointer-events: none;
}
#fixed-bottom * {
  pointer-events: all;
}
.back-to-top {
  position: absolute;
  right: 3%;
}
#line-feed {
  display: none;
}
/*=============================================================== RESPONSIVE ======================================================*/
@media screen and (max-width: 1024px) {
  .header-ul {
    display: none !important;
  }
  .menubar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    background-image: url('../img/home_bg_small.jpg') !important;
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
  /*.header-logo{*/
  /*    left: 10% !important;*/
  /*}*/
  .menubar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    float: left;
  }
  .navbar-nav li {
    float: left;
    margin: 5px 0px;
    display: inherit;
    /*width: 100%;*/
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    min-width: 90px;
    display: grid;
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.5);
  }
  /* 切换语言下拉框定位 */
  #top .dropdown-menu.language {
    left: -12px;
  }
}
