.awards {
  position: relative;
  width: 100%;
  min-height: 1738px;
  color: #fff;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(180deg, #8D8D9F 0%, #5B5C6C 100%);
  display: flex;
  justify-content: center;
}
.awards-container {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 80px 0;
  padding: 0 2.5rem;
}
.awards-title {
  font-size: 32px;
  font-weight: 600;
}
.awards-desc {
  width: 390px;
  margin: 20px 0 50px 0;
}
.awards-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.awards-item-info {
  width: 550px;
  height: auto;
}
.awards-item-title {
  width: 550px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 22px;
  border-radius: 15px 0px 15px 0px;
}
.awards-item-ul {
  width: 550px;
  height: 250px;
  min-height: 250px;
  padding-left: 10px;
  overflow: hidden;
  text-align: left;
  margin: 30px 0;
}
.awards-item-ul-on {
  height: auto;
  overflow: auto;
}
.awards-bottom {
  height: 24px;
  line-height: 0;
  border-bottom: 1px solid;
}
.awards-item-ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
}
.awards-item-ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 4px 0px 4px 0px;
  display: inline-block;
  margin-right: 10px;
}
.awards-item-ul a {
  color: #fff;
  cursor: pointer;
  width: calc(100% - 20px);
}

.awards-1 li::before, .awards-1-title {
  background: #D41B19;
}

.awards-1 a:hover {
  text-decoration: underline;
  color: #D41B19;
}

.awards-2 li::before, .awards-2-title {
  background: #001850;
}
.awards-2 a:hover {
  text-decoration: underline;
  color: #001850;
}

.awards-3 li::before, .awards-3-title {
  background: #1A1183;
}
.awards-3 a:hover {
  text-decoration: underline;
  color: #1A1183;
}

.awards-arrow {
  width: 17px;
  height: 17px;
  cursor: pointer;
  transition: all 0.2s;
}
.awards-arrow-rotate {
  transform: rotate(180deg);
}
.awards-item-img {
  width: 500px;
  height: 375px;
  border-radius: 50px 0 50px 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  object-fit: cover;
  object-position: top;
}
.mtb140 {
  margin: 140px 0;
}


.awards-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 99;
}
.awards-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 28.75rem;
  height: 32.125rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.25);
  border-radius: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 32px;
  padding: 20px;
}
.awards-pop-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: -42px;
  cursor: pointer;
}
.awards-pop-bg {
  width: 25rem;
  height: 23.75rem;
  line-height: 23.75rem;
  background-color: #EFEFEF;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 0 38px;
  overflow-y: auto;
}
.awards-pop-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .awards {
    line-height: 28px;
    font-size: 16px;
  }
  .awards-container {
    width: 100%;
    min-width: 100%;
    margin: 30px 0 100px 0;
    padding: 0 20px;
  }
  .awards-title {
    font-size: 20px;
  }
  .awards-desc {
    width: 100%;
    margin: 20px 0 30px 0;
  }
  .awards-item {
    flex-direction: column-reverse;
  }
  .mtb140 {
    flex-direction: column;
    margin: 30px 0;
  }
  .awards-item-img {
    width: calc(100% - 10px);
    height: 255px;
    border-radius: 20px 0 20px 0;
  }
  .awards-item-info {
    width: 100%;
  }
  .awards-item-title {
    width: 100%;
    margin-top: 30px;
  }
  .awards-item-ul {
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
  }
  .awards-item-ul a {
    width: auto
  }
  .awards-item-ul li {
    position: relative;
    display: block;
  }
  
  .awards-item-ul li::before {
    position: absolute;
    left: -14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 2px 0 2px 0;
    margin-right: 7px;
  }
  .awards-pop {
    width: calc(100% - 40px);
    height: 403px;
    border-radius: 20px 0px 20px 0px;
    font-size: 16px;
    line-height: 28px;
  }
  
  .awards-pop-bg {
    width: 100%;
    height: 294px;
    line-height: 294px;
  }
  .pages-bg img {
    object-position: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}