html, body {
	height: 100%;
	font-family: 'Microsoft YaHei';
	background-color: #f5f5f5;
}

a {
	color: #1b1b1b;
	text-decoration: none;
}

a:hover {
	color: #fc9d27;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.container {
	width: 1200px;
	padding: 0;
}

ul, ol, dl, li {
	list-style: none;
}

.site-index {
	width: 1200px;
}

.textarea {
	resize: none;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\e151";
}

a.desc:after {
	content: "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view td {
	white-space: nowrap;
}

.grid-view .filters input, .grid-view .filters select {
	min-width: 50px;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}

.viewImg {
	cursor: pointer;
}

fieldset {
	display: block;
	padding: 0 0 0 20px;
	border-style: solid;
	border-width: 1px 0 0 0;
}

.post-poster {
	padding-right: 15px;
	color: #fc9d27;
	font-size: 12px;
	text-decoration: none;
}

.post-label {
	font-size: 12px;
	color: #aaa;
}

.post-label font {
	padding: 0 10px;
	color: #808080;
}

.post-tags {
	float: right;
}

.post-tags>span {
	padding-right: 10px;
}

.post-tags .glyphicon {
	padding-left: 10px;
	padding-right: 5px;
	top: -1px;
}

.post-tag .glyphicon {
	padding-left: 10px;
	padding-right: 5px;
	top: -1px;
}

/*评论*/



textarea {
    resize: none;
}


.laypage {
    text-align: right;
    padding-right: 20px;
}

.stories_bg {
    background: #f5f5f5;
    height: 9px;
    width: 100%;
}


/*账户安全*/
body .layui-btn{
	color: #ff8400;
    border-color: #fc9d27;
}