@CHARSET "UTF-8";

/*工具*/
.pr{position: relative;}
.pa{position: absolute;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.cb{clear:both;}
.cbfs{clear:both;font-size:0;line-height:0;}
.w250{width:250px;}
.w220{width:220px;}
.w650{width: 650px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mr10{margin-right: 10px;}
.red{color:red}/*必须条件*/
.blue{color:blue}/*查询条件蓝色标示，代表次条件支持模糊查询*/
.gray{color:gray}
textarea{font-size:12px;}
.lmMsg,.singllmMsg{font-weight: 100;color:red}
.oh{overflow: hidden;}
.jxet_tips{top: 0; height: 22px;line-height: 22px;left: 2px;color: #999;}
.tip-wrap div{height: 30px;line-height: 30px;background-position: 0;margin-top:1px;}
.input-btn{width: 100px;height: 30px;line-height: 30px;}


.datagrid-toolbar{background:#EFEFEF;}
.toolbar-fieldset{float:left;display:inline;margin:10px 5px;_margin-top:8px;*margin-top:8px;padding:0 10px 15px;px;border:1px solid #d3d3d3;font-size:12px;}
.mb0{margin-bottom: 0px;}
.mt5{margin-top: 5px;}
.toolbar-fieldset legend{color: #666;height: 14px;}
.row-fieldset{margin-top: 6px;overflow: hidden;}
.row-label{height: 22px;line-height: 22px;margin-right: 5px;}
.row-label2{width: 24px;}
.row-label3{width: 36px;}
.row-label4{width: 48px;}
.row-label5{width: 60px;}
.row-label6{width: 72px;}
.row-label7{width: 84px;}
.row-label7_1{width: 80px;height: 30px;line-height: 30px;}
.fs14{font-size: 14px;}
.row-input{width:170px;padding: 0px; border: 1px solid rgb(211, 211, 211); height: 20px;}
.row-hline{width: 7px; line-height: 22px; text-align: center;}


.fs{font-family: '宋体', Simsun;}
/*登陆*/
.body_bg{background: url(../images/login_bg.png) repeat-x #fff;margin:0;padding:0}
.login_wrap{background: url(../images/login-img.jpg) repeat  top center;height: 600px;width:100%;}
.form-wrap{width: 820px;margin: 0 auto;height: 500px;}
.formarea{width: 325px;top: 120px;right: 55px;}
.pt_name{margin: 35px 0 25px;color: #2266b6;text-align: center;}
.text-wrap{height: 30px;}
.text-wrap label{width: 80px;height: 30px;line-height: 30px;font-size: 14px;color:#2266b6 }
.text-wrap .text-ipt{width:228px;border: 1px solid #dbdbdb;padding: 0 5px; background: #ececec;color: #777; height: 24px;line-height: 24px; margin-top: 3px;}
.text-ipt2{width:100;border: 1px solid #dbdbdb;padding: 0 5px; background: #ececec;color: #777; height: 20px;line-height: 20px; margin-top: 3px;}
.img-ipt {width: 70px;height: 22px;line-height: 22px;font-size: 14px;color:#2266b6; margin-top: 3px;}

.sbtn{background: url(../images/sbtn.png) no-repeat;width:90px;height: 33px;border: 0;cursor: pointer;margin-left: 60px;}
.reset{background: url(../images/reset.png) no-repeat;width:90px;height: 33px;border: 0;cursor: pointer;margin-right: 10px; }
.login-error{font-size: 13px;color: red;top: 73px; left: 70px; height: 28px; line-height: 28px;}

/*用户信息注册*/
.form-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.form-input  {
  width: 310px;
}
.form-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
.form-input :focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


/*用户注册 成功or失败*/
.success{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid green;
	width: 500px;
	margin: 20px auto 0;
	background: #E9FFEB;
	color: green;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
	letter-spacing: 5px;
}
.error{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid red;
	width: 500px;
	margin: 20px auto 0;
	background: #FFF2E9;
	color: red;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
	letter-spacing: 5px;
}

/*套餐统计导出提示*/
.ex-tips{font-size: 12px;margin-top: 15px;color: blue;}

/*套餐订购信息提示*/
.x-grid-record-gray table{ background: #948d8e; }
.x-grid-record-red table{ background: red; }
.x-grid-record-yellow table{ background: yellow; }
.x-grid-record-green table{ background: green; }
.x-grid-record-orange table{ background: orange; }

/*团体订购、退订信息提示*/
.common_tcc{width:600px;height:360px;overflow: hidden;}
.common_tcc .tcc_content{width:598px;background:#fff;overflow:hidden;}
.common_tcc .tcc_list{width:100%;height:325px;overflow-y:auto;overflow-x:hidden;}
.common_tcc .tcc_list ul li{width:68px;height:20px;line-height:20px;float:left;display:inline;background:#dcf0f1;margin:2px;overflow:hidden;}
.common_tcc .tcc_list ul li.title{width:100%;background:#fff;color:#00acb7;marign:0;font-weight:bold;}
/*学校统计，学校列*/
.lookinfo{text-decoration: none;color: blue;}
.lookinfo:hover{text-decoration:underline;}
.labelinfo{display:block;line-height:20px;color: #15428b;}
.Image{width:145px;height:220px;}