/*@charset "utf-8";*/
/*!
 * 作者：miniidea
 * 网站地址: http://www.miniidea.com
 */
/**
 +------------------------------------------------------------------------------
 * ************   Reset Css   ************
 +------------------------------------------------------------------------------
 */
html { font-family:sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 ; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block }
h1 { font-size: 2em; margin: .67em 0 }
figure { margin: 1em 40px }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible }
pre { font-family: monospace; font-size: 1em }
a { background-color: transparent; -webkit-text-decoration-skip: objects }
a:active, a:hover { outline-width: 0 }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
b, strong { font-weight: 100; }
code, kbd, samp { font-family: monospace; font-size: 1em }
dfn { font-style: italic }
mark { background-color: #ff0; color: #000 }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -.25em }
sup { top: -.5em }
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
img { border-style: none }
svg:not(:root) { overflow: hidden }
button, input, optgroup, select, textarea { font-family:sans-serif; font-size: 100%; line-height: 1.15; margin: 0; outline: none }
button, input { overflow: visible }
button, select { text-transform: none }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { display: inline-block; vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; cursor: pointer }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
summary { display: list-item }
[hidden], template { display: none }
/**
 +------------------------------------------------------------------------------
 * ************   Theme Css   ************
 +------------------------------------------------------------------------------
 */
:root { --text-color: #333; --text-bg: var(--text-color); --text-size: 14px; --color: #000; --hover-color: #1795ae; --bg: #231f20; --white: #fff; --white-rgb: 255, 255, 255; --black: #000; --black-rgb: 0, 0, 0; --opacity: .7; --sk-color-ce2:#000000FF; --sk-color-c66:#FFFFFFFF; --sk-color-211:#3AFF9BFF; --sk-color-814:#A154FEFF; --sk-color-b5e: #A154FEBA; }
/**
 +------------------------------------------------------------------------------
 * ************   Common Css   ************
 +------------------------------------------------------------------------------
 */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
html { -webkit-box-sizing: border-box; box-sizing: border-box }
body { font-size: 1rem; line-height: 1.42858; font-family: "PingFang SC", "Source Han Sans CN", "Open Sans", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif; color: #666; font-weight:100; }
ol, ul { list-style: none }
dl, dd, ul, p { margin: 0; padding: 0 }
a { text-decoration: none; color: #333 }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
pre { display: block; font-size: 13px; line-height: 1.42858; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; overflow: auto }
code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 3px }
kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family:inherit; font-weight: 200; line-height: 1.1 }
small, .small { font-weight: 400; line-height: 1; color: var(--color); font-size: 65% }
.fl { float: left !important }
.fr { float: right !important }
.fix::before, .fix::after { content: " "; display: table }
.fix::after { clear: both }
.flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.hide { display: none !important }
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.ellipsis-rows { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 2; text-overflow: ellipsis }
/**
 +------------------------------------------------------------------------------
 * ************   Grids Css   ************
 +------------------------------------------------------------------------------
 */
.container { max-width: 1230px; margin: 0 auto; padding-left: 15px; padding-right: 15px }
.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px }
.row.no-gutter { margin-left: 0; margin-right: 0 }
.row.no-gutter .col, .row.no-gutter .col-1, .row.no-gutter .col-2, .row.no-gutter .col-3, .row.no-gutter .col-4, .row.no-gutter .col-5, .row.no-gutter .col-6, .row.no-gutter .col-7, .row.no-gutter .col-8, .row.no-gutter .col-9, .row.no-gutter .col-10, .row.no-gutter .col-11, .row.no-gutter .col-12 { padding: 0 }
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { position: relative; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media (min-width:576px) {
  .col-1 { flex: 0 0 8.33333%; max-width: 8.33333% }
  .col-offset-1 { margin-left: 8.33333% }
  .col-2 { flex: 0 0 16.66667%; max-width: 16.66667% }
  .col-offset-2 { margin-left: 16.66667% }
  .col-3 { flex: 0 0 25%; max-width: 25% }
  .col-offset-3 { margin-left: 25% }
  .col-4 { flex: 0 0 33.33333%; max-width: 33.33333% }
  .col-offset-4 { margin-left: 33.33333% }
  .col-5 { flex: 0 0 41.66667%; max-width: 41.66667% }
  .col-offset-5 { margin-left: 41.66667% }
  .col-6 { flex: 0 0 50%; max-width: 50% }
  .col-offset-6 { margin-left: 50% }
  .col-7 { flex: 0 0 58.33333%; max-width: 58.33333% }
  .col-offset-7 { margin-left: 58.33333% }
  .col-8 { flex: 0 0 66.66667%; max-width: 66.66667% }
  .col-offset-8 { margin-left: 66.66667% }
  .col-9 { flex: 0 0 75%; max-width: 75% }
  .col-offset-9 { margin-left: 75% }
  .col-10 { flex: 0 0 83.33333%; max-width: 83.33333% }
  .col-offset-10 { margin-left: 83.33333% }
  .col-11 { flex: 0 0 91.66667%; max-width: 91.66667% }
  .col-offset-11 { margin-left: 91.66667% }
  .col-12 { flex: 0 0 100%; max-width: 100% }
  .col-offset-12 { margin-left: 100% }
  .cols-10 > .col-1 { flex: 0 0 10%; max-width: 10% }
  .cols-10 > .col-offset-1 { margin-left: 10% }
  .cols-10 > .col-2 { flex: 0 0 20%; max-width: 20% }
  .cols-10 > .col-offset-2 { margin-left: 20% }
  .cols-10 > .col-3 { flex: 0 0 30%; max-width: 30% }
  .cols-10 > .col-offset-3 { margin-left: 30% }
  .cols-10 > .col-4 { flex: 0 0 40%; max-width: 40% }
  .cols-10 > .col-offset-4 { margin-left: 40% }
  .cols-10 > .col-5 { flex: 0 0 50%; max-width: 50% }
  .cols-10 > .col-offset-5 { margin-left: 50% }
  .cols-10 > .col-6 { flex: 0 0 60%; max-width: 60% }
  .cols-10 > .col-offset-6 { margin-left: 60% }
  .cols-10 > .col-7 { flex: 0 0 70%; max-width: 70% }
  .cols-10 > .col-offset-7 { margin-left: 70% }
  .cols-10 > .col-8 { flex: 0 0 80%; max-width: 80% }
  .cols-10 > .col-offset-8 { margin-left: 80% }
  .cols-10 > .col-9 { flex: 0 0 90%; max-width: 90% }
  .cols-10 > .col-offset-9 { margin-left: 90% }
  .cols-10 > .col-10 { flex: 0 0 100%; max-width: 100% }
  .cols-10 > .col-offset-10 { margin-left: 100% }
  .col { flex-basis: 0; flex-grow: 1; max-width: 100% }
}
/**
 +------------------------------------------------------------------------------
 * ************   Public Css   ************
 +------------------------------------------------------------------------------
 */
@font-face {
  font-family: "Source Han Sans CN";
  src: url("fonts/SourceHanSans.woff2?t=20240101") format("woff2"),
       url("fonts/SourceHanSans.woff?t=20240101") format("woff"),
       url("fonts/SourceHanSans.ttf?t=20240101") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.clear { clear: both }

.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mt40 { margin-top: 40px }
.mt50 { margin-top: 50px }

.pr { position: relative }

.first { margin-left: 0 !important }
.last { margin-right: 0 !important }

/*scrollbar*/
::-webkit-scrollbar { width: 10px; height: 10px }
::-webkit-scrollbar-button:vertical { display: none }
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { background-color: #fff }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(0, 0, 0, .3) }
::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0, 0, 0, .35) }
::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0, 0, 0, .38) }

/*header*/
header { position: fixed; top: 0; right: 0; left: 0; z-index: 99; line-height: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); pointer-events: none; transition: transform 140ms ease-in-out; }
.header { position: relative; width: 100%; padding-top: 2vw; padding-bottom: 2vw; padding-left: 4vw; padding-right: 4vw; pointer-events: auto; -ms-align-items: center; align-items: center; -ms-flex-pack: space-between; justify-content: space-between; transition: padding 140ms ease-in-out; }
.header a.logo { display: inline-block; max-width: 100%; max-height: 40px; }
.header a.logo img { display: block; width: auto; max-width: 100%; max-height: 40px; }

.header.shrink { padding-top: 1.2vw; padding-bottom: 1.2vw; background: hsla(0, 0%, 0%, 1) }

.nav { -ms-align-items: center; align-items: center }
.nav ul { -ms-align-items: center; align-items: center }
.nav ul li { position: relative; }
.nav ul li:not(:first-child) { margin-left: 1.6vw; }
.nav ul li>a { display: block; text-align: center; font-weight: 200; font-size: 18px; font-size: calc((1.1 - 1)* 1.2vw + 1rem); color: var(--white); text-decoration: none; backface-visibility: hidden; padding: .2em 0; }
.nav ul li.on>a { background-image: linear-gradient(currentColor, currentColor); background-repeat: repeat-x; background-size: 1px 1px; background-position: 0 100%; background-position: 0 calc(100% - 0.1em); }

.nav-toggler { display: none; position: relative; width: 36px; flex: 0 0 36px; cursor: pointer; border: none; background-color: transparent; -webkit-tap-highlight-color: transparent }
.nav-toggler .toggler-icon { position: absolute; display: block; top: 0; left: 0; bottom: 0; margin: auto; content: ''; width: 100%; height: 1px; transition: transform 250ms cubic-bezier(.2, .6, .3, 1), width 250ms cubic-bezier(.2, .6, .3, 1); will-change: transform, width; background-color: hsla(0, 0%, 100%, 1); }
.nav-toggler .toggler-icon:nth-child(1) { transform: translatey(-5.5px); }
.nav-toggler .toggler-icon:nth-child(2) { transform: translatey(5.5px); }
.nav-toggler.opened .toggler-icon:nth-child(1) { transform: translatex(3.5px) rotate(-135deg); width: 28px; }
.nav-toggler.opened .toggler-icon:nth-child(2) { transform: translatex(3.5px) rotate(135deg); width: 28px; }

/*footer*/
.copyright { width: 100%; justify-content: center; align-items: center; padding: 20px 0; color: var(--white); font: 400 14px/36px infinite }
.copyright a { color: var(--white); transition: all .3s ease-out 0s }
.copyright a:hover { color: hsla(27.69, 35.14%, 92.75%, 1); text-decoration: underline }

/*gotop*/
.sk_scrollup_btn { position: fixed; z-index: 9999; transition: .25s; bottom: 0; transform: translateY(100%); right: 25px }
.sk_scrollup_btn.sk_show { transform: translateY(0%); }
.sk_scrollup_btn>div { transition: .25s; display: flex; justify-content: center; align-items: center; height: 50px; width: 50px; margin-bottom: 25px; color: var(--white); background-color: var(--sk-color-b5e); }
.sk_scrollup_btn>div:hover { transform: translate(0%, -5px); }

/*grid*/
@media (max-width:1024px) {
  .header a.logo { position: relative; z-index: 10 }

  .nav-toggler { position: relative; z-index: 10; display: block }
  .overflow { overflow: hidden }

  .nav { display: none; position: fixed; z-index: 1; display: flex; flex-direction: column; top: 0; right: 0; bottom: 0; left: 0; padding-top: calc(6vw + 44px); opacity: 0; visibility: hidden; will-change: opacity, visibility; user-select: none; text-align: center; pointer-events: auto; }
  .nav::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: var(--black); }
  .nav ul { position: relative; display: flex; width: 100%; flex-grow: 1; flex-shrink: 0; justify-content: center; flex-direction: column; transform: translatey(20px); transition: transform 600ms cubic-bezier(.4, 0, .2, 1); }
  .nav ul li { position: relative; width: 100%; box-sizing: border-box; margin-top: 1vw; margin-left: 0 !important; margin-bottom: 1vw; padding-left: 4vw; padding-right: 4vw; line-height: 1 }
  .nav ul li>a { position: relative; display: inline-block; text-align: center; font-weight: 400; font-size: 18px; font-size: calc((3.2 - 1)* 1.2vw + 1rem); color: var(--white); text-decoration: none; backface-visibility: hidden; padding: .2em 0; }
  .nav ul li.on>a { background-image: linear-gradient(currentColor, currentColor); background-repeat: repeat-x; background-size: 1px 1px; background-position: 0 100%; background-position: 0 calc(100% - 0.1em); }
  .nav.active ul { transform: translatey(0); }
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px){
  .header { padding-left: 6vw; padding-right: 6vw }

  .nav { transition: visibility 600ms cubic-bezier(.4, 0, .2, 1), opacity 400ms cubic-bezier(.4, 0, .2, 1); }
  .nav.active { opacity: 1; visibility: visible; }
}

@media (max-width:768px){
  /*header*/
  .header { padding-top: 3vw; padding-bottom: 3vw; }
  .header a.logo { position: relative; z-index: 10 }
  .header a.logo, .header a.logo img { max-height: 44px; }
}
@media (max-width:576px){
  /*footer*/
  .copyright { font-size: 12px; line-height: 2 }
  .copyright span { display: none; }
  .copyright a { display: block; }
}