* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    background-color: #5fefdc;
    min-width: 1024px;
    min-height: 700px;
    position: relative;
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, sans-serif;
}

div.container {
    background: url(../image/login.png) no-repeat;
    margin: 0px auto;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    background-size: contain;
    position: relative;
    background-position: bottom;
}

.login_head {
    width: 200px;
    padding-top: 30px;
    margin-left: 40px;
}

.login_head>div {
    font-size: 53px;
    color: #fff;
}

.login_head>p {
    font-size: 14px;
    color: #fff;
}

.login_footer {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

.login_main {
    width: 668px;
    height: 466px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -334px;
    margin-top: -233px;
}

.login_main_l {
    width: 248px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    background: #f8fdfe url(../image/login_tip_bg.png) no-repeat bottom;
}

.login_main_r {
    display: inline-block;
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.login_main::after,
.login_tips_item::after,
.login_code_wrap::after {
    display: block;
    content: '';
    clear: both;
}

.login_form {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -147px;
    margin-top: -150px;
    width: 294px;
    height: 300px;
}

.login_form_title {
    color: #5dd7c8;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 36px;
}

.login_form_title span {
    font-size: 20px;
    border-bottom: 4px solid #fecb47;
}

.login_ipt {
    border: 1px solid #e6eaef;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    margin-bottom: 22px;
    position: relative;
}

.login_ipt.act {
    border: 1px solid #5dd7c8;
    box-shadow: 1px 2px 3px #c1f1ec;
}

.login_ipt_icon {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 0 6px;
    cursor: pointer;
}

.login_ipt input {
    border: none;
    outline: none;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    vertical-align: top;
    width: 253px;
}

.login_ipt input::-webkit-input-placeholder {
    color: #9fa3af;
}

.login_ipt input::-moz-placeholder {
    color: #9fa3af;
}

.login_ipt input:-moz-placeholder {
    color: #9fa3af;
}

.login_ipt input:-ms-input-placeholder {
    color: #9fa3af;
}

.login_ipt_code {
    width: 171px;
    float: left;
    margin-right: 8px;
}

.login_code_box img {
    width: 116px;
    max-height: 38px;
    cursor: pointer;
    box-sizing: border-box;
}

.login_code_box {
    float: left;
    width: 30%;
}

.login_ipt_code input {
    width: 130px;
}

.login_btn input {
    width: 294px;
    background-color: #5dd7c8;
    border: none;
    outline: none;
    height: 38px;
    line-height: 38px;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    box-shadow: 4px 3px 8px #b4eee7;
}

.login_tips {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 82px;
}

.item_img {
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 20px;
    background: url(../image/login_nav1.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.login_tips_item {
    margin-bottom: 20px;
    padding: 10px 0;
}

.login_tips_item dl {
    float: left;
}

.login_tips_item dl dt {
    color: #8d92a1;
}

.login_tips_item dl dd {
    color: #b0bbd1;
}

.login_tips_item.act dl dt {
    color: #5dd7c8;
}

.login_tips_item.act dl dd {
    color: #5dd7c8;
}

.login_tips_item1.act .item_img {
    background-image: url(../image/login_nav1_act.png);
}

.login_tips_item2 .item_img {
    background-image: url(../image/login_nav2.png);
}

.login_tips_item2.act .item_img {
    background-image: url(../image/login_nav2_act.png);
}

.login_tips_item3 .item_img {
    background-image: url(../image/login_nav3.png);
}

.login_tips_item3.act .item_img {
    background-image: url(../image/login_nav3_act.png);
}


/* 报错 */

.login_error {
    position: absolute;
    left: 3px;
    top: 36px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fc703e;
    text-align: left;
    white-space: nowrap;
    z-index: 99;
}

.login_error img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.login_alert_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    color: rgb(65, 74, 96);
}

.login_alert_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #252830;
    background: rgba(37, 40, 48, .7);
    z-index: 1002;
}

.login_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -93px 0 0 -167px;
    background-color: #fff;
    z-index: 1003;
    box-shadow: 0 0 14px rgba(0, 0, 0, .11);
    width: 400px;
    padding: 24px 30px;
}

.login_alert_tip {
    font-size: 14px;
}

.login_alert_title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.login_alert_btn_wrap {
    text-align: right;
    margin-top: 10px;
}

.login_alert_btn {
    color: #fff;
    cursor: pointer;
    background-color: #5dd7c8;
    height: 32px;
    line-height: 32px;
    min-width: 42px;
    padding: 0 25px;
    font-size: 14px;
    display: inline-block;
}

.login_alert_close {
    width: 24px;
    height: 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
    z-index: 1;
    vertical-align: top;
    cursor: pointer;
}

.login_alert_close:after,
.login_alert_close:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #d1d4db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
    top: 12px;
}

.login_alert_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}