@font-face {
  font-family: 'LuxeUnoRegular';
  src: url('/assets/static/fonts/LuxeUno-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'LuxeUnoHeavy';
  src: url('/assets/static/fonts/LuxeUno-Heavy.otf') format('opentype');
}
@font-face {
  font-family: 'LuxeUnoBold';
  src: url('/assets/static/fonts/LuxeUno-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'LuxeUnoLight';
  src: url('/assets/static/fonts/LuxeUno-Light.otf') format('opentype');
}
@font-face {
  font-family: 'MeieRegular';
  src: url('/assets/static/fonts/MeieScript-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'LuxeUnoSemiBold';
  src: url('/assets/static/fonts/LuxeUno-SemiBold.otf') format('truetype');
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.mobile-nav,
.mobile-nav-white {
  display: none;
}
.mobile {
  display: none;
}
.m-menu {
  display: none;
}
.sd-footer {
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 2;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}
.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.page-header,
.page-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
.page-body {
  flex-grow: 1;
}
.main {
  width: 96%;
  margin: 0 auto;
}
/***顶条***/
.top_bar {
  width: 100%;
  height: 3.64583333rem;
  background: #fff;
  display: flex;
  align-items: center;
}
.top_bar .top_bar_main {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 3.64583333rem;
}
.top_bar .top_bar_main img {
  width: 2.08333333rem;
  height: 2.08333333rem;
}
.top_bar .top_bar_main p {
  color: #000;
  text-align: center;
  font: 300 1.25rem "LuxeUnoLight";
  text-transform: uppercase;
  margin-left: 1rem;
}
/***header***/
header {
  width: 100%;
  height: 2.76041667rem;
  background-color: #fff;
}
header .pc-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
header .pc-nav .nav-box {
  width: 100%;
  display: flex;
  height: 2.76041667rem;
  align-self: center;
  justify-content: space-between;
}
header .pc-nav .nav-box .nav-li {
  flex: 1;
  position: relative;
}
header .pc-nav .nav-box .nav-li .dropdown {
  font-size: 0;
  max-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  top: 2.76041667rem;
  z-index: 3;
  color: #333;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
}
header .pc-nav .nav-box .nav-li .dropdown .dropdown-items {
  padding: 0 6.25rem;
  max-width: 59.5833rem;
  overflow-x: auto;
  display: none;
  align-items: center;
  height: 2.76041667rem;
}
header .pc-nav .nav-box .nav-li .dropdown .dropdown-items .dropdown-item {
  display: block;
  font-size: 1.1458rem;
  font-weight: 700;
  margin: 0 20px;
  color: #fff;
}
header .pc-nav .nav-box .nav-li .cap {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -10px;
  right: -12px;
}
header .pc-nav .nav-box .nav-li:nth-child(1) .nav-item img {
  width: 1.51041667rem;
  height: 2.23958333rem;
}
header .pc-nav .nav-box .nav-li:nth-child(2) .nav-item img {
  width: 3.64583333rem;
  height: 1.04166667rem;
  margin-left: 1.04166667rem;
}
header .pc-nav .nav-box .nav-li:nth-child(3) .nav-item img {
  width: 2.91666667rem;
  height: 1.04166667rem;
  margin-left: 0.78125rem;
}
header .pc-nav .nav-box .nav-li:nth-child(4) .nav-item img {
  width: 2.91666667rem;
  height: 1.04166667rem;
  margin-left: 0.78125rem;
}
header .pc-nav .nav-box .nav-li .nav-item {
  display: flex;
  height: 2.76041667rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: #000;
  font: 300 1.04166667rem 'LuxeUnoLight';
}
header .pc-nav .nav-box .nav-li .nav-item span {
  display: block;
}
header .pc-nav .nav-box .nav-li .nav-item span:nth-child(2) {
  font-size: 0.83333333rem;
}
header .pc-nav .nav-box .nav-li .nav-item .title {
  height: 1.04166667rem;
  line-height: 1.04166667rem;
}
header .sdheader {
  position: absolute;
  top: 2.76041667rem;
  z-index: 2;
  display: none;
}
header .nav-li.active {
  background-color: #FE0761;
}
header .nav-item.active2 {
  color: #fff !important;
  font: 700 1.04166667rem 'LuxeUnoBold' !important;
}
.nav-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 0;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
}
#popup {
  position: fixed;
  top: 70%;
  right: 0;
  cursor: pointer;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
#popup #popup-close {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  right: 0;
  display: flex;
  font-size: 1.04166667rem;
  cursor: pointer;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
}
#popup img {
  width: 14.0625rem;
  height: 6.51041667rem;
}
#popup2 {
  position: fixed;
  top: 40%;
  right: 0;
  cursor: pointer;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
#popup2 #popup-close {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  right: 0;
  display: flex;
  font-size: 1.04166667rem;
  cursor: pointer;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
}
#popup2 img {
  width: 14.0625rem;
}
#popup-form {
  width: 26.66666667rem;
  height: 29.79166667rem;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  border-radius: 0.52083333rem;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9;
}
#popup-form #close {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  right: 0;
  display: flex;
  font-size: 1.04166667rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#popup-form img {
  position: absolute;
  top: -8.07291667rem;
  width: 22.13541667rem;
  height: 14.0625rem;
  left: 50%;
  transform: translateX(-50%);
}
#popup-form #form1 {
  margin: 0 auto;
  width: 23.02083333rem;
  margin-top: 9.53125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.04166667rem;
}
#popup-form #form1 input {
  text-align: center;
  color: #727272;
  background-color: #F5F5F5;
  font-size: 1.04166667rem;
  width: 100%;
  height: 3.38541667rem;
}
#popup-form #form1 input:nth-child(4) {
  width: 6.875rem;
  height: 2.91666667rem;
  background-color: #fe0761;
  color: #fff;
  font-weight: 900;
  border-radius: 0.20833333rem;
  cursor: pointer;
}
#popup-form #form1 p {
  font-size: 0.88541667rem;
  text-align: center;
}
/***footer***/
footer {
  width: 100%;
  background-color: #000;
  padding-top: 3.33333333rem;
  padding-bottom: 4.01041667rem;
  height: 31.25rem;
  background-color: #fff;
  background-size: 100%;
  background-position: bottom;
  position: relative;
}
footer .footer-snow-left,
footer .footer-snow-right {
  width: 368px;
  height: 74px;
  position: absolute;
}
footer .footer-snow-left {
  left: 0;
  top: -6px;
}
footer .footer-snow-right {
  right: 0;
  top: -6px;
}
footer .footer-snow {
  display: none;
}
footer .main {
  width: 92%;
  display: flex;
  flex-direction: column;
}
footer .main .ft_top {
  display: flex;
  justify-content: space-between;
}
footer .main .ft_top .ft_top--nav {
  display: flex;
  flex-direction: column;
}
footer .main .ft_top .ft_top--nav h1 {
  font: 700 1.66666667rem 'LuxeUnoSemiBold';
  color: #484848;
}
footer .main .ft_top .ft_top--nav ul {
  margin-top: 1.97916667rem;
}
footer .main .ft_top .ft_top--nav ul li a {
  cursor: pointer;
  font: 400 1.25rem 'LuxeUnoLight';
  color: #484848;
}
footer .main .ft_top .ft_top--img {
  margin-left: 12.5rem;
}
footer .main .ft_top .ft_top--subscribebox {
  margin-left: 7.8125rem;
  position: relative;
}
footer .main .ft_top .ft_top--subscribebox .ft_top--subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.04166667rem;
}
footer .main .ft_top .ft_top--subscribebox .ft_top--subscribe input:nth-child(1) {
  width: 22.60416667rem;
  height: 3.54166667rem;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 0.26041667rem;
  background: rgba(217, 217, 217, 0.3);
  color: #000;
  font: 600 1rem 'LuxeUnoSemiBold';
}
footer .main .ft_top .ft_top--subscribebox .ft_top--subscribe input:nth-child(2) {
  position: absolute;
  right: 0;
  width: 8.54166667rem;
  height: 3.54166667rem;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1.25rem;
  margin-left: 1.04166667rem;
  background-color: #FE0761;
  color: #fff;
  font-family: 'LuxeUnoBold';
  font-weight: 700;
  cursor: pointer;
  z-index: 7;
}
footer .main .ft_top .ft_top--subscribebox .verify-result-true2 {
  width: 30.10416667rem;
  margin-top: 0.625rem;
  margin-bottom: 2.60416667rem;
}
footer .main .ft_top .ft_top--subscribebox .verify-result-true2 .verify-icon {
  background: #189B06;
  margin: 0 auto;
  width: 2.60416667rem;
  height: 2.60416667rem;
  border-radius: 50%;
  line-height: 2.60416667rem;
  text-align: center;
}
footer .main .ft_top .ft_top--subscribebox .verify-result-true2 .verify-icon img {
  width: 1.14583333rem;
  height: 0.72916667rem;
}
footer .main .ft_top .ft_top--subscribebox .verify-result-true2 .verify-text p {
  text-align: center;
  color: #189B06;
  font: 400 18px / 22px 'LuxeUnoRegular';
}
footer .main .ft_middle {
  margin-top: 2.86458333rem;
}
footer .main .ft_middle .ft_middle--contactus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .main .ft_middle .ft_middle--contactus h1 {
  color: #484848;
  font: 700 1.66666667rem 'LuxeUnoSemiBold';
}
footer .main .ft_middle .ft_middle--contactus p {
  margin-top: 1.30208333rem;
  font: 700 1.25rem / 1.875rem 'LuxeUnoLight';
}
footer .main .ft_middle .ft_middle--contactus p a {
  margin-left: 0.72916667rem;
  color: #484848;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.10416667rem;
  cursor: pointer;
  font: 600 1.25rem / 1.875rem 'LuxeUnoLight';
}
footer .main .ft_bottom {
  height: 23.95833333rem;
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-top: 4.21875rem;
  align-items: flex-end;
  position: relative;
}
footer .main .ft_bottom .ft_bottom--followus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .main .ft_bottom .ft_bottom--followus h1 {
  color: #484848;
  font: 700 1.66666667rem 'LuxeUnoSemiBold';
}
footer .main .ft_bottom .ft_bottom--followus ul {
  margin-top: 1.61458333rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
footer .main .ft_bottom .ft_bottom--followus ul li {
  width: 2.23958333rem;
  margin-left: 0.88541667rem;
}
footer .main .ft_bottom .ft_bottom--followus ul li:nth-child(1) {
  margin-left: 0;
}
footer .main .ft_bottom .ft_bottom--followus ul li a {
  cursor: pointer;
}
footer .main .ft_bottom .ft_bottom--followus ul li a img {
  width: 2.23958333rem;
  height: 2.23958333rem;
}
footer .main .ft_bottom .ft_text {
  font: 1.25rem 'LuxeUnoSemiBold';
  color: #484848;
}
footer .main .ft_bottom .deer {
  width: 7.08333333rem;
  height: 6.35416667rem;
  right: 18.75rem;
  bottom: 1.82291667rem;
  position: absolute;
  display: none;
}
footer .main .ft_bottom .cman {
  width: 6.19791667rem;
  height: 7.03125rem;
  right: 9.0625rem;
  bottom: 1.82291667rem;
  position: absolute;
  display: none;
}
footer .main .ft_bottom .tree {
  width: 5.20833333rem;
  height: 6.82291667rem;
  right: 0.41666667rem;
  bottom: 1.82291667rem;
  position: absolute;
  display: none;
}
footer .m_ft_text {
  display: none;
}
