* {
    margin: 0;
    padding: 0;
}

#header {
    width: auto;
    height: 47px;
    background-color: #0f0f0f;
}

#logo {
    float: left;
    margin-left: 106px;
    padding-top: 10px;
    height: 47px;
    width: auto;
}

#logo>a>img {
    width: 120px;
    height: 26px;
}

#menu {
    float: right;
    height: 26px;
    margin: 10px 106px 10px 0;
}

.menu-p {
    cursor: pointer;
    font-size: 12px;
    margin: 0 15px;
    color: white;
    display: inline-block;
}

.menu-p>a {
    text-decoration: none;
    color: white;
}

#content {
    margin: 60px auto;
    text-align: center;
    width: 470px;
    height: 417px;
}

.sign-ul {}

#sign-list {
    margin-top: 40px;
    width: 434px;
    height: 47px;
    padding: 0 20px;
}

.sign-li {
    cursor: pointer;
    border-bottom: solid 2px rgba(221, 221, 221, 1);
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    padding: 10px 33px;
    float: left;
    list-style: none;
    /*border-bottom-color: rgba(246, 111, 106,1);*/
    /*color: #0f0f0f;*/
    /*font-weight: bold;*/
}

.font-min {
    border-bottom-color: rgba(246, 111, 106, 1);
    color: #0f0f0f;
    font-weight: bold;
}

.number {
    padding-left: 20px;
    margin-top: 35px;
    border-radius: 5px;
    border: solid 1px rgba(221, 221, 221, 1);
    width: 414px;
    height: 45px;
}

.number-hter {
    margin-top: 25px;
}

#pass {}

.number-img {
    position: absolute;
    float: right;
    margin: 28px 0 0 0;
    right: 427px;
}

#img-input {
    position: absolute;
    margin-top: 50px;
    right: 433px;
}

#denglu {
    margin-top: 35px;
    width: 434px;
    height: 45px;
    background-color: rgba(246, 111, 106, 1);
    border: none;
    border-radius: 4px;
    font-size: 18px;
    color: white;
}

.left {
    margin: 20px 0 0 20px;
    float: left;
    font-size: 12px;
}

.left-btn {
    border: none;
    background-color: white;
    color: rgba(85, 26, 139, 1);
}

.right {
    margin: 20px 20px 0 0;
    float: right;
    font-size: 12px;
}

a {
    color: rgba(85, 26, 139, 1);
    text-decoration: none;
}

#bottom {
    color: rgba(62, 36, 20, 0.4);
    padding-top: 12px;
    font-size: 12px;
    text-align: center;
    height: 23px;
    background-color: rgba(235, 236, 237, 1);
}

/*main CSS样式*/

#content-main {
    text-align: center;
    /*width: 1000px;*/
    height: 568px;
    background-image: url("/img/beijin.png");
    background-size: cover;
}

#content-box {
    position: absolute;
    margin: 120px 0 0 410px;
    width: 420px;
    height: 326px;
}

.content-btn {
    margin-top: 35px;
    width: 254px;
    height: 42px;
    background-color: rgba(246, 111, 106, 1);
    border-radius: 4px;
    font-size: 18px;
    color: white;
    border: none;
}

.content-btn:hover {
    box-shadow: 0 0 10px 6px #999999;
}