* {
  font-family: 微软雅黑;
}
.toast_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.toast_bg span {
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 14px;
  top: 50%;
  left: 50%;
  max-width: 200px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[v-cloak] {
  display: none;
}
.footer {
  margin-top: 0 !important;
}
.scene {
  font-size: 0;
  margin: 0;
}
.scene * {
  box-sizing: border-box;
}
.scene .main {
  padding-bottom: 92px;
  margin-top: 48px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_3d12e5a158c9988a707175ce42d1dbdf.png') no-repeat 0 800px / auto 1400px;
}
.scene .main .banner {
  position: relative;
  height: 800px;
  padding-top: 144px;
  background: no-repeat top center / auto 800px;
}
.scene .main .banner .videoBox {
  position: relative;
  width: 972px;
  padding: 6px;
  margin: 0 auto;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_382114b55186b59fdf45e718537f0c7a.png') no-repeat center / 100% 100%;
}
.scene .main .banner .videoBox video {
  width: 960px;
  border-radius: 16px;
}
.scene .main .banner .videoBox .videoBtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: no-repeat center / 100%;
  cursor: pointer;
}
.scene .main .banner .videoBox .videoBtn.play {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_32ac12e3ec4504e13c59fcbe585905b5.png');
}
.scene .main .banner .videoBox .videoBtn.pause {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_293706730aac0e07a048ed2bd260d8fb.png');
}
.scene .main .banner .videoBox .btnBox {
  display: none;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.scene .main .banner .videoBox .btnBox span {
  width: 56px;
  height: 56px;
  background: no-repeat center / 100%;
  cursor: pointer;
}
.scene .main .banner .videoBox .btnBox span.volumeBtn {
  margin-right: 22px;
}
.scene .main .banner .videoBox .btnBox span.volumeBtn.muted {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_5f3c0f63528b50a4d28db6f6cb2a5019.png');
}
.scene .main .banner .videoBox .btnBox span.volumeBtn.notMuted {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_b2fb847d5b02680af272a892ca393448.png');
}
.scene .main .banner .videoBox .btnBox span.fullBtn {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_8cf355472cd98993dca674457539b007.png');
}
.scene .main .banner .videoBox:hover .videoBtn {
  display: block;
}
.scene .main .banner .videoBox:hover .btnBox {
  display: flex;
}
.scene .main .banner .barrageBox {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.scene .main .banner .barrageBox div {
  position: absolute;
  width: auto;
  height: 40px;
  padding: 0 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
  font-size: 16px;
  line-height: 38px;
  visibility: hidden;
}
.scene .main .banner .barrageBox div span {
  color: #FA6400;
}
.scene .main .banner .barrageBox div.luxurious {
  border: 1px solid #FF97C6;
  background: linear-gradient(180deg, #FFF4F5, #FFD8DD);
}
.scene .main .banner .barrageBox div.luxurious span {
  color: #FF4A84;
}
.scene .main .banner .barrageBox div.luxurious::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 41px;
  height: 40px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_3047845a89417436fb35fc40b8d2d0ed.png') no-repeat center / 100%;
  z-index: 1;
}
.scene .main .banner .barrageBox div.luxurious::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 16px;
  border: 2px dashed #FFB749;
}
.scene .main .banner .barrageBox div.firBarrage {
  top: 0;
  animation: myfirst 20s linear;
}
.scene .main .banner .barrageBox div.secBarrage {
  bottom: 0;
  animation: mysecond 20s linear;
}
.scene .main .tabBox {
  display: flex;
  justify-content: space-between;
  width: 825px;
  margin: 20px auto 70px;
}
.scene .main .tabBox span {
  width: 235px;
  height: 70px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_7e87f4409095bc22a39af5e98e0eedf7.png') no-repeat center / 100%;
  font-size: 24px;
  color: #25BBF9;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.scene .main .tabBox span.active {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_ac894079babd8b6741a211762ddc75ef.png');
  color: #FFFFFF;
}
.scene .main .tabPane {
  width: 1200px;
  margin: 0 auto;
}
.scene .main .tabPane .mainTrack .process {
  width: 100%;
  height: 302px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_220cfba2b6990faaff7af2486147997e.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .process .progressBar {
  display: flex;
  justify-content: space-between;
  width: 982px;
  padding: 30px 52px 48px;
  margin: 0 auto;
  background: no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .process .progressBar.pre {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_c1e4cc4215fad0e083170e7d0e509a84.png');
}
.scene .main .tabPane .mainTrack .process .progressBar.semi {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_61ffa295aef971e586260f011e66530f.png');
}
.scene .main .tabPane .mainTrack .process .progressBar.final {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_9bfa07de12dd981303aefe43db84c60b.png');
}
.scene .main .tabPane .mainTrack .process .progressBar.end {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_1e093ed31f563658e7321389b5421c8c.png');
}
.scene .main .tabPane .mainTrack .process .progressBar .stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 286px;
  height: 215px;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage .title {
  width: 177px;
  height: 51px;
  padding-top: 7px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage .time {
  position: relative;
  width: 100%;
  height: 64px;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage .time::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 28px;
  background: no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.end .title {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_da4a4c5e6237ca57016ca0eaacda8169.png') no-repeat center / 100%;
  color: #32C0F9;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.end .time {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_21a9bc4ab7fab7fbdeba6d95ca8adf44.png') no-repeat center / 100%;
  color: #32C0F9;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.end .time::after {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_00a5a549c8e06e16a4f42738cebe1216.png');
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.now .title,
.scene .main .tabPane .mainTrack .process .progressBar .stage.not .title {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_e38d57615000bdac9760b1ae84612835.png') no-repeat center / 100%;
  color: #FF5D97;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.now .time,
.scene .main .tabPane .mainTrack .process .progressBar .stage.not .time {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_3f8c38d635297dfba90f650b4c498dd2.png') no-repeat center / 100%;
  color: #FF5D97;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.now .title {
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.now .time::after {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_afd5adc6c40bbbd8cbbd6b8772159ae5.png');
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.not .time::after {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_11f4f682dd5e3cdcca44f000bb2cc419.png');
}
.scene .main .tabPane .mainTrack .process .progressBar .stage.selected .title {
  width: 235px;
  height: 64px;
  padding-top: 15px;
  margin-top: 0;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_4d868bef3e7b1c018dbd9a5a6844ac72.png') no-repeat center / 100%;
  color: #FFFFFF;
}
.scene .main .tabPane .mainTrack .tips {
  width: 173px;
  height: 32px;
  margin: 60px auto 13px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .workList .topThree {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 550px;
  padding-bottom: 40px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_f564d7cd2ac92e066eb4ad5c80007810.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li {
  position: relative;
  width: 345px;
  height: 329px;
  padding: 12px 10px 13px;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
  box-shadow: inset 0px 1px 11px 0px rgba(255, 255, 255, 0.72);
}
.scene .main .tabPane .mainTrack .workList .topThree > li::before {
  content: '';
  position: absolute;
  top: -56px;
  left: -17px;
  width: 165px;
  height: 74px;
  background: no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li h6 {
  margin-bottom: 11px;
  font-size: 18px;
  color: #25BBF9;
  line-height: 25px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .workList .topThree > li h6 a {
  float: right;
  width: 25px;
  height: 25px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_4a7c1ea9d11c736ebd06b2a3bd90ddee.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li h6 a.collected {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_bf6f904d69af69b9ff007262745e2f7c.png');
}
.scene .main .tabPane .mainTrack .workList .topThree > li .videoBox {
  position: relative;
  width: 317px;
  margin: 0 auto 14px;
  border-radius: 14px 5px 14px 5px;
  overflow: hidden;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .videoBox video {
  width: 100%;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .videoBox .videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 59px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_f092e6d307fc52226a44e8beea8b7d1d.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li > img {
  display: block;
  width: 317px;
  margin: 0 auto 14px;
  border-radius: 14px 5px 14px 5px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .gname {
  display: block;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #30353A;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div {
  flex-grow: 1;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div .author {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 28px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div span::before {
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_c1b5b0e544adc175bff435b34d9ca012.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul {
  display: inline-flex;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li {
  position: relative;
  margin-right: 6px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F97C93;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li:first-child::after {
  content: '1';
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li:nth-child(2)::after {
  content: '2';
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li:nth-child(3)::after {
  content: '3';
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li:last-child {
  margin-right: 0;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others > div > div ul li a img {
  width: 28px;
  height: 28px;
  border: 1px solid #FF91B8;
  border-radius: 50%;
}
.scene .main .tabPane .mainTrack .workList .topThree > li .detail .others button {
  width: 91px;
  height: 37px;
  border: 0;
  margin-left: 15px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_c65d9e510c867d14a37f535353e0d46d.png') no-repeat center / 100%;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first {
  width: 460px;
  height: 439px;
  padding: 16px 16px 18px;
  margin: 0 25px;
  border-radius: 20px;
  box-shadow: inset 0px 1px 14px 0px rgba(255, 255, 255, 0.72);
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first::before {
  top: -82px;
  left: -36px;
  width: 237px;
  height: 112px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_8e97e0e124c388737405fad380e27225.png');
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first h6 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 29px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first h6 a {
  width: 29px;
  height: 29px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .videoBox {
  width: 423px;
  border-radius: 19px 7px 19px 7px;
  margin-bottom: 17px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first > img {
  width: 423px;
  border-radius: 19px 7px 19px 7px;
  margin-bottom: 17px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .gname {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div .author {
  font-size: 18px;
  line-height: 25px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div {
  height: 38px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div span {
  font-size: 18px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div span::before {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div ul li {
  margin-right: 8px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div ul li:last-child {
  margin-right: 0;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div ul li::after {
  width: 17px;
  height: 17px;
  font-size: 14px;
  line-height: 17px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others > div > div ul li a img {
  width: 38px;
  height: 38px;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.first .detail .others button {
  width: 120px;
  height: 48px;
  margin-left: 20px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_3b915beb5e570b1ecf52adf38702cf7e.png');
  font-size: 20px;
  line-height: 48px;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .workList .topThree > li.second::before {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_73e0d2b5d69058def320554526242df3.png');
}
.scene .main .tabPane .mainTrack .workList .topThree > li.third::before {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_1ef37b16009281d3d02294b45ce35e90.png');
}
.scene .main .tabPane .mainTrack .workList > div {
  padding: 8px;
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.scene .main .tabPane .mainTrack .workList > div > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 18px 0;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li {
  width: 352px;
  margin-right: 42px;
  margin-bottom: 30px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li:nth-child(3n) {
  margin-right: 0;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top {
  position: relative;
  height: 198px;
  margin-bottom: 13px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top .videoBox {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top .videoBox video {
  width: 100%;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top .videoBox .videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 59px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_f092e6d307fc52226a44e8beea8b7d1d.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top img {
  width: 100%;
  border-radius: 6px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top span {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_2cfd0ce4e0f2b8e8444a3484f026469b.png') no-repeat center / 100%;
  font-size: 16px;
  color: #11BDE9;
  line-height: 32px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .top p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 29px 12px 11px;
  border-radius: 0px 0px 6px 6px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom h6 .gname {
  width: 310px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #30353A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom h6 .collect {
  width: 24px;
  height: 24px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_4a7c1ea9d11c736ebd06b2a3bd90ddee.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom h6 .collect.collected {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_bf6f904d69af69b9ff007262745e2f7c.png');
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div {
  flex-grow: 1;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div .author {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 32px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div span::before {
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_c1b5b0e544adc175bff435b34d9ca012.png') no-repeat center / 100%;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul {
  display: inline-flex;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li {
  position: relative;
  margin-right: 6px;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F97C93;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li:first-child::after {
  content: '1';
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li:nth-child(2)::after {
  content: '2';
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li:nth-child(3)::after {
  content: '3';
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li:last-child {
  margin-right: 0;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others > div > div ul li a img {
  width: 32px;
  height: 32px;
  border: 1px solid #FF91B8;
  border-radius: 50%;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li .bottom .others button {
  width: 101px;
  height: 40px;
  border: 0;
  margin-left: 15px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_6679871e7e1330e01b6397893eda6e96.png') no-repeat center / 100%;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li.obsolete .top span {
  border-radius: 6px 2px 10px 2px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li.obsolete .bottom h6 .gname {
  color: #999999;
}
.scene .main .tabPane .mainTrack .workList > div > ul > li.obsolete .bottom .others > div .author {
  color: #999999;
}
.scene .main .tabPane .mainTrack .empty {
  height: 846px;
  padding: 8px;
  margin-top: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  background: linear-gradient(180deg, #f3fcfe, rgba(243, 252, 254, 0.65));
}
.scene .main .tabPane .mainTrack .empty div {
  height: 100%;
  padding-top: 271px;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  text-align: center;
}
.scene .main .tabPane .mainTrack .empty div img {
  width: 308px;
  margin-bottom: 10px;
}
.scene .main .tabPane .mainTrack .empty div p {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.scene .main .tabPane .userRank .topThree {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 662px;
  padding: 61px 96px 43px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_56604ba0b8b83da61d138ab50e6cb408.png') no-repeat center 492px / auto 171px, url('//pic.cgyouxi.com/orange/upload/202310/59029616_bff4064f9622f333aeb47e10b2934d62.png') no-repeat center / 100%;
}
.scene .main .tabPane .userRank .topThree li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 257px;
  height: 487px;
  padding-top: 11px;
  margin-top: 72px;
}
.scene .main .tabPane .userRank .topThree li .avatar {
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: 43px;
}
.scene .main .tabPane .userRank .topThree li .avatar img {
  width: 100%;
  border-radius: 50%;
}
.scene .main .tabPane .userRank .topThree li .avatar::after {
  content: '';
  position: absolute;
  top: -11px;
  left: -64px;
  width: 257px;
  height: 164px;
  background: no-repeat center / 100%;
}
.scene .main .tabPane .userRank .topThree li .author {
  width: 204px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #009DF2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .userRank .topThree li p {
  width: 204px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #4EB9F2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .userRank .topThree li .source {
  width: 103px;
}
.scene .main .tabPane .userRank .topThree li div {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 154px;
  height: 48px;
  padding: 4px 11px 4px 4px;
  background: no-repeat center / 100%;
}
.scene .main .tabPane .userRank .topThree li div::before {
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 2px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_f56523c0b1521c4fefeea574e4ee7b2c.png') no-repeat center / 100%;
}
.scene .main .tabPane .userRank .topThree li div span {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.scene .main .tabPane .userRank .topThree li.empty .avatar {
  margin-bottom: 59px;
}
.scene .main .tabPane .userRank .topThree li.empty .author {
  margin-bottom: 215px;
  font-size: 24px;
  line-height: 24px;
}
.scene .main .tabPane .userRank .topThree li.first {
  width: 310px;
  height: 559px;
  padding-top: 10px;
  margin-top: 0;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_88a33e761d553615b6635c9ac8687621.png') no-repeat center 81px / auto 330px;
}
.scene .main .tabPane .userRank .topThree li.first .avatar {
  width: 160px;
  height: 160px;
  margin-bottom: 34px;
}
.scene .main .tabPane .userRank .topThree li.first .avatar::after {
  top: -10px;
  left: -74px;
  width: 310px;
  height: 184px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_444570031a15c26027897b4aab529a62.png');
}
.scene .main .tabPane .userRank .topThree li.first .author,
.scene .main .tabPane .userRank .topThree li.first p {
  width: 264px;
}
.scene .main .tabPane .userRank .topThree li.first div {
  width: 176px;
  height: 56px;
  padding-right: 14px;
  margin-bottom: 15px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_c9078731fd4fc18d50a8a16013ad5a38.png');
}
.scene .main .tabPane .userRank .topThree li.first div::before {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_0ec28d2a313db1f7884c2fb9a3ddd217.png');
}
.scene .main .tabPane .userRank .topThree li.first.empty .avatar {
  margin-bottom: 50px;
}
.scene .main .tabPane .userRank .topThree li.first.empty .author {
  margin-bottom: 244px;
}
.scene .main .tabPane .userRank .topThree li.second {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_0bda378b6fa4d9675f38fb5dc8f583c8.png') no-repeat center 88px / auto 290px;
}
.scene .main .tabPane .userRank .topThree li.second .avatar::after {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_8b9a59bd6b0f3d46d6c950a5ca128005.png');
}
.scene .main .tabPane .userRank .topThree li.second div {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_073e1e284b4fece036fa65c0d1a73bac.png');
}
.scene .main .tabPane .userRank .topThree li.third {
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_65b7c4a05840bbe2fad0dcb930ddbd59.png') no-repeat center 88px / auto 290px;
}
.scene .main .tabPane .userRank .topThree li.third .avatar::after {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_13013e90507b050117c622f57a11f16d.png');
}
.scene .main .tabPane .userRank .topThree li.third div {
  background-image: url('//pic.cgyouxi.com/orange/upload/202310/59029616_2b1ef024efc706ebbd1102386c9524df.png');
}
.scene .main .tabPane .userRank > .empty {
  margin-top: 60px;
}
.scene .main .tabPane .userRank > .empty h3 {
  height: 140px;
  padding: 54px 545px 56px 556px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_ff658ecbba6d1e6a5da4dca8d30b98bf.png') no-repeat center / 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.scene .main .tabPane .userRank > .empty div {
  height: 846px;
  padding: 8px;
  border: 2px solid #FFFFFF;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, #f3fcfe, rgba(243, 252, 254, 0.65));
}
.scene .main .tabPane .userRank > .empty div div {
  height: 100%;
  padding-top: 271px;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  text-align: center;
}
.scene .main .tabPane .userRank > .empty div div img {
  width: 308px;
  margin-bottom: 10px;
}
.scene .main .tabPane .userRank > .empty div div p {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.scene .main .tabPane .exhibition .monthList {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 172px;
  padding: 38px 22px;
  margin-bottom: 60px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.scene .main .tabPane .exhibition .monthList .arrow {
  flex-shrink: 0;
  width: 67px;
  height: 94px;
  background: no-repeat center / 100%;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .monthList .arrow.prev {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_3d538502f9a3a3cefc7f7ce28ea9af5f.png');
}
.scene .main .tabPane .exhibition .monthList .arrow.next {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_78ccd36cf57ba7594dd1ab6ccc737fe7.png');
}
.scene .main .tabPane .exhibition .monthList .arrow.hidden {
  visibility: hidden;
}
.scene .main .tabPane .exhibition .monthList .monthBox .swiper-wrapper {
  align-items: center;
}
.scene .main .tabPane .exhibition .monthList .monthBox .swiper-wrapper .swiper-slide {
  width: 168px;
  height: 50px;
  margin-right: 27px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_672e23b93760dda025b0304912621d44.png') no-repeat center / 100%;
  font-size: 18px;
  color: #32C0F9;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .monthList .monthBox .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 266px;
  height: 107px;
  margin-right: 0;
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_622e90c58de97a0b66adf793faed87ca.png');
  font-size: 22px;
  font-weight: 600;
  color: #25BBF9;
  line-height: 107px;
}
.scene .main .tabPane .exhibition .monthList .monthBox .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-right: 0;
}
.scene .main .tabPane .exhibition .contentBox {
  width: 1200px;
  padding-top: 53px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_ed19c2639c7558aa6b78329838e28d33.png') no-repeat 0 27px / auto 109px, url('//pic.cgyouxi.com/orange/upload/202311/59029616_92750da89b5c5994c7eaa675ca9d2946.png') no-repeat 911px 27px / auto 109px;
  background-color: rgba(255, 255, 255, 0.3);
}
.scene .main .tabPane .exhibition .contentBox .childTab {
  display: flex;
  position: relative;
  width: 604px;
  height: 54px;
  padding: 6px 7px;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #5CD9F9;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
}
.scene .main .tabPane .exhibition .contentBox .childTab::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 236px;
  height: 24px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_842340e18c49a98c927001d8a584409e.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .childTab span {
  width: 50%;
  font-size: 20px;
  color: #32C0F9;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .contentBox .childTab span.active {
  color: #FFFFFF;
  font-weight: 600;
}
.scene .main .tabPane .exhibition .contentBox .childTab span.active:first-child {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_a09d86390a4062b165a04b1bb7c22850.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .childTab span.active:last-child {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_69e1d1abd194800714d2d5740620d65f.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene {
  padding: 0 39px;
  margin-top: 48px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox {
  display: flex;
  margin-bottom: 80px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo {
  display: inline-flex;
  align-items: center;
  width: 864px;
  height: 310px;
  padding: 30px 30px 32px;
  margin-right: 14px;
  border-radius: 16px 10px;
  background: rgba(255, 255, 255, 0.6) url('//pic.cgyouxi.com/orange/upload/202311/59029616_662d522310cb5b2835c2fd585228bd86.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .imgBox {
  width: 440px;
  margin-right: 50px;
  border-radius: 9px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .imgBox .swiper-wrapper .videoBox {
  position: relative;
  width: 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .imgBox .swiper-wrapper .videoBox video {
  width: 100%;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .imgBox .swiper-wrapper .videoBox .videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 59px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_f092e6d307fc52226a44e8beea8b7d1d.png') no-repeat center / 100%;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .imgBox .swiper-wrapper img {
  width: 100%;
  cursor: pointer;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right {
  width: 314px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right h6 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #25BBF9;
  line-height: 20px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right h6 img {
  height: 31px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right p a {
  color: #333333;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .sceneInfo .right p::before {
  content: '';
  width: 19px;
  height: 20px;
  margin-right: 12px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_78c3dbf42b92a083e17758d8578871a5.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo {
  position: relative;
  width: 244px;
  height: 310px;
  padding-top: 121px;
  border-radius: 16px 10px;
  background: rgba(255, 255, 255, 0.6) url('//pic.cgyouxi.com/orange/upload/202311/59029616_c82dcd82bd7eb8ed84795dc11f3c0393.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo::before {
  content: '';
  position: absolute;
  top: 81px;
  left: -30px;
  width: 45px;
  height: 148px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_a3ff120b9aefe4e6a80b350d839c986f.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #30BEF9;
  line-height: 33px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo h6::before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_de64ed8e14598fcba7e9e40cb0976ff9.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo p {
  margin-bottom: 28px;
  margin-left: 96px;
  font-size: 20px;
  color: #7E8487;
  line-height: 20px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .sceneBox .scoreInfo img {
  width: 124px;
  margin-left: 56px;
}
.scene .main .tabPane .exhibition .contentBox .starScene .reviewBox,
.scene .main .tabPane .exhibition .contentBox .starScene .messageBox {
  position: relative;
  width: 1120px;
  margin-bottom: 80px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_071f57fb4ff37d51255295c87833a59e.png') no-repeat bottom center / 100%, linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  background-clip: padding-box;
  transform-style: preserve-3d;
}
.scene .main .tabPane .exhibition .contentBox .starScene .reviewBox::before,
.scene .main .tabPane .exhibition .contentBox .starScene .messageBox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px);
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(180deg, #4CDFFD 0%, #25BBF9 100%);
}
.scene .main .tabPane .exhibition .contentBox .starScene .reviewBox h6,
.scene .main .tabPane .exhibition .contentBox .starScene .messageBox h6 {
  width: 604px;
  height: 48px;
  margin: -31px auto 22px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_cf7bad5363d8724beb8223472e5168e6.png') no-repeat center / 100%;
  font-size: 20px;
  font-weight: 600;
  color: #50C8F9;
  line-height: 48px;
  text-align: center;
}
.scene .main .tabPane .exhibition .contentBox .starScene .reviewBox p,
.scene .main .tabPane .exhibition .contentBox .starScene .messageBox p {
  margin: 0 26px 32px;
  font-size: 16px;
  color: #4A5255;
  line-height: 30px;
  white-space: pre-wrap;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 590px;
  padding: 0 98px 41px;
  margin-top: 10px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_773277eac9bd12caa9ab9b5ef9976f8a.png') no-repeat bottom center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 242px;
  height: 431px;
  transform-style: preserve-3d;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li .avatar {
  position: relative;
  width: 138px;
  height: 138px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2eb5ff, #ffffff);
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li .avatar img {
  width: 130px;
  border-radius: 50%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li div {
  display: flex;
  align-items: center;
  min-width: 110px;
  height: 32px;
  padding: 1px 9px 1px 3px;
  margin: -10px 0 20px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: #3CA8F9;
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  transform: translateZ(1px);
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li div::before {
  content: '';
  width: 24px;
  height: 25px;
  margin-right: 4px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_9850e3dcc13f127163526380e87f2939.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li div span {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li .author {
  width: 200px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li p {
  width: 200px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li .source {
  width: 103px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.empty div {
  margin-bottom: 36px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first {
  position: relative;
  width: 294px;
  height: 548px;
  padding-top: 65px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_d1bad8d7c2a5b7ae02519be0ab8d9871.png') no-repeat bottom center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first::before {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  width: 365px;
  height: 212px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_97708b0b0359ddfcd1cb1d0ab56e1b27.png') no-repeat center / 100%;
  transform: translateZ(-1px);
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first .avatar {
  position: relative;
  width: 168px;
  height: 168px;
  background: linear-gradient(180deg, #fb508e, #ffffff);
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first .avatar::before {
  content: '';
  position: absolute;
  top: -47px;
  left: -17px;
  width: 95px;
  height: 84px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_fc0d34fb0bc1b2e123eed31704d6f382.png') no-repeat center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first .avatar img {
  width: 160px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first div {
  min-width: 124px;
  height: 36px;
  padding: 3px 8px 3px 3px;
  margin-bottom: 23px;
  border-radius: 18px;
  box-shadow: inset 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
  background: #FF4385;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first div::before {
  width: 28px;
  height: 28px;
  margin-right: 3px;
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_5532495d0377b1b51c1c139bbbd4cdcc.png');
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first div span {
  font-size: 22px;
  line-height: 22px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first .author,
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first p {
  width: 240px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.first.empty div {
  margin-bottom: 39px;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.second {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_dd42e650353f32f2fbc84d4eeb3c7e05.png') no-repeat bottom center / 100%;
}
.scene .main .tabPane .exhibition .contentBox .devoteList .topThree li.third {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_3ec110bef514172463117661c551e43a.png') no-repeat bottom center / 100%;
}
.scene .main .tabPane .exhibition > .empty {
  margin-top: 60px;
}
.scene .main .tabPane .exhibition > .empty h3 {
  height: 140px;
  padding: 54px 545px 56px 556px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_ff658ecbba6d1e6a5da4dca8d30b98bf.png') no-repeat center / 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.scene .main .tabPane .exhibition > .empty div {
  height: 846px;
  padding: 8px;
  border: 2px solid #FFFFFF;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, #f3fcfe, rgba(243, 252, 254, 0.65));
}
.scene .main .tabPane .exhibition > .empty div div {
  height: 100%;
  padding-top: 271px;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  text-align: center;
}
.scene .main .tabPane .exhibition > .empty div div img {
  width: 308px;
  margin-bottom: 10px;
}
.scene .main .tabPane .exhibition > .empty div div p {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.scene .main .tabPane .otherRank {
  margin-top: 60px;
}
.scene .main .tabPane .otherRank h3 {
  height: 140px;
  padding: 54px 545px 56px 556px;
  background: url('//pic.cgyouxi.com/orange/upload/202310/59029616_ff658ecbba6d1e6a5da4dca8d30b98bf.png') no-repeat center / 100%;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.scene .main .tabPane .otherRank > div {
  display: flex;
  border-bottom: 1px solid #5CD9F9;
  background: #FFFFFF;
}
.scene .main .tabPane .otherRank > div:nth-child(odd) {
  background: rgba(255, 255, 255, 0.9);
}
.scene .main .tabPane .otherRank > div:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.scene .main .tabPane .otherRank > div > div {
  display: inline-flex;
  width: 600px;
  height: 131px;
}
.scene .main .tabPane .otherRank > div > div .num {
  margin: 52px 31px 60px 22px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}
.scene .main .tabPane .otherRank > div > div > a {
  position: relative;
  width: 63px;
  height: 63px;
  margin: 29px 24px 40px 0;
}
.scene .main .tabPane .otherRank > div > div > a .avatar {
  width: 100%;
  border-radius: 50%;
}
.scene .main .tabPane .otherRank > div > div > a .pendant {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 80px;
  height: 80px;
}
.scene .main .tabPane .otherRank > div > div .detail {
  width: 246px;
  margin-top: 25px;
}
.scene .main .tabPane .otherRank > div > div .detail .uname {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.scene .main .tabPane .otherRank > div > div .detail .uname a {
  max-width: 192px;
  margin-right: 30px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene .main .tabPane .otherRank > div > div .detail .uname img {
  height: 24px;
}
.scene .main .tabPane .otherRank > div > div .detail .badges {
  margin-bottom: 13px;
}
.scene .main .tabPane .otherRank > div > div .detail .badges img {
  height: 24px;
  margin-right: 5px;
}
.scene .main .tabPane .otherRank > div > div .detail .rolename {
  font-size: 14px;
  color: #1AA6FF;
  line-height: 14px;
}
.scene .main .tabPane .otherRank > div > div .score {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 48px 20px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}
.scene .main .tabPane .otherRank > div > div .score::after {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 2px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_39926cc9819843274daf9dcd1dbbd19b.png') no-repeat center / 100%;
}
.scene .main .tabPane .otherRank > div > div.cg {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_09f4b0459d37d965dacd1a941dd83450.png') no-repeat 500px 25px / auto 70px;
}
.scene .main .tabPane .otherRank > div > div.wm {
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_4419df5348cd4f8e9dfb74a10ff84586.png') no-repeat 500px 25px / auto 70px;
}
.scene .main .tabPane .otherRank.afterTen {
  margin-top: 19px;
}
.scene .main .tabPane .otherRank.afterTen > div {
  background: rgba(255, 255, 255, 0.7);
}
.scene .main .tabPane .otherRank.afterTen > div:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.scene .main .tabPane .otherRank.afterTen > div > div {
  align-items: center;
  height: 119px;
}
.scene .main .tabPane .otherRank.afterTen > div > div .num {
  margin: 0 31px 0 22px;
}
.scene .main .tabPane .otherRank.afterTen > div > div > a {
  margin: 0;
}
.scene .main .tabPane .otherRank.afterTen > div > div > a.uname {
  flex-grow: 1;
  margin-left: 24px;
  height: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.scene .main .mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.scene .main .mask .pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 482px;
  padding-top: 115px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_c24945766aef4fe002599a73f8a4bb4b.png') no-repeat center / 100%;
}
.scene .main .mask .pop .qrCodeBox {
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
  border-radius: 8px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.scene .main .mask .pop .qrCodeBox img {
  width: 100%;
}
.scene .main .mask .pop p {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  white-space: pre-wrap;
}
.scene .main .mask .pop .closeBtn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_8c349272fae91ae5ff1d48be5cb5b8ed.png') no-repeat center / 100%;
  cursor: pointer;
}
.voteRecord {
  position: fixed;
  right: -15px;
  bottom: 370px;
  width: 194px;
  height: 94px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_8897c9e35febed3cd717a6f74811b09a.png') no-repeat center / 100%;
  cursor: pointer;
}
.voteRecord:hover {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_7b42cb72290e7bc564052ed50309aeff.png');
}
.activeRule {
  position: fixed;
  right: -15px;
  bottom: 300px;
  width: 194px;
  height: 94px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_d5a5d158869b6503876c7f7aefc779ea.png') no-repeat center / 100%;
}
.activeRule:hover {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_40d80d7685fad9b69fab9d365d34c92c.png');
}
.cgBackTop {
  left: auto !important;
  right: -15px;
  bottom: 230px !important;
  width: 194px !important;
  height: 96px !important;
  border: 0 !important;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_491de707ce2fe19837674d10ac9dd7db.png') no-repeat center / 100% !important;
}
.cgBackTop:hover {
  background-image: url('//pic.cgyouxi.com/orange/upload/202311/59029616_b8d53bf9d5467e26d1b726f926011917.png') !important;
}
.cgBackTop span {
  background: none !important;
}
.qrCode {
  position: fixed;
  right: 5px;
  bottom: 40px;
  width: 140px;
  height: 182px;
  padding: 6px 6px 13px;
  background: url('//pic.cgyouxi.com/orange/upload/202311/59029616_684b42506d24b2416033090bb2ca3eb8.png') no-repeat center / 100%;
}
.qrCode img {
  width: 100%;
}
.qrCode p {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
}
@keyframes myfirst {
  0% {
    right: -10%;
    transform: translate(0);
    visibility: visible;
  }
  5% {
    right: 5%;
  }
  10% {
    right: 10%;
  }
  15% {
    right: 15%;
  }
  20% {
    right: 20%;
  }
  25% {
    right: 25%;
  }
  30% {
    right: 30%;
  }
  35% {
    right: 35%;
  }
  40% {
    right: 40%;
  }
  45% {
    right: 45%;
  }
  50% {
    right: 50%;
  }
  55% {
    right: 55%;
  }
  60% {
    right: 60%;
  }
  65% {
    right: 65%;
  }
  70% {
    right: 70%;
  }
  75% {
    right: 75%;
  }
  80% {
    right: 80%;
  }
  85% {
    right: 85%;
  }
  90% {
    right: 90%;
  }
  95% {
    right: 95%;
  }
  100% {
    right: 100%;
  }
}
@keyframes mysecond {
  0% {
    right: -10%;
    transform: translate(0);
    visibility: visible;
  }
  5% {
    right: 5%;
  }
  10% {
    right: 10%;
  }
  15% {
    right: 15%;
  }
  20% {
    right: 20%;
  }
  25% {
    right: 25%;
  }
  30% {
    right: 30%;
  }
  35% {
    right: 35%;
  }
  40% {
    right: 40%;
  }
  45% {
    right: 45%;
  }
  50% {
    right: 50%;
  }
  55% {
    right: 55%;
  }
  60% {
    right: 60%;
  }
  65% {
    right: 65%;
  }
  70% {
    right: 70%;
  }
  75% {
    right: 75%;
  }
  80% {
    right: 80%;
  }
  85% {
    right: 85%;
  }
  90% {
    right: 90%;
  }
  95% {
    right: 95%;
  }
  100% {
    right: 100%;
  }
}
