html {
  background-color: #fff;
}
body {
  /*overflow: hidden;*/
  overflow-x: hidden;
  /*padding-bottom: 1.6rem;*/
  /*padding-top: 1.5rem;*/
}
.top-advert,
.bottom-advert {
  width: 100%;
  padding: 0.2rem 0.2rem 0.2rem;
  overflow: hidden;
  font-size: 0.32rem;
  line-height: 0.43rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.top-advert .swiper-container,
.bottom-advert .swiper-container {
  width: calc(100% - 1.7rem);
  padding-bottom: 0.1rem;
  overflow: hidden;
}
.top-advert .swiper-slide,
.bottom-advert .swiper-slide {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.top-advert .swiper-pagination,
.bottom-advert .swiper-pagination {
  text-align: right;
  /*position: relative;*/
  max-height: 5px;
}
.top-advert .swiper-pagination,
.bottom-advert .swiper-pagination {
  bottom: 0;
  font-size: 0;
  padding-right: 0.5rem;
}
/*.bottom-advert .swiper-pagination{*/
/*  bottom: .1rem;*/
/*}*/
.top-advert .swiper-pagination-bullet,
.bottom-advert .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background: #d9d9d9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}
.top-advert .swiper-pagination-bullet-active,
.bottom-advert .swiper-pagination-bullet-active {
  background: #f80505;
  width: 15px;
  border-radius: 5px;
}
.top-advert .logo,
.bottom-advert .logo {
  overflow: hidden;
  float: left;
}
.top-advert img,
.bottom-advert img {
  height: 0.65rem;
  min-width: auto;
  float: left;
  margin-right: 0.15rem;
}
.top-advert .headpic,
.bottom-advert .headpic {
  height: 0.65rem;
  width: 0.65rem;
  min-width: 0.65rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.15rem;
}
.top-advert .text,
.bottom-advert .text {
  font-size: 0.28rem;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  color: #222;
}
.top-advert .text p:nth-child(2),
.bottom-advert .text p:nth-child(2) {
  white-space: nowrap;
  font-size: 0.28rem;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.top-advert .open,
.bottom-advert .open {
  display: block;
  float: right;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f41414;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  text-align: center;
  position: relative;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.top-advert .open:before,
.bottom-advert .open:before {
  content: '';
  display: none;
  width: 0.3rem;
  height: 0.24rem;
  background: url("../images/xz.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0.05rem;
  top: 0.1rem;
}
.bottom-advert {
  position: fixed;
  left: 0;
  background-color: #fff;
  top: 0;
  /*display: none;*/
  opacity: 0;
  z-index: 2;
}
.bottom-advert .close {
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/close3.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.2rem;
}
.top-advert {
  -webkit-box-shadow: 0 0px 25px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0px 25px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0px 25px 1px rgba(0,0,0,0.1);
}
.top-advert img {
  height: 0.45rem;
}
.top-advert .open {
  width: 1.1rem;
  height: 0.45rem;
  line-height: 0.45rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.3rem;
}
.details {
  width: 100%;
  /*padding: 0 0.3rem;*/
  overflow: hidden;
  margin-top: 0.3rem;
  margin-bottom: .3rem;
}
.details .page-title{
  padding: 0 0.3rem;
}
.details h2 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}
.details h2 a{
  color: #267eda;
}
.details .info {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 0 .3rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.details .company {
  max-width: 3rem;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details .resource,
.details .time {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.3rem;
  color: #222;
}
.details .resource .logo,
.details .time .logo {
  margin-right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.details .resource .logo img, .details .time .logo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.details .time {
  font-size: 0.28rem;
  color: #666;
}
.details .time div {
  margin-left: 0.15rem;
}
.details .content {
  font-size: 0.34rem;
  color: #222;
  padding: 0 .3rem;
  line-height: 0.58rem;
  margin-top: 0.35rem;
  /*max-height: 7.5rem;*/
  overflow: hidden;
  text-align: justify;
}
.details .content td,
.details .content th{
  border:1px solid #ddd;
}
.details .content *{
  word-break: break-word;
  max-width: 100% !important;
}
.details .content table{
  width: 100% !important;
}
.details .content a,
.details .content a:hover,
.details .content a:active,
.details .content a:visited,
.details .content a:link,
.details .content a:focus {
  color: #54baf0;
}
.details .content img {
  max-width: 100% !important;
  height: auto !important;
}
.details .content:not.oneKey p{
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
}
.details .content.oneKey .li-editor{
  color: #999999;
  text-align: center;
  font-size: 16px;
}
.details .content.oneKey .li-title1{
  text-align: center;
  font-weight: bold;
  color: #333333;
  font-size: 19px !important;
  line-height: 30px !important;
}
.details .content p{
  margin-bottom: 10px;
}
.see-more-pic {
  width: 100%;
  display: none;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #666;
  text-align: center;
  font-size: 0.26rem;
  background-color: #e5e5e5;
}
.open-app-parent {
  width: 100%;
  height: 0.6rem;
  position: relative;
  margin-top: 0.2rem;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.open-app-parent .open-all {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/jt.png");
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0.9rem;
  -webkit-animation: jt_translate 2s linear infinite forwards;
  -o-animation: jt_translate 2s linear infinite forwards;
  animation: jt_translate 2s linear infinite forwards;
}
.open-app-parent .open-all span {
  display: none;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/jt3.png");
  background-size: 100% 100%;
  -webkit-animation: jt_translate 2s infinite forwards;
  -o-animation: jt_translate 2s infinite forwards;
  animation: jt_translate 2s infinite forwards;
  opacity: 0;
}
.open-app-parent:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.6rem;
  width: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(70%, #fff));
  background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0%, #fff 70%);
}
.open-app {
  width: 80%;
  margin: 0 auto 0;
  height: 0.6rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  cursor: pointer;
  background-color: #f41414;
}
.fixed-comment{
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  height: 70%;
  overflow-y: auto;
  display: none;
  padding-bottom: 1.5rem;
}
.comments-group {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
  margin-top: 0.3rem;
  border-top: 0.1rem solid #e8e8e8;
  /*overflow: hidden;*/
}
.fixed-comment .comments-group{
  border-top: none;
}
.fixed-comment .close{
  position: absolute;
  width: .4rem;
  height: .4rem;
  background: url("../images/close2.png");
  background-size: 110% 110%;
  left: .2rem;
  top: .1rem;
}
.fixed-comment h2{
  text-align: center;
  font-size: .3rem;
  color: #666;
  line-height: .5rem;
}
.comments-group dt {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.15rem 0 0.2rem;
}
.comments-group .headpic {
  width: 0.6rem;
  min-width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
  overflow: hidden;
  background-image: url("../images/avatar_bg.png");
}
.comments-group .headpic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments-group .det {
  width: 100%;
}
.comments-group .zan {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 0.24rem;
  margin-left: 0.2rem;
  color: #666;
  position: relative;
}
.comments-group .zan img {
  display: block;
  width: 0.36rem;
  height: 0.36rem !important;
  margin-right: 0.1rem;
}
.comments-group .zan .emoji{
  width: .5rem;
  height: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.comments-group .zan .like {
  display: none;
}
.comments-group .liked .default {
  display: none;
}
.comments-group .liked .like {
  display: block;
}
.comments-group .name {
  font-size: 0.28rem;
  color: #5e99b6;
  line-height: 1.2;
}
.comments-group .name span {
  vertical-align: top;
  display: inline-block;
  font-size: 0.24rem;
  width: 0.8rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #2266b2;
  margin-left: 0.06rem;
  border-radius: 0.04rem;
}
.comments-group p {
  font-size: 0.26rem;
  line-height: 1.2;
  color: #222;
  margin: 0.1rem 0;
}
.comments-group p text {
  color: #5e99b6;
}
.comments-group .time2 {
  font-size: 0.24rem;
  color: #666;
}
.poster{
  /*width: 100%;*/
  overflow: hidden;
  height: 5rem;
  /*margin-top: 0.2rem;*/
  position: relative;
  background-color: #000;
  display: none;
  margin:.2rem .3rem;
    cursor: pointer;
}
.poster>div{
  height: 100% !important;
  z-index: 1;
}
.poster .btn{
  position: absolute;
  width: 1.29rem;
  height: 1.29rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/app-play_03.png");
  background-size: 100% 100%;
}
.poster img {
  display: block;
  width: 100%;
  margin: 0.2rem 0 0;
}
.poster video {
  display: block;
  width: 100% !important;
  height: 5rem;
  object-fit: contain;
  margin: 0 auto;
}
.weixin-tip {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.weixin-tip .jt {
  width: 1.6rem;
  height: 1.9rem;
  background: url("../images/jt2.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.weixin-tip .label {
  position: absolute;
  left: 50%;
  padding: 0 0.4rem;
  height: 1.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 2px dashed #fff;
  top: 2.6rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.weixin-tip .label img {
  display: block;
  height: 1.2rem;
  margin-top: 0.28rem;
}
.pc-swiper-container {
  width: 60%;
  margin: 0 auto;
  /*padding: 0 .3rem;*/
  /*float: left;*/
}
.pc-swiper-container video{
  max-width: 100%;
  display: block;
  max-height: 500px;
  margin: 0 auto;
}
.recommend {
  display: none;
}
.recommend h2 {
  font-size: 0.32rem;
  color: #222;
  width: 100%;
  line-height: 0.7rem;
  border-bottom: 1px solid #e8e8e8;
  border-top: 0.12rem solid #e8e8e8;
  padding: 0 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.recommend .refresh-commend{
  font-size: .24rem;
  color: #999999;
  padding-left: .45rem;
  position: relative;
  /*background: url("../images/huan.png") left center no-repeat ;*/
  /*background-size: .36rem .36rem;*/
}
.recommend .refresh-commend img{
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: .36rem !important;
  margin-top: -.18rem;
}
.recommend .refresh-commend.loading img{
  -o-animation: rotateLoad 1s infinite linear;
  -moz-animation: rotateLoad 1s infinite linear;
  -webkit-animation: rotateLoad 1s infinite linear;
  animation: rotateLoad 1s infinite linear;
}
@keyframes rotateLoad {
  0%{
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.recommend .list {
  width: 100%;
  padding: 0 0.3rem;
  overflow: hidden;
}
.recommend .pic {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 1.3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recommend .title {
  font-size: 0.3rem;
  color: #222;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.recommend .close {
  width: 0.4rem;
  height: 0.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  background: url("../images/close2.png") center no-repeat;
  background-size: 0.25rem 0.25rem;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  margin-right: 0;
}
.recommend .handle {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.26rem;
  color: #666;
  line-height: 0.4rem;
  position: relative;
}
.recommend .handle .headpic {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recommend .handle div {
  margin-right: 0.15rem;
}
.recommend .handle .hot {
  height: 0.4rem;
  width: 0.4rem;
  background: url("../images/icon/hot_icon.png") center no-repeat;
  background-size: 100% 100%;
}
.recommend li {
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.recommend .only-one-picture a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.recommend .only-one-picture .left {
  width: 100%;
  height: auto;
  position: relative;
}
.recommend .only-one-picture .left .close {
  right: 0;
  top: auto !important;
  bottom: 0.1rem;
  margin-top: 0;
}
.recommend .only-one-picture .left a {
  display: block;
  position: relative;
}
.recommend .only-one-picture .pic {
  width: 2rem;
  min-width: 2rem;
  position: relative;
  margin-left: 0.2rem;
}
.recommend .only-one-picture .pic video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.recommend .only-one-picture .handle {
  position: absolute;
  left: 0;
  bottom: 0;
}
.recommend .not-one-picture .pics {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.25rem 0 0.15rem;
}
.recommend .not-one-picture .video {
  width: 100%;
  margin: 0.25rem 0 0.15rem;
}
.recommend .not-one-picture .video .big-pic {
  width: 100%;
  height: 4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.recommend .not-one-picture .video .is-video:before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  background: url("../images/play.png");
  background-size: 100% 100%;
}
.recommend  .is-video:before{
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  background: url("../images/play.png");
  background-size: 100% 100%;
}
.recommend .not-one-picture .video img {
  display: block;
  width: 100%;
}
.recommend .not-one-picture .video video {
  display: block;
  width: 100%;
  max-height: 4rem;
  object-fit: fill;
}
.pc-poster {
  width: 70%;
  margin: 0 auto;
  display: none;
}
.pc-poster .swiper-container {
  width: 100%;
}
.pc-poster .swiper-slide {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pc-poster .swiper-button-prev {
  background-image: url("../images/left-jt.png");
}
.pc-poster .swiper-button-next {
  background-image: url("../images/right-jt.png");
}
.pc-poster .swiper-pagination-bullet-active {
  background-color: #fff;
}
.pc-poster video {
  display: block;
  width: 100%;
}
.no-comments {
  display: none;
  padding: 0.3rem 0 0.2rem;
  border-top: 0.1rem solid #e8e8e8;
}
.no-comments .top {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.3rem;
}
.no-comments .top .icon {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/lt.png");
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.no-comments .shafa img {
  display: block;
  width: 2rem;
  margin: 0 auto;
}
.no-comments p {
  font-size: 0.28rem;
  text-align: center;
  color: #999;
}
.no-details {
  display: none;
}
.no-details .img img {
  display: block;
  width: 100%;
}
.no-details .no-details-des {
  text-align: center;
  color: #999;
  font-size: 0.32rem;
  margin: 0.5rem 0;
}
.no-details a {
  display: block;
  width: 2.36rem;
  height: 0.76rem;
  -webkit-border-radius: 0.38rem;
  -moz-border-radius: 0.38rem;
  border-radius: 0.38rem;
  text-align: center;
  line-height: 0.76rem;
  font-size: 0.34rem;
  color: #fff;
  margin: 0 auto;
  background-color: #f75959;
}
.vip {
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/vip.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fixed-right-bar {
  position: fixed;
  right: 0.1rem;
  bottom: 3rem;
  z-index: 2;
  display: none;
}
.fixed-right-bar div {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(0,0,0,0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0.15rem 0;
  position: relative;
}
.fixed-right-bar div img {
  display: block;
  width: 0.36rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comment-area {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 1.5rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.26rem;
  color: #333;
  display: none;
  padding-bottom: .4rem;
  z-index: 3;
  border-top: 1px solid #eee;
}
.comment-area div {
  white-space: nowrap;
}
.comment-area .words {
  position: relative;
  width: 100%;
  resize: none;
  border: none;
  height: 0.7rem;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  background-color: #eee;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-area .words .icon {
  background-size: 0.38rem 0.38rem;
}
.comment-area .words .icon.edit {
  background-image: url("../images/edit.png");
}
.comment-area .words .icon.smail {
  background-image: url("../images/smile.png");
}
.comment-area div.placeholder {
  position: relative;
  width: 100%;
  resize: none;
  border: none;
  height: 0.7rem;
  padding: 0.15rem 0.1rem;
  line-height: 0.4rem;
  background-color: #eee;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  overflow: hidden;
}
.comment-area div.placeholder div {
  position: absolute;
  left: 0.1rem;
}
.comment-area .icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 0.4rem;
  position: relative;
  margin-left: 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.4rem 0.4rem;
}
.comment-area .pinglun {
  margin-left: .3rem;
  background-image: url("../images/icon/huifu-s@3x.png");
}
.comment-area .dianzan {
  margin-left: .3rem;
  background-image: url("../images/icon/dianzan-s@3x.png");
}
.comment-area .dianzan.yes {
  background-image: url("../images/icon/dianzan-s@3x2.png");
}
.comment-area .dianzan img{
  display:block;
  width:.5rem;
  height:.5rem;
  position:absolute;
  left:0;
  top:0;
}
.comment-area .zhuanfa {
  margin-left: .3rem;
  background-image: url("../images/icon/zhuanfa-s@3x.png");
}
.comment-area .shoucang {
  background-image: url("../images/collect22.png");
}
.comment-area .shoucang.collected {
  background-image: url("../images/collect.png");
}
.comment-area .num {
  display: none;
  position: absolute;
  right: 0;
  top: -0.13rem;
  padding: 0 .03rem;
  min-width: 0.32rem;
  height: 0.32rem;
  font-size: 0;
  -webkit-border-radius: .16rem;
  -moz-border-radius: .16rem;
  border-radius: .16rem;
  background-color: #f41414;
  color: #fff;
  text-align: center;
}
.comment-area .num span {
  font-size: 0.24rem;
  height: 0.32rem;
  line-height: 0.34rem;
  display: block;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.real-comment {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}
.real-comment .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.real-comment .area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  font-size: 0.3rem;
}
.real-comment .area div {
  white-space: nowrap;
}
.real-comment textarea {
  display: block;
  width: 100%;
  resize: none;
  border: none;
  height: 0.8rem;
  padding: 0.2rem 0.1rem;
  line-height: 0.4rem;
  background-color: #eee;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  font-size: 0.26rem;
}
.fixed-comment .load{
  margin-bottom: .3rem;
}
.load {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #666;
  display: none;
}
.replay-comment {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
}
.replay-comment .title {
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.3rem;
  text-align: center;
}
.replay-comment .close {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  left: 0.3rem;
  top: 0.2rem;
  background: url("../images/close2.png") center no-repeat;
  background-size: 0.5rem 0.5rem;
}
.replay-comment .comments-group {
  display: block;
  margin-top: 0;
  height: 100%;
  overflow-y: auto;
  border-top-width: 1px;
}
.replay-comment .comments-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.3rem;
  color: #333;
  border-top: 1px solid #eee;
}
.replay-comment .comments-area div {
  white-space: nowrap;
}
.replay-comment .comments-area textarea {
  display: block;
  width: 100%;
  resize: none;
  border: none;
  height: 0.8rem;
  padding: 0.2rem 0.1rem;
  line-height: 0.4rem;
  background-color: #eee;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  font-size: .26rem;
}
.error {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.6);
  display: none;
  text-align: center;
}
.error>div {
  width: 60%;
  height: 120px;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.error img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto 10px;
}
.load-loading {
  display: none;
  position: relative;
  height: 20px;
}
.load-loading .spinner {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.load-loading .spinner-container>div {
  background-color: #aeabab;
}
/*缩略图*/
.pinch-zoom-container{
  width: 100%;
  height: 100% !important;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9;
}
@-moz-keyframes jt_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jt_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes jt_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jt_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}




.video-js {
	margin: 0 auto;
}

.video-box {
	width: 100%;
	height: 5rem;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #000;
}
.my-player-dimensions, .video-js {
	width: 100%;
	max-height: 7rem;
	min-height: 4rem;
}

.image-text-broadcast .video video {
	display: block;
	width: 100%;
	height: auto;
}

.video-js .vjs-big-play-button {
	background: url("../images/app-play_03.png") center no-repeat;
	background-size: 100% 100%;
	width: 1.29rem;
	height: 1.29rem;
	padding: 0;
	font-size: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.my-player-dimensions, .video-js {
	width: 100%;
	/*height: 5rem;*/
	overflow: hidden;
}

.video-js .vjs-volume-menu-button, .video-js .vjs-progress-control, .video-js .vjs-time-control {
	display: none;
}

.video-js .vjs-tech {
	position: relative;
}

video::-webkit-media-controls {
	height: 90% !important;
}

.video-js .vjs-tech {
	height: auto;
	/*max-height: 90%;*/
}

/*.poster{*/
/*border-bottom: .04rem solid #000000;*/
/*}*/
/*.poster .poster-box{*/
/*max-height: 4.8rem;*/
/*}*/
.governance{
  padding: 0 .15rem;
  display: none;
}
.governance .label-title{
  padding-left: .32rem;
  line-height: .37rem;
  border-left: .15rem solid #ea4e3d;
  font-size: .28rem;
  color: #ea4e3d;
  margin-bottom: .1rem;
}
.governance .g-p-item{
  font-size: .28rem;
  color: #111111;
  line-height: .44rem;
}
.governance .g-p-item span{
  color: #0e62f4;
}
.governance .g-p-item i{
  color: #414141;
}
.governance .g-p-content{
  font-size: .28rem;
  color: #333;
  line-height: .4rem;
  margin-bottom: .2rem;
  margin-top: .2rem;
}
.governance .g-p-img{
  display: flex;
  background: #eee;
  padding: .2rem;
}
.governance .governance-replay{
  margin-bottom: .2rem;
}
.governance .g-p-img img{
  display: block;
  width: 1.8rem;
  margin-right: .2rem;
}
.governance .g-p-img p{
  font-size: .28rem;
  color: #333;
  line-height: .4rem;
}
.governance .g-p-content .media{
  margin-top: .3rem;
}
.governance .g-p-content a{
  color: #0e62f4;
}
.governance .g-p-content img{
  display: block;
  max-width: 100%;
  margin: .1rem 0;
}
.governance .g-p-content video{
  margin-top: .2rem;
  max-width: 100%;
}
.governance .governance-progress ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1.5rem;
  align-items: center;
}
.governance .governance-progress li{
  width: 20%;
  height: 0;
  border: .02rem dashed #707070;
  position: relative;
}
.governance .governance-progress li.ac{
  border: .02rem dashed #e71806;
}
.governance .governance-progress li.current{
  width: 40%;
  border-style: solid;
}
.governance .governance-progress .time{
  text-align: center;
  font-size: .42rem;
  color: #565656;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  display: none;
}
.governance .governance-progress .label{
  /*display: none;*/
  white-space: nowrap;
  /*text-align: right;*/
  font-size: .4rem;
  color: #565656;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  transform-origin: center;
  position: absolute;
  bottom: -.6rem;
  left: -.17rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.governance .governance-progress .index{
  width: .34rem;
  height: .34rem;
  font-size: .24rem;
  -webkit-border-radius: 50%;
  line-height: .4rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.governance .governance-progress .index div{
  width: 100%;
  height:100%;
  font-size: .24rem;
  -webkit-border-radius: 50%;
  line-height: .34rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #707070;
  color: #ffffff;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.governance .governance-progress li.current .time{
  display: block;
  margin-top: -.94rem;
}
.governance .governance-progress li.ac .label{
  right: -.17rem;
  left: auto;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.governance .governance-progress li.current .label{
  right: auto;
  width: 100%;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  text-align: center;
  -o-transform-origin: center;
  transform-origin: center;

}
.governance .governance-progress li.ac .index{
  left: auto;
  right: 0;
}
.governance .governance-progress li.ac .index div{
  background-color: #e7200f;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.governance .governance-progress li.current .index{
  width: .46rem;
  height: .46rem;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.governance .governance-progress li.current .index div{
  font-size: .32rem;
  line-height: .46rem;
  position: relative;
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.governance .governance-progress li.ac:not(.current) .time1{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  top: -.4rem;
  left: -.17rem;
}
.governance .governance-progress li.current .time1{
  left: -.4rem;
  position: absolute;
  top: -.4rem;
  margin-top: 0;
}
/*.governance .governance-progress li.current .time1{*/
/*  display: none;*/
/*}*/
.governance .governance-progress li.current .index p{
  width: .46rem;
  height: .46rem;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e7200f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #ffffff;
}
#appraiseStar,
#appraiseStar span{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#appraiseStar img{
  display: block;
  width: 0.3rem;
  margin-right: .06rem;
}
#appraise{
  margin-bottom: .3rem;
}
#appraise i{
  color: #999999;
}
.product-area{
  /*padding: 0 0.3rem;*/
  padding-bottom: .3rem;
}
.product-area h2 {
  font-size: 0.32rem;
  color: #222;
  padding: 0 0.3rem;
  width: 100%;
  line-height: 0.7rem;
  border-bottom: 1px solid #e8e8e8;
  border-top: 0.12rem solid #e8e8e8;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product-area a{
  display: block;
  overflow: hidden;
  margin: .2rem .3rem 0;
}
.product-area .goods-poster{
  width: 2.1rem;
  float: left;
  height: 2.1rem;
  background: #eee;
}
.product-area .goods-poster img{
  display: block;
  width: 100%;
  height: 100%;
}
.product-area .goods-info{
  margin-left: 2.3rem;
  height: 2.1rem;
  position: relative;
}
.product-area .goods-title{
  font-size: 0.3rem;
  color: #222;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-area .goods-price{
  font-size: .22rem;
  position: absolute;
  color: red;
  left: 0;
  bottom: .1rem;
}
.product-area .goods-price span{
  font-size: .28rem;
}

.only-one-picture{
    display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.xgplayer-skin-default .xgplayer-poster{
  /*background-size: contain !important;*/
  background-repeat: no-repeat !important;
}
.vertical-video{
  width: 100vw;
  height: 100vh;
  background: #000;
}
.vertical-bottom-info{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 1rem .2rem .2rem;
  right: 0;
}
.vertical-bottom-info .vertical-title{
  color: #fff;
  font-size: .3rem;
  margin-bottom: .2rem;
  line-height: .34rem;
}
.vertical-bottom-info .vertical-info{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: .3rem;
  color: #fff;
}
.vertical-bottom-info .head{
  width: .8rem;
  min-width: .8rem;
  height: .8rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: .15rem;
}
.vertical-bottom-info .head img{
  display: block;
  width:100%;
  height:100%;
}
.vertical-bottom-info .comment-area{
  position: relative;
  display: flex;
  padding: 0;
  height: auto;
  background: none;
  border: none;
  padding: .1rem 0;
}
.vertical-bottom-info .name{
  margin-right: .15rem;
}
.vertical-bottom-info .open{
  width: 1.28rem;
  min-width: 1.28rem;
  line-height: .48rem;
  background: #e4645f;
  -webkit-border-radius: .08rem;
  border-radius: .08rem;
  text-align: center;
}
.vertical-video .video-box{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.vertical-bottom-info .comment-area .words{
  background: rgba(255,255,255,.1);
  -webkit-border-radius: .4rem;
  border-radius: .4rem;
  margin-top: .1rem;
}
.vertical-bottom-info .comment-area div.placeholder{
  margin-right: 0;
  background: none;
  color: #fff;
}
.vertical-video .comment-area .words .icon.edit{
  background-image: url("../images/edit2.png");
  /*background-size: 100% 100%;*/
}
.vertical-bar{
  position: fixed;
  right: 0;
  width: 1rem;
  bottom: .2rem;
  z-index: 5;
}
.vertical-bar .icon{
  padding-top: .66rem;
  text-align: center;
  color: #fff;
  background-size: .48rem .48rem;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: .2rem;
  margin-bottom: .65rem;
  position: relative;
}
.vertical-bar .dianzan>img{
  position: absolute;
}
.vertical-bar .icon:last-child{
  margin-bottom: 0;
}
.vertical-bar .dianzan{
  background-image: url("../images/dianzan1.png");
}
.vertical-bar .dianzan.yes {
  background-image: url("../images/dianzan2.png");
}
.vertical-bar .pinglun{
  background-image: url("../images/huifu.png");
}
.vertical-bar .zhuanfa{
  background-image: url("../images/zf.png");
}
.xgplayer-is-enter .xgplayer-enter,
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-backward, .xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-backward-img,
.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-cover,
.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-forward, .xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-forward-img,
/*.xgplayer-skin-default .xgplayer-icon,*/
.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-next,
.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-prev,
.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress .xgplayer-name,
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress .xgplayer-name{
  display: none !important;
}
.audio.xgplayer-skin-default,
.audio.xgplayer-skin-default .xgplayer-controls{
  background: none !important;
}
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress>*{
  background: #dadada !important;
}
.audio.xgplayer-skin-default .xgplayer-progress-btn,
.audio.xgplayer-skin-default .xgplayer-progress-played{
  background: #fede4d !important;
}
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-time,
.audio.xgplayer-skin-default .xgplayer-time .xgplayer-time-current,
.audio.xgplayer-skin-default .xgplayer-time span{
  color: #717171 !important;
}
.audio.xgplayer-skin-default .xgplayer-icon{
  fill: #3f4b37 !important;
}
.audio.xgplayer-skin-default .xgplayer-play-img .xgplayer-icon,
.audio.xgplayer-skin-default .xgplayer-play .xgplayer-icon{
  margin-top: 0 !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 50%;
  background: #ffdf50;
  overflow: hidden;
}
.audio.xgplayer-skin-default.xgplayer-pause .xgplayer-play-img .xgplayer-icon .xgplayer-icon-play{
  position: relative;
}
.audio.xgplayer-skin-default.xgplayer-playing .xgplayer-play-img .xgplayer-icon .xgplayer-icon-pause,
.audio.xgplayer-skin-default.xgplayer-playing .xgplayer-play .xgplayer-icon .xgplayer-icon-pause,
.audio.xgplayer-skin-default .xgplayer-play-img .xgplayer-icon .xgplayer-icon-play,
.audio.xgplayer-skin-default .xgplayer-play .xgplayer-icon .xgplayer-icon-play{
  position: absolute;
  left: 2px;
  top: 1px;
}
.audio.xgplayer-skin-default .xgplayer-play, .audio.xgplayer-skin-default .xgplayer-play-img {
  position: absolute !important;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
}
.audio.xgplayer-skin-default.xgplayer-music.xgplayer-ended .xgplayer-controls,
.audio.xgplayer-skin-default.xgplayer-music.xgplayer-nostart .xgplayer-controls{
  -webkit-align-items: center;
  align-items: center;
}
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress{
  top: auto;
  margin-top: 0;
  left: 4px;
}
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-time{
  line-height: 20px;
  height: 20px;
  margin-top: 0 !important;
  top: auto;
}
.audio.xgplayer-skin-default, .audio.xgplayer-skin-default .xgplayer-controls{
  height: 20px !important;
  z-index: 1;
}
.audio.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress{
  /*overflow: hidden;*/
}
/*.audio.xgplayer-skin-default .xgplayer-progress-outer{*/
/*  margin-top: 0 !important;*/
/*}*/
.audio{
  margin-bottom: 1rem;
  margin-top: .15rem;
  padding: 0 .3rem;
}
.audio-info{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 .3rem;
}
.audio-info .audio-cover{
  width: 2.2rem;
  height: 2.85rem;
}
.audio-info .audio-cover img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.audio-details-info{
  width: calc(100% - 2.35rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: .15rem;
}
.audio-details-info .audio-name{
  font-size: .32rem;
  color: #1f1f1f;
  line-height: .52rem;
}
.audio-details-info .audio-author{
  font-size: .2rem;
  color: #696969;
  margin-top: .15rem;
}
.audio-details-info .audio-num{
  font-size: .2rem;
  color: #181818;
}
.poster .tj-video{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,1);
  z-index: 8;
}
.tj-video .tj-video-item{
  display: block;
  width: 30%;
  height: 2.9rem;
  object-fit: cover;
  margin: 0 0.3rem;
}
.tj-video .init-replay-btn{
  margin-top: 0;
  width: .6rem;
}
.access-code{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #eeeeee;
  z-index: 9;
  /*text-align: center;*/
  font-size: .28rem;
  color: #212121;
  padding: .2rem;
}
.access-code .close{
  position: absolute;
  right: .2rem;
  top: .15rem;
  width:.4rem;
  height:.4rem;
  background:url(../images/close2.png);
  background-size: 100% 100%;
}
.like-user h2{
  text-align: center;
  font-size: .21rem;
  color: #9f9f9f;
  font-weight: normal;
  margin-bottom: 0.1rem
}
.like-user .user-group{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.like-user img{
  display: block;
  width: 0.44rem;
  height: .44rem !important;
  border-radius: 50%;
  margin:1px;
}
/*.content img{*/
/*  pointer-events: none;*/
/*}*/

.is-chain{
  background: #eee;
  overflow: hidden;
  padding: .2rem;
  margin-bottom: .2rem;
  display: none;
  position: relative;
}
.is-chain h2{
  text-align: center;
  font-size: .3rem;
  color: red;
  font-weight: normal;
}
.is-chain p{
  font-size: .26rem;
  word-break: break-all;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.is-chain .status{
  background: url('../images/cuangai.png');
  background-size: 100% 100%;
  position: absolute;
  width: 1.6rem;
  height: 1.37rem;
  right: 0.5rem;
  margin-top: .2rem;
  top: 50%;
  transform: translateY(-50%);
}
.is-chain .no-change{
  background: url('../images/weicuangai.png');
  background-size: 100% 100%;
}
.annex-file-list{
  padding: 0 .3rem;
  font-size: 0;
  margin-top: .2rem;
}
.annex-file-list li{
  margin-bottom: .15rem;
}
.annex-file-list a{
  font-size: .3rem;
  color: #1660bd;
  line-height: 1.5;
}