<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Autel Green
*/
/* 变量类 _vars.scss */
/* 颜色 */
/* 字体 */
/* 行高 */
/* 字体 */
/* 行高 */
/* 函数类 */
/* _base.scss */

body {
  font-family: Helvetica,Inconsolata;
}

/* 字体包引入开始 */
@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Thin");
  font-style: normal;
}

@font-face {
  font-family: "PingFangSC-Regular";
  src: local("PingFangSC-Regular");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("huaweisans-light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("huaweisans-bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("huaweisans-regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("huaweisans-medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("manrope-bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("manrope-semibold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("manrope-regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("manrope-medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("manrope-light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSHans-Medium";
  src: url("harmonyoshans-medium.woff2") format("woff2"), url("harmonyoshans-medium.woff") format("woff");
}

@font-face {
  font-family: "HarmonyOSHans-Regular";
  src: url("harmonyoshans-regular.woff2") format("woff2"), url("harmonyoshans-regular.woff") format("woff");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: inherit;
  font-family: Helvetica,Inconsolata;
}

a {
  color: #1d1d1f;
  text-decoration: none;
  font-size: 14px;
  font-family: Helvetica,Inconsolata;
}

a:active {
  color: #3f81cf;
}

a[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #3f81cf;
  }
}

a[href] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  margin: .2rem 0;
  border: 0;
  border-top: 1px solid #CACACA;
  padding: 0;
}

.line-v {
  display: block;
  width: 1px;
  margin: 0 .2rem;
  border: 0;
  border-top: 1px solid #CACACA;
  background-color: #3f81cf;
  padding: 0;
  align-self: normal;
  opacity: .3;
}

img {
  width: auto;
}

ul, li {
  list-style: none;
}

.hide {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: ' ';
  height: 1px;
  width: 1px;
  visibility: hidden;
  clear: both;
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullwc {
  width: 100%;
  text-align: center;
}

[data-magic-name] {
  visibility: hidden;
}

:after, :before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.15;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
  font-size: 100%;
}

nav ol, nav ul {
  list-style: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: initial;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

.rte {
  font-size: inherit;
}

.rte p {
  margin-bottom: .4rem;
}

.rte2 p {
  margin-bottom: 10px;
}

.rte3 h3 {
  margin-top: 32px;
  margin-bottom: 10px;
}

.rte3 p {
  font-family: SourceHanSansCN-Normal;
  margin-bottom: 10px;
  text-indent: 32px; 
  line-height: 1.5;
  color: #666;
}

/* _typography.scss */
/* 
  排版类
  _typography
  .t, .s
  规则：排版类不要添加 margin padding，而这两个属性应该直接添加到组件

*/
/* 
$fs_super_x: .56rem; // 超大字号，用于 banner
$fs_super: .48rem; // 超大字号，用于 section 模块大标题

$fs_max_x: .32rem; // 大字号，用于 banner
$fs_max: .28rem; // 大字号，用于 模块二级标题

$fs_normal: .16rem; // 正常字号，用于 导航链接、按钮等
$fs_small: .14rem; // 小字号，用于 页脚导航文字等


*/
.t1 {
  font-size: 0.56rem !important;
}

.t2 {
  font-size: 0.24rem !important;
}

.t3 {
  font-size: 16px !important;
  line-height: 1.3;
}

.m1 {
  font-size: 0.42rem !important;
}

.m2 {
  font-size: 0.24rem !important;
}

.m3 {
  font-size: 0.2rem !important;
}

.s1 {
  font-size: 0.48rem !important;
}

.s2 {
  font-size: 0.28rem !important;
}

.s3 {
  font-size: 14px !important;
  line-height: 1.3;
}

/* 组件 _components.scss */
/* 亮点列表组件 .c-lights.scss */
@media screen and (max-width: 767px) {
  [class*="c-lights_"] {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
  }
  [class*="c-lights_"] &gt; *:first-child {
    margin-top: 0;
  }
  [class*="c-lights_"] .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    margin-top: .2rem;
    text-align: left;
  }
  [class*="c-lights_"] .c-light &gt; *:first-child {
    margin-left: 0;
  }
  [class*="c-lights_"] .c-light &gt; span {
    flex: 1;
  }
  [class*="c-lights_"] .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #3f81cf;
    border-radius: 50%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_1 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .c-lights_1 &gt; *:first-child {
    margin-left: 0;
  }
  .c-lights_1 .c-light {
    width: 50%;
    border: 1px solid transparent;
  }
  .c-lights_1 .c-light:nth-child(1) {
    padding-left: .2rem;
    padding-right: .4rem;
    padding-bottom: .4rem;
  }
  .c-lights_1 .c-light:nth-child(2) {
    padding-left: .4rem;
    padding-bottom: .4rem;
    border-left-color: #dbdbdb;
  }
  .c-lights_1 .c-light:nth-child(3) {
    padding-top: .4rem;
    padding-left: .2rem;
    padding-right: .4rem;
    border-top-color: #dbdbdb;
  }
  .c-lights_1 .c-light:nth-child(4) {
    padding-top: .4rem;
    padding-left: .4rem;
    border-left-color: #dbdbdb;
    border-top-color: #dbdbdb;
  }
}

@media screen and (max-width: 767px) {
  .c-lights_2 p {
    flex: 1;
  }
  .c-lights_2 .c-light {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_3 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
  }
  .c-lights_3 &gt; *:first-child {
    margin-top: 0;
  }
  .c-lights_3 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .2rem;
  }
  .c-lights_3 .c-light &gt; *:first-child {
    margin-left: 0;
  }
  .c-lights_3 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #3f81cf;
    border-radius: 50%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-lights_4 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
    align-items: flex-start;
  }
  .c-lights_4 &gt; *:first-child {
    margin-top: 0;
  }
  .c-lights_4 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .1rem;
    color: #3f81cf;
  }
  .c-lights_4 .c-light &gt; *:first-child {
    margin-left: 0;
  }
  .c-lights_4 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    background-color: #3f81cf;
    border-radius: 50%;
    margin-right: 10px;
  }
}

.c-lights_5 .c-light::before {
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .c-lights_5 {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
    align-items: flex-start;
    margin-top: 0.2rem;
  }
  .c-lights_5 &gt; *:first-child {
    margin-top: 0;
  }
  .c-lights_5 .c-light {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: center;
    margin-top: .1rem;
    color: #FFFFFF;
    font-size: 0.2rem;
  }
  .c-lights_5 .c-light &gt; *:first-child {
    margin-left: 0;
  }
  .c-lights_5 .c-light::before {
    display: inline-block;
    content: '';
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    margin-right: 10px;
  }
}

/* 图片 */
.c-img {
  display: inline-flex;
  vertical-align: middle;
}

.c-img &gt; img {
  height: 100%;
  width: auto;
}

.c-img_ratio {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 0;
  width: 100%;
  padding-bottom: 30%;
}

.c-img_ratio img {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-img_ratio.h-ratio_1 {
  padding-bottom: 36.04167%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_1 {
    padding-bottom: 163.73333%;
  }
}

.c-img_ratio.h-ratio_2 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_2 {
    padding-bottom: 63.73333%;
  }
}

.c-img_ratio.h-ratio_2-1 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_2-1 {
    padding-bottom: 177.86667%;
  }
}

.c-img_ratio.h-ratio_3 {
  padding-bottom: 43.28125%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_3 {
    padding-bottom: 165.2%;
  }
}

.c-img_ratio.h-ratio_4 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_4 {
    padding-bottom: 207.6%;
  }
}

.c-img_ratio.h-ratio_5 {
  padding-bottom: 30%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_5 {
    padding-bottom: 100%;
    margin-bottom: 10%;
  }
}

.c-img_ratio.h-ratio_6 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_6 {
    padding-bottom: 195.73333%;
  }
}

.c-img_ratio.h-ratio_7 {
  padding-bottom: 52.08333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_7 {
    padding-bottom: 188.8%;
  }
}

.c-img_ratio.h-ratio_8 {
  padding-bottom: 39.58333%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_8 {
    padding-bottom: 94.66667%;
  }
}

.c-img_ratio.h-ratio_9 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_9 {
    padding-bottom: 139.2%;
  }
  .c-img_ratio.h-ratio_9.f-ratio_1 {
    padding-bottom: 156%;
  }
  .c-img_ratio.h-ratio_9.f-ratio_2 {
    padding-bottom: 176%;
  }
}

.c-img_ratio.h-ratio_b {
  padding-bottom: 11.14583%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b {
    padding-bottom: 26.66667%;
  }
}

.c-img_ratio.h-ratio_b2 {
  padding-bottom: 21.875%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b2 {
    padding-bottom: 120%;
  }
}

.c-img_ratio.h-ratio_b3 {
  padding-bottom: 40.52083%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b3 {
    padding-bottom: 60%;
  }
}

.c-img_ratio.h-ratio_b4 {
  padding-bottom: 29.16667%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_b4 {
    padding-bottom: 120%;
  }
}

.c-img_ratio.h-ratio_p1 {
  padding-bottom: 150%;
}

.c-img_ratio.h-ratio_p2 {
  padding-bottom: 63%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p2 {
    padding-bottom: 56.23188%;
  }
}

.c-img_ratio.h-ratio_p2-1 {
  padding-bottom: 88%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p2-1 {
    padding-bottom: 63%;
  }
}

.c-img_ratio.h-ratio_p3 {
  padding-bottom: 100%;
}

.c-img_ratio.h-ratio_p4 {
  padding-bottom: 68.69565%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_p4 {
    padding-bottom: 56.81159%;
  }
}

.c-img_ratio.h-ratio_p5 {
  padding-bottom: 75%;
}

.c-img_ratio.h-ratio_p6 {
  padding-bottom: 66.66667%;
  margin-top: 10px;
}

.c-img_ratio.h-ratio_app {
  padding-bottom: 199.68944%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_app {
    padding-bottom: 199.68944%;
  }
}

/* Swiper 组件 */
.c-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-swiper-wrapper {
  position: relative;
}

.c-swiper-slide {
  text-align: center;
  font-size: initial;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.c-swiper-pagination {
  bottom: 0 !important;
  height: 1rem;
}

#jsSwiper_homeTop .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  box-shadow: 0 0 0.05rem #3f81cf;
  background-color: #3f81cf;
  margin: 0 0.1rem;
}

.c-swiper_2 {
  width: 300px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
  position: relative;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-swiper_2 {
    width: 100%;
    box-sizing: border-box;
  }
}

.c-swiper_2 [data-role="swiper"] {
  overflow: hidden;
  position: relative;
}

.c-swiper_2 .c-swiper-wrapper_2 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-swiper_2 .c-swiper-slide_2 {
    padding: 4px;
  }
}

.c-swiper_2 [class*="c-swiper-btn"] {
  -webkit-user-select: none;
  outline: none;
}

.c-swiper_2 .c-swiper-btn_prev2,
.c-swiper_2 .c-swiper-btn_next2 {
  position: absolute;
  width: 20px;
  height: 40px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont";
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
}

.c-swiper_2 .c-swiper-btn_prev2 &gt; *:first-child,
.c-swiper_2 .c-swiper-btn_next2 &gt; *:first-child {
  margin-left: 0;
}

.c-swiper_2 .c-swiper-btn_prev2:hover,
.c-swiper_2 .c-swiper-btn_next2:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.c-swiper_2 .c-swiper-btn_prev2.swiper-button-disabled,
.c-swiper_2 .c-swiper-btn_next2.swiper-button-disabled {
  opacity: 0.2;
}

.c-swiper_2 .c-swiper-btn_prev2 {
  left: 0;
}

.c-swiper_2 .c-swiper-btn_next2 {
  right: 0;
}

.c-swiper-btn_prev3,
.c-swiper-btn_next3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-swiper-box {
    margin-bottom: 0.4rem;
  }
}

.c-swiper_3 {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
}

.c-swiper_3 [data-role="swiper"] {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-swiper_3 .swiper-wrapper {
  flex-wrap: nowrap;
}

.c-swiper_3 .c-swiper-btn_prev3,
.c-swiper_3 .c-swiper-btn_next3 {
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: "iconfont";
  font-size: 0.4rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
}

.c-swiper_3 .c-swiper-btn_prev3 &gt; *:first-child,
.c-swiper_3 .c-swiper-btn_next3 &gt; *:first-child {
  margin-left: 0;
}

.c-swiper_3 .c-swiper-btn_prev3:hover,
.c-swiper_3 .c-swiper-btn_next3:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.c-swiper_3 .c-swiper-btn_prev3.swiper-button-disabled,
.c-swiper_3 .c-swiper-btn_next3.swiper-button-disabled {
  opacity: 0.2;
}

.c-swiper_3 .c-swiper-btn_prev3 {
  left: 0;
}

.c-swiper_3 .c-swiper-btn_next3 {
  right: 0;
}

.c-swiper_3 .swiper-slide {
  margin-top: 0;
}

/* Banner 组件 */
.c-banner_abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

[class*="c-banner-layout_"] {
  height: 100%;
  display: flex;
}

[class*="c-banner-layout_"] h2 {
  font-weight: bold;
  text-align: left;
  margin-bottom: .1rem;
}

[class*="c-banner-layout_"] h1 {
  font-weight: 500;
  text-align: left;
  margin-bottom: .36rem;
  width: 100%;
  font-family:"Helvetica","Arial","HarmonyOSHans-Bold",  sans-serif;
}

@media screen and (max-width: 767px) {
  [class*="c-banner-layout_"] {
    height: auto;
  }
  [class*="c-banner-layout_"].f-pz_1 {
    width: 50%;
    margin-left: 50%;
    padding-top: 2rem;
  }
  [class*="c-banner-layout_"].f-pz_1 &gt; h1 {
    text-align: right;
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
  [class*="c-banner-layout_"] .t1 {
    font-size: 0.60rem !important;
  }
  [class*="c-banner-layout_"] .t2 {
    font-size: 0.32rem !important;
  }
}

@media screen and (min-width: 768px) {
  .c-banner_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .c-banner_content .c-banner_text1 {
    width: 60%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-banner_content .c-banner_text1 &gt; *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-banner_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .c-banner_content .c-banner_text1 {
    padding-bottom: .8rem;
  }
}

.c-banner-desc {
  width: 100%;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-banner-desc {
    font-size: 16px;
  }
}

.c-banner_pic1 {
  position: absolute;
  z-index: 8;
}

@media screen and (min-width: 768px) {
  .c-banner_pic1 {
    width: 48%;
    text-align: center;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c-banner_pic1 {
    bottom: 1.5rem;
  }
}

.c-banner_pic2 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-banner_pic2 &gt; *:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .c-banner_pic2 .c-img {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .c-banner_pic2 {
    width: 80%;
    width: 100%;
  }
}

.c-banner-layout_lc {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .c-banner-layout_lc {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .c-banner-layout_lc {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.2rem;
  }
  .c-banner-layout_lc h1, .c-banner-layout_lc h2 {
    text-align: center;
  }
}

.fatp .c-banner-layout_cc { width: 30%;float: left;margin-right: 5%; }

.c-banner-layout_cc {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.c-banner-layout_cc h1, .c-banner-layout_cc h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-banner-layout_cc {
    width: 100%;
    align-items: center;
    padding-top: 1.2rem;
  }
}

.c-banner-layout_ct {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-banner-layout_ct h1, .c-banner-layout_ct h2 {
  text-align: center;
}

.c-banner-layout_ct h1 {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-banner-layout_ct {
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-banner-layout_ct {
    width: 100%;
    align-items: center;
    padding-top: 1.2rem;
  }
  .c-banner-layout_ct h2 {
    margin-bottom: .6rem;
  }
}

/* section 基础组件 包装层 */
[class*="c-section_"] {
  width: 100%;
  position: relative;
  margin-top: .12rem;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  [class*="c-section_"] {
    margin-top: 0;
  }
}

.c-section-desc {
  font-size: 16px;
  line-height: 1.3;
  color: inherit;
  text-align: center;
}

.c-section_white {
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: .6rem;
  background: #FFFFFF;
}

.c-section_lg {
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: .6rem;
  background-color: #f9fdfa;
}

.c-section_gray {
  color: #1d1d1f;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(231deg, #48a1c3 0%, #7edbff 100%);
}

@media screen and (max-width: 767px) {
  .c-section_gray {
    background-color: #FFFFFF;
    background-color: linear-gradient(231deg, #48a1c3 0%, #7edbff 100%);
  }
}

.c-section_dark {
  color: #FFFFFF;
  background: linear-gradient(226deg, #414442 0%, #0E0E0E 100%);
}

@media screen and (min-width: 768px) {
  .c-section_dark {
    padding-top: 1.2rem;
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_dark {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

.c-section_top {
  margin-top: 0;
  color: #FFFFFF;
}

.c-section_top.f-theme {
  background: linear-gradient(231deg, #67c591 0%, #3f81cf 100%);
}

@media screen and (min-width: 768px) {
  .c-section_top h1 {
    font-weight: 500;
    text-align: center;
    font-size: 0.5rem;
  }
  .c-section_top [class*="o-btn_"] {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_top h1 {
    font-weight: 500;
    text-align: center;
    font-size: .54rem;
    line-height: .70rem;
  }
  .c-section_top [class*="o-btn_"] {
    margin-top: 0.6rem;
  }
}

.c-section_1 {
  color: #1d1d1f;
}

.c-section_1.f-bg_ff {
  background-color: #FFFFFF;
}

.c-section_1.f-bg_f5 {
  background: linear-gradient(231deg, #89f4b9 0%, #66acff 100%);
}

@media screen and (max-width: 767px) {
  .c-section_1 {
    background-color: #F0F2F5;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
}

.c-section_rt {
  color: #1d1d1f;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-section_rt {
    background-color: #F0F2F5;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-section_rt {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.c-section_theme {
  color: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: .6rem;
  background: linear-gradient(231deg, #67c591 0%, #3f81cf 100%);
}

.c-section_theme2 {
  color: #FFFFFF;
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
  background: linear-gradient(231deg, #67c591 0%, #3f81cf 100%);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-section_theme2 .c-section-t {
    margin-bottom: .2rem;
  }
  .c-section_theme2 .c-section-desc {
    margin-bottom: .5rem;
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section_theme2 .c-section-t {
    text-align: left;
    font-size: .54rem;
    margin-bottom: .28rem;
  }
  .c-section_theme2 .c-section-desc {
    text-align: left;
    font-size: .32rem;
    margin-bottom: .84rem;
  }
  .c-section_theme2 a {
    width: 100%;
  }
}

.c-section-t {
  text-align: center;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.8rem !important;
  color: #45a34c;
}

@media screen and (max-width: 767px) {
  .c-section-t {
    font-weight: 600;
  }
  .c-section-t.f-mt_100 {
    margin-top: 1rem;
  }
}

/* 卡片组件 */
[class*="c-card_"] {
  border-radius: 4px;
  overflow: hidden;
}

.c-card-t {
  font-size: 0.28rem;
}

.c-card-desc {
  width: 100%;
}

.c-card_1 {
  width: 3.86rem;
  margin-left: .2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card_1 [class*="c-img"] {
  display: block;
  margin-bottom: 0.3rem;
}

.c-card_1 .c-card-t {
  margin-bottom: 0.16rem;
}

.c-card_1 a {
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .c-card_1 {
    margin-top: .6rem;
    width: 100%;
    text-align: center;
  }
  .c-card_1:first-child {
    margin-top: 0;
  }
  .c-card_1 .c-card-t {
    font-size: .42rem;
    font-weight: 600;
  }
  .c-card_1 a {
    align-self: center;
  }
}

.c-card_2 {
  padding: .4rem;
  color: #1d1d1f;
  margin-top: .2rem;
  background-color: #FFFFFF;
  opacity: 0.8;
  height: 100%;
  border-radius: 0;
}
.encardbg .cardbg { width: calc((100% - 0.2rem)/2); }
.encardbg .c-card_2 p { font-size: 22px !important;opacity: 0.8; }
.ennrys p,.ennrys a,.ennrys span { font-size: 24px!important;line-height: 36px!important; }
.c-icon-text_9 .o-icon img,.c-icon-text_7 .o-icon img { width: 100%!important; }
.enfabz { padding-top: 2%!important; }
.cardbg { border: 3px solid #fff;width: calc((100% - 0.4rem)/3);margin-bottom: 10px;box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2); }
.cardbg .c-card_2 span { font-size: 0.4rem !important;font-weight:bold; }
.cardbg .c-card_2 p { font-weight:bold; }

@media screen and (min-width: 768px) {
  .c-card_2:nth-child(1) {
    margin-top: 0;
  }
  .c-card_2:nth-child(2) {
    margin-top: 0;
  }
  .c-card_2:nth-child(3) {
    margin-top: 0;
  }
}

.c-card_2 [class*="c-icon-text_"] {
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .c-card_2 {
    padding: .2rem;
    text-align: left;
    margin-top: 0rem;
  }
  .c-card_2 .c-card-desc {
    flex: 1 0 auto;
  }
  .c-card_2 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_3 {
  flex: 1;
  padding: 0 0.2rem;
  text-align: center;
}

.c-card_3 [class*="c-img"] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3rem;
}

.c-card_3 .c-card-t {
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 0.28rem;
}

.c-card_3 .c-card-desc {
  line-height: 0.28rem;
  color: #333333;
  padding: 0 0.6rem;
}

@media screen and (max-width: 767px) {
  .c-card_3 {
    margin-top: .9rem;
    width: 100%;
    text-align: center;
  }
  .c-card_3:first-child {
    margin-top: 0;
  }
  .c-card_3 [class*="c-img"] {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.6rem;
  }
  .c-card_3 .c-card-t {
    font-size: .42rem;
  }
  .c-card_3 .c-card-desc {
    line-height: 0.42rem;
    color: #666666;
    font-size: 0.28rem;
  }
}

.c-card_4 {
  width: 100%;
  border-radius: 0;
}

.c-card_4 .c-card_pic {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-card_4 .c-card_pic .c-img {
  width: 4rem;
  height: 4rem;
}

.c-card_4 .c-card_inner {
  flex: 1;
  padding-left: 1rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.c-card_4 [class*="c-img"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  max-width: 3.87rem;
}

.c-card_4 p {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  font-family: "Arial", "Helvetica",  sans-serif;
  font-weight: 500;
}

.c-card_4 .c-card-desc {
  line-height: 0.28rem;
  font-size: 0.24rem;
  line-height: 32px;
  color: #666666;
  margin-bottom: .6rem;
}

.c-card_4 .c-card_lights {
  margin-bottom: .6rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-card_4 .c-card_lights &gt; *:first-child {
  margin-top: 0;
}

.c-card_4 .o-link_arrow {
  font-size: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_4 .o-link_arrow {
    font-size: 14px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .c-card_4 {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: .4rem 0;
  }
  .c-card_4:last-child {
    border-bottom: 1px solid transparent;
  }
  .c-card_4:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-card_4 {
    background-color: #FFFFFF;
    flex-direction: column;
    margin-top: .9rem;
    box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.5);
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
  .c-card_4:first-child {
    margin-top: 0;
  }
  .c-card_4 [class*="c-img"] {
    width: 100%;
  }
  .c-card_4 .c-card_pic {
    background: linear-gradient(180deg, #cdffd9 0%, #F5F5F5 47%, #C1F0CD 76%, #d2ffdd 100%);
    border-radius: 0;
  }
  .c-card_4 .c-card_inner {
    padding: .5rem;
  }
  .c-card_4 .c-card_lights {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .c-card_4 .c-card_lights &gt; li {
    flex: 1;
  }
  .c-card_4 .line-v {
    margin: 0 .4rem;
  }
  .c-card_4 p {
    font-size: .40rem;
    text-align: left;
  }
  .c-card_4 .c-card-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: left;
    color: #666666;
  }
}

.c-card_5 .c-card-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-card_5 {
    width: 46%;
    margin-top: 1.4rem;
  }
  .c-card_5:nth-child(1) {
    margin-top: 0;
  }
  .c-card_5:nth-child(2) {
    margin-top: 0;
  }
  .c-card_5 .c-icon-text_3 {
    margin-bottom: .18rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card_5 {
    margin-bottom: 0.24rem;
  }
  .c-card_5 .c-card-desc {
    padding-left: 1.06rem;
  }
}

.c-card_6 {
  width: 4rem;
  margin-left: .2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card_6 [class*="c-img"] {
  display: block;
  margin-bottom: 0.4rem;
}

.c-card_6 .c-card-t {
  margin-bottom: 0.16rem;
  text-align: center;
  font-size: 0.18rem;
}

@media screen and (max-width: 767px) {
  .c-card_6 {
    margin-top: .6rem;
    width: 100%;
    text-align: center;
  }
  .c-card_6:first-child {
    margin-top: 0;
  }
  .c-card_6 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_7 {
  width: 4.6rem;
  margin-left: .2rem;
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-card_7 &gt; *:first-child {
  margin-top: 0;
}

.c-card_7 &gt; div {
  width: 100%;
}

.c-card_7 [class*="c-img"] {
  display: block;
  margin-bottom: 0.4rem;
}

.c-card_7 .c-card-t {
  margin-bottom: 0.16rem;
  text-align: left;
  font-size: 0.24rem;
}

.c-card_7 .c-card-desc {
  margin-bottom: 0.3rem;
  padding-right: 0.4rem;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-card_7 {
    margin-top: .6rem;
    width: 100%;
    text-align: left;
  }
  .c-card_7:first-child {
    margin-top: 0;
  }
  .c-card_7 .c-card-t {
    font-size: .42rem;
  }
}

.c-card_contact {
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.c-card_contact .h2, .c-card_contact h3 {
  font-weight: 600;
  margin-bottom: .1rem;
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-card_contact .h2, .c-card_contact h3 {
    font-size: 0.42rem;
  }
}

.c-card_contact p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: .2rem;
}

.c-card_contact em {
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .c-card_contact {
    width: 46%;
  }
  .c-card_contact:nth-last-child(1), .c-card_contact:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .c-card_contact:nth-last-child(1) {
    border-bottom: none;
  }
}

.c-card_event {
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-card_event {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out !important;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .c-card_event.prepare {
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-card_event {
    width: 3.8rem;
    width: 30%;
  }
  .c-card_event.swiper-slide {
    width: 3.8rem;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-card_event ._event-t {
    text-align: left;
    font-size: 0.32rem;
    min-height: 1.56rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-t {
    font-size: 0.42rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_event ._event-desc {
  font-size: 0.24rem;
  font-size: 0.24rem;
  color: #1d1d1f;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-desc {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_event ._event-pic {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.2rem;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-card_event ._event-pic {
    margin-bottom: 0.4rem;
  }
}

.c-card_event ._event-info {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.c-card_news {
  padding: 0.4rem;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .c-card_news {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out !important;
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .c-card_news {
    width: 3.8rem;
    width: 30%;
  }
  .c-card_news.swiper-slide {
    width: 3.8rem;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-card_news ._news-t {
    text-align: left;
    min-height: 0.56rem;
  }
  .c-card_news ._news-t a {
    font-size: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-t {
    margin-bottom: 0.3rem;
  }
  .c-card_news ._news-t a {
    font-size: 0.42rem;
  }
}

.c-card_news ._news-desc {
  font-size: 0.24rem;
  font-size: 0.24rem;
  color: #1d1d1f;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-desc {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}

.c-card_news ._news-pic {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.2rem;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-card_news ._news-pic {
    margin-bottom: 0.4rem;
  }
}

.c-card_news ._news-info {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* 图标-文本 */
[class*="c-icon-text_"] {
  display: flex;
  align-items: center;
}

.c-icon-text_1 {
  width: 100%;
}

.c-icon-text_1 .o-icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin-right: .1rem;
}

@media screen and (max-width: 767px) {
  .c-icon-text_1 {
    flex-direction: column;
  }
  .c-icon-text_1 &gt; .o-icon {
    height: .8rem;
    width: .8rem;
  }
  .c-icon-text_1 &gt; span {
    font-weight: 600;
    font-size: .30rem;
  }
}

@media screen and (min-width: 768px) {
  .c-icon-text_2 {
    border: 1px solid #3f81cf;
    border-radius: 40px;
    padding: 4px 10px 4px 6px;
    margin-top: .2rem;
  }
  .c-icon-text_2 .o-icon {
    min-width: .24rem;
    min-height: .24rem;
    margin-right: 6px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .c-icon-text_2 .h-text {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_2 {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
  }
  .c-icon-text_2 .o-icon {
    height: .66rem;
    width: .66rem;
    margin-bottom: 0.18rem;
  }
  .c-icon-text_2 .h-text {
    font-size: .24rem;
    color: #666666;
  }
}

.c-icon-text_3 {
  align-items: center;
}

.c-icon-text_3 span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .c-icon-text_3 .o-icon {
    min-width: .6rem;
    min-height: .6rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_3 {
    padding: 0;
  }
  .c-icon-text_3 &gt; .o-icon {
    height: .80rem;
    width: .80rem;
    margin-right: 0.26rem;
  }
  .c-icon-text_3 &gt; h6 {
    font-size: .32rem;
    line-height: .42rem;
    font-weight: 600;
  }
}

.c-icon-text_4 {
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.c-icon-text_4 .h-text {
  font-weight: 600;
  flex: 1 1 auto;
}

.c-icon-text_4:hover::after {
  border-top-color: #3f81cf;
  border-right-color: #3f81cf;
}

.c-icon-text_4::after {
  content: '';
  color: #333333;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .c-icon-text_4 {
    width: calc((100% - 0.3rem)/2);
    padding: 0.16rem .28rem;
  }
  .c-icon-text_4 .o-icon {
    min-width: .6rem;
    min-height: .6rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_4 {
    padding: 0.32rem .50rem;
    margin-top: .2rem;
  }
  .c-icon-text_4:nth-child(1) {
    margin-top: 0;
  }
  .c-icon-text_4 &gt; .o-icon {
    height: .72rem;
    width: .72rem;
    margin-right: 0.46rem;
  }
  .c-icon-text_4 &gt; h6 {
    font-size: .32rem;
    line-height: .42rem;
    font-weight: 600;
  }
}

.c-icon-text_5 {
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_5 .o-icon {
    min-width: 1.2rem;
    min-height: 1.2rem;
  }
  .c-icon-text_5 .h-text {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_5 {
    padding: 0;
    width: 50%;
  }
  .c-icon-text_5:nth-child(3), .c-icon-text_5:nth-child(4) {
    margin-top: 0.6rem;
  }
  .c-icon-text_5 &gt; .o-icon {
    height: .80rem;
    width: .80rem;
  }
  .c-icon-text_5 .h-text {
    font-size: 0.28rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_6 {
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_6 .o-icon {
    min-width: 3rem;
    min-height: 3rem;
  }
  .c-icon-text_6 &gt; .o-icon img { width: 100%; }
  .c-icon-text_6 .h-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 600;
    font-family: "HarmonyOSHans-Regular", "Arial", "Helvetica", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_6 {
    padding: 0;
    width: 60%;
    margin-top: 0.4rem;
  }
  .c-icon-text_6 &gt; .o-icon {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .c-icon-text_6 &gt; .o-icon img { width: 100%; }
  .c-icon-text_6 .h-text {
    font-size: 0.28rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_7 {
  display: inline-flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-icon-text_7 {
    align-items: flex-start;
    text-align: left;
    width: 1.6rem;
    width: 100%;
  }
  .c-icon-text_7 .o-icon {
    min-width: 0.5rem;
    min-height: 0.5rem;
  }
  .c-icon-text_7 .h-text {
    margin-left: 0.2rem;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_7 {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .c-icon-text_7 &gt; .o-icon {
    height: .5rem;
    width: .5rem;
  }
  .c-icon-text_7 .h-text {
    font-size: 0.3rem !important;
    margin-top: 0.1rem;
  }
}

.c-icon-text_8 {
  width: 100%;
  display: inline-flex;
}

.c-icon-text_8 .o-icon {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.36rem;
  margin-right: .28rem;
  color: #3f81cf;
}

.c-icon-text_8 &gt; span {
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-icon-text_8 {
    padding-left: 1rem;
  }
}

.c-icon-text_9 {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-icon-text_9 {
    flex: 1;
  }
  .c-icon-text_9 .o-icon {
    min-width: 1.0rem;
    min-height: 1.0rem;
  }
  .c-icon-text_9 .h-text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 500;
  }
  .c-icon-text_9 .h-text2 {
    margin-top: 0.2rem;
    color: #1d1d1f;
    opacity: 0.66;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-text_9 {
    padding: 0;
    margin-top: 1rem;
  }
  .c-icon-text_9:nth-child(1) {
    margin-top: 0rem;
  }
  .c-icon-text_9 &gt; .o-icon {
    height: 1.08rem;
    width: 1.08rem;
  }
  .c-icon-text_9 .h-text {
    font-size: 0.42rem;
    margin-top: 0.3rem;
  }
  .c-icon-text_9 .h-text2 {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #1d1d1f;
    opacity: 0.66;
  }
}

.c-icon-text_10 {
  display: inline-flex;
}

.c-icon-text_10 &gt; .o-icon {
  color: #3f81cf;
  margin-right: 0.12rem;
}

/* 折叠组件 */
[class*="c-fold_"] {
  width: 100%;
}

[class*="c-fold_"] &gt; .c-fold-c {
  width: 100%;
  margin: 0;
}

[class*="c-fold_"] &gt; .c-fold-c .c-anav {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.c-fold-h {
  width: 100%;
  height: 1rem;
}

.c-fold-h a {
  font-size: inherit;
}

.c-fold-t {
  font-size: inherit;
  font-weight: 600;
}

.c-fold-btn {
  height: .5rem;
  width: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-fold-btn::before {
  content: " ";
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #666666;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 50%;
  transition: inherit;
}

.c-fold-btn::after {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #666666;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  height: 50%;
  transition: inherit;
}

.c-fold_1 {
  border-bottom: 1px solid #979797;
}

.c-fold_1.is-open .c-fold-btn::before {
  width: 0%;
  left: 50%;
}

.c-fold_1.is-open .c-fold-btn {
  transform: rotateZ(90deg);
}

.c-fold_1.is-open .c-fold-c {
  height: auto;
}

.c-fold_1.is-open .c-anav {
  height: auto;
  visibility: visible;
  opacity: 1;
}

/* 箭头列表组件 */
[class*="c-anavs_"] {
  width: 100%;
  padding: 0 .2rem;
}

.c-anav {
  width: 100%;
  height: .6rem;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.c-anav:nth-child(1) {
  transition-delay: 0.05s;
}

.c-anav:nth-child(2) {
  transition-delay: 0.1s;
}

.c-anav:nth-child(3) {
  transition-delay: 0.15s;
}

.c-anav:nth-child(4) {
  transition-delay: 0.2s;
}

.c-anav:nth-child(5) {
  transition-delay: 0.25s;
}

.c-anav:nth-child(6) {
  transition-delay: 0.3s;
}

.c-anav:nth-child(7) {
  transition-delay: 0.35s;
}

.c-anav:nth-child(8) {
  transition-delay: 0.4s;
}

.c-anav-t {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .c-anav-t {
    height: .8rem;
    line-height: .8rem;
    flex: 1;
  }
}

.c-anavs-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}

/* 视频组件 */
[class*="c-video_"] {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.c-video-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c-video-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
}

.c-video-box {
  z-index: 11;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.c-video-box.is-play {
  transform: scale(1);
  opacity: 1;
}

.c-video-box:hover .c-video-btns_close {
  opacity: 0.6;
}

body.touch .c-video-box {
  transform: scale(1);
  opacity: 1;
}

.c-video-wrap {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-video-wrap video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-video-wrap {
    width: 100%;
  }
}

.c-video-btns_play {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  font-family: 'iconfont';
  font-style: normal;
  color: white;
  line-height: 1;
}

.c-video-btns_play::before {
  content: "\e6c0";
}

.c-video-btns_close {
  position: absolute;
  top: calc(0% - 0.48rem);
  right: calc(0% - 0.48rem);
  height: 0.48rem;
  width: 0.48rem;
  font-size: 0.48rem;
  line-height: 1;
  opacity: 0;
  transition: opacity .5s ease;
  font-family: 'iconfont';
  font-style: normal;
  color: white;
  cursor: pointer;
}

.c-video-btns_close::before {
  content: '\e60d';
}

.c-video-btns_close:hover {
  opacity: 1 !important;
}

.c-video_1 {
  padding-bottom: 37.5%;
}

/* list 组件 */
[class*="c-list_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

[class*="c-list_"].f-bl {
  align-items: baseline;
}

[class*="c-list_"].f-fwrap {
  flex-wrap: wrap;
}

.c-list_1 &gt; li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list_1 {
    flex-direction: column;
  }
  .c-list_1 &gt; * {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_2 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 401px) {
  .c-list_2 {
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media (min-width: 1660px) {
  .c-list_2 {
    width: 92%;
  }
}

@media screen and (min-width: 768px) {
  .c-list_3 {
    width: 80%;
    padding: 2rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_3 {
    padding-bottom: .6rem;
  }
}

@media screen and (min-width: 768px) {
  .faqq .c-list_4 { width: 100%; }
  .c-list_4 {
    width: 70.76923%;
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_4 {
    flex-direction: row;
    align-items: center;
    padding: 0 0 0.62rem 0;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_5 {
    padding: .3rem;
  }
  .c-list_5 li {
    flex: 1;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-list_5 li:nth-child(2) {
    margin-left: 0.4rem;
  }
  .c-list_5 h4 {
    font-size: 32px;
  }
  .c-list_5 p {
    margin-top: .4rem;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-list_5 {
    flex-direction: column;
    padding: .8rem .48rem;
  }
  .c-list_5 h4 {
    font-size: 0.32rem;
  }
  .c-list_5 p {
    margin-top: .2rem;
    margin-bottom: 0;
    font-size: 0.28rem;
  }
  .c-list_5 li:nth-child(2) {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list_6 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fabz li {
    width: 50%!important;
    margin-top: 0.2rem!important;
  }
  .c-list_6 li {
    width: 33.33333%;
    margin-top: 0.6rem;
  }
  .c-list_6 li:nth-child(1), .c-list_6 li:nth-child(2), .c-list_6 li:nth-child(3) {
    margin-top: 0;
  }
  .c-list_6 li:nth-child(3n+1) {
    text-align: left;
  }
  .c-list_6 li:nth-child(3n+2) {
    text-align: center;
  }
  .c-list_6 li:nth-child(3n) {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .c-list_6 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .c-list_6 li {
    width: 50%;
    margin-top: 0.6rem;
    text-align: center;
  }
  .c-list_6 li:nth-child(1), .c-list_6 li:nth-child(2) {
    margin-top: 0;
  }
}

.c-list_7 {
  flex-direction: column;
}

.c-list_7 &gt; li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-list_7 {
    margin-top: 0.6rem;
  }
  .c-list_7 &gt; li {
    margin-top: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .c-list_7 {
    flex-direction: column;
    margin-top: 0.44rem;
  }
  .c-list_7 &gt; li {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list_8 {
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_8 {
    flex-direction: column;
    align-items: center;
    padding: 0 0 0.62rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_9 {
    width: 72.30769%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-list_9 &gt; li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list_9 {
    flex-direction: column;
  }
  .c-list_9 &gt; * {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_10 {
    width: 70.76923%;
    padding: 0 0 0.6rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_10 {
    flex-direction: row;
    padding: 0 0 0.62rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-list_dl {
    width: 65.84615%;
    padding: 0.84rem 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-list_dl {
    flex-direction: column;
    padding: 0.62rem 0;
  }
}

.c-list_contacts {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-list_contacts {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_events {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-list_events li {
    margin-top: 0.6rem;
  }
  .c-list_events li:nth-child(1), .c-list_events li:nth-child(2), .c-list_events li:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_events {
    flex-direction: column;
  }
  .c-list_events li {
    margin-top: 0.6rem;
  }
  .c-list_events li:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list_news {
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c-list_news li {
    margin-top: 0.6rem;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .c-list_news li:nth-child(1), .c-list_news li:nth-child(2), .c-list_news li:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list_news {
    flex-direction: column;
  }
  .c-list_news li {
    margin-top: 0.6rem;
  }
  .c-list_news li:nth-child(1) {
    margin-top: 0;
  }
}

/* 步骤条 */
[class*="c-steps"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: inherit;
}

[class*="c-steps"] &gt; *:first-child {
  margin-left: 0;
}

.c-step {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.c-step:first-child .c-step-line.left {
  background-color: transparent !important;
}

.c-step:last-child .c-step-line.right {
  background-color: transparent !important;
}

.c-step.is-actived [class*="c-step-icon"] {
  background-color: rgba(52, 199, 89, 0.2);
  border: 1px solid rgba(52, 199, 89, 0.2);
  color: #3f81cf;
}

.c-step.is-actived .c-step-text {
  color: #3f81cf;
}

.c-step.is-current [class*="c-step-icon"] {
  transform: scale(1.1);
}

.c-step.is-current .c-step-text {
  color: #3f81cf;
}

.c-step-text {
  font-size: 16px;
  line-height: 1.3;
  color: #1d1d1f;
  margin-top: 10px;
}

.c-step-shape {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.68rem;
}

.c-step-line {
  background-color: #e5e5e5;
  flex: 1;
  height: 1px;
}

[class*="c-step-icon"] {
  width: 0.68rem;
  height: 0.68rem;
  min-width: 48px;
  min-height: 48px;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-steps_1 {
  width: 80%;
  padding: 0.6rem 0;
  margin-left: auto;
  margin-right: auto;
}

.c-steps_1 .c-step-icon_1 {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 0.24rem;
}

/* 表单 */
.c-form {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .c-form:nth-child(2) {
    padding-left: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-form {
    margin-top: 0.4rem;
  }
  .c-form:nth-child(1) {
    margin-top: 0;
  }
}

.c-form_t {
  font-size: 0.24rem;
}

.c-form-item {
  margin-top: 10px;
  position: relative;
}

.c-form-item .c-form-err {
  display: none;
  color: #d9001b;
  margin-top: 4px;
  font-size: 12px;
}

.c-form-item.error .c-form-err {
  display: block;
}

.c-form-item .c-form-label {
  display: inline-flex;
  font-size: 32px;
  margin-bottom: 4px;
}

.c-form-item.required .c-form-label::before {
  display: inline-block;
  content: "*";
  color: #d9001b;
  margin-right: 6px;
}

.c-form-item .c-form-dropbox {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: white;
  z-index: 11;
  box-sizing: border-box;
  max-height: 200px;
  overflow-y: auto;
}

.c-form-item .c-form-dropbox .nodata {
  padding: 10px;
  text-align: center;
}

.c-form-item .c-form-dropbox li {
  padding: 6px;
}

.c-form-item .c-form-dropbox li:hover {
  background-color: #F3F3F3;
}

.c-form-box {
  position: relative;
  width: 100%;
  border: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
}

.c-form-box:hover {
  width: 100%;
  border: 1px solid rgba(52, 199, 89, 0.2);
  display: flex;
  justify-content: space-between;
}

.c-form-item.error .c-form-box {
  border-color: #b92020;
}

.c-form-box ._input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  text-indent: 10px;
  height: 36px;
  background: inherit;
}

.c-form-box ._input._select[disabled] {
  background-color: inherit;
}

select._input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
}

select._input option {
  color: black;
  padding: 2px 4px;
  box-sizing: border-box;
}

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

.c-form-box &gt; i {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 8px;
  font-size: 16px;
  color: #979797;
}

.c-form-box &gt; i::before {
  content: "\e602";
}

.c-form-box.is-open i::before {
  content: "\e607";
}

.c-form-box &gt; i &gt; svg {
  height: 100%;
  width: 100%;
}

.c-form-actions {
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .c-form-actions {
    width: 100%;
  }
  .c-form-actions [class*="o-btn_"] {
    display: block;
    text-align: center;
  }
}

[class*='c-form-placeholder'] {
  display: none;
}

@media screen and (max-width: 767px) {
  [class*='c-form-placeholder'] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    color: #CCCCCC;
    font-size: 0.24rem;
    display: flex;
    text-align: left;
    padding: 0 10px;
  }
  [class*='c-form-placeholder'].aside {
    color: #1D1D1F;
    background-color: white;
    transform: translateY(-26px) translateX(2px) scale(0.8);
    transition: transform .2s ease-in-out;
    transform-origin: left top;
    opacity: 1;
  }
}

.c-form-placeholder_1 {
  color: #1D1D1F;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .f-mt_1 {
    margin-top: 0.4rem !important;
  }
  .f-mb_1 {
    margin-bottom: 1rem !important;
  }
  .f-cbox {
    max-width: 800px !important;
    margin-bottom: .4rem !important;
  }
  .f-cbox i {
    margin-right: .1rem;
    color: #3f81cf;
  }
  .f-info {
    max-width: 800px !important;
  }
  .f-info i {
    margin-right: .1rem;
    color: #3f81cf;
  }
}

@media screen and (max-width: 767px) {
  .f-mt_1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.4rem !important;
    padding: 0 !important;
  }
  .f-mb_1 {
    margin-bottom: 1rem !important;
    padding: 0 !important;
  }
  .f-cbox {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .4rem !important;
    padding: 0 !important;
  }
  .f-cbox i {
    margin-right: .1rem;
    color: #3f81cf;
  }
  .f-info {
    font-size: 14px;
    line-height: 18px;
    padding: 0 !important;
  }
  .f-info i {
    margin-right: .1rem;
    color: #3f81cf;
  }
  .f-info span {
    flex: 1;
  }
}

[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* dealer项组件 */
.c-dealer:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-dealer {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer {
    margin-top: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .c-dealer h2 {
    font-size: 0.48rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-dealer h2 &gt; *:first-child {
    margin-left: 0;
  }
  .c-dealer h2::after {
    content: '';
    height: 1px;
    flex: 1;
    margin-left: 1rem;
    background-color: #F5F5F5;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer h2 {
    font-size: .54rem;
    text-align: center;
  }
}

.c-dealer &gt; ul {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-dealer &gt; ul &gt; *:first-child {
  margin-left: 0;
}

.c-dealer &gt; ul &gt; a {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-dealer &gt; ul &gt; a img {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .c-dealer &gt; ul &gt; a {
    margin-top: 0.6rem;
  }
  .c-dealer &gt; ul &gt; a &gt; p {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-dealer &gt; ul &gt; a {
    width: 46%;
    margin-top: .8rem;
  }
  .c-dealer &gt; ul &gt; a &gt; p {
    margin-top: .3rem;
  }
}

/* 滑块组件 */
.c-slide_1 {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .c-slide_1 {
    width: 100%;
  }
}

.c-slide-info {
  text-align: left;
  margin-bottom: 0.3rem;
}

.c-slide-num {
  height: 0.68rem;
  font-size: 0.48rem;
  color: #3f81cf;
  line-height: 0.68rem;
}

.c-slide-desc {
  height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
}

@media screen and (max-width: 767px) {
  .c-slide-desc {
    font-size: 0.28rem;
  }
}

.c-slide-bar {
  height: 0.18rem;
  cursor: pointer;
  background: linear-gradient(180deg, #EFEFEF 0%, #EFEFEF 100%);
  border-radius: 0.1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-slide-bar {
    width: calc(100% - 0.15rem);
  }
}

.c-slide-progress {
  height: 100%;
  width: 0%;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #64e592 0%, #3f81cf 100%);
  transition: width 0.3s ease-in-out;
}

.c-sbar-slider {
  position: absolute;
  right: calc(0% - 0.15rem);
  top: -0.06rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.06rem solid #3f81cf;
}

.c-sbar-subtxt {
  position: absolute;
  bottom: -0.4rem;
  font-size: 0.16rem;
  color: #666666;
  width: 1rem;
  right: -0.28rem;
  text-align: center;
  cursor: pointer;
}

.c-sbar-subtxt.is-active {
  color: #3f81cf;
}

@media screen and (max-width: 767px) {
  .c-sbar-subtxt {
    top: 0.4rem;
    font-size: 0.28rem;
  }
}

/* 标签组件 */
[class*="c-tag_"] {
  color: #3f81cf;
  border: 2px solid #3f81cf;
  font-weight: 600;
  text-align: center;
}

.c-tag_1 {
  padding: 0.1rem 0.4rem;
  border-radius: 40px;
  font-size: 0.3rem;
}

.c-tag_2 {
  padding: 0.1rem 0.4rem;
  border-radius: 40px;
  background-color: #3f81cf;
  color: #FFFFFF;
  font-size: 0.24rem;
}

/* 产品技术参数 专属组件 */
[class*="c-params_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-params_1 .c-param {
  padding: 0.4rem 0;
  min-height: 2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

.c-params_1 .c-param &gt; *:first-child {
  margin-left: 0;
}

.c-params_1 .c-param:last-child {
  border-bottom-color: transparent;
}

.c-params_1 .c-param-label {
  width: 23.07692%;
  font-size: 0.28rem;
}

.c-params_1 .c-params-items {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-item {
    width: 33.33333%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_1 .c-param-item:nth-child(1), .c-params_1 .c-param-item:nth-child(2), .c-params_1 .c-param-item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-item {
    width: 50%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_1 .c-param-item:nth-child(1), .c-params_1 .c-param-item:nth-child(2) {
    margin-top: 0;
  }
}

.c-params_1 .c-param-t {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-t {
    font-size: 16px;
    line-height: 1.3;
  }
}

.c-params_1 .c-param-desc {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-params_1 .c-param-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_1 .c-param-desc {
    font-size: 16px;
    line-height: 1.3;
  }
}

.c-params_2 .c-param {
  padding: 0.4rem 0;
  min-height: 2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}

.c-params_2 .c-param &gt; *:first-child {
  margin-left: 0;
}

.c-params_2 .c-param:last-child {
  border-bottom-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: initial;
  }
  .c-params_2 .c-param &gt; *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-label {
    width: 23.07692%;
    margin-right: 0.2rem;
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-label {
    font-size: 16px;
    padding: 0.2rem 0;
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-btn {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-btn {
    color: #666666;
    font-family: 'iconfont';
    font-size: 16px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .c-params_2 .c-param-btn &gt; *:first-child {
    margin-left: 0;
  }
  .c-params_2 .c-param-btn:before {
    content: "\e602";
  }
  .c-params_2 .c-param.is-open .c-param-btn:before {
    content: "\e607";
  }
  .c-params_2 .c-param.is-open .c-params-items {
    display: block;
  }
}

.c-params_2 .c-params-items {
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-params-items {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-item {
    width: 33.33333%;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }
  .c-params_2 .c-param-item:nth-child(1), .c-params_2 .c-param-item:nth-child(2), .c-params_2 .c-param-item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-item {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-items: flex-start;
    padding: 0.1rem 0;
  }
  .c-params_2 .c-param-item &gt; *:first-child {
    margin-left: 0;
  }
}

.c-params_2 .c-param-t {
  margin-bottom: 0.1rem;
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-t {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0.2rem;
    padding-left: 10px;
  }
}

.c-params_2 .c-param-desc {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .c-params_2 .c-param-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-params_2 .c-param-desc {
    flex: 3;
    font-size: 14px;
  }
}

/* 进度条 组件 */
.c-progress {
  position: fixed;
  top: 0;
  height: 2px;
  background-color: #6cb36c;
  z-index: 9999;
  width: 0;
  transition: width 0.2s;
}

.c-progress.ready {
  display: none;
}

.c-progress.started {
  width: 40%;
  display: block;
}

.c-progress.finished {
  width: 100%;
  display: block;
}

.c-progress .c-progress-mask {
  position: fixed;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  opacity: 0;
}

.c-progress.started .c-progress-mask {
  opacity: 1;
}

.c-progress.finished .c-progress-mask {
  opacity: 0;
}

.c-search_1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.c-search-bar {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  box-sizing: border-box;
}

.search-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 页面 */
@media screen and (max-width: 767px) {
  .page-app {
    padding: 0 !important;
  }
}

.app-navs {
  display: flex;
  width: 100%;
}

.app-navs li {
  flex: 1;
  font-size: .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  padding: 2%;
  color: #939393;
  cursor: pointer;
}

.app-navs li.actived {
  background-color: #3f81cf;
  color: white;
}

.app-main {
  display: none;
}

.app-main.actived {
  display: flex;
}

.app-main .app-pics {
  flex: 1;
  width: 50%;
}

.app-main .app-pics .swiper-box {
  padding: 12.18% 28%;
  box-sizing: border-box;
}

.app-main .app-pics .swiper-box .swiper-slide {
  padding: 0 20px;
}

.app-main .app-pics .swiper-pagination {
  position: static;
  margin-top: 24px;
  line-height: 1;
  font-size: 14px;
}

.app-main .app-pics .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  background-color: #d7d7d7;
  opacity: 1;
}

.app-main .app-pics .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3f81cf;
}

.app-main .app-qr {
  flex: 1;
  width: 50%;
}

.app-main .app-qr .qr-box {
  padding-top: 22.15%;
  padding: 22.15% 34.18% 0;
}

.app-main .app-qr p {
  font-size: .24rem;
  text-align: center;
  margin-top: 30px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .app-main {
    flex-direction: column;
  }
  .app-main .app-pics {
    width: 100%;
  }
  .app-main .app-pics .swiper-box {
    padding: 5% 14%;
  }
  .app-main .app-pics .swiper-box .swiper-slide {
    padding: 0 10px;
  }
  .app-main .app-pics .swiper-pagination {
    margin-top: 20px;
  }
  .app-main .app-pics .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .app-main .app-qr {
    width: 100%;
    padding-bottom: 40px;
  }
  .app-main .app-qr .qr-box {
    padding-top: 22.15%;
    padding: 6% 30% 0;
  }
  .app-main .app-qr p {
    margin-top: 20px;
  }
}

.qr-btns {
  text-align: center;
  font-size: 14px;
  margin-top: 138px;
}

.qr-btns .android, .qr-btns .ios {
  padding: 0.2rem 0.2rem;
  font-size: .3rem;
  display: inline-flex;
  align-items: center;
}

.qr-btns .android i, .qr-btns .ios i {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.qr-btns .android i svg, .qr-btns .ios i svg {
  width: 100%;
  height: 100%;
}

.qr-btns .android {
  margin-left: 44px;
  background-color: #8bc736;
}

.qr-btns .android:hover {
  background-color: rgba(139, 199, 54, 0.8);
}

@media screen and (max-width: 767px) {
  .qr-btns {
    margin-top: 38px;
  }
  .qr-btns .android, .qr-btns .ios {
    font-size: .24rem;
    padding: 0.1rem 0.3rem;
  }
  .qr-btns .android i, .qr-btns .ios i {
    width: .24rem;
    height: .24rem;
    display: flex;
  }
}

/* 对象类 _objects.scss */
/* 
  注意：对象类不要包含任何这些属性和值
  absolute 和 fixed 定位。
  margin
  padding (除非你用了background-color。 在这种情况下，它不会中断对象外部的对齐)
  float
*/
[class*="o-btn_"] {
  display: inline-block;
  border-radius: 4px;
  background-color: #3f81cf;
  color: white;
  line-height: 1;
  line-height: initial;
  line-height: auto;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  user-select: none;
  -webkit-user-select: none;
  min-width: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  [class*="o-btn_"] {
    font-size: 14px;
    line-height: 22px;
  }
}

[class*="o-btn_"]:hover {
  background-color: rgb(255 202 101);
  color: white;
}

[class*="o-btn_"]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #c6fcd3 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .5s;
}

[class*="o-btn_"]:active::after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.o-btn_small {
  padding: 0.08rem 0.18rem;
}

@media screen and (max-width: 767px) {
  .o-btn_small {
    padding: 0.16rem 0.24rem;
    font-size: .28rem;
  }
}

.o-btn_normal {
  padding: 0.12rem 0.24rem;
}

.o-btn_plain {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  padding: 0.08rem 0.24rem;
  margin-left: auto;
  margin-right: auto;
}

.o-btn_plain:hover {
  background-color: transparent;
  color: white;
  opacity: .6;
}

.o-btn_m1 {
  font-size: 14px;
  padding: 0.18rem 0.24rem;
  text-align: center;
  width: 100%;
}

.o-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
}

.o-icon[class*="icon-"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont';
  font-style: normal;
  position: relative;
}

.o-icon[class*="icon-"] &gt; *:first-child {
  margin-left: 0;
}

.o-icon &gt; svg {
  width: 100%;
  height: 100%;
}

.o-link_arrow {
  font-size: 14px;
  color: #3f81cf;
  font-family: 'iconfont';
  cursor: pointer;
}

.o-link_arrow::after {
  content: '\e600';
  color: inherit;
}

.o-link_arrow:hover {
  text-decoration: underline;
}

/* _utils.scss */
.u-text-left {
  text-align: left !important;
}

.u-bg_ff {
  background-color: #FFFFFF !important;
}

.u-bg_f5 {
  background-color: #f5f5f5 !important;
}

.u-bg_ea {
  background-color: #eaeaea !important;
}

.u-full &gt; img {
  width: 100% !important;
}

.u-dark {
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .u-dark_f_1d {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-dark_f_1d {
    color: #1d1d1f;
  }
}

@media screen and (min-width: 768px) {
  .u-dark_f_f {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-dark_f_f {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .u-light_1d_1d {
    color: #1d1d1f;
  }
}

@media screen and (max-width: 767px) {
  .u-light_1d_1d {
    color: #1d1d1f;
  }
}

@media screen and (min-width: 768px) {
  .u-light_1 {
    color: #1d1d1f;
  }
}

@media screen and (max-width: 767px) {
  .u-light_1 {
    color: #FFFFFF;
  }
}

.u-l2c {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-l2c {
    text-align: center;
  }
}

.u-rel {
  position: relative !important;
}

.u-btn_1 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  .u-shadow_m {
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
}

@media screen and (min-width: 768px) {
  .u-shadow_p {
    background-color: rgba(255, 255, 255, 0.67);
    box-shadow: 0px 0px 60px 30px rgba(255, 255, 255, 0.8);
  }
}

.u-m0 {
  margin: 0 !important;
}

.u-p0 {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .u-left_m {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .u-left_p {
    text-align: left !important;
  }
}

[id^=NotiflixReportWrap] svg {
  vertical-align: top;
}

/* _common.scss */
[class*="l-block-1_"] {
  flex: 1;
}

.l-block-1_0 {
  text-align: center;
}

.l-block-1_0 .c-swiper--image {
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-block-1_0 {
    order: 2;
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] {
    background-color: #dbdbdb;
    border-radius: 4px;
    cursor: pointer;
  }
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] &gt; img {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
  .l-block-1_0 .c-swiper_2 [class*="c-img_"] &gt; img:hover {
    opacity: 0.6;
  }
}

.l-block-1_1 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-block-1_1 {
    margin-left: .2rem;
  }
  .l-block-1_1 h2 {
    margin-bottom: 0.2rem;
    font-size: 0.48rem;
    font-family: "sans-serif-Bold", "HarmonyOSHans-Bold", "Helvetica", Arial;
    font-weight: 500;
  }
  .l-block-1_1 &gt; h2 {
    width: 80%;
  }
  .l-block-1_1 .desc {
    margin-bottom: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-1_1 {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  .l-block-1_1 h2 {
    margin-bottom: 0.2rem;
    font-size: 0.54rem;
  }
  .l-block-1_1 .desc {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-2 {
    padding: 0.8rem 0;
    background-color: #FFFFFF;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-block-2 {
    padding: 0.8rem 0;
    background-color: #FFFFFF;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-2 form &gt; .l-row_c {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .l-block-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  [class*="l-block-prod-"] [class*="c-tag_"] {
    margin-bottom: 0.3rem;
  }
  [class*="l-block-prod-"] h1 {
    margin-bottom: 0.3rem;
  }
  [class*="l-block-prod-"] [class*="c-lights_"] {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-1 {
    justify-content: flex-start;
    padding-top: 1.4rem;
    width: 60%;
  }
  .l-block-prod-1 .c-list_x {
    justify-content: space-between;
    width: 50%;
    width: 4rem;
  }
  .l-block-prod-1 .c-img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .l-block-prod-1 .c-lights_3 {
    width: 50%;
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-1 {
    padding-top: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-block-prod-1 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-1 &gt; h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-2 {
    width: 20%;
    text-align: left;
    align-items: flex-start;
    margin-left: 21%;
  }
  .l-block-prod-2 h1 {
    text-align: left;
  }
  .l-block-prod-2 .c-lights_3 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-2 {
    padding-top: 1.0rem;
    justify-content: flex-start;
    align-items: flex-start;
    float: none !important;
    width: 80% !important;
    margin-left: 40%!important;
  }
  .l-block-prod-2 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-2 &gt; h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-prod-3 {
    width: 50%;
    margin-left: 0;
    text-align: left;
    align-items: flex-start;
  }
  .l-block-prod-3 h1 {
    text-align: left;
  }
  .l-block-prod-3 .c-lights_3 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-block-prod-3 {
    padding-top: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-block-prod-3 [class*="c-tag_"] {
    margin-bottom: 0.4rem;
  }
  .l-block-prod-3 &gt; h1 {
    text-align: left;
    font-size: 0.32rem;
  }
}

[class*="l-block-service_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

[class*="l-block-service_"] .l--pic {
  border-radius: 8px;
  overflow: hidden;
}

[class*="l-block-service_"] .l--ctx {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  [class*="l-block-service_"] {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.9rem 0;
  }
  [class*="l-block-service_"] &gt; div {
    flex: 1;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [class*="l-block-service_"] {
    flex-direction: column;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  [class*="l-block-service_"] .l--ctx {
    margin-top: 0.4rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-block-service_1 .l--ctx {
    padding-left: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-service_2 .l--ctx {
    padding-left: 1rem;
    padding-right: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-block-service_2 .l--pic {
    order: 1;
  }
  .l-block-service_2 .l--ctx {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .l-block-sw_1 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-about_3 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-block-about_4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.l-block-solution_mgr h1 {
  font-size: 0.48rem;
}

@media screen and (max-width: 767px) {
  .l-block-solution_mgr {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .l-block-solution_mgr h1 {
    text-align: left;
  }
  .l-block-solution_mgr [class*='c-lights_'] {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .b-software_1 {
    width: 80%;
  }
}

.b-news-wrap {
  display: flex;
}

.b-news-wrap .news-prodt {
  width: 30%;
  padding-left: 20px;
}

.b-news-wrap .news-prodt .news-prodt-box {
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.b-news-wrap .news-prodt .news-prodt-box .prodt-title {
  text-indent: 0;
}

.b-news-wrap .news-prodt .news-prodt-box .link {
  display: inline-block;
}

.b-news-wrap .news-prodt .news-prodt-box .prodt-name {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.b-news-wrap .img-wrap {
  margin-bottom: 20px;
  padding: 0 20%;
}

.b-news-wrap .img-wrap p.img-desc {
  text-align: center;
  text-indent: 0;
  margin-top: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .b-news-wrap .news-content {
    width: 100%;
  }
  .b-news-wrap .news-prodt {
    display: none;
  }
}

#page {
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  #page {
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 1rem;
  }
}

.l-pagew {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-contentw {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  padding: 0 0.2rem;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .l-contentw {
    padding: 0 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentw {
    padding: 0 0.3rem;
  }
}

.l-center {
  margin-left: auto;
  margin-right: auto;
}

[class*="l-row_"] &gt; li:first-child {
  margin-left: 0;
}

[class*="l-row_"].f-bl {
  align-items: baseline;
}

[class*="l-row_"].f-fwrap {
  flex-wrap: wrap;
}

.l-row_c {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-row_l {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-row_r {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-row_bt, .c-fold-h, .c-anav {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.l-col_l, [class*="c-fold_"] {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-col_l &gt; *, [class*="c-fold_"] &gt; * {
  margin-top: 0.2rem;
}

.l-col_l &gt; *:first-child, [class*="c-fold_"] &gt; *:first-child {
  margin-top: 0;
}

.l-col_bt, .c-card_2 {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.l-col_bt &gt; *, .c-card_2 &gt; * {
  margin-top: 0.2rem;
}

.l-col_bt &gt; *:first-child, .c-card_2 &gt; *:first-child {
  margin-top: 0;
}

.l-inline {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.l-inline &gt; *:first-child {
  margin-left: 0;
}

@media screen and (max-width: 400px) {
  .hide_phone {
    display: none !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
  .hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 401px) {
  .hide_tablet-and-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
    .hide_pocket {
        display: none !important;
    }
}

@media screen and (min-width: 401px) {
  .hide_phone-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hide_lap {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide_pocket-up {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .hide_desk {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .hide_desk-up {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .hide_wide {
    display: none !important;
  }
}

#page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 999;
  height: auto;
  font-size: 16px;
  background-color: #FFFFFF;
  transition: top 0.3s ease;
}

@media screen and (min-width: 768px) {
  #page-header {
    height: 1rem;
    line-height: 1rem;
  }
  #page-header.out {
    top: -1rem;
  }
}

@media screen and (max-width: 767px) {
  #page-header {
    height: 1rem;
    line-height: 1rem;
    user-select: none;
  }
  #page-header.out {
    top: -1rem;
  }
}

#page-header .header-logo .c-img {
  height: 0.7rem;
}

@media screen and (max-width: 767px) {
  #page-header .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #page-header .header-logo .c-img {
    height: .8rem;
  }
}

.header-nav {
  height: 100%;
  position: initial;
  position: unset;
  position: static;
}

@media screen and (max-width: 768px) {
  .header-nav {
    padding: 0 0.5rem;
  }
}

.header-nav .link-list {
  flex: 1;
  flex-wrap: wrap;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.header-nav .link-list_item {
  margin-left: 30px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-nav .link-list_item &gt; *:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header-nav .link-list_item {
    margin-left: .2rem;
  }
  .header-nav .link-list_item &gt; a {
    font-size: 13px;
  }
}

.header-nav .link-list_item &gt; a {
  display: block;
  height: 0.8rem;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.header-nav .link-list_item &gt; a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  transform: translateX(-50%);
  background-color: transparent;
  transition: width 0.2s ease;
}

.header-nav .link-list_item:hover &gt; a {
  color: #3f81cf;
}

.header-nav .link-list_item:hover &gt; a::after {
  color: #3f81cf;
}

.header-nav .link-list_item:hover &gt; a::before {
  width: 100%;
  background-color: #3f81cf;
}

.header-nav .link-list_item.more &gt; a::after {
  content: '\e602';
  font-family: 'iconfont';
  font-size: 12px;
  margin-left: 6px;
  transform: scale(0.7);
}

.header-nav .header-actionList {
  height: 100%;
}

.header-nav .header-actionList .header-action {
  margin-left: 0.3rem;
  height: 100%;
}

.header-nav .header-actionList .header-action a {
  height: 100%;
  width: auto;
  font-size: 0.3rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .header-nav .header-actionList .header-action_search a {
    width: 0.4rem;
    font-size: 0.4rem;
  }
}

.navlist {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  will-change: transform,max-height;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.5rem;
  padding-bottom: 4rem;
}

.navlist [class*='o-btn_'] {
  margin-top: .6rem;
}

.openHeaderMenu .navlist {
  max-height: initial;
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 1rem);
}

.header-m_menu {
  height: 1rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-m_menu &gt; *:first-child {
  margin-left: 0;
}

.header-m_menu b {
  width: 19px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.header-m_menu b::before, .header-m_menu b::after,
.header-m_menu b em {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  content: "";
  transition: all 0.3s linear;
}

.header-m_menu b::before {
  top: 0;
}

.header-m_menu b em {
  transition: all 0.3s linear;
  top: 8px;
}

.header-m_menu b::after {
  bottom: 0;
}

.header-m_menu b.open::before {
  transform: rotateZ(45deg);
  top: 8px;
}

.header-m_menu b.open em {
  opacity: 0;
}

.header-m_menu b.open::after {
  top: 8px;
  transform: rotateZ(-45deg);
}

.header-btn_rp {
  margin-left: 30px;
  height: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-btn_rp &gt; *:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1280px) {
  .header-btn_rp {
    margin: 0 .1rem;
  }
}

.header-btn_rp .icon-xunjia {
  color: #3f81cf;
}

.header-menu_pc, .header-menu_pc2 {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}

.menu-item {
  margin-left: 48px;
  text-align: center;
}

.menu-item .c-img {
  width: 60px;
  height: 60px;
  transform: translateY(0px);
  transition: transform .2s ease-in-out;
}

.menu-item:hover .c-img {
  transform: translateY(-10px) scale(1.1);
}

.menu-item:hover a {
  color: #3f81cf;
}

.menu-item_name {
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.header-menu_pc2 {
  padding: 0;
  width: 200px;
  background-color: #f4f4f4;
}

.header-menu_pc2 .menu-item {
  margin: 0;
  width: 100%;
  padding: 10px 20px;
}

.header-menu_pc2 .menu-item:hover {
  background-color: #FFFFFF;
}

.header-menu_pc2 .menu-item_name {
  margin: 0;
  text-align: left;
}

.link-list_item.more:hover .header-menu_pc, .link-list_item.more:hover .header-menu_pc2, .link-list_item.more:hover .header-menu_pc2 {
  opacity: 1;
  visibility: visible;
}

/* 页脚样式 */
#page-footer {
  padding: .6rem 0 .3rem;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #page-footer {
    background-color: #F5F5F5;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .footer-ts {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer-ts [class*="c-fold_"] {
    width: initial;
    border: none;
  }
  .footer-ts .c-fold-btn {
    display: none;
  }
  .footer-ts .c-fold-h {
    height: auto;
  }
  .footer-ts .c-fold-c {
    height: auto;
  }
  .footer-ts .c-fold-c .c-anav {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .footer-ts .c-fold-c .c-anavs-arrow {
    display: none;
  }
  .footer-ts [class*="c-anavs_"] {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-ts {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.8rem;
  }
  .footer-ts &gt; *:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-t {
    margin-bottom: .2rem;
    font-weight: 600;
    font-size: 16px;
  }
}

.footer-links &gt; a {
  margin-top: 0;
  color: #333333;
}

.footer-links &gt; a:hover {
  color: #3f81cf;
}

@media screen and (min-width: 768px) {
  .footer-links &gt; a {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: .1rem;
  }
}

.footer-shares {
  margin-top: .6rem;
  margin-bottom: .4rem;
}

@media screen and (min-width: 768px) {
  .footer-shares {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-shares {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-shares &gt; *:first-child {
    margin-top: 0;
  }
}

.share-list {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.share-list &gt; *:first-child {
  margin-left: 0;
}

.share-list li {
  margin-left: 30px;
}

.share-list .o-icon {
  min-width: 30px;
  min-height: 30px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .footer-contracts {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .footer-contracts &gt; *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-contracts {
    width: 100%;
    margin-bottom: .6rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-contracts &gt; *:first-child {
    margin-top: 0;
  }
}

.footer-contract {
  margin-left: 1rem;
  width: auto;
}

.footer-contract .o-icon {
  max-width: .24rem;
  max-height: .24rem;
  font-size: .24rem;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .footer-contract {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
  }
  .footer-contract .o-icon {
    min-width: .48rem;
    min-height: .48rem;
    font-size: .48rem;
  }
  .footer-contract &gt; span {
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .footer-legals {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-legals {
    font-size: .2rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-legals a {
    color: #666666;
  }
  .footer-legals &gt; *:first-child {
    margin-top: 0;
  }
}

.legal-links {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .legal-links {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .legal-links a {
    font-size: .2rem;
  }
}

.legal-links &gt; li:first-child {
  margin-left: 0;
}

.legal-links &gt; li {
  display: inline-block;
  margin-left: .4rem;
}

.footer-copyright {
  flex: 1;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .footer-copyright {
    margin-left: .4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: .2rem;
  }
}

.footer-lang {
  cursor: pointer;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer-lang &gt; *:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .footer-lang {
    display: inline-block;
    border-radius: 28px;
    border: 1px solid #979797;
    height: .58rem;
    line-height: .58rem;
    width: 1.8rem;
    text-align: center;
  }
}

.footer-lang .o-icon {
  width: .24rem;
  height: .24rem;
  font-size: .24rem;
  margin-right: .1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .footer-copyright {
    color: #666666;
  }
  .l-block-1_1 h2 {
    font-size: 48px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-slide_1 {
    width: 500px;
  }
  .c-slide-info {
    margin-bottom: 30px;
  }
  .c-slide-num {
    height: 68px;
    font-size: 48px;
    line-height: 68px;
  }
  .c-slide-desc {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-slide-bar {
    height: 18px;
  }
  .c-slide-progress {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #64e592 0%, #3f81cf 100%);
    transition: width 0.3s ease-in-out;
  }
  .c-sbar-slider {
    position: absolute;
    right: calc(0% - 15px);
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 6px solid #3f81cf;
  }
  .c-sbar-subtxt {
    bottom: -40px;
    font-size: 16px;
    width: 100px;
    right: -28px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-block-1_0 .c-swiper--image {
    width: 480px;
    height: 480px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card-t {
    font-size: 28px;
  }
  .c-card_7 .c-card-t {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .c-card_7 .c-card-desc {
    margin-bottom: 30px;
    padding-right: 40px;
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-contract .o-icon {
    max-width: 24px;
    max-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_2 .h-text {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-steps_1 .c-step-icon_1 {
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_5 .o-icon {
    min-width: 120px;
    min-height: 120px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .t1 {
    font-size: 56px !important;
  }
  .t2 {
    font-size: 24px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-block-solution_mgr h1 {
    font-size: 48px;
  }
  .c-banner-desc {
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card_4 .c-card_pic .c-img {
    width: 400px;
    height: 400px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-icon-text_9 .o-icon {
    min-width: 100px;
    min-height: 100px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-section_top h1 {
    font-size: 42px;
  }
}

.header-btn_rp a  { margin-right:5px; }
.header-nav .link-list_item .active { color: #3f81cf; }
.nrys p { margin-top: 20px;font-size: 16px;line-height: 26px;color: #333;text-align: justify;text-indent: 2em; }
.nrys h3 { font-size: 24px;font-weight: bold;margin-top: 50px;line-height: 30px;text-indent: 10px;border-left: 5px #d21b39 solid; }
.nrys img { display:block;max-width: 100%; }
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
	margin-top: 50px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3f81cf;
    border-color: #3f81cf;
}
.page-link {
    position: relative;
	padding: .2rem .2rem;
    display: block;
    color: #3f81cf;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.gsjs p { font-size: 30px!important;line-height: 40px!important; }
.xzwm p { color: #004b01; }
.cf { color:#fff!important; }
.cpnr img { width:auto; }
.cpnr p { text-align: center; }
.bzn { flex-direction: row; }
.fabz { padding-top: 10%; }
.c-tag_1 { visibility: visible; animation-duration: 0.5s; animation-delay: 0.3s; animation-name: fadeInDown;background: linear-gradient(to right, red, #ff9900);border: 2px solid #483fcf;color:#fff; }
.c-tag_1:hover { color:#fff;background: linear-gradient(to right, #8b00ff, #00c4ff);border: 2px solid rgb(72, 63, 207); }
@media screen and (max-width: 1600px) {
    .l-block-prod-2 {
        margin-left: 30%;
        margin-right: 0%!important;
    }
}</pre></body></html>