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;
  width: 100vw;
  height: 100vh;
  background-color: #0370e8;
}
body .content {
  width: 100vw;
  height: 100%;
}
body .content .wrap {
  position: relative;
}
body .content .wrap .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}
body .content .wrap .top .top-left {
  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;
  position: relative;
}
body .content .wrap .top .top-left a {
  display: block;
  margin-bottom: 30px;
}
body .content .wrap .top .top-left a img {
  width: 210px;
}
body .content .wrap .top .top-left p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
body .content .wrap .top .top-left p:nth-of-type(2) {
  text-indent: 5em;
}
body .content .wrap .top .top-left p:nth-of-type(3),
body .content .wrap .top .top-left p:nth-of-type(4) {
  text-indent: 9em;
}
body .content .wrap .top .top-right {
  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 .content .wrap .top .top-right u {
  text-decoration: none;
  color: #2adaf5;
  line-height: 22px;
  font-weight: bold;
}
body .content .wrap .top .top-right .link-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
body .content .wrap .top .top-right .link-list a {
  display: inline-block;
  width: 186px;
  height: 42px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .content .wrap .top .top-right .link-list a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .content .wrap .bottom {
  height: 100px;
  color: #2adaf5;
  font-size: 12px;
  margin-top: 13px;
}
body .content .wrap .bottom .list {
  padding-bottom: 10px;
  border-bottom: 1px solid #1f80ea;
  text-align: center;
}
body .content .wrap .bottom .list a {
  color: #ffffff;
  font-size: 16px;
}
body .content .wrap .copyright {
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body .content .wrap .copyright span {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
}
body .content .wrap .copyright u {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}
body .content .wrap .copyright1 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body .content .wrap .copyright1 span {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
}
body .content .wrap .copyright1 u {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}
