.wrapper {
  padding: 0;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.flex {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
}
.top-linear {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.347rem;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom-linear {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8.067rem;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.top-tabs {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  height: 45px;
  position: fixed;
  left: 60px;
  right: 60px;
  top: 0;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.48rem;
  z-index: 1008;
}
.top-tabs .tabs {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
}
.top-tabs .tab-item:nth-of-type(2) {
  margin: 0 0.8rem;
}
.top-tabs .tab-item.active {
  color: #fff;
  font-weight: bold;
}
.top-tabs .back,
.top-tabs .user {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-tabs .back img,
.top-tabs .user img {
  width: 0.613rem;
}
.top-tabs .back.back,
.top-tabs .user.back {
  left: 0.44rem;
}
.top-tabs .back.user,
.top-tabs .user.user {
  right: 0.44rem;
}
#login_ico {
  display: none;
}
.tab-swiper,
.video-swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.load-more {
  line-height: 0.8rem;
  height: 0.8rem;
  font-size: 0.4rem;
  text-align: center;
  color: #fff;
}
.video-swiper .content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.video-swiper .content .video-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  -webkit-background-size: cover;
  background-size: cover;
}
.video-swiper .content .video-contain {
  object-position: center 30%;
}
.video-swiper .get-packet {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 1.493rem;
  padding: 0 0.227rem 0 0.227rem;
  height: 0.747rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.373rem;
  color: #fff;
  font-size: 0.373rem;
  transform: translateX(-50%);
  z-index: 3;
}
.video-swiper .get-packet .icon {
  width: 0.707rem;
  height: 0.773rem;
}
.video-swiper .get-packet .seconds {
  font-size: 0.4rem;
  font-weight: bold;
  margin-right: 0.133rem;
  color: #FF707E;
}
.video-swiper .get-packet .arrow {
  margin-left: 0.093rem;
  width: 0.133rem;
  height: 0.24rem;
}
.video-swiper .video {
  display: block;
  width: 100%;
  height: 100%;
}
.video-swiper .video::-webkit-media-controls {
  display: none !important;
}
.video-swiper .video.video-poster {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.video-swiper .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 54px));
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.video-swiper .video-contain ~ .play-icon {
  top: 30%;
  transform: translateX(-50%) translateY(-15%);
}
.video-swiper .left-info {
  width: 6.827rem;
  position: absolute;
  bottom: 2rem;
  left: 0.48rem;
  z-index: 2;
  font-size: 0.373rem;
  color: #fff;
}
.video-swiper .left-info .relation-info-swiper {
  margin-bottom: 0.24rem;
  width: 6.827rem;
  overflow: hidden;
}
.video-swiper .left-info .relation-info-swiper .swiper-wrapper {
  align-items: flex-end !important;
}
.video-swiper .left-info .relation-info-swiper .relation-swiper-pagination {
  width: auto;
  left: auto;
  right: 0.133rem;
  bottom: 0.133rem;
}
.video-swiper .left-info .relation-info-swiper .relation-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #fff;
}
.video-swiper .left-info .relation-info-swiper .relation-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.video-swiper .left-info .house {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  padding: 0.133rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.133rem;
}
.video-swiper .left-info .house.reverse {
  flex-direction: row-reverse;
}
.video-swiper .left-info .house.reverse .info {
  margin-right: 0.133rem;
  margin-left: 0;
}
.video-swiper .left-info .house .img {
  width: 1.067rem;
  height: 1.067rem;
  border-radius: 0.08rem;
}
.video-swiper .left-info .house .info {
  flex: 1;
  margin-left: 0.133rem;
}
.video-swiper .left-info .house .info .name {
  margin-bottom: 0.133rem;
  font-size: 0.32rem;
  line-height: 1.4;
  color: #FFFFFF;
  word-break: break-all;
}
.video-swiper .left-info .house .info .btn {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  width: 1.733rem;
  height: 0.533rem;
  font-size: 0.293rem;
  color: #fff;
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
  border-radius: 0.32rem;
}
.video-swiper .left-info .user {
  margin-top: 0.267rem;
  margin-bottom: 0.267rem;
}
.video-swiper .left-info .user .username {
  font-size: 0.48rem;
  color: #fff;
}
.video-swiper .left-info .user .time {
  margin-left: 0.16rem;
  color: #ffffff50;
}
.video-swiper .left-info .desc {
  margin-bottom: 0.267rem;
  font-weight: 400;
  line-height: 0.533rem;
  word-break: break-all;
}
.video-swiper .left-info .desc .tag {
  color: #fff;
  margin-right: 0.267rem;
}
.video-swiper .left-info .location {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
}
.video-swiper .left-info .location .icon {
  margin-right: 0.133rem;
  width: 0.267rem;
}
.video-swiper .right {
  position: absolute;
  right: 0.267rem;
  bottom: 2.4rem;
  z-index: 2;
}
.video-swiper .right .user-info {
  position: relative;
  margin-bottom: 0.733rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
}
.video-swiper .right .user-info .avatar {
  width: 1.253rem;
  height: 1.253rem;
  border-radius: 50%;
  background: #fff;
  border: none;
}
.video-swiper .right .user-info .icon {
  position: absolute;
  left: 50%;
  margin-left: -0.28rem;
  bottom: -0.227rem;
  width: 0.56rem;
}
.video-swiper .right .item {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  color: #fff;
  font-size: 0.32rem;
}
.video-swiper .right .item:last-of-type {
  margin-bottom: 0;
}
.video-swiper .right .item .icon {
  margin-bottom: 0.133rem;
  width: 0.853rem;
  height: 0.853rem;
}
.video-swiper .progress-wrapper {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 100%;
  height: 0.053rem;
  background: #565968;
  box-shadow: 0 -0.133rem 0.267rem 0 rgba(137, 148, 143, 0.1);
}
.video-swiper .progress-wrapper .progress {
  width: 0;
  background: #fff;
  height: 0.053rem;
  transition: width linear 0.05s;
}
.video-swiper .progress-wrapper .progress-loading {
  margin: 0 auto;
  background: #fff;
  height: 0.053rem;
  animation: progress 0.5s linear infinite;
}
@keyframes progress {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0.3;
  }
}
#isNoWap {
  display: none!important;
}
.video-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 2;
}
.video-footer .comment {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0.32rem 0.467rem;
  font-size: 0.373rem;
  height: 2.213rem;
  color: #fff;
}
.packet-wrapper {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.packet-wrapper .packet-content {
  position: relative;
  width: 8.133rem;
  height: 10.667rem;
  background-image: url(../images/package-bg.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.packet-wrapper .packet-content .packet-info {
  text-align: center;
  color: #FFEABE;
}
.packet-wrapper .packet-content .packet-info .money {
  margin-top: 1.067rem;
  font-size: 1.867rem;
  line-height: 1.5;
  font-weight: bold;
}
.packet-wrapper .packet-content .packet-info .money span {
  margin-left: -8px;
  font-size: 0.8rem;
  vertical-align: middle;
  font-weight: normal;
}
.packet-wrapper .packet-content .packet-info .desc {
  margin-bottom: 0.8rem;
  font-size: 0.48rem;
  color: #ffffff70;
}
.packet-wrapper .packet-content .packet-info .tips {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  font-size: 0.427rem;
}
.packet-wrapper .packet-content .packet-info .tips::after,
.packet-wrapper .packet-content .packet-info .tips::before {
  margin: 0 0.187rem;
  content: '';
  width: 0.32rem;
  height: 1px;
  background: #FFEABE;
}
.packet-wrapper .packet-content .open {
  position: absolute;
  bottom: 1.067rem;
  left: 50%;
  margin-left: -1.507rem;
  width: 3.013rem;
  animation-iteration-count: infinite;
}
.packet-wrapper .packet-content .rotateY {
  animation-name: rotateY;
  animation-duration: 0.3s;
  animation-timing-function: linear;
}
@keyframes rotateY {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
.packet-wrapper .packet-content .done {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  color: #FFEABE;
}
.packet-wrapper .packet-content .done .tips {
  margin-top: 2.373rem;
  font-size: 0.587rem;
  width: 7rem;
  text-align: center;
  word-break: break-all;
}
.packet-wrapper .packet-content .done .btn {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 0.627rem;
  font-size: 0.427rem;
}
.packet-wrapper .packet-content .done .btn img {
  margin-left: 0.133rem;
  width: 0.133rem;
}
.packet-wrapper .close {
  margin-top: 0.4rem;
  width: 1.067rem;
}
.van-popup {
  background: transparent;
}
.modal-header {
  position: relative;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  padding: 0.387rem;
  justify-content: center;
  font-size: 0.453rem;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  position: absolute;
  top: 50%;
  width: 0.373rem;
  right: 0.373rem;
  transform: translateY(-50%);
}
.modal-content {
  padding: 0.4rem;
  padding-bottom: 2.213rem;
  height: 11.733rem;
  overflow: auto;
}
.comment-content {
  background: #FFFFFF;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
}
.comment-content .comment-item {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  align-items: flex-start;
}
.comment-content .comment-item .avatar {
  margin-right: 0.213rem;
  width: 0.96rem;
  height: 0.96rem;
  object-fit: cover;
  border-radius: 50%;
}
.comment-content .comment-item .expand {
  margin-top: 0.213rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  font-size: 0.347rem;
  color: #999;
}
.comment-content .comment-item .expand::before {
  content: '';
  margin-right: 0.24rem;
  width: 0.64rem;
  height: 1px;
  background: #E5E5E5;
}
.comment-content .comment-item .expand::after {
  margin-left: 0.107rem;
  margin-top: 0.133rem;
  content: '';
  border: 0.133rem solid transparent;
  border-top-color: #ccc;
  transition: all 0.3s;
  transform-origin: center;
}
.comment-content .comment-item .expand.isExpanded::after {
  margin-bottom: 0.133rem;
  margin-top: 0;
  transform: rotate(180deg);
}
.comment-content .comment-item .comment-info {
  flex: 1;
  position: relative;
}
.comment-content .comment-item .comment-info .username {
  color: #666;
  font-size: 0.347rem;
  vertical-align: middle;
}
.comment-content .comment-item .comment-info .text {
  padding-right: 0.667rem;
  margin: 0.107rem 0;
  font-size: 0.4rem;
  color: #333;
  line-height: 0.533rem;
}
.comment-content .comment-item .comment-info .like {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 0.32rem;
}
.comment-content .comment-item .comment-info .like .icon {
  width: 0.453rem;
}
.comment-content .comment-item .comment-info .time {
  font-size: 0.347rem;
  color: #999;
}
.comment-content .comment-item .comment-info .time .reply {
  margin-left: 0.267rem;
}
.comment-content .comment-item .comment-info .sub-comment {
  margin-top: 0.32rem;
  padding: 0.267rem;
  background: #FAFAFA;
  border-radius: 0.133rem;
}
.comment-content .comment-item .comment-info .sub-comment .sub-comment-item {
  margin-bottom: 0.347rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  position: relative;
  align-items: flex-start;
}
.comment-content .comment-item .comment-info .sub-comment .avatar {
  width: 0.533rem;
  height: 0.533rem;
}
.comment-content .enter-comment {
  padding: 0.16rem 0.4rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.213rem;
  background: #FFFFFF;
  z-index: 4;
  box-shadow: 0rem -0.133rem 0.267rem 0rem rgba(137, 148, 143, 0.1);
}
.comment-content .enter-comment input {
  font-size: 0.427rem;
  padding: 0 0.4rem;
  width: 7.067rem;
  line-height: 0.987rem;
  height: 0.987rem;
  background: #F7F7F7;
  border-radius: 0.493rem;
}
.comment-content .enter-comment .btn {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  color: #fff;
  font-size: 0.427rem;
  width: 1.867rem;
  height: 0.987rem;
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
  border-radius: 0.493rem;
}
.footer_job {
  box-shadow: none!important;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3)) !important;
}
.footer_job li {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
}
.footer_job li a {
  font-size: 0.373rem !important;
  color: #fff !important;
}
.reward-content {
  text-align: center;
  padding-bottom: 0.4rem;
}
.reward-content .avatar {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.213rem;
  width: 2.453rem;
  border-radius: 50%;
}
.reward-content .username {
  text-align: center;
  margin-bottom: 0.187rem;
  font-size: 0.48rem;
  color: #333;
}
.reward-content .desc {
  margin-bottom: 0.4rem;
  font-size: 0.32rem;
  color: #999;
}
.reward-content .money-list {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-wrap: wrap;
}
.reward-content .money-list .item {
  margin-right: 0.32rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  margin-bottom: 0.32rem;
  justify-content: center;
  width: 2.8rem;
  height: 1.173rem;
  background: #FFFFFF;
  color: #333;
  border-radius: 0.107rem;
  border: 1px solid #E5E5E5;
}
.reward-content .money-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.reward-content .money-list .item .money {
  line-height: 1;
  font-size: 0.587rem;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}
.reward-content .money-list .item .unit {
  margin-top: 0.08rem;
  margin-left: 0.053rem;
  font-size: 0.32rem;
}
.reward-content .money-list .item.active {
  background: #FFF1F4;
  border: 1px solid #FF3360;
  color: #FF3360;
}
.reward-content .money-list .item .other {
  font-size: 0.373rem;
  width: 100%;
  text-align: center;
}
.reward-content .reply {
  margin-bottom: 1.067rem;
  padding: 0.293rem;
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  height: 2.4rem;
  background: #F7F7F7;
  border-radius: 0.107rem;
  font-size: 0.373rem;
  outline: none;
  border: none;
}
.reward-content .reward-btn {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: center;
  font-size: 0.427rem;
  color: #fff;
  height: 0.987rem;
  background: linear-gradient(90deg, #FF3360 0%, #FF8585 100%);
  border-radius: 0.493rem;
}
.reward-content .tips {
  margin-top: 0.427rem;
  font-size: 0.373rem;
  color: #999;
}
.poster {
  position: fixed;
  width: 100%;
  top: 0;
  left: -9999px;
  background: url(../../images/livebroadcost/bg.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 9999;
  overflow: auto;
}
.poster .close {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9999;
}
.poster .card {
  width: 9.253rem;
  margin: 0.24rem 0.227rem;
  padding: 0.613rem 0.347rem 0.653rem 0.907rem;
  margin-bottom: 0;
  background: url(../../images/livebroadcost/card.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.poster .card .info-img {
  position: relative;
  width: 8rem;
  border-radius: 0.267rem;
  border: 4px solid #5e5de0;
  overflow: hidden;
}
.poster .card .info-img .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.poster .card .info-img .share-poster {
  width: 8rem;
}
.poster .card .card-info {
  margin: 0.2rem 0.36rem;
  line-height: 1.5;
  font-size: 0.427rem;
}
.poster .card .card-info .tag {
  margin-right: 0.267rem;
}
.poster .code {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  justify-content: space-between;
  margin: 0 0.507rem;
}
.poster .code .qr-code {
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  align-items: flex-start;
  width: 3.493rem;
  height: 3.493rem;
  padding-left: 0.45rem;
  padding-top: 0.2rem;
  background: url(../../images/livebroadcost/code-bg.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.poster .code .qr-code .code-img {
  width: 2.84rem;
  height: 2.84rem;
}
.poster .code .get-code {
  width: 5.227rem;
  height: 3.16rem;
}
.bdsharehd_new .haibao {
  display: block!important;
}
.van-swipe-item {
  height: 2.133rem;
  display: -webkit-box;
  /* android 2.1-3.0, ios 3.2-4.3 */
  display: -webkit-flex;
  /* Chrome 21+ */
  display: -ms-flexbox;
  /* WP IE 10 */
  display: flex;
  /* android 4.4 */
  -webkit-box-align: center;
  /* android 2.1-3.0, ios 3.2-4.3 */
  -webkit-align-items: center;
  /* Chrome 21+ */
  -ms-flex-align: center;
  /* WP IE 10 */
  align-items: center;
  /* android 4.4 */
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
#ipageTitle {
  display: none!important;
}
