@charset "UTF-8";
/** 公共导航组件 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC","微软雅黑" !important;
  /* overflow-y: overlay; */
}

.plyr button {
  transform: scale(1) !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

#copy-textarea {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.iconfont_tts {
  font-family: "iconfont" !important;
  content: "\e68f";
}

.audio_controller_play_btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.audio_controller_play_btn span {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #666666;
  cursor: pointer;
}
.audio_controller_play_btn span::after {
  content: "\e6f8";
  display: block;
}
.audio_controller_play_btn.load span::after {
  content: "\e632";
  -webkit-animation: music_btn_load 1s linear infinite;
  color: #D7A264;
}
.audio_controller_play_btn.load {
  border-color: #D7A264;
  cursor: auto;
}
.audio_controller_play_btn.play {
  border-color: #D7A264;
  cursor: pointer;
}
.audio_controller_play_btn.play span {
  position: absolute;
  bottom: 6px;
  width: 2px;
  height: 12px;
  background-color: #D7A264;
  animation: 1s play_line_anim2 infinite linear;
}
.audio_controller_play_btn.play span::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #D7A264;
  animation: 1s play_line_anim1 infinite linear;
  position: absolute;
  left: -4px;
  bottom: 0px;
}
.audio_controller_play_btn.play span::before {
  content: "";
  width: 2px;
  height: 7px;
  background-color: #D7A264;
  animation: 1s play_line_anim3 infinite linear;
  position: absolute;
  right: -4px;
  bottom: 0px;
}
@keyframes play_line_anim1 {
  0% {
    height: 2px;
  }
  25% {
    height: 7px;
  }
  50% {
    height: 12px;
  }
  75% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}
@keyframes play_line_anim2 {
  0% {
    height: 12px;
  }
  25% {
    height: 7px;
  }
  50% {
    height: 2px;
  }
  75% {
    height: 7px;
  }
  100% {
    height: 12px;
  }
}
@keyframes play_line_anim3 {
  0% {
    height: 7px;
  }
  25% {
    height: 12px;
  }
  50% {
    height: 7px;
  }
  75% {
    height: 2px;
  }
  100% {
    height: 7px;
  }
}
@-webkit-keyframes music_btn_load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.audioController {
  width: 1200px;
  height: 112px;
  position: fixed;
  bottom: -130px;
  left: 50%;
  z-index: 10000;
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  background-color: rgba(0, 0, 0, 0.3) !important;
  transform: translateX(calc(-50% - -2px));
  border-radius: 8px 8px 0 0;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.audioController.active {
  bottom: 0;
}
.audioController button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.audioController .audioControllerStopBtn {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.audioController .audioControllerStopBtn span {
  font-size: 22px;
}
.audioController .audioControllerHideBtn {
  border: none;
  position: absolute;
  left: 24px;
  top: -18px;
  width: 40px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audioController .audioControllerHideBtn span {
  color: rgba(255, 255, 255, 0.87);
  margin-top: 2px;
}
.audioController .audioController_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.audioController .audioController_content .title {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 8px;
}
.audioController .audioController_content .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audioController .audioController_content .center .head {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.audioController .audioController_content .center .head .draw {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  pointer-events: none;
}
.audioController .audioController_content .center .head .person_head_mask {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.56);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.audioController .person_head_mask span {
  color: #fff;
  font-size: 20px;
}
.audioController .audioController_content .center .head img {
  width: 100%;
  height: 100%;
}
.audioController .audioController_content .center .other {
  display: flex;
  align-items: center;
}
.audioController .audioController_content .center .other .share,
.audioController .audioController_content .center .other .download {
  margin-right: 24px;
}
.audioController .audioController_content .center .other .share span,
.audioController .audioController_content .center .other .download span {
  color: rgba(255, 255, 255, 0.87);
  font-size: 24px;
}
.audioController .audioController_content .center .other .contactTa {
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
  outline: none;
  user-select: none;
  background: #C2A886;
  border: none;
  color: rgba(255, 255, 255, 0.87);
}
.audioController .audioController_content .center .other .contactTa span {
  color: rgba(255, 255, 255, 0.87);
}
.audioController .audioController_content .center .controller {
  flex-grow: 1;
  margin: 0 24px;
  position: relative;
}
.audioController .audioController_content .center .controller #waveform {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.audioController .audio_load span {
  -webkit-animation: spin 1s linear 1s 5 alternate;
  animation: spin 1s linear infinite;
  display: inline-block;
  color: #D7A264;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.audioController .controller span {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background: #09090A;
  height: 20px;
  line-height: 20px;
  z-index: 10;
}
.audioController .controller .current_time {
  left: 0;
}
.audioController .controller .duration_time {
  right: 0;
}

.person_qrmodel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  padding: 36px;
  background: #FFF;
  border-radius: 16px;
  position: relative;
}
.person_qrmodel .title {
  color: rgba(0, 0, 0, 0.85);
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.person_qrmodel .title span {
  color: #DF2424;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.person_qrmodel .qrcode {
  width: 200px;
  height: 200px;
  padding: 10px;
  margin-top: 32px;
  border-radius: 16px;
  background: #F5F5F5;
}
.person_qrmodel .qrcode img {
  width: 100%;
  height: 100%;
}
.person_qrmodel .bottom-title {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.person_qrmodel .bottom-desc {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.person_qrmodel .close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/static/images/close.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.layer_model_skin {
  background: none !important;
  box-shadow: initial !important;
}

@media screen and (max-width: 1280px) {
  .audioController {
    width: auto;
    left: 4rem;
    right: 4rem;
    transform: translate(0, 0);
    height: 11.2rem;
    padding: 0 4rem;
  }
  .audioController .audioControllerHideBtn {
    left: 2.4rem;
    top: -1.8rem;
    width: 4rem;
    height: 1.8rem;
  }
  .audioController .audioControllerHideBtn span {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
  .audioController .audioControllerStopBtn {
    top: 0.4rem;
    right: 0.4rem;
    width: 3rem;
    height: 3rem;
  }
  .audioController .audioControllerStopBtn span {
    font-size: 2.2rem;
  }
  .audioController .audioController_content .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .audioController .audioController_content .center .head {
    width: 4.8rem;
    height: 4.8rem;
  }
  .audioController .audioController_content .center .head .person_head_mask {
    width: 4.8rem;
    height: 4.8rem;
  }
  .audioController .audioController_content .center .head .person_head_mask span {
    font-size: 2rem;
  }
  .audioController .audioController_content .center .other .share {
    margin-right: 2.4rem;
  }
  .audioController .audioController_content .center .other .share span {
    font-size: 2.4rem !important;
  }
  .audioController .audioController_content .center .other .download {
    margin-right: 2.4rem;
  }
  .audioController .audioController_content .center .other .download span {
    font-size: 2.4rem;
  }
  .audioController .audioController_content .center .other .contactTa {
    height: 4rem;
    border-radius: 0.8rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
.mobile_top {
  display: none;
  background-image: url("/static/images/mobile_top.svg");
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  top: 60%;
  right: 2rem;
  z-index: 999;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .layui-layer .layui-layer-content {
    height: auto !important;
  }
  .layui-layer .person_qrmodel {
    width: 60rem;
    height: auto !important;
    padding: 5rem 0;
  }
  .layui-layer .person_qrmodel .title {
    font-size: 3.2rem;
  }
  .layui-layer .person_qrmodel .title span {
    font-size: 3.2rem;
  }
  .layui-layer .person_qrmodel .qrcode {
    width: 30rem;
    height: 30rem;
    margin-top: 5rem;
  }
  .layui-layer .person_qrmodel .bottom-title {
    font-size: 3.2rem;
    margin-top: 5rem;
    line-height: 4rem;
  }
  .layui-layer .person_qrmodel .bottom-desc {
    font-size: 2.4rem;
    margin-top: 2rem;
    line-height: 4rem;
  }

  .audioController {
    width: auto;
    left: 3rem;
    right: 3rem;
    transform: translate(0, 0);
    height: 20rem;
    padding: 0 4rem;
  }
  .audioController .audioControllerHideBtn {
    left: 2.4rem;
    top: -3.6rem;
    width: 8rem;
    height: 3.6rem;
  }
  .audioController .audioControllerHideBtn span {
    font-size: 3.2rem;
    margin-top: 0.4rem;
  }
  .audioController .audioControllerStopBtn {
    top: 0.8rem;
    right: 0.8rem;
    width: 6rem;
    height: 6rem;
  }
  .audioController .audioControllerStopBtn span {
    font-size: 4.4rem;
  }
  .audioController .audioController_content .title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5rem;
  }
  .audioController .audioController_content .center .head {
    width: 9.6rem;
    height: 9.6rem;
  }
  .audioController .audioController_content .center .head .person_head_mask {
    width: 9.6rem;
    height: 9.6rem;
  }
  .audioController .audioController_content .center .head .person_head_mask span {
    font-size: 4rem;
  }
  .audioController .audioController_content .center .controller .current_time, .audioController .audioController_content .center .controller .duration_time {
    display: none;
  }
  .audioController .audioController_content .center .other .share {
    display: none;
  }
  .audioController .audioController_content .center .other .download {
    display: none;
  }
  .audioController .audioController_content .center .other .contactTa {
    height: 8rem;
    border-radius: 1.6rem;
    padding: 0 4rem;
    font-size: 2.8rem;
  }
}
