@charset "UTF-8";
.all {
  color: #1e1e1e;
  width: 100%;
  font-family: Arial, "Microsoft JhengHei", "微軟正黑體";
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1px;
  background: #fff;
  overflow: hidden;
}
.all img {
  width: auto;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container-box {
  width: 85%;
  max-width: 1400px;
  margin: auto;
  padding: 80px 0;
}
.all .container-box h2 {
  color: #3b1e87;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  -webkit-text-stroke: 1px #3b1e87;
  font-weight: bold;
  display: table;
  margin: auto;
  margin-bottom: 30px;
  text-shadow: 0.15vw 0.15vw #fff;
}
.all .container-box h2::before,
.all .container-box h2::after {
  color: #ff9500;
  -webkit-text-stroke: 0px;
  content: "★";
}
.all .container-box h2::before {
  margin-right: 5px;
}
.all .container-box h2::after {
  margin-left: 5px;
}
.all .container-box p {
  text-align: center;
}
.all .container-box .comment {
  font-size: 1rem;
  font-weight: normal;
}
.all .container-box .ol-list {
  display: table;
  margin: auto;
}
.all .container-box .ol-list li {
  position: relative;
  margin-left: 20px;
}
.all .container-box .ol-list li:not(:last-child) {
  margin-bottom: 10px;
}
.all .container-box .ol-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid #f7b826;
  border-radius: 20px;
  display: inline-flex;
  position: absolute;
  left: -25px;
  top: 3px;
}
.all .img-bg {
  background: url(../images/BG-round.png), url(../images/BG-visual.svg);
  background-position: center center;
  background-size: auto 135%, 300% auto;
  background-repeat: no-repeat;
  background-color: #fff4d1;
  position: relative;
}
.all .img-bg .logo {
  width: 150px;
  top: 1.5vw;
  left: 2vw;
  position: absolute;
  z-index: 4;
}
.all .star-bg-w {
  background: url(../images/BG-star-yellow.svg);
  background-size: 100% auto;
  background-position: top 3vw left 2vw;
}
.all .star-bg-y {
  background: url(../images/BG-star-white.svg);
  background-size: 100% auto;
  background-position: top 3vw left 2vw;
  background-color: #f7b826;
}
.all .star-bg-y h2::before,
.all .star-bg-y h2::after {
  color: #3b1e87;
}
.all .visual {
  width: 100%;
  height: 800px;
  padding-top: 2%;
  border-bottom: 5px solid #3b1e87;
}
.all .visual .visual-box {
  width: 900px;
  height: 800px;
  margin: auto;
  position: relative;
  background: url(../images/BG-visual-star.svg) no-repeat;
  background-size: 48% auto;
  background-position: right bottom -65%;
}
.all .visual .visual-box img,
.all .visual .visual-box .money-box,
.all .visual .visual-box .title {
  position: absolute;
  z-index: 3;
}
.all .visual .visual-box .title {
  position: relative;
  width: 70%;
  height: 32%;
  left: 15%;
  top: 0;
}
.all .visual .visual-box .title-0 {
  width: 100%;
  top: 0;
  left: 0;
}
.all .visual .visual-box .title-1 {
  width: 25.5%;
  left: 1.5%;
  top: 27.2%;
  animation: Zoom1 4s infinite linear;
}
.all .visual .visual-box .title-2 {
  width: 40.5%;
  left: 18.3%;
  top: 11%;
  animation: Zoom2 4s infinite linear;
}
.all .visual .visual-box .title-3 {
  width: 22.4%;
  left: 55.3%;
  top: 29%;
  animation: Zoom3 4s infinite linear;
}
.all .visual .visual-box .title-4 {
  width: 24%;
  left: 74.5%;
  top: 37.2%;
  animation: Zoom4 4s infinite linear;
}
.all .visual .visual-box .title-ani {
  position: absolute;
}
@keyframes Zoom1 {
  80% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.08);
  }
  83% {
    transform: scale(1);
  }
}
@keyframes Zoom2 {
  84% {
    transform: scale(1);
  }
  86% {
    transform: scale(1.08);
  }
  88% {
    transform: scale(1);
  }
}
@keyframes Zoom3 {
  89% {
    transform: scale(1);
  }
  91% {
    transform: scale(1.08);
  }
  93% {
    transform: scale(1);
  }
}
@keyframes Zoom4 {
  94% {
    transform: scale(1);
  }
  96% {
    transform: scale(1.08);
  }
  98% {
    transform: scale(1);
  }
}
.all .visual .visual-box .people {
  width: 75%;
  top: 30%;
  left: 0;
}
.all .visual .visual-box .partner {
  width: 22%;
  top: 86%;
  right: 12%;
}
.all .visual .visual-box .money-box {
  background: url(../images/money-box.svg) no-repeat;
  background-size: 100% auto;
  width: 27%;
  height: 28%;
  right: 2%;
  top: 36%;
}
.all .visual .visual-box .money-box img {
  width: 70%;
  top: 45%;
  left: 15%;
}
.all .caption {
  padding-top: 30px;
}
.all .caption .ol-list {
  margin-bottom: 50px;
}
.all .caption table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  -webkit-text-stroke: 0.5px #3b1e87;
  position: relative;
}
.all .caption table th,
.all .caption table td {
  text-align: center;
  padding: 5px;
  position: relative;
}
.all .caption table th {
  width: 25%;
  color: #3b1e87;
  background-color: #f3a8c2;
}
.all .caption table td {
  color: #3b1e87;
}
.all .caption table th:not(:last-child):after,
.all .caption table td:not(:last-child):after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: #3b1e87;
  right: 0;
  top: 5px;
  position: absolute;
  display: block;
}
.all .caption table thead tr {
  border-top: 2px solid #3b1e87;
  border-bottom: 2px solid #3b1e87;
}
.all .caption table tbody {
  border-bottom: 2px solid #3b1e87;
}
.all .caption table tbody tr {
  border-bottom: 1px solid #3b1e87;
}
.all .caption table tbody tr:nth-child(even) {
  background-color: #fff7e5;
}
.all .caption table::after {
  content: "";
  background: url(../images/line.svg) no-repeat 0 0;
  background-size: 80% auto;
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 100px;
  height: 50px;
  display: block;
}
.all .caption .comment {
  margin-top: 10px;
}
.all .step {
  border-top: 5px solid #3b1e87;
}
.all .step .container-box {
  height: 310px;
}
.all .step ul {
  padding-left: 3.5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}
.all .step ul li {
  position: relative;
}
.all .step ul li .step-img,
.all .step ul li div {
  position: absolute;
}
.all .step ul li .step-box {
  width: 100%;
}
.all .step ul li .step-img {
  width: 30%;
  top: 10%;
  left: 33%;
}
.all .step ul li .step-img2 {
  top: 9%;
}
.all .step ul li .step-img3 {
  width: 20%;
  top: 9.5%;
  left: 39%;
}
.all .step ul li div {
  color: #3b1e87;
  font-family: Arial Black;
  width: 55%;
  text-align: center;
  top: 35%;
  left: 21%;
  font-size: 2.5rem;
  letter-spacing: 0;
}
.all .step ul li div span {
  display: block;
  font-size: 1.5rem;
  -webkit-text-stroke: 0.5px #3b1e87;
  line-height: 1;
}
.all .step ul li div p {
  margin-top: 7%;
  color: #1e1e1e;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.all .form-recommender {
  padding-top: 50px;
}
.all .form-recommender .container-box {
  position: relative;
}
.all .form-recommender .container-box .form-box {
  width: 100%;
  max-width: 580px;
  margin: auto;
  display: grid;
  gap: 20px;
}
.all .form-recommender .container-box .form-box > div {
  width: 100%;
  display: flex;
}
.all .form-recommender .container-box .form-box .input-box {
  display: flex;
  gap: 10px;
}
.all .form-recommender .container-box .form-box .input-box .input-code {
  width: calc(100% - 236px);
}
.all .form-recommender .container-box .form-box .Verification-code {
  width: 120px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b1e87;
}
.all .form-recommender .container-box .form-box .Verification-code img {
  width: 70%;
  height: 70%;
}
.all .form-recommender .container-box .form-box input[type=text],
.all .form-recommender .container-box .form-box input[type=tel],
.all .form-recommender .container-box .form-box input[type=number],
.all .form-recommender .container-box .form-box .btn-submit,
.all .form-recommender .container-box .form-box .btn-copy,
.all .form-recommender .container-box .form-box .share-box a {
  font-size: 1.1rem;
  width: 100%;
  height: 45px;
  padding: 3px 20px 0;
  background-color: #fff;
  border: 3px solid #3b1e87;
  border-radius: 50px;
}
.all .form-recommender .container-box .form-box label {
  font-size: 1rem;
  letter-spacing: 0;
  color: #3b1e87;
  display: flex;
  margin-right: 3px;
  margin-bottom: 20px;
  font-weight: normal;
}
.all .form-recommender .container-box .form-box label input[type=checkbox],
.all .form-recommender .container-box .form-box label input[type=checkbox]:checked {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #3b1e87;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.all .form-recommender .container-box .form-box label input[type=checkbox]:checked {
  background-color: #3b1e87;
  position: relative;
}
.all .form-recommender .container-box .form-box label input[type=checkbox]:checked::after {
  color: #fff;
  content: "✔";
  font-size: 1rem;
  position: absolute;
  top: -3px;
  left: 1px;
}
.all .form-recommender .container-box .form-box label a {
  color: #3b1e87;
  cursor: pointer;
  text-decoration: underline;
}
.all .form-recommender .container-box .form-box .btn-reset {
  cursor: pointer;
  width: 54px;
  height: 54px;
  background-image: url(../images/icon-rotate-right.svg);
  background-size: 52% auto;
  background-color: #3b1e87;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  border-radius: 50px;
  display: table;
}
.all .form-recommender .container-box .form-box .btn-submit,
.all .form-recommender .container-box .form-box .btn-copy,
.all .form-recommender .container-box .form-box .share-box a {
  cursor: pointer;
  height: 52px;
  font-size: 1.4rem;
  letter-spacing: 5px;
  color: #fff;
  background-color: #3b1e87;
}
.all .form-recommender .container-box .form-box .btn-copy {
  width: 90px;
}
.all .form-recommender .container-box .form-box .input-copy {
  width: 100%;
  display: flex;
  position: relative;
}
.all .form-recommender .container-box .form-box .input-copy input[type=text] {
  padding-right: 100px;
}
.all .form-recommender .container-box .form-box .input-copy .btn-copy {
  position: absolute;
  top: 0;
  right: 0;
}
.all .form-recommender .container-box .form-box .recommend-url {
  display: grid;
  margin-top: 30px;
  gap: 20px;
}
.all .form-recommender .container-box .form-box .recommend-url > span {
  color: #3b1e87;
  font-size: 1.1rem;
  -webkit-text-stroke: 0.3px #3b1e87;
  margin-bottom: -15px;
}
.all .form-recommender .container-box .form-box .share-box {
  display: flex;
  gap: 20px;
}
.all .form-recommender .container-box .form-box .share-box a {
  letter-spacing: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
.all .form-recommender .container-box .form-box .share-box a::before {
  content: "";
  width: 25px;
  height: 20px;
  background-position: center left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: table;
}
.all .form-recommender .container-box .form-box .share-box .share-fb {
  background-color: #3b5998;
}
.all .form-recommender .container-box .form-box .share-box .share-line {
  background-color: #06c152;
}
.all .form-recommender .container-box .form-box .share-box .share-fb::before {
  background-image: url(../images/icon-fb.svg);
}
.all .form-recommender .container-box .form-box .share-box .share-line::before {
  width: 30px;
  background-image: url(../images/icon-line.svg);
}
.all .form-recommender .container-box .notes {
  display: table;
  margin: auto;
  margin-top: 50px;
}
.all .form-recommender .container-box .notes span {
  color: #3b1e87;
  display: block;
  margin-bottom: 15px;
}
.all .form-recommender .container-box .notes .ol-list li::before {
  content: "";
  border: 5px solid #3b1e87;
}
.all .friend {
  width: 100%;
  height: 550px;
  padding-top: 80px;
  border-bottom: 3px solid #3b1e87;
}
.all .friend .box {
  color: #3b1e87;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  border: 3px solid #3b1e87;
  box-shadow: 5px 5px rgba(250, 185, 40, 0.9);
  position: relative;
  display: table;
  padding: 50px 70px 35px;
  margin: auto;
  z-index: 3;
}
.all .friend .box div {
  font-size: 1.5rem;
}
.all .friend .box .name {
  font-size: 3rem;
  -webkit-text-stroke: 1px #3b1e87;
}
.all .friend .box .name span {
  color: #fb709a;
  -webkit-text-stroke: 1px #fb709a;
  margin: 0 5px;
}
.all .friend .box p {
  margin-top: 10px;
  font-size: 2.2rem;
  -webkit-text-stroke: 0.5px #3b1e87;
}
.all .friend .box p span {
  color: #ff9500;
  -webkit-text-stroke: 0.5px #f7b826;
}
.all .friend .box .money-box {
  background: url(../images/money-box.svg) no-repeat;
  background-size: 100% auto;
  width: 30%;
  height: 68%;
  right: -16%;
  top: -8%;
  position: absolute;
}
.all .friend .box .money-box img {
  width: 70%;
  top: 45%;
  left: 15%;
  position: absolute;
}
.all .friend .box::after,
.all .friend .box::before {
  content: "";
  position: absolute;
  display: block;
}
.all .friend .box::after {
  background: url(../images/line.svg) no-repeat 0 0;
  background-size: 100% auto;
  left: -50px;
  top: 48%;
  width: 100px;
  height: 25px;
}
.all .friend .box::before {
  background: url(../images/gift.svg) no-repeat 0 0;
  background-size: 100% auto;
  left: 42.5%;
  top: -24%;
  width: 100px;
  height: 110px;
  animation: gift 1s infinite linear;
}
@keyframes gift {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.all .friend .people-group {
  margin-top: 40px;
  width: 100%;
  height: 265px;
  position: relative;
  animation: moveBG 100s 0s infinite linear;
}
@keyframes moveBG {
  0% {
    background: url(../images/people-group.svg) repeat-x top left 396%;
    background-size: auto 265px;
  }
  100% {
    background: url(../images/people-group.svg) repeat-x top left 0%;
    background-size: auto 265px;
  }
}
.all .form-Recommended .form-box {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.all .form-Recommended .form-box .box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}
.all .form-Recommended .form-box .box > div {
  width: 100%;
}
.all .form-Recommended .form-box input[type=text],
.all .form-Recommended .form-box input[type=tel],
.all .form-Recommended .form-box select {
  padding: 10px 0;
  font-size: 1rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bebebe;
  background-color: #fff;
}
.all .form-Recommended .form-box label {
  font-size: 1rem;
  letter-spacing: 0;
  display: flex;
  margin-right: 3px;
  margin-bottom: 20px;
  font-weight: normal;
}
.all .form-Recommended .form-box label input[type=checkbox],
.all .form-Recommended .form-box label input[type=checkbox]:checked {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #3b1e87;
  border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.all .form-Recommended .form-box label input[type=checkbox]:checked {
  background-color: #3b1e87;
  position: relative;
}
.all .form-Recommended .form-box label input[type=checkbox]:checked::after {
  color: #fff;
  content: "✔";
  font-size: 1rem;
  position: absolute;
  top: -3px;
  left: 1px;
}
.all .form-Recommended .form-box label a {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: underline;
}
.all .form-Recommended .form-box .btn-submit {
  width: 70%;
  max-width: 250px;
  font-size: 1.2rem;
  padding: 8px 8px 6px;
  color: #fff;
  background-color: #3b1e87;
  border-radius: 50px;
  margin: auto;
  margin-top: 40px;
  cursor: pointer;
  display: table;
  text-align: center;
  position: relative;
}
.all .form-Recommended .form-box .btn-submit::before {
  content: "›";
  position: absolute;
  right: 8px;
}
.all .class {
  border-top: 5px solid #3b1e87;
}
.all .class .table-list {
  display: grid;
  gap: 40px;
}
.all .class .table-list .table-box {
  color: #666;
  background-color: #fff;
  border: 3px solid #3b1e87;
  border-radius: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}
.all .class .table-list .table-box h3 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.all .class .table-list .table-box h3.Hot::after {
  content: "HOT";
  animation: color_ani 1s infinite;
}
@keyframes color_ani {
  0% {
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
  }
  50% {
    color: #fff82b;
    text-shadow: 0px 0px 10px #fff82b;
  }
  100% {
    text-shadow: 0px 0px 0px #fff;
  }
}
.all .class .table-list .table-box ol li {
  font-size: 1rem;
  display: flex;
}
.all .class .table-list .table-box ol li h4 {
  color: #1e1e1e;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all .class .table-list .table-box ol li h4.Hot::after {
  font-size: 0.85rem;
  font-style: italic;
  letter-spacing: 0px;
  content: "HOT";
  margin-left: 5px;
  padding: 2px 8px 0 5px;
  border-radius: 30px;
}
.all .class .table-list .table-box ol li div {
  width: calc(100% - 200px);
  padding: 5px 5px 5px 25px;
}
.all .class .table-list .table-box ol li div span {
  color: #1e1e1e;
}
.all .class .table-list .table-box ol li div a::before {
  content: "▶︎";
}
.all .class .table-list .table-box .more {
  cursor: pointer;
  font-size: 1rem;
  display: table;
  padding: 5px 25px 2px;
  border-radius: 30px;
  margin: auto;
  margin-top: 20px;
  text-decoration: none;
}
.all .class .table-list .color-blue h3 {
  background-color: #1e88e5;
}
.all .class .table-list .color-blue .more {
  color: #1e88e5;
  border: 1px solid #1e88e5;
}
.all .class .table-list .color-blue .more:hover {
  color: #fff;
  background-color: #1e88e5;
}
.all .class .table-list .color-blue h4 {
  border-right: 1px solid #abceed;
}
.all .class .table-list .color-blue div {
  color: #1e88e5;
}
.all .class .table-list .color-blue div span {
  color: #666 !important;
}
.all .class .table-list .color-blue li {
  border-bottom: 1px solid #abceed;
}
.all .class .table-list .color-pink h3 {
  background-color: #e8418d;
}
.all .class .table-list .color-pink .more {
  color: #e8418d;
  border: 1px solid #e8418d;
}
.all .class .table-list .color-pink .more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #e8418d;
}
.all .class .table-list .color-pink h4 {
  border-right: 1px solid #f1b4cf;
}
.all .class .table-list .color-pink li {
  border-bottom: 1px solid #f1b4cf;
}
.all .class .table-list .color-green h3 {
  background-color: #1db4a9;
}
.all .class .table-list .color-green .more {
  color: #1db4a9;
  border: 1px solid #1db4a9;
}
.all .class .table-list .color-green .more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1db4a9;
}
.all .class .table-list .color-green h4 {
  border-right: 1px solid #9bddd8;
}
.all .class .table-list .color-green h4.Hot::after {
  color: #1db4a9;
  background-color: #e5f3f2;
}
.all .class .table-list .color-green li {
  border-bottom: 1px solid #9bddd8;
}
.all .class .table-list .color-green li a {
  display: block;
}
.all .class .table-list .color-green li a::before {
  color: #1db4a9;
}
.all .class .table-list .color-purple h3 {
  background-color: #8762c9;
}
.all .class .table-list .color-purple .more {
  color: #8762c9;
  border: 1px solid #8762c9;
}
.all .class .table-list .color-purple .more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #8762c9;
}
.all .class .table-list .color-purple h4 {
  border-right: 1px solid #bfabe0;
}
.all .class .table-list .color-purple h4.Hot::after {
  color: #8762c9;
  background-color: #e7e3ee;
}
.all .class .table-list .color-purple li {
  border-bottom: 1px solid #bfabe0;
}
.all .class .table-list .color-indigo h3 {
  background-color: #2846ae;
}
.all .class .table-list .color-indigo .more {
  color: #2846ae;
  border: 1px solid #2846ae;
}
.all .class .table-list .color-indigo .more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #2846ae;
}
.all .class .table-list .color-indigo h4 {
  border-right: 1px solid #8294d4;
}
.all .class .table-list .color-indigo li {
  border-bottom: 1px solid #8294d4;
}
.all .class .table-list .color-orange h3 {
  background-color: #ff7300;
}
.all .class .table-list .color-orange .more {
  color: #ff7300;
  border: 1px solid #ff7300;
}
.all .class .table-list .color-orange .more:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ff7300;
}
.all .class .table-list .color-orange h4 {
  border-right: 1px solid #e6ad7e;
}
.all .class .table-list .color-orange h4.Hot::after {
  color: #ff7300;
  background-color: #ffeedf;
}
.all .class .table-list .color-orange li {
  border-bottom: 1px solid #e6ad7e;
}
.all footer {
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 30px 30px 50px;
  text-align: center;
  border-top: 5px solid #3b1e87;
}
.all #go-position {
  background-color: #1e88e5;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 2px;
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
}
.all #go-position::before {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  content: "立即\a推薦\a";
  white-space: pre;
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1575px) {
  .all .step .container-box {
    height: 19vw;
  }
  .all .step ul li div {
    font-size: 2.5vw;
    left: 20%;
  }
  .all .step ul li div span {
    font-size: 1.7vw;
  }
  .all .step ul li div p {
    font-size: 1.1vw;
  }
  .all .form-recommender {
    padding-top: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .all .star-bg-w {
    background: url();
  }
  .all .star-bg-y {
    background: url();
    background-color: #f7b826;
  }
  .all .visual {
    height: 84vw;
  }
  .all .visual .visual-box {
    width: 95%;
    height: 84vw;
    margin-left: 3%;
  }
  .all .caption table::after {
    right: 0;
  }
  .all .caption .comment {
    margin-top: 35px;
  }
  .all .form-recommender {
    background-color: #f7b826;
  }
  .all .friend {
    padding-top: 12vw;
    height: 55vw;
  }
  .all .friend .box {
    border-radius: 6vw;
    padding: 6.5vw 7vw 4vw;
  }
  .all .friend .box div {
    font-size: 2.8vw;
  }
  .all .friend .box .name {
    font-size: 5vw;
  }
  .all .friend .box .name span {
    margin: 0 5px;
  }
  .all .friend .box p {
    margin-top: 1vw;
    font-size: 4vw;
  }
  .all .friend .box::after {
    left: -8.5%;
    width: 18%;
    height: 10%;
  }
  .all .friend .box::before {
    width: 18.5%;
    height: 48%;
    top: -28%;
  }
  .all .friend .people-group {
    margin-top: 4%;
    height: 43%;
    animation: moveBG 20s 0s infinite linear;
  }
  @keyframes moveBG {
    0% {
      background: url(../images/people-group.svg) repeat-x top left 544%;
      background-size: auto 100%;
    }
    100% {
      background: url(../images/people-group.svg) repeat-x top left 0%;
      background-size: auto 100%;
    }
  }
}
@media all and (max-width: 768px) {
  .all .img-bg {
    background-size: auto 90%, 400% auto;
  }
  .all .img-bg .logo {
    width: 30vw;
    top: 2vw;
  }
  .all .visual {
    height: 120vw;
  }
  .all .visual .visual-box {
    width: 80%;
    height: 150vw;
    margin-left: 10%;
  }
  .all .visual .visual-box .title {
    width: 80%;
    left: 10%;
    top: 3%;
  }
  .all .visual .visual-box .title-1 {
    top: 15%;
  }
  .all .visual .visual-box .title-2 {
    top: 6%;
  }
  .all .visual .visual-box .title-3 {
    top: 16%;
  }
  .all .visual .visual-box .title-4 {
    top: 20%;
  }
  @keyframes Zoom1 {
    80% {
      transform: scale(1);
    }
    82% {
      transform: scale(1.2);
    }
    83% {
      transform: scale(1);
    }
  }
  @keyframes Zoom2 {
    84% {
      transform: scale(1);
    }
    86% {
      transform: scale(1.2);
    }
    88% {
      transform: scale(1);
    }
  }
  @keyframes Zoom3 {
    89% {
      transform: scale(1);
    }
    91% {
      transform: scale(1.2);
    }
    93% {
      transform: scale(1);
    }
  }
  @keyframes Zoom4 {
    94% {
      transform: scale(1);
    }
    96% {
      transform: scale(1.2);
    }
    98% {
      transform: scale(1);
    }
  }
  .all .visual .visual-box .people {
    width: 98%;
    top: 37.5%;
    left: 0;
  }
  .all .visual .visual-box .partner {
    width: 24%;
    top: 73%;
    right: -5%;
  }
  .all .visual .visual-box .money-box {
    width: 38%;
    height: 19%;
    right: 23%;
    top: 20%;
  }
  .all .visual .visual-box .money-box img {
    width: 65%;
    top: 46%;
    left: 16%;
  }
  .all .container-box {
    width: 95%;
    padding: 50px 0;
  }
  .all .container-box h2 {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    -webkit-text-stroke: 0;
    margin-bottom: 20px;
  }
  .all .container-box p {
    text-align: left;
  }
  .all .container-box .ol-list li {
    position: relative;
    margin-left: 20px;
  }
  .all .container-box .ol-list li::before {
    width: 8px;
    height: 8px;
    border: 4px solid #f7b826;
    left: -20px;
  }
  .all .caption {
    font-weight: normal;
  }
  .all .caption table {
    letter-spacing: 0px;
  }
  .all .caption table th,
  .all .caption table td {
    font-size: 1rem;
  }
  .all .step .container-box {
    height: auto;
  }
  .all .step ul {
    width: 85%;
    max-width: 450px;
    grid-template-columns: 1fr;
    gap: 5vw;
    margin: auto;
    margin-top: 10%;
  }
  .all .step ul li div {
    left: 21%;
    font-size: 2.5rem;
  }
  .all .step ul li div span {
    font-size: 1.5rem;
  }
  .all .step ul li div p {
    font-size: 1.2rem;
  }
  .all .form-recommender {
    padding-top: 0;
  }
  .all .form-recommender .container-box {
    padding-top: 50px;
    margin-top: 0;
  }
  .all .form-recommender .container-box .form-box .input-box {
    gap: 5px;
  }
  .all .form-recommender .container-box .form-box .input-box .input-code {
    width: calc(100% - 206px);
  }
  .all .form-recommender .container-box .form-box .Verification-code {
    width: 100px;
    height: 47px;
  }
  .all .form-recommender .container-box .form-box input[type=text],
  .all .form-recommender .container-box .form-box input[type=tel],
  .all .form-recommender .container-box .form-box input[type=number],
  .all .form-recommender .container-box .form-box .btn-submit,
  .all .form-recommender .container-box .form-box .btn-copy,
  .all .form-recommender .container-box .form-box .share-box a {
    font-size: 1rem;
    height: 40px;
    border: 2px solid #3b1e87;
  }
  .all .form-recommender .container-box .form-box .btn-reset {
    width: 47px;
    height: 47px;
  }
  .all .form-recommender .container-box .form-box .btn-submit,
  .all .form-recommender .container-box .form-box .btn-copy,
  .all .form-recommender .container-box .form-box .share-box a {
    height: 47px;
    font-size: 1.2rem;
  }
  .all .form-recommender .container-box .form-box .btn-copy {
    width: 76px;
    padding-left: 15px;
  }
  .all .form-recommender .container-box .form-box .input-copy input[type=text] {
    padding-right: 80px;
  }
  .all .form-recommender .container-box .form-box .recommend-url > span {
    font-size: 1.1rem;
    -webkit-text-stroke: 0.2px #3b1e87;
  }
  .all .form-recommender .container-box .form-box .share-box {
    gap: 10px;
  }
  .all .form-recommender .container-box .form-box .share-box a {
    border: 0;
  }
  .all .form-recommender .container-box .form-box .share-box a::before {
    width: 20px;
  }
  .all .friend {
    padding-top: 22vw;
    height: 96vw;
  }
  .all .friend .box {
    width: 75%;
    padding: 12vw 0 7vw;
  }
  .all .friend .box div {
    font-size: 4.2vw;
  }
  .all .friend .box .name {
    font-size: 6vw;
    -webkit-text-stroke: 0.2vw #3b1e87;
  }
  .all .friend .box .name span {
    margin: 0 0.5vw;
  }
  .all .friend .box p {
    margin-top: 2vw;
    font-size: 5vw;
  }
  .all .friend .box .money-box {
    width: 35%;
    height: 55%;
    right: -10%;
    top: -25%;
  }
  .all .friend .box .money-box img {
    width: 70%;
    top: 45%;
    left: 15%;
  }
  .all .friend .box::after {
    left: -8%;
  }
  .all .friend .box::before {
    width: 26%;
    top: -26%;
    left: 39%;
    height: 47%;
  }
  .all .friend .people-group {
    margin-top: 10%;
    height: 46%;
    animation: moveBG 25s 0s infinite linear;
  }
  @keyframes moveBG {
    0% {
      background: url(../images/people-group.svg) repeat-x top left 0%;
      background-size: auto 100%;
    }
    100% {
      background: url(../images/people-group.svg) repeat-x top left 275%;
      background-size: auto 100%;
    }
  }
  .all .form-Recommended {
    padding-top: 8vw;
  }
  .all .class .table-list .table-box {
    position: relative;
  }
  .all .class .table-list .table-box ol {
    padding: 10px 0 20px;
    margin: auto;
    display: table;
    width: auto;
  }
  .all .class .table-list .table-box ol li {
    border-bottom: 0;
    font-size: 1.1rem;
    padding: 3px;
  }
  .all .class .table-list .table-box ol li h4 {
    width: auto;
    justify-content: start;
    border-right: 0;
  }
  .all .class .table-list .table-box ol li h4::before {
    content: "●";
    margin-right: 5px;
  }
  .all .class .table-list .table-box ol li div {
    padding: 0;
  }
  .all .class .table-list .table-box ol::after {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    border-bottom: 3px dotted #ff9500;
    position: absolute;
    left: 0;
    bottom: 75px;
  }
  .all .class .table-list .color-blue span,
  .all .class .table-list .color-blue a {
    display: none;
  }
  .all .class .table-list .color-blue ol li {
    display: flex;
    justify-content: start;
  }
  .all .class .table-list .color-blue ol li h4,
  .all .class .table-list .color-blue ol li div {
    width: auto;
  }
  .all .class .table-list .color-blue ol li div {
    padding-left: 0;
  }
  .all .class .table-list .color-blue ol li div::before {
    content: "➡︎";
    margin: 0 3px 0 5px;
  }
  .all .class .table-list .color-pink div,
  .all .class .table-list .color-green div,
  .all .class .table-list .color-purple div,
  .all .class .table-list .color-indigo div,
  .all .class .table-list .color-orange div {
    display: none;
  }
  .all .class .table-list .color-blue h4::before {
    color: #1e88e5;
  }
  .all .class .table-list .color-pink h4::before {
    color: #e8418d;
  }
  .all .class .table-list .color-green h4::before {
    color: #1db4a9;
  }
  .all .class .table-list .color-purple h4::before {
    color: #8762c9;
  }
  .all .class .table-list .color-indigo h4::before {
    color: #2846ae;
  }
  .all .class .table-list .color-orange h4::before {
    color: #ff7300;
  }
}

@media all and (max-width: 480px) {
  .all {
    font-size: 15px;
  }
  .all .container-box h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .all .img-bg {
    background-size: auto 85%, 550% auto;
  }
  .all .img-bg .logo {
    width: 32vw;
    top: 4vw;
  }
  .all .visual {
    height: 155vw;
    padding-top: 7%;
  }
  .all .visual .visual-box {
    width: 100%;
    height: 155vw;
    margin-left: 0;
  }
  .all .visual .visual-box .title {
    width: 80%;
    left: 10%;
    top: 3%;
  }
  .all .visual .visual-box .title-1 {
    top: 18%;
  }
  .all .visual .visual-box .title-2 {
    top: 7%;
  }
  .all .visual .visual-box .title-3 {
    top: 19%;
  }
  .all .visual .visual-box .title-4 {
    top: 24.4%;
  }
  .all .visual .visual-box .people {
    width: 98%;
    top: 47.5%;
    left: 0;
  }
  .all .visual .visual-box .partner {
    width: 24%;
    top: 91.5%;
    right: 0;
  }
  .all .visual .visual-box .money-box {
    width: 40%;
    height: 25%;
    right: 23%;
    top: 24%;
  }
  .all .caption table {
    -webkit-text-stroke: 0px #3b1e87;
  }
  .all .caption table th {
    width: auto;
  }
  .all .caption table th,
  .all .caption table td {
    font-size: 4vw;
  }
  .all .step ul {
    width: 90%;
  }
  .all .step ul li div {
    top: 36%;
    left: 24%;
    width: 48%;
    font-size: 6.5vw;
  }
  .all .step ul li div span {
    font-size: 4.5vw;
  }
  .all .step ul li div p {
    font-size: 3.8vw;
    margin-top: 5%;
  }
  .all .form-recommender .container-box .form-box {
    gap: 15px;
  }
  .all .form-recommender .container-box .form-box .input-box .input-code {
    width: calc(100% - 186px);
  }
  .all .form-recommender .container-box .form-box .Verification-code {
    width: 80px;
    height: 42px;
  }
  .all .form-recommender .container-box .form-box input[type=text],
  .all .form-recommender .container-box .form-box input[type=tel],
  .all .form-recommender .container-box .form-box input[type=number],
  .all .form-recommender .container-box .form-box .btn-submit,
  .all .form-recommender .container-box .form-box .btn-copy,
  .all .form-recommender .container-box .form-box .share-box a {
    height: 35px;
  }
  .all .form-recommender .container-box .form-box .btn-reset {
    width: 42px;
    height: 42px;
  }
  .all .form-recommender .container-box .form-box .btn-submit,
  .all .form-recommender .container-box .form-box .btn-copy,
  .all .form-recommender .container-box .form-box .share-box a {
    height: 42px;
    font-size: 1rem;
    font-weight: normal;
  }
  .all .form-recommender .container-box .form-box .input-copy input[type=text] {
    padding-right: 70px;
  }
  .all .form-recommender .container-box .form-box .input-copy .btn-copy {
    width: 65px;
    padding-left: 12px;
  }
  .all .form-recommender .container-box .form-box .recommend-url > span {
    font-size: 1rem;
  }
  .all .form-recommender .container-box .form-box .share-box {
    gap: 5px;
  }
  .all .form-recommender .container-box .form-box .share-box a::before {
    width: 17px;
  }
  .all .friend {
    padding-top: 30vw;
    height: 130vw;
  }
  .all .friend .box {
    width: 85%;
    padding: 18vw 0 15vw;
  }
  .all .friend .box .name, .all .friend .box p, .all .friend .box span {
    -webkit-text-stroke: 0 !important;
  }
  .all .friend .box .money-box {
    height: 48%;
  }
  .all .friend .people-group {
    margin-top: 15%;
    height: 46%;
    animation: moveBG 25s 0s infinite linear;
  }
  @keyframes moveBG {
    0% {
      background: url(../images/people-group.svg) repeat-x top left 0%;
      background-size: auto 100%;
    }
    100% {
      background: url(../images/people-group.svg) repeat-x top left 189%;
      background-size: auto 100%;
    }
  }
  .all footer {
    font-size: 0.85rem;
    padding: 25px 5px;
  }
  .all #go-position {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 50px;
    right: 0;
  }
  .all #go-position::before {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 320px) {
  * body {
    min-width: 320px;
  }
}/*# sourceMappingURL=basic.css.map */