a {
  color: inherit;
}
.video_detail {
  margin-top: 70px;
  background-color: #fff;
}
.video_detail .common_plate_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
}
.video_detail .common_plate_box * {
  letter-spacing: 0.7px;
}
.video_detail .common_plate_box.detail_adv {
  padding: 0;
}
.video_detail .common_plate_box .title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 19px;
  margin-bottom: 18px;
}
.video_detail .common_plate_box .rate_list {
  display: flex;
  margin-bottom: 18px;
}
.video_detail .common_plate_box .rate_list .rate_item {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.video_detail .common_plate_box .rate_list .rate_item.active .checkbox:after {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #5E4CFA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_detail .common_plate_box .rate_list .rate_item:not(:last-child) {
  margin-right: 36px;
}
.video_detail .common_plate_box .rate_list .rate_item .checkbox {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border: 2px solid #5E4CFA;
  border-radius: 50%;
  position: relative;
}
.video_detail .common_plate_box .rate_list .rate_item .icon {
  width: 18px;
  height: 18px;
  background-image: url(//bpic.588ku.com/audio_site/detail/230306/detail_icon3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}
.video_detail .common_plate_box .download_ctrl {
  display: flex;
  margin-bottom: 14px;
}
.video_detail .common_plate_box .download_ctrl .btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video_detail .common_plate_box .download_ctrl .main_btn {
  flex-grow: 1;
  height: 48px;
  background: #5E4CFA;
  border-radius: 6px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 26px;
  margin-right: 10px;
}
.video_detail .common_plate_box .download_ctrl .main_btn:hover {
  background: rgba(94, 76, 250, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
}
.video_detail .common_plate_box .download_ctrl .sub_btn {
  width: 128px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #5E4CFA;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #5E4CFA;
  line-height: 19px;
  flex-direction: column;
  margin-right: 10px;
}
.video_detail .common_plate_box .download_ctrl .sub_btn:hover {
  background: rgba(94, 76, 250, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
  color: #FFFFFF;
  border: none;
}
.video_detail .common_plate_box .download_ctrl .coll_btn {
  width: 60px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(//bpic.588ku.com/audio_site/detail/230306/detail_icon4.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}
.video_detail .common_plate_box .download_ctrl .coll_btn:hover {
  background-image: url(//bpic.588ku.com/audio_site/detail/230306/detail_icon5.svg);
}
.video_detail .common_plate_box .download_ctrl .coll_btn.colled {
  background-image: url(//bpic.588ku.com/audio_site/basic/coll_icon1.svg);
}
.video_detail .common_plate_box .pic_info {
  margin-bottom: 32px;
}
.video_detail .common_plate_box .pic_info .item .key {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
  margin-right: 18px;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt {
  cursor: pointer;
  color: #8D949E;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  position: relative;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt:hover {
  color: #17A1FF;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt:hover .scope-auth {
  display: block;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: -20px;
  top: 16px;
  height: 15px;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt > i {
  font-size: 14px;
}
.video_detail .common_plate_box .pic_info .item .ly-ptxt .scope-auth {
  display: none;
  height: 60px;
  position: absolute;
  top: 22px;
  left: auto;
  margin-left: 47px;
  box-sizing: content-box;
  background: url(//js.588ku.com/imgPath/public/images/tip_box.png) no-repeat center top / 100% 100%;
  width: 234px;
  height: 75px;
  font-size: 12px;
  padding: 14px;
  z-index: 1;
  color: #000;
}
.video_detail .common_plate_box .pic_info .item .val {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
}
.video_detail .common_plate_box .pic_info .item .link:hover {
  font-weight: bold;
}
.video_detail .common_plate_box .pic_info .item .link.link1 {
  color: #5E4CFA;
}
.video_detail .common_plate_box .pic_info .item .link.link2 {
  color: #B77303;
}
.video_detail .common_plate_box .pic_info .item:not(:last-child) {
  margin-bottom: 16px;
}
.video_detail .common_plate_box .download_ctrl2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 12px;
}
.video_detail .common_plate_box .download_ctrl2 .btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
}
.video_detail .common_plate_box .download_ctrl2 .script {
  height: 20px;
  background: #FF3F15;
  border-radius: 10px 0px 10px 0px;
  padding: 0 10px;
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.video_detail .common_plate_box .download_ctrl2 .single_btn {
  width: 195px;
  height: 40px;
  background: rgba(94, 76, 250, 0.1);
  border-radius: 6px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #5E4CFA;
  line-height: 21px;
}
.video_detail .common_plate_box .download_ctrl2 .single_btn:hover {
  background: rgba(94, 76, 250, 0.2);
}
.video_detail .common_plate_box .download_ctrl2 .editor {
  width: 195px;
  height: 40px;
  background: rgba(54, 201, 180, 0.15);
  border-radius: 6px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #03BAA1;
  line-height: 21px;
}
.video_detail .common_plate_box .download_ctrl2 .editor:hover {
  background: rgba(54, 201, 180, 0.24);
}
.video_detail .common_plate_box .download_ctrl2 .company_author {
  width: 195px;
  height: 40px;
  background: #E7F5FF;
  border-radius: 6px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #17A1FF;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video_detail .common_plate_box:not(:last-child) {
  margin-bottom: 22px;
}
.video_detail .common_plate_box .not_vip {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  margin-top: 22px;
}
.video_detail .common_plate_box .not_vip * {
  letter-spacing: 0px;
}
.video_detail .common_plate_box .not_vip .link {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #5E4CFA;
  line-height: 16px;
}
.video_detail .common_copy_right .item {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.55);
  line-height: 16px;
}
.video_detail .common_copy_right .item:not(:last-child) {
  margin-bottom: 6px;
}
.video_detail .common_copy_right .item .link_item:not(:last-child):after {
  content: '、';
}
.video_detail * {
  box-sizing: border-box;
}
.video_detail img {
  width: 100%;
}
.video_detail .top-menu {
  width: 930px;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 12px;
  align-items: center;
}
.video_detail .top-menu .crumbs {
  display: flex;
}
.video_detail .top-menu .crumbs * {
  letter-spacing: 0.5px;
}
.video_detail .top-menu .crumbs .crumbs_item {
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  color: #BABABA;
}
.video_detail .top-menu .crumbs .crumbs_item:not(:last-child):after {
  content: '/';
  margin-left: 4px;
  margin-right: 4px;
}
.video_detail .top-menu .crumbs .crumbs_item:last-child {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_detail .top-menu .right-tip {
  height: 12px;
  font-size: 12px;
  flex-shrink: 0;
  color: #757575;
  line-height: 12px;
}
.video_detail .top-menu .right-tip .text-1 {
  color: #5E4CFA;
  -webkit-background-clip: text;
  text-decoration: underline;
}
.video_detail .detail_plate {
  display: flex;
  width: 1380px;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 58px;
}
.video_detail .detail_plate .left {
  background: #FFFFFF;
  position: relative;
  width: 930px;
  margin-right: 30px;
}
.video_detail .detail_plate .left .vip_download {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  width: 157px;
  height: 45px;
  z-index: 1;
  background-color: #f32321;
  border-radius: 12px 0px 12px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video_detail .detail_plate .left .script {
  position: absolute;
  top: 0;
  left: 0;
  width: 151px;
  z-index: 3;
}
.video_detail .detail_plate .left .prev_box {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
}
.video_detail .detail_plate .left .prev_box .prev {
  width: 100%;
  height: auto;
  background-color: #000;
}
.video_detail .detail_plate .left .prev_box .vjs-tech {
  position: static;
  max-height: 600px;
}
.video_detail .detail_plate .left .prev_box img {
  object-fit: cover;
}
.video_detail .detail_plate .left .company_info {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 28px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px 6px 6px 0px;
  backdrop-filter: blur(5px);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 16px;
  z-index: 9;
  padding-left: 24px;
  padding-right: 28px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.video_detail .detail_plate .left .company_info.hide {
  transform: translate(-100%, 0);
}
.video_detail .detail_plate .left .company_info .close_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.video_detail .detail_plate .left .company_info .close_btn .iconfont {
  font-size: 12px;
}
.video_detail .detail_plate .left .company_info .bold {
  color: #FFA73F;
  font-weight: bold;
}
.video_detail .detail_plate .left .single_info {
  width: 100%;
  text-align: center;
  padding: 11px 0px;
  background: #F4E7D3;
  color: #BA7100;
  font-weight: 400;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 20px;
  cursor: default;
}
.video_detail .detail_plate .left .single_info:hover .hover_text {
  color: #BA7100;
}
.video_detail .detail_plate .left .single_info .hover_text {
  color: #000;
}
.video_detail .detail_plate .left .video_desc {
  display: flex;
  padding: 16px 0 2px 16px;
  background: linear-gradient(270deg, rgba(245, 246, 247, 0) 0%, #F5F6F7 100%);
  border-radius: 6px;
  flex-wrap: wrap;
}
.video_detail .detail_plate .left .video_desc .item {
  width: 224px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  height: 16px;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 16px;
  margin-bottom: 14px;
}
.video_detail .detail_plate .left .video_desc .item .key {
  margin-right: 10px;
}
.video_detail .detail_plate .left .video_desc .item.course-item {
  width: auto;
}
.video_detail .detail_plate .left .video_desc .item.course-item .val {
  font-size: 0;
  height: 16px;
}
.video_detail .detail_plate .left .video_desc .item.course-item .val > span,
.video_detail .detail_plate .left .video_desc .item.course-item .val > a {
  height: 16px;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 16px;
  margin-bottom: 14px;
}
.video_detail .detail_plate .left .video_desc .item.course-item .val .course {
  position: relative;
  margin-left: 4px;
}
.video_detail .detail_plate .left .video_desc .item.course-item .val .course:hover {
  color: #5E4CFA;
}
.video_detail .detail_plate .left .video_desc .item.course-item .val .course::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: #8C8C8C;
  content: '';
}
.video_detail .detail_plate .left .video_desc .item.portrait {
  cursor: pointer;
  position: relative;
}
.video_detail .detail_plate .left .video_desc .item.portrait .val {
  font-size: 12px;
  color: #5E4CFA;
  line-height: 16px;
}
.video_detail .detail_plate .left .video_desc .item.portrait:hover .drop_down {
  transform: translate(0, 100%) scaleY(1);
}
.video_detail .detail_plate .left .video_desc .item.portrait:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: -10px;
  content: '';
}
.video_detail .detail_plate .left .video_desc .item .drop_down {
  position: absolute;
  right: 0;
  bottom: -4px;
  padding: 6px 12px;
  white-space: break-spaces;
  width: 222px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #5E4CFA;
  transition: all 0.3s;
  transform: translate(0, 100%) scaleY(0);
  font-size: 14px;
  transform-origin: center top;
  color: #5E4CFA;
  z-index: 2;
}
.video_detail .detail_plate .left .video_desc .item .icon {
  width: 14px;
  height: 14px;
  color: #5E4CFA;
  margin-left: 4px;
  overflow: hidden;
}
.video_detail .detail_plate .left .video_desc .item .icon img {
  filter: drop-shadow(#5E4CFA 20px 0);
  transform: translateX(-20px);
}
.video_detail .detail_plate .left .video_desc .item .link {
  text-decoration: underline;
  margin-left: 8px;
}
.video_detail .detail_plate .left .video_information {
  margin-top: 12px;
}
.video_detail .detail_plate .left .video_information .head {
  display: flex;
  margin-bottom: 20px;
}
.video_detail .detail_plate .left .video_information .head .item {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-right: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.video_detail .detail_plate .left .video_information .head .item.active {
  color: #303030;
}
.video_detail .detail_plate .left .video_information .head .item.active:after {
  left: 6px;
  right: 6px;
  content: '';
  height: 2px;
  background: #5E4CFA;
  border-radius: 1px;
  position: absolute;
  bottom: -4px;
}
.video_detail .detail_plate .left .video_information .body {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.video_detail .detail_plate .left .video_information .body .information .lead .item {
  display: flex;
  align-items: center;
}
.video_detail .detail_plate .left .video_information .body .information .lead .item .key {
  margin-right: 1px;
}
.video_detail .detail_plate .left .video_information .body .information .lead .item .link_item {
  margin-right: 8px;
}
.video_detail .detail_plate .left .video_information .body .information .lead .item a:hover {
  color: #5E4CFA;
}
.video_detail .detail_plate .left .video_information .body .information.active {
  display: flex;
}
.video_detail .detail_plate .left .video_information .body .statement {
  line-height: 20px;
  color: #A3A3A3;
}
.video_detail .detail_plate .left .video_information .body .tags {
  flex-wrap: wrap;
  max-height: 76px;
  overflow: hidden;
}
.video_detail .detail_plate .left .video_information .body .tags .tag {
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #E5E7E9;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  color: #757575;
  padding: 0px 8px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_detail .detail_plate .left .video_information .body .tags .tag:hover {
  background-color: #E4F2FC;
}
.video_detail .detail_plate .left .link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #5E4CFA;
  line-height: 19px;
}
.video_detail .detail_plate .left .link:hover {
  font-weight: bold;
}
.video_detail .detail_plate .left .title-right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
.video_detail .detail_plate .left .title-right .collect {
  display: flex;
  cursor: pointer;
  height: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 22px;
  align-items: center;
  font-size: 12px;
  padding: 0 6px;
  color: #8C8C8C;
}
.video_detail .detail_plate .left .title-right .collect > i {
  color: #8C8C8C;
  font-size: 12px;
  margin-right: 4px;
}
.video_detail .detail_plate .left .title-right .collect .liebiaoweishoucang {
  display: inline-block;
}
.video_detail .detail_plate .left .title-right .collect.colled > i {
  color: #FFC001;
}
.video_detail .detail_plate .left .title-right .collect:hover > i {
  color: #FFC001;
}
.video_detail .detail_plate .right {
  width: 420px;
  padding-top: 86px;
}
.video_detail .detail_plate .right .right-title {
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 12px;
  color: #8C8C8C;
}
.video_detail .detail_plate .right .select-video-wrap {
  margin-bottom: 14px;
}
.video_detail .detail_plate .right .select-video-wrap .type-item {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .reduce {
  font-size: 12px;
  color: #8C8C8C;
}
.video_detail .detail_plate .right .select-video-wrap .type-item.active .type-radio {
  background: none;
}
.video_detail .detail_plate .right .select-video-wrap .type-item.active .type-radio::after {
  opacity: 1;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .type-radio {
  width: 16px;
  height: 16px;
  position: relative;
  background: url('//bpic.588ku.com/audio_site/detail/230306/select_radio.png') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 10px;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .type-radio::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  left: 0;
  top: 0;
  background: url('//bpic.588ku.com/audio_site/detail/230306/select_radio_active.png') no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .type-radio.active {
  background: none;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .type-radio.active::after {
  opacity: 1;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .hot {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .text-1 {
  font-size: 14px;
  color: #191919;
  margin-right: 10px;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .radio {
  width: 37px;
  height: 18px;
  background: url('https://bpic.588ku.com/audio_site/basic/1080_icon_1.png') no-repeat center;
  background-size: 100% 100%;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .radio_4k {
  width: 23px;
  height: 18px;
  background: url('https://bpic.588ku.com/audio_site/list/video@4k.png') no-repeat center;
  background-size: 100% 100%;
}
.video_detail .detail_plate .right .select-video-wrap .type-item .radio_8k {
  width: 23px;
  height: 18px;
  background: url('https://bpic.588ku.com/audio_site/list/video@8k.png') no-repeat center;
  background-size: 100% 100%;
}
.video_detail .detail_plate .right .select-video-wrap .type-item:hover {
  background: #f4f3fc;
}
.video_detail .detail_plate .right .select-video-wrap .type-item.active {
  background: #f4f3fc;
}
.video_detail .detail_plate .right .download-high-video {
  display: block;
  width: 310px;
  height: 56px;
  background: #5E4CFA;
  border-radius: 6px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
}
.video_detail .detail_plate .right .download-high-video:hover {
  background: rgba(94, 76, 250, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
}
.video_detail .detail_plate .right .download-more {
  display: flex;
  justify-content: space-between;
  user-select: none;
  gap: 12px;
}
.video_detail .detail_plate .right .download-more .download-origin {
  width: 190px;
  height: 56px;
  cursor: pointer;
  background: #5E4CFA;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
}
.video_detail .detail_plate .right .download-more .download-origin:hover {
  background: rgba(94, 76, 250, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
}
.video_detail .detail_plate .right .download-more .download-video {
  display: block;
  width: 110px;
  height: 56px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #5E4CFA;
  box-sizing: border-box;
  font-size: 18px;
  color: #5E4CFA;
  line-height: 56px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
.video_detail .detail_plate .right .download-more .download-video:hover {
  background: rgba(94, 76, 250, 0.8);
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
  color: #FFFFFF;
  border: none;
}
.video_detail .detail_plate .right .download-more .collect_btn {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #F4F3FC;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  color: #838e95;
}
.video_detail .detail_plate .right .download-more .collect_btn .liebiaoyishoucang {
  display: none;
  color: #FF9400;
}
.video_detail .detail_plate .right .download-more .collect_btn .liebiao {
  font-size: 25px;
}
.video_detail .detail_plate .right .download-more .collect_btn:hover {
  background: #EBEAFB;
}
.video_detail .detail_plate .right .download-more .collect_btn.colled .liebiaoweishoucang {
  display: none;
}
.video_detail .detail_plate .right .download-more .collect_btn.colled .liebiaoyishoucang {
  display: inline;
}
.video_detail .detail_plate .right .equity-wrap {
  margin-top: 16px;
  background: #FAFAFB;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 16px 0 16px 20px;
  margin-bottom: 16px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item {
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  margin-bottom: 16px;
  color: #8C8C8C;
  line-height: 20px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item:last-child {
  margin-bottom: 0px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .text-1 {
  width: 76px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .equity-icon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 6px;
  margin-right: 7px;
  background: #17A1FF;
  font-size: 12px;
  color: #FFFFFF;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .equity-icon.firm {
  background: linear-gradient(180deg, #FF9166 0%, #FE4319 100%);
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt {
  cursor: pointer;
  color: #8D949E;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  position: relative;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt:hover {
  color: #17A1FF;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt:hover .scope-auth {
  display: block;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: -20px;
  top: 16px;
  height: 15px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt > i {
  font-size: 14px;
}
.video_detail .detail_plate .right .equity-wrap .equity-item .ly-ptxt .scope-auth {
  display: none;
  height: 60px;
  position: absolute;
  top: 22px;
  left: auto;
  margin-left: 47px;
  box-sizing: content-box;
  background: url(//js.588ku.com/imgPath/public/images/tip_box.png) no-repeat center top / 100% 100%;
  width: 234px;
  height: 75px;
  font-size: 12px;
  padding: 14px;
  z-index: 1;
  color: #000;
}
.video_detail .detail_plate .right .authorization-comparison {
  margin-bottom: 16px;
  padding: 16px 20px 16px 20px;
  box-sizing: border-box;
  background: #FAFAFB;
  border-radius: 6px;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title .text-1 {
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  line-height: 20px;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title .text-2 {
  height: 16px;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 16px;
  position: relative;
  cursor: pointer;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title .text-2::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: #8C8C8C;
  content: '';
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title .text-2:hover {
  color: #5E4CFA;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-title .text-2:hover::after {
  background: #5E4CFA;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info {
  display: none;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info.person {
  display: block;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item {
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
  margin-bottom: 14px;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item:last-child {
  margin-bottom: 0;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item .item-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  background: url('//bpic.588ku.com/audio_site/detail/230306/success.png') no-repeat center;
  background-size: 100% 100%;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item .item-icon.fail {
  background: none;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item .item-icon.fail::after {
  opacity: 1;
}
.video_detail .detail_plate .right .authorization-comparison .comparison-info .info-item .item-icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: url('//bpic.588ku.com/audio_site/detail/230306/fail.png') no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
}
.video_detail .detail_plate .right .video-tip {
  font-size: 13px;
  color: #757575;
  line-height: 19px;
  margin-bottom: 12px;
}
.video_detail .detail_plate .right .video-tip .key {
  margin-bottom: 4px;
}
.video_detail .detail_plate .right .video-tip .item {
  font-size: 11px;
  color: #A3A3A3;
  line-height: 15px;
}
.video_detail .detail_plate .right .video-tip .item a {
  color: #5E5E5E;
  text-decoration: underline;
}
.video_detail .detail_plate .right .tag_list {
  display: flex;
  flex-direction: column;
}
.video_detail .detail_plate .right .tag_list .key {
  font-size: 12px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.55);
  line-height: 16px;
  margin-bottom: 10px;
}
.video_detail .detail_plate .right .tag_list .tag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}
.video_detail .detail_plate .right .tag_list .tag .tag_item {
  background: #F5F6F7;
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 8px;
  height: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  padding: 0px 10px;
  max-width: 120px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_detail .detail_plate .right .tag_list .tag .tag_item:hover {
  background-color: #5E4CFA;
  color: #fff;
}
.video_detail .detail_plate .video_title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}
.video_detail .detail_plate .video_title .icon {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  flex-shrink: 0;
  position: relative;
}
.video_detail .detail_plate .video_title .icon .tip {
  position: absolute;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFF;
  padding: 0 10px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 9;
  border-radius: 4px;
  left: -52px;
  top: 32px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.video_detail .detail_plate .video_title .icon .tip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  top: -8px;
  left: 64px;
  transform: translateX(-50%);
}
.video_detail .detail_plate .video_title .icon:hover .tip {
  visibility: visible;
  opacity: 1;
}
.video_detail .detail_plate .video_title .text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #303030;
  height: 20px;
  line-height: 20px;
  margin-left: 4px;
}
.video_detail .detail_plate .video_title .right-tip {
  font-size: 12px;
  color: #757575;
  margin-right: 40px;
}
.video_detail .detail_plate .video_title .right-tip .text-1 {
  color: #5E4CFA;
  text-decoration: underline;
}
.video_detail .detail_plate .report_btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #8C8C8C;
  cursor: pointer;
  padding: 0 10px 0 7px;
  margin-right: 10px;
}
.video_detail .detail_plate .report_btn:hover {
  background: rgba(94, 76, 250, 0.1);
  border-color: transparent;
  color: #5E4CFA;
}
.video_detail .detail_plate .report_btn:hover .drop_list {
  transform: translateY(100%) translateX(-50%) scaleY(1);
}
.video_detail .detail_plate .report_btn:hover .iconfont {
  color: #5E4CFA;
}
.video_detail .detail_plate .report_btn .iconfont {
  font-size: 12px;
  margin-right: 3px;
}
.video_detail .detail_plate .report_btn .drop_list {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  width: 90px;
  background: #FFFFFF;
  border-radius: 6px;
  transform: translateY(100%) translateX(-50%) scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.video_detail .detail_plate .report_btn .drop_list .drop_item {
  height: 30px;
  font-size: 14px;
  color: #595959;
  line-height: 30px;
  text-align: center;
}
.video_detail .detail_plate .report_btn .drop_list .drop_item:hover {
  background: rgba(94, 76, 250, 0.05);
}
@media screen and (max-width: 1440px) {
  .video_detail .top-menu {
    width: 749px;
  }
  .video_detail .detail_plate {
    width: 1200px;
  }
  .video_detail .detail_plate .left {
    width: 749px;
  }
}
.single-buy-tag0811 {
  font-size: 12px;
  color: #191919;
  height: 18px;
  background: #FFE334;
  border-radius: 6px 0px 6px 0px;
  display: inline-block;
  line-height: 18px;
  padding: 0 4px;
  font-weight: normal;
  vertical-align: 3px;
  margin-left: 10px;
  cursor: pointer;
}
.auth-drop-bd {
  position: relative;
  cursor: pointer;
}
.auth-drop-bd:hover .auth-drop {
  display: block;
}
.auth-drop-bd .icon-Reminder {
  font-size: 12px;
  margin-left: 2px;
}
.auth-drop-bd .auth-drop {
  background: url(//js.588ku.com/imgPath/public/images/tip_box.png) no-repeat center top / 100% 100%;
  width: 220px;
  height: 66px;
  font-size: 12px;
  padding: 12px 18px;
  position: absolute;
  top: 15px;
  left: -50px;
  z-index: 99;
  color: #17A1FF;
  white-space: normal;
  line-height: 20px;
  display: none;
}
.vip_video_ad {
  color: #191919;
  line-height: 20px;
  margin-top: 16px;
  display: block;
}
.vip_video_ad:hover {
  color: #5E4CFA;
}
.vip_video_ad.ent:hover {
  color: #A76E2A;
}
.vip_video_ad img {
  width: 16px;
  vertical-align: -2px;
  margin-right: 6px;
}
.rightInfo-top {
  border-radius: 6px;
  border: 1px solid #F0F1F2;
  padding: 10px 20px 20px;
  margin-bottom: 16px;
}
.cright-img {
  display: inline-block;
  padding-top: 5px;
  vertical-align: -84px;
  font-size: 0 !important;
  margin-right: -2px;
}
.cright-img label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 5px;
}
.cright-img label img {
  width: 70px !important;
  border-radius: 4px;
  border: 1px solid #EBEDEE;
  position: static !important;
  vertical-align: middle;
}
.cright-img label em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  font-size: 12px;
  color: #FFF;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #EBEDEE;
  padding-top: 32px;
  text-align: center;
  display: none;
}
.cright-img label:nth-child(4) {
  margin-right: 0;
}
.cright-img label:hover em {
  display: block;
}
.line-text .left-tips {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  width: 74px;
  display: inline-block;
}
.certificate-view {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.certificate-view .cv-main {
  position: absolute;
  width: 915px;
  border-radius: 10px;
  left: calc(50% - 457px);
  top: 60px;
  bottom: 60px;
}
.certificate-view .close {
  position: absolute;
  top: 0px;
  right: -58px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.certificate-view .close i {
  font-size: 22px;
  color: #888;
}
.certificate-view .close:hover {
  background: rgba(255, 255, 255, 0.5);
}
.certificate-view .img-view {
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
}
.certificate-view .img-view img {
  width: 900px;
}
.certificate-view .img-view::-webkit-scrollbar {
  width: 9px;
}
.certificate-view .img-view::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.certificate-view .img-view::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.line-text span {
  color: #8C8C8C;
}
.copyright_guarantee_box {
  width: 380px;
  height: 180px;
  background: url(//bpic.588ku.com/mainSite/detail/copyright_guarantee_bg.png?v=6);
  background-size: 100% 100%;
  margin-top: 10px;
  padding-top: 6px;
  box-sizing: border-box;
}
.copyright_guarantee_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #A76E2A;
  line-height: 19px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 1, 0.04);
  margin: 0 20px;
  padding-bottom: 6px;
}
.copyright_guarantee_box .stitle {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
  color: #A76E2A;
  line-height: 16px;
}
.copyright_guarantee_box .cright-img {
  margin-left: 22px !important;
  padding-top: 9px;
}
.copyright_guarantee_box .cright-img label {
  margin-right: 12px;
}
/*# sourceMappingURL=./new_video_detail_241218.css.map */