@CHARSET "UTF-8";

/* 全局通用样式 */

	*{
		box-sizing: border-box;
		word-wrap:break-word;
		word-break:break-all;
	}
	body,html {
		font:12px/1.28 "Helvetica Neue","Microsoft YaHei",Helvetica, STHeiTi, sans-serif;
/* 		font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif*/		
		margin: 0px;
		padding: 0px;
		width:100%;
		position: relative;
	}
	
	a{
		text-decoration:none;
	}
	
	img{
		border:0;
	}
	
	input,textarea,button{
		outline: none;
	}
	
	/* search的清空按钮 */
	input[type=search] {
	    -webkit-appearance: textfield;
    }
    input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
    	display: none;
    }
    
    
    /*主内容s-清除浮动*/
	.flert_delete:before,.flert_delete:after
	{ 
		font-size: 0; 
		display:block;
		content:" ";
		clear: both;
	}
	
	/* 我来问浮动 */
	.reward_rule_img {
		position: fixed;
		z-index: 9999999;
		top: 0px;
		right: 0px;
	}
	

	
	
	
	/* 偷看 */
	.peep{
		display: inline-block;
		margin: 10px 8px;
		text-align: center;
	}
	.peep img{
	    display: block;
    	margin: 0px auto;
	}
	.peep div{
	    border: 1px solid #1db7f0;
	    border-radius: 5px;
	    width: auto;
	    height: 35px;
	    line-height: 35px;
	    padding: 0px 18px 0px 18px;
	    font-size: 14px;
	    color: #1db7f0;
	    cursor: pointer;
	    text-align: center;
	}
	.peep span{
	   display:block;
	   /*  width: auto;
	    height: 35px; */
	   color: #FC7300;
	   line-height: 2;
	}
	
	
	/* 浏览器版本太低提示 */
	
	.header {
		border-bottom: #e7e8ea 1px solid; border-left: #e7e8ea 1px; border-top: #e7e8ea 1px solid; border-right: #e7e8ea 1px
	}
	.header .header-inner {
		padding-left: 32px; width: 1180px; height: 87px; font-size: 14px
	}
	.wrap {
		margin: 0px auto; width: 1280px
	}
	.header-logo {
		text-indent: -9999px; width: 280px; background: url(../images/logo_1.png) no-repeat 0px 16px; float: left; height: 80px
	}
	.header-account {
		padding-bottom: 0px; padding-left: 0px; padding-right: 13px; float: right; margin-left: 23px; padding-top: 27px
	}
	.header-account a {
		border-bottom: #1f8dd6 1px solid; text-align: center; border-left: #1f8dd6 1px solid; line-height: 31px;      width: 68px; display: inline-block; border-top: #1f8dd6 1px solid; cursor: pointer; margin-right: 11px;        border-right: #1f8dd6 1px solid; border-radius: 4px
	}
	.header-inner .btn-signin {
		color: #1f8dd6
	}
	.header-inner .btn-signup {
		background-color: #1f8dd6; color: #fff
	}
	.header-nav {
		float: right; font-size: 18px
	}
	.header-nav li {
		position: relative; margin: 0px; float: left; border-top: #fff 3px solid
	}
	.header-nav li a {
		text-align: center; padding-bottom: 5px; line-height: 78px; padding-left: 25px; outline-width: 0px; padding-right: 25px; display: block; vertical-align: middle; padding-top: 0px
	}
	.header-nav li.selected {
		border-top: #1f8dd6 3px solid
	}
	.header .head-user {
		padding-left: 7px; padding-right: 13px; float: right
	}
	.header .head-user li {
		line-height: 78px; float: left; color: #1f8dd6; margin-right: 11px
	}
	.header .head-user a {
		line-height: 87px; display: inline-block; height: 87px; color: #1f8dd6; margin-left: 5px
	}
	.header .head-user a.btn-signin {
		text-align: center; line-height: 31px; background-color: #1f8dd6; width: 67px; height: 31px; color: #fff; margin-left: 20px; vertical-align: -2px; border-radius: 4px; _margin-top: 28px
	}
	#browser_ie {
		background-color: #f6f6b4; display: none; height: 106px; color: #000; font-size: 15px
	}
	#browser_ie .brower_info {
		margin: 0px auto; width: 800px; padding-top: 17px
	}
	#browser_ie .brower_info .notice_info {
		position: relative; margin-top: 5px; float: left
	}
	#browser_ie .brower_info .notice_info p {
		text-align: left; line-height: 25px; width: 360px; display: inline-block
	}
	#browser_ie .browser_list {
		position: relative; float: left
	}
	#browser_ie .browser_list img {
		width: 40px; height: 40px
	}
	#browser_ie .browser_list span {
		text-align: center; width: 80px; display: inline-block
	}
	
	
	
	
	/* input点击的时候placeholder文字变成白色 */
	input:focus::-webkit-input-placeholder{/* WebKit browsers */ 
		color: #fff; 
	}

	input:focus:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ 
		color: #fff; 
	} 
	input:focus::-moz-placeholder{ /* Mozilla Firefox 19+ */ 
		color: #fff; 
	} 
	input:focus::-ms-input-placeholder{ /* Internet Explorer 10+ */ 
		color: #fff; 
	} 
	
	
	/* 返回顶部样式 */
	.to-top{
		display: none;
	}
	
	
	
	/* 富文本规则 */
	.RichtextContent{
	
	}
	.RichtextContent *{
		word-wrap:break-word;
		word-break:break-all;
	}
	.RichtextContent img{
		max-width: 100%;
	}
	.RichtextContent ul{
		margin-left: 20px;
	}
	.RichtextContent ol{
		margin-left: 20px;
	}
	
	
	
	
	
	.content .user{
		color: #09BDFF;
	}
	
	.content .Previouscomment{
		color: #B5B5B6;
	}
	
	
	
	.TXred{
		width: 10px;
		height: 9px;
		background: red;
		border-radius: 50%;
		margin-left: 0.1rem;
		position: absolute;
		right: 0;
		display: none;
	}
	
	