.regist {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.w555 {
	width: 555px;
	height: auto;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 20px;
	margin-top:20px;
}
.tab_list {
	color: #5a5a5a;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.tab_list li {
	display: block;
	float: left;
	padding-bottom: 10px;
	margin-right: 30px;
}
.tab_list .cur {
	border-bottom: 2px solid #e33d3f;
}
.w555 form {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.item {
	height: 30px;
	line-height: 30px;
	margin: 40px 0px;
}
.input_box {
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.item span {
	width: 111px;
	text-align: right;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
	float: left;
	height: 30px;
	line-height: 30px;
}
.item span b {
	font-family: "????";
	color: #ff0000;
	margin-right: 5px;
}
.item span i {
	display: block;
	float: right;
	font-style: normal;
}
.item input {
	width: 100%;
	height: 30px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.i-name, .i-pass, .i-phone {
	position: absolute;
	display: block;
	height: 16px;
	top: 6px;
	width: 16px;
	right: 10px;
}
.i-name {
	background: url(../../static/images/pc/one4.jpg) no-repeat scroll 0 0 transparent;
}
.i-pass {
	background: url(../../static/images/pc/one5.jpg) no-repeat scroll 0 0 transparent;
}
.i-phone {
	height: 22px;
	background: url(../../static/images/pc/one6.jpg) no-repeat scroll 0 0 transparent;
	top: 4px;
}
.item li {
	display: block;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	float: left;
	padding: 0px 10px;
}
.item li select {
	border: none;
	outline: none;
}
.btn {
	width: 108px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	margin-left: 5px;
}
.item a {
	color: #005ea7;
}
.w110 {
	width: 110px;
}
.yzm_img {
	float: left;
}
.ch_img {
	float: left;
}
.item-ifo {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
#protocol{color: #005ea7;
}
.submit{
	display:block;
	width:270px;
	height:36px;
	background:#e33d3f;
	color:#fff;
	border:none;
	margin:20px auto;
	font-size:18px;
	border-radius:5px;
	cursor:pointer;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.radio-common-style-new{
	width:70px;
	left:35px;
	float:left;	
}
.radio-common-style-old{
	width:70px;
	left:75px;
	float:left;
}
.radio-common-style-new{
	width:70px;
	left:100px;
	float:left;	
}
.radio-common-style-old{
	width:70px;
	left:100px;
	float:left;
}