.whats-new__wrap > .inner {
  padding-top: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.whats-new-head {
  width: 1400px;
  display: flex;
  flex-direction: column;
}

.whats-new-head > span {
  font-size: 65px;
  font-family: var(--font-proxima);
  font-weight: bold;
  color: var(--main-Orange);
  white-space: nowrap;
}

.whats-new-category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 120px;
}

.whats-new-category {
  margin: 0 22.5px;
  opacity: 0.39;
  font-size: 23px;
  font-family: var(--font-proxima);
  font-weight: bold;
  color: var(--main-Orange);
  z-index: 9;
  padding-top: 7px;
  border-top: 1px solid var(--main-Orange);
}

.whats-new-category.active2 {
  opacity: 1;
}

.report-table-wrap > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand_store_pagination {
  margin-top: 60px;
  padding-bottom: 200px;
}

.report-table {
  width: 1200px;
}

.report-table__box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f7f6f3;
  border-bottom: 1px solid #ff4713;
  padding: 25px;
  transition: 0.3s ease;
  
}

.report-table__box.active {
  background: rgba(255, 71, 19, 0.04);
}

.report-table__box.active .box-info {
  display: flex;
}

.report-table__box.active .date-arrow {
  background-image: url(../images/whats-new/arrow-up.png);
}

.report-table__box:first-child {
  border-top: 1px solid #ff4713;
}

.box-default {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.box-info {
  width: 90%;
  display: none;
  flex-direction: column;
}

.box-title {
  display: flex;
  flex-direction: column;
  color: var(--main-Orange);
}

.box-date {
  display: flex;
  align-items: center;
  color: var(--main-Orange);
}

.title-kind {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.4;
}

.title-title {
  font-size: 18px;
  font-weight: 500;
}

.date-date {
  font-size: 16px;
  font-family: var(--font-proxima);
  font-weight: normal;
  display: flex;
  align-items: center;
}

.date-arrow {
  background-image: url(../images/whats-new/arrow-down.png);
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-left: 48px;
  margin-bottom: 8px;
}

.info-lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 40px;
  word-break: keep-all;
  margin-left: 15px;
  color: var(--main-Orange);
  margin-bottom: 30px;
}
.info-source {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  word-break: keep-all;
  margin-left: 15px;
  color: var(--main-Orange);
}

.info-source a{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  word-break: keep-all;
  margin-left: 15px;
  color: var(--main-Orange);
}

@media (max-width: 1550px) {
  .whats-new-head {
    width: 80%;
  }
}

@media (max-width: 1500px) {
  .report-table {
    width: 80%;
  }

  .box-info {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .whats-new-head > span {
    font-size: 65px;
    text-align: center;
  }

  .whats-new-category {
    font-size: 19px;
    padding-top: 4px;
  }

  .box-info {
    width: 95%;
  }

  .info-lead {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 60px;
  }

  .box-default {
    align-items: flex-start;
  }

  .date-date {
    font-size: 15px;
  }

  .date-arrow {
    margin-left: 18px;
  }
}

@media (max-width: 700px) {
  .whats-new-category-list {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .report-table-wrap > .inner {
    margin-bottom: 60px;
  }

  .whats-new-head > span {
    font-size: 50px;
  }

  .report-table {
    width: 90%;
  }

  .box-title {
    width: 100%;
  }

  .box-info {
    width: 98%;
  }

  .box-date {
    position: absolute;
    right: 5px;
  }

  .report-table__box {
    padding: 15px 15px 20px 15px;
  }

  .title-title {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .title-kind {
    font-size: 13px;
  }

  .info-lead {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .info-source {
    font-size: 13px;
    margin-left: 0px;
  }

  .info-source a{
    font-size: 13px;
    margin-left: 0px;
  }


  .date-arrow {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 6px;
  }
}

@media (max-width: 500px) {
  .whats-new__wrap > .inner {
    padding-top: 140px;
  }

  .whats-new-head > span {
    font-size: 40px;
  }

  .history-head > div > a:first-child {
    margin-right: 20px;
  }

  .whats-new-category {
    font-size: 16px;
    margin: 0;
  }

  .whats-new-category:first-child {
    margin-right: 20px;
  }

  .brand_store_pagination {
    padding-bottom: 90px;
  }
}
