/* HomeModules 核心样式：唯一 CSS 入口，已合并并去重各首页模块样式。 */

/* ========== Core ========== */
.dahai-scroll-screen .wrapper,
.dahai-scroll-screen .wrapper .box {
    width: 100% !important;
    box-shadow: none;
}

.home-homevip-boxmks li em,
.home-homevip-boxmks li em span p {
    display: flex;
    font-size: 14px;
    font-weight: 100;
}

/* ========== broadcast ========== */
:root {
    --hover: all .4s ease-out;
    --boxshow: 0 7px 20px 1px #b8b0db30;
    --border: 8px solid #fff;
    --bbshadow: 0 0 10px -4px rgba(0, 0, 0, .1);
    --border-fff: 1px solid #F7F9FA;
    --border-000: 1px solid rgba(0, 102, 255, .18)
}

.guangbo {
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: grid;
    justify-items: center;
    background-color: rgba(220, 225, 249, .9);
    border-radius: 5px;
    transition: var(--hover);
    border: var(--border-fff);
    box-shadow: var(--bbshadow)
}

.guangbo:hover {
    border: var(--border-000)
}

.guangbo.hidden {
    display: none
}

.guangbo-hw {
    flex: 1;
    display: grid;
    align-items: center;
    grid-template-columns: auto 5fr 30px auto;
    gap: 15px;
    height: 100%;
    width: 98%
}

.guangbo-hw>div {
    height: 70%
}

.guangbo-title {
    display: grid;
    grid-template-columns: 23px auto 1fr;
    gap: 4px;
    width: 100%;
    align-items: center;
    background-image: linear-gradient(146deg, #d1d1cf 0%, #3ee4ff 74%);
    border-radius: 5px;
    padding: 0 3px
}

.guagnbo-o {
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear 0s infinite normal none running kuaibao-yuandian;
    margin: 2px 1px 0;
    width: .5rem;
    height: .5rem;
    transition: all .4s ease-out
}

.guangbo-font {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

.guangbo-content {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start
}

.guangbo-content-user {
    display: grid;
    align-items: center;
    grid-template-columns: auto 5px 70px;
    max-width: 220px;
    justify-items: center
}

.guangbo-user {
    max-width: 145px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #4E5358
}

.guangbo-fabiao {
    background-color: rgb(200 207 237);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0, 0, 0, .25);
    padding: 0 5px 1px;
    border-radius: 2px;
    margin-left: 6px
}

.guangbo-content-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    font-weight: 600;
    color: #4E5358
}

.guangbo-content-title a:hover {
    color: rgba(255, 255, 255, .8)
}

.guangbo-button {
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-image: linear-gradient(140deg, #e1e1be 0%, #43aadb 74%);
    transition: var(--hover)
}

.guangbo-button:hover {
    border-radius: 50px
}

.guangbo-number {
    max-width: 470px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
    justify-items: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.guangbo-number>span span {
    font-weight: 600;
    padding: 0 3px;
    border-radius: 3px;
    color: #536de6;
    background-color: rgba(83, 109, 230, .18);
    margin: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/* ========== scroll-screen ========== */
.home_row {
    margin-top: 16px
}

.home_row_0 {
    margin-top: 3px
}

.dahai-scroll-screen .box {
    box-shadow: none
}

.lazy {
    opacity: 1
}

.sc-1wssj0-17 img {
    width: auto
}

.item.scroll {
    left: 0;
    width: 100%;
    height: var(--dahai-scroll-height, 260px);
    pointer-events: none;
    transition: opacity .3s ease 0s;
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #000;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: none
}

.dahai-scroll-bg-track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: max-content;
    height: 100%;
    animation: banner var(--dahai-scroll-duration, 40s) linear infinite;
    will-change: transform;
}

.item.scroll .scroll-image {
    display: block;
    flex: 0 0 auto;
    width: auto;
    min-width: 100vw;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    border: 0
}

.hVBrzU {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    white-space: normal;
    box-sizing: border-box;
}

.dahai-scroll-screen .wrapper,
.dahai-scroll-screen .wrapper .box {
    width: 100% !important;
    box-shadow: none
}

/* ========== search-extend ========== */
.sort {
    position: relative;
    z-index: 3;
    padding: 26px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.sort-config {
    display: flex;
    justify-content: space-between
}

.sort-config>li {
    flex: 1;
    overflow: hidden;
    height: 100%
}

.sort-config-item {
    display: block;
    height: 100%
}

.sort-config-item img {
    float: left;
    width: 62px;
    height: 62px;
    margin-right: 12px
}

.sort-config-title {
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    color: #2D2d2d;
    transition: .3s
}

.sort-config-desc {
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #8e8e8e
}

.sort-config-title .go {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    transform: scale(.9);
    font-weight: normal;
    padding: 2px 5px;
    position: absolute;
    line-height: 15px;
    margin-left: 5px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 7px
}

.sort-blocks {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-top: 35px
}

.bt-body {
    padding-bottom: 0;
    background: transparent;
    width: calc(100% - 376px)
}

.containerrr {
    margin: 0 auto;
    width: 100%
}

.card_ZQsT- {
    height: 192px;
    width: 128px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 4%);
    background: #fff;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 16px;
    margin-right: 16px;
    text-decoration: none;
    transition: all .3s
}

.card_ZQsT-:hover {
    transform: translateY(-3px)
}

.card_ZQsT- img {
    height: 180px;
    width: 100%
}

.card_ZQsT- .title_3qCGt {
    font-size: 14px;
    color: #222;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    width: 100%;
    position: absolute;
    display: block;
    margin-top: -35px
}

.tipss {
    position: absolute;
    top: 6px;
    left: 6px;
    min-width: 52px;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    padding: 0 8px
}

.jiaobiao_color6 {
    background: #00d084
}

.jiaobiao_color4 {
    background: #ff6900
}

.jiaobiao_color3 {
    background: #fcb900
}

.srot-mine {
    position: relative;
    width: 376px;
    background: linear-gradient(90deg, #fdf8eb, #feeec3);
    height: 180px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 4%)
}

.srot-mine-bg {
    position: absolute;
    top: 13px;
    right: -13px;
    width: 118px;
    height: 78px;
    background: url(../../images/dahai/home/sort_zuanshi.png) no-repeat;
    background-size: cover
}

.sort-mine-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 12px 16px 15px
}

.sort-mine-wrap img {
    display: flex;
    width: auto
}

.srot-mine-tit {
    display: flex;
    line-height: 25px
}

.srot-mine-ava {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.srot-mine-tit>span {
    margin-left: 9px;
    font-size: 15px;
    font-weight: 600;
    color: #613c14
}

.srot-mine-vips {
    display: flex;
    justify-content: space-between;
    width: 337px;
    margin: 15px 0 5px
}

.sort-vips-item {
    display: block;
    flex: 1;
    text-align: center
}

.sort-vips-item.dahai-vip-owned {
    cursor: default;
}

.sort-vips-item.dahai-vip-owned .sort-vips-tit2-wk {
    opacity: 1;
    background: linear-gradient(135deg, #f6c66a 0%, #d39127 100%);
}

.sort-vips-icon {
    display: block;
    width: 32px;
    height: 36px;
    margin: 0 auto;
    transition: .3s;
    margin-left: 30px
}

.sort-vips-tit {
    margin: 15px 0;
    line-height: 12px;
    font-size: 13px;
    color: #613c14;
    margin-left: 10px
}

.sort-vips-tit2-wk {
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    color: #fff;
    border-radius: 33px;
    font-size: 14px;
    opacity: .5;
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, .40) 0%, rgba(0, 0, 0, .25) 200%);
    background-blend-mode: multiply;
    margin: 10px 0 0 9px
}

.dahai-search-extend .card_ZQsT- .tipss {
    position: absolute;
    top: 6px;
    right: auto;
    left: 6px;
    z-index: 2;
    width: auto;
    min-width: 52px;
    height: auto;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    padding: 0 8px;
    text-align: center;
    transform: none;
    -webkit-transform: none
}

.dahai-search-extend .card_ZQsT- .jiaobiao_color6 {
    background: #00d084
}

.dahai-search-extend .card_ZQsT- .jiaobiao_color4 {
    background: #ff6900
}

.dahai-search-extend .card_ZQsT- .jiaobiao_color3 {
    background: #fcb900
}

.dahai-search-card-carousel {
    position: relative;
    width: 100%;
    overflow: hidden
}

.dahai-search-swiper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.dahai-search-carousel-track {
    display: flex;
    width: 100%;
    transition: transform .45s ease;
    will-change: transform
}

.dahai-search-carousel-slide {
    flex: 0 0 calc(100% / var(--dahai-search-visible-desktop, 4));
    box-sizing: border-box;
    padding-right: 16px
}

.dahai-search-carousel-slide .card_gundong {
    display: block;
    width: 100%;
    height: 180px;
    margin: 0;
    text-align: center
}

.dahai-search-carousel-slide .swiper-slideimg {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover
}

.dahai-search-carousel-prev,
.dahai-search-carousel-next {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s
}

.dahai-search-carousel-prev:hover,
.dahai-search-carousel-next:hover {
    background: var(--b2color)
}

.dahai-search-carousel-prev {
    left: 8px
}

.dahai-search-carousel-next {
    right: 8px
}

.dahai-search-carousel-prev .jitheme_swiper_jt,
.dahai-search-carousel-next .jitheme_swiper_jt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

/* ========== user-rank ========== */
.hot-top .left {
    height: 100%
}

.hot-top .right {
    float: left;
    width: calc(100% - 147px);
    margin-left: 26px;
    height: 100%
}

.hot-top .right .top-ul li a h3 {
    margin-top: 7px;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    text-align: center
}

.hot-top {
    width: 1500px;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 22px 20px;
    position: relative;
    height: 130px;
    overflow: hidden;
    border-radius: 10px
}

.hot-top .tg-ph {
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px
}

.hot-top .left a {
    display: block;
    width: 121px;
    height: 45px;
    line-height: 45px;
    background: #f6f6f6;
    text-align: center;
    font-size: 15px;
    color: #989898;
    margin-bottom: 13px;
    cursor: pointer;
    border-radius: 10px
}

.hot-top .left a:last-child {
    margin-bottom: 0
}

.hot-top .left .hover {
    background: var(--b2color);
    color: #fff;
    position: relative
}

.hot-top .left .hover:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--b2color);
    position: absolute;
    top: 15.5px;
    right: -10px;
    z-index: 1
}

.hot-top .right-main {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 30px
}

.hot-top .right-main:last-child {
    margin-bottom: 0
}

.hot-top .right-overflow {
    transition: .4s all;
    transform: translateY(0)
}

.hot-top .right .top-ul {
    height: 130px;
    overflow: hidden
}

.hot-top .right .top-ul li {
    width: 78px;
    margin: 0 20px;
    display: inline-block
}

.hot-top .right .top-ul li:nth-child(10n) {
    margin-right: 0
}

.hot-top .right .top-ul li a {
    display: block
}

.hot-top .right .top-ul li a .list-img {
    width: 100%;
    height: 78px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px
}

.hot-top .right .top-ul li a .list-img img {
    width: 100%
}

.hot-top .right .top-ul li a .list-img img:hover {
    opacity: .8
}

span.note {
    position: absolute;
    top: 10px;
    right: -50px;
    z-index: 1;
    width: 140px;
    height: 25px;
    background: var(--b2color);
    color: #fff;
    line-height: 25px;
    transform: rotate(45deg);
    text-align: center;
    font-size: 12px
}

img.yuan {
    border-radius: 10%;
    animation: light 4s ease-in-out infinite;
    transition: all .15s ease
}

img.yuan:active {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .4);
    filter: brightness(1.3)
}


/* 注册用户拓展列表高度修复 */
.dahai-user-rank.hot-top .right{height:130px;overflow:hidden;}
.dahai-user-rank.hot-top .right-overflow{transform:none!important;margin-top:0!important;top:auto!important;}
.dahai-user-rank.hot-top .right-main{height:130px!important;margin-bottom:0!important;overflow:hidden!important;}
.dahai-user-rank.hot-top .right .top-ul{height:130px!important;overflow:hidden!important;}
/* ========== vip-cards ========== */
.one-background-default {
    background-color: #fff
}

.one-home-homevip {
    background-repeat: no-repeat;
    background-position: center
}

.home-homevip-boxmk {
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
    padding: 20px;
    overflow: hidden !important;
    position: relative
}

.home-homevip-boxmk img {
    display: block;
    margin: 20px auto 10px
}

.dahai-vip-cards .home-homevip-boxmk img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain
}

.home-homevip-boxmktitle {
    text-align: center;
    position: relative;
    padding-bottom: 20px
}

.home-homevip-boxmktitle .price {
    font-size: 16px;
    margin-bottom: 15px
}

.home-homevip-boxmktitle .price strong {
    font-size: 43px;
    margin: 0 5px;
    font-weight: bolder !important;
    color: var(--b2color)
}

.home-homevip-boxmktitle p {
    font-size: 14px;
    line-height: 27px;
    background-color: #f7faff;
    color: var(--b2color);
    border-radius: 50px
}

.home-homevip-boxmk a {
    align-items: center;
    margin: 0 auto 18px;
    text-align: center;
    border-radius: 4px;
    line-height: 44px;
    letter-spacing: 2.4px;
    color: #fff;
    padding: 8px 100px;
    position: relative;
    white-space: nowrap;
    top: 8px;
    background: var(--b2color)
}

.home-homevip-boxmk:hover a {
    opacity: .8
}

.home-homevip-boxmks span {
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    font-weight: 700;
    margin-right: 3px
}

.home-homevip-boxmks li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
    margin: 0 5px;
    line-height: 45px;
    padding: 0 15px
}

.home-homevip-boxmks li:last-child {
    margin-bottom: 0
}

.home-homevip-boxmks li em {
    margin-top: 0
}

.home-homevip-boxmks li:nth-child(even) {
    background-color: #eeeeee80
}

.onecad_vips_title {
    margin: 0 -20px;
    padding: 0 0 10px 27px;
    text-align: left
}

.vip_tj {
    position: absolute;
    top: 15px;
    right: -40px;
    overflow: hidden !important;
    z-index: 1;
    width: 150px;
    height: 30px;
    background: var(--b2color);
    color: #fff;
    line-height: 30px;
    transform: rotate(45deg);
    text-align: center;
    font-size: 14px
}

.one-width-1 {
    width: calc(25% - 16px);
    margin-left: 10px
}

.one-dongtai {
    transition: all .3s ease 0s
}

.one-dongtai:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transform: translateY(-3px)
}

.one-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -16px
}

.one-container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto
}

.one-home-title {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 20px;
}

.one-home-title span {
    font-size: 28px;
    font-weight: 700;
    color: #0b1d30
}

.one-home-title p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 14px;
    line-height: 25px
}

.home-homevip-boxmks li em,
.home-homevip-boxmks li em span p {
    display: flex;
    font-size: 14px;
    font-weight: 100
}

/* ========== index-search ========== */
.dahai-index-search-fullwidth {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

.dahai-index-search-fullwidth .home-row-left,
.dahai-index-search-fullwidth .content-area,
.dahai-index-search-fullwidth .html-box,
.dahai-index-search-fullwidth #page-wrapper,
.dahai-index-search-fullwidth .home-banner {
    width: 100%;
    max-width: none;
}

#page-wrapper {
    min-height: 100%;
    margin-top: -10px
}

.home-banner {
    height: 600px;
    position: relative;
    z-index: 1;
    background-position: 0 100%;
    animation: gradient 12s ease-in-out infinite;
    margin-bottom: 20px;
}

.home-banner .section {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 600px;
    height: 100vh
}

.home-banner .section .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0
}

.home-banner .section .video-wrapper video {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover
}

.home-banner .section .video-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0 0 0 / 29%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-banner .corner {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: url(../../images/dahai/site/corner-8k.gif) no-repeat;
    background-size: 100%;
}

.home-banner>.layout-center {
    height: 100%
}

.home-banner-content {
    padding-top: 121px;
    margin-bottom: 47px;
    margin-left: 222px;
}

.home-banner-content .slogan-text p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 6px;
    color: #fff
}

.home-banner-content .slogan-text p:nth-of-type(1) {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    margin-bottom: 15px
}

.home-banner-search {
    width: 800px;
    margin-left: 222px;
    height: auto;
    margin-top: -10px;
}

.home-banner-search form {
    margin-bottom: 10px
}

.home-banner-search form>input {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 18px 22px;
    font-size: 14px;
    color: #333
}

.home-banner-search form>input::placeholder {
    color: #979797
}

.home-banner-search .hot-top {
    position: absolute;
    top: 13px;
    right: 115px;
    font-size: 13px
}

.home-banner-search .hot-top i {
    margin-right: 4px
}

.home-banner-links {
    width: 80%;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .27)
}

.dahai-hot-prefix-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1;
    vertical-align: -1px;
}

.home-banner-links a {
    margin-right: 19px;
    color: inherit
}

.home-banner-links a:hover {
    color: #35eee3
}

.home-banner .search-types-cycles {
    width: 106px;
    height: 290px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(53, 238, 227, .1445) 51.04%, rgba(0, 0, 0, 0) 100%);
    left: 630px;
    top: -135px;
    text-align: center;
    z-index: -1
}

.home-banner .search-types-cycles ul {
    width: 100%;
    height: 100%;
    padding-top: 5px
}

.home-banner .search-types-cycles ul:after,
.home-banner .search-types-cycles ul:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0, transparent 0, #35eee3 50%, transparent 100%)
}

.home-banner .search-types-cycles ul:after {
    left: auto;
    right: 0
}

.home-banner .search-types-cycles ul li {
    height: 45px !important;
    line-height: 40px !important;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    cursor: pointer;
    user-select: none
}

.layout-center {
    width: 1200px;
    margin: 0 auto
}

.iblock {
    display: inline-block
}

.line-one {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.primary-menus .left-cont button {
    height: 48px;
    box-sizing: border-box;
    min-width: 100px;
    margin-left: -5px;
    cursor: pointer;
    background-color: #65d0c5;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #65d0c5;
    border-radius: 1px;
    padding: 0 15px;
    width: 106px;
    transform: translateY(0px)
}

.home-banner .search-types-cycles ul li:hover {
    color: #35eee3
}

.home-banner .search-types-cycles ul li:nth-of-type(4) {
    height: 80px;
    line-height: 80px
}

.home-banner .search-types-cycles ul li a {
    color: rgba(255, 255, 255, .6);
    transition: none
}

.home-banner .search-types-cycles ul li a:hover {
    color: #35eee3
}

.home-banner .search-types-cycles button:hover {
    background: #46dacf !important;
    opacity: 1;
    transition: opacity .2s
}

.home-banner .search-types-cycles button i {
    font-size: 18px;
    color: #fff;
    margin-right: 6px
}

.home-banner .search-types-cycles button span {
    font-size: 16px;
    color: #fff
}

.home-banner:after {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #282a30ab 0, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    z-index: 0
}

.home-banner-search>form>button {
    box-sizing: border-box;
    min-width: 100px;
    transform: translateY(0px);
    font-size: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
    border: 1px solid #23d1c3;
    padding: 0 15px;
    width: 147px;
    height: 56px;
    background: linear-gradient(90deg, #35eee3 0, #21cec0 100%);
    border-radius: 0 8px 8px px 0;
    right: 0;
    text-align: center;
    padding-left: 25px;
    margin-right: -7px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.home-banner-search .search.hidden {
    display: none
}

.por {
    position: relative
}

.poa {
    position: absolute
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.comic-brutal-button-container {
    --primary-color: #ff3d3d;
    --secondary-color: #3d3dff;
    --text-color: #000000;
    --accent-color: #ffef00;
    --panel-color: #ffffff;
    --shadow-color: rgba(0, 0, 0, 0.75);

    position: relative;
    left: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    margin-top: -210px;
}

.comic-brutal-button {
    position: relative;
    font-size: 1.5em;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    transform: rotate(-2deg);
    transform-origin: center;
    transition: transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.button-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 0.8em 1.5em;
    z-index: 3;
    overflow: hidden;
    transform: skew(-3deg, 1deg);
    transition: transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
    clip-path: polygon(0% 10%,
            3% 0%,
            97% 0%,
            100% 10%,
            100% 90%,
            97% 100%,
            3% 100%,
            0% 90%);
}

.button-text {
    position: relative;
    font-weight: 900;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 5;
    color: var(--text-color);
    text-shadow:
        0.05em 0.05em 0 var(--panel-color),
        -0.05em -0.05em 0 var(--panel-color),
        0.05em -0.05em 0 var(--panel-color),
        -0.05em 0.05em 0 var(--panel-color);
    transform: rotate(2deg);
}

.button-frame {
    position: absolute;
    top: -0.3em;
    left: -0.3em;
    right: -0.3em;
    bottom: -0.3em;
    background-color: var(--accent-color);
    border: 0.15em solid var(--text-color);
    z-index: 1;
    transition: transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.button-shadow {
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    right: -0.4em;
    bottom: -0.4em;
    background-color: var(--shadow-color);
    z-index: 0;
    transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.halftone-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 30% 30%,
            rgba(0, 0, 0, 0.2) 0.1em,
            transparent 0.1em);
    background-size: 0.5em 0.5em;
    background-position: 0 0;
    opacity: 0.3;
    z-index: 2;
    mix-blend-mode: multiply;
}

.ink-splatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
    background: radial-gradient(circle at 20% 30%,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.08) 20%,
            transparent 50%),
        radial-gradient(circle at 70% 65%,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.08) 25%,
            transparent 50%),
        radial-gradient(circle at 40% 50%,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.08) 30%,
            transparent 60%),
        radial-gradient(circle at 85% 15%,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.08) 15%,
            transparent 40%);
}

.tooltip {
    visibility: hidden;
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #6a5acd;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 220px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: bounce 0.6s infinite alternate;
    font-family: "Roboto", sans-serif;
    z-index: 10;
}

.tooltip::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.tooltip::after {
    content: "POW!";
    position: absolute;
    top: -25px;
    right: -25px;
    background: #ff6347;
    color: white;
    padding: 8px 12px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(15deg);
    font-family: "Comic Neue", cursive;
}

.comic-brutal-button:hover .tooltip {
    visibility: visible;
}

.star {
    position: absolute;
    color: #ffd700;
    animation: twinkle 1s infinite alternate;
}

.star:nth-child(1) {
    top: -10px;
    left: 10px;
}

.star:nth-child(2) {
    top: 10px;
    right: 10px;
}

.star:nth-child(3) {
    bottom: -10px;
    left: 30px;
}

.comic-brutal-button:hover {
    transform: rotate(-1deg) scale(1.05);
}

.comic-brutal-button:hover .button-inner {
    transform: skew(-5deg, 2deg);
    background-color: var(--secondary-color);
}

.comic-brutal-button:hover .button-text {
    color: var(--panel-color);
    text-shadow:
        0.05em 0.05em 0 var(--text-color),
        -0.05em -0.05em 0 var(--text-color),
        0.05em -0.05em 0 var(--text-color),
        -0.05em 0.05em 0 var(--text-color);
}

.comic-brutal-button:hover .button-shadow {
    transform: translate(0.2em, 0.2em);
}

.comic-brutal-button:hover .ink-splatter {
    opacity: 1;
}

.comic-brutal-button:focus {
    outline: none;
}

.comic-brutal-button:focus .button-frame {
    border-color: var(--secondary-color);
}

.comic-brutal-button:active {
    transform: rotate(0) scale(0.98);
}

.comic-brutal-button:active .button-inner {
    transform: skew(0, 0);
}

.comic-brutal-button:active .button-shadow {
    transform: translate(0.1em, 0.1em);
}

.comic-brutal-button:active .button-text {
    animation: burst 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.comic-brutal-button:focus::after {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.5em;
    border: 0.15em dashed var(--text-color);
    z-index: 0;
    animation: dash 1s linear infinite;
    pointer-events: none;
}

.comic-brutal-button::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0.8em;
    width: 1em;
    height: 1em;
    background-color: var(--accent-color);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.comic-brutal-button:hover::before {
    opacity: 0.7;
}

.comic-brutal-button:active::before {
    content: "";
    position: absolute;
    top: -1em;
    left: -1em;
    right: -1em;
    bottom: -1em;
    background-image: radial-gradient(var(--text-color) 0%, transparent 70%),
        repeating-conic-gradient(transparent 0%,
            transparent 5%,
            var(--text-color) 5%,
            var(--text-color) 6%);
    opacity: 0;
    z-index: 6;
    mix-blend-mode: overlay;
    pointer-events: none;
    animation: action-lines 0.5s ease-out forwards;
}

#ghost {
    position: relative;
    scale: 0.8;
    margin-top: 10%;
    margin-left: 150%;
}

#red {
    animation: upNDown infinite 0.5s;
    position: relative;
    width: 140px;
    height: 140px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas:
        "a1  a2  a3  a4  a5  top0  top0  top0  top0  a10 a11 a12 a13 a14"
        "b1  b2  b3  top1 top1 top1 top1 top1 top1 top1 top1 b12 b13 b14"
        "c1 c2 top2 top2 top2 top2 top2 top2 top2 top2 top2 top2 c13 c14"
        "d1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 d14"
        "e1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 e14"
        "f1 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 top3 f14"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4 top4"
        "st0 st0 an4 st1 an7 st2 an10 an10 st3 an13 st4 an16 st5 st5"
        "an1 an2 an3 an5 an6 an8 an9 an9 an11 an12 an14 an15 an17 an18";
}

#top0,
#top1,
#top2,
#top3,
#top4,
#st0,
#st1,
#st2,
#st3,
#st4,
#st5 {
    background-color: red;
}

#top0 {
    grid-area: top0;
}

#top1 {
    grid-area: top1;
}

#top2 {
    grid-area: top2;
}

#top3 {
    grid-area: top3;
}

#top4 {
    grid-area: top4;
}

#st0 {
    grid-area: st0;
}

#st1 {
    grid-area: st1;
}

#st2 {
    grid-area: st2;
}

#st3 {
    grid-area: st3;
}

#st4 {
    grid-area: st4;
}

#st5 {
    grid-area: st5;
}

#an1 {
    grid-area: an1;
    animation: flicker0 infinite 0.5s;
}

#an18 {
    grid-area: an18;
    animation: flicker0 infinite 0.5s;
}

#an2 {
    grid-area: an2;
    animation: flicker1 infinite 0.5s;
}

#an17 {
    grid-area: an17;
    animation: flicker1 infinite 0.5s;
}

#an3 {
    grid-area: an3;
    animation: flicker1 infinite 0.5s;
}

#an16 {
    grid-area: an16;
    animation: flicker1 infinite 0.5s;
}

#an4 {
    grid-area: an4;
    animation: flicker1 infinite 0.5s;
}

#an15 {
    grid-area: an15;
    animation: flicker1 infinite 0.5s;
}

#an6 {
    grid-area: an6;
    animation: flicker0 infinite 0.5s;
}

#an12 {
    grid-area: an12;
    animation: flicker0 infinite 0.5s;
}

#an7 {
    grid-area: an7;
    animation: flicker0 infinite 0.5s;
}

#an13 {
    grid-area: an13;
    animation: flicker0 infinite 0.5s;
}

#an9 {
    grid-area: an9;
    animation: flicker1 infinite 0.5s;
}

#an10 {
    grid-area: an10;
    animation: flicker1 infinite 0.5s;
}

#an8 {
    grid-area: an8;
    animation: flicker0 infinite 0.5s;
}

#an11 {
    grid-area: an11;
    animation: flicker0 infinite 0.5s;
}

#eye {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 10px;
}

#eye::before {
    content: "";
    background-color: white;
    width: 20px;
    height: 50px;
    transform: translateX(10px);
    display: block;
    position: absolute;
}

#eye::after {
    content: "";
    background-color: white;
    width: 40px;
    height: 30px;
    transform: translateY(10px);
    display: block;
    position: absolute;
}

#eye1 {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
}

#eye1::before {
    content: "";
    background-color: white;
    width: 20px;
    height: 50px;
    transform: translateX(10px);
    display: block;
    position: absolute;
}

#eye1::after {
    content: "";
    background-color: white;
    width: 40px;
    height: 30px;
    transform: translateY(10px);
    display: block;
    position: absolute;
}

#pupil {
    width: 20px;
    height: 20px;
    background-color: blue;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 1;
    animation: eyesMovement infinite 3s;
}

#pupil1 {
    width: 20px;
    height: 20px;
    background-color: blue;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    animation: eyesMovement infinite 3s;
}

#shadow {
    background-color: black;
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 50%;
    transform: rotateX(80deg);
    filter: blur(20px);
    top: 80%;
    animation: shadowMovement infinite 0.5s;
}

/* ========== hot-user ========== */
#Onecad_hotuser .post-modules-top {
    margin-bottom: 18px;
}

#Onecad_hotuser .modules-title-box .module-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

#Onecad_hotuser .modules-title-box .module-desc {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

#Onecad_hotuser i.b2-vrenzhengguanli {
    position: static;
    bottom: -4px;
    right: -4px;
    font-weight: 400;
    line-height: 25px;
    background: #fff;
    border-radius: 100%;
    width: 25PX;
    height: 25px;
    display: inline-block;
    font-size: 25px;
    color: #ff3a55 !important;
}

.our-team {
    padding: 20px 0 0px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.demo .user-s-info-name {
    margin-top: 0px;
    display: flex;
    flex-flow: column;
    margin-left: 0px;
}

.demo .user-s-info-desc {
    font-size: 13px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    color: #bcbcbc;
    height: 55px;
    line-height: 19px;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s
}

.our-team:hover .pic:before {
    height: 100%
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}


.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    vertical-align: top;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 8px #f7f5ec;
    transform: scale(0.8)
}


.our-team .title {
    font-size: 18px;
    font-weight: 500;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    height: 29px;
}


.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s
}

.our-team:hover .social {
    bottom: 0
}


.user-s-follow a {
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    white-space: nowrap;
    border-radius: 5px
}

.our-team .pic:before,
.our-team .social,
.our-team .pic:after {
    background: #ff3c56;
    color: #fff;
}

/* ========== site-count ========== */
.siteCount {
    position: relative;
    padding: 60px 0;
    margin-top: 30px;
}

.siteCount .cover {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.siteCount .wrapper {
    position: relative;
    z-index: 5;
}

.siteCount ul {
    display: flex;
}

.siteCount ul li {
    width: 20%;
    color: #fff;
    text-align: center;
}

.siteCount ul li b {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.siteCount ul li span {
    font-size: 48px;
    font-family: Arial;
}

.siteCount .join-vip {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.siteCount .join-vip a {
    display: inline-block;
    border: 0;
    transition: all .3s;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: .5px;
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    color: #fff;
}

.siteCount .join-vip a:hover {
    transform: translateY(-3px);
}

.siteCount .join-vip p {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: .5px;
    font-family: Arial;
}

/* ========== Media / Keyframes ========== */
/* ---------- home-modules.css ---------- */
@media screen and (max-width:1366px) {
    .containerrr {
        width: 830px
    }

    .srot-mine {
        width: 355px
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .dahai-search-extend .sort {
        margin-top: 0 !important;
        padding: 15px
    }

    .sort-config,
    .sort-blocks {
        flex-direction: column;
        gap: 15px
    }

    .bt-body,
    .srot-mine {
        width: 100%
    }

    .containerrr {
        width: 100%;
        overflow: auto
    }


    .srot-mine-vips {
        width: 100%
    }
}

/* ---------- home-modules.css ---------- */
@keyframes kuaibao-yuandian {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .guangbo {
        height: auto;
        padding: 8px 0
    }

    .guangbo-hw {
        grid-template-columns: 1fr;
        gap: 6px
    }

    .guangbo-number {
        max-width: 100%;
        font-size: 12px
    }

    .guangbo-content-user {
        display: none
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .hot-top {
        height: auto
    }

    .hot-top .left,
    .hot-top .right {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .hot-top .left {
        display: flex;
        gap: 10px;
        margin-bottom: 12px
    }

    .hot-top .left a {
        margin-bottom: 0
    }

    .hot-top .right .top-ul {
        height: auto;
        white-space: nowrap;
        overflow: auto
    }

    .hot-top .right .top-ul li {
        margin: 0 8px
    }
}

/* ---------- home-modules.css ---------- */
@keyframes banner {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100vw)
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .item.scroll {
        height: 180px
    }

    .hVBrzU img {
        max-width: 80%
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .one-width-1 {
        width: 90% !important;
        margin: 0 auto 20px;
        padding: 10px
    }

    .home-homevip-boxmk a {
        padding: 8px 40px
    }
}

/* ---------- home-modules.css ---------- */


/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .guangbo {
        height: auto;
        padding: 8px 0
    }

    .guangbo-hw {
        grid-template-columns: 1fr;
        gap: 6px
    }

    .guangbo-number {
        max-width: 100%;
        font-size: 12px
    }

    .guangbo-content-user {
        display: none
    }
}

/* ---------- home-modules.css ---------- */


/* ---------- home-modules.css ---------- */
@media screen and (max-width:1366px) {
    .containerrr {
        width: 830px
    }

    .srot-mine {
        width: 355px
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:1200px) {
    .dahai-search-carousel-slide {
        flex-basis: calc(100% / var(--dahai-search-visible-tablet, 2))
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .dahai-search-extend .sort {
        margin-top: 0 !important;
        padding: 15px
    }

    .sort-config,
    .sort-blocks {
        flex-direction: column;
        gap: 15px
    }

    .bt-body,
    .srot-mine {
        width: 100%
    }

    .containerrr {
        width: 100%;
        overflow: hidden
    }

    .dahai-search-carousel-slide {
        flex-basis: calc(100% / var(--dahai-search-visible-mobile, 1));
        padding-right: 0
    }

    .dahai-search-carousel-slide .card_gundong {
        height: 180px
    }

    .srot-mine-vips {
        width: 100%
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width:768px) {
    .hot-top {
        height: auto
    }

    .hot-top .left,
    .hot-top .right {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .hot-top .left {
        display: flex;
        gap: 10px;
        margin-bottom: 12px
    }

    .hot-top .left a {
        margin-bottom: 0
    }

    .hot-top .right .top-ul {
        height: auto;
        white-space: nowrap;
        overflow: auto
    }

    .hot-top .right .top-ul li {
        margin: 0 8px
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width: 768px) {
    .one-width-1 {
        width: 90% !important;
        margin: 0 auto 20px;
        padding: 10px
    }

    .home-homevip-boxmk a {
        padding: 8px 40px
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width: 768px) {
    .home-banner-links {
        width: 100% !important;
    }

    .home-banner-content .slogan-text p {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 3px !important;
        text-shadow: 0 2px 4px rgb(0 0 0 / 25%);
        margin-bottom: 0px !important;
    }

    .home-banner-content,
    .slogan-text.por.fl {
        margin-left: 10px !important;
        margin-bottom: 10px !important;
    }

    .home-banner .search-types-cycles,
    .home-banner-linkss {
        display: none;
    }

    .layout-center {
        width: 100% !important;
        margin-left: 0px !important;
        left: 0px !important;
    }

    .primary-menus {
        width: 100% !important;
    }

    .html-box {
        width: 100% !important;
    }


    .home-banner .section {
        position: relative;
        width: 100%;
        overflow: hidden;
        max-height: 400px !important;
        height: 100vh;
    }

    .home-banner {
        height: 400px !important;
        width: 100% !important;
    }

    .home-banner-search {
        width: 90% !important;
        margin-left: 10px !important;
    }

    .home-banner-search form {
        margin-left: 10px;
        width: 90%;
    }
}

/* ---------- home-modules.css ---------- */
@keyframes bounce {
    from {
        transform: translateX(-50%) translateY(0px);
    }

    to {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* ---------- home-modules.css ---------- */
@keyframes twinkle {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/* ---------- home-modules.css ---------- */
@keyframes burst {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* ---------- home-modules.css ---------- */
@keyframes dash {
    to {
        stroke-dashoffset: -20;
    }
}

/* ---------- home-modules.css ---------- */
@keyframes action-lines {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

/* ---------- home-modules.css ---------- */
@keyframes upNDown {

    0%,
    49% {
        transform: translateY(0px);
    }

    50%,
    100% {
        transform: translateY(-10px);
    }
}

/* ---------- home-modules.css ---------- */
@keyframes flicker0 {

    0%,
    49% {
        background-color: red;
    }

    50%,
    100% {
        background-color: transparent;
    }
}

/* ---------- home-modules.css ---------- */
@keyframes flicker1 {

    0%,
    49% {
        background-color: transparent;
    }

    50%,
    100% {
        background-color: red;
    }
}

/* ---------- home-modules.css ---------- */
@keyframes eyesMovement {

    0%,
    49% {
        transform: translateX(0px);
    }

    50%,
    99% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* ---------- home-modules.css ---------- */
@keyframes shadowMovement {

    0%,
    49% {
        opacity: 0.5;
    }

    50%,
    100% {
        opacity: 0.2;
    }
}

/* ---------- home-modules.css ---------- */
#Onecad_hotuser .home-section-designs .items {
    display: grid;
    grid-template-columns: repeat(var(--dahai-hot-user-columns, 5), minmax(0, 1fr));
    gap: 16px;
}

#Onecad_hotuser .home-section-designs .items .item-wrap {
    min-width: 0;
}

@media screen and (max-width: 768px) {
    #Onecad_hotuser .home-section-designs .items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
}


.home-section-designs .items .item-wrap {
    min-width: 0;
}

@media screen and (max-width: 768px) {
    .home-section-designs .items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

}

/* ---------- home-modules.css ---------- */
@media only screen and (max-width:990px) {
    .our-team {
        margin-bottom: 16px
    }

}

/* ---------- home-modules.css ---------- */
@media screen and (max-width: 768px) {
    .our-team {
        margin-bottom: 5px;
    }

    .our-team .pic {
        width: 90px;
        height: 90px;
        margin-bottom: 5px;
    }

    .our-team .title {
        font-size: 16px;
        font-weight: 500;
    }
}

/* ---------- home-modules.css ---------- */
@media screen and (max-width: 768px) {
    .siteCount ul li span {
        font-size: 18px;
    }

    .siteCount ul li b {
        font-size: 12px;
    }
}

/* ========== user-rank scoped fix ========== */
.dahai-user-rank.hot-top {
    width: 1500px;
    max-width: 100%;
    height: 130px;
    margin-bottom: 25px;
    padding: 22px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.dahai-user-rank.hot-top .tg-ph {
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
}

.dahai-user-rank.hot-top .left {
    float: left;
    width: 121px;
    height: 100%;
}

.dahai-user-rank.hot-top .left a {
    display: block;
    width: 121px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 13px;
    border-radius: 10px;
    background: #f6f6f6;
    color: #989898;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}

.dahai-user-rank.hot-top .left a:last-child {
    margin-bottom: 0;
}

.dahai-user-rank.hot-top .left .hover {
    position: relative;
    background: var(--b2color);
    color: #fff;
}

.dahai-user-rank.hot-top .left .hover::after {
    content: "";
    position: absolute;
    top: 15.5px;
    right: -10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--b2color);
}

.dahai-user-rank.hot-top .right {
    float: left;
    width: calc(100% - 147px);
    height: 130px;
    margin-left: 26px;
    overflow: hidden;
}

.dahai-user-rank.hot-top .right-overflow {
    transform: none;
    transition: margin-top .32s ease;
}

.dahai-user-rank.hot-top .right-main {
    height: 130px;
    margin-bottom: 0;
    overflow: hidden;
}

.dahai-user-rank.hot-top .right-main:last-child {
    margin-bottom: 0;
}

.dahai-user-rank.hot-top .right .top-ul {
    height: 130px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.dahai-user-rank.hot-top .right .top-ul li {
    display: inline-flex;
    width: 78px;
    height: 110px;
    margin: 0 20px;
    vertical-align: top;
    list-style: none;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.dahai-user-rank.hot-top .right .top-ul li:nth-child(10n) {
    margin-right: 0;
}

.dahai-user-rank.hot-top .right .top-ul li a {
    display: flex;
    width: 78px;
    height: 110px;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.dahai-user-rank.hot-top .right .top-ul li a .list-img {
    width: 78px;
    height: 78px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.dahai-user-rank.hot-top .right .top-ul li a .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dahai-user-rank.hot-top .right .top-ul li a .list-img img:hover {
    opacity: .8;
}

.dahai-user-rank.hot-top .right .top-ul li a h3 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 25px;
    min-height: 25px;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 25px !important;
    color: #333 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dahai-user-rank.hot-top span.note {
    position: absolute;
    top: 10px;
    right: -50px;
    z-index: 1;
    width: 140px;
    height: 25px;
    line-height: 25px;
    transform: rotate(45deg);
    background: var(--b2color);
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.dahai-user-rank.hot-top img.yuan {
    border-radius: 10%;
    transition: all .15s ease;
}

.dahai-user-rank.hot-top img.yuan:active {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .4);
    filter: brightness(1.3);
}

@media screen and (max-width: 768px) {
    .dahai-user-rank.hot-top {
        height: auto;
    }

    .dahai-user-rank.hot-top .left,
    .dahai-user-rank.hot-top .right {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .dahai-user-rank.hot-top .left {
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
    }

    .dahai-user-rank.hot-top .left a {
        margin-bottom: 0;
    }

    .dahai-user-rank.hot-top .right .top-ul {
        height: auto;
        overflow: auto;
        white-space: nowrap;
    }

    .dahai-user-rank.hot-top .right .top-ul li {
        margin: 0 8px;
    }
}

/* ========== 推荐作者模块 ========== */
.dahai-recommend-authors {
    margin: 18px 0
}

.dahai-recommend-authors .module-title-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px
}

.dahai-recommend-authors .module-flex {
    display: flex;
    align-items: center;
    gap: 12px
}

.dahai-recommend-authors .module-title-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain
}

.dahai-recommend-authors .module-title-text>div {
    font-size: 22px;
    font-weight: 700;
    color: var(--b2color, #222);
    line-height: 1.2
}

.dahai-recommend-authors .module-title-text p {
    margin: 5px 0 0;
    color: #8a8f98;
    font-size: 13px
}

.dahai-recommend-authors .module-title-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8a8f98;
    font-size: 13px
}

.dahai-recommend-authors .author-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px
}

.dahai-recommend-authors .item-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff
}

.dahai-recommend-authors .item-bg {
    height: 74px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef5ff, #f7fbff)
}

.dahai-recommend-authors .item-bg .thumb {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(47, 125, 246, .25), rgba(54, 194, 255, .16));
    filter: saturate(1.2)
}

.dahai-recommend-authors .item-top {
    position: relative;
    margin: -28px 14px 0;
    padding: 0 0 12px;
    background: #fff
}

.dahai-recommend-authors .author-intro {
    display: flex;
    gap: 12px;
    align-items: center;
    color: inherit
}

.dahai-recommend-authors .author-avatar {
    position: relative;
    flex: 0 0 58px
}

.dahai-recommend-authors .author-avatar .avatar {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 8px 22px rgba(20, 40, 80, .12)
}

.dahai-recommend-authors .author-avatar .b2font {
    position: absolute;
    right: 0;
    bottom: 2px;
    background: #fff;
    border-radius: 50%
}

.dahai-recommend-authors .author-main {
    min-width: 0;
    flex: 1
}

.dahai-recommend-authors .author-name {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.dahai-recommend-authors .author-name .uname {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dahai-recommend-authors .long-label {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap
}

.dahai-recommend-authors .author-meta {
    margin: 5px 0 0;
    display: flex;
    gap: 10px;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 400
}

.dahai-recommend-authors .author-meta span {
    display: inline-flex;
    align-items: center;
    gap: 3px
}

.dahai-recommend-authors .author-info {
    margin-top: 12px
}

.dahai-recommend-authors .author-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
    margin: 0;
    color: #6f7782;
    font-size: 13px;
    line-height: 1.55
}

.dahai-recommend-authors .author-info p i {
    margin-right: 4px;
    color: #2f7df6
}

.dahai-recommend-authors .jitheme-button {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.dahai-recommend-authors .jitheme-button a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px
}

.dahai-recommend-authors .jitheme-button .red-color {
    border: 1px solid rgba(255, 77, 109, .25);
    color: #ff4d6d;
    background: rgba(255, 77, 109, .08)
}

.dahai-recommend-authors .jitheme-button .blue-color {
    border: 1px solid rgba(47, 125, 246, .25);
    color: #2f7df6;
    background: rgba(47, 125, 246, .08)
}

.dahai-recommend-authors .item-bottom {
    padding: 0 14px 14px
}

.dahai-recommend-authors .item-bottom-title {
    margin: 8px 0 10px;
    font-size: 14px;
    color: #222
}

.dahai-recommend-authors .item-bottom-cont .items {
    display: grid;
    gap: 8px
}

.dahai-recommend-authors .ap-item-wrap {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 9px;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: #f7f9fc;
    color: inherit
}

.dahai-recommend-authors .ap-item-thumb {
    width: 58px;
    height: 42px;
    overflow: hidden;
    background: #eef2f7
}

.dahai-recommend-authors .ap-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dahai-recommend-authors .ap-item-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    height: 35px;
    overflow: hidden;
    color: #333;
    font-weight: 600
}

.dahai-recommend-authors .ap-item-meta {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #8a8f98
}

.dahai-recommend-authors .post-list-cat {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dahai-recommend-authors .user-item .post-info {
    padding: 14px;
    background: #f7f9fc
}

.dahai-recommend-authors .user-item .title {
    margin: 0 0 5px;
    font-size: 15px
}

.dahai-recommend-authors .user-item p {
    margin: 0 0 10px;
    color: #8a8f98;
    font-size: 13px
}

.dahai-recommend-authors .jitheme-jb-btn {
    display: inline-flex;
    height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    background: #2f7df6;
    color: #fff
}

.dahai-recommend-authors .item-tobe-author .tobe-author {
    padding: 18px 16px
}

.dahai-recommend-authors .item-title {
    margin: 0 0 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px
}

.dahai-recommend-authors .item-cont p {
    margin: 0 0 14px;
    color: #6f7782;
    font-size: 13px;
    line-height: 1.65
}

.dahai-recommend-authors .lw-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 12px;
    color: #8a8f98;
    font-weight: 400
}

.dahai-recommend-authors .meta-avatars {
    display: flex
}

.dahai-recommend-authors .meta-avatars .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -8px;
    background: #eef2f7
}

.dahai-recommend-authors .meta-avatars .avatar:first-child {
    margin-left: 0
}

.dahai-recommend-authors .meta-avatars .thumb {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.dahai-recommend-authors .count {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 16px
}

.dahai-recommend-authors .count strong {
    font-size: 28px;
    color: #2f7df6
}

.dahai-recommend-authors .count span {
    font-size: 13px;
    color: #8a8f98
}

.dahai-recommend-authors .item-btns {
    display: flex;
    gap: 10px
}

.dahai-recommend-authors .listygo-btn {
    flex: 1;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px
}

.dahai-recommend-authors .listygo-btn-bj {
    background: linear-gradient(120deg, #2f7df6, #36c2ff);
    color: #fff
}

.dahai-recommend-authors .listygo-btn-wbj {
    background: rgba(47, 125, 246, .08);
    color: #2f7df6;
    border: 1px solid rgba(47, 125, 246, .18)
}

body.night .dahai-recommend-authors .item-wrap,
body.night .dahai-recommend-authors .item-top {
    background: #1f1f1f
}

body.night .dahai-recommend-authors .ap-item-wrap,
body.night .dahai-recommend-authors .user-item .post-info {
    background: #171717
}

body.night .dahai-recommend-authors .module-title-text>div,
body.night .dahai-recommend-authors .item-bottom-title,
body.night .dahai-recommend-authors .ap-item-title {
    color: #eee
}

@media screen and (max-width:1200px) {
    .dahai-recommend-authors .author-items {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (max-width:768px) {
    .dahai-recommend-authors .module-title-common {
        align-items: flex-start
    }

    .dahai-recommend-authors .author-items {
        grid-template-columns: 1fr
    }

    .dahai-recommend-authors .module-title-icon img {
        width: 36px;
        height: 36px
    }

    .dahai-recommend-authors .module-title-text>div {
        font-size: 19px
    }
}


/* 推荐作者模块：适配子主题标题与交互修正 */
.dahai-recommend-authors .post-modules-top {
    margin-bottom: 16px
}

.dahai-recommend-authors .shop-box-title,
.dahai-recommend-authors .jitheme-post-title {
    display: block
}

.dahai-recommend-authors .module-title-common,
.dahai-recommend-authors .module-flex,
.dahai-recommend-authors .module-title-text,
.dahai-recommend-authors .module-title-icon {
    all: unset
}

.dahai-recommend-authors .module-title-more {
    all: unset
}

.dahai-recommend-authors .author-info {
    position: relative;
    min-height: 72px;
    overflow: hidden
}

.dahai-recommend-authors .author-info p {
    transition: opacity .24s ease, transform .24s ease, max-height .24s ease, margin .24s ease;
    max-height: 44px
}

.dahai-recommend-authors .author-btn {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease, max-height .24s ease
}

.dahai-recommend-authors .item-wrap:hover .author-info p {
    opacity: 0;
    transform: translateY(-6px);
    max-height: 0;
    margin: 0
}

.dahai-recommend-authors .item-wrap:hover .author-btn {
    opacity: 1;
    max-height: 42px;
    transform: translateY(0)
}

.dahai-recommend-authors .jitheme-button a,
.dahai-recommend-authors .listygo-btn,
.dahai-recommend-authors .jitheme-jb-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color .24s ease, border-color .24s ease
}

.dahai-recommend-authors .jitheme-button a::before,
.dahai-recommend-authors .listygo-btn::before,
.dahai-recommend-authors .jitheme-jb-btn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -25%;
    bottom: -25%;
    left: -35%;
    width: 0;
    background: linear-gradient(120deg, #2f7df6 0%, #0ea5ff 55%, #36c2ff 100%);
    transform: skewX(-24deg);
    transform-origin: left center;
    transition: width .36s ease
}

.dahai-recommend-authors .jitheme-button a:hover,
.dahai-recommend-authors .listygo-btn:hover,
.dahai-recommend-authors .jitheme-jb-btn:hover {
    border-color: rgba(45, 126, 246, .85);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}

.dahai-recommend-authors .jitheme-button a:hover::before,
.dahai-recommend-authors .listygo-btn:hover::before,
.dahai-recommend-authors .jitheme-jb-btn:hover::before {
    width: 170%
}

.dahai-recommend-authors .jitheme-button a:hover *,
.dahai-recommend-authors .listygo-btn:hover *,
.dahai-recommend-authors .jitheme-jb-btn:hover * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}


/* 推荐作者模块：标题、简介与按钮对齐修正 */
.dahai-recommend-authors .module-title-common,
.dahai-recommend-authors .module-flex,
.dahai-recommend-authors .module-title-text,
.dahai-recommend-authors .module-title-icon,
.dahai-recommend-authors .module-title-more {
    all: revert
}

.dahai-recommend-authors .modules-title-box .module-title {
    font-size: 22px;
    line-height: inherit !important;
    margin: 0
}

.dahai-recommend-authors .author-info>p,
.dahai-recommend-authors .author-info>.author-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0
}

.dahai-recommend-authors .author-info>p {
    height: 42px;
    min-height: 0;
    max-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .24s ease, transform .24s ease
}

.dahai-recommend-authors .author-info>.author-btn {
    height: 42px;
    max-height: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease
}

.dahai-recommend-authors .item-wrap:hover .author-info>p {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 42px
}

.dahai-recommend-authors .item-wrap:hover .author-info>.author-btn {
    opacity: 1;
    transform: translateY(0);
    max-height: none
}

.dahai-recommend-authors .jitheme-button {
    margin-top: 0;
    height: 42px;
    align-items: center
}

.dahai-recommend-authors .item-tobe-author {
    display: none !important
}


/* 推荐作者模块：恢复 CTA 卡片但隐藏标题文字 */
.dahai-recommend-authors .item-tobe-author {
    display: block !important
}

.dahai-recommend-authors .item-tobe-author .item-title {
    display: none !important
}

/* 注册用户拓展切换修复 */
.dahai-user-rank .right-overflow{transform:none!important;margin-top:0!important;top:auto!important;}
.dahai-user-rank .right-main{height:130px!important;margin-bottom:0!important;overflow:hidden!important;}
