html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
	-moz-user-select:none;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0px;
}

.f-j-c {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

@font-face {
    font-family: alibaba;
    src: url(../font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf);
    font-weight: 400
}

body {
    font-family: alibaba;
}

.multi-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* -webkit-box-orient: vertical; */
	margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multi-line-ellipsis4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.header {
    width: 100%;
    padding-bottom: 2rem;
    background: url('../images/bg.png') center no-repeat;
    background-size: cover;
    overflow-x: hidden;
}


.logo {
    width: 9.875rem;
    height: 4.0625rem;
	cursor: pointer;
}

.r-l {
    position: relative;
    width: 8.5rem;
    height: 2.625rem;
    line-height: 2.625rem;
    text-align: center;
    font-size: 1rem;
}

.r-l::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1000px;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
}

.r-l span {
    position: relative;
    flex: 1;
    flex-shrink: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
}

.r-l span:first-child {
    position: relative;
    opacity: .6;
}

/* .r-l span:first-child::after {
    content: "";
    position: absolute;
    top: 0.875rem;
    bottom: 0.875rem;
    right: 0;
    width: 1px;
    transform: scaleX(0.5);
    background: #fff;
} */


.h-l-l {
    max-width: 75rem;
    margin: 1.875rem auto 0;
}

footer {
    width: 100%;
    height: 34.06rem;
    color: #FFFFFF;
    background: url('../images//f_bg.png') center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.f-c {
    margin-top: 6.25rem;
}

.f-c .f-logo {
    width: 11.5rem;
    height: 4.75rem;
}

.f-c h4 {
    margin-top: 1.63rem;
    font-size: 1.75rem;

    line-height: 1.75rem
}

.f-c img {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.5rem
}

.f-cc {
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.f-cc .f-j-c {
    margin-top: 2.5rem;
    text-align: center;
}

.f-cc .f-j-c>div:first-child {
    margin-right: 2.5rem;
}

.f-cc .f-j-c p {
    margin-top: 0.81rem;
    font-size: 0.88rem;
    line-height: 0.88rem;
}

.f-c ul {
    margin-top: 5.19rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1rem;
}

.f-c ul li {
    padding-right: 1.5rem;
    position: relative;
    /* flex: 1 1 1px;  */
}

.f-c ul li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: 0;
    background: #fff;
    transform: scaleX(0.5);
}

.f-c ul li:last-child::after {
    width: 0;
}

.f-c ul li a {
    transition: .3s;
}

.f-c ul li a:hover {
    opacity: .6;
}

.f-c .t-r ul {
    margin: 0;
    justify-content: flex-end;
}

.f-c .c-info {
    margin-top: 4.13rem;
}

.f-c .c-info h4 {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.f-c .c-info p {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1rem;
    opacity: .6;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    transform: scale(1);
    max-height: 100%;
}



.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    position: absolute;
    width: 90%;
    max-width: 480px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1c1e21;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #000;
    background: #f0f2f5;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #4b4f56;
}

.form-group input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border 0.3s;
}

.modal-body .btn {
    padding: 10px 20px;
    background: #1877f2;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.modal-body .btn:hover {
    background: #166fe5;
}


.form-group input:focus {
    border-color: #1877f2;
    outline: none;
}

.form-actions {
    margin-top: 20px;
}

.form-actions button {
    width: 100%;
}

.register-form,
.login-form {
    display: none;
}

.register-form.active,
.login-form.active {
    display: block;
}

.extra-links {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
}

.extra-links a {
    color: #1877f2;
    text-decoration: none;
}

.extra-links a:hover {
    text-decoration: underline;
}



.qr-login-modal {
    width: 90%;
    max-width: 25rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: center;
}

.qr-login-modal .modal-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: .25rem 1.5rem;
}

.qr-login-modal .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;modal-overlay
    font-size: 1.25rem;
    color: #6b7280;
}

.app-logo {
    width: 6.5rem;
    height: 6.5rem;
    margin: 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
}

.app-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111928;
    margin: 0 0 1.5rem;
}

.qr-code-container {
    margin: 0 auto 1rem;
    background: white;
    border: 0.06rem solid #e5e7eb;
    border-radius: 0.5rem;
    display: inline-block;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
	height: 300px;
}

.qr-code {
    width: 100%;
	height: 100%;
    margin: auto;
	
}

.qr-code img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}

.qr-tips {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.25rem;
}

.agreement {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
    font-size: 0.75rem;
    color: #6b7280;
	margin-top: -30px;
}

.agreement-checkbox {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem;
    cursor: pointer;
	background-color: #1877f2;
}

.agreement label {
    cursor: pointer;
}

.agreement-link {
    color: #2656e7;
    text-decoration: none;
}

#loginForm,
#registerForm {
    display: none;
}

#loginForm.active,
#registerForm.active {
    display: block;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.125rem 0;
    z-index: 1000;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.qr-code-text {
    text-align: center;
    font-size: 1.2rem;
}

.head.scrolled {
    padding: 0.375rem 0;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.head .f-j-c {
    margin: 0 auto;
    /* padding: 0.375rem 0; */
}







.head .login {
    cursor: pointer;
    color: #fff;
}

.head .flex {
    align-items: center;
}

.login .flex p {
    margin: 0 0.63rem;
}

.photo {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.login .icon {
    width: 1.13rem;
    height: 1.13rem;
}

.login {
    position: relative;
}

.login:hover .hover-box {
    display: block;
	
}

.hover {
    background: #fff;
    padding: 1rem 1.2rem;
    box-shadow: 0rem 0.38rem 1rem 0rem rgba(38, 40, 45, 0.3);
    border-radius: 0.75rem;
}

.hover .u_icon {
    margin-right: 0.75rem;
    flex-shrink: 0;
    width: 0.88rem;
    height: 0.88rem;
}

.hover .id {
    margin-top: 0.75rem;
    font-size: 0.75rem;
}

.hover .acc {
    margin-left: 0.63rem;
    flex: 1
}

.hover .acc p {
    margin: 0;
}

.hover .id .copy {
    color: #2656E7;
}
.login{
    display: none;
}
.hover .l-i {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    padding: 0.5rem 0;
    background: #E9EDF2;
    border-radius: 100rem;
    transition: background-color 0.3s ease;
}

.hover .l-i:hover {
    background-color: #D6E4FF;
}

.hover .mt {
    margin-top: 1.63rem;
}

.hover-box {
    display: none;
    position: absolute;
    color: #333;
    padding-top: 1.2rem;
    width: 180px;
    /* bottom: -11.8rem; */
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
	top: 2rem;
}

@media screen and (max-width: 1024px) {
    .header {
        padding-bottom: 0;
    }

    .h-l-l {
        max-width: 94%;
        width: 94%;
    }
    .hover-box{
        left: 1.8rem;
    }
    footer {
        height: auto;
        padding-bottom: 2rem;
    }

    .f-c {
        margin-top: 32px;
    }

    .f-c .f-j-c {
        flex-wrap: wrap;
    }

    .f-c h4 {
        margin-top: 12px;
        font-size: 18px;
    }

    .f-cc {
        margin-top: 24px;
    }

    .f-cc .f-j-c {
        margin-top: 12px;
    }

    .f-c ul {
        margin-top: 18px;
    }

    .f-c .c-info p {
        margin-top: 8px;
        line-height: 20px;
    }

    .c-info .t-r {
        margin-top: 1.25rem;
        text-align: left;
    }

    .f-c .t-r ul {
        width: 100%;
        justify-content: flex-start;
    }

    .c-info ul li {
        flex: 1;
        padding: 0;
        text-align: center;
    }
}