html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
body {
  --height-outer: 96px;
  --height-inner: 56px;
  --violet: #6164C1;
  --green: #26d79f;
  margin: 0;
  font-family: system-ui;
  background: #f2f2f2;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
[v-cloak] {
  display: none;
}
ul,
li {
  list-style: none;
}
div,
section,
main,
ul,
li,
p,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.head-img {
  width: 100%;
  display: block;
}
.details {
  max-width: 800px;
  margin: 0 auto;
  min-height: 100vh;
}
.mode-1 {
  background: #fff;
  white-space: pre-line;
}
.mode-1 .mode-item {
  padding: 30px;
  color: #666;
  font-size: 14px;
}
.mode-1 .mode-item + .mode-item {
  box-shadow: 0px -8px 8px 0px #f2f2f2;
}
.mode-1 .big-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  /*padding: 36px 10px;*/
}
.mode-1 .content-text {
  line-height: 1.8;
  color: #666;
  font-size: 14px;
  padding: 6px 0;
}
.mode-1 .content-text.center {
  text-align: center;
}
.mode-1 .content-image {
  padding: 6px 0;
}
.mode-1 .content-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.mode-1 .content-image .description {
  text-align: center;
  color: #aaa;
  font-size: 13px;
  margin-top: 10px;
}
.mode-1 .copy-btn button {
  width: 240px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  font-size: 16px;
  margin: 6px auto;
  display: block;
  border: none;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
}
.mode-1 .single-list {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-1 .single-list li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}
.mode-1 .single-list li:last-child {
  margin-bottom: 0;
}
.mode-1 .single-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-sizing: border-box;
}
.mode-1 .double-list1 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0 20px 24px;
}
.mode-1 .double-list1 .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
.mode-1 .double-list1 .title:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 5px;
  height: 13px;
  border-radius: 4px;
  background: var(--green);
}
.mode-1 .double-list1 .content {
  white-space: pre-line;
}
.mode-1 .double-list2 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-1 .double-list2 .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
.mode-1 .double-list2 .content .text {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.mode-1 .double-list2 .content .text:last-child {
  margin-bottom: 0;
}
.mode-1 .double-list2 .content .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.mode-1 .double-list1 li {
  margin-bottom: 20px;
}
.mode-1 .double-list1 li:last-child {
  margin-bottom: 0px;
}
.mode-1 .double-list2 li {
  margin-bottom: 20px;
}
.mode-1 .double-list2 li:last-child {
  margin-bottom: 0px;
}
.mode-2 {
  background: #f2f2f2;
  padding: 18px 12px;
  white-space: pre-line;
}
.mode-2 .mode-item {
  padding: 60px 30px 30px;
  color: #666;
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0 8px #ccc;
}
.mode-2 .mode-item .order {
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  line-height: 88px;
  text-align: center;
  color: #fff;
  background: #d7d7d7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 15px;
}
.mode-2 .mode-item + .mode-item {
  margin-top: 20px;
}
.mode-2 .big-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  /*padding: 36px 10px;*/
}
.mode-2 .content-text {
  line-height: 1.8;
  color: #666;
  font-size: 14px;
  padding: 6px 0;
}
.mode-2 .content-text.center {
  text-align: center;
}
.mode-2 .content-image {
  padding: 6px 0;
}
.mode-2 .content-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.mode-2 .content-image .description {
  text-align: center;
  color: #aaa;
  font-size: 13px;
  margin-top: 10px;
}
.mode-2 .copy-btn button {
  width: 240px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  font-size: 16px;
  margin: 6px auto;
  display: block;
  border: none;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
}
.mode-2 .single-list {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-2 .single-list li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}
.mode-2 .single-list li:last-child {
  margin-bottom: 0;
}
.mode-2 .single-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-sizing: border-box;
}
.mode-2 .double-list1 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0 20px 24px;
}
.mode-2 .double-list1 .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
.mode-2 .double-list1 .title:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 5px;
  height: 13px;
  border-radius: 4px;
  background: var(--green);
}
.mode-2 .double-list1 .content {
  white-space: pre-line;
}
.mode-2 .double-list2 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-2 .double-list2 .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
.mode-2 .double-list2 .content .text {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.mode-2 .double-list2 .content .text:last-child {
  margin-bottom: 0;
}
.mode-2 .double-list2 .content .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.mode-2 .double-list1 li {
  margin-bottom: 20px;
}
.mode-2 .double-list1 li:last-child {
  margin-bottom: 0px;
}
.mode-2 .double-list2 li {
  margin-bottom: 20px;
}
.mode-2 .double-list2 li:last-child {
  margin-bottom: 0px;
}
.mode-3 {
  background: #fff;
  padding: 30px 22px 50px;
  position: relative;
  white-space: pre-line;
}
.mode-3 .mode-item {
  padding: 24px 30px;
  color: #3a415a;
  font-size: 14px;
  overflow: hidden;
}
.mode-3 .inner-box {
  position: relative;
}
.mode-3 .inner {
  border: 2px solid #333;
  position: relative;
  z-index: 3;
  background: #fff;
}
.mode-3 .inner:before {
  content: "";
  display: block;
  height: 7px;
  background: var(--green);
  opacity: 0.5;
}
.mode-3 .inner-back {
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: -10px;
  right: -8px;
  z-index: 2;
  background: #ebeaef;
  border: 2px solid #333;
}
.mode-3 .big-title {
  font-size: 20px;
  color: #333;
  text-align: center;
  /*padding: 36px 10px;*/
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  white-space: nowrap;
}
.mode-3 .big-title:after {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  top: 50%;
  border-top: 2px dotted #3a415a;
  position: absolute;
  transform: translateX(-50%);
}
.mode-3 .title-inner {
  border: 2px solid #3a415a;
  position: relative;
  z-index: 3;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  min-width: 180px;
  background: var(--green);
  color: #3a415a;
  border-radius: 5px;
  box-sizing: border-box;
  width: fit-content;
}
.mode-3 .title-back {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: -4px;
  right: -4px;
  z-index: 2;
  background: #ebeaef;
  border: 2px solid #3a415a;
  border-radius: 5px;
}
.mode-3 .content-text {
  line-height: 1.8;
  font-size: 14px;
  padding: 6px 0;
}
.mode-3 .content-text.center {
  text-align: center;
}
.mode-3 .inner-html {
  background: linear-gradient(180deg, #ffffff, #ffffff 30%, #ebeaef 35%, #ebeaef);
  padding: 0 2px 2px 0;
  display: inline;
  word-break: break-all;
  white-space: break-spaces;
}
.mode-3 .inner-title-html {
  background: linear-gradient(180deg, #ffffff, #ffffff 30%, #93ebd2 35%, #93ebd2);
  padding: 0 5px 1px 0;
  display: inline;
  word-break: break-all;
  white-space: break-spaces;
}
.mode-3 .content-image {
  padding: 6px 0;
}
.mode-3 .content-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.mode-3 .content-image .description {
  text-align: center;
  color: #aaa;
  font-size: 13px;
  margin-top: 10px;
}
.mode-3 .copy-btn button {
  width: 240px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #3a3e63;
  color: #fff;
  font-size: 16px;
  margin: 6px auto;
  display: block;
  border: none;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
}
.mode-3 .single-list {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-3 .single-list li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}
.mode-3 .single-list li:last-child {
  margin-bottom: 0;
}
.mode-3 .single-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-sizing: border-box;
}
.mode-3 .double-list1 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0 20px 24px;
}
.mode-3 .double-list1 .title {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.mode-3 .double-list1 .title:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 5px;
  height: 13px;
  border-radius: 4px;
  background: var(--green);
}
.mode-3 .double-list1 .content {
  white-space: pre-line;
}
.mode-3 .double-list2 {
  line-height: 1.8;
  font-size: 14px;
  padding: 20px 0;
}
.mode-3 .double-list2 .title {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.mode-3 .double-list2 .content .text {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.mode-3 .double-list2 .content .text:last-child {
  margin-bottom: 0;
}
.mode-3 .double-list2 .content .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.mode-3 .double-list1 li {
  margin-bottom: 20px;
}
.mode-3 .double-list1 li:last-child {
  margin-bottom: 0px;
}
.mode-3 .double-list2 li {
  margin-bottom: 20px;
}
.mode-3 .double-list2 li:last-child {
  margin-bottom: 0px;
}
.msg {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  position: fixed;
  left: calc(50% - 75px);
  top: 30%;
  z-index: 1000;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px 20px;
  width: 150px;
  color: #fff;
  font-size: 15px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.content-text p {
  margin-bottom: 15px;
  min-height: 1px;
}
.double-list1 .content p {
  margin-bottom: 15px;
}
.mode-3 .content-text p span,
.mode-3 .double-list1 p span {
  background: linear-gradient(180deg, #ffffff, #ffffff 30%, #ebeaef 35%, #ebeaef);
  padding: 0 2px 2px 0;
  display: inline;
  word-break: break-all;
  white-space: break-spaces;
}
