/*
* @Author: Marte
* @Date:   2019-01-11 17:15:02
* @Last Modified by:   Marte
* @Last Modified time: 2019-01-15 09:15:54
*/

.w {
    width: 1200px;
    margin: 0 auto;
}
#logo {
    width: 240px;
    margin: 10px 0;
    height: 60px;
    float: left;
    position: relative;
    display: table;
}
#logo a {
    display: table-cell;
    vertical-align: middle;
}
#logo img {
    width: 201px;
    height: 40px;
    margin-right: 20px;
}
#logo span {
    position: absolute;
    top: 18px;
    font-size: 22px;
    color: #999;
    font-weight: 700;
    display: inline-block;
    width: 100px;
}

#content {
    clear: both;
}
.login_wrap {
    height: 475px;
    position: relative;
}
.login_wrap .login_form {
    width: 346px;
    height: 440px;
    float: right;
    position: relative;
    top: 15px;
    right: 15px;
    z-index: 4;
    background: #fff;
}
.login_wrap .login_form .login_tab {
    line-height: 60px;
    border: 1px solid #f4f4f4;
}
.login_wrap .login_form .login_tab a {
    display: block;
    color: #CE9D47;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.login_form .mc {
    margin-top: 60px;
}
.login_wrap .login_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    background: #CE9D47;
}
#banner_bg {
    background: #CE9D47 url(../images/banner_a.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.login_wrap .i_inner {
    height: 475px;
}
.login_form .login_box {
    width: 306px;
    padding: 20px;
}
.form .item {
    position: relative;
    margin-bottom: 20px;
}
.form .item_fore1,
.form .item_fore2 {
    border: 1px solid #bdbdbd;
    height: 39px;
    width: 304px;
}
.form .item .login_label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 1px solid #bdbdbd;
    background: url(../images/pwd-icons-new.png) no-repeat;
}
.form .item .name_label {
    background-position: 0 0;
}
.form .item .pwd_label {
    background-position: -48px 0;
}
.form .itxt {
    width: 254px;
    height: 18px;
    line-height: 18px;
    padding: 10px 0 10px 50px;
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: '\5b8b\4f53';
}
.form .item_fore4 {
    overflow: hidden;
}
.form .item_fore4 span {
    float: right;
}
.form .item_fore4 span a {
    color: #666;
}
.form .item_fore4 span a:hover {
    color: #CE9D47;
    text-decoration: underline;
}
.form .login_btn {
    border: 1px solid #CE9D47;
    margin: 0 auto;
    height: 40px;
}
.form .login_btn a {
    display: block;
    width: 100%;
    line-height: 40px;
    background: #CE9D47;
    color: #fff;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    letter-spacing: 5px;
}

.footerCen {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.footerCen a {
    color: #666;
}