﻿/* reset */
body,h1,h2,h3,h4,h5,h6,p,dl,dd,pre,ul,form,input,textarea,th,td,select{margin:0;padding:0; outline: none}
ul{list-style: none;}
em{ font-style:normal}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;color: #444}
.header-left,.header-right,#link,#popwrap,#imgwrap,#shade{-webkit-tap-highlight-color:transparent;}
img{border:none;vertical-align:top; max-width: 100%;}
table{border-collapse:collapse}
textarea{resize:none; }
body{width: 100%;min-height: 100%; color: #444; font-size:14px; line-height: 1.7; 
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	background: #fff;
	word-wrap: break-word; overflow-x: hidden;-webkit-overflow-scrolling: touch; }
em{font-style: normal;}
html{ height: 100%}
blockquote{
	display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 100%;
    background-color: #f1f1f1;
}
/*二维码扫描*/
.qrCode{
	position: relative;
	color:#5bb85d;
	cursor: pointer;
}
#qrContainer,#qrBind{
	position: absolute;
	margin: 0;
	width: 15em;
	padding-left: 20px;
	height: 15em;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border:1px solid #eee;
	border-radius: 0.3em;
	top: -15em;
	left:-4em;
	display: none;
}
#qrBind{
	top: 0px;
	padding-left: 0;
    z-index: 1;
    left: 90px;
}
#qrContainer canvas{
	position: relative;
    left: -5px;
    top: 5px;
}
#qrBind canvas{
	position: relative;
    left: 5px;
    top: 5px;
}

/*上传文件框*/
.upload-container{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
    margin-bottom: 1em;
    display: none;
}
.upload-container a{
    color: #ff5200;
}
.upload-file em{
	margin-right: 1em;
	cursor: pointer;
}
.upload-file em:hover{
	color: #ff5200;
}
/*上传按钮*/
#form{
    float: left;
    width: 35px;
    height: 31px;
    text-align: center;
    position: relative;
	cursor: pointer;
}
#form:hover{
	background: #eee;
}
#form:hover span{
	display: block;
}
#form span{
	position: absolute;
	width: 6em;
	padding: 7px;
	font-size: 12px;
	top: 100%;
	left: -20%;
	border-radius: 2px;
	background: #666;
	color: #fff;
	display: none;
}
#form i{
	margin-top: 6px;
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#form input{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* header样式 */
header,#container,footer{
	font-family: "微软雅黑";
	padding-right: 4%;
	padding-left: 4%;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color:#444;
	z-index: 999;
	color: #fff;
}
header a{
	color: #fff;
}
.header-left,.header-right{
	display: none;
	cursor: pointer;
	width: 2em;
	position: absolute;
	top: 0;
	font-size: 1.714285714285714em;
	height: 100%;
	line-height: 2.25em;
}
.header-left{
	left: 4%;
}
.header-left:hover ul{
	display: block;
}
.header-left ul{
	font-size: 0.533em;
	display: none;
	width: 10em;
	top: 100%;
	line-height: 2em;
	padding: 0.5em 0.5em;
	background: #444;
	border-radius:0 0 0.5em 0.5em;
	position: absolute;
}
.header-left li{
	position: relative;
	border-top: 1px solid #000;
	line-height: 2.4em;
}
.header-left li:first-child{
	border:none;
}
.header-left a{
	display: block;
	text-indent: 1em;
	border-radius: 0.3em;
	transition:0.3s;
}
.header-left a:hover{
	background: #fff;
	color: #444;
}
.header-right{
	right: 4%;
	text-align: right;
}
.header-left>em{
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.3em;
    height: 0.3em;
    background: #d9544f;
    border-radius: 50%;
}
header h1{
	float: left;
	font-family: arial;
	height:3.857142857142857em;
	line-height: 3.857142857142857em;
	font-size: 1em;
}
header h1 a{
	display: block;
	background: url(../imagess/logo.png) no-repeat left center;
	padding-left: 1.8em;
	font-weight: 800;
	height: 100%;
	font-size: 2.142857142857143em;
	text-align: left;
}
header h1 span{
	font-size: 0.5em;
	font-weight: normal;
}
nav{
	float: right;
	
	line-height: 3.857142857142857em;
}

nav>ul>li{
	height: 3.857142857142857em;
	float: left;
}
nav a{
	font-size: 1.142857142857143em;
	padding: 0 1em;
}
nav b{
	font-size: 0.857em;
}
.personlogined{
	position: relative;
}
.personlogined>a{
	display: block;
	width: 5.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.personlogined i{
	margin-right: 0.3em;
}
.personlogined ul{
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 100%;
	line-height: 2;
	background:#444;
	padding: 0.5em 0;
	border-radius:0 0 6px 6px;
}
.personlogined li{
	float: none;
	position: relative;
}
.personlogined>em,header li li em,.header-left li em{
	position: absolute;
	line-height: 1.6em;
	font-size: 0.857em;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	top: 0.4em;
	background: #ff5200;
	border-radius: 50%;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
header li li em,.header-left li em{
	top: 0.7em;
	right: 0.2em;
}
.personlogined:hover ul{
	display: block;
}


header li li{
	text-align: left;
	border-top: 1px solid #000;
}
header li li:first-child{
	border: none;
}

nav .active a{
	color:#ff5200;
}
/*footer样式*/
footer{
	border-top: 1px solid #ccc;
	background-size: cover;
	padding: 1em 0;
	margin: 0 4%;
	font-family: "微软雅黑";
	line-height: 2;
}
footer a{
	margin-right: 1em;
}

/*刷新*/
#ret{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	display: none;
	z-index: 1002;
}
#ret>div{
	position: absolute;
	text-align: center;
	top: 45%;
	left: 50%;
	padding: 1em;
	margin-left: -70px;
	background: #f5f5f5;
	border: 1px solid #ff5200;
	color: #ff5200;
	border-radius: 0.5em;
}

/*公共hover*/
.info a:hover,.person-info a:hover,
.a-group a:hover,.btn-group a:hover,
#login .footer a:hover,.downLoad a:hover,
footer a:hover{
	color: #ff8500;
	text-decoration: underline;
}
nav a:hover{
	color: #ff8500;
}
a.classkey:hover{
	color: #fff;
}
/*主体container*/
#container{
	width: 92%;
	padding-top: 5em;
}
.home{
	padding-top: 4em;
	font-family: "微软雅黑";
}

.mainwrap{
	float: left;
	width: 100%;
}
.main{
	padding-bottom: 1em;
	margin-right: 21.42857142857143em;
}

/*评论样式*/
.bodytext ul,#text{
	list-style: square;
}
/*首页样式*/
.m15 input,.m16 input{
	width: 100%;
}
.flink a{
	color: #b9b8b8;
}
.user-wrap{
	overflow: hidden;
}
.user-wrap>div{
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 2em;
	margin-bottom:-300px;
	padding-bottom:300px;
	position: relative;
	transition:0.5s;
}
.user-wrap h3{
	border-bottom: 2px solid #000;
    display: inline-block;
    _display:inline;
    padding: 0 5px 2px 5px;
    margin-bottom: 1em;
}
.user-wrap>div>div{
	position: absolute;
	right: 0;
	top: 4em;
	width: 1px;
	height: 10em;
	background: #ccc;
}
.user-wrap ul{
	display: block;
}
.user-wrap li{
	line-height: 2;
}
.user-wrap li a:hover{
	color: #ff8520;
	text-decoration: underline;
}
.user-wrap>div:hover{
	transform: translateY(-1em);
}
.user-wrap>div:hover h3{
	color: #ff5200;
	border-color: #ff5200;
}

.contact{
	padding-top: 1em;
	margin: 1em 4%;
	border-top: 1px solid #ccc;
	margin-top: 1em;
	line-height: 2;
}
/*note页面*/
.title{
	font-weight: normal;
}
.bodytext{
	padding-top: 1em;
	margin-bottom: 1em;
}
.downLoad{
	padding-left: 1em;
}
.textarea-box{
	display: none;
}
#textarea{
	width:100%;
	height:140px;
	outline:0;
	font-size:1em;
}
#textarea1{
	height: 240px;
}
.main>h3{
	border-bottom: 2px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
}

.missionProcess,.downLoad{
	display: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.3em 0.6em;
	border: 1px solid #f8f8f8;
	border-radius: 0.3em;
	background: #f8f8f8;
}

.missionProcess ol,.downLoad ol{
	margin: 0;
}
.missionProcess li{
	border-top: 1px dashed #fff;
}

.missionProcess li:first-child{
	border: none;
}
.discuss{
	margin-top: 1em;
	border-bottom:1px solid #ccc;
}
.missionBtn{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.missionBtn:hover ul{
	display: block;
}
.missionBtn ul{
	font-size: 1em;
	width: 6em;
	position: absolute;
	padding: 0.5em 0;
	top: 100%;
	background: #fff;
	border: 1px solid #ff8500;
	border-radius: 6px;
	background: #ff8500;
	display: none;
	z-index: 2;
}
.note:last-child .missionBtn ul{
	top: auto;
	bottom:0;
}
.missionBtn li{
	background: #ff8500;
	border-bottom: 1px solid #ff5200;
}
.missionBtn li a{
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.7em;
}
.missionBtn li a:hover{
	background: #fff;
	color: #ff8500;
}

.discuss .discuss{
	border-bottom:1px solid #eee;	
}
.discuss .discuss:last-child{
	border-bottom: 0;
}

.discuss>div{
	margin-left: 4em;
}
.person-img{
	float: left;
	width: 3.214em;
	height: 3.214em;
	border-radius: 50%;
	margin-top: 0.3em;
}
.reply-box{
	margin-top: 1em;
    padding: 0.7em 1.5em 0;
    background: #f8f8f8;
    height: 10em;
}
.reply-box textarea{
	width:100%;
	border:1px solid #ccc;
	border-radius: 0.5em;
	height:6em;
	padding: 0.7em 0.7em;
	margin-left: -0.7em;
	margin-right: -0.7em;
}
.reply-box div{
	text-align:right;
	margin-left: -0.7em;
	margin-right: -0.7em;
}
.reply-box button{
	padding: 0.3em 1em;
	background: #fff;
	transition:0.5s;
	border:1px solid #ccc;
}
.reply-box button:hover{
	background: #ccc;
}

/*mission页*/
.table-wrap,.fb-wrap{
	width: 100%;
	/*max-width: 802px;*/
	overflow: auto;
}
.table-wrap table tr:hover,.fb-wrap table tr:hover{
	background: #fcf5ec
}
.table-wrap table,.fb-wrap table{
	margin-top: 1em;
	border-radius: 0.5em;
	width: 100%;
	font-size: 0.875em;
}

.table-wrap th,.table-wrap td,.fb-wrap th,.fb-wrap td{
	text-align: center;
	padding: 0.3em;
	border: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	max-width: 20em;
}

.table-wrap td a:hover,.fb-wrap td a:hover{
	color: #ff5200;
}
.table-wrap tr:nth-of-type(even),.fb-wrap tr:nth-of-type(even){
	background: #eee;
}


/*bbs-问题讨论*/
.searchTag{
	font-size: 1.714em;
	font-weight: normal;
}
.searchTag span{
	color: #ff5200;
}
.sendQuestion{
	padding-bottom:0.5em;
	border-bottom:2px solid #ccc;
}
.des{
	display: none;
	background: #f8f8f8;
	padding: 0.8em;
	margin-top: 1em; 
}
.des>div{
	margin-top: 0.5em;
}
.des span{
	float: left;
	margin-top: 0.5em;
}
.des-in{
	display: block;
	margin-left: 6em;
	overflow: hidden;
}
.des input[type="text"]{
	width: 100%;
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #ccc;
	padding: 0.3em 0;
	line-height: 1.7;
	background: #f8f8f8;
}
.des-in label{
	display: block;
	float: left;
	margin-right: 0.5em;
	margin-top: 0.5em;
}

.choose-theme{
	margin-top:0.5em;
}
.choose-item{
	margin-right: 1em;
}
.choose-theme label{
	margin-right:0.5em;
}
.newNote,.newShare{
	margin:0.5em 0;
}
.filter,.filter2{
	padding-bottom:0.5em;
	padding-top:0.5em;
	border:0;
	margin-bottom: 1em;
}
.filter a{
	border:1px solid #ccc;
	border-radius:0.5em;
	padding: 0.2em 1em;
	background: #fff;
	display: inline-block;
	display: _inline;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
}
.filter a:hover{
	background: #eee;
}
.filter label{
	margin-right:0.5em;
}
.filter input{
	vertical-align: middle;
}
.filter .active{
	background: #eee;
}
.filter form{
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 0.5em;
	padding:0.1em 1em;
	margin-top: 0.5em;
}
.filter2 input{
	border:none;
	text-indent: 0.5em;
}
.filter2 button{
	border:none;
	border-radius: 0.5em;
	padding: 2px 4px;
	outline: 0;
	font-family: "微软雅黑";
	background: #ff8500;
	color:#fff;

}
.filter2 button:hover,.filter2 button:active{
	background: #ff5200;
}
.note{
	position: relative;
	border:1px solid #444;
	padding:1em;
	border-radius:0.5em;
	margin-bottom:1em;
}
.note .missionBtn{
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #ff8500;
	top: 0.2em;
	right: 0.2em;
	display: none;
}
.maincontent{
	max-height: 425px;
	overflow: hidden;
}

article a{
text-decoration:underline;
color:#ff5200;
}
.hideReply{
	display: block;
	padding-top: 1em;
	text-align: right;
	color: #ff8500;
}
.hideReply:hover{
	color:#ff5200;
}
.showarticle{
	position: relative;
	display: block;
	height: 3em;
	line-height: 3em;
	top: -1.5em;
	background: #f8f8f8;
	background: linear-gradient(rgba(255,255,255,0.5),#eee);
	border-radius: 0 0 0.3em 0.3em;
	border-bottom: 1px solid #f8f8f8;
	text-align: center;
	color:#ff8500;
}
.showarticle:hover{
	color: #ff5200;
}

.articleabsolute{
	position: absolute;
	background: rgba(255,82,0,0.5);
	color: #fff;
	padding:0 1em;
	right:1em;
}
.replyabsolute{
	position: absolute;
	right:1em;
	padding: 0.5em;
	background: rgba(255,82,0,0.5);
	color: #fff;
	border-radius: 0.3em;
}

.note:hover .missionBtn{
	display: block;
}
.note .missionBtn>a{
	display:block;
	height: 100%;
}
.note .missionBtn ul{
	right: 0;
}
.note>section{
	float:left;
	text-align:center;
	color:#fff;
	background: #ad3a37;
	border:1px solid #ad3a37;
	border-radius:0.5em;
	padding:0.16em 0.5em;
	font-size:0.857em;
}
.note>.state1{
	background:#6b0; 
	border:1px solid #6b0;
}
.note>.state2{
	background:#ccc;
	border:1px solid #ccc; 
}
.note>div{
	margin-left:3.2em;
}
/*people页*/
.part{
	border:1px solid #ccc;
	border-radius: 0.5em;
	box-shadow: 1px 1px 2px 1px #eee,-1px -1px 2px 1px #eee;
	padding: 1em;
	margin-bottom: 2em;
	overflow:hidden;
}
.p-head{
	float: left;
	text-align: center;
	padding-right: 1em;
	border-right: 1px solid #ff5200;
}
.p-head a{
	display:block;
	border-radius: 0.3em;
	height: 3em;
	line-height: 3em;
	padding: 0 0.5em;
}
.p-head a:hover{
	background: #ccc;
}
.p-head .active a{
	background: #ff5200;
	color: #fff;
}
.p-body{
	height: 18em;
	margin-left: 8em;
	overflow:auto;
}
.p-body li{
	line-height: 2;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t-head{
	font-size: 1.142857142857143em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: #ff5200;
}
.t-head span{
	font-size: 0.875em;
	float: right;
	color: #999;
}
.t-head a{
	margin: 0 0.3em;
}
.t-head>em{
	float: right;
	font-size: 0.875em;
	color: #999;
	cursor: pointer;
}
.t-head>em:hover,.t-head a:hover{
	color: #ff5200;
}

#p-info .infoImg{
	float: left;
	
	overflow: hidden;
	cursor: pointer;
	width: 7.142857142857143em;
	color: #ff5200;
}
#p-info img{
	width: 7.142857142857143em;
	height: 7.142857142857143em;
	border-radius: 0.5em;
}
.t-body{
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}

.t-body .infoContent{
	margin-left: 8em;
}

#p-info  p{
	line-height: 2
}

/*头像设置*/
.cropit-image-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 5px solid #ccc;
    border-radius: 3px;
    margin: 4px auto;
    width: 250px;
    height: 250px;
    cursor: move;
}
.photo{
	position: relative;
}
.photo .cropit-image-input{
	position: absolute;
	top: 370px;
	left: 190px;
	width: 45px;
	height: 30px;
	opacity: 0;
}
.cropit-image-background {
opacity: 0;
cursor: auto;
}

.image-size-label {
margin-top: 10px;
}

.photo .cropit-image-zoom-input{
	width: 80%;
	margin: 0 auto;
}
.photo input {
/* Use relative position to prevent from being covered by image background */
	position: relative;
	z-index: 10;
	display: block;
}

.bindChat{
	position: relative;
}




/*侧边栏样式*/
.side{
	transition:0.3s;
	opacity:0;
	display: block;
	float: left;
	padding-left: 2em;
	width: 19.28571428571429em;
	margin-left: -21.28571428571429em;
	position: relative;
}

.side h4,
.side .tree1,
.side .tree2,.side .tree3>.caret,.side .tree3>a{
	display: none;
}
.side h4{
	border-bottom: 1px solid #eee;
	display: none;
}
.side h3{
	font-size: 1em;
	border-top: 1px solid #eee;
	padding-top: 1em;
}
.side ul a:hover,.m7 a:hover{
	color: #ff5200;
}
.tree{
	position: relative;
}
.tree3>ul{
	background: #f8f8f8;
	border-radius: 0.2em;
}
.tree>ul span,.m7 ul span{
	display: inline-block;
    width: 0.7142857142857143em;
    margin-left: 1em;
}
.tree>ul a,.m7 ul a{
	margin-left: 0.5em;
}
.side li,.m7 li{
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
    word-wrap: normal;
}
.side>div{
	text-indent: 1em;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
}
.side>a{
	display: block;
	width: 100%;
	text-align: center;
    background: #ff5200;
    border-radius: 0.2em;
    padding: 0.6em 0;
    color: #fff;
    font-size: 1.143em;
    margin-bottom: 0.5em;
    font-family: "微软雅黑";
    transition: 0.5s;
}
.side>a:hover{
	background: #ff3000;
}
.side>ul{
	border-top: 1px solid #eee;
	text-indent: 3.6em;
	margin-bottom: 0.5em;
}
.side>ul li:hover{
	background: #f8f8f8;
	border-radius: 0.2em;
}
.side>ul em{
	background: #ff5200;
	margin-left: 1em;
	color: #fff;
	padding: 0 0.5em;
	border-radius: 0.5em;
	font-size: 0.857em;
}
.tree .active>a,.m7 .active>a{
	color:#ff5200;
}
.m7 .footer p{
	text-align: left;
}
.m7 .footer span{
	margin: 0 1em;
	color: #ff5200;
}

.tree .caret,.m7 .caret{
    border-width: 0.3em 0.4em;
    border-color: transparent transparent transparent #444;
    border-style: dashed dashed dashed solid;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.7em;
    cursor: pointer;
}
.tree .caretClose,.m7 .caretClose{
    border-width: 0.4em 0.3em;
    border-color: #444 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.8em;
    margin-right: 0.1em;
    cursor: pointer;
}

#menu{
    position: absolute;
    border:1px solid #ccc;
    border-radius: 0.3rem;
    line-height: 1.7;
    font-size: 0.875rem;
    display: none;
    z-index: 2001;
    background: #fff;
}
#menu li{
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}
#menu li:hover{
    background: #eee;
}

.warning{
	width: 12.28571428571429em;
	padding: 1em;
	text-align: center;
	position: fixed;
	top: 30%;
	top: 30vh;
	left: 50%;
	margin-left: -6.142857142857145em;
	background: #ffc280;
	background: rgba(255,133,0,0.6);
	border-radius: 0.4em;
	z-index: 20000;
	color: #fff;
}


/*弹窗公共样式-start*/
#popwrap{
	position:fixed;
	overflow:auto;
	background:transparent;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2000;
	font-family: "微软雅黑";
}

#popwrap .header{
	position: relative;
	background: #ff8500;
	line-height: 2em;
	font-size: 1.143em;
	color: #fff;
	margin: -1px -1px 0;
	padding: 0 1em; 
	overflow: hidden;
}
#popwrap .content,#popwrap .footer{
	padding:0.5em 1em;
	background: #fff;
}
#popwrap .closeBtn{
	position: absolute;
	width: 2.0625em;
	height: 100%;
	text-align: center;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
#popwrap .closeBtn:hover{
	background: #fff;
	color: #ff8500;
}
#popwrap>div{
	margin-left:auto;
	margin-right:auto;
	margin-top:14%;
	margin-top:14vh;
	max-width: 100%;
	border-radius: 0.5em;
	overflow: hidden;
	width: 22em;
}
#popwrap>.m24{
	width: 35em;
	
}
/*#popwrap .content label{
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}*/
#popwrap .content>select{
	height: 2em;
	border-radius: 4px;
	width: 50%;
}

#shade{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:#000;
	opacity:0.5;
	filter:Alpha(opacity=50);
	z-index:1000;
	cursor: pointer;
}
#popwrap .footer{
	text-align: right;
}
#popwrap .footer button{
	border: 1px solid #ffc280;;
	background: #fff;
	color: #ff8500;
	border-radius: 1em;
	font-family: "微软雅黑";
	font-size: 120%;
	line-height: 2;
	cursor: pointer;
	transition:0.3s;
	outline: 0;
}
#popwrap .footer .close,#popwrap .footer .sure,#popwrap .footer .upImg,#popwrap .footer .export{
	font-size: 1em;
	padding: 0 0.5em;
}
#popwrap .footer .close,#popwrap .footer .upImg{
	margin-right: 1em;
}

/*发帖弹窗样式-start*/
#popwrap .m9{
	width: 60em;
}
#popwrap .aImg{
	width: auto;
}
/*回到顶部*/
#tool{
	position: fixed;
	right: 1em;
	bottom: 5em;
	width: 3em;
	border: 1px solid #ccc;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 0.3em;
	text-align: center;
	z-index: 7;
}
#tool i{
	font-size: 2em;
	display: block;
}
.QQ i{
	color: #d9544f;
}
.chat i{
	color: #5bb85d;
}
.toTop i{
	color: #418bca;
}
#tool a{
	font-size: 0.875em;
	display: block;
	text-align: center;
}
.QQ,.chat,.toTop{
	border-top: 1px solid #eee;
}
#tool a:hover{
	color:#5bc0de;
	background: #eee;
}
.toTop{
	display: none;
}
.chat{
	position: relative;
}
.chat img{
	position: absolute;
	right: 3.1em;
	bottom: 0;
	max-width: 10em;
	width: 0;
}
@keyframes chat{
	from{width:0;}
	to{width:10em;}
}
#tool .chat:hover img{
	width: 10em;
	-webkit-animation:chat 0.5s alternate forwards;
}
.count{
	background:url(/imagess/count_down.png) no-repeat 4px 5px;
	background-size:cover;
	width:193px;
	height:137px;
	right:1em;
	position: fixed;
	right: 4em;
	bottom: 5em;
	border-radius: 0.3em;
	text-align: center;
	z-index: 1;
}
.count span{
	position:absolute;
	left:57px;
	top:97px;
	font-size:21px;
	color: #ff8500;
	font-weight: bolder;
	font-family:MicrosoftYaHei;

}

/*登录窗口*/
#popwrap .otherLogin{
	text-align: left;
}
.otherLogin i{
	font-size: 2em;
	cursor: pointer;
}
.login .content span,.regin .content span,.set .content span{
	float: left;
	margin-top: 0.2em;
}
.login .content>div,.regin .content>div,.set .content>div{
	overflow: hidden;
	padding: 1em 0;
}
.login .content label,.regin .content label,.set .content label{
	margin-left: 4em;
	display: block;
	border-bottom: 1px solid #999;
}
.login .content input,.regin .content input,.set .content input{
	width: 100%;
	border: 0;
	text-indent: 0.5em;
}
.set .add input{
	width: 6em;
}
.set .add input:first-child{
	margin-right: 1em;
}
.login .footer .toLogin,.regin .footer .toRegin{
	width: 100%;
}
#popwrap .footer button:hover{
	border-color: #ff8500; 
}
.login .footer div,.regin .footer div{
	margin: 0.5em 0;
}
.login .footer label,.regin .footer label{
	float: left;
}

/*分页*/
.pages{
	text-align: center;
	margin: 1em auto;
}
.pages a{
	font-size: 0.875em;
	padding: 0.3em 1em;
}
.pages a.active{
	background: #a9a9a9;
	color: #fff;
	border-radius: 0.3em;
}
.pages a:hover{
	text-decoration: underline;
	color: #ff8500;
	border-radius: 0.3em;
}


/*info，personinfo，a-group,btn-group*/
.info,.person-info{
	padding-bottom: 0.5em;
	font-size: 0.857em;
	color: #999;
}
.info{
	padding-top:1em;
	border-bottom: 1px solid #ccc;
}
.info a,.person-info a{
	color: #999;
}
.info span,.person-info span{
	margin:0 0.5em;
}
.btn-group{
	margin-top: 0.5em;
}
.a-group{
	font-size: 0.857em;
	color: #999;
	border-bottom: 1px solid #eee;
	margin-top: 0.5em;
}
.a-group>a{
	color: #999;
	margin-right: 1em;
}
/*response*/
@media all and (max-width:768px){
	.side h3,.side>ul,.side>a{
		display: none;
	}
	body{
		-webkit-text-size-adjust: none;
	}
	.main{
		margin-right: 0;
	}
	.side{
		width: 19.28571428571429em;
		margin-left: -21.28571428571429em;	
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 2001;
		padding: 4em 0 4em 1em;
		display: none;
		overflow: auto;
	}
	.side h4,
	.side .tree1,
	.side .tree2{
		display: block;
	}
	.side .tree3>.caret{
		display: inline-block;
	}
	.side .tree3>a{
		display: inline;
	}
	.tree3>ul{
		background: #fff;
	}
	header h1{
		float: none;
		overflow: hidden;
		width: 16em;
		display: block;
		margin: 0 auto;
	}
	header h1 a{
		height: 100%;
		display: block;
		background-position:left 0.1em;
	}
	
	.header-left,.header-right{
		display: block;
	}
	header nav{
		display: none;
	}
	#tool{
		display: none;
	}
	header nav{
		display: none;
	}
	.user-wrap{
		overflow: hidden;
		margin:1em 4% 0;
		border:1px solid #ccc;
		border-radius: 0.5em;
	}
	.user-wrap>div{
		text-align: center;
		transition:0.5s;
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	.user-wrap h3{
		padding: 5px 0;
		margin: 0;
		display: block;
	    border-bottom: 1px solid #ccc;
	    cursor: pointer;
	}
	.user-wrap ul{
		border-bottom: 1px solid #ccc;
	}
	.cooperate ul{
		border:0;
	}
	.fresh ul{
		display: block;
	}
	.user-wrap>div>div{
		display: none;
	}
	.user-wrap>div:hover{
		transform: translateY(0);
	}
	.user-wrap>div:hover h3{
		color: #ff5200;
		border-color: #ccc;
	}
	.note>section{
		float: none;
		margin-bottom: 0.5em;
	}
	.note>section p{
		display: inline;
	}
	.note>div{
		margin-left:0;
	}
	.discuss>div{
		margin-left: 2.5em;
	}
	.person-img{
		width: 2em;
		height: 2em;
	}
}
@media all and (max-width:420px){
	header h1 span{
		display: none;
	}
	header h1{
		width: 12em;
	}
	.choose-theme button{
		margin-top: 0.5em;
		float: none;
	}
	#p-info img {
	    width: 5em;
	    height: 5em;
		border-radius:
	}
	#p-info .infoImg{
		width:5em;
	}
	.t-body .infoContent{
		margin-left:6em;
	}
}
.wangEditor-menu-container{
	height: 31px;
}
.emotion-content-container{
	height: auto !important;
}
.wangEditor-drop-panel{
	width: 80% !important;
}
.newNote,.sedReply,.newShare{
	color: #fff;
	font-size: 1em;
	padding: 0.5em 1.5em;
	font-weight: 600;
	background: #ff8500;
	background-image: linear-gradient(to bottom,#ff8500,#ff5200);
	border: 1px solid #ff5200;
}
.newNote:active,.sedReply:active,.newShare:active{
	background: #ff5200;
	background-image: linear-gradient(to bottom,#ff5200,#ff8500);
}
/*文章详情上一篇下一篇*/
.catalog{
	margin-left: calc((100% - 20em)/2);
	margin-right: calc((100% - 20em)/2);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    width: 20em;
}
.catalog>div{
	-webkit-box-flex: 3;
    -moz-box-flex: 3;
    -o-box-flex: 3;
    box-flex: 3;
    text-align: center;
    color: #005ea7;
    cursor: pointer;
}
/* 标签 */
input{
	border:1px solid #a9a9a9;
	padding: 0.1em 0.2em;
	border-radius: 0.3em;
}

.info .classkey,.classkey{
	border-radius: 0.3em;
    padding: 0.01em 0.3em;
    margin-right: 0.3em;
    transition:0.2s;
    background: #fcf5ec;
}

.classkey:hover,.info .classkey:hover{
	color: #fff;
	background: #ff5200;
}

/* 字体*/
@font-face {font-family: "iconfont";
  src: url('./font/iconfont.eot?t=1464146834'); /* IE9*/
  src: url('./font/iconfont.eot?t=1464146834#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./font/iconfont.woff?t=1464146834') format('woff'), /* chrome, firefox */
  url('./font/iconfont.ttf?t=1464146834') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('./font/iconfont.svg?t=1464146834#iconfont') format('svg'); /* iOS 4.1- */
}


.iconfont{
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}                