body,html {
    margin: 0;
    padding: 0;
    background-color: #fdfbfe;
    font-family: 'Microsoft YaHei','微软雅黑';
}
html,body{
    width: 100%;
    height: 100%;
}
h2,p {
    margin: 0;
}
button {
    padding: 0;
    outline: none;
}
a {
    text-decoration: none;
}
input {
    outline: none;
}
.clearfix {
    zoom:1;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.memberlogin {
    position: relative;
    width: 100%;
    height: 100%;
}
.memberlogin-wrap {
    position: absolute;
    top:50%;
    margin-top: -251px;
    margin-left: -524px;
    width: 1048px;
    left: 50%;
}
.memberlogin-head {
    height: 34px;
}
#logo_pic{
    width: 228px;
    margin-top: -35px;
}
.memberlogin-logo {
    float: left;
}
.memberlogin-info {
    float: left;
    height: 34px;
    line-height: 34px;
}
.memberlogin-info img{
    vertical-align: middle;
}
.memberlogin-main {
    height: 394px;
    margin-top: 74px;
    /*background: url("../../images/login/memberlogin-mainbg.png") no-repeat 22px;*/
}
.memberlogin-form {
    float: right;
    width: 300px;
    margin-right: 126px;
}
.memberlogin-form h3{
    color:#414141;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 19px;
}
.memberlogin-input input{
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 38px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 12px;
}
.memberlogin-btn {
    width: 100%;
    background-color: #014397;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.memberlogin-link {
    padding-top: 19px;
    color: #949495;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}
.memberlogin-link a{
    color: #949495;
}
.memberlogin-link label{
    float: left;
}
.memberlogin-link label input {
    background-color: #fff;
    border:1px solid #b3b2b4;
    vertical-align: 0px;
    margin: 0;
}
.memberlogin-link div{
    float: right;
}
.memberlogin-link .memberlogin-red {
    color: #014397;
}
.memberlogin-form p {
    margin-top: 56px;
    font-size: 12px;
    color: #949495;
}
.memberlogin-icon {
    padding-top: 14px;
}
.memberlogin-icon a {
    float: left;
    width: 32px;
    height: 27px;
    border-radius: 2px;
    margin-right: 11px;
}
.memberlogin-wb {
    background: url("../../images/login/weibo.png") no-repeat;
}
.memberlogin-qq {
    background: url("../../images/login/qq.png") no-repeat;
}


.register-hd h3{
    float: left;
}
.register-hd span{
    float: right;
    font-size: 12px;
}
.register-hd a{
    color: #014397;
}
.loginlabel {
    position: relative;
    padding-left: 16px;
}
.loginlabel input {
    opacity: 0;
    width: 0;
    height: 0;
}
.loginlabel .labelico {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    background: url("../../images/login/label.gif") no-repeat;
}
.loginlabel .active {
    background: url("../../images/login/labelred.gif") no-repeat;
}
.loginlabel-link {
    padding-top: 0;
    padding-bottom: 19px;
}
.register-code input{
    background-color: #fff;
    border-radius: 3px;
    border:1px solid #d7d7d7;
    height: 38px;
    width: 165px;
    margin-bottom: 14px;
    padding-left: 12px;
    float: left;
}
.register-code input{
    float: left;
}
.register-code div{
    float: left;
}
.register-code img{
    height: 40px;
}
.register-code a{
    float: left;
    color: #0485e0;
    font-size: 14px;
    margin-top: 10px;
}
.register-phone input{
    background-color: #fff;
    border-radius: 3px;
    border:1px solid #d7d7d7;
    height: 38px;
    width: 165px;
    margin-bottom: 19px;
    padding-left: 12px;
    float: left;
}
.register-phone a{
    float: right;
    color: #fff;
    font-size: 14px;
    background-color: #014397;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    width: 110px;
    text-align: center;
}

/**添加表单验证的提示信息*/
.n_tips{ 
    color: #014397;
    font-size: 14px;
	padding-left: 20px;
    display: none;
    background: url(../../images/ero.png) no-repeat left center;
    margin-bottom: 10px;
}

.n_error{
	border-color:#014397!important;
}


