/**!
 * 阳光直采网上商城-登录页
 * date:2017-09-25
 * author: csxiang;
 */
.header {
	height: 123px;
}
.header .logo {
	float: left;
	margin-top: 31px;
}
.header .title {
	float: left;
	margin: 46px 40px;
	font-size: 24px;
}

.content {
	height: 594px;
	background: #e65035 url(../images/mall/loginbg.jpg) no-repeat center;
}
.login-wrap {
	position: relative;
}
.login-box {
	position: absolute;
	width: 346px;
	height: 359px;
	background-color: #fff;
	right: 0px;
	top: 115px;
}
.login-hd {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #f4f4f4;
}
.login-hd > span {
	float: left;
	font-size: 18px;
}
.login-hd .login-type {
	width: 170.5px;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.login-hd .login-type.cur,
.login-hd .login-type:hover {
	font-weight: bold;
	color: #e4393c;
}
.login-hd .split {
	color: #f4f4f4;
}

.login-bd {
	width: 306px;
    padding: 20px;
}
/* 账户登录 */
.count-login .count-item {
	position: relative;
    height: 38px;
    width: 304px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
}
.count-login .count-item input {
	line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 254px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    font-family: '\5b8b\4f53';
    outline: none;
}
.count-login .login-label {
	position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(../images/mall/countlogin.png) no-repeat;
}
.count-login .psd-label {
	background-position-y: -38px;
}
.count-login .count-forget a {
	float: right;
	font-size: 12px;
	color: #666;
	margin-left:20px;
}
.count-login .count-forget a:hover {
	color: #b61d1d;
	text-decoration: underline;
}
.login-box .lognbtn a {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #e4393c;
	font-size: 20px;
	color: #fff;
}
.qrcode-login .lognbtn a {
	margin-top: 2px;
}
.login-box .lognbtn a:hover {
	background-color: #db2e31;
}
.count-login .count-psd input {
	width: 220px;
	padding-right: 34px;
}
.count-psd .visual-board {
	position: absolute;
	right: 10px;
    top: 10px;
    cursor: pointer;
}


.login-ft {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
    height: auto;
    background-color: #fcfcfc;
    font-family: Arial, Verdana, 宋体;
    
}
.login-ft li {
	float: left;
}
.login-ft li a.pd1 {
	display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #666;
    font-size: 12px;
}
.login-ft li a.pd1:hover {
	color: #b61d1d;
	text-decoration: underline;
}
.login-ft li a.pd1 b {
	width: 19px;
    height: 18px;
    display: block;
    background: url(../images/mall/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 16px;
}
.login-ft li a.pd1 b.weixin-icon {
	background-position-x: -19px;
}
.login-ft li .line {
    color: #ccc;
    padding: 0 10px;
}
.login-ft .reg-link {
	color: #b61d1d;
}
.login-ft .reg-link:hover {
	text-decoration: underline;
}
.login-ft .reg-link b {
	display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/mall/reglink.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
/* 扫码登录 */
.qrbox {
	width: 173px;
	height: 165px;
	margin: 0 auto;
}

/* 底部特殊样式 */
.ft-bottom {
	background-color: #fff;
}













