body{ background: #f6f6f6;}
body a{ color: #666;text-decoration: none;}
h2{font-size: 20px;}
h4{font-size: 16px;}
p{ color: #999;word-break:break-all}
.col-xs-6{
  padding-right: 5px;
  padding-left: 5px;
}

.none{display: none;}
.block{display: block;}
.radius6{ border-radius: 6px;}
.radius{ border-radius: 50%;}
.mr5{ margin-right: 5px;}
.mt10{ margin-top: 10px !important;}
.ml10{ margin-left: 10px;}
.pt10{ padding-top: 15px;}
.pl10{ padding-left: 10px;}
.mt42{ margin-top: 52px;}
.mb90{ margin-bottom: 90px;}
.bgw{ background: #fff;}
.oranger{color: #f49e09;}
.des{color: #999;}
.tl{text-align: left;}
.label-blue{
  color: #fff;
  background: #47c1f9;
}
.label-red{
  color: #fff;
  background: #ff5d56;
}
.label-white{
  background: #d99440;
  color: #fff;
}
.label-white.on{
  background: #febd58;
  color: #fff;
}
.label-sec{
  color: #5e5a5a ;
}
.label-sec.on{
  color: #5b3838;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.label{
  padding: .3em .8em;
  margin: 0.2em;
  border-radius: 4px;
}
.love-huo{ color:#f65439;}
.btn-sm{ line-height: 1;}
.btn-oranger{
  background: #febd58;
  color: #fff;
  border: solid #febd58 1px;
}
.btn-oranger.on{
  background: #fff;
  color: #febd58;
}
.btn-oranger.on::before{
  content: "已";
}
.btn-gray-inset{
  background:transparent;
  color: #a8a8a8;
  border: solid #e1e1e1 1px;
}
.animate{
  transition: all 2s;
  -moz-transition: all 2s;	/* Firefox 4 */
  -webkit-transition: all 2s;	/* Safari 和 Chrome */
  -o-transition: all 2s;	/* Opera */
}


/*充值layer 弹出层样式*/
.layui-m-layer *{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/*input 央视重置*/
.textarea-box textarea,
.input-box input[type=text],
.input-box input[type=password],
.select-box select{
  width: 100%;
  height: 100%;
  line-height: 38px;
  height: 38px;
  font-size: 14px;
  color:#666;
  border: none;
  outline: none;
  background: transparent;
}
.textarea-box textarea{
  padding: 5px 10px;
}
.input-box.bg{
  background: #eff0f0;
}
.form .input-box,
.form .select-box
.form .textarea-box{
  margin-top: 10px;
}
.top{
  height: 42px;
  line-height: 42px;
  background: #fff;
  box-shadow: 0 1px 3px #f0f0f0;
}
.top .text-center a{ color: #030303 ;}

.menu{
  margin-top: -5%;
  position: relative;
  z-index: 99;
}
.menu .menu-bg{
  background: #fff;
  padding: 10px 10px;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu.bottom .menu-bg{
  padding: 8px;
}
.menu .item{
  text-align: center;
}
.menu .item a{
  color: #aaa;
  text-decoration: none;
}
.menu .item h4{
  margin: 0;
}
.menu .item .love{
  font-size: 26px;
  color: #f85161;
}
.nav{
  padding: 15px 0;
}
.nav>.container-fluid{
  overflow-y: hidden;
  white-space: nowrap;
}
.nav>.container-fluid>a:focus{
  background:#fff;
  color:#333;
}
.nav .item{
  display: inline-block;
  margin-right: 5px;
}
.label>h4{
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.btn-ranks{
  position: fixed;
  right: -16px;
  top: 60px;
  z-index: 100;
}
.btn-ranks .label{
  display: block;
  padding: .3em 2em .3em 1.2em;
}
.btn-ranks .label>h4{
  font-weight: 700;
  radius:16px;
}
.btn2>.btn{
  width: 46%;
}
.btn2>.btn+.btn{
  margin-left: 8%;
}

.code-box>.btn,
.code-box>.form-control[type=text]{
  display: inline-block;
  width: 50%;
}
.code-box>.form-control[type=text]{
  background:#eff0f0;
}
.code-box>.btn{
  width: 40%;
  margin-left: 5%;
  padding: 8px 12px;
}

.pic-text{
  background: #fff;
  padding: 10px;
  min-height: 106px;
}
.pic-text.nobg{
  background: transparent;
}

.pic-text+.pic-text{
  margin-top: 10px;
  overflow: hidden;
}
.pic-left{
  float: left;
  /*max-width:82px;*/
  max-width:23%;
  margin-right: 10px;
  position:relative;
  margin-top:0.1rem;
}
.head-vip{
	width:1.6rem;
	height:1.6rem;
	position: absolute;
	top:10px;
	right:0;
}
.pic-body{
  position: relative;
}




.pic-other span{
  display: inline-block;
  color: #999;
}
.pic-other .shenhe-status{
  float:right;
}
.pic-other .shenhe-green{
  color: forestgreen;
}
.pic-other .shenhe-red{
  color: red;
}

.pic-heading{
  color: #333;
  margin-bottom: 2px;
}
.pic-des{
  color: #999;
  display: flex;
  font-size:12px;
}
.pic-other{
	font-size:12px;
}
.pic-other .love{
	font-size:12px;
}
.pic-des a{
  color:#f49e09;
}
.pic-other span+span{
  /*margin-left: 5px;*/
}
.pic-right,
.pic-labal{
  position: absolute;
  right: 0;
  top: 0;
}
.pic-right{
  top: auto;
  bottom: 0;
}
.bottom.menu{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:99999;
  margin-top: 0;
}
.bottom.menu h4{
  font-size: 12px;
  word-break: keep-all;
}

.bottom.menu i.love{
  font-size: 22px;
}
.oper-detail .item,
.bottom.menu .item{
  padding-left: 5px;
  padding-right: 5px;
}
.bottom.menu .menu-bg{
  position: relative;
}
.bottom.menu .col-xs-4 a{
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%,-45%);
  display: block;
  /*width:5.9rem;
  height:5.9rem;*/
  border: solid #fff 3px;
  /*box-shadow: 1px 0 3px #acacac;*/
  /*left: 50%;
  margin-left: -47px;
  bottom: -50px;*/
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  text-decoration: none;
}
/*.bottom.menu .col-xs-4 .love-jia{
  font-size: 80px;
  position: relative;
  top: 8px;
  left: -2px;
}*/
.activity{
  border-left: dashed 1px #acacac
}
.activity .date{
  color: #999;
  margin-left: -9px;
}
.nav.bgw a{
  color: #999;
  text-decoration: none;
}
.nav.bgw a.on{
  color: #fe8e5f;
}
.face-50 a {
  position: relative;
  display: inline-block;
  zoom: 1;
  width: 50px;
  border-radius: 100%;
  border: solid #fff 6px;
  box-shadow: 0 0 10px #a6a6a6;
  overflow: hidden;
  text-decoration: none;
}
.face-50 a+a {
    margin-left: -22px;
}
.pic-ban{
  position: relative;
}
.pic-ban h2{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding:6px 10px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.pic-ban h2>a{  color: #fff;text-decoration: none;}
.cont img{
  display: block;
  max-width: 100%;
}
.comment{
  border: solid #ececec 1px;
  border-width: 1px 0;
  padding: 10px 0;
}
.comment .pic-text{  min-height: 60px;}
.comment .pic-left{  max-width: 15%;}

.comment .pic-heading{
  margin-top: 0;
  color: #999;
  font-size: 14px;
}
.comment .pic-des{ color: #666;}
.date{ color: #999;}
.oper-detail h4{
  font-size:12px;
  margin:0;
}
.oper-detail{
  padding:5px 10px;
  text-align:center;
  box-shadow: 0 -1px 5px #ccc;
}

.com-input{
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1031;
}
.layui-m-layer .com-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.com-input .btn{
  background: transparent;
}
.text-noborder{
  width: 100%;
  /*min-width: 280px;*/
 	width:17.5rem;
  padding: 5px;
  border: none;
}
.topthree{
  margin-top: 20px;
}

.topthree .item{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.topthree .face{
  width: 100%;
  margin: 0 auto;
}
.topthree .img-border{
  position: absolute;
  width: 80%;
  top: -15%;
  left: 10%;
  z-index: 2;
  background-size: contain;
}
/*.topthree .item2 .face::before{
  background-image: url(../img/crown-2.png);
}
.topthree .item3 .face::before{
  background-image: url(../img/crown-3.png);
}*/
.topthree .item .face{
  width: 100%;
  border: solid #ecb408 5px;
  z-index: 1;
  overflow: hidden;
}
.topthree .item1 .face{
  border-color: #17abe3;
}
.topthree .item3 .face{
  border-color: #e16531;
}
.rank-cont .item2 h4{
  color: #ff5d55;
}
.rank-cont .item1 h4{
  color: #17abe3;
}
.rank-cont .item3 h4{
  color: #e16531;
}
.rank{
  position: relative;
  width: 20px;
  height: 28px;
  color: #666;
  text-align: center;
}
.rank>.love-rank{
  font-size: 28px;
  color: #c9c9c9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.rank>span{
  display: inline-block;
  zoom: 1;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.otherfour .item{
  position: relative;
  box-shadow: 0 0 3px #ecdabd;
  margin-top: 10px;
}
.otherfour .rank{
  position: absolute;
  left: 0;
  top: 30%;
}
.otherfour .pic-text{
  padding-left: 30px;
  min-height:80px;
}
.otherfour .pic-text .pic-left{
  max-width: 20%
}
.form{
  color: #999;
}
.face-up{
  position: relative;
  width: 120px;
  height: 120px;
  background: #eff0f0;
  line-height: 120px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.cover-up>[name=file],
.face-up>[name=file]{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  opacity: 0;
}

/*我的*/
.item-box{background: #fff; padding: .15rem;overflow: hidden;}
.form-item{background: #fff;padding:8px 0;font-size:14px; border-bottom: 1px solid #eee; overflow: hidden;}
.form-item .namebox{width: 25%;}
.form-item .infobox{width: 75%;}
.form-item label{margin-bottom: 0; font-weight: 500;}
.myPhoto-box{background: #febd58; color: #fff;}
.myPhoto-box a,
.myPhoto-box h4{
  color: #fff;
  text-decoration: none;
}

.pic-des small{
  color:#7b7b7b;
  font-size:12px;
  display:block;
}
.pic-des .num>p{
  margin:0;
  color:#fff;
  font-size:16px;
}
.pic-des .num{
  display:inline-block;
  padding:0 10px 0 3px;
  border-left:solid #fecc7f 1px;
  box-sizing: border-box;
}

.menu.menu-my{
  margin: 0;
  padding: 10px;
}
.menu.menu-my .item .love{
  color: #515151;
  font-size: 24px;
}
.menu-my .item h4{
  font-size: 14px;
}

.tina-my .photoUp .file{position: relative; width: 2rem;height: 2rem;line-height: 2rem;border: 1px solid #eee;text-align: center;display:inline-block;}
.tina-my .photoUp i{font-size: .6rem;color: #ddd;}
.tina-my .photoUp input{position: absolute;top: 0;left: 0;width: 100%;opacity: 0;}
.myPhoto.photoUp .file{border-radius: 50%;background: #fff;}
.follow .item,
.video .item{margin-top: 10px;}

.cover-up{
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.textarea-box textarea{
  min-height: 180px;
}
.check-bottom .btn-oper{
  width: 70%;
  margin: 10px auto;
}

.layui-m-layermain .com-bottom{
  position:fixed;
  bottom:0;
  left:0;
  width: 100%;
  min-height: 200px;
  border:none;
}
.popup-layer .title{
  background: #e5c582;
  color: #fff;
  padding:10px 10px;
}
.popup-layer .title h4{
  margin: 0;
}
.popup-layer .title .btn{
  background: transparent;
  padding: 0;
}
.popup-layer .cont{
  padding: 10px 20px;
}
.rejection .textarea-box{
  background: #ececec;
}
.adopt .cont{
  height: 160px;
  overflow: auto;
}
.column{
  margin: 0;
}
.column>li{
  list-style: none;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  color: #999;
  text-align: center;
}
.column>li.on{
  font-size: 16px;
  border-top: solid #cecece 1px;
  border-bottom: solid #cecece 1px;
}
.showon{
  position: relative;
}
.form-input{
  position: relative;
  background: #fff;
  margin-top: 1px;
}

.form-input>label{
  font-weight: 500;
  position: absolute;
  left: 1em;
  top: 9px;
}
.form-input>.input-box [type=text]{
  padding: 0 1em 0 5em;
}
.apply .form-item{
  margin-top: 1px;
  padding: 0 1em;
  line-height: 38px;
  height: 38px;
}
.set-face .input-box{
  height: 100px;
  padding: 10px 1em;
}
.set-face .face-box{
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.set-face>[type=file]{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.form-input.set-face>label{
  top: 40px;
}
 .search .form-input>.input-box [type=text]{
   padding-left: 2.5em;
 }
.search .form-input{
  background: transparent;
  padding-right: 5em;
}
.search .form-input .btn{
  position: absolute;
  right:0;
  top: 1px;
}
/*图集详情页面展示样式*/
#banner {	width: 100%;overflow: hidden;	margin-top:25px;	position:relative; text-align: center;}
#banner .swiper-slide {	position:relative;	text-align:center;}
#banner img {	max-width: 100%; margin: 0 auto}
.gallerytitle {text-align: center;font-size: 1em;height: 42px;line-height: 42px;color: #fafafa;position: absolute;left: 0;bottom: 0;right: 0;
font-weight: normal;text-shadow: 1px 1px 1px #000;background-color: rgba(0,0,0,0);
background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));}
.pagination { position: absolute; z-index: 20; bottom: 10px; width: 66px; text-align: center; right:0;}
.swiper-pagination-bullet {display: inline-block;width:0.75rem; height:0.75rem;border-radius:50%;background:rgba(0,0,0,0);border:1px solid #fff;margin: 0 2px;opacity: 0.8;cursor: pointer;}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#fff;}
#banner .swiper-slide img{text-align:center;}
.slidemax .swiper-pagination-bullet{ width:0.75rem; height:0.75rem; border-radius: 0; }
.slidemax .swiper-pagination-bullet-active,
.bd-1{ background-color: #FE3A3B; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 2.25rem;
}
.detail-cont img{
	width:100%;
	margin-left: -2em;
}
/*注册界面*/
.reg>.reg-form,.login>.login-form{
	padding:0 15px;
}
.reg-layer{
	margin-top:58px;
}
.btn2>.reg-btn{
	width:100%;
}
.btn2>.reg-btn+.reg-btn{
	margin-left:0;
	margin-top:10px;
}
.reg-form>.mt10{
	margin-top:45px !important;
}
/*登录界面*/
.login{
	margin-top:52px;
}
.login-form>.tl{
	float:right;
}
.login-form>.mt10{
	margin-top:20px !important;
}
.thr-login{
	width:100%;
	height:240px;
	position: absolute;
	left:0px;
	bottom:-8px;
}
.thr-tit{
	width:100%;
	height:40px;
	line-height:40px;
	color:#a8a8a8;
	font-size:14px;
	text-align: center;
	border-bottom: 1px solid #eff0f0;
}
.thr-content{
	display: flex;
	justify-content: space-around;
	margin-top:40px;
}
.thr-content>span{
	display: inline-block;
	width:6rem;
	height:6rem;
}
.thr-content>span>img{
	width:100%;
	height:100%;
}
/*发布首页*/
.head-top{
	width:100%;
	height:320px;
	background: url(../img/appbg.png);
	background-size:100% 100%;
}
.head-top:before{
	content: "";
	display: table;
}
.head-content{
	width:80%;
	height:90px;
	margin:0 auto;
	display:flex;
}
.date-time{
	height:90px;
	margin-top:70px;
}
.date-time:nth-child(1){
	width:26%;
	font-size:70px;
	color:#fff;
	float:left;
	text-align: center;
}
.date-time:nth-child(2){
	width:50%;
	float:left;
	margin-top:95px;
}
.date-time>p{
	margin:7px 0 0 0;
	color:#fff;
}
.date-time>p>span:nth-child(2){
	margin:0 10px;
}
.head-search{
	width:80%;
	margin:135px auto 0;
	height:50px;
	position:relative;
}
.head-search>input{
	width:100%;
	height:100%;
	border: none;
	font-size:20px;
	padding:20px;
}
.search-btn{
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	top:12px;
	right:12px;
}
.search-btn>img{
	width:100;
	height:100%;
}
.content-list{
	width:80%;
	height:290px;
	margin:75px auto 0;
	position: relative;
}
.fabu-list{
	width:100%;
	height:170px;
	display: flex;
	justify-content: space-around;
}
.fabu-list>a>div{
	width:6.2rem;
	height:6.2rem;
	text-align: center;
	color:#888888;
	font-size:18px;
}
.fabu-list>a>div>img,.fabu-close>img{
	width:100%;
	height:100%;
	margin-bottom:15px;
}
.fabu-close{
	width:40px;
	height:40px;
	margin: 70px auto 0;
}
/*发布文章*/
.sub-btn{
	color:#888;
}
.add-lanmu{
	width:155px;
	height:50px;
	background:#febd58;
	border-radius: 5px;
	color:#fff;
	line-height:50px;
	text-align:center;
	font-size:16px;
	margin-bottom: 10px;
}
.lanmu{
	width: auto;
	height:50px;
	float:left;
	padding:0 45px 0 25px; 
	line-height:50px;
	background:#febd58;
	font-size:16px;
	color:#fff;
	text-align:center;
	position:relative;
	margin:10px 10px 0 0;
}
.lanmu>.close-lm{
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	right:10px;
}
.add-newlm{
  display: none;
  width:80%;
  background: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
  position: fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:99999;
}
.pad-content{
	padding:12px 15px 0 15px;
	position:relative;
}
.popup-layer h4{
  font-size: 24px;
  color: #1f1f1f;
  text-align: center;
}

.enroll-layer input{
  font-size: 24px;
}


.input-bw{
  background:#fff;
  height:10rem;
  margin-top: 10px;
}
.input-bw>[type="text"]{
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border:none;
}
.addcolmu-layer>.sub-btn{
	margin-top:10px;
	background: #fff;
}
#toast{
	position:fixed;
	left:0;
	top:0;
	opacity:.5;
	width:100%;
	height:100%;
	background:#000;
	z-index:998;
	display:none;
}
.add-btn{
	width:100%;
	color:#febd58;
}
.add-close{
	width:30px;
	height:30px;
	position: absolute;
	top:17px;
	right:15px;
}
.add-close>img{
	width:100%;
	height:100%;
}
/*发布文章*/
.fabu-article{
	width:100%;
	background: #fff;
	padding:0 5%;
	overflow: hidden;
	position:relative;
	margin-top:42px;
}
.fabu-article textarea{
	width:100%;
	min-height:250px;
	font-size:16px;
	line-height: 24px;
	border:none;
	box-sizing: border-box;
	padding-top:10px;
	padding-bottom:40px;
	border:none;
}
.text-limit{
	width:100%;
	height:40px;
	padding:0 5%;
	text-align: right;
	position: absolute;
	left:0;
	bottom:0;
	background: #fff;
	color:#7f7f7f;
	line-height: 55px;
}
.fb-btn{
	color:#febd58;
}
.album-list{
	width:100%;
	height:100%;
	padding:10px 15px;
	border-top:1px solid #f5f5f5;
}
.album-list>div.album-list-item{
	width:30%;
	height:30%;
	margin:1% 1%;
	float:left;
	position:relative;
}
.album-list>div>img,.album-list>div>span>img{
	width:100%;
	height:100%;
}
.album-list>div>span{
	display: block;
	width:20px;
	height:20px;
	border-radius: 50%;
	position:absolute;
	top:5px;
	right:5px;
}
/*发布视频*/
.album-list>div>span.audio-pause{
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	right:50%;
	transform:translate(50%,-50%)
}
/*我的主页消息提醒*/
.menu-my .row>.item>a{
	position:relative;
}
.tixing{
	display: block;
	width:0.5rem;
	height:0.5rem;
	border-radius: 50%;
	position: absolute;
	top:-37px;
	right:-0.8rem;
	background:#f65439;
}
.menu.menu-my .item .iconfont{
	color:#515151;
	font-size:24px;
}
/*退出登录*/
.loginout{
	width:100%;
	height:2rem;
	background: #fff;
	line-height: 2rem;
	text-align: center;
	margin-top:15px;
}

.load_more{
  padding: 10px;
  text-align: center;
}
.load_more1{
  text-align: center;
  padding: 10px;
}

.mobile-fluid{
	position: relative;
}
.mobile-fluid .btn{
	background: #febd58;
	color:#fff;
	position: absolute;
	top:0.75rem;
	right:1rem;
}
/*底部加号错位问题*/
.b-login{
	position: relative;
}
.bottom.menu .col-xs-4 .love-jia{
  font-size: 80px;
  position: absolute;
  top:56%;
  left:50%;
  transform: translate(-50%,-50%);
}
/*a标签下划线问题*/
.pic-body a{
	text-decoration: none;
}
/*点赞评论间距不一问题*/
#commentCount{
	margin-left:0.25rem;
}
.bottom .menu-bg .row span{
	display: block;
	width:1.9rem;
	height:1.9rem;
	margin:0 auto;
	margin-bottom: 0.4rem;
	background-size:contain;
}
.bottom .zhuye{
	background: url(../img/shouye.png) no-repeat center center;
}
.bottom .huodong{
	background: url(../img/huodong2.png) no-repeat center center;
}
.bottom .menu-bg .row .fabu{
	width:7.5rem;
	height:7.5rem;
	background: url(../img/fabu.png) no-repeat center center;
	background-size:contain;
}
.bottom .lianxir{
	background: url(../img/lianxir2.png) no-repeat center center;
}
.bottom .wode{
	background: url(../img/my2.png) no-repeat center center;
}
.bottom .menu-bg .row .love{
	color:#bfbfbf;
}
.bottom .menu-bg .row .active{
	color:#f85558;
}
.fix-box{
	position: fixed;
	left:0;
	bottom: 0;
	width:100%;
	z-index: 999999;
}
#commentContent{
	box-sizing: border-box;
}
.cont>p {color: #333;}