.wrapper {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 769px) {
  .wrapper {
    max-width: 500px;
  }
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Microsoft JhengHei", sans-serif !important;
  overflow: hidden;
  overflow-y: auto;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  background-color: #2B465D;
}
@media (max-width: 769px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
  display: block;
  width: 100%;
}

.desktop {
  display: block;
}
@media (max-width: 769px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 769px) {
  .mobile {
    display: block;
  }
}

.black {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: 1000;
}

.fix-btn {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 999;
}
@media (max-width: 769px) {
  .fix-btn {
    right: 20px;
    bottom: 10px;
  }
}
.fix-btn a {
  display: block;
}
.fix-btn a img {
  display: block;
  height: 65px;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .fix-btn a img {
    height: 50px;
  }
}

.main-header {
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(20, 53, 90, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(20, 53, 90, 0.25);
}
@media (max-width: 769px) {
  .main-header {
    height: 52px;
  }
}
.main-header .menu {
  display: none;
}
@media (max-width: 769px) {
  .main-header .menu {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin: 14px 0;
    background: url("../img/menu.png") no-repeat center center;
    background-size: 32px 32px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .main-header .menu {
    margin: 10px 0;
  }
}
.main-header .menu.active {
  background: url("../img/menu-close.png") no-repeat center center;
  background-size: 32px 32px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.main-header .logo {
  float: left;
  width: 120px;
  margin: 18px 0;
}
@media (max-width: 769px) {
  .main-header .logo {
    margin: 14px 0;
  }
}
.main-header .logo img {
  display: block;
  width: 100%;
}
.main-header ul {
  float: right;
}
@media (max-width: 769px) {
  .main-header ul {
    position: absolute;
    z-index: 1;
    top: 52px;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    -webkit-box-shadow: inset 0 4px 4px -2px rgba(20, 53, 90, 0.25);
            box-shadow: inset 0 4px 4px -2px rgba(20, 53, 90, 0.25);
  }
}
@media (max-width: 769px) {
  .main-header ul.active {
    height: 145px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
.main-header ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  line-height: 60px;
}
@media (max-width: 769px) {
  .main-header ul li {
    display: block;
    padding: 0;
    line-height: 70px;
    width: 280px;
    border-bottom: 2px solid #C6E2FA;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-header ul li:last-of-type {
    border-bottom: 0;
  }
}
.main-header ul li a {
  background: linear-gradient(141deg, #255AA5 -11.64%, #4597DD 89.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 769px) {
  .main-header ul.active li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.black.active {
  display: block !important;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 20000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 560px;
  width: calc(100% - 40px);
  max-height: 80vh;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-modal-content.sm {
  max-width: 400px;
  padding: 40px 20px;
}
.custom-modal-content.noshadow::after {
  display: none;
}
.custom-modal-content:after {
  content: "";
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28.04%, #FFF), color-stop(92.59%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 28.04%, rgba(255, 255, 255, 0) 92.59%);
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-modal-content.no-shadow:after {
  opacity: 0;
}
.custom-modal-content button {
  margin: 30px auto 0 auto;
  overflow: visible;
}
.custom-modal-content button:disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  pointer-events: none;
}
.custom-modal-content label {
  border-radius: 8px;
  background: #F2F2F2;
  padding: 10px 10px 10px 38px;
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.custom-modal-content label input {
  display: none;
}
.custom-modal-content label input:checked + i {
  background: url(../img/checkbox.png) no-repeat;
  background-size: 100% 100%;
}
.custom-modal-content label i {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/checkbox_no.png) no-repeat;
  background-size: 100% 100%;
}
.custom-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 769px) {
  .custom-modal-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.custom-modal-body {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 25px;
  color: #636363;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-weight: 400;
}
@media (max-width: 769px) {
  .custom-modal-body {
    font-size: 14px;
    line-height: 22px;
  }
}
.custom-modal-body p {
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 10px;
}
.custom-modal-body p.grey {
  color: #B0B0B0;
}
.custom-modal-body b {
  font-weight: 700;
}
.custom-modal-body span {
  color: #358AD8;
}
.custom-modal-body title {
  display: block;
  font-weight: 700;
  padding: 0 10px;
}
.custom-modal-body title + ul li {
  margin-bottom: 0;
}
.custom-modal-body a {
  color: #358AD8;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 769px) {
  .custom-modal-body a {
    font-size: 12px;
  }
}
.custom-modal-body a:hover {
  text-decoration: none;
}
.custom-modal-body a.btn {
  display: block;
  width: 100%;
  margin: 0 auto 5px auto;
  border-radius: 20px;
  border: 7px solid transparent;
  overflow: visible;
}
.custom-modal-body a.btn img {
  display: block;
  width: 100%;
}
.custom-modal-body a.btn:hover {
  border: 7px solid #FEE8A8;
  background: #8F4401;
}
.custom-modal-body > ul {
  padding: 0 10px;
}
.custom-modal-body > ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.custom-modal-body > ul li ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 0;
}
.custom-modal-body > ol {
  padding: 0 10px;
}
.custom-modal-body > ol li {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 5px;
}
.custom-modal-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: url(../img/cancel.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
  border: 0;
  width: 36px;
  height: 36px;
  margin: auto !important;
}

.start_button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 250px;
  margin: 15px auto 50px auto;
  border-radius: 15px;
  cursor: pointer;
  border: 0;
}
@media (max-width: 769px) {
  .start_button {
    margin-bottom: 100px;
    width: 220px;
  }
}
.start_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  pointer-events: none;
}
.start_button.hover::before {
  display: none;
}
.start_button.hover:hover::before {
  display: block;
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
}
.start_button img {
  display: block;
  width: 100%;
}
@-webkit-keyframes shine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}

.main {
  padding-top: 60px;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
}
@media (max-width: 769px) {
  .main {
    padding-top: 52px;
  }
  .main.cover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
}
.main > * {
  position: relative;
  z-index: 2;
}
.main .fade {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 60px);
}
@media (max-width: 769px) {
  .main .fade {
    min-height: calc(100vh - 52px);
  }
}
.main .fade.index {
  min-height: calc(100vh - 110px);
}
@media (max-width: 769px) {
  .main .fade.index {
    min-height: calc(100vh - 142px);
  }
}
.main video {
  display: block;
  width: auto;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 769px) {
  .main video {
    width: 100%;
    height: 100%;
  }
}
.main .kv_bg {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 100vh;
  min-width: 100vw;
}
.main .kv_title {
  display: block;
  margin: 50px auto 0 auto;
  max-width: 678px;
  width: 100%;
}
@media (max-width: 769px) {
  .main .kv_title {
    margin-top: 90px;
  }
}
.main h1 {
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 769px) {
  .main h1 {
    font-size: 18px;
    line-height: 27px;
  }
}
.main .top_title {
  display: block;
  width: 200px;
  margin: 0 auto -30px auto;
}
.main .start_box {
  width: 420px;
  background: url(../img/start_box.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  padding-bottom: 100px;
}
@media (max-width: 769px) {
  .main .start_box {
    max-width: 354px;
    width: 100%;
    min-height: 450px;
    padding-bottom: 0;
  }
}
@media (max-width: 370px) {
  .main .start_box {
    background: url(../img/start_box.png) center no-repeat;
    background-size: 110% 100%;
  }
}
.main .start_box.long {
  background: url(../img/start_box_long.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 769px) {
  .main .start_box.long {
    min-height: 550px;
    padding-bottom: 0;
  }
}
.main .start_box.sec_box {
  background: url(../img/sec_box.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 90px;
}
@media (max-width: 769px) {
  .main .start_box.sec_box {
    max-width: 310px;
    padding-bottom: 50px;
  }
}
.main .start_box.sec_box strong {
  margin: 0 auto;
  padding: 25px 0;
}
@media (max-width: 769px) {
  .main .start_box.sec_box + .start_button {
    margin-top: 0;
  }
}
.main .start_box.sec_box ul {
  width: 320px;
}
@media (max-width: 769px) {
  .main .start_box.sec_box ul {
    width: 240px;
  }
}
.main .start_box title {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 30px 0 13px 0;
}
@media (max-width: 769px) {
  .main .start_box title {
    font-size: 20px;
    padding: 28px 0 23px 0;
  }
}
.main .start_box title.special {
  padding-top: 35px;
}
@media (max-width: 769px) {
  .main .start_box title.special {
    padding-top: 30px;
  }
}
.main .start_box title.special2 {
  padding-top: 40px;
}
@media (max-width: 769px) {
  .main .start_box title.special2 {
    padding-top: 30px;
  }
}
.main .start_box center {
  max-width: 330px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main .start_box center {
    max-width: 270px;
  }
}
.main .start_box b {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 60px 0 0 0;
}
@media (max-width: 769px) {
  .main .start_box b {
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.main .start_box strong {
  display: block;
  color: #553426;
  font-size: 27px;
  line-height: 35px;
  margin: 35px auto;
  position: relative;
}
.main .start_box strong.sm {
  font-size: 24px;
}
@media (max-width: 769px) {
  .main .start_box strong.sm {
    font-size: 20px;
  }
}
.main .start_box strong .info-icon {
  display: block;
  width: 25px;
  position: absolute;
  top: 50px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .main .start_box strong .info-icon {
    right: 10px;
    top: 45px;
  }
}
.main .start_box strong .info-icon.info-icon2 {
  top: 20px;
  right: 60px;
}
@media (max-width: 769px) {
  .main .start_box strong .info-icon.info-icon2 {
    right: 40px;
    top: 10px;
  }
}
@media (max-width: 769px) {
  .main .start_box strong {
    font-size: 20px;
    line-height: 28px;
    margin: 25px auto;
  }
}
@media (max-width: 370px) {
  .main .start_box strong {
    font-size: 19px;
    padding: 0 15px;
  }
}
.main .start_box strong em {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(29.78%, #DEB03D), color-stop(51.91%, #F1863A), color-stop(89.25%, #E3A92B));
  background: linear-gradient(90deg, #DEB03D 29.78%, #F1863A 51.91%, #E3A92B 89.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-size: 32px;
}
@media (max-width: 769px) {
  .main .start_box strong em {
    font-size: 26px;
  }
}
.main .start_box strong em sup {
  font-size: 20px;
}
@media (max-width: 769px) {
  .main .start_box strong em sup {
    font-size: 17px;
  }
}
.main .start_box ul {
  width: 280px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 769px) {
  .main .start_box ul {
    width: 260px;
  }
}
.main .start_box ul li {
  display: block;
  margin: 0 auto 25px 0;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
@media (max-width: 769px) {
  .main .start_box ul li {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .main .start_box ul li {
    font-size: 14.5px;
  }
}
.main .start_box ul li img {
  display: block;
  width: 30px;
  position: absolute;
  left: 0;
  top: -4px;
}
.main .start_box ul li i {
  font-style: normal;
}
.main .start_box ul li i.pink {
  color: #FF2B85;
}
.main .start_box ul li i.grey {
  color: #B0B0B0;
}
.main .start_box .compair {
  width: 330px;
  margin: 0 auto 30px auto;
}
@media (max-width: 769px) {
  .main .start_box .compair {
    width: 275px;
    margin: 0 auto 25px auto;
  }
}
.main .start_box .compair:last-of-type {
  margin-bottom: 0;
}
.main .start_box span {
  display: inline-block;
  padding: 0 10px;
  line-height: 36px;
  border-radius: 8px;
  background: #DACA9E;
  font-weight: 300;
}
@media (max-width: 769px) {
  .main .start_box span {
    font-size: 14px;
    line-height: 30px;
  }
}
.main .start_box form {
  padding: 30px 0 20px 0;
}
.main .start_box form label:not(.check) {
  display: block;
  background: url(../img/text_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 77px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media (max-width: 769px) {
  .main .start_box form label:not(.check) {
    width: 256px;
  }
}
.main .start_box form label:not(.check) i {
  display: block;
  width: 136px;
  text-align: center;
  line-height: 35px;
  padding-top: 2px;
  font-size: 16px;
  color: #42210B;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 769px) {
  .main .start_box form label:not(.check) i {
    width: 127px;
    padding-top: 1px;
  }
}
.main .start_box form label:not(.check) input {
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  border: 0;
  font-weight: 500;
  background: transparent;
}
.main .start_box form label:not(.check) span {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/eye_close_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.main .start_box form label:not(.check) span.close {
  background: url(../img/eye_icon.png) no-repeat;
  background-size: 100% 100%;
}

.main .start_box form .recaptcha-box {
  position: relative;
  width: 304px;
  margin: auto;
  transform: scale(0.91);
}

@media screen and (max-width: 769px) {
  .main .start_box form .recaptcha-box {
    transform: scale(0.85);
  }
}

.main .start_box form .recaptcha-box .alert {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #E83D3D;
  text-align: left;
  display: none;
}

@media (max-width: 769px) {
  .main .start_box form .recaptcha-box .alert {
    font-size: 16px;
    line-height: 21px;
    left: 23px;
    bottom: 10px;
  }
}

.main .start_box form .recaptcha-box .alert img {
  display: inline-block;
  vertical-align: top;
  margin: 3px 2px 0 0;
  width: 16px;
}

.main .start_box form label:not(.check) .alert {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #E83D3D;
  display: none;
}
@media (max-width: 769px) {
  .main .start_box form label:not(.check) .alert {
    font-size: 14px;
    line-height: 21px;
    bottom: -25px;
  }
}
.main .start_box form label:not(.check) .alert img {
  display: inline-block;
  vertical-align: top;
  margin: 3px 2px 0 0;
  width: 16px;
}
.main .start_box form label.check {
  display: block;
  padding-left: 28px;
  position: relative;
  width: 280px;
  margin: 0 auto 20px auto;
  text-align: left;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 769px) {
  .main .start_box form label.check {
    width: 256px;
    font-size: 14px;
    line-height: 21px;
  }
}
.main .start_box form label.check input {
  display: none;
}
.main .start_box form label.check input:checked + i {
  background: url(../img/checkbox.png) no-repeat;
  background-size: 100% 100%;
}
.main .start_box form label.check i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/checkbox_no.png) no-repeat;
  background-size: 100% 100%;
}
.main .start_box form label.check a {
  color: #2445BE;
  text-decoration: underline;
}
.main .start_box form label.check a:hover {
  text-decoration: none;
}
.main .start_box form button {
  margin: 0 auto 10px auto;
}

.main .start_box form .form-warning {
  display: block; 
  color: #666; 
  width: 300px; 
  margin: auto; 
  margin-bottom: 60px;
}

@media (max-width: 769px) {
  .main .start_box form .form-warning {
    width: 260px;
  }
}

.main .start_box form button:disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  pointer-events: none;
}
.main .tips {
  width: 440px;
  position: relative;
  margin: 0 auto;
}
.main .tips .tips_img {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 170px;
}
@media (max-width: 769px) {
  .main .tips .tips_img {
    width: 124px;
    top: -35px;
  }
}
@media (max-width: 769px) {
  .main .tips {
    width: 95%;
    max-width: 354px;
  }
}
.main .progress_bar {
  width: 440px;
  display: block;
  margin: 60px auto;
}
@media (max-width: 769px) {
  .main .progress_bar {
    width: 95%;
    max-width: 354px;
    margin: 40px auto;
  }
}
.main .options {
  width: 288px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main .options {
    width: 247px;
  }
}
.main .options a {
  display: block;
  padding: 10px 0;
  min-height: 50px;
  color: #805E16;
  background: url(../img/options_btn.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 12px;
}
@media (max-width: 769px) {
  .main .options a {
    min-height: 40px;
    font-size: 15px;
  }
}
.main .step1 {
  display: block;
}
.main .step2 {
  display: none;
}
.main .end_box {
  margin: 60px auto 90px auto;
  width: 572px;
  height: 800px;
  background: url(../img/end_box.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  position: relative;
}
@media (max-width: 769px) {
  .main .end_box {
    background: url(../img/end_box_mb.png) no-repeat;
    background-size: 100% 100%;
    max-width: 368px;
    width: 100%;
    height: 700px;
    font-size: 16px;
    line-height: 24px;
    margin: 30px auto 80px auto;
  }
}
@media (max-width: 370px) {
  .main .end_box {
    width: 110%;
    margin: 30px -5% 80px -5%;
  }
}
.main .end_box::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 350px;
  height: 310px;
  position: absolute;
  left: 80px;
  bottom: 115px;
  z-index: 2;
  background: url(../img/daimonds.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 769px) {
  .main .end_box::before {
    width: 270px;
    height: 240px;
    left: 45px;
    bottom: 130px;
  }
}
.main .end_box .end_title {
  display: block;
  margin: 6px auto 12px auto;
  width: 312px;
}
@media (max-width: 769px) {
  .main .end_box .end_title {
    width: 244px;
    margin: 0 auto 30px auto;
  }
}
.main .end_box .foodpanda {
  display: block;
  width: 160px;
  margin: 5px auto 0 auto;
}
@media (max-width: 769px) {
  .main .end_box .foodpanda {
    width: 140px;
  }
}
.main .end_box .img {
  width: 380px;
  aspect-ratio: 16/9;
  margin: -20px auto 30px auto;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  position: relative;
}
@media (max-width: 769px) {
  .main .end_box .img {
    width: 248px;
    margin: -60px auto 30px auto;
  }
}
.main .end_box .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bannerclip.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
.main .end_box .options a {
  width: 226px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main .end_box .options a {
    width: 156px;
  }
}
.main .finish .finish_title {
  display: block;
  width: 473px;
  margin: 100px auto 35px auto;
}
@media (max-width: 769px) {
  .main .finish .finish_title {
    width: 95%;
    margin: 40px auto 30px auto;
    max-width: 365px;
  }
}
.main .finish h1 {
  display: block;
  text-align: center;
  color: #F0C877;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 36px;
}
@media (max-width: 769px) {
  .main .finish h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
.main .finish h1 img {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  margin: 13px 10px 0 10px;
}
.main .finish p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 769px) {
  .main .finish p {
    width: 280px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 20px auto;
  }
}
.main .finish .bg {
  background: url(../img/round-bg.png) center no-repeat;
  background-size: 100% 100%;
  min-height: 1000px;
  padding: 50px 0 15px 0;
  position: relative;
}
@media (max-width: 769px) {
  .main .finish .bg {
    background: url(../img/round-bg_mb.png) center no-repeat;
    background-size: 100% 100%;
    min-height: 0;
    padding: 30px 0 10px 0;
    overflow: hidden;
  }
}
.main .finish .bg .center {
  width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .main .finish .bg .center {
    width: 100%;
  }
}
.main .finish .bg .center .slick-dots {
  text-align: center;
  margin-top: 15px;
}
.main .finish .bg .center .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
}
.main .finish .bg .center .slick-dots li button {
  display: none;
}
.main .finish .bg .center .slick-dots li.slick-active {
  background: #42210B;
}
.main .finish .bg .center .slick-arrow {
  width: 48px;
  height: 48px;
  background: url(../img/arrow_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  text-indent: -9999999px;
  z-index: 1;
  cursor: pointer;
}
.main .finish .bg .center .slick-arrow.slick-next {
  left: auto;
  right: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .finish .bg .center .slide {
  position: relative;
  margin-top: 70px;
  height: 255px;
  overflow: visible;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide {
    margin-top: 50px;
    height: auto;
    overflow: auto;
  }
}
.main .finish .bg .center .slide::after {
  content: "";
  display: block;
  width: 523px;
  height: 261px;
  background: url(../img/intersect_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: -23%;
  z-index: 0;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide::after {
    display: none;
  }
}
.main .finish .bg .center .slide p {
  width: auto;
  text-align: left;
  color: #000;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide p {
    width: 280px;
    text-align: center;
  }
}
.main .finish .bg .center .slide .step {
  display: block;
  height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide .step {
    margin: 0 auto 15px auto;
  }
}
.main .finish .bg .center .slide span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide span {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 35px auto;
  }
  .main .finish .bg .center .slide span br {
    display: none;
  }
}
.main .finish .bg .center .slide span i {
  display: block;
  font-style: normal;
  color: #CB9900;
  font-size: 16px;
  line-height: 24px;
}
.main .finish .bg .center .slide .phone {
  display: block;
  position: absolute;
  width: 250px;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 1;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide .phone {
    position: relative;
    margin: 0 auto;
    height: auto;
  }
}
.main .finish .bg .center .slide.one .phone {
  top: 0;
  right: 0;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide.one .phone {
    top: 0;
  }
}
.main .finish .bg .center .slide.two p {
  position: absolute;
  left: 300px;
  top: 0;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide.two p {
    position: relative;
    left: 0;
  }
}
.main .finish .bg .center .slide.two .phone {
  top: 45px;
  left: 0;
}
@media (max-width: 769px) {
  .main .finish .bg .center .slide.two .phone {
    top: 0;
  }
}
.main .finish .bg .center .slide.two::after {
  left: -23%;
  right: auto;
}
.main .finish .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/mask_bg.png) top 5% center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 769px) {
  .main .finish .bg::before {
    background: url(../img/mask_bg_mb.png) top 5% center no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
  }
}
.main .finish .bg::after {
  content: "";
  display: block;
  max-width: 1125px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 0;
  background: url(../img/deco-lights.png) center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}
@media (max-width: 769px) {
  .main .finish .bg::after {
    display: none;
  }
}
.main .finish .bg small {
  display: block;
  color: #7F541A;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 100px auto 35px auto;
  text-align: center;
}
@media (max-width: 769px) {
  .main .finish .bg small {
    margin-top: 50px;
  }
}
.main .finish .bg small img {
  display: block;
  width: 20px;
  margin: 15px auto -20px auto;
}
