.jury-page {
  padding-bottom: 80px;
  padding: 2% 0;
}

.jury-page .box-with-right-bg {
  background-size: 30%;
  background-position: 98% 34%;
}


.jury-page .jury-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 90px 8% 0;
  box-sizing: border-box;
}

.jury-page .jury-menu__item {
  font-size: 27px;
  cursor: pointer;
}

.jury-page .jury-menu__item:hover {
  color: #EBBF68;
}

.jury-page .jury-menu__item.active {
  color: #EBBF68;
}

.jury-page .jury {
  display: none;
}

.jury-page .jury:nth-of-type(1) {
  display: block;
}

.jury-page .jury .center {
  justify-content: center;
}

.jury-page .jury h2 {
  text-align: center;
}

.jury-page .jury__list {
  display: flex;
  flex-wrap: wrap;
}

.jury-page .jury__list__item {
  flex-shrink: 0;
  width: 21.8%;
  margin: 3% 4% 0 0;
  border: 1px solid #ccc;
  padding: 3% 0;
  position: relative;
}

.jury-page .jury__list__item:nth-child(4n) {
  margin-right: 0;
}

.jury-page .jury__list__item__pic {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  line-height: 0;
  font-size: 0;
  width: 60%;
  margin: 0 auto;
}

.jury-page .jury__list__item .mask {
  transition: all .2s linear;
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.jury-page .jury__list__item:hover .mask {
  opacity: 1;
  transform: scale(1);
}

.jury-page .jury__list__item__pic:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.jury-page .jury__list__item__pic img {
  position: absolute;
  top: 0;
  width: 100%;
}

.jury-page .jury__list__item__info {
  color: #525252;
  text-align: center;
}

.jury-page .jury__list__item__info p:nth-of-type(n + 2) {
  margin: 10px auto;
}

.jury-page .jury__list__item__name {
  font-size: 20px;
}

.jury-page .jury__brand-list {
  display: flex;
  flex-wrap: wrap;
}

.jury-page .jury__brand-list__item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
}

.jury-page .jury__brand-list__item:nth-child(3n) {
  margin-right: 0;
}

.jury-page .jury__brand-list__item::before {
  content: '';
  display: block;
  padding-top: 55%;
}

.jury-page .jury__brand-list__item img {
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  position: absolute;
  width: 100%;
  top: 0;
}
.club-section{background-color: #FBFBFB;
 padding: 60px; 
  text-align: center;
 }
.club-section .content{
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #282828
}
.club-section .joinus{ 
  color: #BFBFBF;
  font-size: 16px;
  margin: 20px 0}
 .club-section .qrcode img{width: 150px; height: auto;}
 .club-section .qrcodetxt{ color:#4B4B4B;
  font-size: 16px;
  margin: 20px 0}

  .club-section .qrcode{margin-top: 50px}