* {
  padding: 0;
  margin: 0;
}
[v-cloak] {
  display: none;
}
html {
  background: radial-gradient(50% 0% at 0% 0%, #320818 24%, #091126 68%);
}
#app .el-dialog__wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#app .el-dialog__wrapper .el-dialog--center {
  margin-top: 0 !important;
  width: 100% !important;
  height: 857px;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 36px 48px;
  box-sizing: border-box;
  margin: 0;
  animation: flash 0.5s ease 0s;
  transition: all 0.2s;
}
@keyframes flash {
  from {
    top: 100%;
  }
  to {
    top: 0%;
  }
}
#app .el-dialog__wrapper .el-dialog__header {
  color: #262626;
  padding: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #efefef;
}
#app .el-dialog__wrapper .el-dialog__header .el-dialog__title {
  font-size: 34px;
  font-weight: 500;
}
#app .el-dialog__wrapper .el-dialog__header .el-dialog__headerbtn {
  right: 45px;
}
#app
  .el-dialog__wrapper
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close {
  color: #262626;
  font-size: 48px;
  font-weight: 500;
}
#app .el-dialog__wrapper .el-dialog__body {
  color: white;
  font-size: 26px;
  height: 672px;
  background: #ffffff;
  overflow-y: auto;
  padding: 28px 10px;
  font-size: 29px;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #666666;
  line-height: 49px;
  box-sizing: border-box;
}
/* 媒体查询 */
@media screen and (max-width: 768px) {
  #app video {
    height: 100% !important;
    width: auto !important;
    object-fit: scale-down !important;
    object-position: 0 50% !important;
  }
}
/* ipad pro */
@media only screen and (device-width: 1024px) and (device-height: 1366px) {
  #app video {
    height: 100% !important;
    width: auto !important;
    object-fit: scale-down !important;
    object-position: 0 50% !important;
  }
}
/* ipad Mini */
@media only screen and (device-width: 768px) and (device-height: 1024px) {
  #app video {
    height: 100% !important;
    width: auto !important;
    object-fit: scale-down !important;
    object-position: 0 50% !important;
  }
}
/* ipad Air */
@media only screen and (device-width: 820px) and (device-height: 1180px) {
  #app video {
    height: 100% !important;
    width: auto !important;
    object-fit: scale-down !important;
    object-position: 0 50% !important;
  }
}
/* 当屏幕宽度 ≥ 1200px 时应用样式 */
@media screen and (min-width: 1025px) {
  #app video {
    height: 100% !important;
    width: 100% !important;
  }
}
#app .prismPlayer {
  overflow: hidden;
  position: relative;
}
#app .prismPlayer .prismPlayer_tt {
  width: 100%;
  height: 421px;
  filter: blur(15px);
  background-size: cover;
  box-sizing: border-box;
}
#app .prismPlayer .prism_box {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 421px;
  position: absolute;
  left: 0;
  top: 0;
}
#app .prismPlayer .prism_box .prism_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#app .prismPlayer .prism_box .prism_body i {
  display: inline-block;
  width: 83px;
  height: 80px;
  background: url(../../../image/Group.png) no-repeat center;
  background-size: cover;
}
#app .prismPlayer .prism_box .prism_body p {
  margin-top: 31px;
  height: 112px;
  font-size: 36px;
  font-family: "微软雅黑";
  font-weight: 500;
  color: #ffffff;
  line-height: 57px;
  text-align: center;
}
#app .prismPlayer .quality-components {
  background: transparent;
  width: auto;
  padding: 0 12px;
  display: block !important;
  right: 20px;
  height: 44px;
  line-height: 44px;
  background: #647eff;
  border-radius: 20px;
}
#app .prismPlayer .quality-components .current-quality {
  width: 74px;
  font-size: 24px;
  color: white;
}
#app .prismPlayer .quality-components .quality-list {
  width: 100px;
  max-height: 197px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  left: 0px;
  padding: 14px 0;
  box-sizing: border-box;
  bottom: 54px;
}
#app .prismPlayer .quality-components .quality-list li {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 56px;
  height: 56px;
  color: white;
}
#app .prismPlayer .quality-components .quality-list li.current {
  background: #647eff;
}
#app .prismPlayer .quality-components .quality-list li::before {
  display: none;
}
#app .prismPlayer .quality-components .quality-list li:hover {
  background: transparent;
}
#app .prismPlayer .prism-setting-btn {
  width: 32px;
  height: 32px;
}
#app .prismPlayer .prism-setting-list {
  background: transparent;
  width: 240px;
  position: absolute;
  right: 46px;
  bottom: 86px;
  display: none;
  z-index: 10000;
  text-align: left;
}
#app .prismPlayer .prism-setting-list .prism-setting-item {
  display: none;
}
#app
  .prismPlayer
  .prism-setting-list
  .prism-setting-item.prism-setting-quality {
  display: block;
  font-size: 22px;
}
#app
  .prismPlayer
  .prism-setting-list
  .prism-setting-item.prism-setting-quality
  .setting-content
  .current-setting {
  display: inline-block;
}
#app .prismPlayer .prism-setting-selector {
  right: 19px;
  position: absolute;
  bottom: 85px;
  width: 98px;
  background: transparent;
  font-size: 22px;
  color: #ebecec;
  display: none;
  z-index: 10000;
  text-align: left;
}
#app .prismPlayer .prism-setting-selector .header {
  background: transparent;
  width: 100%;
  height: 30px;
}
#app .prismPlayer .prism-setting-selector ul li.current {
  color: #97a8fc;
}
#app .prismPlayer .prism-tooltip {
  display: none !important;
}
#app .prismPlayer .prism-info-display {
  display: none !important;
}
#app .prismPlayer .prism-play-animation,
#app .prismPlayer .prism-pause-animation {
  display: none;
}
#app .prismPlayer .prism-big-play-btn {
  background: transparent url(../../../image/btn_play1.png) no-repeat;
  background-size: cover;
  width: 86px;
  height: 86px;
}
#app .prismPlayer .prism-big-play-btn .outter {
  display: none;
}
#app .prismPlayer .prism-progress {
  width: 100% !important;
  bottom: 67px !important;
  height: 10px;
}
#app .prismPlayer .prism-progress .prism-progress-played {
  background: #97a8fc;
}
#app .prismPlayer .prism-progress .prism-progress-cursor {
  display: none !important;
  background: url(../../../image/progess.png) no-repeat center;
  background-size: cover;
  border: 1px solid #97a8fc;
  top: -8px !important;
}
#app .prismPlayer .prism-progress .prism-progress-cursor img {
  display: none;
}
#app .prismPlayer .prism-info-display {
  box-sizing: border-box;
}
#app .prismPlayer .prism-fullscreen-btn { 
  margin-top: 14px;
  /* background: url(../../../image/fullscreen.png) no-repeat; */
  background: url(../../../image/rotate_full.png) no-repeat;
  background-size: cover;
  margin-right: 30px !important;
  width: 40px;
  height: 40px;
  position: relative;
  top: -6px;
}


#app .prismPlayer .prism-play-btn {
  width: fit-content;
}

#app .prismPlayer .prism-play-btn .prism-play-text {
  padding-left: 32px;
}

#app .prismPlayer .prism-play-btn,
#app .prismPlayer .prism-live-display {
  height: 40px;
  line-height: 40px;
  background: #333333;
  border-radius: 20px;
  color: white;
  font-size: 22px;
  text-align: right;
  margin-top: 7px !important;
  position: relative;
  padding-right: 16px;
  box-sizing: border-box;
  margin-left: 30px !important;
}

#app .prismPlayer .prism-play-btn::after,
#app .prismPlayer .prism-live-display::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #a5a5a5;
  position: absolute;
  left: 12px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#app .prismPlayer .prism-play-btn.playing::after,
#app .prismPlayer .prism-live-display.playing::after {
  background: #27ee47;
}

#app .prismPlayer .prism-live-display {
  padding-left: 32px;
  padding-right: 15px;
  left: 0 !important;
  bottom: 20px !important;
}
#app .prismPlayer .prism-live-display::after {
  background: #27ee47;
}
#app .prismPlayer .prism-time-display .duration {
  font-size: 30px;
  color: white;
}
#app .prismPlayer .prism-time-display .time-bound {
  font-size: 30px;
  color: white;
}
#app .prismPlayer .prism-time-display .current-time {
  /* font-size: 22px; */
  font-size: 30px;
  color: white;
}
#app .prismPlayer .prism-controlbar {
  height: 60px;
  display: flex;
  justify-content: space-between;
}
#app .prismPlayer .prism-controlbar .prism-controlbar-bg {
  display: none;
}
#app .prism-fullscreen video {
  object-fit: contain !important;
}
#app .prism-fullscreen .prism-tooltip {
  display: none !important;
}
#app .prism-fullscreen .prism-info-display {
  display: none !important;
}
#app .prism-fullscreen .prism-play-animation,
#app .prism-fullscreen .prism-pause-animation {
  display: none;
}
#app .prism-fullscreen .prism-big-play-btn {
  background: transparent url(../../../image/btn_play1.png) no-repeat;
  background-size: cover;
}
#app .prism-fullscreen .prism-big-play-btn .outter {
  display: none;
}
#app .prism-fullscreen .prism-controlbar {
  height: 48px;
}
#app .prism-fullscreen .prism-controlbar .prism-controlbar-bg {
  display: none;
}
#app .prism-fullscreen .prism-controlbar .quality-components {
  margin-top: 8px;
  height: 30px;
  line-height: 30px;
}
#app .prism-fullscreen .prism-controlbar .quality-components .current-quality {
  width: 74px;
  font-size: 14px;
}
#app .prism-fullscreen .prism-controlbar .quality-components .quality-list {
  left: 0px;
  bottom: 40px;
  height: 148px;
}
#app .prism-fullscreen .prism-controlbar .quality-components .quality-list li {
  width: 100%;
  border: none;
  font-size: 14px;
  color: white;
  height: 40px;
  line-height: 40px;
}
#app
  .prism-fullscreen
  .prism-controlbar
  .quality-components
  .quality-list
  li.current {
  background-color: #97a8fc;
}
#app
  .prism-fullscreen
  .prism-controlbar
  .quality-components
  .quality-list
  li::before {
  display: none;
}
#app
  .prism-fullscreen
  .prism-controlbar
  .quality-components
  .quality-list
  li:hover {
  background: transparent;
}
#app .prism-fullscreen .prism-controlbar .prism-progress {
  bottom: 48px !important;
}
#app
  .prism-fullscreen
  .prism-controlbar
  .prism-progress
  .prism-progress-played {
  background: #97a8fc;
}
#app
  .prism-fullscreen
  .prism-controlbar
  .prism-progress
  .prism-progress-cursor {
  display: none !important;
}
#app .prism-fullscreen .prism-controlbar .prism-play-btn,
#app .prism-fullscreen .prism-controlbar .prism-live-display {
  margin-top: 12px !important;
  width: 65px;
  height: 25px;
  line-height: 26px;
  background: #333333;
  border-radius: 17px;
  color: white;
  font-size: 14px;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  padding-right: 12px;
}
#app .prism-fullscreen .prism-controlbar .prism-play-btn::after,
#app .prism-fullscreen .prism-controlbar .prism-live-display::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #a5a5a5;
  position: absolute;
  left: 5px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
#app .prism-fullscreen .prism-controlbar .prism-play-btn.playing::after,
#app .prism-fullscreen .prism-controlbar .prism-live-display.playing::after {
  background: #27ee47;
}
#app .prism-fullscreen .prism-controlbar .prism-live-display {
  width: 71px;
  text-align: right;
  position: relative;
  bottom: 12px !important;
}
#app .prism-fullscreen .prism-controlbar .prism-live-display::after {
  background: #27ee47;
}
#app .prism-fullscreen .prism-controlbar .prism-fullscreen-btn {
  margin-right: 10px !important;
  width: 30px;
  height: 30px;
  margin-top: 8px !important;
  background: url(../../../image/quanping.png) no-repeat;
  background-size: cover;
}
#app .prism-fullscreen .prism-controlbar .prism-time-display {
  color: white;
}
#app .prism-fullscreen .prism-controlbar .prism-time-display .duration {
  color: white;
}
#app .prism-fullscreen .prism-controlbar .prism-time-display .current-time {
  color: white;
}

#app .video_bodyBig {
  position: relative;
  /* margin-top: -30px; */
  z-index: 100;
  /* background-color: #ffffff; */
  /* background: radial-gradient(50% 0% at 0% 0%, #320818 24%, #091126 68%); */
  /* border-radius: 20px 20px 0 0; */
}

#app .details-box {
  padding: 32px 32px 10px 32px;
  box-sizing: border-box;
  display: none;
}

#app .details-box .big-title {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 52px;
}

#app .details-box .operate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#app .details-box .operate .playStatus {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  border-radius: 24px;
  background: linear-gradient(149deg, #ffa92a 0%, #fb7900 100%);
}
#app .details-box .operate .right {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#app .details-box .operate .right .like {
  margin-right: 24px;
}
#app .details-box .operate .right canvas {
  position: absolute;
  top: -80px;
  right: 40px;
}

#app .details-box .operate .right .likeSum {
  position: absolute;
  bottom: -26px;
  left: 1px;
  font-weight: 600;
  font-size: 20px;
  color: #fa6400;
  display: inline-block;
  width: 60px;
  text-align: center;
}

#app .details-box .items {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(99, 82, 52, 0.3);
  font-size: 28px;
  color: #725118;
  display: flex;
  align-items: center;
}
#app .details-box .items:last-child {
  border: none;
}
#app .details-box .name {
  margin-left: 10px;
}
#app .details-box .text {
  color: #000000;
  font-size: 28px;
}
#app .details-box .source {
  width: 400px;
}

#app .details-box .source .about {
  color: #647eff;
  font-size: 26px;
}

#app .details-box .detail {
  color: #969696;
  margin-left: 35px;
  display: flex;
  align-items: center;
}
#app .details-box .detail .gd {
  margin-left: 4px;
}

#app .comment_list {
  margin-top: 9px;
  height: calc(100vh - 600px);
  overflow-y: auto;
  /* box-shadow: 0px 0px 16px 0px #e0e0e0; */
  border-radius: 30px 30px 0 0;
  
}

#app .comment_list .nocomment {
  height: 100%;
  background: url(../../../image/noeditor.png) no-repeat center;
  background-size: 71%;
}
#app .comment_list ul {
  padding: 28px 28px 160px;
  box-sizing: border-box;
}
#app .comment_list ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  width: 80%;
}
#app .comment_list ul li .photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 20px;
  background-color: #f1f1f1;
}
.comment_user_name {
  font-weight: normal;
  font-size: 1.4rem; 
  color: #91efff;
}
.comment_cont_msg {
  font-weight: normal;
  font-size: 1.4rem;
  color: #FFFFFF;
}
#app .comment_list ul li .cont_info {
  max-width: calc(100% - 130px);
  overflow-wrap: break-word;
}
#app .comment_list ul li .cont_info .name {
  color: #444444;
  font-size: 22px;
  margin-bottom: 6px;
  margin-left: 10px;
}
#app .comment_list ul li .cont_info .cont {
  padding: 6px 20px 6px 20px;
  box-sizing: border-box;
  /* background: #F6EFE3; */
  /* font-size: 28px; */
  font-size: 1.57rem;
  color: #fff;
  line-height: 36px;
  letter-spacing: 1px;
  border-radius: 28px;
}
#app .comment_list ul li .cont_info .cont img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}
#app .comment_list ul li.user_info {
  flex-direction: row-reverse;
}
#app .comment_list ul li.user_info .photo {
  margin-right: 0;
  margin-left: 18px;
}
#app .comment_list ul li.user_info .cont_info .cont {
  background: #fbc852;
}
#app .comments {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #091126;

  padding: 20px 32px 35px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#app .comments .input-box {
  flex: 1;
  /* width: 586px; */
  height: 72px;
  background: #2F3446;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
}
.input_box_span {
  font-weight: normal;
  font-size: 1.47rem;
  color: #FFF;
  display: inline-block;
  width: 75%;
  height: 100%;
  line-height: 72px;
}
#app .comments .input-box .quickInput {
  display: inline-block;
  width: 58%;
  height: 60px;
  font-size: 29px;
  background: #eeeeee;
  border-radius: 30px;
  line-height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #a5a5a5;
  margin-right: 10px;
}

#app .comments .input-box .icon {
  margin: 0 16px 0 32px;
}
#app .comments .input-box input {
  width: 60%;
  height: 60px;
  outline: none;
  border: none;
  font-size: 29px;
  box-sizing: border-box;
  color: #b4b4b4;
  background: #2e3446;
  border-radius: 2.03rem;
  color: #fff;
}
#app .comments .input-box input::-webkit-input-placeholder {
  padding-left: 16px;
  color: #b4b4b4;
}
#app .comments .input-box .btn {
  width: 118px;
  height: 56px;
  border-radius: 40px;
  background-color: #f6efe3;
  color: #725118;
  font-size: 30px;
  text-align: center;
  line-height: 56px;
  margin-right: 8px;
}
#app .comments .input-box .btn1 {
  width: 192px;
  height: 56px;
  border-radius: 40px;
  background-color: #f6efe3;
  color: #725118;
  font-size: 28px;
  text-align: center;
  line-height: 56px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .comments .input-box .btn1 img {
  margin-right: 8px;
}

#app .comments .right {
  font-size: 20px;
  color: #725118;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 26px;
}


.quick-list {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 140px;
  width: 686px;
  height: 298px;
  background-image: url("/image/teacher/quick-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.quick-list .item {
  padding: 8px 15px;
  background-color: #ffffff;
  border-radius: 24px;
  font-size: 24px;
  color: #725118;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 16px;
}

#app .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
#app .mask .content {
  width: 570px;
  height: 480px;
  background: #ffffff;
  border-radius: 20px;
  opacity: 0.97;
  border: 1px solid #cccccc;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -285px;
  margin-top: -240px;
  z-index: 2;
}
#app .mask .content .cover {
  width: 90px;
  height: 90px;
  margin: 104px auto 24px;
}
#app .mask .content .cover img {
  width: 100%;
  height: 100%;
}
#app .mask .content .tit {
  width: 164px;
  height: 50px;
  font-size: 38px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto 38px;
}
#app .mask .content .desc {
  width: 290px;
  height: 55px;
  font-size: 28px;
  font-family: "微软雅黑";
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}
#app .mask.modal-enter {
  animation: v-modal-in 0.2s ease;
}
#app .mask.modal-leave {
  animation: v-modal-out 0.2s ease forwards;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
.NameList {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 18px;
  font-weight: bold;
}
.NameList span {
  height: 27px;
  font-size: 28px;
  font-weight: 500;
  color: #666666;
}
.NameList:last-child {
  margin-bottom: 30px;
}
.shoreBtnImgTop {
  margin-right: 32px;
}

.operate-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.operate-popup .top {
  width: 100%;
  height: 194px;
  background: url("/image/newAcitvityDetail/pop-bg1.png") center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 32px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: space-between;
}

.operate-popup .top::-webkit-scrollbar {
  display: none;
}

.operate-popup .top .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 38px;
}

.operate-popup .top .item img {
  width: 88px;
  height: 88px;
}

.operate-popup .top .item .name {
  min-width: 98px;
  text-align: center;
  font-size: 24px;
  color: #000000;
  margin-top: 10px;
}
.container {
  background: url("https://oss.hn.hnwhyy.com/static/yd/image/live/live_detail_bg.jpg") center no-repeat;
  background-size: 100% 100%;
}
/* 头部 */
.container .container_header {
  /* background: #250b1c; */
  color: #fff;
  padding: 2.58rem 28px;
  display: flex;
  justify-content: space-between;
}
.header_img_view {
  width: 1.78rem;
  height: 1.62rem;
}
.container_header_right {
  display: flex;
  align-items: center;
}
.header_brower_p {
  border-radius: 8rem;
  background: #3c3241;
  padding: 0.47rem 0.74rem;
}
.header_img_brower {
  width: 1.16rem;
  height: 1.26rem;
  margin-right: 0.3rem;
}
.header_logo_text {
  font-weight: normal;
  font-size: 1.57rem;
  color: #ffffff;
  text-align: left;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.header_detail_title {
  font-size: 1.68rem;
  color: #FFFFFF;
  margin-bottom: 2.58rem;
  padding: 0 28px;
}
.container_header_left {
  display: flex;
  align-items: center;
}
.header_img_logo {
  width: 3.84rem;
  height: 3.84rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.header_brower_count {
  font-weight: normal;
  font-size: 1.26rem;
  color: #ffffff;
}
/* 评论区 */
.comment_li_p {
  background-color: #1D2436;  
  padding: 0.47rem 1.2rem;
  line-height: 2.3rem;
  border-radius: 47px;
}
/* 底部图标 */
.forward_img_div {
  width: 4.05rem;
  height: 4.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E3446;
  border-radius: 50%;
  margin-right: 1.53rem;
  margin-left: 4.63rem;
}
.like_img_div {
  width: 4.05rem;
  height: 4.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2E3446;
}
.forward_img {
  width: 2.21rem;
  height: 2.21rem;
}
.like_img {
  width: 2.26rem;
  height: 2.16rem;
}
.quict_comment_div {
  width: 4.05rem;
  height: 4.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4D5262;
}
.quict_comment_icon {
  width: 2.21rem;
  height: 2.21rem;
}
#inputText::placeholder {
  opacity: 1; 
  font-weight: normal;
  font-size: 1.47rem;
  color: #FFF !important;
}
/* 弹窗底部 */
.dialog_div_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  display: flex;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px !important;
  background: #091126;
}
.dialog_footer_input{
    flex: 1;
    width: 586px;
    height: 72px;
    background: #2F3446;
    border-radius: 40px;
    color: #fff;
    padding-left: 25px;
    font-weight: normal;
    font-size: 1.57rem;
}
.dialog_footer_btn {
    width: 118px;
    height: 56px;
    border-radius: 40px;
    color: #6da5f2;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    margin-right: 8px;
    margin-right: 25px;
}
/* 点赞效果 */
/* 点赞按钮样式 */
.like-btn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.2s;
  z-index: 100;
}

.like-btn:hover {
  transform: scale(1.1);
}

/* 表情飘动容器 */
.float-container {
  position: fixed;
  right: 20px;
  bottom: 80px;
  pointer-events: none; /* 防止遮挡按钮 */
}

/* 飘动的表情 */
.float-emoji {
  position: absolute;
  font-size: 24px;
  right: 0;
  bottom: 0;
  animation: float-up 2s ease-out forwards;
  user-select: none;
}

/* 向上飘动动画 */
@keyframes float-up {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-550px) translateX(calc(-20px + var(--offset-x))) scale(5.5);
    opacity: 0;
  }
}
/* 底部点赞数目 */
.like_sum {
  position: absolute;
  top: -35px;
  right: 28px;
  color: #fff;
  width: 4.5rem;
  text-align: center;
  font-size: 1.8rem;
}
/* 视频控件优化 */
/* .prism-player .prism-time-display{
  font-size: 50px !important;
}

#app .prismPlayer .prism-controlbar {
  font-size: 60px !important;
} */
 .prism-player .prism-time-display{
  font-size: 20px !important;
}
.prism-player .prism-time-display {
  line-height: 24px;
}