.zhubocontent {
  width: 100%;
}
.zhubocontent .navs {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.zhubocontent .navs a {
  width: 12%;
  float: left;
  text-align: center;
  color: #999;
  padding-top: 8px;
  padding-bottom: 8px;
}
.zhubocontent .navs a:hover {
  color: #000;
}
.zhubocontent .navs .active {
  color: #000;
  background-color: #5bac2c5f;
  border-radius: 15px;
}
.zhubocontent table img {
  width: 20px;
}
.zhubocontent .filelist {
  width: 100%;
  float: left;
  min-height: 800px;
}
.zhubocontent .filelist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.zhubocontent .filelist ul li {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 3px;
  border-radius: 5px;
}
.zhubocontent .filelist ul li:hover {
  background-color: #eee;
}
.zhubocontent .filelist ul li span {
  font-size: 22px;
  width: 35px;
  height: 35px;
  float: right;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.zhubocontent .filelist ul li span:hover {
  background-color: #ccc;
}
.zhubocontent .ops {
  background-color: #eee;
  padding: 4px;
  float: left;
  width: 100%;
  border-radius: 15px;
}
.zhubocontent .ops .peiyin_clickitem {
  float: left;
  margin: 8px 15px;
  font-size: 14px;
  text-align: center;
  color: #000;
  position: relative;
  height: 80px;
}
.zhubocontent .ops .peiyin_clickitem div {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #ccc;
  left: -10px;
  z-index: 999;
  border-radius: 8px;
  top: 80px;
  display: none;
}
.zhubocontent .ops .peiyin_clickitem div a {
  width: 100%;
  line-height: 25px;
  height: 25px;
  margin: 0;
  float: left;
  border-bottom: 1px solid #eee;
}
.zhubocontent .ops .peiyin_clickitem div a:hover {
  background-color: #eee;
}
.zhubocontent .ops a {
  float: left;
  margin: 8px 15px;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.zhubocontent .ops a i {
  font-size: 30px;
  margin-right: 3px;
}
.zhubocontent .querysend {
  border: none;
}
.zhubocontent .xz {
  width: 94%;
  float: left;
  margin-top: 15px;
  margin: 15px;
}
.zhubolist .item {
  cursor: pointer;
  width: 48%;
  float: left;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding-top: 7px;
  margin-right: 2%;
  margin-bottom: 15px;
  padding: 5px;
}
.zhubolist .item img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.zhubolist .item:hover {
  background-color: #eee;
}
.zhubolist .item .tools {
  float: right;
  margin-top: 7px;
}
.zhubolist .item .tools .bi {
  font-size: 22px;
}
.zhubolist .active {
  border: solid 1px #5aac2c;
  background-color: #5bac2c4a;
}
.zhubolist .active:hover {
  border: solid 1px #5aac2c;
  background-color: #5bac2c4a;
}
ruby {
  display: none;
}
#peiyincontent {
  height: 440px;
  padding: 15px;
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
}
#peiyincontent .zi_item {
  color: red;
  cursor: pointer;
}
#peiyincontent .zi_item b {
  color: rgba(255, 0, 0, 0.788);
  font-weight: 100;
}
#peiyincontent i {
  font-size: 14px;
  background-color: #5aac2c;
  font-style: normal;
  color: #fff;
  padding: 3px;
}
#peiyincontent u {
  border-left: 2px solid #1f4a06;
  border-right: 2px solid #1f4a06;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-style: normal;
  text-decoration: none;
}
#peiyincontent u::before {
  content: '变速';
  color: #fff;
  background-color: #a82804;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
}
.dyzmenu {
  padding: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 150px;
  display: none;
}
.dyzmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dyzmenu ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  padding: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.dyzmenu ul li:hover {
  background-color: #eee;
}
.peiyincontent {
  width: 100%;
  float: left;
  background-color: #fff;
}
.peiyincontent .h {
  height: 400px;
  background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
  float: left;
  width: 100%;
}
.peiyincontent .h .info {
  margin-top: 85px;
  float: left;
}
.peiyincontent .h .info .h1 {
  font-size: 52px;
}
.peiyincontent .h .info .desc {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}
.peiyincontent .h .info .btns {
  width: 100%;
  float: left;
}
.peiyincontent .h .info a {
  background: #5aac2c;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  border-radius: 5px;
}
.peiyincontent .mztitle {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.peiyincontent .boxdesc {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  float: left;
}
.peiyincontent .panel-body {
  padding: 0px;
  text-align: center;
}
.peiyincontent .panel-body .title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.peiyincontent .panel-body .desc {
  padding: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.peiyincontent .panel-body .btns {
  margin-top: 15px;
  margin-bottom: 15px;
}
.peiyincontent .panel-body .btns a {
  background: #5aac2c;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  border-radius: 5px;
}
.peiyincontent .panel-body img {
  width: 100%;
}
.peiyincontent .news {
  width: 100%;
  float: left;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}
.peiyincontent .news .title {
  font-size: 22px;
  width: 100%;
  margin-bottom: 15px;
}
.peiyincontent .news .title span {
  height: 15px;
  width: 3px;
  background-color: #5aac2c;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.peiyincontent .news .newslist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.peiyincontent .news .newslist a {
  font-size: 14px;
  color: #000;
  width: 100%;
  padding: 3px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.peiyincontent .news .newslist a:hover {
  color: #5aac2c;
  background-color: #eee;
}
.downloaditem p {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.queue_date {
  font-size: 12px;
  color: #ccc;
}
.zhubo {
  width: 500px;
}
.zhubo .navs {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.zhubo .navs a {
  width: 12%;
  float: left;
  text-align: center;
  color: #999;
  padding-top: 8px;
  padding-bottom: 8px;
}
.zhubo .navs a:hover {
  color: #000;
}
.zhubo .navs .active {
  color: #000;
  background-color: #5bac2c5f;
  border-radius: 15px;
}
.zhubo-picker__head {
  margin-bottom: 4px;
}
.zhubo-picker__title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
  color: #111827;
}
.zhubo-picker__hint {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
}
.zhubo-picker__navs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  float: none;
  margin: 14px 0 12px;
}
.zhubo-picker__navs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto !important;
  float: none !important;
  padding: 8px 12px !important;
  font-size: 13px;
  color: #6b7280;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.zhubo-picker__navs a i {
  font-size: 15px;
  line-height: 1;
}
.zhubo-picker__navs a:hover {
  color: #374151;
  background: #f3f4f6;
}
.zhubo-picker__navs .active {
  color: #3d7a1c;
  background: #f0f9eb;
  border-color: #cfe8bc;
  font-weight: 600;
}
.zhubo-picker__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 2px 0 8px;
}
.zhubo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 5px);
  min-height: 58px;
  margin: 0 !important;
  padding: 10px 12px !important;
  box-sizing: border-box;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.zhubo-item .nickname {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.35;
}
.zhubo-item .nickname__name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhubo-item .nickname__desc {
  font-size: 11px;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhubo-item .tools {
  float: none !important;
  margin: 0 !important;
  flex-shrink: 0;
}
.zhubo-item:hover {
  border-color: #cfe8bc !important;
  background: #f7fbf4 !important;
}
.zhubo-item.active {
  border-color: #5aac2c !important;
  background: #f0f9eb !important;
  box-shadow: 0 0 0 1px rgba(90, 172, 44, 0.15);
}
.zhubo-item.active .zhubo-item__play {
  background: #5aac2c;
  color: #fff;
}
.zhubo-item__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.zhubo-item__avatar--male {
  color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}
.zhubo-item__avatar--female {
  color: #db2777;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
}
.zhubo-item__body {
  flex: 1;
  min-width: 0;
}
.zhubo-item__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f3f4f6;
  color: #374151;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.zhubo-item__play i {
  font-size: 16px;
  line-height: 1;
}
.zhubo-item__play:hover {
  background: #5aac2c;
  color: #fff;
}
.peiyin-settings__voice-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.peiyin-settings__voice-icon--male {
  color: #2563eb;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}
.peiyin-settings__voice-icon--female {
  color: #db2777;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
}
@media screen and (max-device-width: 480px) {
  header .nav a {
    width: auto;
    float: left;
    padding: 0;
    width: 25%;
  }
  .content {
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-left: 0%;
    height: 100%;
  }
  .zhubocontent .ops .peiyin_clickitem {
    margin: 1px;
  }
  .zhubo {
    width: 100%;
    left: 0;
    z-index: 9999;
    height: auto;
    max-height: 82vh;
    bottom: 0;
    overflow-y: auto;
    display: none;
    position: fixed;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.12);
  }
  .zhubo .vmxform {
    padding: 16px 14px 20px;
  }
  .zhubo-item {
    width: 100% !important;
  }
  .zhubo-picker__navs a {
    flex: 1 1 calc(33.33% - 6px);
    min-width: 0;
    padding: 8px 6px !important;
    font-size: 12px;
  }
  .zhubo-picker__navs a span {
    white-space: nowrap;
  }
  .zhubocontent .ops a {
    float: left;
    margin: 3px 5px;
    font-size: 14px;
    text-align: center;
    color: #000;
  }
  .xiaoguo {
    left: 0px;
    z-index: 9999;
    bottom: 0px;
    overflow-y: scroll;
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  .xiaoguo input {
    margin: 8px;
    width: 90%;
  }
  .zhubo {
    left: 0px;
    z-index: 9999;
    height: 80%;
    bottom: 0px;
    overflow-y: scroll;
    display: none;
    height: 500px;
    position: absolute;
    z-index: 999;
  }
}
.zz {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  display: none;
}
