.header {
  box-sizing: border-box;
  height: 64px;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: top 0.3s;
  padding: 0 20px;
  top: 0;
  left: 0;
  z-index: 1111111;
}
.header.header-bg {
  background: rgba(255, 255, 255, 0.05);
  opacity: 1;
  backdrop-filter: blur(160px);
}
.header.header-bg a {
  color: inherit;
}
.header.header-bg .head-logo {
  width: 151px;
  height: 30px;
  background-image: url('../assets/svg/ansen-logo.svg');
  background-size: cover;
}
.header.header-bg .head-menu {
  display: flex;
  align-items: center;
  width: auto;
  gap: 48px;
  height: 100%;
}
.header.header-bg .head-menu .head-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.8);
}
.header.header-bg .head-menu-detail {
  position: absolute;
  z-index: 11;
  top: 64px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 220px;
  display: none;
  padding: 40px 0 80px 0;
}
.header.header-bg .head-menu-detail .sub-menu {
  margin: 0 auto;
  flex-wrap: nowrap;
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-info {
  width: 430px;
  flex-shrink: 0;
  gap: 10px;
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-info img {
  margin-bottom: 10px;
  width: 60px;
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-info .subtitle {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-list {
  gap: 12px;
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-list a {
  color: #000000;
  font-weight: 600;
  margin-top: 4px;
}
.header.header-bg .head-menu-detail .sub-menu .sub-menu-list a:hover {
  color: #28BC78 !important;
}
.header.header-bg .head-menu-item-product:hover .head-menu-detail,
.header.header-bg .head-menu-item-service:hover .head-menu-detail {
  display: block !important;
}
.header.header-bg .right-menu {
  display: flex;
}
.header.header-bg .right-menu .en-common-btn {
  border-radius: 4px;
  display: flex;
  padding: 8px 20px;
  background: #28BC78;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 600;
}
.header.header-bg .right-menu .menu-nav {
  background: url('../assets/svg/menu-bar.svg');
  display: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.header .en-common-btn {
  height: auto !important;
}
.header-light {
  background: #fff !important;
}
.header-light .head-logo {
  background-image: url('../assets/ansen/ansen-logo-dark.png') !important;
}
.header-light .head-menu-item {
  color: rgba(0, 0, 0, 0.8) !important;
}
.header-light .head-menu-item a {
  color: rgba(0, 0, 0, 0.8) !important;
}
.header-light .menu-nav {
  background: url('../assets/svg/menu-bar-dark.svg') !important;
}
.menu_shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  padding-top: 60px;
  top: 0px;
  left: 0;
  overflow: auto;
  z-index: 11111;
}
.menu_shadow .self_layui_nav .layui-nav {
  width: 100%;
  background-color: #fff;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-item {
  margin-bottom: 20px;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-more {
  background-color: #fff;
  border-top-color: #000 !important;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-child {
  background-color: #fff !important;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-child a {
  color: #000;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-child dd:hover {
  background: rgba(0, 0, 0, 0.08);
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-child dd a {
  padding: 10px 20px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-item > a {
  color: #000;
  font-weight: 600;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-item > a:hover {
  background: #fff;
}
.menu_shadow .self_layui_nav .layui-nav .layui-nav-itemed > a {
  color: #000 !important;
  font-weight: 600;
}
.menu_shadow.menu-open {
  display: block !important;
}
.trial-wrapper {
  background: url('../assets/ansen/trial-bg.png');
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.trial-wrapper .en-w-content {
  position: relative;
}
.trial-wrapper .trial-icon {
  background: url('../assets/svg/Trial.svg');
  width: 46px;
  height: 48px;
  background-repeat: no-repeat;
}
.trial-wrapper .trial-content {
  position: relative;
  z-index: 1;
}
.trial-wrapper .trial-connect {
  height: 234px;
  border-radius: 0px 16px 16px 0px;
  opacity: 1;
  position: absolute;
  width: 800px;
  z-index: 0;
  top: 50%;
  background: #000102;
  margin-top: -117px;
  box-sizing: border-box;
  border: 3px solid;
  border-image: linear-gradient(90deg, rgba(80, 128, 240, 0) 0%, #439EF6 53%, #28BC78 100%) 3;
  right: 0;
}
.trial-wrapper .trial-connect-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 60px;
  top: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  cursor: pointer;
  z-index: 3;
}
.trial-wrapper .trial-connect-content .arrow-right {
  background-image: url('../assets/svg/arrow.svg');
  height: 40px;
  width: 40px;
}
footer {
  background: #000102;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logo {
  background-image: url('../assets/svg/ansen.svg');
  width: 201.11px;
  height: 40px;
}
footer .footer-svg-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer .footer-svg-wrapper .footer-svg-item {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
footer .footer-svg-wrapper .footer-svg-item:hover {
  background-color: #28BC78;
}
footer .footer-svg-wrapper .linkedin {
  background-image: url('../assets/svg/LInkedin.svg');
}
footer .footer-svg-wrapper .Youtube {
  background-image: url('../assets/svg/Youtube.svg');
}
footer .footer-svg-wrapper .email {
  background-image: url('../assets/svg/Email.svg');
}
footer .footer-svg-wrapper .x {
  background-image: url('../assets/svg/X.svg');
}
footer .foot-menu {
  display: flex;
  flex-direction: row;
}
footer .foot-menu .menu-col {
  width: 240px;
}
footer .foot-menu a {
  color: #ffffff;
}
footer .footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-copyright .language-wrapper {
  position: relative;
}
footer .footer-copyright .language-wrapper .drop-menu {
  display: none;
  position: absolute;
  cursor: pointer;
}
footer .footer-copyright .language-wrapper .drop-menu_content {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100px;
  position: relative;
  top: -76px;
  text-align: center;
  padding: 4px 0;
}
footer .footer-copyright .language-wrapper .drop-menu_content a {
  color: rgba(0, 0, 0, 0.8);
}
footer .footer-copyright .language-wrapper .drop-menu_content a:hover {
  background: rgba(0, 0, 0, 0.1);
}
footer .footer-copyright .language-wrapper:hover .drop-menu {
  display: block;
}
/* PC */
@media (min-width: 1280px) {
  footer .en-w-content {
    padding-top: 100px;
    padding-bottom: 62px;
    display: flex;
    flex-direction: column;
    gap: 120px;
  }
  footer .en-w-content .footer-content {
    display: flex;
    flex-direction: row;
    gap: 220px;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .trial-wrapper .trial-connect {
    display: none;
  }
  .trial-wrapper .trial-connect-content {
    display: block;
    margin-top: -92px;
    right: 0;
    width: 160px;
    z-index: 1;
  }
  .trial-wrapper .trial-connect-content .arrow-right {
    float: right;
    cursor: pointer;
  }
  .trial-wrapper .trial-connect-content .en-title-5 {
    padding-top: 6px;
    padding-right: 22px;
  }
  footer .en-w-content {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 98px;
    min-height: 630px;
  }
  footer .en-w-content .footer-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .trial-wrapper .trial-connect {
    display: none;
  }
  .trial-wrapper .trial-connect-content {
    display: block;
    margin-top: -92px;
    right: 0;
    width: 160px;
    z-index: 1;
  }
  .trial-wrapper .trial-connect-content .arrow-right {
    float: right;
    cursor: pointer;
  }
  .trial-wrapper .trial-connect-content .en-title-5 {
    padding-top: 6px;
    padding-right: 22px;
  }
  footer .en-w-content {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 98px;
    min-height: 630px;
  }
  footer .en-w-content .footer-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .header .right-menu .en-common-btn {
    display: none !important;
  }
  .header .menu-nav {
    display: block;
  }
}
/* phone */
@media (max-width: 759.98px) {
  .header .head-menu {
    display: none !important;
  }
  .header .right-menu .en-common-btn {
    display: none !important;
  }
  .header .right-menu .menu-nav {
    display: block !important;
  }
  .trial-wrapper .trial-connect {
    display: none;
  }
  .trial-wrapper .trial-connect-content {
    position: relative;
    right: 0;
    width: 160px;
    z-index: 1;
    top: -64px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: start;
    margin-top: 0;
  }
  .trial-wrapper .trial-connect-content .arrow-right {
    position: absolute;
    cursor: pointer;
    left: 110px;
  }
  .trial-wrapper .trial-connect-content .en-title-5 {
    padding-right: 22px;
  }
  footer .en-w-content {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 114px;
  }
  footer .en-w-content .footer-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  footer .en-w-content .foot-menu {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-copyright {
    flex-direction: column;
  }
  footer .footer-copyright .language-wrapper {
    top: -66px;
  }
}
