/*重置样式*/
*{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: #fff;
}

a {
	color:#fff;
	text-decoration: none;
}

a:hover { 
	color: #00c1de;
}

.clear {
	clear: all;
}

.hide {
	display: none;
}
/*页面样式*/

.login {
	background-color: #1f2325;
	background-image: url(../img/bg.jpg);
	background-size: cover;
}

.login-topbar {
	position: relative;
	height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	line-height: 60px;
}

.logo {
	float: left;
	margin-left: 20px;
	font-size: 18px;
}

.logo img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
}

.logo span {
	position: absolute;
	font-size: 18px;
	left: 70px;
	width: 120px;
}

.apply-pay {
	float: right;
	margin-right: 20px;
}

.login-body {
	padding: 74px 0 118px;
	text-align: center;
}

.login-center {
    width: 990px;
    margin: auto;
    position: relative;
    height: 388px;
}

.login-form {
	width: 380px;
	height: 360px;
	background-color: #fff;
	margin-top: 22px;
	position: absolute;
	right: 0;
	border: 0;
}

.login-content {
	width: 330px;
	margin: 0 auto;
	margin-top: 40px;
	min-height: 340px;
}

.hd {
	height: 36px;
	width: 100%;
}

.login-type {
	font-size: 18px;
	color: #000;
}

.login-type-icon {
	float: right;
	width: 40px;
    height: 40px;
    cursor: pointer;
}

.qrcode-icon {
    background: url(../img/qrcode.png) no-repeat;
    background-size: 40px 40px;
}

.account-icon {
	background: url(../img/tablet.png) no-repeat;
    background-size: 40px 40px;
}

.login-tip {
	float: right;
	height: 28px;
	width: 80px;
}

.tip {
    padding: 5px 10px;
    background-color: #E6F9FC;
    border: 1px solid #14C2DD;
    height: 16px;
    line-height: 16px;
    position: relative;
    z-index: 9999;
}

.tip-arrow {
    position: absolute;
    z-index: 10;
	top: 8px;
	right: 0px;
}

.tip-arrow em {
    border-left-color: #14C2DD;
    border-width: 6px 0 6px 6px;
    top: 0;
    left: 1px;
}

.tip-arrow span {
    border-left-color: #E6F9FC;
}

.poptip-content {
	color: #14C2DD;
	font-size: 12px;
}

.login-error {
	margin-top: 10px;
	width: 100%;
	height: 34px;
	background-color: #FEEEEB;
	border: 1px solid #F15532;
	color: #F15532;
	vertical-align: middle;
	line-height: 34px;
	position: relative;
}

.login-error img {
	position: absolute;
	top: 9px;
	left: 10px;
}

.login-error span {
	position: absolute;
	left: 35px;
}

.account-login {
	margin-top: 20px;
	width: 100%;
}

.account {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.account 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;
}

/*修改input标签的placeholder样式*/
.account input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 	/* WebKit browsers */   
	color: #9B9EA0;   
}

.account input:-moz-placeholder, textarea:-moz-placeholder {   
	/* Mozilla Firefox 4 to 18 */   
	color: #9B9EA0;   
}

.account input::-moz-placeholder, textarea::-moz-placeholder {   
 	/* Mozilla Firefox 19+ */   
	color: #9B9EA0;   
}

.account input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
	 /* Internet Explorer 10+ */   
	color: #9B9EA0;   
}

.account input:hover {
	border: 1px solid #14C2DD;
}

.password {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.password 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;
}

.password input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 	/* WebKit browsers */   
	color: #9B9EA0;   
}

.password input:-moz-placeholder, textarea:-moz-placeholder {   
	/* Mozilla Firefox 4 to 18 */   
	color: #9B9EA0;   
}

.password input::-moz-placeholder, textarea::-moz-placeholder {   
 	/* Mozilla Firefox 19+ */   
	color: #9B9EA0;   
}

.password input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
	 /* Internet Explorer 10+ */   
	color: #9B9EA0;   
}

.password input:hover {
	border: 1px solid #14C2DD;
}

.login-submit {
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.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;
}

.qrcode-login {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 140px;
	height: 140px;
}

.qrcode-login-tip {
	margin: 0 auto;
	margin-bottom: 20px;
	color: rgb(95, 99, 103);
}

.login-other {
	float: right;
	/*margin-right: 30px;*/
	color: #9B9EA0;
}

.register {
	color: #9B9EA0;
}

/*foot*/

.footer {
	width: 100%;
	height: auto;
}

.footer-center {
	width: 999px;
	margin: auto;
	margin-top: 65px;
    position: relative;
    text-align: center;
}

.logo-title {
	font-size: 14px;
	color: #9B9EA0;
	margin-bottom: 20px;
}

.mall-logos {
	width: 100%;
	height: 70px;
}

.mall-logo {
	height: 50px;
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.support {
	font-size: 14px;
	color: #9B9EA0;
	margin-bottom: 15px;
}

.copyright {
	font-size: 14px;
	color: #9B9EA0;
}

.copyright:hover {
	color: #00C1DE;
}


/** 正在审核样式 **/
.msgicon {
	display: block;
	background: url(../img/cloud-error.png) no-repeat;
	background-size: 100% 100%;
	width: 40px;
	height: 30px;
	margin: 0 auto;
	margin-top: 70px;
}

.errormsg {
	color: #000;
	font-size: 24px;
	margin-top: 30px;
}

.msg-tip {
	color: #8a8a8a;
	margin-top: 110px;
}

.return-login {
	display: block;
	color: #DC5C49;
	margin-top: 110px;
	cursor: pointer;
}





















































