.secondTitle {
  background: linear-gradient(359deg, #09252f, #061a25);
  color: #e5cd8a;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 110px;
  position: relative;
}

.mainContainer {
  height: 97%;
  width: 100%;
}

.firstExcel {
  width: 98%;
  margin: auto;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secondTitle p {
  margin: 0;
}

.titleLi {
  color: #c7c7c7;
  font-weight: bold;
  border-bottom: 1px solid #b5b5b5 !important;
  display: flex;
  align-items: center;
  padding-right: 8px;
  justify-content: space-around;
  background-color: #061a25;
  height: 5%;
}

.titleLi > td {
  width: 16%;
  margin: 5px 2%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dataUl {
  background: #27292b;
  border: none !important;
  height: 100%;
}

.dataUl > tr {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px dashed #b5b5b5;
}

.dataUl > tr > td {
  width: 16%;
  margin: 10px 2%;
  color: #eaeadd;
}

.button1 {
  height: 15px;
  width: 15px;
  background: url(../img/74.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  outline: none;
  filter: grayscale(1);
}

.button2 {
  height: 15px;
  width: 15px;
  background: url(../img/74.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  outline: none;
  transform: rotate(180deg);
  filter: grayscale(1);
}

.titleLi > div {
  display: flex;
  align-items: center;
}

.detail {
  transition: all 0.3s;
}

.detail:hover {
  background-color: #171819;
}

.refresh {
  height: 30px;
  width: 30px;
  background: url(../img/26.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}

.refresh:hover {
  transform: rotate(180deg);
}

.bluee {
  filter: grayscale(0) !important;
}

.titlePart {
  display: flex;
  width: 100%;
  align-items: center;
}

.firstul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 110px;
  height: calc(100% - 110px);
}

.eachExcel {
  width: 32%;
  height: 100%;
  position: relative;
}

.eachTitle {
  width: 48%;
  padding: 0px 1%;
  z-index: 2;
}

.eachTitle > div {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 5%;
}

.rankButtons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}

.allAccount {
  color: #e5cd8a;
  font-weight: bolder;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: auto;
  width: 95%;
  justify-content: center;
  height: 3%;
}
.redd {
  color: #c9690f !important;
  font-weight: bold;
}

.worse {
  color: #bf0707 !important;
  font-weight: bold;
}

.bad {
  color: #ffc400 !important;
  font-weight: bold;
}

.toExchangeInfo {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #eeeeee;
  font-weight: bold;
  text-decoration: none;
}

.toExchangeInfo:hover {
  text-decoration: underline;
}

.jiaobiao {
  color: #1b8ac7;
  font-size: 110px;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  height: 110px;
  line-height: 110px;
  top: 0;
  right: 5px;
}

.secondTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-bottom: 64px solid transparent;
  border-left: 40px solid #09252f;
  width: 0;
  height: 0;
}

.flagRed {
  color: #cf655d !important;
}
.flagRed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 10px solid #cf655d;
  border-bottom: 10px solid transparent;
}

.flagGreen {
  color: rgb(129, 221, 141) !important;
}
.flagGreen::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 10px solid rgb(129, 221, 141);
  border-bottom: 10px solid transparent;
}
