.header .downLIne{
   display: none;
}
.rankingBox .banner {
  width: 100%;
  height: 480px;
}

.centerBox {
  background: url(../img/ranking/rankCenterBg.png) no-repeat center top, #fff;
  background-size: 100% auto;
  margin-top: 20px;
  padding: 26px 40px;
}

.centerBox .allTitle {
  width: 286px;
  height: 53px;
  object-fit: contain;
}

.ThreeBox {
  margin-top: 30px;
  background: url(../img/ranking/rankTopBg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.ThreeBox .rangHeader {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 189px;
  width: calc(1030px - 130px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.ThreeBox .rangHeader>div {
  width: 200px;
  position: absolute;
}

.ThreeBox .rangHeader>div .position {
  position: relative;
}

.ThreeBox .rangHeader>div .title {
  font-size: 22px;
  color: var(--main-color);
  text-align: center;
  margin-top: 8px;
  line-height: 26px;
}

.ThreeBox .rangHeader>div .num {
  width: 106px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(270deg, #F7CD82 0%, #FFDFA5 100%);
  border-radius: 26px 26px 26px 26px;
  font-size: 24px;
  font-weight: 600;
  color: #4C2200;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 18px;
}

.ThreeBox .imgHeader {
  width: 168px;
  height: 168px;
  margin: 0 auto;
  display: block;
}

.ThreeBox .shopImg {
  width: 200px;
  height: 60px;
  opacity: 1;
  border: 2px solid #EFBD63;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.ThreeBox .shopImg a {
  display: block;
  width: 100%;
  height: 100%;
}

.ThreeBox .rangHeader>div.two {
  margin-top: -30px;
  left: 5%;
}

/* .ThreeBox .rangHeader>div.two .shopImg {
  bottom: 30px;
} */

.ThreeBox .rangHeader>div.one {
  margin-top: -125px;
}

.ThreeBox .rangHeader>div.three {
  right: 5%;
}

/* .ThreeBox .rangHeader>div.one .shopImg {
  bottom: 148px;
} */

.rankBottom {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  padding-top: 339px;
}

.rankBottom .bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.rankBottom .postion>div {
  width: 238px;
}

.rankBottom .postion {
  position: absolute;
  bottom: 35px;
  width: calc(100% - 130px);
  display: flex;
  justify-content: space-around;
  left: 0;
  align-items: flex-start;
  right: 0;
  margin: 0 auto;
}

.rankBottom .postion>div {
  position: relative;
}

.rankBottom .postion>div .title {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.rankBottom .centent {
  background: url(../img/ranking/textBg.png) no-repeat top center;
  background-size: 238px 115px;
  width: 238px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  border-radius: 14px 14px 14px 14px;
  /* background: rgba(255, 255, 255, .2); */
  padding: 31px 12px 12px;
}

.rankBottom .postion>div>a {
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-top: 14px;
}

.rankBottom .postion>div>a:hover {
  color: var(--main-color);
}

.rankBottom .postion>div.one {
  margin-top: -120px;
}

.rankBottom .postion>div.two {
  margin-top: -30px;
}

.rankingList {
  padding-top: 30px;
}

.rankingList .item {
  margin-top: 30px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FDF2F4;
  border-radius: 12px 12px 12px 12px;
}

.rankingList .item .index {
  width: 54px;
  height: 54px;
  background: var(--main-color);
  text-align: center;
  border-radius: 29px 29px 29px 29px;
  border: 5px solid #FF5C52;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rankingList .item .shopImg {
  width: 200px;
  height: 60px;
  object-fit: contain;
  /* background: #fff;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #E5E5E5; */
  margin: 0 30px 0px 28px;
  overflow: hidden;
}

.rankingList .item .shopImg a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.rankingList .item .tontent {
  flex: 1;
}

.rankingList .item .tontent .title {
  line-height: 30px;
  color: #4C2200;
  font-weight: 600;
  font-size: 22px;
  width: fit-content;
  max-width: 100%;
}
.rankingList .item .tontent .title:hover {
  color: var(--main-color);
}

.rankingList .item .tontent .companyName {
  margin-top: 4px;
  color: #4C2200;
  font-size: 16px;
}

.rankingList .item .tontent .text {
  color: #4C2200;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
}

.rankingList .item>a {
  display: block;
  width: 104px;
  height: 36px;
  line-height: 36px;
  border-radius: 45px 45px 45px 45px;
  border: 1px solid #AF242A;
  color: var(--main-color);
  margin-left: 30px;
  font-size: 12px;
  text-align: center;
}

.rankingList .item>a:hover {
  background: var(--main-color);
  color: #fff;
}