/* 兼容样式重置*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'ClearSans-Bold';
  src: url('https://cstore-public.seewo.com/it-front/364239935af544b994614c34ee6f0245') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('https://cstore-public.seewo.com/it-front/3199c776492b45b6aafa68d14cc01ca8') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Regular';
  src: url('https://cstore-public.seewo.com/it-front/08509b75ce124401afab3e2c4681a3ae') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans-Light';
  src: url('https://cstore-public.seewo.com/it-front/8019f3321863460dbc0818fa1a8d5a39') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('https://cstore-public.seewo.com/it-front/cef1c5173e2d4df78b8ecacc64a093df') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Staatliches-Regular';
  src: url('https://cstore-public.seewo.com/it-front/b37be47d5aa542eb8eae3e8adcd8c79d');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('https://cstore-public.seewo.com/it-front/1a00a81cd10a4d2dad12baf743392a36') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url('https://cstore-public.seewo.com/it-front/675e1cfd1a5046c79fee0aae67ccc7b6') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://cstore-public.seewo.com/it-front/140a6fd88b994fa0ad3a6f495380acc2') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('https://cstore-public.seewo.com/it-front/edecb850d1154dda981722c4d8f191c3') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('https://cstore-public.seewo.com/it-front/7bfdd290d947456a9b0fb4c5896241f1') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('https://cstore-public.seewo.com/it-front/4cbe169d05d947ff902fd0e7ec25ad51') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('https://cstore-public.seewo.com/it-front/d67d14b0b44a4e94a584351d292680e8') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('https://cstore-public.seewo.com/it-front/6ff08cf715b24d8fa99502e6057bdbea') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('https://cstore-public.seewo.com/it-front/df71f2c231974bd5aa00e43a5faeb02e') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('https://cstore-public.seewo.com/it-front/926f3929a383407280d2f74e61b6af64') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://cstore-public.seewo.com/it-front/182096a9855c45a9bee7d878378539f0') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('https://cstore-public.seewo.com/it-front/1fa3ba6cc1004c0b9e0d9a8c10eb9928') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('https://cstore-public.seewo.com/it-front/c3a50dce07224bf19b0be90049042ec5') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('https://cstore-public.seewo.com/it-front/78a168362c76413f84528dd33ff03177') format('TrueType');
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('https://cstore-public.seewo.com/it-front/37da05f0c7a146a7adc307bbe1c088d9') format('TrueType');
}
@font-face {
  font-family: 'KumbhSans-Bold';
  src: url('https://cstore-public.seewo.com/it-front/7947532900784ed091c169282ffd7ecd') format('TrueType');
}
@font-face {
  font-family: 'KumbhSans-Regular';
  src: url('https://cstore-public.seewo.com/it-front/4d70996c300e4de0a70e4b4953d9e707') format('TrueType');
}
@font-face {
  font-family: 'KumbhSans-Medium';
  src: url('https://cstore-public.seewo.com/it-front/3d04a90c3c9c4db480efb840a347c7f8') format('TrueType');
}
body {
  /*font-family: Roboto;*/
  font-family: "NexaRegular","PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  /*chrome、safari*/
  -moz-osx-font-smoothing: grayscale;
  /*firefox*/
}
.font-roboto-medium {
  font-family: Roboto-Medium, Roboto;
}
.font-openSans {
  font-family: OpenSans;
}
.font-openSans-regular {
  font-family: OpenSans-Regular, OpenSans;
}
.font-roboto-light {
  font-family: Roboto-Light, Roboto;
}
.font-roboto-regular {
  font-family: Roboto-Regular, Roboto;
}
.font-roboto-bold {
  font-family: Roboto-Bold, Roboto;
}
.font-roboto-regular-clear-sans {
  font-family: Roboto-Regular, ClearSans;
}
div {
  box-sizing: border-box;
}
.w100 {
  width: 100%;
}
a {
  text-decoration: none;
}
.flex,
.flex-col,
.flex-evenly,
.flex-between,
.flex-around {
  display: flex;
}
.flex-col {
  flex-direction: column;
  align-items: center;
}
.flex-around {
  justify-content: space-around;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-between {
  justify-content: space-between;
}
.rlt {
  position: relative;
}
.asl {
  position: absolute;
}
.text-c {
  text-align: center;
}
.arrow-r {
  display: inline-block;
  align-items: center;
}
.arrow-r > i {
  display: inline-block;
  position: relative;
  transform: rotate(135deg);
}
.arrow-r > i::before {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
}
.arrow-r > i::after {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
}



.base-btn-brochure {
  margin-top: 2rem;
  padding: 0.5rem 2rem 0.48rem 2.2rem;
  background-image: linear-gradient(234deg, #00A7F4 0%, #006EE6 100%);
  border-radius: 0.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.base-btn-brochure.btn-rounded {
  border-radius: 1.5rem;
}

.base-btn-brochure.btn-rounded-small{
  border-radius: 1.25rem;
  margin-top: 1rem; margin-right: 2rem;
  padding: 0.3rem 1.6rem 0.3rem 1.8rem;
}

.base-btn-brochure .btn-text {
  font-family: Roboto-Medium;
  font-size: 1rem;
  line-height: 2;
  transition: all 0.2s ease;
}
.base-btn-brochure .arrow-right {
  margin-left: 0.625rem;
  font-size: 1rem;
  transform: none;
  transition: all 0.2s ease;
}
.base-btn-brochure.btn-rounded-small .btn-text {
  font-size: 0.9rem;
}
.base-btn-brochure.btn-rounded-small .arrow-right {
  font-size: 0.9rem;
}
.base-btn-brochure:hover .arrow-right {
  transform: translate(2px,0);
}

.base-btn-brochure:hover{
  background-image: linear-gradient(234deg, #77c5ee 0%, #43c0fc 100%);
  color: #0f0f0f;
}
