/* EMM */
/* CSS RESET */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html,body{width: 100%;height: 100%;}
/* remember to define focus styles! */
*{outline: none;}
ol, ul {list-style: none;}
a{text-decoration: none;color: #333;}
a:hover{text-decoration: none;}
/* HTML, BODY, GENERAL SETUP */

body { 
	font: 12px/1 'Lucida Grande',lucida,helvetica,arial,sans-serif;  
	color: #333;
}
#wrap{width: 100%;height: 100%;min-width: 1200px;}
.toplogo{
	width: 1000px;
	margin:0 auto;
	padding: 10px 0;
	height: 50px;
}
.toplogo > img{
	width: 50px;
	float: left;
}
.toplogo span{
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	font-size: 28px;
	font-weight: 600;
}
.content_wrap{
	height: 483px;
	width: 100%;
	background-image: url(login_image_1603/background_1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.content{
	width: 1000px;
	height: inherit;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.content .left_photo{
	width: 650px;
    height: 88%;
    margin-top: 25px;
    float: left;
    background-image: url(login_image_1603/background_3.png);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.content .login_box{
	box-sizing: border-box;
	padding: 30px 40px;
	float: left;
	width: 350px;
	margin-top: 25px;
	background-image: url(login_image_1603/dian.png);
}
.login_box > h2{
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.login_box .login_input,.login_box .paw_input{
	height: 40px;
	width: 100%;
	position: relative;
}
.login_input>input,.paw_input>input{
	width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 50px;
}
.login_box .paw_input{
	margin-top: 25px;
}
.login_input .name_img,.paw_input .paw_img{
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-image: url(login_image_1603/name.png);
    background-repeat: no-repeat;
}
.paw_input .paw_img{
	background-image: url(login_image_1603/paw.png);
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
.login_box .verification{
	width: 100%;
	height: 40px;
}
.positive{
	width: 100%;
    height: 40px;
    border: 0;
    margin-top: 15px;
    padding: 0;
    font-size: 16px;
    background-color: #fbb638;
    color: #fff;
    text-shadow: 0px 0px 1px #333;
    font-weight: 600;
}
.verification{
	margin-top: 25px;
}
.verification input[type=text]{
	width: 120px;
    height: 40px;
    background-color: #fff;
    border: 0;
    padding: 0;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.verification > img{
	cursor: pointer;
    display: inline;
    height: 40px;
    width: 90px;
    float: left;
    margin-left: 10px;
}
.verification > a{
	cursor:pointer;
	line-height: 40px;
    height: 40px;
    color: #fff;
    margin-left: 5px;
}
.login_box .More_fun {
	margin-top:  20px;
}
.More_fun > a{
	float: right;
    background-image: url(login_image_1603/registered.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #fff;
    font-size: 12px;
    padding-left: 15px;
    height: 12px;
}
.content .qrcode{
	width: 115px;
	height: 140px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #333;
	position: absolute;
	top: 25px;
	right: -130px;
	box-sizing: border-box;
	padding-top: 10px;
}
.qrcode img {
	width: 100px;
	height: 100px;
}
.errorTips{
	width: 270px;
    line-height: 16px;
    background-color: #fff3e4;
    color: #ff4c4c;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 8px 10px;
    display: none;
}


