* {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
:root {
  --primary-color: #fff;
  --primary-active-color: #f9c201;
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/impact.ttf");
}
@font-face {
  font-family: "ArialMT";
  src: url("../fonts/ArialMT.ttf");
}
@font-face {
  font-family: "PingFang-SC";
  src: url("../fonts/PingFang.ttf");
}
@font-face {
  font-family: "ArcaMajora2-Heavy";
  src: url("../fonts/ArcaMajora-Heavy.otf");
}
@font-face {
  font-family: "Arial-Black";
  src: url("../fonts/Arial-Black.ttf");
}
body {
  background: #000;
}
/* 修改整个页面的滚动条 */
::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: rgba(238, 238, 238, 0.13);
  border-radius: 0.13rem;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: var(--primary-active-color);
  border-radius: 0.13rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #c79b00;
}
.customization-nav-box {
  height: 7.13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.25rem;
  background: rgba(0, 0, 0, 0.61);
}
.customization-nav-box .logo {
  width: 15.44rem;
  height: 4.25rem;
}
.customization-nav-box .nav {
  flex: 1;
  margin-left: 4.75rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.customization-nav-box .nav .nav-item-box {
  display: flex;
  align-items: center;
}
.customization-nav-box .nav .nav-item {
  font-size: 1.72rem;
  color: #fff;
  font-family: "Impact";
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.34rem;
  word-break: keep-all;
  white-space: nowrap;
}
.customization-nav-box .nav .nav-interval {
  margin: 0 0.75rem;
}
.customization-nav-box .nav .nav-list {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.customization-nav-box .nav .nav-list a {
  font-size: 1.72rem;
  color: #fff;
  font-family: "Impact";
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.34rem;
  word-break: keep-all;
  white-space: nowrap;
  text-decoration: none;
}
.customization-nav-box .nav .nav-list a:hover {
  color: var(--primary-active-color);
}
.customization-nav-box .nav .nav-list.active a {
  color: var(--primary-active-color);
}
.customization-nav-box .nav .nav-list.active a::after {
  content: "";
  width: 2.88rem;
  height: 0.31rem;
  background-color: var(--primary-active-color);
  position: absolute;
  bottom: -0.81rem;
  left: 50%;
  transform: translateX(-50%);
}
.customization-nav-box .search-box {
  margin-left: 9.44rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.customization-nav-box .search-box .text {
  transition: color 0.3s ease-in-out;
  font-family: "Impact";
  font-size: 1.72rem;
  letter-spacing: 0.34rem;
  color: #ffffff;
  text-transform: uppercase;
}
.customization-nav-box .search-box .text:hover {
  color: var(--primary-active-color);
}
.customization-nav-box .search-box .icon {
  width: 1.38rem;
  height: 1.31rem;
  margin-left: 1rem;
}
.customization-nav-box .shop {
  margin-left: 1.44rem;
  position: relative;
  cursor: pointer;
}
.customization-nav-box .shop .img {
  width: 1.56rem;
  height: 1.44rem;
}
.customization-nav-box .shop .text {
  position: absolute;
  right: -100%;
  bottom: 0.88rem;
  color: var(--primary-active-color);
}
.customization-nav-box .nav-right {
  margin-left: 15.5rem;
  display: flex;
  align-items: center;
}
.customization-nav-box .nav-right .login-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.customization-nav-box .nav-right .login-box .text {
  transition: color 0.3s ease-in-out;
  font-family: "Impact";
  font-size: 1.72rem;
  letter-spacing: 0.34rem;
  color: #ffffff;
  text-transform: uppercase;
}
.customization-nav-box .nav-right .login-box .text:hover {
  color: var(--primary-active-color);
}
.customization-nav-box .nav-right .login-box .icon {
  width: 0.69rem;
  height: 1.5rem;
  margin-left: 1.13rem;
}
.customization-nav-box .nav-right .user {
  width: 1.25rem;
  height: 1.5rem;
  margin-left: 1.81rem;
  cursor: pointer;
}
.customization-login-box {
  display: none;
  width: 30.81rem;
  height: 40.31rem;
  background: url("../img/login/bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 7.13rem;
}
.customization-login-box.show {
  display: block;
}
.customization-login-box .close {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fdcd2f;
  color: #000;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.customization-login-box .logo {
  width: 15.44rem;
  height: 4.25rem;
  margin: 4rem auto 1.75rem;
}
.customization-login-box .logo img {
  width: 100%;
}
.customization-login-box .form {
  margin-right: 3.56rem;
  margin-left: 3rem;
}
.customization-login-box .form .form-item {
  margin-bottom: 1.8rem;
}
.customization-login-box .form .form-item .form-item-label {
  font-family: PingFang-SC;
  font-size: 1.06rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.customization-login-box .form .form-item .form-item-input {
  width: 100%;
  height: 3.31rem;
  background-color: #312f2a;
  opacity: 0.72;
  border: 0;
  outline: none;
  color: var(--primary-active-color);
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.customization-login-box .form .form-item .form-item-input:focus {
  border: 1px solid var(--primary-active-color);
  opacity: 1;
}
.customization-login-box .form .form-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.38rem;
}
.customization-login-box .form .form-item-flex .form-checkbox-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.customization-login-box .form .form-item-flex .form-checkbox-box .form-checkbox {
  width: 1.19rem;
  height: 1.19rem;
  background-color: #312f2a;
  border: solid 0.06rem #fdc602;
  opacity: 0.72;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customization-login-box .form .form-item-flex .form-checkbox-box .form-checkbox img {
  width: 60%;
  opacity: 0;
}
.customization-login-box .form .form-item-flex .form-checkbox-box .form-checkbox.checked {
  opacity: 1;
}
.customization-login-box .form .form-item-flex .form-checkbox-box .form-checkbox.checked img {
  opacity: 1;
}
.customization-login-box .form .form-item-flex .form-checkbox-box .form-checkbox-text {
  font-family: PingFang-SC;
  font-size: 1.06rem;
  color: #ffffff;
  cursor: pointer;
}
.customization-login-box .form .form-item-flex .form-forgot {
  color: var(--primary-active-color);
  cursor: pointer;
}
.customization-login-box .form-btn {
  width: 26.31rem;
  height: 3.88rem;
  background: url("../img/login/btn-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ArialMT;
  font-weight: bold;
  font-size: 1.53rem;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
}
.customization-login-box .msg {
  font-family: PingFang-SC;
  font-size: 1.06rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
  margin-top: 1.25rem;
}
.customization-login-box .msg .register-link {
  color: var(--primary-active-color);
  cursor: pointer;
}
.customization-register-box {
  width: 30.81rem;
  height: 62.06rem;
  background: url('../img/regiest/bg.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 7.13rem;
  display: none;
}
.customization-register-box.show {
  display: block;
}
.customization-register-box .close {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fdcd2f;
  color: #000;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.customization-register-box .logo {
  width: 15.44rem;
  height: 4.25rem;
  margin: 4rem auto 1.75rem;
}
.customization-register-box .logo img {
  width: 100%;
}
.customization-register-box .form {
  margin-right: 3.56rem;
  margin-left: 3rem;
}
.customization-register-box .form .form-item {
  margin-bottom: 1.8rem;
}
.customization-register-box .form .form-item .form-item-label {
  font-family: PingFang-SC;
  font-size: 1.06rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.customization-register-box .form .form-item .form-item-input {
  width: 100%;
  height: 3.31rem;
  background-color: #312f2a;
  opacity: 0.72;
  border: 0;
  outline: none;
  color: var(--primary-active-color);
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.customization-register-box .form .form-item .form-item-input:focus {
  border: 1px solid var(--primary-active-color);
  opacity: 1;
}
.customization-register-box .form-btn {
  width: 26.31rem;
  height: 3.88rem;
  background: url('../img/regiest/btn-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ArialMT;
  font-weight: bold;
  font-size: 1.53rem;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
}
.customization-footer {
  position: relative;
}
.customization-footer .footer-header {
  height: calc(18rem - 3.69rem);
  background-color: #0f1213;
  display: flex;
  justify-content: space-between;
  padding: 2.25rem 5.38rem;
  box-sizing: border-box;
}
.customization-footer .footer-header .logo {
  width: 10.31rem;
  height: 2.81rem;
}
.customization-footer .footer-header .text-box {
  display: flex;
  gap: 10rem;
}
.customization-footer .footer-header .text-box .text-flex .title {
  font-family: ArialMT;
  font-size: 1.13rem;
  color: #ffffff;
  margin-bottom: 1.43rem;
}
.customization-footer .footer-header .text-box .text-flex .text {
  font-family: ArialMT;
  font-size: 0.88rem;
  line-height: 1.69rem;
  color: #828282;
}
.customization-footer .footer-header .text-box .text-flex .text p {
  padding-left: 1.06rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.customization-footer .footer-header .text-box .text-flex .text p::before {
  content: '';
  background: url("../img/footer/right-icon.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.625rem;
}
.customization-footer .footer-header .footer-right .lang-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2.75rem;
  cursor: pointer;
}
.customization-footer .footer-header .footer-right .lang-box .lang-img {
  width: 1.56rem;
  height: 1.06rem;
}
.customization-footer .footer-header .footer-right .lang-box .text {
  font-family: ArialMT;
  font-size: 1.13rem;
  color: #ffffff;
  margin-left: 0.5rem;
  margin-right: 0.75rem;
}
.customization-footer .footer-header .footer-right .lang-box .icon {
  width: 0.75rem;
  height: 0.44rem;
}
.customization-footer .footer-header .footer-right .lang-dialog-box {
  display: none;
  width: 12.69rem;
  height: 20.31rem;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 0.06rem #404040;
  padding: 1.25rem 0.81rem 1.38rem 1.06rem;
  box-sizing: border-box;
  position: absolute;
  right: 5.38rem;
  bottom: 100%;
}
.customization-footer .footer-header .footer-right .lang-dialog-box.show {
  display: block;
}
.customization-footer .footer-header .footer-right .lang-dialog-box .lang-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
  cursor: pointer;
}
.customization-footer .footer-header .footer-right .lang-dialog-box .lang-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.customization-footer .footer-header .footer-right .lang-dialog-box .lang-item .lang-img {
  width: 1.56rem;
  height: 1.13rem;
  margin-right: 0.38rem;
}
.customization-footer .footer-header .footer-right .lang-dialog-box .lang-item .text {
  font-family: PingFang-SC;
  font-size: 1.13rem;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
}
.customization-footer .footer-header .footer-right .share-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.88rem;
}
.customization-footer .footer-header .footer-right .share-box .share {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customization-footer .footer-copy {
  height: 3.69rem;
  background-color: #0a0d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ArialMT;
  font-size: 1rem;
  color: #939393;
}
