.signin {
    flex-grow: 1;
    background-color: #ddd;
}
.content {
    max-width: 968px;
    margin: 0 auto;
    background-color: #fff;
}
h3 {
    color: #333333;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin: 14px 0;
}

.divider_text {
    line-height: 0.5;
    margin-top: 15px;
    text-align: center;
}

.divider_text span {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.divider_text span:before,
.divider_text span:after {
    border-top: 0.5px solid #555555;
    content: "";
    position: absolute;
    height: 5px;
    top: 50%;
    width: 90px;
}

.divider_text span:before {
    right: 100%;
    margin-right: 15px;
}

.divider_text span:after {
    left: 100%;
    margin-left: 15px;
}
.recent_view {
    position: relative;
    background: #ededec;
    margin-bottom: -20px;
    border-top: 2px solid #ccc;
}
.recent_view ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.recent_view ul li {
    width: 70px;
    height: 90px;
    margin: 0 3px;
}
.recent_view ul li a {
    display: block;
    width: 100%;
    height: 100%;

    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0 2px 7px 0;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
/* .register {
    width: 1000px;
    margin: 0 auto;
} */
.register label {
    font-weight: bold;
    font-size: 13px;
}
.register ::placeholder {
    color: #767676;
    font-size: 13px;
}
.register .register_in {
    width: 350px;
    margin: 0 auto;
}
.logo_content {
    display: block;
    width: 100%;
    text-align: center;
}
.logo_content img {
    width: 100px;
}
