html,
body {
    height: 100%;
    background: rgb(255, 255, 255);
}

.airback {
    width: 100%;
    height: 120px;
}

.header-section {
    display: flex;
}

.header {
    position: relative;
    margin: auto;
    background: rgb(255, 255, 255);
    z-index: 999;
    justify-content: center;
    top: 0;
    /* transform: translate(-50%, 10%); */
    width: 90%;
    height: 80px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.header a {
    text-decoration: none;
    color: gray;
    transition: all .3s;
}

.header a:hover {
    color: rgb(0, 132, 255);
}


/* .footer-area {
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0; 
    }
    */

html,
body {
    height: 100%;
}

.footer-area {
    position: relative;
    margin-top: 150px;
    bottom: 0;
}

.f-container {
    display: grid;
    place-items: center;
}

.f-container {
    min-height: 100%;
    display: flex;
    /* 容器为flex布局 */
    flex-direction: column;
    /* 方向为纵向，保持正常的从上到下文档流 */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.f-container {
    font-family: SOURCEHANSANSSC-NORMAL;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fa-info h3 {
    font-size: 17px;
}

.fa-info a {
    font-size: 14px;
}

footer {
    color: #000000;
    padding: 20px;
}

footer {
    position: absolute;
    margin-top: auto;
    /* 设置footer的上外边距为auto */
    /* width: 100%; */
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    place-self: center;
}

.footer-area a {
    position: relative;
    /* 设置元素为相对定位，为伪元素提供定位上下文 */
    display: inline-block;
    /* 让元素包裹文本内容，以实现文字下划线 */
    text-decoration: none;
    color: rgb(83, 83, 83);
}

.footer-area a:before {
    content: "";
    /* 生成一个伪元素 */
    position: absolute;
    /* 设置伪元素为绝对定位，相对于包含块 */
    border-radius: 12px;
    top: 20px;
    left: 0;
    /* 将伪元素的左边距设置为0，以实现从左到右的运动效果 */
    width: 0;
    /* 将伪元素的宽度设置为0，初始时不可见 */
    height: 2px;
    /* 设置伪元素的高度为2像素，作为下划线的宽度 */
    background-color: rgb(150, 150, 150);
    /* 设置下划线的颜色为黑色 */
    transition: width 0.3s;
    /* 使用过渡动画实现从0到100%宽度的效果 */
}

.footer-area a:hover:before {
    width: 100%;
    /* 悬停时将伪元素的宽度设置为100%，显示完整的下划线 */
}

.fa-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.f-logo img {
    position: relative;
    width: 90%;
    left: 90px;
}

.xid-header-title {
    margin-top: 100px;
    text-align: center;
    font-size: 72px;
}

.xid-header-title-2 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: SOURCEHANSANSSC-EXTRALIGHT;
}

.id-fg-title-2 {
    text-align: center;
    font-size: 20px;
    font-family: SOURCEHANSANSSC-EXTRALIGHT;
}

.id-forget {
    margin-top: 250px;
    margin-bottom: 250px;
}

.id-fg-icon img {
    margin-bottom: 30px;
    margin-left: 47%;
    padding: 0;
    width: 60px;
}

.id-fg-title {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 45px;
}

.reset-id-password {
    text-align: center;
    font-size: 20px;
    margin: 0;
    margin-top: 50px;
    margin-left: 43.5%;
    border-radius: 80px;
    width: 150px;
    height: 50px;
    background: rgb(15, 0, 180);
    color: #ffffff;
    border: none;
    transition: ease .1s;
}

.reset-id-password:hover {
    background: rgb(72, 55, 255);
}

.reset-id-password:active {
    transform: scale(0.95);
}

.id-banner2 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-template-rows: auto;
    word-wrap: break-word;
}

.id-wspaper {
    width: auto;
    min-height: 280px;
    height: auto;
    padding: 10px;
    padding-bottom: 30px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    margin: auto;
    /* padding: 30px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.id-wspaper:hover {
    /* transform: scale(1.01); */
    box-shadow: 0 0 15px #bfbfbf;
}

.id-banner2 img {
    position: relative;
    left: 25px;
    top: 25px;
    width: 40px;
}

.id-banner2 h4 {
    margin: 0;
    margin-top: 40px;
    margin-left: 30px;
    padding: 0;
    color: rgb(21, 21, 21);
    font-size: 25px;
}

.id-banner2 h5 {
    margin: 0;
    margin-top: 40px;
    margin-left: 30px;
    color: rgb(21, 21, 21);
    font-size: 18px;
    font-weight: normal;
}

.id-banner2 span {
    font-size: 15px;
    margin-left: 30px;
    margin-top: 20px;
    color: rgb(15, 0, 180);
    position: relative;
    /* 设置元素为相对定位，为伪元素提供定位上下文 */
    display: inline-block;
    /* 让元素包裹文本内容，以实现文字下划线 */
    text-decoration: none;
    color: rgb(15, 0, 180);
}

.id-banner2-title {
    margin-top: 100px;
    text-align: center;
    font-size: 45px;
}

.id-banner2 span:before {
    content: "";
    /* 生成一个伪元素 */
    position: absolute;
    /* 设置伪元素为绝对定位，相对于包含块 */
    border-radius: 12px;
    top: 20px;
    left: 0;
    /* 将伪元素的左边距设置为0，以实现从左到右的运动效果 */
    width: 0;
    /* 将伪元素的宽度设置为0，初始时不可见 */
    height: 3px;
    /* 设置伪元素的高度为2像素，作为下划线的宽度 */
    background-color: rgb(15, 0, 180);
    /* 设置下划线的颜色为黑色 */
    transition: width 0.3s;
    /* 使用过渡动画实现从0到100%宽度的效果 */
}

.id-banner2 span:hover:before {
    width: 100%;
    /* 悬停时将伪元素的宽度设置为100%，显示完整的下划线 */
}

.id-banner span {
    margin-top: 30px;
    margin-left: 41%;
    font-size: 20px;
    color: rgb(15, 0, 180);
}

.id-banner span {
    position: relative;
    /* 设置元素为相对定位，为伪元素提供定位上下文 */
    display: inline-block;
    /* 让元素包裹文本内容，以实现文字下划线 */
    text-decoration: none;
    color: rgb(15, 0, 180);
}

.id-banner span:before {
    content: "";
    /* 生成一个伪元素 */
    position: absolute;
    /* 设置伪元素为绝对定位，相对于包含块 */
    border-radius: 12px;
    top: 28px;
    left: 0;
    /* 将伪元素的左边距设置为0，以实现从左到右的运动效果 */
    width: 0;
    /* 将伪元素的宽度设置为0，初始时不可见 */
    height: 3px;
    /* 设置伪元素的高度为2像素，作为下划线的宽度 */
    background-color: rgb(15, 0, 180);
    /* 设置下划线的颜色为黑色 */
    transition: width 0.3s;
    /* 使用过渡动画实现从0到100%宽度的效果 */
}

.id-banner span:hover:before {
    width: 100%;
    /* 悬停时将伪元素的宽度设置为100%，显示完整的下划线 */
}