/* 登录与注册 */

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

.content {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.forget {
    width: 80%;
    margin: 100px auto;
}

.title {
    line-height: 30px;
    background-color: #3a8ac7;
    padding: 20px 30px;
    overflow: hidden;
    color: #fff;
}

.button {
    background-color: #601603;
    border-radius: 7px;
    border: none;
    text-align: center;
    color: #dad077;
}

input {
    width: 300px;
    height: 30px;
}

.title h2 {
    float: left;
}

.title .return {
    float: right;
    height: 40px;
    margin-right: 20px;
}

.title .return a {
    color: #fff;
}

.logo {
    transform: scale(0.8);
    transform-origin: left center;
    /* 控制缩放基准点为左侧居中 */
    margin-left: 2%;
    /* 根据实际位置微调间距 */
}

.lognuping table tr {
    height: 30px;
}

.lognIn ul {
    margin-left: 180px;
}

.lognIn li {
    margin-top: 40px;
}

.content .step {
    margin: 50px auto 0;
    width: 512px;
}

.content .step li {
    float: left;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.content .step .line {
    width: 150px;
    background-color: #cccccc;
}

.content .step .line1 {
    width: 31px;
}

.content .step .cur {
    display: inline;
    background-color: #77be4c;
}