.module-title,
.module-desc {
  color: #3d3d3d;
  text-align: center;
}

.module-title {
  margin: 50px 0 26px;
  font-size: 48px;
}

strong {
  color: #1e90ff;
}

.banner-container {
  display: flex;
  min-width: 1200px;
  background: url("../img/index-banner.png") 50%;
}
.banner-container p,
.banner-container span {
  color: #fff;
}
.banner-container .title {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 45px;
}
.banner-container .desc {
  margin-bottom: 100px;
  text-align: center;
  font-size: 24px;
}
.banner-container .data-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.banner-container .data-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 190px;
}
.banner-container .data-list li:last-child {
  margin-right: 0;
}
.banner-container .data-list li p {
  margin-bottom: 30px;
  font-size: 20px;
}
.banner-container .data-list li .num {
  color: #1e90ff;
  font-size: 33px;
  font-weight: 700;
}
.banner-container .data-list li span {
  color: #1e90ff;
  font-size: 33px;
  font-weight: 700;
}
.banner-container .join-btn {
  cursor: pointer;
  padding: 15px 0;
  margin: 0 auto 70px;
  width: 350px;
  font-size: 22px;
  text-align: center;
  border: 2px solid #1e90ff;
  border-radius: 17px;
  transition: all 0.3s;
}
.banner-container .join-btn a {
  color: #1e90ff;
}
.banner-container .join-btn:hover {
  color: #fff;
  background-color: #1e90ff;
  transform: scale(1.1);
  transition: all 0.3s;
}
.banner-container .join-btn:hover a {
  color: #fff;
}

.user-container {
  min-width: 1200px;
  background-color: #f5f5f5;
  background-image: url("../img/index/bg.png");
  background-size: 100% auto;
}
.user-container .user-wrapper {
  overflow: hidden;
}
.user-container .apply-btn {
  cursor: pointer;
  padding: 15px 0;
  margin: 0 auto 50px;
  width: 350px;
  font-size: 22px;
  text-align: center;
  background-color: #1e90ff;
  border-radius: 5px;
}
.user-container .apply-btn a {
  color: #fff;
}

.user-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px 0 50px;
}
.user-list li {
  position: relative;
  margin: 0 100px 50px 0;
  width: 134px;
}
.user-list li:nth-child(5) {
  margin-right: 0;
}
.user-list li:nth-child(6) {
  margin-left: 98px;
}
.user-list li .name {
  text-align: center;
}
.user-list li .user-info {
  position: relative;
}
.user-list .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 134px;
  height: 134px;
  border: 1px solid #d7b375;
  overflow: hidden;
  border-radius: 50%;
}
.user-list .figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-list .figure span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
}

.active {
  z-index: 10;
}
.active .up {
  position: absolute;
  left: 50%;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 30px;
  transform: translateX(-50%);
  background: url("../img/index/up.png") no-repeat 50%/cover;
  z-index: 10;
}
.active .user-info {
  height: 180px;
  opacity: 1;
}
.active .user-info:before {
  opacity: 1;
}
.active .user-info:after {
  opacity: 1;
}
.active .user-info p {
  opacity: 1;
}

.user-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
  width: 1080px;
  height: 0;
  border-top: 2px solid rgba(215, 179, 117, 0.5);
  border-bottom: 2px solid rgba(215, 179, 117, 0.5);
  transition: all 0.6s ease;
  opacity: 0;
}
.user-info:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 34px;
  height: 34px;
  background: url("../img/index/quotation-mark.png") no-repeat 50%/cover;
  transition: all 0.6s ease;
  opacity: 0;
}
.user-info:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  transform: rotate(180deg);
  background: url("../img/index/quotation-mark.png") no-repeat 50%/cover;
  transition: all 0.6s ease;
  opacity: 0;
}
.user-info p {
  transition: all 0.6s ease;
  padding: 0 80px;
  opacity: 0;
}

.power-container {
  min-width: 1200px;
  background-color: #fff;
}
.power-container .power-wrapper {
  overflow: hidden;
}
.power-container .more-power-btn {
  padding: 15px 0;
  margin: 0 auto 50px;
  width: 350px;
  font-size: 22px;
  text-align: center;
  background-color: #1e90ff;
  border-radius: 5px;
}
.power-container .more-power-btn a {
  color: #fff;
}

.power-list {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto 50px;
}
.power-list li {
  display: flex;
  margin: 0 30px 40px 0;
  width: 300px;
  height: 84px;
}
.power-list li div {
  flex: 1;
}
.power-list li div .title {
  color: #000;
  font-size: 20px;
}
.power-list li div .desc {
  font-size: 14px;
  letter-spacing: 1.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.power-list .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(215, 179, 117, 0.6);
  border-radius: 50%;
  opacity: 0.5;
}
.power-list .figure img {
  width: 40px;
  height: auto;
}

.map-container {
  position: relative;
  height: 932px;
  min-width: 1200px;
  background-color: #0e1014;
}
.map-container .bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 932px;
  background: url(/img/map/map.png) 50% no-repeat;
  background-size: contain;
}
.map-container .map-wrapper {
  overflow: hidden;
}
.map-container .map-wrapper h4 {
  color: #fff;
}

.activity-container {
  min-width: 1200px;
  background-color: #fff;
}
.activity-container .activity-wrapper {
  overflow: hidden;
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto 50px;
}
.activity-list li {
  position: relative;
  margin: 0 16px 18px 0;
  width: 257px;
  height: 271px;
}
.activity-list li:first-child {
  width: 530px;
}
.activity-list li:nth-child(3) {
  margin-right: 0;
}
.activity-list li:nth-child(7) {
  margin-right: 0;
}
.activity-list li div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  height: 32%;
  background: rgba(0, 0, 0, 0.6);
}
.activity-list li div h4,
.activity-list li div p {
  color: #fff;
}
.activity-list li div .title {
  font-size: 17px;
  margin-bottom: 6px;
}
.activity-list li div .desc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activity-list .figure {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.activity-list .figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.partner-container {
  min-width: 1200px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
.partner-list li {
  flex: none;
  padding: 12px;
  width: 20%;
}
.partner-list li:nth-child(5n) {
  margin-right: 0;
}
.partner-list a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.partner-list .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 98px;
  border-radius: 5px;
}
.partner-list .figure img {
  height: auto;
}