.rankingList {
  padding: 40px;
  background: #fff;
  width: 1200px;
  margin: 20px auto 20px auto;
}

.rankingListTitle {
  font-weight: 800;
  font-size: 28px;
  color: #475569;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #dddddd;
}

.rankingItem {
  width: 1120px;
  height: 200px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding: 40px;
  background-image: url("../images/rankingBG1.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rankingItem:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
.rankingItem:hover .rankingItemSelect {
  background: #2563eb;
  color: #fff;
}
.rankingItem > .rankingItemTitle {
  font-weight: 700;
  font-size: 20px;
  color: #2563eb;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
.rankingItem > .rankingItemText {
  width: 720px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* 3行 × 1.5行高 */
}
.rankingItem > .rankingItemSelect {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2563eb;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #2563eb;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.unRankingItem {
  background-image: url("../images/rankingBG2.png") !important;
  cursor: not-allowed;
}

.unRankingItem > .rankingItemTitle {
  color: #64748b !important;
}
.unRankingItem > .rankingItemText {
  color: #666666 !important;
}
.unRankingItem > .rankingItemSelect {
  background: linear-gradient(45deg, #f7f7f7 0%, #d9dfed 100%) !important;
  border: 1px solid #ffffff !important;
  color: #64748b !important;
}

@media (max-width: 1439px) and (min-width: 768px) {
  .rankingList {
    padding: 40px;
    background: #fff;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .rankingItem {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 20px;
    padding: 40px;
    background-image: url(../images/rankingBG1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .rankingItem > .rankingItemText {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
  }
}
@media (max-width: 767px) {
  .rankingList {
    padding: 40px;
    background: #fff;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .rankingItem {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 20px;
    padding: 40px;
    background-image: url(../images/rankingBG1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .rankingItem > .rankingItemText {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
  }
}
