.editPersonalInfo_page {
    width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/background.png);
    overflow: hidden;
}

.editPersonalInfo_box {
    width: 915px;
    min-height: 440px;
    margin: 50px auto;
    background: white;
    margin-bottom: 120px;
    overflow: hidden;
    border-radius: 15px;
}

.editPersonalInfo_box>h6 {
    width: 100%;
    height: 85px;
    font-size: 24px;
    background: #fff000;
    text-align: center;
    line-height: 85px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/formtitle.jpg);
}

.editPersonalInfo_form {
    padding: 30px 50px;
    box-sizing: border-box;
    background: #f4f6f7;
}

.upload_head_img {
    overflow: hidden;
}

.upload_head_img>img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 90px;
}

.upload_head_img>div {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    background: #e6e6e6;
    border-radius: 5px;
    border: 1px dashed #807f7f;
    font-size: 18px;
    cursor: pointer;
}

.upload_head_img>div>img {
    width: 60px;
    height: 60px;
    margin: 30px 0;
}

.editPersonalInfo_form>input {
    width: 100%;
    margin-top: 30px;
    height: 50px;
    border: 1px solid #d6d6d6;
    background: white;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
}

.editPersonalInfo_form>a {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff000;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
}

@media screen and (max-width:750px) {
    .editPersonalInfo_page {
        padding: 0.3rem;
        box-sizing: border-box;
        overflow: hidden;
        background-image: url(../img/media_background.png)!important;
    }
    .editPersonalInfo_box{
        width: 100%!important;
    }
    .editPersonalInfo_form{
padding: 0.3rem 0.5rem;
    }
    .upload_head_img {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .upload_head_img img {
        width: 2rem;
        height: 2rem;
    }
    .upload_head_img>div{
        width: 2rem;
        height: 2rem;
        font-size: 0.24rem;

    }
    .upload_head_img>div>img{
        width: 0.6rem;
        height: 0.6rem;
        margin: 0.4rem 0;
    }
}