@charset "UTF-8";
:root {
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "meiryo";
  src: url("../fonts/meiryo.woff2") format("woff2");
}
@font-face {
  font-family: "meiryob";
  src: url("../fonts/meiryob.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.height {
  height: 100%;
  overflow: hidden;
}

.gh {
  display: block;
  position: relative;
  float: right;
  height: 35px;
  width: 35px;
  top: 0px;
  right: 0;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh.selected {
  transform: rotate(90deg);
}
.gh.selected a {
  background-color: transparent;
}
.gh.selected a::before, .gh.selected a::after {
  top: 0;
}
.gh.selected a::before {
  transform: translateY(0px) rotate(-45deg);
}
.gh.selected a::after {
  transform: translateY(0px) rotate(45deg);
}
.gh a {
  display: block;
  height: 2px;
  margin-top: -2px;
  position: relative;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 60%;
  margin: 0 20%;
  background: #fff;
}
.gh a::before, .gh a::after {
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 100%;
  background: #fff;
}
.gh a::before {
  top: -8px;
}
.gh a::after {
  top: 8px;
}

body {
  color: #fff;
  background-color: #131014;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Gilroy-Medium", "MicrosoftYaHei";
  /* background-repeat: no-repeat;
  background-size: 100% auto;	 */
  /* 	&.home-body{
  		background-image: url("../img/home_bg.png");
  		background-position: left 5.73rem;
  	}
  	&.page-body{
  		background-image: url("../img/home_bg.png");
  		background-position: left 5.729rem;
  	} */
}

/* 保持图片缩小后不模糊 */
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.container {
  margin: 0 auto;
  padding: 0 max(5%, 0.833rem);
  max-width: 100%;
}

.img {
  font-size: 0;
}
.img img {
  max-width: 100%;
}

.global-hd {
  position: relative;
  z-index: 2;
  padding: 0 max(5%, 0.833rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(16px, 0.125rem);
  color: #b49d81;
}
.global-hd h3 {
  line-height: 1;
  border-left: 2px solid #b49d81;
  padding-left: 5px;
  font-family: "meiryob";
}

.global-more-button {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0.21rem;
  width: 1.35rem;
  height: 0.42rem;
  font-size: min(max(12px, 0.083rem), 16px);
  overflow: hidden;
  font-family: "meiryo";
}
.global-more-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-5deg, #8f7150 2%, #b49d81 100%), linear-gradient(#bf9d63, #bf9d63);
  background-blend-mode: normal, normal;
  z-index: -1;
  transition: all 0.3s;
}
.global-more-button .arrow {
  margin-left: 0.07rem;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.33rem;
  height: 0.33rem;
  background-color: #fff;
  border-radius: 50%;
}
.global-more-button .arrow i {
  font-size: 0.1rem;
  color: #b49d81;
}
.global-more-button:hover {
  box-shadow: 0 0 0 1px #bf9d63;
}
.global-more-button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.global-more-button:hover .arrow {
  background-color: #b49d81;
}
.global-more-button:hover .arrow i {
  color: #fff;
}

.global-dropdown {
  position: relative;
  width: max(140px, 0.833rem);
  height: max(34px, 0.26rem);
  font-family: "meiryo";
}
.global-dropdown.open .dropdown {
  max-height: 999px;
}
.global-dropdown.open .box::before {
  opacity: 0.7;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.global-dropdown .box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 15px;
  width: 100%;
  background: linear-gradient(178deg, #231c2c 0%, #483d41 100%);
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 9;
}
.global-dropdown .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(14px, 0.125rem);
  width: 100%;
  height: max(38px, 0.26rem);
}
.global-dropdown .btn .iconfont {
  font-size: max(14px, 0.094rem);
}
.global-dropdown .btn span {
  margin: 0 10px;
  display: block;
}
.global-dropdown .dropdown {
  width: 100%;
  font-size: max(14px, 0.094rem);
  max-height: 0;
  transition: all 0.34s ease;
}
.global-dropdown .dropdown ul {
  padding-bottom: 15px;
}
.global-dropdown .dropdown a {
  display: block;
  line-height: 2;
  color: #b49d81;
  text-align: center;
}
.global-dropdown .dropdown a:hover {
  color: #ddccc4;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 192px !important;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 120px !important;
  }
}
@media only screen and (max-width: 1480px) {
  :root {
    --text-lg: 16px;
  }
}