body {
  /* background: #fff; */
}
.rankingBanner {
  width: 100%;
  position: relative;
}

.rankingBanner img {
  width: 100%;
  height: auto;
}
.rankingBannerSlogan {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rankingBannerTitle {
  width: 504px;
  font-weight: 800;
  font-size: 32px;
  color: #2563eb;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.rankingBannerText {
  width: 650px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
}

.otopRanking {
  max-width: 1200px;
  margin: 30px auto 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.otopRankingBox {
  width: 840px;
  background: #fff;
  padding: 20px;
  border-radius: 8px 8px 8px 8px;
}

.newRankingTitle {
  padding: 20px 0px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.newRankingTitle h2 {
  font-weight: 800;
  font-size: 24px;
  color: #475569;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.otopRankingBoxBanner {
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.otopRankingBoxBanner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.rankingSlogan {
  position: absolute;
  top: 110px;
  left: 145px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rankingSloganLeft {
}

.rankingSloganLeftTop {
  width: 325px;
  height: 50px;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  line-height: 69px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.rankingSloganLeftBottom {
  width: 315px;
  height: 46px;
  font-weight: 900;
  font-size: 36px;
  color: #000;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.rankingSloganLeftBottom span {
  color: #2563eb;
}

.otopRankingBoxBannerSlogan {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.otopRankingTableTitles {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background: #2563eb;
  border-radius: 0px 0px 0px 0px;
}

.otopRankingTableTitle {
  color: #fff;
  text-align: center;
}
.no {
  width: 7%;
}
.brand_name {
  width: 30%;
}
.category {
  width: 15%;
}
.province {
  width: 35%;
}
.influence_index {
  width: 13%;
}
.otopRankingTableInfos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

/* 双数行背景色为蓝色 */
.otopRankingTableInfos:nth-child(even) {
  background: #d7ecff;
  border-radius: 0px 0px 0px 0px;
}

.otopRankingTableInfo {
  text-align: center;
  font-size: 15px;
  /* 禁止文字复制 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hotRankingItem {
  width: 336px;
  height: 124px;
  background: #efe9ff;
  border-radius: 8px 8px 8px 8px;
  background: url(../images/hotRanking.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding: 40px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hotRankingItemTitle {
  width: 158px;
  height: 44px;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.hotRankingItem: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);
}

@media (max-width: 1439px) and (min-width: 768px) {
  .otopRanking {
    max-width: 90%;
    margin: 30px auto 60px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .otopRankingBox {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .rankingBannerSlogan {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rankingBannerText {
    width: 90%;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 15px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-top: 6px;
}
  .rankingBannerTitle {
    width: 90%;
    font-weight: 800;
    font-size: 21px;
    color: #2563eb;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
}
@media (max-width: 767px) {
  .otopRanking {
    max-width: 90%;
    margin: 30px auto 60px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .otopRankingBox {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
  }
  .rankingBannerSlogan {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rankingBannerText {
    width: 90%;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-top: 24px;
  }
  .rankingBannerTitle {
    width: 90%;
    font-weight: 800;
    font-size: 32px;
    color: #2563eb;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .otopRankingTableTitles {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    background: #2563eb;
    border-radius: 0px 0px 0px 0px;
  }
  .otopRankingTableInfos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
}
