.wide {
    display: none !important; /* 榛樿闅愯棌鎵€鏈夎疆鎾」 */
}

.wide.active {
    display: block !important;; /* 鏄剧ず娲诲姩鐘舵€佺殑杞挱椤?*/
}

/* ========== 鎼滅储缁撴灉椤典笓鐢ㄦ悳绱㈡潯锛堜笉淇敼椤舵爮 .stui-header__search锛?========== */
.stui-search-page-bar {
    max-width: 560px;
    margin: 0 auto;
}
.stui-search-page-bar form {
    display: flex;
    align-items: stretch;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.stui-search-page-bar form:focus-within {
    border-color: #ffb84d;
    box-shadow: 0 2px 12px rgba(255, 153, 0, 0.18);
}
.stui-search-page-bar__input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f9f9f9;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    border-radius: 999px 0 0 999px;
}
.stui-search-page-bar__input::placeholder {
    color: #aaa;
}
.stui-search-page-bar__input:focus {
    background: #fff;
}
.stui-search-page-bar__btn {
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    padding: 0 22px;
    background: linear-gradient(135deg, #ff9f43, #ff7700);
    color: #fff;
    transition: opacity 0.2s;
}
.stui-search-page-bar__btn:hover {
    opacity: 0.92;
}
.stui-search-page-bar__btn .icon {
    font-size: 16px;
    color: #fff !important;
}
/* Chrome 鑷姩濉厖閬垮厤榛勫簳 */
.stui-search-page-bar__input:-webkit-autofill,
.stui-search-page-bar__input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 48px #f9f9f9 inset !important;
    -webkit-text-fill-color: #333 !important;
}
.stui-search-page-hint {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
}

/* ========== 鐢佃鍓?/ 鐢靛奖璇︽儏椤典晶鏍忋€岃鑹蹭粙缁嶃€嶏細2 鍒楃綉鏍硷紝鏈€澶?4 琛屽叡 8 涓?========== */
/* 鍕垮姞 .clearfix锛氬叾 ::before/::after 鍦?grid 涓嬩細澶氬崰涓€鏍硷紝瀵艰嚧閿欎綅鎴?5 琛?*/
.tv-sidebar-roles {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 6px;
    align-content: start;
}
.tv-sidebar-roles__item {
    min-width: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.tv-sidebar-roles__link,
.tv-sidebar-roles__row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 5px;
    color: #333;
    text-decoration: none;
    min-height: 100%;
    box-sizing: border-box;
}
.tv-sidebar-roles__link {
    transition: background 0.15s;
}
.tv-sidebar-roles__link:hover {
    background: #fafafa;
    color: #333;
}
.tv-sidebar-roles__thumb {
    flex-shrink: 0;
    width: 34px;
    height: 46px;
    border-radius: 3px;
    overflow: hidden;
    background: #eee center/cover no-repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.tv-sidebar-roles__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tv-sidebar-roles__meta {
    flex: 1;
    min-width: 0;
}
.tv-sidebar-roles__name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tv-sidebar-roles__actor {
    font-size: 11px;
    margin-top: 2px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========== 鐢靛奖/鐢佃鍓с€屽叏閮ㄨ鑹层€嶅垪琛ㄩ〉锛氱缉鐣ュ浘绾︿负鍘熷昂瀵镐竴鍗婏紙鍖呰９灞備繚璇?padding 姣斾緥姝ｇ‘锛?========== */
.role-list-page-vodlist .role-list-thumb-wrap {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.role-list-page-vodlist .role-list-thumb-wrap .stui-vodlist__thumb {
    width: 100%;
}
.role-list-page-vodlist .stui-vodlist__detail {
    text-align: center;
}

/* M 端角色列表强制 3 列 */
.role-list-page-vodlist .m-role-col-3 {
    float: left;
    width: 33.333333%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
}



.role-list-page-vodlist .m-role-col-3 .role-list-thumb-wrap {
    width: 70%;
}
.role-list-page-vodlist .m-role-col-3 .stui-vodlist__detail .title {
    font-size: 13px;
}

/* Template1 PC index quick links card */
.stui-index-quickcard {
    margin-top: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background: #fff;
    min-height: 150px;
}
.stui-index-quickcard__hd {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.stui-index-quickcard__bd {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px 12px;
}
.stui-index-quickcard__item {
    width: calc(50% - 4px);
    box-sizing: border-box;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: all .15s;
}
.stui-index-quickcard__item:hover {
    color: #ff9900;
    border-color: #ffd699;
    background: #fffaf0;
}

/* Template1 PC header text logo */
.stui-header__logo .logo.logo-text {
    width: auto;
    min-width: 150px;
    background: none !important;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .stui-header__logo .logo.logo-text {
        min-width: 0;
        height: 30px;
        width: auto;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
}

/* Template1 M top nav: 6 items equal width */
@media (max-width: 767px) {
    .stui-header__menu {
        display: flex;
        align-items: center;
        padding-left: 0;
    }
    .stui-header__menu li {
        flex: 1 1 16.6667%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .stui-header__menu li a {
        display: block;
        text-align: center;
    }
}
