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;
  margin-top: 80px;
}
body .content .wrap > 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: 20px 0;
}
body .content .wrap > a h5 {
  font-size: 15px;
}
body .content .wrap h3 {
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  border-bottom: 1px solid #0370e8;
  margin-bottom: 40px;
}
body .content .wrap > .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
body .content .wrap > .middle picture img {
  height: 468px;
}
body .content .wrap > .middle > .box {
  -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;
  padding-left: 100px;
  background-image: url(../icons/aboutUs2.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
body .content .wrap > .middle > .box p {
  line-height: 18px;
  line-height: 36px;
  color: #212121;
}
body .content .wrap > .middle .web {
  padding: 80px 34px;
}
body .content .wrap > .middle .web p {
  text-indent: 2em;
}
body .content .wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body .content .wrap nav button {
  background-color: #ffffff;
  color: #212121;
  font-size: 18px;
  padding: 5px 22px;
  border-bottom: 2px solid #f6a167;
  cursor: pointer;
}
body .content .wrap nav .selected {
  color: #ffffff;
  background-color: #f6a167;
}
body .content .wrap .navAdv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
body .content .wrap .navAdv button {
  background-color: #ffffff;
  color: #0370e8;
  font-size: 18px;
  padding: 16px 18px;
  border-bottom: 2px solid #0370e8;
  cursor: pointer;
}
body .content .wrap .navAdv .selected {
  color: #ffffff;
  background-color: #0370e8;
}
body .content .wrap > .item {
  display: none;
  margin: 20px 0 40px 0;
}
body .content .wrap > .item p {
  font-size: 18px;
  line-height: 36px;
  color: #212121;
  text-indent: 2em;
}
body .content .wrap > .item .imgShow {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 1139px;
  background-color: #f5f5f5;
}
body .content .wrap > .item .imgShow .webImg {
  width: 1099px;
}
body .content .wrap > .item .imgShow .appImg {
  width: 400px;
}
body .content .wrap > .item .QRCode-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px;
}
body .content .wrap > .item .QRCode-box .QRCode {
  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 .wrap > .item .QRCode-box .QRCode img {
  width: 76px;
  height: 76px;
  margin-left: 72px;
  cursor: pointer;
  -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 > .item .QRCode-box .QRCode img: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 > .item .QRCode-box .QRCode span {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  margin-top: 5px;
}
body .content .wrap > .item:nth-of-type(2) {
  display: block;
}
body .content .wrap > p {
  color: #212121;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
  margin-bottom: 36px;
}
body .content .wrap .table-box {
  width: 100%;
}
body .content .wrap .table-box tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
body .content .wrap .table-box tr th {
  width: 150px;
  color: #0370e8;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
body .content .wrap .table-box tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #212121;
  font-size: 18px;
  line-height: 36px;
}
body .content .wrap .table-box tr td .link-table {
  width: 100%;
}
body .content .wrap .table-box tr td .link-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
body .content .wrap .table-box tr td .link-table tr:nth-of-type(1) {
  margin-bottom: 2px;
}
body .content .wrap .table-box tr td .link-table tr th {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #88c1ff;
  color: #ffffff;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  padding: 10px 0;
}
body .content .wrap .table-box tr td .link-table tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e2f0ff;
  font-size: 18px;
  line-height: 36px;
  margin-right: 2px;
  text-align: center;
  padding: 10px 0;
}
body .content .wrap .table-box tr td .link-table tr td a {
  color: #666666;
}
body .content .wrap .table-box tr td .link-table tr td a:hover {
  color: #0370e8;
}
body .content .wrap .table-box tr td .link-table tr td:nth-last-of-type(1) {
  margin-right: 0;
}
body .content .wrap .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
body .content .wrap .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .content .wrap .box .item p {
  color: #212121;
  font-size: 18px;
  line-height: 36px;
}
body .content .wrap .box .item:nth-of-type(1) {
  margin-right: 10px;
}
body .content .wrap .tel-table {
  width: 100%;
  margin-bottom: 36px;
}
body .content .wrap .tel-table tr:nth-of-type(1) {
  margin-bottom: 2px;
}
body .content .wrap .tel-table tr:nth-of-type(1) th {
  padding: 20px 0;
  background-color: #64a5ec;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
}
body .content .wrap .tel-table tr:nth-of-type(2) {
  margin-bottom: 2px;
}
body .content .wrap .tel-table tr:nth-of-type(2) th {
  padding: 10px 0;
  background-color: #88c1ff;
  color: #ffffff;
  font-size: 21px;
  line-height: 36px;
  margin-right: 2px;
}
body .content .wrap .tel-table tr:nth-of-type(2) th:nth-last-of-type(1) {
  margin-right: 0;
}
body .content .wrap .tel-table tr td {
  background-color: #e2f0ff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  padding: 10px 0;
  color: #666666;
}
body .content .wrap .tel-table tr td:hover {
  color: #0370e8;
}
body .content .wrap .QRCode-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px;
}
body .content .wrap .QRCode-box .QRCode {
  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 .wrap .QRCode-box .QRCode img {
  width: 76px;
  height: 76px;
  margin-left: 72px;
  cursor: pointer;
  -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 .QRCode-box .QRCode img: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 .QRCode-box .QRCode span {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  margin-top: 5px;
}
body .content .wrap:nth-of-type(2) {
  display: block;
}
body .copyright {
  margin: 42px 0 60px 0;
}
body .copyright .wrap {
  background-image: url(../icons/aboutUs2.png);
  background-repeat: no-repeat;
  background-position: right;
}
body .copyright .wrap p {
  margin-bottom: 0;
  text-indent: 0;
}
body .law {
  margin: 42px 0 60px 0;
}
body .law .wrap {
  background-image: url(../icons/aboutUs2.png);
  background-repeat: no-repeat;
  background-position: top right;
}
body .law .wrap p {
  margin-bottom: 0;
}
body .law .wrap .no-indent {
  text-indent: 0;
  font-weight: bold;
}
