/* CSS Document */
.beijing {
    width: 100%;
    height: 100%;
    background: url("../images/img.jpg") no-repeat center;
}

* {
    margin: 0 auto;
    padding: 0px;
}

.size {
    width: 400px;
    height: 70px;
    font-size: 36px;
    font-family: "微软雅黑";
    background: #dfe9f3;
    text-align: center;
    line-height: 70px;
    color: #06F;
    float: left;
    margin-left: 600px;
    margin-top: 100px;
    border-radius: 10px;
}

.logins {
    width: 400px;
    height: 280px;
    background: #dfe9f3;
    float: left;
    margin-left: 600px;
    border-radius: 10px;
}

.logins ul {
    list-style: none;
}

.logins ul li {
    width: 320px;
    height: 50px;
    float: left;
    margin-top: 15px;
    line-height: 50px;
    margin-left: 50px
}

.logins ul li strong {
    width: 70px;
    height: 40px;
    display: inline-block;
    text-align: right;
}

.ming {
    width: 200px;
    height: 30px;
}

.yzms {
    width: 100px;
    height: 30px;
}

.denglu {
    width: 100px;
    height: 30px;
    margin-left: 35px;
    float: left;
}

