.awards-page .container {
  max-width: 1440px;
}
.awards-page .awards-module-1 {
  position: relative;
  overflow: visible;
}
.awards-page .awards-module-1 .bg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.awards-page .awards-module-1 .box {
  border-radius: 20px;
  padding: 4rem 5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-1 .box {
    padding: 3rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .box {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }
}
.awards-page .awards-module-1 .box .logo-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(60% - 5rem);
  gap: 2.5rem;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .box .logo-list {
    width: 100%;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .box .logo-list {
    gap: 1rem;
  }
}
.awards-page .awards-module-1 .box .logo-list .pic {
  height: 66px;
  width: auto;
  max-width: 21%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .box .logo-list .pic {
    max-width: calc(33.333% - 1rem);
    height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .box .logo-list .pic {
    max-width: calc(50% - 0.5rem);
    height: 48px;
  }
}
.awards-page .awards-module-1 .box .logo-list .pic img {
  max-height: 100%;
  max-width: 100%;
}
.awards-page .awards-module-1 .box ul {
  margin: 0;
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .box ul {
    width: 100%;
  }
}
.awards-page .awards-module-1 .box ul li {
  font-size: 1.25rem;
  line-height: 2.2;
  color: #000;
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .box ul li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .box ul li {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.awards-page .awards-module-1 .box ul li::before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #143C7D;
  display: inline-block;
  margin-top: 1.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .box ul li::before {
    margin-top: 0.5rem;
  }
}
.awards-page .awards-module-1 .list {
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list {
    margin-top: 2rem;
    gap: 1.5rem 1rem;
  }
}
.awards-page .awards-module-1 .list .item {
  box-shadow: 0px 10px 80px #AC6E591C;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item {
    width: 100% !important;
    margin: 0 !important;
  }
}
.awards-page .awards-module-1 .list .item:first-child {
  margin-right: 3rem;
  width: 31%;
}
.awards-page .awards-module-1 .list .item:first-child .text-box .num {
  font-size: 8.25rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-1 .list .item:first-child .text-box .num {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item:first-child .text-box .num {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list .item:first-child .text-box .num {
    font-size: 3.5rem;
  }
}
.awards-page .awards-module-1 .list .item:first-child .text-box p {
  max-width: none;
}
.awards-page .awards-module-1 .list .item:nth-child(2) {
  margin-top: 6px;
  width: calc(25% - 1rem);
}
.awards-page .awards-module-1 .list .item:nth-child(2) .text-box .num {
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-1 .list .item:nth-child(2) .text-box .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item:nth-child(2) .text-box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list .item:nth-child(2) .text-box .num {
    font-size: 3rem;
  }
}
.awards-page .awards-module-1 .list .item:nth-child(3) {
  margin-top: 13rem;
  width: calc(23% - 1rem);
}
.awards-page .awards-module-1 .list .item:nth-child(3) .text-box .num {
  font-size: 4.125rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-1 .list .item:nth-child(3) .text-box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item:nth-child(3) .text-box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list .item:nth-child(3) .text-box .num {
    font-size: 3rem;
  }
}
.awards-page .awards-module-1 .list .item:last-child {
  margin-top: 2.625rem;
  width: calc(21% - 1rem);
}
.awards-page .awards-module-1 .list .item:last-child .text-box .num {
  font-size: 4.125rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-1 .list .item:last-child .text-box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item:last-child .text-box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list .item:last-child .text-box .num {
    font-size: 3rem;
  }
}
.awards-page .awards-module-1 .list .item .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.awards-page .awards-module-1 .list .item .text-box .num {
  display: flex;
  align-items: center;
  color: #FF4800;
  line-height: 1.32;
}
.awards-page .awards-module-1 .list .item .text-box p {
  font-size: 1.75rem;
  color: #143C7D;
  line-height: 1.2;
  max-width: 219px;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-1 .list .item .text-box p {
    font-size: 1.25rem;
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-1 .list .item .text-box p {
    font-size: 1rem;
  }
}
.awards-page .awards-module-1 .list .item::after {
  content: '';
  padding-top: 100%;
  width: 100%;
  display: block;
}
.awards-page .awards-module-2 {
  padding-bottom: 0;
}
.awards-page .awards-module-2 .module-tit {
  text-align: center;
}
.awards-page .awards-module-2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-2 .list {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-2 .list {
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-2 .list {
    gap: 1.5rem;
  }
}
.awards-page .awards-module-2 .list .item {
  width: calc(14.2% - 3.5rem);
}
@media screen and (max-width: 1200px) {
  .awards-page .awards-module-2 .list .item {
    width: calc(25% - 1.875rem);
  }
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-2 .list .item {
    width: calc(33.333% - 1.375rem);
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-2 .list .item {
    width: calc(50% - 0.75rem);
  }
}
.awards-page .awards-module-2 .list .item .pic {
  width: 100%;
}
.awards-page .awards-module-2 .list .item .pic img {
  max-width: 100%;
  max-height: 100%;
}
.awards-page .awards-module-3 {
  margin-top: 6.25rem;
  background: #F8F6F4 url(../../img/awards/module-3-bg.png) no-repeat top left / 100% auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-3 {
    margin-top: 4rem;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-3 {
    margin-top: 3rem;
    background-size: auto 80%;
  }
}
.awards-page .awards-module-3 .module-tit {
  margin: 0;
}
.awards-page .awards-module-3 p {
  margin-top: 1.375rem;
  margin-bottom: 3.125rem;
  color: #000000;
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  .awards-page .awards-module-3 p {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .awards-page .awards-module-3 p {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
