.pop_up{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
}
.pop_up .pop_up_content{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 430px;
    padding: 26px 24px 30px 24px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
}
.pop_up .pop_up_content .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url(img/close.png) no-repeat center;
    cursor: pointer;
}

.pop_up .pop_up_content .pop_up_list ul li{
    display: flex;
    margin-top: 20px;
    border: 1px #dcdcdc solid;
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    width: 100%;
    align-items: center;
}
.pop_up .pop_up_content .pop_up_list ul li input{
    flex: 1;
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
    border: none;
    font-size: 15px;
    font-family: arial;
    outline: none;
    -webkit-appearance: none;
}
.pop_up .pop_up_content .pop_up_list ul li label{
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-right: 1px #dcdcdc solid;
    text-align: center;
    font-size: 16px;
    font-family: arial;
}
.pop_up .pop_up_content .pop_up_list ul li:nth-child(2) button{
    border-radius: 10px;
    overflow: hidden;
    width: 125px;
    height: 50px;
    background: #fef0f0;
    color: #f54447;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}
.pop_up .pop_up_content .pop_up_list .loginbtn{
    margin-top: 20px;
}
.pop_up .pop_up_content .pop_up_list .loginbtn button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f54447;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
}
.pop_up .pop_up_content .pop_up_list .login-sjzh {
    text-align: center;
    margin-top: 19px;
}

.pop_up .pop_up_content .pop_up_list p {
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
}