@charset "UTF-8";
@font-face {
  font-family: SourceHanSansCN-Bold;
  src: url("../../static/fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url("../../static/fonts/SourceHanSansCN-Medium.otf");
}

@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url("../../static/fonts/SourceHanSansCN-Regular.otf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow-y: auto;
  background: #F5F5F5;
  font-size: 0.28rem;
}

a {
  color: #626262;
  text-decoration: none;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  color: #626262;
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  color: #626262;
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
  background-color: transparent !important;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  /* object-fit: cover; */
}

button,
select {
  outline: none;
  border: none;
}

.header {
  height: 0.88rem;
  background: #472b15;
  color: #ec7b01;
}

.header .header-container {
  padding: 0.25rem 0.4rem;
  text-align: center;
}

.header .header-container .menu-btn,
.header .header-container .home-btn {
  height: 0.4rem;
  width: 0.4rem;
}

.header .header-container .menu-btn {
  float: left;
  background: url("../images/list.svg");
  background-size: 100% 100%;
}

.header .header-container .page-name {
  font-family: SourceHanSansCN-Bold;
  font-size: 0.32rem;
  letter-spacing: 1px;
}

.header .header-container .home-btn {
  float: right;
  background: url("../images/home.svg");
  background-size: 100% 100%;
}

.header .header-container .home-btn a {
  display: block;
  height: 100%;
  width: 100%;
}

.header .header-shadow {
  position: fixed;
  display: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.header .nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #472b15;
  z-index: 100;
  color: #fff;
  overflow-y: auto;
  padding-top: 1rem;
}

.header .nav .nav-close {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  height: 0.4rem;
  width: 0.4rem;
  background: url("../images/close.svg");
  background-size: 100% 100%;
}

.header .nav li .nav-name {
  line-height: 0.8rem;
}

.header .nav li .nav-name a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 0.4rem;
}

.header .nav li .nav-name .icon {
  margin-top: 0.25rem;
  float: right;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url("../images/more.svg");
  background-size: 100% 100%;
  transition: 0.3s;
}

.header .nav li .open a, .header .nav li .open a:hover, .header .nav li .open a:focus {
  background-color: transparent !important;
}

.header .nav li .open .icon {
  transform: rotate(90deg);
}

.header .nav li .active a {
  color: #ec7b01;
}

.header .nav li li .nav-name a {
  padding-left: 0.7rem;
}

.header .nav li ul {
  display: none;
}

.page-banner {
  background: url("../images/page-banner.png");
  background-size: 100% 100%;
  padding: 10% 0 10% 10%;
}

.page-banner .chinese {
  position: relative;
  font-size: 0.64rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding-right: 0.4rem;
}

.page-banner .chinese::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.02rem;
  height: 60%;
  background-color: #fff;
  transform: rotate(45deg);
}

.page-banner .english {
  margin: 0.05rem 0 0 1rem;
  font-size: 0.4rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
}

.pagination a {
  background: transparent !important;
  color: #999999 !important;
  border: none !important;
}

.pagination .active a {
  color: #000 !important;
}

.footer {
  color: #fff;
}

.footer .qrcode {
  display: flex;
  justify-content: space-around;
  background: #865627;
  padding: 0.6rem;
}

.footer .qrcode .item {
  text-align: center;
}

.footer .qrcode .item .image {
  margin: 0 auto;
  width: 1.76rem;
  height: 1.76rem;
}

.footer .qrcode .item .name {
  margin-top: 0.15rem;
}

.footer .website-info {
  padding: 0.3rem 0.2rem;
}

.footer .website-info .item {
  text-align: center;
}

.footer .website-info .item a {
  font-size: 0.2rem;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #774C27;
  padding: 0 0.1rem;
}

.scroll-style {
  /* 滚动条滑块 */
}

.scroll-style::-webkit-scrollbar {
  width: 2px;
}

.scroll-style::-webkit-scrollbar-thumb {
  background: #774c27;
}
