@import url(iconfont/iconfont.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --themeColor: #ff6600;
  --textColor: #656565;
  --headerHeight: 1.12rem;
  --container: 15.5rem;
  --cm: calc((100vw - var(--container)) / 2);
}

.iconfont {
  font-size: 0.16rem;
}

body {
  -webkit-font-smoothing: antialiased;
  font: 0.14rem/1.73 Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #060606;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #060606;
}
/* 表单元素 */
textarea,
select,
button,
input {
  /* "\5B8B\4F53" => 宋体 */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  border: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 0.15rem;
  /* chrome */
  /* 火狐浏览器 */
}
textarea::-webkit-outer-spin-button,
select::-webkit-outer-spin-button,
button::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-inner-spin-button,
button::-webkit-inner-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea[type="number"],
select[type="number"],
button[type="number"],
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
textarea::placeholder,
select::placeholder,
button::placeholder,
input::placeholder {
  color: #cdcdcd;
}
/* 版芯 */
.container {
  width: var(--container);
  margin: 0 auto;
}
/* 单行文本 */
.dh_text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行文本 */
.dh_text2 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行文本 */
.dh_text3 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 四行文本 */
.dh_text4 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* 五行文本 */
.dh_text5 {
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* 富文本 */
.rich img,
.rich video {
  max-width: 100% !important;
  height: auto !important;
}
.rich * {
  text-wrap: wrap !important;
  white-space: wrap !important;
  font-size: 0.16rem !important;
}
/* 手机 */
.moblie {
  display: none;
}
.fs-12 {
  font-size: 0.12rem;
}
.fs-13 {
  font-size: 0.13rem;
}
.fs-14 {
  font-size: 0.14rem;
}
.fs-15 {
  font-size: 0.15rem;
}
.fs-16 {
  font-size: 0.16rem;
}
.fs-17 {
  font-size: 0.17rem;
}
.fs-18 {
  font-size: 0.18rem;
}
.fs-19 {
  font-size: 0.19rem;
}
.fs-20 {
  font-size: 0.2rem;
}
.fs-21 {
  font-size: 0.21rem;
}
.fs-22 {
  font-size: 0.22rem;
}
.fs-23 {
  font-size: 0.23rem;
}
.fs-24 {
  font-size: 0.24rem;
}
.fs-25 {
  font-size: 0.25rem;
}
.fs-26 {
  font-size: 0.26rem;
}
.fs-27 {
  font-size: 0.27rem;
}
.fs-28 {
  font-size: 0.28rem;
}
.fs-29 {
  font-size: 0.29rem;
}
.fs-30 {
  font-size: 0.3rem;
}
.fs-31 {
  font-size: 0.31rem;
}
.fs-32 {
  font-size: 0.32rem;
}
.fs-33 {
  font-size: 0.33rem;
}
.fs-34 {
  font-size: 0.34rem;
}
.fs-35 {
  font-size: 0.35rem;
}
.fs-36 {
  font-size: 0.36rem;
}
.fs-37 {
  font-size: 0.37rem;
}
.fs-38 {
  font-size: 0.38rem;
}
.fs-39 {
  font-size: 0.39rem;
}
.fs-40 {
  font-size: 0.4rem;
}
.fs-41 {
  font-size: 0.41rem;
}
.fs-42 {
  font-size: 0.42rem;
}
.fs-43 {
  font-size: 0.43rem;
}
.fs-44 {
  font-size: 0.44rem;
}
.fs-45 {
  font-size: 0.45rem;
}
.fs-46 {
  font-size: 0.46rem;
}
.fs-47 {
  font-size: 0.47rem;
}
.fs-48 {
  font-size: 0.48rem;
}
.fs-49 {
  font-size: 0.49rem;
}
.fs-50 {
  font-size: 0.5rem;
}
.fs-51 {
  font-size: 0.51rem;
}
.fs-52 {
  font-size: 0.52rem;
}
.fs-53 {
  font-size: 0.53rem;
}
.fs-54 {
  font-size: 0.54rem;
}
.fs-55 {
  font-size: 0.55rem;
}
.fs-56 {
  font-size: 0.56rem;
}
.fs-57 {
  font-size: 0.57rem;
}
.fs-58 {
  font-size: 0.58rem;
}
.fs-59 {
  font-size: 0.59rem;
}
.fs-60 {
  font-size: 0.6rem;
}
.fs-61 {
  font-size: 0.61rem;
}
.fs-62 {
  font-size: 0.62rem;
}
.fs-63 {
  font-size: 0.63rem;
}
.fs-64 {
  font-size: 0.64rem;
}
.fs-65 {
  font-size: 0.65rem;
}
.fs-66 {
  font-size: 0.66rem;
}
.fs-67 {
  font-size: 0.67rem;
}
.fs-68 {
  font-size: 0.68rem;
}
.fs-69 {
  font-size: 0.69rem;
}
.fs-70 {
  font-size: 0.7rem;
}
.fs-71 {
  font-size: 0.71rem;
}
.fs-72 {
  font-size: 0.72rem;
}
.fs-73 {
  font-size: 0.73rem;
}
.fs-74 {
  font-size: 0.74rem;
}
.fs-75 {
  font-size: 0.75rem;
}
.fs-76 {
  font-size: 0.76rem;
}
.fs-77 {
  font-size: 0.77rem;
}
.fs-78 {
  font-size: 0.78rem;
}
.fs-79 {
  font-size: 0.79rem;
}
.fs-80 {
  font-size: 0.8rem;
}
.fs-81 {
  font-size: 0.81rem;
}
.fs-82 {
  font-size: 0.82rem;
}
.fs-83 {
  font-size: 0.83rem;
}
.fs-84 {
  font-size: 0.84rem;
}
.fs-85 {
  font-size: 0.85rem;
}
.fs-86 {
  font-size: 0.86rem;
}
.fs-87 {
  font-size: 0.87rem;
}
.fs-88 {
  font-size: 0.88rem;
}
.fs-89 {
  font-size: 0.89rem;
}
.fs-90 {
  font-size: 0.9rem;
}
.fs-91 {
  font-size: 0.91rem;
}
.fs-92 {
  font-size: 0.92rem;
}
.fs-93 {
  font-size: 0.93rem;
}
.fs-94 {
  font-size: 0.94rem;
}
.fs-95 {
  font-size: 0.95rem;
}
.fs-96 {
  font-size: 0.96rem;
}
.fs-97 {
  font-size: 0.97rem;
}
.fs-98 {
  font-size: 0.98rem;
}
.fs-99 {
  font-size: 0.99rem;
}
.fs-100 {
  font-size: 1rem;
}
.fs-101 {
  font-size: 1.01rem;
}
.fs-102 {
  font-size: 1.02rem;
}
.fs-103 {
  font-size: 1.03rem;
}
.fs-104 {
  font-size: 1.04rem;
}
.fs-105 {
  font-size: 1.05rem;
}
.fs-106 {
  font-size: 1.06rem;
}
.fs-107 {
  font-size: 1.07rem;
}
.fs-108 {
  font-size: 1.08rem;
}
.fs-109 {
  font-size: 1.09rem;
}
.fs-110 {
  font-size: 1.1rem;
}
.fs-111 {
  font-size: 1.11rem;
}
.fs-112 {
  font-size: 1.12rem;
}
.fs-113 {
  font-size: 1.13rem;
}
.fs-114 {
  font-size: 1.14rem;
}
.fs-115 {
  font-size: 1.15rem;
}
.fs-116 {
  font-size: 1.16rem;
}
.fs-117 {
  font-size: 1.17rem;
}
.fs-118 {
  font-size: 1.18rem;
}
.fs-119 {
  font-size: 1.19rem;
}
.fs-120 {
  font-size: 1.2rem;
}
.fs-121 {
  font-size: 1.21rem;
}
.fs-122 {
  font-size: 1.22rem;
}
.fs-123 {
  font-size: 1.23rem;
}
.fs-124 {
  font-size: 1.24rem;
}
.fs-125 {
  font-size: 1.25rem;
}
.fs-126 {
  font-size: 1.26rem;
}
.fs-127 {
  font-size: 1.27rem;
}
.fs-128 {
  font-size: 1.28rem;
}
.fs-129 {
  font-size: 1.29rem;
}
.fs-130 {
  font-size: 1.3rem;
}
.fs-131 {
  font-size: 1.31rem;
}
.fs-132 {
  font-size: 1.32rem;
}
.fs-133 {
  font-size: 1.33rem;
}
.fs-134 {
  font-size: 1.34rem;
}
.fs-135 {
  font-size: 1.35rem;
}
.fs-136 {
  font-size: 1.36rem;
}
.fs-137 {
  font-size: 1.37rem;
}
.fs-138 {
  font-size: 1.38rem;
}
.fs-139 {
  font-size: 1.39rem;
}
.fs-140 {
  font-size: 1.4rem;
}
.fs-141 {
  font-size: 1.41rem;
}
.fs-142 {
  font-size: 1.42rem;
}
.fs-143 {
  font-size: 1.43rem;
}
.fs-144 {
  font-size: 1.44rem;
}
.fs-145 {
  font-size: 1.45rem;
}
.fs-146 {
  font-size: 1.46rem;
}
.fs-147 {
  font-size: 1.47rem;
}
.fs-148 {
  font-size: 1.48rem;
}
.fs-149 {
  font-size: 1.49rem;
}
.fs-150 {
  font-size: 1.5rem;
}
.fs-151 {
  font-size: 1.51rem;
}
.fs-152 {
  font-size: 1.52rem;
}
.fs-153 {
  font-size: 1.53rem;
}
.fs-154 {
  font-size: 1.54rem;
}
.fs-155 {
  font-size: 1.55rem;
}
.fs-156 {
  font-size: 1.56rem;
}
.fs-157 {
  font-size: 1.57rem;
}
.fs-158 {
  font-size: 1.58rem;
}
.fs-159 {
  font-size: 1.59rem;
}
.fs-160 {
  font-size: 1.6rem;
}
.fs-161 {
  font-size: 1.61rem;
}
.fs-162 {
  font-size: 1.62rem;
}
.fs-163 {
  font-size: 1.63rem;
}
.fs-164 {
  font-size: 1.64rem;
}
.fs-165 {
  font-size: 1.65rem;
}
.fs-166 {
  font-size: 1.66rem;
}
.fs-167 {
  font-size: 1.67rem;
}
.fs-168 {
  font-size: 1.68rem;
}
.fs-169 {
  font-size: 1.69rem;
}
.fs-170 {
  font-size: 1.7rem;
}
.fs-171 {
  font-size: 1.71rem;
}
.fs-172 {
  font-size: 1.72rem;
}
.fs-173 {
  font-size: 1.73rem;
}
.fs-174 {
  font-size: 1.74rem;
}
.fs-175 {
  font-size: 1.75rem;
}
.fs-176 {
  font-size: 1.76rem;
}
.fs-177 {
  font-size: 1.77rem;
}
.fs-178 {
  font-size: 1.78rem;
}
.fs-179 {
  font-size: 1.79rem;
}
.fs-180 {
  font-size: 1.8rem;
}
.fs-181 {
  font-size: 1.81rem;
}
.fs-182 {
  font-size: 1.82rem;
}
.fs-183 {
  font-size: 1.83rem;
}
.fs-184 {
  font-size: 1.84rem;
}
.fs-185 {
  font-size: 1.85rem;
}
.fs-186 {
  font-size: 1.86rem;
}
.fs-187 {
  font-size: 1.87rem;
}
.fs-188 {
  font-size: 1.88rem;
}
.fs-189 {
  font-size: 1.89rem;
}
.fs-190 {
  font-size: 1.9rem;
}
.fs-191 {
  font-size: 1.91rem;
}
.fs-192 {
  font-size: 1.92rem;
}
.fs-193 {
  font-size: 1.93rem;
}
.fs-194 {
  font-size: 1.94rem;
}
.fs-195 {
  font-size: 1.95rem;
}
.fs-196 {
  font-size: 1.96rem;
}
.fs-197 {
  font-size: 1.97rem;
}
.fs-198 {
  font-size: 1.98rem;
}
.fs-199 {
  font-size: 1.99rem;
}
.fs-200 {
  font-size: 2rem;
}
.fs-201 {
  font-size: 2.01rem;
}
.fs-202 {
  font-size: 2.02rem;
}
.fs-203 {
  font-size: 2.03rem;
}
.fs-204 {
  font-size: 2.04rem;
}
.fs-205 {
  font-size: 2.05rem;
}
.fs-206 {
  font-size: 2.06rem;
}
.fs-207 {
  font-size: 2.07rem;
}
.fs-208 {
  font-size: 2.08rem;
}
.fs-209 {
  font-size: 2.09rem;
}
/* 遍历动画延迟 */
/* 生成固定比例的图片元素 div.img>img */
/* 内页banner */
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner h1 {
  position: absolute;
  left: var(--cm);
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
/* 二级菜单 */
.submenu {
  display: flex;
  margin: 0.32rem auto 0.4rem;
}
.submenu a {
  line-height: 0.52rem;
  padding: 0 0.24rem;
}
.submenu a:hover,
.submenu a.active {
  background-color: var(--themeColor);
  color: white;
}
/* 表单 */
.from {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.32rem 0.16rem;
}
.from .item .label {
  font-weight: bold;
  color: rgba(18, 17, 39, 0.56);
  margin-bottom: 0.05rem;
}
.from .item select,
.from .item textarea,
.from .item input {
  display: block;
  width: 100%;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 0.06rem;
  line-height: 0.42rem;
  padding: 0 0.15rem;
  transition: border-color 0.3s;
}
.from .item select:focus,
.from .item textarea:focus,
.from .item input:focus {
  border-color: var(--themeColor);
}
.from .item select {
  padding: 0.15rem;
}
.from .item.radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -0.15rem;
}
.from .item.radio div {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.from .item.radio div input {
  margin-right: 0.05rem;
}
.from .item.radio a {
  color: var(--themeColor);
}
.from .item .input {
  display: flex;
}
.from .item .input img {
  width: auto;
  height: 0.5rem;
  margin-left: 0.1rem;
}
.from button {
  line-height: 0.64rem;
  border: 0.02rem solid var(--themeColor);
  color: var(--themeColor);
  font-weight: bold;
  border-radius: 0.08rem;
}
.from .w100,
.from button,
.from .item:last-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* 主体 */
.main {
  margin-bottom: 0.7rem;
  background: white;
  padding: 0.4rem 0.3rem;
  min-height: 40vh;
}
.mainrow {
  margin: 0.64rem auto;
  display: flex;
  align-items: flex-start;
}
/* 分页器 */
.pages,
.pagination {
  margin: 0.64rem auto;
  display: flex;
  justify-content: center;
}
.pages a,
.pagination a,
.pages span,
.pagination span {
  width: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.06rem;
  transition: all 0.3s;
}
.pages a + a,
.pagination a + a,
.pages span + a,
.pagination span + a,
.pages a + span,
.pagination a + span,
.pages span + span,
.pagination span + span {
  margin-left: 0.08rem;
}
.pages a:hover,
.pagination a:hover,
.pages a.active,
.pagination a.active {
  background: rgba(255, 102, 0, 0.1);
  color: var(--themeColor);
}
/* 弹窗 */
.model {
  width: 6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0.05rem 0.1rem 0.2rem rgba(18, 17, 39, 0.32);
  padding: 0.36rem 0.42rem;
  border-radius: 0.04rem;
  display: none;
}
.model .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.model .top h3 {
  display: flex;
  align-items: center;
}
.model .top h3::before {
  content: "";
  width: 0.04rem;
  height: 1em;
  background-color: var(--themeColor);
  margin-right: 0.1rem;
}
.model .top .modelhide {
  cursor: pointer;
}
/* 侧边栏 */
.slider {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  width: 2.6rem;
  background-color: white;
  padding: 0.32rem 0 0.5rem;
}
.slider h4 {
  margin-left: 0.16rem;
}
.slider form {
  width: calc(100% - 0.2rem);
  margin: 0.16rem auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
}
.slider form input {
  flex: 1;
  line-height: 0.4rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei, "PingFang SC", Heiti SC, tahoma, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
.slider .list a {
  display: block;
  line-height: 0.48rem;
  color: #a1a1a1;
  padding-left: 0.16rem;
  border-left: 0.03rem solid transparent;
  transition: all 0.3s, font-size 0s, line-height 0s, padding 0s;
}
.slider .list a + a {
  margin-top: 0.08rem;
}
.slider .list a:hover,
.slider .list a.active {
  border-color: var(--themeColor);
  background: rgba(255, 102, 0, 0.1);
  color: #060606;
}
.slider .logo {
  width: calc(100% - 0.2rem);
  margin: auto;
  margin-top: 1.54rem;
  border-top: 1px solid #e7e7e7;
  padding-top: 0.35rem;
  text-align: center;
}
.slider .logo img {
  width: 1.5rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: var(--headerHeight);
}
.header > .container .logo {
  width: 1.9rem;
}
.header > .container .logo img {
  width: 100%;
}
.header > .container .logo .logo1 {
  display: block;
}
.header > .container .logo .logo2 {
  display: none;
}
.header > .container .menu {
  display: flex;
}
.header > .container .menu li > a {
  display: block;
  transition: all 0.3s, font-size 0s;
  position: relative;
  color: white;
  white-space: nowrap;
}
.header > .container .menu li > a::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.header > .container .menu li > a:hover,
.header > .container .menu li > a.active {
  color: var(--themeColor);
}
.header > .container .menu li > a:hover::before,
.header > .container .menu li > a.active::before {
  background-color: var(--themeColor);
}
.header > .container .menu li + li {
  margin-left: 0.24rem;
}
.header > .container .menu li .childs {
  display: none;
  width: 100vw;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header > .container .menu li .childs .container {
  display: flex;
  padding: 0 1.1rem;
  line-height: 1.4;
}
.header > .container .menu li .childs .container .left,
.header > .container .menu li .childs .container .right {
  width: 50%;
}

.header > .container .menu li .childs .container .left .row,
.header > .container .menu li .childs .container .right{
  height: 45vh;
  overflow: auto;
}

.header > .container .menu li .childs .container .left {
  display: flex;
}
.header > .container .menu li .childs .container .left .row {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.33rem;
}

.header > .container .menu li .childs .container .left>.child_row,
.header > .container .menu li .childs .container .left>.row{
    flex: none;
    width: 50%;
}

.header > .container .menu li .childs .container .left .row:first-child{
    border-right: 1px solid #dadada;
    /*height: 100%;*/
}

.header > .container .menu li .childs .container .left .child_row .row:first-child{
    border: none;
}

.header > .container .menu li .childs .container .left .row a {
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--textColor);
  line-height: 0.38rem;
  padding: 0 0.14rem;
  border-radius: 0.06rem;
   white-space: nowrap;      /* 强制文本在一行显示，不换行 */
  overflow: hidden;         /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 "..." */
}

.header > .container .menu li .childs .container .left .row a + a {
    margin-top: 0.06rem;
}

.header > .container .menu li .childs .container .left .row a:hover,
.header > .container .menu li .childs .container .left .row a.active {
  background: rgba(255, 102, 0, 0.1);
  color: var(--themeColor);
}
.header > .container .menu li .childs .container .left .row + .row {
  /*border-left: 1px solid #dadada;*/
}
.header > .container .menu li .childs .container .right {
  
}
.header > .container .menu li .childs .container .right .rich {
  display: none;
  padding: 0.43rem 0 0.23rem;
}
.header > .container .menu li .childs .container .right .rich.active {
  display: block;
}
.header > .container .menu li .childs .container .right * {
  color: var(--textColor);
  /*margin-bottom: 0.2rem;*/
  font-size: 0.14rem !important;
}
.header > .container>.right {
  display: flex;
  align-items: center;
}
.header > .container>.right .iconfont {
  cursor: pointer;
  margin-right: 0.2rem;
}
.header > .container>.right .iconfont.search-btn {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid rgba(255, 238, 219, 0.2);
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header > .container .right .iconfont.search-btn::before {
  color: rgba(255, 238, 219, 0.2);
}
.header > .container .right .iconfont:hover {
  color: var(--themeColor);
  border-color: var(--themeColor);
}
.header > .container .right .logins {
  display: flex;
  align-items: center;
  color: rgba(255, 238, 219, 0.2);
}
.header > .container .right .logins a {
  color: var(--themeColor);
    white-space: nowrap;
}
.header > .container .right .user {
  width: 0.64rem;
  line-height: 0.64rem;
  background-color: #f48e2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.header > .container .right .user.new::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #e6483d;
  position: absolute;
  top: -0.04rem;
  right: -0.04rem;
}
.header > .container .right .menu_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
}
.header > .container .right .menu_btn span,
.header > .container .right .menu_btn::after,
.header > .container .right .menu_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.header > .container .right .menu_btn::after {
  transform-origin: right center;
  top: 25%;
}
.header > .container .right .menu_btn::before {
  transform-origin: right center;
  top: 75%;
}
.header > .container .right .menu_btn span {
  top: 50%;
}
/*.header > .container .right .menu_btn:hover span,*/
.header > .container .right .menu_btn.active span {
  opacity: 0;
}
/*.header > .container .right .menu_btn:hover::after,*/
.header > .container .right .menu_btn.active::after {
  transform: rotate(-46deg);
}
/*.header > .container .right .menu_btn:hover::before,*/
.header > .container .right .menu_btn.active::before {
  transform: rotate(46deg);
}
/*.header > .container .right .menu_btn:hover + ul,*/
.header > .container .right .menu_btn.active + ul {
  left: 0;
}
.header .search_box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  padding: 0.25rem 0;
  display: none;
}
.header .search_box .container {
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  border-bottom: 1px solid #b8b8b8;
}
.header .search_box .container input {
  flex: 1;
}
.header.active {
  background-color: white;
}
.header.active .container .logo .logo1 {
  display: none;
}
.header.active .container .logo .logo2 {
  display: block;
}
.header.active .container .menu a {
  color: #333;
}
.header.active .container .right .search-btn {
  border-color: #333;
}
.header.active .container .right .search-btn::before {
  color: #333;
}
.header.nohome {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  background-color: white;
}
.header.nohome .container .logo .logo1 {
  display: none;
}
.header.nohome .container .logo .logo2 {
  display: block;
}
.header.nohome .container .menu a {
  color: #333;
}
.header.nohome .container .right .search-btn {
  border-color: #333;
}
.header.nohome .container .right .search-btn::before {
  color: #333;
}
.footer {
  background-color: #201f1f;
}
.footer .top {
  padding: 0.56rem 0 0.3rem;
}
.footer .top .fm {
  display: flex;
  justify-content: space-between;
  color: white;
}
.footer .top .fm .item .list a {
  transition: color 0.1s;
  color: white;
  display: block;
  line-height: 2.2;
}
.footer .top .fm .item .list a:hover {
  color: var(--themeColor);
}
.footer .top .fm .item .list a:first-child {
  margin-bottom: 0.16rem;
  font-weight: 900;
  line-height: 1;
}
.footer .top .fm .item .list + .list {
  margin-top: 0.24rem;
}
.footer .top .wb {
  display: flex;
  justify-content: flex-end;
}
.footer .top .wb .box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .top .wb .box img {
  width: 2.34rem;
}
.footer .top .wb .box p {
  margin-top: 0.1rem;
  color: white;
}
.footer .btms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #414040;
  line-height: 1;
  padding: 0.25rem 0;
}
.footer .btms p {
  color: white;
}
.footer .btms p a {
  display: inline-block;
  position: relative;
  color: white;
  transition: color 0.1s;
}
.footer .btms p a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .btms p a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.3s;
}
.footer .btms p a:hover {
  color: var(--themeColor);
}
.footer .btms p a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer .btms img {
  width: auto;
  height: 0.45rem;
}
/* 登录注册页 */
.login {
  height: 100vh;
  background: radial-gradient(50% 35% at 75% 75%, #fbfcf8 15%, rgba(252, 250, 248, 0) 100%);
}
.login .top {
  line-height: var(--headerHeight);
  padding: 0 0.43rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.2rem rgba(18, 17, 39, 0.07);
  display: flex;
  justify-content: flex-end;
}
.login .top a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  color: #000;
}
.login .top a::before {
  margin-left: 0.1rem;
}
.login .top a:hover {
  color: var(--themeColor);
}
.login .top a:hover::before {
  color: var(--themeColor);
}
.login .mians {
  width: 4.5rem;
  height: calc(100vh - var(--headerHeight));
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login .mians .logo {
  display: flex;
  align-items: center;
}
.login .mians .logo img {
  width: 1rem;
  margin-left: 0.36rem;
}
.login .mians .from {
  width: 100%;
  margin: 0.5rem 0;
}
.login .mians .from button {
  line-height: 0.6rem;
  background-color: var(--themeColor);
  color: white;
}
.login .mians .btm a {
  font-weight: bold;
  text-decoration: underline;
}
.login .mians .btm a:hover {
  color: var(--themeColor);
}
/* 首页 */
.home .banners {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.home .banners .swiper-slide {
  position: relative;
}
.home .banners .swiper-slide p {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
}
.home .banners .btm .iconfont {
  color: white;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.home .banners .btm .iconfont.icon-left {
  left: 0.5rem;
}
.home .banners .btm .iconfont.icon-right {
  right: 0.5rem;
}
.home .more {
  font-weight: 900;
  display: flex;
  align-items: center;
}
.home .more::before {
  margin-right: 0.1rem;
  font-size: 0.1rem;
  width: 0.17rem;
  line-height: 0.15rem;
  border: 0.02rem solid black;
  text-align: center;
}
.home .more:hover {
  color: var(--themeColor)!important;
}
.home .more:hover::before {
  border-color: var(--themeColor);
}
.home .big_title {
  text-align: center;
  margin-bottom: 0.8rem;
  font-weight: 900;
}
.home > div:nth-child(odd) {
  background: #f5f5f5;
}
.home .dic {
  padding: 0.77rem 0 1.1rem;
}
.home .dic .container {
  display: flex;
}
.home .dic .container .left {
  width: 3.4rem;
}
.home .dic .container .left h3 {
  margin: 0.1rem 0;
}
.home .dic .container .left p {
  color: var(--textColor);
}
.home .dic .container .left ul li {
  display: flex;
  align-items: flex-start;
}
.home .dic .container .left ul li span {
  color: white;
  background-color: black;
  width: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  margin-top: 0.05rem;
  margin-right: 0.05rem;
}
.home .dic .container .left ul li p {
  flex: 1;
}
.home .dic .container .left ul li + li {
  margin-top: 0.1rem;
}
.home .dic .container .right {
  width: 10.56rem;
  margin-left: 1rem;
  position: relative;
}
.home .dic .container .right .swiper {
  width: 100%;
  overflow: hidden;
}
.home .dic .container .right .swiper .swiper-slide {
  border: 1px solid #dadada;
}
.home .dic .container .right .swiper .swiper-slide .text {
  margin-top: 0.16rem;
  padding: 0 0.15rem 0.25rem;
}
.home .dic .container .right .swiper .swiper-slide .text .title {
  color: #000000;
}
.home .dic .container .right .swiper .swiper-slide .text p {
  color: var(--textColor);
  height: 5em;
  overflow: hidden;
  margin: 0.1rem 0 0.25rem;
}
.home .dic .container .right .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
}
.home .dic .container .right .navigation.icon-left {
  left: -0.5rem;
}
.home .dic .container .right .navigation.icon-right {
  right: -0.5rem;
}
.home .dic .container .right .navigation:hover {
  color: var(--themeColor);
  transform: scale(1.1) translateY(-50%);
}
.home .dic .container .right .navigation:active {
  transform: scale(0.9) translateY(-50%);
}
.home .news {
  margin: 0.8rem auto 0.87rem;
}
.home .news .big_title {
  margin-bottom: 0;
}
.home .news .container {
  display: flex;
  align-items: center;
}
.home .news .container .left {
  flex: 1;
  margin-right: 1rem;
}
.home .news .container .right {
  width: 7.6rem;
}
.home .news .container .right .item {
  display: block;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #dadada;
}
.home .news .container .right .item h3 {
  color: #060606;
}
.home .news .container .right .item p {
  color: var(--textColor);
}
.home .news .container .right .item + a {
  margin-top: 0.18rem;
}
.home .news .container .right .item:hover h3,
.home .news .container .right .item:hover p {
  color: var(--themeColor);
}
.home .news .container .right .more {
  justify-content: flex-end;
}
.home .solution {
  padding: 0.8rem 0 1.2rem;
}
.home .solution .big_title {
  margin-bottom: 0;
}
.home .solution > p {
  text-align: center;
  margin-bottom: 0.8rem;
}
.home .solution .container {
  overflow: hidden;
}
.home .solution .container a {
  background-color: white;
}
.home .solution .container a .text {
  padding: 0.2rem 0.2rem 0;
}
.home .solution .container a .text p,
.home .solution .container a .text span {
  color: #2e2e2e;
}
.home .solution .container a .text h3 {
  color: #000000;
  margin: 0.03rem 0;
}
.home .solution .container a .text p {
  height: 8.9em;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}
.home .solution .container a .text .more {
  margin: 0.3rem 0 0.25rem;
}
.home .dics {
  padding: 0.8rem 0 1.2rem;
}
.home .dics .container {
  position: relative;
}
.home .dics .container .swiper {
  overflow: hidden;
}
.home .dics .container .swiper .swiper-slide {
  border: 1px solid #dadada;
  border-radius: 0.06rem;
}
.home .dics .container .swiper .swiper-slide .text {
  padding: 0.2rem;
}
.home .dics .container .swiper .swiper-slide .text h3 {
  color: #000;
}
.home .dics .container .swiper .swiper-slide .text p {
  color: #2e2e2e;
  margin-top: 0.1rem;
}
.home .dics .container .swiper .swiper-slide .text .more {
  margin-top: 0.2rem;
  border-top: 1px solid #dadada;
  padding-top: 0.2rem;
}
.home .dics .container .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
}
.home .dics .container .navigation.icon-left {
  left: -0.7rem;
}
.home .dics .container .navigation.icon-right {
  right: -0.7rem;
}
.home .dics .container .navigation:hover {
  color: var(--themeColor);
  transform: scale(1.1) translateY(-50%);
}
.home .dics .container .navigation:active {
  transform: scale(0.9) translateY(-50%);
}
.home .update {
  padding: 0.8rem 0 1.2rem;
}
.home .update .big_title {
  margin-bottom: 0.57rem;
}
.home .update .container {
  display: flex;
}
.home .update .container .left {
  width: 7.53rem;
  margin-right: 3.11rem;
}
.home .update .container .left p {
  color: #060606;
  margin-bottom: 0.22rem;
}
.home .update .container .left .item {
  display: block;
  margin-top: 0.15rem;
  border-bottom: 1px solid #dadada;
}
.home .update .container .left .item span {
  color: #212121;
}
.home .update .container .left .item p {
  color: var(--textColor);
}
.home .update .container .left .more {
  margin-top: 0.15rem;
  justify-content: flex-end;
}
.home .update .container .right {
  width: 2.07rem;
}
.home .technology {
  margin: 0.8rem 0 1rem;
}
.home .technology .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
.home .technology .container a {
  border-radius: 0.06rem;
  border: 0.01rem solid #dadada;
  display: flex;
}
.home .technology .container a img {
  width: 45%;
}
.home .technology .container a .text {
  flex: 1;
  margin-left: 0.1rem;
  padding: 0.14rem 0;
  padding-right: 0.12rem;
}
.home .technology .container a .text p {
  margin: 0.15rem 0 0.2rem;
  color: var(--textColor);
}
.home .technology .container a .text .more {
  justify-content: flex-end;
}
.home .about {
  background-color: white !important;
}
.home .about .container {
  padding: 0.72rem 0.68rem;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
}
.home .about .container .left {
  width: 50%;
}
.home .about .container .right {
  flex: 1;
  margin-left: 0.73rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .about .container .right .rich {
  line-height: 2;
  color: #2e2e2e;
}
.home .about .container .right .more {
  justify-content: flex-end;
}
.home .msg {
  margin: 0.8rem 0 1rem;
  background: rgba(255, 244, 230, 0.3);
  position: relative;
}
.home .msg .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home .msg .container .left {
  width: 6.8rem;
}
.home .msg .container .right {
  width: 8rem;
  position: relative;
}
.home .msg .container .right .text {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
}
.home .msg .container .right .text .item h4 {
  margin-bottom: 0.1rem;
}
.home .msg .container .right .text .item + .item {
  margin-top: 0.25rem;
  border-top: 1px solid #060606;
  padding-top: 0.25rem;
}
.home .msg::after {
  content: "";
  width: 4.82rem;
  height: 4.82rem;
  background: rgba(255, 211, 144, 0.3);
  opacity: 0.4;
  filter: blur(200px);
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
}
/* 关于我们 */
.about {
  background: #f5f5f5;
}
.about_contact {
  background: #f5f5f5;
}
.about_contact .main .card {
  background-color: white;
  padding: 0.5rem 2.43rem;
}
.about_contact .main .card + .card {
  margin-top: 0.2rem;
}
.about_contact .main .from_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.about_contact .main .from_wrap .left {
  width: 5.06rem;
  margin-left: 0.47rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.32rem 0.16rem;
}
.about_contact .main .from_wrap .left .item .label {
  color: var(--textColor);
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.about_contact .main .from_wrap .left .item textarea,
.about_contact .main .from_wrap .left .item input {
  width: 100%;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 0.06rem;
  line-height: 0.42rem;
  padding: 0 0.15rem;
}
.about_contact .main .from_wrap .left button {
  line-height: 0.64rem;
  border: 0.02rem solid var(--themeColor);
  color: var(--themeColor);
  font-weight: bold;
  border-radius: 0.08rem;
}
.about_contact .main .from_wrap .left button,
.about_contact .main .from_wrap .left .item:last-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
.about_contact .main .from_wrap .right {
  width: 4.8rem;
}
.about_contact .main .addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.56rem;
}
.about_contact .main .addresses .item h1 {
  margin-bottom: 0.16rem;
}
.about_contact .main .addresses .item p {
  color: var(--textColor);
  display: flex;
  line-height: 2;
}
.about_contact .main .addresses .item p::before {
  margin-right: 0.1rem;
}
.about_qualifications {
  background: #f5f5f5;
}
.about_qualifications .main {
  padding: 0.6rem;
}
.about_qualifications .main .swiper {
  width: 80%;
  margin: auto;
  /*overflow: hidden;*/
}
.about_qualifications .main .swiper .swiper-slide {
  width: 5rem;
  box-shadow: 0 0 20px #00000044;
}
.about_qualifications .main .swiper .swiper-slide p {
  text-align: center;
  margin-top: 0.1rem;
}
.about_customer {
  background: #f5f5f5;
}
.about_customer .main {
  padding: 0.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.2rem;
}
.about_customer .main img {
  width: 100%;
  height: 1rem;
  object-fit: contain;
}
.about_join {
  background: #f5f5f5;
}
.about_join .main .tabs {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
}
.about_join .main .tabs .item {
  cursor: pointer;
}
.about_join .main .tabs .item:hover,
.about_join .main .tabs .item.active {
  font-weight: bold;
  color: #000;
}
.about_join .main .tabs .item + .item {
  margin-left: 0.6rem;
}
.about_join .main .swiper,
.about_join .main .list {
  display: none;
}
.about_join .main .swiper.active,
.about_join .main .list.active {
  display: block;
}
.about_join .main .swiper {
  overflow: hidden;
}
.about_join .main .list {
  width: 7.67rem;
  margin: auto;
}
.about_join .main .list a {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 0.24rem 0.42rem;
}
.about_join .main .list a .iconfont {
  font-weight: bold;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.about_join .main .list a .iconfont::before {
  font-size: 0.1rem;
  width: 0.17rem;
  line-height: 0.15rem;
  border: 0.02rem solid black;
  text-align: center;
}
.about_join .main .list a .btm {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.about_join .main .list a .btm span {
  color: var(--textColor);
}
.about_join .main .list a + a {
  margin-top: 0.24rem;
}
.about_join_info {
  background: #f5f5f5;
}
.about_join_info .main .tabs {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
}
.about_join_info .main .tabs .item {
  cursor: pointer;
}
.about_join_info .main .tabs .item:hover,
.about_join_info .main .tabs .item.active {
  font-weight: bold;
  color: #000;
}
.about_join_info .main .tabs .item + .item {
  margin-left: 0.6rem;
}
.about_join_info .main .info {
  width: 7.8rem;
  margin: auto;
  background-color: transparent;
}
.about_join_info .main .info .waa h3 {
  margin-bottom: 0.3rem;
}
.about_join_info .main .info .waa .block {
  margin-top: 0.2rem;
}
.about_join_info .main .info .waa .block span {
  color: #545454;
}
.about_join_info .main .info .submit {
  width: max-content;
  display: block;
  font-weight: bold;
  color: var(--themeColor);
  margin-top: 0.3rem;
  padding: 0 0.18rem;
  line-height: 0.4rem;
  border: 0.02rem solid var(--themeColor);
  border-radius: 0.06rem;
}
/* 支持与下载 */
.support {
  background: #f5f5f5;
}
.support .main .item {
  border: 1px solid #e7e7e7;
}
.support .main .item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0.24rem;
}
.support .main .item .label h2 {
  width: 85%;
}
.support .main .item .label .btn {
  line-height: 0.32rem;
  padding: 0 0.22rem;
  border: 1px solid #060606;
  border-radius: 0.06rem;
  cursor: pointer;
}
.support .main .item .rich {
  border: 1px solid #e7e7e7;
  padding: 0.38rem 0.24rem;
  display: none;
}
.support_training {
  background: #f5f5f5;
}
.support_training .main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.support_training .main .right {
  width: 4.7rem;
}
.support_training .main .left {
  width: 5.2rem;
  margin-left: 0.6rem;
}
.engineering,
.support_download,
.support_manual {
  background: #f5f5f5;
}
.engineering .main,
.support_download .main,
.support_manual .main {
  min-height: auto;
  background-color: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.24rem;
}
.engineering .main .item,
.support_download .main .item,
.support_manual .main .item {
  background-color: white;
  padding: 0.14rem 0.1rem;
  display: flex;
}
.engineering .main .item .left,
.support_download .main .item .left,
.support_manual .main .item .left {
  width: 36%;
}
.engineering .main .item .right,
.support_download .main .item .right,
.support_manual .main .item .right {
  max-width: 100%;
  flex: 1;
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.engineering .main .item .right p,
.support_download .main .item .right p,
.support_manual .main .item .right p {
  color: var(--textColor);
}
.engineering .main .item .right div,
.support_download .main .item .right div,
.support_manual .main .item .right div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.engineering .main .item .right div span,
.support_download .main .item .right div span,
.support_manual .main .item .right div span {
  color: var(--textColor);
}
.engineering .main .item .right div ul,
.support_download .main .item .right div ul,
.support_manual .main .item .right div ul {
  display: flex;
}
.engineering .main .item .right div ul a,
.support_download .main .item .right div ul a,
.support_manual .main .item .right div ul a,
.engineering .main .item .right div ul p,
.support_download .main .item .right div ul p,
.support_manual .main .item .right div ul p {
  line-height: 0.3rem;
  padding: 0 0.16rem;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}
.engineering .main .item .right div ul a + a,
.support_download .main .item .right div ul a + a,
.support_manual .main .item .right div ul a + a,
.engineering .main .item .right div ul p + p,
.support_download .main .item .right div ul p + p,
.support_manual .main .item .right div ul p + p{
  margin-left: 0.05rem;
}
/* DIC测量与检测 */
.dic {
  background: #f5f5f5;
}
.dic .mainrow .lists {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  flex: 1;
  margin-left: 0.24rem;
}
.dic .mainrow .lists .item {
  background-color: white;
  padding: 0.14rem;
  display: flex;
}
.dic .mainrow .lists .item .left {
  width: 2.16rem;
}
.dic .mainrow .lists .item .right {
  flex: 1;
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dic .mainrow .lists .item .right p {
  color: var(--textColor);
}
.dic .mainrow .lists .item .right div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dic .mainrow .lists .item .right div span {
  color: var(--textColor);
}
.dic .mainrow .lists .item .right div ul {
  display: flex;
}
.dic .mainrow .lists .item .right div ul a {
  line-height: 0.3rem;
  padding: 0 0.16rem;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}
.dic .mainrow .lists .item .right div ul a + a {
  margin-left: 0.05rem;
}
.dic .mainrow .lists .item + .item {
  margin-top: 0.24rem;
}
/* 详情页 */
.info {
  background: #f5f5f5;
}
.info .mainrow .lists {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  flex: 1;
  margin-left: 0.24rem;
}
.info .mainrow .lists .item {
  border: 1px solid #e7e7e7;
  background-color: white;
}
.info .mainrow .lists .item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0.24rem;
}
.info .mainrow .lists .item .label h2 {
  width: 85%;
}
.info .mainrow .lists .item .label .btn {
  line-height: 0.32rem;
  padding: 0 0.22rem;
  border: 1px solid #060606;
  border-radius: 0.06rem;
  cursor: pointer;
}
.info .mainrow .lists .item .rich {
  border: 1px solid #e7e7e7;
  padding: 0.38rem 0.24rem;
  display: none;
}
.info .mainrow .lists .item + .item {
  margin-top: 0.15rem;
}
/* 互动社区 */
.community {
  background: #f5f5f5;
}
.community .mainrow .lists {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  flex: 1;
  margin-left: 0.24rem;
}
.community .mainrow .lists .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.21rem;
}
.community .mainrow .lists .top .types {
  display: flex;
}
.community .mainrow .lists .top .types a:hover,
.community .mainrow .lists .top .types a.active {
  color: var(--themeColor);
  font-weight: bold;
}
.community .mainrow .lists .top .types a + a {
  margin-left: 0.2rem;
}
.community .mainrow .lists .top a.iconfont {
  display: flex;
  align-items: center;
  line-height: 0.32rem;
  border-radius: 0.04rem;
  color: white;
  background-color: var(--themeColor);
  padding: 0 0.2rem;
}
.community .mainrow .lists .top a.iconfont::before {
  margin-right: 0.1rem;
}
.community .mainrow .lists .item {
  margin-top: 0.24rem;
  background-color: white;
  padding: 0.28rem 0.24rem;
  border-radius: 0.06rem;
}
.community .mainrow .lists .item h4 {
  margin-bottom: 0.26rem;
}
.community .mainrow .lists .item .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --touw: 0.24rem;
  --toul: 0.14rem;
}
.community .mainrow .lists .item .btm .left {
  display: flex;
  align-items: center;
}
.community .mainrow .lists .item .btm .left img {
  width: var(--touw);
  height: var(--touw);
  margin-right: var(--toul);
  object-fit: cover;
  border-radius: 0.04rem;
  overflow: hidden;
}
.community .mainrow .lists .item .btm .left span {
  color: #a1a1a1;
}
.community .mainrow .lists .item .btm .right {
  display: flex;
}
.community .mainrow .lists .item .btm .right .iconfont {
  display: flex;
  align-items: center;
  color: #bfbfbf;
}
.community .mainrow .lists .item .btm .right .iconfont::before {
  font-size: 0.17rem;
}
.community .mainrow .lists .item .btm .right .iconfont + .iconfont {
  margin-left: 0.1rem;
}
.community .mainrow .lists .item .btm .right .iconfont.active::before,
.community .mainrow .lists .item .btm .right .iconfont:hover::before {
  color: var(--themeColor);
}
.community_submit {
  background: #f5f5f5;
}
.community_submit .mainrow .rights {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  flex: 1;
  margin-left: 0.24rem;
}
.community_submit .mainrow .rights .top {
  background-color: white;
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem;
  line-height: 3;
}
.community_submit .mainrow .rights .top .back {
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
}
.community_submit .mainrow .rights .top .back::before {
  margin-left: 0.05rem;
}
.community_submit .mainrow .rights .btm {
  background-color: white;
  padding: 0.24rem;
}
.community_submit .mainrow .rights .btm .title_input {
  width: 100%;
  padding-bottom: 0.23rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.23rem;
}
.community_submit .mainrow .rights .btm ul {
  display: flex;
  align-items: center;
  margin: 0.32rem 0 0.68rem;
  color: #656565;
}
.community_submit .mainrow .rights .btm ul li {
  margin-right: 0.12rem;
  line-height: 0.32rem;
  padding: 0 0.12rem;
  border-radius: 0.06rem;
  background: #f5f5f5;
  cursor: pointer;
}
.community_submit .mainrow .rights .btm ul li:hover,
.community_submit .mainrow .rights .btm ul li.active {
  color: white;
  background-color: var(--themeColor);
}
.community_submit .mainrow .rights .btm .submit {
  width: max-content;
  display: block;
  line-height: 0.32rem;
  padding: 0 0.3rem;
  background-color: var(--themeColor);
  color: white;
  border-radius: 0.04rem;
  float: right;
}
.community_info {
  background: #f5f5f5;
}
.community_info .mainrow {
  position: relative;
}
.community_info .mainrow .rights {
  position: sticky;
  top: calc(var(--headerHeight) + 0.15rem);
  flex: 1;
  margin-left: 0.24rem;
  background-color: white;
  padding: 0.32rem 0.36rem;
}
.community_info .mainrow .rights .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community_info .mainrow .rights .top .title {
  margin-bottom: 0.23rem;
  font-weight: bold;
}
.community_info .mainrow .rights .top .back {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  cursor: pointer;
}
.community_info .mainrow .rights .top .back::before {
  margin-left: 0.05rem;
}
.community_info .mainrow .rights .box {
  display: flex;
  background: rgba(218, 218, 218, 0.2);
  padding: 0.24rem 0.18rem;
  --touw: 0.24rem;
  --toul: 0.14rem;
}
.community_info .mainrow .rights .box .left {
  width: var(--touw);
  height: var(--touw);
  margin-right: var(--toul);
}
.community_info .mainrow .rights .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.04rem;
  overflow: hidden;
}
.community_info .mainrow .rights .box .right {
  flex: 1;
}
.community_info .mainrow .rights .box .right .ts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community_info .mainrow .rights .box .right .ts .names {
  display: flex;
  align-items: center;
}
.community_info .mainrow .rights .box .right .ts .names p,
.community_info .mainrow .rights .box .right .ts .names span {
  color: #a1a1a1;
  margin-right: 0.05rem;
}
.community_info .mainrow .rights .box .right .ts .names span {
  margin-left: 0.05rem;
}
.community_info .mainrow .rights .box .right .ts .tag {
  background: #e9eaec;
  border-radius: 9.99rem;
  line-height: 0.2rem;
  padding: 0 0.08rem;
}
.community_info .mainrow .rights .box .right .rich {
  margin-top: 0.05rem;
}
.community_info .mainrow .rights .box .right .btm {
  margin-top: 0.5rem;
  display: flex;
}
.community_info .mainrow .rights .box .right .btm .iconfont {
  display: flex;
  align-items: center;
  color: #bfbfbf;
}
.community_info .mainrow .rights .box .right .btm .iconfont::before {
  font-size: 0.2rem;
  margin-right: 0.07rem;
}
.community_info .mainrow .rights .box .right .btm .iconfont + .iconfont {
  margin-left: 0.35rem;
}
.community_info .mainrow .rights .box .right .btm .iconfont.active,
.community_info .mainrow .rights .box .right .btm .iconfont:hover {
  color: var(--themeColor);
}
.community_info .mainrow .rights .huifu {
  margin-top: 0.2rem;
  background: rgba(218, 218, 218, 0.2);
  padding: 0.24rem;
}
.community_info .mainrow .rights .huifu > h4 {
  margin-bottom: 0.24rem;
}
.community_info .mainrow .rights .huifu .bf {
  display: flex;
  margin-bottom: 0.24rem;
}
.community_info .mainrow .rights .huifu .bf > img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: cover;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-right: 0.14rem;
}
.community_info .mainrow .rights .huifu .bf .rir {
  flex: 1;
  background-color: white;
}
.community_info .mainrow .rights .huifu .bf .rir .submit {
  width: max-content;
  display: block;
  line-height: 0.4rem;
  padding: 0 0.3rem;
  background-color: var(--themeColor);
  color: white;
  border-radius: 0.04rem;
  margin-top: 0.2rem;
  float: right;
}
.community_info .mainrow .rights .huifu .msglist .item {
  border: 0.01rem solid #e7e7e7;
  border-radius: 0.06rem;
  padding: 0.14rem 0.2rem;
  --touw: 0.24rem;
  --toul: 0.14rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me {
  display: flex;
}
.community_info .mainrow .rights .huifu .msglist .item .me .left {
  width: var(--touw);
  height: var(--touw);
  margin-right: var(--toul);
}
.community_info .mainrow .rights .huifu .msglist .item .me .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.04rem;
  overflow: hidden;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right {
  flex: 1;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .names {
  display: flex;
  align-items: center;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .names p,
.community_info .mainrow .rights .huifu .msglist .item .me .right .names span {
  color: #a1a1a1;
  margin-right: 0.05rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .names span {
  margin-left: 0.05rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .names.hf {
  margin-bottom: -0.05rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .rich {
  margin: 0.1rem 0;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm {
  display: flex;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont {
  display: flex;
  align-items: center;
  color: #bfbfbf;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont::before {
  font-size: 0.2rem;
  margin-right: 0.07rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont + .iconfont {
  margin-left: 0.35rem;
}
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont.active,
.community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont:hover {
  color: var(--themeColor);
}
.community_info .mainrow .rights .huifu .msglist .item + .item {
  margin-top: 0.15rem;
}
.community_info .mainrow .rights .huifu .msglist .item .childs {
  margin-left: calc(var(--touw) + var(--toul));
}
.community_info .mainrow .rights .huifu .msglist .item .childs .me {
  margin-top: 0.36rem;
}
.community_info .mainrow .gotosubmit {
  display: flex;
  align-items: center;
  line-height: 0.32rem;
  border-radius: 0.04rem;
  color: white;
  background-color: var(--themeColor);
  padding: 0 0.2rem;
  position: absolute;
  right: 0;
  top: -0.45rem;
}
.community_info .mainrow .gotosubmit::before {
  margin-right: 0.1rem;
}
/* 个人中心 */
.user {
  background: #f5f5f5;
}
.user .main {
  background-color: white;
  padding: 0.46rem 0.53rem;
}
.user .main .top {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.user .main .top::before {
  content: "";
  width: 0.04rem;
  height: 1em;
  background-color: var(--themeColor);
  margin-right: 0.05rem;
}
.user .main .box .img {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
}
.user .main .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.user .main .box .img input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.user .main .box h4 {
  margin-top: 0.38rem;
}
.user .main .box .row {
  display: flex;
  margin-top: 0.3rem;
}
.user .main .box .row .item .label {
  color: #545454;
  margin-bottom: 0.1rem;
  line-height: 1;
}
.user .main .box .row .item input {
  width: 3rem;
  line-height: 0.44rem;
  padding: 0 0.12rem;
  background-color: #f5f5f5;
  border: 0.01rem solid #e7e7e7;
  border-radius: 0.06rem;
}
.user .main .box .row .item .input {
  display: flex;
}
.user .main .box .row .item .input div {
  line-height: 0.42rem;
  padding: 0 0.22rem;
  border: 0.01rem solid #656565;
  margin-left: 0.08rem;
  border-radius: 0.06rem;
  cursor: pointer;
}
.user .main .box .row .item + .item {
  margin-left: 0.7rem;
}
.user .main .box button {
  line-height: 0.44rem;
  padding: 0 0.4rem;
  background-color: var(--themeColor);
  color: white;
  margin-top: 0.36rem;
  border-radius: 0.05rem;
}
.user_msg {
  background: #f5f5f5;
}
.user_msg .main {
  background-color: white;
  padding: 0.46rem 0.53rem;
}
.user_msg .main .top {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.user_msg .main .top::before {
  content: "";
  width: 0.04rem;
  height: 1em;
  background-color: var(--themeColor);
  margin-right: 0.05rem;
}
.user_msg .main .cate {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.user_msg .main .cate a + a {
  margin-left: 0.36rem;
}
.user_msg .main .cate a:hover,
.user_msg .main .cate a.active {
  font-weight: bold;
  color: var(--themeColor);
}
.user_msg .main .box .item {
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 0.32rem 0.24rem;
}
.user_msg .main .box .item .left {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.14rem;
}
.user_msg .main .box .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.04rem;
}
.user_msg .main .box .item .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  line-height: 1;
}
.user_msg .main .box .item .right p {
  display: flex;
  color: #a1a1a1;
}
.user_msg .main .box .item .right p a {
  color: var(--themeColor);
}
.user_msg .main .box .item .right p span {
  margin-left: 0.2rem;
}
.user_msg .main .box .item .right p div {
  width: 100%;
  color: #545454;
}
.user_msg .main .box .item.new .left {
  position: relative;
}
.user_msg .main .box .item.new .left::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #dd3437;
  position: absolute;
  top: -0.03rem;
  right: -0.03rem;
}
.user_msg .main .box .item + .item {
  margin-top: 0.24rem;
}
.user_status {
  background: #f5f5f5;
}
.user_status .main {
  background-color: white;
  padding: 0.46rem 0.53rem;
}
.user_status .main .top {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.user_status .main .top::before {
  content: "";
  width: 0.04rem;
  height: 1em;
  background-color: var(--themeColor);
  margin-right: 0.05rem;
}
.user_status .main .box p {
  display: flex;
  align-items: center;
  color: #545454;
}
.user_status .main .box p span {
  color: #060606;
}
.user_status .main .box p .iconfont {
  margin-left: 0.15rem;
}
.user_status .main .box p .yes {
  color: #6bd57c;
}
.user_status .main .box p .no {
  color: #dd3437;
}
.user_status .main .box a {
  display: block;
  margin-top: 0.4rem;
  width: max-content;
  line-height: 0.32rem;
  padding: 0 0.16rem;
  border: 0.01rem solid var(--themeColor);
  color: var(--themeColor);
  border-radius: 0.05rem;
}

@media (max-width: 1500px) {
  .rich * {
    font-size: 0.2rem !important;
  }
  textarea,
  select,
  button,
  input,
  body {
    font-size: 0.17rem;
  }
  .fs-12 {
    font-size: 0.15rem;
  }
  .fs-13 {
    font-size: 0.16rem;
  }
  .fs-14 {
    font-size: 0.17rem;
  }
  .fs-15 {
    font-size: 0.18rem;
  }
  .fs-16 {
    font-size: 0.19rem;
  }
  .fs-17 {
    font-size: 0.2rem;
  }
  .fs-18 {
    font-size: 0.21rem;
  }
  .fs-19 {
    font-size: 0.22rem;
  }
  .fs-20 {
    font-size: 0.23rem;
  }
  .fs-21 {
    font-size: 0.24rem;
  }
  .fs-22 {
    font-size: 0.25rem;
  }
  .fs-23 {
    font-size: 0.26rem;
  }
  .fs-24 {
    font-size: 0.27rem;
  }
  .fs-25 {
    font-size: 0.28rem;
  }
  .fs-26 {
    font-size: 0.29rem;
  }
  .fs-27 {
    font-size: 0.3rem;
  }
  .fs-28 {
    font-size: 0.31rem;
  }
  .fs-29 {
    font-size: 0.32rem;
  }
  .fs-30 {
    font-size: 0.33rem;
  }
  .fs-31 {
    font-size: 0.34rem;
  }
  .fs-32 {
    font-size: 0.35rem;
  }
  .fs-33 {
    font-size: 0.36rem;
  }
  .fs-34 {
    font-size: 0.37rem;
  }
  .fs-35 {
    font-size: 0.38rem;
  }
  .fs-36 {
    font-size: 0.39rem;
  }
  .fs-37 {
    font-size: 0.4rem;
  }
  .fs-38 {
    font-size: 0.41rem;
  }
  .fs-39 {
    font-size: 0.42rem;
  }
  .fs-40 {
    font-size: 0.43rem;
  }
  .fs-41 {
    font-size: 0.44rem;
  }
  .fs-42 {
    font-size: 0.45rem;
  }
  .fs-43 {
    font-size: 0.46rem;
  }
  .fs-44 {
    font-size: 0.47rem;
  }
  .fs-45 {
    font-size: 0.48rem;
  }
  .fs-46 {
    font-size: 0.49rem;
  }
  .fs-47 {
    font-size: 0.5rem;
  }
  .fs-48 {
    font-size: 0.51rem;
  }
  .fs-49 {
    font-size: 0.52rem;
  }
  .fs-50 {
    font-size: 0.53rem;
  }
  .fs-51 {
    font-size: 0.54rem;
  }
  .fs-52 {
    font-size: 0.55rem;
  }
  .fs-53 {
    font-size: 0.56rem;
  }
  .fs-54 {
    font-size: 0.57rem;
  }
  .fs-55 {
    font-size: 0.58rem;
  }
  .fs-56 {
    font-size: 0.59rem;
  }
  .fs-57 {
    font-size: 0.6rem;
  }
  .fs-58 {
    font-size: 0.61rem;
  }
  .fs-59 {
    font-size: 0.62rem;
  }
  .fs-60 {
    font-size: 0.63rem;
  }
  .fs-61 {
    font-size: 0.64rem;
  }
  .fs-62 {
    font-size: 0.65rem;
  }
  .fs-63 {
    font-size: 0.66rem;
  }
  .fs-64 {
    font-size: 0.67rem;
  }
  .fs-65 {
    font-size: 0.68rem;
  }
  .fs-66 {
    font-size: 0.69rem;
  }
  .fs-67 {
    font-size: 0.7rem;
  }
  .fs-68 {
    font-size: 0.71rem;
  }
  .fs-69 {
    font-size: 0.72rem;
  }
  .fs-70 {
    font-size: 0.73rem;
  }
  .fs-71 {
    font-size: 0.74rem;
  }
  .fs-72 {
    font-size: 0.75rem;
  }
  .fs-73 {
    font-size: 0.76rem;
  }
  .fs-74 {
    font-size: 0.77rem;
  }
  .fs-75 {
    font-size: 0.78rem;
  }
  .fs-76 {
    font-size: 0.79rem;
  }
  .fs-77 {
    font-size: 0.8rem;
  }
  .fs-78 {
    font-size: 0.81rem;
  }
  .fs-79 {
    font-size: 0.82rem;
  }
  .fs-80 {
    font-size: 0.83rem;
  }
  .fs-81 {
    font-size: 0.84rem;
  }
  .fs-82 {
    font-size: 0.85rem;
  }
  .fs-83 {
    font-size: 0.86rem;
  }
  .fs-84 {
    font-size: 0.87rem;
  }
  .fs-85 {
    font-size: 0.88rem;
  }
  .fs-86 {
    font-size: 0.89rem;
  }
  .fs-87 {
    font-size: 0.9rem;
  }
  .fs-88 {
    font-size: 0.91rem;
  }
  .fs-89 {
    font-size: 0.92rem;
  }
  .fs-90 {
    font-size: 0.93rem;
  }
  .fs-91 {
    font-size: 0.94rem;
  }
  .fs-92 {
    font-size: 0.95rem;
  }
  .fs-93 {
    font-size: 0.96rem;
  }
  .fs-94 {
    font-size: 0.97rem;
  }
  .fs-95 {
    font-size: 0.98rem;
  }
  .fs-96 {
    font-size: 0.99rem;
  }
  .fs-97 {
    font-size: 1rem;
  }
  .fs-98 {
    font-size: 1.01rem;
  }
  .fs-99 {
    font-size: 1.02rem;
  }
  .fs-100 {
    font-size: 1.03rem;
  }
  .fs-101 {
    font-size: 1.04rem;
  }
  .fs-102 {
    font-size: 1.05rem;
  }
  .fs-103 {
    font-size: 1.06rem;
  }
  .fs-104 {
    font-size: 1.07rem;
  }
  .fs-105 {
    font-size: 1.08rem;
  }
  .fs-106 {
    font-size: 1.09rem;
  }
  .fs-107 {
    font-size: 1.1rem;
  }
  .fs-108 {
    font-size: 1.11rem;
  }
  .fs-109 {
    font-size: 1.12rem;
  }
  .fs-110 {
    font-size: 1.13rem;
  }
  .fs-111 {
    font-size: 1.14rem;
  }
  .fs-112 {
    font-size: 1.15rem;
  }
  .fs-113 {
    font-size: 1.16rem;
  }
  .fs-114 {
    font-size: 1.17rem;
  }
  .fs-115 {
    font-size: 1.18rem;
  }
  .fs-116 {
    font-size: 1.19rem;
  }
  .fs-117 {
    font-size: 1.2rem;
  }
  .fs-118 {
    font-size: 1.21rem;
  }
  .fs-119 {
    font-size: 1.22rem;
  }
  .fs-120 {
    font-size: 1.23rem;
  }
  .fs-121 {
    font-size: 1.24rem;
  }
  .fs-122 {
    font-size: 1.25rem;
  }
  .fs-123 {
    font-size: 1.26rem;
  }
  .fs-124 {
    font-size: 1.27rem;
  }
  .fs-125 {
    font-size: 1.28rem;
  }
  .fs-126 {
    font-size: 1.29rem;
  }
  .fs-127 {
    font-size: 1.3rem;
  }
  .fs-128 {
    font-size: 1.31rem;
  }
  .fs-129 {
    font-size: 1.32rem;
  }
  .fs-130 {
    font-size: 1.33rem;
  }
  .fs-131 {
    font-size: 1.34rem;
  }
  .fs-132 {
    font-size: 1.35rem;
  }
  .fs-133 {
    font-size: 1.36rem;
  }
  .fs-134 {
    font-size: 1.37rem;
  }
  .fs-135 {
    font-size: 1.38rem;
  }
  .fs-136 {
    font-size: 1.39rem;
  }
  .fs-137 {
    font-size: 1.4rem;
  }
  .fs-138 {
    font-size: 1.41rem;
  }
  .fs-139 {
    font-size: 1.42rem;
  }
  .fs-140 {
    font-size: 1.43rem;
  }
  .fs-141 {
    font-size: 1.44rem;
  }
  .fs-142 {
    font-size: 1.45rem;
  }
  .fs-143 {
    font-size: 1.46rem;
  }
  .fs-144 {
    font-size: 1.47rem;
  }
  .fs-145 {
    font-size: 1.48rem;
  }
  .fs-146 {
    font-size: 1.49rem;
  }
  .fs-147 {
    font-size: 1.5rem;
  }
  .fs-148 {
    font-size: 1.51rem;
  }
  .fs-149 {
    font-size: 1.52rem;
  }
  .fs-150 {
    font-size: 1.53rem;
  }
  .fs-151 {
    font-size: 1.54rem;
  }
  .fs-152 {
    font-size: 1.55rem;
  }
  .fs-153 {
    font-size: 1.56rem;
  }
  .fs-154 {
    font-size: 1.57rem;
  }
  .fs-155 {
    font-size: 1.58rem;
  }
  .fs-156 {
    font-size: 1.59rem;
  }
  .fs-157 {
    font-size: 1.6rem;
  }
  .fs-158 {
    font-size: 1.61rem;
  }
  .fs-159 {
    font-size: 1.62rem;
  }
  .fs-160 {
    font-size: 1.63rem;
  }
  .fs-161 {
    font-size: 1.64rem;
  }
  .fs-162 {
    font-size: 1.65rem;
  }
  .fs-163 {
    font-size: 1.66rem;
  }
  .fs-164 {
    font-size: 1.67rem;
  }
  .fs-165 {
    font-size: 1.68rem;
  }
  .fs-166 {
    font-size: 1.69rem;
  }
  .fs-167 {
    font-size: 1.7rem;
  }
  .fs-168 {
    font-size: 1.71rem;
  }
  .fs-169 {
    font-size: 1.72rem;
  }
  .fs-170 {
    font-size: 1.73rem;
  }
  .fs-171 {
    font-size: 1.74rem;
  }
  .fs-172 {
    font-size: 1.75rem;
  }
  .fs-173 {
    font-size: 1.76rem;
  }
  .fs-174 {
    font-size: 1.77rem;
  }
  .fs-175 {
    font-size: 1.78rem;
  }
  .fs-176 {
    font-size: 1.79rem;
  }
  .fs-177 {
    font-size: 1.8rem;
  }
  .fs-178 {
    font-size: 1.81rem;
  }
  .fs-179 {
    font-size: 1.82rem;
  }
  .fs-180 {
    font-size: 1.83rem;
  }
  .fs-181 {
    font-size: 1.84rem;
  }
  .fs-182 {
    font-size: 1.85rem;
  }
  .fs-183 {
    font-size: 1.86rem;
  }
  .fs-184 {
    font-size: 1.87rem;
  }
  .fs-185 {
    font-size: 1.88rem;
  }
  .fs-186 {
    font-size: 1.89rem;
  }
  .fs-187 {
    font-size: 1.9rem;
  }
  .fs-188 {
    font-size: 1.91rem;
  }
  .fs-189 {
    font-size: 1.92rem;
  }
  .fs-190 {
    font-size: 1.93rem;
  }
  .fs-191 {
    font-size: 1.94rem;
  }
  .fs-192 {
    font-size: 1.95rem;
  }
  .fs-193 {
    font-size: 1.96rem;
  }
  .fs-194 {
    font-size: 1.97rem;
  }
  .fs-195 {
    font-size: 1.98rem;
  }
  .fs-196 {
    font-size: 1.99rem;
  }
  .fs-197 {
    font-size: 2rem;
  }
  .fs-198 {
    font-size: 2.01rem;
  }
  .fs-199 {
    font-size: 2.02rem;
  }
  .fs-200 {
    font-size: 2.03rem;
  }
  .fs-201 {
    font-size: 2.04rem;
  }
  .fs-202 {
    font-size: 2.05rem;
  }
  .fs-203 {
    font-size: 2.06rem;
  }
  .fs-204 {
    font-size: 2.07rem;
  }
  .fs-205 {
    font-size: 2.08rem;
  }
  .fs-206 {
    font-size: 2.09rem;
  }
  .fs-207 {
    font-size: 2.1rem;
  }
  .fs-208 {
    font-size: 2.11rem;
  }
  .fs-209 {
    font-size: 2.12rem;
  }

  .header > .container .menu li .childs .container .right * {
    font-size: 0.17rem !important;
    line-height: 1.7;
  }
}

/* 手机 */
@media (max-width: 800px) {
  :root {
    --headerHeight: 60px;
    --container: 92vw;
  }
  .rich * {
    font-size: 15px !important;
  }
  body {
    font-size: 15px;
  }
  .moblie {
    display: block;
  }
  .fs-64,
  .fs-60,
  .fs-48 {
    font-size: 30px;
  }
  .fs-42 {
    font-size: 26px;
  }
  .fs-40 {
    font-size: 24px;
  }
  .fs-36 {
    font-size: 22px;
  }
  .fs-32 {
    font-size: 21px;
  }
  .fs-28,
  .fs-30 {
    font-size: 20px;
  }
  .fs-26,
  .fs-27 {
    font-size: 19px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .fs-16,
  .fs-15,
  .fs-14 {
    font-size: 13px;
  }
  .fs-13,
  .fs-12 {
    font-size: 12px;
  }
  .iconfont {
    font-size: 16px;
  }
  .header {
    background-color: white;
  }
  .header > .container .menu {
    position: absolute;
    top: var(--headerHeight);
    left: 100vw;
    background-color: white;
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    display: block;
    transition: all 0.3s;
  }
  .header > .container .menu a {
    display: block;
    text-align: center;
    color: #333 !important;
  }
  .header > .container .menu a:hover,
  .header > .container .menu a.active {
    color: var(--themeColor) !important;
  }
  .header > .container .menu.active {
    left: 0;
  }
  .header > .container .right .iconfont.search-btn {
    width: 20px;
    height: 20px;
    font-size: 17px;
    border-radius: 5px;
    border-color: #333;
  }
  .header > .container .right .iconfont.search-btn::before {
    color: #333;
  }
  .header > .container .right .user {
    width: 25px;
    height: 25px;
  }
  .header > .container .logo {
    width: 20vw;
  }
  .header > .container .logo .logo1 {
    display: none;
  }
  .header > .container .logo .logo2 {
    display: block;
  }
  .home .banners .swiper-slide p {
    white-space: nowrap;
    top: 30%;
  }
  .home .banners .btm .iconfont {
    font-size: 25px;
  }
  .home .dic .container {
    display: block;
  }
  .home .dic .container .right,
  .home .dic .container .left {
    width: 100%;
    margin-left: 0;
  }
  .home .dics .container .navigation,
  .home .dic .container .right .navigation {
    font-size: 20px;
    z-index: 2;
  }
  .home .dic .container .left ul li span {
    width: 20px;
    line-height: 20px;
    font-size: 15px;
  }
  .home .more::before {
    width: 20px;
    line-height: 20px;
    font-size: 15px;
  }
  .home .news .container {
    display: block;
  }
  .home .news .container .left {
    margin-right: 0;
  }
  .home .news .container .right {
    width: 100%;
  }
  .home .update .container .right {
    display: none;
  }
  .home .update .container .left {
    width: 100%;
    margin-right: 0;
  }
  .home .technology .container {
    /*display: block;*/
  }
  .home .technology .container a {
    display: block;
  }
  .home .technology .container a img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: contain;
  }
  .home .about .container {
    display: block;
  }
  .home .about .container .left {
    width: 100%;
  }
  .home .about .container .right {
    margin-left: 0;
  }
  .from .item select,
  .from .item textarea,
  .from .item input {
    font-size: 16px;
    line-height: 1.7;
  }
  .from button {
    font-size: 15px;
    line-height: 1.7;
  }
  .home .msg .container {
    display: block;
  }
  .home .msg .container .right,
  .home .msg .container .left {
    width: 100%;
  }
  
  .home .msg .container .right {
    margin-top: 15px;
  }
  
  .home .msg .container .right .text {
    width: calc(50% - 0.3rem);
  }
  .footer .top .fm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .footer .btms p {
    line-height: 1.7;
  }
  .pages a,
  .pagination a,
  .pages span,
  .pagination span {
    width: 20px;
    line-height: 20px;
  }
  .mainrow {
    display: block;
  }
  .slider {
    width: 100%;
  }
  .slider .list a {
    line-height: 2.7;
  }
  .slider,
  .dic .mainrow .lists {
    position: static;
  }
  .dic .mainrow .lists {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  
  .dic .mainrow .lists .item + .item{
      margin-top: 0;
  }
  
  .slider form input {
    font-size: 15px;
  }
  .slider form {
    padding: 10px;
  }
  .slider form button {
    font-size: 25px;
  }
  .dic .mainrow .lists .item {
    padding: 10px;
  }
  .dic .mainrow .lists .item {
    display: block;
  }
  .dic .mainrow .lists .item .left {
    width: 100%;
  }
  .dic .mainrow .lists .item .right div ul a {
    line-height: 1.7;
  }
  .dic .mainrow .lists .item .right div ul a + a {
    margin-left: 5px;
  }
  .banner img {
    height: 50vw;
    object-fit: cover;
  }
  .info .mainrow .lists {
    position: static;
    margin-left: 0;
    margin-top: 20px;
  }
  .info .mainrow .lists .item .label .btn {
    line-height: 2;
  }
  .submenu a {
    line-height: 2;
  }
  .engineering .main .item,
  .support_download .main .item,
  .support_manual .main .item {
    padding: 10px;
    display: block;
  }
  
  .engineering .main .item .left,
  .support_download .main .item .left,
  .support_manual .main .item .left {
    width: 100%;
  }
  
  .engineering .main .item .right,
  .support_download .main .item .right,
  .support_manual .main .item .right {
    width: 41vw;
  }
  
  .engineering .main .item .right div ul a,
  .support_download .main .item .right div ul a,
  .support_manual .main .item .right div ul a {
    line-height: 2;
  }
  .engineering .main .item .right div ul a + a,
  .support_download .main .item .right div ul a + a,
  .support_manual .main .item .right div ul a + a {
    margin-left: 5px;
  }
  .support .main .item .label .btn {
    line-height: 2;
  }
  .submenu {
    overflow-x: auto;
  }
  .submenu a {
    white-space: nowrap;
  }
  .about_contact .main .from_wrap {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .about_contact .main .from_wrap .right,
  .about_contact .main .from_wrap .left {
    width: 100%;
    margin-left: 0;
  }
  .about_contact .main .from_wrap .left .item textarea,
  .about_contact .main .from_wrap .left .item input,
  .about_contact .main .from_wrap .left button {
    line-height: 2;
  }
  .about_contact .main .addresses {
    padding: 10px;
    display: block;
  }
  .about_contact .main .addresses .item + .item {
    margin-top: 10px;
  }
  .about_customer .main {
    grid-template-columns: 1fr 1fr;
  }
  .about_customer .main img {
    height: 40px;
  }
  .about_join .main .list {
    width: 100%;
  }
  .about_join .main .list a .iconfont::before {
    font-size: 15px;
  }
  .about_join_info .main .info {
    width: 100%;
  }
  .about_join_info .main .info .submit {
    line-height: 2;
  }
  .community .mainrow .lists {
    position: static;
    margin-top: 20px;
  }
  .community .mainrow .lists .top a.iconfont {
    line-height: 2;
  }
  .community .mainrow .lists .item .btm {
    --touw: 24px;
    --toul: 7px;
  }
  .community .mainrow .lists .item .btm .right .iconfont::before {
    font-size: 20px;
  }
  .community_info .mainrow .gotosubmit {
    line-height: 2;
  }
  .community_info .mainrow .rights {
    margin-left: 0;
    margin-top: 20px;
  }
  .community_info .mainrow .rights .top .back::before {
    font-size: 13px;
  }
  .community_info .mainrow .rights .box {
    --touw: 24px;
  }
  .community_info .mainrow .rights .box .right .btm .iconfont::before {
    font-size: 20px;
  }
  .community_info .mainrow .rights .huifu .bf .rir .submit {
    line-height: 2;
  }
  .community_info .mainrow .rights .huifu .bf > img {
    width: 24px;
    height: 24px;
  }
  .community_info .mainrow .rights .huifu .bf {
    display: block;
  }
  .community_info .mainrow .rights .huifu .bf .rir {
    margin-top: 10px;
  }
  .community_info .mainrow .rights .huifu .msglist .item {
    --touw: 24px;
  }
  .community_info .mainrow .rights .huifu .msglist .item .me .right .btm .iconfont::before {
    font-size: 20px;
  }
  .community_submit .mainrow .rights .btm .title_input {
    font-size: 20px;
    line-height: 1.6;
  }
  .community_submit .mainrow .rights .btm .submit {
    line-height: 2;
  }
  .community_submit .mainrow .rights .btm ul {
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .community_submit .mainrow .rights .btm ul li {
    line-height: 2.5;
  }
  .login .mians {
    width: 80%;
  }
  .login .mians .from button {
    line-height: 2;
  }
  .login .mians .logo img {
    width: 15vw;
  }
  .from .item .input img {
    height: 100%;
  }
  .user_status .main .top::before,
  .user_msg .main .top::before,
  .user .main .top::before {
    width: 3px;
    margin-right: 5px;
  }
  .user .main .box .img {
    width: 50px;
    height: 50px;
  }
  .user .main .box .row .item {
    flex: 1;
  }
  .user .main .box .row {
    margin-top: 20px;
  }
  .user .main .box .row .item input {
    width: 100%;
    line-height: 2;
    font-size: 15px;
  }
  .user .main .box button {
    font-size: 15px;
    line-height: 2;
    padding: 0 20px;
  }
  .user .main .box .row .item .input div {
    white-space: nowrap;
  }
  .user .main .box .row .item .input div {
    line-height: 2;
  }
  .user .main .box .row .item .label {
    margin-bottom: 10px;
  }
  .user_status .main .box a {
    line-height: 2;
  }
  .user_status .main .box p {
    display: block;
  }
  .user_status .main .box p b {
    display: block;
  }
  .user_msg .main .box .item {
    padding: 15px;
  }
  .user_msg .main .box .item .left {
    width: 40px;
    height: 40px;
  }
  .user_msg .main .box .item.new .left::after {
    width: 10px;
    height: 10px;
  }
  .header .search_box .container input {
    font-size: 16px;
    line-height: 2;
  }
  .header .search_box .container .iconfont {
    font-size: 25px;
  }
  
  .support_training .main .right,
  .support_training .main .left{
    width: 50%;
  }
}

.header > .container .menu li{
    position: relative;
}

.child_min{
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    /*transform: translateX(-50%);*/
    background: #fff;
    padding: 10px 20px;
    z-index: 9;
}

.child_min a{
    display: block;
    white-space: nowrap;
    line-height: 2.5;
    text-align: left;
}

.child_min a:hover{
    color: var(--themeColor) !important;
}

@media (max-width: 450px){
   .home .technology .container,
   .dic .mainrow .lists{
     display: block;
   }

  .engineering .main,
  .support_download .main,
  .support_manual .main {
    display: block;
  }
}
