* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font-family: Microsoft YaHei, sans-serif, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB;
    background: #FFF;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

.m15 {
    margin-top: 15px;
}

.m10 {
    margin-top: 10px;
}

.l {
    float: left
}

.r {
    float: right;
}

.error {
    color: #f00;
    font-size: 16px;
    text-align: center;
}

.logout {
    color: #0f0;
    font-size: 16px;
    text-align: center;
}

.top-wrap {
    height: 298px;
    width: 100%;
    background: url("../img/topbg.jpg") no-repeat top center;
    float: left;
    overflow: hidden;
}

.logo {
    width: 380px;
    margin: 0 auto;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    margin-top: 100px;
    overflow: hidden;
    letter-spacing: 10px;
    text-align: center;
}

.sys-name {
    width: 380px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.sys-name dl {
    margin-top: 20px;
}

.sys-name dl dt {
    letter-spacing: 3px;
    font-size: 34px;
}

.sys-name dl dd {
    font-size: 14px;
    word-spacing: 5px;
}

.login-wrap {
    width: 470px;
    margin: 60px auto 0 auto;
}

.form-group {
    height: 60px;
    line-height: 60px;

}

.form-group label {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    width: 80px;
}

.form-group input {
    width: 380px;
    height: 40px;
    line-height: 40px;
    border: rgb(124, 210, 255) solid 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    transition: all .5s;
}

.form-group input:focus {
    box-shadow: 0 0 5px 0 rgb(124, 210, 255) inset;
}

.form-group span {
    display: inline-block;
    vertical-align: middle;
}

.form-action a,
button {
    width: 380px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ff9718;
    border: none;
    float: right;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.u-code input {
    width: 190px;
}

.u-code img {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin-left: 10px;
    border: #999 solid 1px;
    line-height: 60px;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.u-code a {
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
    font-size: 14px;
}

.footer {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-top: #ccc solid 1px;
    margin-top: 80px;
}