.head h1 {
    margin: 0 auto;
    color: #8D0000;
    font-size: 42px;
    margin-top: 106px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 4px -3px 2px #fff;
}

.login {
    margin-top: 118px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 登录 */
.login .box {
    width: 430px;
}

/* 登录框 */
.login .login-box {

    margin-top: 14px;
    height: 320px;
    background: #fff;
    overflow: hidden;
}

.login .login-box .box-top {
    /* margin-top: -5px; */
    position: relative;
    width: 100%;
    height: 10px;
    background: #ffe4e4;
}

.login .login-box .box-top .trigger {
    position: absolute;
    top: 0;
    left: 24%;
}

.login .login-box .content {
    /* width: 100%; */
    padding: 0 20px;
    overflow: hidden;
}

.login .login-box .content .download {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 24px;
    overflow: hidden;
}

.login .login-box .content .download a {
    /* display: inline; */
    float: right;
    font-size: 14px;
    line-height: 18px;
    color: #890507;
    text-decoration: underline;
}

.login .login-box .content table {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.login .login-box .content td {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-left: 78px;
}

.login .login-box .content td a {
    display: inline-block;
    width: 96px;
    height: 96px;

    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}

.login .login-box .content td a.dl {
    background: url(/public/images/login/login.png) #F5E8E8;
}

.login .login-box .content td a.dl:hover {
    background: url(/public/images/login/login_hover.png) #9B1B1C;
}

.login .login-box .content td a.zc {
    background: url(/public/images/login/register.png) #F5E8E8;
}

.login .login-box .content td a.zc:hover {
    background: url(/public/images/login/register_hover.png) #9B1B1C;
}

.login .login-box .content .bottom {
    border-top: 1px dotted #ccc;
}

.login .login-box .content .bottom p {
    margin-top: 9px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.login .login-box .content .bottom a {
    text-decoration: underline;
    color: #890507;
    cursor: pointer;
}


/* footer */
.footer {

    width: 100%;
    margin-top: 164px;
    overflow: hidden;
}

.footer p {
    height: 26px;
    line-height: 26px;
    width: 542px;
}

.copyright {
    position: absolute;
    /* float: right; */
    right: -200px;
    bottom: 0;
    /* margin-top: -22px; */
}

.copyright span {
    font-size: 14px;
    color: #333;
}

