.header[data-v-2714f52a] {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.header .logo .svg-icon[data-v-2714f52a] {
  width: 44px;
  height: 44px;
}
.header .header_right[data-v-2714f52a] {
  display: flex;
  gap: 10px;
}
.header .header_right .img_box img[data-v-2714f52a] {
  width: 20px;
  height: 20px;
}
.main[data-v-2714f52a] {
  height: 600px;
}
.main img[data-v-2714f52a] {
  width: 120px;
  height: 60px;
}
.main .main_center[data-v-2714f52a] {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main .main_center .title[data-v-2714f52a] {
  margin-top: 10px;
  margin-bottom: 90px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.main .main_center .btn[data-v-2714f52a] {
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 5px;
  border: none;
  background-color: #ff6800;
  margin: 30px;
}
.main .main_center .btn a[data-v-2714f52a] {
  color: #fff !important;
}

