.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.break-words {
    word-break: break-all;
}

.text-custom-main {
    color: #454545;
}

.text-custom-45 {
    color: #454545;
}

.text-custom-blue {
    color: #1E64E4;
}

.text-xs {
    font-size: 0.75rem;
}

.border-t {
    border-top: 1px solid;
}

.border-b {
    border-bottom: 1px solid;
}

.border-custom-gray-ec {
    border-color: #ECECEC;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.font-semibold {
    font-weight: 600;
}

.font-light {
    font-weight: 300;
}

.p-4 {
    padding: 1rem;
}

.border-custom-gray-ee {
    border-color: #EEEEEE;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.hover\:text-custom-blue:hover {
    color: #1E64E4;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* 头部样式 */
.verify-tag-yes {
    padding: 0.19rem 0.31rem;
    border-radius: 0.25rem;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.verify-tag-no {
    padding: 0.19rem 0.31rem;
    border-radius: 0.25rem;
    background-color: #FFEEEE;
    color: #FF4C16;
}

.header-wrapper {
    position: fixed;
    z-index: 4500;
    left: 0;
    right: 0;
    background-color: #fff;
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.header-left {
    flex: 1;
    display: flex;
    align-items: center;
    color: #454545;
    height: 100%;
}

.logo-img {
    width: 9rem;
    height: 1.14rem;
}

.menu-item {
    color: #454545;
}

.header-right {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.login-item {
    color: #1E64E4;
}

.user-wrapper {
    display: flex;
    align-items: center;
}


.user-wrapper .user-avatar {
    width: 1.5rem;
    height: 1.5rem;
}

.user-dropdown-box {
    transition: 0.3s;
    height: 0;
    overflow: hidden;
}

.user-dropdown {
    width: 12.56rem;
    background: #fff;
    overflow: hidden;
    border-radius: 0.75rem;
}

.user-dropdown .user-top {
    background: #F8F8F8;
}

.user-dropdown .user-status.status-1 {
    color: #FF4C16;
}

.user-dropdown .user-status.status-2 {
    color: #1E64E4;
}

.user-dropdown .user-remain .remain-num {
    color: #FF4C16;
}

.user-dropdown .user-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-dropdown .user-bottom .user-menu-item {
    color: #787878;
    cursor: pointer;
}

.user-dropdown .user-bottom .line {
    height: 1rem;
    width: 1px;
    background-color: #EAEAEA;
}

.mobile-menu {
    transition: height 0.5s;
    overflow: hidden;
    height: 0;
    position: fixed;
    inset: 0;
    z-index: 9
}
