/* 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) {
    body{
        padding-top: 80px!important;
    }
    /* 顶部 */
    .user-register-header-content{
        height: 60px;
    }
    .user-register-header-back-btn{
        width: 40px;
        height: 60px;
    }
    .user-register-header-back-btn-icon{
        width: 25px;
        height: 25px;
    }
    .user-register-header-back-btn-icon-img{
        width: 25px;
        height: 25px;
    }
    .user-register-header-logo{
        height: 60px;
        padding-left: 20px;
    }
    .user-register-header-logo-img{
        height: 20px;
    }
    .user-register-header-footer{
        width: calc(100% - 20px);
        padding-right: 20px;
        height: 4px;
    }
    .user-register-header-footer-progress-bar{
        width: calc(100% - 40px);
        height: 4px;
    }
    .user-register-header-footer-progress-bar-highlight{
        height: 4px;
    }
    .user-register-header-footer-email{
        right: 20px;
        top: -16px;
        width: 40px;
        height: 40px;
    }
    .user-register-header-footer-email-icon{
        width: 30px;
        height: 30px;
    }
    .user-register-header-footer-email-icon-img{
        width: 30px;
        height: 30px;
    }

    /* 底部 */
    .user-register-footer{
        padding: 40px 0;
    }
    .user-register-footer-content{
        width: calc(100% - 40px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .user-register-footer-links{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .user-register-footer-link{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .user-register-footer-copyright{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        font-size: 14px;
        text-align: center;
    }
}