header,
footer {
  display: none;
}
.main-active {
  background: url('../images/show-introduction/lyric-bg.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
main {
  background-color: #f5f5f5;
  padding: 0 !important;
}
main .header {
  font-size: 0;
}
main .header > p {
  margin: 30px 20px;
}
main .header > div {
  position: relative;
}
main .header > div .describe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
main .header > div .describe .title {
  font-size: 22px;
  font-family: FZZZHONGK;
  margin-bottom: 20px;
}
main .header > div .describe .big-title {
  font-size: 31px;
}
main .header > div .describe .sub-title {
  font-size: 18px;
  margin-bottom: 90px;
}
main .contents {
  position: relative;
}
main .contents .swiper-box {
  height: 75px;
}
main .contents .swiper-container {
  width: 100%;
  height: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
main .contents .swiper-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
main .contents .swiper-container .swiper-slide {
  text-align: center;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 33.3%;
}
main .contents .swiper-container .swiper-slide span {
  display: block;
  margin: auto;
  height: 100%;
  width: fit-content;
  position: relative;
}
main .contents .swiper-container .swiper-slide.active {
  font-weight: 600;
  color: #000;
}
main .contents .swiper-container .swiper-slide.active i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .contents .swiper-container .swiper-slide ~ .swiper-slide:before {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #6b6b6b;
  top: 0;
  left: 0;
}
main .contents .content-box > div {
  display: none;
}
main .contents .content-box > div.active {
  display: block;
}
main .contents .screen-introduction {
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
main .contents .screen-introduction .main-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
main .contents .screen-introduction .sub-title {
  width: 330px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.8;
}
main .contents .screen-introduction .song-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
main .contents .screen-introduction .song-flex img {
  width: 58px;
  height: 58px;
  border-radius: 3px;
}
main .contents .screen-introduction .song-flex > div {
  flex: 1;
  padding-left: 12px;
  font-size: 16px;
}
main .contents .screen-introduction .song-flex > div p:first-child {
  margin: 0;
  font-size: 15px;
}
main .contents .screen-introduction .song-flex > div p:first-child span {
  font-size: 12px;
  color: #7e7e7e;
}
main .contents .screen-introduction .song-flex > div p:last-child {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #7e7e7e;
}
main .contents .screen-introduction .song-flex i {
  display: block;
  background: url("../images/booking/icon_right.png") no-repeat center;
  background-size: cover;
  width: 7px;
  height: 12.5px;
}
main .contents .actor-introduction {
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
main .contents .actor-introduction .actor-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  color: #606060;
  padding: 15px 15px 7px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 40px;
  font-size: 15px;
}
main .contents .actor-introduction .actor-flex .graduation {
  line-height: 1.5;
}
main .contents .actor-introduction .actor-flex .introduce {
  margin-top: 20px;
}
main .contents .actor-introduction .actor-flex .img {
  width: 129px;
  height: 129px;
  border-radius: 3px;
  background-size: cover !important;
  background-color: #ccc !important;
}
main .contents .actor-introduction .actor-flex > div:nth-child(2) {
  width: calc(100% - 129px);
  padding-left: 25px;
  box-sizing: border-box;
}
main .contents .actor-introduction .actor-flex p {
  width: 100%;
}
main .contents .actor-introduction .actor-flex .name {
  font-weight: 600;
}
main .contents .creation-introduction {
  padding: 0 20px;
  box-sizing: border-box;
}
main .contents .creation-introduction .creation-title {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.4;
}
main .contents .creation-introduction .creation-word {
  padding: 20px 20px 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: #606060;
  margin-bottom: 25px;
}
main .contents .creation-introduction .creation-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  color: #6b6b6b;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 25px;
}
main .contents .creation-introduction .creation-flex img {
  width: 129px;
  height: 129px;
}
main .contents .creation-introduction .creation-flex > div {
  width: calc(100% - 129px);
  padding-left: 25px;
  box-sizing: border-box;
}
main .contents .creation-introduction .creation-flex > div .conpany {
  line-height: 1.5;
}
main .contents .creation-introduction .creation-flex .readword {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
main .contents .creation-introduction .creation-flex .readword .more-open {
  white-space: nowrap;
  outline: none;
  position: absolute;
  bottom: -1px;
  right: 5px;
  z-index: 1;
  color: #ce1141;
}
main .contents .creation-introduction .creation-flex .more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 10px;
}
main .contents .creation-introduction .creation-flex .more:after {
  content: "...";
  position: absolute;
  bottom: -1px;
  right: 0;
  padding-right: 72px;
  padding-left: 20px;
  background: linear-gradient(to right, transparent, #fff 20%);
}
main .contents .creation-introduction .creation-flex .more .more-open {
  display: block;
}
main .lyric-contents {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
main .lyric-contents > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
main .lyric-contents .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  height: 66px;
  box-sizing: border-box;
}
main .lyric-contents .tabs img {
  width: 23px;
  height: 23px;
}
main .lyric-contents .tabs > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 23px;
  color: #848484;
}
main .lyric-contents .tabs > div p {
  font-size: 16px;
  position: relative;
}
main .lyric-contents .tabs > div p:first-child {
  width: 45%;
  text-align: right;
  padding-right: 25px;
}
main .lyric-contents .tabs > div p:first-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #848484;
  position: absolute;
  top: 0;
  right: 0;
}
main .lyric-contents .tabs > div p:last-child {
  width: 55%;
  text-align: left;
  padding-left: 25px;
}
main .lyric-contents .tabs > div p.active {
  color: #fff;
}
main .lyric-contents .tabs > div p.active span {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
main .lyric-contents .content-box {
  display: none;
  flex: 1;
}
main .lyric-contents .content-box > div {
  color: #fff;
  display: none;
}
main .lyric-contents .content-box > div.active {
  display: block;
}
main .lyric-contents .content-box .lyric {
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
main .lyric-contents .content-box .lyric .song-infro p:first-child {
  font-size: 18px;
  margin-bottom: 6px;
}
main .lyric-contents .content-box .lyric .song-infro p:last-child,
main .lyric-contents .content-box .lyric .song-infro span {
  color: #848484;
  margin-top: 6px;
  font-size: 13px;
}
main .lyric-contents .content-box .lyric .song-lyric {
  margin-top: 50px;
}
main .lyric-contents .content-box .lyric .song-lyric .swiper-container {
  width: 100%;
  height: 65vh;
}
main .lyric-contents .content-box .lyric .song-lyric .swiper-slide {
  font-size: 15px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .lyric-contents .content-box .lyric .song-lyric .swiper-slide > div {
  margin-bottom: 30px;
  line-height: 1.8;
}
main .lyric-contents .content-box .lyric .song-lyric .swiper-slide code {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', 'SourceHanSansCN', 'Garamond';
}
main .lyric-contents .content-box .repertoire {
  padding: 0 20px;
  box-sizing: border-box;
}
main .lyric-contents .content-box .repertoire .repertoire-infro {
  font-size: 18px;
  margin-bottom: 20px;
}
main .lyric-contents .content-box .repertoire .repertoire-content {
  color: #c6c6c6;
  padding: 20px 20px 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
/*# sourceMappingURL=show-introduction.css.map */