body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body #explainHeaderIframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
}
body .content {
  width: 100vw;
  overflow: hidden;
}
body .content > picture img {
  width: 100vw;
}
body .content:nth-of-type(1) {
  margin-top: 80px;
}
body .content:nth-of-type(2) {
  height: 300px;
  margin: 26px 0;
}
body .content:nth-of-type(2) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .content:nth-of-type(2) .wrap .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 28px;
}
body .content:nth-of-type(2) .wrap .item > a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  background-color: #0370e8;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 20px;
}
body .content:nth-of-type(2) .wrap .item > a h5 {
  font-size: 15px;
}
body .content:nth-of-type(2) .wrap .item .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .content:nth-of-type(2) .wrap .item .text-box p {
  line-height: 36px;
  color: #212121;
  text-indent: 2em;
}
body .content:nth-of-type(2) .wrap .item .text-box p a {
  color: #e71313;
}
body .content:nth-of-type(2) .wrap .item:nth-of-type(2) {
  margin-right: 0;
}
