/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 84px;
    line-height: 84px;
    border-bottom: 2px solid red;
}

.header .logo {
    width: 140px;
    height: 84px;
}

.zhuce {
    height: 521px;
    border: 1px solid grey;
    margin-top: 20px;
}

.zhuce .top {
    height: 45px;
    background: pink;
    line-height: 45px;
    padding: 0 10px 0 10px;
}

.zhuce .top h2 {
    float: left;
    color: black;
}

.zhuce .top .login {
    float: right;
    color: pink;
}

.zhuce .top .login a {
    color: blue;
    margin-left: 10px;
}

.zhuce .top .login a:hover {
    color: red;
}

.biaodan ul {
    width: 535px;
    height: 380px;
    margin: 45px auto;
}

.biaodan ul li {
    margin-bottom: 20px;
}

.biaodan label {
    display: block;
    width: 70px;
    height: 35px;
    text-align: right;
    line-height: 35px;
    float: left;
}

.biaodan input {
    width: 240px;
    height: 35px;
    border: 1px solid grey;
    margin-left: 5px;
}

.biaodan .anquan {
    margin-left: 120px;
}

.biaodan em {
    margin: 0 5px;
}

.biaodan em.ruo {
    padding: 0 12px;
    background: red;
    color: white;
}

.biaodan em.zhong {
    padding: 0 12px;
    background: green;
    color: white;
}

.biaodan em.qiang {
    padding: 0 12px;
    background: purple;
    color: white;
}

.biaodan .xieyi {
    margin-left: 65px;
}

.biaodan .xieyi .duoxuan {
    width: 13px;
    height: 13px;
}

.biaodan .btn {
    margin-left: 60px;
    padding: 5px 0;
    background: red;
    color: white;
    margin-top: 40px;
    cursor: pointer;
}

.footer .mod_copyright {
    text-align: center;
}

.footer .mod_copyright .links {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 10px;
}

.footer .mod_copyright .links a {
    margin-right: 3px
}