@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
body {
  color: #666;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #6b0018 !important;
}
.w {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
/*header*/
.loginbg {
  background: url(../images/login/bg.jpg) center no-repeat #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.junren {
  position: absolute;
  left: 0;
  bottom: 100px;
  height: 60%;
}
.junren img {
  display: block;
  height: 100%;
}
.header {
  background: url(../images/login/headerbg.png) center no-repeat;
  width: 100%;
  height: 136px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.head-left {
  position: fixed;
  width: 20000px;
  right: 50%;
  height: 47px;
  background: #11958D;
  margin-right: 500px;
}
.head-right {
  position: fixed;
  width: 20000px;
  left: 50%;
  height: 81px;
  background: #11958D;
  margin-left: 960px;
}
.logoimg {
  display: inline-block;
  padding-top: 10px;
  max-width: 60%;
}
.logoimg img {
  max-width: 100%;
}
.formbox {
  background: url(../images/login/formbg.png) no-repeat;
  width: 360px;
  height: 425px;
  position: absolute;
  top: 50%;
  margin-top: -212px;
  right: 50%;
  margin-right: -550px;
}
.formbox .inner {
  padding: 66px 44px 0;
}
.formbox li {
  position: relative;
  margin-bottom: 24px;
}
.formbox .input-row {
  height: 41px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.formbox .input-row input{
	border:none;
}
.formbox .input-row label {
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 41px;
  display: block;
  background: url() center no-repeat;
}
.formbox .input-row .ico-user {
  background-image: url(../images/login/ico-user.png);
}
.formbox .input-row .ico-password {
  background-image: url(../images/login/ico-password.png);
}
.formbox .input-row .ico-code {
  background-image: url(../images/login/ico-yzm.png);
}
.formbox .input-row input {
  width: 220px;
  float: right;
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 10px;
  height: 41px;
  line-height: 20px;
  padding-right: 22px;
}
.formbox .input-row-short {
  width: 160px;
}
.formbox .input-row-short input {
  width:108px;
}
.formbox .code-img {
  width: 105px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.formbox .code-img img{
	width:100%;
	height:100%;
}
.formbox .btn1,
.formbox .btn2 {
  display: inline-block;
  width: 128px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  color: #333;
}
.formbox a.btn2 {
  background: #0D7E6D;
  color: #fff;
}
.check-row {
  color: #fff;
}
.check-row label {
  cursor: pointer;
}
.check-row input {
  position: relative;
  top: 2px;
  border: 0;
}
.footer {
  text-align: center;
  height: 107px;
  line-height: 107px;
  font-size: 14px;
  color: #024840;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #ACDCD9;
  margin-bottom: 0 !important;
}
/*footer*/


.gender{
    overflow: hidden;
}
.gender .icheck,.gender .icheck .single-row .radio,.gender .checkbox{
	overflow: hidden;
}
.gender .checkbox{
	padding-top:5px;
}
.gender .icheck .single-row,.gender .icheck .single-row .radio>div,.gender .icheck .single-row .radio>label,.gender .checkbox .icheckbox_square-green,.gender .checkbox .lable{
	float: left;
}
.gender .icheck .single-row{
	margin: 0 18px;
}
.radio, .checkbox{
	margin-top: 6px;
}
.radio label, .checkbox label{
	padding-left: 8px;
}



