﻿.dingding_login_content {
    width: 356px;
    height: 400px;
    border-radius: 5px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    position: relative;
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}
.login_header {
    width: 100%;
    height: 64px;
    font-size: 18px;
    color: #898d90;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.login_type {
    width: 50%;
    line-height: 60px;
    text-align: center;
    border-bottom: 4px solid transparent;
    float: left;
    cursor: pointer;
}
.login_type_active {
    color: #38adff;
    border-bottom: 4px solid #38adff;
    cursor: default;
}
.login_body {
    width: 100%;
    height: 336px;
    padding: 40px auto;
    text-align: center;
    position: relative;
}
.login_phone {
    padding: 20px 20px;
    position: relative;
}
.login_input_content {
    position: relative;
    padding-bottom: 24px;
    overflow: hidden;
}
.login_input {
    width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    font-size: 16px;
    color: #73787c;
    float: left;
}
.login_button {
    width: 100%;
    height: 48px;
    background: #38adff;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.login-account-offline-announcement {
    margin-top:20px;
    text-align: center;
    color: #ee5d62;
    background: #f2d5da;
    font-size: 13px;
    height: 50px;
    margin-right: -22px;
    margin-left: -22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img_code {
    width: 120px;
    position: relative;
    top: 2px;
    float: left;
}
.toast_error {
    background-color: #fedada;
    color: #fa5b5b;
}

.toast {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    display:none;
}
