body {
    background-color: #fff;
}

.banner {
    width: 100%;
}

.icon-list {
    width: 80%;
    margin: 20px auto;
    display: flex;
}

.icon-list a {
    flex: 1;
    text-align: center;
}

.icon-list a img {
    width: 64%;
}

.icon-list a span {
    display: block;
    color: #3d3a39;
}

.article-title {
    width: 80%;
    margin: 30px auto;
    display: flex;
    border-bottom: 1px solid #e8e7e7;
}

.article-title a {
    flex: 1;
    text-align: center;
    color: #3d3a39;
    height: 28px;
}

.article-title a.active {
    color: #255aa9;
    border-bottom: 3px solid #255aa9;
}

.article-list {
    width: calc(100% - 24px);
    margin: 10px auto;
}

.article-list .article-item {
    width: 100%;
    color: #3d3a39;
    display: flex;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 12px;
}

.article-list .article-item .left {
    flex: 2;
}

.article-list .article-item .left p:nth-child(2) {
    color: #9fa0a0;
    font-size: 14px;
}

.article-list .article-item .right {
    flex: 1;
    margin-left: 8px;
}

.article-list .article-item .right img {
    width: 100%;
}

.article {
    width: calc(100% - 24px);
    margin: 6px auto;
    color: #3d3a39;
}

.article .title {
    font-weight: bold;
    line-height: 28px;
}

.article .origin {
    color: #9fa0a0;
    font-size: 14px;
    line-height: 28px;
}

.auth {
    width: calc(100% - 100px);
    padding: 30px 50px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    margin-top: -40px;
}

.auth input {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #b5b5b6;
    height: 36px;
    margin: 4px 0;
    color: #b5b5b6;
}

.auth a {
    float: right;
    font-size: 14px;
    margin: 10px 0;
}

.auth .btn {
    width: 100%;
    height: 44px;
    background: #255aa9;
    border-radius: 20px;
    color: #fff;
    margin-top: 8px;
}

.form-main {
    width: 100%;
    height: 80vh;
    background-image: url("/images/form_bg.png");
    background-size: 100% 100%;
    padding-top: 20vh;
}

.form-main img {
    display: block;
    width: 76%;
    margin: 38px auto;
}

.info {
    width: calc(100% - 24px);
    margin: 0 auto;
    font-size: 14px;
}

.alt {
    width: calc(100% - 24px);
    margin: 0 auto;
    font-size: 14px;
    color: #f00;
}
