* {
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  display: none;
}
.newHomePage {
  background: #fff;
  width: 100vw;
  min-width: 1450px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.newHomePage::-webkit-scrollbar {
  width: 0;
  display: none;
}
.newHomePage .column_center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .will_change {
  will-change: transform;
}
.newHomePage .com_voices_title_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 496px;
  height: 229px;
  background-size: 100% 100%;
  background-image: url(https://file.douge.cn/post/web2023/newHomeTitleBg.png);
}
.newHomePage .top_bgc {
  position: relative;
  width: 100%;
  background: #1b1c2e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 180px;
  box-sizing: border-box;
}
.newHomePage .top_bgc .topGradientBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background-image: url(../../static/img/newHomeTopBg.png);
  background-size: 100% 100%;
}
.newHomePage .top_bgc .top_title {
  height: 80px;
  line-height: 80px;
  font-size: 80px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.newHomePage .top_bgc .top_title:first-child {
  margin-right: 50px;
}
.newHomePage .top_bgc .top_title:first-child.ip::after {
  content: "";
  position: absolute;
  top: -78px;
  left: 70px;
  width: 246px;
  height: 112px;
  background-size: 100% 100%;
  background-image: url(https://file.douge.cn/post/pcStatic/homeImg/company-profile-title-IP.png);
}
.newHomePage .top_bgc .search-dub-box {
  display: flex;
  align-items: center;
  margin-top: 54px;
  position: relative;
  line-height: 1;
  font-family: Source Han Sans SC, Source Han Sans SC;
}
.newHomePage .top_bgc .search-dub-box .search-box {
  width: 630px;
  height: 58px;
  background: #000000;
  box-shadow: 0px 0px 12px 0px rgba(158, 48, 255, 0.42), 0px 0px 13px 0px rgba(48, 255, 231, 0.4), 0px 0px 5px 0px rgba(255, 255, 255, 0.51);
  border-radius: 61px;
  background-image: url(https://file.douge.cn/post/pcStatic/homeImg/company-detail-search-box.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box {
  position: relative;
  z-index: 1;
  width: 552px;
  height: 46px;
  background: #000000;
  border-radius: 26px;
  display: flex;
  align-items: center;
  padding-right: 18px;
  box-sizing: border-box;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn {
  width: 84px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 37px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4px;
  box-sizing: border-box;
  margin: 0 9px 0 10px;
  position: relative;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn .gradient-text {
  background: linear-gradient(180deg, #c5ffff 0%, #8f89ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn .music-icon {
  width: 24px;
  height: 24px;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn:hover {
  background: #8043ff;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn:hover .gradient-text,
.newHomePage .top_bgc .search-dub-box .search-box .input-box .search-link-btn:hover .music-icon {
  color: #fff;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 8px;
  height: 100%;
  background: transparent;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .input::placeholder {
  color: #666;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .clear-icon {
  width: 20px;
  height: 20px;
  background: #666666;
  border-radius: 26px;
  color: #999;
  cursor: pointer;
}
.newHomePage .top_bgc .search-dub-box .search-box .input-box .clear-icon:hover {
  background: #808080;
  color: #cccccc;
}
.newHomePage .top_bgc .search-dub-box .search-box .search-voice-btn {
  border: none;
  outline: none;
  padding: 0px;
  margin: 0px;
  width: max-content;
  background-color: transparent;
}
.newHomePage .top_bgc .search-dub-box .search-box .search-voice-icon {
  position: relative;
  z-index: 1;
  margin-left: 22px;
  color: #333;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.newHomePage .top_bgc .search-dub-box .search-box .search-voice-icon:hover {
  color: #666666;
}
.newHomePage .top_bgc .search-dub-box .search-box::before,
.newHomePage .top_bgc .search-dub-box .search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(54deg);
  width: 284px;
  height: 73px;
  background: #dbfff1;
  border-radius: 50%;
  filter: blur(32px);
  mix-blend-mode: plus-lighter;
}
.newHomePage .top_bgc .search-dub-box .search-box::before {
  animation: light1 3s linear infinite;
}
.newHomePage .top_bgc .search-dub-box .search-box::after {
  animation: light2 3s linear infinite;
}
@keyframes light1 {
  from {
    left: -208px;
  }
  to {
    left: calc(100% + 64px);
  }
}
@keyframes light2 {
  0%,
  90% {
    left: -336px;
  }
  100% {
    left: -208px;
  }
}
.newHomePage .top_bgc .search-dub-box .dub-btn {
  width: 128px;
  height: 44px;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-left: 22px;
  position: relative;
}
.newHomePage .top_bgc .search-dub-box .dub-btn::before,
.newHomePage .top_bgc .search-dub-box .dub-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.newHomePage .top_bgc .search-dub-box .dub-btn::before {
  background: linear-gradient(95deg, #5467ff 0%, #8043ff 100%);
}
.newHomePage .top_bgc .search-dub-box .dub-btn::after {
  background-image: url(https://file.douge.cn/post/pcStatic/homeImg/company-detail-dub-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.newHomePage .top_bgc .search-dub-box .dub-btn .label {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.newHomePage .top_bgc .search-dub-box .dub-btn:hover {
  background: #8043ff;
}
.newHomePage .top_bgc .search-dub-box .dub-btn:hover::before,
.newHomePage .top_bgc .search-dub-box .dub-btn:hover::after {
  display: none;
}
.newHomePage .top_bgc .funs_list {
  position: relative;
  padding: 10px 40px 0;
  height: 140px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-top: 44px;
}
.newHomePage .top_bgc .funs_list::before {
  content: "";
  width: 100%;
  height: 78px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 0 24px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newHomePage .top_bgc .funs_list .funs_item {
  position: relative;
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.newHomePage .top_bgc .funs_list .funs_item .img_panel {
  width: 60px;
  height: 72px;
  cursor: pointer;
  transition: all 0.25s linear;
}
.newHomePage .top_bgc .funs_list .funs_item .current_img_panel,
.newHomePage .top_bgc .funs_list .funs_item .img_panel:hover {
  transform: translateY(-10px);
}
.newHomePage .top_bgc .funs_list .funs_item .current_img_panel .img_box,
.newHomePage .top_bgc .funs_list .funs_item .img_panel:hover .img_box {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.newHomePage .top_bgc .funs_list .funs_item .img_box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 7px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.newHomePage .top_bgc .funs_list .funs_item .createWork_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/homeImg/company-detail-dub-icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .auto_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/auto_icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .voiceSpe_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/voiceSpe_icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .textExtract_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/textExtract_icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .audioSwitch_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/audioSwitch_icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .makeCover_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/makeCover_icon.png);
}
.newHomePage .top_bgc .funs_list .funs_item .removeCover_icon {
  background-image: url(https://file.douge.cn/post/pcStatic/images/removeCover_icon.png);
}
.newHomePage .top_bgc .swiper_box {
  margin-top: calc(100vw * 28 / 1920);
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list {
  width: 100%;
  height: calc(100vw * 600 / 1920);
  position: relative;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .swiper_items {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw * 850 / 1920);
  height: calc(100vw * 510 / 1920);
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.5s linear;
  transform: translateX(-50%) translateY(-50%);
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .swiper_items img {
  width: 100%;
  height: 100%;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .swiper_items::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  opacity: 1;
  transition: all 0.5s linear;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .left_swiper_item {
  transform: translateX(-72%) translateY(-50%);
  z-index: 3;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .right_swiper_item {
  transform: translateX(-28%) translateY(-50%);
  z-index: 3;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .current_swiper_item {
  width: calc(100vw * 1000 / 1920);
  height: calc(100vw * 600 / 1920);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.newHomePage .top_bgc .swiper_box .swiper_box_list .current_swiper_item::after {
  opacity: 0;
}
.newHomePage .top_bgc .swiper_box .left_icon,
.newHomePage .top_bgc .swiper_box .right_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}
.newHomePage .top_bgc .swiper_box .left_icon {
  left: calc(100vw * 260 / 1920);
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperLeft.png);
}
.newHomePage .top_bgc .swiper_box .left_icon:hover {
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperLeftHover.png);
}
.newHomePage .top_bgc .swiper_box .left_icon:active {
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperLeftActive.png);
}
.newHomePage .top_bgc .swiper_box .right_icon {
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperRight.png);
  right: calc(100vw * 265 / 1920);
}
.newHomePage .top_bgc .swiper_box .right_icon:hover {
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperRightHover.png);
}
.newHomePage .top_bgc .swiper_box .right_icon:active {
  background-image: url(https://file.douge.cn/post/web2023/newHomeSwiperRightActive.png);
}
.newHomePage .top_bgc .play_count_box {
  margin-top: calc(100vh * 89 / 1080);
  height: 180vh;
  overflow: hidden;
  padding-bottom: 1080px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.newHomePage .top_bgc .play_count_box .scrolling_box {
  width: fit-content;
  position: relative;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .top_bgc .play_count_box .scrolling_box .scrolling_box_txt {
  height: 42px;
  line-height: 42px;
  padding: 0 22px 0 39px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 21px;
  font-size: 14px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  left: -25px;
  white-space: nowrap;
}
.newHomePage .top_bgc .play_count_box .scrolling_box .avatar_box {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.newHomePage .top_bgc .play_count_box .scrolling_box .avatar_box img {
  width: 100%;
  height: 100%;
}
.newHomePage .top_bgc .play_count_box .play_count_leftBg,
.newHomePage .top_bgc .play_count_box .play_count_rightBg {
  width: 601px;
  height: 493px;
  background-size: 100% 100%;
  position: absolute;
  top: 306px;
}
.newHomePage .top_bgc .play_count_box .play_count_leftBg {
  background-image: url(https://file.douge.cn/post/web2023/newHomeScrollingLeft.png);
  left: 44px;
}
.newHomePage .top_bgc .play_count_box .play_count_rightBg {
  background-image: url(https://file.douge.cn/post/web2023/newHomeScrollingRight.png);
  right: 44px;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box {
  width: 100%;
  height: 100vh;
  position: relative;
  transform: translateY(0);
  padding-top: calc(100vw * 230 / 1920);
  box-sizing: border-box;
}
@keyframes scrollingAni {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .scrollingAni_slow {
  animation: scrollingAni 80s linear forwards;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .scrollingAni_fast {
  animation: scrollingAni 60s linear forwards;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .scrolling_whole_box_top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .scrolling_whole_box_bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_base {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_title {
  height: 36px;
  font-size: 36px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-right: 20px;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_title:last-child {
  margin: 0;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_tip {
  margin-top: 40px;
  height: 60px;
  font-size: 60px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_showBox {
  width: calc(100vw * 1538 / 1920);
  height: calc(100vw * 141 / 1920);
  margin-top: 104px;
}
.newHomePage .top_bgc .play_count_box .play_count_data_Box .play_count_showBox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.newHomePage .top_bgc .play_count_box .play_count_mask_box {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 20;
}
.newHomePage .company_voices_box {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 160px;
}
.newHomePage .company_voices_box .master_play_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_playIcon.png);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.newHomePage .company_voices_box .master_pause_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_playIcon.png);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(https://file.douge.cn/post/web2023/master_pauseIcon.png);
}
.newHomePage .company_voices_box .com_voices_title {
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  position: relative;
}
.newHomePage .company_voices_box .com_voices_title .com_voices_title_bg {
  top: 40%;
  transform: translate(-50%, -50%);
}
.newHomePage .company_voices_box .com_voices_title span {
  position: relative;
  z-index: 9;
}
.newHomePage .company_voices_box .com_voices_list {
  margin: 71px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .company_voices_box .com_voices_list .com_voices_item {
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 27px;
  position: relative;
  font-size: 20px;
  color: #000;
  margin-right: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.newHomePage .company_voices_box .com_voices_list .com_voices_item:hover {
  background: #f5f6f9;
}
.newHomePage .company_voices_box .com_voices_list .com_voices_item_Current {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #8043ff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 27px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
.newHomePage .company_voices_box .com_voices_list .com_voices_item_Current .company_icon {
  width: 90px;
  height: 54px;
  background-image: url(https://file.douge.cn/post/web2023/homePageCompanyIcon.png);
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.newHomePage .company_voices_box .com_voices_list .to_MoreVoices {
  cursor: pointer;
  padding: 0 18px;
  height: 40px;
  border-radius: 19px;
  border: 1px solid #8043ff;
  font-size: 14px;
  color: #8043ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_voices_box .com_voices_list .to_MoreVoices .tri_icon {
  width: 12px;
  height: 12px;
  background-image: url(https://file.douge.cn/post/web2023/homePage_tri.png);
  background-size: 100% 100%;
  margin-left: 10px;
}
.newHomePage .company_voices_box .com_voices_panel {
  width: 1200px;
  height: 685px;
  background: #f5f6f9;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel_box {
  width: 292px;
  height: 625px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.19);
  border-radius: 24px;
  box-sizing: border-box;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel_box:hover .video_control_box {
  visibility: visible;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel {
  width: 100%;
  height: 100%;
  background: #939393;
  border-radius: 21px;
  border: 6px solid rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  padding: 17px 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_player_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_control_box {
  visibility: hidden;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 24px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item:last-child {
  margin: 0;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item .video_data_icon_size {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  background-size: 100% 100%;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item .video_data_share {
  background-image: url(https://file.douge.cn/post/web2023/homePageVideoShare.png);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item .video_data_collect {
  background-image: url(https://file.douge.cn/post/web2023/homePageVideoCollect.png);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item .video_data_comment {
  background-image: url(https://file.douge.cn/post/web2023/homePageVideoComment.png);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .video_play_data .video_play_data_item .video_data_heart {
  background-image: url(https://file.douge.cn/post/web2023/homePageVideoHeart.png);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_box {
  padding: 0 12px;
  height: 32px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(8.16326531px);
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_box .icons_size {
  margin: 0 8px 0 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info {
  width: 292px;
  padding-bottom: 18px;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 55%, #000000 100%);
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .platforms_author_info_box {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 13px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .next_video_btn {
  width: 120px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(8.16326531px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .next_video_btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .goto_other_btn {
  width: 120px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(8.16326531px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin-left: 20px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .goto_other_btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .goto_other_btn .icons_size {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 8px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_avatar {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 14px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .wholeCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_name {
  height: 20px;
  font-size: 14px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_tips {
  height: 17px;
  font-size: 12px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
  margin-top: 6px;
}
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_tips,
.newHomePage .company_voices_box .com_voices_panel .video_player_panel .platforms_author_info .video_author_name {
  width: 207px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box {
  width: 828px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_btn_left {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_btn_left:hover {
  background: rgba(0, 0, 0, 0.2);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .left_tri,
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .right_tri {
  width: 18px;
  height: 18px;
  background-image: url(https://file.douge.cn/post/web2023/master_up_icon.png);
  background-size: 100% 100%;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .left_tri {
  transform: rotate(-90deg);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .right_tri {
  transform: rotate(90deg);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box {
  padding: 6px 20px;
  width: 678px;
  overflow: hidden;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box .voices_choose_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s linear;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box .voice_choose_item {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  background: linear-gradient(135deg, #b6b2c1 0%, #4d4a59 100%);
  border-radius: 16px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box .voice_choose_item:hover {
  transform: scale(1.25);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box .voice_choose_item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_box .voices_choose_list_box .current_choose_item {
  transform: scale(1.25);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box {
  position: relative;
  margin-top: 34px;
  width: 828px;
  height: 489px;
  background: #ffffff;
  border-radius: 26px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info {
  padding: 23px 0 0 24px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_avatar {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #b6b2c1 0%, #4d4a59 100%);
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_avatar:hover .play_mask {
  visibility: visible;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_avatar .play_mask {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_choose_name {
  height: 26px;
  font-size: 26px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_choose_tip {
  font-size: 12px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  margin: 14px 0;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_choose_tag_line {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_choose_tag {
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  background: rgba(128, 67, 255, 0.2);
  border-radius: 4px;
  color: #8043ff;
  margin: 0 10px 10px 0;
  font-size: 16px;
  white-space: nowrap;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_play_count {
  position: absolute;
  right: 72px;
  top: 45px;
  text-align: right;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_play_count .play_count_line {
  height: 40px;
  font-size: 30px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ff8000;
  line-height: 40px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_base_info .voices_play_count .play_count_label {
  height: 26px;
  font-size: 18px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ff8000;
  line-height: 26px;
  margin-top: 11px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_type_list {
  width: 780px;
  background: #f5f6f9;
  border-radius: 12px;
  margin: 26px auto 0;
  padding: 6px 6px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_type_list .voices_type_list_item {
  cursor: pointer;
  padding: 0 6px 0 8px;
  height: 28px;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_type_list .voices_type_list_item img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_type_list .current_type_item {
  background: rgba(0, 0, 0, 0.1);
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_audio_txt {
  width: 766px;
  height: 140px;
  font-size: 14px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 20px auto 0px;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_use_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  background: #8043ff;
  border-radius: 19px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_voices_box .com_voices_panel .voices_info_box .voices_choose_info_box .voices_use_btn:hover {
  box-shadow: 0px 6px 23px -6px rgba(128, 67, 255, 0.49);
}
.newHomePage .master_collect_box {
  width: 100%;
  background: #f5f6f9;
  padding: 98px 0 160px 0;
  box-sizing: border-box;
}
.newHomePage .master_collect_box .master_collect_title {
  height: 50px;
  font-size: 50px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.newHomePage .master_collect_box .master_collect_title .com_voices_title_bg {
  top: -98px;
}
.newHomePage .master_collect_box .master_collect_title span {
  position: relative;
  z-index: 9;
}
.newHomePage .master_collect_box .master_collect_panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  box-sizing: border-box;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list {
  width: 1200px;
  height: 600px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left {
  width: 272px;
  height: 100%;
  padding: 40px 19px 40px 40px;
  color: #fff;
  box-sizing: border-box;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_left_title {
  font-size: 20px;
  font-family: Source Han Sans SC-Bold, Source Han Sans SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_left_tip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 27px;
  margin: 10px 0 40px 0;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_list {
  position: relative;
  width: 100%;
  height: calc(100% - 145px);
  overflow-y: auto;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_list::-webkit-scrollbar {
  width: 4px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #dcdde0;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  height: 50px;
  border-radius: 34px;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
  cursor: pointer;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_item .mc_type_icon {
  margin: 0 20px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem {
  color: #8043ff;
  font-weight: bold;
  background: #fff;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon {
  width: 20px;
  height: 20px;
  margin: 0 20px;
  border-radius: 50%;
  background: #d9c7ff;
  position: relative;
  display: flex;
}
@keyframes right_progress {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes left_progress {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .progress_box {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .left_box,
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .right_box {
  overflow: hidden;
  width: 10px;
  height: 20px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .progress_left,
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .progress_right {
  width: 10px;
  height: 20px;
  background: #8043ff;
  transform: rotate(-180deg);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .left_box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .right_box {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .progress_left {
  transform-origin: right center;
  animation: left_progress 5s linear 1 forwards;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_left .mc_type_currentItem .mc_type_icon .progress_right {
  transform-origin: left center;
  animation: right_progress 2.5s linear 1 forwards;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right {
  width: 906px;
  height: 556px;
  background: rgba(245, 246, 249, 0.6);
  border-radius: 30px;
  overflow: hidden;
  padding: 0 40px 0 30px;
  box-sizing: border-box;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 836px;
  height: 61px;
  background: linear-gradient(360deg, rgba(255, 243, 234, 0) 0%, #fffcf6 100%);
  border-radius: 31px;
  box-sizing: border-box;
  padding: 0 24px;
  margin-top: 20px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list .master_hot_count {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ff6363;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list .other_data_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list .other_data_box {
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ff8000;
  margin-left: 40px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list .other_data_box:first-child {
  margin: 0;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_date_list .other_data_box span {
  font-size: 16px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  margin-right: 16px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 0 0px;
  box-sizing: border-box;
  width: 100%;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .voice_info_box {
  display: flex;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn:first-child {
  margin-left: 0;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn .master_up_icon,
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn .master_down_icon {
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn .master_up_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_up_icon.png);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn .master_down_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_down_icon.png);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .change_master_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar {
  width: 200px;
  height: 200px;
  margin-right: 40px;
  background-image: url(https://file.douge.cn/post/web2023/homePageMasterAvaImg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar:hover .img_mask {
  visibility: visible;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 6px solid #404040;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar .img_mask {
  cursor: pointer;
  visibility: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar .img_mask .master_play_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_playIcon.png);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_avatar .img_mask .master_pause_icon {
  background-image: url(https://file.douge.cn/post/web2023/master_playIcon.png);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(https://file.douge.cn/post/web2023/master_pauseIcon.png);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_name {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 30px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  margin-top: 21px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .platform_item {
  margin: 16px 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .platform_item .platform_icons {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(https://file.douge.cn/post/web2023/masterApprove.png);
  background-size: 100% 100%;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .platform_item .dougeApprove_icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(https://file.douge.cn/post/web2023/masterApprove.png);
  background-size: 100% 100%;
  background-image: url(https://file.douge.cn/post/web2023/dougeApprove.png);
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .platform_item span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_use_type {
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 12px;
  color: #604499;
  background: #f5f0ff;
  border-radius: 4px;
  margin-right: 10px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_detail_list .master_introduce {
  margin-top: 10px;
  font-size: 12px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #999999;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_introduce_box {
  width: 825px;
  height: 140px;
  font-size: 14px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 41px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_introduce_box .master_introduce_text {
  width: 100%;
  height: calc(100% - 4px);
  overflow-y: auto;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_introduce_box .master_introduce_text::-webkit-scrollbar {
  width: 4px;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .master_introduce_box .master_introduce_text::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #dcdde0;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .to_master_liveShare {
  height: 20px;
  font-size: 14px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #4097f7;
  line-height: 20px;
  margin-top: 24px;
  cursor: pointer;
  text-align: right;
  width: 100%;
}
.newHomePage .master_collect_box .master_collect_panel .master_collect_list .master_collect_right .master_collect_voice_item .hot_icon {
  width: 23px;
  height: 25px;
  background-image: url(https://file.douge.cn/post/web2023/newHome_hot_icon.png);
  background-size: 100% 100%;
  margin-right: 14px;
}
.newHomePage .company_comments_box {
  width: 100%;
  padding-bottom: 40px;
  background: #f5f6f9;
  overflow: hidden;
}
.newHomePage .company_comments_box .com_comments_title {
  height: 50px;
  font-size: 50px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-top: 132px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newHomePage .company_comments_box .com_comments_title span {
  position: relative;
  z-index: 9;
}
.newHomePage .company_comments_box .com_comments_title .com_voices_title_bg {
  top: -107px;
}
.newHomePage .company_comments_box .com_comments_tip {
  height: 20px;
  font-size: 20px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 80px 0;
  z-index: 9;
  position: relative;
}
@keyframes commentsAni {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.newHomePage .company_comments_box .com_comments_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
  transition: all 0.05s linear;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item {
  width: 492px;
  background: #fff;
  border-radius: 20px;
  margin-right: 60px;
  flex-shrink: 0;
  transform: scale(1);
  padding: 30px 30px 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s linear;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.16);
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_title {
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #7557bd;
  width: 100%;
  margin-bottom: 10px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_content {
  width: 100%;
  max-height: 140px;
  min-height: 63px;
  overflow-y: auto;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 30px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_content::-webkit-scrollbar {
  width: 4px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e9eaec;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 20px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_name {
  height: 24px;
  font-size: 14px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .comments_item_platform {
  height: 12px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}
.newHomePage .company_comments_box .com_comments_list .com_comments_item .quotations_left,
.newHomePage .company_comments_box .com_comments_list .com_comments_item .quotations_right {
  width: 44px;
  background-size: 100%;
  position: absolute;
}
.newHomePage .bottom_company_create {
  width: 100%;
  height: 835px;
  padding-top: 120px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-image: url(https://file.douge.cn/post/weifu.fun.introduce.png);
  background-size: 100% 100%;
}
.newHomePage .bottom_company_create .company_name {
  margin-left: 50px;
  height: 80px;
  line-height: 80px;
  font-size: 60px;
  font-family: SourceHanSansSC-Bold, SourceHanSansSC;
  font-weight: bold;
  color: #ffffff;
}
.newHomePage .bottom_company_create .company_name:first-child {
  margin-left: 0;
}
.newHomePage .bottom_company_create .bottom_light {
  width: 866px;
  height: 195px;
  background-image: url(https://file.douge.cn/post/web2023/homePageBottom.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newHomePage .try_use_btn {
  margin: 53px 0;
  width: 216px;
  height: 60px;
  border-radius: 30px;
  background: #8043ff;
  z-index: 10;
  display: flex;
  padding-left: 52px;
  box-sizing: border-box;
  align-items: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.25s linear;
}
.newHomePage .try_use_btn span {
  height: 24px;
  line-height: 24px;
}
.newHomePage .try_use_btn .right_arrow {
  width: 30px;
  height: 30px;
  margin: 4px 0 0 6px;
  animation: btnImgAmi 2s infinite ease-in-out;
}
.newHomePage .try_use_btn:hover {
  transform: translateY(-10px);
}
@keyframes btnImgAmi {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(0px);
  }
  45% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.newHomePage .bottom_try_use {
  margin: 53px 0;
  width: 216px;
  height: 60px;
  border-radius: 30px;
  background: #8043ff;
  z-index: 10;
  display: flex;
  padding-left: 52px;
  box-sizing: border-box;
  align-items: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.25s linear;
  position: absolute;
  bottom: 71px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.newHomePage .bottom_try_use span {
  height: 24px;
  line-height: 24px;
}
.newHomePage .bottom_try_use .right_arrow {
  width: 30px;
  height: 30px;
  margin: 4px 0 0 6px;
  animation: btnImgAmi 2s infinite ease-in-out;
}
.newHomePage .bottom_try_use:hover {
  transform: translateY(-10px);
}
.newHomePage .bottom_try_use:hover {
  transform: translateX(-50%) translateY(-10px);
}
.introduce {
  display: flex;
  width: 100vw;
  padding: 5vw;
  box-sizing: border-box;
  background: #1b1c2e;
  color: #fff;
}
.introduce .introduce_item {
  flex: 1;
  flex-shrink: 0;
}
.introduce .introduce_item:last-child {
  margin-left: 20px;
}
.introduce .desc {
  color: #999;
}
