a {
    text-decoration: none
}

.login-content {
    min-height: 600px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-image-info {
    flex-shrink: 0;
    width: calc(100% - 450px);
}

.left-image-info .image-d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-image-info .image-d img {
    max-height: 100%;
    max-width: 100%;
}

.right-input-info {
    width: 450px;
    height: 550px;
    background-color: #ffffff;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.font-20-bold {
    font-size: 20px;
    font-weight: bold;
}

.whole-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-indent: 2em;
}

.has-success > input {
    border: 1px #CCCCCC solid;
}

.has-error > input {
    border: 1px #E4322D solid;
}

.input-content {
    margin-top: 33px;
}
.fast-login-show {
    font-size: 12px;
}

.help-block {
    color: #E4322D !important;
    font-weight: 400;
    font-size: 12px;
    display: block;
    min-height: 30px;
    line-height: 30px;
    margin: 0;
}

.input-or-icon {
    position: relative;
}

.input-or-icon .iconfont {
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 10px;
}

.padding-none {
    padding: 0;
}

.margin-none {
    margin: 0;
}

.get-code-button {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #FF4949;
    color: #FF4949;
    margin-bottom: 30px;
}

.get-code-waiting {
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.right-input-info .top-info, .right-input-info .sure-login-show {
    padding: 37px 64px 0 65px;
}

.last-protocol-info {
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.point-show {
    cursor: pointer;
}
.fast-user-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    padding: 20px;
}

.fast-user-info-show {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fast-login-img {
    max-width: 100%;
    max-height: 100%;
}
.submit-info-button, .fast-submit-info-button {
    width: 100%;
    height: 40px;
    background: #E4322D;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    font-size: 14px;
}

.right-input-info .form-group {
    margin: 0;
}

.middle-info {
    text-align: center;
    margin-top: 30px;
}

.third-login {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #eeeeee;
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.third-login-text {
    position: absolute;
    background-color: #ffffff;
    top: -10px;
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    color: #999999;
}

.color-control {
    color: #32C25A;
    text-align: center;
}

.color-control a {
    color: #999999;
}

.third-login-type {
    display: flex;
    justify-content: center;
}

.third-login-type > div:first-child {
    margin-right: 100px;
}


.round {
    display: flex;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #32C25A;
    border-radius: 50%;
    border: 0;
    margin: 2rem 1rem 1rem 1rem;
}

.round1 {
    display: flex;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #32C25A;
    border-radius: 50%;
    border: 0;
    margin: 2rem 1rem 1rem 1rem;
}

.round-text {
    color: #32C25A;
}

.round1-text {
    color: #32C25A;
}

.iconweixin {
    color: #ffffff !important;
}

.iconLINE {
    color: #ffffff !important;
}

input[type="checkbox"] {
    margin-right: 4px;
}

/* IOS 和iPadOS 特殊处理 */
@supports (-webkit-overflow-scrolling: touch) {
    .layout-footer {
        position: static;
    }
}