﻿@charset "utf-8";
/*reset*/
html,
body {
    font: 14px/1.8em "微软雅黑", Arial, Verdana, Sans-serif;
    background: #fff;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
textarea,
select {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    border: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input,
textarea,
select {
    outline: none;
    resize: none;
}
input:-webkit-autofill {
    background-color: none;
    background-image: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
/****在父级消除浮动****/
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
.Clearfix:after{ display: block; content: ""; clear: both;}
em,i{
    font-style: normal;
}
.fl{ float:left;}
.fr{ float: right;}

::-webkit-input-placeholder { 
    color:    #fff;
}

:-moz-placeholder { 
    color:    #999;
}

::-moz-placeholder {  
    color:    #fff;
}

:-ms-input-placeholder { 
    color:    #fff;
}


.login-main-bg{
    width: 100%;
    min-width: 960px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}



.login-main-bg .login-center-main{
    width: 1044px;
    position: absolute;
}
.loginBox{
    width: 1044px;
    height: 296px;
    background: #8bbee6;
}
.loginBoxLeft{
    width: 543px;
    height: 296px;
    position: relative;
}
.loginBoxLeft ul li {
    width: 133px;
    height: 148px;
    position: absolute;
}
.yzmCode{float: left; width: 256px; height: 45px; background: #fff; border:0; border-radius: 5px;}
.yzm{ float: right;margin-top: 10px;}
.loginBoxLeft ul .one {
    top: 0;
    left: 0;
    background: #138bec url('../images/icon1.png') no-repeat right bottom;
}
.loginBoxLeft ul .two {
    top: 0;
    left: 244px;
    background: #138bec url('../images/icon2.png') no-repeat right bottom;
}
.loginBoxLeft ul .three {
    bottom: 0;
    left: 119px;
    background: #138bec url('../images/icon3.png') no-repeat right bottom;
}
.loginBoxLeft ul .four {
    bottom: 0;
    right: 46px;
    background: #138bec url('../images/icon4.png') no-repeat right bottom;
}

.login-main-bg .login-center-main .login-center-main-tit{
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 17px;
    color: #fff;
}
.login-main-bg .login-center-main .login-center-main-tit a img{ float: left;}
.login-main-bg .login-center-main .login-center-main-tit h2{float: left; font-weight: normal; font-size: 28px; border-left: 2px solid #fff;padding-left:7px;}
.login-center-main-right{padding-top: 25px;width: 501px;}
.login-main-bg .login-center-main ul{
    float: left;
}


.login-main-bg .login-center-main ul li img.text-img{
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.login-main-bg .login-center-main ul li input.text{
    float:left;
    width: 280px;
    border: 0;
    background: none;
    font-size: 16px;
    text-indent: 12px;
    padding: 8px 0;
}
.lis{ width: 348px;margin: 0 auto;}
.lis ul li{width: 348px; background: #fff; border-radius: 5px;margin-bottom: 12px;padding: 5px 0;}
.lis ul li input{ background: #fff!important;}

.login-main-bg .login-center-main .login-btn{
    width: 100%;
    height: 47px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    background: none;
    display: inline-block;
}

.login-main-bg .login-center-main .login-btn input{
    color: #026bbe;
    font-size: 16px;
    height: 47px;
    width: 348px;
    display: inline-block;
    font-weight: bold;
    background: #0762aa;
    border: 0;
    color: #fff;
    font-size: 22px;
    font-family: "Microsoft Yahei",sans-serif;
    font-weight: normal;
    border-radius: 5px;
}

.login-main-bg .login-center-main .login-reg{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.login-main-bg .login-center-main .login-reg a{
    color: #fff;
    padding: 0 10px;
    line-height: 16px;
    font-size: 14px;
}


.err-text{
    width: 342px;
    height: 47px;
    float: left;
}

.err-text input{
    width: 235px;
    height: 45px;
    border: 1px solid #b7d3eb;
    font-size: 18px;
    float: left;
    background: none;
    text-indent: 17px;
    border-radius: 5px;
}

.err-div a img{
    margin-top: 5px;
    margin-left: 5px;
    height: 35px;
}