@charset "UTF-8";
@font-face {
  font-family: 'PingFangSC';
  src: url("../fonts/PingFangSC.ttf");
}

@font-face {
  font-family: 'HYk2gj';
  src: url("../fonts/HanYiLingXinTiJian-1.ttf");
}

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("../fonts/douyuFont.otf");
}

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

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  object-fit: cover;
}

body,
html {
  height: 100%;
  width: 100%;
  background: #FBF9F7;
}

body {
  color: #222423;
  font-family: 'PingFangSC';
  min-width: 1400px;
  position: relative;
}

.wd-1400 {
  width: 1400px;
  margin: 0 auto;
}

.wd-1300 {
  width: 1300px;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.83);
  backdrop-filter: blur(13px);
  z-index: 10;
  font-family: 'PingFangSC';
}

.header .header-container {
  width: 1400px;
  margin: 0 auto;
}

.header .header-container .website-name {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #383838;
}

.header .header-container .website-name::before {
  position: absolute;
  left: -32px;
  top: 5px;
  content: '';
  width: 26px;
  height: 48px;
  background: url(../image/logo.png) no-repeat;
  background-size: 100% 100%;
}

.header .header-container .nav-list {
  float: right;
  height: 60px;
}

.header .header-container .nav-list .nav {
  float: left;
  text-align: center;
  padding: 0 18px;
  margin-left: 10px;
  cursor: pointer;
  height: 100%;
}

.header .header-container .nav-list .nav a {
  height: 100%;
  color: #383838;
  font-size: 18px;
}

.header .header-container .nav-list .active {
  position: relative;
  background: #E9C357;
}

.header .header-container .nav-list .active a {
  color: #FFFFFF;
}

.page-banner {
  height: 500px;
  background: url("../image/page-banner.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.page-banner .page-title {
  margin: 180px auto;
  width: 1400px;
  font-size: 80px;
  font-family: 'HYk2gj';
  letter-spacing: 2px;
  color: #62381A;
}

/* 分页样式 */
.all-page {
  text-align: center;
}

.all-page .pagination > li > a {
  color: #606266;
  border: none;
}

.all-page .pagination > li > a {
  background: #F0F2F5;
  margin: 5px 5px;
  border-radius: 3px;
}

.all-page .pagination > .active > a,
.all-page .pagination > .active > span,
.all-page .pagination > .active > a:hover,
.all-page .pagination > .active > span:hover,
.all-page .pagination > .active > a:focus,
.all-page .pagination > .active > span:focus {
  background-color: #E9C357;
  border-color: #E9C357;
  color: #fff;
}

.foot {
  width: 100%;
  background: #FFFBF0;
  padding: 40px 0;
  font-family: 'PingFangSC';
}

.foot .item {
  margin-bottom: 10px;
  color: #353535;
  text-align: center;
  font-weight: 600;
  font-family: 'PingFangSC';
}

.foot .item a {
  color: #353535;
}
