@charset "utf-8";

input:-moz-placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #ccc;
}
.registerCon li s {
	background: url(../../images/regico.png);
	background-size: 41px auto;
}
.diy-sm {
    border-radius: 2.7rem;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000!important;
    /* border: 1px solid #000; */
    padding: 2px 10px;
    font-size: 12px;
    background: -webkit-linear-gradient(left, #f8d68f, #f5bf55);
}
.registerCon {
	width: 100%;
	
	text-align: center;
	padding-bottom: 30px;
	min-height: 190px;
	overflow: hidden;
}
.registerCon ul {
	padding: 20px;
	position: relative;
}
.registerCon li {
	width: 100%;
	position: relative;
	font-size: 14px;
	color: #999;
	text-align: left;
	line-height: 22px;
}

.forget a {
    display: inline-block;
    font-size: 16px;
    color: #999999 !important;
}

.forget {
    clear: both;
    margin-top: 20px;
    text-align: center;
    line-height: 23px;
    text-align: justify;
    text-align-last: justify;
}
.registerCon li input {
	width: 100%;
	height: 45px;
	background: #fff;
	/*border: 1px solid #ddd;*/
	color: #ccc;
	padding: 0 5px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	position: relative;
	font-size: 16px;
}
.registerCon li input.rText {
	padding-left: 38px;
}
#userMobile {
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#txtPassword {
	border-bottom: none;
}
.registerCon li s {
	float: left;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 13px;
}
.registerCon li s.rs1 {
	background-position: -4px 1px;
    top: 10px;
}
.registerCon li s.rs3 {
	top: 10px;
	background-position: -4px -30px;
}
.registerCon li s.rs4 {
	background-position: -4px -60px;
}
.registerCon li a {
	color: #f4bb4e;
	margin-left: 5px;
}
.registerCon li a.nextBtn {
	margin-left: 0;
}
.registerCon li span em {
	float: left;
    background: #F70 url(../../images/regico.png);
    background-size: 40px;
    background-position: -7px -83px;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}
.registerCon li span.noCheck em {
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 7px;
}
.registerCon li a.resendBtn {
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #ff8901;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	margin-left: 0;
	font-size: 16px;
	box-shadow: 1px 1px 2px #e0e0e0;
}
.registerCon li a.grayBtn {
	background: #ddd;
	border: 1px solid #bbb;
	color: #818181;
}
.registerCon li.accAndPwd {
	height: 140px;
}
.registerCon li.accAndPwd dl {
	position: relative;
}
.registerCon li.accAndPwd input {
	width: 100%;
	height: 40px;
	background: #fff;
	    border-bottom: 1px solid #ddd;
	color: #ccc;
	padding: 9px 0px 8px 0px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	line-height: 34px;
	text-indent: 3em;
}
.registerCon li.accAndPwd input.lEmail {
	/*border-radius:  0;*/
}
.registerCon li.accAndPwd input.lPwd {
	/*border-radius: 0 0 5px 5px*/;
	border-top: 0 none;
}
.registerCon li.accAndPwd s.rs3 {
	top: 20px;
}
.registerCon li.rSelect {
	height: 20px;
	line-height: 20px;
	width: 200px;
	margin: 20px auto 0;
}
.registerCon li.rSelect a {
	color: #999;
}
.registerCon li.rSelect b {
	display: inline-block;
	height: 12px;
	width: 1px;
	background: #ddd;
	margin: 0 20px;
	position: relative;
	top: 2px;
}
.terms {
	padding: 5px 10px 20px;
	text-align: left;
	color: #555;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
}
.terms b {
	display: block;
	font-weight: bold;
	margin-top: 13px;
	font-size: 16px;
}
.terms p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.terms p.p1 {
	text-indent: 2em;
	margin: 5px 0;
}
.terms p.p2 {
	text-indent: -1.3em;
	padding-left: 38px;
}