i{
    color: #666666;
}
.yeguo-register-container{
	background-color: #f8f8f8;
	width: 100%;
	position: relative;
	min-width: 1000px;
	padding-bottom: 30px;
}
.yeguo-register-banner{
	width: 1200px;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
    padding-top: 10px;
    border-bottom: 2px solid #aaaaaa;
}
.yeguo-rigister-form{
	width: 1200px;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}
.yeguo-rigister-form2{
	display: none;
	width: 1200px;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}
.yeguo-register-banner ul li{
	float: left;
	height: 58px;
	line-height: 58px;
	color: #272636;
	font-size: 18px;
	margin-right: 44px;
	cursor: pointer;
	z-index: 10;
}
.yeguo-register-banner ul{
	margin-bottom: -2px;
}
.yeguo-rigister-form-list1 input{
	width: 220px;
	height: 23px;
	font-size: 14px;
}
.yeguo-rigister-form select{
	width: 224px;
	height: 23px;
	font-size: 14px;
}
.yeguo-rigister-form2 select{
	width: 224px;
	height: 23px;
	font-size: 14px;
}
.yeguo-rigister-form-list1{
	margin-bottom: 10px;
}
.yeguo-rigister-form-list1 .yanzhengma{
	max-height: 26px;
	vertical-align: middle;
	margin-left: 10px;
}
.yeguo-rigister-form-list1>label{
	display:inline-block;
	width:180px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
}
.bigtext-lable{
	display:inline-block;
	width:180px;
	text-align: right;
	margin-right: 10px;
}
textarea{
	resize: none;
}
.yeguo-rigister-form .checkbox{
	width: 12px;
	height: 12px;
}
.yeguo-rigister-form2 .checkbox{
	width: 12px;
	height: 12px;
}
.yeguo-rigister-form-list1 .register-btn{
	display: inline-block;
	width: 165px;
	height: 35px;
	background-color: #363e62;
	cursor: pointer;
	color: white;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	outline: none;
	border: none;
}
#cbank,#gotname,#gotnum{
	width: 315px;
}
#Ccode{
	width: 97px;
}
.yeguo-register-banner ul li.li1.active{
	border-bottom: 2px solid #363e62;
}
.yeguo-register-banner ul li.li2.active{
	border-bottom: 2px solid #363e62;
}
.ati{
	float: left;
	margin-top: 2px;
  	margin-right: 5px;
}
.msg{
	display: inline-block;
	font-size: 14px;
	color: red;
	width: 400px;
	height: 23px;
	font-size: 14px;
	line-height: 23px;
	margin-left: 15px;
}
.msg.none{
	visibility: hidden;
}
.msg.active{
	display: inline-block;
	font-size: 14px;
	color: red;
	width: 300px;
	height: 23px;
	font-size: 14px;
	line-height: 23px;
	margin-left: 15px;
	display: block;
}
.yeguo-rigister-form-list1{
   position: relative;
}
#verifycode{
    vertical-align: middle;
}
.pop-dlg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
.pop-dlg .pop-dlg-bg{
	background-color: #000;
	opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 100%;
  height: 100%;
}
.pop-dlg .text-box{
		width: 320px;
    height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border: solid 1px #666666;
    font-size: 30px;
    line-height: 180px;
    text-align: center;
}