.huodong_article .fui-content{
  background: url(../images/huodong_back.jpg);
  background-size: 100% ;
}
.huodong_article .fui-content .top_img img{
  width: 100%;
}

.huodong_article .fui-content .page{
  margin:1rem;
  background: #ffffff;
  min-height: 3rem;
  border:2px solid #ffffff;
  border-radius:.6rem;
  box-shadow:1px 3px 5px #fbed68;
  padding:1rem;
}
.huodong_article .fui-content .page p{
  color:#a70018;
  text-align: center;
  margin-bottom:.6rem;
  font-size: 1.2rem;
}
.huodong_article .fui-content .record {
  margin-top:.1rem;
}
.huodong_article .fui-content .record  ul{
  list-style: none;
}
.huodong_article .fui-content .record  span{
  color:#a70018
}
.huodong_article .fui-content .info img{
  width: 100%;
}

.huodong_article .fui-content .btn_scan{
  margin:0rem 1rem 1.5rem 1rem;
  background:#ad1426;
  border-radius:.6rem;
  box-shadow:1px 3px 5px #cf9081;
  font-size: 1.2rem;
}
.huodong_article .fui-content  .btn_scan p{
  display: block;
  width:100%;
  color:#ffffff;
  height:2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.huodong_article .fui-content  .intro .txt {
  font-size: .8rem;
  white-space: pre-line;
  margin-top:0rem;
}

/*progress*/
.huodong_article .many_progress{
  margin:0rem 1rem .5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
}
.huodong_article .progress {

  margin: 0;
  background-color: #feec97;
  border-radius: 1rem;
  border:1px #a90007 solid ;
  box-shadow: none;
  position: relative;
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
}
.huodong_article   span{
  color:#af1527;
  line-height: 1rem;
  margin-left:.2rem;
}


.huodong_article .progress-bar{
  height: 100%;
  animation: animate-positive 2s;
  border-radius: 1rem;
  background: #b10a1f;
}
@-webkit-keyframes animate-positive{
  0% { width: 0%; }
}
@keyframes animate-positive{
  0% { width: 0%; }
}
.huodong_article_new .fui-content{
  background: #cf1400;
}
.huodong_article_new .fui-content img{
  width: 100%;
}
.huodong_article_new .fui-content .btn_scan{
  position: fixed;
  bottom: 0;
  background:#cf1400;
  height: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width:750px;
}
.huodong_article_new .fui-content .btn_scan a{
  width:90%;
  color:#ffffff;
  height:2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background:#fa3a25;
  border-radius:.6rem;
  font-size: 1.2rem;
}
.huodong_article_new .fui-content .info{
 margin-bottom:4rem;
}