html,body{
  height: 100%;
}
p,img{
  margin: 0;
  padding: 0;
  vertical-align: top !important;
}
#main{
  height: 100%;
}
.content-wrap {}
.content-wrap .content-bd {
  /*margin:0 10px;*/
}


#tips {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  padding: 10px;
  background: rgba(0,0,0,.7);
  border-radius: 4px;
  text-align: center;
  z-index: 2000;
}

#tips img {
  margin:0 auto;
  width:20px;
  height:20px
}

#tips .msg {
  color: #fff;
}

.content {
  /*padding: 10px 0;*/
}

.red_label {
  font-size:14px;
  height: 16px;
  line-height: 16px;
}
.red_label:before {
  margin-right:5px;
  content: '';
  width:5px;
  height:inherit;
  display:inline-block;
  background:#ff347d;
  vertical-align:top;
}
.header,.footer{
  position: relative;
}
.footer{
  padding-top: 1rem;
}
.header .btn-download{
  position: absolute;
  top: 0;
  right: 0;
  left: 70%;
  bottom: 0;
  z-index: 2;
}


/* 主要的内容 */
.primary {}
.primary .title {padding:10px 0 15px;font-size:22px;color:#333333;line-height: 24px;text-align: center;}
.primary .meta {text-align: right;}
.primary .meta .time {color: #666;line-height: 20px;font-family: Helvetica;font-size: 12px;}


.primary .content, .primary .content {
    font-family: "Microsoft YaHei", STHeiti, Helvetica, "STHeiti Light";
}

.primary .content, .primary .content p {
    font-size: 16px;
    /*margin-bottom: 2px;*/
    letter-spacing: 1px;
    text-align: justify;
    text-justify:inter-ideograph;
    line-height: 1.4em;
    color: #454545;
}
/*.content p {margin-bottom: 5px;padding: 5px 0;overflow: hidden;}*/
.primary .content.fontsmall p {font-size: 16px;}
.primary .content.fontlarge p {font-size: 20px;}
.primary .content .image {min-height: 120px;line-height: 120px;width:100%;margin-bottom: 10px;overflow: hidden;text-align: center;border:1px solid #e8ebee;}
.primary .content .image img {max-width: 100%;max-height: 100%;margin: 0 auto;display: inline-block;vertical-align: middle;}

.downTips-wp {
    position: fixed;
    top:0;
    width: 100%;
    height: 51px;
    z-index: 1;
    display: none;
}

.downTips-wp .downTips-bd {

}

.downTips-wp .downTips-bd dl {
    display: -webkit-box;
    display: -o-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    height: 51px;
    background: rgba(0, 0, 0, 0.6);
}

.downTips-wp .downTips-bd dl dd.img {
    padding: 8px 10px;
    width:35px;
    height: 35px;
}

.downTips-wp .downTips-bd dl dd.img img {
    width: 100%;
    height:100%;
}

.downTips-wp .downTips-bd dl dd.text {
    width: 130px;
    padding: 2px 5px;
    -webkit-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.downTips-wp .downTips-bd dl dd.text h4 {
    font-size: 1.2em;
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.downTips-wp .downTips-bd dl dd.text p {
    font-size: 0.9em;
    height: 18px;
    line-height: 18px;
    color: #fff;
}

.downTips-wp .downTips-bd dl dd.btn {
    height: 51px;
    line-height: 51px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    text-align: right;
}

.downTips-wp .downTips-bd dl dd.btn a {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    background: #3091e2;
    border-radius: 5px;
    box-shadow: 0 0 2px #fff;
    -webkit-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*e币获取规则*/
.content.fontsmall .rule-mark {
    position: fixed;
    bottom: 5px;
    right: 10px;
}

.content.fontsmall .rule-mark p {
    font-size: 14px;
}


.comment_list {
	margin-top:15px;
	background: #fff;
}
.comment_list .depth-1{
	padding: 14px 0px 10px 10px;
	border-bottom: 1px solid #f0f0f0;
}

.photo{
	float: left;
	padding-right: 10px;
}
.photo img {
	border-radius: 50%;
  	width: 40px;
  	height: 40px;
}

.title{
	display: block;
	overflow: hidden;
}
.title .time{
	color: #c1c1c1;
	font-size: 12px;
}

.comment_content{
	/*color: #838383;
	display: block;
	overflow: hidden;
	margin-top:15px;
	margin-bottom: 3px;*/
}

.comment_title{
	/*background-color:#f0f0f0;
	border:1px dashed #999999;
	font-size:18px;
	font-weight:bolder;*/
	position: relative;
	padding:10px 10px 10px 18px;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*.comment_title:before{
	content: "";
	display: inline-block;
	margin-top: 5px;
	width: 5px;
	height: 15px;
	background: #ff347d;
}*/
.comment_title .rect-red{
	position: absolute;
	top:8px;
	left: 10px;
	z-index: 2;
	display: inline-block;
	margin-top: 5px;
	width: 5px;
	height: 15px;
	background: #ff347d;
}

.comment_title .btn-comment {
  float: right;
  padding-left: 22px;
  font-size: 14px;
  background: url(../../images/bg_comment.png?v=nbrLQVLw7lSixKXU1NKWnQ%3D%3D) no-repeat 0px 4px;
  color: #626262;
}



.but{
	text-align:center;
	marghin-bottom:30px;
}




.coment-item-title{
	line-height: 28px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.coment-item-time{
	padding-left: 6px;
	font-size: 12px;
	color: #c2c2c2;
}
.coment-item-ctx{
	font-size: 14px;
	color: #8b8b8b;
}

.comment-box {
  padding: 20px 10px 10px;
  
}
.comment-box .content-box{
	padding: 5px 10px 5px 5px;
	border: 1px solid #aaa;
}
#comment{
	width:100%;
	overflow-x:hidden; 
	overflow-y:auto;
	border-radius: 2px;
	border: none; 
}
.subcon{
	padding-top: 20px;
}
 

.btn {
	display: inline-block;
	padding: 6px 100px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-success {
   padding: 0px 40px;
   float: right;
   height: 36px;
   line-height: 35px;
   
   border: 1px solid #333;
   border-radius: 3px;
   font-size:14px ;
   color: #333;
   
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
   background: -moz-linear-gradient(top,  #fff,  #fff);
   background: -ms-linear-gradient(top,  #fff,  #fff);
   background: -o-linear-gradient(top,  #fff, #fff);
   background: linear-gradient(top,  #fff, #fff);
}