.banner {
    min-width: 1200px;
    overflow: hidden;
    height: 700px;
    background: url(../img/login/bg.png) no-repeat 100%;
    box-shadow: inset 2px 0px 6px 0px #8888883d;
    margin: auto;
    width: 100%;
}

.login_navbar {
    width: 100%;
}

.login_form {
    position: absolute;
    overflow: hidden;
    background: #fff;

}

.login_con {
    width: 100%;
}

.login_slideTxtBox {
    width: 85%;
    margin: auto;
}

.login_navbar ul li {
    float: left;
    font-size: 24px;
    color: #272727;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: solid 5px #fce0a4;
    cursor: pointer;
}

.login_navbar ul li.active {
    border-bottom: solid 5px #f8b62b;
    cursor: pointer;
}

.login_phone[type=text] {
    background-image: url(../img/login/icon_01.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

#send{
    display: inline-block;
    width: 38%;

    background: #8b8b8b;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.public[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 30px;
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.login_password[type=password] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 30px;
    background-color: white;
    padding: 20px 20px 20px 40px;
    background-image: url(../img/login/icon_02.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

input[type=submit] {
    background-color: #f8b62b;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #ffff;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background: linear-gradient(-90deg, #ff894f 0%, #ffa838 100%);
}

.login_code[type=text] {
    float: left;
    width: 60%;
    background-image: url(../img/login/icon_03.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

.login_send[type=submit] {
    width: 38%;
    float: right;
    background: #8b8b8b;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    height: 58px;
    font-size: 16px;
}

.login_else .forget a:hover {
    color: #e29a01;
}

.login_else .forget a {
    color: #707070;
}

.login_con {
    display: none;
}

.foot_nav ul li {
    float: left;
    padding-right: 20px;
}

.foot_nav ul li a {
    color: #6a6a6a;
}

.foot_nav ul li a:hover {
    color: #000;
}

.foot p {
    color: #6a6a6a;
}