.checkin-module .checkin-header {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 44px;
}
.checkin-step {
  margin-bottom: 162px;
}
.chekin-type {
  display: flex;
}
.fn-content {
  margin-bottom: 100px;
}
.fn-content .fn-content-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f3f3f3;
}
.fn-content .fn-item-sticker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  background: url("../static/image/logo-sticker.png") center/cover no-repeat;
  transform: translate3d(-50%, -50%, 0);
}
.fn-content .fn-item-txt {
  flex: 1;
  flex-basis: 50%;
  padding: 85px;
}
.fn-content .fn-item-txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 37px;
  min-height: 80px;
  background: url("../static/image/zh.png") 0 0/37px auto no-repeat;
  font-weight: bold;
  font-size: 36px;
}
.fn-content .fn-item-txt p {
  padding-left: 37px;
  font-size: 22px;
  line-height: 36px;
}
.fn-content .fn-item-pic {
  flex: 1;
  flex-basis: 50%;
}
.fn-content .fn-item-pic img {
  height: 480px;
  object-fit: cover;
}
.checkin-fn {
  margin-bottom: 60px;
}
.checkin-fn .check-item-on {
  border-color: #ab7038;
  background-color: #fff9f3;
}
.checkin-fn .check-item-on p {
  color: #ab7038;
}
