@charset "UTF-8";
/*
 * @Description: 网上展厅作品页面
 * @Autor: wangmanna
 * @Date: 2022-03-25 11:13:04
 * @LastEditors: wangmanna
 * @LastEditTime: 2022-08-18 12:26:32
 */
body {
  width: 100%;
  overflow: hidden;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.fp-viewing-0 .header {
  display: block;
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.section-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.section-bg .img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.section-bg.black-mask::before {
  background-color: rgba(102, 102, 102, 0.9);
}

.guide .section-bg::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.guide-wrap {
  text-align: center;
}

.guide-wrap .logo {
  width: 72px;
  height: 72px;
  margin-bottom: 40px;
}

.guide-wrap .guide-text {
  font-size: .24rem;
}

.section-title {
  font-size: var(--font-48);
}

.section-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.oprate-section {
  color: #fff;
}

.oprate-section .section-title {
  text-align: center;
  padding-top: 7vh;
}

.oprate-section .tips-wrap {
  font-family: 'PingFangSC-Regular';
  width: 920px;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16vh auto 0;
  color: #fff;
}

.oprate-section .tips-wrap .tip-item {
  display: flex;
  align-items: center;
}

.oprate-section .tips-wrap .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 32px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #000;
  margin-right: 13px;
}

.oprate-section .tips-wrap .icon-bofang:before {
  margin-left: 8px;
}

.oprate-section .tip-text {
  font-family: 'PingFangSC-Regular';
  font-size: .24rem;
}

.oprate-section .left-tip {
  font-family: 'PingFangSC-Regular';
  position: absolute;
  left: 40px;
  bottom: 50px;
}

.oprate-section .left-tip .tip-item {
  position: relative;
  float: left;
  margin-right: 24px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.oprate-section .left-tip .tip-item .iconfont {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 40px;
  line-height: 1.2;
  vertical-align: middle;
}

.oprate-section .left-tip .tip-item .tip-text {
  position: absolute;
  width: 648px;
  left: 0;
  top: -290px;
}

.oprate-section .left-tip .tip-item .tip-text::after {
  content: '';
  width: 1px;
  left: 24px;
  top: 52px;
  height: 232px;
  position: absolute;
  background: #fff;
}

.oprate-section .left-tip .tip-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.oprate-section .left-tip .tip-item:nth-child(2) .tip-text {
  top: -220px;
}

.oprate-section .left-tip .tip-item:nth-child(2) .tip-text::after {
  height: 160px;
}

.oprate-section .left-tip .tip-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.oprate-section .left-tip .tip-item:nth-child(3) .tip-text {
  top: -150px;
}

.oprate-section .left-tip .tip-item:nth-child(3) .tip-text::after {
  height: 92px;
}

.oprate-section .right-tip {
  font-family: 'PingFangSC-Regular';
  position: absolute;
  right: 40px;
  bottom: 45px;
}

.oprate-section .right-tip .tip-item {
  position: relative;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.oprate-section .right-tip .tip-item .iconfont {
  width: 72px;
  height: 48px;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  vertical-align: middle;
}

.oprate-section .right-tip .tip-item .tip-text {
  padding-right: 81px;
  position: relative;
}

.oprate-section .right-tip .tip-item .tip-text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 53px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.oprate-section .right-tip .tip-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.oprate-section .right-tip .tip-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.oprate-section .right-tip .tip-item:nth-child(3) .tip-text {
  width: 393px;
}

/*输入框样式提示*/
.bottom-tip {
  font-family: 'PingFangSC-Regular';
  font-size: .24rem;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 43px;
  width: 880px;
  max-width: 48%;
}

.bottom-tip .input-tip {
  margin-top: 16px;
  width: 100%;
  padding: 12px 16px 16px;
  border-radius: 100px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.image-slot {
  background-color: #ccc;
}

.image-slot img {
  object-fit: contain;
}

/*作品介绍*/
.icon-operat-btn {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 40px;
  line-height: 1.2;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
}

.icon-operat-btn.icon-yuyin {
  position: relative;
}

.icon-operat-btn.icon-yuyin.play::after {
  display: none;
}

.icon-operat-btn.icon-yuyin::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 80%;
  top: 10%;
  left: 50%;
  border-radius: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

.icon-operat-btn.active {
  color: #EA3B36;
}

.left-operat-btn {
  font-family: 'PingFangSC-Regular';
  position: absolute;
  left: 40px;
  bottom: 50px;
}

.left-operat-btn .icon-operat-btn {
  margin-right: 16px;
}

.right-operat-btn {
  font-family: 'PingFangSC-Regular';
  position: absolute;
  right: 40px;
  bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-operat-btn .icon-operat-btn {
  margin-top: 40px;
}

.right-operat-btn .audio-btn-wrap {
  margin-top: 40px;
  cursor: pointer;
}

.right-operat-btn .audio-btn-wrap.play {
  animation: rotate infinite linear 2s;
}

.works-intro-section .icon-operat-btn {
  color: #EA3B36;
}

.works-intro-section .icon-operat-btn.icon-yuyin::after {
  background: #EA3B36;
}

.works-intro-section .section-title {
  margin-top: 24vh;
}

.works-intro-section .intro-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-intro-section .intro {
  width: 100%;
  text-indent: 2em;
  font-size: .18rem;
  margin-top: 10vh;
  line-height: 2.6;
}

.works-intro-section .intro:first-child {
  margin-right: 16px;
}

.works-intro-section .wrap-1200 {
  max-width: 90%;
}

/*下滑浏览作品*/
.view-tip {
  position: absolute;
  font-size: .18rem;
  bottom: 34px;
  left: 25%;
  width: 50%;
  text-align: center;
  padding-bottom: 32px;
}

.view-tip .arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  animation: fadeInDown 1s infinite;
}

.view-tip .arrow::after {
  display: inline-block;
  font-family: 'iconfont';
  content: '\e61f';
  transform: rotate(180deg);
}

/*作品*/
.works-section {
  color: #fff;
}

.works-section .section-title {
  text-align: center;
  margin-top: 29.4vh;
}

.works-section .author {
  text-align: center;
  margin-top: 40px;
  font-size: .24rem;
}

.works-section .section-bg::before {
  background-color: rgba(102, 102, 102, 0.5);
}

/**弹窗 dialog*/
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.9);
  transform: translateX(100%);
  transition: transform .2s;
  visibility: hidden;
}

.dialog .close-btn {
  position: absolute;
  right: 46px;
  top: 28px;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  z-index: 9;
}

.dialog .dialog-wrap {
  transition: top .6s;
  transition-delay: .2s;
  top: 200%;
}

.dialog.show {
  transform: translateX(0);
  visibility: visible;
}

.dialog.show .dialog-wrap {
  top: 50%;
}

/*作者信息弹窗*/
.author-dialog .dialog-wrap {
  width: 562px;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F2EBE5;
  border-radius: 8px;
  padding: 94px 80px 52px;
}

.author-dialog .dialog-wrap .author-avater {
  width: 200px;
  height: 240px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.author-dialog .dialog-wrap .author-name {
  margin-bottom: 40px;
  font-size: .24rem;
  text-align: center;
  color: #000;
}

.author-dialog .dialog-wrap .author-intro {
  font-size: .18rem;
  line-height: 1.5;
  text-indent: 2em;
  width: 100%;
  height: 378px;
}

/*作品列表弹窗*/
.work-list-dialog .dialog-wrap {
  width: 1000px;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F2EBE5;
  border-radius: 8px;
  padding: 16px 40px 52px 24px;
}

.work-list-dialog .dialog-wrap .dialog-title {
  font-size: .24rem;
  font-weight: bold;
  padding: 32px 0;
  border-bottom: 1px solid #000;
  color: #000;
}

.work-list-dialog .dialog-wrap .work-list-wrap {
  height: 740px;
}

.work-list-dialog .dialog-wrap .work-list-wrap .work-item {
  margin: 32px 0;
  font-size: .18rem;
  display: flex;
  justify-content: space-between;
  color: #000;
  cursor: pointer;
}

.work-list-dialog .dialog-wrap .work-list-wrap .work-item .work-name {
  width: 60%;
  flex: 1;
  padding-right: 16px;
}

.work-list-dialog .dialog-wrap .work-list-wrap .work-item .work-author {
  margin-right: 90px;
}

/*作品视频图片弹窗*/
.work-res-dialog .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 48px;
  cursor: pointer;
}

.work-res-dialog .viewer-canvas {
  background: #E7DED2;
}

.work-res-dialog .viewer-toolbar .viewer-play, .work-res-dialog .viewer-toolbar .viewer-prev, .work-res-dialog .viewer-toolbar .viewer-next {
  display: none;
}

.work-res-dialog .work-swiper-button-prev {
  left: 40px;
}

.work-res-dialog .work-swiper-button-next {
  right: 40px;
}

.work-res-dialog .work-preview-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 40px;
}

.work-res-dialog .work-preview-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #E7DED2;
}

.work-res-dialog .work-img {
  position: absolute;
  border: 6px solid #fff;
  width: 100%;
  height: 100%;
}

.work-res-dialog .work-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.work-res-dialog .work-video-box {
  width: 1200px;
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.work-res-dialog .work-info-box {
  position: absolute;
  top: 0;
  width: 1200px;
  max-width: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.work-res-dialog .work-info-box .work-title {
  margin-top: 80px;
  padding-top: 56.25%;
  font-size: .24rem;
}

.work-res-dialog .work-info-box .work-intro {
  margin-top: 16px;
  text-indent: 2em;
  font-size: .18rem;
}

.work-res-swiper {
  width: 1200px;
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.work-res-swiper .swiper-wrapper {
  height: auto;
}

.work-res-swiper .swiper-slide {
  height: max-content;
}

.work-res-swiper .work-info-wrap {
  color: #fff;
  visibility: hidden;
}

.work-res-swiper .work-info-wrap .work-title {
  margin-top: 40px;
  font-size: .24rem;
}

.work-res-swiper .work-info-wrap .work-intro {
  margin-top: 16px;
  font-size: .18rem;
}

.work-res-swiper .swiper-slide-active .work-info-wrap {
  visibility: visible;
}

.comment-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  transform: translateX(100%);
  transition: transform .2s;
  visibility: hidden;
}

.comment-dialog.show {
  transform: translateX(0);
  visibility: visible;
}

.comment-dialog .comment-box {
  position: absolute;
  right: 0;
  padding: 0 20px;
  width: 720px;
  max-width: 100%;
  top: 40px;
  bottom: 40px;
}

.comment-dialog .comment-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 32px 40px 24px;
  display: flex;
  flex-direction: column;
}

.comment-dialog .close-btn {
  cursor: pointer;
  color: #EA3B36;
  font-size: 24px;
}

.comment-dialog .comment-tip {
  margin-top: 30px;
  background: #EEEEEE;
  border-radius: 8px;
  font-size: .16rem;
  padding: 16px 24px;
}

.comment-dialog .comment-list {
  width: 100%;
  height: 300px;
  flex: 1;
  padding: 24px 0 16px;
}

.comment-dialog .comment-list .user-box {
  display: flex;
  align-items: center;
}

.comment-dialog .comment-list .user-box .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-dialog .comment-list .user-box .user-name {
  color: var(--blue-color);
  margin-left: 8px;
  font-size: .16rem;
}

.comment-dialog .comment-list .user-box .user-name .reply-text {
  color: #333;
  margin: 0 8px;
}

.comment-dialog .comment-list .comment-item {
  margin-bottom: 16px;
}

.comment-dialog .comment-list .comment-content {
  width: 100%;
  padding-left: 48px;
  box-sizing: border-box;
  margin: 8px 0;
  font-size: .16rem;
  word-break: break-all;
}

.comment-dialog .comment-list .reply-text {
  color: #333;
}

.comment-dialog .comment-list .reply-content {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-bottom: 4px;
}

.comment-dialog .comment-list .comment-bottom {
  color: #999;
  width: 100%;
  padding-left: 48px;
  box-sizing: border-box;
  font-size: .14rem;
  display: flex;
  align-items: center;
}

.comment-dialog .comment-list .reply-btn {
  width: 60px;
  line-height: 1.8;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 100px;
  color: #666;
  margin-right: 13px;
  cursor: pointer;
}

.comment-dialog .comment-footer {
  position: relative;
  width: 100%;
  display: flex;
}

.comment-dialog .comment-footer .avatar-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-dialog .comment-footer .avatar-box .user-avatar {
  width: 100%;
  height: 100%;
}

.comment-dialog .comment-footer .send-btn {
  width: 88px;
  line-height: 2.22;
  font-size: .18rem;
  margin-top: 24px;
}

.comment-dialog .comment-footer .comment-footer-right {
  width: 80%;
  flex: 1;
  margin-left: 8px;
}

.comment-dialog .comment-footer .comment-input-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 98px;
  position: relative;
  font-size: .18rem;
  overflow: hidden;
}

.comment-dialog .comment-footer .comment-input-box .placeholder {
  position: absolute;
  left: 0;
  line-height: 1.5;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #999;
  z-index: 0;
}

.comment-dialog .comment-footer .comment-input-box .placeholder .iconfont {
  font-size: .18rem;
  color: #ccc;
  margin-right: 8px;
}

.comment-dialog .comment-footer .comment-input-box .clear-input-btn {
  position: absolute;
  right: 8px;
  top: 0;
  color: #ccc;
  font-size: .18rem;
  z-index: 9;
  cursor: pointer;
}

.comment-dialog .comment-footer .comment-input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  border: none;
  background: none;
  z-index: 1;
  font-size: .18rem;
}

.comment-dialog .comment-footer .input-login-tip {
  position: absolute;
  left: 0;
  line-height: 30px;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  z-index: 99;
  color: #999;
  font-size: .18rem;
}

.comment-dialog .comment-footer .input-login-tip span {
  color: #EA3B36;
}

@-webkit-keyframes btnAni {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

@keyframes btnAni {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.works-btn-wrap {
  width: 620px;
  margin: 40px auto;
  max-width: 90%;
  display: flex;
  justify-content: space-around;
}

.works-btn-wrap .btn {
  width: 96px;
  height: 96px;
  position: relative;
  color: #EA3B36;
  cursor: pointer;
}

.works-btn-wrap .btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  animation: btnAni infinite 2s;
}

.works-btn-wrap .btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  animation: btnAni infinite 2s;
}

.works-btn-wrap .btn::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}

.works-btn-wrap .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 40px;
}

.works-btn-wrap .btn .icon-play {
  font-size: 24px;
  margin-left: 3px;
}

/*背景音乐按钮*/
.audio-btn-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.audio-btn-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 167, 167, 0.5);
  z-index: 1;
}

.audio-btn-wrap .audio-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.active .delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.section.active .delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.section.active .delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.section.active [class^="ani-"],
.section.active [class*=" ani-"] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.section.active .ani-fadeIn {
  animation-name: fadeIn;
}

.section.active .ani-fadeInUp {
  animation-name: fadeInUp;
}

.section.active .ani-fadeInUpBig {
  animation-name: fadeInUpBig;
}

.section.active .ani-fadeInDown {
  animation-name: fadeInDown;
}

.section.active .ani-fadeInLeft {
  animation-name: fadeInLeft;
}

.section.active .ani-fadeInRight {
  animation-name: fadeInRight;
}

.section.active .ani-bigFadeIn {
  animation-name: bigFadeIn;
}

.section.active .ani-fadeInDownBig {
  animation-name: fadeInDownBig;
}

.section.active .ani-bigFadeIn {
  animation-name: bigFadeIn;
}

.section-footer {
  height: auto !important;
  overflow: visible;
}

.section-footer .fp-tableCell {
  height: auto !important;
}

.html-fullscreen .work-res-swiper {
  width: 100%;
  max-width: 100%;
}

.html-fullscreen .d-player {
  width: 100vw;
}

@media screen and (max-height: 768px) {
  .works-intro-section .section-title {
    margin-top: 100px;
  }
  .works-intro-section .intro {
    margin-top: 40px;
  }
  .author-dialog .dialog-wrap {
    padding: 30px 80px;
  }
  .author-dialog .dialog-wrap .author-avater {
    margin-bottom: 20px;
  }
  .author-dialog .dialog-wrap .author-name {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 700px) {
  .oprate-section .tips-wrap {
    margin-top: 10vh;
  }
}

@media screen and (max-width: 1800px) {
  .bottom-tip {
    width: 700px;
  }
}

@media screen and (max-width: 1600px) {
  .section-title {
    font-size: var(--font-44);
  }
  .oprate-section .tip-text {
    font-size: .2rem;
  }
  .oprate-section .right-tip .tip-item:nth-child(3) .tip-text {
    width: 355px;
  }
}

@media screen and (max-width: 1550px) {
  .bottom-tip {
    width: 650px;
  }
  .oprate-section .bottom-tip {
    left: 44%;
  }
}

@media screen and (max-width: 1400px) {
  .section-title {
    font-size: var(--font-40);
  }
  .tip-text {
    font-size: .18rem;
  }
  .oprate-section .tip-text {
    font-size: .18rem;
  }
  .oprate-section .right-tip .tip-item:nth-child(3) .tip-text {
    width: 325px;
  }
  .bottom-tip {
    left: 48%;
    width: 500px;
  }
  .work-res-swiper {
    max-width: 62.25%;
  }
  .work-res-swiper .work-info-wrap .work-title {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .works-intro-section .section-title {
    margin-top: 80px;
  }
  .works-section .bottom-tip {
    left: 50%;
  }
  .bottom-tip {
    left: 42%;
    width: 500px;
  }
  .dialog .close-btn {
    right: 32px;
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-bg {
    display: none;
  }
  .guide-wrap .guide-text {
    font-size: .18rem;
  }
  .moblie-header {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
  }
  .moblie-header .moblie-navigation {
    height: 40px;
  }
  .moblie-header .moblie-navigation .logo-wrap {
    display: none;
  }
  .moblie-header .moblie-navigation .search-box {
    display: none;
  }
  .moblie-header .moblie-navigation .right {
    position: absolute;
    right: 16px;
  }
  .moblie-header .moblie-navigation .right .nav-toggle .iconfont {
    color: #fff;
  }
  .dialog .close-btn {
    right: 16px;
    top: 8px;
    font-size: 24px;
  }
  /*作者信息弹窗*/
  .author-dialog .dialog-wrap {
    width: 95%;
    padding: 24px 16px;
  }
  .author-dialog .dialog-wrap .author-avater {
    width: 150px;
    height: 180px;
    margin-bottom: 24px;
  }
  .author-dialog .dialog-wrap .author-name {
    margin-bottom: 16px;
    font-size: .18rem;
  }
  .author-dialog .dialog-wrap .author-intro {
    font-size: .14rem;
    height: auto;
  }
  /*作品列表弹窗*/
  .work-list-dialog .dialog-wrap {
    width: 95%;
    padding: 0 8px 16px;
  }
  .work-list-dialog .dialog-wrap .dialog-title {
    font-size: .18rem;
    padding: 16px 0;
  }
  .work-list-dialog .dialog-wrap .work-list-wrap {
    height: 500px;
  }
  .work-list-dialog .dialog-wrap .work-list-wrap .work-item {
    margin: 16px 0;
    font-size: .14rem;
  }
  .work-list-dialog .dialog-wrap .work-list-wrap .work-item .work-author {
    margin-right: 16px;
  }
  /*作品视频图片弹窗*/
  .work-res-dialog .work-info-box {
    max-width: 95%;
    padding-right: 30px;
  }
  .work-res-dialog .work-info-box .work-title {
    margin-top: 136px;
    font-size: .18rem;
  }
  .work-res-dialog .work-info-box .work-intro {
    font-size: .14rem;
  }
  .work-res-dialog .work-preview-box {
    padding-top: 60px;
  }
  .work-res-dialog .work-swiper-button-prev {
    left: 100px;
  }
  .work-res-dialog .work-swiper-button-next {
    right: 100px;
  }
  .work-res-dialog .swiper-button {
    top: auto;
    margin-top: 30px;
    font-size: 24px;
  }
  .work-res-dialog .work-video-box {
    max-width: 95%;
  }
  .work-res-swiper {
    max-width: 95%;
  }
  .comment-dialog .comment-box {
    top: 8px;
    bottom: 8px;
    padding: 0 8px;
  }
  .comment-dialog .comment-wrap {
    border-radius: 4px;
    padding: 8px;
  }
  .comment-dialog .close-btn {
    font-size: 18px;
  }
  .comment-dialog .comment-tip {
    margin-top: 8px;
    border-radius: 4px;
    font-size: .14rem;
    padding: 8px 16px;
  }
  .comment-dialog .comment-list {
    flex: 1;
    padding: 8px 0 16px;
  }
  .comment-dialog .comment-list .user-box .user-avatar {
    width: 32px;
    height: 32px;
  }
  .comment-dialog .comment-list .user-box .user-name {
    font-size: .14rem;
  }
  .comment-dialog .comment-list .user-box .user-name .reply-text {
    color: #333;
    margin: 0 8px;
  }
  .comment-dialog .comment-list .comment-item {
    margin-bottom: 16px;
  }
  .comment-dialog .comment-list .comment-content {
    padding-left: 40px;
    margin: 8px 0;
    font-size: .14rem;
  }
  .comment-dialog .comment-list .reply-text {
    color: #333;
  }
  .comment-dialog .comment-list .comment-bottom {
    padding-left: 40px;
  }
  .comment-dialog .comment-footer .avatar-box {
    width: 32px;
    height: 32px;
  }
  .comment-dialog .comment-footer .send-btn {
    width: 78px;
    line-height: 2;
    font-size: .16rem;
    margin-top: 8px;
  }
  .comment-dialog .comment-footer .comment-input-box {
    height: 60px;
    font-size: .16rem;
  }
  .comment-dialog .comment-footer .comment-input-box .placeholder .iconfont {
    font-size: .16rem;
    color: #ccc;
  }
  .comment-dialog .comment-footer .comment-input-box .clear-input-btn {
    font-size: .16rem;
  }
  .comment-dialog .comment-footer .comment-input {
    font-size: .16rem;
  }
  .comment-dialog .comment-footer .input-login-tip {
    font-size: .16rem;
  }
}

@media screen and (max-width: 400px) {
  .audio-btn-wrap {
    width: 32px;
    height: 32px;
  }
  .section-title {
    font-size: .24rem;
  }
  .oprate-section .section-title {
    padding-top: 56px;
  }
  .oprate-section .tips-wrap {
    max-width: 95%;
    margin-top: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .oprate-section .tips-wrap .tip-item {
    width: 220px;
  }
  .oprate-section .tips-wrap .tip-item:last-child {
    margin-top: 20px;
  }
  .oprate-section .tips-wrap .iconfont {
    width: 28px;
    height: 28px;
    font-size: 20px;
    margin-right: 10px;
  }
  .oprate-section .tips-wrap .icon-bofang:before {
    margin-left: 4px;
  }
  .oprate-section .tip-text {
    font-size: .12rem;
    flex: 1;
  }
  .oprate-section .left-tip {
    left: 8px;
    bottom: 240px;
  }
  .oprate-section .left-tip .tip-item {
    margin-right: 2px;
  }
  .oprate-section .left-tip .tip-item .iconfont {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .oprate-section .left-tip .tip-item .tip-text {
    position: absolute;
    left: 0;
    top: -170px;
    white-space: nowrap;
  }
  .oprate-section .left-tip .tip-item .tip-text::after {
    left: 14px;
    top: 30px;
    height: 135px;
  }
  .oprate-section .left-tip .tip-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .oprate-section .left-tip .tip-item:nth-child(2) .tip-text {
    top: -130px;
  }
  .oprate-section .left-tip .tip-item:nth-child(2) .tip-text::after {
    height: 95px;
  }
  .oprate-section .left-tip .tip-item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .oprate-section .left-tip .tip-item:nth-child(3) .tip-text {
    top: -90px;
  }
  .oprate-section .left-tip .tip-item:nth-child(3) .tip-text::after {
    height: 55px;
  }
  .oprate-section .right-tip {
    right: 8px;
    bottom: 120px;
  }
  .oprate-section .right-tip .tip-item {
    margin-top: 10px;
  }
  .oprate-section .right-tip .tip-item .iconfont {
    width: 32px;
    height: 28px;
    font-size: 20px;
  }
  .oprate-section .right-tip .tip-item .tip-text {
    padding-right: 40px;
  }
  .oprate-section .right-tip .tip-item .tip-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 26px;
  }
  .bottom-tip {
    width: 95%;
    max-width: 100%;
    left: 50%;
    bottom: 16px;
  }
  .bottom-tip .input-tip {
    padding: 8px 16px;
    margin-top: 8px;
  }
  .bottom-tip .tip-text {
    font-size: .12rem;
  }
  .left-operat-btn {
    left: 8px;
    bottom: 16px;
  }
  .left-operat-btn .icon-operat-btn {
    margin-right: 8px;
  }
  .right-operat-btn {
    right: 8px;
    bottom: 16px;
  }
  .right-operat-btn .icon-operat-btn {
    margin-top: 16px;
  }
  .right-operat-btn .audio-btn-wrap {
    margin-top: 16px;
  }
  .view-tip {
    font-size: .14rem;
    bottom: 8px;
  }
  .icon-operat-btn {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .works-intro-section .section-title {
    margin-top: 56px;
    margin-bottom: 24px;
  }
  .works-intro-section .wrap-1200 {
    max-width: 100%;
  }
  .works-intro-section .intro {
    font-size: .12rem;
    margin-top: 16px;
    line-height: 1.5;
  }
  .works-intro-section .intro:first-child {
    margin-right: 0;
  }
  .works-section .bottom-tip {
    width: auto;
    left: 54%;
    bottom: 16px;
  }
  .works-section .author {
    font-size: .16rem;
  }
  .works-section .works-btn-wrap {
    width: 60%;
  }
  .works-section .btn {
    width: 56px;
    height: 56px;
  }
  .works-section .btn i {
    font-size: 20px;
  }
  .works-section .btn .icon-play {
    font-size: 16px;
    margin-left: 1px;
  }
}
