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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}


body {
    font-family: "微软雅黑";
}

.login-body {
    width: 100%;
    height: 100%;
    background: url('../images/login-bg.jpg') no-repeat center top;
    background-size: cover;
}

.content {
    width: 1200px;
    margin: 0 auto
}

.clearfix {
    clear: both;
    overflow: hidden
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    text-decoration: none
}

input[type="text"],
input[type="password"] {
    border: 1px solid #e4e4e4;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #e4e4e4;
}

.index-content {
    margin-top: 65px
}

tr:hover {
    background: #eee
}

.login {
    position: absolute;
    right: 10%;
    top: 26%;
    padding: 20px;
    width: 360px;
    height:375px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.login h4 {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.login h4 img {
    display: block;
    margin: 0 auto 15px;
}

.login-form {
    margin: 0;
    font-size: 14px;
}

.login-form li {
    position: relative;
    margin-top: 10px;
}

.form-tit {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.login-form input {
    display: inline-block;
    width: 79.3%;
    height: 36px;
    line-height: 36px;
    /* padding-left: 2%; */
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size:14px;
}

.login-form .yz {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
}

.login-form .getYz {
    top: 0;
    right: 0px;
    width: 100px;
    height: 42px;
    line-height: 42px;
    background: #007fff;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}

.login-form li.login-loading {
    border: 0;
    font-size: 12px;
    margin-top: 30px;
    color: #999
}

.from-login-btn {
    margin: 30px 0 40px;
}

.from-login-btn a {
    display: block;
    font-size: 14px;
    color: #007fff;
    float: right;
}

.login-form li.login-loading label {
    cursor: pointer
}

.login-form li.login-loading .forget {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    color: #999
}

.login-form li.login-loading .forget:hover {
    color: #007fff;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s
}

.login-form li.login-loading .register-now {
    font-weight: 100;
    color: #fff
}

.login-form li.login-loading .register-now:hover,
.agent:hover {
    color: #007fff;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s
}

.login-form li .remember {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 12px;
    height: 12px;
    line-height: auto;
    margin-top: -3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #999;
    margin-right: 10px
}

.login-form li .remember i {
    display: none;
}

.login-form li .remember.rember-on {
    border: 1px solid #007fff;
}

.login-form li .remember.rember-on i {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 12px;
    color: #007fff;

    z-index: 9999;
}

.login-form .error {
    display: block;
    position: absolute;
    top: 45px;
    left: 70px;
    font-size: 12px;
    color: #f00;
}

.login-sub a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #007fff;
    border-radius: 5px;
    text-align: center;
}

.register-btn {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.forget-login {
    text-align: right;
}

.register-btn a,
.advice a {
    color: #007fff;
}

.advice {
    border-top: 1px solid #007fff;
    padding-top: 16px;
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-top: 10px;
}

.password-ico {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 12px;
    cursor: pointer;
}

.hide-password {
    background: url(../images/hide-password.png) no-repeat;
}

.show-password {
    background: url(../images/show-password.png) no-repeat;
}