body,p,h2,h3 {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
[v-clock] {
  display: none;
}
#app {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.header {
  width: 95.8%;
  height: calc((420 / 1920) * 100vw);
  margin: 30px auto 106px;
  padding: calc((100 / 1920) * 100vw) calc((210 / 1920) * 100vw) 0;
  box-sizing: border-box;
  position: relative;
}
.header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: #88619A; */
  clip-path: polygon(1% 0, 98.5% 0, 100% 55%, 98.5% 87%, 12% 100%, 2% 93%, 0 25%);
}
.header_name {
  font-size: calc((88 / 1920) * 100vw);
  font-weight: bold;
  color: #FFF;
  margin-bottom: calc((22 / 1920) * 100vw);
  line-height: calc((88 / 1920) * 100vw);
  position: relative;
}
.header_type {
  font-size: calc((42 / 1920) * 100vw);
  font-weight: bold;
  color: #2E1E34;
  margin-bottom: calc((28 / 1920) * 100vw);
  line-height: calc((42 / 1920) * 100vw);
  position: relative;
}
.header_content {
  width: calc((624 / 1920) * 100vw);
  font-size: calc((24 / 1920) * 100vw);
  font-weight: bold;
  color: #FFF;
  line-height: calc((32 / 1920) * 100vw);
  position: relative;
}
.header_img {
  width: calc(100vw * (900 / 1920));
  max-width: 900;
  pointer-events: none;
  position: absolute;
  top: calc((40 / 1920) * 100vw);
  right: calc((94 / 1920) * 100vw);
}
.title {
  font-size: 44px;
  font-weight: bold;
  color: #343C4B;
  line-height: 75px;
}
.desc {
  width: 93.6%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 100px;
}
.desc_content {
  font-size: 24px;
  color: #505050;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.desc_content_border {
  width: 6px;
  height: 100%;
  /* background-color: #88619A; */
  position: absolute;
  left: 0;
  top: 0;
}
.main {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.main > .title {
  margin-bottom: 40px;
}
.any {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 100px;
}
.any_title {
  width: 100%;
  height: 92px;
  /* background-color: rgba(136, 97, 154, 0.12); */
  font-size: 32px;
  font-weight: bold;
  color: #343C4B;
  display: flex;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.any_content {
  width: 100%;
  padding-left: 50px;
  padding-right: 22px;
  box-sizing: border-box;
  font-size: 24px;
  color: #505050;
  line-height: 40px;
}
.any_list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.any_list_item {
  width: 100%;
}
.any_list_item_title {
  width: 100%;
  padding-left: 55px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #343C4B;
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 30px;
  position: relative;
}
.any_list_item_title_border {
  width: 6px;
  height: 28px;
  /* background-color: #88619A; */
}
.any_list_item_tag {
  width: 100%;
  padding-left: 85px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.any_list_item_tag_content {
  padding: 0 16px;
  height: 52px;
  font-size: 24px;
  color: #343C4B;
  /* background-color: rgba(136, 97, 154, 0.12); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.any_list_item_content {
  width: 100%;
  padding-left: 50px;
  padding-right: 22px;
  box-sizing: border-box;
  font-size: 24px;
  color: #505050;
}
.beian {
  font-size: 14px;
  color: #505050;
  margin: 120px 0;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #app {
    padding-bottom: 38px;
  }
  .header {
    width: 100%;
    height: auto;
    margin: 0 0 calc((50 / 375) * 100vw);
    padding: calc((20 / 375) * 100vw) calc((16 / 375) * 100vw) 0;
  }
  .header_bg {
    width: 100%;
    height: 0;
    padding-top: calc(100% * (230 / 375));
    clip-path: polygon(0 0, 100% 0, 100% 95%, 94% 100%, 4% 100%, 0 94%);
  }
  .header_name {
    font-size: calc((34 / 375) * 100vw);
    line-height: calc((34 / 375) * 100vw);
    margin-bottom: calc((12 / 375) * 100vw);
  }
  .header_type {
    font-size: calc((26 / 375) * 100vw);
    line-height: calc((26 / 375) * 100vw);
    margin-bottom: calc((30 / 375) * 100vw);
  }
  .header_img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .header_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc((14 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
    color: #343C4B;
    margin-top: calc((40 / 375) * 100vw);
    line-height: calc((16 / 375) * 100vw);
    text-align: center;
  }
  .title {
    font-size: calc((34 / 375) * 100vw);
    line-height: calc((34 / 375) * 100vw);
  }
  .desc {
    gap: calc((36 / 375) * 100vw) 0;
    margin-bottom: calc((50 / 375) * 100vw);
  }
  .desc_content {
    font-size: calc((16 / 375) * 100vw);
    line-height: calc((27 / 375) * 100vw);
    padding-left: calc((24 / 375) * 100vw);
    gap: calc((40 / 375) * 100vw);
  }
  .main > .title {
    box-sizing: border-box;
    padding: 0 calc((16 / 375) * 100vw);
    margin-bottom: calc((20 / 375) * 100vw);
  }
  .any {
    gap: calc((20 / 375) * 100vw) 0;
    margin-bottom: calc((50 / 375) * 100vw);
  }
  .any:last-child {
    margin-bottom: 0;
  }
  .any_title {
    height: calc((60 / 375) * 100vw);
    font-size: calc((24 / 375) * 100vw);
    padding: 0 calc((16 / 375) * 100vw);
  }
  .any_content {
    padding-left: calc((16 / 375) * 100vw);
    padding-right: calc((16 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
    line-height: calc((27 / 375) * 100vw);
    margin-bottom: calc((20 / 375) * 100vw);
  }
  .any_list {
    gap: calc((30 / 375) * 100vw) 0;
  }
  .any_list_item_title {
    padding-left: calc((16 / 375) * 100vw);
    font-size: calc((20 / 375) * 100vw);
    gap: 0 calc((12 / 375) * 100vw);
    margin-bottom: calc((18 / 375) * 100vw);
  }
  .any_list_item_title_border {
    width: calc((6 / 375) * 100vw);
    height: calc((20 / 375) * 100vw);
  }
  .any_list_item_tag {
    padding-left: calc((16 / 375) * 100vw);
    gap: calc((14 / 375) * 100vw);
  }
  .any_list_item_tag_content {
    padding: 0 calc((16 / 375) * 100vw);
    height: calc((36 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }
  .any_list_item_content {
    padding-left: calc((16 / 375) * 100vw);
    padding-right: calc((16 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }
  .beian {
    font-size: calc((12 / 375) * 100vw);
    margin: calc((80 / 375) * 100vw) 0 calc((30 / 375) * 100vw);
  }
}