.hide-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clamp-txt-two {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp-txt-three {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.base-title {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #111111;
    line-height: 22px;
}

.theme-radius {
    border-radius: 14px;
}

html {
    background: #f0f2f5;
}

.page {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page-main {
    display: flex;
    justify-content: space-between;
}

.page-main-left {
    box-sizing: border-box;
    overflow: hidden;
    width: 843px;
    background: #ffffff;
    border-radius: 12px;
}

.page-main-right {
    width: 343px;
}

[v-cloak] {
    opacity: 0;
}

.back-size {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pointer {
    cursor: pointer;
}

.flex-start {
    display: flex !important;
    align-items: flex-start !important;
}

.mt12 {
    margin-top: 12px;
}
.mr10 {
    margin-right: 10px;
}
.title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #111111;
    line-height: 32px;
}

.empty {
    width: 100%;
    padding: 193px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.empty-text {
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.vip-tags {
    height: 16px;
    margin-left: 8px;
    object-fit: cover;
}
.resizeNone > .el-textarea__inner {
    resize: none;
}

.theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    cursor: pointer;
    color: #fff;
}
.theme-btn:hover {
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    box-shadow: 0px 0px 16px 0px rgb(252 115 2 / 60%);
}
.theme-text {
}
.theme-text:hover {
    color: #fc7102;
}

.background-img {
    position: fixed;
    left: 0;
    bottom: 40px;
    object-fit: cover;
    z-index: -1;
}
.el-dialog {
    border-radius: 12px !important;
}
.header-nav-no-logo {
    width: calc((100vw - 1762px) / 2 + 1200px + 181px) !important;
    margin: 0 !important;
    max-width: unset !important;
}
.header-nav-no-logo + .header-n-login{
    margin-left: 40px !important;
}

.richtext-use{margin-bottom:10px;font-size: 12px;line-height: 20px;color: #EE6800}
.richtext-tip{color: #D0021B}