.MainLogoBigbox {
  width: 100%;
  margin: 0 auto;
}

.MainLogoBox {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 20px 0;
}

.MainLogoBoxLeft {
  height: 60px;
  display: flex;
  align-items: center;
}

.MainLogoBoxLeftA {
  width: 120px;
}

.MainLogoBoxLeftAImg {
  width: 120px;
}

.MainLogoBoxRight {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}

.MainLogoBoxRightRightBigbox {
  cursor: pointer;
}

.MainLogoBoxRightLeftBox {
  display: flex;
  align-items: center;
}

.MainLogoBoxRightLeftBoxImg {
  width: 20px;
}

.MainLogoBoxRightLeftBoxText {
  color: #444;
  font-size: 14px;
  margin-left: 5px;
}

.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;
}

.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: 21.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;
}

.layui-carousel-ind ul {
  background-color: transparent;
}

.layui-carousel-ind ul li {
  border-radius: 0;
  width: 30px;
  height: 2px;
}

.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;
  gap: 30px;
  cursor: pointer;
}

.right-box {
  width: 295px;
  height: 104px;
  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: 216px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.er-title {
  font-size: 16px;
  color: #1a1a1a;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.er {
  width: 150px;
  height: 150px;

}

.er img {
  width: 150px;
  height: 150px;
}

.user-box {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 189px;
}

.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: 3px 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;
}

.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;
}