@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url(animate-custom.css);
/*============reset===============*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
iframe,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

table,
table td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

a,
del,
ins {
  text-decoration: none;
}

ol,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup,
sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border: 0;
  color: var(--button-hover-color);
}

/*============clear===============*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*============animate===============*/
a,
.visible,
.header-tel,
a i,
.icon-box,
.img-box img,
.img-over-box img,
a:before,
#fp-nav,
form input {
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.button-icon a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.fade {
  display: none;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-list li {
  opacity: 0;
  opacity: 1\9 \0 ;
  /*IE9hack*/
  -webkit-animation: fadeInUp 0.9s 1;
  animation: fadeInUp 0.9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.delay-list li:nth-child(10n+1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-list li:nth-child(10n+2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-list li:nth-child(10n+3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-list li:nth-child(10n+4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-list li:nth-child(10n+5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-list li:nth-child(10n+6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-list li:nth-child(10n+7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-list li:nth-child(10n+8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-list li:nth-child(10n+9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-list li:nth-child(10n+10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.canvas-animation {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.canvas-animation canvas {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.canvas-animation img {
  width: 100%;
}

/*============grids===============*/
.grid-full,
.grid-large,
.grid-middle,
.grid-small,
.grid-max,
.grid-min,
.grid-content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.grid-full {
  max-width: 1920px;
}

.grid-large {
  max-width: 1680px;
}

.grid-middle {
  max-width: 950px;
}

.grid-small {
  max-width: 400px;
}

.grid-1-12,
.grid-2-12,
.grid-3-12,
.grid-4-12,
.grid-5-12,
.grid-6-12,
.grid-7-12,
.grid-8-12,
.grid-9-12,
.grid-10-12,
.grid-11-12,
.grid-3-8,
.grid-5-8,
.grid-1-2 {
  float: left;
  display: block;
  position: relative;
}

.grid-1-12 {
  width: 8.3%;
}

.grid-2-12 {
  width: 16.6%;
}

.grid-3-12 {
  width: 25%;
}

.grid-4-12 {
  width: 33.3%;
}

.grid-5-12 {
  width: 41.6%;
}

.grid-6-12 {
  width: 50%;
}

.grid-7-12 {
  width: 58.3%;
}

.grid-8-12 {
  width: 66.6%;
}

.grid-9-12 {
  width: 75%;
}

.grid-10-12 {
  width: 83.3%;
}

.grid-11-12 {
  width: 91.6%;
}

.grid-3-8 {
  width: 38%;
}

.grid-5-8 {
  width: 62%;
}

.grid-1-2 {
  width: 47%;
}

.grid-1-8 {
  width: 12.5%;
}

.grid-2-8 {
  width: 25%;
}

.grid-3-8 {
  width: 37.5%;
}

.grid-4-8 {
  width: 50%;
}

.grid-5-8 {
  width: 62.5%;
}

/*============CSS script===============*/
:root {
  --background: #0952BC;
  --font-color: #ffffff;
  --button-hover-color: #000000;
  --button-color: #ffffff;
  --yellow-color: #FAC030;
  --font-base-size: 10px;
}

/*============style===============*/
body {
  font-family: "Noto Sans TC", Arial, Helvetica, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Meiryo, "sans-serif";
  font-size: calc(var(--font-base-size) * 2.2);
  word-wrap: break-word;
  background-color: var(--background);
  color: var(--font-color);
}

p,
.small-text,
.menu-text,
form label {
  font-weight: 400;
}

p span,
.br,
h1 span,
h2 span {
  display: inline-block;
}

::-moz-selection {
  color: var(--background);
  background-color: var(--button-color);
}

::selection {
  color: var(--background);
  background-color: var(--button-color);
}

a {
  color: var(--button-hover-color);
}
a:hover {
  color: var(--button-color);
}

.submit_btn:hover {
  color: var(--button-color);
}

.menu-text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  line-height: 17px;
  letter-spacing: 0px;
}

a .icon-box {
  filter: alpha(opacity=0);
  opacity: 0;
}

a:hover .icon-box {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 40px;
  font-size: 2em;
}

a:hover .icon-box,
.button-in .img-over-box:hover .icon-box {
  background-position: right top;
}

a.button-line:before,
.footer-info a:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #f5da66;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--font-color);
}

h1,
h2,
p {
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

h1 {
  font-weight: 700;
  font-size: calc(var(--font-base-size) * 3.6);
  letter-spacing: 2px;
}

.num {
  font-family: "Roboto", sans-serif;
  font-size: calc(var(--font-base-size) * 12);
}

h2 {
  font-size: calc(var(--font-base-size) * 3);
}

h3 {
  text-align: center;
  font-size: calc(var(--font-base-size) * 2.8 * 1.25);
}

p,
.text0 {
  font-size: calc(var(--font-base-size) * 1.8);
  letter-spacing: 2px;
  text-align: center;
}

.yellow {
  color: var(--yellow-color);
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-en {
  font-size: calc(var(--font-base-size) * 3.6);
  letter-spacing: calc(var(--font-base-size) * 1.8);
  color: #956134;
}

/*============base===============*/
body,
html {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.pc-hide {
  display: none !important;
}

.mobile-hide {
  display: block !important;
}

/*============iframe===============*/
.iframe-16x9 {
  position: relative;
  padding-bottom: 56.24%;
  height: 0;
  overflow: hidden;
}

.iframe-4x3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.iframe-16x9 iframe,
.iframe-4x3 iframe,
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive {
  position: absolute;
}

/*============header===============*/
#header {
  position: fixed;
  height: 0;
  top: 50px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 101;
  width: 60px;
  /* background: var(--button-hover-color); */
  padding-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header a {
  background-color: var(--button-color);
  color: var(--background);
  position: relative;
  /* display: inline-block; */
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header a i {
  color: var(--background);
  display: block;
  font-size: calc(var(--font-base-size) * 2.5);
  line-height: 50px !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header small {
  display: block;
  font-size: calc(var(--font-base-size) * 1.3);
  line-height: calc(var(--font-base-size) * 1.6);
  margin-top: 10px;
}

header a:hover {
  background: var(--button-hover-color);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: var(--background);
}

header a:hover i {
  color: var(--button-color);
  margin-top: -50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header a:hover .menu-text {
  color: var(--button-color);
}

.menu-open-button {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--button-color);
  left: 0px;
  right: 0;
  top: 0;
  margin: auto;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  /* box-shadow: 5px 0 5px hsla(240, 40%, 15%, .6); */
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ham {
  position: absolute;
  width: 60%;
  height: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ham span {
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--background);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* transform: scaleX(0); */
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ham span:nth-child(1) {
  top: 0%;
}

.ham span:nth-child(2) {
  top: 50%;
}

.ham span:nth-child(3) {
  top: 100%;
}

.menu-check {
  display: none;
}

#header:has(.menu-check:checked) {
  height: 300px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-check:checked + .menu-open-button {
  background-color: var(--button-hover-color);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-check:checked + .menu-open-button .ham span {
  background: var(--font-color);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-check:checked + .menu-open-button span:nth-child(1) {
  -webkit-transform: translate(-50%, 250%) rotate(45deg);
          transform: translate(-50%, 250%) rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-check:checked + .menu-open-button span:nth-child(2) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-check:checked + .menu-open-button span:nth-child(3) {
  -webkit-transform: translate(-50%, -250%) rotate(-45deg);
          transform: translate(-50%, -250%) rotate(-45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*============load===============*/
.load-box {
  background-color: rgba(13, 95, 168, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
}

.load-box:before {
  content: "loading...";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.load-box.active {
  height: 0px;
  top: -2px;
}

.load-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.loader {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  font-size: 12px;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}

.loader .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
}

.loader .dot1 {
  left: 15px;
  -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader .dot2 {
  left: 35px;
  -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader .dot3 {
  left: 55px;
  -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

@-webkit-keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*============main===============*/
.Word90X {
  -webkit-transform: scale(1, 1.1);
          transform: scale(1, 1.1);
}

.section {
  max-width: 1920px;
}

img {
  width: 100%;
}

.con {
  width: 90%;
  letter-spacing: 1px;
  margin: 0 auto;
  line-height: calc(var(--font-base-size) * 3.6);
}

/*==============section1==================*/
#section1 .fp-tableCell {
  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;
}
#section1 .text-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 5%;
}
#section1 .text-box img {
  width: 80%;
  max-width: 700px;
}
#section1 .text-box .shine {
  mix-blend-mode: screen;
}
#section1 .logo-box {
  max-width: 500px;
  width: 20%;
}
#section1 .logo-box .huyuu-logo {
  margin-top: -15%;
}
#section1 #animation_container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*==============form==================*/
#form {
  background: linear-gradient(220deg, rgb(117, 186, 42) 0%, rgb(117, 186, 42) 10%, rgb(0, 91, 171) 50%, rgb(0, 91, 171) 75%, rgb(147, 25, 140) 100%);
  height: auto !important;
  font-size: 18px;
}
#form .fp-tableCell {
  height: auto !important;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}
#form h1 {
  padding: 2.5% 0 20px;
  text-align: center;
  color: var(--yellow-color);
}
#form h1 span {
  padding-left: 20px;
}
#form .form-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#form .top-box {
  max-width: 500px;
  margin: 100px auto;
  position: relative;
}
#form .top-box .text {
  width: 85%;
  display: block;
  margin: 0 auto;
}
#form .top-box .shine {
  width: 120%;
  position: absolute;
  top: 60%;
  left: 60%;
  -webkit-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
  overflow: visible;
  mix-blend-mode: screen;
}
#form .top-box .animation {
  top: 159%;
}
#form .top-box .animation:first-child {
  mix-blend-mode: lighten;
}
#form form {
  position: relative;
  display: block;
  margin: 50px 0;
  overflow: hidden;
}
#form form input[type=text],
#form form input[type=tel],
#form form select,
#form form textarea,
#form form .input-box {
  font-family: "Noto Sans TC", sans-serif;
  height: 46px;
  width: 100%;
  padding-left: 110px;
  background-color: transparent;
  border-bottom: solid 1px #badbf4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--font-color);
}
#form form select,
#form form label,
#form form input[type=text],
#form form input[type=tel],
#form form select,
#form form textarea,
#form form .input-box {
  font-size: 18px;
  font-weight: 600;
}
#form form label {
  position: absolute;
  width: 110px;
  height: 46px;
  line-height: 46px;
  display: block;
}
#form form textarea {
  height: 150px;
  line-height: 24px;
  padding-top: 13px;
}
#form form select {
  width: 100%;
  float: right;
  line-height: 46px;
  padding: 0;
}
#form form .input-box {
  line-height: 24px;
  padding-top: 8px;
  height: inherit;
  min-height: 50px;
}
#form form small {
  font-size: 18px;
  width: 15px;
  display: inline-block;
  color: #CC3333;
  font-weight: bold;
  text-align: center;
  padding-top: 0;
}
#form form input:focus,
#form form textarea:focus,
#form form select:focus {
  border-bottom: solid 1.8px #f00;
}
#form form input.error,
#form form textarea.error,
#form form select.error {
  border-bottom: solid 1px #CC3333;
}
#form form .small-text {
  color: var(--font-color);
  vertical-align: bottom;
  font-size: 15px;
  font-weight: 600 !important;
  margin: 15px auto 0;
  letter-spacing: 1px;
  line-height: normal;
}
#form form .small-text a {
  color: var(--yellow-color);
}
#form form .small-text a:hover {
  color: var(--button-hover-color);
}
#form form .input-column,
#form form .input-row,
#form form .input-button,
#form form .select-row,
#form form .consumer {
  position: relative;
  margin: 0 0.8% 30px 0.8%;
  float: left;
  min-height: 36px;
  color: var(--font-color);
}
#form form .consumer {
  margin-bottom: 0;
}
#form form label {
  font-weight: normal;
}
#form form .input-row:nth-last-child(4),
#form form .input-button,
#form form .select-row {
  width: 100%;
}
#form form label {
  position: relative;
  width: 100%;
}
#form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#form form ul li:not(:first-child) {
  margin-left: 8%;
}
#form form .consumer .input-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#form form .consumer .input-row label {
  width: 20%;
  height: 30px;
}
#form form .consumer .input-row input, #form form .consumer .input-row textarea {
  width: 80%;
  text-align: left;
  padding: 0 0 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
#form form .consumer .input-row input[type=text], #form form .consumer .input-row input[type=tel] {
  color: var(--button-hover-color);
  height: 36px;
  margin-top: 5px;
}
#form form .consumer textarea {
  color: var(--button-hover-color);
  height: 72px;
}
#form form .consumer .small-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#form form .input-button {
  margin-top: 20px;
  background: #5e7948;
  text-align: center;
}
#form form .input-button .submit_btn,
#form form .input-button .submit_btn:hover {
  -webkit-transition: 1s;
  transition: 1s;
}
#form form .input-button .submit_btn {
  width: 100%;
  background-color: var(--button-color);
  padding: 13px 0;
  line-height: 20px;
  font-size: 20px;
  font-weight: 550;
  letter-spacing: 10px;
  display: block;
  color: var(--button-hover-color);
}
#form form .input-button .submit_btn:hover {
  cursor: pointer;
  background-color: var(--button-hover-color);
  color: var(--button-color);
}
#form form .input-button .submit_btn:hover a {
  color: var(--button-color);
}
#form form .input-button input[type=reset],
#form form .input-button input[type=submit],
#form form .input-button input[type=button],
#form form .input-button input[type=file] {
  float: none;
  margin: 0 auto;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 10px;
  font-weight: 550;
  color: #333333;
  background: #C5C4C5;
  -webkit-box-shadow: rgba(50, 50, 93, 0.2) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.2) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}
#form form .input-button input[type=reset]:hover,
#form form .input-button input[type=submit]:hover,
#form form .input-button input[type=reset]:focus,
#form form .input-button input[type=submit]:focus,
#form form .input-button input[type=button]:hover {
  background: #333;
  color: #fff;
}
#form form .input-button input[type=submit] {
  float: right;
}
#form form .input-button input[type=reset] {
  filter: alpha(opacity=80);
  opacity: 0.8;
  width: 48.5%;
  margin-right: 1%;
}
#form form img.rand-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 90px;
  height: 36px;
  cursor: pointer;
}
#form #result {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
}
#form #result .text0 {
  text-align: center;
  margin: 30px auto 50px;
}

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/*============jquery.fullPage===============*/
.fp-section {
  overflow: hidden;
}

.fp-tableCell {
  position: relative;
  overflow: hidden;
}

.full-height .fp-tableCell {
  display: block;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: var(--button-color);
}

.fp-controlArrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
  border-width: 2px;
  border-color: #fff;
  width: 40px;
}

@media screen and (orientation: portrait) {
  /*==============form==================*/
  #form {
    height: auto !important;
  }
  #form .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (orientation: portrait) and (max-width: 1100px) {
  #section1 {
    background: url(../images/mobile/index-bg.jpg) no-repeat top center/cover;
  }
  #section1 .fp-tableCell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #section1 #animation_container {
    display: none;
  }
  #section1 .text-box {
    width: 80%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section1 .logo-box {
    width: 60%;
    position: relative;
  }
  #section1 .logo-box img.huyuu-logo {
    margin: 0 auto 30px;
    position: relative;
    right: -10%;
  }
  #form h1 {
    font-size: calc(var(--font-base-size) * 3.6 * 0.9);
  }
}
@media screen and (max-width: 1100px) {
  #form form .input-row {
    width: 100%;
  }
  #form form .input-row:nth-last-child(4) {
    width: 100%;
  }
  #form form .input-button {
    margin-top: 0;
  }
}
@media screen and (max-width: 925px) {
  #form form .consumer .input-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form form .consumer .input-row label {
    width: 100%;
    margin-bottom: 10px;
  }
  #form form .consumer .input-row input, #form form .consumer .input-row textarea {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #section1 .logo-box {
    width: 50%;
  }
  #form .form {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #form h1 {
    font-size: calc(var(--font-base-size) * 3.6 * 0.7);
  }
}
@media screen and (max-width: 520px) {
  #form form ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form form ul li:not(:first-child) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 400px) {
  #form h1 {
    font-size: calc(var(--font-base-size) * 3.6 * 0.7);
  }
  #form h1 span {
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */