@CHARSET "UTF-8";

body,div,p,h1,h2,h3,h4,h5,h6,h7,span,img,a,ul,li,table,tr,th,td,thead,tbody,tfoot,em,dd,dl,dt,label{
	padding: 0px;margin: 0px;
}
h4{font-weight: normal;}

body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #494949;
}
a{color: #494949;}
img{
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea{
	outline: none;resize:none;font-family: "Microsoft YaHei";
}
/* input:-webkit-autofill{-webkit-box-shadow : 0 0 0px 1000px #fff inset ; } */
ul {
	list-style: none;
}
.error{
	color: red;
}
.c_p{
	cursor: pointer;
}

.flo_left {
	float: left;
}

.h_100_100{
	height: 100%;
}
.c_100_100{
	width: 100%;
}
a {
	text-decoration: none;
}

.m_r_10{
	margin-right: 10px;
}

.o_h{
	overflow: hidden;
}

.clear_r {
	clear: right;
}

.w_100_100 {
	width: 100%;
}

.f_s_30 {
	font-size: 30px;
}

.h_26 {
	height: 26px;
}

.f_s_16 {
	font-size: 16px;
}

.t_a_r {
	text-align: right;
}

.m_b_10{
	margin-bottom: 10px;
}

.clear_b,.clear {
	clear: both;
}

.c_yellow {
	color: yellow;
}

.c_red {
	color: red;
}

.m_l_20 {
	margin-left: 20px;
}

.m_t_20 {
	margin-top: 20px;
}

.flo_left {
	float: left;
}

.flo_right {
	float: right;
}
.m_t_24{
	margin-top: 24px;
}
.flo-left {
	float: left;
}

.flo-right {
	float: right;
}

.w_230 {
	width: 230px;
}

.w_135 {
	width: 135px;
}

.w_120 {
	width: 120px;
}

.w_140 {
	width: 140px;
}

.m_l_6{
	margin-left: 6px;	
}

.h_40 {
	height: 40px;
	line-height: 40px;
}

.t_c_r {
	text-align: right;
}

.m_t_10 {
	margin-top: 10px;
}

.f_s_14 {
	font-size: 14px;
}

.p_r_16 {
	padding-right: 16px;
}

.m_l_15 {
	margin-left: 15px;
}

.m_r_15 {
	margin-right: 15px;
}
/*遮罩层*/
#shadeDiv {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background: #000000;
	filter: alpha(opacity = 20);
	opacity: 0.2;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	z-index: 8888;
	height: 100%;
}

.g_no_data {
	text-align: center;
	color: #959595;
}

.dis_n {
	display: none;
}

.m_l_4 {
	margin-left: 4px;
}

.m_r_4 {
	margin-right: 4px;
}

.m_t_97 {
	margin-top: 97px;
}

.m_t_20 {
	margin-top: 20px;
}

.m_t_40 {
	margin-top: 40px;
}

.m_t_75 {
	margin-top: 75px;
}

.m_t_98 {
	margin-top: 98px;
}

.m_t_38 {
	margin-top: 38px;
}

.t_a_c {
	text-align: center;
}

.c_444444 {
	color: #444444;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.m_l_10 {
	margin-left: 10px;
}

.m_l_5 {
	margin-left: 5px;
}

.b_l_d2d2d2 {
	border-left: 1px solid #d2d2d2;
}

.b_r_d2d2d2 {
	border-right: 1px solid #d2d2d2;
}

.b_b_d2d2d2 {
	border-bottom: 1px solid #d2d2d2;
}

.b_t_d2d2d2 {
	border-top: 1px solid #d2d2d2;
}

.b_r_e2e2e2 {
	border-right: 1px solid #e2e2e2;
}

.b_l_e2e2e2 {
	border-left: 1px solid #e2e2e2;
}

.m_b_200 {
	margin-bottom: 200px;
}

.b_t_e2e2e2 {
	border-top: 1px solid #e2e2e2;
}
/*全局的搜索框*/
.global_searc_text_content {
	border: 1px solid #d2d2d2;
	height: 30px;
	line-height: 30px;
	text-align: left;
	width: 185px;
	background-color:#ffffff;
}

.global_search_text {
	font-size: 12px;
	border: medium none;
	color: #A4A4A4;
	height: 28px;
	margin-left: 5px;
	width: 146px;
	outline: none;
	background-color: transparent;
}

.global_lsearc_btn {
	background-image: url(../img/searchbtn.png);
	cursor: pointer;
	float: right;
	height: 17px;
	margin-right: 4px;
	margin-top: 7px;
	width: 18px;
}

/*全局的下拉框*/
.global_drop_down_ {
	border: 1px solid #d2d2d2;
	width: 80px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #959595;
	position: relative;
	cursor: pointer;
	margin-left: 1px;
}

.global_drop_down_content {
	position: absolute;
	top: 30px;
	border: 1px solid #E7E7E7;
	width: 100%;
	left: -1px;
	min-height: 100px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	z-index: 100;
}

.global_drop_down_content>li {
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.global_drop_down_content>li:hover{
	background-color: #e2e2e2;
}

.global_drop_text_value {
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;text-align: left;
}
.pos_r{
	position: relative;
}
.global_arrw_down_icon {
	position: absolute;
	width: 13px;
	height: 7px;
	top: 10px;
	right: 5px;
	background-image: url("../img/down_arrow.png");
	background-repeat: no-repeat;
}

/*提示框的樣式*/
.public_result_div>span {
	display: inline-block;
	font-size: 12px;
	line-height: 60px;
	padding-left: 31px;
}

.public_result_div>span.err_result {
	background: url("../img/error_tip_icon.png") no-repeat left center;
	color: #F00F00;
}

.public_result_div>span.success_result {
	background: url("../img/success_tip_icon.png") no-repeat left center;
	color: #494848;
}

.shadeDiv {
	position: fixed;
	left: 0;
	top: 0;
	background: #000000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	z-index: 8888;
	height: 100%;
}

.public_result_div {
	background: #f6f6f6;
	height: 60px;
	position: fixed;
	text-align: center;
	min-width: 260px;
	border: 1px solid #dedede;
	padding: 0px 4px;
}

.c_02B075 {
	color: #02B076;
}

.m_t_15 {
	margin-top: 15px;
}

.m_t_5{
	margin-top: 5px;
}

.b_d2d2d2 {
	border: 1px solid #d2d2d2;
}

.v_t_a_m {
	vertical-align: middle;
}

.w_100 {
	width: 100px;
}

.b_b_d_d2d2d2 {
	border-bottom: dashed 1px #D2D2D2;
}

.w_200 {
	width: 200px;
}

.v_t_a_b {
	vertical-align: bottom;
}

.c_469611{
	color: #469611;
}
.c_1769d9{
	color: #1769d9;
}
#group-main-body {
	margin: 80px auto;
	width: 1180px;
	min-height: 1000px;
	position: relative;
	margin-bottom: 0;
}

#main-center-content {
	float: left;
	margin: 0 20px;
	width: 737px;
	min-height: 600px;
/* 	background-color:#ffffff; */
}

.loading,.load_icon {
	background: url("../img/loading.gif") center center no-repeat;
	min-height: 500px;
	margin: auto;
	min-width: 945px;

}

.w_100_10 {
	width: 100%;
}

a.pub_a_btn_1 {
	background-image: url("../img/pub_btn_1.png");
	width: 95px;
	height: 31px;
	display: inline-block;
	color: #fff;
	line-height: 31px;
	text-align: center;
	background-repeat: no-repeat;
}

.pub_input_btn_sure_1 {
	border: none;
	background: url("../img/pub_btn_sure_1.png");
	width: 78px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
}

.pub_input_btn_sure_2 ,.pub_input_btn_cancel_2{
	background-color: #02b075;
	color: #fff;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #02b075;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;vertical-align: middle;
}

.pub_input_btn_cancel_2{
	background-color: #fff;
	color: #959595;
	border: 1px solid #d2d2d2;
}
.pub_input_btn_sure_2:hover{
	/* background-color: #00d254; */
}

.pub_input_btn_cancel_1 {
	border: none;
	background: url("../img/pub_btn_cancel_1.png");
	width: 78px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #959595;
	cursor: pointer;
	background-repeat: no-repeat;
}
.pub_close_btn_1{
	background: url("../img/close_type_1.png");
	width: 45px;
	height: 32px;
	display: inline-block;
}
a.pub_upload_btn_1 {
	width: 82px;
	height: 32px;
	display: inline-block;
	background-image: url("../img/upload_icon.png");
	line-height: 32px;
	text-align: center;
	color: #fff;
}
/*单选框*/
.pub_radio_1{
	display: inline;
}
.pub_radio_1>div{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/radio_icon.png") -5px -6px;
	text-align: center;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.pub_radio_1 div.radio_mark {
	width: 14px;
	height: 14px;
	background: url("../img/radio_icon.png") -29px -8px;
	margin: 7px 5px;
}
/*确认框*/
.confirm_content {
	background-color: #f6f6f6;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 0px 30px;
}

.comfirm_title_content {
	padding: 30px 0px;
	text-align:center;
}

.confirm_icon_content {
	display: inline-block;
	vertical-align: middle;
}

.confirm_icon {
	width: 23px;
	height: 23px;
	background-image: url('../img/confir_icon.png');
	background-position: -1px -2px;
}

.confirm_title {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	text-align: left;
}
.go_to_user_zone{
	text-decoration: underline;
}
.confirm_btns {
	padding-top: 10px;
	text-align: right;
	border-top: 1px solid #d2d2d2;
	padding-bottom: 17px;
	margin-left: -30px;
	margin-right: -30px;
}

.clear_b {
	clear: both;
}

.confirm_content a.a_sure_btn,a.a_cancel_btn {
	display: inline-block;
	width: 60px;
	height: 24px;
	background-image: url("");
	background-position: 0px -28px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	background-color: #02B075;
	border-radius: 4px;
}

.confirm_content .a_cancel_btn {
	background-color: #fff;
	color: #494949;
	border: 1px solid #d2d2d2;
}

.comfir_shade_bg {
	position: fixed;
	left: 0;
	top: 0;
	background: #000000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	z-index: 6000;
	height: 100%;
}

/*输入框中下拉框*/
.input_drop_down_c{
	position: relative;
	width: 100%;
	background-color: #fff;
}
.input_drop_down_c .text_input{
	width: 100%;
	border: 1px solid #d2d2d2;
	height: 24px;
	line-height: 24px;
	text-indent: 4px;
}
.input_drop_down_c .result_ul{
	position: absolute;
	top: 30px;
	border: 1px solid #d2d2d2;
	border-top: none;
	width: 100%;
	background-color: #fff;
	display: none;
}
.input_drop_down_c .result_ul>li{height: 24px;line-height: 24px;width: 100%;text-indent: 10px;cursor: pointer;}
.input_drop_down_c .result_ul>li>span{
	vertical-align: middle;
}
.input_drop_down_c .result_ul>li>span:last{
	margin-left: 10px;
}
.result_ul>li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pub_btn{
	display: inline-block;
	padding: 6px 15px;
	padding: 6px 15px\9;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
	color: #535353;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: #dddddd solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}
.choose_obj_c{
	width:200px;
	position: relative;
}
.choose_obj_c>p{
	width: 100%;
}
.choose_obj_c>p>input{
	width: 100%;
	border: 1px solid #d2d2d2;
	outline: none;
	height: 24px;
	line-height: 24px;
	text-indent: 4px;
}
.choose_obj_c>ul{
	position: absolute;
	top:42px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	display: none;
	z-index: 10;
}
.choose_obj_c>ul>li{
	height: 24px;
	line-height: 24px;
	padding-left: 4px;
}
.shrink_line{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}