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 .content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body .content .wrap {
  position: relative;
}
body .content .wrap > a {
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 50px;
}
body .content .wrap > a picture img {
  height: 80px;
}
body .content .wrap .edit,
body .content .wrap .save {
  position: absolute;
  top: 228px;
  padding: 6px;
  color: #0370e8;
  border: 1px solid #0370e8;
  right: 18px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .content .wrap .save,
body .content .wrap .default {
  display: none;
}
body .content .wrap .default {
  position: absolute;
  top: 228px;
  padding: 6px;
  color: #0370e8;
  right: 78px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .content .wrap table {
  margin-top: 20px;
}
body .content .wrap table caption {
  width: fit-content;
  height: 40px;
  line-height: 40px;
  background-color: #0370e8;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-left: 22px;
  cursor: default;
}
body .content .wrap table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
body .content .wrap table tr td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(1139px / 8) !important;
  width: -moz-calc(1139px / 8) !important;
  width: calc(1139px / 8) !important;
  position: relative;
}
body .content .wrap table tr td span {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  right: 13px;
  top: -4px;
  font-size: 18px;
  line-height: 15px;
  color: #666666;
  border: 1px solid #666666;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .content .wrap table tr td i {
  display: none;
  position: absolute;
  top: 0;
  font-size: 18px;
  line-height: 40px;
  color: #CCCCCC;
  cursor: pointer;
}
body .content .wrap table tr td i:nth-of-type(1) {
  left: 26px;
  padding-right: 20px;
}
body .content .wrap table tr td i:nth-of-type(2) {
  right: 26px;
  padding-left: 20px;
}
body .content .wrap table tr td i:hover {
  color: #0370e8;
}
body .content .wrap table tr td a {
  width: 103px;
  font-size: 20px;
  line-height: 40px;
  background-color: #f5f5f5;
  color: #666666;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .content .wrap table tr td a:hover {
  color: #0370e8;
}
body .content .wrap table tr td:hover span {
  color: #0370e8;
  border-color: #0370e8;
}
body .content .wrap table tr td:hover a {
  color: #0370e8;
}
body .content .wrap table tr:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .content .wrap .subscribe-list {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
body .content .wrap .subscribe-list tr .be-edited {
  animation: shake 0.5s infinite linear;
}
@keyframes shake {
  10%,
  90% {
    transform: rotateZ(-1deg);
  }
  20%,
  80% {
    transform: rotateZ(1deg);
  }
  30%,
  50%,
  70% {
    transform: rotateZ(-1deg);
  }
  40%,
  60% {
    transform: rotateZ(1deg);
  }
}
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: 200px 20px 0 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;
}
