.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.el-color-picker__icon,
.el-input,
.el-textarea {
  display: block;
}
.el-form-item__content {
  line-height: 0.5rem;
}
[class*=flex_] {
  display: flex;
}
[class*=_ac] {
  align-items: center;
}
[class*=_ae] {
  align-items: flex-end;
}
[class*=_as] {
  align-items: flex-start;
}
[class*=_jc] {
  justify-content: center;
}
[class*=_js] {
  justify-content: space-between;
}
[class*=_je] {
  justify-content: flex-end;
}
[class*=_jf] {
  justify-content: flex-start;
}
[class*=_row] {
  flex-wrap: wrap;
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
:root {
  --ww: 1920 * 100vw;
  --color: #093e93;
  --hover_color: #1aa4fc;
  --f14: 0.14rem;
  --f15: 0.15rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --lighter: lighter;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1366px) {
  :root {
    --ww: 1366 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --f14: 0.18rem;
    --f16: 0.2rem;
    --f18: 0.22rem;
    --f20: 0.24rem;
    --f22: 0.26rem;
    --f24: 0.26rem;
  }
}
@media (max-width: 640px) {
  :root {
    --lighter: normal;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 0.16rem;
  overflow-x: hidden;
  word-break: break-word;
}
@media (max-width: 1024px) {
  body {
    overflow-x: inherit;
  }
}
.mb190 {
  margin-bottom: 1.9rem;
}
.mb150 {
  margin-bottom: 1.5rem;
}
.mb140 {
  margin-bottom: 1.4rem;
}
.mb130 {
  margin-bottom: 1.3rem;
}
.mb120 {
  margin-bottom: 1.2rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.mb95 {
  margin-bottom: 0.95rem;
}
.mb90 {
  margin-bottom: 0.9rem;
}
.mb85 {
  margin-bottom: 0.85rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}
.mb75 {
  margin-bottom: 0.75rem;
}
.mb70 {
  margin-bottom: 0.7rem;
}
.mb65 {
  margin-bottom: 0.65rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb55 {
  margin-bottom: 0.55rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb5 {
  margin-bottom: 0.05rem;
}
.mt190 {
  margin-top: 1.9rem;
}
.mt150 {
  margin-top: 1.5rem;
}
.mt140 {
  margin-top: 1.4rem;
}
.mt130 {
  margin-top: 1.3rem;
}
.mt120 {
  margin-top: 1.2rem;
}
.mt100 {
  margin-top: 1rem;
}
.mt95 {
  margin-top: 0.95rem;
}
.mt90 {
  margin-top: 0.9rem;
}
.mt85 {
  margin-top: 0.85rem;
}
.mt80 {
  margin-top: 0.8rem;
}
.mt75 {
  margin-top: 0.75rem;
}
.mt70 {
  margin-top: 0.7rem;
}
.mt65 {
  margin-top: 0.65rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt55 {
  margin-top: 0.55rem;
}
.mt45 {
  margin-top: 0.45rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt35 {
  margin-top: 0.35rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt5 {
  margin-top: 0.05rem;
}
.pt190 {
  padding-top: 1.9rem;
}
.pt150 {
  padding-top: 1.5rem;
}
.pt140 {
  padding-top: 1.4rem;
}
.pt130 {
  padding-top: 1.3rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt95 {
  padding-top: 0.95rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt85 {
  padding-top: 0.85rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt75 {
  padding-top: 0.75rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt65 {
  padding-top: 0.65rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pt55 {
  padding-top: 0.55rem;
}
.pt45 {
  padding-top: 0.45rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt35 {
  padding-top: 0.35rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pt15 {
  padding-top: 0.15rem;
}
.pt5 {
  padding-top: 0.05rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.pb150 {
  padding-bottom: 1.5rem;
}
.pb140 {
  padding-bottom: 1.4rem;
}
.pb130 {
  padding-bottom: 1.3rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb95 {
  padding-bottom: 0.95rem;
}
.pb90 {
  padding-bottom: 0.9rem;
}
.pb85 {
  padding-bottom: 0.85rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb75 {
  padding-bottom: 0.75rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb65 {
  padding-bottom: 0.65rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb45 {
  padding-bottom: 0.45rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb5 {
  padding-bottom: 0.05rem;
}
.pl190 {
  padding-left: 1.9rem;
}
.pl150 {
  padding-left: 1.5rem;
}
.pl140 {
  padding-left: 1.4rem;
}
.pl130 {
  padding-left: 1.3rem;
}
.pl120 {
  padding-left: 1.2rem;
}
.pl100 {
  padding-left: 1rem;
}
.pl95 {
  padding-left: 0.95rem;
}
.pl90 {
  padding-left: 0.9rem;
}
.pl85 {
  padding-left: 0.85rem;
}
.pl80 {
  padding-left: 0.8rem;
}
.pl75 {
  padding-left: 0.75rem;
}
.pl70 {
  padding-left: 0.7rem;
}
.pl65 {
  padding-left: 0.65rem;
}
.pl60 {
  padding-left: 0.6rem;
}
.pl50 {
  padding-left: 0.5rem;
}
.pl55 {
  padding-left: 0.55rem;
}
.pl45 {
  padding-left: 0.45rem;
}
.pl40 {
  padding-left: 0.4rem;
}
.pl35 {
  padding-left: 0.35rem;
}
.pl30 {
  padding-left: 0.3rem;
}
.pl25 {
  padding-left: 0.25rem;
}
.pl20 {
  padding-left: 0.2rem;
}
.pl10 {
  padding-left: 0.1rem;
}
.pl15 {
  padding-left: 0.15rem;
}
.pl5 {
  padding-left: 0.05rem;
}
.pr190 {
  padding-right: 1.9rem;
}
.pr150 {
  padding-right: 1.5rem;
}
.pr140 {
  padding-right: 1.4rem;
}
.pr130 {
  padding-right: 1.3rem;
}
.pr120 {
  padding-right: 1.2rem;
}
.pr100 {
  padding-right: 1rem;
}
.pr95 {
  padding-right: 0.95rem;
}
.pr90 {
  padding-right: 0.9rem;
}
.pr85 {
  padding-right: 0.85rem;
}
.pr80 {
  padding-right: 0.8rem;
}
.pr75 {
  padding-right: 0.75rem;
}
.pr70 {
  padding-right: 0.7rem;
}
.pr65 {
  padding-right: 0.65rem;
}
.pr60 {
  padding-right: 0.6rem;
}
.pr50 {
  padding-right: 0.5rem;
}
.pr55 {
  padding-right: 0.55rem;
}
.pr45 {
  padding-right: 0.45rem;
}
.pr40 {
  padding-right: 0.4rem;
}
.pr35 {
  padding-right: 0.35rem;
}
.pr30 {
  padding-right: 0.3rem;
}
.pr25 {
  padding-right: 0.25rem;
}
.pr20 {
  padding-right: 0.2rem;
}
.pr10 {
  padding-right: 0.1rem;
}
.pr15 {
  padding-right: 0.15rem;
}
.pr5 {
  padding-right: 0.05rem;
}
.f14 {
  font-size: 0.14rem;
}
.f15 {
  font-size: 0.15rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f80 {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .f17 {
    font-size: 0.22rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.24rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
  .mt80 {
    margin-top: 0.6rem;
  }
  .mb80 {
    margin-bottom: 0.6rem;
  }
  .pt190 {
    padding-top: 1rem;
  }
  .pt120 {
    padding-top: 0.6rem;
  }
  .pt100 {
    padding-top: 0.6rem;
  }
  .pb120 {
    padding-bottom: 0.6rem;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .mt120 {
    margin-top: 0.6rem;
  }
  .mt100 {
    margin-top: 0.6rem;
  }
  .mb100 {
    margin-bottom: 0.6rem;
  }
  .mb120 {
    margin-bottom: 0.6rem;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
  z-index: 3;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.color {
  color: var(--color);
}
.header {
  width: 100%;
  z-index: 10;
  position: relative;
}
.header .top {
  background-color: #f8f8f8;
  line-height: 0.34rem;
  color: #999999;
}
.header .top .left a {
  color: #999999;
}
.header .top .left em {
  margin: 0 0.05rem;
}
.header .top .left em:last-child {
  display: none;
}
.header .time {
  padding-right: 0.15rem;
  position: relative;
}
.header .time::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.1rem;
  background-color: #dddddd;
}
.header .lang {
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  position: relative;
  font-size: var(--f12);
  margin-left: 0.15rem;
  z-index: 3;
}
.header .lang span {
  display: flex;
  align-items: center;
}
.header .lang span::after {
  content: '';
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
  filter: brightness(0.7);
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: #fff;
  width: 1.2rem;
  text-align: center;
  padding: 0.1rem;
}
.header .lang a {
  display: block;
}
.header .lang a:hover {
  color: var(--hover_color);
}
.header .lang.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .contentBox {
  height: 0.95rem;
}
.header .logo {
  max-width: 3.85rem;
}
.header .logo2 {
  max-width: 3.1rem;
  margin-left: 0.3rem;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .search.search_show .top_search {
  opacity: 1;
  top: 150%;
  pointer-events: auto;
}
.header .open_search {
  display: inline-flex;
  align-items: center;
  color: #666666;
  position: relative;
  z-index: 11;
}
.header .open_search i {
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 0.2rem;
  left: 50%;
  height: 1px;
  top: 50%;
  margin-left: -0.12rem;
  margin-top: -1.5px;
  background: var(--hover_color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .header .open_search {
    display: none;
  }
}
.header .top_search {
  width: 3.5rem;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 200%;
  pointer-events: none;
}
.header .top_search .warp {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  display: flex;
}
.header .top_search .btn {
  min-width: 0.9rem;
  line-height: 0.46rem;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.header .top_search .text {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
  border: none;
  background-color: transparent;
  flex: 1;
}
.header .top_search .text::placeholder {
  color: #bbbbbb;
}
@media (min-width: 1025px) {
  .header .top_search {
    position: relative;
    opacity: 1;
    top: auto;
    right: auto;
    pointer-events: auto;
    width: 3rem;
  }
}
.header .menuIcon {
  display: none;
}
.header .top_hy {
  margin-left: 0.1rem;
  border-radius: 0.5rem;
  line-height: 0.46rem;
  background-color: #f7f7f7;
  padding: 0 0.2rem;
}
.header .top_hy::before {
  content: '';
  display: inline-flex;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/login_user.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
}
.header .top_hy a {
  color: var(--color);
}
.header .top_hy a:hover {
  color: var(--hover_color);
}
.header .top_hy em {
  width: 1px;
  height: 0.1rem;
  background-color: var(--color);
  margin: 0 0.05rem;
  opacity: 0.3;
}
@media (min-width: 1025px) {
  .header .navTop {
    background-color: var(--color);
  }
  .header .navTop li {
    flex: 1;
    min-width: 0;
  }
}
.header .navTop li {
  text-align: center;
  position: relative;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 0.6rem;
  color: #fff;
  border-radius: 0.04rem;
}
@media (min-width: 1025px) {
  .header .navTop li.aon span a,
  .header .navTop li:hover span a {
    color: #fff;
    background-color: var(--hover_color);
  }
  .header .navTop li.wap_show {
    display: none;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  min-width: 100%;
  background-color: #fff;
  white-space: nowrap;
  padding: 0.1rem 0;
}
.header .navTop li .sub .box a {
  display: block;
  line-height: 0.6rem;
  font-size: var(--f18);
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header .w1600 {
    height: 1rem;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
    margin-left: 0.1rem;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: var(--color);
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 1.28rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1.28rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 3rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
    color: #333;
    padding: 0 0.2rem;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 0.2rem;
    min-width: auto;
    display: none;
    opacity: 1;
    white-space: normal;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
    padding-left: 0.5rem;
    padding-top: 0.2rem;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
    display: block;
    color: #333;
    background-color: transparent;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .top {
    height: 0.65rem;
  }
  .header .top .w1200 {
    flex-wrap: wrap;
  }
  .header .top .left,
  .header .top .right {
    width: 100%;
    justify-content: flex-end;
  }
  .header .contentBox {
    height: 1.2rem;
  }
  .header .contentBox .left,
  .header .contentBox .right {
    width: 100%;
  }
  .header .contentBox .right {
    justify-content: flex-end;
  }
  .header .logo {
    max-width: 2.5rem;
  }
  .header .navTop {
    padding-top: 1.85rem;
  }
  .header .navTop::before {
    height: calc(100% - 1.85rem);
  }
}
.gap_5 {
  gap: 0.05rem;
}
.gap_10 {
  gap: 0.1rem;
}
.gap_20 {
  gap: 0.1rem 0.2rem;
}
.gap_30 {
  gap: 0.1rem 0.4rem;
}
.gap_40 {
  gap: 0.1rem 0.4rem;
}
.gap_60 {
  gap: 0.1rem 0.6rem;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
[v-cloak] {
  display: none;
}
.NYbanner {
  position: relative;
}
.NYbanner .banner img {
  width: 100%;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #fff;
  align-items: center;
}
.footer {
  background-color: #f7f7f7;
}
.footer .top {
  padding: 0.4rem 0;
}
.footer .ewm {
  text-align: center;
  color: #888888;
  font-size: var(--f14);
}
.footer .ewm img {
  width: 1.1rem;
  border-radius: 4px;
  margin-bottom: 0.1rem;
}
.footer .left .title {
  color: var(--color);
  margin: 0.15rem 0;
}
.footer .left li {
  width: 50%;
  padding-left: 0.3rem;
  line-height: 0.28rem;
  background: url(../images/foot_add.svg) no-repeat left center;
  background-size: 0.16rem;
}
.footer .left .code {
  background-image: url(../images/foot_code.svg);
}
.footer .left .tel {
  background-image: url(../images/foot_tel.svg);
}
.footer .left .email {
  background-image: url(../images/foot_email.svg);
}
.footer .Copyright {
  background-color: var(--color);
  line-height: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--f15);
}
.footer .Copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .Copyright a:hover {
  color: #fff;
}
.footer .Copyright .flink em {
  width: 1px;
  height: 0.12rem;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 0.15rem;
}
@media screen and (max-width: 640px) {
  .footer .top {
    justify-content: center;
  }
  .footer .top .logo {
    margin-bottom: 0.3rem;
  }
  .footer .left {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .footer .left li {
    width: 100%;
  }
  .footer .Copyright {
    text-align: center;
    justify-content: center;
    padding: 0.15rem 0;
    line-height: 1.4;
  }
  .footer .Copyright p {
    order: 2;
    margin-top: 0.1rem;
  }
  .footer .Copyright .flink {
    justify-content: center;
    width: 100%;
  }
}
.mainBox {
  position: relative;
  z-index: 3;
}
.current .w1200 {
  border-bottom: 1px solid #ededed;
}
.location {
  height: 0.8rem;
  display: flex;
  align-items: center;
  color: #888888;
}
.location em {
  font-style: normal;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
}
.location a {
  color: #888888;
}
.location a:hover {
  color: var(--color);
}
.location i {
  display: inline-flex;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #888888;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.nymenu li:not(:last-child) {
  margin-right: 0.5rem;
}
.nymenu a {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.8rem;
  line-height: 0.26rem;
}
.nymenu a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0.03rem;
  transform: translateX(-50%);
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nymenu a:hover {
  color: var(--color);
}
.nymenu a:hover .icon {
  filter: none;
}
.nymenu a:hover::after {
  width: 100%;
  opacity: 1;
}
.nymenu .icon {
  max-width: 0.22rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  filter: grayscale(1) opacity(0.5);
  display: inline-flex;
  align-items: center;
}
.nymenu .icon img {
  display: inline-flex;
}
.nymenu .aon a {
  color: var(--color);
}
.nymenu .aon a .icon {
  filter: none;
}
.nymenu .aon a::after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 640px) {
  .nymenu .ul {
    justify-content: flex-start;
  }
  .nymenu li:not(:last-child) {
    margin-right: 0.3rem;
  }
}
.shrink_l {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.shrink_r {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.LoginBox {
  background: url(../images/login_bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.log_header {
  padding: 1.2rem 0 0.4rem;
}
.log_header .logo {
  max-width: 3.8remrem;
}
.Login_Copyright {
  padding: 0.2rem 4%;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--f15);
}
.Login_Copyright a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.1rem;
}
.Login_Copyright a:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .Login_Copyright {
    flex-wrap: wrap;
    text-align: center;
  }
}
.form_login {
  margin-left: auto;
  margin-right: 0;
  padding: 0.8rem 0.5rem;
  max-width: 5.2rem;
  margin: 0 auto;
  background-color: #fff;
}
.form_login .login_tit {
  color: var(--color);
  font-size: var(--f26);
  gap: 0.2rem;
}
.form_login .login_tit span {
  color: #333333;
  cursor: pointer;
}
.form_login .login_tit .active {
  color: var(--color);
}
.form_login .login_wx {
  min-height: 3rem;
}
.form_register {
  max-width: 9.6rem;
}
.el-input {
  font-size: var(--f16);
}
.el-input__inner,
.el-textarea__inner {
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: var(--f16);
  border-radius: 0.08rem;
  padding: 0 0.2rem;
  background-color: transparent;
  border: 1px solid #dadada;
}
.el-input__inner::placeholder,
.el-textarea__inner::placeholder {
  color: #bbbbbb;
}
.el-textarea__inner {
  height: 1.6rem;
}
.form_ul li {
  width: 100%;
}
.form_ul .row_2 {
  width: 48.7%;
}
.form_ul .input_li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.form_ul .input_li.mb20 {
  margin-bottom: 0.2rem;
}
.form_ul .input_li .name {
  line-height: 0.26rem;
}
.form_ul .input_li .name::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.26rem;
  background: url(../images/login_user.svg) no-repeat center;
  background-size: 0.16rem;
  margin-right: 0.1rem;
  position: absolute;
  left: 0.16rem;
  top: calc(100% + 0.22rem);
  z-index: 10;
  pointer-events: none;
  display: none;
}
.form_ul .name {
  min-width: 1.35rem;
  flex-shrink: 0;
  padding-left: 0;
  color: #333333;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.1rem;
  position: relative;
}
.form_ul .name::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color);
  opacity: 0.3;
  width: 1px;
  height: 0.18rem;
  display: none;
}
.form_ul .none .name::before {
  display: none;
}
.form_ul .el-radio {
  margin: 0.05rem 0.1rem 0.05rem 0;
}
.form_ul .pass_li .name::before {
  background-image: url(../images/login_pass.svg);
}
.form_ul .yzm_li .name::before {
  background-image: url(../images/login_yzm.svg);
}
.form_ul .email_li .name::before {
  background-image: url(../images/login_email.svg);
}
.form_ul .tel_li .name::before {
  background-image: url(../images/login_tel.svg);
}
.form_ul .Company_li .name::before {
  background-image: url(../images/login_gs.svg);
}
.form_ul .position_li .name::before {
  background-image: url(../images/login_zw.svg);
  background-size: 0.12rem;
}
.form_ul .icon_see {
  position: absolute;
  right: 0.3rem;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background: url(../images/login_see.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.form_ul .icon_see.active {
  background-image: url(../images/login_see2.svg);
}
.form_ul .yam_btn {
  margin-right: 0.3rem;
  position: absolute;
  line-height: 0.54rem;
  z-index: 10;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
.form_ul .box {
  flex: 1;
  min-width: 0;
  position: relative;
}
.form_ul .boxTxt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 0.54rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
}
.form_ul .el-form-item {
  margin-bottom: 0;
}
.form_ul .el-textarea__inner,
.form_ul .el-input__inner {
  border: none;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  padding-left: 0.2rem;
}
.form_ul.none .boxTxt,
.form_ul.none .el-textarea__inner,
.form_ul.none .el-input__inner {
  padding-left: 0.2rem;
}
.form_ul .el-textarea__inner {
  resize: none!important;
}
.form_ul .login_btn {
  min-width: 2.3rem;
  padding: 0 0.1rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color);
  border-radius: 0.5rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.form_ul .login_btn::after {
  content: '';
  display: inline-flex;
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow.svg) no-repeat center;
  margin-left: 0.1rem;
}
.form_ul .login_btn:hover {
  background-color: var(--hover_color);
}
.form_ul .grey {
  color: #bbbbbb;
}
.form_ul a.grey:hover {
  color: var(--color);
}
.form_ul .el-select {
  width: 98%;
}
.form_ul .AvatarBox {
  position: relative;
}
.form_ul .AvatarBox img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.form_ul .AvatarBox_two {
  border: 1px solid #eee;
}
.form_ul .AvatarBox_two img {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.form_ul .AvatarBox_two .up_img {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.form_ul .AvatarBox_two .up_img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
}
.form_ul .AvatarBox_two .up_img .icon::after,
.form_ul .AvatarBox_two .up_img .icon::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 0.02rem;
  background-color: #fff;
  left: 50%;
  top: 50%;
}
.form_ul .AvatarBox_two .up_img .icon::after {
  transform: translate(-50%, -50%);
}
.form_ul .AvatarBox_two .up_img .icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 640px) {
  .form_ul .row_2 {
    width: 100%;
  }
}
.txt_line {
  text-decoration: underline;
}
.txt_line:hover {
  text-decoration: underline;
  color: var(--color);
}
.checkboxbox {
  color: #666666;
  display: flex;
  align-items: center;
}
.checkboxbox label {
  position: relative;
  display: inline-flex;
  margin-right: 0.1rem;
  cursor: pointer;
}
.checkboxbox label .icon {
  width: 0.18rem;
  height: 0.18rem;
  background-size: contain;
  position: relative;
  z-index: 2;
  display: block;
  border: 1px solid #dadada;
  border-radius: 4px;
  cursor: pointer;
}
.checkboxbox label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  cursor: pointer;
}
.checkboxbox label input:checked + .icon {
  background: url(../images/checked.svg) no-repeat center var(--color);
  background-size: 0.12rem;
  border-color: var(--color);
}
.checkboxbox span {
  display: block;
  line-height: 0.26rem;
  color: #888888;
}
.checkboxbox a {
  margin: 0 5px;
  display: inline-flex;
}
.col_555 {
  color: #555;
}
.col_666 {
  color: #666666;
}
.col_888 {
  color: #888;
}
.block {
  display: block;
  width: 100%;
}
.line_bottom {
  border-bottom: 1px solid #e4e4e5;
}
.SingleBox {
  color: #222;
  line-height: calc(32 / 16);
}
.SingleBox img {
  height: auto!important;
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 300;
  overflow: auto;
  max-height: 100%;
  display: none;
}
.open_inner.show {
  display: block;
}
.open_inner .flexbox {
  width: 100%;
  min-height: 100%;
  padding: 5% 0;
  position: relative;
}
.open_inner .inner {
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.25rem 0.3rem;
  position: relative;
}
.open_inner .w780 {
  max-width: 7.8rem;
  width: 88%;
  margin: 0 auto;
  padding: 0.7rem 0.3rem;
}
.open_inner .w1000 {
  max-width: 10rem;
  width: 90%;
  margin: 0 auto;
  padding: 0.4rem;
}
.open_inner .open_title {
  color: #333333;
}
.open_inner .open_des {
  color: #555555;
}
.open_inner .close {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.02rem;
  height: 100%;
  background-color: #888888;
  transform: translate(-50%, -50%) rotate(45deg);
}
.open_inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.open_inner .ny_title .close {
  position: relative;
  right: auto;
  top: auto;
}
.open_inner .videobox {
  position: relative;
  padding-top: 60%;
}
.open_inner .videobox .player-con {
  width: 100%;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
}
.open_register .inner {
  padding: 0;
}
.open_register .form_register {
  padding: 0.7rem 0.5rem 0.45rem;
}
.open_message .inner {
  padding: 0;
}
.open_message .form_register {
  padding: 0.7rem 0.5rem;
}
.tinydemo,
.tox-tinymce,
.tox-tinymce {
  height: 4.6rem;
  width: 100%;
}
.tox .tox-tbtn[title="粘贴"],
.tox-toolbar__group:first-child,
.tox .tox-menubar,
.tox-statusbar {
  display: none!important;
}
.tox-tinymce {
  border-radius: 0.12rem !important;
  border: solid 1px #d3d6d7 !important;
}
.upload_box {
  line-height: normal;
}
.upload_box .el-icon-plus {
  color: var(--color);
  font-size: 0.3rem;
}
.el-upload-list--picture-card .el-upload-list__item,
.el-upload--picture-card {
  width: 2.37rem;
  height: 2.37rem;
  border-radius: 0.08rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-color: #f8f7ff;
  border: none;
}
.el-upload-list--picture-card .el-upload-list__item {
  border: none;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}
.el-upload-list--picture-card .el-upload-list__item:nth-child(4n) {
  margin-right: 0;
}
.hr {
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
}
.color {
  color: var(--color);
}
.swiper-button {
  color: var(--color);
}
.loading {
  display: block;
  text-align: center;
  margin: 0.1rem auto 0.5rem;
  color: #030303;
}
.loading i {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  margin: 0 auto 10px;
  background: url(../images/loading.svg) no-repeat center;
  animation: rotate 2.2s linear infinite;
  background-size: contain;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.page_btns {
  gap: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.page_btns .swiper-button {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  gap: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  opacity: 1;
}
.page_btns .swiper-button:hover {
  background-color: var(--color);
}
.page_btns .swiper-button:hover::after {
  color: #fff;
}
.swiper-button {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button::after {
  color: #222222;
  font-size: 0.16rem;
  font-weight: bold;
}
.swiper-button:hover {
  background-color: var(--color);
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button-prev {
  left: -6%;
}
.swiper-button-next {
  right: -6%;
}
@media (max-width: 1400px) {
  .swiper-button-prev {
    left: -4%;
  }
  .swiper-button-next {
    right: -4%;
  }
}
/*首页*/
/*首页banner*/
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
.Hbanner .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hbanner .line_box {
  display: inline-block;
  border-top: 0.03rem solid rgba(255, 255, 255, 0.4);
  border-bottom: 0.03rem solid rgba(255, 255, 255, 0.4);
  padding: 0.25rem 0;
  position: relative;
}
.Hbanner .line_box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  width: 100%;
  height: 0.02rem;
  background-color: #fff;
  opacity: 0.2;
}
.Hbanner .des {
  letter-spacing: 0.04rem;
  margin-top: 0.05rem;
}
.Hbanner .right {
  text-align: right;
}
.Hbanner .swiper-pagination {
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  margin: 0;
  border-radius: 100%;
  opacity: 1;
  margin: 0 0.1rem;
  border: 0.02rem solid #fff;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(0.5rem);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.3s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.6s;
}
.Hbanner .swiper-slide-active .animate {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 640px) {
  .Hbanner .title {
    font-size: var(--f30);
  }
  .Hbanner .des {
    letter-spacing: 0;
    font-size: var(--f20);
  }
}
.Htitle {
  border-bottom: 1px solid #ededed;
}
.Htitle .Htxt {
  color: var(--color);
  line-height: 0.26rem;
}
.Htitle .Htxt .icon {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.Htitle .tab_ul {
  gap: 0 0.5rem;
}
.Htitle .tab_ul li {
  min-height: 0.43rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  position: relative;
  color: #555555;
  line-height: 1;
}
.Htitle .tab_ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color);
  height: 0.03rem;
  opacity: 0;
}
.Htitle .tab_ul .on {
  color: var(--color);
}
.Htitle .tab_ul .on::before {
  opacity: 1;
}
@media (max-width: 640px) {
  .Htitle .tab_ul {
    gap: 0 0.2rem;
  }
}
.Hmore {
  display: inline-flex;
  align-items: center;
  color: #888888;
  font-size: var(--f14);
}
.Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  filter: grayscale(1) opacity(0.5);
  background-size: contain;
}
.Hmore:hover {
  color: var(--color);
}
.Hmore:hover::after {
  filter: none;
}
.Hmore2 {
  display: inline-flex;
  align-items: center;
  color: #888888;
  font-size: var(--f14);
  height: 0.46rem;
  min-width: 1.3rem;
  padding: 0 0.1rem;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  justify-content: center;
}
.Hmore2.f16 {
  font-size: var(--f16);
}
.Hmore2::after {
  content: '';
  display: inline-flex;
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  filter: grayscale(1) opacity(0.5);
  background-size: contain;
}
.Hmore2.blue {
  background-color: var(--color);
  color: #fff;
}
.Hmore2.blue::after {
  filter: brightness(0) invert(1);
}
.Hmore2.blue:hover {
  background-color: var(--hover_color);
}
.Hmore2:hover {
  color: #fff;
  background-color: var(--color);
}
.Hmore2:hover::after {
  filter: brightness(0) invert(1);
}
a.box:hover .Hmore2 {
  background-color: var(--color);
  color: #fff;
}
a.box:hover .Hmore2::after {
  filter: brightness(0) invert(1);
}
.Hbox_one .left {
  width: calc(760 / 1200 * 100%);
}
.Hbox_one .left .swiper {
  border-radius: 4px;
}
.Hbox_one .left .box {
  width: 100%;
  display: block;
  position: relative;
}
.Hbox_one .left .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: -moz-linear-gradient(0deg, rgba(9, 62, 147, 0.9), rgba(9, 62, 147, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(9, 62, 147, 0.9), rgba(9, 62, 147, 0));
  background-image: -ms-linear-gradient(0deg, rgba(9, 62, 147, 0.9), rgba(9, 62, 147, 0));
  background-image: linear-gradient(0deg, rgba(9, 62, 147, 0.9), rgba(9, 62, 147, 0));
  z-index: 2;
}
.Hbox_one .left .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.28rem 0.2rem;
  color: #fff;
  z-index: 3;
}
.Hbox_one .pic {
  padding-top: calc(440 / 760 * 100%);
  position: relative;
}
.Hbox_one .swiper-pagination {
  text-align: right;
  bottom: 0.3rem;
  padding: 0 0.2rem;
}
.Hbox_one .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.07rem;
  height: 0.07rem;
}
.Hbox_one .right {
  width: calc(420 / 1200 * 100%);
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  padding: 0.25rem 0.2rem 0.1rem;
}
.Hbox_one .Htitle {
  border-bottom: none;
}
@media (max-width: 640px) {
  .Hbox_one .left,
  .Hbox_one .right {
    width: 100%;
  }
}
.Hbox_pic {
  position: relative;
}
.Hbox_pic .pic img {
  min-height: 1.2rem;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hbox_pic .box {
  position: relative;
  display: block;
}
.Hbox_pic .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03rem;
  padding: 0 0.1rem;
}
@media (max-width: 640px) {
  .Hbox_pic .title {
    letter-spacing: 0;
    font-size: var(--f24);
  }
}
.title_list .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.4rem;
}
.title_list .title {
  flex: 1;
  min-width: 0;
}
.title_list .time {
  color: #bbbbbb;
  font-size: var(--f14);
}
.title_list ol {
  margin-bottom: 0.2rem;
}
.title_list ol .box {
  align-items: normal;
}
.title_list ol .pic {
  width: calc(240 / 590 * 100%);
  flex-shrink: 0;
  position: relative;
  margin-right: 0.2rem;
}
.title_list ol .pic figure {
  position: relative;
  padding-top: calc(160 / 240 * 100%);
  overflow: hidden;
  border-radius: 4px;
}
.title_list ol .textwarp {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-flow: column wrap;
  border-bottom: 1px solid #ededed;
}
.title_list ol .textwarp > * {
  width: 100%;
}
.title_list ol .time {
  color: var(--hover_color);
  line-height: 1;
}
.title_list ol .title {
  margin: 0.12rem 0;
  line-height: calc(24 / 16);
  flex: none;
}
.title_list ol .btn {
  margin-top: auto;
  padding-bottom: 0.1rem;
}
.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-width: 0.7rem;
  padding: 0 0.1rem;
  line-height: 0.2rem;
  font-size: var(--f14);
  margin-right: 0.15rem;
  color: #fff;
  flex-shrink: 0;
  background-color: var(--color);
}
.label[data-title='专业知识'] {
  background-color: #55c5a0;
}
.label[data-title='在线课程'] {
  background-color: #36b7f4;
}
.label[data-title='线下课程'] {
  background-color: #1780f1;
}
.label[data-title='国家政策'] {
  background-color: #70bfbc;
}
.label[data-title='地方政策'] {
  background-color: #bf8670;
}
.zcfg_list .box {
  padding: 0.33rem 0;
  border-bottom: 1px solid #ededed;
}
.zcfg_list .left {
  width: 1rem;
}
.zcfg_list .label {
  line-height: 0.26rem;
}
.zcfg_list .textwarp {
  flex: 1;
  min-width: 0;
  padding-right: 1.6rem;
  border-right: 1px solid #ededed;
}
.zcfg_list .time {
  width: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #bbbbbb;
  font-size: var(--f14);
}
.zcfg_list .time p {
  color: #22a3ff;
  margin-bottom: 0.05rem;
}
.zcfg_list .title {
  font-size: var(--f20);
  line-height: 1.4;
}
.zcfg_list .des {
  line-height: calc(24 / 16);
  color: #555;
  margin: 0.2rem 0 0.3rem;
}
@media (max-width: 768px) {
  .zcfg_list .textwarp {
    padding-right: 0.5rem;
  }
}
@media (max-width: 640px) {
  .zcfg_list .time {
    width: 0.9rem;
  }
  .zcfg_list .textwarp {
    padding-right: 0.2rem;
  }
  .zcfg_list .left {
    width: 1.1rem;
  }
}
.Hbox_two .left {
  width: calc(800 / 1200 * 100%);
}
.Hbox_two .left .list {
  gap: 0.2rem;
}
.Hbox_two .left li {
  width: calc((100% - 0.2rem * 3) / 4);
}
.Hbox_two .left .pic {
  padding-top: calc(120 / 185 * 100%);
  position: relative;
  border-radius: 4px;
}
.Hbox_two .left .title {
  line-height: calc(24 / 16);
  margin: 0.1rem 0 0.06rem;
}
.Hbox_two .left .time {
  font-size: var(--f14);
  color: var(--hover_color);
}
.Hbox_two .right {
  width: calc(380 / 1200 * 100%);
}
.Hbox_two .right .title_list {
  margin-top: -0.08rem;
}
@media (max-width: 640px) {
  .Hbox_two .left,
  .Hbox_two .right {
    width: 100%;
  }
  .Hbox_two .left {
    margin-bottom: 0.5rem;
  }
  .Hbox_two .left li {
    width: calc((100% - 0.2rem) / 2);
  }
}
.Hbox_other .left,
.Hbox_other .right {
  width: calc(590 / 1200 * 100%);
}
@media (max-width: 640px) {
  .Hbox_other .left,
  .Hbox_other .right {
    width: 100%;
  }
  .Hbox_other .left {
    margin-bottom: 0.5rem;
  }
}
.Hbox_three .left .ul {
  margin-top: -0.08rem;
}
.Hbox_three .right li {
  margin-bottom: 0.1rem;
}
.Hbox_three .right .pic {
  width: calc(180 / 590 * 100%);
  flex-shrink: 0;
  position: relative;
  margin-right: 0.2rem;
}
.Hbox_three .right .pic figure {
  position: relative;
  padding-top: calc(120 / 180 * 100%);
  overflow: hidden;
  border-radius: 4px;
}
.Hbox_three .right .textwarp {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-flow: column wrap;
}
.Hbox_three .right .textwarp > * {
  width: 100%;
}
.Hbox_three .right time {
  color: var(--hover_color);
}
.Hbox_three .right .title {
  margin: 0.1rem 0;
  line-height: calc(24 / 16);
}
.Hbox_three .right .btn {
  margin-top: auto;
  padding-bottom: 0.1rem;
}
.Hlink .list li {
  min-width: calc(100% / 6);
  margin-bottom: 0.15rem;
}
.Hlink .list a {
  display: block;
  padding-left: 0.16rem;
  position: relative;
}
.Hlink .list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0.7);
}
@media (max-width: 640px) {
  .Hlink .list li {
    min-width: calc(100% / 3);
  }
}
.news_list li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.news_list .box {
  align-items: normal;
}
.news_list .pic {
  width: calc(400 / 1200 * 100%);
  flex-shrink: 0;
  position: relative;
  margin-right: 0.3rem;
}
.news_list .pic figure {
  position: relative;
  padding-top: calc(266 / 400 * 100%);
  overflow: hidden;
  border-radius: 4px;
}
.news_list .textwarp {
  border-bottom: 1px solid #ededed;
  flex: 1;
  min-width: 0;
}
.news_list .time {
  color: var(--hover_color);
  display: block;
  margin: 0.08rem 0;
}
.news_list .title {
  line-height: calc(30 / 20);
  flex: none;
  font-size: var(--f20);
  color: #333;
}
.news_list .des {
  line-height: calc(24 / 16);
  color: #444444;
  margin: 0.17rem 0 0.3rem;
}
.news_list .col_555 {
  color: #555555;
}
.news_list .other {
  color: #999999;
  line-height: 0.24rem;
}
.news_list .data {
  padding-left: 0.24rem;
  background: url(../images/icon_time2.svg) no-repeat left center;
  background-size: 0.15rem;
}
.news_list .add {
  padding-left: 0.24rem;
  background: url(../images/icon_add.svg) no-repeat left center;
  background-size: 0.13rem;
}
.news_list .em_line {
  width: 1px;
  height: 0.18rem;
  background-color: #bbb;
  margin: 0 0.25rem;
  opacity: 0.3;
}
@media (max-width: 640px) {
  .news_list .box {
    flex-wrap: wrap;
  }
  .news_list .pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .news_list .textwarp {
    padding-right: 0;
    flex: auto;
    width: 100%;
  }
  .news_list .textwarp .Hmore2 {
    margin-bottom: 0.3rem;
  }
}
.mxhy_list .textwarp {
  display: flex;
  flex-flow: column wrap;
}
.mxhy_list .textwarp > * {
  width: 100%;
}
.mxhy_list .btn {
  margin-top: auto;
  margin-bottom: 0.35rem;
}
.news_details .news_title {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.25rem;
}
.news_details .news_title .title {
  color: #333333;
  text-align: center;
  font-weight: normal;
}
.news_details .news_title .other {
  gap: 0.1rem 0.3rem;
  color: #999999;
  line-height: 0.24rem;
}
.news_details .news_title .time {
  padding-left: 0.21rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.15rem;
}
.news_details .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.news_details .SingleBox {
  padding-bottom: 0.75rem;
  color: #555555;
  line-height: calc(28 / 16);
}
.news_details .share {
  line-height: 0.3rem;
}
.news_details .social-share {
  display: inline-flex;
  align-items: center;
}
.news_details .social-share .social-share-icon {
  width: 0.24rem;
  height: 0.2rem;
  border: none;
  padding: 0;
  line-height: normal;
  margin: 0 0.1rem;
  display: flex;
}
.news_details .social-share .social-share-icon:hover {
  background-color: transparent;
}
.news_details .social-share .social-share-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_sina.png) no-repeat center;
  background-size: contain;
}
.news_details .social-share .icon-wechat::before {
  background-image: url(../images/icon_wx.png);
}
.job_details .news_title {
  border: none;
  margin-bottom: 0;
}
.job_details .news_title .title {
  text-align: left;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.25rem;
}
.job_details .news_title .Hmore2 {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.job_details .ewm {
  max-width: 2rem;
  text-align: center;
}
.Details_btn {
  border-top: 1px solid #ededed;
  padding-top: 0.35rem;
}
.Details_btn .left {
  flex: 1;
  min-width: 0;
}
.Details_btn span {
  color: #555555;
  line-height: calc(28 / 16);
}
.Details_btn span a {
  color: #555555;
}
.Details_btn span a:hover {
  color: var(--hover_color);
}
.Details_btn .Hmore2 {
  font-size: var(--f16);
  background-color: var(--color);
  color: #fff;
}
.Details_btn .Hmore2::after {
  filter: brightness(0) invert(1);
}
.Details_btn .Hmore2:hover {
  background-color: var(--hover_color);
}
@media (max-width: 640px) {
  .Details_btn .left {
    flex: auto;
    width: 100%;
    order: 2;
    margin-top: 0.2rem;
  }
  .Details_btn .right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.zhhd_info .pic {
  width: calc(600 / 1200 * 100%);
}
.zhhd_info .pic img {
  border-radius: 4px;
}
.zhhd_info .textwarp {
  width: calc(532 / 1200 * 100%);
}
.zhhd_info .title {
  color: #333333;
  margin: 0.3rem 0 0.2rem;
}
.zhhd_info .des {
  color: #555555;
  line-height: calc(24 / 16);
  margin-bottom: 0.25rem;
}
.zhhd_info .other {
  color: #999999;
}
.zhhd_info .other aside {
  margin-bottom: 0.05rem;
}
.zhhd_info .data {
  padding-left: 0.24rem;
  background: url(../images/icon_time2.svg) no-repeat left center;
  background-size: 0.15rem;
}
.zhhd_info .add {
  padding-left: 0.24rem;
  background: url(../images/icon_add.svg) no-repeat left center;
  background-size: 0.13rem;
}
@media (max-width: 640px) {
  .zhhd_info .pic {
    width: 100%;
  }
  .zhhd_info .textwarp {
    width: 100%;
  }
}
.login_tip {
  border: solid 1px #ffb650;
  background-color: #fffae3;
  border-radius: 4px;
  padding: 0.15rem 0.2rem;
  display: flex;
  align-items: center;
  color: #555555;
}
.login_tip .el-icon-warning {
  font-size: var(--f24);
  color: #ffb650;
  flex-shrink: 0;
}
.zhydb_box {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 0.8rem 0.6rem;
}
.zhydb_box .title {
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.zhydb_box .name {
  color: #333;
}
.zhydb_box .red {
  color: #d30000;
  margin-right: 0.05rem;
}
.zhydb_box .el-radio,
.zhydb_box .el-radio__input.is-checked + .el-radio__label {
  color: #222222;
}
.zhydb_box .el-radio__inner {
  width: 0.16rem;
  height: 0.16rem;
}
.zhydb_box .el-radio__input.is-checked .el-radio__inner {
  background-color: #fff;
  border-color: var(--color);
}
.zhydb_box .el-radio__inner::after {
  background-color: var(--color);
  width: 0.08rem;
  height: 0.08rem;
}
.zhydb_box .item {
  width: 100%;
}
.zhydb_box .row_2 {
  width: 48%;
}
.zhydb_box .el-input__inner {
  border-radius: 4px;
  background-color: #fff;
  border: none;
  font-size: var(--f16);
  height: 0.5rem;
  line-height: 0.5rem;
}
.zhydb_box .item_type .el-input__inner {
  height: 0.4rem;
  line-height: 0.4rem;
}
.zhydb_box .el-form-item {
  margin-bottom: 0;
}
.zhydb_box .select {
  width: 32%;
}
@media (max-width: 640px) {
  .zhydb_box .row_2 {
    width: 100%;
  }
}
.el-input__icon {
  width: 0.25rem;
  line-height: 0.5rem;
}
.el-select .el-input .el-select__caret {
  font-size: var(--f14);
}
.zxkc_list {
  gap: 0.6rem 0.3rem;
}
.zxkc_list li {
  width: calc((100% - 0.3rem * 2) / 3);
}
.zxkc_list .pic {
  position: relative;
  padding-top: calc(252 / 380 * 100%);
}
.zxkc_list .time {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0.24rem;
  padding: 0 0.05rem;
  border-radius: 4px;
}
.zxkc_list .title {
  font-size: var(--f18);
  line-height: calc(26 / 18);
  margin: 0.15rem 0 0.1rem;
}
.zxkc_list .des {
  color: #555555;
}
@media (max-width: 640px) {
  .zxkc_list li {
    width: 100%;
  }
}
.down_list .flex_js_row {
  width: 100%;
  padding: 0.22rem 0.3rem;
  border-bottom: 1px solid #ededed;
}
.down_list .name {
  flex: 1;
  min-width: 0;
}
.down_list .format,
.down_list .size {
  width: 1.2rem;
  text-align: center;
}
.down_list .cz {
  width: 0.7rem;
  text-align: center;
}
.down_list ol {
  background-color: #f7f7f7;
  color: #222222;
  border-bottom: none!important;
}
.down_list li .box {
  color: #555555;
  align-items: center;
}
.down_list li .box:hover .name {
  color: var(--color);
}
.down_list li .box:hover .icon {
  filter: none;
}
.down_list li .name {
  padding-left: 0.16rem;
  position: relative;
  color: #222222;
}
.down_list li .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: var(--color);
}
.down_list li .icon {
  width: 0.14rem;
  height: 0.16rem;
  background: url(../images/icon_down.svg) no-repeat center;
  background-size: contain;
  filter: grayscale(1) opacity(0.5);
  display: inline-flex;
}
@media (max-width: 640px) {
  .down_list .size {
    display: none;
  }
  .down_list .cz {
    width: 0.5rem;
  }
}
.zjzk_list {
  gap: 0.24rem;
}
.zjzk_list li {
  width: calc((100% - 0.24rem * 3) / 4);
}
.zjzk_list .box {
  display: block;
  height: 100%;
  background-color: #f7f7f7;
  padding: 0.35rem 0.4rem;
}
.zjzk_list .pic {
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.zjzk_list .title {
  font-size: var(--f24);
  color: #333;
  margin: 0.2rem 0 0.1rem;
}
.zjzk_list .des {
  color: #444444;
  font-size: var(--f18);
  line-height: calc(24 / 18);
}
@media (max-width: 1024px) {
  .zjzk_list .pic {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .zjzk_list li {
    width: calc((100% - 0.24rem * 2) / 3);
  }
}
@media (max-width: 640px) {
  .zjzk_list li {
    width: calc((100% - 0.24rem * 1) / 2);
  }
}
.submenu .inner {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 21px 0px rgba(229, 229, 229, 0.59);
  background-color: #fff;
  padding: 0.04rem;
  gap: 0.1rem;
}
.submenu a {
  display: inline-flex;
  min-width: 1.3rem;
  height: 0.53rem;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  color: #555555;
  font-size: var(--f18);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  padding: 0 0.1rem;
}
.submenu a:hover,
.submenu .aon {
  background-color: #e6ebf4;
  color: var(--color);
  font-weight: bold;
}
.ColumnName {
  color: #333;
}
.fhld_info {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.fhld_info .pic {
  width: 4.7rem;
}
.fhld_info .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 0.6rem 0.7rem 0.3rem;
}
.fhld_info .title {
  color: #333333;
  font-size: var(--f24);
}
.fhld_info .stit {
  color: #555555;
  font-size: var(--f18);
  line-height: calc(24 / 18);
  margin: 0.15rem 0 0.25rem;
}
.fhld_info .info {
  color: #888888;
  line-height: calc(24 / 16);
  text-align: justify;
}
@media (max-width: 640px) {
  .fhld_info .pic,
  .fhld_info .textwarp {
    width: 100%;
    flex: auto;
  }
  .fhld_info .pic {
    text-align: center;
  }
}
.zzjg_box {
  max-width: 4.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.zzjg_box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  z-index: -1;
}
.zzjg_box .item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.zzjg_box .item .box {
  background-color: #f5f5f5;
  border-radius: 4px;
  min-height: 0.5rem;
  display: flex;
  color: #555555;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.zzjg_box .tit {
  font-size: var(--f18);
}
.zzjg_box .item_one .box {
  min-height: 0.7rem;
  color: #fff;
  background-color: var(--color);
}
.zzjg_box .item_two .box {
  background-color: #ebeff8;
  color: var(--color);
}
.zjfc_list .item {
  display: flex;
  justify-content: space-between;
}
.zjfc_list .item:last-child {
  margin-bottom: 0;
}
.zjfc_list .pic {
  flex-shrink: 0;
}
.zjfc_list .pic img {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.zjfc_list .textwarp {
  flex: 1;
  min-width: 0;
  margin-left: 0.6rem;
  padding-top: 0.25rem;
}
.zjfc_list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zjfc_list .more {
  display: inline-flex;
  flex-shrink: 0;
  color: #888888;
  align-items: center;
}
.zjfc_list .more::after {
  content: '';
  display: inline-flex;
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  filter: grayscale(1) opacity(0.5);
  transform: rotate(90deg);
  margin-top: 0.03rem;
  background-size: contain;
}
.zjfc_list .stit {
  margin: 0.1rem 0 0.3rem;
}
.zjfc_list .des,
.zjfc_list .info {
  color: #888888;
  line-height: calc(24 / 16);
}
.zjfc_list .info {
  display: none;
}
.zjfc_list .aon .title {
  color: var(--color);
}
.zjfc_list .aon .more {
  color: var(--color);
}
.zjfc_list .aon .more::after {
  filter: none;
  opacity: 1;
  transform: rotate(-90deg);
}
.zjfc_list .aon .des {
  display: none;
}
.zjfc_list .aon .info {
  display: block;
}
@media (max-width: 640px) {
  .zjfc_list .pic img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .zjfc_list .textwarp {
    margin-left: 0.2rem;
  }
}
.zxkc_info {
  position: relative;
  z-index: 1;
}
.zxkc_info .titlebox .des {
  color: #666666;
  margin: 0.1rem 0 0.25rem;
}
.zxkc_info .inner {
  background-color: #f7f7f7;
}
.zxkc_info .left {
  width: calc(800 / 1200 * 100%);
}
.zxkc_info .prism-player {
  height: 5.3rem !important;
}
.zxkc_info .prism-player .prism-big-play-btn {
  left: 50%!important;
  top: 50%!important;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
}
.zxkc_info .prism-player .prism-big-play-btn .outter {
  width: 0.64rem;
  height: 0.64rem;
}
.zxkc_info .right {
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  flex: 1;
  min-width: 0;
  padding-right: 0.05rem;
}
.zxkc_info .tab_li {
  margin-bottom: 0.3rem;
  display: flex;
  gap: 0.34rem;
}
.zxkc_info .tab_li li {
  font-size: var(--f18);
  height: 0.42rem;
  position: relative;
  cursor: pointer;
}
.zxkc_info .tab_li li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-color: var(--color);
  opacity: 0;
}
.zxkc_info .tab_li .on {
  color: var(--color);
  font-weight: bold;
  font-size: var(--f20);
}
.zxkc_info .tab_li .on::before {
  opacity: 1;
}
.zxkc_info .video_list_re {
  position: relative;
}
.zxkc_info .video_list_re::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: -moz-linear-gradient(0deg, #f7f7f7, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, #f7f7f7, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(0deg, #f7f7f7, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, #f7f7f7, rgba(255, 255, 255, 0));
  z-index: 3;
}
.zxkc_info .scroll_list {
  height: 4.15rem;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .zxkc_info .left,
  .zxkc_info .right {
    width: 100%;
    flex: auto;
  }
}
.video_re {
  padding-right: 0.35rem;
}
.video_re .box {
  margin-bottom: 0.1rem;
}
.video_re .pic {
  width: calc(160 / 325 * 100%);
}
.video_re figure {
  position: relative;
  padding-top: calc(106 / 160 * 100%);
  overflow: hidden;
  border-radius: 4px;
}
.video_re .textwarp {
  flex: 1;
  min-width: 0;
  padding-left: 0.15rem;
}
.video_re .time {
  color: #888888;
  display: block;
  margin-top: 0.1rem;
  font-size: var(--f14);
}
.kcml_list {
  padding-right: 0.35rem;
  margin-left: -0.14rem;
}
.kcml_list .box {
  display: flex;
  justify-content: space-between;
  line-height: 0.38rem;
  padding: 0 0.14rem;
  color: #555555;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.kcml_list .box:hover {
  color: var(--color);
  background-color: #fcfcfc;
}
.kcml_list time {
  flex-shrink: 0;
  margin-left: 0.1rem;
  color: #555555;
}
.kcml_list .on .box {
  color: var(--color);
  background-color: #fcfcfc;
}
.right_fixed {
  position: fixed;
  right: 0.5rem;
  top: 60%;
  z-index: 4;
}
.right_fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f7f7f7;
  border-radius: 4px;
  position: relative;
  margin-top: 3px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.right_fixed a:hover {
  background-color: var(--color);
}
.right_fixed a:hover .icon {
  filter: brightness(0) invert(1);
}
.right_fixed a:hover .hover {
  display: block;
}
.right_fixed .hover {
  background-color: var(--color);
  color: #fff;
  font-size: var(--f18);
  padding: 0 0.1rem;
  white-space: nowrap;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  display: none;
}
.right_fixed .flex_jc_ac {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .right_fixed {
    right: 0;
  }
}
.web_link ul li {
  padding: 0.15rem 0;
  border-bottom: dotted 1px #e4e4e4;
}
.web_link ul li b {
  display: block;
  font-weight: normal;
  font-size: var(--f18);
}
.web_link ul li span {
  opacity: 0.8;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2rem;
}
.web_link ul li aside {
  padding-left: 2em;
}
.header_member {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
}
.header_member .logo img {
  max-height: 0.4rem;
}
.header_member .top_hy {
  position: relative;
  height: 0.6rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  width: auto;
}
.header_member .top_hy::before {
  display: none;
}
.header_member .top_hy .pic {
  width: 0.36rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.header_member .top_hy .pic img {
  width: 100%;
  height: 0.36rem;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 100%;
}
.header_member .top_hy .txt_more {
  justify-content: space-between;
  align-items: center;
  color: #333;
  display: inline-flex;
  width: 0.8rem;
  line-height: normal;
}
.header_member .top_hy .txt_more::after {
  flex-shrink: 0;
  margin-left: 0.05rem;
  margin-top: -0.05rem;
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #333;
  border-width: 0 0.02rem 0.02rem 0;
  transform: rotate(45deg);
}
.header_member .top_hy .box {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 0;
}
.header_member .top_hy .box aside {
  width: 1.6rem;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  font-size: var(--f16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header_member .top_hy .box aside a {
  display: block;
  line-height: 0.5rem;
  padding-right: 0.1rem;
  color: #555555;
  border-bottom: 1px solid #e5e5e5;
}
.header_member .top_hy.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.Main_bg_member {
  background-image: -moz-linear-gradient(180deg, #e2e6ef, #f1f2f7, #dadee9);
  background-image: -webkit-linear-gradient(180deg, #e2e6ef, #f1f2f7, #dadee9);
  background-image: -ms-linear-gradient(180deg, #e2e6ef, #f1f2f7, #dadee9);
  background-image: linear-gradient(180deg, #e2e6ef, #f1f2f7, #dadee9);
}
.member_box {
  background-color: #fff;
  padding: 0.4rem;
}
.rightMain {
  flex: 1;
  min-width: 0;
  padding-left: 0.4rem;
  border-left: 1px solid #e5e5e5;
  min-height: 6.6rem;
}
@media (max-width: 768px) {
  .rightMain {
    width: 100%;
    flex: auto;
    border-left: none;
    padding-left: 0;
  }
}
.member_title {
  border-bottom: 0.02rem solid #e5e5e5;
  position: relative;
}
.member_title span {
  position: relative;
  display: inline-block;
}
.member_title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 0.8rem;
  height: 0.02rem;
  background-color: var(--color);
}
.member_title .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: var(--color);
  border-radius: 0.25rem;
}
.member_title .more::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.07rem solid transparent;
  border-left-color: #fff;
  margin-left: 0.1rem;
  margin-top: -0.01rem;
}
.member_title .label {
  margin-left: 0.2rem;
  min-width: auto;
  padding: 0 0.1rem;
  line-height: 0.26rem;
}
.leftMenu {
  width: 1.8rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
  background-color: #fff;
  padding: 0;
}
.leftMenu .parent {
  position: relative;
  padding-top: 0.35rem;
}
.leftMenu .parent > li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.leftMenu .parent > li:last-child .navA {
  border-bottom: 0;
}
.leftMenu .parent .navA {
  display: flex;
  align-items: center;
  height: 0.6rem;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  color: #666;
}
.leftMenu .parent .navA::after {
  flex-shrink: 0;
  margin-left: 0.05rem;
  margin-top: -0.05rem;
  content: '';
  display: inline-flex;
  width: 0.07rem;
  height: 0.07rem;
  border: solid #333;
  border-width: 0.02rem 0.02rem 0 0;
  transform: rotate(45deg);
}
.leftMenu .parent .on a {
  color: var(--color);
}
.leftMenu .parent .on a::after {
  border-color: var(--color);
}
@media screen and (max-width: 768px) {
  .leftMenu {
    width: 100%;
    flex: auto;
    position: relative;
    z-index: 5;
    margin-bottom: 0.2rem;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .leftMenu .headTit {
    position: relative;
    border-bottom: none;
    padding: 0.2rem 0;
  }
  .leftMenu .headTit .icon {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/menu.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
  .leftMenu .parent {
    padding: 0.1rem 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.3rem;
  }
  .leftMenu .parent li {
    margin-right: 0;
    border-bottom: none;
  }
}
.member_ul.w490 {
  max-width: 4.9rem;
  margin: 0 auto;
}
.member_ul.w585 {
  max-width: 5.85rem;
  margin: 0 auto;
}
.member_ul .AvatarBox {
  position: relative;
}
.member_ul .up_img {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.member_ul .text_line {
  color: var(--color);
  border-bottom: 1px solid var(--color);
  line-height: normal;
}
.member_ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.member_ul .li_row2 {
  width: 4.6rem;
}
.member_ul .name {
  min-width: 1.05rem;
  flex-shrink: 0;
  line-height: 0.5rem;
}
.member_ul .flex_box {
  flex: 1;
  min-width: 0;
  line-height: 0.5rem;
}
.member_ul .el-form-item {
  width: 100%;
}
.member_ul .el-input__inner,
.member_ul .el-textarea__inner,
.member_ul .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: solid 1px #f5f5f5;
  padding: 0 0.2rem;
  display: block;
  color: #555555;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
.member_ul .el-input__inner.h200,
.member_ul .el-textarea__inner.h200,
.member_ul .text.h200 {
  height: 2rem;
}
.member_ul .el-textarea__inner::placeholder {
  color: #888888;
}
.member_ul .el-input__inner,
.member_ul .el-textarea__inner {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #555555;
}
.member_ul .el-input__inner:focus,
.member_ul .el-textarea__inner:focus {
  border-color: var(--color);
}
.member_ul .el-textarea__inner {
  height: 1.4rem;
  font-size: 0.16rem;
}
.member_ul .name_text {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #bbbbbb;
}
.member_ul .h200 .el-input__inner,
.member_ul .h200 textarea {
  height: 2rem;
}
.member_ul .AvatarBox img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.member_ul .AvatarBox_two {
  border: 1px solid #eee;
}
.member_ul .AvatarBox_two img {
  border-radius: 0;
  width: 2rem;
  height: auto;
}
.member_ul .AvatarBox_two .up_img {
  background-color: rgba(0, 0, 0, 0.2);
}
.member_ul .AvatarBox_two .up_img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
}
.member_ul .AvatarBox_two .up_img .icon::after,
.member_ul .AvatarBox_two .up_img .icon::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 0.02rem;
  background-color: #fff;
  left: 50%;
  top: 50%;
}
.member_ul .AvatarBox_two .up_img .icon::after {
  transform: translate(-50%, -50%);
}
.member_ul .AvatarBox_two .up_img .icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.member_ul .el-form-item {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .member_ul .name {
    width: 1.1rem;
  }
}
.member_Copyright {
  padding: 0.4rem 4% 0.2rem;
  color: #999;
  font-size: var(--f15);
}
.member_Copyright a {
  color: #999;
  margin-left: 0.1rem;
}
.member_Copyright a:hover {
  color: var(--color);
}
@media screen and (max-width: 640px) {
  .member_Copyright {
    flex-wrap: wrap;
    text-align: center;
  }
}
.bmsqList .item_list {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0.2rem;
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  gap: 0.1rem;
  font-size: var(--f14);
  flex-wrap: wrap;
}
.bmsqList .top_item {
  background-color: #f7f7f7;
  color: #333;
  border-bottom: none;
  font-size: var(--f16);
}
.bmsqList .type {
  width: 0.9rem;
}
.bmsqList .title {
  flex: 1;
}
.bmsqList .time {
  width: 1.6rem;
  text-align: center;
}
.bmsqList .add {
  width: 1rem;
  text-align: center;
}
.bmsqList .cz {
  width: 0.7rem;
  text-align: center;
}
.bmsqList a {
  color: var(--color);
}
.bmsqList .edu {
  width: 1.2rem;
  text-align: center;
}
.bmsqList .name {
  flex: 1;
  text-align: center;
}
.bmsqList .jobname {
  width: 1rem;
}
@media screen and (max-width: 640px) {
  .bmsqList .item_list {
    padding-right: 0;
  }
  .bmsqList .time {
    width: 38%;
    text-align: left;
  }
  .bmsqList .add {
    width: 35%;
  }
  .bmsqList .cz {
    width: 0.8rem;
  }
  .bmsqList .edu {
    width: 20%;
  }
  .bmsqList .title,
  .bmsqList .name {
    width: 60%;
    flex: auto;
  }
  .bmsqList .jobname,
  .bmsqList .name {
    width: 100%;
    text-align: left;
  }
  .bmsqList.bmsqList_two .name {
    width: 50%;
  }
  .bmsqList.bmsqList_two .edu {
    width: 45%;
  }
}
.zhhd_member .h4_title {
  color: var(--color);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.1rem;
}
.zhhd_member .zhhd_info .pic {
  width: 33%;
}
.zhhd_member .zhhd_info .textwarp {
  width: 63%;
}
.zhhd_member .zhhd_info .textwarp .title {
  margin: 0.05rem 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .zhhd_member .zhhd_info .pic {
    width: 100%;
  }
  .zhhd_member .zhhd_info .textwarp {
    width: 100%;
  }
}
.bmxx_info .ul {
  width: 46%;
}
.bmxx_info li {
  display: flex;
  align-items: flex-start;
  line-height: 0.24rem;
  margin-bottom: 0.05rem;
  font-size: var(--f14);
}
.bmxx_info .name {
  width: 1rem;
}
.bmxx_info aside {
  flex: 1;
  min-width: 0;
}
.bmxx_info .ul:last-child .name {
  width: 0.7rem;
}
@media screen and (max-width: 640px) {
  .bmxx_info .ul {
    width: 100%;
  }
  .bmxx_info .name {
    width: 1.4rem !important;
  }
}
.loginout-confirm {
  top: 40%;
}
.job_search {
  max-width: 5rem;
  margin-bottom: 0.3rem;
  display: flex;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  margin-left: auto;
}
.job_search .btn {
  min-width: 0.9rem;
  line-height: 0.46rem;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.job_search .text {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
  border: none;
  background-color: transparent;
  flex: 1;
}
.job_search .text::placeholder {
  color: #bbbbbb;
}
