/*弹窗登录 start*/

.alert_login {
    width: 300px;
    height: 260px;
    padding: 20px 40px;
    overflow: hidden;
}

.alert_login_type {
    width: 260px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.alert_login_type div {
    width: 106px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #fff solid;
    margin: 0 12px;
    cursor: pointer;
    font-size: 16px;
}

.alert_login_type div.active {
    border-bottom: 2px #ff7e00 solid;
    background-color: #ff7e00;
    color: #fff;
    border-radius: 6px;
}

.alert_login_form {
    margin-top: 30px;
    overflow: hidden;
}

.alert_login_form .alert_item {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 30px;
}

.alert_login_form .alert_item input {
    border: 1px solid #dadada;
    width: 228px;
    height: 38px;
    line-height: 38px;
    background: url(../../images/user_key.png) no-repeat;
    background-size: 42px 38px;
    padding-left: 50px;
    border-radius: 5px;
}

.alert_login_form .alert_item .error_msg {
    position: absolute;
    bottom: -24px;
    left: 10px;
    line-height: 24px;
}

.alert_login_form .alert_item .alert_password_username {
    background: url(../../images/user_phone.png) no-repeat;
}

.alert_login_form .alert_item .alert_note_username {
    padding-left: 50px;
    background-image: none;
    background: url(../../images/user_phone.png) no-repeat;
}

.alert_login_form .alert_item .alert_note_password {
    width: 149px;
    padding-left: 10px;
    background-image: none;
}

.alert_note_username ,
.alert_note_password ,
.get_code_box ,
.alert_safe span {
    display: none;
}

.get_code_box {
    position: relative;
    width: 110px;
    height: 100%;
}

.alert_get_code {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    border-style: none;
    margin-left: 14px;
    background-color: #ff7e00;
    border-radius: 5px;
}

.count {
    display: none;
}

.alert_safe .forget_password {
    margin-right: 6px;
}

/*弹窗登录 end*/
/* 弹窗加入购物车 */
.layui-layer-btn .layui-layer-btn0 {
    border-color: #ff7e00;
    background-color: #ff7e00;
    color: #fff;
}
/* 弹窗加入购物车结束 */
