@import url(common.css);
@import url(head.css);
@import url(foot.css);
.indexWrap {
  padding: 0 2.4rem;
}
.topCharts .pcAd {
  display: grid;
  grid-column: span 2;
}
.topCharts .mobileAd {
  display: none;
}
.topCharts .topNav {
  margin: 0 0.8rem;
  display: flex;
  box-shadow: inset 0px -1px 0px #F2F2F2;
}
.topCharts .topNav .topic {
  position: relative;
  cursor: pointer;
}
.topCharts .topNav .topic a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topCharts .topNav .topic .topicTitle {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
  color: #333333;
  word-break: break-word;
  padding: 0.8rem 2rem;
}
.topCharts .topNav .topic .underline {
  height: 0.4rem;
  margin-bottom: 1px;
  background-color: #fff;
  border-radius: 0.2rem;
}
.topCharts .topNav .current .topicTitle {
  color: #00AD7C;
}
.topCharts .topNav .current .underline {
  background-color: #00AD7C;
}
.topCharts .itemList {
  display: grid;
  grid-gap: 0 4rem;
  grid-template-columns: repeat(2, calc((100% - 4rem) / 2));
  padding: 0.8rem 0;
}
.topCharts .itemList .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1.6rem 0.8rem;
}
.topCharts .itemList .item .itemLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topCharts .itemList .item .itemLeft {
  width: calc(100% - 6.4rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topCharts .itemList .item .itemLeft .itemIcon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topCharts .itemList .item .itemLeft .itemIcon .itemNum {
  font-weight: 500;
  width: 2.2rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
  color: #666666;
  margin-right: 1.6rem;
}
.topCharts .itemList .item .itemLeft .itemIcon .itemImg {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 1.4rem;
  border: 1px solid #f8f8f8;
}
.topCharts .itemList .item .itemLeft .itemInfo {
  margin: 0 1.6rem;
}
.topCharts .itemList .item .itemLeft .itemInfo .itemTitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
}
.topCharts .itemList .item .itemLeft .itemInfo .itemDes {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #7F7F7F;
  padding: 1.2rem 0 0.4rem 0;
}
.topCharts .itemList .item .itemLeft .itemInfo .itemDes .star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topCharts .itemList .item .itemLeft .itemInfo .itemDes .star img {
  width: 1.4rem;
  height: 1.4rem;
}
.topCharts .itemList .item .itemLeft .itemInfo .itemDes .rating {
  padding: 0 3.2rem 0 0.4rem;
}
.topCharts .itemList .item .itemRight img {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0 2rem;
}
.topCharts .itemList .item:hover {
  border-radius: 0.8rem;
  background: #F2F2F2;
}
.topCharts .itemList .item:nth-child(-n+10) .itemLeft .itemIcon .itemNum {
  border-radius: 2px;
  background-color: #DCDCDC;
}
.topCharts .itemList .item:nth-child(-n+3) .itemLeft .itemIcon .itemNum {
  color: #FFFFFF00;
  background-color: #FFFFFF00;
}
.topCharts .itemList .item:nth-child(1) .itemLeft .itemIcon .itemNum {
  background-image: url('/statics/image/Property\ 1=1.svg');
}
.topCharts .itemList .item:nth-child(2) .itemLeft .itemIcon .itemNum {
  background-image: url('/statics/image/Property\ 1=2.svg');
}
.topCharts .itemList .item:nth-child(3) .itemLeft .itemIcon .itemNum {
  background-image: url('/statics/image/Property\ 1=3.svg');
}
@media only screen and (max-width: 767px) {
  .indexWrap {
    padding: 0 0.8rem;
  }
  .topCharts {
    padding: 1.6rem 0;
  }
  .topCharts .pcAd {
    display: none;
  }
  .topCharts .mobileAd {
    display: block;
  }
  .topCharts .topNav .topic {
    width: 50%;
  }
  .topCharts .topNav .topic .topicTitle {
    text-align: center;
    padding: 0.8rem 0;
  }
  .topCharts .itemList {
    display: grid;
    grid-gap: 0 0;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
  .topCharts .itemList .item {
    border-bottom: 1px solid #F2F2F2;
  }
  .topCharts .itemList .item .itemLeft .itemIcon .itemNum {
    margin-right: 0.8rem;
  }
  .topCharts .itemList .item .itemLeft .itemIcon .itemImg {
    width: 6.4rem;
    height: 6.4rem;
  }
  .topCharts .itemList .item .itemLeft .itemInfo .itemDes {
    flex-wrap: wrap;
    padding: 0.4rem 0 0 0;
  }
  .topCharts .itemList .item .itemLeft .itemInfo .itemDes .group {
    width: 100%;
  }
  .topCharts .itemList .item .itemRight img {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .topCharts .itemList .item .itemLeft .itemIcon .itemNum {
    margin-right: 0.8rem;
  }
  .topCharts .itemList .item .itemLeft .itemIcon .itemImg {
    width: 6.4rem;
    height: 6.4rem;
  }
  .topCharts .itemList .item .itemLeft .itemInfo .itemDes {
    flex-wrap: wrap;
    padding: 0.4rem 0 0 0;
  }
  .topCharts .itemList .item .itemLeft .itemInfo .itemDes .group {
    width: 100%;
  }
}
