.section {
  height: 623px;
 
 
} 
.sectionbackground {
  background: url("/login/images/login_bg.png") no-repeat;
  background-size: auto ;
  background-position:-50px -40px;
 
} 

input{
	outline:none !important;
}
label{
	display:inline-block;
}
.placeholder{
	position:relative;
}
.placeholder div{
	display:;
	height:40px;
	line-height:40px;
	position:absolute;
	top:0;
	z-index:1;
	text-align:left;
	color:#6e6e6e;
}
.section #section {
  padding-top: 100px;
}
.section #section #way {
  margin-bottom: 40px;
}
.section #section #way div {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 1.6rem;
  color: #6e6e6e;
}
.section #section #way div:first-child {
  margin: -1px 0 0 -1px;
}
.section #section #way div:last-child {
  margin: -1px 0 0 1px;
}
.section #section #way div.active {
  background-color: #6e6e6e;
  color: #fff;
}
.section #section ul.list-unstyled {
  border: 1px solid #dbdee6;
  height: 450px;
  padding-left:0;
  padding-right:0;
}
.section #section ul.list-unstyled li {
  margin-bottom: 25px;
}
.section #section ul.list-unstyled li input {
  height: 40px;
  border: 1px solid #dbdee6;
  line-height:40px;
  position:relative;
  z-index:2;
  background:transparent;
}
.section #section ul.list-unstyled li input::-webkit-outer-spin-button,
.section #section ul.list-unstyled li input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.section #section ul.list-unstyled li .disableGetValidatenum {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #A2A3A5 ;
  color: #fff;
  font-size: 12px;
  cursor: default;
}
.section #section ul.list-unstyled li .getValidatenum{
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2490e2;
  color: #fff;
  padding:0;
  cursor: pointer;
}
.section #section ul.list-unstyled li input[type=checkbox] {
  position: relative;
  vertical-align: middle;
}
.section #section ul.list-unstyled li input[type=checkbox]:hover {
  cursor: pointer;
}
.section #section ul.list-unstyled li input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 9px;
  width: 18px;
  height: 18px;
  
  border: 1px solid #dbdee6;
  background-color: #fff;
}
.section #section ul.list-unstyled li input[type=checkbox]:checked::before {
	content:'âœ”';
	 
	 display:inline-block;
  width: 18px !important;
  height: 18px !important;
  margin-bottom:1px;
 /*  padding:0 2px 1px 0; */
     line-height:18px;
}
.section #section ul.list-unstyled li label {
  margin-left: 15px;
  cursor: pointer;
}
.section #section ul.list-unstyled li div.login {
  height: 40px;
  line-height: 40px;
  background-color: #2490e2;
  color: #fff;
  cursor: pointer;
  border-radius: 1px;
}
.section #section ul.list-unstyled li div.login:hover {
  background-color: #337ab7;
}

.section #section ul.list-unstyled li div.disablelogin {
  height: 40px;
  line-height: 40px;
  background-color: #9f9f9f;
  color: #fff;
  cursor: arrow;
  border-radius: 1px;
}
.section #section ul.list-unstyled li div.disablelogin:hover {
  background-color: #9f9f9f;
}


.section #section ul.list-unstyled li.light a {
  float: right;
  color: #999999;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.section #section ul.list-unstyled li.agree{
	padding:0 1px;
}
.section #section ul.list-unstyled li.agree > div{
	padding-left:0;
	padding-right:0;
}
.section #section ul.list-unstyled li.agree > div>div {
  padding: 0;
  display:inline-block;
  width:65%;
  float: left;
  text-align:left;
  height:44px;
  line-height:44px;
}

.section #section ul.list-unstyled li.agree >div>  span {
	display:inline-block;
	width:35%;
    float: right;
    hight:44px;
    line-height:44px;
    text-align:right;
}
.section #section ul.list-unstyled li.light{
	padding-right:8%;
}
.section #section ul.list-unstyled #code1,
.section #section ul.list-unstyled #code0 {
  margin-bottom: 5px;
}
.section #section ul.list-unstyled #code1 {
  
}

.section #section #way {
	width: 83%;
	margin: 55px auto 35px;
}
.section #section #way div {
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-size: 1.6rem;
	color: #6e6e6e;
	border: 1px solid #6e6e6e;
	width: 50%
}
.section #section #way div:first-child {
	margin: -1px 0 0 0;
}
.section #section #way div:last-child {
	margin: -1px 0 0 0;
}
.section #section ul.list-unstyled {
	border: 1px solid #dbdee6;
	height: 430px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.codePass-switch {
	position: absolute;
	top: 3px;
	right: 3px;
}
.codePass-switch .tl-ico {
	background: url(/login/images/code_pass_ico01.png);
	width: 50px;
	height: 50px;
	display: block;
}
.codePass-switch .tl-ico.go-gode {
	background-position: 0 0;
}
.codePass-switch .tl-ico.go-pass {
	background-position: -50px 0;
}
.codePass-switch .tip {
	display: block;
	position: absolute;
	font-size: 12px;
	top: 10px;
	right: 60px;
	border: 1px solid #bcdfff;
	width: 80px;
	text-align: center;
	padding: 3px 0;
	background: #f4f9ff;
	color: #7fb8ec;
}
.codePass-switch .tip i, .codePass-switch .tip em {
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #f4f9ff;
	position: absolute;
	right: -10px;
	top: 7px;
	border-style: solid;
}
.codePass-switch .tip em {
	top: 6px;
	right: -7px;
	border-left-color: #bcdfff;
	border-width: 6px 0 5px 6px;
	z-index: -1;
}
.section #section ul.list-unstyled.td-code-login .title {
	margin: 45px 0 10px 0;
}
.section #section ul.list-unstyled.td-code-login .code-wrap {
	width: 262px;
	height: 275px;
	padding: 2px;
	border: 1px solid #ddd;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.code-tip {
	font-size: 12px;
	color: #999;
}
.section #section ul.list-unstyled li.code-tip{margin-bottom:5px;}<!--ºÄÊ±1759759316.0152Ãë-->