html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  box-sizing: border-box;

}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*# sourceMappingURL=reset.css.map */
.main-content .list-menu ul .list-menu-child ul li .main-link, .main-content .list-menu ul .list-menu-child, .pagination ul li a:hover, .scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.ws-sgct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 18px;
  line-height: 1.6;
}

.ws-sgct p {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .ws-sgct {
    font-size: 16px;
  }
}
.ws-sgct img {
  margin-bottom: 1.5rem;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 21px;
}

.ws-sgct h4 {
  font-size: 24px;
}

.ws-sgct h3 {
  font-size: 27px;
}

.ws-sgct h2 {
  font-size: 30px;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
  margin: 0 0 25px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  max-width: 320px;
  background-color: var(--primary-color);
  z-index: 9999;
  transform: translateX(-100%);
  transition: 0.5s;
  padding-bottom: 50px;
}
.menu-mobile > ul {
  list-style: none;
  overflow-y: auto;
  height: calc(100vh - 85px);
}
.menu-mobile > ul li {
  position: relative;
  border-bottom: 1px solid #ffefef4a;
}
.menu-mobile > ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
}
.menu-mobile > ul li .li-plus {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile > ul li .li-plus:before, .menu-mobile > ul li .li-plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
}
.menu-mobile > ul li .li-plus:before {
  width: 11px;
  height: 1px;
}
.menu-mobile > ul li .li-plus:after {
  width: 1px;
  height: 11px;
}
.menu-mobile > ul li .clicked {
  transform: rotate(180deg);
}
.menu-mobile > ul li .clicked.li-plus:before {
  display: none;
}
.menu-mobile > ul li > ul {
  margin-top: 0;
  display: none;
}
.menu-mobile > ul li > ul li {
  border: none;
}
.menu-mobile > ul li > ul li a {
  padding-left: 25px;
}
.menu-mobile > ul .current-menu-item a {
  color: var(--primary-color) !important;
  background: #fff;
}
.menu-mobile > ul .current-menu-item ul a {
  color: #fff;
}
.menu-mobile > ul .current-menu-parent ul {
  display: block;
}
.menu-mobile .menu-mobile-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0px;
}
.menu-mobile .menu-mobile-close svg {
  color: #fff;
}
.menu-mobile .menu-mobile-close svg path {
  fill: #fff;
  stroke: #fff;
}
.menu-mobile.menu-mobile-active {
  transform: translate(0);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}
.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}
.scale-hover:hover > img {
  transform: scale(1.09);
}

.pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}
.pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}
.pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 2px;
}
.pagination ul li a svg path {
  stroke: var(--primary-color);
}
.pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.scroll-snap .item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: "";
  src: url();
  font-weight: 400;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}
@media (min-width: 992px) {
  .gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .gutter-15 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gutter-15 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  font-family: "Microsoft Yahei";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}

.main-content {
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover, 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-content {
    background-size: 0, cover;
    align-items: flex-end;
    background-position: center;
  }
}
.main-content .photo {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-content .photo {
    display: none;
  }
}
.main-content .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65vh;
  vertical-align: top;
  margin: auto;
}
.main-content .page-name {
  margin-top: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 4rem;
}
.main-content .page-name a {
  position: relative;
  display: inline-block;
}
.main-content .page-name a::before {
 position: absolute;
	 content: "";
    top: 50%;
    left: -100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 170px;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#03f703), to(transparent));
    background-image: linear-gradient(to left, #03f703, transparent);
}
.main-content .page-name a::after {
content: "";
    position: absolute;
    top: 50%;
    right: -100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 170px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#03f703), to(transparent));
    background-image: linear-gradient(to right, #03f703, transparent);
}
.main-content .list-menu {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .main-content .list-menu {
    padding-bottom: 3rem;
	 margin-bottom: 9rem
  }
}
.main-content .list-menu ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .main-content .list-menu ul {
    flex-wrap: wrap;
  }
}
.main-content .list-menu ul > li {
  position: relative;
  width: 22.5rem;
  height: 7.2rem;
  line-height: 7.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .main-content .list-menu ul > li {
    width: 70%;
    height: auto;
  }
}
.main-content .list-menu ul > li.active > a, .main-content .list-menu ul > li:hover > a {
  background-image: url(bg04.png);
}
.main-content .list-menu ul > li.active > a svg path, .main-content .list-menu ul > li:hover > a svg path {
  fill: #fff;
}
.main-content .list-menu ul > li > a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-image: url(bg03.png);
  font-size: 2.4rem;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main-content .list-menu ul > li > a svg path {
  fill: #03f703;
}

@media only screen and (min-width: 992px) {
  .main-content .list-menu ul > li:hover > .list-menu-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

}

@media (max-width: 767px) {
  .main-content .list-menu ul > li > .list-menu-child.show {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }
}
.main-content .list-menu ul .list-menu-child {
  width: 30rem;
  padding: 2.5rem;
  bottom: 8rem;
  left: 0;
  z-index: 10;
  position: absolute;
  border: 1px solid #008800;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
  max-height: 70vh;
  overflow-y: auto;
}
.main-content .list-menu ul .list-menu-child.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .main-content .list-menu ul .list-menu-child {
    max-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    max-height: 50vh;
    overflow-y: auto;
  }
}
.main-content .list-menu ul .list-menu-child ul {
  display: block;
  width: 100%;
}
.main-content .list-menu ul .list-menu-child ul li {
  width: 100%;
  line-height: 1.3;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.main-content .list-menu ul .list-menu-child ul li:last-child {
  margin-bottom: 0;
}
.main-content .list-menu ul .list-menu-child ul li a {
  background: none;
  display: block;
}
.main-content .list-menu ul .list-menu-child ul li .text {
  width: 62px;
  text-align: center;
  display: block;
  color: #313131;
  font-size: 14px;
  line-height: 34px;
  background-color: #fff;
}
.main-content .list-menu ul .list-menu-child ul li .title {
  color: #313131;
  font-size: 14px;
  line-height: 34px;
  background-color: #fff;
  padding: 0 15px;
}
.main-content .list-menu ul .list-menu-child ul li .main-link {
  display: block;
  width: 12rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  background-image: linear-gradient(to bottom, #026b02, #07b307);
}
.main-content .list-menu ul .list-menu-child ul li .main-link:hover {
  background-image: linear-gradient(to top, #026b02, #07b307);
}

@media (max-width: 991px) {
  .logo-mb {
    max-width: 30rem;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .logo-mb {
    max-width: 20rem;
    top: 2rem;
  }
}

.download-page {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9rem 1rem;
}
@media (max-width: 767px) {
  .download-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.download-page .download-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .download-page .download-logo {
    justify-content: start;
  }
}
.download-page .download-logo .desc {
  color: #a0a0a0;
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.download-page .download-logo .desc .star {
  display: flex;
  align-items: center;
}
.download-page .download-logo .desc .star img {
  width: 18px;
}
.download-page .app-name {
  margin: 4rem 0 5rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 5rem;
}
.download-item .text {
	gap: 5px;
	color: #fff;
}
@media (max-width: 767px) {
  .download-page .app-name {
    margin: 4rem 0;
	  font-size:3rem;
  }
}
.download-page .download-btn-pc {
  margin-top: 3rem;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
.download-page .download-btn-pc .download-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.download-page .download-btn-pc .download-item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .download-page .download-btn-mb {
    margin-bottom: 5rem;
  }
}
.download-page .download-btn-mb .list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .download-page .download-btn-mb .list-btn {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.download-page .download-btn-mb .btn {
  width: 22.5rem;
  height: 7.2rem;
  line-height: 7.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .download-page .download-btn-mb .btn {
    width: 80%;
  }
}
.download-page .download-btn-mb .btn a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-image: url(bg03.png);
  font-size: 2.4rem;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download-page .desc-pc {
  border-top: 1px solid #252525;
  padding-top: 34px;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 2.1;
  margin-top: 4rem;
}


.button-link svg path{
fill: #03F703;

}

.button-link{
  margin-top: 6rem;
  border: 1px solid transparent;
  width: 19rem;
  height: 6.4rem;
  line-height: 6.4rem;
  color: #fff;
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  background: #242424;
  border-radius: 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.btn{
  padding: 0;
}
@media(max-width:991px){
  .button-link{
    border: none;
    background: none;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    background-image: url(bg03.png);
    font-size: 2.4rem;
    font-weight: 600;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0;
    width: 22.5rem;
    height: 7.2rem;
    line-height: 7.2rem;
  }
}
@media(max-width:767px){
  .button-link{
    width: 80%;
  }
}
.button-link:hover{
  border: 1px solid #03F703;
  color: #fff;
}

@media (max-width: 767px) {
    .main-content {
        background-image: none !important;
    }
   .bg-mb{
	height:100vh;
}
	.bg-mb .container{
		margin-top:80%;
	}
}

@media only screen and (min-width: 768px) {
    .bg-mb{
        background-image: none!important;
    }
}
.bg-mb{
  background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width:767px){
    .main-content .page-name a::before,.main-content .page-name a::after{
        width: 100px;
    }
	  .main-content .page-name a::before {
        left: -100%;
    }
    .main-content .page-name a::after {
        right: -100%;
    }
	.main-content .page-name{
		font-size:3rem;
	}
	.main-content .list-menu ul > li > a{
		    padding-left: 23%;
   			 justify-content: start;
	}
}

/*# sourceMappingURL=style.css.map */
.jcBox {
    margin: 0 auto;
    text-align: center;
}
.jcBox img{
    text-align: center;
	display: initial !important;
}
.main-content .list-menu ul .list-menu-child ul li .main-link{
	padding-left:0;
}
@media (max-width: 767px) {
    body {
        max-height: 100vh;
        overflow: hidden;
    }
}
