.row, * {
    margin: 0;
    padding: 0;
}

/* 头部 */

.log_top {
    height: 90px;
    display: flex;
}

.log_loge {
    width: 175px;
    height: 60px;
    margin: 20px 0px;
    margin-left: 15%;
    cursor: pointer;
    background: url(../images/headfoot/logo.png) no-repeat;
}

.log_wz {
    width: auto;
    height: 24px;
    padding-left: 3%;
    line-height: 24px;
    text-align: center;
    margin-top: 35px;
    margin-left: 20px;
    border-left: 1px #999999 solid;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

/* 内容 */

.log_con {
    height: calc(100vh - 90px);
    background: url(../images/log/logo_image.png) no-repeat;
}

.log_form {
    width: 460px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    top: 15%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 60px;
}

.log_form_top {
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border-bottom: solid #333333 2px;
}

.log_form_phone {
    width: 360px;
    height: 44px;
    display: flex;
    position: absolute;
    top: 28%;
    border-color: #fff;
}


.log_form_xl {
    height: 44px;
    width: 15%;
    padding: 0 5px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    background: #F4F4F4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/* 国家码下拉框 */
.con {
    display: none;
    background-color: white;
    margin-top: 44px;
    list-style: none;
    text-align: center;
    overflow: scroll;
    width: 360px;
    height: 150px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    z-index: 999;
}

.con::-webkit-scrollbar {
    width: 2px;
    color: cornflowerblue;
}

.con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00B0A7;
}

.con li {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}


.log_form_xl_act {
    border-top: 2px solid #00B0A7;
    border-bottom: 2px solid #00B0A7;
    border-left: 2px solid #00B0A7;
}


.log_form_sr {
    /* display: none; */
    width: 85%;
    height: 44px;
    margin-left: 15%;
    border: 1px solid #CCCCCC;
    background: #F4F4F4;
    padding-left: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    outline: none;
}

.log_form_sr:focus {
    border-top: 2px solid #00B0A7;
    border-bottom: 2px solid #00B0A7;
    border-right: 2px solid #00B0A7;
}


/* 登录失败提示 */

.log_form_phone_err {
    width: 360px;
    height: 36px;
    background: rgba(255, 19, 80, 0.2);
    border: 1px solid #FF1350;
    border-radius: 4px;
    /* display: flex; */
    position: absolute;
    top: 18%;
    display: none;
}

.log_form_phone_err i {
    width: 16px;
    height: 16px;
    margin: 10px;
    text-align: center;
    color: #FF1350;
    border: solid #FF1350 1px;
    border-radius: 50%;
}

.log_form_phone_err p {
    width: 98px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #FF1350;
}

/* 请输入正确的手机号码 */
.log_form_phone_hidden {
    width: auto;
    height: 11px;
    font-size: 12px;
    font-weight: 400;
    color: #FF1350;
    position: absolute;
    top: 40%;
    display: none;
}

.log_form_pwd {
    width: 360px;
    height: 44px;
    padding-left: 10px;
    position: absolute;
    top: 48%;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.log_form_pwd:focus {
    outline-color: #00B0A7;
}

/* 密码隐藏错误*/
.log_form_pw_hidden {
    width: auto;
    height: 13px;
    position: absolute;
    top: 54%;
    font-size: 12px;
    font-weight: 400;
    color: #FF1350;
    line-height: 60px;
    display: none;
}

.log_form_btn {
    width: 360px;
    height: 44px;
    border: none;
    color: #CCCCCC;
    background: #F4F4F4;
    border-radius: 4px;
    position: absolute;
    top: 70%;
}

.log_form_find {
    width: 360px;
    height: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    top: 86%;
}

/* 底部 */

.log_foot {
    width: auto;
    height: 40px;
    font-size: 14px;
    position: absolute;
    top: 87%;
    left: 15%;
    text-align: center;
}

.log_foot p, .log_foot a {
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    padding: 0;
}

.p_w {
    display: none;
    width: 280px;
}

.log_foot_wz {
    color: #FFFFFF;
}

.log_foot_wz ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.log_foot_wz ul li {
    margin: 0 2px;
}

.log_foot img {
    padding: 0 2%;
}

.log_foot_wz ul li a {
    color: #FFFFFF;
}


@media (max-width: 480px) {

    .log_form {
        height: 400px;
        padding: 0 40px;
        width: 90%;
        top: 8%;
    }

    .log_form_phone, .log_form_pwd, .log_form_btn, .log_form_find, .log_form_phone_err {
        width: 75%;
    }

    .con {
        width: 100%;
    }

    /*.log_foot{*/
    /*	position: fixed;*/
    /*	bottom: -10px;*/
    /*	top: auto;*/
    /*}*/
    .log_foot {
        display: none;
    }
}