body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.zhgp {
  width: 100vw;
  height: 370px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.zhgp .gupu_bg_box {
  height: 360px !important;
}
.search-box {
  position: absolute;
  top: 30px;
  left: 50%;
  right: 0;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 851px;
  height: 78px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #b28850;
}
.search-box .select-box {
  position: relative;
}
.search-box .select-box .text {
  display: inline-block;
  width: 148px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b28850;
  line-height: 78px;
  text-indent: 25px;
  cursor: pointer;
}
.search-box .select-box .text em {
  position: absolute;
  right: 10px;
  top: 35px;
  margin: 0px 0 0 15px;
  font-style: normal;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b28850;
  transition: all ease-in-out 0.3s;
}
.search-box .select-box::after {
  content: " ";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #b28850;
}
.search-box .select-box .drop-box {
  position: absolute;
  z-index: 13;
  top: 78px;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 148px;
  padding: 6px 0;
  height: 74px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #b28850;
  color: #b28850;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}
.search-box .select-box .drop-box .item {
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  letter-spacing: 6px;
  cursor: pointer;
}
.search-box .select-box .drop-box .item:hover {
  background-color: #d9c8b1;
}
.search-box .select-box:hover .text em {
  border-bottom: 12px solid #b28850;
  border-top: 0px solid transparent;
}
.search-box .select-box:hover .drop-box {
  display: flex;
}
.search-box .input {
  padding-left: 25px;
  width: 515px;
  height: 74px;
  line-height: 74px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b28850;
  border: none;
  outline: none;
}
.search-box .input::placeholder {
  color: #d9c8b1;
}
.search-box .serarch-btn {
  width: 161px;
  height: 78px;
  background-color: #b28850;
  border-radius: 0px 10px 10px 0px;
  border: solid 2px #b28850;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 16px;
  color: #ffffff;
  line-height: 78px;
  text-align: center;
  text-indent: 16px;
  cursor: pointer;
}
.video-wrap,
.song-wrap,
.spectrum-wrap {
  margin: 0px auto 0;
  padding: 40px 0 0;
  width: 1200px;
}
.video-wrap .title,
.song-wrap .title,
.spectrum-wrap .title {
  margin-bottom: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b28850;
}
.video-wrap .title::before,
.song-wrap .title::before,
.spectrum-wrap .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #b28850;
}
.video-wrap .title .text,
.song-wrap .title .text,
.spectrum-wrap .title .text {
  text-indent: 30px;
  letter-spacing: 16px;
  font-family: fFont;
}
.video-wrap .title .text.active,
.song-wrap .title .text.active,
.spectrum-wrap .title .text.active {
  letter-spacing: normal;
}
.video-wrap .title .opt-box,
.song-wrap .title .opt-box,
.spectrum-wrap .title .opt-box {
  margin-left: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 930px;
  flex-wrap: wrap;
}
.video-wrap .title .opt-box .line,
.song-wrap .title .opt-box .line,
.spectrum-wrap .title .opt-box .line {
  margin: 0 10px 8px 10px;
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #d9c8b1;
}
.video-wrap .title .opt-box .item,
.song-wrap .title .opt-box .item,
.spectrum-wrap .title .opt-box .item {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b28850;
  cursor: pointer;
}
.video-wrap .title .opt-box .item:hover,
.song-wrap .title .opt-box .item:hover,
.spectrum-wrap .title .opt-box .item:hover,
.video-wrap .title .opt-box .item.active,
.song-wrap .title .opt-box .item.active,
.spectrum-wrap .title .opt-box .item.active {
  font-weight: bolder;
  font-size: 20px;
}
.video-wrap .title .more,
.song-wrap .title .more,
.spectrum-wrap .title .more {
  margin-left: auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #b28850;
  cursor: pointer;
}
.video-wrap .title .more:hover,
.song-wrap .title .more:hover,
.spectrum-wrap .title .more:hover {
  font-weight: bolder;
}
.video-wrap .spectrum-list,
.song-wrap .spectrum-list,
.spectrum-wrap .spectrum-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #b28850;
}
.video-wrap .spectrum-list .spectrum-item,
.song-wrap .spectrum-list .spectrum-item,
.spectrum-wrap .spectrum-list .spectrum-item {
  margin-bottom: 40px;
  margin-right: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.video-wrap .spectrum-list .spectrum-item:nth-child(4n),
.song-wrap .spectrum-list .spectrum-item:nth-child(4n),
.spectrum-wrap .spectrum-list .spectrum-item:nth-child(4n) {
  margin-right: 0;
}
.video-wrap .spectrum-list .spectrum-item .spectrum-box,
.song-wrap .spectrum-list .spectrum-item .spectrum-box,
.spectrum-wrap .spectrum-list .spectrum-item .spectrum-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b28850;
  cursor: pointer;
}
.video-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg,
.song-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg,
.spectrum-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 254px;
  background-color: #d9c8b1;
  border-radius: 2px;
}
.video-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg .img,
.song-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg .img,
.spectrum-wrap .spectrum-list .spectrum-item .spectrum-box .spectrum-bg .img {
  width: 246px;
  height: 246px;
  object-fit: contain;
}
.video-wrap .spectrum-list .spectrum-item .spectrum-text,
.song-wrap .spectrum-list .spectrum-item .spectrum-text,
.spectrum-wrap .spectrum-list .spectrum-item .spectrum-text {
  margin-top: 20px;
  width: 224px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b28850;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.song-wrap .song-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #b28850;
}
.song-wrap .song-list .song-item {
  position: relative;
  margin-bottom: 50px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 262px;
  height: 262px;
  cursor: pointer;
}
.song-wrap .song-list .song-item:nth-child(4n) {
  margin-right: 0;
}
.song-wrap .song-list .song-item .song-bg {
  width: 100%;
  height: 100%;
  background: url("../images/music1.png") no-repeat;
  background-size: 100% 100%;
}
.song-wrap .song-list .song-item .song-font-box {
  display: flex;
  align-items: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 1;
}
.song-wrap .song-list .song-item .song-font-box .song-font {
  color: #b28850;
  font-size: 22px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  text-align: center;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.video-wrap .video-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: none;
}
.video-wrap .video-list .video-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 39px;
  margin-right: 21px;
  width: 386px;
  height: 218px;
  cursor: pointer;
}
.video-wrap .video-list .video-item:nth-child(3n) {
  margin-right: 0;
}
.video-wrap .video-list .video-item .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url("../picture/changgexing_old.png") no-repeat;
  background-size: 100% 100%;
}
.video-wrap .video-list .video-item::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 30px #ccc;
}
.video-wrap .video-list .video-item .time {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
  text-align: right;
  line-height: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
.foot-body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mFont;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.foot-body .beian {
  cursor: pointer;
  color: #b28850;
}
