﻿@charset "UTF-8";
/*
Theme Name: Autel Cloud Home
*/
/* 变量类 _vars.scss */
/* 颜色 */
/* 字体 */
/* 行高 */
/* 字体 */
/* 行高 */
/* 函数类 */
/* _base.scss */
@font-face {
  font-family: "HarmonyOSHans-Bold";
  src: url("sass/fonts/HarmonyOSHans-Bold.woff2") format("woff2"), url("sass/fonts/HarmonyOSHans-Bold.woff") format("woff");
}

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

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

body {
  font-family: Helvetica,Arial;
}

/* 字体包引入开始 */
@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("/wp-content/themes/cloud_home/sass/fonts/HuaweiSans-Light.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("/wp-content/themes/cloud_home/sass/fonts/HuaweiSans-Bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("/wp-content/themes/cloud_home/sass/fonts/HuaweiSans-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "HuaweiFont-Regular";
  src: url("/wp-content/themes/cloud_home/sass/fonts/HuaweiSans-Medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("sass/fonts/Manrope-Bold.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("sass/fonts/Manrope-SemiBold.ttf");
  font-style: normal;
}

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

@font-face {
  font-family: "Manrope-Regular";
  src: url("sass/fonts/Manrope-Medium.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("sass/fonts/Manrope-Light.ttf");
  font-style: normal;
}

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

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

html {
  margin: 0 !important;
}

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

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

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

a:active {
  color: #B00000;
}

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

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

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: #B00000;
  padding: 0;
  align-self: normal;
  opacity: .3;
}

img {
  width: 100%;
}

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;
}

/* _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: 56px !important;
}

.t2 {
  font-size: 24px !important;
}

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

.m1 {
  font-size: 42px !important;
}

.m2 {
  font-size: 24px !important;
}

.m3 {
  font-size: 20px !important;
}

.s1 {
  font-size: 48px !important;
}

.s2 {
  font-size: 28px !important;
}

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

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

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

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

.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.45833%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-img_ratio.h-ratio_logo1 {
  padding-bottom: 16.11208%;
}

.c-img_ratio.h-ratio_eb {
  padding-bottom: 36.45833%;
}

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

.c-img_ratio.h-ratio_e1 {
  padding-bottom: 36.30208%;
}

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

.c-img_ratio.h-ratio_e1-1 {
  background-color: #ffffff;
  padding-bottom: 64%;
}

.c-img_ratio.h-ratio_e3 {
  padding-bottom: 36.30208%;
}

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

.c-img_ratio.h-ratio_e3-1 {
  background-color: #ffffff;
  padding-bottom: 70%;
}

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

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

.c-img_ratio.h-ratio_e6-1 {
  background-color: #ffffff;
  padding-bottom: 82%;
}

@media screen and (max-width: 767px) {
  .c-img_ratio.h-ratio_e6-1 {
    background-color: #000;
  }
}

.c-img_ratio.h-ratio_exp-7 {
  padding-bottom: 73.33333%;
}

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

.c-img_ratio.h-ratio_mv {
  padding-bottom: 56.316%;
}

.c-img_ratio.h-ratio_mb {
  padding-bottom: 55.778%;
}

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

.c-card_1 .cs {
  font-style: italic;
  font-weight: 600;
}

.c-card_1 a {
  font-size: inherit;
}

.c-card_1 [class*="o-btn_"] {
  font-size: 14px;
  color: white;
}

@media screen and (min-width: 768px) {
  .c-card_1 {
    padding: 0.4rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-card_1 .img_wrap {
    width: 60%;
  }
  .c-card_1 h3 {
    font-size: 48px;
    font-size: 3vw;
    margin-bottom: 0.2rem;
  }
  .c-card_1 p {
    font-size: 24px;
    font-size: 1.6vw;
    margin-bottom: 0.2rem;
  }
  .c-card_1 a {
    color: #B00000;
    margin-bottom: 0.2rem;
  }
  .c-card_1 a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .c-card_1 {
    padding: 20px;
  }
  .c-card_1 .img_wrap {
    width: 60%;
  }
  .c-card_1 h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .c-card_1 p {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .c-card_1 a {
    color: #B00000;
    margin-bottom: 20px;
  }
  .c-card_1 a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1441px) {
  .c-card_1 h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .c-card_1 p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .c-card_1 a {
    color: #B00000;
  }
  .c-card_1 a:hover {
    text-decoration: underline;
  }
}

/* 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_"] h1 {
  font-weight: 600;
  text-align: left;
  margin-bottom: .36rem;
  width: 100%;
}

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

[class*="c-banner-layout_"] p, [class*="c-banner-layout_"] .tip {
  width: 100%;
  line-height: 1.2;
}

[class*="c-banner-layout_"] .tip {
  margin-top: .2rem;
  font-style: italic;
  color: #999;
}

@media screen and (max-width: 767px) {
  [class*="c-banner-layout_"] {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  [class*="c-banner-layout_"] {
    width: 45%;
  }
  [class*="c-banner-layout_"] h1 {
    font-size: 56px;
    font-size: 3.5vw;
  }
  [class*="c-banner-layout_"] p {
    font-size: 24px;
    font-size: 1.5vw;
  }
  [class*="c-banner-layout_"] .p2 {
    font-style: 36px;
    font-size: 2.25vw;
  }
  [class*="c-banner-layout_"] .tip {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 767px) {
  [class*="c-banner-layout_"] {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.2rem;
    text-align: center;
  }
  [class*="c-banner-layout_"] h1, [class*="c-banner-layout_"] h2 {
    text-align: center;
  }
  [class*="c-banner-layout_"] h1 {
    font-size: 6vw;
  }
  [class*="c-banner-layout_"] p {
    font-size: 4vw;
  }
  [class*="c-banner-layout_"] .p2 {
    font-size: 5vw;
  }
  [class*="c-banner-layout_"] .tip {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1441px) {
  [class*="c-banner-layout_"] {
    width: 45%;
  }
  [class*="c-banner-layout_"] h1 {
    font-size: 56px;
  }
  [class*="c-banner-layout_"] p {
    font-size: 24px;
  }
  [class*="c-banner-layout_"] .p2 {
    font-size: 36px;
  }
  [class*="c-banner-layout_"] .tip {
    font-size: 18px;
  }
}

.c-banner-desc {
  width: 100%;
  font-size: 24px;
}

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

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

.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;
}

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

.c-icon-text_footer {
  width: 100%;
  align-items: flex-start;
}

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

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

.c-icon-text_expert-hl {
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  padding: 0 0.4rem;
}

.c-icon-text_expert-hl .o-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.2rem;
}

.c-icon-text_expert-hl > span {
  color: #fff;
  font-size: .20rem;
  width: 80%;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-icon-text_expert-hl {
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .c-icon-text_expert-hl > .o-icon {
    height: 1.6rem;
    width: 1.6rem;
  }
  .c-icon-text_expert-hl > span {
    font-weight: 600;
    font-size: .20rem;
  }
}

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

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

[class*="c-fold_"] > .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);
}

/* 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 > li:first-child {
  margin-left: 0;
}

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

@media screen and (min-width: 768px) {
  .c-list_h1 > li {
    width: 50%;
    box-sizing: border-box;
  }
}

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

.c-list_2 {
  display: block;
  flex-direction: column;
}

.c-list_2 li {
  font-weight: 600;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}

.c-list_2 li::before {
  content: "•";
  margin-right: 6px;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .c-list_2 li {
    font-size: 20px;
    font-size: 1.3vw;
    font-style: italic;
    line-height: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-list_2 li {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1441px) {
  .c-list_2 li {
    font-size: 20px;
    line-height: 28px;
  }
}

@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 (max-width: 767px) {
  .c-list_expert-hl {
    flex-wrap: wrap;
  }
}

/* 进度条 组件 */
.c-progress {
  position: fixed;
  top: 0;
  height: 2px;
  background-color: rgba(176, 0, 0, 0.6);
  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;
}

/* Tabs 基础组件 包装层 */
.c-tabs-header {
  border-bottom: 2px solid #B00000;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .c-tabs-header {
    justify-content: flex-start;
  }
}

.c-tabs-list {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-tab-t {
  font-size: 16px;
  padding: 6px 10px;
  margin-left: 20px;
  color: #ffffff;
  background-color: #545454;
  cursor: pointer;
}

.c-tab-t.is-actived {
  background-color: #B00000;
}

@media screen and (max-width: 767px) {
  .c-tab-t {
    margin-left: 0;
    margin-right: 0.2rem;
  }
}

.c-tabs-content > div {
  display: none;
}

.c-tabs-content > div:nth-child(1) {
  display: block;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
}

.scrollbar::-webkit-scrollbar-track {
  background: 0 0;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 4px;
}

.cascade_wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.cascade_box {
  flex: 1;
  height: 100%;
  margin: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .cascade_box {
    margin: 0;
  }
}

.cascade_box.flex1 {
  flex: 1;
}

.cascade_box.flex2 {
  flex: 2;
}

.cascade_box.hided {
  visibility: hidden;
}

.cascade_box h5 {
  font-weight: 600;
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cascade_box h5 {
    font-size: 14px;
  }
}

.cascade_list {
  overflow-y: auto;
}

.cascade_item {
  padding: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .cascade_item {
    font-size: 12px;
  }
}

.cascade_item.selected {
  background-color: #f1f1f1;
}

.cascade_item:hover {
  background-color: #f5f7fa;
}

.lds-spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.spinner {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.spinner .double-bounce1, .spinner .double-bounce2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FF000F;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 对象类 _objects.scss */
/* 
  注意：对象类不要包含任何这些属性和值
  absolute 和 fixed 定位。
  margin
  padding (除非你用了background-color。 在这种情况下，它不会中断对象外部的对齐)
  float
*/
[class*="o-btn_"] {
  display: inline-block;
  border-radius: 4px;
  background-color: #B00000;
  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;
  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: rgba(176, 0, 0, 0.8);
  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-"] > *:first-child {
  margin-left: 0;
}

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

.o-link_arrow {
  font-size: 14px;
  color: #B00000;
  cursor: pointer;
}

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

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

/* _utils.scss */
@media screen and (max-width: 767px) {
  .u-order_1 li:nth-child(1) {
    order: 2;
  }
  .u-order_1 li:nth-child(2) {
    order: 1;
  }
}

.u-bg_ff {
  background-color: #ffffff;
}

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

/* _common.scss */
#page {
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
}

@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;
}

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

.l-contentw {
  max-width: 1668px;
  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 (min-width: 1401px) and (max-width: 1800px) {
  .l-contentw {
    padding: 0 0.8rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .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_"] > 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;
  justify-content: space-between;
  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 > *, [class*="c-fold_"] > * {
  margin-top: 0.2rem;
}

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

.l-col_bt {
  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: space-between;
}

.l-col_bt > * {
  margin-top: 0.2rem;
}

.l-col_bt > *: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 > *: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 (min-width: 401px) {
  .hide_phone-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide_pocket {
    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;
  border-bottom: 2px solid #b00000;
  background-color: #000000;
  transition: top 0.3s ease;
  box-sizing: content-box;
}

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

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

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

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

.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: 0.2rem;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.header-nav .link-list_item > *: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 > a {
    font-size: 13px;
  }
}

.header-nav .link-list_item > a {
  display: block;
  height: 0.8rem;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  padding: 0 0.1rem;
}

.header-nav .link-list_item > a::before {
  display: none;
  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 {
  background-color: #fff;
}

.header-nav .link-list_item:hover > a {
  color: #B00000;
}

.header-nav .link-list_item:hover > a::after {
  color: #B00000;
}

.header-nav .link-list_item:hover > a::before {
  width: 100%;
  background-color: #B00000;
}

.header-nav .link-list_item.more > 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: 16px;
  vertical-align: middle;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
}

.header-nav .header-actionList .header-action a:hover {
  color: #B00000;
}

.header-nav .header-actionList .header-action a .o-icon {
  margin-right: 6px;
}

@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;
  transition: all 0.2s cubic-bezier(0.4, 0.8, 0.74, 1);
  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 > *: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: #ffffff;
  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;
  margin-right: 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 > *:first-child {
  margin-left: 0;
}

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

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

.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: #B00000;
}

.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 > *:first-child {
    margin-top: 0;
  }
}

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

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

.footer-links > a:hover {
  color: #B00000;
}

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

@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 > *: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 > *: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 > *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-contracts {
    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;
  }
  .footer-contracts > *:first-child {
    margin-top: 0;
  }
}

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

.footer-contract .o-icon {
  font-size: .24rem;
  width: 20px;
  height: 20px;
  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 > 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 > *: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 > li:first-child {
  margin-left: 0;
}

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

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

.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 > *: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;
}

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

.b-home_banner {
  color: #ffffff;
}

.b-home_banner h1 {
  color: #B00000;
}

@media screen and (min-width: 768px) {
  .b-home_banner p {
    width: 90%;
  }
}

.b-home_1 {
  display: flex;
}

.b-home_1 .c-list_2 {
  flex: 1;
}

.b-expert_1 p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .b-expert_2 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .b-expert_2 {
    padding-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .b-expert_3 {
    margin-left: 55%;
  }
}

.b-expert_3 p {
  margin-bottom: 20px;
}

.b-expert_3 a {
  color: #B00000;
}

.b-expert_3 a:hover {
  text-decoration: underline;
}

.b-expert_s3 {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .b-expert_tab1 {
    padding: 20px;
  }
  .b-expert_tab1 > div {
    margin-bottom: 20px;
  }
  .b-expert_tab1 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .b-expert_tab1 p {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .b-expert_tab1 {
    padding: 20px 0;
  }
  .b-expert_tab1 > div {
    margin-bottom: 20px;
  }
  .b-expert_tab1 h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .b-expert_tab1 p {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.b-expert_tab2 {
  padding: 20px 0;
}

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

.b-expert_tab2 .wrap .content-1 {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.b-expert_tab2 .wrap .content-1 ul {
  flex: 1;
}

.b-expert_tab2 .wrap .content-1 a {
  font-size: 20px;
  margin-left: 10px;
}

.b-expert_tab2 ul li {
  font-size: 20px;
  line-height: 1.6;
  list-style: disc;
}

@media screen and (min-width: 768px) {
  .b-expert_tab2 ul {
    padding-left: 0.4rem;
  }
  .b-expert_tab2 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .b-expert_tab2 .wrap .content-1 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .b-expert_tab2 {
    flex-direction: column;
    padding: 20px 0;
  }
  .b-expert_tab2 h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .b-expert_tab2 ul li {
    font-size: 14px;
  }
  .b-expert_tab2 .wrap {
    flex-direction: column;
  }
  .b-expert_tab2 .wrap .content-1 {
    margin-bottom: .2rem;
  }
  .b-expert_tab2 .wrap .content-1 a {
    font-size: 12px;
    margin: 0;
    padding: 2px 6px;
  }
}

.b-expert_4 {
  height: 500px;
}

.b-expert2_1 {
  width: 90%;
}

.b-expert2_1 p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .b-expert2_1 {
    width: 100%;
    text-align: left;
    padding: 0;
    height: 100%;
  }
  .b-expert2_1 h1 {
    text-align: left;
  }
}

.b-expert2_2 > div {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .b-expert2_2 {
    display: flex;
  }
  .b-expert2_2 > div {
    padding: 0;
  }
}

.b-expert2_s1 {
  background-color: #d7d7d7;
}

.b-expert2_s2 {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .b-expert_exp-5 {
    margin-left: 55%;
  }
}

.b-expert_exp-5 p {
  margin-bottom: 20px;
}

.b-expert_exp-5 a {
  color: #fff;
}

.b-expert_exp-5 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .b-expert_exp-5 {
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .b-expert_s6 {
    background-color: #000;
  }
}

.b-expert_exp-6 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .b-expert_exp-6 {
    margin-left: 55%;
  }
}

.b-expert_exp-6 [class*="c-banner-layout_"] p {
  margin-bottom: 20px;
}

.b-expert_exp-6 .exp-6-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .2rem;
}

.b-expert_exp-6 p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .b-expert_exp-6 {
    align-items: center;
    position: absolute;
    bottom: .4rem;
    left: 0;
    right: 0;
    padding: 0 0.2rem;
  }
}

.b-expert2_s7 {
  background-color: #000;
  margin-bottom: 40px;
}

.b-expert2_7 {
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
}

.b-expert2_7 > div {
  width: 50%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .b-expert2_7 {
    flex-direction: column;
    align-items: center;
  }
  .b-expert2_7 > div {
    width: 100%;
  }
  .b-expert2_7 .expert2-7-left {
    min-height: 280px;
    order: 1;
  }
}

.b-expert2_7-1 {
  width: 50%;
  background: transparent;
  color: white;
  padding-right: 40px;
}

.b-expert2_7-1 p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .b-expert2_7-1 {
    width: 100%;
    position: absolute;
    bottom: 0.4rem;
    right: 0;
    left: 0;
    padding: 0 0.2rem;
  }
}

.b-expert2_video {
  background-color: #faf9fa;
}

.b-expert2_video .c-video {
  height: 650px;
}

.b-expert2_video .v-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.b-expert2_video video {
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-expert2_video .video-btn {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.b-expert2_video .video-btn svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .b-expert2_video .c-video {
    height: 240px;
    padding: 0;
  }
}

.b-motor_2 {
  background-color: #dbdbdb;
}

.b-motor_s3 {
  padding: 60px 0;
}

section.b-accufix_s0 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  section.b-accufix_s0 {
    margin-bottom: 40px;
  }
}

.b-video1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.b-video1 iframe {
  width: 100%;
  height: 100%;
}

.b-motor_video iframe {
  width: 100%;
  height: 100%;
}
