.divide[data-v-0e901c39] {
  width: 280px;
  height: 1px;
  margin: 0 auto;
  background: #f4f4f4;
}

.like-wrapper[data-v-5d447a48] {
  width: 90px;
  position: relative;
}
.like-wrapper > div[data-v-5d447a48] {
  float: right;
  cursor: pointer;
}
.like-wrapper .dislike[data-v-5d447a48] {
  height: 38px;
  width: 70px;
  top: 20px;
  right: -4px;
  position: absolute;
  z-index: 100;
}
.like-wrapper .dislike > div[data-v-5d447a48] {
  height: 30px;
  bottom: 0;
  width: 100%;
  background: white;
  line-height: 30px;
  text-align: center;
  position: absolute;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.like-wrapper .dislike > div[data-v-5d447a48]:hover {
  color: #f30;
  text-decoration: underline;
}
.like-wrapper .dislike > div[data-v-5d447a48]:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #FFF;
  position: absolute;
  top: -5px;
  left: 31px;
}
.like-wrapper .like[data-v-5d447a48] {
  /*margin-right: 12px;*/
  width: 54px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 22px;
  border-radius: 14px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.like-wrapper .like > span[data-v-5d447a48] {
  text-align: center;
  display: block;
}
.like-wrapper .like > span img[data-v-5d447a48] {
  width: 8px;
  height: 8px;
  border: none;
  vertical-align: 1px;
}
.like-wrapper .like .ygz img[data-v-5d447a48] {
  width: 10px;
  height: 8px;
}
@-webkit-keyframes fade-data-v-5d447a48 {
  /*设置内容由显示变为隐藏*/
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-data-v-5d447a48 {
  /*设置内容由显示变为隐藏*/
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.like-wrapper .ylike[data-v-5d447a48] {
  width: 64px;
  height: 22px;
  line-height: 20px;
  color: #999999;
  border: 1px solid #ECECEC;
}
.like-wrapper .ylike .fade[data-v-5d447a48] {
  -webkit-animation: fade-data-v-5d447a48 0.1s ease-in;
  animation: fade-data-v-5d447a48 0.1s ease-in;
}
.like-wrapper .nlike[data-v-5d447a48] {
  /*background: url("~@/assets/images/icon_right_unlike.png") 7px 5px  no-repeat;*/
  /*background-size: 11px 10px;*/
  background: rgba(1, 102, 255, 0.05);
  color: #0166FF;
}
.like-wrapper .nlike[data-v-5d447a48]:hover {
  opacity: 0.9;
}

.con[data-v-4dd98282] {
  margin: 20px 20px 16px;
  position: relative;
}
.con .con-left[data-v-4dd98282] {
  line-height: 22px;
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  float: left;
  font-family: MicrosoftYaHei-Bold;
  max-width: 190px;
  height: 22px;
  overflow: hidden;
}
.con .con-left img[data-v-4dd98282] {
  width: 22px;
  height: 22px;
  border: 0;
}
.con .con-left svg[data-v-4dd98282] {
  vertical-align: -6px;
  width: 22px;
  height: 22px;
}
.con .con-right[data-v-4dd98282] {
  float: right;
}

.minigame-info[data-v-6514dc96] {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 31px;
}
.minigame-info > div[data-v-6514dc96] {
  float: left;
}
.minigame-info .lil[data-v-6514dc96] {
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
}
.minigame-info .lil img[data-v-6514dc96] {
  border: 0;
  width: 110px;
  height: 110px;
}
.minigame-info .lir[data-v-6514dc96] {
  position: relative;
  height: 110px;
}
.minigame-info .lir .title[data-v-6514dc96] {
  font-size: 16px;
  overflow: hidden;
  max-width: 141px;
  padding-top: 5px;
}
.minigame-info .lir .title a[data-v-6514dc96] {
  max-height: 38px;
  color: #222222;
  display: block;
  line-height: 19px;
  overflow: hidden;
}
.minigame-info .lir .title a[data-v-6514dc96]:hover {
  color: #f30;
}
.minigame-info .lir .type[data-v-6514dc96] {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.minigame-info .lir .type img[data-v-6514dc96] {
  height: 11px;
  vertical-align: 0;
  border: none;
}
.minigame-info .lir .bottom[data-v-6514dc96] {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 22px;
  width: 155px;
}
.minigame-info .lir .change[data-v-6514dc96] {
  display: block;
  cursor: pointer;
  float: left;
  width: 62px;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid rgba(0, 101, 255, 0.3);
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #0051ff;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.minigame-info .lir .change[data-v-6514dc96]:hover {
  text-decoration: none;
  background: #0065ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0094FF), to(#0051ff));
  background-image: linear-gradient(to right, #0094FF, #0051ff);
  color: #FFF;
}
.minigame-info .lir .start[data-v-6514dc96] {
  display: block;
  float: left;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  border: 1px solid rgba(0, 101, 255, 0.3);
  color: #0051ff;
  width: 70px;
  height: 24px;
  line-height: 22px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.minigame-info .lir .start[data-v-6514dc96]:hover {
  text-decoration: none;
  background: #0065ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0094FF), to(#0051ff));
  background-image: linear-gradient(to right, #0094FF, #0051ff);
  color: #FFF;
}

.right-ad-360[data-v-5aa489aa] {
  position: relative;
  color: #222;
}
.right-ad-360 .title[data-v-5aa489aa] {
  padding: 18px 20px 16px 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
}
.right-ad-360 .title[data-v-5aa489aa]::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 22px;
  height: 22px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_right_3605b2f6e894f8dd9a49db3226e14246210.png) no-repeat center;
  background-size: contain;
}
.right-ad-360 .ad-link[data-v-5aa489aa] {
  padding: 0 20px 20px;
  display: block;
}
.right-ad-360 .ad-link[data-v-5aa489aa]:hover {
  text-decoration: none;
}
.right-ad-360 .ad-img[data-v-5aa489aa] {
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  height: 93px;
  position: relative;
}
.right-ad-360 .video[data-v-5aa489aa] {
  background-color: #000;
}
.right-ad-360 .img[data-v-5aa489aa] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.right-ad-360 .icon-ad[data-v-5aa489aa] {
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-radius: 14px;
  width: 38px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(0, 0, 0, 0.4);
}
.right-ad-360 .desc[data-v-5aa489aa] {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  color: #222;
}
.right-ad-360 .desc[data-v-5aa489aa]:hover {
  text-decoration: underline;
  color: #f30;
}

.wrapper[data-v-4ef4fda0] {
  padding-left: 18px;
  padding-bottom: 4px;
}
.wrapper .item[data-v-4ef4fda0] {
  float: left;
  position: relative;
  margin-bottom: 8px;
}
.wrapper .item > a[data-v-4ef4fda0] {
  display: block;
  width: 135px;
  height: 76px;
  position: relative;
}
.wrapper .item > a .mask[data-v-4ef4fda0] {
  display: none;
  position: absolute;
  width: 135px;
  height: 76px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.wrapper .item > a .mask span[data-v-4ef4fda0] {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #FFEDD7;
  line-height: 26px;
  width: 82px;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #08658E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08204C), to(#08658E));
  background-image: linear-gradient(180deg, #08204C 0%, #08658E 100%);
  border: 1px solid #fcd8b2;
  text-align: center;
  top: 23px;
  left: 26px;
  border-radius: 4px;
}
.wrapper .item > a:hover .mask[data-v-4ef4fda0] {
  display: block;
  z-index: 1;
}
.wrapper .item img[data-v-4ef4fda0] {
  border: 0;
  width: 135px;
  height: 76px;
  outline: none;
  border-radius: 8px;
}
.wrapper .item p[data-v-4ef4fda0] {
  text-align: center;
  line-height: 30px;
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper .item p a[data-v-4ef4fda0] {
  color: #000000;
  font-size: 14px;
  display: block;
}
.wrapper .item p a[data-v-4ef4fda0]:hover {
  color: #FF3300;
}
.wrapper .item[data-v-4ef4fda0]:nth-child(2n) {
  margin-left: 14px;
}

.answer-ctn[data-v-6e970661] {
  position: relative;
  min-height: 227.5px;
}
.answer-info[data-v-6e970661] {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.answer-info .title[data-v-6e970661] {
  font-size: 15px;
  color: #222222;
  margin-bottom: 12px;
  max-height: 42px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.answer-info .title a img[data-v-6e970661] {
  width: 16px;
  height: 18px;
  vertical-align: -3px;
}
.answer-info .aibanner[data-v-6e970661],
.answer-info .aioption[data-v-6e970661] {
  float: left;
}
.answer-info .aibanner[data-v-6e970661] {
  width: 135px;
  height: 135px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 13px;
}
.answer-info .aibanner img[data-v-6e970661] {
  border: 0;
  width: 100%;
  height: 100%;
}
.answer-info .aioption > div[data-v-6e970661] {
  margin-bottom: 8px;
  width: 132px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  font-size: 12px;
  cursor: pointer;
  padding: 0px 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.answer-info .aioption .op1[data-v-6e970661] {
  background-color: rgba(255, 72, 72, 0.15);
  color: #f31616;
}
.answer-info .aioption .op1[data-v-6e970661]:hover {
  background-color: #ff4848;
  color: #FFF;
}
.answer-info .aioption .op2[data-v-6e970661] {
  background-color: rgba(255, 192, 57, 0.15);
  color: #ff8a00;
}
.answer-info .aioption .op2[data-v-6e970661]:hover {
  background-color: #ff9d28;
  color: #FFF;
}
.answer-info .aioption .op3[data-v-6e970661] {
  background-color: rgba(45, 144, 255, 0.15);
  color: #0078ff;
}
.answer-info .aioption .op3[data-v-6e970661]:hover {
  background-color: #499fff;
  color: #FFF;
}
.answer-info .aioption .op4[data-v-6e970661] {
  background-color: rgba(71, 208, 132, 0.15);
  color: #10a552;
}
.answer-info .aioption .op4[data-v-6e970661]:hover {
  background-color: #29b567;
  color: #FFF;
}
.answer-info .result[data-v-6e970661] {
  height: 173px;
  background: grey;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.answer-info .result .btn-wrapper[data-v-6e970661] {
  width: 280px;
  position: absolute;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}
.answer-info .m-b[data-v-6e970661] {
  margin-top: 11px;
}
.answer-info .answer-end[data-v-6e970661],
.answer-info .end[data-v-6e970661] {
  width: 280px;
  height: 195px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/pic_dadui@2x5c1e1590295862e853da69a1764bcc81.png) no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 2px;
}
.answer-info .answer-end span[data-v-6e970661],
.answer-info .end span[data-v-6e970661] {
  position: absolute;
  top: 81px;
  right: 77px;
  width: 13px;
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF64F;
}
.answer-info .answer-end .next-group[data-v-6e970661],
.answer-info .end .next-group[data-v-6e970661] {
  position: absolute;
  bottom: 24px;
  left: 37px;
  width: 206px;
  height: 44px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 87, 255, 0.15);
  box-shadow: 0px 8px 14px 0px rgba(0, 87, 255, 0.15);
  border-radius: 24px;
  text-align: center;
  line-height: 44px;
  font-size: 15px;
  color: #0166FF;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.answer-info .answer-end .next-group[data-v-6e970661]:hover,
.answer-info .end .next-group[data-v-6e970661]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}
.answer-info .end[data-v-6e970661] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/pic_dawan@2xad552cdedc9793e7d5ea0a50e43539ba.png) no-repeat;
  background-size: 100%;
}
.answer-info .end .next-group[data-v-6e970661] {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(191, 158, 255, 0.39);
  box-shadow: 0px 8px 14px 0px rgba(191, 158, 255, 0.39);
  color: #A337E3;
  cursor: default;
}
.answer-info .end .next-group[data-v-6e970661]:hover {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(191, 158, 255, 0.39);
  box-shadow: 0px 8px 14px 0px rgba(191, 158, 255, 0.39);
  opacity: 1;
}
.answer-info .r-btn1[data-v-6e970661] {
  margin: 0 9px;
}
.answer-info .r-btn[data-v-6e970661] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 26px;
  line-height: 24px;
  border-radius: 13px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  width: 87px;
  border: 1px solid rgba(0, 101, 255, 0.3);
  color: #0051ff;
}
.answer-info .r-btn[data-v-6e970661]:hover {
  text-decoration: none;
  background: #0065ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0094FF), to(#0051ff));
  background-image: linear-gradient(to right, #0094FF, #0051ff);
  color: #FFF;
}
.answer-info .r-btn-not[data-v-6e970661] {
  cursor: not-allowed;
  border-color: rgba(0, 101, 255, 0.1);
  color: rgba(1, 102, 255, 0.5);
}
.answer-info .r-btn-not[data-v-6e970661]:hover {
  text-decoration: none;
  background: none;
  background-image: none;
  color: rgba(1, 102, 255, 0.5);
}
.answer-info .result-y[data-v-6e970661] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/bg_dati_rightfb39787f55cf519d6dc6b248b7f31bc8.png) no-repeat;
  background-size: 100% 100%;
}
.answer-info .result-n[data-v-6e970661] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/bg_dati_wronge5e7f42ddaa99f9dc6edc90b87a8bb52.png) no-repeat;
  background-size: 100% 100%;
}
.answer-info .result-n .r-btn[data-v-6e970661] {
  width: 80px;
  border: solid 1px rgba(255, 51, 0, 0.3);
  color: #ff3300;
}
.answer-info .result-n .r-btn[data-v-6e970661]:hover {
  text-decoration: none;
  background: rgba(255, 51, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 51, 0, 0.3)), to(#f30));
  background-image: linear-gradient(to right, rgba(255, 51, 0, 0.3), #f30);
  color: #FFF;
}
.answer-info .result-n .r-btn.disabled[data-v-6e970661] {
  border-color: rgba(255, 51, 0, 0.2);
  color: rgba(255, 51, 0, 0.5);
  cursor: not-allowed;
}
.answer-info .result-n .r-btn.disabled[data-v-6e970661]:hover {
  border-color: rgba(255, 51, 0, 0.2);
  color: rgba(255, 51, 0, 0.5);
  background: #fff;
}

.pk-info[data-v-1404a141] {
  position: relative;
  padding: 0 17px 20px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/pk_bg_1@2x85d0921130679ac63a871a9c89da370e.png) no-repeat;
  background-size: 30px 24px;
  background-position: 280px 0;
}
.pk-info .title[data-v-1404a141] {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  width: 262px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pk-info .continue-pk[data-v-1404a141] {
  margin-top: 10px;
}
.pk-info .continue-pk .title-status > div[data-v-1404a141] {
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 143px;
}
.pk-info .continue-pk .title-status > div img[data-v-1404a141] {
  height: 18px;
  width: 48px;
  border: 0;
}
.pk-info .continue-pk .title-status-l[data-v-1404a141] {
  float: left;
  color: #FF1F1F;
  text-align: left;
  padding-left: 10px;
}
.pk-info .continue-pk .title-status-r[data-v-1404a141] {
  float: right;
  color: #1F6FFF;
  text-align: right;
  padding-right: 10px;
}
.pk-info .continue-pk .btn[data-v-1404a141] {
  cursor: pointer;
  width: 188px;
  height: 46px;
  margin: 24px auto 0;
  background: #FFFFFF;
  border-radius: 23px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/btn_PK@2xfef9e4172ebe98f4ca2fba478d2470bd.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  font-size: 12px;
  color: #A3C8FF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pk-info .continue-pk .btn[data-v-1404a141]:hover {
  background: url(//www-stream.2345cdn.net/s/new2345/img/btn_PK_hover@2x64a99da4109e42cb8cfed46594f5c5f5.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  color: #FFF;
}
.pk-info .continue-pk .no-times[data-v-1404a141] {
  cursor: not-allowed;
  background: url(//www-stream.2345cdn.net/s/new2345/img/btn_download_over2fcb59dacd7a81290ea93b96d0a67f20.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  color: #D0D0D0;
}
.pk-info .continue-pk .no-times[data-v-1404a141]:hover {
  background: url(//www-stream.2345cdn.net/s/new2345/img/btn_download_over2fcb59dacd7a81290ea93b96d0a67f20.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  color: #D0D0D0;
}
.pk-info .des[data-v-1404a141] {
  margin-top: 10px;
}
.pk-info .des > div[data-v-1404a141] {
  width: 134px;
  height: 128px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pk-info .des > div p[data-v-1404a141] {
  height: 71px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  /*i {
          position: absolute;
          background: #FFF;
          width: 20px;
          height: 16px;
          top: 55px;
          right: 26px;
          opacity: 0.7;
          box-shadow: -5px 0px 10px white;
        }
        .more {
          position: absolute;
          bottom: 0px;
          font-size: 12px;
          color: #FFF;
          line-height: 16px;
          width: 38px;
          text-align: center;
          background: #FFA0A0;
          right: 0;
          cursor: pointer;
          border-radius: 8px;
          &:hover {
            background: #FF6767;
          }
          img {
            vertical-align: 2px;
            width: 5px;
            height: 6px;
          }
        }*/
}
.pk-info .des > div .btn[data-v-1404a141] {
  text-align: center;
  font-size: 12px;
  width: 106px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  cursor: pointer;
  margin: 14px auto 0;
}
.pk-info .des .red-des[data-v-1404a141] {
  float: left;
  background-color: #FFEFEF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFEF), to(#FFF8F8));
  background: linear-gradient(180deg, #FFEFEF 0%, #FFF8F8 100%);
  color: #F66363;
}
.pk-info .des .red-des .btn[data-v-1404a141] {
  position: relative;
  border: 1px solid rgba(255, 84, 84, 0.3);
  color: #FF1F1F;
}
.pk-info .des .red-des .btn span[data-v-1404a141] {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/sp_red36f605a1823d56fa2f11c91c08c1e46f.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: -2px;
  margin-right: 3px;
}
.pk-info .des .red-des .btn[data-v-1404a141]:hover {
  color: #fff;
  background-color: #FF1111;
  border: none;
  line-height: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#FF7148), color-stop(100%, #FF1111), color-stop(100%, #FF1111), to(#ff1111));
  background: linear-gradient(90deg, #FF7148 0%, #FF1111 100%, #FF1111 100%, #ff1111 100%);
}
.pk-info .des .red-des .btn:hover span[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/sp_hover7d20e1aa0aae3388fdbf0299dc7b382f.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .des .blue-des[data-v-1404a141] {
  float: right;
  background-color: #EFF7FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF7FF), to(#F8FBFF));
  background: linear-gradient(180deg, #EFF7FF 0%, #F8FBFF 100%);
  color: #5F87D1;
  /*p {
        .more {
          background: #98C4F6;
          &:hover {
            background: #60AAFF;
          }
        }
      }*/
}
.pk-info .des .blue-des .btn[data-v-1404a141] {
  position: relative;
  border: 1px solid rgba(32, 83, 255, 0.3);
  color: #3259F3;
}
.pk-info .des .blue-des .btn span[data-v-1404a141] {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/sp_blue071bdf43019b31c1d28754a794ab846c.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: -2px;
  margin-right: 3px;
}
.pk-info .des .blue-des .btn[data-v-1404a141]:hover {
  color: #fff;
  background-color: #0094FF;
  border: none;
  line-height: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#0094FF), to(#0051FF));
  background: linear-gradient(90deg, #0094FF 0%, #0051FF 100%);
}
.pk-info .des .blue-des .btn:hover span[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/sp_hover7d20e1aa0aae3388fdbf0299dc7b382f.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .init-state[data-v-1404a141] {
  height: 42px;
  background: red;
  position: relative;
  background: url(//www-stream.2345cdn.net/s/new2345/img/PKinit_state@2xf6ee8aeb23c655fe462f95fe779c0485.png) no-repeat;
  background-size: 100% 100%;
  margin: 12px 4px 0px;
}
.pk-info .init-state .red-rate[data-v-1404a141] {
  position: absolute;
  line-height: 42px;
  color: white;
  text-align: center;
  width: 50px;
  top: 0;
  font-size: 24px;
  font-weight: bold;
}
.pk-info .init-state .red-rate span[data-v-1404a141] {
  font-size: 18px;
}
.pk-info .init-state .blue-rate[data-v-1404a141] {
  position: absolute;
  line-height: 42px;
  color: white;
  text-align: center;
  width: 50px;
  top: 0;
  font-size: 24px;
  font-weight: bold;
}
.pk-info .init-state .blue-rate span[data-v-1404a141] {
  font-size: 18px;
}
.pk-info .init-state .pk-title[data-v-1404a141] {
  position: absolute;
  line-height: 42px;
  text-align: center;
  color: white;
  width: 81px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
.pk-info .init-state .red-title[data-v-1404a141] {
  left: 47px;
}
.pk-info .init-state .blue-title[data-v-1404a141] {
  right: 47px;
}
.pk-info .init-state .pos-abs[data-v-1404a141] {
  position: absolute;
  bottom: 0;
}
.pk-info .init-state .pos-abs img[data-v-1404a141] {
  width: 66px;
  height: 66px;
}
.pk-info .init-state .pos-abs .img-gif-l[data-v-1404a141] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pk-info .init-state .pos-abs .img-gif-r[data-v-1404a141] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pk-info .init-state .left-icon[data-v-1404a141] {
  left: 0;
}
.pk-info .init-state .right-icon[data-v-1404a141] {
  right: 0;
}
.pk-info .init-state .left[data-v-1404a141],
.pk-info .init-state .right[data-v-1404a141] {
  position: absolute;
  width: 17px;
  height: 34px;
  top: 4px;
  cursor: pointer;
}
.pk-info .init-state .right[data-v-1404a141] {
  right: -17px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/pk_icon_left_normal63f9f5304eb78199c9f19759cc8924fa.png) no-repeat;
  background-size: 100%;
}
.pk-info .init-state .right[data-v-1404a141]:hover {
  background: url(//www-stream.2345cdn.net/s/new2345/img/pk_icon_left_hoverda5ed7a4f7340643b8c866186227e209.png) no-repeat;
  background-size: 100%;
}
.pk-info .init-state .left[data-v-1404a141] {
  left: -17px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/pk_icon_right_normal0c12fdd45be2597b9150f02841147496.png) no-repeat;
  background-size: 100%;
}
.pk-info .init-state .left[data-v-1404a141]:hover {
  background: url(//www-stream.2345cdn.net/s/new2345/img/pk_icon_right_hover9ad6298e3dc2b25927fbef945e5d0519.png) no-repeat;
  background-size: 100%;
}
.pk-info .pk1[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-1405dc7f254795fe1b312e164db4217f4.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk2[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-2f3daaf94adf02fcefc513ecfcfe72c9a.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk3[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-3eb5aaec1924eb7583cca9b581b3f0c8b.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk4[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-48035da67e6167015dfd1f62745db21d7.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk5[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-5a67fc34c64cf7a87632efe0322f43b3b.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk6[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-6c3808b6ca4962e724f60c70608e29287.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .pk7[data-v-1404a141] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/PK-70b0d31ebbedf7b7558160d3ebc7f7fd0.png) no-repeat;
  background-size: 100% 100%;
}
.pk-info .button[data-v-1404a141] {
  margin: 14px -7px 0;
  text-align: center;
}
.pk-info .button-ctn[data-v-1404a141] {
  display: inline-block;
  max-width: 300px;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #006AFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#006AFF), to(#4890FF));
  background-image: linear-gradient(90deg, #006AFF 0%, #4890FF 100%);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 34px 0 37px;
  position: relative;
}
.pk-info .button-ctn[data-v-1404a141]:hover {
  background-color: #1B72F6;
  background-image: -webkit-gradient(linear, left top, right top, from(#1B72F6), to(#006AFF));
  background-image: linear-gradient(90deg, #1B72F6 0%, #006AFF 100%);
}
.pk-info .button-left[data-v-1404a141] {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 26px;
  height: 26px;
}
.pk-info .button-right[data-v-1404a141] {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 16px;
  height: 9px;
}

.dh-swiper-ctr[data-v-8e335d28] {
  width: 280px;
  margin: 0 auto;
  border-radius: 8px;
}
.b-title[data-v-8e335d28] {
  width: 280px;
  margin: 8px auto 0;
  padding-bottom: 15px;
}
.b-title span[data-v-8e335d28] {
  width: 38px;
  height: 20px;
  border-radius: 14px;
  border: 1px solid #E6E6E6;
  text-align: center;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.b-title a[data-v-8e335d28] {
  display: block;
  color: #222;
  width: 242px;
  font-size: 14px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.b-title a[data-v-8e335d28]:before {
  content: '';
  height: 6px;
  width: 6px;
  overflow: hidden;
  background: #ccc;
  position: absolute;
  left: 4px;
  top: 8px;
  border-radius: 50%;
}
.b-title a[data-v-8e335d28]:hover {
  color: #f30;
}
.dh-swiper-item .img[data-v-8e335d28] {
  width: 100%;
  height: 100%;
}
span.title-info[data-v-8e335d28] {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/transparent_2019050556048e1cb3ed41a78a36a2327a55cce5.png) 0 -204px;
}
span.title-info a[data-v-8e335d28] {
  line-height: 32px;
  color: white;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
span.title-info a[data-v-8e335d28]:hover {
  color: white;
}
span.title-info img[data-v-8e335d28] {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 7px;
  margin-left: 9px;
  margin-right: 3px;
}

.dy-swiper[data-v-36b3fb7a] {
  width: 292px;
  margin: 0 auto;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.dy-swiper .swiper-wrapper[data-v-36b3fb7a] {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transform: translate3d(-424px, 0, 0);
  transform: translate3d(-424px, 0, 0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.dy-swiper .swiper-slide[data-v-36b3fb7a] {
  display: inline-block;
  width: 228px;
  height: 240px;
  -webkit-transform: scaleX(0.95) scaleY(0.9);
  transform: scaleX(0.95) scaleY(0.9);
  border-radius: 8px;
  position: relative;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  overflow: hidden;
}
.dy-swiper .swiper-slide[data-v-36b3fb7a]::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  border-radius: 8px;
}
.dy-swiper .swiper-slide[data-v-36b3fb7a]:not(.swiper-slide-active)::before {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0.6;
}
.dy-swiper .swiper-slide.swiper-slide-active[data-v-36b3fb7a] {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 126, 219, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 126, 219, 0.2);
}
.dy-swiper .swiper-slide.swiper-slide-active[data-v-36b3fb7a]:hover {
  position: relative;
}
.dy-swiper .swiper-slide.swiper-slide-active[data-v-36b3fb7a]:hover::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1) url(//www-stream.2345cdn.net/s/new2345/img/icon_play2f1d9cd83f6e242ef01399e918e887217.png) no-repeat 94px 80px;
  background-size: 40px 40px;
}
.dy-swiper .swiper-slide-active[data-v-36b3fb7a] {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.dy-swiper .dy-img[data-v-36b3fb7a] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.dy-swiper .dy-img .hover-scale[data-v-36b3fb7a] {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dy-swiper .dy-hot[data-v-36b3fb7a] {
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 12px;
  color: #ffd70d;
  line-height: 16px;
  padding-left: 15px;
}
.dy-swiper .dy-hot[data-v-36b3fb7a]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_hot2ecb0bc80b263a5d8e151a59278afd7ba.png) no-repeat center;
  background-size: contain;
}
.dy-swiper .dy-bottom[data-v-36b3fb7a] {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background-color: #000;
}
.dy-swiper .dy-bottom-bg[data-v-36b3fb7a] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dy-swiper .dy-bottom-content[data-v-36b3fb7a] {
  position: relative;
  padding: 7px 8px 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dy-swiper .dy-title[data-v-36b3fb7a] {
  color: #fff;
  font-size: 14px;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
  font-weight: bold;
  text-indent: 18px;
  position: relative;
  white-space: normal;
}
.dy-swiper .dy-title[data-v-36b3fb7a]::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.dy-swiper .dy-title.dy-top-1[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top13bd35383d2746b26a05c84677d030bfd.png);
}
.dy-swiper .dy-title.dy-top-2[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top278c0f161e91729c14b3d0bed4983c38b.png);
}
.dy-swiper .dy-title.dy-top-3[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top3ab8dbceb15802a75de40b0af24f0e8f7.png);
}
.dy-swiper .dy-title.dy-top-4[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top49e50daf37b3938f455023e34a1cc0749.png);
}
.dy-swiper .dy-title.dy-top-5[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top595ed283a9c1dcbfde7ebccc19cf29f13.png);
}
.dy-swiper .dy-title.dy-top-6[data-v-36b3fb7a]::before {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_top6d258edfce1c5f7a4980a877de9c3bf85.png);
}
.dy-swiper .dy-title[data-v-36b3fb7a]:hover {
  text-decoration: underline;
}
.dy-swiper .dy-author-name[data-v-36b3fb7a] {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 9px;
  max-width: 124px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dy-swiper:hover .swiper-prev .svg-icon[data-v-36b3fb7a],
.dy-swiper:hover .swiper-next .svg-icon[data-v-36b3fb7a] {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.dy-swiper:hover .swiper-prev .svg-icon[data-v-36b3fb7a] {
  left: 0;
}
.dy-swiper:hover .swiper-next .svg-icon[data-v-36b3fb7a] {
  right: 0;
}
.dy-swiper .swiper-prev[data-v-36b3fb7a],
.dy-swiper .swiper-next[data-v-36b3fb7a] {
  position: absolute;
  width: 32px;
  height: 240px;
  top: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.dy-swiper .swiper-prev[data-v-36b3fb7a]:hover,
.dy-swiper .swiper-next[data-v-36b3fb7a]:hover {
  color: #fff;
}
.dy-swiper .swiper-prev .svg-icon[data-v-36b3fb7a],
.dy-swiper .swiper-next .svg-icon[data-v-36b3fb7a] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 10px;
  height: 20px;
  padding: 8px;
  background-color: rgba(172, 172, 172, 0.3);
  opacity: 0;
}
.dy-swiper .swiper-prev[data-v-36b3fb7a] {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 50%);
}
.dy-swiper .swiper-prev .svg-icon[data-v-36b3fb7a] {
  left: -32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dy-swiper .swiper-next[data-v-36b3fb7a] {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 50%);
}
.dy-swiper .swiper-next .svg-icon[data-v-36b3fb7a] {
  right: -32px;
}
.dy-list[data-v-36b3fb7a] {
  width: 284px;
  margin: 0 auto 15px;
  line-height: 28px;
}
.dy-list .dy-item[data-v-36b3fb7a] {
  clear: both;
  height: 28px;
  overflow: hidden;
}
.dy-list .item-1[data-v-36b3fb7a] {
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #cdcdcd;
  border-radius: 4px;
  margin-top: 6px;
  margin-right: 6px;
  color: white;
}
.dy-list .item-1.item-11[data-v-36b3fb7a] {
  margin-right: 4px;
  width: 18px;
}
.dy-list .item-2[data-v-36b3fb7a] {
  font-size: 14px;
  float: left;
  color: #222;
  max-width: 210px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dy-list .item-2[data-v-36b3fb7a]:hover {
  color: #f30;
}
.dy-list .item-3[data-v-36b3fb7a] {
  float: right;
  color: #999;
  font-size: 12px;
  max-width: 50px;
}
/*.bottom-ctr {
  text-align: center;
  margin: 8px auto 15px;
}
.btn-bottom {
  display: inline-block;
  width: 70px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid rgba(0, 101, 255, 0.3);
  box-sizing: border-box;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #0166FF;
  &:not(:last-child) {
    margin-right: 32px;
  }
  .svg-icon {
    width: 4px;
    height: 7px;
    vertical-align: 0;
    margin-left: 4px;
  }
  &:hover {
    border: none;
    line-height: 24px;
    color: #fff;
    background: #0094FF;
    background-image: linear-gradient(90deg, #0094FF 0%, #0051FF 100%);
    text-decoration: none;
  }
}*/

.dy-label[data-v-6bac763b] {
  width: 104px;
  height: 26px;
  position: absolute;
  top: -4px;
  left: 96px;
}
.dy-label img[data-v-6bac763b] {
  width: 100%;
  height: 100%;
}

