.no-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MainBomBigBox {
  width: 1400px;
  margin: 0 auto;
}

.MainBomOneBox {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-top: 20px;
}

.MainBomOneLeft {
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  height: 415px;
  overflow: hidden;
  width: 553.63px;
}

.td_a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-table {
  margin: 0;
  border-color: #ffffff;
}

.MainBomOneTable thead {
  background-image: linear-gradient(180deg, #de2103, #ffaea1);
}

.layui-table th {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  height: 40px;
}

.MainBomOneTable tr td {
  padding: 0;
  align-items: center;
  border-right: 1px solid #eee;
  color: #444;
  flex-direction: row;
  font-size: 12px;
  justify-content: center;
  line-height: 23.86px;
  padding: 10.09374px 0;
  text-align: center;
}

.table-text {
  display: flex;
  justify-content: center;
  gap: 2px;
  flex-wrap: wrap;
  width: 206.84px;
}

.red-q {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 17px;
  width: 17px;
  background-color: #de2103;
}

.bule-q {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 17px;
  width: 17px;
  background-color: #4D6FF8;
}

.tableIcon {
  color: currentColor;
  font-size: 12px
}

.lastTd:hover .tableIcon {
  color: #de2103;
}

.MainBomOneMainTop {
  border-radius: 15px;
}

.layui-carousel-ind ul {
  background-color: transparent;
}

.layui-carousel-ind ul li {
  border-radius: 0;
  width: 30px;
  height: 2px;
}

.layui-carousel {
  border-radius: 15px;
  overflow: hidden;
}

.MainBomOneMainTopImg {
  border-radius: 15px;
}

.banner-fotter {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}

.left-box {
  width: 295px;
  height: 104px;
  background-image: linear-gradient(135deg,
      rgba(248, 22, 22, 0.5),
      rgba(216, 216, 216, 0));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  gap: 30px;
  cursor: pointer;
}

.right-box {
  width: 295px;
  height: 104px;
  border-radius: 15px;
  background-image: linear-gradient(-135deg,
      rgba(28, 136, 247, 0.5),
      rgba(216, 216, 216, 0));
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.d-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  background-image: url(../img/ico.png);
  background-position: -1px 99%;
  background-repeat: no-repeat;
}

.d-right {
  display: flex;
  flex-direction: column;
}

.d-title {
  font-size: 16px;
  color: #1a1a1a;
}

.d-text {
  font-size: 14px;
  color: #444;
}

.MainBomOneRight {
  height: 415px;
  width: 229px;
}

.er-box {
  width: 100%;
  height: 200px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg,
      rgba(28, 136, 247, 0.5),
      rgba(216, 216, 216, 0));
}

.er-title {
  font-size: 16px;
  color: #1a1a1a;
  width: 100%;
  text-align: left;
}

.er {
  width: 130px;
  height: 130px;

}

.er img {
  width: 130px;
  height: 130px;
}

.user-box {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-image: linear-gradient(0deg,
      rgba(248, 22, 22, 0.5),
      rgba(216, 216, 216, 0));
}

.user-text {
  color: #1c89f8;
  font-size: 12px;
}

.sign-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #1c89f840;
  border-radius: 5px;
  padding: 2px 5px;
  grid-gap: 10px;
  margin-top: 5px;
}

.user-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.attr {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.attr img {
  width: 60px;
  height: 60px;
}

.no-text {
  color: #666;
}

.login-btn {
  width: 204.38px;
  background-color: #1c89f8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  cursor: pointer;
}

.user-fbtn {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;

}

.qd-btn {
  flex: 1;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  color: #FFf;
  line-height: 30px;
  background-color: #1c89f8;
  text-align: center;
}

.cz-btn {
  flex: 1;
  border-radius: 5px;
  cursor: pointer;
  line-height: 30px;
  background-color: #de2103;
  text-align: center;
}

.cz-btn-text {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.MainBomTow {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-top: 10px;
}

.MainBomTowLeft {
  width: 397.16px;
  border: 1px solid #eee;
}

.MainBomTowLeftTop {
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
  background-color: #eee;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.MainBomTowLeftTopLeft {
  display: flex;
  align-items: center;
}

.MainBomTowLeftTopLeftLeft {
  background-color: #de2103;
  height: 16px;
  margin-right: 10px;
  width: 4px;
}

.MainBomTowLeftTop a:hover .PublicRight {
  color: #de2103;
}

.MainBomTowLeftBom {
  padding: 10px;
}

.MainBomTowLeftBom li {
  display: flex;
  flex-direction: row;
  height: 34px;
  justify-content: space-between;
  line-height: 34px;
  width: 100%;
}

.MainBomTowLeftBomText {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
  color: #000000;
}

.MainBomTowLeftBom a:hover .MainBomTowLeftBomText {
  color: #de2103;
}

.MainBomTowRight {
  flex: 1;
  border: 1px solid #eee;
}

.MainBomTowRightTop {
  line-height: 20px;
  padding: 10px;
  background-color: #eee;
  color: #1a1a1a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.MainBomTowRightBom {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  height: 102px;
}

.iocn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}

.iocn-box img {
  width: 30px;
  height: 30px;
}

.cz-box {
  display: flex;
  width: 100%;
  margin-top: 10px;
  flex-direction: column;
}

.cz-title {
  width: 100%;
  height: 40px;
}

.cz-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  background-image: url(../img/indexBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  line-height: 40px;
}

.MainBomThreeBom {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-top: 10px;
}

.MainBomThreeBomBox {
  width: 460px;
  border: 1px solid #eee;
}

.MainBomThreeBomBoxBom {
  padding: 10px;
}

.MainBomThreeBomBoxBomTextBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.MainBomThreeLiAvatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  overflow: hidden;
  width: 30px;
}

.MainBomThreeLiAvatarImg {
  height: 100%;
  width: 100%;
}

.MainBomThreeLiText {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
  color: #000000;
}

.MainBomThreeLiTime {
  color: #999;
  font-size: 14px;
}

/* 首页交互反馈：只增加 hover 效果，不改变原有结构和渲染逻辑 */
.MainBomOneMainTopImg,
.left-box,
.right-box,
.iocn-box,
.login-btn,
.qd-btn,
.cz-btn,
.MainBomTowLeftBom li,
.MainBomThreeBomBox,
.MainBomThreeBomBoxBomTextBox {
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

/* 轮播图鼠标移入时轻微放大，增强可点击感 */
.MainBomOneMainTop a:hover .MainBomOneMainTopImg {
  transform: scale(1.02);
}

/* 下载入口和工具入口移入时轻微上浮 */
.left-box:hover,
.right-box:hover,
.iocn-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(222, 33, 3, 0.12);
}

.iocn-box:hover {
  color: #de2103;
}

.iocn-box:hover img {
  opacity: 0.86;
}

/* 登录、签到、充值按钮移入时保持原色系，只增强亮度反馈 */
.login-btn:hover,
.qd-btn:hover,
.cz-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* 公告整行 hover，避免只有文字变色导致反馈太弱 */
.MainBomTowLeftBom li:hover {
  background-color: #fff7f5;
}

.MainBomTowLeftBom li:hover .MainBomTowLeftBomText {
  color: #de2103;
}

/* 免费文章栏目 hover：卡片边框、行背景、标题和头像都有轻反馈 */
.MainBomThreeBomBox:hover {
  border-color: rgba(222, 33, 3, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.MainBomThreeBomBoxBomLi a {
  display: block;
}

.MainBomThreeBomBoxBomLi a:hover .MainBomThreeBomBoxBomTextBox {
  background-color: #fff7f5;
  transform: translateX(3px);
}

.MainBomThreeBomBoxBomLi a:hover .MainBomThreeLiText {
  color: #de2103;
}

.MainBomThreeBomBoxBomLi a:hover .MainBomThreeLiAvatar {
  box-shadow: 0 0 0 2px rgba(222, 33, 3, 0.16);
}

.MainBomThreeBomBoxBomLi a:hover .MainBomThreeLiAvatarImg {
  transform: scale(1.06);
}

.MainBomThreeLiAvatarImg {
  transition: transform 0.2s ease;
}

.MainBomTowLeftTopRight:hover {
  color: #de2103;
}

.qd-btn.is-signed {
  background-color: #c0c4cc;
  cursor: not-allowed;
  opacity: 0.9;
}

.qd-btn.is-signed:hover {
  transform: none;
}

/* Extracted from index.html. */

.index-style-01 {
  font-size: 14px; color: #666; margin-top: 10px;
}

.index-style-02 {
  font-size: 12px; color: #fff;
}
