.header-bg {
  position: relative;
}
.header-bg > img {
  width: 100%;
}
.header-bg .name {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #EB3B4B;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0px;
  text-shadow: -2px 0px 3px #ffffff, 0px 2px 3px #ffffff, 2px 0px 3px #ffffff, 0px -2px 3px #ffffff;
  transform: translateY(-40px);
  font-family: 'jianghan';
}
.header-bg.detail {
  min-height: 220px;
  background: url(../img/banner-1.png) no-repeat;
  background-size: auto  100%;
  background-position: center;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box-wrapper .box {
  border-radius: 5px;
  width: calc(25% - 30px);
}
.box-wrapper .box .text-label {
  font-size: 18px;
  font-weight: bold;
}
.box-wrapper.qybg .box {
  margin-left: 30px;
  margin-top: 0;
  height: 200px;
  padding: 20px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.box-wrapper.qybg .box:nth-child(1) {
  background: url(../img/jcb.png) no-repeat;
  background-size: 100% 100%;
}
.box-wrapper.qybg .box:nth-child(1) .text-label {
  color: #985540;
}
.box-wrapper.qybg .box:nth-child(2) {
  background: url(../img/zct-1.png) no-repeat;
  background-size: 100% 100%;
}
.box-wrapper.qybg .box:nth-child(2) .text-label {
  color: #5D78AE;
}
.box-wrapper.qybg .box:nth-child(3) {
  background: url(../img/hqbb.png) no-repeat;
  background-size: 100% 100%;
}
.box-wrapper.qybg .box:nth-child(3) .text-label {
  color: #5F4EA2;
}
.box-wrapper.qybg .box:nth-child(4) {
  background: url(../img/wzmb.png) no-repeat;
  background-size: 100% 100%;
}
.box-wrapper.qybg .box:nth-child(4) .text-label {
  color: #946B2B;
}
.box-wrapper.list .box {
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}
.box-wrapper.list .box:hover {
  background: #f9f9f9;
}
.box-wrapper.list .img-wrap {
  background: url(../img/icon-Bg.png) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-wrapper.list .img-wrap img {
  height: 50%;
  width: auto;
}
.box-wrapper.list .text-label {
  margin-top: 14px;
  text-decoration: none;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  overflow: hidden;
}
.dialog.active {
  height: 100%;
}
.dialog .dialog-content {
  background: #fff;
  width: 800px;
  height: 400px;
  padding: 20px;
  position: relative;
}
.dialog .bordered-title {
  padding: 0 0 6px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.dialog .close-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.dialog .close-icon:hover {
  filter: brightness(0.7);
}
.dialog .item-list {
  height: calc(100% - 30px);
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.dialog .item-list .item {
  background: #FAF7F2;
  width: calc(50% - 10px);
  padding: 10px 10px 40px;
  margin-top: 20px;
  position: relative;
}
.dialog .item-list .item:nth-child(1),
.dialog .item-list .item:nth-child(2) {
  align-self: self-start;
}
.dialog .item-list .item:nth-child(2n) {
  margin-left: 20px;
}
.dialog .item-list .item .name {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.dialog .item-list .item .info {
  margin: 10px 0 0;
}
.dialog .item-list .item .btns {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.dialog .item-list .item .btns button {
  color: #fff;
  background: #D7BC88;
  border: 1px solid #D7BC88;
  border-radius: 5px;
}
.dialog .item-list .item .btns button.plain {
  background: #fff;
  color: #D7BC88;
  border: 1px solid #D7BC88;
}
@font-face {
  font-family: "jianghan";
  src: url(字魂206号-江汉手书.ttf);
}
::-webkit-scrollbar {
  width: 5px;
  background: #f5f5f5;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  background: #bbb;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
