.ladder {
  overflow: hidden;
  padding-top: 14vw;
  background-color: #f1f1f1;
  padding-bottom: 14vw;
  height: 100vh;
  box-sizing: border-box
}

.ladder>img {
  width: 100%
}

.ladder-list {
  padding: 0 7vw 14vw 4vw;
  position: relative;
  height: 126vw;
  background-color: #f1f1f1;
  background: url(http://cdn-img.ludashi.com/a/202204/06/165/newdataBg.png) no-repeat top left;
  background-size: 98% 100%
}

.ladder-list-source {
  display: flex;
  align-items: center
}

.ladder-list-source p {
  margin-right: 9.1vw;
  font-size: 1.8vw;
  color: #c4c4c4
}

.ladder-list-line {
  margin-top: 3vw;
  width: 100%;
  height: 126vw;
  display: flex;
  padding-left: 1vw
}

.ladder-list-line>p {
  width: .2vw;
  height: 100%;
  background: #d2d2d2;
  margin-right: 14vw;
  opacity: .4
}

.ladder-list-count {
  width: 100%;
  height: 127vw;
  padding: 0 7vw 35vw 5vw;
  position: absolute;
  box-sizing: border-box;
  top: 10vw;
  left: -2vw;
  overflow-y: auto
}

.ladder-list-count-item {
  margin-bottom: 4vw
}

.ladder-list-count-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #141414;
  margin-bottom: 2vw;
  font-size: 5vw;
  font-weight: bold;
  font-size: 3.7vw
}

.ladder-list-count-item-text img {
  width: 5vw;
  margin: 0 3vw;
  vertical-align: text-bottom
}

.ladder-list-count-item-text span {
  width: 5vw;
  margin: 0 3vw
}

.ladder-list-count-item-bag {
  width: 100%;
  border-radius: 5vw;
  background: #dfdfdf;
  height: 4vw
}

.ladder-list-count-item-bag p {
  border-radius: 5vw;
  background: #2680eb;
  height: 100%;
  width: 85%
}

.ladder-list-count-item:nth-child(1) .ladder-list-count-item-text {
  color: #e5af00
}

.ladder-list-count-item:nth-child(2) .ladder-list-count-item-text {
  color: #9f9f9f
}

.ladder-list-count-item:nth-child(3) .ladder-list-count-item-text {
  color: #c99764
}

.ladder-list-count-item:nth-child(n + 4) .ladder-list-count-item-text {
  font-weight: 400;
  font-size: 3.7vw
}

header {
  height: 14vw;
  background: #211b1b;
  border: none
}

#logo {
  background: url(https://cdn-file.ludashi.com/web/lds_lab/logo.png) no-repeat center / contain
}

.navigators {
  flex: 1;
  margin-left: 6vw
}

.header-line {
  width: .2vw;
  height: 9vw;
  background: #cda76c
}

#withMenu .down-selector {
  top: 9.4vw;
  left: 55%;
  width: 100vw;
  background-color: white
}

#withMenu .down-selector-item {
  padding: .5vw 2.4vw;
  height: 11vw;
  line-height: 11vw;
  color: #4d4d4d;
  font-size: 3.2vw;
  border-color: #efefef
}

header .navigators #withMenu .down-selector {
  top: 14vw;
  left: 0;
  right: 0;
  bottom: 0;
  height: 94vh;
  width: 100vw;
  background-color: rgba(30, 30, 30, 0.85);
  position: fixed;
  border: none;
  transform: none
}

header .navigators #withMenu .down-selector-item {
  padding: .5vw 2.4vw;
  height: 11vw;
  line-height: 11vw;
  color: #4d4d4d;
  font-size: 3.2vw;
  border-bottom: 1px solid #efefef
}

header .navigators #withMenu .down-selector a.selected {
  background-color: white
}

header .navigators .navigator-item {
  color: #cda76c
}

header .navigators .down-selector-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: white
}