.BottomBarPage {
  /* min-height: 411px; */
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #f7fbff;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

.BottomBarPage a {
  color: black;
}

.BottomBarPage .BottomBarPanel {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

.BottomBarPage .BottomBarPanel-bt {
  margin-left: 40px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.BottomBarPage .BottomBarPanel-bt span {
  color: #333333;
  font-size: 16px;
  margin-left: 50px;
}

.BottomBarPage .BottomBarPanel-bt span:first-child {
  margin-left: 0px;
}

.BottomBarPage .BottomBarPanel .BootomBarTitle {
  height: 40px;
  display: flex;
  color: #239aff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .BottomBarPage {
    background-position: center top;
    background-size: auto;
  }
}

.BottomBarPage > .BotInfoPanel {
  max-width: 1240px;
  width: 100%;
  min-height: 230px;
  display: flex;
}

.BotInfoPanel > .BotDetailInfo {
  width: 392px;
  height: 230px;
  box-sizing: border-box;
  border-right: 1px solid #666666;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.BotInfoPanel > .BotDetailInfo > img {
  max-width: 299px;
  max-height: 24px;
}

.BotInfoPanel > .BotDetailInfo > .BotSpan2 {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #ffffff;
}
.BotInfoPanel > .BotDetailInfo > .BotSpan2 > .Spansspan3 {
  display: flex;
}

.BotInfoPanel > .BotListInfo {
  margin-left: 32px;
  margin-right: 179px;
  width: 488px;
  height: 200px;
  display: flex;
  justify-content: space-between;
}

.BotInfoPanel > .BotListInfo > .BotSpanList {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #ffffff;
}
.BotInfoPanel > .BotListInfo > .BotSpanList > span {
  margin-bottom: 10px;
  opacity: 0.8;
}

.BotInfoPanel > .BotListInfo > .BotSpanList > span:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 1;
}

.BotInfoPanel > .BotQrCode {
  min-width: 150px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: #2e2e2e;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.BotQrCode > .BotQrCodeBox {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  box-sizing: border-box;
}
.BotQrCodeBox > img {
  max-width: 130px;
}

.BotInfoPanel > .BotQrCode > span {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}

.ICPPanel {
  background-color: #f7fbff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: black;
}

.ICPPanel a {
  margin-left: 20px;
  color: #5bbbff;
}

.BottomBarPage > .BotListInfoMin {
  display: none;
}

@media screen and (max-width: 1240px) {
  .BottomBarPage {
    min-height: unset;
    justify-content: start;
    padding-bottom: 0px;
  }

  .BottomBarPage > .BotInfoPanel {
    min-height: unset;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
  }

  .BotInfoPanel > .BotDetailInfo {
    border-right: 0;
  }

  .BotInfoPanel > .BotListInfo {
    display: none;
  }

  .BottomBarPage > .BotListInfoMin {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .BotListInfoMin > .BLIM_Panel {
    background-color: #2d2d2d;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    line-height: 30px;
    min-height: 88px;
  }
  .BotListInfoMin > .BLIM_Panel.show > .BLIM_MainBox > img {
    transform: rotate(180deg);
  }
  .BotListInfoMin > .BLIM_Panel.show > .BLIM_ListBox {
    display: flex;
  }

  .BLIM_Panel > .BLIM_MainBox {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: 88px;
    justify-content: space-between;
    border-top: 1px solid #333333;
  }

  .BotListInfoMin > .BLIM_Panel:first-child > .BLIM_MainBox {
    border-top: unset;
  }

  .BLIM_MainBox > img {
    transition: all 0.2s ease-in-out;
  }

  .BLIM_Panel > .BLIM_ListBox {
    font-size: 14px;
    display: none;
    flex-direction: column;
    margin-bottom: 15px;
    animation: fadeInAA 0.1s forwards;
  }

  @keyframes fadeInAA {
    0% {
      height: 0;
      opacity: 0;
    }

    12.5% {
      height: 12.5px;
      opacity: 0;
    }

    25% {
      height: 25px;
      opacity: 0.05;
    }

    37.5% {
      height: 37.5px;
      opacity: 0.1;
    }

    50% {
      height: 50px;
      opacity: 0.2;
    }

    65.5% {
      height: 65.5px;
      opacity: 0.4;
    }

    75% {
      height: 100px;
      opacity: 0.5;
    }

    87.5% {
      opacity: 0.8;
    }
    100% {
      height: auto;
      opacity: 1;
    }
  }

  .BLIM_ListBox > span {
    min-height: 35px;
  }

  .ICPPanel {
    min-height: 80px;
    background-color: #f7fbff;
  }
}
