#navi {
    height: 0px;
    margin-top: -15px;
    font-size:2em;
}
#height {
	   height:70px
}

#menu {
    /*背景*/   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8AB9EB), color-stop(40%,#5C9DDC), color-stop(100%,#2374C5));
    background: -moz-linear-gradient(top, #8AB9EB, #5C9DDC, #2374C5);
    /*圆角*/   

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
 
#men {
    text-align: center;
    margin: 0 auto;
}

.defaul {
    width: 80%;
}

ul {
    padding: 0;
}
 
ul li {
    list-style-type: none;
    display: inline;
    /*margin-right: 15px;*/
}
 
ul li a {
    color: #fff;
    text-decoration: none;
    /*文字阴影*/
    text-shadow: 1px 1px 1px #000;
    padding: 6px 12px;
    /*圆角*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
}
 
ul li a:hover {
    background:#FFC;
    color:#333;
 
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
}
 
.default {
    width: 90%;
    height: 50px;
    box-shadow: 0 5px 20px #888;
    -webkit-box-shadow: 0 5px 20px #888;
    -moz-box-shadow: 0 5px 20px #888;
}

.pretty-button {
    float: left;
    border: none;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s;
}

.mbaifenbi {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #5d5d5d;
    border-radius: 25px; 
    padding: 30px;
    box-sizing: border-box;
}

.cero {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #5d5d5d;
    border-radius: 25px; 
  box-sizing: border-box;
  align-items: center;
  justify-content: center;

}
.boox {
  width: 190px; 
  height: 235px;
  border: 2px solid transparent; 
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 30px;
  margin: 12.5px;
}
.boox:hover {
  border-color: #ff6200;
}
.boox-image {
  width: 185px;
  height: auto;
  max-height: 190px;
  border-radius: 5px;
  cursor: pointer;
  transition: border-radius 0.3s ease;
  border-radius: 10%;
}



/* 白色背景 */
  .night-theme {
    background-color: #fff;
    color: #000;
    text-align: center;

}
.night-theme .pretty-button {
    background-color: #d1d1d1;
    color: #000;
}

     .night-theme   #myText {
            background-color: #fff;
            color: #FF9933;
        }

.night-theme  .box-title {
        position: absolute;
        bottom: 40;
    color: #000000;
        left: 0;
        right: 0;
        font-size: 2em;
        text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}

/* 黑色背景 */
  .day-theme {
    background-color: #1A1C1F;
    color: #e1e1e1;
    text-align: center;
}
.day-theme .pretty-button {
    background-color: #2C2E31;
    color: white;
}

.day-theme .box-title {
        position: absolute;
        bottom: 40;
    color: #e1e1e1;
        left: 0;
        right: 0;
        font-size: 2em;
        text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
       .day-theme  #myText {
            background-color: #1A1C1F;
            color: #FF9933;
        }
  .pretty-button:hover {
    background-color: #888; /* 鼠标悬浮颜色 */
    color: #2C2E31;
  }
.pretty-button.active {
    background-color: #757575;
  color: white; 
}

.customptable {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #5d5d5d;
    border-radius: 25px; 
    padding: 30px;
    box-sizing: border-box;
    font-size: 1.5em;
    border-collapse: separate;
}

.customptable span {
    display: block;
    margin-bottom: 20px;
}
    .gmac-buttos {
      background-color: #E56600;
      border: none;
      color: #fff;
      padding: 15px 82px;
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 30px;
      margin: 4px 2px;
      cursor: pointer;
    }

  .gmac-buttos:hover {
    background-color: #df7eaf; 
    color: #2C2E31;
  }

    .gmacs-buttos {
      background-color: #E56600;
      border: none;
      color: #fff;
      padding: 15px 227px;
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 30px;
      margin: 4px 2px;
      cursor: pointer;
    }
  .gmacs-buttos:hover {
    background-color: #df7eaf; 
    color: #2C2E31;
  }

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; /* 单元格之间的间距 */
}

.grid-item {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

  .btn {
  padding: 10px 25px;
  margin: 2px;
  border: none;
  color: #fff;
  background-color: #757475;
  border-radius: 10px;
  font-size: 2em;
  cursor: pointer;
        }
  .btn:hover {
    background-color: #888;
    color: #2C2E31;
  }
.btn.active {
    background-color: #757575;
  color: white; 
}
 .btn-clicked {
 background-color: red; 
 color: white;
}


.danhang {
  width: 100%;
  height: 100%;
  font-size: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select::after {
    content: "▼"; 
    font-size: 3em;
    color: #999;
    right: 10px; 
    top: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateY(-50%);
}


.input-container {
    margin-bottom: 10px; 
}

.input-field {
    width: 20%; /* 设置输入框宽度 */
    padding: 10px; 
    font-size: 26px; 
    border-radius: 5px;
    border: 1px solid #ccc; 
}

.input-fields {
    width: 80px; /* 跳转页数设置输入框宽度 */
    height: 35px;

    padding: 11px; 
    font-size: 2em; 
    border-radius: 5px; 
    border: 1px solid #ccc; 
}

.wz-fields {
    width: 40%; /* 网址输入框宽度 */
    height: 55px;
    padding: 11px; 
    font-size: 2em; 
    border-radius: 5px; 
    border: 1px solid #ccc;
}


    .gmac-modal {
      display: none; 
      position: fixed; 
      z-index: 1; 
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; 
      background-color: rgba(0,0,0,0.4); 
    }
    .gmac-modal-content {
      background-color: #757475; 
      margin: 15% auto; 
      padding: 20px;
      border: 1px solid #1A1C1F;
      width: 80%;
      border-radius: 40px;
      max-width: 600px;
      text-align: center;
      position: relative;
    }
    .gmac-close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      position: absolute;
      right: 20px;
      top: 0;
    }
    .gmac-close:hover,
    .gmac-close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

.button {
    padding: 10px 50px; /* 搜索按钮 */
    font-size: 26px;
    border-radius: 5px; 
    background-color: #4CAF50; 
    color: white; 
    border: none; 
    cursor: pointer; 
}

.button:hover {
    background-color: #45a049;
} 


.content-button {
  background-color: #c1c1c1; /* 全部 段子 等 按钮 */
  color: #333; 
  border: none;
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px; 
  font-size: 2em;
  margin: 4px 2px;
  cursor: pointer;
}
  .content-button:hover {
    background-color: #888;
    color: #2C2E31;
  }

.content-button.active {
  background-color: red;
  color: white;
}

.button-container {
  white-space: nowrap;
  overflow-x: auto;
  position: relative; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.button-container::-webkit-scrollbar {
  display: none;
}

.baifenbi2 {
    width: 90%;
    height: 50px;
    text-align: center;
}

.baifenbi {
    width: 100%;
}

.baifenbi a {
        color: inherit; 
        text-decoration: none;
    }
.kbaifenbi a {
        color: inherit; 
        text-decoration: none;
    }
.baifenbi2 a {
        color: inherit; 
        text-decoration: none;
    }

.abaifenbi {
    width: 90%;
    margin: 0 auto;
}

.kbaifenbi {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #5d5d5d;
    border-radius: 25px; 
    padding: 30px;
    box-sizing: border-box;
}
.kbaifenbi img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain; 
  display: block;
  margin: 0 auto;
}

.table-container {
  display: flex;
  justify-content: center; 
font-size:1.2em;  
}
.table {
  display: flex;
  flex-direction: column;
  width: calc(5 * 24% + 4 * 1%); 
}
.row {
  display: flex;
  width: 100%;
}
.cell {
  flex: 1;
  width: calc(24% - 1%);
  border: 0px solid black; 
  text-align: center; 
 /* padding: 10px 0; */ 
  box-sizing: border-box; 
}

.sbaifenbi {
    width: 90%;
    border: 2px solid #5d5d5d;
    border-radius: 25px; 
    padding: 20px;
    margin-bottom: 8px; 
}


  #qrcode-modal {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 40px;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 20px;
    background-color: #757475;
    border: 1px solid #757475;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    justify-content: center; 
    align-items: center; 
  }
  #qrcode {
    margin: auto;
    max-width: 100%;
    box-shadow: 0 0 13px 13px white; 
  }
    .copy-abutton {
      background-color: #757475;
      border: none;
      color: #FFE500;
      padding: 15px 22px;
      border-radius: 40px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 1em;
      margin: 4px 2px;
      cursor: pointer;
        }
  .copy-abutton:hover {
    background-color: #888; 
    color: #2C2E31;
  }
  #close-btn, #modify-btn {
    background-color: #98a3ff;
    border: none;
    color: white;
    padding: 25px 62px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;
    margin: 22px 20px;
    cursor: pointer;
  }
 a {
   color: inherit;
   text-decoration: none; 
    }
a:hover {
   color: #009900;
}
}




