/*重置样式*/
*{list-style:none}

html body {
	height: 100%;
	background-color: #373D41; 
	/*#373D41*/
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  letter-spacing: 0.8px;
  word-spacing: normal;
  color: #000;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover { 
	color: #00c1de;
}

.clear {
	clear: all;
}

.hide {
	display: none;
}

/*页面样式*/
.register {
	background-color: #F5F5F6;
	width: 100%;
}

.register-topbar {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #D7D8D9;
	line-height: 60px;
}

.logo {
	position: absolute;
	left: 20px;
}

.logo img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
}

.logo span {
	position: absolute;
	font-size: 18px;
	left: 50px;
	width: 120px;
}

.register-body {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.register-center {
	width: 1000px;
	height: 530px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
}

.register-content {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

.register-tip {
    padding-top: 40px;
    font-size: 30px;
    color: #373d41;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 30px;
}

.hasAccount {
	position: absolute;
	top: 50px;
	right: 30px;
	color: #73777a;
}

.hasAccount a {
	color: #00C1DE;
}

.inputDiv, .login-submit {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.inputDiv input {
	width: 100%;
	height: 100%;
	/*padding-left: 10px;*/
	text-indent: 10px;
	font-size: 14px;
	border: 1px solid #D7D8D9;
	color: #000;
	line-height: 40px;
	vertical-align: middle;
	outline: none;
}

.login-submit button {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	vertical-align: middle;
	outline: none;
	background-color: #00C1DE;
	border: #00C1DE;
	cursor: pointer;
	color: #fff;
}

/*修改input标签的placeholder样式*/
.inputDiv input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 	/* WebKit browsers */   
	color: #9B9EA0;   
}

.inputDiv input:-moz-placeholder, textarea:-moz-placeholder {   
	/* Mozilla Firefox 4 to 18 */   
	color: #9B9EA0;   
}

.inputDiv input::-moz-placeholder, textarea::-moz-placeholder {   
 	/* Mozilla Firefox 19+ */   
	color: #9B9EA0;   
}

.inputDiv input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
	 /* Internet Explorer 10+ */   
	color: #9B9EA0;   
}

.inputDiv input:hover {
	border: 1px solid #14C2DD;
}

/*气泡提示框*/

.input-tips {
	position: absolute;
	right: 22px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 0.5px #ddd;
	z-index: 10;
}

.account-tips {
	height: 96px;
	top: 106px;
}

.pw-tips {
	height: 96px;
	top: 166px;
}

.repw-tips {
	height: 54px;
	top: 226px;
}

.name-tips {
	height: 54px;
	top: 286px;
}



.input-tips span {
	width:0;   
    height:0;   
    font-size:0;   
    overflow:hidden;   
    position:absolute; 
}

.input-tips .bot {
	border-width: 13px;   
	border-style: solid dashed dashed;   
    border-color: transparent #ddd transparent transparent;   
    left: -26px;   
    top: 10px; 
}

.input-tips .top {
	border-width:11px;   
    border-style:solid dashed dashed;   
    border-color:transparent #fff transparent transparent;   
    left:-22px;   
    top:11.5px;
}

.common-ul {
	margin-top: 17px;
	margin-left: 30px;
}

.common-li {
	text-align: left;
	margin-top: 5px;
	list-style: disc;
	color: #9B9EA0;
}

.pa-ul {
	margin-top: 17px;
	margin-left: 10px;
}

.pa-li {
	text-align: left;
	margin-top: 5px;
	list-style: square inside url('../img/ava_error.svg');
	color: #9B9EA0;
}

/*输入格式错误提示*/
.errortip {
	position: absolute;
	left: 680px;
	color: #f15533;
}

.account-error {
	top: 116px;
}

.password-error {
	top: 176px;
}

.re-password-error {
	top: 236px;
}

.real-name-error {
	top: 296px;
}

.phoneNum-error {
	top: 356px;
}


/*底部foot*/
.footer {
	width: 100%;
	height: auto;
	background-color: #373D41; 
}

.footer-center {
	width: 999px;
	margin: auto;
	margin-top: 25px;
    position: relative;
    text-align: center;
}

.logo-title {
	font-size: 14px;
	color: #9B9EA0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.mall-logos {
	width: 100%;
	height: 80px;
}

.mall-logo {
	height: 50px;
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.support {
	font-size: 14px;
	color: #9B9EA0;
	margin-bottom: 20px;
}

.copyright {
	font-size: 14px;
	color: #9B9EA0;
}

.copyright:hover {
	color: #00C1DE;
}


















