.kwh-page .history-box {
  padding: 32px;
  background: #fdf8ec;
  color: #333;
  position: relative;
  height: auto;
  min-height: 135px;
  font-size: 1.333rem;
}
.kwh-page .history-box .text {
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.kwh-page .history-box .text:first-child {
  float: left;
  margin-bottom: 8px;
}
.kwh-page .history-box .text:last-child {
  float: right;
  margin-top: 8px;
}
.kwh-page .history-box::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../../../files/svg/slogan_open.svg) no-repeat top center;
  position: absolute;
  left: 0;
  top: 0;
}
.kwh-page .history-box::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../../../files/svg/slogan_close.svg) no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.kwh-page .history-list .items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items {
    flex-direction: column;
  }
}
.kwh-page .history-list .items .left {
  width: 250px;
  flex-shrink: 0;
}
.kwh-page .history-list .items .left .year-text {
  color: #666;
  padding-top: 10px;
  font-size: 80px;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .left .year-text {
    font-size: 70px;
  }
}
.kwh-page .history-list .items .right {
  padding: 40px 0 40px 100px;
  flex-grow: 1;
  position: relative;
}
.kwh-page .history-list .items .right::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #e2b44a;
  background: #ffffff;
  position: absolute;
  left: -8px;
  top: 50px;
  z-index: 99;
}
.kwh-page .history-list .items .right::after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: #fbd98a;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right {
    padding-left: 0;
    padding-top: 10px;
  }
  .kwh-page .history-list .items .right::before,
  .kwh-page .history-list .items .right::after {
    content: none;
  }
}
.kwh-page .history-list .items .right .title {
  font-size: 1.333rem;
  text-decoration: none;
  color: #333333;
  position: relative;
  font-weight: bold;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kwh-page .history-list .items .right .title .launch {
  --num1: 4px;
  --num2: 40px;
  margin-right: 10px;
  border-radius: 50%;
  width: var(--num2);
  height: var(--num2);
  position: relative;
  background-color: #ffb200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right .title .launch {
    --num1: 2px;
    --num2: 30px;
  }
}
.kwh-page .history-list .items .right .title .launch::before,
.kwh-page .history-list .items .right .title .launch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.kwh-page .history-list .items .right .title .launch::before {
  height: var(--num1);
  width: calc(var(--num2) * 0.5);
}
.kwh-page .history-list .items .right .title .launch::after {
  width: var(--num1);
  height: calc(var(--num2) * 0.5);
  transition: height 0.35s ease-in-out;
}
.kwh-page .history-list .items .right .title.open .launch::after {
  height: 0;
}
.kwh-page .history-list .items .right .lib {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease-in-out;
}
.kwh-page .history-list .items .right .lib .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.kwh-page .history-list .items .right .lib .ul .date {
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  background: #eeeeee;
  min-width: 198px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kwh-page .history-list .items .right .lib .ul .date .pic {
  margin-right: 10px;
  width: 28px;
}
.kwh-page .history-list .items .right .lib .ul .pic-list {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kwh-page .history-list .items .right .lib .ul .pic-list {
    --bs-gutter-y: 10px;
  }
}
.kwh-page .history-list .items .right .lib .ul .pic-list .pic .ele {
  height: 100%;
  object-fit: cover;
}
.kwh-page .history-list .items:first-child .right::after {
  top: 50px;
}
.kwh-page .history-list .items:last-child .right::after {
  height: 70px;
}
@media screen and (max-width: 576px) {
  .kwh-page .history-box {
    display: flex;
    height: auto;
    font-size: 20px;
  }
  .kwh-page .history-box .text {
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-wrap-style: balance;
    flex: 1;
    align-content: center;
  }
  .kwh-page .history-box .text:first-child {
    float: left;
    margin: 0;
  }
  .kwh-page .history-box .text:last-child {
    float: right;
    margin: 0;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=history.css.map */