/* iPadPro, iPadAir, SurfacePro7 */
@media (max-width:1024px) and (min-width: 821px) {

}

/* iPadMini */
@media (max-width:820px) and (min-width: 641px) {

}

/* iPhone */
@media (max-width: 640px) {
    .user-profile-change-form-container{
        padding-top: 0;
    }
    .user-profile-change-form{
        width: calc(100% - 40px);
        padding: 30px 20px;
        border-radius: 10px;
    }

    .user-profile-change-form-item{
        padding-bottom: 20px;
        border-bottom: #f2f2f2 solid 1px;
    }
    .user-profile-change-form-item-label{
        padding-top: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .user-profile-change-form-item-value{
        padding-top: 0;
    }
    .user-profile-change-form-item-value-wrap{
        margin-bottom: 10px;
        font-size: 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .user-profile-change-form-item-value-wrap-radio{
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .user-profile-change-form-item-value-wrap label{
        margin-right: 10px;
    }
    .user-profile-change-form-item-radio{
        margin-right: 5px;
    }
    .user-profile-change-form-item-value-input-wrap{
        padding: 10px 20px;
        height: 40px;
        border-radius: 20px;
        border: #e0e0e0 solid 1px;
        margin-right: 0;
        width: calc(100% - 42px);
        margin-bottom: 10px;
    }
    .user-profile-change-form-item-value-wrap:last-of-type .user-profile-change-form-item-value-input-wrap:last-of-type{
        margin-bottom: 0;
    }
    .user-profile-change-form-item-value-label{
        font-size: 14px;
    }
    textarea.user-profile-change-form-item-value-input{
        font-size: 14px;
    }
    .user-profile-change-form-item-value-input{
        padding-left: 10px;
        font-size: 14px;
    }
    .user-profile-change-form-item-value-tips{
        font-size: 14px;
    }
    .user-profile-change-form-item-value-btn{
        padding: 0 40px;
        height: 40px;
        border-radius: 20px;
    }
    .user-profile-change-form-item-value-btn-icon{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .user-profile-change-form-item-value-btn-icon-img{
        width: 20px;
        height: 20px;
    }
    .user-profile-change-form-item-value-btn-title{
        font-size: 16px;
    }
    .user-profile-change-form-footer{
        padding-top: 20px;
    }
    .user-profile-change-form-actions{
        padding-top: 10px;
    }
    .user-profile-change-form-action{
        padding: 0 40px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 16px;
    }
}