﻿@charset "UTF-8";

/* ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "思源宋体 CN Medium";
}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  max-width: 1920px;
  margin: 0 auto;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
button,
input {
  border: 0;
  outline: none;
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
i {
  font-style: inherit;
}
#map label {
  max-width: initial;
}
#map img {
  max-width: initial;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0;
  margin: 0;
}
/* 容器大小 */
.mxw-box {
  max-width: 1500px;
  margin: 0 auto;
  font-size: 0;
  color: #333;
}
section {
  position: relative;
  overflow: hidden;
}
/* 子容器 */
.mxw-sub-box {
  padding-top: 1.6667rem;
  padding-bottom: 1.6667rem;
}
.mxw-box p {
  margin-bottom: 0;
}
.mxw-box a:hover {
  color: #094439;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
.mxw-image img {
  transition: all 0.4s;
  width: 100%;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 置顶按钮 start ==================== */
#goto-top {
  position: fixed;
  z-index: 10;
  right: 0.3333rem;
  bottom: 10%;
  width: 0.6667rem;
  height: 0.6667rem;
  cursor: pointer;
  background: #094439;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #fff;
}
#goto-top.active {
  visibility: visible;
  opacity: 1;
}
#goto-top:after {
  content: "";
  display: block;
  width: 0.2333rem;
  height: 0.2333rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-bottom: -7px;
}
@media screen and (max-width: 751px) {
  #goto-top {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
/* ==================== 置顶按钮 end ==================== */
/* ==================== 边距类 start ==================== */
.u-margin-top-1 {
  margin-top: 0.01666667rem;
}
.u-m-t-1 {
  margin-top: 0.01666667rem;
}
.u-padding-top-1 {
  padding-top: 0.01666667rem;
}
.u-p-t-1 {
  padding-top: 0.01666667rem;
}
.u-margin-top-2 {
  margin-top: 0.03333333rem;
}
.u-m-t-2 {
  margin-top: 0.03333333rem;
}
.u-padding-top-2 {
  padding-top: 0.03333333rem;
}
.u-p-t-2 {
  padding-top: 0.03333333rem;
}
.u-margin-top-3 {
  margin-top: 0.05rem;
}
.u-m-t-3 {
  margin-top: 0.05rem;
}
.u-padding-top-3 {
  padding-top: 0.05rem;
}
.u-p-t-3 {
  padding-top: 0.05rem;
}
.u-margin-top-4 {
  margin-top: 0.06666667rem;
}
.u-m-t-4 {
  margin-top: 0.06666667rem;
}
.u-padding-top-4 {
  padding-top: 0.06666667rem;
}
.u-p-t-4 {
  padding-top: 0.06666667rem;
}
.u-margin-top-5 {
  margin-top: 0.08333333rem;
}
.u-m-t-5 {
  margin-top: 0.08333333rem;
}
.u-padding-top-5 {
  padding-top: 0.08333333rem;
}
.u-p-t-5 {
  padding-top: 0.08333333rem;
}
.u-margin-top-6 {
  margin-top: 0.1rem;
}
.u-m-t-6 {
  margin-top: 0.1rem;
}
.u-padding-top-6 {
  padding-top: 0.1rem;
}
.u-p-t-6 {
  padding-top: 0.1rem;
}
.u-margin-top-7 {
  margin-top: 0.11666667rem;
}
.u-m-t-7 {
  margin-top: 0.11666667rem;
}
.u-padding-top-7 {
  padding-top: 0.11666667rem;
}
.u-p-t-7 {
  padding-top: 0.11666667rem;
}
.u-margin-top-8 {
  margin-top: 0.13333333rem;
}
.u-m-t-8 {
  margin-top: 0.13333333rem;
}
.u-padding-top-8 {
  padding-top: 0.13333333rem;
}
.u-p-t-8 {
  padding-top: 0.13333333rem;
}
.u-margin-top-9 {
  margin-top: 0.15rem;
}
.u-m-t-9 {
  margin-top: 0.15rem;
}
.u-padding-top-9 {
  padding-top: 0.15rem;
}
.u-p-t-9 {
  padding-top: 0.15rem;
}
.u-margin-top-10 {
  margin-top: 0.16666667rem;
}
.u-m-t-10 {
  margin-top: 0.16666667rem;
}
.u-padding-top-10 {
  padding-top: 0.16666667rem;
}
.u-p-t-10 {
  padding-top: 0.16666667rem;
}
.u-margin-top-11 {
  margin-top: 0.18333333rem;
}
.u-m-t-11 {
  margin-top: 0.18333333rem;
}
.u-padding-top-11 {
  padding-top: 0.18333333rem;
}
.u-p-t-11 {
  padding-top: 0.18333333rem;
}
.u-margin-top-12 {
  margin-top: 0.2rem;
}
.u-m-t-12 {
  margin-top: 0.2rem;
}
.u-padding-top-12 {
  padding-top: 0.2rem;
}
.u-p-t-12 {
  padding-top: 0.2rem;
}
.u-margin-top-13 {
  margin-top: 0.21666667rem;
}
.u-m-t-13 {
  margin-top: 0.21666667rem;
}
.u-padding-top-13 {
  padding-top: 0.21666667rem;
}
.u-p-t-13 {
  padding-top: 0.21666667rem;
}
.u-margin-top-14 {
  margin-top: 0.23333333rem;
}
.u-m-t-14 {
  margin-top: 0.23333333rem;
}
.u-padding-top-14 {
  padding-top: 0.23333333rem;
}
.u-p-t-14 {
  padding-top: 0.23333333rem;
}
.u-margin-top-15 {
  margin-top: 0.25rem;
}
.u-m-t-15 {
  margin-top: 0.25rem;
}
.u-padding-top-15 {
  padding-top: 0.25rem;
}
.u-p-t-15 {
  padding-top: 0.25rem;
}
.u-margin-top-16 {
  margin-top: 0.26666667rem;
}
.u-m-t-16 {
  margin-top: 0.26666667rem;
}
.u-padding-top-16 {
  padding-top: 0.26666667rem;
}
.u-p-t-16 {
  padding-top: 0.26666667rem;
}
.u-margin-top-17 {
  margin-top: 0.28333333rem;
}
.u-m-t-17 {
  margin-top: 0.28333333rem;
}
.u-padding-top-17 {
  padding-top: 0.28333333rem;
}
.u-p-t-17 {
  padding-top: 0.28333333rem;
}
.u-margin-top-18 {
  margin-top: 0.3rem;
}
.u-m-t-18 {
  margin-top: 0.3rem;
}
.u-padding-top-18 {
  padding-top: 0.3rem;
}
.u-p-t-18 {
  padding-top: 0.3rem;
}
.u-margin-top-19 {
  margin-top: 0.31666667rem;
}
.u-m-t-19 {
  margin-top: 0.31666667rem;
}
.u-padding-top-19 {
  padding-top: 0.31666667rem;
}
.u-p-t-19 {
  padding-top: 0.31666667rem;
}
.u-margin-top-20 {
  margin-top: 0.33333333rem;
}
.u-m-t-20 {
  margin-top: 0.33333333rem;
}
.u-padding-top-20 {
  padding-top: 0.33333333rem;
}
.u-p-t-20 {
  padding-top: 0.33333333rem;
}
.u-margin-top-21 {
  margin-top: 0.35rem;
}
.u-m-t-21 {
  margin-top: 0.35rem;
}
.u-padding-top-21 {
  padding-top: 0.35rem;
}
.u-p-t-21 {
  padding-top: 0.35rem;
}
.u-margin-top-22 {
  margin-top: 0.36666667rem;
}
.u-m-t-22 {
  margin-top: 0.36666667rem;
}
.u-padding-top-22 {
  padding-top: 0.36666667rem;
}
.u-p-t-22 {
  padding-top: 0.36666667rem;
}
.u-margin-top-23 {
  margin-top: 0.38333333rem;
}
.u-m-t-23 {
  margin-top: 0.38333333rem;
}
.u-padding-top-23 {
  padding-top: 0.38333333rem;
}
.u-p-t-23 {
  padding-top: 0.38333333rem;
}
.u-margin-top-24 {
  margin-top: 0.4rem;
}
.u-m-t-24 {
  margin-top: 0.4rem;
}
.u-padding-top-24 {
  padding-top: 0.4rem;
}
.u-p-t-24 {
  padding-top: 0.4rem;
}
.u-margin-top-25 {
  margin-top: 0.41666667rem;
}
.u-m-t-25 {
  margin-top: 0.41666667rem;
}
.u-padding-top-25 {
  padding-top: 0.41666667rem;
}
.u-p-t-25 {
  padding-top: 0.41666667rem;
}
.u-margin-top-26 {
  margin-top: 0.43333333rem;
}
.u-m-t-26 {
  margin-top: 0.43333333rem;
}
.u-padding-top-26 {
  padding-top: 0.43333333rem;
}
.u-p-t-26 {
  padding-top: 0.43333333rem;
}
.u-margin-top-27 {
  margin-top: 0.45rem;
}
.u-m-t-27 {
  margin-top: 0.45rem;
}
.u-padding-top-27 {
  padding-top: 0.45rem;
}
.u-p-t-27 {
  padding-top: 0.45rem;
}
.u-margin-top-28 {
  margin-top: 0.46666667rem;
}
.u-m-t-28 {
  margin-top: 0.46666667rem;
}
.u-padding-top-28 {
  padding-top: 0.46666667rem;
}
.u-p-t-28 {
  padding-top: 0.46666667rem;
}
.u-margin-top-29 {
  margin-top: 0.48333333rem;
}
.u-m-t-29 {
  margin-top: 0.48333333rem;
}
.u-padding-top-29 {
  padding-top: 0.48333333rem;
}
.u-p-t-29 {
  padding-top: 0.48333333rem;
}
.u-margin-top-30 {
  margin-top: 0.5rem;
}
.u-m-t-30 {
  margin-top: 0.5rem;
}
.u-padding-top-30 {
  padding-top: 0.5rem;
}
.u-p-t-30 {
  padding-top: 0.5rem;
}
.u-margin-top-31 {
  margin-top: 0.51666667rem;
}
.u-m-t-31 {
  margin-top: 0.51666667rem;
}
.u-padding-top-31 {
  padding-top: 0.51666667rem;
}
.u-p-t-31 {
  padding-top: 0.51666667rem;
}
.u-margin-top-32 {
  margin-top: 0.53333333rem;
}
.u-m-t-32 {
  margin-top: 0.53333333rem;
}
.u-padding-top-32 {
  padding-top: 0.53333333rem;
}
.u-p-t-32 {
  padding-top: 0.53333333rem;
}
.u-margin-top-33 {
  margin-top: 0.55rem;
}
.u-m-t-33 {
  margin-top: 0.55rem;
}
.u-padding-top-33 {
  padding-top: 0.55rem;
}
.u-p-t-33 {
  padding-top: 0.55rem;
}
.u-margin-top-34 {
  margin-top: 0.56666667rem;
}
.u-m-t-34 {
  margin-top: 0.56666667rem;
}
.u-padding-top-34 {
  padding-top: 0.56666667rem;
}
.u-p-t-34 {
  padding-top: 0.56666667rem;
}
.u-margin-top-35 {
  margin-top: 0.58333333rem;
}
.u-m-t-35 {
  margin-top: 0.58333333rem;
}
.u-padding-top-35 {
  padding-top: 0.58333333rem;
}
.u-p-t-35 {
  padding-top: 0.58333333rem;
}
.u-margin-top-36 {
  margin-top: 0.6rem;
}
.u-m-t-36 {
  margin-top: 0.6rem;
}
.u-padding-top-36 {
  padding-top: 0.6rem;
}
.u-p-t-36 {
  padding-top: 0.6rem;
}
.u-margin-top-37 {
  margin-top: 0.61666667rem;
}
.u-m-t-37 {
  margin-top: 0.61666667rem;
}
.u-padding-top-37 {
  padding-top: 0.61666667rem;
}
.u-p-t-37 {
  padding-top: 0.61666667rem;
}
.u-margin-top-38 {
  margin-top: 0.63333333rem;
}
.u-m-t-38 {
  margin-top: 0.63333333rem;
}
.u-padding-top-38 {
  padding-top: 0.63333333rem;
}
.u-p-t-38 {
  padding-top: 0.63333333rem;
}
.u-margin-top-39 {
  margin-top: 0.65rem;
}
.u-m-t-39 {
  margin-top: 0.65rem;
}
.u-padding-top-39 {
  padding-top: 0.65rem;
}
.u-p-t-39 {
  padding-top: 0.65rem;
}
.u-margin-top-40 {
  margin-top: 0.66666667rem;
}
.u-m-t-40 {
  margin-top: 0.66666667rem;
}
.u-padding-top-40 {
  padding-top: 0.66666667rem;
}
.u-p-t-40 {
  padding-top: 0.66666667rem;
}
.u-margin-top-41 {
  margin-top: 0.68333333rem;
}
.u-m-t-41 {
  margin-top: 0.68333333rem;
}
.u-padding-top-41 {
  padding-top: 0.68333333rem;
}
.u-p-t-41 {
  padding-top: 0.68333333rem;
}
.u-margin-top-42 {
  margin-top: 0.7rem;
}
.u-m-t-42 {
  margin-top: 0.7rem;
}
.u-padding-top-42 {
  padding-top: 0.7rem;
}
.u-p-t-42 {
  padding-top: 0.7rem;
}
.u-margin-top-43 {
  margin-top: 0.71666667rem;
}
.u-m-t-43 {
  margin-top: 0.71666667rem;
}
.u-padding-top-43 {
  padding-top: 0.71666667rem;
}
.u-p-t-43 {
  padding-top: 0.71666667rem;
}
.u-margin-top-44 {
  margin-top: 0.73333333rem;
}
.u-m-t-44 {
  margin-top: 0.73333333rem;
}
.u-padding-top-44 {
  padding-top: 0.73333333rem;
}
.u-p-t-44 {
  padding-top: 0.73333333rem;
}
.u-margin-top-45 {
  margin-top: 0.75rem;
}
.u-m-t-45 {
  margin-top: 0.75rem;
}
.u-padding-top-45 {
  padding-top: 0.75rem;
}
.u-p-t-45 {
  padding-top: 0.75rem;
}
.u-margin-top-46 {
  margin-top: 0.76666667rem;
}
.u-m-t-46 {
  margin-top: 0.76666667rem;
}
.u-padding-top-46 {
  padding-top: 0.76666667rem;
}
.u-p-t-46 {
  padding-top: 0.76666667rem;
}
.u-margin-top-47 {
  margin-top: 0.78333333rem;
}
.u-m-t-47 {
  margin-top: 0.78333333rem;
}
.u-padding-top-47 {
  padding-top: 0.78333333rem;
}
.u-p-t-47 {
  padding-top: 0.78333333rem;
}
.u-margin-top-48 {
  margin-top: 0.8rem;
}
.u-m-t-48 {
  margin-top: 0.8rem;
}
.u-padding-top-48 {
  padding-top: 0.8rem;
}
.u-p-t-48 {
  padding-top: 0.8rem;
}
.u-margin-top-49 {
  margin-top: 0.81666667rem;
}
.u-m-t-49 {
  margin-top: 0.81666667rem;
}
.u-padding-top-49 {
  padding-top: 0.81666667rem;
}
.u-p-t-49 {
  padding-top: 0.81666667rem;
}
.u-margin-top-50 {
  margin-top: 0.83333333rem;
}
.u-m-t-50 {
  margin-top: 0.83333333rem;
}
.u-padding-top-50 {
  padding-top: 0.83333333rem;
}
.u-p-t-50 {
  padding-top: 0.83333333rem;
}
.u-margin-top-51 {
  margin-top: 0.85rem;
}
.u-m-t-51 {
  margin-top: 0.85rem;
}
.u-padding-top-51 {
  padding-top: 0.85rem;
}
.u-p-t-51 {
  padding-top: 0.85rem;
}
.u-margin-top-52 {
  margin-top: 0.86666667rem;
}
.u-m-t-52 {
  margin-top: 0.86666667rem;
}
.u-padding-top-52 {
  padding-top: 0.86666667rem;
}
.u-p-t-52 {
  padding-top: 0.86666667rem;
}
.u-margin-top-53 {
  margin-top: 0.88333333rem;
}
.u-m-t-53 {
  margin-top: 0.88333333rem;
}
.u-padding-top-53 {
  padding-top: 0.88333333rem;
}
.u-p-t-53 {
  padding-top: 0.88333333rem;
}
.u-margin-top-54 {
  margin-top: 0.9rem;
}
.u-m-t-54 {
  margin-top: 0.9rem;
}
.u-padding-top-54 {
  padding-top: 0.9rem;
}
.u-p-t-54 {
  padding-top: 0.9rem;
}
.u-margin-top-55 {
  margin-top: 0.91666667rem;
}
.u-m-t-55 {
  margin-top: 0.91666667rem;
}
.u-padding-top-55 {
  padding-top: 0.91666667rem;
}
.u-p-t-55 {
  padding-top: 0.91666667rem;
}
.u-margin-top-56 {
  margin-top: 0.93333333rem;
}
.u-m-t-56 {
  margin-top: 0.93333333rem;
}
.u-padding-top-56 {
  padding-top: 0.93333333rem;
}
.u-p-t-56 {
  padding-top: 0.93333333rem;
}
.u-margin-top-57 {
  margin-top: 0.95rem;
}
.u-m-t-57 {
  margin-top: 0.95rem;
}
.u-padding-top-57 {
  padding-top: 0.95rem;
}
.u-p-t-57 {
  padding-top: 0.95rem;
}
.u-margin-top-58 {
  margin-top: 0.96666667rem;
}
.u-m-t-58 {
  margin-top: 0.96666667rem;
}
.u-padding-top-58 {
  padding-top: 0.96666667rem;
}
.u-p-t-58 {
  padding-top: 0.96666667rem;
}
.u-margin-top-59 {
  margin-top: 0.98333333rem;
}
.u-m-t-59 {
  margin-top: 0.98333333rem;
}
.u-padding-top-59 {
  padding-top: 0.98333333rem;
}
.u-p-t-59 {
  padding-top: 0.98333333rem;
}
.u-margin-top-60 {
  margin-top: 1rem;
}
.u-m-t-60 {
  margin-top: 1rem;
}
.u-padding-top-60 {
  padding-top: 1rem;
}
.u-p-t-60 {
  padding-top: 1rem;
}
.u-margin-top-61 {
  margin-top: 1.01666667rem;
}
.u-m-t-61 {
  margin-top: 1.01666667rem;
}
.u-padding-top-61 {
  padding-top: 1.01666667rem;
}
.u-p-t-61 {
  padding-top: 1.01666667rem;
}
.u-margin-top-62 {
  margin-top: 1.03333333rem;
}
.u-m-t-62 {
  margin-top: 1.03333333rem;
}
.u-padding-top-62 {
  padding-top: 1.03333333rem;
}
.u-p-t-62 {
  padding-top: 1.03333333rem;
}
.u-margin-top-63 {
  margin-top: 1.05rem;
}
.u-m-t-63 {
  margin-top: 1.05rem;
}
.u-padding-top-63 {
  padding-top: 1.05rem;
}
.u-p-t-63 {
  padding-top: 1.05rem;
}
.u-margin-top-64 {
  margin-top: 1.06666667rem;
}
.u-m-t-64 {
  margin-top: 1.06666667rem;
}
.u-padding-top-64 {
  padding-top: 1.06666667rem;
}
.u-p-t-64 {
  padding-top: 1.06666667rem;
}
.u-margin-top-65 {
  margin-top: 1.08333333rem;
}
.u-m-t-65 {
  margin-top: 1.08333333rem;
}
.u-padding-top-65 {
  padding-top: 1.08333333rem;
}
.u-p-t-65 {
  padding-top: 1.08333333rem;
}
.u-margin-top-66 {
  margin-top: 1.1rem;
}
.u-m-t-66 {
  margin-top: 1.1rem;
}
.u-padding-top-66 {
  padding-top: 1.1rem;
}
.u-p-t-66 {
  padding-top: 1.1rem;
}
.u-margin-top-67 {
  margin-top: 1.11666667rem;
}
.u-m-t-67 {
  margin-top: 1.11666667rem;
}
.u-padding-top-67 {
  padding-top: 1.11666667rem;
}
.u-p-t-67 {
  padding-top: 1.11666667rem;
}
.u-margin-top-68 {
  margin-top: 1.13333333rem;
}
.u-m-t-68 {
  margin-top: 1.13333333rem;
}
.u-padding-top-68 {
  padding-top: 1.13333333rem;
}
.u-p-t-68 {
  padding-top: 1.13333333rem;
}
.u-margin-top-69 {
  margin-top: 1.15rem;
}
.u-m-t-69 {
  margin-top: 1.15rem;
}
.u-padding-top-69 {
  padding-top: 1.15rem;
}
.u-p-t-69 {
  padding-top: 1.15rem;
}
.u-margin-top-70 {
  margin-top: 1.16666667rem;
}
.u-m-t-70 {
  margin-top: 1.16666667rem;
}
.u-padding-top-70 {
  padding-top: 1.16666667rem;
}
.u-p-t-70 {
  padding-top: 1.16666667rem;
}
.u-margin-top-71 {
  margin-top: 1.18333333rem;
}
.u-m-t-71 {
  margin-top: 1.18333333rem;
}
.u-padding-top-71 {
  padding-top: 1.18333333rem;
}
.u-p-t-71 {
  padding-top: 1.18333333rem;
}
.u-margin-top-72 {
  margin-top: 1.2rem;
}
.u-m-t-72 {
  margin-top: 1.2rem;
}
.u-padding-top-72 {
  padding-top: 1.2rem;
}
.u-p-t-72 {
  padding-top: 1.2rem;
}
.u-margin-top-73 {
  margin-top: 1.21666667rem;
}
.u-m-t-73 {
  margin-top: 1.21666667rem;
}
.u-padding-top-73 {
  padding-top: 1.21666667rem;
}
.u-p-t-73 {
  padding-top: 1.21666667rem;
}
.u-margin-top-74 {
  margin-top: 1.23333333rem;
}
.u-m-t-74 {
  margin-top: 1.23333333rem;
}
.u-padding-top-74 {
  padding-top: 1.23333333rem;
}
.u-p-t-74 {
  padding-top: 1.23333333rem;
}
.u-margin-top-75 {
  margin-top: 1.25rem;
}
.u-m-t-75 {
  margin-top: 1.25rem;
}
.u-padding-top-75 {
  padding-top: 1.25rem;
}
.u-p-t-75 {
  padding-top: 1.25rem;
}
.u-margin-top-76 {
  margin-top: 1.26666667rem;
}
.u-m-t-76 {
  margin-top: 1.26666667rem;
}
.u-padding-top-76 {
  padding-top: 1.26666667rem;
}
.u-p-t-76 {
  padding-top: 1.26666667rem;
}
.u-margin-top-77 {
  margin-top: 1.28333333rem;
}
.u-m-t-77 {
  margin-top: 1.28333333rem;
}
.u-padding-top-77 {
  padding-top: 1.28333333rem;
}
.u-p-t-77 {
  padding-top: 1.28333333rem;
}
.u-margin-top-78 {
  margin-top: 1.3rem;
}
.u-m-t-78 {
  margin-top: 1.3rem;
}
.u-padding-top-78 {
  padding-top: 1.3rem;
}
.u-p-t-78 {
  padding-top: 1.3rem;
}
.u-margin-top-79 {
  margin-top: 1.31666667rem;
}
.u-m-t-79 {
  margin-top: 1.31666667rem;
}
.u-padding-top-79 {
  padding-top: 1.31666667rem;
}
.u-p-t-79 {
  padding-top: 1.31666667rem;
}
.u-margin-top-80 {
  margin-top: 1.33333333rem;
}
.u-m-t-80 {
  margin-top: 1.33333333rem;
}
.u-padding-top-80 {
  padding-top: 1.33333333rem;
}
.u-p-t-80 {
  padding-top: 1.33333333rem;
}
.u-margin-right-1 {
  margin-right: 0.01666667rem;
}
.u-m-r-1 {
  margin-right: 0.01666667rem;
}
.u-padding-right-1 {
  padding-right: 0.01666667rem;
}
.u-p-r-1 {
  padding-right: 0.01666667rem;
}
.u-margin-right-2 {
  margin-right: 0.03333333rem;
}
.u-m-r-2 {
  margin-right: 0.03333333rem;
}
.u-padding-right-2 {
  padding-right: 0.03333333rem;
}
.u-p-r-2 {
  padding-right: 0.03333333rem;
}
.u-margin-right-3 {
  margin-right: 0.05rem;
}
.u-m-r-3 {
  margin-right: 0.05rem;
}
.u-padding-right-3 {
  padding-right: 0.05rem;
}
.u-p-r-3 {
  padding-right: 0.05rem;
}
.u-margin-right-4 {
  margin-right: 0.06666667rem;
}
.u-m-r-4 {
  margin-right: 0.06666667rem;
}
.u-padding-right-4 {
  padding-right: 0.06666667rem;
}
.u-p-r-4 {
  padding-right: 0.06666667rem;
}
.u-margin-right-5 {
  margin-right: 0.08333333rem;
}
.u-m-r-5 {
  margin-right: 0.08333333rem;
}
.u-padding-right-5 {
  padding-right: 0.08333333rem;
}
.u-p-r-5 {
  padding-right: 0.08333333rem;
}
.u-margin-right-6 {
  margin-right: 0.1rem;
}
.u-m-r-6 {
  margin-right: 0.1rem;
}
.u-padding-right-6 {
  padding-right: 0.1rem;
}
.u-p-r-6 {
  padding-right: 0.1rem;
}
.u-margin-right-7 {
  margin-right: 0.11666667rem;
}
.u-m-r-7 {
  margin-right: 0.11666667rem;
}
.u-padding-right-7 {
  padding-right: 0.11666667rem;
}
.u-p-r-7 {
  padding-right: 0.11666667rem;
}
.u-margin-right-8 {
  margin-right: 0.13333333rem;
}
.u-m-r-8 {
  margin-right: 0.13333333rem;
}
.u-padding-right-8 {
  padding-right: 0.13333333rem;
}
.u-p-r-8 {
  padding-right: 0.13333333rem;
}
.u-margin-right-9 {
  margin-right: 0.15rem;
}
.u-m-r-9 {
  margin-right: 0.15rem;
}
.u-padding-right-9 {
  padding-right: 0.15rem;
}
.u-p-r-9 {
  padding-right: 0.15rem;
}
.u-margin-right-10 {
  margin-right: 0.16666667rem;
}
.u-m-r-10 {
  margin-right: 0.16666667rem;
}
.u-padding-right-10 {
  padding-right: 0.16666667rem;
}
.u-p-r-10 {
  padding-right: 0.16666667rem;
}
.u-margin-right-11 {
  margin-right: 0.18333333rem;
}
.u-m-r-11 {
  margin-right: 0.18333333rem;
}
.u-padding-right-11 {
  padding-right: 0.18333333rem;
}
.u-p-r-11 {
  padding-right: 0.18333333rem;
}
.u-margin-right-12 {
  margin-right: 0.2rem;
}
.u-m-r-12 {
  margin-right: 0.2rem;
}
.u-padding-right-12 {
  padding-right: 0.2rem;
}
.u-p-r-12 {
  padding-right: 0.2rem;
}
.u-margin-right-13 {
  margin-right: 0.21666667rem;
}
.u-m-r-13 {
  margin-right: 0.21666667rem;
}
.u-padding-right-13 {
  padding-right: 0.21666667rem;
}
.u-p-r-13 {
  padding-right: 0.21666667rem;
}
.u-margin-right-14 {
  margin-right: 0.23333333rem;
}
.u-m-r-14 {
  margin-right: 0.23333333rem;
}
.u-padding-right-14 {
  padding-right: 0.23333333rem;
}
.u-p-r-14 {
  padding-right: 0.23333333rem;
}
.u-margin-right-15 {
  margin-right: 0.25rem;
}
.u-m-r-15 {
  margin-right: 0.25rem;
}
.u-padding-right-15 {
  padding-right: 0.25rem;
}
.u-p-r-15 {
  padding-right: 0.25rem;
}
.u-margin-right-16 {
  margin-right: 0.26666667rem;
}
.u-m-r-16 {
  margin-right: 0.26666667rem;
}
.u-padding-right-16 {
  padding-right: 0.26666667rem;
}
.u-p-r-16 {
  padding-right: 0.26666667rem;
}
.u-margin-right-17 {
  margin-right: 0.28333333rem;
}
.u-m-r-17 {
  margin-right: 0.28333333rem;
}
.u-padding-right-17 {
  padding-right: 0.28333333rem;
}
.u-p-r-17 {
  padding-right: 0.28333333rem;
}
.u-margin-right-18 {
  margin-right: 0.3rem;
}
.u-m-r-18 {
  margin-right: 0.3rem;
}
.u-padding-right-18 {
  padding-right: 0.3rem;
}
.u-p-r-18 {
  padding-right: 0.3rem;
}
.u-margin-right-19 {
  margin-right: 0.31666667rem;
}
.u-m-r-19 {
  margin-right: 0.31666667rem;
}
.u-padding-right-19 {
  padding-right: 0.31666667rem;
}
.u-p-r-19 {
  padding-right: 0.31666667rem;
}
.u-margin-right-20 {
  margin-right: 0.33333333rem;
}
.u-m-r-20 {
  margin-right: 0.33333333rem;
}
.u-padding-right-20 {
  padding-right: 0.33333333rem;
}
.u-p-r-20 {
  padding-right: 0.33333333rem;
}
.u-margin-right-21 {
  margin-right: 0.35rem;
}
.u-m-r-21 {
  margin-right: 0.35rem;
}
.u-padding-right-21 {
  padding-right: 0.35rem;
}
.u-p-r-21 {
  padding-right: 0.35rem;
}
.u-margin-right-22 {
  margin-right: 0.36666667rem;
}
.u-m-r-22 {
  margin-right: 0.36666667rem;
}
.u-padding-right-22 {
  padding-right: 0.36666667rem;
}
.u-p-r-22 {
  padding-right: 0.36666667rem;
}
.u-margin-right-23 {
  margin-right: 0.38333333rem;
}
.u-m-r-23 {
  margin-right: 0.38333333rem;
}
.u-padding-right-23 {
  padding-right: 0.38333333rem;
}
.u-p-r-23 {
  padding-right: 0.38333333rem;
}
.u-margin-right-24 {
  margin-right: 0.4rem;
}
.u-m-r-24 {
  margin-right: 0.4rem;
}
.u-padding-right-24 {
  padding-right: 0.4rem;
}
.u-p-r-24 {
  padding-right: 0.4rem;
}
.u-margin-right-25 {
  margin-right: 0.41666667rem;
}
.u-m-r-25 {
  margin-right: 0.41666667rem;
}
.u-padding-right-25 {
  padding-right: 0.41666667rem;
}
.u-p-r-25 {
  padding-right: 0.41666667rem;
}
.u-margin-right-26 {
  margin-right: 0.43333333rem;
}
.u-m-r-26 {
  margin-right: 0.43333333rem;
}
.u-padding-right-26 {
  padding-right: 0.43333333rem;
}
.u-p-r-26 {
  padding-right: 0.43333333rem;
}
.u-margin-right-27 {
  margin-right: 0.45rem;
}
.u-m-r-27 {
  margin-right: 0.45rem;
}
.u-padding-right-27 {
  padding-right: 0.45rem;
}
.u-p-r-27 {
  padding-right: 0.45rem;
}
.u-margin-right-28 {
  margin-right: 0.46666667rem;
}
.u-m-r-28 {
  margin-right: 0.46666667rem;
}
.u-padding-right-28 {
  padding-right: 0.46666667rem;
}
.u-p-r-28 {
  padding-right: 0.46666667rem;
}
.u-margin-right-29 {
  margin-right: 0.48333333rem;
}
.u-m-r-29 {
  margin-right: 0.48333333rem;
}
.u-padding-right-29 {
  padding-right: 0.48333333rem;
}
.u-p-r-29 {
  padding-right: 0.48333333rem;
}
.u-margin-right-30 {
  margin-right: 0.5rem;
}
.u-m-r-30 {
  margin-right: 0.5rem;
}
.u-padding-right-30 {
  padding-right: 0.5rem;
}
.u-p-r-30 {
  padding-right: 0.5rem;
}
.u-margin-right-31 {
  margin-right: 0.51666667rem;
}
.u-m-r-31 {
  margin-right: 0.51666667rem;
}
.u-padding-right-31 {
  padding-right: 0.51666667rem;
}
.u-p-r-31 {
  padding-right: 0.51666667rem;
}
.u-margin-right-32 {
  margin-right: 0.53333333rem;
}
.u-m-r-32 {
  margin-right: 0.53333333rem;
}
.u-padding-right-32 {
  padding-right: 0.53333333rem;
}
.u-p-r-32 {
  padding-right: 0.53333333rem;
}
.u-margin-right-33 {
  margin-right: 0.55rem;
}
.u-m-r-33 {
  margin-right: 0.55rem;
}
.u-padding-right-33 {
  padding-right: 0.55rem;
}
.u-p-r-33 {
  padding-right: 0.55rem;
}
.u-margin-right-34 {
  margin-right: 0.56666667rem;
}
.u-m-r-34 {
  margin-right: 0.56666667rem;
}
.u-padding-right-34 {
  padding-right: 0.56666667rem;
}
.u-p-r-34 {
  padding-right: 0.56666667rem;
}
.u-margin-right-35 {
  margin-right: 0.58333333rem;
}
.u-m-r-35 {
  margin-right: 0.58333333rem;
}
.u-padding-right-35 {
  padding-right: 0.58333333rem;
}
.u-p-r-35 {
  padding-right: 0.58333333rem;
}
.u-margin-right-36 {
  margin-right: 0.6rem;
}
.u-m-r-36 {
  margin-right: 0.6rem;
}
.u-padding-right-36 {
  padding-right: 0.6rem;
}
.u-p-r-36 {
  padding-right: 0.6rem;
}
.u-margin-right-37 {
  margin-right: 0.61666667rem;
}
.u-m-r-37 {
  margin-right: 0.61666667rem;
}
.u-padding-right-37 {
  padding-right: 0.61666667rem;
}
.u-p-r-37 {
  padding-right: 0.61666667rem;
}
.u-margin-right-38 {
  margin-right: 0.63333333rem;
}
.u-m-r-38 {
  margin-right: 0.63333333rem;
}
.u-padding-right-38 {
  padding-right: 0.63333333rem;
}
.u-p-r-38 {
  padding-right: 0.63333333rem;
}
.u-margin-right-39 {
  margin-right: 0.65rem;
}
.u-m-r-39 {
  margin-right: 0.65rem;
}
.u-padding-right-39 {
  padding-right: 0.65rem;
}
.u-p-r-39 {
  padding-right: 0.65rem;
}
.u-margin-right-40 {
  margin-right: 0.66666667rem;
}
.u-m-r-40 {
  margin-right: 0.66666667rem;
}
.u-padding-right-40 {
  padding-right: 0.66666667rem;
}
.u-p-r-40 {
  padding-right: 0.66666667rem;
}
.u-margin-right-41 {
  margin-right: 0.68333333rem;
}
.u-m-r-41 {
  margin-right: 0.68333333rem;
}
.u-padding-right-41 {
  padding-right: 0.68333333rem;
}
.u-p-r-41 {
  padding-right: 0.68333333rem;
}
.u-margin-right-42 {
  margin-right: 0.7rem;
}
.u-m-r-42 {
  margin-right: 0.7rem;
}
.u-padding-right-42 {
  padding-right: 0.7rem;
}
.u-p-r-42 {
  padding-right: 0.7rem;
}
.u-margin-right-43 {
  margin-right: 0.71666667rem;
}
.u-m-r-43 {
  margin-right: 0.71666667rem;
}
.u-padding-right-43 {
  padding-right: 0.71666667rem;
}
.u-p-r-43 {
  padding-right: 0.71666667rem;
}
.u-margin-right-44 {
  margin-right: 0.73333333rem;
}
.u-m-r-44 {
  margin-right: 0.73333333rem;
}
.u-padding-right-44 {
  padding-right: 0.73333333rem;
}
.u-p-r-44 {
  padding-right: 0.73333333rem;
}
.u-margin-right-45 {
  margin-right: 0.75rem;
}
.u-m-r-45 {
  margin-right: 0.75rem;
}
.u-padding-right-45 {
  padding-right: 0.75rem;
}
.u-p-r-45 {
  padding-right: 0.75rem;
}
.u-margin-right-46 {
  margin-right: 0.76666667rem;
}
.u-m-r-46 {
  margin-right: 0.76666667rem;
}
.u-padding-right-46 {
  padding-right: 0.76666667rem;
}
.u-p-r-46 {
  padding-right: 0.76666667rem;
}
.u-margin-right-47 {
  margin-right: 0.78333333rem;
}
.u-m-r-47 {
  margin-right: 0.78333333rem;
}
.u-padding-right-47 {
  padding-right: 0.78333333rem;
}
.u-p-r-47 {
  padding-right: 0.78333333rem;
}
.u-margin-right-48 {
  margin-right: 0.8rem;
}
.u-m-r-48 {
  margin-right: 0.8rem;
}
.u-padding-right-48 {
  padding-right: 0.8rem;
}
.u-p-r-48 {
  padding-right: 0.8rem;
}
.u-margin-right-49 {
  margin-right: 0.81666667rem;
}
.u-m-r-49 {
  margin-right: 0.81666667rem;
}
.u-padding-right-49 {
  padding-right: 0.81666667rem;
}
.u-p-r-49 {
  padding-right: 0.81666667rem;
}
.u-margin-right-50 {
  margin-right: 0.83333333rem;
}
.u-m-r-50 {
  margin-right: 0.83333333rem;
}
.u-padding-right-50 {
  padding-right: 0.83333333rem;
}
.u-p-r-50 {
  padding-right: 0.83333333rem;
}
.u-margin-right-51 {
  margin-right: 0.85rem;
}
.u-m-r-51 {
  margin-right: 0.85rem;
}
.u-padding-right-51 {
  padding-right: 0.85rem;
}
.u-p-r-51 {
  padding-right: 0.85rem;
}
.u-margin-right-52 {
  margin-right: 0.86666667rem;
}
.u-m-r-52 {
  margin-right: 0.86666667rem;
}
.u-padding-right-52 {
  padding-right: 0.86666667rem;
}
.u-p-r-52 {
  padding-right: 0.86666667rem;
}
.u-margin-right-53 {
  margin-right: 0.88333333rem;
}
.u-m-r-53 {
  margin-right: 0.88333333rem;
}
.u-padding-right-53 {
  padding-right: 0.88333333rem;
}
.u-p-r-53 {
  padding-right: 0.88333333rem;
}
.u-margin-right-54 {
  margin-right: 0.9rem;
}
.u-m-r-54 {
  margin-right: 0.9rem;
}
.u-padding-right-54 {
  padding-right: 0.9rem;
}
.u-p-r-54 {
  padding-right: 0.9rem;
}
.u-margin-right-55 {
  margin-right: 0.91666667rem;
}
.u-m-r-55 {
  margin-right: 0.91666667rem;
}
.u-padding-right-55 {
  padding-right: 0.91666667rem;
}
.u-p-r-55 {
  padding-right: 0.91666667rem;
}
.u-margin-right-56 {
  margin-right: 0.93333333rem;
}
.u-m-r-56 {
  margin-right: 0.93333333rem;
}
.u-padding-right-56 {
  padding-right: 0.93333333rem;
}
.u-p-r-56 {
  padding-right: 0.93333333rem;
}
.u-margin-right-57 {
  margin-right: 0.95rem;
}
.u-m-r-57 {
  margin-right: 0.95rem;
}
.u-padding-right-57 {
  padding-right: 0.95rem;
}
.u-p-r-57 {
  padding-right: 0.95rem;
}
.u-margin-right-58 {
  margin-right: 0.96666667rem;
}
.u-m-r-58 {
  margin-right: 0.96666667rem;
}
.u-padding-right-58 {
  padding-right: 0.96666667rem;
}
.u-p-r-58 {
  padding-right: 0.96666667rem;
}
.u-margin-right-59 {
  margin-right: 0.98333333rem;
}
.u-m-r-59 {
  margin-right: 0.98333333rem;
}
.u-padding-right-59 {
  padding-right: 0.98333333rem;
}
.u-p-r-59 {
  padding-right: 0.98333333rem;
}
.u-margin-right-60 {
  margin-right: 1rem;
}
.u-m-r-60 {
  margin-right: 1rem;
}
.u-padding-right-60 {
  padding-right: 1rem;
}
.u-p-r-60 {
  padding-right: 1rem;
}
.u-margin-right-61 {
  margin-right: 1.01666667rem;
}
.u-m-r-61 {
  margin-right: 1.01666667rem;
}
.u-padding-right-61 {
  padding-right: 1.01666667rem;
}
.u-p-r-61 {
  padding-right: 1.01666667rem;
}
.u-margin-right-62 {
  margin-right: 1.03333333rem;
}
.u-m-r-62 {
  margin-right: 1.03333333rem;
}
.u-padding-right-62 {
  padding-right: 1.03333333rem;
}
.u-p-r-62 {
  padding-right: 1.03333333rem;
}
.u-margin-right-63 {
  margin-right: 1.05rem;
}
.u-m-r-63 {
  margin-right: 1.05rem;
}
.u-padding-right-63 {
  padding-right: 1.05rem;
}
.u-p-r-63 {
  padding-right: 1.05rem;
}
.u-margin-right-64 {
  margin-right: 1.06666667rem;
}
.u-m-r-64 {
  margin-right: 1.06666667rem;
}
.u-padding-right-64 {
  padding-right: 1.06666667rem;
}
.u-p-r-64 {
  padding-right: 1.06666667rem;
}
.u-margin-right-65 {
  margin-right: 1.08333333rem;
}
.u-m-r-65 {
  margin-right: 1.08333333rem;
}
.u-padding-right-65 {
  padding-right: 1.08333333rem;
}
.u-p-r-65 {
  padding-right: 1.08333333rem;
}
.u-margin-right-66 {
  margin-right: 1.1rem;
}
.u-m-r-66 {
  margin-right: 1.1rem;
}
.u-padding-right-66 {
  padding-right: 1.1rem;
}
.u-p-r-66 {
  padding-right: 1.1rem;
}
.u-margin-right-67 {
  margin-right: 1.11666667rem;
}
.u-m-r-67 {
  margin-right: 1.11666667rem;
}
.u-padding-right-67 {
  padding-right: 1.11666667rem;
}
.u-p-r-67 {
  padding-right: 1.11666667rem;
}
.u-margin-right-68 {
  margin-right: 1.13333333rem;
}
.u-m-r-68 {
  margin-right: 1.13333333rem;
}
.u-padding-right-68 {
  padding-right: 1.13333333rem;
}
.u-p-r-68 {
  padding-right: 1.13333333rem;
}
.u-margin-right-69 {
  margin-right: 1.15rem;
}
.u-m-r-69 {
  margin-right: 1.15rem;
}
.u-padding-right-69 {
  padding-right: 1.15rem;
}
.u-p-r-69 {
  padding-right: 1.15rem;
}
.u-margin-right-70 {
  margin-right: 1.16666667rem;
}
.u-m-r-70 {
  margin-right: 1.16666667rem;
}
.u-padding-right-70 {
  padding-right: 1.16666667rem;
}
.u-p-r-70 {
  padding-right: 1.16666667rem;
}
.u-margin-right-71 {
  margin-right: 1.18333333rem;
}
.u-m-r-71 {
  margin-right: 1.18333333rem;
}
.u-padding-right-71 {
  padding-right: 1.18333333rem;
}
.u-p-r-71 {
  padding-right: 1.18333333rem;
}
.u-margin-right-72 {
  margin-right: 1.2rem;
}
.u-m-r-72 {
  margin-right: 1.2rem;
}
.u-padding-right-72 {
  padding-right: 1.2rem;
}
.u-p-r-72 {
  padding-right: 1.2rem;
}
.u-margin-right-73 {
  margin-right: 1.21666667rem;
}
.u-m-r-73 {
  margin-right: 1.21666667rem;
}
.u-padding-right-73 {
  padding-right: 1.21666667rem;
}
.u-p-r-73 {
  padding-right: 1.21666667rem;
}
.u-margin-right-74 {
  margin-right: 1.23333333rem;
}
.u-m-r-74 {
  margin-right: 1.23333333rem;
}
.u-padding-right-74 {
  padding-right: 1.23333333rem;
}
.u-p-r-74 {
  padding-right: 1.23333333rem;
}
.u-margin-right-75 {
  margin-right: 1.25rem;
}
.u-m-r-75 {
  margin-right: 1.25rem;
}
.u-padding-right-75 {
  padding-right: 1.25rem;
}
.u-p-r-75 {
  padding-right: 1.25rem;
}
.u-margin-right-76 {
  margin-right: 1.26666667rem;
}
.u-m-r-76 {
  margin-right: 1.26666667rem;
}
.u-padding-right-76 {
  padding-right: 1.26666667rem;
}
.u-p-r-76 {
  padding-right: 1.26666667rem;
}
.u-margin-right-77 {
  margin-right: 1.28333333rem;
}
.u-m-r-77 {
  margin-right: 1.28333333rem;
}
.u-padding-right-77 {
  padding-right: 1.28333333rem;
}
.u-p-r-77 {
  padding-right: 1.28333333rem;
}
.u-margin-right-78 {
  margin-right: 1.3rem;
}
.u-m-r-78 {
  margin-right: 1.3rem;
}
.u-padding-right-78 {
  padding-right: 1.3rem;
}
.u-p-r-78 {
  padding-right: 1.3rem;
}
.u-margin-right-79 {
  margin-right: 1.31666667rem;
}
.u-m-r-79 {
  margin-right: 1.31666667rem;
}
.u-padding-right-79 {
  padding-right: 1.31666667rem;
}
.u-p-r-79 {
  padding-right: 1.31666667rem;
}
.u-margin-right-80 {
  margin-right: 1.33333333rem;
}
.u-m-r-80 {
  margin-right: 1.33333333rem;
}
.u-padding-right-80 {
  padding-right: 1.33333333rem;
}
.u-p-r-80 {
  padding-right: 1.33333333rem;
}
.u-margin-bottom-1 {
  margin-bottom: 0.01666667rem;
}
.u-m-b-1 {
  margin-bottom: 0.01666667rem;
}
.u-padding-bottom-1 {
  padding-bottom: 0.01666667rem;
}
.u-p-b-1 {
  padding-bottom: 0.01666667rem;
}
.u-margin-bottom-2 {
  margin-bottom: 0.03333333rem;
}
.u-m-b-2 {
  margin-bottom: 0.03333333rem;
}
.u-padding-bottom-2 {
  padding-bottom: 0.03333333rem;
}
.u-p-b-2 {
  padding-bottom: 0.03333333rem;
}
.u-margin-bottom-3 {
  margin-bottom: 0.05rem;
}
.u-m-b-3 {
  margin-bottom: 0.05rem;
}
.u-padding-bottom-3 {
  padding-bottom: 0.05rem;
}
.u-p-b-3 {
  padding-bottom: 0.05rem;
}
.u-margin-bottom-4 {
  margin-bottom: 0.06666667rem;
}
.u-m-b-4 {
  margin-bottom: 0.06666667rem;
}
.u-padding-bottom-4 {
  padding-bottom: 0.06666667rem;
}
.u-p-b-4 {
  padding-bottom: 0.06666667rem;
}
.u-margin-bottom-5 {
  margin-bottom: 0.08333333rem;
}
.u-m-b-5 {
  margin-bottom: 0.08333333rem;
}
.u-padding-bottom-5 {
  padding-bottom: 0.08333333rem;
}
.u-p-b-5 {
  padding-bottom: 0.08333333rem;
}
.u-margin-bottom-6 {
  margin-bottom: 0.1rem;
}
.u-m-b-6 {
  margin-bottom: 0.1rem;
}
.u-padding-bottom-6 {
  padding-bottom: 0.1rem;
}
.u-p-b-6 {
  padding-bottom: 0.1rem;
}
.u-margin-bottom-7 {
  margin-bottom: 0.11666667rem;
}
.u-m-b-7 {
  margin-bottom: 0.11666667rem;
}
.u-padding-bottom-7 {
  padding-bottom: 0.11666667rem;
}
.u-p-b-7 {
  padding-bottom: 0.11666667rem;
}
.u-margin-bottom-8 {
  margin-bottom: 0.13333333rem;
}
.u-m-b-8 {
  margin-bottom: 0.13333333rem;
}
.u-padding-bottom-8 {
  padding-bottom: 0.13333333rem;
}
.u-p-b-8 {
  padding-bottom: 0.13333333rem;
}
.u-margin-bottom-9 {
  margin-bottom: 0.15rem;
}
.u-m-b-9 {
  margin-bottom: 0.15rem;
}
.u-padding-bottom-9 {
  padding-bottom: 0.15rem;
}
.u-p-b-9 {
  padding-bottom: 0.15rem;
}
.u-margin-bottom-10 {
  margin-bottom: 0.16666667rem;
}
.u-m-b-10 {
  margin-bottom: 0.16666667rem;
}
.u-padding-bottom-10 {
  padding-bottom: 0.16666667rem;
}
.u-p-b-10 {
  padding-bottom: 0.16666667rem;
}
.u-margin-bottom-11 {
  margin-bottom: 0.18333333rem;
}
.u-m-b-11 {
  margin-bottom: 0.18333333rem;
}
.u-padding-bottom-11 {
  padding-bottom: 0.18333333rem;
}
.u-p-b-11 {
  padding-bottom: 0.18333333rem;
}
.u-margin-bottom-12 {
  margin-bottom: 0.2rem;
}
.u-m-b-12 {
  margin-bottom: 0.2rem;
}
.u-padding-bottom-12 {
  padding-bottom: 0.2rem;
}
.u-p-b-12 {
  padding-bottom: 0.2rem;
}
.u-margin-bottom-13 {
  margin-bottom: 0.21666667rem;
}
.u-m-b-13 {
  margin-bottom: 0.21666667rem;
}
.u-padding-bottom-13 {
  padding-bottom: 0.21666667rem;
}
.u-p-b-13 {
  padding-bottom: 0.21666667rem;
}
.u-margin-bottom-14 {
  margin-bottom: 0.23333333rem;
}
.u-m-b-14 {
  margin-bottom: 0.23333333rem;
}
.u-padding-bottom-14 {
  padding-bottom: 0.23333333rem;
}
.u-p-b-14 {
  padding-bottom: 0.23333333rem;
}
.u-margin-bottom-15 {
  margin-bottom: 0.25rem;
}
.u-m-b-15 {
  margin-bottom: 0.25rem;
}
.u-padding-bottom-15 {
  padding-bottom: 0.25rem;
}
.u-p-b-15 {
  padding-bottom: 0.25rem;
}
.u-margin-bottom-16 {
  margin-bottom: 0.26666667rem;
}
.u-m-b-16 {
  margin-bottom: 0.26666667rem;
}
.u-padding-bottom-16 {
  padding-bottom: 0.26666667rem;
}
.u-p-b-16 {
  padding-bottom: 0.26666667rem;
}
.u-margin-bottom-17 {
  margin-bottom: 0.28333333rem;
}
.u-m-b-17 {
  margin-bottom: 0.28333333rem;
}
.u-padding-bottom-17 {
  padding-bottom: 0.28333333rem;
}
.u-p-b-17 {
  padding-bottom: 0.28333333rem;
}
.u-margin-bottom-18 {
  margin-bottom: 0.3rem;
}
.u-m-b-18 {
  margin-bottom: 0.3rem;
}
.u-padding-bottom-18 {
  padding-bottom: 0.3rem;
}
.u-p-b-18 {
  padding-bottom: 0.3rem;
}
.u-margin-bottom-19 {
  margin-bottom: 0.31666667rem;
}
.u-m-b-19 {
  margin-bottom: 0.31666667rem;
}
.u-padding-bottom-19 {
  padding-bottom: 0.31666667rem;
}
.u-p-b-19 {
  padding-bottom: 0.31666667rem;
}
.u-margin-bottom-20 {
  margin-bottom: 0.33333333rem;
}
.u-m-b-20 {
  margin-bottom: 0.33333333rem;
}
.u-padding-bottom-20 {
  padding-bottom: 0.33333333rem;
}
.u-p-b-20 {
  padding-bottom: 0.33333333rem;
}
.u-margin-bottom-21 {
  margin-bottom: 0.35rem;
}
.u-m-b-21 {
  margin-bottom: 0.35rem;
}
.u-padding-bottom-21 {
  padding-bottom: 0.35rem;
}
.u-p-b-21 {
  padding-bottom: 0.35rem;
}
.u-margin-bottom-22 {
  margin-bottom: 0.36666667rem;
}
.u-m-b-22 {
  margin-bottom: 0.36666667rem;
}
.u-padding-bottom-22 {
  padding-bottom: 0.36666667rem;
}
.u-p-b-22 {
  padding-bottom: 0.36666667rem;
}
.u-margin-bottom-23 {
  margin-bottom: 0.38333333rem;
}
.u-m-b-23 {
  margin-bottom: 0.38333333rem;
}
.u-padding-bottom-23 {
  padding-bottom: 0.38333333rem;
}
.u-p-b-23 {
  padding-bottom: 0.38333333rem;
}
.u-margin-bottom-24 {
  margin-bottom: 0.4rem;
}
.u-m-b-24 {
  margin-bottom: 0.4rem;
}
.u-padding-bottom-24 {
  padding-bottom: 0.4rem;
}
.u-p-b-24 {
  padding-bottom: 0.4rem;
}
.u-margin-bottom-25 {
  margin-bottom: 0.41666667rem;
}
.u-m-b-25 {
  margin-bottom: 0.41666667rem;
}
.u-padding-bottom-25 {
  padding-bottom: 0.41666667rem;
}
.u-p-b-25 {
  padding-bottom: 0.41666667rem;
}
.u-margin-bottom-26 {
  margin-bottom: 0.43333333rem;
}
.u-m-b-26 {
  margin-bottom: 0.43333333rem;
}
.u-padding-bottom-26 {
  padding-bottom: 0.43333333rem;
}
.u-p-b-26 {
  padding-bottom: 0.43333333rem;
}
.u-margin-bottom-27 {
  margin-bottom: 0.45rem;
}
.u-m-b-27 {
  margin-bottom: 0.45rem;
}
.u-padding-bottom-27 {
  padding-bottom: 0.45rem;
}
.u-p-b-27 {
  padding-bottom: 0.45rem;
}
.u-margin-bottom-28 {
  margin-bottom: 0.46666667rem;
}
.u-m-b-28 {
  margin-bottom: 0.46666667rem;
}
.u-padding-bottom-28 {
  padding-bottom: 0.46666667rem;
}
.u-p-b-28 {
  padding-bottom: 0.46666667rem;
}
.u-margin-bottom-29 {
  margin-bottom: 0.48333333rem;
}
.u-m-b-29 {
  margin-bottom: 0.48333333rem;
}
.u-padding-bottom-29 {
  padding-bottom: 0.48333333rem;
}
.u-p-b-29 {
  padding-bottom: 0.48333333rem;
}
.u-margin-bottom-30 {
  margin-bottom: 0.5rem;
}
.u-m-b-30 {
  margin-bottom: 0.5rem;
}
.u-padding-bottom-30 {
  padding-bottom: 0.5rem;
}
.u-p-b-30 {
  padding-bottom: 0.5rem;
}
.u-margin-bottom-31 {
  margin-bottom: 0.51666667rem;
}
.u-m-b-31 {
  margin-bottom: 0.51666667rem;
}
.u-padding-bottom-31 {
  padding-bottom: 0.51666667rem;
}
.u-p-b-31 {
  padding-bottom: 0.51666667rem;
}
.u-margin-bottom-32 {
  margin-bottom: 0.53333333rem;
}
.u-m-b-32 {
  margin-bottom: 0.53333333rem;
}
.u-padding-bottom-32 {
  padding-bottom: 0.53333333rem;
}
.u-p-b-32 {
  padding-bottom: 0.53333333rem;
}
.u-margin-bottom-33 {
  margin-bottom: 0.55rem;
}
.u-m-b-33 {
  margin-bottom: 0.55rem;
}
.u-padding-bottom-33 {
  padding-bottom: 0.55rem;
}
.u-p-b-33 {
  padding-bottom: 0.55rem;
}
.u-margin-bottom-34 {
  margin-bottom: 0.56666667rem;
}
.u-m-b-34 {
  margin-bottom: 0.56666667rem;
}
.u-padding-bottom-34 {
  padding-bottom: 0.56666667rem;
}
.u-p-b-34 {
  padding-bottom: 0.56666667rem;
}
.u-margin-bottom-35 {
  margin-bottom: 0.58333333rem;
}
.u-m-b-35 {
  margin-bottom: 0.58333333rem;
}
.u-padding-bottom-35 {
  padding-bottom: 0.58333333rem;
}
.u-p-b-35 {
  padding-bottom: 0.58333333rem;
}
.u-margin-bottom-36 {
  margin-bottom: 0.6rem;
}
.u-m-b-36 {
  margin-bottom: 0.6rem;
}
.u-padding-bottom-36 {
  padding-bottom: 0.6rem;
}
.u-p-b-36 {
  padding-bottom: 0.6rem;
}
.u-margin-bottom-37 {
  margin-bottom: 0.61666667rem;
}
.u-m-b-37 {
  margin-bottom: 0.61666667rem;
}
.u-padding-bottom-37 {
  padding-bottom: 0.61666667rem;
}
.u-p-b-37 {
  padding-bottom: 0.61666667rem;
}
.u-margin-bottom-38 {
  margin-bottom: 0.63333333rem;
}
.u-m-b-38 {
  margin-bottom: 0.63333333rem;
}
.u-padding-bottom-38 {
  padding-bottom: 0.63333333rem;
}
.u-p-b-38 {
  padding-bottom: 0.63333333rem;
}
.u-margin-bottom-39 {
  margin-bottom: 0.65rem;
}
.u-m-b-39 {
  margin-bottom: 0.65rem;
}
.u-padding-bottom-39 {
  padding-bottom: 0.65rem;
}
.u-p-b-39 {
  padding-bottom: 0.65rem;
}
.u-margin-bottom-40 {
  margin-bottom: 0.66666667rem;
}
.u-m-b-40 {
  margin-bottom: 0.66666667rem;
}
.u-padding-bottom-40 {
  padding-bottom: 0.66666667rem;
}
.u-p-b-40 {
  padding-bottom: 0.66666667rem;
}
.u-margin-bottom-41 {
  margin-bottom: 0.68333333rem;
}
.u-m-b-41 {
  margin-bottom: 0.68333333rem;
}
.u-padding-bottom-41 {
  padding-bottom: 0.68333333rem;
}
.u-p-b-41 {
  padding-bottom: 0.68333333rem;
}
.u-margin-bottom-42 {
  margin-bottom: 0.7rem;
}
.u-m-b-42 {
  margin-bottom: 0.7rem;
}
.u-padding-bottom-42 {
  padding-bottom: 0.7rem;
}
.u-p-b-42 {
  padding-bottom: 0.7rem;
}
.u-margin-bottom-43 {
  margin-bottom: 0.71666667rem;
}
.u-m-b-43 {
  margin-bottom: 0.71666667rem;
}
.u-padding-bottom-43 {
  padding-bottom: 0.71666667rem;
}
.u-p-b-43 {
  padding-bottom: 0.71666667rem;
}
.u-margin-bottom-44 {
  margin-bottom: 0.73333333rem;
}
.u-m-b-44 {
  margin-bottom: 0.73333333rem;
}
.u-padding-bottom-44 {
  padding-bottom: 0.73333333rem;
}
.u-p-b-44 {
  padding-bottom: 0.73333333rem;
}
.u-margin-bottom-45 {
  margin-bottom: 0.75rem;
}
.u-m-b-45 {
  margin-bottom: 0.75rem;
}
.u-padding-bottom-45 {
  padding-bottom: 0.75rem;
}
.u-p-b-45 {
  padding-bottom: 0.75rem;
}
.u-margin-bottom-46 {
  margin-bottom: 0.76666667rem;
}
.u-m-b-46 {
  margin-bottom: 0.76666667rem;
}
.u-padding-bottom-46 {
  padding-bottom: 0.76666667rem;
}
.u-p-b-46 {
  padding-bottom: 0.76666667rem;
}
.u-margin-bottom-47 {
  margin-bottom: 0.78333333rem;
}
.u-m-b-47 {
  margin-bottom: 0.78333333rem;
}
.u-padding-bottom-47 {
  padding-bottom: 0.78333333rem;
}
.u-p-b-47 {
  padding-bottom: 0.78333333rem;
}
.u-margin-bottom-48 {
  margin-bottom: 0.8rem;
}
.u-m-b-48 {
  margin-bottom: 0.8rem;
}
.u-padding-bottom-48 {
  padding-bottom: 0.8rem;
}
.u-p-b-48 {
  padding-bottom: 0.8rem;
}
.u-margin-bottom-49 {
  margin-bottom: 0.81666667rem;
}
.u-m-b-49 {
  margin-bottom: 0.81666667rem;
}
.u-padding-bottom-49 {
  padding-bottom: 0.81666667rem;
}
.u-p-b-49 {
  padding-bottom: 0.81666667rem;
}
.u-margin-bottom-50 {
  margin-bottom: 0.83333333rem;
}
.u-m-b-50 {
  margin-bottom: 0.83333333rem;
}
.u-padding-bottom-50 {
  padding-bottom: 0.83333333rem;
}
.u-p-b-50 {
  padding-bottom: 0.83333333rem;
}
.u-margin-bottom-51 {
  margin-bottom: 0.85rem;
}
.u-m-b-51 {
  margin-bottom: 0.85rem;
}
.u-padding-bottom-51 {
  padding-bottom: 0.85rem;
}
.u-p-b-51 {
  padding-bottom: 0.85rem;
}
.u-margin-bottom-52 {
  margin-bottom: 0.86666667rem;
}
.u-m-b-52 {
  margin-bottom: 0.86666667rem;
}
.u-padding-bottom-52 {
  padding-bottom: 0.86666667rem;
}
.u-p-b-52 {
  padding-bottom: 0.86666667rem;
}
.u-margin-bottom-53 {
  margin-bottom: 0.88333333rem;
}
.u-m-b-53 {
  margin-bottom: 0.88333333rem;
}
.u-padding-bottom-53 {
  padding-bottom: 0.88333333rem;
}
.u-p-b-53 {
  padding-bottom: 0.88333333rem;
}
.u-margin-bottom-54 {
  margin-bottom: 0.9rem;
}
.u-m-b-54 {
  margin-bottom: 0.9rem;
}
.u-padding-bottom-54 {
  padding-bottom: 0.9rem;
}
.u-p-b-54 {
  padding-bottom: 0.9rem;
}
.u-margin-bottom-55 {
  margin-bottom: 0.91666667rem;
}
.u-m-b-55 {
  margin-bottom: 0.91666667rem;
}
.u-padding-bottom-55 {
  padding-bottom: 0.91666667rem;
}
.u-p-b-55 {
  padding-bottom: 0.91666667rem;
}
.u-margin-bottom-56 {
  margin-bottom: 0.93333333rem;
}
.u-m-b-56 {
  margin-bottom: 0.93333333rem;
}
.u-padding-bottom-56 {
  padding-bottom: 0.93333333rem;
}
.u-p-b-56 {
  padding-bottom: 0.93333333rem;
}
.u-margin-bottom-57 {
  margin-bottom: 0.95rem;
}
.u-m-b-57 {
  margin-bottom: 0.95rem;
}
.u-padding-bottom-57 {
  padding-bottom: 0.95rem;
}
.u-p-b-57 {
  padding-bottom: 0.95rem;
}
.u-margin-bottom-58 {
  margin-bottom: 0.96666667rem;
}
.u-m-b-58 {
  margin-bottom: 0.96666667rem;
}
.u-padding-bottom-58 {
  padding-bottom: 0.96666667rem;
}
.u-p-b-58 {
  padding-bottom: 0.96666667rem;
}
.u-margin-bottom-59 {
  margin-bottom: 0.98333333rem;
}
.u-m-b-59 {
  margin-bottom: 0.98333333rem;
}
.u-padding-bottom-59 {
  padding-bottom: 0.98333333rem;
}
.u-p-b-59 {
  padding-bottom: 0.98333333rem;
}
.u-margin-bottom-60 {
  margin-bottom: 1rem;
}
.u-m-b-60 {
  margin-bottom: 1rem;
}
.u-padding-bottom-60 {
  padding-bottom: 1rem;
}
.u-p-b-60 {
  padding-bottom: 1rem;
}
.u-margin-bottom-61 {
  margin-bottom: 1.01666667rem;
}
.u-m-b-61 {
  margin-bottom: 1.01666667rem;
}
.u-padding-bottom-61 {
  padding-bottom: 1.01666667rem;
}
.u-p-b-61 {
  padding-bottom: 1.01666667rem;
}
.u-margin-bottom-62 {
  margin-bottom: 1.03333333rem;
}
.u-m-b-62 {
  margin-bottom: 1.03333333rem;
}
.u-padding-bottom-62 {
  padding-bottom: 1.03333333rem;
}
.u-p-b-62 {
  padding-bottom: 1.03333333rem;
}
.u-margin-bottom-63 {
  margin-bottom: 1.05rem;
}
.u-m-b-63 {
  margin-bottom: 1.05rem;
}
.u-padding-bottom-63 {
  padding-bottom: 1.05rem;
}
.u-p-b-63 {
  padding-bottom: 1.05rem;
}
.u-margin-bottom-64 {
  margin-bottom: 1.06666667rem;
}
.u-m-b-64 {
  margin-bottom: 1.06666667rem;
}
.u-padding-bottom-64 {
  padding-bottom: 1.06666667rem;
}
.u-p-b-64 {
  padding-bottom: 1.06666667rem;
}
.u-margin-bottom-65 {
  margin-bottom: 1.08333333rem;
}
.u-m-b-65 {
  margin-bottom: 1.08333333rem;
}
.u-padding-bottom-65 {
  padding-bottom: 1.08333333rem;
}
.u-p-b-65 {
  padding-bottom: 1.08333333rem;
}
.u-margin-bottom-66 {
  margin-bottom: 1.1rem;
}
.u-m-b-66 {
  margin-bottom: 1.1rem;
}
.u-padding-bottom-66 {
  padding-bottom: 1.1rem;
}
.u-p-b-66 {
  padding-bottom: 1.1rem;
}
.u-margin-bottom-67 {
  margin-bottom: 1.11666667rem;
}
.u-m-b-67 {
  margin-bottom: 1.11666667rem;
}
.u-padding-bottom-67 {
  padding-bottom: 1.11666667rem;
}
.u-p-b-67 {
  padding-bottom: 1.11666667rem;
}
.u-margin-bottom-68 {
  margin-bottom: 1.13333333rem;
}
.u-m-b-68 {
  margin-bottom: 1.13333333rem;
}
.u-padding-bottom-68 {
  padding-bottom: 1.13333333rem;
}
.u-p-b-68 {
  padding-bottom: 1.13333333rem;
}
.u-margin-bottom-69 {
  margin-bottom: 1.15rem;
}
.u-m-b-69 {
  margin-bottom: 1.15rem;
}
.u-padding-bottom-69 {
  padding-bottom: 1.15rem;
}
.u-p-b-69 {
  padding-bottom: 1.15rem;
}
.u-margin-bottom-70 {
  margin-bottom: 1.16666667rem;
}
.u-m-b-70 {
  margin-bottom: 1.16666667rem;
}
.u-padding-bottom-70 {
  padding-bottom: 1.16666667rem;
}
.u-p-b-70 {
  padding-bottom: 1.16666667rem;
}
.u-margin-bottom-71 {
  margin-bottom: 1.18333333rem;
}
.u-m-b-71 {
  margin-bottom: 1.18333333rem;
}
.u-padding-bottom-71 {
  padding-bottom: 1.18333333rem;
}
.u-p-b-71 {
  padding-bottom: 1.18333333rem;
}
.u-margin-bottom-72 {
  margin-bottom: 1.2rem;
}
.u-m-b-72 {
  margin-bottom: 1.2rem;
}
.u-padding-bottom-72 {
  padding-bottom: 1.2rem;
}
.u-p-b-72 {
  padding-bottom: 1.2rem;
}
.u-margin-bottom-73 {
  margin-bottom: 1.21666667rem;
}
.u-m-b-73 {
  margin-bottom: 1.21666667rem;
}
.u-padding-bottom-73 {
  padding-bottom: 1.21666667rem;
}
.u-p-b-73 {
  padding-bottom: 1.21666667rem;
}
.u-margin-bottom-74 {
  margin-bottom: 1.23333333rem;
}
.u-m-b-74 {
  margin-bottom: 1.23333333rem;
}
.u-padding-bottom-74 {
  padding-bottom: 1.23333333rem;
}
.u-p-b-74 {
  padding-bottom: 1.23333333rem;
}
.u-margin-bottom-75 {
  margin-bottom: 1.25rem;
}
.u-m-b-75 {
  margin-bottom: 1.25rem;
}
.u-padding-bottom-75 {
  padding-bottom: 1.25rem;
}
.u-p-b-75 {
  padding-bottom: 1.25rem;
}
.u-margin-bottom-76 {
  margin-bottom: 1.26666667rem;
}
.u-m-b-76 {
  margin-bottom: 1.26666667rem;
}
.u-padding-bottom-76 {
  padding-bottom: 1.26666667rem;
}
.u-p-b-76 {
  padding-bottom: 1.26666667rem;
}
.u-margin-bottom-77 {
  margin-bottom: 1.28333333rem;
}
.u-m-b-77 {
  margin-bottom: 1.28333333rem;
}
.u-padding-bottom-77 {
  padding-bottom: 1.28333333rem;
}
.u-p-b-77 {
  padding-bottom: 1.28333333rem;
}
.u-margin-bottom-78 {
  margin-bottom: 1.3rem;
}
.u-m-b-78 {
  margin-bottom: 1.3rem;
}
.u-padding-bottom-78 {
  padding-bottom: 1.3rem;
}
.u-p-b-78 {
  padding-bottom: 1.3rem;
}
.u-margin-bottom-79 {
  margin-bottom: 1.31666667rem;
}
.u-m-b-79 {
  margin-bottom: 1.31666667rem;
}
.u-padding-bottom-79 {
  padding-bottom: 1.31666667rem;
}
.u-p-b-79 {
  padding-bottom: 1.31666667rem;
}
.u-margin-bottom-80 {
  margin-bottom: 1.33333333rem;
}
.u-m-b-80 {
  margin-bottom: 1.33333333rem;
}
.u-padding-bottom-80 {
  padding-bottom: 1.33333333rem;
}
.u-p-b-80 {
  padding-bottom: 1.33333333rem;
}
.u-margin-left-1 {
  margin-left: 0.01666667rem;
}
.u-m-l-1 {
  margin-left: 0.01666667rem;
}
.u-padding-left-1 {
  padding-left: 0.01666667rem;
}
.u-p-l-1 {
  padding-left: 0.01666667rem;
}
.u-margin-left-2 {
  margin-left: 0.03333333rem;
}
.u-m-l-2 {
  margin-left: 0.03333333rem;
}
.u-padding-left-2 {
  padding-left: 0.03333333rem;
}
.u-p-l-2 {
  padding-left: 0.03333333rem;
}
.u-margin-left-3 {
  margin-left: 0.05rem;
}
.u-m-l-3 {
  margin-left: 0.05rem;
}
.u-padding-left-3 {
  padding-left: 0.05rem;
}
.u-p-l-3 {
  padding-left: 0.05rem;
}
.u-margin-left-4 {
  margin-left: 0.06666667rem;
}
.u-m-l-4 {
  margin-left: 0.06666667rem;
}
.u-padding-left-4 {
  padding-left: 0.06666667rem;
}
.u-p-l-4 {
  padding-left: 0.06666667rem;
}
.u-margin-left-5 {
  margin-left: 0.08333333rem;
}
.u-m-l-5 {
  margin-left: 0.08333333rem;
}
.u-padding-left-5 {
  padding-left: 0.08333333rem;
}
.u-p-l-5 {
  padding-left: 0.08333333rem;
}
.u-margin-left-6 {
  margin-left: 0.1rem;
}
.u-m-l-6 {
  margin-left: 0.1rem;
}
.u-padding-left-6 {
  padding-left: 0.1rem;
}
.u-p-l-6 {
  padding-left: 0.1rem;
}
.u-margin-left-7 {
  margin-left: 0.11666667rem;
}
.u-m-l-7 {
  margin-left: 0.11666667rem;
}
.u-padding-left-7 {
  padding-left: 0.11666667rem;
}
.u-p-l-7 {
  padding-left: 0.11666667rem;
}
.u-margin-left-8 {
  margin-left: 0.13333333rem;
}
.u-m-l-8 {
  margin-left: 0.13333333rem;
}
.u-padding-left-8 {
  padding-left: 0.13333333rem;
}
.u-p-l-8 {
  padding-left: 0.13333333rem;
}
.u-margin-left-9 {
  margin-left: 0.15rem;
}
.u-m-l-9 {
  margin-left: 0.15rem;
}
.u-padding-left-9 {
  padding-left: 0.15rem;
}
.u-p-l-9 {
  padding-left: 0.15rem;
}
.u-margin-left-10 {
  margin-left: 0.16666667rem;
}
.u-m-l-10 {
  margin-left: 0.16666667rem;
}
.u-padding-left-10 {
  padding-left: 0.16666667rem;
}
.u-p-l-10 {
  padding-left: 0.16666667rem;
}
.u-margin-left-11 {
  margin-left: 0.18333333rem;
}
.u-m-l-11 {
  margin-left: 0.18333333rem;
}
.u-padding-left-11 {
  padding-left: 0.18333333rem;
}
.u-p-l-11 {
  padding-left: 0.18333333rem;
}
.u-margin-left-12 {
  margin-left: 0.2rem;
}
.u-m-l-12 {
  margin-left: 0.2rem;
}
.u-padding-left-12 {
  padding-left: 0.2rem;
}
.u-p-l-12 {
  padding-left: 0.2rem;
}
.u-margin-left-13 {
  margin-left: 0.21666667rem;
}
.u-m-l-13 {
  margin-left: 0.21666667rem;
}
.u-padding-left-13 {
  padding-left: 0.21666667rem;
}
.u-p-l-13 {
  padding-left: 0.21666667rem;
}
.u-margin-left-14 {
  margin-left: 0.23333333rem;
}
.u-m-l-14 {
  margin-left: 0.23333333rem;
}
.u-padding-left-14 {
  padding-left: 0.23333333rem;
}
.u-p-l-14 {
  padding-left: 0.23333333rem;
}
.u-margin-left-15 {
  margin-left: 0.25rem;
}
.u-m-l-15 {
  margin-left: 0.25rem;
}
.u-padding-left-15 {
  padding-left: 0.25rem;
}
.u-p-l-15 {
  padding-left: 0.25rem;
}
.u-margin-left-16 {
  margin-left: 0.26666667rem;
}
.u-m-l-16 {
  margin-left: 0.26666667rem;
}
.u-padding-left-16 {
  padding-left: 0.26666667rem;
}
.u-p-l-16 {
  padding-left: 0.26666667rem;
}
.u-margin-left-17 {
  margin-left: 0.28333333rem;
}
.u-m-l-17 {
  margin-left: 0.28333333rem;
}
.u-padding-left-17 {
  padding-left: 0.28333333rem;
}
.u-p-l-17 {
  padding-left: 0.28333333rem;
}
.u-margin-left-18 {
  margin-left: 0.3rem;
}
.u-m-l-18 {
  margin-left: 0.3rem;
}
.u-padding-left-18 {
  padding-left: 0.3rem;
}
.u-p-l-18 {
  padding-left: 0.3rem;
}
.u-margin-left-19 {
  margin-left: 0.31666667rem;
}
.u-m-l-19 {
  margin-left: 0.31666667rem;
}
.u-padding-left-19 {
  padding-left: 0.31666667rem;
}
.u-p-l-19 {
  padding-left: 0.31666667rem;
}
.u-margin-left-20 {
  margin-left: 0.33333333rem;
}
.u-m-l-20 {
  margin-left: 0.33333333rem;
}
.u-padding-left-20 {
  padding-left: 0.33333333rem;
}
.u-p-l-20 {
  padding-left: 0.33333333rem;
}
.u-margin-left-21 {
  margin-left: 0.35rem;
}
.u-m-l-21 {
  margin-left: 0.35rem;
}
.u-padding-left-21 {
  padding-left: 0.35rem;
}
.u-p-l-21 {
  padding-left: 0.35rem;
}
.u-margin-left-22 {
  margin-left: 0.36666667rem;
}
.u-m-l-22 {
  margin-left: 0.36666667rem;
}
.u-padding-left-22 {
  padding-left: 0.36666667rem;
}
.u-p-l-22 {
  padding-left: 0.36666667rem;
}
.u-margin-left-23 {
  margin-left: 0.38333333rem;
}
.u-m-l-23 {
  margin-left: 0.38333333rem;
}
.u-padding-left-23 {
  padding-left: 0.38333333rem;
}
.u-p-l-23 {
  padding-left: 0.38333333rem;
}
.u-margin-left-24 {
  margin-left: 0.4rem;
}
.u-m-l-24 {
  margin-left: 0.4rem;
}
.u-padding-left-24 {
  padding-left: 0.4rem;
}
.u-p-l-24 {
  padding-left: 0.4rem;
}
.u-margin-left-25 {
  margin-left: 0.41666667rem;
}
.u-m-l-25 {
  margin-left: 0.41666667rem;
}
.u-padding-left-25 {
  padding-left: 0.41666667rem;
}
.u-p-l-25 {
  padding-left: 0.41666667rem;
}
.u-margin-left-26 {
  margin-left: 0.43333333rem;
}
.u-m-l-26 {
  margin-left: 0.43333333rem;
}
.u-padding-left-26 {
  padding-left: 0.43333333rem;
}
.u-p-l-26 {
  padding-left: 0.43333333rem;
}
.u-margin-left-27 {
  margin-left: 0.45rem;
}
.u-m-l-27 {
  margin-left: 0.45rem;
}
.u-padding-left-27 {
  padding-left: 0.45rem;
}
.u-p-l-27 {
  padding-left: 0.45rem;
}
.u-margin-left-28 {
  margin-left: 0.46666667rem;
}
.u-m-l-28 {
  margin-left: 0.46666667rem;
}
.u-padding-left-28 {
  padding-left: 0.46666667rem;
}
.u-p-l-28 {
  padding-left: 0.46666667rem;
}
.u-margin-left-29 {
  margin-left: 0.48333333rem;
}
.u-m-l-29 {
  margin-left: 0.48333333rem;
}
.u-padding-left-29 {
  padding-left: 0.48333333rem;
}
.u-p-l-29 {
  padding-left: 0.48333333rem;
}
.u-margin-left-30 {
  margin-left: 0.5rem;
}
.u-m-l-30 {
  margin-left: 0.5rem;
}
.u-padding-left-30 {
  padding-left: 0.5rem;
}
.u-p-l-30 {
  padding-left: 0.5rem;
}
.u-margin-left-31 {
  margin-left: 0.51666667rem;
}
.u-m-l-31 {
  margin-left: 0.51666667rem;
}
.u-padding-left-31 {
  padding-left: 0.51666667rem;
}
.u-p-l-31 {
  padding-left: 0.51666667rem;
}
.u-margin-left-32 {
  margin-left: 0.53333333rem;
}
.u-m-l-32 {
  margin-left: 0.53333333rem;
}
.u-padding-left-32 {
  padding-left: 0.53333333rem;
}
.u-p-l-32 {
  padding-left: 0.53333333rem;
}
.u-margin-left-33 {
  margin-left: 0.55rem;
}
.u-m-l-33 {
  margin-left: 0.55rem;
}
.u-padding-left-33 {
  padding-left: 0.55rem;
}
.u-p-l-33 {
  padding-left: 0.55rem;
}
.u-margin-left-34 {
  margin-left: 0.56666667rem;
}
.u-m-l-34 {
  margin-left: 0.56666667rem;
}
.u-padding-left-34 {
  padding-left: 0.56666667rem;
}
.u-p-l-34 {
  padding-left: 0.56666667rem;
}
.u-margin-left-35 {
  margin-left: 0.58333333rem;
}
.u-m-l-35 {
  margin-left: 0.58333333rem;
}
.u-padding-left-35 {
  padding-left: 0.58333333rem;
}
.u-p-l-35 {
  padding-left: 0.58333333rem;
}
.u-margin-left-36 {
  margin-left: 0.6rem;
}
.u-m-l-36 {
  margin-left: 0.6rem;
}
.u-padding-left-36 {
  padding-left: 0.6rem;
}
.u-p-l-36 {
  padding-left: 0.6rem;
}
.u-margin-left-37 {
  margin-left: 0.61666667rem;
}
.u-m-l-37 {
  margin-left: 0.61666667rem;
}
.u-padding-left-37 {
  padding-left: 0.61666667rem;
}
.u-p-l-37 {
  padding-left: 0.61666667rem;
}
.u-margin-left-38 {
  margin-left: 0.63333333rem;
}
.u-m-l-38 {
  margin-left: 0.63333333rem;
}
.u-padding-left-38 {
  padding-left: 0.63333333rem;
}
.u-p-l-38 {
  padding-left: 0.63333333rem;
}
.u-margin-left-39 {
  margin-left: 0.65rem;
}
.u-m-l-39 {
  margin-left: 0.65rem;
}
.u-padding-left-39 {
  padding-left: 0.65rem;
}
.u-p-l-39 {
  padding-left: 0.65rem;
}
.u-margin-left-40 {
  margin-left: 0.66666667rem;
}
.u-m-l-40 {
  margin-left: 0.66666667rem;
}
.u-padding-left-40 {
  padding-left: 0.66666667rem;
}
.u-p-l-40 {
  padding-left: 0.66666667rem;
}
.u-margin-left-41 {
  margin-left: 0.68333333rem;
}
.u-m-l-41 {
  margin-left: 0.68333333rem;
}
.u-padding-left-41 {
  padding-left: 0.68333333rem;
}
.u-p-l-41 {
  padding-left: 0.68333333rem;
}
.u-margin-left-42 {
  margin-left: 0.7rem;
}
.u-m-l-42 {
  margin-left: 0.7rem;
}
.u-padding-left-42 {
  padding-left: 0.7rem;
}
.u-p-l-42 {
  padding-left: 0.7rem;
}
.u-margin-left-43 {
  margin-left: 0.71666667rem;
}
.u-m-l-43 {
  margin-left: 0.71666667rem;
}
.u-padding-left-43 {
  padding-left: 0.71666667rem;
}
.u-p-l-43 {
  padding-left: 0.71666667rem;
}
.u-margin-left-44 {
  margin-left: 0.73333333rem;
}
.u-m-l-44 {
  margin-left: 0.73333333rem;
}
.u-padding-left-44 {
  padding-left: 0.73333333rem;
}
.u-p-l-44 {
  padding-left: 0.73333333rem;
}
.u-margin-left-45 {
  margin-left: 0.75rem;
}
.u-m-l-45 {
  margin-left: 0.75rem;
}
.u-padding-left-45 {
  padding-left: 0.75rem;
}
.u-p-l-45 {
  padding-left: 0.75rem;
}
.u-margin-left-46 {
  margin-left: 0.76666667rem;
}
.u-m-l-46 {
  margin-left: 0.76666667rem;
}
.u-padding-left-46 {
  padding-left: 0.76666667rem;
}
.u-p-l-46 {
  padding-left: 0.76666667rem;
}
.u-margin-left-47 {
  margin-left: 0.78333333rem;
}
.u-m-l-47 {
  margin-left: 0.78333333rem;
}
.u-padding-left-47 {
  padding-left: 0.78333333rem;
}
.u-p-l-47 {
  padding-left: 0.78333333rem;
}
.u-margin-left-48 {
  margin-left: 0.8rem;
}
.u-m-l-48 {
  margin-left: 0.8rem;
}
.u-padding-left-48 {
  padding-left: 0.8rem;
}
.u-p-l-48 {
  padding-left: 0.8rem;
}
.u-margin-left-49 {
  margin-left: 0.81666667rem;
}
.u-m-l-49 {
  margin-left: 0.81666667rem;
}
.u-padding-left-49 {
  padding-left: 0.81666667rem;
}
.u-p-l-49 {
  padding-left: 0.81666667rem;
}
.u-margin-left-50 {
  margin-left: 0.83333333rem;
}
.u-m-l-50 {
  margin-left: 0.83333333rem;
}
.u-padding-left-50 {
  padding-left: 0.83333333rem;
}
.u-p-l-50 {
  padding-left: 0.83333333rem;
}
.u-margin-left-51 {
  margin-left: 0.85rem;
}
.u-m-l-51 {
  margin-left: 0.85rem;
}
.u-padding-left-51 {
  padding-left: 0.85rem;
}
.u-p-l-51 {
  padding-left: 0.85rem;
}
.u-margin-left-52 {
  margin-left: 0.86666667rem;
}
.u-m-l-52 {
  margin-left: 0.86666667rem;
}
.u-padding-left-52 {
  padding-left: 0.86666667rem;
}
.u-p-l-52 {
  padding-left: 0.86666667rem;
}
.u-margin-left-53 {
  margin-left: 0.88333333rem;
}
.u-m-l-53 {
  margin-left: 0.88333333rem;
}
.u-padding-left-53 {
  padding-left: 0.88333333rem;
}
.u-p-l-53 {
  padding-left: 0.88333333rem;
}
.u-margin-left-54 {
  margin-left: 0.9rem;
}
.u-m-l-54 {
  margin-left: 0.9rem;
}
.u-padding-left-54 {
  padding-left: 0.9rem;
}
.u-p-l-54 {
  padding-left: 0.9rem;
}
.u-margin-left-55 {
  margin-left: 0.91666667rem;
}
.u-m-l-55 {
  margin-left: 0.91666667rem;
}
.u-padding-left-55 {
  padding-left: 0.91666667rem;
}
.u-p-l-55 {
  padding-left: 0.91666667rem;
}
.u-margin-left-56 {
  margin-left: 0.93333333rem;
}
.u-m-l-56 {
  margin-left: 0.93333333rem;
}
.u-padding-left-56 {
  padding-left: 0.93333333rem;
}
.u-p-l-56 {
  padding-left: 0.93333333rem;
}
.u-margin-left-57 {
  margin-left: 0.95rem;
}
.u-m-l-57 {
  margin-left: 0.95rem;
}
.u-padding-left-57 {
  padding-left: 0.95rem;
}
.u-p-l-57 {
  padding-left: 0.95rem;
}
.u-margin-left-58 {
  margin-left: 0.96666667rem;
}
.u-m-l-58 {
  margin-left: 0.96666667rem;
}
.u-padding-left-58 {
  padding-left: 0.96666667rem;
}
.u-p-l-58 {
  padding-left: 0.96666667rem;
}
.u-margin-left-59 {
  margin-left: 0.98333333rem;
}
.u-m-l-59 {
  margin-left: 0.98333333rem;
}
.u-padding-left-59 {
  padding-left: 0.98333333rem;
}
.u-p-l-59 {
  padding-left: 0.98333333rem;
}
.u-margin-left-60 {
  margin-left: 1rem;
}
.u-m-l-60 {
  margin-left: 1rem;
}
.u-padding-left-60 {
  padding-left: 1rem;
}
.u-p-l-60 {
  padding-left: 1rem;
}
.u-margin-left-61 {
  margin-left: 1.01666667rem;
}
.u-m-l-61 {
  margin-left: 1.01666667rem;
}
.u-padding-left-61 {
  padding-left: 1.01666667rem;
}
.u-p-l-61 {
  padding-left: 1.01666667rem;
}
.u-margin-left-62 {
  margin-left: 1.03333333rem;
}
.u-m-l-62 {
  margin-left: 1.03333333rem;
}
.u-padding-left-62 {
  padding-left: 1.03333333rem;
}
.u-p-l-62 {
  padding-left: 1.03333333rem;
}
.u-margin-left-63 {
  margin-left: 1.05rem;
}
.u-m-l-63 {
  margin-left: 1.05rem;
}
.u-padding-left-63 {
  padding-left: 1.05rem;
}
.u-p-l-63 {
  padding-left: 1.05rem;
}
.u-margin-left-64 {
  margin-left: 1.06666667rem;
}
.u-m-l-64 {
  margin-left: 1.06666667rem;
}
.u-padding-left-64 {
  padding-left: 1.06666667rem;
}
.u-p-l-64 {
  padding-left: 1.06666667rem;
}
.u-margin-left-65 {
  margin-left: 1.08333333rem;
}
.u-m-l-65 {
  margin-left: 1.08333333rem;
}
.u-padding-left-65 {
  padding-left: 1.08333333rem;
}
.u-p-l-65 {
  padding-left: 1.08333333rem;
}
.u-margin-left-66 {
  margin-left: 1.1rem;
}
.u-m-l-66 {
  margin-left: 1.1rem;
}
.u-padding-left-66 {
  padding-left: 1.1rem;
}
.u-p-l-66 {
  padding-left: 1.1rem;
}
.u-margin-left-67 {
  margin-left: 1.11666667rem;
}
.u-m-l-67 {
  margin-left: 1.11666667rem;
}
.u-padding-left-67 {
  padding-left: 1.11666667rem;
}
.u-p-l-67 {
  padding-left: 1.11666667rem;
}
.u-margin-left-68 {
  margin-left: 1.13333333rem;
}
.u-m-l-68 {
  margin-left: 1.13333333rem;
}
.u-padding-left-68 {
  padding-left: 1.13333333rem;
}
.u-p-l-68 {
  padding-left: 1.13333333rem;
}
.u-margin-left-69 {
  margin-left: 1.15rem;
}
.u-m-l-69 {
  margin-left: 1.15rem;
}
.u-padding-left-69 {
  padding-left: 1.15rem;
}
.u-p-l-69 {
  padding-left: 1.15rem;
}
.u-margin-left-70 {
  margin-left: 1.16666667rem;
}
.u-m-l-70 {
  margin-left: 1.16666667rem;
}
.u-padding-left-70 {
  padding-left: 1.16666667rem;
}
.u-p-l-70 {
  padding-left: 1.16666667rem;
}
.u-margin-left-71 {
  margin-left: 1.18333333rem;
}
.u-m-l-71 {
  margin-left: 1.18333333rem;
}
.u-padding-left-71 {
  padding-left: 1.18333333rem;
}
.u-p-l-71 {
  padding-left: 1.18333333rem;
}
.u-margin-left-72 {
  margin-left: 1.2rem;
}
.u-m-l-72 {
  margin-left: 1.2rem;
}
.u-padding-left-72 {
  padding-left: 1.2rem;
}
.u-p-l-72 {
  padding-left: 1.2rem;
}
.u-margin-left-73 {
  margin-left: 1.21666667rem;
}
.u-m-l-73 {
  margin-left: 1.21666667rem;
}
.u-padding-left-73 {
  padding-left: 1.21666667rem;
}
.u-p-l-73 {
  padding-left: 1.21666667rem;
}
.u-margin-left-74 {
  margin-left: 1.23333333rem;
}
.u-m-l-74 {
  margin-left: 1.23333333rem;
}
.u-padding-left-74 {
  padding-left: 1.23333333rem;
}
.u-p-l-74 {
  padding-left: 1.23333333rem;
}
.u-margin-left-75 {
  margin-left: 1.25rem;
}
.u-m-l-75 {
  margin-left: 1.25rem;
}
.u-padding-left-75 {
  padding-left: 1.25rem;
}
.u-p-l-75 {
  padding-left: 1.25rem;
}
.u-margin-left-76 {
  margin-left: 1.26666667rem;
}
.u-m-l-76 {
  margin-left: 1.26666667rem;
}
.u-padding-left-76 {
  padding-left: 1.26666667rem;
}
.u-p-l-76 {
  padding-left: 1.26666667rem;
}
.u-margin-left-77 {
  margin-left: 1.28333333rem;
}
.u-m-l-77 {
  margin-left: 1.28333333rem;
}
.u-padding-left-77 {
  padding-left: 1.28333333rem;
}
.u-p-l-77 {
  padding-left: 1.28333333rem;
}
.u-margin-left-78 {
  margin-left: 1.3rem;
}
.u-m-l-78 {
  margin-left: 1.3rem;
}
.u-padding-left-78 {
  padding-left: 1.3rem;
}
.u-p-l-78 {
  padding-left: 1.3rem;
}
.u-margin-left-79 {
  margin-left: 1.31666667rem;
}
.u-m-l-79 {
  margin-left: 1.31666667rem;
}
.u-padding-left-79 {
  padding-left: 1.31666667rem;
}
.u-p-l-79 {
  padding-left: 1.31666667rem;
}
.u-margin-left-80 {
  margin-left: 1.33333333rem;
}
.u-m-l-80 {
  margin-left: 1.33333333rem;
}
.u-padding-left-80 {
  padding-left: 1.33333333rem;
}
.u-p-l-80 {
  padding-left: 1.33333333rem;
}
/* ==================== 边距类 end ==================== */
/* ==================== 文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 文本行数限制 end ==================== */
/* ==================== flex通用布局 start ==================== */
.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-nowrap {
  flex-wrap: nowrap;
}
.u-flex-col {
  flex-direction: column;
}
.u-grow-1 {
  flex-grow: 1;
}
.u-col-center {
  align-items: center;
}
.u-col-top {
  align-items: flex-start;
}
.u-col-bottom {
  align-items: flex-end;
}
.u-row-center {
  justify-content: center;
}
.u-row-left {
  justify-content: flex-start;
}
.u-row-right {
  justify-content: flex-end;
}
.u-row-between {
  justify-content: space-between;
}
.u-row-around {
  justify-content: space-around;
}
/* ==================== flex通用布局 end ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 751px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 48%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15%;
    margin-right: 2%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 2%;
  }
}
@media screen and (max-width: 751px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 分页样式 start ==================== */
.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
}
.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
.Pagination .current {
  color: white;
}
.Pagination .current {
  background: #094439;
  border-color: #094439;
}
.Pagination a {
  color: #666666;
  font-size: 12px;
}
/* ==================== 分页样式 end ==================== */
/* ==================== 新闻中心 start ==================== */
.ny-news .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.ny-news .itembox .item {
  width: 32%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
}
.ny-news .itembox .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny-news .itembox .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny-news .itembox .item .image {
  margin-bottom: 0.3333rem;
  border-top-left-radius: 0.1667rem;
  border-top-right-radius: 0.1667rem;
  width: 100%;
}
.ny-news .itembox .item .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 0.1667rem;
  border-bottom: 1px solid #eee;
}
.ny-news .itembox .item .head .type {
  background: #094439;
  color: #fff;
  border-radius: 1.6667rem;
  font-size: 0.2rem;
  line-height: 1;
  padding: 0.1333rem 0.4167rem;
}
.ny-news .itembox .item .head .time {
  font-size: 0.2667rem;
  line-height: 1;
  color: #999;
}
.ny-news .itembox .item .title {
  font-size: 0.2833rem;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
  font-weight: bold;
  min-width: 0;
  width: 100%;
}
.ny-news .itembox .item .desc {
  line-height: 1.6;
  font-size: 0.2667rem;
  color: #999;
}
.ny-news .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-news .more > a {
  color: #fff;
  line-height: 1;
  font-size: 0.2833rem;
  background: #094439;
  border-radius: 1.6667rem;
  padding: 0.2167rem 1.0833rem;
}
@media screen and (max-width: 751px) {
  .ny-news {
    padding-bottom: 0;
  }
  .ny-news .mxw-box {
    padding: 30px 20px;
  }
  .ny-news .itembox {
    margin-bottom: 0;
  }
  .ny-news .itembox .item {
    width: 48%;
    margin-bottom: 0;
  }
  .ny-news .itembox .item:nth-child(3n-1) {
    margin-left: inherit;
    margin-right: inherit;
  }
  .ny-news .itembox .item:nth-child(3) ~ .item {
    margin-top: inherit;
  }
  .ny-news .itembox .item:nth-child(2n) {
    margin-left: 4%;
  }
  .ny-news .itembox .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .ny-news .itembox .item .image {
    margin-bottom: 10px;
  }
  .ny-news .itembox .item .head .type {
    font-size: 12px;
    padding: 5px 10px;
  }
  .ny-news .itembox .item .head {
    margin-bottom: 10px;
  }
  .ny-news .itembox .item .title {
    margin-bottom: 5px;
  }
  .ny-news .more > a {
    padding: 8px 20px;
  }
}
/* ==================== 新闻中心 end ==================== */
/* ==================== 新闻详情 start ==================== */
.ny-news-desc {
  padding: 0.7258rem 0.4032rem;
  padding-top: 0;
  margin-bottom: 0.5645rem;
}
.ny-news-desc .title {
  font-weight: bold;
  font-size: 0.4516rem;
  color: #333;
  padding-bottom: 0.3226rem;
}
.ny-news-desc .info {
  font-size: 0;
  padding-bottom: 0.3226rem;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0.3226rem;
}
.ny-news-desc .info .text {
  font-size: 0.2581rem;
  color: #999;
  display: inline-block;
  margin-right: 0.3226rem;
  border-left: 1px solid #ccc;
  padding-left: 0.3226rem;
}
.ny-news-desc .info .tip + .text {
  border-left: 0;
}
.ny-news-desc .info .tip {
  border: 1px solid #999;
  border-radius: 1.6129rem;
  padding: 0.0806rem 0.1613rem;
  line-height: 1;
  font-size: 0.2258rem;
  display: inline-block;
  color: #999;
}
.ny-news-desc .article img {
  display: block;
  margin: 0 auto;
}
.ny-news-desc .article {
  line-height: 1.8;
  text-align: justify;
  font-size: 0.2581rem;
}
.ny-news-desc .article p {
  line-height: 1.8;
}
@media screen and (max-width: 751px) {
  .ny-news-desc {
    padding: 0;
    background: none;
    margin-bottom: 0;
  }
  .ny-news-desc > .mxw-box {
    padding: 30px 20px;
  }
  .ny-news-desc .article {
    font-size: 0.28rem;
  }
  .ny-news-desc .info .text {
    margin-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 2em;
    display: inline;
  }
  .ny-news-desc .info {
    padding-bottom: 0.2rem;
  }
}
/* ==================== 新闻详情 end ==================== */
/* ==================== 产品详情页 start ==================== */
.ny-product-desc {
  padding: 1rem 0;
}
.ny-product-desc .product-image {
  width: 10rem;
  margin-right: 0.6667rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9;
}
.ny-product-desc .product-desc {
  flex-grow: 1;
}
.ny-product-desc .product-desc .title {
  font-size: 0.4667rem;
  padding-bottom: 0.3333rem;
  border-bottom: 0.0167rem solid #ddd;
  margin-bottom: 0.3333rem;
  font-weight: bold;
  color: #094439;
}
.ny-product-desc .product-desc .desc {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.8;
}
.ny-product-desc .bottom {
  margin-top: 0.6667rem;
  font-size: 0.2667rem;
  line-height: 1.8;
  text-align: justify;
}
.easyzoom-flyout img {
  max-width: inherit!important;
  width: auto!important;
}
@media screen and (max-width: 751px) {
  .ny-product-desc {
    padding: 0;
  }
  .ny-product-desc .product-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    pointer-events: none;
  }
  .ny-product-desc .product-desc .title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ny-product-desc .top {
    flex-flow: column;
  }
  .ny-product-desc .product-desc .desc {
    font-size: 14px;
  }
  .ny-product-desc .bottom {
    margin-top: 15px;
  }
}
/* ==================== 产品详情页 end ==================== */
/* ==================== 案例展示 start ==================== */
.ny-cases {
  font-size: 0;
}
.ny-cases .item {
  position: relative;
  overflow: hidden;
}
.ny-cases .item:hover .title {
  transform: translateY(-100%);
}
.ny-cases .item .title {
  width: 100%;
  position: absolute;
  top: 100%;
  transform: translateY(-1rem);
  text-align: center;
  padding-bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.4s;
}
.ny-cases .item .title .name {
  font-size: 0.3333rem;
  line-height: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
}
.ny-cases .item .title .more {
  background: #094439;
  font-size: 0.2167rem;
  line-height: 1.2;
  padding: 0.1667rem 0.5833rem;
  border-radius: 0.05rem;
  display: inline-block;
}
@media screen and (max-width: 751px) {
  .ny-cases .item .title {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    padding-bottom: 0;
  }
  .ny-cases .item:hover .title {
    transform: translateY(0);
  }
  .ny-cases .item .title .more {
    display: none;
  }
  .ny-cases .item .title .name {
    line-height: inherit;
    height: auto;
    padding: 8px 15px;
    font-size: 14px;
  }
}
/* ==================== 案例展示 end ==================== */
/* ==================== 通用标签页 start ==================== */
/* 标签页 */
.mxw-tabs {
  padding-left: 0;
  padding-right: 0;
}
.mxw-tabs .mxw-tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.mxw-tabs .mxw-tabs-wrap {
  position: relative;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.mxw-tabs .mxw-tabs-wrap::-webkit-scrollbar {
  display: none;
}
.mxw-tabs .mxw-tabs-item {
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-size: 0.3rem;
  white-space: nowrap;
  background: #eaeaea;
  color: #333;
  padding: 0rem 0.5rem;
  margin-right: 0.9rem;
  line-height: 0.6667rem;
}
.mxw-tabs .mxw-tabs-item:last-child {
  margin-right: 0;
}
.mxw-tabs .mxw-tabs-item.active {
  background: #094439;
  color: #fff;
}
@media screen and (max-width: 751px) {
  .mxw-tabs .mxw-tabs-header {
    margin-bottom: 20px;
  }
  .mxw-tabs .mxw-tabs-item {
    font-size: 14px;
    padding: 0 20px;
    margin-right: 10px;
  }
  .mxw-tabs .mxw-tabs-item:last-child {
    margin-right: 0;
  }
}
/* ==================== 通用标签页 end ==================== */
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  z-index: 99;
}
header .top {
  background: url(/img/img01.jpg) no-repeat center;
  background-size: cover;
}
header .top > .mxw-box {
  height: 109px;
  overflow: visible;
}
header .top .logo {
  width: 200px;
  flex-shrink: 0;
  margin: 0 80px;
  align-self: flex-start;
  position: relative;
  z-index: 3;
}
header .top .left,
header .top .right {
  flex-grow: 1;
  font-family: "思源宋体 CN Medium";
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  text-align: right;
  width: 100%;
  align-self: center;
  color: #e0b375;
  background-image: -webkit-linear-gradient(top, #fcf0de, #e0b375);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}
header .top .left {
  text-align: left;
}
header .bottom {
  height: 60px;
  background: url(/img/img52.jpg) no-repeat center;
  background-size: cover;
  border-top: 3px solid #f4dfb4;
}
header .bottom .pc-menu > li {
  min-width: 188px;
}
header .bottom .pc-menu:nth-child(1) {
  margin-right: 310px;
}
header .pc-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "思源宋体 CN Medium";
}
header .pc-menu > li {
  position: relative;
  font-size: 24px;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
  padding-right: 34px;
  border-radius: 100px;
  font-family: inherit;
  margin-right: 25px;
  line-height: 48px;
  height: 48px;
}
header .pc-menu > li::before,
header .pc-menu > li::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  height: 48px;
}
header .pc-menu > li::before {
  left: 0;
  background-image: url(/img/img50.png);
  width: 60px;
}
header .pc-menu > li::after {
  right: 0;
  background-image: url(/img/img51.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 61px;
}
header .pc-menu > li:last-child {
  margin-right: 0;
}
header .pc-menu > li.active,
header .pc-menu > li:hover {
  background: url(/img/img49.png) no-repeat center;
}
header .pc-menu > li.active:before,
header .pc-menu > li:hover:before,
header .pc-menu > li.active:after,
header .pc-menu > li:hover:after {
  display: block;
}
header .pc-menu > li.active > a,
header .pc-menu > li:hover > a {
  color: #02231e;
}

header .pc-menu > li:hover .pc-sub-menu {
  opacity: 1;
  visibility: visible;
}
header .pc-menu > li.active .pc-sub-menu .pc-nav-box,
header .pc-menu > li:hover .pc-sub-menu .pc-nav-box {
  transform: perspective(1200px) rotateX(0deg);
  -webkit-transform: perspective(1200px) rotateX(0deg);
  -moz-transform: perspective(1200px) rotateX(0deg);
  -ms-transform: perspective(1200px) rotateX(0deg);
  -o-transform: perspective(1200px) rotateX(0deg);
  padding-bottom: 5px;
}
header .pc-menu > li.active .pc-sub-menu .pc-nav-box:before,
header .pc-menu > li:hover .pc-sub-menu .pc-nav-box:before {
  width: 100%;
  visibility: visible;
}
header .pc-menu > li:first-child > a {
  padding-left: 0;
}
header .pc-menu > li > a {
  color: #fce9c8;
  position: relative;
  z-index: 9;
  display: block;
  font-family: inherit;
}
header .pc-menu > li .pc-sub-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  color: #333;
  padding-top: 4px;
}
header .pc-menu > li .pc-nav-box {
  position: relative;
  background: rgb(4 40 36 / .6);
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
  transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(1200px) rotateX(-90deg);
  transform: perspective(1200px) rotateX(-90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
header .pc-menu > li .pc-nav-box::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  visibility: hidden;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.4s;
}
header .pc-menu > li .pc-nav-box > li {
  line-height: 1.8;
}
header .pc-menu > li .pc-nav-box > li:hover {
  background: rgba(252,201,119,.6);
}
header .pc-menu > li .pc-nav-box > li > a {
  display: block;
  text-align: center;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: initial;
}
@media screen and (max-width: 1660px) {
  header .bottom .pc-menu:nth-child(1) {
    margin-right: 200px;
  }
  header .bottom .pc-menu > li {
    min-width: 170px;
  }
  header .pc-menu > li {
    font-size: 20px;
    margin-right: 20px;
  }
  header .pc-menu > li:last-child {
    margin-right: 0;
  }
  header .top .logo {
    margin-left: 30px;
    margin-right: 30px;
  }
  header .top .left,
  header .top .right {
    font-size: 30px;
  }
  header .top > .mxw-box {
    height: 90px;
  }
  header .top .logo {
    width: 170px;
  }
}
@media screen and (max-width: 1450px) {
  header .pc-menu > li {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1330px) {
  header .top > .mxw-box {
    height: 80px;
  }
  header .top .logo {
    width: 140px;
  }
  header .top .left,
  header .top .right {
    font-size: 28px;
  }
  header .pc-menu > li {
    font-size: 18px;
  }
  header .bottom .pc-menu > li {
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .bottom .pc-menu:nth-child(1) {
    margin-right: 150px;
  }
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    border-top: 0;
    padding: 0;
  }
  .mob-nav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 60px;
    transition: all 0.4s;
  }
  .mob-nav.active {
    height: 100%;
    position:fixed;
  }
  .mob-nav.active .mob-nav-head {
    position: absolute;
    z-index: 99;
    background: none;
  }
  .mob-nav.active .mob-nav-head .nav-logo {
    display: none;
  }
  .mob-nav.active .mob-nav-head .nav-btn {
    width: 36px;
    height: 36px;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .mob-nav.active .mob-nav-head .nav-btn i:first-child ~ i {
    margin: -1px;
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(1) {
    display: none;
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(2) {
    transform: rotate(45deg);
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mob-nav.active .mob-nav-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
  }
  .mob-nav .mob-nav-head {
    width: 100%;
    height: 60px;
    background: url(/img/img01.jpg) no-repeat center;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    position: relative;
    display:flex;justify-content:space-between;
  }
  .mob-nav .mob-nav-head .nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #204639;
    border: 2px solid #fcc774;
    z-index: 999;position:relative;
    order: 2;
  }
  .mob-nav .mob-nav-head .nav-btn i {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    transition: all 0.4s;
  }
  .mob-nav .mob-nav-head .nav-btn i:first-child ~ i {
    margin-top: 5px;
  }
  .mob-nav .mob-nav-head .nav-logo {
    overflow: hidden;
    font-size: 0;
  }
  .mob-nav .mob-nav-head .nav-logo a {
    display: block;
  }
  .mob-nav .mob-nav-head .nav-logo img {
    height: 60px;
  }
  .mob-nav .mob-nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 80%;
    text-align: center;
    background: #09463b;
    flex-grow: 1;
    padding: 50px 20px;
    overflow: auto;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;z-index:9999;
  }
  .mob-nav .mob-nav-menu a {
    color: inherit;
  }
  .mob-nav .mob-nav-menu > li {
    position: relative;
    color: #ffedd1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
  }
  .mob-nav .mob-nav-menu > li:last-child {
    border-bottom: 0;
  }
  .mob-nav .mob-nav-menu > li > a {
    display: block;
    padding: 14px 5px;
  }
  .mob-nav .mob-nav-menu > li.active > .mob-sub-menu > li {
    display: block;
  }
  .mob-nav .mob-nav-menu .mob-sub-menu:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
  }
  .mob-nav .mob-nav-menu .mob-sub-menu > li {
    display: none;
    padding: 0 10px;
  }
  .mob-nav .mob-nav-menu .mob-sub-menu > li > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
}
/* ==================== 移动端头部 end ==================== */

/* ==================== 头部样式 start ==================== */
.toobest-header .head {
  font-size: 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  max-width: 750px;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  background: #094439;
  z-index: 99;
}
.toobest-header .logo {
  display: block;
  flex-shrink: 0;
}
.toobest-header .logo img {
  height: 40px;
}
.toobest-header .menu-btn {
  flex-shrink: 0;
  height: 100%;
  width: 0.5rem;
  padding-right: 0.2rem;
  background: url(/img/menu.png) no-repeat center left;
  background-size: 100%;
  cursor: pointer;
  outline: none;
}
.toobest-header .menus-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  max-width: 7.5rem;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transform: translateX(50%);
}
.toobest-header .menus-box.active {
  visibility: visible;
  opacity: 1;
}
.toobest-header .menus-box.active .menus {
  transform: translateX(0);
}
.toobest-header .menus {
  width: 60%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.5s;
}
.toobest-header .menus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  border-bottom: 0.01rem solid #eee;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.9rem;
  height: 0.9rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.toobest-header .menus-head .text {
  color: #333;
  line-height: 1.2;
}
.toobest-header .menus-head .close {
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(/img/close.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  outline: none;
}
.toobest-header .menus-list > .menus-item.active > span {
  background: #eee;
}
.toobest-header .menus-list > .menus-item.active .menus-sub-list {
  display: block;
}
.toobest-header .menus-list > .menus-item > span,
.toobest-header .menus-list > .menus-item > a {
  display: block;
  width: 100%;
  padding: 0.25rem 0.3rem;
  font-size: 0.24rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toobest-header .menus-list > .menus-item > span {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toobest-header .menus-list > .menus-item > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 0.06rem solid #555;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0;
  margin-left: 0.05rem;
}
.toobest-header .menus-sub-list {
  display: none;
  padding: 0.15rem 0.4rem;
}
.toobest-header .menus-sub-list > .menus-item > a {
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 0.6rem;
  height: 0.6rem;
}
/* ==================== 头部样式 end ==================== */

/* ==================== 轮播图 start ==================== */
.mxw-banner {
  position: relative;
}
.mxw-banner .swiper-pagination {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.6rem;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.3833rem;
  height: 0.05rem;
  background: #fff;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.0833rem;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3833rem;
  height: 0.25rem;
  border: 0.0167rem solid #fff;
  position: relative;
  background: none;
}
.mxw-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 0.1333rem;
  height: 0.0333rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}
.mxw-banner .mxw-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: url(/img/img02.png) no-repeat center;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  font-size: 0;
}
.mxw-banner .mxw-swiper-btn.mxw-swiper-prev {
  left: 2.6667rem;
  transform: translateY(-50%) rotateY(180deg);
}
.mxw-banner .mxw-swiper-btn.mxw-swiper-next {
  right: 2.6667rem;
}
@media screen and (max-width: 751px) {
  .mxw-banner .mxw-swiper-btn {
    width: 30px;
    height: 30px;
  }
  .mxw-banner .mxw-swiper-btn.mxw-swiper-prev {
    left: 20px;
  }
  .mxw-banner .mxw-swiper-btn.mxw-swiper-next {
    right: 20px;
  }
  .mxw-banner .swiper-pagination {
    bottom: 10px;
  }
}
/* ==================== 轮播图 end ==================== */
/* ==================== 统一设置字体 start ==================== */
/* ==================== 统一设置字体 end ==================== */
/* ==================== 通用标题 start ==================== */
.mxw-title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.mxw-title .icon {
  width: 2rem;
  height: 0.8333rem;
  margin: 0 auto 0.5rem;
  background: url(/img/img05.png) no-repeat center;
  background-size: 100%;
}
.mxw-title .cn .text {
  font-size: 0.7667rem;
  font-family: "思源宋体 CN Medium";
  display: inline-block;
  position: relative;
  padding: 0 0.6667rem;
  line-height: 1.2;
  font-weight: bold;
  color: #634e33;
  background-image: -webkit-linear-gradient(180deg, #634e33, #9b7d57, #634e33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mxw-title .cn .text:before,
.mxw-title .cn .text:after {
  content: "";
  display: block;
  background: url(/img/img06.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3333rem;
  height: 0.6667rem;
  background-size: 100%;
}
.mxw-title .cn .text:before {
  left: -2.3333rem;
}
.mxw-title .cn .text:after {
  right: -2.3333rem;
  transform: rotateY(-180deg) translateY(-50%);
}
@media screen and (max-width: 751px) {
  .mxw-title {
    margin-bottom: 30px;
  }
  .mxw-title .icon {
    width: 60px;
    margin-bottom: 10px;
    height: 25px;
  }
  .mxw-title .cn .text {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mxw-title .cn .text:before,
  .mxw-title .cn .text:after {
    width: 70px;
    height: 20px;
  }
  .mxw-title .cn .text:before {
    left: -70px;
  }
  .mxw-title .cn .text:after {
    right: -70px;
  }
}
/* ==================== 通用标题 end ==================== */
/* ==================== 关于我们上方 start ==================== */
.mxw-about-top {
  margin-bottom: 1rem;
}
.mxw-about-top .item {
  text-align: center;
  color: #1a1a1a;
  width: 25%;
  position: relative;
}
.mxw-about-top .item:after {
  content: "";
  display: block;
  width: 0.0167rem;
  height: 0.6rem;
  background: url(/img/img36.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mxw-about-top .number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.25rem;
  line-height: 1.1;
  font-size: 0.9167rem;
  font-weight: bold;
}
.mxw-about-top .number i {
  font-size: 0.25rem;
  line-height: 1.2;
  font-weight: 400;
}
.mxw-about-top .text {
  font-size: 0.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 751px) {
  .mxw-about-top {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .mxw-about-top .number {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .mxw-about-top .number i {
    font-size: 12px;
  }
  .mxw-about-top .text {
    font-size: 14px;
  }
  .mxw-about-top .item {
    width: 48%;
    margin-right: 4%;
  }
  .mxw-about-top .item:nth-child(2) ~ .item {
    margin-top: 10px;
  }
  .mxw-about-top .item:nth-child(2n) {
    margin-right: 0;
  }
}
/* ==================== 关于我们上方 end ==================== */
/* ==================== 关于我们 start ==================== */
.mxw-about {
  background: url(/img/img04.jpg) repeat center;
}
.mxw-about .body {
  padding-right: 0.8667rem;
}
.mxw-about .body .image {
  flex-shrink: 0;
  width: 11.1667rem;
  margin-right: 1.6667rem;
}
.mxw-about .body .en {
  width: 10.1667rem;
}
.mxw-about .body .cn {
  font-size: 0.65rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "思源宋体 CN Medium";
  color: #634e33;
  background-image: -webkit-linear-gradient(180deg, #634e33, #9b7d57, #634e33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -0.8333rem;
}
.mxw-about .body .desc {
  margin-top: 0.5rem;
  font-size: 0.2667rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0.8333rem;
  font-family: "思源宋体 CN Medium";
  text-align: justify;
}
.mxw-about .body .itembox {
  margin-top: 0.6667rem;
  width: 12.1667rem;
  margin-bottom: 0.5rem;
}
.mxw-about .body .firend-link {
  color: #634e33;
  font-size: 0.4rem;
  line-height: 1.2;
  font-family: "思源宋体 CN Medium";
  font-weight: bold;
  background-image: -webkit-linear-gradient(180deg, #634e33, #9b7d57, #634e33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mxw-about .body .firend-link span {
  font-family: inherit;
}
.mxw-about .body .firend-link a {
  padding-right: 0.3333rem;
  font-family: inherit;
  color: inherit;
  background-image: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.mxw-about .body .firend-link a:last-child {
  padding-right: 0;
}
@media screen and (min-width: 751px) {
  .mxw-about .mxw-box {
    padding-top: 67px;
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 751px) {
  .mxw-about .body {
    flex-flow: column;
    padding-right: 0;
  }
  .mxw-about .body .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mxw-about .body .info {
    width: 100%;
  }
  .mxw-about .body .cn {
    font-size: 22px;
    margin-top: -20px;
  }
  .mxw-about .body .en {
    width: 100%;
  }
  .mxw-about .body .desc {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .mxw-about .body .itembox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .mxw-about .body .itembox .item {
    width: 48%;
    margin: 0!important;
    margin-right: 2%!important;
  }
  .mxw-about .body .itembox .item:nth-child(2) ~ .item {
    display: none;
  }
  .mxw-about .body .firend-link {
    font-size: 16px;
    display: none;
  }
}
/* ==================== 关于我们 end ==================== */
/* ==================== 通用按钮 start ==================== */
.mxw-more01 {
  display: block;
  width: 141px;
}
.mxw-more02 {
  display: block;
  width: 200px;
}
@media screen and (max-width: 751px) {
  .mxw-more01， .mxw-more02 {
    margin: 0 auto;
  }
  .mxw-more02 {
    width: 150px;
  }
}
/* ==================== 通用按钮 end ==================== */
/* ==================== 产品中心 start ==================== */
.mxw-product .item:hover .info:after {
  background-position-y: -28px;
}
.mxw-product .info {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: 0;
  padding: 24px 30px;
  color: #333;
}
.mxw-product .info:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/img/img17.png) no-repeat top center;
  background-size: 100%;
  margin-left: 20px;
  flex-shrink: 0;
}
.mxw-product .left {
  font-size: 20px;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
}
.mxw-product .title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .mxw-product .mxw-box {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 751px) {
  .mxw-product .left {
    font-size: 14px;
  }
  .mxw-product .title {
    margin-bottom: 5px;
  }
  .mxw-product .info {
    padding: 10px;
  }
  .mxw-product .info:after {
    display: none;
  }
}
/* ==================== 产品中心 end ==================== */
/* ==================== 服务 start ==================== */
.mxw-server {
  background: url(/img/img19.jpg) repeat center;
}
.mxw-server .top .image {
  margin-right: 2.5rem;
  flex-shrink: 0;
  width: 12.8rem;
}
.mxw-server .top .info {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.mxw-server .top .info .text {
  font-family: "思源宋体 CN Medium";
  font-size: 0.6167rem;
  margin-bottom: 1rem;
  color: #634e33;
  font-weight: bold;
  background-image: -webkit-linear-gradient(0deg, #634e33, #9b7d57 62%, #634e33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mxw-server .top .info .text p {
  font-family: inherit;
}
.mxw-server .top .info .text p span {
  font-size: 1.4667rem;
  line-height: 1;
  font-family: inherit;
}
.mxw-server .top .info .mxw-more02 {
  margin-top: 0.8333rem;
}
.mxw-server .top .info .add-top {
  margin-bottom: 0.2833rem;
}
.mxw-server .top .info select {
  flex-grow: 1;
  position: relative;
  padding: 0 0.5rem;
  height: 1rem;
  font-size: 0.2667rem;
  color: #999;
  background: #fff url(/img/select.png) no-repeat 90% center;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}
.mxw-server .top .info select:nth-child(1) {
  margin-right: 0.4333rem;
}
.mxw-server .top .info .add-bottom button,
.mxw-server .top .info .add-bottom .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3333rem;
  color: #fff;
  background: #00433f;
  cursor: pointer;
}
.mxw-server .top .info .add-bottom button:after,
.mxw-server .top .info .add-bottom .btn:after {
  content: "";
  display: block;
  width: 0.3333rem;
  height: 0.3333rem;
  background-size: 100%;
  margin-left: 0.25rem;
}
.mxw-server .top .info .add-bottom button {
  margin-right: 0.4333rem;
}
.mxw-server .top .info .add-bottom button:after {
  background: url(/img/img21.png) no-repeat center;
}
.mxw-server .top .info .add-bottom .btn {
  position: relative;
}
.mxw-server .top .info .add-bottom .btn:hover .qr {
  opacity: 1;
  visibility: visible;
}
.mxw-server .top .info .add-bottom .btn .qr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 100%;
  background: #fff;
  padding: 0.6667rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.mxw-server .top .info .add-bottom .btn .qr img {
  width: 100%;
}
.mxw-server .top .info .add-bottom .btn:after {
  background: url(/img/img22.png) no-repeat center;
}
.mxw-server .bottom {
  font-size: 0.6rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "思源宋体 CN Medium";
  color: #614c31;
  text-align: center;
  margin-top: 1rem;
}
.mxw-server .bottom div {
  font-family: inherit;
}
.mxw-server .bottom strong {
  color: #820c11;
  font-family: inherit;
}
.mxw-server .bottom .text01 {
  margin-bottom: 0.1667rem;
}
@media screen and (min-width: 751px) {
  .mxw-server .mxw-box {
    padding-top: 1.5rem;
    padding-bottom: 1.4167rem;
  }
  .mxw-server form {
    width: 100%;
  }
}
@media screen and (max-width: 751px) {
  .mxw-server .top {
    flex-flow: column;
  }
  .mxw-server .top .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mxw-server .top .info {
    width: 100%;
    margin-bottom: 0;
  }
  .mxw-server .top .info .text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-text-fill-color: inherit;
  }
  .mxw-server .top .info select {
    height: 40px;
  }
  .mxw-server .top .info select:nth-child(1) {
    margin-right: 10px;
  }
  .mxw-server .top .info .add-bottom button,
  .mxw-server .top .info .add-bottom .btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .mxw-server .top .info .add-bottom button {
    margin-right: 10px;
  }
  .mxw-server .top .info .mxw-more02 {
    margin: 20px auto 0;
  }
  .mxw-server .bottom {
    margin-top: 20px;
    font-size: 18px;
  }
  .mxw-server .top .info .text p span {
    font-size: 40px;
  }
}
/* ==================== 服务 end ==================== */
/* ==================== 加盟保障 start ==================== */
.mxw-advantage {
  font-size: 0;
}
.mxw-advantage .mxw-title {
  margin-bottom: 0.3333rem;
  font-size: 0;
}
.mxw-advantage .body {
  margin: 0 auto;
  position: relative;
}
.mxw-advantage .image01 {
  width: 7.1667rem;
  margin: 0 auto;
  display: block;
}
.mxw-advantage .image02 {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.1667rem;
}
.mxw-advantage .item .num {
  width: 1.7rem;
}
.mxw-advantage .item .title {
  font-size: 0.4833rem;
  color: #00433f;
  line-height: 1.2;
  font-weight: bold;
  font-family: "思源宋体 CN Medium";
  padding-bottom: 0.2333rem;
  width: 2.8333rem;
  border-bottom: 0.0167rem dashed #030000;
  margin-bottom: 0.25rem;
}
.mxw-advantage .item .desc {
  font-size: 0.4rem;
  line-height: 1.6;
  color: #000;
}
.mxw-advantage .text02 {
  margin-top: 0.9333rem;
  font-size: 0.6rem;
  text-align: center;
  color: #614c31;
  font-weight: bold;
  line-height: 1.6;
  font-family: "思源宋体 CN Medium";
}
.mxw-advantage .text02 p {
  font-family: inherit;
}
@media screen and (min-width: 751px) {
  .mxw-advantage {
    padding-top: 0.8333rem;
    padding-bottom: 1.3333rem;
    position: relative;
  }
  .mxw-advantage .body {
    margin-bottom: 6rem;
  }
  .mxw-advantage .itembox {
    width: 26.5rem;
    position: absolute;
    height: 7.1667rem;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mxw-advantage .item {
    position: absolute;
    display: flex;
    align-items: center;
  }
  .mxw-advantage .item .num {
    flex-shrink: 0;
  }
  .mxw-advantage .item01 {
    top: 3rem;
    left: 1.3333rem;
    text-align: right;
  }
  .mxw-advantage .item01 .num {
    order: 2;
    margin-left: 0.5rem;
  }
  .mxw-advantage .item01 .title {
    margin-right: 0;
    margin-left: auto;
  }
  .mxw-advantage .item02 {
    text-align: right;
    left: 3rem;
    bottom: -1.6667rem;
  }
  .mxw-advantage .item02 .num {
    order: 2;
    margin-left: 0.5rem;
  }
  .mxw-advantage .item02 .title {
    margin-right: 0;
    margin-left: auto;
  }
  .mxw-advantage .item03 {
    flex-flow: column;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) translateY(0.8333rem);
    top: 100%;
  }
  .mxw-advantage .item03 .num {
    margin-bottom: 0.5rem;
  }
  .mxw-advantage .item03 .title {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .mxw-advantage .item04 {
    right: 3.1667rem;
    bottom: -1.6667rem;
  }
  .mxw-advantage .item04 .num {
    margin-right: 0.5rem;
  }
  .mxw-advantage .item05 {
    right: 1.6667rem;
    top: 3rem;
  }
  .mxw-advantage .item05 .num {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-advantage {
    padding: 30px 20px;
  }
  .mxw-advantage .mxw-title {
    margin-bottom: 30px;
  }
  .mxw-advantage .image01 {
    width: 215px;
  }
  .mxw-advantage .itembox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mxw-advantage .item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }
  .mxw-advantage .item:nth-child(2n) {
    margin-right: 0;
  }
  .mxw-advantage .item .num {
    width: 30px;
    margin-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: none;
  }
  .mxw-advantage .item .info {
    width: 100%;
  }
  .mxw-advantage .item .title {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .mxw-advantage .item .desc {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .mxw-advantage .item .desc p {
    display: inline;
  }
  .mxw-advantage .item:last-child {
    width: 100%;
    margin-right: 0;
  }
  .mxw-advantage .text02 {
    margin-top: 0;
    font-size: 20px;
  }
}
/* ==================== 加盟保障 end ==================== */
/* ==================== 加盟流程 start ==================== */
.mxw-process {
  background: url(/img/img26.jpg) repeat center;
}
.mxw-process .itembox {
  background: url(/img/img44.png) repeat-x center 0.5rem;
  margin-bottom: 0.75rem;
}
.mxw-process .itembox .item {
  font-weight: bold;
  position: relative;
  background: url(/img/img27.png) no-repeat center;
  background-size: cover;
  text-align: center;
}
.mxw-process .itembox .item:last-child:after {
  display: none;
}
.mxw-process .itembox .item:after {
  content: "";
  display: block;
  background: url(/img/img28.png) no-repeat;
  width: 0.7rem;
  height: 0.6667rem;
  background-size: 100%;
  position: absolute;
  right: -0.8667rem;
  top: 50%;
  transform: translateY(-30%);
}
.mxw-process .itembox .item span {
  display: block;
  width: 2.3333rem;
  height: 1.1667rem;
  line-height: 1.1667rem;
  font-size: 0.4833rem;
  color: #fcc681;
  font-family: "思源宋体 CN Medium";
  background-image: -webkit-linear-gradient(0deg, #fee7c0, #fcc681);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mxw-process .public-inquiry {
  align-items: stretch;
}
@media screen and (min-width: 751px) {
  .mxw-process .mxw-box {
    padding-top: 1.1667rem;
    padding-bottom: 1.1667rem;
  }
  .mxw-process .image img {
    height: 100%;
  }
}
@media screen and (max-width: 751px) {
  .mxw-process .mxw-box {
    padding-bottom: 0;
  }
  .mxw-process .itembox {
    flex-wrap: wrap;
    background: none;
    justify-content: center;
    margin-bottom: 40px;
  }
  .mxw-process .itembox .item {
    width: 32%;
    background-size: 100%;
  }
  .mxw-process .itembox .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .mxw-process .itembox .item:after {
    display: none;
  }
  .mxw-process .itembox .item span {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
  .mxw-process .public-inquiry {
    flex-flow: column;
  }
}
/* ==================== 加盟流程 end ==================== */
/* ==================== 通用留言 start ==================== */
.public-inquiry .left {
  padding-left: 0.1667rem;
  padding-right: 0.1667rem;
  padding-top: 0.3333rem;
  position: relative;
  margin-top: 0.3333rem;
  margin-bottom: 0.3333rem;
  width: 49%;
  background: url(/img/img46.png) repeat-y center;
  background-size: 100%;
}
.public-inquiry .left * {
  position: relative;
  z-index: 3;
}
.public-inquiry .left::before,
.public-inquiry .left::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.6667rem;
  position: absolute;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.public-inquiry .left::before {
  background: url(/img/img45.png) no-repeat top center;
  background-size: 100%;
  top: -0.3333rem;
}
.public-inquiry .left::after {
  background: url(/img/img47.png) no-repeat bottom center;
  background-size: 100%;
  bottom: -0.3333rem;
}
.public-inquiry .title {
  width: 3rem;
  margin: 0 auto 0.25rem;
}
.public-inquiry .text {
  font-size: 0.2667rem;
  color: #ffeccf;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.3333rem;
  font-family: "思源宋体 CN Medium";
}
.public-inquiry form {
  border: 0.0333rem solid #e8c893;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.public-inquiry label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.6667rem;
  line-height: 0.6667rem;
  border-bottom: 0.0333rem solid #e8c893;
}
.public-inquiry .text01 {
  font-size: 0.3rem;
  color: #e3bf86;
  font-family: "思源宋体 CN Medium";
  width: 2.5rem;
  text-align: center;
  border-right: 0.0167rem solid #fbeac1;
  flex-shrink: 0;
}
.public-inquiry input {
  text-align: center;
  width: 100%;
  padding: 0 0.3333rem;
  color: #a0afae;
  font-size: 0.3rem;
  font-family: "思源宋体 CN Medium";
}
.public-inquiry input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a0afae;
}
.public-inquiry input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a0afae;
}
.public-inquiry input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a0afae;
}
.public-inquiry input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a0afae;
}
.public-inquiry select {
  text-align: center;
  flex-grow: 1;
  padding: 0 0.3333rem;
  height: 0.6667rem;
  font-size: 0.3rem;
  color: #a0afae;
  border: none;
  outline: none;
  font-family: "思源宋体 CN Medium";
  cursor: pointer;
  background: url(/img/select02.png) no-repeat calc(100% - 0.3333rem) center;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-inquiry select:nth-child(2) {
  border-right: 0.0167rem solid #fbeac1;
}
.public-inquiry button {
  display: block;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.public-inquiry .image {
  width: 49%;
  margin-left: 2%;
  border: solid 0.05rem #e5c38c;
  border-radius: 0.3333rem;
  overflow: hidden;
}
@media screen and (max-width: 751px) {
  .public-inquiry {
    flex-wrap: wrap;
  }
  .public-inquiry .title {
    width: 150px;
    margin-bottom: 10px;
  }
  .public-inquiry .left {
    width: 100%;
    margin: 0;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .public-inquiry .image {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .public-inquiry .text {
    font-size: 18px;
  }
  .public-inquiry .text01 {
    font-size: 12px;
    width: 1.7rem;
  }
  .public-inquiry input {
    font-size: 12px;
    height: 100%;
    outline: none;
  }
  .public-inquiry select {
    font-size: 12px;
  }
  .public-inquiry button {
    margin-top: 10px;
  }
}
/* ==================== 通用留言 end ==================== */
/* ==================== 企业动态 start ==================== */
.mxw-news {
  background: url(/img/img26.jpg) repeat center;
}
.mxw-news .item {
  transition: all 0.4s;
}
.mxw-news .item:hover {
  margin-top: -0.1667rem;
}
.mxw-news .item .image {
  width: 100%;
}
.mxw-news .item .info {
  background: #fff;
  padding: 0.6667rem 0.3333rem;
}
.mxw-news .item .title {
  font-size: 0.3333rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
}
.mxw-news .item .time {
  font-size: 0.3rem;
  color: #ffb100;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
}
.mxw-news .item .desc {
  font-size: 0.3rem;
  color: #000;
  opacity: 0.8;
  line-height: 1.8;
  height: 3.6em;
  margin-bottom: 0.5833rem;
}
.mxw-news .item .more {
  font-size: 0.2833rem;
  color: #000;
  opacity: 0.8;
  display: inline-block;
  padding-bottom: 0.1667rem;
  border-bottom: 0.0167rem solid #dcdcdc;
}
@media screen and (min-width: 751px) {
  .mxw-news .mxw-box {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 751px) {
  .mxw-news .item {
    width: 100%;
    margin: 0!important;
  }
  .mxw-news .item:nth-child(1) ~ .item {
    margin-top: 20px!important;
  }
  .mxw-news .item .info {
    padding: 20px 10px;
  }
  .mxw-news .item .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .mxw-news .item .time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .mxw-news .item .desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mxw-news .item .more {
    font-size: 12px;
  }
}
/* ==================== 企业动态 end ==================== */
/* ==================== 内页搜索 start ==================== */
.ny-search {
  font-size: 0;
  transform: translateY(-50%);
  position: relative;
  z-index: 3;
  width: 23.3333rem;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 100px;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  background-color: #f7f7f7;
  box-shadow: 0rem 3px 4px 0px rgba(32, 32, 32, 0.1);
}
.ny-search .text {
  font-size: 0.3333rem;
  color: #515050;
  line-height: 1.2;
  letter-spacing: 2px;
}
.ny-search form {
  border: 0.0167rem solid #e5e5e5;
  border-radius: 1.6667rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.1667rem;
  padding-right: 0.1667rem;
}
.ny-search form select {
  font-size: 0.2333rem;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  color: #666;
  background: url(/img/img55.png) no-repeat right center;
  background-size: 0.1667rem 0.1667rem;
  flex-shrink: 0;
  padding-right: 0.1667rem;
}
.ny-search form input {
  flex-grow: 1;
  padding: 0 0.3333rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.ny-search form button {
  flex-shrink: 0;
  background: url(/img/img54.png) no-repeat center;
  background-size: 100%;
  width: 0.3333rem;
  height: 0.3333rem;
  cursor: pointer;
  outline: none;
}
/* ==================== 内页搜索 end ==================== */
/* ==================== about01 start ==================== */
.ny-about01 .info .text01 {
  font-weight: bold;
  font-size: 0.6667rem;
  line-height: 1.2;
  color: #00947e;
  margin-bottom: 0.1667rem;
}
.ny-about01 .info .text02 {
  font-weight: bold;
  font-size: 0.6667rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 0.75rem;
}
.ny-about01 .info .desc {
  font-size: 0.3167rem;
  line-height: 1.8;
  color: #5f5f5f;
  text-align: justify;
}
.ny-about01 .info .desc p {

}
.ny-about01 .info .desc p:last-child {

}
.ny-about01 .section {
  overflow: hidden;
}
.ny-about01 .section02 {
  background: url(/img/img57.jpg) no-repeat center;
  background-size: cover;
}
.ny-about01 .section03 {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .ny-about01 .section01 {
    min-height: 8.05rem;
    background: url(/img/img56.jpg) no-repeat center bottom;
    padding-bottom: 0.6667rem;
    background-size: 32rem 8.05rem;
  }
  .ny-about01 .section01 > .mxw-box {
    padding-left: 13rem;
    padding-top: 0.6667rem;
  }
  .ny-about01 .section02 {
    padding-top: 1.5rem;
    padding-bottom: 1.3333rem;
  }
  .ny-about01 .section02 .image {
    width: 12.25rem;
    flex-shrink: 0;
    margin-left: 2rem;
  }
  .ny-about01 .section03 {
    padding-top: 1.6667rem;
    padding-bottom: 2.1667rem;
  }
  .ny-about01 .section03 .image {
    width: 10.4333rem;
    padding-top: 1rem;
    padding-left: 1rem;
    margin-right: 3.0833rem;
    background: url(/img/img60.png) no-repeat left top;
    order: -2;
    flex-shrink: 0;
    background-size: 8.75rem 9.6rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-about01 {
    padding-top: 30px;
  }
  .ny-about01 .section > .mxw-box {
    flex-wrap: wrap;
  }
  .ny-about01 .section01 {
    padding-top: 0;
  }
  .ny-about01 .section01 > .mxw-box {
    padding-top: 0;
  }
  .ny-about01 .image {
    width: 100%;
    margin-top: 20px;
  }
  .ny-about01 .info {
    width: 100%;
  }
  .ny-about01 .info .text01 {
    font-size: 20px;
  }
  .ny-about01 .info .text02 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ny-about01 .info .desc {
    font-size: 14px;
  }
  .ny-about01 .info .desc p {

  }
}
/* ==================== about01 end ==================== */
/* ==================== 内页分类 start ==================== */
.ny-category {
  padding-bottom: 0.3333rem;
  margin-bottom: 1.1667rem;
  border-bottom: 0.0167rem solid #eee;
}
.ny-category .ny-cate-item {
  background: #fff;
  padding: 0.1667rem 0.6667rem;
  text-align: center;
  color: #333;
  margin-right: 0.3333rem;
  font-size: 0.3333rem;
}
.ny-category .ny-cate-item.active,
.ny-category .ny-cate-item:hover {
  background: #00947e;
  color: #fff;
}
.ny-category .ny-cate-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 751px) {
  .ny-category {
    margin-bottom: 0px;
  }
  .ny-category > .mxw-box {
    padding-bottom: 0px;
  }
  .ny-category .ny-cate-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-right: 10px;
  }
  .ny-category .ny-cate-item:last-child {
    margin-right: 0;
  }
}
/* ==================== 内页分类 end ==================== */
/* ==================== 内页标题 start ==================== */
.ny-title {
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
}
.ny-title .en {
  font-size: 0.7rem;
  color: #c0c0c0;
  line-height: 1.2;
  font-family: "思源宋体 CN Medium";
  margin-bottom: 10px;
}
.ny-title .cn {
  font-size: 0.6667rem;
  font-weight: bold;
  color: #292929;
  line-height: 1.2;
}
.ny-title .desc {
  color: #8b8b8b;
  font-size: 0.3333rem;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.ny-title .desc strong {
  color: #000;
}
.ny-title .desc strong span {
  font-size: 41px;
  color: #00947e;
  line-height: 1;
}
.ny-title .icon {
  width: 100%;
  height: 0.0167rem;
  position: relative;
  margin-top: 0.5rem;
  background: #eee;
}
.ny-title .icon:after {
  content: "";
  display: block;
  width: 3.45rem;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #00947e;
}
@media screen and (max-width: 751px) {
  .ny-title {
    margin-bottom: 30px;
  }
  .ny-title .en {
    font-size: 18px;
  }
  .ny-title .cn {
    font-size: 24px;
  }
  .ny-title .desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .ny-title .desc strong span {
    font-size: 20px;
  }
  .ny-title .icon {
    margin-top: 15px;
  }
  .ny-title .icon:after {
    width: 100px;
  }
}
/* ==================== 内页标题 end ==================== */
/* ==================== about02 start ==================== */
.ny-about02 {
  overflow: hidden;
}
.ny-about02 .item {
  align-items: stretch;
}
.ny-about02 .info {
  padding: 0.3333rem 60px;
  background: #fcfbf9;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.ny-about02 .info .title {
  margin-bottom: 0.6667rem;
  font-size: 0.6rem;
  line-height: 1.4;
  color: #333;
  text-align: justify;
}
.ny-about02 .info .desc {
  font-size: 0.3333rem;
  color: #5f5f5f;
  line-height: 1.6;
}
.ny-about02 .info .desc p {

}
.ny-about02 .info .desc p:last-child {

}
@media screen and (min-width: 751px) {
  .ny-about02 {
    padding-bottom: 0.6667rem;
  }
  .ny-about02 .item .image {
    width: 50%;
    flex-shrink: 0;
  }
  .ny-about02 .item .info {
    width: 50%;
  }
  .ny-about02 .item:nth-child(2n-1) .image {
    order: -2;
  }
}
@media screen and (max-width: 751px) {
  .ny-about02 .item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .ny-about02 .item:last-child {
    margin-bottom: 0;
  }
  .ny-about02 .image {
    width: 100%;
  }
  .ny-about02 .info {
    width: 100%;
    padding: 30px 20px;
  }
  .ny-about02 .info .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .ny-about02 .info .desc {
    font-size: 14px;
    line-height: 1.8em;
  }
}
/* ==================== about02 end ==================== */
/* ==================== about03 start ==================== */
.ny-about03 .section01 {
  background: url(/img/img66.jpg) #fcfcfc;
}
.ny-about03 .section01 .info {
  margin-left: 0.3333rem;
}
.ny-about03 .section01 .title {
  font-size: 0.35rem;
  color: #00947e;
  font-weight: bold;
  margin-bottom: 0.0833rem;
}
.ny-about03 .section01 .desc {
  font-size: 0.3rem;
  color: #444;
  text-align: justify;
  line-height: 1.6;
}
.ny-about03 .section02 {
  background: #fff;
}
.ny-about03 .section02 > .mxw-box {
  padding-left: 1.5rem;
  padding-right: 90px;
}
.ny-about03 .section02 .certificate-swiper .swiper-wrapper {
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.ny-about03 .section02 .certificate-swiper .swiper-slide {
  margin-top: 0.3333rem !important;
}
.ny-about03 .section02 .certificate-swiper .swiper-slide img {
  width: 100%;
  max-width: 6.6667rem;
}
.ny-about03 .about03-swiper{width:50%;}
.ny-about03 .section03 {
  background: url(/img/img71.jpg) no-repeat center;
  background-size: cover;
}
.ny-about03 .section03 .body {
  display: flex;
  align-items: stretch;
  position: relative;
}
.ny-about03 .section03 .item {
  align-items: stretch;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ny-about03 .section03 .image {
  width: 100%;
  flex-shrink: 0;
  height: 7.7667rem;
}
.ny-about03 .section03 .info {
  width: 50%;
  background: #fff;
  padding: 0.6667rem 1.3333rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.ny-about03 .section03 .info p {
  margin-bottom: 0.3333rem;
  font-size: 0.4rem;
  color: #292929;
  line-height: 1.8;
}
.ny-about03 .section03 .info p:last-child {
  margin-bottom: 0;
}
.ny-about03 .section03 .info strong {
  color: #00947e;
}
.ny-about03 .section03 .about03-swiper-text {
  z-index: 9;
  width: 9.8333rem;
  position: absolute;
  bottom: 0.5667rem;
  left: 2.6667rem;
}
.ny-about03 .section03 .about03-swiper-text .text {
  width: 100%px;
  height: 1.5167rem;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  padding-right: 2.1667rem;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.9667rem;
}
.ny-about03 .section03 .text-pagination {
  position: absolute;
  bottom: 1rem;
  left: 10.8333rem;
  font-size: 0.55rem;
  z-index: 10;
  width: auto;
  letter-spacing: -0.0833rem;
}
.ny-about03 .section03 .text-pagination > .swiper-pagination-current {
  font-size: 0.35rem;
}
.ny-about03 .section03 .mxw-btn-group {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 47%;
  z-index: 9;
  cursor: pointer;
}
.ny-about03 .section03 .mxw-btn-group > .mxw-swiper-btn {
  outline: none;
  width: 0.7667rem;
  height: 0.7667rem;
  background: url(/img/img77.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.2);
}
.ny-about03 .section03 .mxw-btn-group > .mxw-swiper-btn.mxw-swiper-prev {
  transform: rotateY(-180deg);
}
@media screen and (min-width: 751px) {
  .ny-mxw-about03 .ny-category {
    margin-bottom: 0;
  }
  .ny-about03 .section01 {
    padding-top: 1rem;
  }
  .ny-about03 .section01 .ny-title {
    margin-bottom: 0;
  }
  .ny-about03 .section01 > .mxw-box {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .ny-about03 .section01 .itembox {
    position: relative;
    background: url(/img/img69.png) no-repeat center;
    height: 11.2167rem;
    background-size: 26.6667rem 3.05rem;
  }
  .ny-about03 .section01 .item {
    position: absolute;
    display: flex;
    align-items: flex-start;
  }
  .ny-about03 .section01 .item.item1 {
    top: 3.25rem;
    left: 0.5rem;
  }
  .ny-about03 .section01 .item.item1 .info {
    transform: translateY(-1.1667rem);
  }
  .ny-about03 .section01 .item.item2 {
    bottom: 2.6333rem;
    left: 1.4rem;
  }
  .ny-about03 .section01 .item.item2 .info {
    transform: translateY(0.05rem);
  }
  .ny-about03 .section01 .item.item3 {
    top: 1.5333rem;
    left: 5.7333rem;
  }
  .ny-about03 .section01 .item.item3 .info {
    transform: translateY(1.1667rem);
  }
  .ny-about03 .section01 .item.item4 {
    bottom: 3.2667rem;
    left: 6.6667rem;
  }
  .ny-about03 .section01 .item.item4 .info {
    transform: translateY(1.8667rem);
  }
  .ny-about03 .section01 .item.item5 {
    top: 2.0667rem;
    left: 10.6667rem;
  }
  .ny-about03 .section01 .item.item5 .info {
    transform: translateY(-0.2667rem);
  }
  .ny-about03 .section01 .item.item6 {
    bottom: 4.1667rem;
    left: 11.8333rem;
  }
  .ny-about03 .section01 .item.item6 .info {
    transform: translateY(2.8333rem);
    margin-left: 0;
  }
  .ny-about03 .section01 .item.item7 {
    top: 3.5rem;
    left: 15.3333rem;
  }
  .ny-about03 .section01 .item.item7 .info {
    transform: translateY(-1.6667rem);
  }
  .ny-about03 .section01 .item.item8 {
    bottom: 1.8333rem;
    left: 16.5rem;
  }
  .ny-about03 .section01 .item.item8 .info {
    transform: translateY(0rem);
  }
  .ny-about03 .section01 .item.item9 {
    top: 1.3333rem;
    left: 20.8333rem;
  }
  .ny-about03 .section01 .item.item9 .info {
    transform: translateY(0.8333rem);
  }
  .ny-about03 .section01 .item.item10 {
    bottom: 3.8833rem;
    left: 21.5rem;
  }
  .ny-about03 .section01 .item.item10 .info {
    transform: translateY(2.8333rem);
    margin-left: 0;
  }
  .ny-about03 .section01 .item .icon {
    width: 1.3333rem;
    height: 2.8333rem;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }
  .ny-about03 .section01 .item .icon img {
    width: 0.6667rem;
  }
  .ny-about03 .section01 .item:nth-child(2n-1) .icon {
    align-items: flex-start;
    padding-top: 0.3333rem;
    background: url(/img/img67.png) no-repeat center;
    background-size: 1.3333rem 2.8333rem;
  }
  .ny-about03 .section01 .item:nth-child(2n) .icon {
    background: url(/img/img68.png) no-repeat center;
    align-items: flex-end;
    padding-bottom: 0.3333rem;
    background-size: 1.3333rem 2.8333rem;
  }
  .ny-about03 .section02 {
    overflow: hidden;
  }
  .ny-about03 .section02 > .mxw-box {
    padding-top: 1.3333rem;
    padding-bottom: 1.1667rem;
  }
  .ny-about03 .section02 .ny-title {
    margin-bottom: 0.6667rem;
  }
  .ny-about03 .section03 > .mxw-box {
    padding-top: 1.25rem;
    padding-bottom: 1.6rem;
  }
  .ny-about03 .section04 > .mxw-box {
    padding-top: 1.2667rem;
    padding-bottom: 1.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-mxw-about03 .ny-category {
    margin-bottom: 0;
  }
  .ny-about03 .section01 .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .ny-about03 .section01 .item:last-child {
    margin-bottom: 0;
  }
  .ny-about03 .section01 .icon {
    background-image: linear-gradient(#06755b, #00947d);
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    flex-shrink: 0;
  }
  .ny-about03 .section01 .title {
    font-size: 16px;
  }
  .ny-about03 .section01 .info {
    margin-left: 10px;
    flex-grow: 1;
    min-width: 0;
  }
  .ny-about03 .section01 .desc {
    font-size: 14px;
  }
  .ny-about03 .section01 .desc p {
    display: inline;
  }
  .ny-about03 .section02 > .mxw-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny-about03 .section02 .ny-title {
    margin-bottom: 20px;
  }
  .ny-about03 .section02 .certificate-swiper .swiper-slide {
    margin-top: 10px;
  }
  .ny-about03 .about03-swiper{width:100%;}
  .ny-about03 .section03 .body {
    flex-wrap: wrap;
  }
  .ny-about03 .section03 .item {
    flex-wrap: wrap;
  }
  .ny-about03 .section03 .image {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
  }
  .ny-about03 .section03 .info {
    width: 100%;
    padding: 20px;
  }
  .ny-about03 .section03 .info p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ny-about03 .section03 .mxw-btn-group {
    transform: translateY(0);
    top: 11%;
    width: 108%;
    left: -4%;
    justify-content: space-between;
  }
  .ny-about03 .section03 .about03-swiper-text {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .ny-about03 .section03 .item .text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: bold;
  }
}
/* ==================== about03 end ==================== */
/* ==================== 通用轮播二 start ==================== */
/* ==================== 通用轮播二 end ==================== */
/* ==================== 通用轮播 start ==================== */
.public-activity {
  overflow: hidden;
}
.public-activity .body {
  position: relative;
}
.public-activity .mxw-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  width: 1.1667rem;
}
.public-activity .mxw-swiper-btn.mxw-swiper-prev {
  left: -1.5rem;
  transform: rotateY(-180deg);
}
.public-activity .mxw-swiper-btn.mxw-swiper-next {
  right: -1.5rem;
}
.public-activity .item {
  display: block;
}
.public-activity .name {
  margin-top: 0.3333rem;
  text-align: center;
  padding: 0 0.3333rem;
  font-size: 0.3333rem;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 1690px) {
  .public-activity .mxw-swiper-btn {
    z-index: 9;
  }
  .public-activity .mxw-swiper-btn.mxw-swiper-prev {
    left: -0.5rem;
  }
  .public-activity .mxw-swiper-btn.mxw-swiper-next {
    right: -0.5rem;
  }
}
@media screen and (min-width: 751px) {
  .public-activity > .mxw-box {
    padding-top: 1.3333rem;
    padding-bottom: 1.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .public-activity .mxw-swiper-btn {
    display: none;
  }
  .public-activity .name {
    margin-top: 10px;
    font-size: 14px;
    padding: 0 10px;
  }
}
/* ==================== 通用轮播 end ==================== */
/* ==================== 内页 - 人才招聘 start ==================== */
.ny-job {
  overflow: hidden;
}
.ny-job .section01 {
  margin-bottom: 1.3333rem;
}
.ny-job .section01 .info {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.ny-job .section01 .info .title {
  font-size: 0.5rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 0.0167rem solid #e4e4e4;
  margin-bottom: 0.5833rem;
}
.ny-job .section01 .info .desc {
  font-size: 0.2833rem;
  color: #5f5f5f;
  line-height: 2.2em;
  text-align: justify;
  margin-bottom: 0.75rem;
}
.ny-job .section01 .info .qr {
  border: 0.0167rem dashed #b5b5b5;
  padding: 0.4rem;
  display: flex;
  align-items: center;
}
.ny-job .section01 .info .qr .image {
  flex-shrink: 0;
  width: 2.5rem;
  margin-right: 0.3333rem;
}
.ny-job .section01 .info .qr .text {
  height: 2rem;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  justify-content: center;
  font-size: 0.2833rem;
  color: #000;
  line-height: 2em;
  width: 5.4333rem;
  flex-shrink: 0;
}
.ny-job .section01 .info .qr .text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.1667rem solid transparent;
  border-right: 0.2333rem solid #00947e;
  border-bottom: 0.1667rem solid transparent;
  margin-right: 0.3333rem;
}
.ny-job .section01 .map {
  width: 13rem;
  height: 10rem;
  margin-left: 2rem;
  flex-shrink: 0;
}
.ny-job .section02 {
  margin-bottom: 1rem;
}
.ny-job .section02 .image {
  width: 11.2667rem;
  flex-shrink: 0;
  margin-right: 0.6667rem;
}
.ny-job .section02 .itembox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ny-job .section02 .item {
  display: flex;
  align-items: center;
}
.ny-job .section02 .item .icon {
  width: 1rem;
  flex-shrink: 0;
  margin-right: 0.3333rem;
}
.ny-job .section02 .item .text01 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.1667rem;
}
.ny-job .section02 .item .text02 {
  font-size: 0.3rem;
  color: #5f5f5f;
  line-height: 1.6;
}
.ny-job .section03 {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 751px) {
  .ny-job .section01,
  .ny-job .section02 {
    display: flex;
    align-items: center;
  }
  .ny-job .section02 .item:nth-child(2n-1) {
    width: 40%;
  }
  .ny-job .section02 .item:nth-child(2n) {
    width: 60%;
  }
  .ny-job .section02 .item:nth-child(2n) ~ .item {
    margin-top: 1.3333rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-job .section01 .info .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ny-job .section01 .info .desc {
    font-size: 14px;
  }
  .ny-job .section01 .info .qr {
    width: 100%;
    padding: 10px;
    align-items: stretch;
  }
  .ny-job .section01 .info .qr .image {
    width: 80px;
  }
  .ny-job .section01 .info .qr .text {
    width: auto;
    min-width: 0;
    flex-grow: 1;
    height: auto;
    line-height: 1.8;
  }
  .ny-job .section01 .info .desc {
    margin-bottom: 20px;
  }
  .ny-job .section01 .map {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }
  .ny-job .section01 {
    margin-bottom: 30px;
  }
  .ny-job .section02 {
    margin-bottom: 0;
  }
  .ny-job .section02 .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ny-job .section02 .item {
    margin-bottom: 20px;
  }
  .ny-job .section02 .item .icon {
    width: 40px;
  }
  .ny-job .section02 .item .text01 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .ny-job .section02 .item .text02 {
    font-size: 14px;
  }
}
/* ==================== 内页 - 人才招聘 end ==================== */
/* ==================== 通用招聘卡片 start ==================== */
.job-itembox .job-item {
  margin-bottom: 0.6667rem;
}
.job-itembox .job-item:last-child {
  margin-bottom: 0;
}
.job-itembox .job-item .head {
  cursor: pointer;
  background-image: linear-gradient(90deg, #00947e 9%, #fbc979 100%);
  height: 1.05rem;
  line-height: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.8333rem;
}
.job-itembox .job-item .head.active:after {
  transform: rotateX(-180deg);
}
.job-itembox .job-item .head:after {
  content: "";
  display: block;
  background: url(/img/img90.png) no-repeat center;
  background-size: 100%;
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.4s;
}
.job-itembox .job-item .head .text {
  font-size: 0.3333rem;
  color: #fff;
  font-weight: bold;
}
.job-itembox .job-item .body {
  display: none;
  border: 1px solid #d7d7d7;
}
.job-itembox .job-item .itembox {
  display: flex;
  align-items: flex-start;
  border-top: 0;
  padding: 0.6667rem 0.5833rem;
}
.job-itembox .job-item .item {
  position: relative;
}
.job-itembox .job-item .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.1667rem;
  background: #d5d5d5;
  position: absolute;
  right: 0;
  top: 0;
}
.job-itembox .job-item .item:last-child:after {
  display: none;
}
.job-itembox .job-item .item p {
  font-size: 0.3rem;
}
.job-itembox .job-item .item.item1 {
  width: 4.3333rem;
  flex-shrink: 0;
}
.job-itembox .job-item .item.item1 .text {
  font-size: 0.3333rem;
  line-height: 1.2;
  margin-bottom: 0.6667rem;
}
.job-itembox .job-item .item.item1 .text02 {
  margin-bottom: 0.8333rem;
}
.job-itembox .job-item .item.item2 {
  width: 9.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.job-itembox .job-item .item.item3 {
  flex-grow: 1;
  min-width: 0;
  padding-left: 1rem;
}
.job-itembox .job-item .item .item-head {
  font-size: 0.3333rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.job-itembox .job-item .desc {
  font-size: 0.3333rem;
  color: #333;
  line-height: 2;
}
.job-itembox .job-item .mxw-btn {
  display: block;
  font-size: 0.3rem;
  width: 2.7333rem;
  text-align: center;
  height: 0.7333rem;
  line-height: 0.7333rem;
  background: #fff;
  color: #00947e;
  border: solid 0.0167rem #00947e;
}
@media screen and (max-width: 751px) {
  .job-itembox .job-item {
    margin-bottom: 15px;
  }
  .job-itembox .job-item .head {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .job-itembox .job-item .head .text {
    font-size: 15px;
  }
  .job-itembox .job-item .head:after {
    width: 15px;
    height: 15px;
  }
  .job-itembox .job-item .itembox {
    flex-wrap: wrap;
    padding: 20px;
  }
  .job-itembox .job-item .item {
    width: 100%!important;
  }
  .job-itembox .job-item .item::after {
    display: none;
  }
  .job-itembox .job-item .item.item1 .text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .job-itembox .job-item .item.item2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .job-itembox .job-item .item.item3 {
    padding: 0;
  }
  .job-itembox .job-item .item .item-head {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .job-itembox .job-item .item p {
    font-size: 14px;
  }
  .job-itembox .job-item .mxw-btn {
    width: 90%;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 20px;
    margin: 0 auto 20px;
  }
  .ny-job .section03 {
    padding-bottom: 0;
  }
}
/* ==================== 通用招聘卡片 end ==================== */
/* ==================== 内页 - 教育中心 start ==================== */
.ny-edu01 {
  overflow: hidden;
}
.ny-edu01 .section01 .body {
  display: flex;
  align-items: stretch;
  position: relative;
}
.ny-edu01 .section01 .body:after {
  content: "";
  display: block;
  width: 2.95rem;
  height: 100%;
  background-image: linear-gradient(0deg, #0d4e2e 0%, #077156 50%);
  position: absolute;
  right: -2.95rem;
  top: 0;
}
.ny-edu01 .section01 .image {
  width: 12.45rem;
  flex-shrink: 0;
  margin-left: -2.6667rem;
}
.ny-edu01 .section01 .info {
  padding: 0.3333rem 1.8333rem 0.3333rem 1.5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  background: url(/img/img107.jpg) no-repeat;
}
.ny-edu01 .section01 .info .title {
  font-size: 0.6667rem;
  font-weight: bold;
  color: #272727;
  margin-bottom: 0.75rem;
}
.ny-edu01 .section01 .info .desc {
  font-size: 0.3rem;
  line-height: 1.8;
  color: #5a5a5a;
  text-align: justify;
}
.ny-edu01 .section01 .itembox {
  flex-wrap: wrap;
  padding-left: 5rem;
  padding-right: 5rem;
  align-items: flex-start;
  padding-bottom: 0.8333rem;
  padding-top: 0.8333rem;
  border-bottom: 0.0167rem solid #ebecf0;
  justify-content: space-between;
}
.ny-edu01 .section01 .item:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.0333rem;
  background: #d2d2d2;
  margin: 0.1667rem auto 0;
}
.ny-edu01 .section01 .item .icon {
  width: 2.3333rem;
  display: block;
  margin: 0 auto 0.3333rem;
}
.ny-edu01 .section01 .item .name {
  font-size: 0.3667rem;
  line-height: 1.8;
}
.ny-edu01 .section02 {
  padding-top: 1.1667rem;
  padding-bottom: 1.3333rem;
}
.ny-edu01 .section02 .itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny-edu01 .section02 .item {
  width: 19.2%;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  padding: 1.1667rem 0.6667rem;
  color: #fff;
}
.ny-edu01 .section02 .item:first-child ~ .item {
  margin-left: 1%;
}
.ny-edu01 .section02 .item:before {
  content: "";
  display: block;
  width: 0.0167rem;
  height: 0.5833rem;
  background: #39ecd1;
  position: absolute;
  top: 0;
  left: 50%;
}
.ny-edu01 .section02 .item .num {
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.27);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6667rem;
}
.ny-edu01 .section02 .item .title {
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: bold;
}
.ny-edu01 .section02 .item .title:after {
  content: "";
  display: block;
  width: 0.8333rem;
  height: 0.0667rem;
  background: #fff;
  margin: 0.3333rem auto 0.5rem;
}
.ny-edu01 .section02 .item .desc {
  font-size: 0.3rem;
  line-height: 1.8em;
  height: 7.2em;
}
.ny-edu01 .section02 .item.item1 {
  background-image: url(/img/img96.jpg);
}
.ny-edu01 .section02 .item.item2 {
  background-image: url(/img/img97.jpg);
}
.ny-edu01 .section02 .item.item3 {
  background-image: url(/img/img98.jpg);
}
.ny-edu01 .section02 .item.item4 {
  background-image: url(/img/img99.jpg);
}
.ny-edu01 .section02 .item.item5 {
  background-image: url(/img/img100.jpg);
}
.ny-edu01 .section03 {
  background: #f8f8f8;
  padding-top: 1rem;
  padding-bottom: 2.1667rem;
}
.ny-edu01 .section03 .item {
  text-align: center;
}
.ny-edu01 .section03 .item .icon {
  width: 2.1667rem;
  flex-shrink: 0;
  margin: 0 auto 0.3333rem;
}
.ny-edu01 .section03 .item .text01 {
  font-size: 0.4333rem;
  line-height: 1.2;
  font-weight: bold;
  color: #00947e;
  margin-bottom: 0.0833rem;
}
.ny-edu01 .section03 .item .text02 {
  font-weight: bold;
  color: #333;
  font-size: 0.4333rem;
  line-height: 1.2;
}
.ny-edu01 .section03 .item .desc {
  margin-top: 0.3333rem;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
  line-height: 1.6;
  height: 6.4em;
}
@media screen and (max-width: 751px) {
  .ny-edu01 .section01 .body {
    flex-wrap: wrap;
  }
  .ny-edu01 .section01 .image {
    width: 100%;
    margin-left: 0;
  }
  .ny-edu01 .section01 .info {
    width: 100%;
    padding: 20px;
  }
  .ny-edu01 .section01 .body:after {
    display: none;
  }
  .ny-edu01 .section01 .info .title {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .ny-edu01 .section01 .info .desc {
    font-size: 14px;
  }
  .ny-edu01 .section01 .itembox {
    padding: 30px 0;
  }
  .ny-edu01 .section01 .item {
    width: 32%;
  }
  .ny-edu01 .section01 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny-edu01 .section01 .item .icon {
    width: 70px;
    margin-bottom: 10px;
  }
  .ny-edu01 .section01 .item .name {
    font-size: 14px;
    text-align: center;
  }
  .ny-edu01 .section02 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .ny-edu01 .section03 {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .ny-edu01 .section03 .item .icon {
    width: 70px;
    margin-bottom: 10px;
  }
  .ny-edu01 .section03 .item .text01 {
    font-size: 16px;
  }
  .ny-edu01 .section03 .item .text02 {
    font-size: 16px;
  }
  .ny-edu01 .section03 .item .desc {
    font-size: 12px;
    line-height: 1.8em;
  }
  .ny-edu01 .section03 .item .desc {
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .ny-edu01 .section02 .item {
    width: 49%;
    margin: 0!important;
    padding: 30px 10px;
  }
  .ny-edu01 .section02 .item:nth-child(2n-1) {
    margin-right: 2%!important;
  }
  .ny-edu01 .section02 .item:nth-child(2n) ~ .item {
    margin-top: 2%!important;
  }
  .ny-edu01 .section02 .item:nth-child(5) {
    width: 100%;
    margin-right: 0!important;
  }
  .ny-edu01 .section02 .item:nth-child(5) .desc {
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .ny-edu01 .section02 .item .num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .ny-edu01 .section02 .item:before {
    height: 20px;
  }
  .ny-edu01 .section02 .item .title {
    font-size: 16px;
  }
  .ny-edu01 .section02 .item .title:after {
    margin: 10px auto;
    height: 2px;
    width: 30px;
  }
  .ny-edu01 .section02 .item .desc {
    font-size: 14px;
  }
}
/* ==================== 内页 - 教育中心 end ==================== */
/* ==================== 内页 - 导师介绍 start ==================== */
.ny-edu02 .section01 .swiper-slide {
  padding: 0.1667rem;
}
.ny-edu02 .section01 .item {
  padding: 0.5rem 1rem 0.5rem 1.4rem;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0rem 0rem 0.2167rem 0rem rgba(3, 0, 0, 0.12);
}
.ny-edu02 .section01 .info {
  margin-right: 1.4rem;
  min-width: 0;
  flex-grow: 1;
}
.ny-edu02 .section01 .info .text01 {
  font-size: 0.4rem;
  color: #000;
  margin-bottom: 0.25rem;
}
.ny-edu02 .section01 .info .text01 strong {
  font-size: 0.5833rem;
}
.ny-edu02 .section01 .info .text02 {
  font-size: 0.3rem;
  color: #3f3f3f;
}
.ny-edu02 .section01 .info .desc {
  margin-top: 0.5rem;
  font-size: 0.3333rem;
  text-align: justify;
  color: #8b8b8b;
  margin-bottom: 1.1667rem;
  line-height: 1.8;
  width: 11.1667rem;
}
.ny-edu02 .section01 .info .mxw-btn {
  width: 3.1rem;
  height: 0.8667rem;
  background-image: linear-gradient(0deg, #0d4e2e 0%, #077156 50%);
  color: #fff;
  line-height: 0.8667rem;
  font-size: 0.2833rem;
  border-radius: 1.6667rem;
  display: block;
  text-align: center;
}
.ny-edu02 .section01 .image {
  width: 10.5rem;
  flex-shrink: 0;
}
.ny-edu02 .section01 .mxw-btn-group {
  display: flex;
  align-items: center;
  bottom: 0.8333rem;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 9.85rem;
}
.ny-edu02 .section01 .mxw-btn-group > .mxw-swiper-btn {
  outline: none;
  width: 1.8333rem;
  height: 1.3333rem;
  background: url(/img/img110.png) no-repeat center #00947e;
}
.ny-edu02 .section01 .mxw-btn-group > .mxw-swiper-btn.swiper-button-disabled {
  background-image: url(/img/img109.png);
  background-color: #fff;
  box-shadow: 0rem 0rem 0.1167rem 0rem rgba(0, 0, 0, 0.11);
}
.ny-edu02 .section01 .mxw-btn-group > .mxw-swiper-btn.mxw-swiper-next {
  transform: rotateY(-180deg);
}
.ny-edu02 .section02 {
  overflow: hidden;
  padding-top: 1.1667rem;
  padding-bottom: 1.1667rem;
  background: #f7f4f1;
}
.ny-edu02 .section02 .body {
  position: relative;
  padding-left: 1.6667rem;
  padding-right: 1.6667rem;
}
.ny-edu02 .section02 .swiper-slide:nth-child(2n) .item {
  margin-top: 0.6667rem;
}
.ny-edu02 .section02 .item {
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.4s;
}
.ny-edu02 .section02 .info {
  width: 100%;
  height: 100%;
  padding: 0.6667rem 0.75rem 1rem;
  position: absolute;
  top: calc(100% - 2.1667rem);
  left: 0;
  background: rgba(34, 34, 34, 0.71);
  transition: all 0.4s;
}
.ny-edu02 .section02 .info .title {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.6667rem;
}
.ny-edu02 .section02 .info .title:after {
  content: "";
  display: block;
  width: 0.8333rem;
  height: 0.0667rem;
  background: #fff;
  margin: 0.3333rem auto 0;
}
.ny-edu02 .section02 .info .desc {
  font-size: 0.2667rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
.ny-edu02 .section02 .info .mxw-btn {
  width: 2.3833rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #00947e;
  border-radius: 1.6667rem;
  color: #fff;
  font-size: 0.2833rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.ny-edu02 .section02 .mxw-swiper-btn {
  background: url(/img/img110.png) no-repeat center;
  width: 1.8333rem;
  height: 1.3333rem;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00947e;
}
.ny-edu02 .section02 .mxw-swiper-btn.mxw-swiper-prev {
  left: -0.9167rem;
}
.ny-edu02 .section02 .mxw-swiper-btn.mxw-swiper-next {
  right: -0.9167rem;
  transform: translateY(-50%) rotateY(-180deg);
}
.ny-edu02 .section03 {
  padding-top: 1.1667rem;
  padding-bottom: 1.1667rem;
}
.ny-edu02 .section03 .student-swiper .swiper-wrapper {
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.ny-edu02 .section03 .student-swiper .swiper-slide {
  margin-top: 0.3333rem !important;
}
.ny-edu02 .section03 .student-swiper .swiper-slide img {
  width: 100%;
  max-width: 10rem;
}
.ny-edu02 .section04 {
  display: block;
  width: 100%;
  background: url(/img/img122.jpg) no-repeat center bottom;
  height: 5.8667rem;
}
@media screen and (min-width: 751px) {
  .ny-edu02 .section01 {
    padding-bottom: 1rem;
  }
  .ny-edu02 .section02 .item:hover .title:after {
    display: none;
  }
  .ny-edu02 .section02 .item:hover .info {
    top: 0;
  }
  .ny-edu02 .section03 .student-swiper .swiper-slide img {
    max-width: 10rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-edu02 .section01 .item {
    padding: 20px;
    flex-wrap: wrap;
  }
  .ny-edu02 .section01 .info {
    width: 100%;
    margin-right: 0;
  }
  .ny-edu02 .section01 .image {
    width: 100%;
    margin-top: 30px;
  }
  .ny-edu02 .section01 .info .desc {
    width: 100%;
  }
  .ny-edu02 .section01 .info .text01 {
    font-size: 15px;
  }
  .ny-edu02 .section01 .info .text01 strong {
    font-size: 18px;
  }
  .ny-edu02 .section01 .info .text02 {
    font-size: 12px;
    line-height: 1.8;
  }
  .ny-edu02 .section01 .info .desc {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ny-edu02 .section01 .info .mxw-btn {
    padding: 8px 30px;
    height: auto;
    line-height: inherit;
    margin: 0 auto;
    width: auto;
    display: table;
    font-size: 12px;
  }
  .ny-edu02 .section02 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ny-edu02 .section02 .body {
    padding-left: 0;
    padding-right: 0;
  }
  .ny-edu02 .section02 .info {
    padding: 15px;
    top: calc(100% - 60px);
  }
  .ny-edu02 .section02 .info .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ny-edu02 .section02 .info .title:after {
    width: 30px;
    height: 2px;
    margin-top: 10px;
  }
  .ny-edu02 .section02 .swiper-slide:nth-child(2n) .item {
    margin-top: 0px;
  }
  .ny-edu02 .section03 {
    padding: 0;
  }
  .ny-edu02 .section03 .ny-title {
    margin-bottom: 20px;
  }
  .ny-edu02 .section04 {
    height: 130px;
    background-size: auto 130px;
  }
}
/* ==================== 内页 - 导师介绍 end ==================== */
/* ==================== 内页 - 内页通用小标题 start ==================== */
.top-title {
  text-align: center;
  width: 100%;
  margin-bottom: 0.6667rem;
}
.top-title .text {
  font-size: 0.4333rem;
  color: #333;
  line-height: 1.4;
}
.top-title .text span {
  color: #00957f;
}
.top-title .icon {
  width: 100%;
  height: 0.0167rem;
  position: relative;
  margin-top: 0.5rem;
  background: #eee;
}
.top-title .icon:after {
  content: "";
  display: block;
  width: 3.45rem;
  height: 0.0667rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #00947e;
}
@media screen and (max-width: 751px) {
  .top-title .text {
    font-size: 16px;
  }
  .top-title .icon {
    margin-top: 15px;
  }
  .top-title .icon:after {
    width: 100px;
  }
}
/* ==================== 内页 - 内页通用小标题 end ==================== */
/* ==================== 内页 - 行业前景 start ==================== */
.ny-partner01 .section01 .desc01 {
  font-size: 0.3667rem;
  color: #343434;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.6667rem;
}
.ny-partner01 .section01 .data-image {
  width: 18.3333rem;
  display: block;
  margin: 0 auto;
}
.ny-partner01 .section01 .desc02 {
  font-size: 0.3rem;
  color: #03201c;
  text-align: center;
  padding-top: 0.3333rem;
  margin-bottom: 0.5rem;
}
.ny-partner01 .section01 .itembox {
  padding-bottom: 2.3333rem;
  background: url(/img/img142.png) no-repeat bottom center #fff;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-partner01 .section01 .itembox .item {
  width: 3.8333rem;
  height: 3.8333rem;
  background: rgba(0, 148, 126, 0.1);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.ny-partner01 .section01 .itembox .text01 {
  font-size: 0.8333rem;
  color: #00947e;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.ny-partner01 .section01 .itembox .text02 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.4;
  height: 3.2em;
  text-align: center;
}
.ny-partner01 .section01 .itembox02 .item {
  display: flex;
  align-items: stretch;
}
.ny-partner01 .section01 .itembox02 .image {
  width: 11.1667rem;
  flex-shrink: 0;
}
.ny-partner01 .section01 .itembox02 .info {
  background: url(/img/img144.jpg) no-repeat center right #faf7f4;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  flex-grow: 1;
}
.ny-partner01 .section01 .itembox02 .text01 {
  font-size: 0.5667rem;
  font-weight: bold;
  color: #00947e;
  line-height: 1.4;
  margin-bottom: 0.6667rem;
}
.ny-partner01 .section01 .itembox02 .desc {
  font-size: 0.3333rem;
  color: #333;
  text-align: justify;
  line-height: 1.8;
}
.ny-partner01 .section02 {
  background: url(/img/img179.jpg) no-repeat center;
  background-size: cover;
}
.ny-partner01 .section02 .body {
  padding: 22px;
  position: relative;
  background: url(/img/img146.png) no-repeat center;
  background-size: 100%;
}
.ny-partner01 .section02 .image {
  position: relative;
}
.ny-partner01 .section02 .play {
  position: absolute;
  background: url(/img/img148.png) no-repeat center rgba(0, 0, 0, 0.24);
  background-size: 100px;
  height: 100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .ny-partner01 .section01 {
    padding-bottom: 1.3333rem;
  }
  .ny-partner01 .section01 .itembox02 .item:first-child ~ .item {
    margin-top: 0.6667rem;
  }
  .ny-partner01 .section01 .itembox02 .item:nth-child(2n-1) .info {
    padding-left: 1.1667rem;
    padding-right: 2.3333rem;
  }
  .ny-partner01 .section01 .itembox02 .item:nth-child(2n) .info {
    background-image: url(/img/img149.jpg);
    background-position-x: left;
    padding-left: 2.3333rem;
    padding-right: 2.5rem;
  }
  .ny-partner01 .section01 .itembox02 .item:nth-child(2n) .image {
    order: 2;
  }
  .ny-partner01 .section02 > .mxw-box {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 751px) {
  .ny-partner01 .section01 .desc01 {
    font-size: 14px;
  }
  .ny-partner01 .section01 .data-image {
    width: 100%;
  }
  .ny-partner01 .section01 .desc02 {
    font-size: 12px;
  }
  .ny-partner01 .section01 .itembox {
    padding: 0;
    justify-content: space-around;
  }
  .ny-partner01 .section01 .itembox .item {
    width: 130px;
    height: 130px;
  }
  .ny-partner01 .section01 .itembox .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .ny-partner01 .section01 .itembox .text01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ny-partner01 .section01 .itembox .text02 {
    font-size: 14px;
    height: auto;
  }
  .ny-partner01 .section01 .itembox02 .image {
    width: 100%;
    margin-top: 30px;
  }
  .ny-partner01 .section01 .itembox02 .item {
    flex-wrap: wrap;
  }
  .ny-partner01 .section01 .itembox02 .info {
    width: 100%;
    padding: 20px;
    background-size: 100%;
  }
  .ny-partner01 .section01 .itembox02 .text01 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .ny-partner01 .section01 .itembox02 .desc {
    font-size: 12px;
  }
  .ny-partner01 .section02 .play {
    background-size: 30px;
  }
  .ny-partner01 .section02 .body {
    padding: 6px;
  }
}
/* ==================== 内页 - 行业前景 end ==================== */
/* ==================== 内页 - 加盟优势 start ==================== */
.ny-partner02 {
  font-size: 0;
  overflow: hidden;
}
.ny-partner02 .top-title02 {
  color: #fff;
  display: block;
  margin: 0 auto 0.6667rem;
  text-align: center;
  width: 6.6667rem;
  height: 1.05rem;
  line-height: 1.05rem;
  font-weight: bold;
  border-radius: 0.1667rem;
  background: url(/img/img128.jpg) no-repeat left center #069c95;
}
.ny-partner02 .top-title02 .text {
  font-size: 0.55rem;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ny-partner02 .top-title02 .text::before,
.ny-partner02 .top-title02 .text::after {
  content: "";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny-partner02 .top-title02 .text::before {
  left: -0.1667rem;
}
.ny-partner02 .top-title02 .text::after {
  right: -0.1667rem;
}
.ny-partner02 .section01 .itembox {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
}
.ny-partner02 .section01 .item {
  padding: 0.8333rem 0.5rem;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  width: 32.333%;
}
.ny-partner02 .section01 .item:nth-child(3n-1) {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.ny-partner02 .section01 .item .icon {
  width: 1.8333rem;
  flex-shrink: 0;
  margin-right: 0.6667rem;
}
.ny-partner02 .section01 .item .text01 {
  font-size: 0.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.3333rem;
}
.ny-partner02 .section01 .item .desc {
  font-size: 0.3333rem;
  line-height: 1.6;
  color: #626262;
}
.ny-partner02 .section01 .public-inquiry {
  margin-bottom: 1.5rem;
  align-items: center;
}
.ny-partner02 .section01 .public-inquiry .info {
  margin-left: 7%;
  width: 44%;
}
.ny-partner02 .section01 .public-inquiry .info .title02 {
  text-align: left;
  margin-bottom: 0.6667rem;
  font-weight: bold;
  font-size: 0.8333rem;
  line-height: 1;
}
.ny-partner02 .section01 .public-inquiry .info .title02 span {
  color: #ed1d13;
}
.ny-partner02 .section01 .public-inquiry .info .desc {
  font-size: 0.3333rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}
.ny-partner02 .section01 .body02 .info {
  min-width: 0;
  flex-grow: 1;
  position: relative;
  z-index: 9;
}
.ny-partner02 .section01 .body02 .info .title {
  font-size: 0.6667rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.ny-partner02 .section01 .body02 .info .desc {
  font-size: 0.4rem;
  line-height: 1.2;
  color: #5f5f5f;
}
.ny-partner02 .section01 .body02 .info .desc p {
  margin-bottom: 0.6667rem;
}
.ny-partner02 .section01 .body02 .info .desc p:before {
  content: ">";
}
.ny-partner02 .section01 .body02 .info .desc p:last-child {
  margin-bottom: 0;
}
.ny-partner02 .section01 .body02 .image {
  width: 15.6333rem;
  flex-shrink: 0;
  position: relative;
}
.ny-partner02 .section01 .body02 .image:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 4rem;
  /*background: #f0edeb;*/
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ny-partner02 .section02 {
  position: relative;
  background: url(/img/img127.jpg) no-repeat center bottom;
}
.ny-partner02 .section02 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny-partner02 .section02 .item {
  background: #fff;
  border-radius: 0.1667rem;
  text-align: center;
  padding: 0.6667rem;
  width: 23.125%;
}
.ny-partner02 .section02 .item:first-child ~ .item {
  margin-left: 2.5%;
}
.ny-partner02 .section02 .item .icon {
  width: 1.1667rem;
  display: block;
  margin: 0 auto 0.3333rem;
}
.ny-partner02 .section02 .item .title {
  font-size: 0.4333rem;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.ny-partner02 .section02 .item .desc {
  font-size: 0.3rem;
  line-height: 1.6em;
  color: #5f5f5f;
}
.ny-partner02 .section02 .arrow {
  animation: myfirst 2s infinite;
  text-align: center;
  position: absolute;
  bottom: -0.5833rem;
  left: 50%;
  margin-left: -0.5833rem;
  width: 1.1667rem;
}
.ny-partner02 .section03 .itembox {
  position: relative;
  width: 100%;
}
.ny-partner02 .section03 .item .title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0.3333rem;
}
.ny-partner02 .section03 .item .num {
  font-size: 1.35rem;
  font-weight: bold;
  color: #00957f;
  transform: skew(-10deg);
  margin-right: 0.1667rem;
  line-height: 0.9;
}
.ny-partner02 .section03 .item .text {
  font-size: 0.5333rem;
  color: #000;
  font-weight: bold;
}
.ny-partner02 .section03 .item .desc {
  font-size: 0.2667rem;
  color: #5f5f5f;
  line-height: 1.8;
}
.ny-partner02 .section03 .image {
  width: 12.8333rem;
  display: block;
  margin: 0 auto;
}
.ny-partner02 .section04 .top-title .text02 {
  font-size: 0.3rem;
  color: #5f5f5f;
}
.ny-partner02 .section04 .itembox {
  align-items: flex-start;
}
.ny-partner02 .section04 .item .icon {
  width: 2.3333rem;
  height: 2.3333rem;
  border-radius: 100%;
  overflow: hidden;
  border: 0.2333rem solid #d2eae6;
  display: block;
  margin: 0 auto 0.4167rem;
}
.ny-partner02 .section04 .item .title {
  text-align: center;
  color: #000;
  font-size: 0.4rem;
  line-height: 1.4em;
  margin-bottom: 0.3333rem;
  font-weight: bold;
}
.ny-partner02 .section04 .item .desc {
  font-size: 0.2667rem;
  color: #5f5f5f;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .ny-partner02 .section01 {
    padding-bottom: 1.1667rem;
  }
  .ny-partner02 .section02 {
    padding-bottom: 1.1667rem;
    padding-top: 1.1667rem;
  }
  .ny-partner02 .section03 {
    padding-bottom: 1.4167rem;
    padding-top: 1.1667rem;
  }
  .ny-partner02 .section03 .item {
    position: absolute;
  }
  .ny-partner02 .section03 .item1,
  .ny-partner02 .section03 .item2,
  .ny-partner02 .section03 .item3 {
    text-align: right;
  }
  .ny-partner02 .section03 .item1 .title,
  .ny-partner02 .section03 .item2 .title,
  .ny-partner02 .section03 .item3 .title {
    justify-content: flex-end;
  }
  .ny-partner02 .section03 .item1 {
    left: 6rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item2 {
    left: 3.8333rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item3 {
    left: 5rem;
    bottom: 0.3333rem;
  }
  .ny-partner02 .section03 .item4 {
    right: 5.1667rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item5 {
        right: 3rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item6 {
    right: 3rem;
    bottom: 1rem;
  }
  .ny-partner02 .section04 {
    padding-bottom: 1.6667rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-partner02 .section01 .mxw-box {
    padding-bottom: 0;
  }
  .ny-partner02 .section01 .itembox {
    flex-wrap: wrap;
  }
  .ny-partner02 .section01 .item {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 20px;
  }
  .ny-partner02 .section01 .item:last-child {
    margin-bottom: 0;
  }
  .ny-partner02 .section01 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ny-partner02 .section01 .item .icon {
    width: 55px;
    margin-right: 15px;
  }
  .ny-partner02 .section01 .item .info {
    width: 100;
  }
  .ny-partner02 .section01 .item .text01 {
    font-size: 16px;
    font-weight: bold;
  }
  .ny-partner02 .section01 .item .desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .ny-partner02 .section01 .public-inquiry .info {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .ny-partner02 .section01 .public-inquiry .info .title02 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ny-partner02 .section01 .public-inquiry .info .desc {
    font-size: 14px;
  }
  .ny-partner02 .section01 .public-inquiry {
    margin-bottom: 20px;
  }
  .ny-partner02 .section01 .body02 {
    flex-wrap: wrap;
  }
  .ny-partner02 .section01 .body02 .info {
    width: 100%;
  }
  .ny-partner02 .section01 .body02 .image {
    width: 100%;
    margin-top: 20px;
  }
  .ny-partner02 .section01 .body02 .image:before {
    display: none;
  }
  .ny-partner02 .section01 .body02 .info .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ny-partner02 .section01 .body02 .info .desc {
    font-size: 14px;
  }
  .ny-partner02 .section01 .body02 .info .desc p {
    margin-bottom: 10px;
  }
  .ny-partner02 .top-title02 .text {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny-partner02 .top-title02 {
    width: 100%;
    height: auto;
    line-height: inherit;
    font-size: 22px;
    padding: 8px 20px;
    margin-bottom: 30px;
  }
  .ny-partner02 .section02 .itembox {
    flex-wrap: wrap;
  }
  .ny-partner02 .section02 .item {
    width: 48%;
    margin: 0!important;
    padding: 20px;
    border-radius: 5px;
  }
  .ny-partner02 .section02 .item .icon {
    width: 35px;
    margin-bottom: 10px;
  }
  .ny-partner02 .section02 .item:nth-child(2n) {
    margin-left: 4%!important;
  }
  .ny-partner02 .section02 .item:nth-child(2) ~ .item {
    margin-top: 4%!important;
  }
  .ny-partner02 .section02 .item .title {
    font-size: 16px;
  }
  .ny-partner02 .section02 .item .desc {
    font-size: 14px;
  }
  .ny-partner02 .section02 .item .desc p {
    display: inline;
  }
  .ny-partner02 .section03 {
    padding: 30px 20px 0;
  }
  .ny-partner02 .section03 .item {
    margin-bottom: 20px;
  }
  .ny-partner02 .section03 .item .title {
    margin-bottom: 10px;
  }
  .ny-partner02 .section03 .item .num {
    font-size: 30px;
    margin-right: 10px;
  }
  .ny-partner02 .section03 .item .text {
    font-size: 16px;
  }
  .ny-partner02 .section03 .item .desc {
    font-size: 14px;
  }
  .ny-partner02 .section03 .item .desc p {
    display: inline;
  }
  .ny-partner02 .section03 .image {
    width: 100%;
  }
  .ny-partner02 .section04 .top-title .text02 {
    font-size: 14px;
  }
  .ny-partner02 .section04 .item .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-width: 4px;
  }
  .ny-partner02 .section04 .item .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ny-partner02 .section04 .item .title p {
    display: inline;
  }
  .ny-partner02 .section04 .item .desc {
    font-size: 12px;
  }
  .ny-partner02 .section04 .item .desc p {
    display: inline;
  }
}
/* ==================== 内页 - 加盟优势 end ==================== */
/* ==================== 箭头跳动动画 start ==================== */
@keyframes myfirst {
  0% {
    transform: translate(0rem, 0rem);
  }
  50% {
    transform: translate(0rem, -0.1667rem);
  }
  100% {
    transform: translate(0rem, 0rem);
  }
}
/* ==================== 箭头跳动动画 end ==================== */
/* ==================== 内页 - 在线加盟 start ==================== */
.ny-partner04 {
  overflow: hidden;
}
.ny-partner04 .ny-title {
  margin-bottom: 25px;
}
.ny-partner04 .section01 {
  background: #f9f7f5;
}
@media screen and (min-width: 751px) {
  .ny-partner04 .section01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 751px) {
  .ny-partner04 .ny-title {
    margin-top: 30px;
  }
}
/* ==================== 内页 - 在线加盟 end ==================== */
/* ==================== 内页 - 加盟流程 start ==================== */
.ny-partner03 {
  overflow: hidden;
}
.ny-partner03 .section01 .item .num {
  font-size: 0.5rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.ny-partner03 .section01 .item .title {
  font-size: 0.4333rem;
  font-weight: bold;
  line-height: 1.2;
}
.ny-partner03 .section01 .item .title:after {
  content: "";
  display: block;
  width: 1.1667rem;
  height: 0.0167rem;
  margin-top: 0.3333rem;
  margin-bottom: 0.25rem;
  background: #fff;
}
.ny-partner03 .section01 .item .desc {
  font-size: 0.3rem;
  line-height: 2em;
}
.ny-partner03 .section02 {
  background: #f9f7f5;
}
@media screen and (min-width: 751px) {
  .ny-partner03 .section01 {
    padding-bottom: 0.9333rem;
  }
  .ny-partner03 .section01 .itembox {
    position: relative;
    height: 9.5rem;
    display: flex;
    align-items: center;
  }
  .ny-partner03 .section01 .item {
    padding: 0.3333rem 0.5rem;
    box-shadow: 0 0 0.1833rem 0rem #d5d5d5;
    border-radius: 0.1667rem;
    position: absolute;
    color: #fff;
  }
  .ny-partner03 .section01 .item:nth-child(2n-1) {
    background: #00947e;
    top: 0;
  }
  .ny-partner03 .section01 .item:nth-child(2n-1)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0.2667rem solid #00957f;
    border-left: 0.1667rem solid transparent;
    border-right: 0.1667rem solid transparent;
    position: absolute;
    bottom: -0.2667rem;
    left: 0.5rem;
  }
  .ny-partner03 .section01 .item:nth-child(2n) {
    background: #a09b71;
    bottom: 0;
  }
  .ny-partner03 .section01 .item:nth-child(2n)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 0.2667rem solid #a09b71;
    border-left: 0.1667rem solid transparent;
    border-right: 0.1667rem solid transparent;
    position: absolute;
    top: -0.2667rem;
    left: 0.5rem;
  }
  .ny-partner03 .section01 .item.item1 {
    left: 0;
  }
  .ny-partner03 .section01 .item.item2 {
    left: 13.2%;
  }
  .ny-partner03 .section01 .item.item3 {
    left: 25.8%;
  }
  .ny-partner03 .section01 .item.item4 {
    left: 38.4%;
  }
  .ny-partner03 .section01 .item.item5 {
    left: 50.9%;
  }
  .ny-partner03 .section01 .item.item6 {
    left: 63.5%;
  }
  .ny-partner03 .section01 .item.item7 {
    left: 75.8%;
  }
  .ny-partner03 .section01 .item.item8 {
    right: 1.1%;
  }
  .ny-partner03 .section01 .image {
    width: 26.6667rem;
  }
  .ny-partner03 .section02 {
    padding-top: 1.1667rem;
    padding-bottom: 1.1667rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-partner03 .section01 .itembox {
    display: flex;
    flex-wrap: wrap;
  }
  .ny-partner03 .section01 .item {
    width: 48%;
    background: #00947e;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
  .ny-partner03 .section01 .item.item2,
  .ny-partner03 .section01 .item.item3,
  .ny-partner03 .section01 .item.item6,
  .ny-partner03 .section01 .item.item7 {
    background: #a09b71;
  }
  .ny-partner03 .section01 .item:nth-child(2n) {
    margin-left: 4%;
  }
  .ny-partner03 .section01 .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .ny-partner03 .section01 .item .num {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ny-partner03 .section01 .item .title {
    font-size: 18px;
  }
  .ny-partner03 .section01 .item .title:after {
    width: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ny-partner03 .section01 .item .desc {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ==================== 内页 - 加盟流程 end ==================== */
/* ==================== 内页 - 产品中心 start ==================== */
.ny-product {
  overflow: hidden;
}
.ny-product .section01 {
  background: url(/img/img151.png) no-repeat left center;
  background-size: 4.5rem 6rem;
}
.ny-product .section01 .title {
  font-size: 0.6667rem;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.6667rem;
}
.ny-product .section01 .desc {
  font-size: 0.3333rem;
  text-align: justify;
  color: #333;
  line-height: 1.8;
}
.ny-product .section01 .image {
  width: 13.8333rem;
  flex-shrink: 0;
  margin-left: 1.5rem;
}
.ny-product .section02 .product-tab {
  padding-bottom: 0.3333rem;
  border-bottom: 0.0167rem solid #eee;
  margin-bottom: 0.6667rem;
}
.ny-product .section02 .product-tab .item {
  padding: 0.1667rem 0.2833rem;
  background: #fff;
  font-size: 0.3333rem;
  color: #333;
  text-align: center;
}
.ny-product .section02 .product-tab .item:hover,
.ny-product .section02 .product-tab .item.active {
  background: #00947e;
  color: #fff;
}
.ny-product .section02 .list-item {
  padding-top: 1.1667rem;
  padding-bottom: 0.8333rem;
}
.ny-product .section02 .list-item:nth-child(2n-1) {
  background: #f6f6f6;
}
.ny-product .section02 .list-item:nth-child(2n) {
  background: #fff;
}
.ny-product .section02 .list-item .itembox {
  flex-wrap: wrap;
}
.ny-product .section02 .list-item .item {
  display: block;
  border: 0.0167rem solid #e5e5e5;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.1667rem;
}
.ny-product .section02 .list-item .item .info {
  transition: all 0.4s;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  padding-bottom: 0.5rem;
  background: #fff;
}
.ny-product .section02 .list-item .item .name {
  width: 100%;
  border-top: 0.0167rem solid #e5e5e5;
  height: 1.1667rem;
  line-height: 1.1667rem;
  text-align: center;
  padding-left: 0.1667rem;
  padding-right: 0.1667rem;
  font-size: 0.3333rem;
  color: #5a5a5a;
}
.ny-product .section02 .list-item .item .more {
  width: 1.6667rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 0.0167rem solid #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 0.2333rem;
  color: #fff;
}
.ny-product .section03 {
  background: #f6f6f6;
}
.ny-product .head {
  margin-bottom: 0.6667rem;
  border-bottom: 0.0167rem solid #d2d2d2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  position: relative;
}
.ny-product .head:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.0333rem;
  background: #00947e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny-product .head .cn {
  font-size: 0.6333rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.ny-product .head .cn:after {
  content: "";
  display: block;
  width: 0.0167rem;
  height: 0.6667rem;
  background: #000;
  transform: skewX(-20deg);
  margin: 0 0.3333rem;
}
.ny-product .head .en {
  font-size: 0.3333rem;
  color: #818181;
  line-height: 1.2;
  font-weight: 200;
}
@media screen and (min-width: 751px) {
  .ny-product .section01 {
    padding-bottom: 1.25rem;
  }
  .ny-product .section02 .list-item .item {
    width: 24.1%;
    margin-right: 1.2%;
  }
  .ny-product .section02 .list-item .item:nth-child(4n) {
    margin-right: 0;
  }
  .ny-product .section02 .list-item .item:nth-child(4) ~ .item {
    margin-top: 1.2%;
  }
  .ny-product .section02 .list-item .item:hover {
    box-shadow: 0rem 0.0333rem 0.1167rem 0rem rgba(0, 0, 0, 0.29);
    border-bottom: 0;
  }
  .ny-product .section02 .list-item .item:hover .info {
    bottom: 0;
    border-top: 0;
    background: #00947e;
  }
  .ny-product .section02 .list-item .item:hover .info .name {
    color: #fff;
  }
  .ny-product .section03 > .mxw-box {
    padding-top: 0.8333rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-product .section01 {
    background: none;
  }
  .ny-product .section01 .mxw-box {
    padding-bottom: 0;
  }
  .ny-product .section01 .body {
    flex-wrap: wrap;
  }
  .ny-product .section01 .info {
    width: 100%;
  }
  .ny-product .section01 .image {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .ny-product .section01 .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ny-product .section01 .desc {
    font-size: 14px;
  }
  .ny-product .section02 .product-tab {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .ny-product .section02 .product-tab > .mxw-box {
    padding-bottom: 20px;
  }
  .ny-product .section02 .product-tab .item {
    font-size: 14px;
  }
  .ny-product .section02 .list-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ny-product .section02 .list-item .item {
    width: 48%;
    padding-bottom: 30px;
  }
  .ny-product .section02 .list-item .item:nth-child(2n) {
    width: 48%;
    margin-left: 4%;
  }
  .ny-product .section02 .list-item .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .ny-product .section02 .list-item .item .name {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .ny-product .section02 .list-item .item .more {
    display: none;
  }
  .ny-product .section02 .list-item .item .info {
    padding-bottom: 0;
    bottom: 0;
  }
  .ny-product .head {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .ny-product .head .cn {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 5px;
  }
  .ny-product .head .cn:after {
    display: none;
  }
  .ny-product .head .en {
    width: 100%;
    font-size: 12px;
  }
}
/* ==================== 内页 - 产品中心 end ==================== */
/* ==================== 通用门店查询 start ==================== */
.public-store .store-head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.public-store .store-head .text,
.public-store .store-head select,
.public-store .store-head button {
  width: 4.5rem;
  font-size: 0.3rem;
  height: 0.9167rem;
  line-height: 0.9167rem;
}
.public-store .store-head .text,
.public-store .store-head button {
  background: #00947e;
  color: #fff;
  font-size: 0.3333rem;
  text-align: center;
}
.public-store .store-head button:hover{ cursor: pointer;}
.public-store .store-head select {
  border: 0.0167rem solid #e2e2e2;
  appearance: none;
  cursor: pointer;
  background: #fff;
  outline: none;
  padding-left: 0.3333rem;
  padding-right: 0.6667rem;
  color: #5f5f5f;
  background: url(/img/img173.png) no-repeat 94% center #fff;
}
.public-store .store-head select::-ms-expand {
  display: none;
}
.public-store .store-head select:hover {
  color: #000;
  border-color: #000;
}
.public-store .store-head button {
  border-radius: 1.6667rem;
  outline: none;
}
.public-store .store-body {
  display: flex;
  align-items: stretch;
}
.public-store .map {
  width: 13.3333rem;
  height: 9.5rem;
  flex-shrink: 0;
}
.public-store .store-list {
  background: #fff;
  display: flex;
  flex-flow: column;
  padding: 0.8333rem 0.6667rem;
  min-width: 0;
  flex-grow: 1;
  height: 9.5rem;
}
.public-store .store-box {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.public-store .store-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-store .store-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #555;
  cursor: pointer;
}
.public-store .store-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}
.public-store .list-item {
  cursor: pointer;
  position: relative;
  padding-left: 0.6667rem;
  border-bottom: 0.0167rem solid #e8e8e8;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6667rem;
}
.public-store .list-item.cur .name{
  color: #063a2e;
}
.public-store .list-item.cur .desc{
  color: #00947e;
}
.public-store .list-item:before {
  content: "";
  display: block;
  width: 0.3333rem;
  height: 0.3333rem;
  background: url(/img/img174.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.05rem;
  left: 0rem;
}
.public-store .list-item:last-child {
  margin-bottom: 0;
}
.public-store .list-item .name {
  font-size: 0.3333rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
  position: relative;
}
.public-store .list-item .desc {
  font-size: 0.2667rem;
  color: #333;
  line-height: 1.6;
}
.tx{
border: 0.0167rem solid #e2e2e2;
    appearance: none;
    height: 55px;
    font-size: 0.3rem;
    width: 4.5rem;
    background: #fff;
    outline: none;
    padding-left: 0.3333rem;
    padding-right: 0.6667rem;
    color: #5f5f5f;
}
.ny-store02-swiper02{        margin: 80px auto 0;
    }


.cl_box{    position: relative;}
.cl_box .mxw-swiper-btn{outline: none;
  position: absolute;    bottom: 120px;z-index: 999;    cursor: pointer;
    }
.cl_box .mxw-swiper-btn.mxw-swiper-next{right:0;   
    }
.cl_box .mxw-swiper-btn.mxw-swiper-prev{transform: rotateY(-180deg);}

@media screen and (max-width: 751px) {
  .public-store .store-head {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .public-store .store-head .text,
  .public-store .store-head select,
  .public-store .store-head button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .public-store .store-head .text {
    width: 100%;
    margin-bottom: 10px;
  }
  .public-store .store-head select {
    width: 48%;
    font-size: 14px;
  }
  .public-store .store-head select#province {
    margin-right: 4%;
  }
  .public-store .store-head select#types {
    width: 100%;
    margin-top: 10px;
  }
  .public-store .store-head button {
    width: 100%;
    margin-top: 10px;
  }
  .public-store .map {
    width: 100%;
    height: 300px;
    order: 2;
  }
  .public-store .store-body {
    flex-wrap: wrap;
  }
  .public-store .store-list {
    width: 100%;
    padding: 20px 10px;
    height: 335px;
  }
  .public-store .list-item {
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .public-store .list-item .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* ==================== 通用门店查询 end ==================== */
/* ==================== 内页 - 门店展示 start ==================== */
.ny-store01 {
  overflow: hidden;
}
.ny-store01 .section01 .body {
  background: #f6f6f6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ny-store01 .section02 .item {
  position: relative;
  z-index: 3;
}
.ny-store01 .section02 .item .num {
  width: 1.8333rem;
  height: 1.8333rem;
  background: #00947e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  font-size: 0.8333rem;
  font-weight: bold;
  margin-bottom: 0.3333rem;
}
.ny-store01 .section02 .item .desc {
  font-size: 0.4167rem;
  text-align: center;
  color: #333;
  line-height: 1.2;
}
.ny-store01 .section03 {
  background: url(/img/img177.png) no-repeat left 1.5833rem;
  background-size: 7.8667rem 9.3833rem;
}
.ny-store01 .section03 .info .title {
  font-size: 0.6667rem;
  font-weight: bold;
  line-height: 1.2;
  color: #292929;
  margin-bottom: 0.6667rem;
}
.ny-store01 .section03 .info .desc {
  font-size: 0.3333rem;
  line-height: 1.8;
  color: #333;
}
.ny-store01 .section03 .image {
  width: 16.5667rem;
  flex-shrink: 0;
  margin-left: 1rem;
}
.ny-store01 .section04 {
  background: #f2f2f2;
}
.ny-store01 .section04 .map-img {
  display: block;
}
@media screen and (min-width: 751px) {
  .ny-store01 .section02 {
    padding-top: 1rem;
  }
  .ny-store01 .section02 .itembox {
    position: relative;
    padding-top: 3.6667rem;
  }
  .ny-store01 .section02 .item {
    position: absolute;
  }
  .ny-store01 .section02 .item.item1 {
    left: 16.9%;
    bottom: 13.6%;
  }
  .ny-store01 .section02 .item.item2 {
    left: 10%;
    bottom: 50%;
  }
  .ny-store01 .section02 .item.item3 {
    left: 23.2%;
    bottom: 70.9%;
  }
  .ny-store01 .section02 .item.item4 {
    left: 50%;
    margin-left: -1.9167rem;
    top: 0;
  }
  .ny-store01 .section02 .item.item5 {
    right: 23.2%;
    top: 7.2%;
  }
  .ny-store01 .section02 .item.item6 {
    right: 10%;
    bottom: 50.2%;
  }
  .ny-store01 .section02 .item.item7 {
    right: 14.2%;
    bottom: 17.3%;
  }
  .ny-store01 .section03 > .mxw-box {
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ny-store01 .section04 {
    padding-top: 1rem;
    padding-bottom: 1.3333rem;
  }
}
@media screen and (max-width: 751px) {
  .ny-mxw-store01 .ny-category {
    margin-bottom: 30px;
  }
  .ny-store01 .section01 .body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ny-store01 .section02 {
    padding: 30px 20px;
  }
  .ny-store01 .section02 .itembox {
    display: flex;
    flex-wrap: wrap;
  }
  .ny-store01 .section02 .item {
    width: 32%;
  }
  .ny-store01 .section02 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny-store01 .section02 .item:nth-child(3) ~ .item {
    margin-top: 4%;
  }
  .ny-store01 .section02 .item7 {
    margin-left: auto;
    margin-right: auto;
  }
  .ny-store01 .section02 .item .num {
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ny-store01 .section02 .item .desc {
    font-size: 14px;
    line-height: 1.6em;
  }
  .ny-store01 .section03 .mxw-box {
    padding-top: 0;
  }
  .ny-store01 .section03 .info .title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .ny-store01 .section03 .info .desc {
    font-size: 14px;
  }
  .ny-store01 .section03 .info .desc p {
    display: inline;
  }
  .ny-store01 .section03 .image {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .ny-store01 .section03 {
    background: none;
  }
}
/* ==================== 内页 - 门店展示 end ==================== */
/* ==================== 下拉视频样式 start ==================== */
.downVideo {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  top: -100%;
}
.downVideo.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.downVideo .video-body {
  width: 13.3333rem;
  text-align: center;
  position: relative;
}
.downVideo .close {
  background: url(/img/img180.png) no-repeat center;
  background-size: 100%;
  width: 0.8333rem;
  height: 0.8333rem;
  position: absolute;
  top: -0.8333rem;
  right: -0.8333rem;
  cursor: pointer;
}
.downVideo video {
  width: 100%;
}
@media screen and (max-width: 751px) {
  .downVideo .video-body {
    width: 100%;
    padding: 0 20px;
  }
  .downVideo .close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 20px;
  }
}
/* ==================== 下拉视频样式 end ==================== */
/* ==================== 内页 - 优秀盟商 start ==================== */
.ny-store02 .section01 .body .item {
  width: 100%;
  align-items: stretch;
}
.ny-store02 .section01 .body{
  position: relative;
}
.ny-store02 .section01 .body .info {
  padding-left: 1.3333rem;
  padding-right: 1rem;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  background: #fafafa;
  display: flex;
  flex-flow: column;
  padding-top: 1.6667rem;
  align-items: flex-start;
}
.ny-store02 .section01 .body .info .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.3333rem;
}
.ny-store02 .section01 .body .info .text01 {
  font-size: 0.5833rem;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
.ny-store02 .section01 .body .info .text02 {
  font-size: 0.4rem;
  line-height: 1.2;
}
.ny-store02 .section01 .body .info .text02:before {
  content: "";
  width: 0.0333rem;
  height: 0.4333rem;
  background: #000;
  display: inline-block;
  margin-left: 0.1667rem;
  margin-right: 0.1667rem;
}
.ny-store02 .section01 .body .info .text03 {
  font-size: 0.3rem;
  color: #3f3f3f;
  margin-bottom: 0.5rem;
}
.ny-store02 .section01 .body .info .desc {
  font-size: 0.3rem;
  color: #5f5f5f;
  line-height: 1.8;
  text-align: justify;
}
.ny-store02 .section01 .body .image {
  width: 13.3333rem;
  flex-shrink: 0;
}
.ny-store02 .section01 .body .mxw-btn-group {
  display: flex;
  align-items: center;
  bottom: 0.4333rem;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  left: 11.5rem;
}
.ny-store02 .section01 .body .mxw-btn-group > .mxw-swiper-btn {
  outline: none;
  width: 1.8333rem;
  height: 1.3333rem;
  background: url(/img/img110.png) no-repeat center #00947e;
}
.ny-store02 .section01 .body .mxw-btn-group > .mxw-swiper-btn.mxw-swiper-prev {
  background-image: url(/img/img109.png);
  background-color: #fff;
  box-shadow: 0rem 0rem 0.1167rem 0rem rgba(0, 0, 0, 0.11);
}
.ny-store02 .section01 .body .mxw-btn-group > .mxw-swiper-btn.mxw-swiper-next {
  transform: rotateY(-180deg);
}
.ny-store02 .section01 .body02 {
  margin-top: 54px;
}
.ny-store02 .section01 .body02 .item {
  display: block;
}
.ny-store02 .section01 .body02 .item.active .name:after,
.ny-store02 .section01 .body02 .item:hover .name:after {
  width: 100%;
}
.ny-store02 .section01 .body02 .name {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  position: relative;
}
.ny-store02 .section01 .body02 .name:after {
  content: "";
  display: block;
  width: 0;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #00947e;
}
.ny-store02 .section02 {
  background: #f6f6f6;
}
.ny-store02 .section02 .item {
  display: block;
  padding: 80px 50px 70px;
  background: #e9e5e2;
  position: relative;
  margin-top: 16px;
}
.ny-store02 .section02 .item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #00947e;
  border-bottom: 25px solid #00947e;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ny-store02 .section02 .item:after {
  content: "+";
  font-size: 50px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  line-height: 40px;
}
.ny-store02 .section02 .item .title {
  position: absolute;
  top: -16px;
  left: 40px;
  background-color: #00947e;
  box-shadow: 0px 3px 7px 0px rgba(4, 116, 99, 0.35);
  border-radius: 0px 0px 10px 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.ny-store02 .section02 .item .title .text {
  color: #fff;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 9;
}
.ny-store02 .section02 .item .title:before,
.ny-store02 .section02 .item .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.ny-store02 .section02 .item .title:before {
  border-top: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #006657;
  border-bottom: 8px solid #006657;
  left: -10px;
}
.ny-store02 .section02 .item .title:after {
  border-top: 8px solid transparent;
  border-left: 5px solid #006657;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #006657;
  right: -10px;
}
.ny-store02 .section02 .item .desc {
  font-size: 18px;
  color: #0e0e0e;
  line-height: 1.8;
  text-align: justify;
  margin-bottom:20px;
}
@media screen and (min-width: 751px) {
  .ny-store02 .section01 {
    padding-bottom: 1.3333rem;
  }
  .ny-store02 .section01 .body02 .item img {
    max-width: 6.6667rem;
  }
  .ny-store02 .section02 > .mxw-box {
    padding-top: 75px;
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 751px) {
  .ny-store02 .section01 .item {
    padding: 20px;
    flex-wrap: wrap;
    padding: 0;
  }
  .ny-store02 .section01 .body .image {
    width: 100%;
  }
  .ny-store02 .section01 .body .info {
    padding: 30px 20px;
  }
  .ny-store02 .section01 .body .info .title {
    margin-bottom: 10px;
  }
  .ny-store02 .section01 .body .info .text01 {
    font-size: 18px;
  }
  .ny-store02 .section01 .body .info .text02 {
    font-size: 14px;
  }
  .ny-store02 .section01 .body .info .text02:before {
    width: 1px;
    height: 20px;
  }
  .ny-store02 .section01 .body .info .text03 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .ny-store02 .section01 .body .info .desc {
    font-size: 14px;
  }
  .ny-store02 .section01 .body02 {
    margin-top: 20px;
  }
  .ny-store02 .section02 .item {
    padding: 35px 20px 20px;
    margin-bottom: 20px;
  }
  .ny-store02 .section02 .item:last-child {
    margin-bottom: 0;
  }
  .ny-store02 .section02 .item .title {
    height: auto;
    line-height: inherit;
    transform: translateX(-50%);
    left: 50%;
  }
  .ny-store02 .section02 .item .title .text {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .ny-store02 .section02 .item .desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .ny-store02 .section02 .item:before,
  .ny-store02 .section02 .item:after {
    display: none;
  }
}
/* ==================== 内页 - 优秀盟商 end ==================== */
/* ==================== 内页 - 新闻中心 start ==================== */
.ny-news .item:hover {
  color: #00947e;
}
@media screen and (min-width: 751px) {
  .ny-news .mxw-box {
    padding-bottom: 100px;
  }
}
/* ==================== 内页 - 新闻中心 end ==================== */
/* ==================== 内页 - 产品中心 start ==================== */
@media screen and (max-width: 751px) {
  .ny-product-desc .top .product-image {
    order: 2;
  }
}
/* ==================== 内页 - 产品中心 end ==================== */
/* ==================== 分页样式 start ==================== */
.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  font-size: 0;
}
.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-size: 12px;
  margin: 2px;
}
.Pagination a:hover,
.Pagination .current {
  color: white;
  background: #094439;
  border-color: #094439;
}
/* ==================== 分页样式 end ==================== */
/* ==================== 底部样式 start ==================== */
footer {
  background: #094439;
}
footer .top {
  padding-bottom: 0.8333rem;
}
footer .top > .mxw-box {
  width: 100%;
}
footer .tel {
  font-size: 0.3rem;
  color: #fff;    color: #fbe8ca;
  line-height: 1.8;
  margin-top: 0.6667rem;
}
footer .logo {
  width: 2.8333rem;
  flex-shrink: 0;
}
footer .qr-group {
  margin-top: 0.3333rem;
}
footer .qr-group .qr {
  text-align: center;
}
footer .qr-group .qr:first-child {
  margin-right: 0.5rem;
}
footer .qr-group .image {
  width: 1.75rem;
  border: 0.0167rem solid #d6d6d6;
  padding: 0.1rem;
  margin-bottom: 0.1667rem;
}
footer .qr-group .image img {
  border-radius: 0.0833rem;
  border: 0.0667rem solid #fff;
}
footer .qr-group .name {
  font-size: 0.2rem;
  color: #bebebe;
  line-height: 1.2;
}
footer .bottom {
  text-align: center;
  border-top: 0.0167rem solid #125251;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
  font-size: 0.2667rem;
  color: #fbe8ca;
  line-height: 1.8;
  font-family: "思源宋体 CN Medium";
}
footer .bottom div {
  font-family: inherit;
}
footer .bottom a {
  font-family: inherit;
}
@media screen and (max-width: 751px) {
  footer .top {
    padding-bottom: 20px;
  }
  footer .top > .mxw-box {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .logo {
    order: -2;
    margin: 0 auto;
    width: 100px;
  }
  footer .tel {
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }
  footer .bottom {
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 底部样式 end ==================== */
/* ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1600px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 1680px) {
  .mxw-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 751px) {
  body{margin-top:60px;}
  html {
    font-size: 50px;
  }
  .m-none,
  .pc-nav {
    display: none !important;
  }
  .mxw-box {
    padding: 30px 20px;
  }

.tx{ height:40px;    margin-top: 10px;    font-size: 14px; width:100%}
.downVideo .video-body iframe{width:100%; height:200px;}


}

@media screen and (max-width: 1850px) {
.ny-partner02 .section03 .item1 {
    left: 5rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item2 {
    left: 3.8333rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item3 {
    left: 4rem;
    bottom: 0.3333rem;
  }
  .ny-partner02 .section03 .item4 {
    right: 4.1667rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item5 {
        right: 2rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item6 {
    right: 1.5rem;
    bottom: 1rem;
  }


}


@media screen and (max-width: 1700px) {
.ny-partner02 .section03 .item1 {
    left: 4rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item2 {
    left: 2.8333rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item3 {
    left: 3rem;
    bottom: 0.3333rem;
  }
  .ny-partner02 .section03 .item4 {
    right: 3.1667rem;
    top: 0rem;
  }
  .ny-partner02 .section03 .item5 {
        right: 1rem;
    top: 3.5rem;
  }
  .ny-partner02 .section03 .item6 {
    right: 0.5rem;
    bottom: 1rem;
  }
.ny-partner02 .section03 .itembox{    margin-left: -1rem;}

}




@media screen and (max-width: 768px) {
.ny-partner02 .section03 .itembox{    margin-left: 0;}
}







/* ==================== 页面自定义样式 end ==================== */
