body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.fo-page {
  position: relative;
  height: 395px;
  overflow: hidden;
  background-color: rgba(47, 59, 142, 1);
}

.fo-group_1 {
  height: 395px;
  margin: 0 auto;
}

.fo-box_1 {
  width: 200px;
  height: 251px;
  margin: 82px 0 0 162px;
}

.fo-image_1 {
  width: 200px;
  height: 200px;
}

.fo-text_1 {
  width: 73px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 35px;
  margin: 16px 0 0 63px;
}

.fo-box_2 {
  width: 200px;
  height: 251px;
  margin: 82px 0 0 149px;
}

.fo-image_2 {
  width: 200px;
  height: 200px;
}

.fo-text_2 {
  width: 81px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 35px;
  margin: 16px 0 0 59px;
}

.fo-box_3 {
  width: 281px;
  height: 282px;
  margin: 35px 189px 0 259px;
}

.fo-text_3 {
  width: 144px;
  height: 53px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  line-height: 52px;
}

.fo-group_2 {
  width: 281px;
  height: 43px;
  margin-top: 44px;
}

.fo-label_1 {
  width: 43px;
  height: 43px;
}

.fo-text_4 {
  width: 224px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
  margin-top: 4px;
}

.fo-group_3 {
  width: 236px;
  height: 35px;
  margin: 32px 0 0 4px;
}

.fo-label_2 {
  width: 35px;
  height: 35px;
}

.fo-text_5 {
  width: 183px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
}

.fo-image-text_1 {
  width: 208px;
  height: 43px;
  margin-top: 32px;
}

.fo-label_3 {
  width: 43px;
  height: 43px;
}

.fo-text-group_1 {
  width: 151px;
  height: 35px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  line-height: 35px;
  margin-top: 4px;
}
