.banner {
  min-height: 280px;
  position: relative;
}

.banner .img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  min-height: 280px;
}

.banner .text {
  font-family: Arial-BoldMT;
  font-size: 60px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform:uppercase;
}

.crumbs {
  display: flex;
  padding-left: 24px;
  background-image: url(../images/address.png);
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: left center;
  margin-top: 30px;
  font-family: ArialMT;
  font-size: 14px;
  color: #878787;
  align-items: center;
  line-height: 1;
}

.crumbs .item {
  margin-right: 4px;
}

.crumbs .line {
  margin-right: 4px;
}

.club {
  padding: 72px 0 74px;
}

.club .clubContent {
  width: 1320px;
  height: 550px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 55px 60px;
  margin-top: 56px;
}

.club .clubContent .left {
  width: 340px;
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 91px;
}

.club .clubContent .right {
  flex: 1;
  padding-right: 37px;
}

.club .clubContent .right .title {
  color: var(--theme-color);
  padding-top: 37px;
  font-family: Arial-BoldMT;
  font-size: 36px;
}

.club .clubContent .right .text {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-top: 50px;
}

.club .clubContent .right .knowMore {
  width: 200px;
  height: 60px;
  background-color: var(--theme-color);
  border: none;
  border-radius: 30px;
  margin-top: 53px;
  font-family: Arial-BoldMT;
  font-size: 18px;
  color: #FFF;
}

.club .clubContent::before {
  content: '';
  position: absolute;
  background-size: cover;
  width: 377px;
  height: 377px;
  background-image: url(../images/index_club_left.png);
  left: -155px;
  bottom: -74px;
  z-index: -1;
}

.club .clubContent::after {
  content: '';
  position: absolute;
  background-size: cover;
  width: 130px;
  height: 130px;
  background-image: url(../images/index_club_right.png);
  top: -38px;
  right: -63px;
  z-index: -1;
}

.recognition {
  margin-top: 23px;
  padding-bottom: 105px;
}

.recognition .list {
  display: flex;
  flex-direction: column;
  padding-top: 54px;
}

.recognition .list .item {
  padding-top: 18px;
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.recognition .list .item::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 26px;
  margin-right: 21px;
  background-color: var(--theme-color);
  display: block;
  border-radius: 50%;
}

.recognition .list .item .text {
  flex: 1;
  font-family: Arial-Mdm;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s;
}

.recognition .list .item .text:hover {
  color: var(--theme-color);
}

.recognition .list .item .downLoad {
  width: 125px;
  height: 35px;
  background-color: var(--theme-color);
  border: none;
  border-radius: 18px;
  font-family: Arial-BoldMT;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-left: 15px;
}

.recognition .list .item .downLoad .icon {
  margin-right: 11px;
}

.recognition .list .item .downLoad .icon svg path {
  fill: #FFF;
  transition: all 0.3s;
}

.recognition .list .item .downLoad:hover {
  background-color: #fff;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.recognition .list .item .downLoad:hover .icon svg path {
  fill: var(--theme-color);
}

.recognition .list .active .text {
  color: var(--theme-color);
}

@media (max-width: 1440px) {
  .club .clubContent {
    width: 90.5%;
    margin: auto;
    height: auto;
    margin-top: 3%;
  }
  .club .clubContent .right {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .club .clubContent .left {
    margin-right: 5%;
  }
  .club .clubContent .right .title {
    padding-top: 15px;
  }
  .club .clubContent .right .text {
    margin-top: 25px;
  }
  .club .clubContent .right .knowMore {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .club {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .club .clubContent {
    flex-direction: column;
  }
  .club .clubContent .left {
    margin-right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 440;
  }
}

@media (max-width: 768px) {
  .banner .text {
    font-size: 32px;
  }
  .club .clubContent {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .club .clubContent::after {
    content: none;
  }
  .club .clubContent::before {
    content: none;
  }
  .club .clubContent .right .title {
    font-size: 24px;
  }
  .club .clubContent .right .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .club .clubContent .right .knowMore {
    width: 100px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
  .recognition {
    padding-bottom: 60px;
  }
  .recognition .list {
    padding-top: 35px;
  }
  .recognition .list .item {
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 16px;
  }
  .recognition .list .item::before {
    width: 7px;
    height: 7px;
    margin-left: 12px;
    margin-right: 10px;
  }
  .recognition .list .item .text {
    font-size: 12px;
    line-height: 1.4;
  }
  .recognition .list .item .downLoad {
    width: 25px;
    height: 25px;
    border-radius: 14px;
    font-size: 12px;
    margin-left: 10px;
  }
  .recognition .list .item .downLoad .icon {
    margin-right: 0;
  }
  .recognition .list .item .downLoad .t {
    display: none;
  }
  .recognition .list .active .text {
    color: var(--theme-color);
  }
}
