@charset "UTF-8";
:root {
  --header-h: 120px;
  --fluid-title: 3.3rem + 1vw;
  --fluid-txt: 15px + 1vw;
  --fluid-margin: 5px + 1vw;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
  --sb-track-color: #ffffff;
  --sb-thumb-color: #00263e;
  --sb-size: 7px;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-theme-color: #00263e;
}

/* color */
/* Font */
@media (max-width: 1366px) {
  :root {
    --fluid-txt: 14px + 1vw;
  }
}
@media (max-width: 1199px) {
  :root {
    --header-h: 80px;
    --fluid-title: 3rem + 1vw;
    --fluid-txt: 14px + 1vw;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  :root {
    --fluid-title: 2rem + 1vw;
    --fluid-txt: 13px + 1vw;
    --fluid-margin: 6px + 1vw;
  }
}
@media (max-width: 767px) {
  :root {
    --fluid-title: 1.2rem + 1vw;
    --header-h: 55px;
    --fluid-txt: 11px + 1vw;
    --fluid-margin: 2px + 1vw;
  }
  .hidden-xs {
    display: none !important;
  }
}
[data-scroll] {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

[data-scroll=in] {
  opacity: 1;
}

/* Button */
@-webkit-keyframes whalet-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes whalet-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes whalet-ani-all {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes whalet-ani-all {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes process-ani {
  0% {
    background: rgba(0, 0, 0, 0.1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes process-ani {
  0% {
    background: rgba(0, 0, 0, 0.1);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes wave-ani {
  0% {
    height: 100%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    height: 80px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes wave-ani {
  0% {
    height: 100%;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    height: 80px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes wave-ani {
    0% {
      height: 100%;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
    100% {
      height: 80px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes wave-ani {
    0% {
      height: 100%;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
    100% {
      height: 80px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
}
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

html {
  font-size: 15px;
}

body {
  width: 100%;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #222222;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
}

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

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, input:active, input:hover, textarea:hover, textarea:active, textarea:hover, button:hover, button:active, button:hover, select:hover, select:active, select:hover, a:hover, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

.main {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Container */
.g-wrap {
  padding-top: var(--header-h);
}
.g-wrap:not(#product-view) {
  overflow: hidden;
}
.g-wrap.gary-bg {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(38%, rgb(246, 246, 246)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 38%);
}

.container-1200 {
  width: 100%;
  max-width: calc(1150px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1300 {
  width: 100%;
  max-width: calc(1250px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1700 {
  width: 100%;
  max-width: calc(1650px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.page-wrap {
  padding-top: 1.7rem;
  padding-bottom: 5%;
}

@media (max-width: 1480px) {
  .container-1300 {
    max-width: 100%;
  }
  .page-wrap {
    padding-bottom: 8%;
  }
}
@media (max-width: 1199px) {
  .g-wrap {
    padding-top: var(--header-h);
  }
  .page-wrap {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
/* Header */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
#header.is-scroll {
  -webkit-box-shadow: 0px -6px 27px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -6px 27px rgba(0, 0, 0, 0.1);
}
#header h2 {
  display: none;
}
#header .logo {
  width: 250px;
  aspect-ratio: 260/57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 0 0 calc((100% - 1230px) / 2);
}
#header .logo a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  font-size: 0;
}
#header .logo .logo-img {
  aspect-ratio: 92/64;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88.974' height='60' xml:space='preserve'%3E%3Cpath fill='%23002337' d='m13.563 48.151-2.426 9.585H8.498l-1.539-5.928-1.493 5.928h-2.64L.399 48.151h2.498l1.32 6.431 1.609-6.431h2.388l1.525 6.431 1.391-6.431zM21.604 57.736h-2.01v-3.548h-2.736v3.548h-2.01v-8.003h2.01v2.929h2.736v-2.929h2.01zM22.62 57.736l2.704-8.003h2.192l2.704 8.003h-2.069l-.5-1.634h-2.516l-.5 1.634zm4.59-3.086-.817-2.638-.817 2.638zM36.578 57.736h-5.343v-8.003h2.012v6.476h3.331zM37.755 57.736v-8.003h5.413v1.526h-3.413v1.403h3.144v1.526h-3.144v2.021h3.413v1.527zM46.752 57.736v-7.757H43.92v-1.828h8.073v1.828H49.16v7.757zM53.083 57.736v-8.003h5.414v1.526h-3.414v1.403h3.145v1.526h-3.145v2.021h3.414v1.527zM67.843 53.721q0 1.941-1.036 3.054c-1.036 1.113-1.64 1.111-2.843 1.111q-1.812 0-2.844-1.125-1.032-1.127-1.033-3.04 0-1.93 1.033-3.05t2.844-1.121q1.805 0 2.843 1.114 1.037 1.117 1.036 3.057m-2.073-.006q.001-.715-.149-1.217a2.4 2.4 0 0 0-.395-.826 1.5 1.5 0 0 0-.581-.47 1.7 1.7 0 0 0-.677-.143q-.371 0-.672.132t-.58.471q-.248.31-.4.828-.152.517-.152 1.23 0 .736.145 1.223c.145.487.229.596.397.814q.257.333.588.475a1.64 1.64 0 0 0 1.363-.009q.333-.153.576-.476.258-.35.396-.814.141-.465.141-1.218'/%3E%3Cpath fill='%23002337' d='M70.011 58.972c-.767.742-1.514 1.027-2.267 1.028-.436 0-.93-.14-1.378-.388-.695-.376-1.401-.975-2.098-1.432a2.4 2.4 0 0 0-.824-.317l2.061-.344c.436.129.988.398 1.519.645.884.411 1.438.61 2.038.609.46 0 .535-.083.854-.236 0 0 .105-.066.197-.005 0 0 .175.135-.06.397zM87.844 2.177C87.331.983 86.834.582 86.475.592h-.007l-.055.005a.44.44 0 0 0-.252.129c-.133.132-.218.343-.231.578-.072 1.182.368 3.018-1.017 4.111-1.758 1.388-5.153 1.624-7.528 1.311-2.771-.363-3.709-.997-6.482-2.558C67.5 2.248 66.246.19 65.231.016h-.002a.413.413 0 0 0-.286.021c-.018.006-.034.017-.048.025a.3.3 0 0 0-.044.032q-.02.014-.038.031a.43.43 0 0 0-.12.258c-.128.619.267 1.921.818 3.37.736 1.938 3.509 7.341 7.504 11.335 2.595 2.595 1.563 5.542.887 7.783-2.184 7.236-5.182 9.164-8.501 8.728-3.526-.46-5.474-2.261-10.229-5.113-4.68-2.809-9.277-5.076-16.874-5.514-9.896-.573-16.785 3.621-16.785 3.621-2.64 1.489-3.407 2.51-3.564 2.755a.3.3 0 0 0-.026.04l-.009.018a.29.29 0 0 0 .345.393v.001c3.089-.955 6.301-1.975 9.602-2.142q1.199-.06 2.397-.049a38 38 0 0 1 3.891.219l.181.019.278.032c5.432.619 10.737 2.281 15.631 4.759q.68.345 1.142.597.44.236.874.481a54 54 0 0 0 7.98 3.701c3.963 1.321 7.797 1.918 10.101 1.044 3.14-1.193 5.543-3.162 6.161-12.02.41-5.872 1.79-5.987 4.507-8.397 2.531-2.247 4.68-2.92 6.76-6.292 2.01-3.259 1.143-5.106.08-7.575'/%3E%3Cpath fill='%23002337' d='M82.315 36.728a.339.339 0 0 0-.548-.267h-.002l-.018.017-.015.013c-.391.35-.792.689-.792.689-.501.481-2.148 1.574-3.107 1.97-1.38.569-2.931.918-4.406 1.064-3.039.302-6.117-.246-9.048-1.012-4.215-1.104-8.333-2.86-12.125-5.004-7.404-4.184-15.884-6.919-24.395-6.489-9.269.469-17.85 4.68-24.911 10.607 0 0-2.538 2.222-2.945 3.761h.001q-.003.026-.004.051a.289.289 0 0 0 .5.2c7.72-6.464 17.343-9.39 27.378-9.05 7.707.261 14.841 3.256 21.555 6.727 4.969 2.568 16.511 6.788 24.953 3.631 4.167-1.558 7.022-4.973 7.806-6.552 0 0 .123-.216.118-.311q.004-.023.005-.045'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#header .logo .logo-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  color: #002337;
  font-size: 1.3333rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .logo .logo-txt span {
  font-weight: normal;
  color: #fff;
  background: #DB582E;
  font-size: 0.6em;
  border-radius: 15px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 1.2;
}
#header .logo .logo-txt small {
  display: block;
  font-size: 0.6em;
  line-height: 1;
}
#header .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin: 0 calc((100% - 1230px) / 2) 0 auto;
  z-index: 5;
}
#header .right-menu .btn-query,
#header .right-menu .btn-user,
#header .right-menu .btn-lan,
#header .right-menu .btn-contact,
#header .right-menu .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  padding-left: 27px;
  color: #002337;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  height: 70px;
  font-size: 14px;
}
#header .right-menu .btn-query::after,
#header .right-menu .btn-user::after,
#header .right-menu .btn-lan::after,
#header .right-menu .btn-contact::after,
#header .right-menu .btn-search::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ddd;
  display: block;
  margin: 0 1.25rem;
}
#header .right-menu .btn-query > a,
#header .right-menu .btn-user > a,
#header .right-menu .btn-lan > a,
#header .right-menu .btn-contact > a,
#header .right-menu .btn-search > a {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #002337;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 19px auto;
}
#header .right-menu .btn-contact {
  background-image: url(../images/icon_envelope.png);
}
#header .right-menu .btn-query {
  padding-left: 0;
}
#header .right-menu .btn-query > a {
  padding-left: 25px;
  background-image: url(../images/icon_query.png);
}
#header .right-menu .btn-query > span {
  display: none;
  position: absolute;
  top: 18px;
  left: -9px;
  color: #fff;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e0592a;
  border-radius: 50%;
}
#header .right-menu .btn-query.query-style > a {
  background-image: url(../images/icon_query.png);
}
#header .right-menu .btn-query.query-style > span {
  display: block;
}
#header .right-menu .btn-lan {
  padding-left: 0;
  margin-left: 2.5rem;
}
#header .right-menu .btn-lan::after {
  display: none;
}
#header .right-menu .btn-lan > a {
  padding-left: 30px;
  padding-right: 10px;
  background-image: url(../images/icon_earth.png);
}
#header .right-menu .btn-lan > a::after {
  content: "";
  border-width: 6px 3px 0 3px;
  margin-left: 5px;
  border-style: solid;
  border-color: #002337 transparent transparent transparent;
}
#header .right-menu .btn-search {
  background-image: url(../images/icon_search.png);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-left: 25px;
}
#header .right-menu .btn-search::after {
  display: none;
}
#header .right-menu .hover-ul {
  position: absolute;
  display: none;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #fff;
  top: 100%;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  font-size: 0.875rem;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#header .right-menu .hover-ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#header .right-menu .hover-ul > li > a {
  color: #333;
  display: block;
  height: 45px;
  line-height: 45px;
}
#header .right-menu .hover-ul > li > a:hover {
  color: #002337;
  background: #f5f5f5;
}
#header #search-form {
  font-size: 0;
  position: fixed;
  width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease 0.1s;
  transition: transform 0.3s ease, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  background: #fff;
}
#header #search-form.open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#header #search-form input {
  font-size: 1rem;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0 15px;
  width: calc(100% - 50px);
  border-radius: 0;
  vertical-align: middle;
  border: 0;
  border-right: 0;
}
#header #search-form input:focus {
  border: 1px solid #DB582E;
}
#header #search-form button {
  font-size: 1rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0;
  border-left: 0;
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
  background-color: #002337;
}
#header #search-form .btn-close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
}
#header #search-form .btn-close::before, #header #search-form .btn-close::after {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  background: #fff;
}
#header #search-form .btn-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header #search-form .btn-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  #header .right-menu .btn-user,
  #header .right-menu .btn-lan,
  #header .right-menu .btn-contact,
  #header .right-menu .btn-search {
    -webkit-filter: grayscale(90%);
            filter: grayscale(90%);
    opacity: 0.7;
  }
  #header .right-menu .btn-user:hover,
  #header .right-menu .btn-lan:hover,
  #header .right-menu .btn-contact:hover,
  #header .right-menu .btn-search:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  #header .right-menu .btn-user:hover .hover-ul,
  #header .right-menu .btn-lan:hover .hover-ul {
    display: block;
  }
  #header .right-menu .btn-query > a {
    -webkit-filter: grayscale(90%);
            filter: grayscale(90%);
    opacity: 0.7;
  }
  #header .right-menu .btn-query:hover > a {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
  }
  #header .right-menu .btn-query:hover > span {
    background: #002337;
  }
}
@media (max-width: 1366px) {
  #header .logo {
    margin: 0 1rem;
  }
  #header .right-menu {
    margin: 0 1rem 0 auto;
  }
}
@media (max-width: 1199px) {
  #header {
    width: 100%;
    padding: 0 2rem 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .show-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
  .show-menu .main {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  .show-menu .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(4, 28, 42, 0.8);
    content: "";
    opacity: 1;
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
  #header .logo {
    margin: 0 auto 0 1rem;
  }
  #header .right-menu {
    margin-right: 0;
  }
  #header .right-menu .btn-query,
  #header .right-menu .btn-user,
  #header .right-menu .btn-lan,
  #header .right-menu .btn-contact,
  #header .right-menu .btn-search {
    font-size: 0;
  }
  #header .right-menu .btn-query::after,
  #header .right-menu .btn-user::after,
  #header .right-menu .btn-lan::after,
  #header .right-menu .btn-contact::after,
  #header .right-menu .btn-search::after {
    margin: 0 1rem;
  }
  #header .right-menu .btn-query > a,
  #header .right-menu .btn-user > a,
  #header .right-menu .btn-lan > a,
  #header .right-menu .btn-contact > a,
  #header .right-menu .btn-search > a {
    font-size: 0;
  }
  #header .right-menu .btn-query > span {
    top: 20px;
  }
  #header .right-menu .btn-lan {
    font-size: 0.875rem;
  }
  #header .right-menu .btn-lan a {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 0;
    border-bottom: 1px solid #efefef;
  }
  #header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .logo .logo-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
  #header .logo .logo-txt {
    display: none;
  }
  #header .right-menu {
    gap: 10px;
  }
  #header .right-menu .btn-query,
  #header .right-menu .btn-user,
  #header .right-menu .btn-lan,
  #header .right-menu .btn-contact,
  #header .right-menu .btn-search {
    height: 55px;
  }
  #header .right-menu .btn-query::after,
  #header .right-menu .btn-user::after,
  #header .right-menu .btn-lan::after,
  #header .right-menu .btn-contact::after,
  #header .right-menu .btn-search::after {
    display: none;
  }
  #header .right-menu .btn-lan {
    margin-left: 0;
  }
  #header .right-menu .btn-lan > a {
    padding-left: 25px;
  }
  #header .right-menu .btn-lan .hover-ul {
    left: unset;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #header .right-menu .btn-query > a {
    background-size: 17px;
    background-position: 0 center;
    padding-left: 20px;
  }
  #header .right-menu .btn-query > span {
    left: -6px;
    top: 12px;
    font-size: 0.875rem;
  }
  #header #search-form {
    width: 300px;
  }
}
.menu-wrap {
  padding: 0 calc((100% - 1230px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .menu-wrap .cover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 28, 42, 0.4);
    z-index: -1;
    top: var(--header-h);
  }
  .menu-wrap .nav-inner {
    position: absolute;
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
  }
  .menu-wrap .nav-inner.bluebg::after {
    content: "";
    left: 40.5%;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #e7f6fb;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .menu-wrap .nav-inner.bluebg::after {
    height: calc(100vh + 120px);
  }
}
@media (min-width: 1200px) {
  .menu-wrap .nav-inner::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .menu-wrap .nav-inner::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
  }
  .menu-wrap .nav-inner::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
    border: 1px solid #ffffff;
  }
}

.menu {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu ul li a {
  display: block;
  position: relative;
  color: #002337;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu ul li a:hover {
  color: #DB582E;
}
.menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 17px;
}
.menu > ul ul {
  padding: 1.5rem 0;
}
.menu > ul > li {
  position: relative;
}
.menu > ul > li > a {
  font-weight: 500;
  line-height: 34px;
  padding: 6px 0;
  position: relative;
}
.menu > ul > li.has-child.is-open .nav-inner {
  border-top: 1px solid #DB582E;
}
.menu > ul > li.has-child.is-open .menu__first {
  position: relative;
}
.menu > ul > li.has-child.is-open > a {
  position: relative;
  color: #DB582E;
}
@media (min-width: 1200px) {
  .menu > ul > li.has-child.is-open > a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #DB582E;
  }
}
.menu .menu__first {
  font-size: 16px;
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  .menu .menu__first {
    padding: 1.5rem 3rem 1.5rem calc((100% - 1230px) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.5%;
            flex: 0 0 40.5%;
  }
}
@media (min-width: 1200px) {
  .menu .menu__first > li.is-open .menu__sub-display {
    display: block;
  }
}
.menu .menu__first > li a {
  padding: 8px 0;
}
.menu .menu__first > li.has-child > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #002337;
  border-right: 1px solid #002337;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.menu .menu__first > li.has-child.is-open > a {
  color: #DB582E;
  position: relative;
}
.menu .menu__first > li.has-child.is-open > a::after {
  border-top: 1px solid #DB582E;
  border-right: 1px solid #DB582E;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1199px) {
  .menu .menu__first > li.has-child.is-open > a::after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
}
@media (min-width: 1200px) {
  .menu .menu__first > li.has-child.is-open > a::before {
    content: "";
    width: 4px;
    height: 14px;
    background: #DB582E;
    position: absolute;
    left: -13px;
    top: 14px;
    display: block;
  }
}
.menu .menu__sub {
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  .menu .menu__sub-display {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59.5%;
            flex: 0 0 59.5%;
    position: relative;
    z-index: 1;
  }
  .menu .menu__sub-display .menu__sub {
    font-size: 16px;
    position: relative;
    display: block;
    background: #e7f6fb;
    padding: 1.5rem calc((100% - 1230px) / 2) 1.5rem 3rem;
  }
  .menu .menu__sub-display .menu__sub li > a {
    padding: 8px 0;
  }
}

@supports not selector(::-webkit-scrollbar) {
  .menu .menu__first {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
@media (min-width: 1200px) {
  .menu-button {
    display: none;
  }
}
@media (max-width: 1366px) {
  .menu-wrap {
    padding: 0 1rem;
  }
  .menu .menu__first {
    padding-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .menu-wrap {
    padding: 0;
    position: fixed;
    width: 300px;
    top: var(--header-h);
    bottom: 0;
    left: 0;
    max-height: calc(100vh - 80px);
    font-size: 1.15em;
    background: #f7f9ff;
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0);
    overflow: hidden;
  }
  .menu-wrap .nav-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-wrap::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .menu-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    display: block;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    background: #002337;
    overflow: hidden;
  }
  .menu-button svg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    margin-top: 3px;
    margin-left: 3px;
  }
  .menu-button svg path {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .menu-button svg .line1 {
    stroke-dashoffset: 0;
    stroke-dasharray: 50;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .menu-button svg .line2 {
    stroke-dashoffset: 218;
    stroke-dasharray: 80 380;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu-button svg .line3 {
    stroke-dashoffset: 45;
    stroke-dasharray: 80 380;
  }
  .menu {
    width: 100%;
    z-index: 99;
    height: 100dvh;
    overflow-y: scroll;
  }
  .menu ul {
    font-size: 16px;
  }
  .menu ul li ul {
    font-size: 16px;
  }
  .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100%;
  }
  .menu > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
            transform: translate3d(0, 1000px, 0);
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    transition: -webkit-transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  }
  .menu > ul > li.has-child > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #002337;
    border-right: 1px solid #002337;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu > ul > li.has-child.is-open > a::after {
    border-top: 1px solid #DB582E;
    border-right: 1px solid #DB582E;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .menu > ul > li > a {
    padding: 5px 20px;
  }
  .menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #e6e7f9;
  }
  .menu > ul > li:nth-child(2) {
    -webkit-transform: translate3d(0, 1100px, 0);
            transform: translate3d(0, 1100px, 0);
  }
  .menu > ul > li:nth-child(3) {
    -webkit-transform: translate3d(0, 1200px, 0);
            transform: translate3d(0, 1200px, 0);
  }
  .menu > ul > li:nth-child(4) {
    -webkit-transform: translate3d(0, 1300px, 0);
            transform: translate3d(0, 1300px, 0);
  }
  .menu > ul > li:nth-child(5) {
    -webkit-transform: translate3d(0, 1400px, 0);
            transform: translate3d(0, 1400px, 0);
  }
  .menu > ul > li:nth-child(6) {
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0);
  }
  .menu > ul > li:nth-child(7) {
    -webkit-transform: translate3d(0, 1600px, 0);
            transform: translate3d(0, 1600px, 0);
  }
  .menu > ul > li:nth-child(8) {
    -webkit-transform: translate3d(0, 1700px, 0);
            transform: translate3d(0, 1700px, 0);
  }
  .menu > ul > li:nth-child(9) {
    -webkit-transform: translate3d(0, 1800px, 0);
            transform: translate3d(0, 1800px, 0);
  }
  .menu .menu__first {
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
  .menu .menu__first > li {
    width: 100%;
  }
  .menu .menu__first > li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
  }
  .menu .menu__first > li > a {
    padding: 10px 20px;
  }
  .menu .menu__first > li.has-child > a::after {
    right: 1rem;
    width: 7px;
    height: 7px;
  }
  .menu .menu__sub {
    position: relative;
    width: 100%;
    padding: 10px;
    left: 0;
    font-size: 14px;
  }
  .menu .menu__sub > li > a {
    padding: 10px 20px;
  }
  .menu__sub-display {
    display: none;
  }
  .show-menu .menu-wrap {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
    transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
  }
  .show-menu .menu > ul {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  .show-menu .menu > ul > li {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-duration: 0.9s;
            transition-duration: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    padding-left: 0;
  }
  .show-menu .menu-button {
    background: rgb(0, 18.7727272727, 29.5);
  }
  .show-menu .menu-button .line1 {
    stroke-dashoffset: -40;
    stroke-dasharray: 0 45;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .show-menu .menu-button .line2 {
    stroke-dashoffset: 480;
  }
  .show-menu .menu-button .line3 {
    stroke-dashoffset: 291;
  }
}
@media (max-width: 767px) {
  .menu-wrap {
    max-height: 100%;
  }
  .menu-button {
    width: 55px;
    height: 55px;
  }
  .show-menu .menu-button svg {
    width: 75%;
    height: 75%;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
  }
}
/* Footer */
#footer {
  padding: 4% 0 0;
  position: relative;
  background: #002337;
  color: #fff;
  z-index: 1;
}
#footer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 100%;
  background: rgb(91, 194, 231);
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 194, 231)), to(rgb(0, 106, 142)));
  background: linear-gradient(90deg, rgb(91, 194, 231) 0%, rgb(0, 106, 142) 100%);
}
#footer .wave-img {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-mask-image: url(../images/wave_2.svg);
          mask-image: url(../images/wave_2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-transition: height 1s;
  transition: height 1s;
  background: #002337;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  z-index: 0;
}
#footer .wave-img.is-view {
  -webkit-animation: wave-ani 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: wave-ani 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#footer a {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#footer .footer-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .container-1400 {
  width: 1400px;
  margin: 0 auto;
}
#footer .footer-info {
  width: 260px;
}
#footer .footer-info .footer-logo {
  width: 260px;
  display: block;
  margin-bottom: 2rem;
}
#footer .footer-info .social-link {
  margin: 0 0 3rem 0;
  display: inline-block;
}
#footer .footer-info .social-link ul li a {
  border: 0;
  background-color: #124560;
}
#footer .footer-info .social-link ul li .youku {
  background-image: url(../images/youku_w.png);
}
#footer .footer-info .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
#footer .footer-info .copyright .grnet {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-info .copyright .grnet > a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .nav-box {
  width: calc(100% - 260px - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
#footer .nav-box > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 6rem) / 5);
          flex: 0 0 calc((100% - 6rem) / 5);
  margin-bottom: 1rem;
}
#footer .nav-box .footer-ti {
  display: block;
  color: #246BA7;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer .nav-box .ul-list {
  font-size: 1.0625rem;
  line-height: 1.2;
}
#footer .nav-box .ul-list li {
  margin: 0 0 15px 0;
}
#footer .nav-box .ul-list li a:active {
  text-decoration: underline;
}

.pc #footer .ul-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.pc #footer .social-link ul li .fb:hover {
  background-color: #0078d7;
}
.pc #footer .social-link ul li .linkedin:hover {
  background-color: #0077b5;
}
.pc #footer .social-link ul li .youtube:hover {
  background-color: #ff0000;
}
.pc #footer .social-link ul li .youku:hover {
  background-color: #F54E7A;
}

@media (max-width: 1480px) {
  #footer .container-1400 {
    width: 100%;
  }
  #footer .footer-wrap {
    padding: 0 2rem;
  }
  #footer .nav-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  #footer .wave-img {
    -webkit-mask-size: 150%;
            mask-size: 150%;
    top: -78px;
  }
  #footer .footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #footer .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: unset;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-info .footer-logo {
    width: 260px;
    margin: 0;
  }
  #footer .footer-info .social-link {
    margin: 0;
  }
  #footer .footer-info .copyright br {
    display: none;
  }
  #footer .nav-box {
    border-top: 1px solid black;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer .nav-box .footer-ti {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  #footer .wave-img {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  #footer .nav-box {
    gap: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .nav-box > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2rem) / 3);
            flex: 0 0 calc((100% - 2rem) / 3);
  }
  #footer .nav-box .footer-ti {
    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 4rem 0;
  }
  #footer .wave-img {
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  #footer .footer-info .copyright br {
    display: block;
  }
  #footer .nav-box .footer-ti {
    font-size: 0.9375rem;
    font-weight: normal;
  }
  #footer .nav-box > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1rem) / 2);
            flex: 0 0 calc((100% - 1rem) / 2);
  }
  #footer .nav-box > div .ul-list {
    font-size: 0.9375rem;
  }
  #footer .nav-box > div .ul-list li {
    margin: 0 0 12px 0;
  }
}
/*Top */
.go-top {
  position: fixed;
  font-size: 0;
  font-weight: bold;
  width: 44px;
  height: 60px;
  bottom: 5%;
  border-radius: 22px;
  right: 2rem;
  cursor: pointer;
  background-color: #DB582E;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  text-align: center;
  z-index: 10;
}
.go-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-width: 0 4px 8px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.pc .go-top:hover {
  background-color: rgb(182.5551020408, 68.1306122449, 31.4448979592);
}

@media (max-width: 1199px) {
  .go-top {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .go-top {
    width: 30px;
    height: 42px;
    right: 5px;
    bottom: 30px;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.box {
  width: 25%;
  color: #222222;
}
.box .pic-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.box .pic-box img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box .txt-box {
  position: relative;
  display: block;
  color: #333;
}
.box .txt-box > * {
  margin-bottom: clamp(4px, var(--fluid-margin), 0.25rem);
}
.box .txt-box .tag {
  display: inline-block;
  color: #fff;
  background: #002337;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: bold;
  font-style: italic;
}
.box .txt-box .cat {
  font-size: 1rem;
  color: #333;
  margin-bottom: clamp(5px, var(--fluid-margin), 1rem);
}
.box .txt-box .date {
  font-size: clamp(12px, var(--fluid-txt), 1rem);
  color: #DB582E;
  font-weight: 600;
}
.box .txt-box .h3 {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: clamp(1.0625rem, 1.0084rem + 0.1493vw, 1.1875rem);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.box .txt-box .des {
  width: 100%;
  position: relative;
  color: #555555;
  font-size: clamp(12px, var(--fluid-txt), 1rem);
  line-height: 1.8;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap .left-box,
.flex-wrap .right-box {
  width: 50%;
}

.pc .box .pic-box:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pc .box .txt-box .h3:hover {
  color: #DB582E;
}

@media screen and (max-width: 991px) {
  .box {
    width: 50%;
  }
  .box .txt-box .des {
    line-height: 1.5rem;
    max-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .box .pic-box,
  .box .txt-box {
    width: 100%;
  }
  .box .txt-box .h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .box .txt-box .des {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .box .txt-box .tag {
    margin-right: 1px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .box .txt-box .date {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
.g-table {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 15px;
}

.g-table::-webkit-scrollbar {
  height: 3px;
}

.g-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}

.g-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}

.g-table:hover::-webkit-scrollbar-thumb {
  background: #666;
}

.g-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
}
.g-table table thead th {
  border-top: 2px solid #e0592a;
  color: #fff;
  background: #00263e;
  border-right: 1px solid #304b5c;
  padding: 20px 40px;
  text-align: center;
}
.g-table table thead th:last-child {
  border-right: 0;
}
.g-table table tbody td {
  font-weight: 500;
  padding: 8px 40px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  border-left: 0;
}
.g-table table tbody td:nth-child(2), .g-table table tbody td:nth-child(3) {
  text-align: center;
  width: 18%;
}
.g-table table tbody td:last-child {
  border-right: 0;
}
.g-table table tbody td .more {
  width: 130px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
}
.g-table::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 10px;
  opacity: 0;
  right: 10px;
  -webkit-animation: ani_LR 1.2s both linear infinite;
          animation: ani_LR 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.g-table.need-scroll::after {
  opacity: 0.9;
}

.pc .g-table::after {
  background-image: url(../images/touch_icon_pc.png);
}
.pc .g-table table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.mb .g-table::after {
  background-image: url(../images/touch_icon_mb.png);
}

@media (max-width: 991px) {
  .g-table table {
    font-size: 0.9375rem;
  }
  .g-table table thead th {
    padding: 10px 15px;
  }
  .g-table table tbody td {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .g-table table {
    font-size: 0.875rem;
  }
  .g-table table thead th {
    padding: 5px 10px;
  }
  .g-table table tbody td {
    padding: 5px 10px;
  }
  .g-table table tbody td:nth-child(2), .g-table table tbody td:nth-child(3) {
    width: 25%;
  }
  .g-table table tbody td .more {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .g-table table {
    width: 500px;
  }
}
.contact-form .form-wrap {
  margin: 0;
}
.contact-form .form-box {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  padding-left: 170px;
}
.contact-form .form-box.code .input-style {
  width: 50%;
}
.contact-form .form-box.code .codeimg {
  right: unset;
  left: 50%;
  bottom: 10px;
}
.contact-form .input-style {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.contact-form .textarea-style {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}
.contact-form .select-style {
  border: 1px solid #f7f7f7;
  background: url(../images/select_arrow.png) calc(100% - 12px) center no-repeat #f7f7f7;
}
.contact-form .btn-second {
  width: 235px;
}

@media (max-width: 767px) {
  .contact-form {
    padding: 2rem 0.5rem;
  }
  .contact-form .label-style {
    width: 75px;
    line-height: unset;
  }
  .contact-form .form-box {
    padding-left: 85px;
  }
  .contact-form .form-box.code .input-style {
    width: 100%;
  }
  .contact-form .form-box.code .codeimg {
    left: 0;
    bottom: 0;
  }
  .contact-form .btn-second {
    display: block;
    margin: 0 auto;
  }
}
@-webkit-keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Rwd table*/
.rwd-table {
  width: 100%;
}
.rwd-table .thead {
  width: 100%;
  border-radius: 4px;
  color: #fff;
}
.rwd-table .th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rwd-table .th-box .th {
  border-top: 2px solid #e0592a;
  color: #fff;
  background: #00263e;
  border-right: 1px solid #304b5c;
  padding: 20px 40px;
  text-align: center;
}
.rwd-table .tbody {
  width: 100%;
  font-size: 1rem;
}
.rwd-table .td-box {
  font-size: 0;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rwd-table .td-box:nth-child(even) {
  background: #f8f8f8;
}
.rwd-table .td-box .td {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 8px 40px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  border-left: 0;
}
.rwd-table .td-box .td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
.rwd-table .td-box .more {
  width: 130px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
  vertical-align: inherit;
}
.rwd-table.download-style .th-box .th:nth-child(1) {
  width: 64%;
}
.rwd-table.download-style .th-box .th:nth-child(2), .rwd-table.download-style .th-box .th:nth-child(3) {
  width: 18%;
}
.rwd-table.download-style .td-box .td {
  line-height: 40px;
}
.rwd-table.download-style .td-box .td:nth-child(1) {
  width: 64%;
}
.rwd-table.download-style .td-box .td:nth-child(2), .rwd-table.download-style .td-box .td:nth-child(3) {
  width: 18%;
  text-align: center;
}
.rwd-table.inquiry-style .th-box .th:not(:last-child) {
  border-right: 0;
}
.rwd-table.inquiry-style .th-box .th:nth-child(1) {
  width: 150px;
}
.rwd-table.inquiry-style .th-box .th:nth-child(2) {
  width: calc(100% - 450px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.rwd-table.inquiry-style .th-box .th:nth-child(3) {
  width: 200px;
}
.rwd-table.inquiry-style .th-box .th:nth-child(4) {
  width: 200px;
}
.rwd-table.inquiry-style .td-box .td {
  padding: 15px;
  border-right: 0;
}
.rwd-table.inquiry-style .td-box .td:not(:last-child) {
  border-right: 0;
}
.rwd-table.inquiry-style .td-box .td:nth-child(1) {
  width: 150px;
}
.rwd-table.inquiry-style .td-box .td:nth-child(2) {
  width: calc(100% - 450px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.rwd-table.inquiry-style .td-box .td:nth-child(3) {
  width: 200px;
}
.rwd-table.inquiry-style .td-box .td:nth-child(3) input {
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
}
.rwd-table.inquiry-style .td-box .td:nth-child(4) {
  width: 200px;
}
.rwd-table.inquiry-style .td-box .td:nth-child(4) .delete {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
  margin: 30px auto;
  text-align: center;
}
.rwd-table.inquiry-style .td-box .td:nth-child(4) .delete::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 1.125rem;
  line-height: 28px;
  top: 10px;
  color: #DB582E;
}
.rwd-table.query-list-table .th-box .th {
  line-height: 40px;
  width: 17.6666666667%;
}
.rwd-table.query-list-table .th-box .th:nth-child(1) {
  width: 7%;
}
.rwd-table.query-list-table .th-box .th:nth-child(3) {
  width: 40%;
}
.rwd-table.query-list-table .td-box .td {
  line-height: 40px;
  text-align: center;
  width: 17.6666666667%;
}
.rwd-table.query-list-table .td-box .td:nth-child(1) {
  width: 7%;
}
.rwd-table.query-list-table .td-box .td:nth-child(3) {
  width: 40%;
  text-align: left;
}

@media (max-width: 991px) {
  .rwd-table .thead {
    display: none;
  }
  .rwd-table .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .rwd-table .td-box {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }
  .rwd-table .td-box .td {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    line-height: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rwd-table .td-box .td:not(:last-child) {
    border-right: 0;
  }
  .rwd-table .td-box .td:before {
    content: attr(data-mtit) "：";
    font-style: unset;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #666;
  }
  .rwd-table .td-box .td:nth-child(1) {
    width: calc(100% - 150px - 200px);
  }
  .rwd-table .td-box .td:nth-child(2) {
    width: 200px;
    text-align: left;
  }
  .rwd-table .td-box .td:nth-child(3) {
    width: 150px;
  }
  .rwd-table.download-style .td-box .td {
    line-height: 30px;
  }
  .rwd-table.download-style .td-box .td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.download-style .td-box .td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.download-style .td-box .td:nth-child(3) {
    width: 25%;
  }
  .rwd-table.download-style .td-box .td:nth-child(3)::before {
    display: none;
  }
  .rwd-table.inquiry-style .td-box {
    padding-left: 120px;
  }
  .rwd-table.inquiry-style .td-box .td {
    padding: 20px;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(1) {
    padding: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 1rem;
    top: 2rem;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(1)::before {
    display: none;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(2), .rwd-table.inquiry-style .td-box .td:nth-child(3) {
    width: 100%;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(3) input {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(4) {
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(4)::before {
    display: none;
  }
  .rwd-table.query-list-table .td-box {
    padding: 0 0 10px 0;
  }
  .rwd-table.query-list-table .td-box:nth-child(even) {
    background: #fff;
  }
  .rwd-table.query-list-table .td-box .td {
    padding: 8px 1rem 8px 100px;
    line-height: 1.5;
  }
  .rwd-table.query-list-table .td-box .td::before {
    position: absolute;
    left: 1rem;
    text-align: right;
    width: 80px;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(1) {
    padding: 8px;
    line-height: 40px;
    width: 100%;
    background: #efefef;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(1)::before {
    display: none;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(2), .rwd-table.query-list-table .td-box .td:nth-child(3), .rwd-table.query-list-table .td-box .td:nth-child(4), .rwd-table.query-list-table .td-box .td:nth-child(5) {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rwd-table .tbody .td-box {
    padding: 10px 8px;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rwd-table .tbody .td-box .td {
    border: 0;
    width: 100%;
    display: block;
  }
  .rwd-table .tbody .td-box .td:nth-child(1), .rwd-table .tbody .td-box .td:nth-child(2), .rwd-table .tbody .td-box .td:nth-child(3) {
    padding: 5px 1rem;
    width: 100%;
  }
  .rwd-table.download-style .td-box .td {
    line-height: 1.5;
  }
  .rwd-table.download-style .td-box .td:nth-child(2) {
    text-align: left;
  }
  .rwd-table.inquiry-style .td-box {
    padding-left: 90px;
  }
  .rwd-table.inquiry-style .td-box .td {
    padding: 0;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(1) {
    padding: 10px;
    width: 90px;
    height: 90px;
    left: 10px;
    top: 10px;
  }
  .rwd-table.inquiry-style .td-box .td:nth-child(4) .delete {
    right: 5px;
    top: 0px;
  }
  .rwd-table.query-list-table .td-box {
    padding: 0 0 10px 0;
  }
  .rwd-table.query-list-table .td-box .td {
    font-size: 0.9375rem;
  }
  .rwd-table.query-list-table .td-box .td::before {
    width: 60px;
    font-size: 0.9375rem;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(2), .rwd-table.query-list-table .td-box .td:nth-child(3), .rwd-table.query-list-table .td-box .td:nth-child(4), .rwd-table.query-list-table .td-box .td:nth-child(5) {
    padding: 5px 10px 5px 85px;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(5) {
    padding-left: 10px;
    text-align: center;
  }
  .rwd-table.query-list-table .td-box .td:nth-child(5)::before {
    display: none;
  }
}
.calibration-nav {
  position: fixed;
  right: 50px;
  top: 70%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.calibration-nav.is-scroll {
  opacity: 1;
}
.calibration-nav .page-toggle {
  display: none;
}
.calibration-nav .ul-list li {
  display: block;
  cursor: pointer;
  margin: 20px 0;
}
.calibration-nav .ul-list li a {
  font-size: 0;
  display: block;
  position: relative;
}
.calibration-nav .ul-list li a:after {
  content: "";
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #DB582E;
  display: block;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: border 0.5s ease, background 0.5s ease;
  transition: border 0.5s ease, background 0.5s ease;
}
.calibration-nav .ul-list li.current a:after {
  background: #DB582E;
}

@media (max-width: 1199px) {
  #calibration .calibration-nav {
    right: 2rem;
  }
}
@media (max-width: 991px) {
  #calibration .calibration-nav {
    top: 60%;
  }
}
@media (max-width: 767px) {
  #calibration .calibration-nav {
    top: 50%;
    right: 1rem;
  }
  #calibration .calibration-nav .ul-list li {
    margin: 25px 0;
  }
}
/* Title */
.g-title {
  position: relative;
  margin: 1rem 0 2rem 0;
  font-weight: 700;
  font-size: clamp(22px, var(--fluid-title), 46px);
}
.g-title .orange {
  color: #DB582E;
}
.g-title .blue {
  color: #002337;
}

@media (max-width: 991px) {
  .g-title {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .g-title {
    line-height: 1;
  }
}
.g-h3 {
  font-size: 36px;
  color: #002337;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}
.g-h3 .orange {
  color: #DB582E;
}

@media (max-width: 991px) {
  .g-h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .g-h3 {
    font-size: 1.5rem;
  }
}
.btn-main,
.btn-second,
.btn-reset,
.btn-submit {
  display: inline-block;
  background-color: #002337;
  color: #fff;
  border-radius: 27.5px;
  height: 55px;
  line-height: 55px;
  width: 190px;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}
.btn-main span,
.btn-second span,
.btn-reset span,
.btn-submit span {
  position: relative;
  display: inline-block;
  margin: -3px 0 0 30px;
  vertical-align: middle;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.btn-main span::before,
.btn-second span::before,
.btn-reset span::before,
.btn-submit span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  margin-top: -5px;
  right: -14px;
  border-width: 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.btn-main span::after,
.btn-second span::after,
.btn-reset span::after,
.btn-submit span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.btn-second {
  background: #DB582E;
}
.btn-second.big {
  width: 260px;
}

.btn-reset {
  background: #888;
  width: 170px;
}

.btn-submit {
  width: 170px;
  background: #002337;
}

.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 27.5px;
  height: 55px;
  line-height: 55px;
  width: 190px;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}

.pc .btn-submit:hover,
.pc .btn-main:hover {
  background: #DB582E;
  color: #fff;
}
.pc .btn-submit:hover span,
.pc .btn-main:hover span {
  margin: 0 0 0 36px;
}
.pc .btn-submit:hover span::after,
.pc .btn-main:hover span::after {
  width: 20px;
}
.pc .btn-main-two:hover {
  background: rgb(31.4778325123, 93.5591133005, 146.0221674877);
  color: #fff;
}
.pc .btn-main-two:hover span {
  margin: 0 0 0 36px;
}
.pc .btn-main-two:hover span::after {
  width: 20px;
}
.pc .btn-second:hover {
  background-color: rgb(182.5551020408, 68.1306122449, 31.4448979592);
  color: #fff;
}
.pc .btn-second:hover span {
  margin: 0 0 0 36px;
}
.pc .btn-second:hover span::after {
  width: 20px;
}
.pc .btn-white:hover {
  background: #000;
  color: #fff;
}
.pc .btn-reset:hover {
  background: rgb(148.75, 148.75, 148.75);
  color: #fff;
}
.pc .btn-reset:hover span {
  margin: 0 0 0 36px;
}
.pc .btn-reset:hover span::after {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .btn-main,
  .btn-second,
  .btn-reset,
  .btn-submit {
    display: inline-block;
    background-color: #002337;
    color: #fff;
    border-radius: 27.5px;
    height: 55px;
    line-height: 55px;
    width: 190px;
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
  .btn-main span,
  .btn-second span,
  .btn-reset span,
  .btn-submit span {
    margin-left: 1.5rem;
  }
  .btn-main span::before,
  .btn-second span::before,
  .btn-reset span::before,
  .btn-submit span::before {
    width: 6px;
    height: 6px;
    margin-top: -5px;
  }
  .btn-main span::after,
  .btn-second span::after,
  .btn-reset span::after,
  .btn-submit span::after {
    width: 10px;
  }
  .btn-main {
    display: inline-block;
    background-color: #002337;
    color: #fff;
    border-radius: 22.5px;
    height: 45px;
    line-height: 45px;
    width: 150px;
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .btn-second {
    display: inline-block;
    background-color: #DB582E;
    color: #fff;
    border-radius: 22.5px;
    height: 45px;
    line-height: 45px;
    width: 150px;
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .btn-reset {
    display: inline-block;
    background-color: #DB582E;
    color: #fff;
    border-radius: 22.5px;
    height: 45px;
    line-height: 45px;
    width: calc(50% - 4px);
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 0;
  }
  .btn-submit {
    display: inline-block;
    background-color: #002337;
    color: #fff;
    border-radius: 22.5px;
    height: 45px;
    line-height: 45px;
    width: calc(50% - 4px);
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 0;
  }
}
/* Button Wrap*/
.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  text-align: center;
  margin: 2rem auto;
}

.btn-wrap-right {
  text-align: right;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn-wrap {
    margin: 1rem auto;
  }
}
.more {
  display: inline-block;
  background-color: #002337;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  width: 160px;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 2px #002337 solid;
}
.more .aw {
  position: relative;
  display: inline-block;
  margin: -1px 0 0 20px;
  vertical-align: middle;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.more .aw::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-width: 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #DB582E;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  right: -10px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.more .aw::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 1px;
  background: #DB582E;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.more.orange {
  border: 2px #f3bdaa solid;
  color: #DB582E;
}

.btn-inquiry {
  display: inline-block;
  background-color: #fff;
  color: #DB582E;
  border-radius: 30px;
  height: 50px;
  line-height: 46px;
  width: 160px;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 2px #f3bdaa solid;
}

.pc .more:hover {
  background: #DB582E;
  color: #fff;
  border: 2px solid #DB582E;
}
.pc .more:hover .aw::before {
  border-color: transparent transparent transparent #fff;
}
.pc .more:hover .aw::after {
  background: #fff;
}
.pc .more:hover.orange:hover {
  background-color: rgb(182.5551020408, 68.1306122449, 31.4448979592);
  color: #fff;
}
.pc .btn-inquiry:hover {
  background: #DB582E;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .more {
    display: inline-block;
    background-color: #002337;
    color: #fff;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 130px;
    border: 0;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
    font-size: 0.8rem;
    border: 2px #002337 solid;
  }
}
/* star */
.star::after {
  content: "*";
  color: #DB582E;
  font-size: 1.0625rem;
  position: absolute;
  top: 0px;
  right: -10px;
}

/* LABEL */
.label-style {
  font-size: 1rem;
  margin: 0;
  line-height: 50px;
  display: block;
  position: absolute;
  left: 1.5rem;
}
.label-style.new-lineHeight {
  line-height: 22px;
}
.label-style.meg-lineHeight {
  top: 50%;
  width: 90px;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .label-style {
    left: 0;
    line-height: 35px;
    -moz-text-align-last: unset;
         text-align-last: unset;
  }
}
/* TEXT */
.input-style {
  background-color: #fff;
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}
.input-style:focus {
  border: 1px solid #002337;
}

@media (max-width: 767px) {
  .input-style {
    height: 40px;
    line-height: 38px;
  }
}
/* TEXTAREA */
.textarea-style {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  min-height: 100px;
  display: block;
  outline: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.15s, height 0.15s;
  transition: border 0.15s, height 0.15s;
}
.textarea-style:focus {
  border: 1px solid #002337;
}

/* SELECT */
.select-style {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(../images/select_arrow.png) calc(100% - 12px) center no-repeat #fff;
  outline: none;
  border-radius: 0;
  color: #333;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
.select-style:autofill {
  color: #333;
}
.select-style:-webkit-autofill {
  color: #333;
}
.select-style:focus {
  border: 1px solid #002337;
}

@media (max-width: 767px) {
  .select-style {
    height: 40px;
    line-height: 38px;
  }
}
/* RADIO */
.radio-style {
  padding: 7px 0;
  line-height: 30px;
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  color: #888888;
}
.radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.9375rem;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 17px;
  height: 17px;
  padding: 5px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.radio-style input:checked, .radio-style input:active {
  color: #000;
}
.radio-style input:checked + span, .radio-style input:active + span {
  border: 1px solid #002337;
}
.radio-style input:checked + span i, .radio-style input:active + span i {
  background: #002337;
}

.pc .radio-style:hover input:not(:checked) + span i {
  background: #999;
}

/* CHECKBOX */
.checkbox-style {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  color: #444444;
  position: relative;
  padding-left: 25px;
}
.checkbox-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox-style input + span {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  border: 1px solid #d2d2d2;
  background: #fff;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 2px;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #002337;
  border-bottom: 2px solid #002337;
  -webkit-transform: scale(0) rotate(-45deg);
      -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.12s;
  transition: -webkit-transform 0.12s;
  transition: transform 0.12s;
  transition: transform 0.12s, -webkit-transform 0.12s;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.checkbox-style input:active, .checkbox-style input:checked + span {
  border-color: #002337;
}
.checkbox-style input:active i, .checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.pc .checkbox-style:hover input:not(:checked) + span i {
  background: #999;
}

@media (max-width: 767px) {
  .checkbox-style input + span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .checkbox-style input + span i {
    width: 11px;
    height: 6px;
    margin: 8px 0 0 8px;
  }
}
/* FORM - BOX */
.form-wrap {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-box {
  display: block;
  position: relative;
  margin: 0 auto 1rem;
  padding: 0 0 0 140px;
  color: #222;
}
.form-box.form-half {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1rem;
  width: calc(50% - 4px);
}
.form-box.form-country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
}
.form-box.form-sex {
  position: relative;
}
.form-box.form-sex .input-style {
  width: calc(100% - 140px - 4px);
}
.form-box.form-sex .form-gp {
  width: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -3px;
}
.form-box.form-sex .form-gp .radio-style {
  margin-right: 3px;
}
.form-box.form-add .select-style {
  display: inline-block;
  width: 210px;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 6px;
}
.form-box.form-add .select-style + .input-style {
  display: inline-block;
  width: calc(100% - 220px - 220px - 4px);
}
.form-box.form-product .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}
.form-box.form-product .select-style {
  width: calc((100% - 35px - 200px - 100px - 60px) / 2);
}
.form-box.form-product .serial {
  width: 200px;
}
.form-box.form-product .quantity {
  width: 100px;
}
.form-box.form-product .btn-add,
.form-box.form-product .btn-del {
  width: 30px;
  padding: 0;
  text-align: center;
  font-size: 0;
  border-radius: 5px;
  border: 0;
  background: transparent;
}
.form-box.form-product .btn-add::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  font-size: 1.125rem;
  line-height: 28px;
  top: 10px;
  color: #002337;
}
.form-box.form-product .btn-del::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 1.125rem;
  line-height: 28px;
  top: 10px;
  color: #DB582E;
}

.pc .form-box.form-product .btn-add:hover::after,
.pc .form-box.form-product .btn-del:hover::after {
  color: #000;
}

@media (max-width: 1199px) {
  .form-box.form-half {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .form-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .form-box {
    margin: 0.5rem auto;
  }
  .form-box.form-half {
    margin: 0 0 0.5rem;
  }
  .form-box.form-add .select-style {
    display: inline-block;
    width: calc((100% - 6px - 5px) / 2);
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 6px;
  }
  .form-box.form-add .select-style:nth-of-type(2) {
    margin-right: 0;
  }
  .form-box.form-add .select-style + .input-style {
    width: 100%;
  }
  .form-box.form-product .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-box.form-product .item .select-style {
    width: calc((100% - 7px) / 2);
  }
}
@media (max-width: 767px) {
  .form-box {
    margin: 0 auto 10px;
    padding-left: 80px;
  }
  .form-box.form-half {
    margin: 0 auto 10px;
  }
  .form-box.form-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .form-box.form-sex {
    width: 100%;
  }
  .form-box.form-sex .input-style {
    width: calc(100% - 115px);
  }
  .form-box.form-sex .form-gp {
    width: 105px;
  }
  .form-box.form-sex .form-gp .radio-style {
    margin: 0 2px 0 0;
    font-size: 0.875rem;
  }
  .form-box.form-sex .form-gp .radio-style span {
    margin-right: 2px;
  }
  .form-box.form-product .item .select-style,
  .form-box.form-product .item .serial {
    width: 100%;
  }
}
/* CODE */
.form-box.code {
  padding-right: 130px;
}
.form-box.code .codeimg {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 50px;
  width: 180px;
  padding-right: 50px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.form-box.code .codeimg img {
  width: 100%;
}
.form-box.code .codeimg::before {
  content: "";
  width: 55px;
  height: 50px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
.form-box.code .codeimg::after {
  color: #ddd;
  position: absolute;
  top: 13px;
  right: 15px;
  content: "\f2f1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .form-box.code {
    width: 100%;
    padding-right: 0;
  }
  .form-box.code .codeimg {
    position: relative;
    height: 40px;
    padding-right: 40px;
    width: 144px;
    left: 0;
    bottom: 0;
  }
  .form-box.code .codeimg::before {
    width: 40px;
    height: 40px;
  }
  .form-box.code .codeimg::after {
    top: 7px;
    right: 11px;
  }
  .form-box.code .input-style {
    width: 100%;
  }
}
/* 數量共用 */
.bootstrap-touchspin {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.bootstrap-touchspin input {
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  height: 100%;
}
.bootstrap-touchspin .btn-primary {
  color: #111;
  background-color: #fff;
  border-color: #dddddd;
}
.bootstrap-touchspin .btn-primary:hover, .bootstrap-touchspin .btn-primary:not(:disabled):not(.disabled):active {
  color: #111;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.bootstrap-touchspin-down {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.bootstrap-touchspin-up {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.btn-showpwd {
  position: absolute;
  display: inline-block;
  width: 40px;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  right: 0;
  bottom: 0;
  color: #ccc;
}

.btn-showpwd:hover {
  color: #246BA7;
}

.btn-showpwd.is-show:before {
  content: "\f06e";
}

.btn-showpwd:before {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 上傳圖片 */
.upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.upload-wrap .plupload-file-wrap {
  min-height: 50px;
  background: #f7f7f7;
}
.upload-wrap .plupload-wrap {
  position: relative;
  width: 100%;
}
.upload-wrap .plupload-wrap input[type=file] {
  position: absolute;
  left: 15px;
  top: 10px;
  background: transparent;
  font-size: 0 !important;
}
.upload-wrap .plupload-wrap input[type=file]::-webkit-input-placeholder,
.upload-wrap .plupload-wrap input[type=file]:-moz-placeholder,
.upload-wrap .plupload-wrap input[type=file]::-moz-placeholder,
.upload-wrap .plupload-wrap input[type=file]:-ms-input-placeholder {
  font-size: 0 !important;
}
.upload-wrap .plupload-wrap .custom-file-upload {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3px;
  color: #000;
  width: 200px;
}
.upload-wrap .plupload-wrap .custom-file-upload .upload-img {
  position: relative;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 3px 14px;
  margin: 10px 0;
  font-size: 14px;
}
.upload-wrap .plupload-wrap .custom-file-upload .upload-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00263e;
  border-radius: 4px;
  border: 1px solid #00263e;
  z-index: -1;
}
.upload-wrap .plupload-wrap .custom-file-upload .upload-img::after {
  content: "Click to select a file.";
  position: absolute;
  left: 110%;
  color: #666;
  width: 130px;
}
.upload-wrap .plupload-wrap .plupload-file-queue {
  width: 100%;
  min-height: 50px;
}
.upload-wrap .plupload-wrap .plupload-progress-wrap {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  padding: 13px 30px 13px 1rem;
  z-index: 10;
}
.upload-wrap .plupload-wrap button {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 30px;
  padding: 0;
  text-align: center;
  font-size: 0;
  border-radius: 5px;
  border: 0;
  background: transparent;
  z-index: 10;
}
.upload-wrap .plupload-wrap button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-size: 1.125rem;
  line-height: 28px;
  top: 10px;
  color: #e0592a;
}

@media (max-width: 991px) {
  .upload-wrap .custom-file-upload {
    height: 30px;
    line-height: 30px;
    top: 9px;
  }
}
.social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-link ul li {
  margin: 0 5px;
}
.social-link ul li a {
  display: inline-block;
  position: relative;
  line-height: 54px;
  width: 54px;
  height: 54px;
  font-size: 0;
  color: #246BA7;
  border: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: color 0.3s var(--ease), background-color 0.3s var(--ease), opacity 0.3s var(--ease);
  transition: color 0.3s var(--ease), background-color 0.3s var(--ease), opacity 0.3s var(--ease);
}
.social-link ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
}
.social-link ul li .fb:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f09a";
}
.social-link ul li .linkedin:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f0e1";
}
.social-link ul li .youtube:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f167";
}
.social-link ul li .youku {
  background-image: url(../images/youku.png);
}

@media (min-width: 992px) {
  .social-link ul li a:hover {
    color: #fff;
  }
  .social-link ul li .fb:hover {
    background-color: #0078d7;
  }
  .social-link ul li .linkedin:hover {
    background-color: #0077b5;
  }
  .social-link ul li .youtube:hover {
    background-color: #ff0000;
  }
  .social-link ul li .youku:hover {
    background-color: #F54E7A;
  }
}
@media (max-width: 991px) {
  .social-link ul li {
    margin: 0 8px;
  }
  .social-link ul li a {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}
.basicScrollboxcontainer {
  position: relative;
  z-index: 1;
}

.basicScrollbox {
  will-change: transform;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 0;
  right: 0;
}

.easeBox {
  -webkit-transform: translateY(var(--ty));
      -ms-transform: translateY(var(--ty));
          transform: translateY(var(--ty));
}