:root {
    --theme-color1: #ffb200; /* 定义主题颜色变量 */
    --theme-color2: #30E7FD; /* 定义主题颜色变量 */
    --theme-color3: #ffb200; /* 定义主题颜色变量 */
    --theme-bg: #ffffff;
    --theme-bg2: #ebf0fa; 
    /* 背景色 */
}
/* 小说部分start */
.Channel-1 .main .m2 .m2-l .n1 .backbt:hover{
  color: var(--theme-color1);
}
.Channel-1 .main .m1 .n2 .n2-l{
  background: var(--theme-color1);
}
.Channel-1 .main .m1 .n1 .n1-l .s{
  border: 1px solid #E45649;
  color: #E45649;
}
.Channel-1 .main .m2 .m2-l .n0 .li .li-r a.show{
  background: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-r .n1 .v2 .banner .swiper-container-2 .swiper-slide .text{
  background: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n0 .li .li-r a:hover{
  color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n0 .li .li-r a.show{
  background: var(--theme-color1);
  color: white;
}
.Channel-1 .main .m2 .m2-l .n1 .n1-l .li:hover span{
  color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n2 .item-box .li .v1 .sp-box span.sp1:hover,
.Channel-1 .main .m2 .m2-l .n2 .item-box .li .v1 .sp-box span.sp2:hover{
    color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-r .n2{
  border-bottom: 6px solid var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n2 .item-box .li .v4 a{
  color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-r .n1 .v1 a:hover {
  color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n2 .item-box .li .v5 .v5-l a span:hover{
  color:var(--theme-color1);
}
.Channel-1 .main .m2 .m2-r .n2 .v4 a{
  color: var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a1{
  background: var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a2{
  border: 1px solid var(--theme-color1);
  color:var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a2:hover{
	background: var(--theme-color1);
	color: white;
}
.Table-of-contents .m2 .n2 a.show{
  color: var(--theme-color1);
  border-bottom: 3px solid var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v1 span.sp1:hover{
	color: var(--theme-color1)
}
.Table-of-contents .m2 .n1 .n1-r .v4 .shbt:hover .sp2{
  color: var(--theme-color1);
}
.List .List-left .m1 a.show {
	background-color: var(--theme-color1) ;
	color:#fff;
}
.List .List-left .m1 a.show:hover{
  color:#fff;
}
.List .List-left .m1 a:hover{
	color: var(--theme-color1);
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a1{
  background: var(--theme-color1);
  color: #fff;
}
.List .List-right-2 .m2 .n1 .li .li-c .v1:hover a,
.List .List-right-2 .m2 .n1 .li .li-c .v1:hover span{
color:var(--theme-color1);
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a1:hover{
	background: var(--theme-color1);
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a1show{
  background: #fff;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}
.List .List-right .m1 .list .n1 .v1 .v1-l span{
  color: var(--theme-color1);
}
.List .List-right .m1 .list .n1 .v1 .v1-r a.show{
  color: var(--theme-color1);
  border-bottom: 2px solid var(--theme-color1);
}
.List .List-right .m1 .list .n2 .li1:hover .li-l .v2 .title a{
	color: var(--theme-color1);
}
.List .List-right .m1 .list .n2 .li1 .li-l .v1 .num span{
  color: var(--theme-color1);
}
.List .List-left .m1 a:hover{
	color: var(--theme-color1);
}
.List .List-right .m1 .list .n3 a{
  color: var(--theme-color1);
}
.List .List-right .m1 .list .n2 .li2 .li-l .v1 .num span{
  color: var(--theme-color1);
}
.List .List-right .m1 .list{
  border-bottom: 4px solid var(--theme-color1);
}
.List .List-right-2 .m1 .m1-left a.show{
  color: var(--theme-color1);
  border-bottom: 2px solid var(--theme-color1);
}
.header-box .header .nav-box .nav-l .nav-a-two .li-1 .menu-box .menu .dl .dd a:hover{
  color:var(--theme-color1);
}

.header-box .header .nav-box .nav-l .nav-a-two .li-1 .menu-box .menu .dl .dd a.show{
  background: var(--theme-color1);
  border-radius: 4px;
}
.header-box .header .nav-box .nav-l .nav-a-two .li a{
  color: var(--theme-color2);
}
/* .header-box .header .nav-box .nav-l .nav-a-two .li.show{
  border-bottom: 3px solid var(--theme-color2);
} */
.register_login_text{
  color: #333;
}
.Table-of-contents .m2 .n1 .n1-r .v2 div a{
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v2 div a:hover{
	color:#ffffff;
	background: var(--theme-color1);;  
}
.Author-box .m1 > .v2 a.show{
  color: var(--theme-color1);
  border-bottom: 2px solid var(--theme-color1);
}
.Channel-1 .main .m2 .m2-l .n2 .item-page a:hover{
  color: var(--theme-color1);
}
.login_menu .lm_dv1 .sp2{
  background: var(--theme-color1);
  color: #fff;
}
.login_menu .lm_dv3{
  color: var(--theme-color1);
}
.Channel-1 .main .m2 .m2-r .n2 .v3 .li-box .li .c2:hover .c2-l .x1 span.sp2{
  color: var(--theme-color1);
}
.header-box .header .nav-box .nav-l .nav-a-two .li:hover{
 background: var(--theme-color1);
}
.header-box .header .nav-box .nav-l .nav-a-two .li:hover a{
  color: #fff;
}
.Channel-1 .main .m1 .n2 .n2-l .v4 a span:hover{
  color:var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v2 div a{
  color: var(--theme-color1);
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4{
  background: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Article_comments .comment_on > a{
  border-bottom: 2px solid var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .comments_title > a{
  border-bottom: 2px solid var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Article_comments .comment_sub>input{
  background: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .name_time .sp1{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .Reply_content .sp1{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .import input{
  background: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label:hover{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label:hover i{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .Dot_praise .reply_right > :hover{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover i{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover span{
  color: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .import > input{
  background: var(--theme-color1);
}
.Figure_words_comment_box .Figure_words_comment .Latest_comments .item_box .item .item_content .list_box .list .Reply_time .sp2:hover{
  color: var(--theme-color1);
}

/* 小说部分end */