body,p,h1 {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
a {
    text-decoration: none;
}
[v-clock] {
  display: none;
}
#app {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.title {
  font-size: 80px;
  color: #343C4B;
  margin-bottom: 76px;
}
.list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 calc((130 / 1920) * 100vw);
  box-sizing: border-box;
  position: relative
}
.typename {
  font-size: calc((300 / 1920) * 100vw);
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: calc((100 / 1920) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.item_img {
  width: calc((340 / 1920) * 100vw);
  height: calc((440 / 1920) * 100vw);
  pointer-events: none;
}
.item_name {
  font-size: calc((34 / 1920) * 100vw);
  margin-top: calc((30 / 1920) * 100vw);
  font-weight: bold;
}
.item_type {
  font-size: calc((22 / 1920) * 100vw);
  font-weight: bold;
  color: #343C4B;
  margin-top: calc((15 / 1920) * 100vw);
}
.item_tip {
  width: calc((250 / 1920) * 100vw);
  font-size: calc((20 / 1920) * 100vw);
  color: #787F8D;
  text-align: center;
  margin-top: calc((24 / 1920) * 100vw);
}
.list[data-role=analyst] {
  height: calc((970 / 1920) * 100vw);
  padding-top: calc((220 / 1920) * 100vw);
  background-color: #E7DFEA;
  clip-path: polygon(0 1%, 20% 5%, 60% 0, 80% 5%, 100% 1%, 100% 100%, 0% 100%);
}
.list[data-role=analyst] .typename {
  top: calc((30 / 1920) * 100vw);
}
.list[data-role=analyst] .item_name {
  color: #88619A;
}
.list[data-role=diplomat] {
  height: calc((1080 / 1920) * 100vw);
  padding-top: calc((272 / 1920) * 100vw);
  background-color: #D6ECE3;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  margin-top: -3%;
}
.list[data-role=diplomat] .typename {
  top: calc((100 / 1920) * 100vw);
}
.list[data-role=diplomat] .item_name {
  color: #3DA474;
}
.list[data-role=guardian] {
  height: calc((1060 / 1920) * 100vw);
  padding-top: calc((320 / 1920) * 100vw);
  background-color: #D9EAF0;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
  margin-top: -3%;
}
.list[data-role=guardian] .typename {
  top: calc((100 / 1920) * 100vw);
}
.list[data-role=guardian] .item_name {
  color: #4298B4;
}
.list[data-role=explorer] {
  height: calc((1080 / 1920) * 100vw);
  padding-top: calc((310 / 1920) * 100vw);
  background-color: #F9EED7;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  margin-top: -3%;
}
.list[data-role=explorer] .typename {
  top: calc((100 / 1920) * 100vw);
}
.list[data-role=explorer] .item_name {
  color: #E4AE3A;
}
.beian {
  font-size: 14px;
  color: #505050;
  margin: 120px 0;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #app {
    padding-bottom: 0;
  }
  .title {
    font-size: calc((36 / 375) * 100vw);
    margin-bottom: calc((14 / 375) * 100vw);
  }
  .list {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc((50 / 375) * 100vw) 0;
    padding: 0;
    padding-bottom: calc((50 / 375) * 100vw);
  }
  .list[data-role=analyst] {
    height: auto;
    padding-top: calc((80 / 375) * 100vw);
    clip-path: polygon(0 2vw, 20% 5vw, 60% 0, 80% 5vw, 100% 2vw, 100% 100%, 0% 100%);
    .typename {
      top: calc((60 / 375) * 100vw);
    }
  }
  .list[data-role=diplomat] {
    height: auto;
    padding-top: calc((70 / 375) * 100vw);
    clip-path: none;
    margin-top: 0;
    .typename {
      top: calc((50 / 375) * 100vw);
    }
  }
  .list[data-role=guardian] {
    height: auto;
    padding-top: calc((70 / 375) * 100vw);
    clip-path: none;
    margin-top: 0;
    .typename {
      top: calc((50 / 1920) * 100vw);
    }
  }
  .list[data-role=explorer] {
    height: auto;
    padding-top: calc((70 / 375) * 100vw);
    clip-path: none;
    margin-top: 0;
    .typename {
      top: calc((50 / 375) * 100vw);
    }
  }
  .typename {
    font-size: calc((50 / 375) * 100vw);
  }
  .item_img {
    width: calc((200 / 375) * 100vw);
    height: calc((258 / 375) * 100vw);
  }
  .item_name {
    font-size: calc((28 / 375) * 100vw);
    margin-top: calc((10 / 375) * 100vw);
  }
  .item_type {
    font-size: calc((18 / 375) * 100vw);
    margin-top: calc((12 / 375) * 100vw);
  }
  .item_tip {
    width: calc((320 / 375) * 100vw);
    font-size: calc((14 / 375) * 100vw);
    margin-top: calc((16 / 375) * 100vw);
  }
  .beian {
    font-size: calc((12 / 375) * 100vw);
    margin: calc((30 / 375) * 100vw) 0;
  }
}