@charset "utf-8";
:root {
  --color_primary: #52c018;
  --color_dark: #181818;
  --color_white: #ffffff;
  --color_secondary: #33b957;
  --color_muted: #606a70;
  --color_light: #94a2ab;
  --color_success: #33b957;
  --color_danger: #ff4636;
  --color_warning: #ffb16c;
  --color_tips: #2b76ff;
  --color_body: #f8f9fb;
  --color_light_red: #fdf1f1;
  --color_light_orange: #faf0ea;
  --color_light_yellow: #faf4ed;
  --color_light_green: #e9f2ef;
  --color_light_blue: #eaf6fd;
  --color_light_indigo: #f5f3fb;
  --color_light_purple: #f3f4fb;
  --color_light_pink: #fef5fe;
  --ec_bg_white: #ffffff;
  --ec_bg_light: #f8f9fb;
  --ec_bg_muted: #ecf0f3;
  --ec_bg_dark: #e0e7ec;
  --color_light_gray_bg: #f3f5f8;
  --banner_bg: #f3f5f8;
  --body_bg: #f8f9fb;
  --footer_bg: #ffffff;
  --ec_red: #f1676f;
  --ec_orange: #f2882c;
  --ec_yellow: #f2aa41;
  --ec_green: #52c018;
  --ec_blue: #2f85f9;
  --ec_indigo: #8186ef;
  --ec_purple: #8da2fa;
  --ec_pink: #f59bfb;
  --ec_teal: #3fc5e8;
  --ec_cyan: #25d6ca;
  --ec_white: #ffffff;
  --ec_gray: #f7f8fa;
  --ec_black: #000000;
  --ec_dark: #181818;
  --h1: 0.64rem;
  --h2: 0.48rem;
  --h3: 0.4rem;
  --h4: 0.36rem;
  --h5: 0.24rem;
  --h6: 18px;
  --h_18: 18px;
  --h_16: 16px;
  --h_14: 14px;
  --h_12: 12px;
  --small: 12px;
  --radius_xs: 0.04rem;
  --radius_sm: 0.08rem;
  --radius_md: 0.16rem;
  --radius_lg: 0.32rem;
  --radius_50: 50%;
  --radius_100: 100%;
  --max_width_100: 100%;
  --max_width_body: 25.6rem;
  --min_width_body: 2.4rem;
  --max_width_con: 19.2rem;
  --min_width_con: 2.4rem;
  --con_width_lg: 14.24rem;
  --con_width_md: 100%;
  --con_width_sm: 100%;
}
html {
  font-size: 100px;
}
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
form,
input,
table,
tbody,
tr,
th,
td,
em,
input,
button,
img,
source,
picture,
p,
b,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  min-width: 320px;
  font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
  color: var(--color_dark);
  font-size: 14px;
  max-width: var(--max_width_body);
  margin: 0 auto;
}
.no_scroll {
  overflow: hidden;
}
.mask_w {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  z-index: 3;
  background: rgba(120, 129, 147, 0.64);
}
.mask_search {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  border-radius: 16px;
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.mask_w.active {
  display: block !important;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
input {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:focus::placeholder {
  opacity: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
button,
textarea {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
}
button:focus,
input:focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
a,
.swiper_button {
  color: var(--color_dark);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--color_primary);
}
a:active,
a:focus {
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
.img_w img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: auto;
  color: transparent;
}
.lazyload {
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}
.lazyloaded {
  opacity: 1;
}
.ec--cs-wrapper {
  display: none !important;
}
#ec--cs-invite .invite-wrapper.custom-invite .close-invite {
  right: 50px;
  top: 90px;
}
@font-face {
  font-family: "icon";
}
.icon_w {
  font-family: "icon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "num";
  src: url("../fonts/font_3757105_56wv0i7omgo.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.success_icon,
.success_error {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: block;
  margin: 0 8px;
  position: relative;
}
.success_error:after,
.success_error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 8px;
  height: 11px;
  top: 4px;
}
.success_error:after,
.success_error:before {
  transform: rotate(-45deg);
}
.success_icon:before,
.success_icon:after {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  top: 9px;
  left: 5px;
}
.success_icon:after {
  height: 6px;
  transform: rotate(-45deg);
}
.success_icon:before {
  height: 11px;
  transform: rotate(45deg);
}
.btn_demo {
  display: block;
  display: inline-block;
  text-align: center;
  background-color: var(--color_primary);
  border-radius: 8px;
  transition: all 0.3s;
  color: var(--color_primary);
  background: #f8f9fb;
  margin: 0 0.08rem 0 0.8rem;
}
.btn_demo:hover {
  opacity: 0.8;
}
.btn_w {
  margin: 0 -0.08rem;
}
.btn_w .btn {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border-radius: 32px;
  transition: all 0.3s;
}
.btn_w .btn_default {
  display: block;
  display: inline-block;
  min-width: auto;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 0.08rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_dark);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_default:hover {
  opacity: 0.8;
}
.btn_w .btn_primary {
  display: block;
  display: inline-block;
  min-width: auto;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 0.08rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0;
}
.btn_w .btn_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_md_primary {
  display: block;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_md_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_readmore_primary {
  display: block;
  display: inline-block;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_readmore_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_primary_bg {
  display: block;
  display: inline-block;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-color: var(--color_primary);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_primary_bg:hover {
  opacity: 0.8;
}
.btn_w .btn_gradient_green {
  display: block;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 16px 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(180deg, #14cb65 0%, #5fdb77 100%);
  background-color: var(--color_primary);
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_gradient_green:hover {
  opacity: 0.9;
}
.btn_w .btn_gradient_blue {
  display: block;
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  padding: 0 16px 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(180deg, #2f85f9 0%, #5fbced 100%);
  box-shadow: 0 8px 16px rgba(90, 180, 240, 0.16);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_gradient_blue:hover {
  opacity: 0.9;
}
.btn_w .btn_black {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_dark);
  background-image: linear-gradient(180deg, #606a70 0%, #94a2ab 100%);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_black:hover {
  opacity: 0.8;
}
.btn_w .btn_white {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(180deg, #94a2ab 0%, #ffffff 100%);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_white:hover {
  opacity: 0.8;
}
.btn_w .btn_line {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_dark);
  border: 2px solid #94a2ab;
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_line:hover {
  color: var(--color_dark);
  border: 2px solid #94a2ab;
  opacity: 0.8;
}
.btn_w .btn_line_white {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_dark);
  border: 2px solid var(--color_white);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_line_white:hover {
  border: 2px solid #94a2ab;
  opacity: 0.8;
}
.btn_w .btn_line_primary {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_line_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_sm_line {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_dark);
  border: 2px solid var(--color_dark);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_sm_line:hover {
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
}
.btn_w .btn_sm_line_light {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_light);
  border: 2px solid var(--color_light);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_sm_line_light:hover {
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
}
.btn_w .btn_sm_line_primary {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_sm_line_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_md_line_primary {
  display: block;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_md_line_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_sm_line_blue {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #2f85f9;
  border: 2px solid #2f85f9;
  background: transparent;
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_sm_line_blue:hover {
  opacity: 0.8;
}
.btn_w .btn_sm_default_primary {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-color: var(--color_primary);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_sm_default_primary:hover {
  opacity: 0.8;
}
.btn_w .btn_md_default_primary {
  display: block;
  display: inline-block;
  padding: 0 20px 0 20px;
  min-width: 120px;
  width: auto;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  background-color: var(--color_primary);
  border-radius: 32px;
  transition: all 0.3s;
  margin: 0 0.08rem 0 0.08rem;
}
.btn_w .btn_md_default_primary:hover {
  opacity: 0.8;
}
.btn_list {
  margin: 0 -0.08rem;
}
.a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.swiper_ani .on .a_w,
.swiper_ani .swiper-slide-active .a_w {
  transform: translate(0) !important;
  opacity: 1 !important;
}
.ec_blue {
  color: #2f85f9;
}
.ec_green {
  color: #52c018;
}
.ec_yellow {
  color: #f2aa41;
}
.ec_orange {
  color: #f2882c;
}
.ec_red {
  color: #f1676f;
}
.ec_black {
  color: #000000;
}
.ec_gray {
  color: #f7f8fa;
}
.ec_blue_bg {
  color: var(--color_white);
  background-color: #2f85f9;
}
.ec_green_bg {
  color: var(--color_white);
  background-color: #52c018;
}
.ec_yellow_bg {
  color: var(--color_white);
  background-color: #f2aa41;
}
.ec_orange_bg {
  color: var(--color_white);
  background-color: #f2882c;
}
.ec_indigo_bg {
  color: var(--color_white);
  background-color: #8186ef;
}
.ec_purple_bg {
  color: var(--color_white);
  background-color: #8da2fa;
}
.ec_orange_bg:after {
  border-left: solid 4px #f2882c;
}
.ec_red_bg {
  color: var(--color_white);
  background-color: #f1676f;
}
.sub_ticky {
  color: var(--color_white);
}
.ec_black_bg {
  color: var(--color_white);
  background-color: #000000;
}
.ec_grey_bg {
  color: var(--color_white);
  background-color: #f7f8fa;
}
.bg_light_red {
  color: var(--color_dark);
  background-color: #fdf1f1;
}
.bg_light_orange {
  color: var(--color_dark);
  background-color: #faf0ea;
}
.bg_light_yellow {
  color: var(--color_dark);
  background-color: #faf4ed;
}
.bg_light_green {
  color: var(--color_dark);
  background-color: #e9f2ef;
}
.bg_light_blue {
  color: var(--color_dark);
  background-color: #eaf6fd;
}
.bg_light_indigo {
  color: var(--color_dark);
  background-color: #f5f3fb;
}
.bg_light_purple {
  color: var(--color_dark);
  background-color: #f3f4fb;
}
.bg_light_pink {
  color: var(--color_dark);
  background-color: #fef5fe;
}
.bg_gradient_red {
  background-image: linear-gradient(180deg, #f1676f 0%, #fa9387 100%);
}
.bg_gradient_orange {
  background-image: linear-gradient(180deg, #f2882c 0%, #f2aa41 100%);
}
.bg_gradient_yellow {
  background-image: linear-gradient(180deg, #f2aa41 0%, #52c018 100%);
}
.bg_gradient_green {
  background-image: linear-gradient(180deg, #52c018 0%, #52c018 100%);
}
.bg_gradient_blue {
  background-image: linear-gradient(180deg, #2f85f9 0%, #8186ef 100%);
}
.bg_gradient_indigo {
  background-image: linear-gradient(180deg, #8186ef 0%, #8da2fa 100%);
}
.bg_gradient_purple {
  background-image: linear-gradient(180deg, #8da2fa 0%, #f59bfb 100%);
}
.bg_gradient_pink {
  background-image: linear-gradient(180deg, #f59bfb 0%, #8da2fa 100%);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: var(--h1);
}
.h2,
h2 {
  font-size: var(--h2);
}
.h3,
h3 {
  font-size: var(--h3);
}
.h4,
h4 {
  font-size: var(--h4);
}
.h5,
h5 {
  font-size: var(--h5);
}
.h6,
h6 {
  font-size: var(--h6);
}
.img_b {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
img {
  vertical-align: middle;
}
.img_r {
  display: block;
  max-width: 100%;
  height: auto;
  color: transparent;
}
.center_b {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img_radius {
  border-radius: 6px;
}
.load_more_w {
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.modal_mark {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no_content {
  font-size: 14px;
  margin: 1.6rem auto;
  text-align: center;
}
.no_content p {
  margin: 16px auto;
  font-size: 14px;
  color: var(--color_muted);
}
.placeholder {
  background-color: #f8f9fb;
  height: 0;
  overflow: hidden;
}
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.primary_c {
  color: var(--color_primary);
}
.switch_btn {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
}
.breadcrumbs_w {
  position: relative;
  z-index: 1;
  color: var(--color_muted);
  font-size: var(--h_12);
  margin: 0.24rem auto 0.16rem auto;
  overflow: hidden;
}
.breadcrumbs_w .lr_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs_w .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs_w .l_w {
  flex: 1 0 auto;
}
.breadcrumbs_w .r_w {
  flex: none;
}
.breadcrumbs_w .turn_back {
  display: block;
  padding: 0 0rem;
  height: 44px;
  line-height: 44px;
  color: var(--color_muted);
  text-align: center;
  border-radius: 0.24rem;
}
.breadcrumbs_w .turn_back:hover {
  opacity: 0.8;
  color: var(--color_primary);
}
.breadcrumbs_w a {
  color: var(--color_muted);
  font-size: var(--h_12);
}
.breadcrumbs_w a:hover {
  color: var(--color_primary);
}
.breadcrumbs_w .icon_slash {
  display: block;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 0.08rem;
  background-color: #94a2ab;
  opacity: 0.64;
  border-radius: 1px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.breadcrumbs_w .icon_home {
  font-size: 16px;
  color: var(--color_dark);
}
.breadcrumbs_w .icon_back {
  font-size: 24px;
}
#header {
  min-height: 64px;
}
.pull_l {
  float: left !important;
}
.pull_r {
  float: right !important;
}
.pull_c {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .con {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .con {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .con {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .con {
    width: 1366px;
  }
}
@media (min-width: 1600px) {
  .con {
    width: 1424px;
  }
}
@media (min-width: 1920px) {
  .con {
    width: 1424px;
  }
}
@media (max-width: 992px) {
  .con {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .con {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .con {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .con {
    width: 1366px;
  }
}
@media (min-width: 1600px) {
  .con {
    width: 1424px;
  }
}
@media (min-width: 1920px) {
  .con {
    width: 1424px;
  }
}
@media (min-width: 2560px) {
  .con {
    width: 1424px;
  }
}
.c_lg_1,
.c_lg_10,
.c_lg_11,
.c_lg_12,
.c_lg_13,
.c_lg_14,
.c_lg_15,
.c_lg_16,
.c_lg_17,
.c_lg_18,
.c_lg_19,
.c_lg_2,
.c_lg_20,
.c_lg_21,
.c_lg_22,
.c_lg_23,
.c_lg_24,
.c_lg_3,
.c_lg_4,
.c_lg_5,
.c_lg_6,
.c_lg_7,
.c_lg_8,
.c_lg_9,
.c_md_1,
.c_md_10,
.c_md_11,
.c_md_12,
.c_md_2,
.c_md_3,
.c_md_4,
.c_md_5,
.c_md_6,
.c_md_7,
.c_md_8,
.c_md_9,
.c_sm_1,
.c_sm_10,
.c_sm_11,
.c_sm_12,
.c_sm_13,
.c_sm_14,
.c_sm_15,
.c_sm_16,
.c_sm_17,
.c_sm_18,
.c_sm_19,
.c_sm_2,
.c_sm_20,
.c_sm_21,
.c_sm_22,
.c_sm_23,
.c_sm_24,
.c_sm_3,
.c_sm_4,
.c_sm_5,
.c_sm_6,
.c_sm_7,
.c_sm_8,
.c_sm_9,
.c_xs_1,
.c_xs_10,
.c_xs_11,
.c_xs_12,
.c_xs_13,
.c_xs_14,
.c_xs_15,
.c_xs_16,
.c_xs_17,
.c_xs_18,
.c_xs_19,
.c_xs_2,
.c_xs_20,
.c_xs_21,
.c_xs_22,
.c_xs_23,
.c_xs_24,
.c_xs_3,
.c_xs_4,
.c_xs_5,
.c_xs_6,
.c_xs_7,
.c_xs_8,
.c_xs_9 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.c_xs_24 {
  flex: 0 0 100%;
  width: 100%;
}
.c_xs_23 {
  flex: 0 0 95.833333%;
  width: 95.833333%;
}
.c_xs_22 {
  flex: 0 0 91.666667%;
  width: 91.666667%;
}
.c_xs_21 {
  flex: 0 0 87.5%;
  width: 87.5%;
}
.c_xs_20 {
  flex: 0 0 83.333333%;
  width: 83.333333%;
}
.c_xs_19 {
  flex: 0 0 79.166667%;
  width: 79.166667%;
}
.c_xs_18 {
  flex: 75%;
  width: 75%;
}
.c_xs_17 {
  flex: 0 0 70.833333%;
  width: 70.833333%;
}
.c_xs_16 {
  flex: 66.6666667%;
  width: 66.6666667%;
}
.c_xs_15 {
  flex: 62.4%;
  width: 62.4%;
}
.c_xs_14 {
  flex: 58.333333%;
  width: 58.333333%;
}
.c_xs_13 {
  flex: 0 0 54.166667%;
  width: 54.166667%;
}
.c_xs_12 {
  flex: 0 0 50%;
  width: 50%;
}
.c_xs_11 {
  flex: 0 0 45.833333%;
  width: 45.833333%;
}
.c_xs_10 {
  flex: 0 0 41.66667%;
  width: 41.66667%;
}
.c_xs_9 {
  flex: 0 37.5%;
  width: 37.5%;
}
.c_xs_8 {
  flex: 0 0 33.333333%;
  width: 33.333333%;
}
.c_xs_7 {
  flex: 0 0 29.1666666%;
  width: 29.1666666%;
}
.c_xs_6 {
  flex: 0 0 25%;
  width: 25%;
}
.c_xs_5 {
  flex: 0 0 20.8333333%;
  width: 20.8333333%;
}
.c_xs_4 {
  flex: 0 0 20.8333333%;
  width: 16.6666666%;
}
.c_xs_3 {
  flex: 0 0 20.8333333%;
  width: 12.5%;
}
.c_xs_2 {
  flex: 0 0 8.33333333%;
  width: 8.33333333%;
}
.c_xs_1 {
  flex: 0 0 4.166667%;
  width: 4.166667%;
}
@media (min-width: 768px) {
  .c_sm_24 {
    flex: 0 0 100%;
    width: 100%;
  }
  .c_sm_23 {
    flex: 0 0 95.833333%;
    width: 95.833333%;
  }
  .c_sm_22 {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }
  .c_sm_21 {
    flex: 0 0 87.5%;
    width: 87.5%;
  }
  .c_sm_20 {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }
  .c_sm_19 {
    flex: 0 0 79.166667%;
    width: 79.166667%;
  }
  .c_sm_18 {
    flex: 75%;
    width: 75%;
  }
  .c_sm_17 {
    flex: 0 0 70.833333%;
    width: 70.833333%;
  }
  .c_sm_16 {
    flex: 66.6666667%;
    width: 66.6666667%;
  }
  .c_sm_15 {
    flex: 62.4%;
    width: 62.4%;
  }
  .c_sm_14 {
    flex: 58.333333%;
    width: 58.333333%;
  }
  .c_sm_13 {
    flex: 0 0 54.166667%;
    width: 54.166667%;
  }
  .c_sm_12 {
    flex: 0 0 50%;
    width: 50%;
  }
  .c_sm_11 {
    flex: 0 0 45.833333%;
    width: 45.833333%;
  }
  .c_sm_10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .c_sm_9 {
    flex: 0 37.5%;
    width: 37.5%;
  }
  .c_sm_8 {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .c_sm_7 {
    flex: 0 0 29.1666666%;
    width: 29.1666666%;
  }
  .c_sm_6 {
    flex: 0 0 25%;
    width: 25%;
  }
  .c_sm_5 {
    flex: 0 0 20.8333333%;
    width: 20.8333333%;
  }
  .c_sm_4 {
    flex: 0 0 20.8333333%;
    width: 16.6666666%;
  }
  .c_sm_3 {
    flex: 0 0 20.8333333%;
    width: 12.5%;
  }
  .c_sm_2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
  }
  .c_sm_1 {
    flex: 0 0 4.166667%;
    width: 4.166667%;
  }
}
@media (min-width: 992px) {
  .c_md_24 {
    flex: 0 0 100%;
    width: 100%;
  }
  .c_md_23 {
    flex: 0 0 95.833333%;
    width: 95.833333%;
  }
  .c_md_22 {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }
  .c_md_21 {
    flex: 0 0 87.5%;
    width: 87.5%;
  }
  .c_md_20 {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }
  .c_md_19 {
    flex: 0 0 79.166667%;
    width: 79.166667%;
  }
  .c_md_18 {
    flex: 75%;
    width: 75%;
  }
  .c_md_17 {
    flex: 0 0 70.833333%;
    width: 70.833333%;
  }
  .c_md_16 {
    flex: 66.6666667%;
    width: 66.6666667%;
  }
  .c_md_15 {
    flex: 62.4%;
    width: 62.4%;
  }
  .c_md_14 {
    flex: 58.333333%;
    width: 58.333333%;
  }
  .c_md_13 {
    flex: 0 0 54.166667%;
    width: 54.166667%;
  }
  .c_md_12 {
    flex: 0 0 50%;
    width: 50%;
  }
  .c_md_11 {
    flex: 0 0 45.833333%;
    width: 45.833333%;
  }
  .c_md_10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .c_md_9 {
    flex: 0 37.5%;
    width: 37.5%;
  }
  .c_md_8 {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .c_md_7 {
    flex: 0 0 29.1666666%;
    width: 29.1666666%;
  }
  .c_md_6 {
    flex: 0 0 25%;
    width: 25%;
  }
  .c_md_5 {
    flex: 0 0 20.8333333%;
    width: 20.8333333%;
  }
  .c_md_4 {
    flex: 0 0 20.8333333%;
    width: 16.6666666%;
  }
  .c_md_3 {
    flex: 0 0 20.8333333%;
    width: 12.5%;
  }
  .c_md_2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
  }
  .c_md_1 {
    flex: 0 0 4.166667%;
    width: 4.166667%;
  }
}
@media (min-width: 1600px) {
  .c_lg_24 {
    flex: 0 0 100%;
    width: 100%;
  }
  .c_lg_23 {
    flex: 0 0 95.833333%;
    width: 95.833333%;
  }
  .c_lg_22 {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }
  .c_lg_21 {
    flex: 0 0 87.5%;
    width: 87.5%;
  }
  .c_lg_20 {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }
  .c_lg_19 {
    flex: 0 0 79.166667%;
    width: 79.166667%;
  }
  .c_lg_18 {
    flex: 75%;
    width: 75%;
  }
  .c_lg_17 {
    flex: 0 0 70.833333%;
    width: 70.833333%;
  }
  .c_lg_16 {
    flex: 66.6666667%;
    width: 66.6666667%;
  }
  .c_lg_15 {
    flex: 62.4%;
    width: 62.4%;
  }
  .c_lg_14 {
    flex: 58.333333%;
    width: 58.333333%;
  }
  .c_lg_13 {
    flex: 0 0 54.166667%;
    width: 54.166667%;
  }
  .c_lg_12 {
    flex: 0 0 50%;
    width: 50%;
  }
  .c_lg_11 {
    flex: 0 0 45.833333%;
    width: 45.833333%;
  }
  .c_lg_10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
  }
  .c_lg_9 {
    flex: 0 37.5%;
    width: 37.5%;
  }
  .c_lg_8 {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .c_lg_7 {
    flex: 0 0 29.1666666%;
    width: 29.1666666%;
  }
  .c_lg_6 {
    flex: 0 0 25%;
    width: 25%;
  }
  .c_lg_5 {
    flex: 0 0 20.8333333%;
    width: 20.8333333%;
  }
  .c_lg_4 {
    flex: 0 0 20.8333333%;
    width: 16.6666666%;
  }
  .c_lg_3 {
    flex: 0 0 20.8333333%;
    width: 12.5%;
  }
  .c_lg_2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
  }
  .c_lg_1 {
    flex: 0 0 4.166667%;
    width: 4.166667%;
  }
}
.con {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.con_f {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.row {
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.align_s_c {
  -webkit-align-self: center;
  align-self: center;
}
@media screen and (max-width: 2560px) {
  .con {
    width: 1424px;
  }
}
@media screen and (max-width: 1920px) {
  .con {
    width: 1200px;
  }
}
@media screen and (max-width: 1366px) {
  .con {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .con {
    width: 100%;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .row {
    margin-left: -0.24rem;
    margin-right: -0.24rem;
  }
  .c_lg_1,
  .c_lg_10,
  .c_lg_11,
  .c_lg_12,
  .c_lg_13,
  .c_lg_14,
  .c_lg_15,
  .c_lg_16,
  .c_lg_17,
  .c_lg_18,
  .c_lg_19,
  .c_lg_2,
  .c_lg_20,
  .c_lg_21,
  .c_lg_22,
  .c_lg_23,
  .c_lg_24,
  .c_lg_3,
  .c_lg_4,
  .c_lg_5,
  .c_lg_6,
  .c_lg_7,
  .c_lg_8,
  .c_lg_9,
  .c_md_1,
  .c_md_10,
  .c_md_11,
  .c_md_12,
  .c_md_2,
  .c_md_3,
  .c_md_4,
  .c_md_5,
  .c_md_6,
  .c_md_7,
  .c_md_8,
  .c_md_9,
  .c_sm_1,
  .c_sm_10,
  .c_sm_11,
  .c_sm_12,
  .c_sm_13,
  .c_sm_14,
  .c_sm_15,
  .c_sm_16,
  .c_sm_17,
  .c_sm_18,
  .c_sm_19,
  .c_sm_2,
  .c_sm_20,
  .c_sm_21,
  .c_sm_22,
  .c_sm_23,
  .c_sm_24,
  .c_sm_3,
  .c_sm_4,
  .c_sm_5,
  .c_sm_6,
  .c_sm_7,
  .c_sm_8,
  .c_sm_9,
  .c_xs_1,
  .c_xs_10,
  .c_xs_11,
  .c_xs_12,
  .c_xs_13,
  .c_xs_14,
  .c_xs_15,
  .c_xs_16,
  .c_xs_17,
  .c_xs_18,
  .c_xs_19,
  .c_xs_2,
  .c_xs_20,
  .c_xs_21,
  .c_xs_22,
  .c_xs_23,
  .c_xs_24,
  .c_xs_3,
  .c_xs_4,
  .c_xs_5,
  .c_xs_6,
  .c_xs_7,
  .c_xs_8,
  .c_xs_9 {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 750px) {
}
#main {
  min-height: 500px;
}
.article {
  padding-top: 0.32rem;
  line-height: 2.2;
  font-size: 16px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}
.article h1 {
  font-size: 36px;
}
.article h2 {
  font-size: 24px;
}
.article h3 {
  font-size: 18px;
}
.article h4 {
  font-size: 16px;
}
.article h5 {
  font-size: 13px;
}
.article h6 {
  font-size: 12px;
}
.article p {
  font-size: inherit;
  word-wrap: break-word;
}
.nav_w {
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 0.04rem 0;
  background-color: #FFF;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .nav_w.on {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    backdrop-filter: saturate(180%) blur(24px);
  }
}
.nav_w .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nav_w.hidenav {
  top: -64px;
  z-index: 10;
}
.nav_w.shownav {
  top: 0;
  z-index: 99;
  color: var(--color_dark);
  background-color: var(--color_white);
}
.nav_w.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  color: var(--color_white);
  background-color: transparent;
}
.nav_bg {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 19.2rem;
  height: 64px;
  overflow: hidden;
  background-color: var(--color_white);
  box-shadow: 0 16px 64px 0 rgba(150, 160, 170, 0.16);
}
.fixed .nav_bg {
  background-color: transparent;
  box-shadow: none;
}
.nav_w .nav_left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.nav_w .logo_con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.nav_w .logo_con #logo {
  position: relative;
  z-index: 1;
}
.nav_w .logo_con a {
  display: block;
  display: inline-block;
  background-size: cover;
  height: 50px;
  width: 100px;
}
#logo_svg:hover #logo_dudouo_eye_l,
#logo_svg:hover #logo_dudouo_eye_r {
  animation: eyeblink 0.24s ease-out 0s 1;
}
@media screen and (max-width: 1200px) {
  .nav_w .logo_con a {
    background-size: cover;
    width: 64px;
    height: 32px;
  }
  .nav_w #logo_svg {
    background-size: cover;
    width: 64px;
    height: 32px;
  }
}
.nav_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 0.24rem;
}
@media screen and (max-width: 1200px) {
  .nav_list {
    display: none;
    opacity: 0;
  }
}
.nav_list .nav_li h6 a {
  position: relative;
  z-index: 1;
  display: block;
  display: inline-block;
  line-height: 52px;
  font-size: 16px;
  color: var(--color_dark);
  padding: 0 0.16rem;
  font-weight: 500;
  opacity: 0.9;
  transition: all 0.3s;
}
@media screen and (max-width: 2560px) {
  .nav_list .nav_li h6 a {
    padding: 0 0.16rem;
  }
}
@media screen and (max-width: 1920px) {
  .nav_list .nav_li h6 a {
    padding: 0 0.16rem;
  }
}
.dark_mode .nav_li h6 a {
  color: var(--color_white);
}
.dark_mode .nav_right a {
  color: var(--color_white);
}
.fixed .nav_li h6 a {
  color: var(--color_white);
}
.shownav .nav_li h6 a {
  color: var(--color_dark);
}
.fixed .nav_li h6 a {
  color: var(--color_white);
}
.nav_li.active h6 a:hover {
  opacity: 1;
  color: var(--color_primary);
}
.nav_li h6 a em {
  display: block;
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  right: 24px;
  bottom: -16px;
  border-left: solid 10px transparent;
  border-bottom: solid 10px var(--color_white);
  border-right: solid 10px transparent;
  transition: all 0.3s;
}
.nav_li.active em {
  opacity: 1;
}
.nav_li.active h6 a:hover em {
  opacity: 1;
}
.nav_li .icon_w {
  display: inline-block;
  padding: 0 8px;
  transition: all 0.3s;
}
.nav_li .icon_more {
  padding: 0;
  font-size: 24px;
}
.nav_li .icon_product {
  width: 11px;
  height: 11px;
  vertical-align: baseline;
}
.nav_li.active:hover .icon_bottom,
.nav_li.active .icon_bottom {
  transform: rotate(180deg);
}
.nav_con .sub_w {
  margin: auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 72px;
  width: 14.08rem;
  min-width: 14.08rem;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1920px) {
  .nav_con .sub_w {
    width: 12rem;
    min-width: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .nav_con .sub_w {
    width: 100%;
    min-width: 100%;
  }
}
.nav_con .tt_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.nav_con .tt_w .sub_tt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.nav_con .tt_w .sub_tt:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  background-color: #e9f2ef;
  border-radius: 16px;
  overflow: hidden;
}
.nav_con .tt_w .sub_tt:hover {
  color: var(--color_primary);
}
.nav_con .tt_w .btn_more {
  display: block;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: var(--color_primary);
  border-radius: 0.32rem;
}
.nav_con .tt_w .btn_more:hover {
  opacity: 0.95;
}
.nav_con .coming_soon {
  cursor: help;
  pointer-events: painted;
  color: var(--color_dark);
}
.nav_con .coming {
  font-weight: normal;
  font-size: 10px;
  padding: 0 0.02rem;
  color: var(--color_light);
  margin-left: 2px;
  border: 1px solid var(--color_light);
}
.nav_con .tag_w {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  margin-right: 0.04rem;
  border-radius: 2px;
}
.nav_con .tag_new {
  color: var(--ec_green);
}
.nav_con .tag_hot {
  color: var(--ec_orange);
}
.nav_con .tag_w {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  margin-right: 0.04rem;
  border-radius: 2px;
}
.nav_con .tag_new {
  color: var(--ec_green);
}
.nav_con .tag_hot {
  color: var(--ec_orange);
}
.sub_pro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
}
.sub_pro .pro_l {
  flex: 0 1 55%;
}
.sub_pro .pro_r {
  flex: 0 1 40%;
}
.sub_pro .pro_scrm {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  padding-top: 0.32rem;
}
.sub_pro .pro_list {
  flex: 1;
  padding: 0.24rem 0.16rem;
  margin-right: 2%;
  border-radius: 0.08rem;
}
.sub_pro .pro_list .list_ul {
  padding: 0;
}
.sub_pro .pro_list a {
  display: block;
  line-height: 0.46rem;
  color: var(--color_dark);
}
.sub_pro .pro_list a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_pro .pro_list .img_w {
  max-width: 72px;
  margin-left: auto;
  margin-right: auto;
}
.sub_pro .pro_list h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
  font-size: 16px;
}
.sub_pro .pro_list:nth-child(1) {
  background-image: linear-gradient(-180deg, #e9f2ef 0%, #f8fbfa 100%);
}
.sub_pro .pro_list:nth-child(2) {
  background-image: linear-gradient(-180deg, #faf4ed 0%, #fdfbf8 100%);
}
.sub_pro .pro_list:nth-child(3) {
  background-image: linear-gradient(-180deg, #eaf6fd 0%, #f7fcfe 100%);
}
.sub_pro .pro_list:nth-child(4) {
  background-image: linear-gradient(-180deg, #f3f4fb 0%, #fafafd 100%);
}
.sub_pro .pro_other {
  padding-top: 0.24rem;
}
.sub_pro .pro_other .list_w {
  display: flex;
  flex-wrap: nowrap;
}
.sub_pro .pro_other li {
  margin-right: 6%;
}
.sub_pro .pro_other li:last-child {
  margin-right: 3%;
}
.sub_pro .pro_other .img_w {
  max-width: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
.sub_pro .pro_other .text_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.08rem 0.04rem;
}
.sub_pro .pro_other li:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_pro .pro_other li:hover a {
  color: var(--color_primary);
  opacity: 1;
}
.sub_pro .price_w {
  padding-top: 0.24rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  color: var(--color_white);
}
.sub_pro .price_w a {
  color: var(--color_white);
}
.sub_pro .price_w a:hover {
  color: var(--color_white);
  opacity: 0.95;
}
.sub_pro .price_w .price_list {
  flex: 1 1 33.33%;
  padding: 0.24rem 0.08rem;
  margin-right: 3%;
  font-family: "num", Helvetica, arial, sans-serif;
  border-radius: 0.08rem;
}
.sub_pro .price_w .price_list .info {
  position: relative;
  padding-bottom: 0.08rem;
  padding-left: 0.16rem;
}
.sub_pro .price_w .price_list i {
  position: absolute;
  left: 8px;
  top: 4px;
}
.sub_pro .price_w .price_list h6 {
  padding: 0.16rem 0;
}
.sub_pro .price_w .price_list b {
  font-size: 0.36rem;
}
.sub_pro .price_w .standard_w {
  background-image: linear-gradient(-90deg, #2f85f9 0%, #5fbced 100%);
  box-shadow: 0 0.16rem 0.32rem rgba(92, 184, 238, 0.16);
}
.sub_pro .price_w .enterprise_w {
  background-image: linear-gradient(-90deg, #f1676f 0%, #fa9387 100%);
  box-shadow: 0 0.16rem 0.32rem rgba(238, 92, 92, 0.16);
}
.sub_pro .price_w .senior_w {
  background-image: linear-gradient(-90deg, #687ff7 0%, #8fa8fd 100%);
  box-shadow: 0 0.16rem 0.32rem rgba(142, 167, 253, 0.16);
}
.sub_pro .price_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 32px;
}
.sub_pro .price_box .price_adx {
  flex: 0 0 160px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_white);
  box-shadow: 0 0.16rem 0.32rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
.sub_pro .price_box .price_card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  color: var(--color_dark);
}
.sub_pro .price_box .price_card a {
  color: var(--color_white);
}
.sub_pro .price_box .price_card a:hover {
  color: var(--color_white);
  opacity: 0.95;
}
.sub_pro .price_box .price_card .price_item {
  flex: 1 0 40%;
  margin-right: 16px;
  margin-bottom: 16px;
  min-height: 345px;
  font-family: num, Helvetica, arial, sans-serif;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_white);
  border-top: 4px solid var(--ec_green) !important;
  background: #f8f9fb url("../images/price_item_bg_x.png") no-repeat center
    center;
  background-size: cover;
}
.sub_pro .price_box .price_card .price_item font {
  font-size: 18px;
  font-weight: bold;
}
.sub_pro .price_box .price_card .price_item .num {
  min-height: 54px;
  line-height: 36px;
  padding-top: 24px;
  padding-bottom: 48px;
  color: var(--ec_green) !important;
}
.sub_pro .price_box .price_card .price_item h6 {
  color: var(--color_dark);
  padding: 40px 8px 8px 8px;
  border-radius: 0.08rem 0.08rem 0 0;
}
.sub_pro .price_box .price_card .price_item b {
  font-size: 32px;
  color: var(--ec_green) !important;
}
.sub_pro .price_box .price_card .price_item span {
  font-size: 12px;
}
.sub_pro .price_box .price_card .price_item p {
  color: var(--color_muted);
}
.sub_pro .price_box .price_card .plus .num {
  line-height: 1.4;
}
.sub_pro .price_box .price_card .free .num em,
.sub_pro .price_box .price_card .plus .info em {
  font-size: 12px;
  font-weight: bold;
}
.sub_pro .price_box .price_card .max .info {
  color: var(--ec_indigo);
  color: #739fde;
}
.sub_pro .price_box .price_card .plus .info {
  color: var(--ec_purple);
  color: #898ccc;
}
.sub_solution {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
}
.sub_solution .solution_l {
  flex: 0 1 55%;
}
.sub_solution .solution_r {
  flex: 0 1 40%;
}
.sub_solution .adx_w {
  display: block;
  padding-top: 0.54rem;
}
.sub_solution .solution_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.32rem;
}
.sub_solution .solution_ul li {
  flex: 0 1 47%;
  margin-right: 3%;
  margin-bottom: 0.24rem;
  border-radius: 0.08rem;
}
.sub_solution .solution_ul li .coming_soon {
  filter: grayscale(100%);
  color: var(--color_light);
  opacity: 0.5 !important;
}
.sub_solution .solution_ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.24rem 0.24rem;
  color: var(--color_dark);
}
.sub_solution .solution_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_solution .solution_ul li .img_w {
  max-width: 44px;
  width: 1rem;
}
.sub_solution .solution_ul li .text_w {
  padding-left: 0.16rem;
}
.sub_solution .solution_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.sub_solution .solution_ul li p {
  margin-top: 0.04rem;
  color: var(--color_muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sub_solution .solution_ul li:nth-child(1) {
  background-image: linear-gradient(0deg, #eaf6fd 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_blue.png") no-repeat center
    center;
  background-size: cover;
}
.sub_solution .solution_ul li:nth-child(2) {
  background-image: linear-gradient(0deg, #faf4ed 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_yellow.png") no-repeat center
    center;
  background-size: cover;
}
.sub_solution .solution_ul li:nth-child(3) {
  background-image: linear-gradient(0deg, #e9f2ef 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_green.png") no-repeat center
    center;
  background-size: cover;
}
.sub_solution .solution_ul li:nth-child(4) {
  background-image: linear-gradient(0deg, #f3f4fb 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_blue.png") no-repeat center
    center;
  background-size: cover;
}
.sub_solution .solution_ul li:nth-child(5) {
  background-image: linear-gradient(0deg, #e9f2ef 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_green.png") no-repeat center
    center;
  background-size: cover;
}
.sub_solution .solution_ul li:nth-child(6) {
  background-image: linear-gradient(0deg, #faf4ed 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_yellow.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
}
.sub_case .case_l {
  flex: 0 1 55%;
}
.sub_case .case_r {
  flex: 0 1 40%;
}
.sub_case .case_r .adx_w {
  display: block;
  padding-top: 0.54rem;
}
.sub_case .case_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.32rem;
}
.sub_case .case_ul li {
  flex: 0 1 47%;
  margin-right: 3%;
  margin-bottom: 0.28rem;
  background-color: var(--ec_bg_light);
  border-radius: 0.08rem;
}
.sub_case .case_ul li img {
  min-width: 48px;
}
.sub_case .case_ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.16rem 0.24rem;
  color: var(--color_dark);
}
.sub_case .case_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_case .case_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.sub_case .case_ul li p {
  padding-left: 0.16rem;
}
.sub_case .case_ul li:nth-child(1) {
  background-image: linear-gradient(0deg, #eaf6fd 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_blue.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(2) {
  background-image: linear-gradient(0deg, #fdf1f1 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_yellow.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(3) {
  background-image: linear-gradient(0deg, #e9f2ef 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_green.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(4) {
  background-image: linear-gradient(0deg, #f3f4fb 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_blue.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(5) {
  background-image: linear-gradient(0deg, #eaf6fd 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_yellow.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(6) {
  background-image: linear-gradient(0deg, #e9f2ef 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_green.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(7) {
  background-image: linear-gradient(0deg, #f3f4fb 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_green.png") no-repeat center
    center;
  background-size: cover;
}
.sub_case .case_ul li:nth-child(8) {
  background-image: linear-gradient(0deg, #faf4ed 0%, #ffffff 100%);
  background: #f8f9fb url("../images/png_bg_blue.png") no-repeat center
    center;
  background-size: cover;
}
.sub_support {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
}
.sub_support .support_l {
  flex: 0 1 60%;
}
.sub_support .support_r {
  flex: 0 1 30%;
}
.sub_support .support_r .adx_w {
  display: block;
  margin-top: 0.32rem;
}
.sub_support .support_ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0.32rem;
}
.sub_support .support_ul li {
  flex: 0 1 33.33%;
  margin-right: 2%;
  margin-bottom: 0.16rem;
  border-radius: 0.08rem;
  background: var(--ec_bg_muted);
}
.sub_support .support_ul li .text_w {
  flex: 1 1 100%;
  padding-left: 0.16rem;
}
.sub_support .support_ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0.32rem 0.16rem;
  color: var(--color_dark);
  border-radius: 0.08rem;
}
.sub_support .support_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_support .support_ul li b {
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sub_support .support_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.sub_support .support_ul li p {
  margin-top: 0.08rem;
  color: var(--color_muted);
}
.sub_support .support_ul li .img_w {
  flex: 1 0 auto;
}
.sub_support .support_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0.08rem;
}
.sub_support .support_box li {
  flex: 0 1 33.33%;
  margin-right: 2%;
  margin-bottom: 0.16rem;
  border-radius: 0.08rem;
  background: #f8f9fb;
}
.sub_support .support_box li .text_w {
  flex: 1 1 100%;
  padding-left: 0.16rem;
}
.sub_support .support_box li b {
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sub_support .support_box li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.sub_support .support_box li p {
  margin-top: 0.08rem;
  color: var(--color_muted);
}
.sub_support .support_box li .img_w {
  flex: 1 0 auto;
}
.sub_support .support_box li .coming_soon {
  filter: grayscale(100%);
  color: var(--color_light);
  opacity: 0.8 !important;
}
.sub_support .support_box li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0.32rem 0.16rem;
  color: var(--color_dark);
}
.sub_support .support_box li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.sub_support .support_box li:nth-child(1) {
  background: #f8f9fb url("../images/icon_support_bg_agent.png") no-repeat
    center center;
  background-size: cover;
}
.sub_support .support_box li:nth-child(2) {
  background: #f8f9fb url("../images/icon_support_bg_api.png") no-repeat
    center center;
  background-size: cover;
}
.sub_support .support_box li:nth-child(3) {
  background: #f8f9fb url("../images/icon_support_bg_college.png") no-repeat
    center center;
  background-size: cover;
}
.sub_support .contact_our {
  padding-bottom: 0.72rem;
  font-family: "num", Helvetica, arial, sans-serif;
}
.sub_support .contact_our .text_w {
  padding: 0;
}
.sub_support .contact_our .tel {
  font-size: 0.48rem;
  padding-top: 0.24rem;
  font-weight: normal;
}
.sub_support .contact_our .time {
  color: var(--color_muted);
}
.sub_support .contact_cs .btn_w {
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.sub_support .contact_cs .tips {
  font-family: "num", Helvetica, arial, sans-serif;
}
.sub_about {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.4rem 0.4rem;
}
.sub_about .about_l {
  flex: 0 1 60%;
}
.sub_about .about_r {
  flex: 0 1 30%;
}
.sub_about .ul_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.sub_about .ul_w li {
  flex: 0 1 auto;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_light);
}
.sub_about .ul_w li .text_w {
  flex: 1 1 100%;
  padding-left: 0.16rem;
}
.sub_about .ul_w li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 1.4rem;
  text-align: center;
  padding: 0.16rem 0.08rem;
  color: var(--color_dark);
  border-radius: 0.08rem;
}
.sub_about .ul_w li a:hover {
  color: var(--color_white);
  background-color: var(--color_primary);
  opacity: 0.95;
}
.sub_about .ul_w li .update {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 6px;
  height: 6px;
  color: #fff;
  background-color: var(--color_primary);
  border-radius: 6px;
}
.sub_about .ul_w li a:hover .update {
  background-color: var(--color_white);
  opacity: 0.64;
}
.sub_about .ul_w li .coming_soon:hover {
  color: var(--color_dark);
  background-color: transparent;
  cursor: default;
}
.sub_about .ul_w li .coming_soon {
  filter: grayscale(100%);
  color: var(--color_light) !important;
  opacity: 0.8 !important;
}
.sub_about .ul_w li b {
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sub_about .ul_w li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.sub_about .ul_w li p {
  margin-top: 0.04rem;
  color: var(--color_muted);
}
.sub_about .ul_w li .img_w {
  flex: 1 0 auto;
}
.sub_about .contact_our {
  padding-bottom: 0.72rem;
  font-family: "num", Helvetica, arial, sans-serif;
}
.sub_about .contact_our .text_w {
  padding: 0;
}
.sub_about .contact_our .info_w {
  padding-top: 0.48rem;
}
.sub_about .contact_our .info_w p {
  padding-top: 24px;
}
.sub_about .contact_our .tel {
  font-size: 0.48rem;
  padding-top: 0.24rem;
  font-weight: normal;
}
.sub_about .contact_our .time {
  color: var(--color_muted);
}
.sub_w a {
  color: var(--color_dark);
  transition: all 0.3s;
}
.sub_w a a:hover {
  color: var(--color_primary);
}
.sub_w a a:hover span {
  color: var(--color_primary);
}
.sub_w a a .icon_sub {
  transition: all 0.3s;
}
.sub_w a a:hover .icon_sub {
  transform: translateX(4px);
}
.sub_w a a .img_r {
  transition: all 0.3s ease;
}
.sub_w a a:hover .img_r {
  transform: translateY(-4px);
  opacity: 0.8;
}
.nav_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
  font-size: 16px;
}
.nav_right a {
  color: var(--color_dark);
}
.fixed .nav_right a {
  color: #ffffff;
}
.shownav .nav_right a {
  color: var(--color_dark);
}
.fixed .nav_right a {
  color: #ffffff;
}
.nav_right a:hover {
  opacity: 1;
}
.m_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
@media screen and (min-width: 1200px) {
  .m_nav {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  .m_nav {
    display: block;
  }
}
.m_nav .m_user {
  display: none;
  margin: 0 0.08rem;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.24s;
  border-radius: 32px;
}
.m_nav .m_user .icon_w {
  font-size: 24px;
}
.m_nav .m_user:hover {
  color: var(--color_primary);
}
.m_nav .m_menu_btn {
  width: 24px;
  padding: 0;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transition: all 0.24s;
}
.m_nav .m_menu_btn:hover {
  color: var(--color_primary);
}
.m_nav .m_menu_btn span {
  height: 2px;
  background: var(--color_dark);
}
.m_nav .m_menu_btn:hover span {
  background: var(--color_primary);
}
.m_nav .m_menu_btn.active {
  color: var(--color_primary);
}
.m_nav .m_menu_btn .icon_menu_hamburg {
  font-size: 24px;
}
.m_nav .m_menu_btn .icon_close {
  font-size: 24px;
  display: none;
}
.m_nav .m_menu_btn.active .icon_menu_hamburg {
  display: none;
}
.m_nav .m_menu_btn.active .icon_close {
  display: block !important;
}
.m_nav .m_menu_btn:hover {
  color: var(--color_primary);
}
.m_nav .m_menu_btn.active span:nth-child(2) {
  opacity: 0;
}
.m_nav .m_menu_btn.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.m_nav .m_menu_btn.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.m_search_w {
  overflow: hidden;
  margin: auto;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  width: 13.88rem;
  min-width: 13.88rem;
  top: 88px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  border-radius: 16px;
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
@media screen and (max-width: 1200px) {
  .m_search_w {
    top: 0;
    width: 100%;
    min-width: 10%;
    max-width: 100%;
  }
}
.m_search_w.open,
.m_search_w.active,
.m_search_w.on {
  height: 400px !important;
}
@media screen and (max-width: 1200px) {
  .m_search_w.open,
  .m_search_w.active,
  .m_search_w.on {
    height: 30vh !important;
  }
}
.m_search_w .search_box {
  padding-top: 1.2rem;
}
.m_search_w .search_box:hover #search_eye_l,
.m_search_w .search_box:hover #search_eye_r {
  animation: eyeblink 0.24s ease-out 0s 1;
}
.m_search_w .search_box:hover #search_eyeball_l {
  transform: translate(-56.387px, -74.803px);
}
.m_search_w .search_box:hover #search_eyeball_r {
  transform: translate(-160.293px, -74.803px);
}
.m_search_w #search_eye_l,
.m_search_w #search_eye_r {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: eyemove 6s 0s infinite linear;
  animation: eyemove 6s 0s infinite linear;
}
.m_search_w .search_box:hover #search_logo_text {
  transform: translate(20px, -8px);
}
.m_search_w .search_w {
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 56px;
  line-height: 56px;
  margin-left: auto;
  margin-right: auto;
}
.m_search_w .search_w .search_input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  border-radius: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--ec_bg_light);
}
.m_search_w .search_w .search_logo {
  content: "";
  margin: auto;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -68px;
  bottom: 0;
  text-align: center;
}
.m_search_w .search_w .icon_search {
  cursor: pointer;
  width: 40px;
  height: 56px;
  line-height: 56px;
  content: "";
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 0.16rem;
  top: 0;
  bottom: 0;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.64);
}
.m_search_w .search_w .search_cancel {
  cursor: pointer;
  width: 64px;
  height: 56px;
  line-height: 56px;
  content: "";
  margin: auto;
  position: absolute;
  z-index: 1;
  right: -0.8rem;
  top: 0;
  bottom: 0;
  font-size: 18px;
  color: var(--color_muted);
}
.m_search_w .search_w .icon_search:hover {
  color: #52c018;
}
.m_search_w .hot_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 8px;
}
.m_search_w .hot_tags .icon_hot {
  color: #f1676f;
  font-size: 16px;
}
.m_search_w .hot_tags .tag_link {
  color: var(--color_light);
}
.m_search_w .hot_tags .tag_link:hover {
  color: #52c018;
}
.m_search_w .hot_tags b {
  display: inline-block;
  padding-right: 8px;
}
.m_search_w .hot_tags a {
  display: inline-block;
  padding-left: 16px;
}
@media screen and (max-width: 1200px) {
  .m_search_w .search_box {
    padding-top: 1.6rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }
  .m_search_w .search_w {
    width: 100%;
  }
  .m_search_w .hot_tags {
    width: 100%;
  }
}
.m_menu_w {
  overflow-y: auto;
  overflow-y: scroll;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: saturate(180%) blur(64px);
  backdrop-filter: saturate(180%) blur(64px);
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
@media screen and (min-width: 1200px) {
  .m_menu_w {
    display: none;
  }
}
.m_menu_w .tips_w {
  text-align: center;
  padding: 0 0.08rem 0.48rem 0.08rem;
  font-size: 12px;
  color: var(--color_muted);
}
.m_menu_w .tips_w .icon_w {
  font-size: 14px;
}
.m_menu_w.open,
.m_menu_w.active,
.m_menu_w.on {
  height: 100vh !important;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.m_menu_w .m_menu_w .closebtn {
  position: absolute;
  top: 18px;
  right: 24px;
}
.m_menu_w .icon_w {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .menu_ul_m .firs_li {
    opacity: 0;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
    transition: all 0.32s ease, opacity 0.32s ease;
  }
  .menu_ul_m .firs_li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0.1s;
  }
  .menu_ul_m .firs_li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .menu_ul_m .firs_li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .menu_ul_m .firs_li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .menu_ul_m .firs_li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .menu_ul_m .firs_li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .menu_ul_m .firs_li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .menu_ul_m .firs_li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .menu_ul_m .firs_li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .menu_ul_m .firs_li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .open .firs_li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: none;
    transform: none;
  }
}
.menu_ul_m {
  overflow-y: auto;
  overflow-y: scroll;
  padding: 0.96rem 0.08rem 0.32rem 0.08rem;
}
.menu_ul_m .coming_soon {
  cursor: help;
  pointer-events: painted;
  color: var(--color_dark);
  opacity: 0.64;
}
.menu_ul_m .coming {
  font-weight: normal;
  font-size: 10px;
  padding: 0 0.02rem;
  color: var(--color_light);
  margin-left: 2px;
  border: 1px solid var(--color_light);
}
.menu_ul_m .tag_w {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0.04rem 0.04rem;
  margin-right: 0.04rem;
  border-radius: 2px;
}
.menu_ul_m .tag_new {
  color: var(--ec_green);
}
.menu_ul_m .tag_hot {
  color: var(--ec_orange);
}
.menu_ul_m .firs_li.active h3 .icon_w {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--color_primary);
}
.menu_ul_m .firs_li.active .second_menu {
  display: block;
}
.menu_ul_m .firs_li {
  border-bottom: 1px solid var(--ec_bg_muted);
}
.menu_ul_m .firs_li h3 {
  display: block;
}
.menu_ul_m .firs_li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
.menu_ul_m .firs_li h3 a {
  width: 30%;
  font-size: 16px;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}
.menu_ul_m .firs_li h3 a:hover {
  color: var(--color_primary);
}
.menu_ul_m .firs_li h3.light_up a {
  color: var(--color_primary);
}
.menu_ul_m .firs_li h3 .icon_btn {
  width: 70%;
  cursor: pointer;
  height: 0.64rem;
  line-height: 0.64rem;
  position: relative;
  z-index: 1;
}
.menu_ul_m .firs_li h3 .icon_w {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  color: var(--color_muted);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_ul_m .firs_li h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed var(--ec_bg_dark);
}
.menu_ul_m .firs_li h6:first-child {
  border-bottom: transparent;
}
.menu_ul_m .firs_li h6:last-child {
  border-bottom: transparent;
}
.menu_ul_m .firs_li h6 .icon_btn {
  cursor: pointer;
  width: 50%;
  height: 0.64rem;
  line-height: 0.64rem;
  position: relative;
  z-index: 1;
}
.menu_ul_m .firs_li h6 .icon_w {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0;
  color: var(--color_muted);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_ul_m .firs_li .icon_btn.active .icon_w {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--color_primary);
}
.menu_ul_m .second_li {
  width: 100%;
  border-radius: 0.08rem;
}
.menu_ul_m .second_li.active h3 .icon_w {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--color_primary);
}
.menu_ul_m .second_li.active .third_menu {
  display: block;
}
.menu_ul_m .second_li a {
  display: block;
}
.menu_ul_m .second_li h6 a {
  font-size: 16px;
  height: 0.64rem;
  line-height: 0.64rem;
  font-weight: normal;
}
.menu_ul_m .second_li h6 a em b {
  font-weight: normal;
}
.menu_ul_m .second_li h6.light_up a {
  color: var(--color_primary);
}
.menu_ul_m .second_menu {
  display: none;
  border-radius: 0.04rem;
  width: 100%;
  border-radius: 0.08rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed var(--ec_bg_dark);
}
.menu_ul_m .second_menu:last-child {
  border-bottom: transparent;
}
.menu_ul_m .third_menu {
  display: none;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.menu_ul_m .third_menu li a {
  font-size: 16px;
}
.menu_ul_m .scrm_ul {
  padding-left: 0.32rem;
  padding-right: 0.16rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .scrm_ul li:last-child {
  border-bottom: transparent;
}
.menu_ul_m .scrm_ul li {
  border-bottom: 1px dashed var(--ec_bg_dark);
}
.menu_ul_m .scrm_ul a {
  height: auto;
  line-height: 1;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.menu_ul_m .scrm_ul a b {
  display: block;
  font-size: 14px;
  height: 0.24rem;
  line-height: 0.24rem;
}
.menu_ul_m .scrm_ul a p {
  padding-top: 0.16rem;
  padding-bottom: 0.32rem;
  font-size: 14px;
  height: 0.24rem;
  line-height: 0.24rem;
  color: var(--color_muted);
}
.menu_ul_m .solution_ul {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .solution_ul li:last-child {
  border-bottom: 1px dashed transparent;
}
.menu_ul_m .solution_ul li {
  width: 100%;
  border-radius: 0.08rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed var(--ec_bg_dark);
}
.menu_ul_m .solution_ul li .coming_soon {
  filter: grayscale(100%);
  color: var(--color_light);
}
.menu_ul_m .solution_ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.16rem 0.16rem;
  color: var(--color_dark);
}
.menu_ul_m .solution_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.menu_ul_m .solution_ul li .img_w {
  max-width: 56px;
  padding-right: 0.16rem;
}
.menu_ul_m .solution_ul li b {
  font-size: 14px;
}
.menu_ul_m .solution_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.menu_ul_m .solution_ul li p {
  margin-top: 0.04rem;
  color: var(--color_muted);
}
.menu_ul_m .case_ul {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .case_ul li:last-child {
  border-bottom: 1px dashed transparent;
}
.menu_ul_m .case_ul li {
  width: 100%;
  border-radius: 0.08rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed var(--ec_bg_dark);
}
.menu_ul_m .case_ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.menu_ul_m .case_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.menu_ul_m .case_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.menu_ul_m .case_ul li p {
  padding-left: 0.16rem;
}
.menu_ul_m .support_ul {
  padding-bottom: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_ul_m .support_ul li {
  flex: 1 0 30%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .support_ul li .text_w {
  text-align: center;
}
.menu_ul_m .support_ul li .desc_w {
  text-align: center;
  padding: 0 0.16rem;
}
.menu_ul_m .support_ul li a {
  display: block;
  text-align: center;
  padding: 0.32rem 0.16rem;
  border-radius: 0.08rem;
}
.menu_ul_m .support_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.menu_ul_m .support_ul li b {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.menu_ul_m .support_ul li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.menu_ul_m .support_ul li p {
  min-height: 0.24rem;
  margin-top: 0.04rem;
}
.menu_ul_m .download_ul {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  padding-bottom: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
}
.menu_ul_m .download_ul li {
  flex: 1 0 45%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .download_ul li .icon_w {
  max-width: 0.88rem;
  margin-left: auto;
  margin-right: auto;
}
.menu_ul_m .download_ul li .text_w {
  text-align: center;
}
.menu_ul_m .download_ul li a {
  display: block;
  text-align: center;
  padding: 0.32rem 0.16rem;
  border-radius: 0.08rem;
}
.menu_ul_m .download_ul li a:hover {
  color: var(--color_primary);
  opacity: 0.95;
}
.menu_ul_m .download_ul li p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.16rem;
  padding-bottom: 0.08rem;
}
.menu_ul_m .download_ul li .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--color_muted);
  padding-bottom: 0.64rem;
  font-size: 12px;
}
.menu_ul_m .about_ul {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  padding-bottom: 0.24rem;
}
.menu_ul_m .about_ul .ul_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu_ul_m .about_ul .ul_w li {
  flex: 1 1 30%;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_light);
}
.menu_ul_m .about_ul .ul_w li a {
  display: block;
  position: relative;
  min-width: 1.6rem;
  text-align: center;
  padding: 0.24rem 0.16rem;
  border-radius: 0.08rem;
}
.menu_ul_m .about_ul .ul_w li a:hover {
  opacity: 0.95;
}
.menu_ul_m .about_ul .ul_w li .update {
  position: absolute;
  top: 0.2rem;
  right: 0.24rem;
  width: 6px;
  height: 6px;
  color: #fff;
  background-color: var(--color_primary);
  border-radius: 6px;
}
.menu_ul_m .about_ul .ul_w li a:hover .update {
  background-color: var(--color_primary);
  opacity: 0.64;
}
.menu_ul_m .about_ul .ul_w li b {
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.menu_ul_m .about_ul .ul_w li h6 {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.menu_ul_m .about_ul .ul_w li p {
  margin-top: 0.04rem;
  color: var(--color_muted);
}
.menu_ul_m .about_ul .ul_w li .img_w {
  flex: 1 0 auto;
}
.login_register_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.6rem auto;
  padding: 0 0.16rem;
}
.login_register_m a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  font-size: 0.32rem;
  width: 320px;
  height: 0.9rem;
  max-width: 50%;
  text-align: center;
  background-color: var(--ec_bg_muted);
  border-radius: 0.9rem;
}
.login_register_m .icon_w {
  display: block;
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 0.16rem;
  vertical-align: middle;
  background: url("../images/m_icon_login.png") no-repeat center center;
  background-size: contain;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.login_register_m .m_registe {
  background: url("../images/m_icon_registe.png") no-repeat center center;
  background-size: contain;
}
.online_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
  margin: 0.32rem auto 0.6rem auto;
}
.online_m .btn {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  color: var(--color_white);
  font-size: 16px;
  width: 320px;
  height: 56px;
  max-width: 50%;
  text-align: center;
  border-radius: 56px;
  transition: all 0.3s;
}
.online_m .btn:hover {
  opacity: 0.9;
}
.online_m .btn_pre_sales {
  background-image: linear-gradient(90deg, #2f85f9 0%, #5fbced 100%);
  box-shadow: 0 8px 16px rgba(90, 180, 240, 0.16);
}
.online_m .btn_after_sales {
  background-image: linear-gradient(90deg, #14cb65 0%, #5fdb77 100%);
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
}
.contact_m {
  width: 100%;
  color: #111920;
  margin: 0.16rem auto 0.16rem auto;
  font-size: 0.24rem;
}
.contact_m .text_w {
  margin: 0.24rem 0.24rem;
  padding: 0.64rem 0.32rem;
  background-color: var(--ec_bg_muted);
  border-radius: 0.2rem;
}
.contact_m .text_w h6 {
  font-size: 16px;
  font-weight: 500;
}
.contact_m .text_w p {
  color: var(--color_muted);
}
.contact_m .text_w .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  margin-top: 0.16rem;
  font-size: 40px;
  font-weight: normal;
}
.contact_m .text_w .tip {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--color_muted);
}
.copy_m {
  color: var(--color_light);
  padding: 0.32rem 0.16rem 0.16rem 0.16rem;
}
.other_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
@media screen and (max-width: 750px) {
}
.other_nav .m_search_btn {
  width: 24px;
  padding: 0;
  font-size: 24px;
  margin: 0 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transition: all 0.24s;
}
@media screen and (max-width: 1200px) {
  .other_nav .m_search_btn {
    display: none;
  }
}
.other_nav .m_search_btn.active {
  color: var(--color_primary);
}
.other_nav .m_search_btn .icon_search {
  font-size: 24px;
}
.other_nav .m_search_btn .icon_close {
  font-size: 24px;
  display: none;
}
.other_nav .m_search_btn.active .icon_search {
  display: none;
}
.other_nav .m_search_btn.active .icon_close {
  display: block !important;
}
.other_nav .m_search_btn:hover {
  color: var(--color_primary);
}
.login_register {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
@media screen and (max-width: 1200px) {
  .login_register {
    display: none;
  }
}
.shownav .login_register {
  border: 2px solid #000000;
}
.fixed .login_register {
  border: 2px solid var(--color_white);
}
.login_register .icon_slash {
  display: block;
  display: inline-block;
  width: 2px;
  height: 12px;
  margin: 0 2px;
  background-color: var(--color_white);
  border-radius: 1px;
  opacity: 0.8;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.fixed .login_register .icon_slashv {
  background-color: #000000;
}
.cs_w {
  display: none;
  position: fixed;
  z-index: 3;
  right: 8px;
  top: 50%;
  margin-top: -90px;
  max-width: 180px;
  height: 320px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-radius: 16px;
  box-shadow: 0 0.08rem 0.64rem rgba(0, 0, 0, 0.08);
}
.cs_w .cs_bottom {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -4px;
}
@media screen and (max-width: 1200px) {
  .cs_w {
    display: none !important;
    margin-top: 0;
    top: auto;
    bottom: 3.2rem;
  }
}
.cs_w #switchCs {
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 100;
  display: block;
  width: 64px;
  height: 64px;
  background: #333;
}
.cs_w .open_cs {
  display: none;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  z-index: 999;
  border-radius: 60px;
  width: 90px;
}
.cs_w .close_cs {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 4px;
  z-index: 100;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: var(--color_light);
}
.cs_w .close_cs:hover {
  color: var(--color_primary);
}
.cs_w .cs_con {
  width: 180px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-size: cover;
}
.cs_w .service_title h2 {
  font-size: 28px;
  font-weight: 500;
  word-spacing: 8px;
  letter-spacing: 2px;
  margin-top: 30px;
}
.cs_w .service_con {
  width: 180px;
  height: 240px;
  padding: 24px 8px 32px 8px;
}
.cs_w .service_con a {
  display: block;
  height: 64px;
  padding: 8px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cs_w .service_con .em_w {
  display: inline-block;
  vertical-align: middle;
}
.cs_w .service_con .em_w svg {
  color: var(--color_white);
  border-radius: 100%;
  max-width: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cs_w .service_con a:hover svg {
  box-shadow: 0 8px 16px 0 rgba(29, 181, 92, 0.16);
}
.cs_w .service_con .btn_span {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 38px;
  line-height: 38px;
  margin-left: 8px;
  color: var(--color_dark);
  background-color: var(--color_light_gray_bg);
  border-radius: 38px;
}
.cs_w .service_con a:hover .btn_span {
  color: var(--color_white);
  background-color: var(--color_primary);
  box-shadow: 0 8px 16px 0 rgba(29, 181, 92, 0.16);
}
.duoduo_pc {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#logo_dudouo_body path,
#logo_dudouo_text path,
#eye_l_ball,
#eye_r_ball,
#logo_dudouo_eye_ball_l,
#logo_dudouo_eye_ball_r,
#search_logo_body,
#search_logo_text,
#search_eyeball_l,
#search_eyeball_r,
#eye_body {
  fill: var(--color_primary) !important;
}
.cs_btn_o {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 64px;
  height: 140px;
  font-size: 14px;
  text-align: center;
  margin-top: -40px;
  padding-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-radius: 8px 8px 32px 32px;
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.cs_btn_o b {
  font-weight: normal;
  display: block;
  width: 16px;
  margin: 0 auto;
  text-decoration: none;
}
@-webkit-keyframes msg-loading {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes msg-loading {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.msg_loading {
  width: 32px;
  height: 10px;
  margin: 0 auto;
}
.msg_loading span {
  display: inline-block;
  background-color: var(--color_primary);
  width: 3px;
  height: 3px;
  border-radius: 100%;
}
.msg_loading span {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: msg-loading 1.2s 0s infinite linear;
  animation: msg-loading 1.2s 0s infinite linear;
}
.msg_loading span:nth-child(2n-1) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.cs_w:hover .msg_loading span {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: msg-loading 0.7s 0s infinite linear;
  animation: msg-loading 0.7s 0s infinite linear;
}
.cs_w:hover .msg_loading span .msg_loading span:nth-child(2n-1) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.duoduo_m {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0.16rem 0 0.16rem auto;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: var(--color_dark);
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  border-radius: 0.64rem;
  box-shadow: 0 0.08rem 0.64rem rgba(0, 0, 0, 0.16);
}
.duoduo_m:hover {
  opacity: 0.88;
  color: var(--color_primary);
}
#cs_w:hover #eye_l,
#cs_w:hover #eye_r,
#cs_w:hover #s_eye_l,
#cs_w:hover #s_eye_r {
  animation: eyeblink 0.24s ease-out 0s 1;
}
#cs_w:hover #eye_l_ball {
  transform: translate(-64.426px, -90.322px);
}
#cs_w:hover #eye_r_ball {
  transform: translate(-183.145px, -90.322px);
}
#cs_w:hover #eye_l_bg {
  transform: translate(-34.914px, -72.197px);
}
#cs_w:hover #eye_r_bg {
  transform: translate(-174.412px, -72.197px);
}
#eye_l,
#eye_r,
#s_eye_l,
#s_eye_r {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: eyemove 6s 0s infinite linear;
  animation: eyemove 6s 0s infinite linear;
}
#cs_w:hover #cs_text_w {
  fill: var(--color_primary);
}
@keyframes eyeblink {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.service_400 {
  padding: 16px 0 16px 0;
  height: 100px;
  font-family: "num", Helvetica, arial, sans-serif;
}
.service_400 h3 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 500;
  font-family: "num", Helvetica, arial, sans-serif;
}
.service_400 p {
  font-size: 12px;
  word-spacing: 4px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .duoduo_pc {
    display: none;
  }
  #cs_dudouo_s {
    width: 32px !important;
  }
}
@media screen and (min-width: 1200px) {
  .duoduo_pc {
    display: flex;
  }
  .duoduo_m {
    display: none;
  }
}
.fancybox-slide--iframe .fancybox-content {
  max-width: 750px;
  max-height: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-radius: 0.16rem;
  box-shadow: 0 0.08rem 0.64rem rgba(0, 0, 0, 0.16);
  overflow: hidden !important;
}
.cs_w .feedback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.16rem auto;
  text-align: center;
  width: 56px;
  height: 88px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-radius: 0.64rem;
  box-shadow: 0 0.08rem 0.64rem rgba(0, 0, 0, 0.16);
}
.cs_w .feedback p {
  font-size: 12px;
  width: 24px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .cs_w .feedback {
    display: none !important;
  }
}
.totop {
  display: block;
  display: none;
  margin: 0.16rem auto;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  color: var(--color_dark);
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-radius: 0.64rem;
  box-shadow: 0 0.08rem 0.64rem rgba(0, 0, 0, 0.16);
}
.totop:hover {
  color: var(--color_white);
  background-color: var(--color_primary);
}
@media screen and (max-width: 1200px) {
  .totop {
    display: none !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: transparent;
    backdrop-filter: none;
    --webkit-backdrop-filter: none;
    box-shadow: none;
    margin: 0.16rem 0 0.16rem auto;
  }
  .totop:hover {
    color: var(--color_primary);
    background-color: transparent;
  }
}
.slogan_w {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px 64px 24px;
}
.slogan_w img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.footer_brand_w {
  position: relative;
  z-index: 1;
  bottom: -0.64rem;
}
.footer_brand_w .brand_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.32rem auto;
  min-height: 2.4rem;
  background-color: #f0f6f6;
  background: var(--color_light_green) url("../images/footer_brand.jpg")
    no-repeat center center;
  background-size: cover;
  border-radius: 0.08rem;
}
.footer_brand_w .brand_w .img_w {
  max-height: 2.8rem;
  margin-top: -0.24rem;
}
.footer_brand_w .brand_w .img_w img {
  max-height: 2.8rem;
}
.footer_brand_w .brand_w .text_w {
  padding: 0.24rem 0.64rem;
}
.footer_brand_w .brand_w .text_w .title_w {
  position: relative;
  z-index: 1;
  padding-right: 4px;
  font-size: 32px;
}
.footer_brand_w .brand_w .text_w .title_w b {
  letter-spacing: 12px;
}
.footer_brand_w .brand_w .text_w .tag_free {
  position: absolute;
  z-index: 1;
  top: 0px;
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
  background-color: var(--ec_green);
  color: #fff;
  line-height: 1;
  padding: 2px;
  margin-left: 8px;
  border-radius: 2px;
}
.footer_brand_w .brand_w .text_w .des_w {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .footer_brand_w .brand_w {
    min-height: 220px;
  }
  .footer_brand_w .brand_w .text_w {
    padding: 0.24rem 0.64rem;
  }
  .footer_brand_w .brand_w .img_w {
    display: none;
  }
}
.footer_brand_w .brand_w .btn_w {
  margin: 0.24rem auto 0.32rem auto;
}
.footer_brand_w .brand_w .btn_w .footer_brand_btn {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  background: transparent;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.footer_brand_w .brand_w .btn_w .footer_brand_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .footer_brand_w .brand_w .btn_w {
    margin: 0.64rem auto 0.32rem auto;
  }
}
.footer_brand_w .brand_w .tips_w {
  font-size: 12px;
  color: var(--color_muted);
  letter-spacing: 1px;
}
.footer_brand_w .brand_w .tips_w .more_a {
  color: var(--color_muted);
}
.footer_brand_w .brand_w .tips_w .more_a:hover {
  color: var(--color_primary);
}
.footer_brand_pro {
  position: relative;
  z-index: 1;
}
.footer_brand_pro .brand_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0 auto;
  min-height: 2.4rem;
  border-radius: 0.08rem;
}
.footer_brand_pro .brand_w .img_w {
  max-height: 2.8rem;
  margin-top: -0.24rem;
}
.footer_brand_pro .brand_w .img_w img {
  max-height: 2.8rem;
}
.footer_brand_pro .brand_w .text_w {
  width: 100%;
  text-align: center;
  padding: 0.64rem 0.32rem 0.24rem 0.24rem;
}
.footer_brand_pro .brand_w .text_w .title_w {
  position: relative;
  z-index: 1;
  padding-right: 4px;
  font-size: 32px;
}
.footer_brand_pro .brand_w .text_w .title_w b {
  letter-spacing: 12px;
}
.footer_brand_pro .brand_w .text_w .tag_free {
  position: absolute;
  z-index: 1;
  top: 0px;
  font-weight: 500;
  display: inline-block;
  font-size: 10px;
  background-color: var(--ec_green);
  color: #fff;
  line-height: 1;
  padding: 2px;
  margin-left: 8px;
  border-radius: 2px;
}
.footer_brand_pro .brand_w .text_w .des_w {
  font-size: 0.32rem;
  padding: 0 0.64rem;
}
@media screen and (max-width: 750px) {
  .footer_brand_pro .brand_w {
    min-height: 220px;
  }
  .footer_brand_pro .brand_w .text_w {
    padding: 0.64rem 0.32rem 0.24rem 0.24rem;
  }
  .footer_brand_pro .brand_w .img_w {
    display: none;
  }
}
.footer_brand_pro .brand_w .btn_w {
  margin: 0.24rem auto 0.24rem auto;
}
.footer_brand_pro .brand_w .btn_w .footer_brand_btn {
  display: block;
  display: inline-block;
  min-width: 100px;
  width: auto;
  height: 42px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 24px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  background: transparent;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.footer_brand_pro .brand_w .btn_w .footer_brand_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .footer_brand_pro .brand_w .btn_w {
    margin: 0.32rem auto 0.32rem auto;
  }
}
.footer_brand_pro .brand_w .tips_w {
  font-size: 12px;
  color: var(--color_muted);
  letter-spacing: 1px;
}
.footer_brand_pro .brand_w .tips_w .more_a {
  color: var(--color_muted);
}
.footer_brand_pro .brand_w .tips_w .more_a:hover {
  color: var(--color_primary);
}
.footer .footer_call {
  color: var(--color_white);
  background: url("../images/footer_call_bg.png") no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .footer .pc {
    display: block;
  }
  .footer .m {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer_call {
    color: var(--color_dark);
    background: transparent;
    display: none;
  }
  .footer .pc {
    display: none;
  }
  .footer .m {
    display: block;
  }
}
.footer .footer_con {
  padding-top: 0.64rem;
  padding-bottom: 0.08rem;
  background-color: var(--footer_bg);
}
.footer .footer_con .footer_nav {
  padding-bottom: 0.32rem;
}
.footer .footer_con h6 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: var(--color_dark);
}
.footer .footer_con h6 .icon_btn {
  display: none;
}
.footer .footer_con h6 .icon_w {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 56px;
  line-height: 56px;
  color: var(--color_muted);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .footer_con .opened .icon_w {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--color_primary);
}
@media screen and (max-width: 992px) {
  .footer .footer_con .list_w {
    margin: 0 0.16rem;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    max-height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    border-bottom: 1px solid var(--ec_bg_muted);
  }
  .footer .footer_con .opened {
    height: auto;
    max-height: none;
  }
  .footer .footer_con h6 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-weight: normal;
    color: var(--color_dark);
  }
  .footer .footer_con h6 a {
    width: 10%;
  }
  .footer .footer_con .list_w.opened h6 a {
    font-weight: bold;
    color: var(--color_primary);
  }
  .footer .footer_con h6 .icon_btn {
    display: none;
  }
  .footer .footer_con h6 .icon_btn {
    display: block;
    cursor: pointer;
    width: 90%;
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 1;
  }
  .footer .footer_con h6 .icon_w {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 56px;
    line-height: 56px;
    color: var(--color_muted);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .footer .footer_con .opened .icon_w {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: var(--color_primary);
  }
}
.footer .footer_con .menu_ul {
  font-size: 14px;
  color: var(--color_muted);
}
.footer .footer_con .menu_ul b {
  font-weight: normal;
}
.footer .footer_con .menu_ul a {
  display: block;
  line-height: 18px;
  padding: 0.16rem 0;
  color: var(--color_muted);
}
.footer .footer_con .menu_ul a:hover {
  color: var(--color_primary);
}
@media screen and (max-width: 1200px) {
  .footer .footer_con .menu_ul a {
    padding: 0.24rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_con .opened .menu_ul {
    padding: 0.24rem;
    background-color: var(--ec_bg_light);
    border-radius: 0.08rem;
  }
}
.footer .footer_con .f_contact {
  font-family: "num", Helvetica, arial, sans-serif;
}
.footer .footer_con .f_contact .text_w {
  padding: 16px 0 0 0;
}
.footer .footer_con .f_contact .time {
  color: var(--color_muted);
}
.footer .footer_con .f_contact .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .footer .footer_con .contact_w {
    width: 100%;
    font-size: 14px;
    margin: 0.64rem auto;
    padding: 0.64rem 0.32rem;
    background-color: var(--ec_bg_light);
    border-radius: 0.2rem;
  }
  .footer .footer_con .contact_w .text_w {
    padding: 0;
  }
  .footer .footer_con .contact_w .text_w h6 {
    font-size: 16px;
    font-weight: 500;
  }
  .footer .footer_con .contact_w .text_w p {
    color: var(--color_muted);
  }
  .footer .footer_con .contact_w .text_w .tel {
    font-family: "num", Helvetica, arial, sans-serif;
    margin-top: 0.16rem;
    font-size: 0.56rem;
    font-weight: normal;
  }
  .footer .footer_con .contact_w .text_w .tip {
    font-family: "num", Helvetica, arial, sans-serif;
    font-size: 14px;
    color: var(--color_muted);
  }
}
.footer .info_w {
  padding-bottom: 0.64rem;
}
.footer .copyright_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.08rem;
  border-top: 1px solid var(--ec_bg_muted);
  color: var(--color_muted);
}
.footer .copyright_w #f_logo_dudouo_body_path,
.footer .copyright_w #f_logo_dudouo_eye_ball_l,
.footer .copyright_w #f_logo_dudouo_eye_ball_r,
.footer .copyright_w #f_logo_e_p,
.footer .copyright_w #f_logo_c_p {
  fill: var(--color_light) !important;
}
.footer .copyright_w .icon_interval {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.16);
}
.footer .copyright_w a {
  padding-right: 0.04rem;
  color: var(--color_muted);
}
.footer .copyright_w a:hover {
  color: var(--color_primary);
}
.footer .copyright_w .f_info {
  padding-left: 0.16rem;
}
.footer .copyright_w .ec_w {
  padding-top: 0.08rem;
  padding-right: 0.04rem;
}
.footer .copyright_w .language_w {
  padding-top: 24px;
}
.footer .f_language {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 10px;
}
.footer .f_language:hover {
  background-color: var(--color_white);
  border-radius: 8px;
}
.footer .f_language .btn_language {
  display: block;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
}
.footer .f_language .btn_language .icon_w {
  vertical-align: middle;
  background-size: auto auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .f_language .btn_language:hover .icon_bottom {
  transform: translateX(0);
}
.footer .f_language .icon_bottom {
  vertical-align: middle;
  background-size: auto auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .f_language .btn_language:hover .icon_bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .f_language .dropdown_con {
  display: none;
  width: 100px;
  min-width: 40px;
  margin: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 38px;
  padding: 10px 16px 8px 16px;
  text-align: center;
  background-color: var(--color_white);
  border-radius: 8px 8px 0 0;
}
.footer .f_language:hover .dropdown_con {
  display: block;
}
.footer .f_language .dropdown_con.show {
  display: block;
}
.footer .f_language .dropdown_con a {
  display: block;
  padding: 4px 0;
}
.footer .f_language .dropdown_con a:hover {
  color: var(--color_primary);
}
@media screen and (max-width: 992px) {
  .footer .copyright_w .ec_w {
    text-align: center;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .footer .copyright_w .link_w {
    text-align: center;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .footer .copyright_r {
    padding-top: 0.16rem;
    padding-bottom: 0.24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .footer .copyright_w {
    border-top: transparent;
  }
  .footer .m_hidden {
    display: none;
  }
}
.footer {
  position: relative;
}
.footer .f_fllow {
  padding-top: 0.64rem;
}
.footer .f_fllow .nav_fllow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
}
.footer .f_fllow .nav_fllow a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-left: 8px;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  color: var(--color_primary);
  background-color: var(--ec_bg_light);
}
.footer .f_fllow .nav_fllow a:hover {
  color: var(--color_white);
  background-color: var(--color_primary);
}
.fllow_con {
  width: 240px;
  padding: 0.32rem 0.24rem;
  text-align: center;
  border-radius: 0.08rem;
}
.fllow_con h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color_dark);
  padding-bottom: 0.08rem;
}
.fllow_con p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_dark);
  margin: 8px auto 24px auto;
}
.fllow_con img {
  width: 200px;
  filter: brightness(100%);
}
.fllow_weixin_code,
.fllow_shipinhao_code {
  background: url("../images/fllow_bg.png") no-repeat center center;
  background-size: cover;
}
.cookie_tips {
  margin: auto;
  position: fixed;
  z-index: 100;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 24px 0;
  width: 100%;
  min-height: 64px;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(32px);
  backdrop-filter: saturate(180%) blur(32px);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.32s ease, opacity 0.32s ease;
  -o-transition: all 0.32s ease, opacity 0.32s ease;
  -moz-transition: all 0.32s ease, opacity 0.32s ease;
  transition: all 0.32s ease, opacity 0.32s ease;
}
.cookie_tips .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cookie_tips .readmore_a {
  text-decoration: underline;
}
.cookie_tips .readmore_a:hover {
  color: var(--color_primary);
  opacity: 0.8;
}
.cookie_tips .close_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 100;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: var(--color_light);
}
.cookie_tips .close_btn:hover {
  color: var(--color_primary);
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .cookie_tips .close_btn {
    display: block !important;
  }
}
.cookie_tips .cookie_con {
  line-height: 1.6;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  .cookie_tips .btn_w {
    margin-left: auto;
    margin-right: auto;
  }
}
.cookie_settings {
  padding: 0.32rem;
  margin: 0.32rem auto 0.32rem auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
.cookie_settings .btn_w {
  margin: 0.24rem -0.08rem 0.24rem -0.08rem;
}
.cookie_settings .cookie_title {
  padding-bottom: 0.24rem;
}
.cookie_settings .cookie_info {
  padding-bottom: 0.24rem;
}
.cookie_settings .cookie_item {
  padding-bottom: 0.24rem;
}
.cookie_settings .cookie_desc {
  font-size: 14px;
  padding-top: 0.08rem;
}
.cookie_settings .cookie_item label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.cookie_settings .cookie_item input[type="checkbox"] {
  display: none;
}
.cookie_settings .cookie_item input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.02rem;
  text-align: center;
}
.cookie_settings .cookie_item input[type="checkbox"]:checked + label:before {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e6fb";
  line-height: 20px;
  color: #fff;
  background-color: var(--ec_green);
  border-color: var(--ec_green);
}
.cookie_settings_modal {
  width: 500px;
  max-width: 90%;
  max-height: 90%;
  padding: 0.32rem;
  margin: 0.32rem auto 0.32rem auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.16rem;
}
.cookie_settings_modal .btn_w {
  margin: 0.16rem -0.08rem 0.24rem -0.08rem;
}
.cookie_settings_modal .cookie_title {
  padding-bottom: 0.24rem;
}
.cookie_settings_modal .cookie_info {
  padding-bottom: 0.24rem;
}
.cookie_settings_modal .cookie_item {
  padding-bottom: 0.24rem;
}
.cookie_settings_modal .cookie_desc {
  font-size: 14px;
  padding-top: 0.08rem;
}
.cookie_settings_modal .cookie_item label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.cookie_settings_modal .cookie_item input[type="checkbox"] {
  display: none;
}
.cookie_settings_modal .cookie_item input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.02rem;
  text-align: center;
}
.cookie_settings_modal
  .cookie_item
  input[type="checkbox"]:checked
  + label:before {
  font-family: "icon" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e6fb";
  line-height: 20px;
  color: #fff;
  background-color: var(--ec_green);
  border-color: var(--ec_green);
}
@media screen and (min-width: 1200px) {
  .top_bar {
    display: none !important;
  }
}
.top_bar {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(32px);
  backdrop-filter: saturate(180%) blur(32px);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
}
.top_bar .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top_bar .readmore_a {
  text-decoration: underline;
}
.top_bar .readmore_a:hover {
  color: var(--color_primary);
  opacity: 0.8;
}
.top_bar .close_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 100;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: var(--color_light);
}
.top_bar .close_btn:hover {
  color: var(--color_primary);
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .top_bar .close_btn {
    top: 14px;
    right: 14px;
  }
}
.top_bar .bar_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}
.top_bar img {
  max-width: 56px;
  padding-right: 0.08rem;
}
@media screen and (max-width: 1200px) {
  .top_bar img {
    max-width: 56px;
    padding-right: 0.08rem;
    margin-left: -13px;
  }
}
@media screen and (max-width: 1200px) {
  .top_bar .btn_w {
    margin: 0 32px;
  }
  .top_bar .btn_view_now {
    display: block;
    display: inline-block;
    min-width: 80px;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #ffffff;
    background-color: var(--color_primary);
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0.08rem 0 0.08rem;
  }
}
@media screen and (min-width: 992px) {
  .m_fixed_bar {
    display: none !important;
  }
}
.m_fixed_bar {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.08);
}
.m_fixed_bar::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 0.3rem;
  background-color: var(--color_light);
}
.m_fixed_bar a {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
.m_fixed_bar .icon_w {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@-webkit-keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: var(--color_white);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 24px;
}
.notyf__icon--error,
.notyf__icon--success {
  height: 18px;
  width: 18px;
  background-color: var(--color_white);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 8px;
  height: 11px;
  top: 4px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 5px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 9px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup 0.3s ease-in forwards;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 0 24px;
  border-radius: 6px;
  max-width: 600px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  -webkit-animation: notyf-fadeoutright 0.3s forwards;
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}
.notyf__ripple {
  height: 800px;
  width: 800px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple 0.4s ease-out forwards;
  animation: ripple 0.4s ease-out forwards;
}
.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-right: 4px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  margin-right: -24px;
  -webkit-animation: notyf-fadeinleft 0.3s forwards;
  animation: notyf-fadeinleft 0.3s forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.88;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background-color: var(--color_white);
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active {
  opacity: 0.8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0.64rem;
    border-radius: 0.16rem;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    border-radius: 0.16rem;
    overflow: hidden;
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}
body #newBridge .nb-invite-wrap-base .nb-invite-btn-base {
  width: 280px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
}
body #nb_invite_wrap {
  width: 600px !important;
  height: 420px !important;
}
body #newBridge .nb-invite-skin-0 {
  display: block;
  width: 600px !important;
  height: 420px !important;
  background: transparent url(../images/cs_bg_c.png) no-repeat center
    center !important;
  background-size: contain;
  overflow: hidden;
  border-radius: 32px;
}
body #newBridge .nb-invite-wrap-base .nb-invite-cancel-base {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #14bf57 !important;
  cursor: pointer;
  font-size: 18px;
  color: #14bf57 !important;
  background: transparent !important;
  border-radius: 24px;
  box-shadow: 0 16px 24px 0 rgba(86, 209, 128, 0.16);
}
body #newBridge .nb-invite-wrap-base .nb-invite-cancel-base:hover {
  opacity: 0.8;
}
body #newBridge .nb-invite-wrap-base .nb-invite-ok-base {
  display: inline-block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 18px;
  color: var(--color_white) !important;
  background-color: #14bf57 !important;
  box-shadow: 0 16px 24px 0 rgba(86, 209, 128, 0.24);
  border-radius: 24px;
}
body #newBridge .nb-invite-wrap-base .nb-invite-ok-base:hover {
  opacity: 0.8;
}
body #newBridge .customer-invite-style .nb-invite-tool {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 88px;
  top: 100px;
  left: auto;
  bottom: auto;
  cursor: pointer;
  opacity: 0.64;
}
body #newBridge #nbwlStatusBar {
  height: 46px;
  background-color: #14bf57;
  cursor: move;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px 8px 0 0;
}
#success_tips {
  display: none;
}
#error_tips {
  display: none;
}
.tips_mask {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.64);
  overflow: hidden;
}
.tips_con {
  position: relative;
  padding: 64px 0;
  margin: 16% auto;
  width: 450px;
  height: 250px;
  border-radius: 16px;
  background-color: var(--color_white);
  box-shadow: 0 32px 88px 0 rgba(0, 0, 0, 0.24);
  text-align: center;
}
.tips_icon {
  max-width: 120px;
  margin: auto;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}
.tips_con p {
  font-size: 18px;
  padding: 10px 0 24px 0;
}
.tips_btn {
  display: block;
  display: inline-block;
  margin: 0 8px;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 48px 0 48px;
  font-size: 18px;
  text-align: center;
  color: var(--color_white);
  background-color: #14bf57;
  background-image: linear-gradient(180deg, #00b831 0%, #6dc937 100%);
  border-radius: 64px;
}
.tips_btn:hover {
  opacity: 0.8;
}
.tips_close {
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 10;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.tips_close:hover,
.tips_close:focus {
  opacity: 0.8;
}
.switch_sidebar_btn .icon_w {
  font-size: 16px;
  color: #94a2ab;
}
.switch_sidebar_btn.on .icon_w {
  color: var(--color_primary);
}
.fancybox_message_w {
  min-width: 4rem;
  min-height: 2rem;
  padding: 0.32rem 0.24rem;
  text-align: center;
  border-radius: 0.08rem;
}
.fancybox_message_w h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color_dark);
  padding-bottom: 0.08rem;
}
.fancybox_message_w p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_dark);
  margin: 16px auto 24px auto;
}
.fancybox_message_w img {
  max-width: 200px;
  filter: brightness(100%);
  margin-left: auto;
  margin-right: auto;
}
.share_weixin_code {
  width: 240px;
  padding: 0.32rem 0.24rem;
  text-align: center;
  border-radius: 0.08rem;
}
.share_weixin_code h6 {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_dark);
  padding-bottom: 0.08rem;
}
.share_weixin_code p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_dark);
  margin: 16px auto 24px auto;
}
.share_weixin_code img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: auto;
  color: transparent;
}
.navigation .nav-previous a,
.navigation .nav-next a {
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  width: 120px;
  height: 42px;
  margin: 0 16px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color_primary);
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
}
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover {
  box-shadow: 0 8px 24px 0 rgba(121, 136, 246, 0.24);
}
.numeric-pagination > .page-numbers {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.numeric-pagination li {
  margin: 0 8px;
}
.numeric-pagination .page-numbers:not(ul) {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  justify-content: center;
  background-color: var(--ec_bg_muted);
  border-radius: 24px;
}
.numeric-pagination .page-numbers:not(ul).current {
  background-color: var(--color_primary);
  color: #fff;
  box-shadow: 0 8px 16px rgba(84, 190, 30, 0.16);
}
.numeric-pagination .mdi {
  font-size: 18px;
  width: 18px;
  height: 36px;
  background-size: auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.numeric-pagination .mdi-chevron-right {
  background-size: auto;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0.32rem 0;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation.comment-navigation .nav-previous,
.navigation.comment-navigation .nav-next {
  margin-left: 10px;
  margin-right: 10px;
}
.paged-previous.paged-next .navigation .nav-next {
  margin-right: 2px;
}
.infinite-scroll-status {
  /*! display: none; */
  text-align: center;
}
.infinite-scroll-request {
  font-size: 14px;
  cursor: default;
  color: #999c9f;
  border-radius: 22px;
  height: 42px;
  line-height: 42px;
  margin: 0.4rem auto;
  width: 140px;
  background-color: transparent;
}
.infinite-scroll-last {
  font-size: 14px;
  cursor: default;
  color: #999c9f;
  border-radius: 22px;
  height: 42px;
  line-height: 42px;
  margin: 0.4rem auto;
  width: 140px;
  background-color: transparent;
}
.infinite-scroll-error {
  font-size: 14px;
  cursor: default;
  color: #999c9f;
  border-radius: 22px;
  height: 42px;
  line-height: 42px;
  margin: 0.4rem auto;
  width: 140px;
  background-color: transparent;
}
.infinite-scroll-action {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .infinite-scroll-action {
    margin-top: 20px;
  }
}
.infinite-scroll-button {
  min-width: 250px;
}
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button.transparent,
input[type="submit"].transparent,
button[type="submit"].transparent,
.navigation .nav-previous a.transparent,
.navigation .nav-next a.transparent {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation .btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}
.infinite-scroll-button {
  width: 140px;
  min-width: 140px;
  max-width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: 0 auto;
}
.infinite-scroll-button {
  border: none;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  outline: none;
  width: 160px;
  height: 52px;
  margin: 0 24px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color_primary);
}
@media screen and (max-width: 768px) {
  .infinite-scroll-button {
    max-width: 2.2rem;
    min-width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.22rem;
    padding: 0 0.1rem;
    margin: 0.1rem 0.1rem;
    margin: 0 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
  }
}
.post_poster {
  display: none;
  overflow: hidden;
  margin: 0 auto !important;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: saturate(180%) blur(32px);
  backdrop-filter: saturate(180%) blur(32px);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
}
.post_poster .poster_popover_box {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
.post_poster .poster_download_btn {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto -48px auto;
  border-radius: 0;
  padding: 10px 24px;
  width: 100%;
  font-size: 14px;
  border: 0;
  border-radius: 0 0 4px 4px;
  border: 0px solid transparent;
  color: #fff;
  background: var(--color_primary);
  margin: 0 auto;
  text-align: center;
  padding: 16px;
}
.post_poster .poster_download_btn:hover {
  opacity: 0.9;
}
.post_poster img {
  display: block;
  max-width: 100%;
  height: auto !important;
  color: transparent;
  border-radius: 0.08rem;
}
.post_poster .effect_bg.active {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181818;
  background-color: rgba(255, 255, 255, 0.24);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 25%,
    rgba(200, 212, 208, 0.2) 37%,
    rgba(217, 242, 234, 0.2) 63%
  );
  backdrop-filter: blur(0.16rem);
  --webkit-backdrop-filter: blur(0.16rem);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: skeleton-loading 1.4s ease infinite;
}
.page_main {
  padding-top: 0.32rem;
}
.list_nav_w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 0.08rem;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.64rem;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
  background-color: #f8f9fb;
}
.list_nav_w ul {
  min-width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.list_nav_w .current-menu-item a {
  color: #ffffff;
  background-color: #52c018;
}
.list_nav_w .current-menu-item a:hover {
  color: #ffffff;
  background-color: #52c018;
  opacity: 0.95;
}
.list_nav_w a {
  display: block;
  font-size: 14px;
  max-width: 1.4rem;
  text-align: center;
  margin-right: auto;
  white-space: nowrap;
  word-break: break-all;
  white-space: pre-wrap;
  padding: 0.12rem 0.24rem;
  border-radius: 0.64rem;
}
.list_nav_w a.active {
  color: #ffffff;
  background-color: #52c018;
}
.list_nav_w .current-cat a {
  color: #ffffff;
  background-color: #52c018;
}
.list_nav_w li a {
  position: relative;
  z-index: 1;
}
.nav_category_select {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 0 0 auto;
}
.select_nav {
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-transform: capitalize;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 0 0.08rem;
}
.select_nav .icon_bottom_s {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 20;
  line-height: 32px;
  pointer-events: none;
}
.select_nav .active_nav {
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 8px 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select_nav .select_w {
  display: flex;
  align-items: center;
  min-width: 56px;
  max-width: 54px;
}
.select_nav .select_w i {
  font-size: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 24px;
}
.select_nav .options i {
  display: block;
  border-radius: 24px;
}
.select_nav .active_nav i {
  font-size: 14px;
}
.select_nav .active_nav .select_w i {
  display: inline-block;
  line-height: 18px;
  border-radius: 24px;
  margin-right: 6px;
}
.select_nav .options_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 48px;
  max-width: 48px;
}
.select_nav ul i {
  display: block;
  border-radius: 24px;
}
.select_nav .options i {
  font-size: 14px;
  margin-right: 8px;
  border-radius: 24px;
}
.select_nav:hover .options_nav {
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 16px 24px 0 rgba(35, 35, 35, 0.16);
}
.select_nav .options {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 10;
  padding: 0;
  font-weight: 400;
  text-align: left;
  padding: 16px 0;
  border-radius: 8px;
  border-top: 0;
}
.select_nav:hover .options {
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px 0 rgba(35, 35, 35, 0.08);
}
.select_nav .options .option {
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 30px;
}
.select_nav .options .option a {
  padding: 0 0 0 16px;
  display: block;
  display: flex;
  align-items: center;
}
.select_nav .options .option:hover {
  color: var(--color_primary);
}
.select_nav .options .option a em {
  min-width: 24px;
  position: relative;
}
.selects_mob .options .icon_w {
  display: inline-block;
  padding: 4px;
}
.selects_mob .selected a {
  color: var(--color_primary);
}
.select_nav .options .option.selected {
  color: var(--color_primary);
}
.select_nav .options .option:hover a,
.select_nav .options .option.selected a {
  color: var(--color_primary);
}
.select_nav:hover .options {
  pointer-events: all;
  display: block;
}
.select_nav.closed .options {
  display: none !important;
}
#gird_list_switch_btn {
  cursor: pointer;
  padding: 0 0.32rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
}
#gird_list_switch_btn .icon_w {
  font-size: 16px;
}
#gird_list_switch_btn a {
  font-size: 14px;
  padding: 0;
}
#gird_list_switch_btn .current {
  color: var(--color_primary);
}
.selects_mob {
  display: block;
  z-index: 2;
  border-radius: 0.08rem;
  margin: 0.16rem auto;
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .list_nav_mob {
    display: none;
  }
  .list_nav_pc {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .list_nav_mob {
    display: block !important;
  }
  .list_nav_pc {
    display: none !important;
  }
}
.selects_mob .items {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0.32rem 0.16rem;
}
.selects_mob .cat-item-all {
  flex: 0 0 100%;
  width: 33.3333%;
  padding: 0.08rem;
  text-align: center;
}
.selects_mob .selects_tt {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 0.08rem;
}
.selects_mob .selects_tt span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  cursor: pointer;
}
.selects_mob .selects_tt .color_w {
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 24px;
  margin-right: 10px;
}
.selects_mob selects_tt.options a {
  line-height: 42px;
  height: 42px;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 0.64rem;
  border-radius: 0.64rem;
  width: 100%;
  padding: 0 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 0.32rem 4px 0.32rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selects_mob .selects_tt span.current {
  color: var(--color_primary);
}
.selects_mob .selects_tt .icon_w {
  display: inline-block;
  padding: 4px;
}
.selects_mob .selects_tt .current .icon_bottom {
  color: var(--color_primary);
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
}
.selects_mob .selects_con {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0 0 0.24rem 0.24rem;
}
.selects_mob .selects_con.show {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
}
.selects_mob .selects_con .items.current {
  display: block;
  background-color: #fff;
  border-radius: 0.24rem;
  box-shadow: 0 64px 120px 0 rgba(22, 68, 113, 0.24);
}
.selects_mob .selects_con .items .order_dl,
.selects_mob .selects_con .items .category_menu_mob {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.selects_mob .selects_con .items li,
.selects_mob
  .selects_con
  .menu-item
  li
  .selects_mob
  .selects_con
  .menu-item
  li {
  width: 30.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 16px;
}
.selects_mob li a,
.selects_mob li a,
.selects_mob .selects_con li a {
  display: block;
  line-height: 42px;
  height: 42px;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 0.64rem;
  border-radius: 0.64rem;
  width: 100%;
  padding: 0 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selects_mob .options .option {
  width: 30.3333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 16px;
}
.selects_mob .options a {
  line-height: 42px;
  height: 42px;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 0.64rem;
  border-radius: 0.64rem;
  width: 100%;
  padding: 0 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 0.32rem 4px 0.32rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_color.options .option:hover {
  color: var(--color_primary);
}
.selects_mob .selects_con li a.current,
.selects_mob .selects_con .items .current-cat a,
.selects_mob .selects_con .items span.current a,
.selects_mob .selects_con .menu-item.current-menu-item a {
  background-color: var(--color_primary);
  color: #fff;
}
.selects_mob li a:hover,
.selects_mob li a:hover,
.selects_mob .selects_con li a:hover {
  color: var(--color_primary);
}
.all_page {
  padding: 0.32rem;
  margin: 0.32rem auto 0.88rem auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
#info_protect_tips {
  border-radius: 8px;
  padding: 32px 32px 8px;
}
.info_protect_tips .dialog_tt {
  text-align: center;
  font-weight: 600;
  padding-bottom: 0.24rem;
}
.info_protect_tips .dialog_con {
  width: 582px;
  height: 380px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 8px;
}
@media screen and (max-width: 440px) {
  .info_protect_tips .dialog_con {
    width: 100%;
    padding-right: 0px;
  }
}
.dialog_con::-webkit-scrollbar {
  width: 8px !important;
}
.dialog_con::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 4px;
}
.dialog_con::-webkit-scrollbar-track {
  background-color: #fff;
}
.info_protect_tips .btn_md_default_primary {
  width: 240px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: var(--color_primary);
  color: #fff;
  margin: 0.18rem auto 0.1rem auto;
  display: flex;
  justify-content: center;
}
#cs_not_agree_link {
  width: 240px;
  height: 32px;
  line-height: 32px;
  color: #adaaaa;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
