.main {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.main .common-img-wrap {
  background-image: linear-gradient(270deg, rgba(64, 69, 100, 0) 0%, rgba(64, 69, 100, 0.8) 100%), url('/static/site/imgs/img_wrap_projects.jpg');
}
.main .common-img-wrap .what-content {
  padding: 110px 96px;
}
.main .common-img-wrap .what-content .title {
  max-width: 644px;
}
.main .common-img-wrap .what-content .info {
  max-width: 570px;
}
.main .market-insights-updates-wrap {
  width: 100%;
  background: radial-gradient(140.15% 178.17% at 0% -36.77%, #ffffff 0%, #f7e6d6 100%);
}
.main .market-insights-updates-wrap .market-insights-updates-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-text {
  padding: 80px 0;
  max-width: 911px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: rgba(64, 69, 100, 0.8);
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item {
  width: 100%;
  padding: 38px 50px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .left .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: var(--color-border);
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .left .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 27.6px;
  letter-spacing: -0.01em;
  color: var(--color-text-1);
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right {
  flex-shrink: 0;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right .read-more {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  flex-shrink: 0;
  display: flex;
  column-gap: 6px;
  width: fit-content;
  position: relative;
  color: var(--color-border);
  cursor: pointer;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right .read-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
  bottom: -1px;
  left: 0;
}
.main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right .read-more i {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .list-loading {
  width: 100%;
  height: 40px;
  display: none;
  justify-content: center;
}
.main .market-insights-updates-wrap .market-insights-updates-content .list-loading i {
  font-size: 40px;
  color: var(--color-text-1);
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation {
  width: 100%;
  padding: 39px 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .see-more {
  position: relative;
  cursor: pointer;
  width: fit-content;
  color: var(--color-text-1);
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .see-more i {
  font-size: 8px;
  font-weight: 400;
  margin-left: 6px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .see-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-text-1);
  bottom: -1px;
  left: 0;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: rgba(64, 69, 100, 0.5);
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown {
  position: relative;
  z-index: 10;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-text-1);
  position: relative;
  width: fit-content;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected #year {
  min-width: 33px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected i {
  font-size: 8px;
  font-weight: 400;
  margin-left: 6px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  transform: scaleY(0.5);
  background-color: var(--color-text-1);
  bottom: -2px;
  left: 0;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  padding: 12px;
  flex-direction: column;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .dropdown-menu .menu-item {
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(64, 69, 100, 0.8);
  cursor: pointer;
}
.main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .dropdown-menu .menu-item.active {
  color: var(--color-text-1);
}
@media (max-width: 1024px) {
  .main .market-insights-updates-wrap .market-insights-updates-content {
    padding: 0 16px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-text {
    padding: 40px 0;
    font-size: 14px;
    line-height: 21px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list {
    row-gap: 20px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .left .date {
    font-size: 12px;
    line-height: 18px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .left .title {
    font-size: 18px;
    line-height: 22.5px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right {
    margin-top: 8px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right .read-more {
    font-size: 12px;
    line-height: 18px;
    column-gap: 4px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .updates-list .item .right .read-more i {
    font-size: 8px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation {
    padding: 20px 16px;
    justify-content: space-between;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .see-more {
    font-size: 12px;
    line-height: 18px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .see-more i {
    font-size: 6px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year {
    position: static;
    transform: none;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .text {
    font-size: 12px;
    line-height: 18px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected {
    font-size: 12px;
    line-height: 18px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected #year {
    min-width: 28px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .selected i {
    font-size: 6px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .operation .select-year .dropdown .dropdown-menu .menu-item {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 18px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .form {
    margin-top: 24px;
    padding: 20px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .form h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .form .info {
    font-size: 14px;
    line-height: 21px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .form form {
    margin-top: 16px;
  }
  .main .market-insights-updates-wrap .market-insights-updates-content .form form .nex-btn {
    height: 38px;
  }
}
