.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.2rem;
  display: inline-block;
}

/* 排名详情页的弹窗 */
.rank-pop-box {
  position: fixed;
  z-index: 2001;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 1rem;
  max-width: 100%;
  overflow-y: auto;
  background-color: #fff;
  transform: translateY(100%);
  transition: all .2s ease-in;
  padding: 0 0.3rem 0.2rem;
  border-radius: 0.24rem 0.24rem 0 0;
  overflow: hidden;
}

.rank-pop-box.desc {
  border-radius: 0;
}

.rank-pop-box.show {
  transform: translateY(0);
}

.rank-pop-box .title-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0.44rem auto 0.22rem; */
  width: 6.96rem;
  height: 0.88rem;
  margin: 0 auto 0.16rem;
}

.rank-pop-box.desc .title-box,
.rank-pop-box.history .title-box {
  margin: 0.19rem auto 0.08rem;
}

.rank-pop-box .title-box .title {
  width: 100%;
  color: #262626;
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.51rem;
  text-align: center;
}


.rank-pop-box.desc .title-box .title {
  text-align: left;
}

.rank-pop-box .title-box .icon-guanbi {
  position: absolute;
  color: #8e909b;
  right: 0;
  font-size: 0.3rem;
  font-weight: 500;
  margin-left: 0.05rem;
}

.rank-pop-box .content-box {
  width: 6.96rem;
  margin: 0 auto;
  color: #262626;
  overflow-y: auto;
  overflow-x: hidden;
  height: 6rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #020e19;
  line-height: 0.42rem;
  text-align: left;
  display: block;
}

.rank-pop-box.desc .content-box {
  height: auto;
  max-height: 60vw;
}

.rank-pop-box.history .content-box {
  width: 7.408rem;
  height: 5.08rem;
  overflow: hidden;
}

#rank-history-chart {
  width: 100%;
  height: 5.08rem;
}

.rank-pop-box.desc .content-box br {
  display: none;
}

.rank-pop-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.08rem;
  width: 6.96rem;
  height: 0.88rem;
  justify-content: center;
  margin: 0.3rem auto;
  background: #2372ff;
  color: #fff;
  font-size: 0.3rem;
}

/* 专业弹窗样式 */
.cate-box {
  width: 100%;
  height: auto;
}

.cate-box .cate-name {
  height: 0.45rem;
  font-size: 0.32rem;
  font-weight: 700;
  color: #262626;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
  text-align: left;
}

.rank-pop-box .major-line-box,
.rank-pop-box .other-line-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.rank-pop-box .common-item {
  display: inline-block;
  flex-shrink: 0;
  width: calc((100% - 0.4rem) / 3);
  padding: 0 0.14rem;
  box-sizing: border-box;
  height: 0.56rem;
  margin: 0 0.2rem 0.2rem 0;
  border-radius: 0.08rem;
  border: 0.02rem solid #e7e7e7;
  font-size: 0.26rem;
  font-weight: 400;
  color: #262626;
  line-height: 0.56rem;
  text-align: center;
}

.rank-pop-box .common-item:nth-child(3n) {
  margin: 0 0.0 0.2rem 0;
}

.rank-pop-box .common-item.active {
  background: rgba(24, 144, 255, 0.15);
  border: 0.02rem solid #1890ff;
  color: #1890ff;
  font-weight: bold;
}

/* 地区弹窗样式 */
.rank-pop-box.area {
  padding: 0 0 0.2rem;
}

.rank-pop-box.area .content-box {
  width: 100%;
  height: 10rem;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
}

.rank-pop-box.area .left-box {
  width: 2rem;
  height: 100%;
  background-color: #fafafa;
}

.rank-pop-box.area .left-box .area-item {
  height: 0.84rem;
  padding-left: 0.5rem;
  font-size: 0.3rem;
  line-height: 0.84rem;
  color: #262626;
  text-align: left;
}

.rank-pop-box.area .left-box .area-item.active {
  background-color: #fff;
}

.rank-pop-box.area .right-box {
  width: calc(100% - 2rem);
  height: 100%;
  padding: 0 0.24rem;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.rank-pop-box.area .right-box .area-item {
  font-size: 0.28rem;
  color: #4a4e54;
  font-weight: 500;
  line-height: 0.64rem;
  text-align: left;
}

.rank-pop-box.area .right-box .ctry-box {
  display: flex;
  flex-wrap: wrap;
}

.rank-pop-box.area .right-box .ctry-box .ctry-item {
  display: flex;
  width: calc((100% - 0.4rem) / 3);
  margin: 0.1rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  border-width: 0.02rem;
  border-color: #fafafa;
  background-color: #fafafa;
  color: #4a4e54;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.24rem;
}

.rank-pop-box.area .right-box .ctry-box .ctry-item:nth-child(3n+1) {
  margin: 0.1rem 0.1rem 0.1rem 0;
}

.rank-pop-box.area .right-box .ctry-box .ctry-item:nth-child(3n) {
  margin: 0.1rem 0 0.1rem 0.1rem;
}

.rank-pop-box.area .right-box .ctry-box .ctry-item.active {
  background-color: #eef5ff;
  border: 0.02rem solid #2372ff;
  color: #2372ff;
  font-size: 0.28rem;
}

img[src=""] {
  opacity: 0;
}

.ct-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 948;
  overscroll-behavior: contain !important;
  overflow: hidden;
  max-width: 7.7rem !important;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out;
  background-color: rgba(0, 0, 0, .4);
}