body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
body{color:#333;background:#fff;font:12px "pingfang SC","Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif}
th,td{text-align:left;vertical-align:top}
a{color:#333;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
a:focus{outline:0}
img{display:inline-block;border:0;vertical-align:middle}
li{list-style:none}ol{padding:0 0 0 2em}
input,label,select,option,textarea,button,fieldset,legend{font-family:inherit}
input[type=text],
textarea{-webkit-appearance:none;-webkit-border-radius:0;outline:0}
a,input,em,h2{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.clear{
    clear: both;
}
body{
    /*background: #f1f2f3;*/
    overflow-x: hidden;
}
.swiper-slide{
    height: 150px;
}

.important{
    font-weight: bold;
    color: #f00;
}

/*分页*/
.sort-pager{
    text-align: center;
}
.pagination{
    height:30px;
    margin: 20px;
    display: inline-block;
}
.pagination li{
    float: left;
    margin-right: 5px;
    cursor: pointer;
    padding: 0 !important;
}
.pagination li a{
    display: block;
    color: #555;
    background: #fff;
    min-width: 14px;
    _width: 14px;
    height: 28px;
    padding: 0 7px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 15px;
}
.pagination li.active span{
    border: 1px solid #2fb3ff;
    background: #2fb3ff;
    color: #fff;
}
.pagination .prev span, .pagination .disabled span {
    min-width: 0;
    width: 60px;
    padding: 0;
    color: #555;
}
.pagination span {
    display: block;
    color: #c6c6c6;
    background: #fff;
    min-width: 14px;
    _width: 14px;
    height: 28px;
    padding: 0 7px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 15px;
}
/*顶部*/
header{
    position: fixed;
    top:0;
    width: 100%;
    background: #fff;
    height:40px;
    z-index: 999;
    border-bottom: 1px solid #dedede;
}
header .head{
    box-shadow: none;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 40px;
    background: #fff;
    position: fixed;
    top: 0;
    /*left: 0;*/
    z-index: 9;
    -webkit-transition: -webkit-box-shadow .5s;
    border: none;
}
header .logo{
    width: 82px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    padding-left: 5px;
}
header .logo img{
    width: 82px;
    height:40px;
}
header .menu {
    float: right;
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    color: #000;
    text-align: right;
    padding-right: 5px;
    margin-right: 0;
}
header.nav-active .nav-masklayer{
    display: block;
}
header .menu span{
    font-size: 24px;
}
header .search {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    background-color: #e4e4e4;
    /*max-width: 300px;*/
    border-radius: 15px;
    left: 112px;
    right: 58px;
    bottom: 6px;
    top: 6px;
}
header .search .js-placeholder{
    width: 75%;
    height: 100%;
    background: transparent;
    border: 0;
    padding-left: 13px;
    outline: none;
    color: #888;
}
header .search i{
    font-size: 18px;
    float: right;
    margin-right: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}
input:-ms-input-placeholder{
    color: #888;
}
input::-webkit-input-placeholder{
    color: #888;
}
header nav {
    position: fixed;
    top: -100%;
    /*right: 0;*/
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;
    z-index: 9;
    overflow: auto;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: auto;
}
.js-nav li{
    display: block;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.js-nav li .menu-two{
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
    border-top: 1px solid #f1f1f1;
}
header .menu-two a {
    padding: 0 10px;
    float: left;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    cursor: pointer;
    margin-bottom: 10px;
}
header .menu-two a.cur{
    color: red;
    border: 1px solid #f00;
    border-radius: 5px;
    line-height: 26px;
}
header nav a{
    display: block;
}
header nav a div {
    border-radius: 3px;
    padding: 9px 0;
}
header nav i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 5px auto 0;
    font-size: 24px !important;
    background: #f1f1f1;
    border-radius: 3px;
}
header nav span {
    color: #545454;
    font-size: 15px;
    line-height: 27px;
}
header .nav-masklayer {
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: #000;
    opacity: .6;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}


@media only screen and (max-width: 640px) {
    header nav a {
        padding: 0;
        height: auto;
    }
    header nav .special div {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 400px) {

    header nav .special {
        width: 25%;
        margin: 0;
    }
    header nav a div {
        border-radius: 0;
    }
    header nav span {
        line-height: 26px;
    }
}

.content{
    margin: 30px 0 50px;
    overflow-x: hidden;
}
font{
    background: #ff6c00;
    color: #fff;
    padding: 0 2px;
}

.not-comment{
    height: 200px;
    line-height: 200px;
    text-align: center;
}
/*公共样式*/
/*滚动*/
.slide{
    height:200px;
    border: 1px solid #ccc;
}
/*列表*/
.panel{
    padding: 5px 10px;
  /*  margin-top: 165px;*/

}
.panel .title{
    font-weight: bold;
    font-size: 16px;
    padding: 0 6px;
}
.panel .title .name{
    color:#333;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
}
.panel .title .name i{
    padding-left: 3px;
    font-size: 18px;
    vertical-align: middle;
}
.panel .title .column-tip{
    display: inline-block;
    float: right;
}
.panel .title .column-tip a{
    color:#888;
    font-size: 15px;
}
.content-list:after,.img-list:after{
    /*overflow: hidden;*/
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.content-list li{
    display: inline-block;
    width: 46%;
    min-height: 50px;
     float: left;
    margin: 2%;
}
.content-list li a{
    display: block;
    height:auto;
}
.content-list li img{
    max-width: 100%;
}
/*分类的头部*/
.vault-box{
    overflow: hidden;
   /* position: fixed;*/
    background: #fff;
    z-index: 99;
    top: 41px;
    width: 100%;
    /*max-width: 1024px;*/
}
.vault-top{
    height:auto !important;
    overflow:visible !important;
}
.vault-top .tab{
    height: 35px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding: 0 10px;
}
.vault-top .tab a{
    margin: 0 20px;
    display: inline-block;
}
.vault-top .tab a:first-child{
    margin-left: 10px;
}
.vault-top .tab a.cur{
    color: #ec4b4b;
    border-bottom: 2px solid #ec4b4b;
}
.vault-top .item{
    display: block;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
    overflow: auto;
    padding: 5px 0;
    overflow: hidden;
    overflow-x: hidden;
    white-space: normal;
}
.vault-top .item:last-child{
    border-bottom: none;
}
.vault-box .select{
    width: 100%;
    max-width: 640px;
    height: 40px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #555;
    font-size: 12px;
    border-top: none;
    position: relative;
    z-index: 104;
    background: url(../images/drop_down.png) no-repeat;
    background-size: 100% auto;
}

.item label{
    float: left;
    color: #bbb;
    padding: 9px 10px 9px 3px;
    display: inline-block;
    width: 48px;
    text-align: right;
}
.item ul{
    /*width: 20000px;*/
    overflow-x: hidden;
    margin-left: 60px;
    white-space: normal;
}
.vault-top .item ul::-webkit-scrollbar {display:none}
.item ul li{
    display: inline-block;
    padding: 2px 7px;
    margin: 8px 5px 5px;
}
.item ul a{
    color:#888;
}
.item ul li.current{
    border-radius: 5px;
}
.item ul li.current a{
    color: #ec4b4b;
}
/*评论*/
.font-text{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.font-text img{
    display: inline-block;
    width: 38px;
    height:38px;
    border-radius: 50%;
}
.font-text input{
    width: 80%;
    border: 1px solid #e2e2e2;
    margin-left: 15px;
    height: 30px;
    border-radius: 15px;
    display: none;
}
.area-box{
    /*display: none;*/
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: 80%;
}
.area-box textarea{
    width: 92%;
    height: 60px;
    border-radius: 7px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    line-height: 20px;
}
.area-box span{
    font-family: Constantia,Georgia;
    font-size: 16px;
    color: #888;
}
.area-box .btn-box{
    float: right;
}
.area-box .btn-box a{
    display: inline-block;
    width: 62px;
    height: 30px;
    line-height: 30px;
    border-radius: 32px;
    background: #eee;
    text-align: center;
    color: #aaa;
    text-decoration: none;
}
.area-box .btn-box a.canel{
    background: #fff;
    border: 1px solid #aaa;
    margin-right: 10px;
}
.area-box .btn-box a.send{
    color: #fff;
    background: #dbdbdb;
}
.area-box .btn-box a.send.submit{
    background: #218aff;
}
.cmt-input {
    box-sizing: border-box;
    height: 35px;
    padding: 0 .9375rem;
    line-height: 35px;
    border-radius: 35px;
    border: 1px solid #e3e3e3;
    background: #f7f7f7;
    font-size: .85rem;
    color: #c8c8c8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*评论*/
.comment-list li {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.comment-list li:last-child{
    border-bottom: none;
}
.comment-list li .user-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float: left;
}
.comment-list li .user-avatar a {
    display: inline-block;
}
.comment-list li .user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.comment-list li .comment-section {
    display: inline-block;
    float: left;
    width: 80%;
}
.comment-list li .comment-section .user-info {
    width: 100%;
    font-size: 15px;
}
.comment-section .user-info .user-name {
    color: #2fb3ff;
}
.comment-section .user-info .comment-timestamp {
    margin: 0 10px 0 16px;
    font-size: 12px;
    color: #bbb;
}
.comment-list li .comment-section .comment-text {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    word-wrap: break-word;
    word-break: normal;
}

/*测试*/
.v {
    margin: 0;
    padding: 0;
}
.v .v-thumb {
    z-index: 1;
    position: relative;
    background: #999;
    height: 120px;
    overflow: hidden;
}
.v img {
    display: block;
    border: 0 none;
}
.v .v-thumb img {
    width: 100%;
    height: auto;
}
.v .v-thumb .v-pic-real {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.v .v-link {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v .v-thumb .v-tagrb {
    z-index: 5;
    position: absolute;
    bottom: 3px;
    right: 5px;
    line-height: normal;
}
.v .v-time {
    color: #fff;
    font-family: Tahoma, arial, helvetica, verdana, tahoma, sans-serif;
    white-space: nowrap;
}
.v .v-straw{
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    padding: 2px;
    /*background: #E5B559;*/
    background: #F65F00;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    border-radius: 3px;
    font-family: cursive;
    line-height: normal;
}
.v .fn-duoji{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 20px;
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 25px;
    text-align: center;
    border-radius: 2px;
}
.v .v-metadata {
    padding: 5px 0;
    background: #e5e5e5;
}
.v .v-title{
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-overflow: initial;
    padding: 0 4px;
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    height: auto;
}
.v .v-desc{
    padding: 0 4px 0 4px;
    height:auto;
    font-size: 14px;
    line-height: 22px;
}
.v .v-desc i,.v .v-desc span{
    color: #888;
    display: inline-block;
    font-size: 14px;
}
.v .v-desc i{
    font-size: 14px;
}
.fn-jinbi1{
    color: #eabd11 !important;
}
.v .v-desc var{
    font-style: normal;
    font-size: 14px;
}
.swiper-container{
    /*margin-top: 40px !important;*/
    max-height: 200px;
}
.swiper-container img{
    width: 100%;
    height: 100%;
}


/*****************************************************************/

.adver{
    background: #f1f1f1;
    margin: 10px;
    position: relative;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.adver img{
    max-width: 100%;
}
.adver span{
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: normal;
    padding: 2px 5px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 12px;
}
.upload{
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3b9eff;
    text-align: center;
    color: #fff;
    z-index: 100;
    font-size: 12px;
}
.upload i{
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.not-comment{
    min-height: 200px;
    text-align: center;
    line-height: 200px;
    width: 100%;
    background: transparent;
    display: block;
}

  /*底部*/
  footer{
      position: fixed;
      bottom: 0;
      height: 56px;
      width: 100%;
      background:#fff;
      border-top: 1px solid #eee;
      z-index: 111;
      display:flex;
      align-items:center;
      padding: 6px 6px; /* 取消左右缝隙 */
      box-sizing:border-box;
  }
  footer a{
      flex:1 1 0;
      margin: 0;                 /* 无缝 */
      height: 42px;
      text-align:center;
      color:#E73332;
      background:#fff;
      border:2px solid #E73332;
      border-radius: 8px;
      font-size: 15px;           /* 文字缩小 */
      font-weight: 700;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      padding: 2px 0;
      box-sizing:border-box;
  }
  footer a i{
      display:block;
      width:22px;
      height:22px;
      line-height:22px;
      font-size:14px !important; /* 图标缩小 */
      margin: 0 auto 2px;
      background:transparent;
      color:#E73332;
  }
  footer a.active{
      background:#E73332;
      color:#fff;
  }
  footer a.active i{
      color:#fff;
  }

.gived{
    color:#FF9800!important;
}
/* ===== THEME_TOGGLE (global) ===== */
body{background:#fff;color:#111;}


/* 顶部徽标 + 切换按钮 */
.logo-text{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 10px;border-radius:10px;
  border:1px solid rgba(0,0,0,.18);
  font-weight:800;font-size:16px;letter-spacing:1px;
  background:#fff;color:#111;
}
  background:#141414;color:#eee;border-color:rgba(255,255,255,.18);
}
  margin-left:8px;padding:6px 10px;border-radius:999px;
  border:1px solid rgba(0,0,0,.18);
  font-size:12px;line-height:1;user-select:none;
}
  background:#141414;color:#eee;border-color:rgba(255,255,255,.18);
}


/* ===== THEME_TOGGLE PATCH (make most blocks dark) ===== */
  background:#0b0b0b!important;
  color:#eee!important;
}


  background:#141414!important;
  color:#eee!important;
  border-color:rgba(255,255,255,.12)!important;
}

  border-color:rgba(255,255,255,.12)!important;
}

/* 分隔线/边框偏暗 */
  border-color:rgba(255,255,255,.10)!important;
}


/* ===== HEADER_TUNE_V2 ===== */
/* 精品101：缩小到接近搜索框高度 */
.logo-text{
  height:28px !important;
  padding:0 10px !important;
  font-size:14px !important;
  border-radius:8px !important;
  line-height:28px !important;
  white-space:nowrap !important;
}

/* 右侧（原分类按钮位置）的黑白切换：小一点，贴合头部 */
.js-header .menu{
  display:flex !important;
  align-items:center !important;
}
  margin-left:0 !important;
  padding:1px 8px !important;
  font-size:12px !important;
  border-radius:999px !important;
}


/* ===== FIX_20260208_HEADER_AND_THEME ===== */

/* 头部整体变矮、对齐 */
.js-header .head{
  display:flex !important;
  align-items:center !important;
  padding:6px 8px !important;
}
.js-header .logo.logo-text{
  height:26px !important;
  line-height:26px !important;
  padding:0 10px !important;
  font-size:13px !important;
  border-radius:8px !important;
}
.js-header .search{
  height:30px !important;
  border-radius:999px !important;
}
.js-header .search input{
  height:30px !important;
  line-height:30px !important;
  font-size:14px !important;
}

/* 右侧黑白按钮：贴合头部高度 */
.js-header .menu{
  display:flex !important;
  align-items:center !important;
}
  padding:1px 8px !important;
  font-size:12px !important;
  line-height:1 !important;
  border-radius:999px !important;
}

/* ===== 分类/标签（列表页+首页通吃） ===== */
/* 常见容器：#tag_box（首页），#class_box/#sub_box/#tag_id（列表页可能用） */
#tag_box, #class_box, #sub_box, #tag_id{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-start !important;
  align-items:center !important;
  align-content:flex-start !important;
  gap:2px 4px !important;
  padding:6px 8px !important;
  margin:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
  list-style:none !important;
}
#tag_box li, #class_box li, #sub_box li, #tag_id li{ margin:0 !important; }
#tag_box li a, #class_box li a, #sub_box li a, #tag_id li a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:24px !important;
  line-height:24px !important;
  padding:0 10px !important;
  border:1px solid #e33 !important;
  border-radius:999px !important;
  color:#e33 !important;
  font-size:13px !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
}
#tag_box li.current a, #class_box li.current a, #sub_box li.current a, #tag_id li.current a{
  background:#e33 !important;
  color:#fff !important;
}

/* ===== 黑色主题：文字确保可见 ===== */
  background:#0b0b0b !important;
  color:#eee !important;
}

  color:#eee !important;
}

/* 黑色主题：输入框/占位符可见 */

/* 黑色主题：黑白按钮文字可见 */

/* 黑色主题：链接默认色 */


/* ===== HEADER_ICON_TUNE_20260208 ===== */
/* 目标：logo / 搜索框 / 主题按钮 高度一致 */
.js-header .logo.logo-text{
  height:26px !important;
  line-height:26px !important;
}

.js-header .search{
  height:26px !important;
  border-radius:999px !important;
}
.js-header .search input{
  height:26px !important;
  line-height:26px !important;
  font-size:14px !important;
}
.js-header .search .btn{
  height:26px !important;
  line-height:26px !important;
}

/* 主题按钮：圆形图标，放在搜索框后面（menu 位置） */
  width:26px !important;
  height:26px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;           /* 隐藏文字 */
}

/* 画“太阳/月亮”图标：默认太阳，dark 变月亮 */
  width:14px;
  height:14px;
  border-radius:50%;
  position:relative;
  display:block;
  box-sizing:border-box;
}

/* 太阳：圆 + 4 条光线 */
  border:2px solid #111;
}
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:2px;
  background:#111;
  transform:translate(-50%,-50%);
  opacity:.9;
}
  width:2px;height:18px;
}

/* 月亮：用 box-shadow + 背景挖月牙 */
  background:#eee;
  box-shadow:-6px 0 0 0 #141414;   /* 挖出月牙 */
}

/* dark 下按钮边框/底色 */
  background:#141414 !important;
  border-color:rgba(255,255,255,.18) !important;
}


/* ===== HEADER_POS_V3 (logo taller + toggle in search) ===== */

/* 精品101：整体稍微高一点 */
.js-header .logo.logo-text{
  height:30px !important;
  line-height:30px !important;
  padding:0 12px !important;
  font-size:14px !important;
  border-radius:10px !important;
}

/* 搜索框：给右侧主题按钮预留空间 */
.js-header .search{
  position:relative !important;
  height:30px !important;
  border-radius:999px !important;
  padding-right:38px !important; /* 右侧留给按钮 */
}
.js-header .search input{
  height:30px !important;
  line-height:30px !important;
}

/* 主题按钮放在搜索框右侧（红圈位置） */
.js-header .search .theme-in-search{
  position:absolute !important;
  right:6px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:26px !important;
  height:26px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.18) !important;
}

/* 太阳/月亮图标（如果你之前已加过，这里再覆盖一次确保可见） */
  content:"";position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);
  background:#111;opacity:.9;
}

/* dark 下按钮 */
  background:#141414 !important;
  border-color:rgba(255,255,255,.18) !important;
}

/* ===== DARK TEXT VISIBILITY PATCH (fix invisible text) ===== */
  color:#eee;
}

/* 常见“灰字”在 dark 下提亮 */
  color:#eee !important;
}

/* 输入框/placeholder */
  color:#eee !important;
}
  color:rgba(238,238,238,.6) !important;
}


/* ===== HEADER_ALIGN_FINAL (same height + tiny icon) ===== */
:root{ --h:28px; --btn:18px; }

/* 顶部一行统一对齐 */
.js-header .head{ display:flex !important; align-items:center !important; }

/* 精品101：高度=搜索框高度 */
.js-header .logo.logo-text{
  height:var(--h) !important;
  line-height:var(--h) !important;
  padding:0 10px !important;
  font-size:13px !important;
  border-radius:8px !important;
}

/* 搜索框高度统一 */
.js-header .search{
  height:var(--h) !important;
  border-radius:999px !important;
}
.js-header .search input{
  height:var(--h) !important;
  line-height:var(--h) !important;
  font-size:14px !important;
}

/* 如果按钮在搜索框里：让它更小 */
.js-header .search .theme-in-search{
  width:var(--btn) !important;
  height:var(--btn) !important;
  right:8px !important;
  border-radius:999px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

/* 小图标（太阳/月亮）：更小更轻 */
  content:""; position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  background:#111; opacity:.7;
}


/* ===== FINAL_OVERRIDE_ALIGN_ICON ===== */
.js-header .logo.logo-text{height:28px!important;line-height:28px!important;font-size:13px!important;padding:0 10px!important;border-radius:8px!important;}
.js-header .search{height:28px!important;position:relative!important;padding-right:28px!important;border-radius:999px!important;}
.js-header .search input{height:28px!important;line-height:28px!important;}
.js-header .search .btn{height:28px!important;line-height:28px!important;}

/* 右侧小图标按钮 */
.js-header .search .theme-in-search{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:18px!important;
  height:18px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

/* 图标必须 relative，不然 :before/:after 会飘 */
  position:relative!important;
  display:block!important;
  width:12px!important;
  height:12px!important;
  border-radius:50%!important;
  box-sizing:border-box!important;
}
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#111;
  opacity:.7;
}


/* ===== WAP_ANDROID_FIT_HEADER (FINAL) ===== */
.js-header .head{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:6px 8px !important;
  box-sizing:border-box !important;
}

/* 精品101：红底白字，别撑爆 */
.js-header .logo.logo-text{
  flex:0 0 auto !important;
  height:28px !important;
  line-height:28px !important;
  padding:0 10px !important;
  font-size:13px !important;
  border-radius:8px !important;
  background:#e33 !important;
  color:#fff !important;
  border:0 !important;
  white-space:nowrap !important;
}

/* form 必须可收缩（安卓关键：min-width:0） */
.js-header form{
  flex:1 1 auto !important;
  min-width:0 !important;
}

/* 搜索框：吃剩余空间，不要超出屏幕 */
.js-header .search{
  flex:1 1 auto !important;
  min-width:0 !important;
  width:auto !important;
  height:28px !important;
  border-radius:999px !important;
  position:relative !important;
  box-sizing:border-box !important;

  /* 右侧留给主题图标 */
  padding-right:28px !important;
}

/* input 必须 100% 才会跟着缩 */
.js-header .search input{
  width:100% !important;
  min-width:0 !important;
  height:28px !important;
  line-height:28px !important;
  font-size:14px !important;
  box-sizing:border-box !important;
}

/* 搜索按钮别把宽度撑开（放右侧） */
.js-header .search .btn{
  position:absolute !important;
  right:28px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
}

/* 主题小图标按钮（在搜索框最右） */
.js-header .search .theme-in-search{
  position:absolute !important;
  right:8px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:18px !important;
  height:18px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}


/* ===== WAP_SEARCH_TUNE (FINAL) ===== */
/* 让搜索框在精品101右侧正常吃满剩余空间，并且不贴边 */
.js-header form{ flex:1 1 auto !important; min-width:0 !important; }
.js-header .search{
  flex:1 1 auto !important;
  min-width:0 !important;
  margin-left:0 !important;
  margin-right:6px !important;
  height:28px !important;
}

/* 输入框左右内边距更舒服（别让字贴边） */
.js-header .search input{
  padding-left:12px !important;
  padding-right:52px !important; /* 给搜索按钮+主题图标留位置 */
}

/* 搜索按钮更靠右一点 */
.js-header .search .btn{
  right:30px !important;
}

/* 主题图标再靠右一点（在搜索框内最右侧） */
.js-header .search .theme-in-search{
  right:10px !important;
}


/* ===== HEADER_LEFT_ALIGN_FORCE (WAP ONLY) ===== */
.js-header .head{
  gap:0 !important;
}
.js-header .head .logo{
  margin-right:6px !important; /* logo 和搜索框之间留一点点 */
}
.js-header .head form{
  flex:1 1 auto !important;
  min-width:0 !important;
  width:auto !important;
}
.js-header .head form .search{
  flex:1 1 auto !important;
  min-width:0 !important;
  width:100% !important;
  margin:0 !important;          /* 清掉之前的 margin-left/margin-right */
  height:28px !important;
}


/* ===== HEADER_FORCE_STICK (WAP) ===== */
.js-header .head{
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
}

/* logo 右边只留 0-2px，你要贴到箭头位置就用 0 */
.js-header .head .logo{
  margin-right:0 !important;
}

/* form 必须能伸缩 */
.js-header .head form{
  flex:1 1 auto !important;
  min-width:0 !important;
  width:auto !important;
  margin:0 !important;
}

/* search 清掉所有可能撑开/推开的属性 */
.js-header .head form .search{
  flex:1 1 auto !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding-left:0 !important;   /* 防止左侧空 */
  float:none !important;
  display:flex !important;     /* 让 input 真正吃满 */
  align-items:center !important;
  box-sizing:border-box !important;
}

/* input 真正占满剩余 */
.js-header .head form .search input{
  flex:1 1 auto !important;
  width:100% !important;
  min-width:0 !important;
}

/* 如果你希望输入文字别贴边，留一点内边距 */
.js-header .head form .search input{ padding-left:12px !important; }


/* ===== HEADER_FORCE_STICK_LAST (DO NOT OVERRIDE) ===== */
header.js-header > .head{display:flex!important;align-items:center!important;gap:0!important;}
header.js-header > .head > a.logo{margin-right:0!important;}
header.js-header > .head > form#myform{flex:1 1 auto!important;min-width:0!important;width:auto!important;margin:0!important;}
header.js-header > .head > form#myform > .search{display:flex!important;align-items:center!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;margin:0!important;float:none!important;}
header.js-header > .head > form#myform > .search > input{flex:1 1 auto!important;width:100%!important;min-width:0!important;}

/* ===== HEADER_STICK_FIX_MENU (FINAL) ===== */
header.js-header > .head{
  justify-content:flex-start !important;   /* 禁止 space-between 把 form 推走 */
}
header.js-header > .head > .menu{
  display:none !important;                 /* menu 空的就别占位 */
  width:0 !important;
  height:0 !important;
  overflow:hidden !important;
}


/* ===== PERFECT_HEADER_GRID (WAP CLEAN) ===== */
header.js-header > .head{
  display:grid !important;
  grid-template-columns:max-content 1fr !important; /* logo + 搜索 */
  align-items:center !important;
  column-gap:0 !important;                           /* 贴紧 */
  padding:6px 8px !important;
  box-sizing:border-box !important;
}

/* 空 menu 直接干掉，不参与布局 */
header.js-header > .head > .menu{
  display:none !important;
}

/* form 吃满第二列 */
header.js-header > .head > form#myform{
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
}

/* search 100% 宽，内部用 flex */
header.js-header > .head > form#myform > .search{
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  box-sizing:border-box !important;
}

/* input 必须可缩 */
header.js-header > .head > form#myform > .search > input{
  flex:1 1 auto !important;
  width:100% !important;
  min-width:0 !important;
}


/* ===== HEADER_SEARCH_FINAL_LOCK (MOBILE) ===== */
/* 只管手机头部这一行：logo + 搜索框必须贴紧并占满 */
header.js-header > .head{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
}
header.js-header > .head > a.logo{margin:0 !important;}
header.js-header > .head > .menu{display:none !important;}

header.js-header > .head > form#myform{
  flex:1 1 auto !important;
  min-width:0 !important;
  margin:0 !important;
}

/* 关键：压死 common.css 早期 header .search 的固定宽/居中 */
header.js-header > .head > form#myform > .search{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  float:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

header.js-header > .head > form#myform > .search > input{
  flex:1 1 auto !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}


/* ===== HEADER_SEARCH_KILL_ABSOLUTE (FINAL) ===== */
header.js-header > .head > form#myform > .search{
  position:relative !important;   /* 干掉 absolute */
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
}


/* ===== SEARCH_SHORTER (WAP) ===== */
/* 让搜索框右侧留一点边距，看起来没那么长 */
header.js-header > .head > form#myform{ margin-right:6px !important; }
header.js-header > .head > form#myform > .search{ margin-right:6px !important; }


/* ===== THEME_ICON_SUN_MOON (WAP) ===== */
  display:block !important;
  width:18px !important;
  height:18px !important;
  border-radius:0 !important;
  background-color:#111 !important;  /* 图标颜色(白天) */
  -webkit-mask-repeat:no-repeat !important;
  -webkit-mask-position:center !important;
  -webkit-mask-size:contain !important;
          mask-repeat:no-repeat !important;
          mask-position:center !important;
          mask-size:contain !important;
}

/* 太阳 SVG（白天） */
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12Zm0-16h1v3h-1V2Zm0 19h1v3h-1v-3ZM2 11h3v1H2v-1Zm19 0h3v1h-3v-1ZM4.22 4.22l.7-.7l2.12 2.12l-.7.7L4.22 4.22Zm12.72 12.72l.7-.7l2.12 2.12l-.7.7l-2.12-2.12ZM19.78 4.22l-2.12 2.12l-.7-.7l2.12-2.12l.7.7ZM7.04 16.96l-2.12 2.12l-.7-.7l2.12-2.12l.7.7Z'/></svg>");
          mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12Zm0-16h1v3h-1V2Zm0 19h1v3h-1v-3ZM2 11h3v1H2v-1Zm19 0h3v1h-3v-1ZM4.22 4.22l.7-.7l2.12 2.12l-.7.7L4.22 4.22Zm12.72 12.72l.7-.7l2.12 2.12l-.7.7l-2.12-2.12ZM19.78 4.22l-2.12 2.12l-.7-.7l2.12-2.12l.7.7ZM7.04 16.96l-2.12 2.12l-.7-.7l2.12-2.12l.7.7Z'/></svg>");
}

/* 月亮 SVG（夜晚） */
  background-color:#eee !important;  /* 图标颜色(夜晚) */
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 14.5A8.5 8.5 0 0 1 9.5 3a7 7 0 1 0 11.5 11.5Z'/></svg>");
          mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 14.5A8.5 8.5 0 0 1 9.5 3a7 7 0 1 0 11.5 11.5Z'/></svg>");
}


/* ===== DARK_FOOTER_NAV_VISIBLE (WAP) ===== */
/* 兜底：不管你底部栏 class 叫啥，都给它在夜间可见 */
  background:#0b0b0b !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}

  color:rgba(238,238,238,.85) !important;
}

  color:#fff !important;
}


/* ===== DARK_AUTH_TEXT_FIX (WAP) ===== */

/* 登录/注册页：标题、普通文字、链接 */
  color:#eee !important;
}


/* 输入框文字与 placeholder */
  color:#eee !important;
  background:#141414 !important;
  border-color:rgba(255,255,255,.18) !important;
}
  color:rgba(238,238,238,.55) !important;
}


/* ===== POPUP_TEXT_VISIBLE (WAP GLOBAL) ===== */
/* 兜底：任何自定义弹窗/遮罩在黑夜下可见 */
  color:#eee !important;
}

/* 兜底：layer mobile */
  background:#141414 !important;
  color:#eee !important;
}


/* ===== DARK_LAYER_FORCE_VISIBLE (WAP) ===== */
/* layer mobile 容器 */
  background:#141414 !important;
  color:#eee !important;
  box-shadow:0 10px 30px rgba(0,0,0,.5) !important;
}
  color:#eee !important;
  background:transparent !important;
}

/* msg 提示（skin:'msg'） */
  background:rgba(20,20,20,.92) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12) !important;
}

/* 按钮区 */
  background:#0f0f0f !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
}
  color:#eee !important;
  border-right:1px solid rgba(255,255,255,.12) !important;
}

/* 有些版本按钮高亮 */
  color:#fff !important;
}


/* ===== DARK_GLOBAL_FIX (AUTH + NAV + COMMON) ===== */
  border-color: rgba(255,255,255,.15) !important;
}
  background:#0b0b0b !important;
  color:#eee !important;
}

/* 所有文字默认变亮（解决“字不见了”） */
  color:#eee !important;
}

/* 输入框/placeholder */
  color:#eee !important;
  background: transparent !important;
}
  color: rgba(238,238,238,.55) !important;
}

/* 卡片/面板背景（member/style 里很多是白底） */
  background:#0b0b0b !important;
}

/* 底部导航：字一定可见（按你图里“变黑后不见字”） */
  color:#eee !important;
}
  background:#0b0b0b !important;
}

/* layer 弹层文字（试看提示、登录提示都用 layer） */
  color:#eee !important;
}

/* ===== LAYUI_LAYER_DARK_FIX (GLOBAL) ===== */
  color:#eee !important;
  background:#141414 !important;
  border-color:rgba(255,255,255,.18) !important;
}

/* 输入框类（layui） */
  color:#eee !important;
  background:#0b0b0b !important;
  border-color:rgba(255,255,255,.18) !important;
}

  color:rgba(238,238,238,.55) !important;
}


/* ===== HTML_THEME_DARK_FALLBACK (GLOBAL) ===== */


/* ===== FOOTER_TEXT_FORCE (DARK) ===== */
  color:#eee !important;
}

/* ===== DARK_BODY_LOCK (AUTH FIX) ===== */
  background:#0b0b0b !important;
  color:#eee !important;
}

/* NOFLASH_VAULTTOP_FORCE */
.vault-top{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  transition:none !important;
  animation:none !important;
}


/* LISTS_FINAL START */
/* lists 首屏只渲染最终态：不折叠、不动画、不闪 */
html.page-video-lists .vault-top{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}
html.page-video-lists .vault-top,
html.page-video-lists .vault-top *{
  transition:none !important;
  animation:none !important;
}
/* 更多按钮即使还存在也隐藏 */
html.page-video-lists .vault-top .select{display:none !important;}
/* LISTS_FINAL END */


/* LISTS_NOFLASH_FINAL START */
/* 关键：不靠 JS 加 class，lists.html 自己的容器已带 .page-video-lists，所以首屏直接最终态 */
.page-video-lists .vault-top,
.page-video-lists .vault-top *{
  transition:none !important;
  animation:none !important;
}

/* 不折叠 */
.page-video-lists .vault-top{
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* 更多按钮彻底隐藏（你已经删了，这里兜底） */
.page-video-lists .vault-top .select{display:none !important;}

/* 分类/排序按钮：最终态（后面你要再调小再说） */
.page-video-lists #class_box,
  .page-video-lists #tag_box,
.page-video-lists #tag_id,
.page-video-lists #orderCode{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:4px 6px;
  padding:2px 8px;
  margin:0 !important;
  justify-content:flex-start !important;
  width:100% !important;
  margin-left:0 !important;
}

.page-video-lists #class_box li,
  .page-video-lists #tag_box li,
.page-video-lists #tag_id li,
.page-video-lists #orderCode li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.page-video-lists #class_box li a,
.page-video-lists #tag_id li a,
.page-video-lists #orderCode li a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:3px 8px !important;
  font-size:12px !important;
  line-height:1 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,0,0,.45) !important;
  color:#e60012 !important;
  background:#fff !important;
}

.page-video-lists #class_box li.current a,
.page-video-lists #tag_id li.current a,
.page-video-lists #orderCode li.current a{
  background:#e60012 !important;
  color:#fff !important;
  border-color:#e60012 !important;
}

.page-video-lists #orderCode li a{
  padding:8px 14px !important;
  font-size:14px !important;
}
/* LISTS_NOFLASH_FINAL END */

/* DARK_LISTS_BOOST START */
/* 1) 顶部tab：视频/图片/小说 更亮更明显 */
  color: rgba(255,255,255,.85) !important;
  font-weight: 700 !important;
}
  color:#fff !important;
}

/* cur 的红色短横线/下划线（不同模板可能用 border-bottom 或 ::after，这里都兜底） */
  border-bottom-color: rgba(255,0,0,.95) !important;
}
  background: rgba(255,0,0,.95) !important;
}

/* 2) 横线/分割线更明显（你页面里那些 hr/分割线大多是 border 或背景色） */
  border-color: rgba(255,255,255,.22) !important;
}

/* 如果分割线是伪元素（你之前用过 vault-top:after 这种），也加深 */
  background: rgba(255,255,255,.22) !important;
}
/* DARK_LISTS_BOOST END */


/* THEME_DARK_BRIDGE2 START */
/* THEME_DARK_BRIDGE2 END */


/* LISTS_TIGHT_ALIGN START */
/* 只作用 lists 页（你 lists.html 里已经有 vault-box page-video-lists） */
.page-video-lists .vault-top,
.page-video-lists .vault-top *{
  transition:none !important;
  animation:none !important;
}

/* 顶部 tab（视频/图片/小说）暗色更明显 */
  color:rgba(255,255,255,.88) !important;
}
  border-bottom:1px solid rgba(255,255,255,.22) !important;
}
  color:#fff !important;
}

/* 三段分隔线更明显（暗色） */
  border-bottom:1px solid rgba(255,255,255,.22) !important;
}

/* 间距收紧：整体更紧凑 */
.page-video-lists .vault-top .item{
margin:0 !important;
padding:2px 0 !important;
}
.page-video-lists #class_box,
  .page-video-lists #tag_box,
.page-video-lists #tag_id,
.page-video-lists #orderCode{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;   /* “最新/最热/推荐” 左对齐 */
  gap:4px 4px !important;
  padding:3px 8px !important;
  margin:0 !important;
}

/* 胶囊再小一点（分类/标签） */
.page-video-lists #class_box li,
  .page-video-lists #tag_box li,
.page-video-lists #tag_id li,
.page-video-lists #orderCode li{ margin:0 !important; padding:0 !important; list-style:none !important; }

.page-video-lists #class_box li a,
.page-video-lists #tag_id li a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:3px 8px !important;
  font-size:12px !important;
  line-height:1 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,0,0,.45) !important;
  color:#e60012 !important;
  background:#fff !important;
}

/* “最新/最热/推荐” 再小一点 + 和前面左对齐 */
.page-video-lists #orderCode li a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:7px 12px !important;
  font-size:13px !important;
  line-height:1 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,0,0,.45) !important;
  color:#e60012 !important;
  background:#fff !important;
}

/* 选中态 */
.page-video-lists #class_box li.current a,
.page-video-lists #tag_id li.current a,
.page-video-lists #orderCode li.current a{
  background:#e60012 !important;
  color:#fff !important;
  border-color:#e60012 !important;
}

/* 暗色下：胶囊更清晰（别发灰） */
  background:transparent !important;
  border-color:rgba(255,255,255,.35) !important;
  color:rgba(255,255,255,.9) !important;
}
  background:#e60012 !important;
  border-color:#e60012 !important;
 
}
/* LISTS_TIGHT_ALIGN END */


/* SEARCH_CLICK_FIX START */
.js-header .search{position:relative;}
.js-header .search .fn-sousuo{
  position:relative;
  z-index:5;
  cursor:pointer;
}
  position:relative;
  z-index:4;
}
/* 确保输入框也能点 */
.js-header .search input{position:relative;z-index:3;}
/* SEARCH_CLICK_FIX END */

/* layer global center hack removed: restore mobile layer default layout */

/* --- v-thumb & v-pic-real 修复：自适应比例，不变形、不裁切、不拉伸 --- */
.v .v-thumb {
    height: auto !important;
    aspect-ratio: 16 / 9; /* 按你的视频比例自动调节，可改成 4/3、3/4 等 */
    background: #000 !important;
}

.v .v-thumb .v-pic-real {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* --- 首页：只对 #home_list 做两列布局，不影响分类页 --- */
#home_list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 4px !important;
    box-sizing: border-box !important;
}

#home_list li {
    width: calc(50% - 6px) !important;  /* 两列等宽 */
    margin-bottom: 8px !important;     /* 竖向间隙 */
    list-style: none !important;
}

#home_list li .v {
    width: 100% !important;
    background: #fff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

/* 首页图片比例固定 16:9，兼容所有手机（安卓/iPhone） */
#home_list li .v-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    background: #000 !important;
}

#home_list li .v-thumb .v-pic-real {
    position: absolute !important;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}


/* --- 首页真正两列布局：完全隔离分类页、搜索页 --- */
#home_list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

#home_list > li {
    width: calc(50% - 6px) !important;   /* 两列 */
    margin-bottom: 8px !important;
}

/* 内部卡片留一点点边距，看起来不贴边 */
#home_list > li .v {
    background: #fff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}


/* --- 首页缩略图强制显示：兼容 iPhone X / 14 / 15 --- */
#home_list .v-thumb {
    min-height: 140px !important;
    position: relative !important;
}

#home_list .v-thumb .v-pic-real {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}


/* --- 安卓与苹果统一：图片之间固定留 6px 缝隙 --- */
#home_list {
    padding: 3px !important;
}

#home_list > li {
    margin: 3px !important;
}


/* --- 修复 iPhone X 分类页不显示图片（只作用于分类页） --- */
.content-list:not(#home_list) .v-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 140px !important;   /* 🔥 关键：避免 iPhone X 高度塌陷 */
    background: #000 !important;
    overflow: hidden !important;
}

.content-list:not(#home_list) .v-thumb .v-pic-real {
    position: absolute !important;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}


/* --- 分类页标题加粗 --- */
.content-list:not(#home_list) .v-title {
    font-weight: 700 !important;
    color: #000 !important;
}

/* 小说正文在黑夜模式下看不见，强制加深文字颜色 */
.novel-content,
.novel-show .content,
.article-con,
.article-content,
#chaptercontent,
#Article {
    color:#111 !important;
}
/* ===== NOVEL DARK MODE FIX ===== */
    background:#111 !important;          /* 小说正文背景改深色 */
    border-color:#333 !important;
}
    color:#eee !important;               /* 正文文字变亮 */
}

/* 字体设置按钮 */
    background:#333 !important;
    color:#eee !important;
}

/* 分页块 */
    background:#333 !important;
    color:#eee !important;
}
    background:#4285f4 !important;
    color:#fff !important;
}

/* === FORCE CONSISTENT SCALE (MOBILE / TABLET) === */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  max-width:100%;
}

/* =========================
   TABLET / RESPONSIVE TUNE
   ========================= */

/* 1) 全设备：防止华为/部分WebView自动放大字体导致布局“被撑大” */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

/* 2) 全设备：不要让 body 自己做 max-width 居中（改为由容器控制） */
body{
  margin:0;
  max-width:none;
  overflow-x:hidden;
}

/* 3) 平板：居中容器 + 更舒服的留白 */
@media (min-width: 768px){
  /* 你站里主要内容容器常见是 .content 或 .box */
  .content, .box{
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }

  /* Header 也跟着居中（避免平板上头部贴满屏显得“巨大”） */
  .js-header{
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }
}

/* 4) 平板：列表改栅格（尽量兼容你现有结构）
   你的卡片类名里常见：.content-list li / .v / .pic-list 等
   这里用“尽量不破坏”的写法：只对常见列表容器生效 */
@media (min-width: 768px){
  .content-list,
  .pic-list,
  .img-list,
  .v-list,
  .list{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:12px;
  }
  .content-list li,
  .pic-list li,
  .img-list li,
  .v-list li,
  .list li{
    width:auto !important;
    margin:0 !important;
  }
}

/* 5) 大平板/横屏：3列更像“App” */
@media (min-width: 1024px){
  .content-list,
  .pic-list,
  .img-list,
  .v-list,
  .list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* =========================
   TABLET / RESPONSIVE OPT (2026-02-20)
   ========================= */

/* 防系统/浏览器自动放大字体导致布局炸 */
html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body{ margin:0; max-width:none; overflow-x:hidden; }

/* 平板：内容居中 + 留白 */
@media (min-width: 768px){
  .content, .box, .vault-box, .container, .main{
    max-width: 1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }

  /* 头部别贴满屏：跟内容对齐 */
  .js-header, header.js-header, .head{
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }

  /* 搜索框宽度更合理 */
  .head .search{
    max-width:520px;
  }
}

/* 平板/桌面：列表多列（兼容你站的 li 结构） */
@media (min-width: 900px){
  /* 常见列表容器：视频列表/图片列表 */
  #home_list, .content-list, .pics, .v-list, .list, ul#list, ul.video_list, ul.img_list{
    display:grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap:12px !important;
  }
  #home_list li, .content-list li, .pics li, .v-list li, .list li, ul#list li, ul.video_list li, ul.img_list li{
    width:auto !important;
    float:none !important;
  }
}

/* 中等平板：2列 */
@media (min-width: 768px) and (max-width: 899px){
  #home_list, .content-list, .pics, .v-list, .list, ul#list, ul.video_list, ul.img_list{
    display:grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap:12px !important;
  }
  #home_list li, .content-list li, .pics li, .v-list li, .list li, ul#list li, ul.video_list li, ul.img_list li{
    width:auto !important;
    float:none !important;
  }
}

/* =========================================================
   TABLET LAYOUT OPTIMIZE (>=768px)  [BEGIN]
   目标：平板更像“网站”，更舒服：居中容器、列表多列、头部不臃肿
   ========================================================= */
@media (min-width:768px){

  /* 1) 页面主体：居中 + 留白 */
  .content, .box{
    max-width: 1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:18px;
    padding-right:18px;
    box-sizing:border-box;
  }

  /* 2) 头部：高度/间距更协调 */
  .js-header .head{
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-left:18px;
    padding-right:18px;
    box-sizing:border-box;
  }
  .js-header .logo.logo-text{
    height:34px !important;
    line-height:34px !important;
    font-size:15px !important;
    border-radius:10px !important;
  }

  /* 3) 搜索框：平板拉长，不挤 */
  .js-header .search{
    max-width:520px;
    width:520px;
  }
  .js-header .search input{
    height:34px;
    line-height:34px;
    font-size:14px;
  }

  /* 4) 首页/列表：变多列（命中 #home_list / .content-list） */
  #home_list.content-list,
  .content-list{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px 14px !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* 默认 3 列 */
  #home_list.content-list > li,
  .content-list > li{
    width: calc((100% - 28px) / 3) !important; /* 2 个 gap=14 => 28 */
    margin:0 !important;
    box-sizing:border-box !important;
  }

  /* 更大平板/横屏：4 列 */
  @media (min-width:1024px){
    #home_list.content-list > li,
    .content-list > li{
      width: calc((100% - 42px) / 4) !important; /* 3 个 gap=14 => 42 */
    }
  }

  /* 5) 卡片更“像卡片”：避免贴边（不依赖你的具体结构） */
  .content-list li{
    border-radius:12px;
    overflow:hidden;
  }
}
/* =========================
   TABLET LAYOUT OPTIMIZE [END]
   ========================= */

/* === LISTS_ALIGN_LEFT_BEGIN: 列表页“全部/亚洲/欧美...”左对齐（仅 page-video-lists） === */
.page-video-lists #class_box{
  justify-content:flex-start !important;
  text-align:left !important;
}
.page-video-lists #class_box li{
  justify-content:flex-start !important;
}
.page-video-lists #class_box li a{
  justify-content:flex-start !important;
  text-align:left !important;
}
/* === LISTS_ALIGN_LEFT_END === */

/* === LISTS_UL_MARGIN_FIX === */

/* === LISTS_DIVIDER_GRADIENT === */
/* lists 页：使用渐变伪元素作为分割线（不占高度，不产生“线下面空”） */
.page-video-lists .vault-top .item{
  position:relative !important;
}
.page-video-lists .vault-top .item + .item::before{
  content:"";
  position:absolute;
  top:0;
  left:10px;
  right:10px;
  height:1px;
  background:linear-gradient(
    to right,
    rgba(0,0,0,0),
    rgba(0,0,0,.18),
    rgba(0,0,0,0)
  );
}

/* === LISTS_DIVIDER_TOPLINE === */
/* 用“下一块顶部画线”代替 item 底部分割线，避免“线下面一条空”的视觉问题 */
.page-video-lists .vault-top .item + .item{
  border-top:1px solid rgba(0,0,0,.10) !important;
}
.page-video-lists .vault-top .item ul{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* === LISTS_COMPACT_KILL_EMPTY_LABEL === */
/* lists.html 里 label 为空，但被 float+padding 撑高；隐藏它让布局真正紧凑 */
.page-video-lists .vault-top .item label{ display:none !important; }

/* 同时清掉 item ul 为 label 预留的左边距（原规则 margin-left:60px） */
.page-video-lists .vault-top .item ul{ margin-left:0 !important; }

  /* === LISTS_COMPACT_MORE === */
  /* 列表页分类/标签/排序：去前后留白、整齐换行、长方形 */
  .page-video-lists .vault-top .item{
    padding-top:1px !important;
    padding-bottom:1px !important;
  }
  .page-video-lists #class_box,
  .page-video-lists #sub_box,
  .page-video-lists #tag_box,
  .page-video-lists #orderCode{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:flex-start !important;
    align-items:flex-start !important;
    align-content:flex-start !important;
      gap:4px 4px !important;
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
    list-style:none !important;
  }
  .page-video-lists #class_box li,
  .page-video-lists #sub_box li,
  .page-video-lists #tag_box li,
  .page-video-lists #orderCode li{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    flex:0 0 calc((100% - 16px) / 5) !important;
    width:calc((100% - 16px) / 5) !important;
  }
  .page-video-lists #class_box li a,
  .page-video-lists #sub_box li a,
  .page-video-lists #tag_box li a,
  .page-video-lists #orderCode li a{
    display:block !important;
    width:100% !important;
    height:30px !important;
    line-height:30px !important;
    padding:0 2px !important;
    margin:0 !important;
    border:1px solid #e60012 !important;
    border-radius:2px !important;
    background:#fff !important;
    color:#e60012 !important;
    font-size:13px !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    box-sizing:border-box !important;
  }
  .page-video-lists #class_box li.current a,
  .page-video-lists #sub_box li.current a,
  .page-video-lists #tag_box li.current a,
  .page-video-lists #orderCode li.current a{
    background:#e60012 !important;
    color:#fff !important;
    border-color:#e60012 !important;
  }


/* FAVOR_TAB_CAPSULE */
.fav-tabs{
  display:flex;
  gap:10px;
  padding:10px 12px;
  overflow-x:auto;
}
.fav-tab{
  padding:6px 14px;
  border-radius:999px;
  background:#f5f5f5;
  color:#333;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}
.fav-tab.on{
  background:#ff3b3b;
  color:#fff;
}

/* TABBOX_CAPSULE: member 收藏顶部分类胶囊 */
.tab-box{
  display:flex !important;
  gap:10px !important;
  padding:10px 12px !important;
  overflow-x:auto !important;
  white-space:nowrap !important;
}
.tab-box a{
  display:inline-block !important;
  padding:6px 14px !important;
  border-radius:999px !important;
  background:#f5f5f5 !important;
  color:#333 !important;
  font-size:14px !important;
  font-weight:600 !important;
  margin:0 !important;
  border:0 !important;
}
.tab-box a.cur{
  background:#ff3b3b !important;
  color:#fff !important;
  border:0 !important;
}

/* TABBOX_CAPSULE_CLEAN: 去掉 jQueryMobile 的分隔线/伪元素/阴影 */
.tab-box a:before,
.tab-box a:after{
  content:none !important;
  display:none !important;
}
.tab-box a,
.tab-box a.ui-btn,
.tab-box a.ui-link{
  background-image:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  border:0 !important;
}
.tab-box .ui-btn-inner,
.tab-box .ui-btn-text{
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  padding:0 !important;
}

/* FIX_CLEAR_TEXT: 移除 jQueryMobile 搜索框的 clear text */
.ui-input-clear,
.ui-input-clear:before,
.ui-input-clear:after{
  display:none !important;
  content:none !important;
}
input::-webkit-search-cancel-button{
  -webkit-appearance:none;
  display:none;
}
input::-ms-clear{
  display:none;
}

/* === FIX: 视频缩略图去黑边，自动铺满 === */
.v-thumb{
    position: relative;
    overflow: hidden;
}
.v-thumb img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;      /* 关键：裁剪铺满 */
    object-position: center;
}

/* === FIX2: 彻底消除缩略图底部空白 === */
.v-thumb{
    position: relative;
    overflow: hidden;
}

.v-thumb img{
    position: absolute;      /* 关键 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* === FORCE_COVER: 非首页列表(含消费记录)缩略图铺满裁切，去黑条 === */
.content-list:not(#home_list) .v .v-thumb{
  position: relative !important;
  overflow: hidden !important;
}

.content-list:not(#home_list) .v .v-thumb img{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* === PURCHASE NOTICE（已购买视频页公告） === */
.purchase-notice{
    margin: 10px 12px;
    padding: 10px 12px;
    border: 1px solid #ff4d4f;
    border-radius: 6px;
    background: #fff5f5;
    color: #d9363e;
    font-size: 15px;          /* 比普通字稍大 */
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.purchase-notice .notice-icon{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: no-repeat center/contain;
    background-image:url("data:image/svg+xml,%3Csvg viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27%23ff4d4f%27 d=%27M128 384v256h192l224 224V160L320 384H128zm640 128c0-74-42-138-104-170v340c62-32 104-96 104-170zm64 0c0 102-58 190-144 234v-468c86 44 144 132 144 234z%27/%3E%3C/svg%3E");
}

/* CENTER_MSG_ONLY_20260223 */
.layui-m-layer0.layui-m-layer-msg{
  top: 50% !important;
  bottom: auto !important;
}
.layui-m-layer0.layui-m-layer-msg .layui-m-layerchild{
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* CENTER_MSG_ONLY_20260223_V2 */
.layui-m-layer.layui-m-layer-msg{
  top: 50% !important;
  bottom: auto !important;
}
.layui-m-layer.layui-m-layer-msg .layui-m-layerchild{
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.layui-m-layer.layui-m-layer-msg .layui-m-layercont{
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-height: 1.45 !important;
}

/* MSG_CENTER_5_CENTER_FINAL_20260223 */
body .layui-m-layer.MSG_CENTER_5 .layui-m-layerchild{
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-width: 86% !important;
  width: auto !important;
  -webkit-animation: none !important;
  animation: none !important;
}
body .layui-m-layer.MSG_CENTER_5 .layui-m-layersection{
  top: auto !important;
}

body .layui-m-layer.MSG_CENTER_5 .layui-m-layerchild.layui-m-layer-msg{
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  bottom: auto !important;
  right: auto !important;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-width: 86% !important;
  width: auto !important;
  -webkit-animation: none !important;
  animation: none !important;
}
body .layui-m-layer.MSG_CENTER_5 .layui-m-layerchild.layui-m-layer-msg .layui-m-layercont{
  display: block !important;
  text-align: center !important;
  width: auto !important;
  padding: 10px 16px !important;
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-height: 1.45 !important;
}


  footer a.nav-back i{
      transform: rotate(180deg);
  }

  #wapBackTop{
      position: fixed;
      right: 12px;
      bottom: 64px;
      width: 42px;
      height: 42px;
      display: none;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(230,0,18,.92);
      color: #fff;
      z-index: 1002;
      box-shadow: 0 2px 8px rgba(0,0,0,.22);
  }

  #wapBackTop i{
      display: block;
      font-size: 22px;
      line-height: 42px;
      transform: rotate(0deg) !important;
  }


/* ===== HEADER_ACTIONS_V1 (replace search bar with 4 buttons) ===== */
header.js-header > .head > form#myform{ flex:1 1 auto!important; min-width:0!important; margin:0!important; }
header.js-header > .head > form#myform > .header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
}
header.js-header > .head > form#myform > .header-actions .ha-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:28px!important;
  line-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:12px!important;
  text-decoration:none!important;
  border:1px solid rgba(0,0,0,.18)!important;
  background:transparent!important;
  color:inherit!important;
  white-space:nowrap!important;
}
html.dark header.js-header > .head > form#myform > .header-actions .ha-btn{
  border-color:rgba(255,255,255,.18)!important;
}
/* hide old search bar if any template still renders it */
header.js-header > .head > form#myform > .search{ display:none!important; }


/* ===== HEADER_ACTIONS_RED_V1 ===== */
header.js-header > .head > form#myform > .header-actions{
  justify-content:flex-start!important;
  gap:6px!important;
}

header.js-header > .head > form#myform > .header-actions .ha-btn{
  height:28px!important;
  line-height:28px!important;
  padding:0 12px!important;
  border-radius:6px!important;
  border:0!important;
  background:#e60012!important;
  color:#fff!important;
  font-size:13px!important;
}

/* 保证和 狼族101 一样高 */
header.js-header > .head > a.logo.logo-text{
  height:28px!important;
  line-height:28px!important;
}


/* ===== HEADER_ACTIONS_EQUAL_SIZE_V1 ===== */
header.js-header > .head{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}

header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform > .header-actions .ha-btn{
  height:30px!important;
  line-height:30px!important;
  padding:0 14px!important;
  border-radius:6px!important;
  font-size:14px!important;
  background:#e60012!important;
  color:#fff!important;
  border:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}


/* ===== HEADER_5_EQUAL_GRID_V1 ===== */
header.js-header > .head{
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:0!important;
}

header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform{
  width:100%!important;
  margin:0!important;
}

header.js-header > .head > form#myform > .header-actions{
  display:contents!important;
}

header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform > .header-actions .ha-btn{
  width:100%!important;
  height:32px!important;
  line-height:32px!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  background:#e60012!important;
  color:#fff!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
}


/* ===== HEADER_5_EQUAL_FLEX_V1 (override broken grid/contents) ===== */
header.js-header > .head{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:0!important;
  padding:0!important;
  height:40px!important;
}

header.js-header > .head > a.logo.logo-text{
  flex:1 1 0!important;         /* 1/5 */
  width:auto!important;
  margin:0!important;
}

header.js-header > .head > form#myform{
  flex:4 1 0!important;         /* 4/5 */
  width:auto!important;
  min-width:0!important;
  margin:0!important;
}

header.js-header > .head > form#myform > .header-actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  gap:0!important;
  margin:0!important;
  justify-content:flex-start!important;
}

header.js-header > .head > form#myform > .header-actions .ha-btn{
  flex:1 1 0!important;         /* 每个按钮 1/5 */
  width:auto!important;
  margin:0!important;
}

/* 统一 5 个块的固定尺寸/样式 */
header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform > .header-actions .ha-btn{
  height:32px!important;
  line-height:32px!important;
  padding:0!important;
  border-radius:0!important;
  background:#e60012!important;
  color:#fff!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  white-space:nowrap!important;
}

/* 彻底禁掉旧的 search 盒子（如果别处还渲染） */
header.js-header > .head > form#myform > .search{ display:none!important; }


/* ===== HEADER_1PLUS4_EQUAL_V1 (logo wider, 4 buttons equal) ===== */
header.js-header > .head{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:0!important;
  padding:0!important;
  height:40px!important;
}

header.js-header > .head > a.logo.logo-text{
  flex:0 0 110px!important;   /* 狼族101 长一点点 */
  width:110px!important;
  margin:0!important;
}

header.js-header > .head > form#myform{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
}

header.js-header > .head > form#myform > .header-actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  gap:0!important;
  margin:0!important;
}

header.js-header > .head > form#myform > .header-actions .ha-btn{
  flex:1 1 0!important;      /* 4等分 */
  width:auto!important;
  margin:0!important;
}

/* 统一高度/样式 */
header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform > .header-actions .ha-btn{
  height:32px!important;
  line-height:32px!important;
  padding:0!important;
  border-radius:0!important;
  background:#e60012!important;
  color:#fff!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  white-space:nowrap!important;
}


/* ===== HEADER_HEIGHT_PLUS_V1 REMOVED ===== */


/* ===== HEADER_SAFE_TOP_FIX_V1 ===== */
header.js-header{
  top:0!important;
  height:36px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  margin:0!important;
  background:#fff!important;
}

header.js-header:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:#fff;
  z-index:1000;
}

header.js-header > .head{
  top:6px!important;
  height:30px!important;
  padding-bottom:0!important;
  margin:0!important;
    margin:0!important;
      background:#e60012!important;
  }

header.js-header > .head > a.logo.logo-text,
header.js-header > .head > form#myform > .header-actions .ha-btn{
  height:30px!important;
  line-height:30px!important;
}

header.js-header > .head > a.logo.logo-text{
  padding:0!important;
  border-radius:0!important;
  border:0!important;
    background:transparent!important;
    color:#fff!important;
  font-weight:normal!important;
  letter-spacing:0!important;
}

body.controller-index header.js-header > .head{
  padding:0!important;
}

/* ===== HEADER_SCROLL_HIDE_SHOW_V1 ===== */
header.js-header{
  transition:transform .22s ease!important;
  will-change:transform!important;
}
header.js-header.header-scroll-hide{
  transform:translateY(-36px)!important;
}
