/*                                                     */
/*  A-FurCon 御绒聚 */
/*  登录页面样式表   */
/*  本样式表被 login.html 引用 */

/*  Html Designed by DotWebDesign */
/*  Modified by Gxdung(乐乐龙果冻)  */
/*  Thanks: Ctrl CV               */
/*  Copyright: 2023 A-FurCon(R), All Rights Reserved.  */

/*  请勿在未经授权的情况下擅用代码 违者将追究法律责任*/
/* --------------------------------------------------- */

/* CSS 引入 */
@import url('afc-LogSys.css');


@media screen and (min-width: 1100px){
    .afc-bg::before{
        margin-top: 10px;
        height: 150px;
        width: 250px;
        justify-content: center;
    }
    .footer{
        bottom: -200px;
    }
}

/* 适配 2K 显示器 */
@media screen and (min-width: 1920px){
    .footer{
        bottom: -350px;
    }
}

/* 适配设备高度 */
@media screen and (min-height: 800px){
    .footer{
        bottom: -25vh;
    }
}

/* 适配 iPhone 4~8/SE 宽度*/
@media screen and (max-width: 376px){
    .afc-bg {
        margin-top: -20px;
    }
    .container {
        min-width: 85% !important;
    }
    .footer{
        bottom: -40px;
    }
    .body-flex{
        display: block;
    }
}
@media screen and (max-width:1100px){
    .footer{
        bottom: -150px;
    }
    
}
/* 适配 iPhone 6~8P/X/11~14P 宽度*/
@media screen and (min-width: 376px) and (max-width: 425px){
    .afc-bg {
        margin-top: -10px;
    }
    .container {
        min-width: 80% !important;
    }
    .footer{
        bottom: -45px;
    }
    .body-flex{
        display: block;
    }
}


/* 适配横屏 */
/* 移动端 */

@media screen and (max-height: 700px){
    .afc-bg {
        margin-top: -30px;
    }
    .container {
        min-width: 80% !important;
    }
    .footer{
        bottom: -6%;
    }
}

@media screen and (min-height:700px) and (max-height: 775px){
    .afc-bg {
        margin-top: -30px;
    }
    .container {
        min-width: 80% !important;
    }
    .footer{
        bottom: -15%;
    }
}

/* Pad PC (2K)  */
@media screen and (min-width:1100px) and (min-height: 776px){
    .afc-bg {
        margin-top: -30px;
    }

    .footer{
        bottom: -25%;
    }
}