@charset "UTF-8";
/* CSS Document */
/*标准按键*/
/*选择框*/
/*地区筛选*/
/*弹出框*/
/*列表框*/

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

*{
	margin:0px;
	padding:0px;
	list-style:none;
}

body {
/*    background:#f9f9f9;*/
	color:#333;	
//	margin-top:5px;	
	font-family:'微软雅黑';
	font-size:14px;   
}

/* 短引用的内容可取值：''或"" */
q:before,q:after {content:”;}  

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {   
　　font-weight: normal;   
　　font-style: normal;   
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {   
　　border-collapse: collapse;   
　　border-spacing: 0;   
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul {list-style: none;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {   
　　font-weight: normal;   
　　font-size: 100%;   
}   

/* 链接样式，颜色可酌情修改 */
del,ins,a {text-decoration:none;color:#333;}

/*
a:link {color:#009;}
a:visited {color:#800080;}
a:hover,a:active,a:focus {color:#c00; text-decoration:underline;} 
*

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}

.clear {clear:both;}

/* Let's get this party started */ 
/*::-webkit-scrollbar { width: 6px; } /* Track */ 
::-webkit-scrollbar-track { background:rgba(255,255,255,0.0); -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); -webkit-border-radius: 0px; border-radius: 0px; } /* Handle */ 
::-webkit-scrollbar-thumb { -webkit-border-radius: 3px; border-radius: 3px; background: rgba(212,212,212,0.5); -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); } 
::-webkit-scrollbar-thumb:window-inactive { background: rgba(240,240,240,0.4); }

/* 滚动条颜色 */
scrollbar {
   -moz-appearance: none !important;
   background: #00ff00 !important;
}

/* 滚动条按钮颜色 */
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: #0000ff !important;
}

/* 鼠标悬停时按钮颜色 */
thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: #ff0000 !important;
}

/* 隐藏上下箭头 */
scrollbarbutton {
   display: none !important;
}

/* 纵向滚动条宽度 */
scrollbar[orient="vertical"] {
   min-width: 15px !important;
}

/*
body{ background:#f9f9f9;}
a{
	text-decoration:none;
	color:#333;
	cursor:pointer
}
*/

.left{
  float:left;
}
.right{
    float:right;
}

.hidden{
	display:none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fontflow{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.create_item_l {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

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

.create_item_unit label {
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.create_item_l label {
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.create_item_r {
    width: auto;
    height: 100%;
}

.create_item_tip{
    float:left;
	font-size: 14px;
    line-height: 36px;
    color: #333;
}

.c_single_text{
    height: 36px;
    line-height: 36px;
	*line-height: 36px;
    width:300px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: 0;
    font-size: 14px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding-left:10px;
}

/*
选择框
http://ourjs.com/detail/551b9b0529c8d81960000007
http://uplifted.net/programming/change-default-select-dropdown-style-just-css/
*/

/*
	border: 0 !important;  
	-webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
    -webkit-user-select: none;	
	-moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);    
    -moz-user-select: none;	
*/

select {    
	border: solid 1px #000;
	color: #333;			
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;    
    background: url(/apps/common/images/arrow.png) no-repeat scroll right center transparent;	
    padding-right: 14px;
}

select::-ms-expand { display: none; }

.area_select {
    width: 120px;
    height: 30px;
    margin-right:10px;
	background-color: transparent;
    border: 1px solid #ccc;
    outline: 0;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-left: 10px;    
}

/*
.area_select {    
    width: 100px;    
	height: 32px;
	line-height : 32px;    
    *line-height: 32px;    
    margin-right: 10px;	
	background-color: transparent;	    
	border: 1px solid #000;   
	outline:0;
    font-size: 14px;    
    padding: 0px;
}
*/

	/*border: gray solid thin;   */
    /*outline:#00ff00 dotted thick;*/
	/*outline:#333 solid thin;*/

	
/* 弹出框 */
#edit_overlay {
    background: #f0f0f0;
    filter:   alpha(opacity=50); /* IE的透明度 */
    opacity:  0.5;               /* 透明度 */
    display:  none;	
	position: fixed;
    top:    0px;
    left:   0px;
    width:  100%;
    height: 100%;
    z-index:100;                 /* 此处的图层要大于页面 */
    display:none;
}


/* 弹出框 */
#dialog_overlay {
    background: #000;
    filter:   alpha(opacity=50); /* IE的透明度 */
    opacity:  0.5;               /* 透明度 */
    display:  none;	
	position: fixed;
    top:    0px;
    left:   0px;
    width:  100%;
    height: 100%;
    z-index:9998;                 /* 此处的图层要大于页面 */
    display:none;
}

.dialog_body{
   z-index: 101;
}

.dialog_head span {
  padding-left:20px;
}

.dialog_head {    
	position:    relative;	
    width:       100%;
    height:      36px;
    line-height: 36px;
    text-align:  left;	
	background:  rgb(12,186,144); 	
	/*cursor:    move; */
    font-size:   16px; 
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius:  3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;	
	color: #fff; 
	letter-spacing:2px;
}

.dialog_head .close_dialog {    
	position: absolute;	
    right:  20px;
    top:    8px;
    width:  20px;
    height: 20px;
	background: url(/apps/common/images/closePop.png) no-repeat;    
    cursor: pointer;	
}

.dialog_main {	
    min-height:  100px;
    background:  #fff; 
	border-left: 3px solid rgb(12,186,144);
	border-right:3px solid rgb(12,186,144);
}
.dialog_main img{
    display:inline-block;
    width:20px;
    height:20px;
    margin-top:-3px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
}

.dialog_footer {
  background:   #fff;
  height:20px;  
  text-align:   center;
  border-right: 3px solid rgb(12,186,144);
  border-left:  3px solid rgb(12,186,144);
  border-bottom:3px solid rgb(12,186,144);
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius:  0 0 5px 5px;  
  -ms-border-radius: 0 0 5px 5px;
  margin: 0 auto;
}

.dialog_page {
  background:  #fff;
  height:      60px;
  line-height: 60px;
  text-align:  center;
  border-right:2px solid rgb(12,186,144);
  border-left: 2px solid rgb(12,186,144);  
}

/*没内容*/
.no_content{	
	margin:0 auto;			
	min-height:200px;
	margin:30px;
	text-align:center;
	background:url(/apps/common/images/no_content_03.png) no-repeat center;
}
.no_content1{	
	margin:0 auto;			
	min-height:363px;
	margin:30px;
	text-align:center;
	background:url(/apps/teaching/_static/images/PadWebapp/padNoContentImg.png) center no-repeat;
    background-size:150px;
}
/*列表日志没有内容*/
.no_content_record {
    margin: 0 auto;
    min-height: 200px;
    margin: 30px;
    text-align: center;
    background: url(/apps/common/images/record_nocontent_img.png) no-repeat center;
}
.no_content_record_noword {
    margin: 0 auto;
    min-height: 200px;
    margin: 30px;
    text-align: center;
    background: url(/apps/common/images/record_nocontent_noword.png) no-repeat center;
}
.no_content_record_noword p{
    color: #bbb;
    font-size: 14px;
    text-align: center;
    width: 70%;
    margin: auto;
    position: relative;
    padding-top: 190px;
}
/*
.no_content p li span div{
	height:80px;
	display:inline-block;	
	line-height:80px;
	color:#333;
    min-height:150px;
}
*/

/*地区筛选*/

.area_list {
   margin-top:15px;
   margin-bottom:15px;
}

/*
.area_select{
    width:  120px;
	height: 30px;
    *line-height: 30px;    
    background-color: transparent;    
	border: 1px solid #ccc;    
	outline: 0;
    font-size: 14px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding-left:10px;
	padding:0px;
}
*/

/*标准按键*/

.search_btn{
    border-left: 1px solid #e7e7eb;
    right: 0;
    width: 30px;
    text-align: center;
	position: absolute;
	top: 0;
	line-height:30px;
	height:30px;
	cursor:pointer
}

.search_icon{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	top:7px;
	position:relative;
	overflow: hidden;
    background: url(/apps/manage/_static/images/base.png) 0 -4421px no-repeat;
}

.search_c{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	top:7px;
	position:relative;
	overflow: hidden;
    background: url(../../images/base.png) 0 -4421px no-repeat;
}

.btn{        
    display: inline-block;    
	letter-spacing:1px;
	font-size:14px;
    border: none;
    color:  #fff;
    cursor: pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;    
	text-align:center;		
	vertical-align:middle;    
}

.submit_btn {	
    margin:  0px 5px 0px 5px;
	padding: 8px 30px;    
    background: #02ba6a;
}
.submit_btn:hover {
    background: #079557;
}

.cancel_btn {
	margin:  0px 5px 0px 5px;
    padding: 8px 30px;
    background: rgb(12,186,144);
}

.cancel_btn:hover {
    background: rgb(0,157,119);
}

.upload_btn {	
	margin:  0px 5px 0px 5px;
	padding: 0px 30px;  
    height : 40px;	
    line-height:40px;	  	
    background: #02ba6a;
}
.upload_btn:hover {
    background: rgb(0,157,119);
}

/*
.commit_btn {	
    background: #02ba6a;
}
.commit_btn:hover {
    background: #079557;
}
*/

.new_btn{	
	margin:  0px 5px 0px 5px;
	padding: 0px 30px;  
    height : 40px;	  
    line-height:40px;	
    background: rgb(12,186,144);
}

.new_btn:hover {

    background: #079577;
  /*  background: #0a7da3;8*/
}

.new_tips{
	width:  15px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	display: inline-block;	
	overflow: hidden;
    background: url("/apps/manage/_static/images/new_btn.png") no-repeat;
	padding-right:5px;
}

.download_tips{
	width:  15px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	display: inline-block;	
	overflow: hidden;
    background: url("/apps/manage/_static/images/download_btn.png") no-repeat;
	padding-right:5px;
}

.upload_tips{
	width:  15px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	display: inline-block;	
	overflow: hidden;
    background: url("/apps/manage/_static/images/upload_btn.png") no-repeat;
	padding-right:5px;
}

/*
  编辑-form
*/

.form_c{
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding:5px;
}

.form_cs {
    border-bottom: 1px solid #ddd;
	margin-bottom:10px;
}

/*
  列表-list
*/

.list_c{
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding:0px 20px;
}

.list_cs {
    border-bottom: 1px solid #ddd;
	margin-bottom:10px;
}

.s_t {
    font-size:16px;
    height: 40px;
	line-height: 40px;
    color: #333;
    border-bottom: 1px solid #eee;	
	padding-bottom:15px;
}

.ahead{
    height:56px;
	background:#f4f5f9;
	border-bottom:1px dashed #ddd;	
}

.ahead span {
    display: inline-block;
    font-size: 14px;
    color: #333;
	height: 56px;
    line-height: 56px;
    float: left;   
	padding:0px 5px;
}

.alist_b{
	height:56px;
	border-bottom:1px dashed #ddd;
}

.alist_b span {
    display: inline-block;
    font-size: 14px;
    color: #333;
	height: 56px;
    line-height: 56px;
    float: left;   
	padding:0px 5px;
}

.cl_logo {
    width: 40px;
    height: 40px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;    
	top:10px;
    position: relative;	
}

.status_box{
	border-bottom: 1px solid #ddd;
	border-top   : 0px solid #129ecc;
}

.cs_b {
    float: left;
    line-height: 30px;
    padding: 5px 30px;
    font-size: 14px;
    color: #666;
	cursor:pointer;
}

.cs_b:hover{
	color: #0f97b9;
    border-bottom: 2px solid #0f97b9;
}

.cs_b.cs_bed {
    color: #0f97b9;
    border-bottom: 2px solid #0f97b9;
}

.cs_inputbox {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    min-width: 278px;
    font-size: 14px;
	color:#808080;
    border: 1px solid #e7e7eb;
	padding-left:5px;
    background-color: #fff;	
}

.cs_inputb {
    height: 22px;
    *line-height: 22px;
    margin: 4px 0;
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size:14px;
}

.a_select{	
	line-height: 52px;
	vertical-align: middle;
	position: relative;
	top: 22px !important;
}

#header{background:#fff; box-shadow:0px 3px 5px #eee; width:100%; height:50px; position:fixed;top:0px; z-index:9990;}

.titlename{font-size:18px; color:#333; padding-left:240px; line-height:50px;}

#leftmenu{background:#fff; width:220px; height:100%; position:fixed; top:0px; z-index:9991; overflow-y:auto;}
.u_name{font-size:16px; color:#fff; text-align:center;}
.info{width:220px; height:188px; background:#1aafd5}
#logo_out{color:#333; cursor:pointer; margin-right:40px; line-height:50px; font-size:12px;}
#logo_name{color:#333; cursor:pointer; margin-right:10px; line-height:50px; font-size:12px;}
.logoimg{border-radius:90px; -webkit-border-radius:90px; -moz-border-radius:90px; height:40px; width:40px; margin-right:10px; margin-top:5px;}
.user_s{text-align:center; color:#fff; font-size:14px; margin-top:4px;}
.status{width:30px; font-size:12px; color:#fff; background:url(../../images/status_03.png) no-repeat; padding-left:18px; line-height:18px; text-align:left; display:inline-block;}

#lmenu{width:100%;}

#container{margin-left:220px;}
.c_content{min-width:1000px; margin:auto; width:96%;margin-top:58px;height:100%;border: 0px solid #e7e7eb;}
.c_c{ width:100%;height:100%;border:0px solid #e7e7eb;background:#fff;padding-bottom:20px;padding-top:10px;}
.c_n{font-size:16px; color:#333; line-height:42px; padding-left:0px;border:0px solid #e7e7eb;}

.logo{width:100%;height:108px; text-align:center; padding-top:20px;}
.logo img{width:88px; height:88px; border-radius:90px; -moz-border-radius:90px; -webkit-border-radius:90px; box-shadow:0px 3px 0px #333}
.f_m{width:100%; margin:auto;}
.f_n{height:50px; line-height:50px; padding-left:20px; font-size:14px; color:#333; cursor:pointer;}
.f_n p{padding-left:26px;}
.f_n:hover{background:#f8fafa;color:#333;}
.f_ned{background:#f8fafa; color:#333;}

#l_menu{ margin-top:2px;}

.f_s{border-bottom:1px dashed #ccc; }
.s_m{ display:none;}
.s_s{ padding-left:46px; font-size:14px; line-height:36px; color:#666; cursor:pointer;}
.s_sed{background:#f8fafa; color:#333;}
.s_s:hover{background:#f8fafa;color:#333;}
.s_s p{background:url(../../images/l_s.png) left no-repeat; padding-left:15px;}
.f_1{background:url(../../images/l_t_1.png) left no-repeat;}
.f_2{background:url(../../images/l_t_2.png) left no-repeat;}
.f_3{background:url(../../images/l_t_3.png) left no-repeat;}
.f_4{background:url(../../images/l_t_4.png) left no-repeat;}
.f_5{background:url(../../images/l_t_5.png) left no-repeat;}
.f_6{background:url(../../images/l_t_6.png) left no-repeat;}
.f_7{background:url(../../images/l_t_7.png) left no-repeat;}
.f_8{background:url(../../images/l_t_8.png) left no-repeat;}
.f_9{background:url(../../images/l_t_9.png) left no-repeat;}
.f_10{background:url(../../images/l_t_10.png) left no-repeat;}
.f_11{background:url(../../images/l_t_11.png) left no-repeat;}

#copyright{font-size:12px; color:#333; text-align:center; line-height:80px;}

/*
.func_left{	
    vertical-align: middle;    
    padding:      12px;
	background:   url("/apps/manage/_static/images/check_wrong.png") no-repeat;	
	padding-left: 26px;	
	margin-right: 15px;
	color      :  #808080;
	font-size  :  16px;	
	height     :  0px;	
	line-height:  0px;	
	float:        left;

	
	width:        180px;
    cursor:       pointer;	
	height     :  40px;
    line-height:  40px;	    
	background :  #fff;  	
	color      :  #a0a0a0;
	font-size  :  30px;					
	vertical-align: middle;    
	text-align:  center;	
	float:left;

}
*/

.s_on {
    border-top:    1px solid #EEE;
    border-left:   1px solid #EEE;
    border-right:  1px solid #EEE;
	border-bottom: 0px solid #EEE;
    background:    rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.t_catg {
    padding: 0px 20px 0px 20px;
    display: inline-block;
    height:  36px;
    line-height: 36px;
    position: relative;
    top: 1px;
    backgroud: #fff;    
    font-size:  14px;
	border-bottom: 0px solid #EEE;
}

#secmenu_cat{
	float:left;
	margin-left: 20px;
	padding-top: 20px;
	width:700px;
	border-bottom: 1px solid #EEE;	
}


#seperate_page{
	width:100%;
	
	text-align:center;
	
	margin:20px auto;	
}
.seperate_page{
	width:100%;
	text-align:center;
	margin:20px auto;	
}
.page_block{
	padding:1px 10px;
	display:inline-block;
	border:1px solid rgb(209,218,222);
	line-height:24px;
	color:#333;
	font-size:0.9em;	
	transition-property:all;
	transition-duration:0.2s;
	margin-left:5px;
}

.page_block_click:hover{
    cursor:pointer;
}

.page_block_click:hover{
  border:1px solid #51b2f9;
  padding:1px 10px;
  background:#51b2f9;
  color:#fff;
  transition-property:all;
  transition-duration:0.2s;
}
.page_block_clicked{
  border:1px solid #51b2f9;
  padding:1px 10px;
  background:#51b2f9;
  color:#fff;
  transition-property:all;
  transition-duration:0.2s;	
}

/*
.member_box{
	float:left;
	margin-left: 0px;
	padding-top: 20px;
	width:800px;
	background: #fff;
}

.member_avatar{
	background: url("/apps/commimages/check_right.png") no-repeat;
    vertical-align: middle;    
    padding:      12px;
	padding-left: 26px;	
	margin-right: 15px;
	color      :  darkred;
	font-size  :  16px;	
	height     :  0px;	
	line-height:  0px;	
	float:        left;
}

.member_box .tag span {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #5fc0bb;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
*/

.c_logoimage {
    width: 36px;
    height:36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    top: 2px;
    position: relative;
}
.c_check {
	margin-top:-5px;
    width: 10%;
}
.c_logo {
    width: 10%;
}
.c_name {
    width: 10%;
}
.c_sex {
	width: 10%;
}
.c_account {
	width: 10%;
}
.c_school {
	width: 40%;
}
.c_role {
	width: 10%;
}
.c_school_class {
	width: 70%;
}

.member_head{
	border-bottom:0px solid #eee;
	padding:0px 0px;
	text-align:  center;
	height: 30px;
    line-height: 30px;	
}

.member_head span {
    display: inline-block;
    font-size:   14px;
    color:       #129ecc;
	height:      30px;
    line-height: 30px;
	float:     left;
	padding:   0px 0px;
}
.member_odd{
	background:#f4f5f9;
}
.member_date{
	text-align:center;	
	height: 50px;	
	line-height:50px;		
    font-size: 16px;
    color: #333;
	padding-top:50px;
}
.member_nolist{
	text-align:center;
	height: 200px;	
	line-height:200px;	
	margin: 0 auto;    
    font-size: 16px;
    color: #333;
}
.member_add{
	text-align: center;
	width: 200px;
	height:36px;
	line-height:36px;
	border: 1px dashed #ddd;	
	cursor: pointer;  	
	margin-right:20px;
	font-size: 14px;
	padding: 10px;
    color: #129ecc;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.member_alist{
	text-align:  center;
	height: 40px;
    line-height: 40px;	
	border-bottom:1px dashed #ddd;
	
}
.member_list{
    min-height:50px;
    max-height:300px;
    overflow-y:auto;
}
.member_list li input[type = checkbox]{
    line-height: 40px;
	height: 40px;
    vertical-align: middle;
    position: relative;
    top: 5px;	
	float: left;    
}
.member_alist span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;	
	float: left;    
}

.member_name{	
	font-size:14px;
	color:green;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.member_select{
	/*
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	top: 0px !important;
	*/
}

.member_layer{
	position:relative;
}

.member_layer:hover{
	color:red;
}


.delete_layer{    	
	display: none;
	float:left;
    z-index: 1;
    position:absolute; 
    /*
	left:69px;         
	*/
	right:-11px;
    top :-11px; 

}



/*=====================================
  upload picture
  add:2016.3.20
  ====================================*/

.upload_pic_box{   
   float:left;
   width:280px;
   height:280px;
   padding:10px; 
   background:#fff;   
}

.upload_text_box{   
   float:left;
   width:300px;
   height:300px;
   background:#fff;   
}

.upload_text_box li{
  margin-top:5px;  
  margin-left:10px;
}

.upload_text_box p{  
  margin-left:0px;
  height:30px;
  line-height:30px;
  float:left;
  width:200px;
  color:#808080;
  word-break:break-all;
  word-wrap: break-word;	
  text-overflow:ellipsis;	
  overflow:hidden;
}

.upload_pic_box p{
  width :280px;
  height:40px;  
  margin-top:5px;
  line-height:20px;
  float:left;
  color:#808080;
  word-break:break-all;
  word-wrap: break-word;	
  text-overflow:ellipsis;	
  overflow:hidden;
}

#upload_pic {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
    text-align:center;
	cursor:pointer;
	padding:0px;
	color:#f0f0f0;
	font-size:36px;
	width:280px;
	height:220px;
	line-height:220px;
	border:2px dashed #f0f0f0;
	overflow:hidden;

} 
#upload_pic_file {
	display:none;
}

.upload_area_text{
    height: 50px;
    line-height: 25px;
	*line-height:25px;
    width:90%;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: 0;
    font-size: 14px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding-left:10px;	
}

.upload_single_text{
    height: 36px;
    line-height: 36px;
	*line-height: 36px;
    width:90%;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: 0;
    font-size: 14px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding-left:10px;
}

.go_back{
	margin-right:10px;
    cursor: pointer;
}

.required_field_tip{
    color:red;
    font-weight:bold;
}

/*弹出层*/

.paylayer_cover{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background:rgba(51,51,51,0.1);
}
.paylayer_cover_box{
    position:relative;
    margin:0 auto;
    width:379px;
    height:220px;
    background:white;
    border-radius:12px;
}
.paylayer_cover_box_title{
    height:40px;
    line-height:40px;
    width:100%;
    background:#09aa83;
    font-size:20px;
    text-align:center;
    color:white;
    font-weight:normal;
    border-radius:12px 12px 0 0;
}
.paylayer_cover_box_content{
    padding:15px 22px 0 22px;
    font-size:13px;
    line-height:25px;
    color:rgb(51,51,51);
}
.paylayer_cover_box_button{
    position:absolute;
    left:38.5%;
    bottom:10px;
    width:90px;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}
.paylayer_cover_box_button_cover{
    position:absolute;
    bottom:10px;
    left:15%;
    width:70%;
}
#paylayer_cover_box_button_confirm{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:left;
}
#paylayer_cover_box_button_cancel{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:right;
}
.school_admin_hide{
    display:none;
}

.school-display{
    margin-left:-10px;
}
.layer_comfir{
    width: 100%;
    /*height: 100%;*/
}
.layer_comfir_contain{
    width: 96%;
    height: 115px;
    padding-left: 2.5%;
    font-size: 13px;
    margin: 0;
    margin-top: 25px;
    overflow: auto;
}
.layer_comfir_button{
    width: 50%;
    height: 48px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    float: left;
    cursor: pointer;
}
.layer_comfir_b_com{
    background-color: rgba(80,177,248,1);
    color: rgb(255,255,255);
}
#common_only_confirm_btn{
    width: 100%;
}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
::-o-clear{display: none;}


/**浏览器检测弹框样式**/
.browser_tips_top_icon{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
}
.browser_top_box{
    position: relative;
    padding: 10px;
}
.browser_pop_content{
    width: 80%;
    margin: auto;
    text-align: center;
}
.browser_pop_content_tip1{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.browser_pop_content_tip2{
    color: #888;
    margin: 15px 0;
}
.browser_pop_content_img{
    width: 40px;
    height: 40px;
    margin: 10px 0;
}
.browser_pop_content_tip3{
    text-decoration: underline;
    color: #0093ff;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
