@CHARSET "UTF8";

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "宋体", Arial, sans-serif;
	font-size: 12px;
	background: url(../images/xmgl_ymr_004.gif);
	height: 100%;
}

div, ul, li, dl, dt, a, label, span, img , input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.centerAlign {
  height: 600px;
  display: block;
  width: 100%;
}

li {
	list-style: none;	
}

img {
  vertical-align: middle;
}

/* 头部css*/
.header {
	width: 100%;
	height: 80px;
}

.headContain {
	width: 1060px;
	height: 60px;
	line-height: 60px;
	margin: auto;
}

.headContain .logo {
  float: left;
  height: 60px;
  line-height: 60px;
}

.logoleft {
	height: 60px;
	line-height: 60px;
	display: block;
}

.feature {
	float: right;
	height: 60px;
	line-height: 60px;
}

.logoright {
	height: 60px;
	width: 100px;
	float: left;
	background: url(../images/login/feature.png) no-repeat center 21px;
	line-height: 60px;
}

span[class^=num] {
	float: right;
	width: 55px;
	height: 100%;
	position: absolute;
	right: -8px;
	cursor: pointer;
}

span[class^=line]{
	float: left;
	width: 82px;
	height: 100%;
	position: relative;
}

.num7 {
	background: url(../images/login/num7.png) no-repeat right 9px;
}

.line7 {
	background: url(../images/login/line7.png) no-repeat left center;
}

.num6 {
	background: url(../images/login/num6.png) no-repeat right 9px;
}

.num5 {
	background: url(../images/login/num5.png) no-repeat right 9px;
}

.num4 {
	background: url(../images/login/num4.png) no-repeat right 9px;
}

.num3 {
	background: url(../images/login/num3.png) no-repeat right 9px;
}

.num2 {
	background: url(../images/login/num2.png) no-repeat right 9px;
}

.num1 {
	background: url(../images/login/num1.png) no-repeat right 9px;
}

.line6 {
	background: url(../images/login/line6.png) no-repeat left center;
}
.line5 {
	background: url(../images/login/line5.png) no-repeat left center;
}
.line4 {
	background: url(../images/login/line4.png) no-repeat left center;
}
.line3 {
	background: url(../images/login/line3.png) no-repeat left center;
}
.line2 {
	background: url(../images/login/line2.png) no-repeat left center;
}

/* 中间css*/
.main {
	height: 460px;
	width: 100%;
	min-width:1060px;
	background: url('../images/login/loginbg.jpg') no-repeat center center;
}

.mainContain {
	margin: auto;
	width: 1060px;
	height: 100%;
}

.mainleft {
	height: 100%;
	float: left;
	width: 50%;
	overflow: hidden;
	display: block;
}

.mainleft ul {
	overflow: hidden;
}

.mainleft ul li{
	line-height: 460px;
}

.hidden {
	display: none;
}

.mainright {
	width: 400px;
	height: 100%;
	float: right;
	padding-right: 13px;
}

/*表单样式*/
.login-form {
  float: right;
  margin-top: 60px;
  width: 305px;
  background-color: rgb(243,252,255);
  padding: 14px 21px 20px 21px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px #AAA;
  -moz-box-shadow: 0px 0px 5px #AAA;
  box-shadow: 0px 0px 5px #AAA;
}

.welcome {
  letter-spacing: 2px;
  color: #3576BE;
  font: 16px "Microsoft Yahei";
}

.error {
  height: 14px;
  color: red;
  font-size: 12px;
  margin: 10px auto;
}

.form-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  height: 33px;
  background: #fff;
  overflow: hidden;
}

.form-item {
  margin: 0 0 19px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
 /*  width: 262px; */
  width: 100%;
}
.form-submit-wrapper {
	margin: 10px;
}

.img-label {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 18px;
  height: 19px;
}

.img-label-captcha {
   width: 100px;
   height: 32px;
   vertical-align: middle;
}

label.placeholder {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  padding-left: 25px;
  color: #949494;
  cursor: text;
  font-size: 12px;
}

.J_text {
  border: none;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255,0,0,0);
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  margin: 5px 0 5px 35px;
  outline: none;
  background: white;
  width: 200px;
}

.J_text_captcha {
  border:1px solid #CCC;
  font-size: 14px;
  width: 155px;
  height: 30px;
  vertical-align: middle;
}

.loginCaptcha {
  white-space: nowrap;
  overflow: hidden;
  margin: 16px auto;
}

.captcha {
	width: 140px;
}

.hidden {
  display: none;
}

.form-input-wrapper.captcha-input {
	width: 168px;	
	float: left;
}

.captcha-img {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
}

.loginButton {
  width: 100%;
  min-width: 262px;
  outline: none;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  border-radius: 10px;
  font-size: 19px;
  letter-spacing: 3px;
  border: none;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background: rgb(37,187,75);
}

.RegisterButton {
  width: 100%;
  min-width: 262px;
  outline: none;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  border-radius: 10px;
  font-size: 19px;
  letter-spacing: 3px;
  border: none;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background: #03ACC3;
}

/*bottom 底部css*/
.bottom {
	margin: auto;
	width: 1060px;
	margin-top: 20px;
	text-align: center;
}

.bottom-left {
	width:20%;
	float:left;
}

.bottom-center {
	width:55%;
	float:left;
}

.bottom-right {
	width:20%;
	float:right;
}

.btext {
	color: #464646;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
/*特色弹出层*/
.fixedFeature {
  display: none;
  min-width: 100px;
  min-height: 40px;
  background-color: #FFF;
  border: 1px solid #B9C8D3;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
  z-index: 9999;
  position: absolute;
}

span.xtips {
  position: relative;
  padding: 13px;
  display: block;
  height: 100%;
  font-size: 14px;
  color: gray;
  font-weight: 300px;
  overflow: hidden;
}

.x-align-arrow , .x-align-arrow-inner {
	border: 6px solid transparent;
	_border-color: tomato;
	_filter: chroma(color=#ff6347);
	position: absolute;
	top: -15px;
}

.x-align-arrow-inner {
	border-bottom: 8px solid #fff;
	top: -5px;
	left: -6px;
}

s {
  text-decoration: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.user-photo {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #F5F5F5;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin: 10px auto;
    cursor: pointer;
}