@charset "utf-8";
/*
   文件名：common.css
   备注：页面公用css文件
   版本：v2.0
 Created by lc on 2016-09-07.
 Copyright 2016 lc. All rights reserved.
*/


/*页面初始化    #########################################################################################*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, menu, nav, img {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", arial, helvetica, sans-serif;
}
html, body {
	height: 100%;
	color: #333;
	background: #F3F3F3;
	font-size: 14px;
	min-width: 1200px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style: normal;
}
mark {
	background: none;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	outline: none;
}
ins {
	text-decoration: none;
}
a:hover {
	color: #D22222;
}
legend {
	color: #333;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	text-align: left;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
label, button {
	cursor: pointer;
}
body, form {
	position: relative;
	z-index: 0;
}

/*页面初始化 end#########################################################################################*/


/*公用样式      #########################################################################################*/

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.img_box {
	display: block;
	overflow: hidden;
	background: #ddd;
	position: relative;
}
.img_box img {
	display: block;
	width: 100%;
	/*max-width: 100%;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	*z-index: 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.error_tips {
	display: none;
	color: #D22222;
	padding-left: 20px;
	background: url(../images/error_ico.png) no-repeat left center;
}

/*表单样式*/

input, textarea, select, input:focus, textarea:focus, select:focus, a:focus {
	outline: none;
}
input[type=button] {
	border: none;
	outline: none;
}
input[type=button]:active {
	border: none;
}
.select_box {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
	border: 1px solid #ddd;
	padding-right: 15px;
	width: 150px;
	vertical-align: middle;
}
.select_box i, .select_box:after {
	content: "";
	border: 5px solid #fff;
	border-top: 5px solid #ddd;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 5px;
	top: 15px;
}
.select_box select {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 175px;
	position: absolute;
	left: 0;
	top: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
	width: 100%;
}

/*按钮样式*/

.btn {
	display: inline-block;
	*display: inline;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
	border: none;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-default {
	background: #fff;
	border: 1px solid #ddd;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	outline: none;
}
.btn:active {
	background-image: none;
	outline: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #E4E4E4;
	border-color: #E4E4E4;
	color: #333;
}
.btn.disabled:hover, .btn[disabled]:hover {
	background: #E4E4E4;
	color: #333;
	border-color: #E4E4E4;
}
.btn-large {
	padding: 12px 19px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
}
.btn-middle {
	padding: 5px 3px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-danger {
	color: #ffffff;
	background-color: #D22222;
	border: 1px solid #D22222;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn.btn-danger[disabled] {
	border: 1px solid #D22222;
	color: #ffffff;
	background-color: #BC1E1E;
}
.btn-warning {
	color: #ffffff;
	background-color: #FF9900;
	border: 1px solid #FF9900;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn.btn-warning[disabled] {
	border: 1px solid #E67300;
	color: #ffffff;
	background-color: #E67300;
}
button.btn, input[type="submit"].btn {
	*padding-top: 5px;
	*padding-bottom: 5px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top: 8px;
	*padding-bottom: 8px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	color: #0088cc;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color: #333333;
	text-decoration: none;
}
.btn[disabled] {
	border: 1px solid #ddd;
}

/*对齐*/

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/*字号*/

.font-weight {
	font-weight: bold;
}
.font-small {
	font-size: 12px;
}
.font-big {
	font-size: larger;
}

/*样式*/

.block {
	display: block;
}

/*字体颜色*/

.color_red {
	color: #D22222;
}
.color_gray {
	color: #999;
}
.color_cyan {
	color: #00BDBD;
}
.color_blue {
	color: #0088CC;
}
.color_dark_blue {
	color: #004276;
}
.avatar{
	border-radius: 50%;
	overflow: hidden;
	background: none;
	display: block;
}
.avatar img{
	width: 100%;
	min-height: 100%;

}
/*公用样式    end########################################################################################*/


/*页头样式     ########################################################################################*/

/*页头样式  end########################################################################################*/


/*页脚样式  end########################################################################################*/


/*页脚样式  end########################################################################################*/


/*页身样式     ########################################################################################*/

#page_main {
	float: left;
	width: 875px;
}
#page_aside {
	float: right;
}

.right_module {
	width: 300px;
	margin: 0 0 20px 0;
	background: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 15px;
}
.right_module_title {
	display: block;
	margin-bottom: 15px;
}
.fixed_aside_bottom {
	position: fixed;
	bottom: -10px;
	margin-left: 830px;
	z-index: 10;
}
.fixed_aside_top {
	position: fixed;
	top: 0px;
	margin-left: 830px;
	z-index: 10;
}

/*位置条样式***********/

.places_bar {
	margin: 20px auto 20px auto;
	color: #999;
}
.places_bar img {
	margin-top: -4px;
	vertical-align: middle;
}
.places_bar li {
	float: left;
	position: relative;
	padding: 0 8px 0 0;
}
.places_bar li a {
	display: inline-block;
	color: #999;
	padding: 0 0 0 8px;
}
.places_bar li:first-child a {
	padding: 0 8px 0 0;
}

/*分页条*/


/*.pg{
    margin: 20px 0;

}
.pg a,.pg strong,.pg label{
    display: inline-block;
    padding:8px 8px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
    background: #fff;
    vertical-align: middle;
}
.pg .nxt:after{
    content: "▶ ";
    font-size: 14px;
    color: #D9D9D9;
}
.pg .prev:before{
    content: " ◀";
    font-size: 14px;
    color: #D9D9D9;
}
.pg  a:hover {
   background: #D22222;
   color: #fff;
}
.pg label{
    font-size: 12px;
}
.pg .px{
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    width: 30px;
    border:1px solid #ddd ;
}*/


/*页身样式  end########################################################################################*/


/* ========== */
/* = 编辑器上传附件 = */
/* ========== */
.fieldset .progressWrapper{
	overflow: visible;
}
.editor_uploads{
	display: block;
	position: relative;
	line-height: 20px;
}

.editor_uploads .file_type img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.editor_uploads .file_name{
	display: inline-block;
	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.editor_uploads .file_name img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 400px;
	max-height: 400px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px #ddd;
	padding: 5px;
	border-radius: 5px;
	z-index:1;
}
.editor_uploads .file_name:hover img{
	display: block;
}
.editor_uploads .file_size{
	color: #999;
	margin: 0 5px;
	font-size: 12px;
	vertical-align: middle;
}
.del_uploads_btn{
	vertical-align: middle;
}



/* ========== */
/* = 覆盖layer.css样式 = */
/* ========== */
.layui-layer-btn .layui-layer-btn0{
    border-color: #D22222;
    background-color: #D22222;
}
.layui-layer-btn .layui-layer-btn0:hover{
    border-color:#BC1E1E;
    background-color:#BC1E1E;
}
/* ========== */
/* = 覆盖BBS样式 = */
/* ========== */

.pg{
	float: none;
}

.pg a,.pg label,.pg a.nxt, .pg a.prev{
	background-color: #fff;
}
.nav_fold_btn,#leftNav{
	display: none !important;
}
.p_pop .flbc, .p_pof .flbc {
	margin: 0;
}
/*上传附件*/
.progressContainer{
	margin: 0 auto 10px 0;
}


#imgzoom_cover{
	position: fixed !important;
	height: auto !important;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
