*,
:after,
:before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-overflow-scrolling: touch;
}

button a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "FZPINGXYSK--GBK1-0", "Chinese Quote", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 auto;
  position: relative;
  max-width: 640px;
  height: 100%;
  overflow-x: hidden;
}
.bg{
  background: #F6F6F6;
  width: 100%;
  height: 100%;
}
.bgg {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  min-height: 100%;
  padding-bottom: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.bgg>div {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}

.bgg div img {
  width: 100%;
}

.bgg>div div {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50%;
  text-align: center;
  width: 100%;
  height: 100%;
}
.bgg>div div h6{
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}
.bgg>div div p{
  width: 80%;
  font-size:12px;
  margin-bottom: 5px;
  margin: 0 auto;
  line-height: 18px;
}
 .yz input{
    caret-color:transparent;
color: transparent;
   border: 0;
 
 }
 .pwd-wrap {
   width: 74%;
   display: flex;
   flex-direction: row;
   margin: 0 auto 20px;
 }
 .pwd-wrap li{
   width: 40px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   margin-right: 20px;
   border-bottom: 2px #d5d5d5 solid;
 }
 .pwd-wrap li:last-child{
   margin-right: 0;
 }
html,body{
  width: 100%;
  height: 100%;
  background: #fbf9fe;
}

dl {
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 32px;

}

dt {
  margin: 8px 0;
  border-bottom: 1px solid #d5d5d5;
  height: 32px;

}

dt i {
  font-size: 10px;
  color: #8b8c8d;
  font-style: inherit;
}

dt:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #fccf10;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

dd {
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 5px;
  overflow: auto;


}

dd:last-child {
  border: 0;
}

dd h1 {
  color: #fccf10;
  min-height: 25px;
  line-height: 25px;
  width: 100%;
  position: relative;

}

dd img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

dd section {
  display: block;
  width: 80%;
  font-size: 14px;
  font-weight: normal;
  margin-left: 30px;
  min-height: 25px;
  line-height: 25px;
}

dd i {
  font-size: 10px;
  color: #8b8c8d;
  font-style: inherit;
}

dd span {
  display: inline-block;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 18px;
  margin: 5px 0;
}

.zjs-download {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -8px 27px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px -8px 27px 4px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.zjs-download .zjs-download-logo {
  width: 6.9rem;
  margin: 0 0 0 0.925rem;
}

.zjs-download .zjs-download-logo img {
  display: block;
  width: 100%;
}

.zjs-download .zjs-download-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1eea8e;
  border: 1px solid #1eea8e;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: 0.7rem;
  width: 3.75rem;
  height: 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.925rem 0 0;
}

.zjs-download .zjs-download-open span {
  display: block;
}

.zjs-download .zjs-download-open img {
  display: block;
  width: 0.3rem;
  margin-left: 0.25rem;
}

.gray {
  -webkit-filter: grayscale(1);
}

.top {
  background: #fff;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.top video {
  width: 100%;
  height: 230px;
}
.top .wu {
  background-color: #000;
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.top .wu p{
  color: #8BB463;
  text-align: center;
  margin-top: 23%;
}
.top .wu span{
  display: block;
  text-align: center;
  margin-bottom: 26%;
  color: #988D8B;
}
.comments{
  display: none;
  position: relative;
  top: 332px;
  height: 100%;
  background: #fff;
}
.comments dl {
  background: #fff;
  display: none;
}
.jj {
  background: #fff;
  padding: 2% 10px;
  display: none;
  height: 52%;
  position: relative;
  top: 332px;
  
}
.jj>div{

  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align:justify;
  color: #20E98D;
  overflow: hidden;
}
.jj>div span{
  color: #000;
}
.jj b{
  font-weight: normal;
  margin-right: 20px;
  word-wrap:break-word;

word-break:normal; 
}
.jj img{
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.jj .live_introduction{
  width: 80%;
  margin:0 auto ;
  text-indent: 2em;
  font-size: 14px;
  line-height: 20px;
}
.swiper {
  position: relative;
}

.swiper-container {
  height: 30px;
  margin: 10px auto;
  width: 90%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  color: #ADADAD;
  border: 1px #ADADAD solid;
  border-radius: 5px;
  min-width: 100px;
  width: auto !important;
  margin-right: 20px;
  padding: 0 20px;
}

.active{
  color: #fff;
  border: 1px #82BA48 solid;
  background: #82BA48;

}

.tab {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.tab span {
  display: inline-block;
  width: 50px;
  text-align: center;
  color: #707070;
  margin: 0 30px;
}

.tab span.on {
  color: #82BA48;
  border-bottom: 1px #82BA48 solid;
}
.empty{
  width: 80%;
  display: block;
  margin: 20px auto;
}
.reply {
  background: #eee;
  width: 80%;
  margin: 0 auto;
  display: block;
 
}
.reply  b{
  
  font-weight: normal;
}
.reply  b:first-child{
  padding-left: 20px;
 
}