@media screen and (min-width: 1680px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 8px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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: inherit;
  font-size: 0.8rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans SC", Arial, Tahoma, sans-serif;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
  color: #000;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.button {
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
#mb-header #navbar-main {
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 50%;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #1d191a;
  width: 10% !important;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #1d191a;
  padding: 16px 0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background-color: #fff;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
div[data-sidebar-main="mask"] {
  z-index: 1 !important;
}
@keyframes myfirst {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes myfirst {
  /* Opera */
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.main-center {
  margin: 0 13%;
}
button {
  cursor: pointer;
}
.pc-header {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0 13%;
  height: 4rem;
  transition: all 0.5s ease;
}
.pc-header .logo {
  width: 20rem;
  margin-right: 10%;
}
.pc-header .logo img {
  object-fit: cover;
}
.pc-header .navlist {
  width: 80%;
}
.pc-header .navlist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .navlist ul a li {
  font-size: 0.8rem;
  transition: all 0.2s ease;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.pc-header .navlist ul a li.on {
  color: #5dc9df !important;
  border-bottom: 1px solid #5dc9df;
  padding-bottom: 0.5rem;
}
.pc-header .navlist ul a:hover li {
  color: #5dc9df !important;
  border-bottom: 1px solid #5dc9df;
  padding-bottom: 0.5rem;
}
.pc-header .navlist ul .lang {
  border: 1px solid #5dc9df !important;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transform: translateY(-0.2rem);
  color: #fff;
}
.pc-header .navlist ul .lang a {
  color: #fff;
}
.pc-header .navlist ul .lang a.on {
  color: #5dc9df !important;
}
.main-title {
  margin-top: 80px;
  margin-bottom: 3rem;
  background: url(../img/title-line.png) no-repeat center;
}
.main-title h1 {
  font-size: 2rem;
  color: #5dc9df;
  text-align: center;
  font-weight: bold;
}
.main-title h2 {
  font-size: 1rem;
  color: #5dc9df;
  text-align: center;
  margin-top: 1rem;
}
.footer {
  background-color: #5dc9df;
  background: url(../img/bgc-footer.jpg) bottom;
}
.footer .navlist {
  padding: 0 13%;
}
.footer .navlist ul {
  display: flex;
}
.footer .navlist ul a li {
  color: #fff;
  padding: 0 2rem;
  margin: 2rem 0;
  border-right: 1px solid #999;
}
.footer .navlist ul a:first-of-type li {
  padding-left: 0;
}
.footer .navlist ul a:last-of-type li {
  border-right: 0;
}
.footer .center {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 13%;
}
.footer .center form {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20%;
}
.footer .center form input[type="text"] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 48%;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.7rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.footer .center form input[type="text"]:first-of-type {
  margin-right: 4%;
}
.footer .center form input[type="text"]:nth-of-type(3) {
  margin-right: 0;
  width: 100%;
}
.footer .center form input::-webkit-input-placeholder {
  color: #fff;
}
.footer .center form input:-moz-placeholder {
  color: #fff;
}
.footer .center form input::-moz-placeholder {
  color: #fff;
}
.footer .center form input::-ms-input-placeholder {
  color: #fff;
}
.footer .center form .button {
  width: 100%;
}
.footer .center form .button button {
  background-color: unset;
  border: 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 2;
  padding: 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 auto;
}
.footer .center .con {
  display: flex;
  width: 40%;
}
.footer .center .con .wechat {
  margin-right: 15%;
}
.footer .center .con .wechat img {
  width: 6rem;
  height: 6rem;
  border: 1px solid #5dc9df;
  padding: 0.3rem;
}
.footer .center .con .wechat p {
  color: #fff;
  padding-top: 0.5rem;
}
.footer .center .con .contact .item {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.footer .center .con .contact .item p {
  font-size: 0.7rem;
  color: #fff;
  padding-left: 0.5rem;
}
.footer .center .con .contact .item p strong {
  font-size: 1.2rem;
}
.footer .bottom p {
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .bottom p a {
  color: #fff;
  font-size: 0.7rem;
}
.position {
  margin-top: 3rem;
}
#mb-header {
  display: none;
}
@media screen and (max-width: 1440px) {
  .main-title {
    background-size: contain;
  }
}
@media screen and (max-width: 1366px) {
  .footer .center form {
    margin-right: 10%;
  }
  .footer .center .con .wechat {
    margin-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .main-center {
    margin: 0 2%;
  }
  .pc-header {
    display: none !important;
  }
  #mb-header {
    display: flex !important;
  }
  #mb-header #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2c2a;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  #mb-header #navbar-main #logo {
    width: 30%;
  }
  #mb-header #navbar-main #logo img {
    width: 100%;
  }
  #mb-header #navbar-main #sidebar-main-trigger {
    width: 30px;
  }
  #mb-header #navbar-main #sidebar-main-trigger img {
    width: 100%;
  }
  #mb-header #sidebar-main {
    background-color: #fff;
    width: 40% !important;
  }
  #mb-header #sidebar-main li:last-of-type a {
    border-bottom: none;
  }
  #mb-header #sidebar-main a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
  }
  #mb-header #sidebar-main-trigger {
    width: 30px;
    height: 24px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background-color: #fff;
    padding: 6px 0;
    background-clip: content-box;
  }
  .footer {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .navlist {
    padding: 0 2%;
    width: 20%;
    flex-shrink: 0;
    display: none;
  }
  .footer .navlist ul {
    display: block;
  }
  .footer .navlist ul a li {
    padding: 0 0;
    margin: 1rem 0;
  }
  .footer .center {
    width: 100%;
    padding: 0 2%;
    display: block;
    margin: 1rem 0;
  }
  .footer .center form {
    margin-right: 0;
    width: 100%;
  }
  .footer .center .con {
    width: 100%;
    align-items: center;
  }
  .footer .center .con .wechat {
    margin-right: 0;
  }
  .footer .center .con .wechat img {
    width: 5rem;
    height: 5rem;
  }
  .footer .center .con .contact .item svg {
    width: 20px;
    height: 20px;
  }
  .position {
    margin-top: 2rem;
  }
  .main-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-size: contain;
  }
  .main-title h1 {
    font-size: 1rem;
  }
  .main-title h2 {
    margin-top: 0.8rem;
    font-size: 0.8rem;
  }
}
