/*会员注册页面登录框*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	word-break:break-all;
}
*{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
    height: 100%;	
}
body {
	overflow:hidden;
    padding: 0px;
    margin: 0px;
	width: 100%;
    height: 100%;	
	background-color: #F5F5F5;
	
	font-family:"微软雅黑", "黑体", arial, Helvetica, sans-serif;
}
a{
	outline:none;
	color:#000;
	text-decoration:none;
}
#mydiv {
	display:block;
	position: absolute;
	width: 100%;
    height: 100%;
	top:0;
	left:0;
}
#login_box {
    padding: 0px;
    margin: 0px;
	width: 100%;
    height: 100%;
    background: url(images/login_bigpic.png) center center no-repeat;
    background-size: auto 100%;
}
@media screen and (max-width: 1024px) {
	#login_box {
		background: none;
		position: relative;
	}
}
.slogan {
    position: absolute;
    left: 63%;
    top: 45%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.slogan img {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
}
@media screen and (max-width: 1024px) {
	.slogan {
		width: 60%;
		top: 20px;
		left: 50%;
		background-size: 80% auto;

		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.slogan img {
		width: 160px;
		height: auto;
	}
}

.copyright {
    position: absolute;
    bottom: 20px;
    right: 40px;
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.copyright {
		bottom: 10px;
		right: 0;
		width: 100%;
		text-align: center;
	}
}
.copyright p {
    color: #666;
    font-size: 12px;
}

#loginform2 {
	overflow:hidden;
	padding: 30px 35px 30px 35px;
	font-size:14px;
	background-color: #fff;
    width: 380px;
    position: absolute;
    left: 25%;
    top: 50%;
    margin-top: -205px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.2);
}
@media screen and (max-width: 1024px) {
	#loginform2 {
		position: relative;
		width: 85%;
		margin: 0 auto;
		padding: 15px 25px 0 25px;
		height: auto;
		left: 0;
		top: 100px;
	}
}
#z_login {
	overflow:hidden;
	margin: 0 auto 0 auto;
}
#z_register {
	overflow:hidden;
	margin: 0 auto 0 auto;
}
#z_lostpwd {
	overflow:hidden;
	margin: 0 auto 0 auto;
}
#loginform2 h3 {
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	height: 20px;
	color:#333;
	font-size: 22px;
	font-weight:700;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#loginform2 h3 b {	
	margin-top: -20px;
	padding: 0 15px;
	line-height: 40px;
	background: #fff;
}

@media screen and (max-width: 1024px) {
	#loginform2 h3 {
		font-size: 18px;
		text-align:center;
	}
}
#loginform2 h4 {
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width:470px;
	line-height: 20px;
	color:#333;
	font-size: 15px;
}
#loginform2 form {
	overflow:hidden;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
}
#loginform2 p {
	overflow:hidden;
	position:relative;
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	width:100%;
	color: #999;
	font-size: 16px;
}
#loginform2 p.tips {
	padding:0 0 15px 0;
	text-align:right;
	font-size: 14px;
}
@media screen and (max-width: 1024px) {
	#loginform2 p.tips {
		text-align:center;
	}
}
#loginform2 p.tips-left {
	padding:0 0 15px 0;
	color: #999;
	font-size: 14px;
}
#loginform2 p.tips-left span {
    float: left;
	position:relative;
	width: 24px;
    height: 20px;
    background: url(images/check-no.png) 0 2px no-repeat;
}
#loginform2 p.tips-left span.read {
    background: url(images/check-yes.png) 0 2px no-repeat;
}
#loginform2 p.tips-left b {
	display: block;
	padding: 5px 0 5px 0;
	color: #222;
	font-size: 20px;
	font-weight: 100;
}

#loginform2 p a {
	color: #222;
	text-decoration: none;
}
#loginform2 p.third {
	display: none;
	padding: 10px 0 5px 0;
	text-align: center;
}
#loginform2 p label {
	float:left;
	display: block;
	padding: 4px 0 0 0;
	width:70px;
	border:0;
	background: none;
}
#loginform2 p input.text {
	float:left;
	margin:0;
	padding: 6px 6px 6px 36px;
	width:100%;
	height:44px;
	line-height:44px;
	color:#555;
	font-size:14px;
	border: 1px solid #ddd;
	background-color: #FFF;
	outline:none;
	z-index: 4;
}
#loginform2 p input:focus.text {
	border: 1px solid #666;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
#loginform2 span {
	position:absolute;
	top: 0;
	left: 0;
	width:30px;
	height:44px;
	line-height:44px;
	background: url(images/input.png) no-repeat 10px -50px;
	z-index: 5;
}
#loginform2 span.user_login {
	background-position: 8px -201px;
}
#loginform2 span.user_pass {
	background-position: 10px -50px;
}
#loginform2 span.user_email {
	background-position: 10px -142px;
}
#loginform2 span.user_cap {
	background-position: 10px -96px;
}
#loginform2 p input.button {
	width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
	color:#fff;
	font-size:16px;
	border:0;
    background-color: #000;
    cursor: pointer;
}
#loginform2 p input.button:hover {
	opacity: 0.8;
}
#loginform2 p .btn_link {	
	display: block;
	width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
	color:#666;
	font-size:16px;
	border:0;
    background-color: #eee;
    cursor: pointer;
}
#loginform2 p .btn_link:hover {	
	opacity: 0.8;
}
#loginform2 p.msg {
	display:none;
	overflow:hidden;
	margin:10px 0 0 0;
}
#loginform2 #z_login_msg {
	margin-bottom: 15px;
	height: 44px;
	border: 1px dotted #ddd;
}
#loginform2 #z_login_msg span {
	float: left;
	position:relative;
	background: none;
}
#loginform2 #z_loading {
	padding: 3px 0 0 0;
	width:40%; 
	vertical-align:bottom;
	text-align: right;
}
#loginform2 #z_Message {
	padding-left: 10px;
	width: 60%;
	text-align: left;
}

#loginform2 p.t_login_button {
	width: 270px;
	margin: 10px 20px 0 0;
	padding: 10px 0 0 0;
	line-height: 30px;
	border-top: 1px solid #ddd;
}
#loginform2 p.t_login_button a {
	margin: 0;
	padding-right: 3px;
	line-height: 15px;
}
#welcome-text {
	min-height: 20px;
	margin: 20px 0 0 0;
	padding: 15px 19px 15px 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	line-height: 30px;
	padding: 30px 60px;
	color: #333;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#z_sanfang {
	display: none;
	overflow:hidden;
	margin: 0 auto 40px auto;
	padding-bottom: 40px;
	height: 252px; 
	width: 100%; 
	position: relative;
}
.sanfang_wrap{ height: 100px;width: 100%; position: absolute; top: 50%; left: 0; -webkit-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
     -o-transform: translate(0,-50%);
        transform: translate(0,-50%);}
.sanfang_wrap li{ list-style:none; width: 33.3%;height: 100px;background:url(images/login_xinlang.png) center 10px no-repeat; float: left;}
.sanfang_wrap li:nth-of-type(2){ background-image: url(images/login_weixin.png);}
.sanfang_wrap li:nth-of-type(3){ background-image: url(images/login_qq.png);}
.sanfang_wrap li p{ text-align: center; color:#000;}
.sanfang_wrap li a {
    padding-top: 85px;
    display: block;
	color: #666;
	text-decoration:none;
}
#z_sanfang .third { 
	position: absolute;
	width: 100%; 
	bottom: 0px; 
	color: #222;
	font-size: 16px;
	text-align:center;
}
