.layout {
    width: 100%;
    height: 100%;
    font-family: PingFang SC;
    background-color: #F7F8FC;
    font-size: 14px;
}

/* 注册 */
.wrapper input {
    width: 220px;
    margin-left: 10px;
}

.wrapper li {
    background-color: #FFFFFF;
    height: 50px;
    margin-top: 10px;
}

.wrapper div {
    margin-left: 15px;
    display: inline-block;
    line-height: 50px;
}

.wrapper .w {
    margin-left: 15px;
    display: inline-block;
    line-height: 50px;
    width: 90%;
}

/*首页*/
.index .top-title-back {
    height: 150px;
    background-color: #599055;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%
}

.index .top-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    padding-top: 14px;
    margin-bottom: 30px;
}