/*
Theme Name:MACXZB_style
Version:1.5.2 2025-08-23
Author:酒红的月亮
Description:
*/

:root {

  --first-a-color:#8E8E8E;
  --first-text-color:#8E8E8E;
  --first-ahover-color:#007AFF;
  --navbar-a-link:#319fec;

  --second-a-color:#FFF;
  --second-ahover-color:#FFF;

 
  --nav-a-color:#0B6EFD;
  --nav-ahover-color:#0B6EFD;
  --nav-ahover-bg-color:#235FB7;

  --main-bg-color:#F0F4F5;
  --main-header-bg-color:#FFFFFF;
  --section-bg-color:#FFFFFF;
  --container-bg-color:#FFFFFF;

  --container-card-bg-color:#FFFFFF;


  --navbar-toggler-color:#FFFFFF;
  --bs-accordion-bg:#FFFFFF !important;
  --bs-border-color:#dee2e6;


  --list-box-border-color:#F0F4F5;
  --list-box-bg-color:#F0F4F5;
  --list-box-border-ahover-color:#007AFF;
  --list-box-title-text-color:#28506A;
  --list-box-title-a-color:#319fec;
  --list-box-title-ahover-color:#007AFF;
  --list-box-title-info-exp-text-color:#8E8E8E;

  --list-box-ver-text-color:#405D79;
  --list-box-ver-bg-color:#DAF5CA;

  --list-box-type-a-color:#28506A;
  --list-box-type-ahover-color:#007AFF;
  --list-box-type-bg-color:#DBECFF;

  --single-top-title-text-color:#515151;
  --single-text-color:#5D6C7A;
  --single-title-bg-color:#007FFF;
  --single-a-color:#037CFD;
  --single-ahover-color:#0453FC;

  --readmore-bg-color:#DAF5CA;

 }

 @media (prefers-color-scheme: dark) {
  :root {

  --first-text-color:#8E8E8E;

  --main-bg-color:#1E1E1E;
  --main-header-bg-color:#1E1E1E;
  --section-bg-color:#1E1E1E;
  --container-bg-color:#262626;

  --container-card-bg-color:#1E1E1E;

  --list-box-title-a-color:#12e009;
  --list-box-bg-color:#262626;
  --list-box-border-color:#303030;

  --bs-border-color:#333;


  --bs-tertiary-color:#8E8E8E;
  --navbar-toggler-color:#8E8E8E;
  --navbar-a-link:#8E8E8E;

  --single-top-title-text-color:#8E8E8E;

  }

  .accordion-button {
  --bs-accordion-btn-icon:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF9900'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");  
  }
}

.headerlogo {width:30px;height:30px;background:url(logo.png) 0px 0px no-repeat;background-size: contain;}

.navbar .navbar-brand {color: var(--single-top-title-text-color) !important;}

.navbar a {color: var(--navbar-a-link) !important;}

.navbar a:hover{ color:var(--nav-ahover-color); }

.navbar .current-menu-item > a,.navbar .current-menu-parent > a,.navbar .current-menu-ancestor > a {
color:var(--nav-a-color) !important;font-weight: 500;
}

.dropdown-menu {
  border:2px solid var(--navbar-a-link);
}

.dropdown-menu li {
  display:inline-grid;
  justify-content:space-between;
  align-items:center

}

.dropdown-menu li a {
  margin: 0 0 0 0.5em;
  padding: 0.2em 1em;
  border-radius: 8px;
}

.dropdown-menu li a:hover {
  background:#F8F9FA;
 }

.navbar-toggler {
  background:var(--navbar-toggler-color);
}

.offcanvas-title {
  color: #007AFF;
}

.clear {
  clear:both;
  overflow:hidden;
}

del {
    text-decoration: line-through !important;
    color: #9d54c7;
}

.open-box-price-now {
  font-weight: 500;
}

.delline {
  text-decoration: line-through;
}

  html, body {
      height: 100%;
      margin: 0;
      background: var(--main-bg-color);
    }
  main {
      min-height:calc(100% - 58.28px);

    }

.container {
  border-radius: 20px;
}

.ad-1320 {
  width: auto;
}
.ad-1320 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}
/*新通用标题块*/
.open-content-title-box {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0px auto;
  padding: 0px 0px 0px;
  background: #;
  clear: both;
  overflow: hidden;
}

.open-content-title-box-title {
  width:100%;
  background: #;
  float: left;
  position: relative;

}

.icons {
  width: auto;
  height: 40px;
  color:var(--first-ahover-color);
  margin: 0 5px 0 0;
  background: #;
  float: left;
}

.open-content-title-box-title .open-content-title-box-title-title {
  width: calc(100% - 140px);
  height: 40px;
  display: block;
  background: #;
  float: left;
  color:var(--first-text-color);  
  font-weight: 500;
  text-align: left;
}

.open-content-title-box-title i{
  width:20px;
  height:20px;
  color:var(--second-a-text-color);  
}

ul,li {
  margin:0px;
  padding:0px;
  list-style-type:none;
  text-decoration:none;
}


.open-content-title-box-more {
  width: 100px;
  background: #;
  float: right;
  text-align: right;

}

.open-content-title-box-more a {
  color: var(--second-a-text-color);
  font-size: 14px;
}


.openlefttps {
  padding:8px;
  width: auot;
  height: auto;
  color:var(--bs-warning-text);
  font-size:0.9em;
  background:var(--bs-warning-border-subtle);
  position:absolute;
  border-radius:20px;
  left:-9px;
  top:-5px;
  z-index:2;
}
.opengoodicns {
  width: auto;
  height: auto;
  color:var(--second-a-color);
  font-size:0.6em;
  font-weight:400;
  background:#;
  position:absolute;
  border-radius:10px;
  right:10px;
  top:20px;
  z-index:2;
}

.share-plane {
  margin-top: 0.8em;
}

.share-plane svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;

}

.share-plane .dropdown-menu {
  margin: 0;
  padding: 0;
  --bs-dropdown-min-width: 45px !important;
  border:0px;
  overflow: hidden;
}
/*新通用标题块*/ 

.All-TPS-modal{
  width:92%;
  height:auto;
  border-radius:5px;
  margin:0px auto 0px;
  font-size: 12px;
 
}

.text-muted {
 color: var(--first-text-color) !important;
}
.card-title {
  color: #656ec2;
}


.card {
  background-color: var(--container-card-bg-color);
/*  background: 0 !important;/*去Card白色背景*/
/*  border: none !important;/*去Card边框

  background-color: var(--container-card-bg-color);*/
}

.card-body-links {
  padding: 0.2em;
}
.card-title-links {
  max-height:40px;overflow: hidden;background: #;font-size: 1em;

}
.card-title-links a{
  font-weight: 500;
  font-size: 0.8em;
  text-decoration: none;
  color: var(--list-box-title-a-color);
}
.card-links-text {
  height:20px;font-size: 0.7em;overflow: hidden;background: #;
  color: var(--list-box-title-info-exp-text-color);
}
.card-link:hover,.card-title-links a:hover{
  color: var(--first-ahover-color);
}
.card-link {
    color: var(--bs-primary-border-subtle);
    text-decoration: none !important;
}


.card-body-new-title h3 {
  font-weight: 500;
  font-size: 1.1em;
  max-height: 45px;
  overflow: hidden;
}



.card-body-new-title a{
  font-weight: 500;
  font-size: 0.8em;
  text-decoration: none;
  color: var(--list-box-title-a-color);
}

.card-body-new-title a:hover {
  color: var(--first-ahover-color);
}

 .card-cate-link a{
  font-weight: 500;
  font-size: 0.8em;
  text-decoration: none;
  color: var(--bs-light-text);
}

.card-cate-link a:hover {
  color: var(--first-ahover-color);
}



.card-body-new span {
  width: 100%;
  display: block;
  font-size: 12px;
  color: var(--list-box-title-info-exp-text-color);
  padding: 4px 0px;

}

.card-body-new-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.6em;
  background: #;
  z-index: 99;

}

.card-body-new-img img {
  width: auto;
  height: 66px;
  z-index: 99;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}


.card-body-new-img-24 {
  width: 100%;
  height: 56px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #;
  z-index: 99;

}

.card-body-new-img-24 img {
  width: 56px;
  height: 56px;

  z-index: 99;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.container .libox {
  border: 1px solid var(--list-box-border-color);
  border-radius: 20px;
  position: relative;

}

.container .libox:hover {
  background:var(--list-box-bg-color) !important;
  box-shadow:0px 0px 1px 0px var(--list-box-border-ahover-color);
  transition:width 1s, height 1s, background 1s, transform 1s; 
  -moz-transition:width 1s, height 1s, background 1s, -moz-transform 1s; 
  -webkit-transition:width 1s, height 1s, background 1s, -webkit-transform 1s; 
  -o-transition:width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
}

.container .libox:hover .card {
  background:var(--list-box-bg-color) !important;
  transition:width 1s, height 1s, background 1s, transform 1s; 
  -moz-transition:width 1s, height 1s, background 1s, -moz-transform 1s; 
  -webkit-transition:width 1s, height 1s, background 1s, -webkit-transform 1s; 
  -o-transition:width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
}

.info-box-small {
  border-radius: 10px; 
  margin: 0.8em auto;
  padding: 0;
}
.info-box-small a {
  color: #FFF;
  font-size: 0.8em;
  text-decoration: none;
}
.info-box-small a:hover {
  text-decoration: underline;
}
.single_top_say1 {

   color: #FFFFFF;
   background: #00C054;

}

.single_top_say2 {

     color: #FFF;
    background: #FF4659;

}

.single_top_say3 {

    color: #FFFFFF;
   background: #7B61FE;

}


.info-box-small b {
  width: 96%;
  text-align: center;
  display: block;
  font-size: 0.8em;
  margin: 0px auto;
  padding: 0.8em 0;
  overflow: hidden;

}
.info-box-small p{
  width: 96%;
  margin: 0 auto;
  font-size: 0.8em;
  padding: 0em 0 0.8em;
  text-align: center;
}



.single-img img {
  width: auto;
  height: 76px;
  overflow: hidden;
}




.single-content-box, .single-open-box {
  width: 80%;
  height: auto;
  padding: 10px 0px 15px;
  margin: 10px auto 0px;


}


.single-content-con {
  width: 98%;
  height: auto;
  margin: 0px auto;
  color: var(--single-text-color);
}



.single-content-con a {
  color: var(--single-a-color);
}

.single-content-con a:hover {
  color: var(--single-ahover-color);
}

.single-content-con h1, .single-content-con h2, .single-content-con h3, .single-content-con h4, .single-content-con h5, .single-content-con h6 {
  color: var(--single-title-bg-color);
  border-left: 5px solid var(--single-title-bg-color);
  line-height: 1;
  margin: 20px auto;
  text-indent:0.2em ;
}

.single-content-con .wp-block-image {
  width: calc(100% - 1.5em - 1.5em);
  padding: 1em 1.5em;
  background: var(--main-bg-color);
}

.single-content-con .wp-block-image img{
  max-width: 99%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 10px;
}

.single-content-con p {
  margin: 0 0 20px 0;
  line-height: 1.4;
  text-align: left;

}

/*Wordpress 代码*/
.single-content-con .wp-block-code {
  background:url(images/dosnew.png) no-repeat 0 0 #373c41;
  -moz-background-size : 100%  auto  ;
  -webkit-background-size : 100%   auto  ;
  -o-background-size : 100%   auto ;
  background-size :100%  auto  ;
  color: var(--second-a-color);
  font-size:0.9em;
  margin:0px auto 20px;
  padding:50px 10px 20px 20px;
  border-radius:8px;
  overflow: auto;
  white-space: pre-wrap ;


}
.single-content-con .wp-block-verse {
  background:url(images/dosnew.png) no-repeat 0 0 #373c41;
  -moz-background-size : 100%  auto  ;
  -webkit-background-size : 100%   auto  ;
  -o-background-size : 100%   auto ;
  background-size :100%  auto  ;
  color: var(--second-a-color);
  font-size:0.9em;
  margin:0px auto 20px;
  padding:50px 10px 20px 20px;
  border-radius:8px;
  overflow: auto;
  white-space: pre-wrap;

}
/*Wordpress 引用*/
.single-content-con blockquote {
  margin:8px auto 20px;
  padding:5px 13px;
  word-break:break-all;
  background:var(--main-bg-color);
  display:block;
  border-radius:10px;
}
.single-content-con blockquote p {
  margin-top: 20px;
}

#single-info-box  {
  width: 90%;
  height: auto;
  margin: 0px auto 0px;
}

#single-info-box ul li {
  width: 100%;
  height: auto;
  text-align: left;

}

.single-content-con  table {
  width:100%;
  text-align:left;
  background:#FFF;
  margin:10px auto;
  color: var(--list-box-title-text-color);
  border-collapse:collapse;
  border: 1px solid var(--first-ahover-color);


}

.single-content-con th {

  padding:8px 13px;


}
.single-content-con td {
  padding:8px 13px;
  font-size:0.8em;


}
.single-content-con tr:nth-child(even) {background: #;}
.single-content-con tr {border-bottom: 1px solid #f1f1f1;}
.single-content-con tr:last-child {border: none;}

#site-down-say {
  width: 98%;
  height: auto;
  margin: 0px auto 10px;
}

#site-down-say a {
  color: var(--nav-a-color);
}

#site-down-say a:hover {
  color: var(--first-ahover-color);
}

.down-osx,.down-date,.down-size ,.show-down-idc{
  overflow: hidden;
  font-size:0.8em;
  font-weight: 400;
  color: var(--first-text-color);
}


.show-down-idc{
  width: 84px;
  height: 25px;
}

.baiduicon {
  width: 84px;
  height: 25px;
  display: inline-flex;
  vertical-align: top;
  background: url(images/allpans.png) no-repeat 0 -42px ;
  background-size:84px;
}

.otsanicon {
  width: 84px;
  height: 25px;
  display: inline-flex;
  vertical-align: top;
  background: url(images/allpans.png) no-repeat 0 -2px ;
  background-size:84px;
}

.lanzouicon {
  width: 84px;
  height: 25px;
  display: inline-flex;
  vertical-align: top;
  background: url(images/allpans.png) no-repeat 0 -80px ;
  background-size:84px;
}

.down-free-dot {
  width: auto;
  height: 20px;
  line-height: -20px;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  background: #23B251;
  padding: 2px 4px;
  border-radius: 5px;
  position: relative;
  top: -4px;

}
.down-vip-dot {
  width: auto;
  height: 20px;
  line-height: -20px;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  background: #FF4659;
  padding: 2px 4px;
  border-radius: 5px;
  position: relative;
  top: -4px;

}

.single-img-box {
  width: 80%;
  height: auto;
  padding: 10px 0px 15px;
  margin: 10px auto 0px;
}

.single-img-box .single-img-title {
  width: 98%;
  height: 40px;
  margin: 0px auto;
  color: var(--first-a-color);

}

.single-img-box img { 
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0px auto;
}

.single-video-box {
  width: 80%;
  height: auto;
  margin: 10px auto 0px;
}

.single-video-box video { 
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0px auto 10px;
}

.single-content-con video {
  width: 100%;
  height: 528.59px;
}


.accordion {
border-radius: 10px !important;overflow: hidden;
--bs-accordion-bg:var(--container-bg-color) ;
--bs-accordion-btn-color: var(--single-top-title-text-color);
--bs-accordion-color:var(--single-top-title-text-color);
}



.list-group {
  border-radius: 10px;
   --bs-list-group-bg: var(--container-bg-color);
}

.list-unstyled li {
     color: #9895b9; !important;
}

.list-group-flush {
  font-size: 0.8em;
  text-align: left;
 --bs-list-group-bg: var(--container-bg-color);
}

#page-nav {
  padding: 1em 0;
}
#page-nav li a {padding: 0.5em 0.2em;text-decoration: none;}

#page-nav li a:hover {color: var(--first-ahover-color);}

.pagination {
  --bs-pagination-bg: var(--container-bg-color);
  --bs-pagination-disabled-bg: var(--container-bg-color);
  --bs-pagination-disabled-color: var(--first-text-color);
}

.card-img-new-100 {
  width: 100px;
  overflow: hidden;
  margin-right: 2.2em;
}

.card-img-new-100 img {
  width: auto;
  height: 100px;
}
.list-group-item{
  color:var(--single-text-color) !important;
  background: var(--container-bg-color) !important;
}

 .card-new-list a{
  font-weight: 500;
  text-decoration: none;
  color: var(--navbar-a-link);
}

.card-new-list a:hover {
  color: var(--first-ahover-color);
}


footer {
  color: var(--first-text-color) !important;
}

footer ul li a {
  font-size: 0.9em;
  color: var(--first-a-color);
}


.newupdate {
  width: 20px;
  height: 20px;
  color:var(--marin-div-bg-color);
  font-size:0.6em;
  position:absolute;
  border-radius:10px;
  display: flex;
  justify-content:center;
  align-items: center;
  left:5px;
  top:5px;
  z-index:2;
}

.topgood {
  width: 20px;
  height: 20px;
  color:var(--marin-div-bg-color);
  font-size:0.6em;
  position:absolute;
  border-radius:10px;
  display: flex;
  justify-content:center;
  align-items: center;
  left:5px;
  top:5px;
  z-index:2;
}

.topsticky {
  width: 20px;
  height: 20px;
  color:var(--marin-div-bg-color);
  font-size:0.6em;
  position:absolute;
  border-radius:10px;
  display: flex;
  justify-content:center;
  align-items: center;
  left:5px;
  top:5px;
  z-index:2;
}



/*new pay*/
.btn-pay {
  position: relative;
}


.btn-pay label {
  width: 100%;
  cursor: pointer;
}
.btn-pay input {

 position: absolute;
 left:50%;
 bottom: 10%;
 opacity: 1;


}
