<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 鐧诲綍銆佹敞鍐屻€佸瘑鐮佹壘鍥�
 */
.user-form-content-container {
    position: relative;
}

/**
 * 鐧诲綍椤甸潰绐楀彛楂樺害鍥哄畾
 */
.user-login-content-container {
    min-height: 43rem;
}
.user-login-content-container.not-login-verify {
    min-height: 39rem;
}
.user-login-content-container .bottom-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/**
 * 搴曢儴鍐呭澶勭悊
 */
.footer-nav-content,
.friendship-list {
	display: none;
}
.am-footer-default,
.am-footer-miscs &gt; .am-container {
	border-top: 0;
}
.am-footer-default {
    background: var(--body-bg-color);
}</pre></body></html>