/* CSS变量 - 主题配置 */
:root {
    /* 主题色 */
    --primary-color: #9ebf56;
    --primary-dark: #446300;
    --primary-gradient: linear-gradient(180deg, #9ebf56, #446300);
    
    /* 背景色 */
    --bg-dark: #000000;
    --bg-card: #0c1117;
    --bg-card-alt: #1a1f26;
    
    /* 文字色 */
    --text-primary: #c8c8c8;
    --text-secondary: #888;
    --text-muted: #666;
    --text-white: #ffffff;
    
    /* 强调色 */
    --accent-color: #e63842;
    --accent-hover: #c8d88e;
    
    /* 尺寸 */
    --border-radius: 10px;
    --border-radius-sm: 5px;
    --spacing-xs: 0.3rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    
    /* 阴影 */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.15);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.18);
}

html {
    font-size: 20px
}

@media only screen and (min-width:400px) {
    html {
        font-size: 21.33333333px!important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 22.08px!important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 25.6px!important
    }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
ol,
li,
p,
form,
input,
button {
    margin: 0;
    padding: 0
}

nav {
    display: block
}

html,
body,
img,
iframe {
    border: 0
}

img {
    vertical-align: middle
}

i,
em {
    font-style: normal
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold
}

a,
a:hover {
    text-decoration: none;
    color: #9ebf56
}

body,
input,
button {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: .65rem;
    line-height: 1rem;
    color: #c8c8c8;
    outline: 0
}

body {
    margin-top: 45px;
    background: #000000;
    background-size: cover;
    padding: 5px;
    max-width: 760px;
    margin: 45px auto;
}
input[type="text"]::placeholder {
    color: #fff;
}

@media screen and (max-width: 640px){
body {
    margin-top: 45px;
}
    
}

.vwbg {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 760px;
}

.mynav {
    float: left;
    width: 95%;
    padding: 0 2.5%;
    height: 1.5rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mynav a {
    float: left;
    height: 1.5rem;
    line-height: 1.5rem;
    display: block;
    font-size: .65rem;
    text-align: center;
    color: #888;
    font-weight: 600;
}

.mynav .on {
    color: #e63842;
    border-bottom: .1rem solid #e63842
}


.mybbs {
    float: left;
    width: 95%;
    padding: .6rem 2.5%;
    background-color: #fffbbb;
    font-weight: bold;
    text-align: center;
    font-size: .75rem;
    line-height: 1.1rem;
    color: #fff;
    background: linear-gradient(180deg, #9ebf56, #446300);
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;

}

.myrst {
    float: left;
    width: 95%;
    padding: .6rem 2.5%;
    background-color: #fff;
    font-size: .7rem;
    line-height: 1.1rem;
    color: #f10606;
    border-bottom: 1px solid #efefef;
    overflow: hidden
}

.myvod {
    float: left;
    width: 95%;
    padding: 0.6rem 2.5% 0;
    margin-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    background:#0c1117;
}

.myvod ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myvod ul li {
    float: left;
    width: 48.7%;
    /*margin-right: 2.6%*/
}

.myvod ul li:nth-child(2n) {
    margin-right: 0
}

.uzimg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 10px;
    overflow: hidden
}

.uzimg img {
    width: 100%;
    height: 170px;
    height: auto;
    object-fit: cover;
}

@media(max-width:767px) {
    .uzimg img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.uzimg span {
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 5px;
    right: 5px;
    padding: 0px 5px;
    border-radius: 5px;
}

.myvod h4 {
    font-size: .65rem;
    font-weight: normal;
    width: 100%;
    height: 1.35rem;
    line-height: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.myvod h4 a {
    color: #c8c8c8
}

.myhot {
    float: left;
    width: 95%;
    padding: 5px 2.5%;
    background-color: #fff;
    background: #0c1117;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}

.myhot p {
    float: left;
    width: 100%;
    padding: .6rem 0 .4rem;
    font-size: .7rem;
    line-height: 1.1rem;
    color: #f10606;
}

.myhot a {
    float: left;
    margin-right: 2.5%;
    margin-bottom: .5rem;
    padding: 0 .5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    color: #fff;
    border-radius: .5rem;
    background: linear-gradient(180deg, #9ebf56, #446300);
}

.mypage {
    float: left;
    background-color: #fff;
    height: 1.7rem;
    width: 95%;
    padding: 10px;
    background: #0c1117;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mypage em,
.mypage a {
    display: block;
    height: 1.7rem;
    line-height: 1.6rem;
    border-radius: 2px;
    font-size: .7rem;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 23.2%;
    float: left;
    margin-left: 2.4%;
    background: linear-gradient(180deg, #9ebf56, #446300);
}

.mypage em:nth-child(1) {
    margin-left: 0
}

.mypage a:nth-child(1) {
    margin-left: 0
}

.mypage em {
    border: 1px solid #e0e0e0;
    color: #e0e0e0
}

.mycate {
    width: 100%;
    background: #0c1117;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mycate a {
    display: block;
    border-radius: 10px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 5px;
    background: linear-gradient(180deg, #9ebf56, #446300);
    padding: 10px;
}

.myplayer {
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    z-index: 999
}

.myplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.mymenu {
    float: left;
    width: 95%;
    padding: .3rem 2.5%;
    height: 1.6rem;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mymenu a {
    float: left;
    width: 23.125%;
    height: 1.6rem;
    line-height: 1.6rem;
    display: block;
    font-size: .7rem;
    text-align: center;
    color: #fff;
    background-color: #e63842;
    border-radius: 2px
}

.myant {
    float: left;
    width: 95%;
    padding: .6rem 2.5% 2.8rem;
    background-color: #fff;
    border-top: 1px solid #efefef
}

.myant a {
    float: left;
    width: 48.2%;
    padding-left: 0.5%;
    margin-bottom: .3rem;
    margin-right: 2.6%;
    height: 1.6rem;
    line-height: 1.6rem;
    display: block;
    background-color: #efefef;
    border-radius: 2px;
    font-size: .65rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.myant a:nth-child(2n) {
    margin-right: 0
}

.myant .on {
    color: #e63842
}

.myft {
    float: left;
    width: 95%;
    padding: 5px 2.5%;
    background: #5a5a5a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.myft p {
    text-align: center;
    font-size: .5rem;
    color: #fff
}

/* 限制.myft p样式作用范围，避免影响弹窗 */
#videoModal .modal-title,
#videoModal .modal-info,
#modalInner .modal-title,
#modalInner .modal-info {
    text-align: left !important;
}

.art-content img {
    width: 98%!important;
}

.mytitle {
    margin-top: 0px;
    color: #9ebf56;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    padding: 5px 2.5%;
    width: 95%;
    float: left;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    background: #0c1117;
}
.mytitle1 {
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 5px 2.5%;
    width: 95%;
    float: left;
}
.myplay {
    margin-top: 0px;
    font-size: 12px;
    padding: 5px 2.5%;
    width: 95%;
    float: left;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    background: #0c1117;
}
.vodtitle {
    font-size: 12px;
    color: #999;
    line-height: 14px;
    height: 14px;
    width: 100%;
    margin-bottom: 10px;
}


	.tp_advertising{
		width: 100%;
		display: flex;
		justify-content: space-around;
		background: #ffffff;
		position: relative;
		box-shadow: 0 0 0px rgba(0,0,0,.2);
      border:0px solid black;
	}
	.tp_advertising p{
		color: #fff;
		font-size: 13px;
		line-height: 22px;
		background: #6F8EC5;
		position: absolute;
		bottom: 3;
		right: 3;
		margin: 3;
		padding: 3 8px;
	    border-top-left-radius: 10px;
	    opacity: .3;
	}
	.tp_advertising div{
		width: 30%;
		position: relative;
		z-index: 1;
	}
	.tp_advertising a{
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		display: block;
		text-decoration: none;
		white-space:nowrap;
      border:0.1px solid #f5f5f5;
	}
	.tp_advertising a:hover{
		font-weight: bold;
		font-size: 14px;
		text-shadow: 0px 0px 1px rgba(0,0,0,.5);
	}
	.tp_1 a{
		color: #FF0033;
	}
	.tp_2 a{
		color: #9400D3;
	}
	.tp_3 a{
		color: #00BFFF;
	}
	.tp_4 a{
		color: #FF1493;
	}
	
	@media screen and (max-width:768px) {
   .m1938-container {
	width: 100%;
	margin: 0 auto;
} 
  }
@media screen and (min-width:769px) { 
   .m1938-container {
	width: 100%;
	margin: 0 auto;
	/* min-height: 500px; */
}    }






.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}



.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    background: #fff;
    flex-direction: row
}



.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    flex-direction: column!important
}






.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}



.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}


.m-1 {
    margin: 5px
}


.p-1 {
    padding: 5px
}



.pl-2 {
    padding-left: 10px;
    /*! width: 48%; */
    width: 100%;
}



/* app ad */


.white{
    color: #fff;
}
.app-background {
    background-color: #fff
}


.app-title {
    width: 100%;
    height: 44px
}

.app-item {
    border: 1px solid #e63842!important;
    border-radius: 8px
}

.app-img {
    width: 60px;
    height: 60px
}

.app-name {
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.app-desc {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.app-down {
    font-size: 12px;
    color: #333
}

.app-button {
    border: 1px solid #f96868;
    background-color: #f96868;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -10px
}

.app-button-text {
    color: #fff
}



@media screen and (min-width:769px) {
    .flex.flex-row.p-1.m-1.app-item {
        width: 46.6%;
    }
}

@media screen and (max-width:768px) {
    .flex.flex-row.p-1.m-1.app-item {
        width: 100%;
    }
}
.frvod{
    padding-right: 5px;
    float: right;
    font-size: 14px;
    font-weight: normal;
}

/* 面包屑导航样式 */
.breadcrumb {
    float: left;
    width: 95%;
    padding: 0.5rem 2.5%;
    margin-bottom: 10px;
    background: #0c1117;
    border-radius: 10px;
    font-size: 0.6rem;
    line-height: 1.2rem;
}

.breadcrumb .text-muted {
    color: #888;
}

.breadcrumb a {
    color: #9ebf56;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #c8d88e;
}

.breadcrumb .separator {
    color: #666;
    margin: 0 0.3rem;
}

.breadcrumb .current {
    color: #c8c8c8;
}

/* 小说详情页样式 */
.art-detail {
    float: left;
    width: 95%;
    padding: 1rem 2.5%;
    margin-bottom: 10px;
    background: #0c1117;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.art-header {
    float: left;
    width: 100%;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #1a1f26;
}

.art-title {
    float: left;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #9ebf56;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.art-meta {
    float: left;
    width: 100%;
    font-size: 0.55rem;
    color: #888;
    line-height: 1rem;
}

.art-meta span {
    margin-right: 1rem;
}

.art-chapter-title {
    float: left;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.3rem;
    color: #c8c8c8;
    font-weight: bold;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    text-align: center;
    background: linear-gradient(90deg, transparent, rgba(158, 191, 86, 0.1), transparent);
}

.art-content {
    float: left;
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.8rem;
    color: #c8c8c8;
    text-indent: 2em;
    padding: 1rem 0;
}

.art-content p {
    margin-bottom: 1rem;
    text-indent: 2em;
}

.art-content img {
    width: 100% !important;
    height: auto !important;
    margin: 1rem 0;
    border-radius: 5px;
}

/* 搜索弹窗样式 */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.search-modal.show {
    display: flex;
    opacity: 1;
}

.search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.search-modal-content {
    position: relative;
    background: linear-gradient(135deg, #0c1117, #1a1f26);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(158, 191, 86, 0.2);
    max-width: 520px; /* PC 更宽，避免内容被挤压 */
    width: 88%;
    max-height: 80vh; /* 提高可视高度，避免被裁切 */
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
    font-size: 12px; /* 统一基准字号 */
}

.search-modal.show .search-modal-content {
    transform: scale(1) translateY(0);
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem; /* 更紧凑 */
    border-bottom: 1px solid rgba(158, 191, 86, 0.1);
}

.search-modal-header h3 {
    color: #9ebf56;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
}

.search-modal-close {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-modal-close:hover {
    background: rgba(158, 191, 86, 0.1);
    color: #9ebf56;
    transform: scale(1.1);
}

.search-modal-body {
    padding: 0.8rem; /* 更紧凑 */
    max-height: calc(80vh - 48px);
    overflow: auto; /* 内容过长时滚动，不会被遮挡 */
}

.search-stats {
    margin-bottom: 0.6rem; /* 更紧凑 */
    padding: 0.6rem;
    background: rgba(158, 191, 86, 0.05);
    border: 1px solid rgba(158, 191, 86, 0.2);
    border-radius: 8px;
}

.stats-info {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.stat-item {
    color: #c8c8c8;
    font-size: 0.9rem;
    text-align: center;
}

.stat-item strong {
    color: #9ebf56;
    font-weight: bold;
    font-size: 0.5rem;
}

.search-input-group {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.6rem; /* 更紧凑 */
    flex-wrap: nowrap;
}

.search-input-group input {
    flex: 1;
    padding: 0.5rem 0.7rem; /* 更紧凑 */
    border: 1px solid rgba(158, 191, 86, 0.3);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    color: #c8c8c8;
    font-size: 0.85rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input-group input:focus {
    border-color: #9ebf56;
    background: rgba(158, 191, 86, 0.05);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(158, 191, 86, 0.2);
}

.search-submit-btn {
    padding: 0.5rem 0.9rem; /* 更紧凑 */
    background: linear-gradient(135deg, #9ebf56, #446300);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.8rem; /* 更紧凑 */
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-submit-btn:hover {
    background: linear-gradient(135deg, #c8d88e, #9ebf56);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(158, 191, 86, 0.3);
}
/* 保证按钮内图标不被压缩 */
.search-submit-btn svg { flex-shrink: 0; }

.search-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.search-submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* 加载指示器样式 */
.search-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #9ebf56;
    font-size: 0.8rem;
    margin-top: 0.8rem;
    padding: 0.5rem;
}

.search-loading.show {
    display: flex;
}

.search-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(158, 191, 86, 0.3);
    border-top: 2px solid #9ebf56;
    border-radius: 50%;
    animation: search-spin 1s linear infinite;
}

@keyframes search-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 搜索建议样式 */
.search-suggestions {
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(158, 191, 86, 0.1);
}

.suggestions-title {
    color: #9ebf56;
    font-size: 0.75rem; /* 更紧凑 */
    font-weight: bold;
    margin-bottom: 0.4rem;
    text-align: center;
}

.suggestions-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem; /* 更紧凑 */
    justify-content: center;
}

.suggestion-tag {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: rgba(158, 191, 86, 0.1);
    color: #c8c8c8;
    border: 1px solid rgba(158, 191, 86, 0.2);
    border-radius: 15px;
    font-size: 12px; /* 与弹窗统一 */
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.suggestion-tag:hover {
    background: rgba(158, 191, 86, 0.2);
    color: #ffffff;
    border-color: #9ebf56;
    transform: translateY(-1px);
}

.search-tips {
    margin-top: 0.8rem;
    text-align: center;
    color: #888;
    font-size: 0.66rem; /* 更紧凑 */
    opacity: 0.8;
}

/* PC 端字体与尺寸优化 */
@media screen and (min-width: 769px) {
    .search-modal-header h3 { font-size: 12px; }
    .stat-item { font-size: 12px; }
    .stat-item strong { font-size: 12px; }
    .search-input-group input { font-size: 12px; padding: 10px 12px; }
    .search-submit-btn { font-size: 12px; padding: 10px 14px; }
    .search-type-selector label { font-size: 12px; }
}

.search-type-selector {
    display: flex;
    gap: 0.6rem; /* 更紧凑 */
    margin-bottom: 0.2rem;
    justify-content: center;
    flex-wrap: nowrap;
}

.search-type-selector label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #c8c8c8;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.search-type-selector label:hover {
    color: #9ebf56;
}

.search-type-selector input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #9ebf56;
}

.search-suggestions h4 {
    color: #9ebf56;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.suggestion-tags .tag {
    padding: 0.4rem 0.8rem;
    background: rgba(158, 191, 86, 0.1);
    color: #9ebf56;
    border: 1px solid rgba(158, 191, 86, 0.3);
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.suggestion-tags .tag:hover {
    background: rgba(158, 191, 86, 0.2);
    border-color: #9ebf56;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(158, 191, 86, 0.2);
}

/* 响应式设计（移动端） */
@media screen and (max-width: 480px) {
    .search-modal-content {
        width: 95%;
        margin: 1rem;
        max-height: 70vh;
    }
    
    .search-modal-body {
        padding: 0.5rem;
    }
    
    .search-stats {
        padding: 0.5rem;
        margin-bottom: 0.8rem;
    }
    
    /* 三处区域在移动端也单行显示 */
    .stats-info {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.4rem;
        white-space: nowrap;
    }
    
    .search-input-group {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.4rem;
    }
    
    .search-type-selector {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0.6rem;
    }
    
    /* 调小弹窗内文字（移动端） */
    .search-modal-header h3 { font-size: 12px; }
    .stat-item { font-size: 12px; }
    .stat-item strong { font-size: 12px; }
    .search-input-group input { font-size: 12px; padding: 10px 12px; }
    .search-submit-btn { font-size: 12px; padding: 10px 14px; }
    .search-type-selector label { font-size: 12px; }
    .suggestion-tag { font-size: 12px; }
}

.myvod ul li.video-sponsor-item {
    position: relative;
    cursor: pointer;
}

.myvod ul li.video-sponsor-item .sponsor-badge {
    background-color: rgba(230, 56, 66, 0.85);
    right: 5px;
    left: auto;
}

.myvod ul li.video-sponsor-item h4 a {
    color: #c8c8c8;
}

.myvod ul li.video-sponsor-item .sponsor-description {
    color: #8f9aa8;
}
