@charset "utf-8";
.w680 .rightDay {
  width: 1200px;
  height: 300px;
  position: relative;
  margin-top: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.w680 .rightDay .lists {
  display: none;
  width: 100%;
  height: 300px;
  position: relative;
  background: rgb(255 255 255 / 21%);
  overflow: hidden;
}

.rightDay .lists.show {
  display: block;
}

.rightDay .lists::-webkit-scrollbar {
  display: none;
}

.rightDay .lists #maxechart {
  width: 630px;
  height: 40px;
  position: absolute;
  bottom: 102px;
  left: 40px;
}

.rightDay .lists #minechart {
  width: 630px;
  height: 40px;
  position: absolute;
  bottom: 62px;
  left: 40px;
}

.rightDay .lists .temechart {
  display: none;
  width: 1140px;
  height: 90px;
  position: absolute;
  bottom: 62px;
  left: 30px;
}

.rightDay .lists.show .temechart {
  display: block;
}

.rightDay .tqlists {
  width: 100%;
  height: 100%;
  font-family: Microsoft Yahei;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.rightDay .tqlists .item {
  display: inline-block;
  width: 120px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 20px 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.rightDay .tqlists .item:hover {
  /*background: rgba(47, 53, 132, 0.50);*/
  background: #fff5f7;
}

.rightDay .tqlists .item .xia,
.rightDay .tqlists .item .shang {
  width: 100%;
  box-sizing: border-box;
}

.rightDay .tqlists .item .shang .data {
  width: 100%;
}

.rightDay .tqlists .item .shang .data div {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 16px;
  margin-top: 6px;
}

.rightDay .tqlists .item .shang .imgbox {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.rightDay .tqlists .item .shang .imgbox img {
  width: 38px;
  height: auto;
  display: block;
}

.rightDay .tqlists .item .xia,
.rightDay .tqlists .item .shang .tqdeg {
  width: 100%;
}

.rightDay .tqlists .item .xia div,
.rightDay .tqlists .item .shang .tqdeg div {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 14px;
}

.rightDay .tqlists .item .xia div:last-child,
.rightDay .tqlists .item .shang .tqdeg div:last-child {
  margin-top: 14px;
}

/*.rightDay .limgbtn{*/
/*  width: 18px;*/
/*  height: 30px;*/
/*  border-radius: 4px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  position: absolute;*/
/*  top: 54%;*/
/*  left: 0;*/
/*  margin-top: -20px;*/
/*  cursor: pointer;*/
/*}*/
/*.rightDay .rimgbtn{*/
/*  width: 18px;*/
/*  height: 30px;*/
/*  border-radius: 4px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  position: absolute;*/
/*  top: 54%;*/
/*  right: 0;*/
/*  margin-top: -20px; */
/*  cursor: pointer;*/
/*}*/
/*.rightDay .limgbtn.noshow,*/
/*.rightDay .rimgbtn.noshow{*/
/*  display: none;*/
/*}*/
/*.rightDay .limgbtn:hover,*/
/*.rightDay .rimgbtn:hover{*/
/*  background: rgba(255,255,255,0.30);*/
/*}*/

.rightDay .limgbtn .tqlimg {
  width: 7px;
  height: 12px;
  display: block;
}
.rightDay .rimgbtn .tqrimg {
  width: 7px;
  height: 12px;
  display: block;
}
