.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*=_se] {
  justify-content: space-evenly;
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
  --f12: 0.12rem;
  --f14: 0.14rem;
  --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: 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 {
    --f12: 0.16rem;
    --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-all;
  background: url(../images/bg.jpg) no-repeat center top #e8f1ff;
  background-size: cover;
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  body {
    overflow-x: inherit;
  }
}
.mb200 {
  margin-bottom: 2rem;
}
.mb190 {
  margin-bottom: 1.9rem;
}
.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;
}
.mt200 {
  margin-top: 2rem;
}
.mt190 {
  margin-top: 1.9rem;
}
.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;
}
.pt200 {
  padding-top: 2rem;
}
.pt190 {
  padding-top: 1.9rem;
}
.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;
}
.pb200 {
  padding-bottom: 2rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.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;
}
.f14 {
  font-size: 0.14rem;
}
.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;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
  z-index: 3;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.color {
  color: #1d649e;
}
.header {
  width: 100%;
  z-index: 10;
  position: relative;
}
.header .logo {
  max-width: 2.25rem;
  display: flex;
  align-items: center;
  margin-left: -0.65rem;
}
.header .menuIcon {
  display: none;
}
.header .top_hy {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 0.42rem;
}
.header .top_hy #top_hy {
  display: none;
  align-items: center;
}
.header .top_hy img {
  width: 0.42rem;
  height: 0.42rem;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 100%;
}
.header .top_hy em {
  width: 1px;
  height: 0.12rem;
  background-color: #222222;
  opacity: 0.2;
  margin: 0 0.1rem;
  display: inline-flex;
  vertical-align: middle;
}
.header .top_hy.on .hy_box {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .hy_box {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  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;
  white-space: nowrap;
  padding: 0.2rem 0 0;
}
.header .hy_box .box {
  min-width: 1.1rem;
  background-color: #fff;
  padding: 0.1rem 0.2rem;
  position: relative;
}
.header .hy_box .box::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 0.1rem solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
}
.header .hy_box .box a {
  display: block;
  line-height: 0.36rem;
}
.header .lang {
  display: flex;
  align-items: center;
}
.header .lang::before {
  content: '';
  display: inline-flex;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/lang.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
}
.header .lang a {
  color: rgba(34, 34, 34, 0.4);
}
.header .lang .on {
  color: #222;
}
.header .lang em {
  width: 1px;
  height: 0.12rem;
  background-color: #222222;
  opacity: 0.2;
  margin: 0 0.1rem;
}
@media (min-width: 1025px) {
  .header .navTop .ul {
    width: 9.65rem;
    justify-content: space-between;
    margin-right: 0.65rem;
  }
}
.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: 1rem;
}
@media (min-width: 1025px) {
  .header .navTop li.aon span a,
  .header .navTop li:hover span a {
    color: #1d649e;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    opacity: 1;
  }
  .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: 1.5rem;
  background-color: #fff;
  padding: 0.2rem 0;
  white-space: nowrap;
}
.header .navTop li .sub::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.header .navTop li .sub .box a {
  display: block;
  line-height: 0.42rem;
}
.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: #1d649e;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #1d649e;
    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: 1rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1rem);
    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: flex;
    color: #333;
    padding: 0 10%;
  }
  .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 .logo {
    max-width: 2rem;
  }
  .header .top_hy {
    margin-right: 0.2rem;
  }
}
.padd_20 {
  padding: 0.2rem;
}
.padd_30 {
  padding: 0.3rem;
}
.padd_b0 {
  padding-bottom: 0;
}
.padd_t0 {
  padding-top: 0;
}
.mt-200 {
  margin-top: -2rem;
}
.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 !important;
}
.NYbanner {
  position: relative;
}
.NYbanner .banner img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #222222;
  padding-top: 1rem;
}
.NYbanner .textwarp .en {
  opacity: 0.4;
  margin-bottom: 0.06rem;
  background-image: -moz-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: -webkit-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: -ms-linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  background-image: linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
}
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
.footer .top {
  padding: 0.45rem 0;
}
.footer .top .logo {
  max-width: 2.5rem;
}
.footer .share {
  gap: 0.2rem;
}
.footer .share li a {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #1d649e;
  display: block;
  position: relative;
}
.footer .share li a .icon {
  width: 100%;
  border-radius: 100%;
}
.footer .share li .ewm {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  white-space: nowrap;
  transform: translateX(-50%);
  display: none;
}
.footer .share li .ewm img {
  width: 1.2rem;
  max-width: none;
}
.footer .fnav {
  padding: 0.3rem 0 0.7rem;
  border-top: 1px solid rgba(114, 140, 161, 0.2);
  text-align: center;
}
.footer .fnav a {
  display: block;
  color: #666666;
  line-height: calc(30 / 16);
}
.footer .fnav a:hover {
  color: #1d649e;
}
.footer .fnav dt {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.footer .fnav dt a {
  font-size: var(--f18);
  color: #222222;
}
.footer .Copyright {
  padding: 0.3rem 0 0.35rem;
  border-top: 1px solid rgba(114, 140, 161, 0.2);
  color: #222222;
}
.footer .Copyright .flink {
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .footer .fnav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .top {
    justify-content: center;
  }
  .footer .top .logo {
    margin-bottom: 0.3rem;
  }
  .footer .Copyright {
    text-align: center;
    justify-content: center;
    padding: 0.15rem 0;
  }
  .footer .Copyright p {
    order: 2;
    margin-top: 0.1rem;
  }
}
.mainBox {
  position: relative;
  z-index: 3;
}
.location {
  height: 0.7rem;
  display: flex;
  align-items: center;
  color: #888888;
  width: 100%;
  justify-content: space-between;
}
.location em {
  font-style: normal;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
  padding-left: 0.2rem;
  background: url(../images/home.svg) no-repeat left center;
  background-size: 0.12rem;
}
.location a {
  color: #888888;
}
.location a:hover {
  color: #1d649e;
}
.location i {
  display: inline-flex;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #888888;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.back_btn {
  display: inline-flex;
  min-width: 1rem;
  height: 0.46rem;
  border-radius: 0.27rem;
  background-color: transparent;
  border: solid 1px #dadada;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.back_btn::before {
  content: '';
  display: inline-flex;
  width: 0.32rem;
  height: 0.13rem;
  background: url(../images/icon_more2.svg) no-repeat center;
  background-size: contain;
  filter: grayscale(100) opacity(0.8);
}
.back_btn:hover {
  background-color: #1d649e;
  color: #fff;
}
.back_btn:hover::before {
  filter: brightness(0) invert(1);
}
.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;
}
.LoginBox .form_wrap {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.log_header {
  padding: 0.2rem 0;
}
.log_header .logo {
  max-width: 2.25rem;
}
.log_header .btn {
  min-width: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.57rem;
  border-radius: 0.27rem;
  background-color: #ffffff;
  color: #666666;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.log_header .btn:hover {
  background-color: #1d649e;
  color: #fff;
}
.Login_Copyright {
  padding: 0.4rem 4%;
}
@media screen and (max-width: 640px) {
  .Login_Copyright {
    flex-wrap: wrap;
    text-align: center;
  }
}
.form_login {
  border-radius: 0.2rem;
  margin-left: auto;
  margin-right: 0;
  padding: 0.4rem 0.5rem;
  max-width: 4.8rem;
  margin: 0 auto;
  background-color: #fff;
}
.form_login .login_tit {
  color: #222;
}
.form_login .tab_nav {
  border-bottom: 1px solid rgba(199, 224, 255, 0.4);
  gap: 0.15rem;
  justify-content: space-evenly;
  display: flex;
}
.form_login .tab_nav li {
  padding: 0 0 0.25rem;
  position: relative;
  color: #222222;
  display: inline-flex;
  cursor: pointer;
}
.form_login .tab_nav .on {
  color: #1d649e;
  font-weight: bold;
}
.form_login .tab_nav .on::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.03rem;
  border-radius: 0.015rem;
  background-color: #1d649e;
}
.Facedetect .pic {
  text-align: center;
}
.Facedetect .pic img {
  width: 2rem;
}
.back_home {
  display: inline-flex;
  padding: 0 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.4rem;
  height: 0.4rem;
  min-width: 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.back_home:hover {
  color: #fff;
  background-color: #1d649e;
}
.el-input {
  font-size: var(--f16);
}
.el-input__inner {
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: var(--f18);
  border-radius: 0.08rem;
  padding: 0 0.2rem;
  background-color: transparent;
  border: 1px solid #dadada;
}
.el-input__inner::placeholder {
  color: #999999;
}
.form_ul .li_item {
  border-bottom: 1px solid rgba(215, 224, 234, 0.6);
  padding: 0.2rem 0;
}
.form_ul .name {
  flex-shrink: 0;
  min-width: 0.9rem;
}
.form_ul .name i {
  color: #fe574f;
  font-weight: bold;
}
.form_ul .el-form-item {
  margin-bottom: 0.25rem;
}
.form_ul .text {
  flex: 1;
  width: 100%;
  border: none;
}
.form_ul .text::placeholder {
  color: #787d7d;
}
.form_ul .el-input__inner {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: var(--f18);
  border-radius: 0.08rem;
  padding: 0 0.05rem;
  background-color: transparent;
  border: 1px solid #dadada;
}
.form_ul .el-input__inner::placeholder {
  color: #bbbbbb;
}
.form_ul .border {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 0.08rem;
}
.form_ul .border .el-form-item {
  margin-bottom: 0;
  flex: 1;
}
.form_ul .border .el-input__inner {
  border: none;
  width: 100%;
  padding: 0 0.2rem;
}
.form_ul .border .el-select {
  width: 0.9rem;
  position: relative;
  flex-shrink: 0;
}
.form_ul .border .el-select::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background-color: #d3d3d3;
}
.form_ul .border .el-select .el-input__suffix {
  display: none;
}
.form_ul .border .el-select .el-input__inner {
  text-align: center;
}
.form_ul .border .el-form-item__content {
  position: static;
}
.form_ul .yzm_li {
  position: relative;
}
.form_ul .yzm_li .el-input__inner {
  padding-right: 0.1rem;
}
.form_ul .yzm_li .yzm_a {
  color: #1d649e;
  min-width: 1.2rem;
  border-left: 1px solid #d3d3d3;
  text-align: center;
  padding: 0 0.1rem;
  flex-shrink: 0;
}
.form_ul .btn_qbtx {
  flex-shrink: 0;
  color: #a4a5a7;
}
.form_ul .color {
  color: #1d649e;
}
.form_ul .box_flex {
  flex: 1;
  width: 100%;
}
.form_ul .box_flex .btn_yzm {
  flex-shrink: 0;
  margin-left: 0.1rem;
  color: #3b9c42;
}
.form_ul .a_zc {
  text-decoration: underline;
  color: #a4a5a7;
}
.form_ul .a_zc:hover {
  color: #1d649e;
}
.form_ul .grey {
  color: #666666;
}
.form_ul .ewmbox .pic {
  width: 2rem;
  border: 1px solid #dadada;
  padding: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.42rem;
  overflow: hidden;
}
.form_ul .ewmbox .pic img {
  width: 100%;
}
.form_ul .ewmbox .checkboxbox {
  display: block;
  text-align: center;
  padding: 0.1rem 0 0;
  border-top: 1px solid rgba(199, 224, 255, 0.4);
}
.form_ul .ewmbox .ewm_txt {
  text-align: center;
  line-height: 0.3rem;
}
.form_ul .txt_a {
  text-decoration: underline;
  color: #1d649e;
}
.form_ul .login_btn {
  background-color: #1d649e;
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0.08rem;
}
.form_ul .back_btn {
  background-color: #cecaff;
}
@media (max-width: 640px) {
  .form_ul .mb20 {
    margin-bottom: 0.3rem;
  }
  .form_ul .el-input__inner {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
  }
}
.txt_line {
  text-decoration: underline;
}
.txt_line:hover {
  text-decoration: underline;
  color: #1d649e;
}
.checkboxbox {
  color: #666666;
  display: flex;
  align-items: center;
}
.checkboxbox label {
  position: relative;
  display: inline-flex;
  margin-right: 0.05rem;
  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/icon_1.svg) no-repeat center;
  background-size: 80%;
  border-color: #1d649e;
}
.checkboxbox a {
  margin: 0 5px;
  display: inline-flex;
}
.leftMenu {
  width: 3.2rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.42rem;
  padding-bottom: 0.7rem;
  font-weight: bold;
}
.leftMenu .ny_title {
  padding: 0.3rem 0;
  margin: 0 0.3rem;
  color: #111111;
}
.leftMenu .parent {
  position: relative;
  padding: 0 0.3rem;
}
.leftMenu .parent > li {
  position: relative;
}
.leftMenu .parent .navA {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #444444;
  padding: 0.3rem 0 0.25rem;
}
.leftMenu .parent .navA::after {
  content: '';
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #bbbbbb;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translateY(-50%);
}
.leftMenu .parent .li_sub .navA a {
  color: #1d649e;
}
.leftMenu .parent .icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.25rem;
  width: 0.2rem;
  filter: grayscale(1) opacity(0.5);
}
.leftMenu .parent .ul {
  display: none;
}
.leftMenu .parent .ul a {
  display: flex;
  color: #777777;
  padding-left: 0.9rem;
  position: relative;
  line-height: 0.4rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.leftMenu .parent .ul a:hover {
  color: #1d649e;
  background-color: #f4f7ff;
}
.leftMenu .parent .ul a:hover::before {
  opacity: 1;
}
.leftMenu .parent .ul a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.24rem;
  background-color: #1d649e;
  border-radius: 0.02rem;
  opacity: 0;
}
.leftMenu .parent .ul .on a {
  color: #1d649e;
  background-color: #f4f7ff;
}
.leftMenu .parent .ul .on a::before {
  opacity: 1;
}
.leftMenu .parent .navSpan:hover .navA,
.leftMenu .parent .pitch .navA,
.leftMenu .parent .on .navA {
  position: relative;
  color: #1d649e;
}
.leftMenu .parent .navSpan:hover .navA .icon,
.leftMenu .parent .pitch .navA .icon,
.leftMenu .parent .on .navA .icon {
  filter: none;
}
.leftMenu .parent .navSpan:hover .navA::after,
.leftMenu .parent .pitch .navA::after,
.leftMenu .parent .on .navA::after {
  border-color: #1d649e;
}
@media screen and (max-width: 1024px) {
  .leftMenu {
    width: 100%;
    flex: auto;
    position: relative;
    z-index: 5;
    margin-bottom: 0.2rem;
    margin-right: 0;
    padding-bottom: 0;
  }
  .leftMenu .ny_title {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    height: 0.66rem;
    border-radius: 0.1rem;
    align-items: center;
    margin: 0;
    position: relative;
    border-bottom: none;
  }
  .leftMenu .ny_title .icon {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/menu.svg) no-repeat center;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
  .leftMenu .warp {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 0.3rem;
  }
  .leftMenu .warp .parent {
    padding: 0.2rem 0;
  }
  .leftMenu .warp .parent .navA {
    height: 0.56rem;
    line-height: 0.56rem;
  }
}
.member_right {
  flex: 1;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .member_right {
    flex: auto;
    margin-bottom: 0.2rem;
  }
}
.RightCon_other {
  width: 3.8rem;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .RightCon_other {
    width: 100%;
    margin-left: 0;
  }
}
.bg_fff_r {
  background-color: #fff;
  border-radius: 0.42rem;
}
.padd_35_40 {
  padding: 0.35rem 0.4rem;
}
@media screen and (max-width: 640px) {
  .padd_35_40 {
    padding: 0.35rem 0.2rem;
  }
}
.padd_40 {
  padding: 0.4rem;
}
.ny_title {
  color: #1d649e;
}
.ny_title .txt {
  display: inline-flex;
  position: relative;
}
.ny_title .txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #1d649e;
}
.tit_line {
  border-bottom: 1px solid #e4e4e5;
}
.all_btn {
  min-width: 2.2rem;
  line-height: 0.54rem;
  height: 0.54rem;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1d649e;
  color: #fff;
  border-radius: 0.27rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.all_btn::after {
  content: '';
  display: inline-flex;
  width: 0.32rem;
  height: 0.13rem;
  background: url(../images/icon_more.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.all_btn:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(29, 100, 158, 0.5);
}
.all_btn.w180 {
  min-width: 1.8rem;
}
.all_btn.w140 {
  min-width: 1.4rem;
}
.all_btn.all_btn_b {
  border: 1px solid #1d649e;
  background-color: transparent;
  color: #1d649e;
}
.all_btn.all_btn_b::after {
  filter: none;
}
.all_btn.all_btn_b:hover {
  background-color: #1d649e;
  color: #fff;
  padding: 0 0.25rem;
}
.all_btn.all_btn_b:hover::after {
  filter: brightness(0) invert(1);
}
.all_btn.all_prev::after {
  display: none;
}
.all_btn.all_prev::before {
  content: '';
  display: inline-flex;
  width: 0.32rem;
  height: 0.13rem;
  background: url(../images/icon_more2.svg) no-repeat center;
  background-size: contain;
}
.all_btn.all_prev:hover {
  background-color: #1d649e;
  color: #fff;
  padding: 0 0.25rem;
}
.all_btn.all_prev:hover::before {
  filter: brightness(0) invert(1);
}
.all_btn.all_btn_b_grey {
  border: solid 1px #dadada;
  background-color: transparent;
  color: #444444;
}
.all_btn.all_btn_b_grey::after,
.all_btn.all_btn_b_grey::before {
  filter: grayscale(100) opacity(0.8);
}
.all_btn.all_btn_b_grey:hover {
  padding: 0 0.25rem;
  background-color: #1d649e;
  color: #fff;
}
.all_btn.all_btn_b_grey:hover::after,
.all_btn.all_btn_b_grey:hover::before {
  filter: brightness(0) invert(1);
}
.all_btn.all_noicon {
  justify-content: center;
}
.all_btn.all_noicon::after {
  display: none;
}
@media (max-width: 640px) {
  .all_btn {
    min-width: 1.5rem;
    padding: 0 0.15rem;
  }
  .all_btn.w180 {
    min-width: 1.45rem;
  }
  .all_btn.w140 {
    min-width: 1.2rem;
  }
}
a.box:hover .all_btn {
  padding: 0 0.4rem;
  color: #fff;
}
a.box:hover .all_btn.all_btn_b {
  background-color: #1d649e;
  color: #fff;
  padding: 0 0.25rem;
}
a.box:hover .all_btn.all_btn_b::after {
  filter: brightness(0) invert(1);
}
a.box:hover .all_btn.all_prev {
  background-color: #1d649e;
  color: #fff;
  padding: 0 0.25rem;
}
a.box:hover .all_btn.all_prev::after {
  filter: brightness(0) invert(1);
}
a.box:hover .all_btn.all_btn_b_grey {
  background-color: #1d649e;
  color: #fff;
  padding: 0 0.25rem;
}
.member_ul .up_img {
  background-color: transparent;
  color: #1d649e;
  padding: 0;
  margin: 0;
  margin-left: 0.2rem;
  border-radius: 0;
  min-width: 1rem;
  line-height: 0.38rem;
  height: 0.38rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  border: 1px solid #1d649e;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.member_ul .up_img:hover {
  background-color: #1d649e;
  color: #fff;
}
.member_ul li {
  width: 100%;
}
.member_ul .li_row2 {
  width: 48.5%;
}
.member_ul .li_row3 {
  width: 31%;
}
.member_ul .name {
  min-width: 0.85rem;
  flex-shrink: 0;
  min-height: 0.55rem;
  display: inline-flex;
  align-items: center;
  font-size: var(--f18);
  color: #111111;
  font-weight: bold;
}
.member_ul .flexs_box {
  flex: 1;
  min-width: 0;
  line-height: 0.55rem;
  position: relative;
}
.member_ul .dw {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
}
.member_ul .el-input__inner,
.member_ul .el-textarea__inner,
.member_ul .text {
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
  border-radius: 0.08rem;
  border: solid 1px #dadada;
  padding: 0 0.15rem;
  display: block;
  color: #777777;
  background-color: #fff;
}
.member_ul .el-input__inner.h200,
.member_ul .el-textarea__inner.h200,
.member_ul .text.h200 {
  height: 2rem;
}
.member_ul .el-input__inner:focus,
.member_ul .el-textarea__inner:focus,
.member_ul .text:focus {
  border-color: #1d649e;
}
.member_ul .el-select {
  width: 100%;
}
.member_ul .el-select .el-input__icon {
  font-size: var(--f14);
  color: #222222;
  line-height: 0.5rem;
}
.member_ul .el-select .el-input__suffix {
  height: 95%;
}
.member_ul .el-cascader {
  width: 100%;
}
.member_ul .el-cascader .el-input__icon {
  font-size: var(--f14);
  color: #222222;
  line-height: 0.5rem;
  margin: 0;
}
.member_ul .el-cascader .el-input__suffix {
  height: 95%;
  transform: translateY(-50%);
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member_ul .el-input__inner,
.member_ul .el-textarea__inner {
  background-color: #fff;
  border-color: #dadada;
}
.member_ul .el-textarea__inner {
  height: 1.4rem;
  font-size: var(--f16);
}
.member_ul .h200 .el-input__inner,
.member_ul .h200 textarea {
  height: 2rem;
}
.member_ul .Status_text {
  width: 1.9rem;
  position: relative;
  gap: 0.1rem;
  display: flex;
  background-color: #fff;
  border-color: #dadada;
  cursor: pointer;
}
.member_ul .Status_text img {
  width: 0.3rem;
}
.member_ul .Status_text .el-input__icon {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.member_ul .AvatarBox img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.member_ul .el-switch {
  width: 0.7rem;
  height: 0.4rem;
  border-radius: 0.2rem;
}
.member_ul .el-switch .el-switch__core {
  width: 100%!important;
  height: 0.4rem;
  border-radius: 0.2rem;
}
.member_ul .el-switch .el-switch__core:after {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.03rem;
}
.member_ul .el-switch.is-checked .el-switch__core::after {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.member_ul .yzm_li {
  position: relative;
}
.member_ul .yzm_li .yzm_txt {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #1d649e;
  padding-left: 0.13rem;
}
.member_ul .yzm_li .yzm_txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.36rem;
  background-color: #d7d7d7;
}
.member_ul .yzm_li .yzm_txt.grey {
  color: #777;
}
.member_ul .el-form-item {
  margin-bottom: 0;
}
.member_ul .el-upload--text {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f7ff;
  line-height: normal;
  color: #777777;
  font-size: 0.16rem;
}
.member_ul .el-upload--text .el-icon-plus {
  color: #1d649e;
  font-size: 0.24rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .member_ul .li_row2,
  .member_ul .li_row3 {
    width: 100%;
  }
  .member_ul .note_txt {
    line-height: 0.26rem;
    padding-top: 0.2rem;
  }
}
.col_666 {
  color: #666666;
}
.col_888 {
  color: #888;
}
.note_txt .note_icon {
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/icon_note.svg) no-repeat center;
  background-size: contain;
  display: inline-flex;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.ProfileBox {
  padding: 0 0.5rem;
}
.cardBox .member_ul {
  max-width: 5.65rem;
  margin: 0 auto;
}
.cardBox .member_ul .name {
  width: 1.25rem;
}
.cardBox .member_ul .cardImg {
  position: relative;
  width: 1.8rem;
  overflow: hidden;
  border-radius: 0.08rem;
}
.cardBox .member_ul .cardImg img {
  width: 100%;
}
.cardBox .member_ul .cardImg .up_img_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cardBox .member_ul .cardImg .up_img_btn .card_icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1d649e;
}
.cardBox .member_ul .cardImg .up_img_btn .card_icon::before,
.cardBox .member_ul .cardImg .up_img_btn .card_icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.17rem;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 1.5px;
}
.cardBox .member_ul .cardImg .up_img_btn .card_icon::after {
  width: 0.04rem;
  height: 0.17rem;
}
.cardBox .checkboxbox {
  color: #999;
}
.cardBox .checkboxbox .txt_line {
  color: #666;
}
.cardBox .checkboxbox .txt_line:hover {
  color: #1d649e;
}
.successBox {
  max-width: 5rem;
  margin: 0 auto;
}
.successBox .pic img {
  width: 1rem;
}
.successBox .list {
  background-color: #f2f3f5;
  border-radius: 0.2rem;
  font-size: var(--f18);
  padding: 0.25rem 0.4rem;
  line-height: 1.6;
}
.successBox .list dl:not(:last-child) {
  margin-bottom: 0.1rem;
}
.successBox .list dt {
  font-weight: bold;
}
.member_nav {
  gap: 0.5rem;
  font-weight: bold;
}
.member_nav .nav_item {
  color: #444444;
  padding-bottom: 0.3rem;
  position: relative;
}
.member_nav .nav_item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1d649e;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.member_nav .nav_item:hover,
.member_nav .nav_item.on {
  color: #1d649e;
}
.member_nav .nav_item:hover::after,
.member_nav .nav_item.on::after {
  transform: scaleX(1);
}
.line_bottom {
  border-bottom: 1px solid #e4e4e5;
}
/*我的会员*/
.member_info {
  width: 100%;
}
.member_info .info .left .pic {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.member_info .info .left .pic img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.member_info .info .left .textwarp .title {
  color: #111111;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.member_info .info .left .textwarp .rz {
  display: inline-flex;
  padding: 0 0.1rem;
  background-color: #f3faf9;
  border-radius: 2px 8px 2px 8px;
  align-items: center;
  justify-content: center;
  color: #1d9e81;
  font-size: var(--f14);
}
.member_info .info .left .textwarp .vip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7e9c2;
  padding: 0 0.1rem;
  border-radius: 2px 8px 2px 8px;
  color: #9e781d;
  font-size: var(--f14);
}
.member_info .info .left .textwarp .vip::before {
  content: '';
  display: inline-flex;
  width: 0.17rem;
  height: 0.16rem;
  background: url(../images/vip.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.member_info .info .left .textwarp .time {
  margin-top: 0.1rem;
  color: #666666;
  font-size: var(--f18);
  font-weight: var(--lighter);
}
.member_info .info .right .time {
  color: #111111;
  font-size: var(--f18);
  margin-bottom: 0.1rem;
}
.member_info .info .right .btn {
  min-width: 1rem;
  height: 0.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  border: 1px solid #1d649e;
  color: #1d649e;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.member_info .info .right .btn:hover {
  box-shadow: 0 0 10px rgba(29, 100, 158, 0.3);
}
.member_info .info .right .btn2 {
  background-color: #1d649e;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .member_info .info .right {
    padding-left: 1rem;
  }
  .member_info .info .right .btnbox {
    justify-content: flex-start;
  }
}
.member_table {
  width: calc(890 / 1260 * 100%);
}
.member_table .echarts {
  width: 100%;
  height: 3.6rem;
}
.member_table .legend span {
  display: inline-flex;
  margin-left: 0.25rem;
  align-items: center;
}
.member_table .legend i {
  display: inline-flex;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  margin-right: 0.05rem;
}
@media screen and (max-width: 640px) {
  .member_table {
    width: 100%;
  }
}
.member_other {
  width: calc(350 / 1260 * 100%);
}
.member_other dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.member_other dl dd {
  flex-shrink: 0;
  width: 0.78rem;
}
@media (max-width: 1024px) {
  .member_other dl dd {
    width: 0.45rem;
  }
}
@media screen and (max-width: 640px) {
  .member_other {
    width: 100%;
    margin-top: 0.2rem;
  }
}
/*充值会员*/
.MemberRecharge .sitem .flexbox {
  width: 100%;
  flex: 1;
}
.MemberRecharge .sitem .name {
  min-width: 1.1rem;
  flex-shrink: 0;
}
.MemberRecharge .sitem .el-input__inner {
  max-width: 4.4rem;
}
@media screen and (max-width: 640px) {
  .MemberRecharge .sitem {
    flex-wrap: wrap;
  }
  .MemberRecharge .sitem .flexbox {
    flex: auto;
  }
  .MemberRecharge .sitem .name {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.zfList {
  gap: 0.1rem 0.18rem;
}
.zfList .zf_item {
  display: block;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 0.08rem;
  cursor: pointer;
  width: 1.6rem;
  position: relative;
}
.zfList .zf_item img {
  width: 100%;
}
.zfList .on {
  border-color: #1d649e;
}
.zfList .on .xz {
  position: absolute;
  right: -0.2rem;
  top: -0.1rem;
  width: 0.5rem;
  height: 0.3rem;
  background-color: #1d649e;
  transform: rotate(45deg);
}
.zfList .on .xz::before {
  content: '';
  position: absolute;
  width: 0.13rem;
  height: 0.11rem;
  background: url(../images/icon_2.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 55%;
  top: 50%;
}
.SelectLevel {
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 0.08rem;
}
.SelectLevel dl {
  width: 25%;
  border-right: 1px solid #dadada;
}
.SelectLevel dl:last-child {
  border-right: none;
}
.SelectLevel dt,
.SelectLevel dd {
  padding: 0 0.25rem;
}
.SelectLevel dt {
  height: 0.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
}
.SelectLevel dt .icon {
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #dadada;
  background-color: #fff;
  border-radius: 100%;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.SelectLevel .bg {
  background-color: #f8f9fa;
}
.SelectLevel .bg dt {
  cursor: pointer;
}
.SelectLevel .active {
  background-color: #fffdf7;
}
.SelectLevel .active dt {
  color: #9e781d;
}
.SelectLevel .active dt .icon {
  background: url(../images/icon_2.svg) no-repeat center #9e781d;
  border-color: #9e781d;
  background-size: 0.15rem;
}
.SelectLevel .active dd .discount {
  color: #9e781d;
  border-color: #9e781d;
}
.SelectLevel .active dd .discount::before {
  border-color: #9e781d;
}
.SelectLevel .active dd .el-input--prefix .el-input__inner {
  background-color: #f4f0e2;
}
.SelectLevel dd {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  height: calc(100% - 0.6rem);
}
.SelectLevel .item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.SelectLevel .box {
  width: 100%;
}
.SelectLevel .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.SelectLevel .item .name {
  flex-shrink: 0;
  color: #666666;
}
.SelectLevel .item .warpbox {
  width: 100%;
  flex: 1;
}
.SelectLevel .discount {
  border: 1px solid #1d649e;
  font-size: var(--f16);
  color: #1d649e;
  padding: 0.02rem 0.05rem;
  border-radius: 4px;
  position: relative;
}
.SelectLevel .discount::before,
.SelectLevel .discount::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.SelectLevel .discount::before {
  width: 0.07rem;
  height: 0.07rem;
  border: solid #1d649e;
  border-width: 1px 0 0 1px;
  transform: translateY(-50%) rotate(-45deg);
  right: 96%;
  z-index: 2;
}
.SelectLevel .discount::after {
  background-color: #fff;
  width: 2px;
  height: 0.08rem;
}
.SelectLevel .el-input__icon {
  display: none;
}
.SelectLevel .el-input {
  width: 100%;
}
.SelectLevel .el-input--prefix {
  position: relative;
  cursor: pointer;
}
.SelectLevel .el-input--prefix .el-input__inner {
  padding-left: 0.2rem;
  font-size: var(--f18);
  color: #222;
  border: none;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #e8e8e8;
  padding-right: 0.4rem;
  cursor: pointer;
}
.SelectLevel .el-input--prefix .el-input__inner::placeholder {
  color: #555;
}
.SelectLevel .el-input--prefix::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #333333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateY(-50%);
  margin-top: -0.04rem;
}
@media screen and (max-width: 1024px) {
  .SelectLevel .item {
    flex-wrap: wrap;
  }
  .SelectLevel .item .warpbox {
    flex: auto;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .SelectLevel {
    width: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .SelectLevel_box {
    overflow: auto;
    margin-bottom: 0.5rem;
  }
}
/*课程订单*/
.CourseOrder table {
  width: 100%;
  color: #111111;
}
.CourseOrder table th,
.CourseOrder table td {
  text-align: center;
  padding: 0.2rem 0.15rem;
  line-height: calc(22 / 16);
}
.CourseOrder table th {
  background-color: #f2f3f5;
}
.CourseOrder table th:first-child {
  border-radius: 0.08rem 0 0 0.08rem;
}
.CourseOrder table th:last-child {
  border-radius: 0 0.08rem 0.08rem 0;
}
.CourseOrder table .name:not(th) {
  text-align: left;
}
.CourseOrder table tr:not(:first-child) {
  border-bottom: 1px solid #e4e4e5;
}
.CourseOrder table .name {
  width: 2.8rem;
}
.CourseOrder .zfzt_item {
  min-width: 0.7rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.32rem;
  background-color: #f3faf9;
  color: #1d9e81;
  border-radius: 0.02rem 0.08rem 0.02rem 0.08rem;
}
.CourseOrder .zfzt_item[data-title='未支付'] {
  color: #1d649e;
  background-color: #f3f7fa;
}
.CourseOrder .cz_btn {
  min-width: 1rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.38rem;
  border-radius: 0.2rem;
  color: #444444;
  border: 1px solid #dadada;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.CourseOrder .cz_btn:hover {
  background-color: #1d649e;
  color: #fff;
  border-color: #1d649e;
}
.CourseOrder .cz_btn_1 {
  border-color: #1d649e;
  color: #1d649e;
}
@media screen and (max-width: 768px) {
  .CourseOrder .tablebox {
    overflow: auto;
  }
  .CourseOrder .tablebox table {
    width: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .CourseOrder .tablebox table {
    width: 14rem;
  }
}
/*我的试题*/
.em_line {
  width: 1px;
  background-color: #222222;
  height: 0.16rem;
  opacity: 0.2;
  margin: 0 0.2rem;
}
@media screen and (max-width: 640px) {
  .em_line {
    margin: 0 0.1rem;
  }
}
.answerNum {
  color: #555555;
}
.QuestionsBox {
  position: relative;
}
.Questions_item {
  border: 1px solid #dddddd;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Questions_item .new {
  position: absolute;
  right: -0.32rem;
  top: -0.05rem;
  transform: rotate(45deg);
  color: #9e781d;
  text-transform: uppercase;
  background-color: #f7e9c2;
  width: 1rem;
  height: 0.44rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.05rem;
}
.Questions_item .top span {
  padding: 0 0.3rem;
  display: inline-flex;
  line-height: 0.4rem;
  background-image: -moz-linear-gradient(90deg, rgba(29, 100, 158, 0.05) 85%, rgba(29, 100, 158, 0));
  background-image: -webkit-linear-gradient(90deg, rgba(29, 100, 158, 0.05) 85%, rgba(29, 100, 158, 0));
  background-image: -ms-linear-gradient(90deg, rgba(29, 100, 158, 0.05) 85%, rgba(29, 100, 158, 0));
  background-image: linear-gradient(90deg, rgba(29, 100, 158, 0.05) 85%, rgba(29, 100, 158, 0));
  color: #1d649e;
  font-weight: bold;
}
.Questions_item .Tags {
  padding: 0.14rem 0.3rem;
  border-bottom: 1px solid #e4e4e5;
  color: #444444;
  font-weight: var(--lighter);
  flex-wrap: nowrap;
}
.Questions_item .Tags .left {
  gap: 0.1rem;
}
.Questions_item .Tags .option {
  gap: 0.1rem 0.2rem;
  color: #888888;
}
.Questions_item .Tags .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem;
  font-weight: normal;
  font-size: var(--f14);
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.Questions_item .Tags .right .tag {
  min-width: 0.6rem;
  line-height: 0.34rem;
  border-radius: 2px 8px 2px 8px;
  background-color: rgba(1, 141, 146, 0.05);
  color: #018d92;
  display: block;
  text-align: center;
  padding: 0 0.15rem;
}
.Questions_item .Tags .right .tag2 {
  background-color: rgba(29, 100, 158, 0.05);
  color: #1d649e;
}
.Questions_item .Title {
  font-size: var(--f20);
  line-height: 0.5rem;
  color: #111111;
  padding: 0.25rem 0.3rem;
  display: flex;
}
.Questions_item .Title > div {
  flex: 1;
  min-width: 0;
}
.Questions_item .Title > div span {
  top: 0!important;
}
.Questions_item .Title > div img {
  max-height: 0.5rem;
  width: auto!important;
}
.Questions_item .picbox {
  padding: 0 0.3rem 0.25rem;
}
.Questions_item .Options {
  padding: 0 0.3rem;
  font-size: var(--f18);
  justify-content: space-between;
}
.Questions_item .Options .option {
  width: 49%;
  display: flex;
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
  cursor: pointer;
}
.Questions_item .Options .num {
  background-color: #f2f3f5;
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 100%;
  color: #555555;
  text-align: center;
  margin-right: 0.15rem;
  margin-top: 0.06rem;
}
.Questions_item .Options .txt {
  line-height: 0.46rem;
}
.Questions_item .Options .selected,
.Questions_item .Options .answer {
  color: #1d649e;
}
.Questions_item .Options .selected .num,
.Questions_item .Options .answer .num {
  background-color: #1d649e;
  color: #fff;
}
.Questions_item .Options .wrong {
  color: #920107;
}
.Questions_item .Options .wrong .num {
  background-color: #920107;
  color: #fff;
}
.Questions_item .answer {
  color: #1d649e;
}
.Questions_item .wrong {
  color: #920107;
}
.Questions_item .other {
  border-top: 1px solid #e4e4e5;
  padding: 0.2rem 0;
  margin: 0.45rem 0.3rem 0;
  color: #444444;
}
.Questions_item .other .time {
  color: #888888;
  font-weight: var(--lighter);
}
.Questions_item .other .actions {
  gap: 0.1rem;
}
.Questions_item .other .btn {
  min-width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid 1px #dadada;
  padding: 0 0.1rem;
  text-align: center;
  cursor: pointer;
}
.Questions_item .other .btn:hover,
.Questions_item .other .btn.active {
  background-color: #1d649e;
  color: #fff;
  border-color: #1d649e;
}
.Questions_item .other .btn.disabled {
  background-color: #1d649e;
  color: #fff;
  border-color: #1d649e;
  cursor: none;
}
.Questions_item .other .btn2 {
  min-width: 1.4rem;
}
@media (max-width: 768px) {
  .Questions_item .other .btn {
    min-width: 1rem;
  }
}
@media (max-width: 640px) {
  .Questions_item .Tags {
    flex-wrap: wrap;
  }
  .Questions_item .Tags .right {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    margin-top: 0.1rem;
  }
  .Questions_item .Options .option {
    width: 100%;
  }
  .Questions_item .other {
    width: calc(100% - 0.6rem);
  }
  .Questions_item .other .actions {
    margin-top: 0.1rem;
  }
  .Questions_item .other .btn {
    min-width: 1rem;
  }
}
.topic_item .left {
  position: relative;
  padding-right: 0.5rem;
}
.topic_item .left_two {
  padding-right: 0.9rem;
}
.topic_item .head {
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.topic_item .head span {
  border-radius: 2px 8px 2px 8px;
  min-width: 0.7rem;
  line-height: 0.32rem;
  background-color: #f3f7fa;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d649e;
}
.topic_item .content {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.topic_item .collect {
  position: absolute;
  right: 0;
  top: 0.06rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/collect.svg) no-repeat center;
  cursor: pointer;
  background-size: contain;
}
.topic_item .collect.active {
  background-image: url(../images/collect2.svg);
}
.topic_item .Title {
  line-height: calc(36 / 20);
  color: #111;
}
.topic_item .Options {
  font-size: var(--f18);
  justify-content: space-between;
}
.topic_item .Options .option {
  width: 100%;
  display: flex;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.topic_item .Options .num {
  background-color: #f2f3f5;
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 100%;
  color: #555555;
  text-align: center;
  margin-right: 0.15rem;
}
.topic_item .Options .selected,
.topic_item .Options .answer {
  color: #1d649e;
}
.topic_item .Options .selected .num,
.topic_item .Options .answer .num {
  background-color: #1d649e;
  color: #fff;
}
.topic_item .Options .wrong {
  color: #920107;
}
.topic_item .Options .wrong .num {
  background-color: #920107;
  color: #fff;
}
.topic_item .answer {
  color: #1d649e;
}
.topic_item .wrong {
  color: #920107;
}
.topic_item .btnbox {
  width: 100%;
}
@media (max-width: 640px) {
  .topic_item .left_two {
    padding-right: 0.5rem;
    flex-wrap: wrap;
  }
  .topic_item .left_two .head {
    width: 100%;
  }
  .topic_item .left_two .content {
    flex: auto;
  }
}
.answer {
  color: #1d649e;
}
.wrong {
  color: #920107;
}
.topic_item_video .left {
  flex: 1;
  min-width: 0;
}
.topic_item_video .right {
  width: 3.4rem;
  margin-left: 0.7rem;
  flex-shrink: 0;
}
.topic_item_video .videobox {
  position: relative;
  height: 2.3rem;
  border-radius: 0.42rem;
  overflow: hidden;
}
.topic_item_video .videobox .player-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%!important;
}
.topic_item_video .videobox .prism-player .prism-big-play-btn {
  background: url(../images/play.svg) no-repeat center;
  width: 0.62rem;
  height: 0.62rem;
  left: 50%!important;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.topic_item_video .videobox .prism-player .prism-big-play-btn .outter {
  display: none;
}
.topic_item_video .videobox .prism-player .prism-cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .topic_item_video .left {
    flex: auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .topic_item_video .left .head {
    width: 100%;
  }
  .topic_item_video .left .content {
    flex: auto;
    width: 100%;
  }
  .topic_item_video .right {
    width: 100%;
    margin-left: 0;
  }
}
.topic_num {
  background-color: #f2f3f5;
  border-radius: 0.08rem;
  padding: 0.15rem 0.24rem;
}
.topic_num .left {
  flex: 1;
  min-width: 0;
}
.topic_num .right {
  flex-shrink: 0;
  width: 0.5rem;
  text-align: right;
  line-height: 0.34rem;
}
.topic_num .click_down {
  display: inline-flex;
  width: 0.23rem;
  height: 0.19rem;
  background: url(../images/icon_c_down.svg) no-repeat center;
  background-size: contain;
  filter: grayscale(100) opacity(0.7);
  vertical-align: middle;
}
.topic_num .click_down.click_down_on {
  filter: none;
}
.topic_num .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.topic_num .list.list_h {
  height: 0.35rem;
  overflow: hidden;
}
.topic_num .list a {
  display: inline-flex;
  min-width: 0.34rem;
  line-height: 0.32rem;
  border: solid 1px #dadada;
  border-radius: 0.08rem;
  align-items: center;
  justify-content: center;
  color: #888888;
}
.topic_num .list a.on {
  border-color: #1d649e;
  color: #1d649e;
}
.topic_num .list a.done {
  background-color: #1d649e;
  color: #fff;
  border-color: #1d649e;
}
/*提交结果*/
.SubmitResults {
  padding: 1.5rem 0;
}
.SubmitResults .con {
  max-width: 7.3rem;
  width: 100%;
  margin: 0 auto;
  min-height: 0.8rem;
  padding: 0.1rem;
  gap: 0.1rem 0.45rem;
  line-height: 0.3rem;
  border-radius: 0.3rem;
  background-color: #f2f3f5;
}
.SubmitResults .con aside {
  display: inline-flex;
  align-items: center;
}
.SubmitResults .con img {
  vertical-align: middle;
  flex-shrink: 0;
  height: 0.15rem;
  margin-right: 0.05rem;
}
.SubmitResults .btnbox {
  gap: 0.1rem 0.25rem;
}
/*答案解析*/
.answerKey {
  border: solid 1px #dddddd;
  border-radius: 0.42rem;
  overflow: hidden;
}
.answerKey .titlebox {
  min-height: 0.8rem;
  background-color: #f2f3f5;
  padding: 0.1rem 0.4rem;
  color: #555555;
  gap: 0.1rem 0.6rem;
}
.answerKey .con {
  padding: 0.3rem 0.4rem;
  line-height: 2;
}
.answerKey .list {
  display: flex;
  flex-wrap: wrap;
}
.answerKey .title {
  flex-shrink: 0;
  width: 1rem;
  padding-right: 0.1rem;
}
.answerKey .box {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.answerKey .box span {
  top: 0!important;
}
@media (max-width: 640px) {
  .answerKey .title {
    width: 100%;
  }
  .answerKey .box {
    flex: auto;
    width: 100%;
  }
}
/*往年真题*/
.topic_list {
  border-bottom: 1px solid #e4e4e5;
  position: relative;
  z-index: 1;
}
.topic_list .box {
  width: 100%;
  padding: 0.3rem 0;
}
.topic_list .em_line {
  height: 0.3rem;
}
.topic_list .textwarp,
.topic_list .left {
  flex: 1;
  min-width: 0;
}
.topic_list .right {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.topic_list .icon {
  width: 0.64rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.topic_list .icon img {
  width: 100%;
}
.topic_list .title {
  color: #111;
}
.topic_list .des {
  color: #222222;
  font-weight: var(--lighter);
}
@media (max-width: 640px) {
  .topic_list .left {
    width: 100%;
    flex: auto;
  }
  .topic_list .right {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    margin-top: 0.2rem;
  }
}
@media (max-width: 640px) {
  .topic_title {
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .topic_title .right {
    width: 100%;
  }
}
.RechargeMember {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 4.8rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #111111;
  z-index: 2;
}
.RechargeMember .flexbox {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
}
.RechargeMember .btn {
  display: inline-flex;
  background-color: #408bf6;
  min-width: 1.2rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.RechargeMember .btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.05rem);
}
@media (max-width: 640px) {
  .RechargeMember {
    height: 8rem;
  }
}
/*我的课程*/
.CourseList.row3 {
  gap: 0.3rem 0.35rem;
}
.CourseList.row3 .Course_item {
  width: calc((100% - 0.35rem * 2) / 3);
}
.CourseList.row3 .Course_item:nth-child(3n-1) .pic {
  background-image: url(../images/course_bg2.jpg);
}
.CourseList.row3 .Course_item:nth-child(3n-1) .pic .head_tit {
  color: #9f3800;
}
@media screen and (max-width: 768px) {
  .CourseList.row3 {
    gap: 0.3rem 0.2rem;
  }
  .CourseList.row3 .Course_item {
    width: calc((100% - 0.2rem * 1) / 2);
  }
}
@media screen and (max-width: 640px) {
  .CourseList.row3 {
    gap: 0.3rem 0.2rem;
  }
  .CourseList.row3 .Course_item {
    width: 100%;
  }
}
.Course_item {
  overflow: hidden;
  border-radius: 0.42rem;
  border: 1px solid #dddddd;
}
.Course_item .box:hover .pic figure img {
  transform: scale(1.1);
}
.Course_item .box:hover .textwarp .title a {
  color: #1d649e;
}
.Course_item .pic {
  background: url(../images/course_bg.jpg) no-repeat center;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
}
.Course_item .pic figure img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Course_item .pic .head_tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  padding: 0.5rem 0.25rem;
  color: #0076dc;
}
.Course_item .pic .head_tit .title {
  line-height: calc(30 / 24);
  margin-bottom: 0.15rem;
}
.Course_item .textwarp {
  padding: 0.15rem 0.25rem 0.2rem;
  display: flex;
  flex-flow: column wrap;
  height: 1.6rem;
}
.Course_item .textwarp .title {
  line-height: calc(30 / 20);
}
.Course_item .textwarp .title a {
  color: #111111;
}
.Course_item .textwarp .other {
  margin-bottom: 0;
  margin-top: auto;
}
.Course_item .textwarp .btn {
  flex-shrink: 0;
  margin-left: 0.1rem;
  min-width: 1rem;
  line-height: 0.38rem;
  background-color: #1d649e;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
/*课程详情*/
.btn_refresh {
  display: inline-flex;
  align-items: center;
}
.btn_refresh::after {
  content: '';
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/refresh.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
}
.CourseDetails_top {
  background-color: #fff;
  padding: 0.4rem;
  border-radius: 0.42rem;
}
.CourseDetails_top .pic {
  /*background: url(../images/course_bg.jpg) no-repeat center; background-size: cover;*/
  display: block;
  overflow: hidden;
  position: relative;
  width: 3.86rem;
  border-radius: 0.42rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.CourseDetails_top .pic figure {
  /* display: flex; align-items: flex-end; justify-content: flex-end; padding: .15rem .1rem 0;*/
}
.CourseDetails_top .pic figure img {
  width: 100%;
}
.CourseDetails_top .pic .head_tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  padding: 0.5rem 0.25rem;
  color: #0076dc;
}
.CourseDetails_top .pic .head_tit .title {
  line-height: calc(32 / 24);
  margin-bottom: 0.15rem;
}
.CourseDetails_top .textwarp {
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  padding-top: 0.1rem;
}
.CourseDetails_top .textwarp .other {
  margin-top: 0.25rem;
  color: #444444;
}
.CourseDetails_top .textwarp .btn {
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 0.4rem;
  border-top: 1px solid #e4e4e5;
}
@media screen and (max-width: 640px) {
  .CourseDetails_top .textwarp {
    flex: auto;
    width: 100%;
  }
  .CourseDetails_top .textwarp .other {
    margin-bottom: 0.2rem;
    gap: 0.1rem 0;
  }
}
.recommend_Course .item {
  margin-bottom: 0.15rem;
}
.recommend_Course .item:last-child {
  margin-bottom: 0;
}
.recommend_Course .item:nth-child(2n) .box .pic {
  background-image: url(../images/course_bg2.jpg);
}
.recommend_Course .item:nth-child(2n) .box .pic .head_tit {
  color: #9f3800;
}
.recommend_Course .box .pic {
  width: 1.1rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  background: url(../images/course_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
}
.recommend_Course .box .pic figure img {
  width: 100%;
}
.recommend_Course .box .pic .head_tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  padding: 0.2rem 0.1rem;
  color: #0076dc;
  transform: scale(0.54);
  transform-origin: left top;
}
.recommend_Course .box .pic .head_tit .title {
  line-height: calc(30 / 24);
  margin-bottom: 0.05rem;
  font-size: 0.14rem;
}
.recommend_Course .box .pic .head_tit .stit {
  font-size: 0.12rem;
}
.recommend_Course .box .textwarp {
  flex: 1;
}
.recommend_Course .box .textwarp .title {
  line-height: calc(20 / 16);
  color: #333333;
  margin-bottom: 0.08rem;
  font-weight: normal;
}
.recommend_Course .box .textwarp .stit {
  font-weight: var(--lighter);
  color: #666666;
}
.recommend_Course .box:hover .textwarp .title {
  color: #1d649e;
}
.Course_nav {
  gap: 0.5rem;
}
.Course_nav .nav_item {
  color: #444444;
  padding-bottom: 0.3rem;
  position: relative;
}
.Course_nav .nav_item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1d649e;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.Course_nav .nav_item:hover,
.Course_nav .nav_item.on {
  color: #1d649e;
}
.Course_nav .nav_item:hover::after,
.Course_nav .nav_item.on::after {
  transform: scaleX(1);
}
.Course_intro .pic {
  background: url(../images/course_bg.jpg) no-repeat center;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.42rem 0.42rem 0 0;
}
.Course_intro .pic figure {
  height: 6rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.4rem 1.3rem 0 0;
}
.Course_intro .pic figure img {
  max-height: 100%;
}
.Course_intro .pic .head_tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  padding: 0.95rem 0 0 0.6rem;
  color: #0076dc;
}
.Course_intro .pic .head_tit .title {
  line-height: calc(68 / 56);
  margin-bottom: 0.45rem;
}
.Course_intro .pic .head_tit .stit {
  color: #8a4823;
}
@media screen and (max-width: 640px) {
  .Course_intro .pic figure {
    height: 4rem;
    padding-right: 0;
  }
  .Course_intro .pic .head_tit {
    padding-left: 0.3rem;
  }
  .Course_intro .pic .head_tit .title {
    font-size: 0.24rem;
  }
  .Course_intro .pic .head_tit .stit {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .Course_tab_con {
    padding-left: 0;
    padding-right: 0;
  }
}
.lecturerbox .pic {
  width: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
  background-image: -moz-linear-gradient(79deg, #d3d3d3, #d9d9d9);
  background-image: -webkit-linear-gradient(79deg, #d3d3d3, #d9d9d9);
  background-image: -ms-linear-gradient(79deg, #d3d3d3, #d9d9d9);
  background-image: linear-gradient(79deg, #d3d3d3, #d9d9d9);
  overflow: hidden;
  border-radius: 0.42rem;
}
.lecturerbox .pic img {
  width: 100%;
}
.lecturerbox .title {
  padding-top: 0.2rem;
}
.lecturerbox .title b {
  margin-right: 0.2rem;
}
.lecturerbox .textwarp {
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  min-width: 0;
}
.lecturerbox .des {
  color: #222222;
  line-height: calc(28 / 18);
  margin: 0.1rem 0 0.25rem;
  min-height: 8.2em;
  font-weight: var(--lighter);
}
.lecturerbox dl {
  margin-bottom: 0;
  margin-top: auto;
}
.lecturerbox dl dt {
  flex-shrink: 0;
}
.lecturerbox dl dd {
  flex: 1;
}
.lecturerbox dl dd a {
  display: block;
}
@media screen and (max-width: 640px) {
  .lecturerbox .content {
    flex-wrap: wrap;
  }
  .lecturerbox .textwarp {
    width: 100%;
    flex: auto;
  }
}
.Catalog_list {
  margin: -0.25rem 0;
}
.Catalog_list dl {
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
}
.Catalog_list dl:last-child {
  border-bottom: none;
}
.Catalog_list dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  cursor: pointer;
}
.Catalog_list dl dt .title {
  flex: 1;
  position: relative;
  padding-left: 0.2rem;
}
.Catalog_list dl dt .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background-color: #1d649e;
  border-radius: 100%;
}
.Catalog_list dl dt .icon {
  flex-shrink: 0;
  margin-left: 0.1rem;
  color: #a9a9a9;
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
}
.Catalog_list dl dt .icon::after {
  content: '';
  display: inline-flex;
  width: 0.05rem;
  height: 0.05rem;
  border: solid #a9a9a9;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.Catalog_list dl .cur .icon::after {
  transform: rotate(-135deg);
  margin-top: 0.05rem;
}
.Catalog_list dl li {
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  padding-left: 0.2rem;
}
.Catalog_list dl li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.14rem 0;
  position: relative;
  color: #7a7a7a;
}
.Catalog_list dl li a.cur,
.Catalog_list dl li a:hover {
  color: #1d649e;
}
.Catalog_list dl li a.cur .tit::before,
.Catalog_list dl li a:hover .tit::before {
  background-image: url(../images/icon_suo2.svg);
}
.Catalog_list dl li a.cur .other,
.Catalog_list dl li a:hover .other {
  color: #222;
}
.Catalog_list dl li .tit {
  position: relative;
  flex: 1;
  min-width: 0;
}
.Catalog_list dl li .other {
  flex-shrink: 0;
  margin-left: 0.2rem;
  align-items: center;
  color: #7a7a7a;
}
.Catalog_list dl li .other .btn {
  display: inline-flex;
  padding: 0 0.1rem;
  background-color: #1d649e;
  color: #fff;
  border-radius: 0.25rem;
  line-height: calc(24 / 14);
  margin-right: 0.1rem;
}
.Catalog_list dl li:last-child {
  border-bottom: none;
}
.show_div {
  display: none;
}
/*菜单栏*/
.menu_Tmua .ul {
  padding: 0 7%;
}
.menu_Tmua .icon {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.24rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.15rem;
}
.menu_Tmua .icon img {
  max-height: 100%;
}
.menu_Tmua .box {
  display: block;
}
.menu_Tmua .on,
.menu_Tmua a:hover {
  color: #1d649e;
}
.menu_Tmua .on a,
.menu_Tmua a:hover a {
  color: #1d649e;
}
.menu_Tmua .on .icon,
.menu_Tmua a:hover .icon {
  background-color: #1d649e;
}
.menu_Tmua .on .icon img,
.menu_Tmua a:hover .icon img {
  filter: brightness(0) invert(1);
}
/*筛选*/
.filterBox .top {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.filterBox .warp {
  flex: 1;
}
.filterBox .right {
  flex-shrink: 0;
  min-width: 1.05rem;
  text-align: right;
  order: 2;
}
.filterBox .multiple {
  padding-right: 0.3rem;
  position: relative;
  color: #444444;
}
.filterBox .multiple::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/multiple.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(100) opacity(0.7);
}
.filterBox .multiple:hover {
  color: #1d649e;
}
.filterBox .multiple:hover::after {
  filter: none;
}
.filterBox .multiple.active {
  color: #1d649e;
}
.filterBox .multiple.active::after {
  filter: none;
}
.filterBox .reset {
  padding-right: 0.3rem;
  position: relative;
  color: #444444;
}
.filterBox .reset::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/reset.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(100) opacity(0.7);
}
.filterBox .reset:hover {
  color: #1d649e;
}
.filterBox .reset:hover::after {
  filter: none;
}
.filterBox dl {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e4e4e5;
  line-height: 0.4rem;
}
.filterBox dl:first-child {
  padding-top: 0;
}
.filterBox dl:last-child {
  border-bottom: none;
}
.filterBox dt {
  flex-shrink: 0;
  min-width: 1.1rem;
  padding-right: 0.1rem;
  color: #444444;
}
.filterBox dd {
  display: flex;
  flex: 1;
  gap: 0.03rem 0.3rem;
  flex-wrap: wrap;
}
.filterBox .con {
  padding-top: 0.3rem;
  position: relative;
}
.filterBox .con::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% + 0.8rem);
  height: 1px;
  background-color: #e4e4e5;
  transform: translateX(-50%);
}
.filterBox .con dl {
  flex: 1;
  border-bottom: none;
  padding-bottom: 0;
}
.filterBox .tab_span {
  padding: 0 0.2rem;
  border: 1px solid #dadada;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  position: relative;
}
.filterBox .tab_span .close {
  display: inline-flex;
  margin-left: 0.13rem;
  width: 0.11rem;
  height: 0.11rem;
  position: relative;
  cursor: pointer;
}
.filterBox .tab_span .close::before,
.filterBox .tab_span .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: #111111;
  transform: translate(-50%, -50%) rotate(45deg);
}
.filterBox .tab_span .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filterBox .active {
  color: #1d649e;
}
@media (max-width: 640px) {
  .filterBox .right {
    min-width: 0.9rem;
  }
  .filterBox dl {
    flex-wrap: wrap;
  }
  .filterBox dl dt {
    width: 100%;
  }
  .filterBox dl dd {
    width: 100%;
    gap: 0.03rem 0.1rem;
  }
}
.search_filter .nav_item {
  padding-bottom: 0.4rem;
}
.search_filter .search {
  position: relative;
  width: 3.6rem;
  margin-left: 0.4rem;
  overflow: hidden;
}
.search_filter .search .text {
  width: 100%;
  line-height: 0.48rem;
  height: 0.48rem;
  border: solid 1px #dadada;
  border-radius: 0.25rem;
  padding: 0 0.4rem 0 0.2rem;
}
.search_filter .search .text::placeholder {
  color: #555555;
}
.search_filter .search .btn {
  width: 0.4rem;
  height: 100%;
  background: url(../images/search2.svg) no-repeat left center;
  background-size: 0.17rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .search_filter .right {
    width: 100%;
    justify-content: space-between;
  }
  .search_filter .member_nav {
    order: 2;
  }
  .search_filter .search {
    width: 45%;
  }
}
/*定制问卷调查*/
.SubmitContent .member_ul .el-input__inner {
  color: #111111;
}
.questionnaire_item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e4e4e5;
}
.questionnaire_item .title {
  margin-bottom: 0.2rem;
}
.questionnaire_item .option {
  width: 25%;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.questionnaire_item .num {
  width: 0.2rem;
  height: 0.2rem;
  border: solid 1px #dadada;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.questionnaire_item .selected .num {
  background: url(../images/icon_2.svg) no-repeat center #1d649e;
  border-color: #1d649e;
  background-size: 60%;
}
.questionnaire_item .el-select,
.questionnaire_item .el-input,
.questionnaire_item .el-range-editor.el-input__inner {
  width: 100%;
  max-width: 4.4rem;
}
.questionnaire_item .el-range-separator {
  padding: 0;
  width: auto;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questionnaire_item .difficulty-slider {
  width: 4.4rem;
  max-width: 100%;
  position: relative;
}
.questionnaire_item .difficulty-slider .el-slider__runway {
  width: 100%;
  background-color: #dcdcdc;
  border-radius: 0.25rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  margin: 0;
  opacity: 0;
}
.questionnaire_item .difficulty-slider .el-slider__runway .el-slider__button {
  display: none;
}
.questionnaire_item .difficulty-slider .el-slider__runway .el-slider__bar {
  height: 100%;
  background-color: #1d649e;
}
.questionnaire_item .difficulty-slider .slider-labels {
  display: flex;
}
.questionnaire_item .difficulty-slider .slider-labels span {
  width: 100%;
  text-align: center;
  margin-right: -0.08rem;
  text-align: left;
}
.questionnaire_item .difficulty-slider .slider-labels span .line {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #dcdcdc;
  height: 0.1rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.questionnaire_item .difficulty-slider .slider-labels span .line::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
}
.questionnaire_item .difficulty-slider .slider-labels span:not(:first-child, :last-child) {
  font-size: 0;
}
.questionnaire_item .difficulty-slider .slider-labels span:last-child {
  text-align: right;
}
.questionnaire_item .difficulty-slider .slider-labels span:last-child .line::after {
  display: none;
}
.questionnaire_item .difficulty-slider .slider-labels span.active .line {
  background-color: #1d649e;
}
@media (max-width: 640px) {
  .questionnaire_item .option {
    width: auto;
    min-width: 25%;
    padding-right: 0.2rem;
    margin: 0.05rem 0;
  }
  .questionnaire_item .num {
    margin-top: 0.02rem;
  }
  .questionnaire_item .selected .num {
    background-size: contain;
  }
}
em {
  font-style: normal;
}
/*留学申请*/
.Column_title .en {
  text-transform: uppercase;
  font-weight: var(--lighter);
}
.menu_lx li {
  max-width: 3.12rem;
  width: 25%;
}
.menu_lx .box {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  background-color: #fff;
  border-radius: 0.42rem;
  height: 2.3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.menu_lx .box:hover .icon img {
  transform: rotateY(180deg);
}
.menu_lx .icon {
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.menu_lx .icon img {
  max-height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .menu_lx li {
    width: 22%;
    font-size: 0.2rem;
  }
  .menu_lx .box {
    height: 1.5rem;
  }
  .menu_lx .icon {
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
}
.lx_item {
  background: url(../images/lx_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.75rem 0;
  overflow: hidden;
}
.lx_item .btnbox {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.lx_item .all_btn {
  margin-bottom: 0.1rem;
}
.lx_item .right {
  width: 11.27rem;
  max-width: 72%;
}
.lx_item .list_pic li {
  width: 3.6rem;
}
.lx_item .list_pic .pic {
  position: relative;
  padding-top: calc(240 / 360 * 100%);
  overflow: hidden;
  border-radius: 0.42rem;
}
.lx_item .con {
  font-weight: var(--lighter);
  line-height: calc(36 / 24);
}
@media screen and (max-width: 640px) {
  .lx_item .Column_title {
    margin-bottom: 0.3rem;
  }
  .lx_item .btnbox {
    flex-flow: row wrap;
    gap: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .lx_item .right {
    width: 100%;
    max-width: 100%;
  }
}
/*留学咨询*/
.lx_main {
  background: url(../images/lx_bg2.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -1rem;
  padding-top: 1rem;
}
.lx_main .title_top .label {
  display: block;
}
.lx_main .title_top .label span {
  padding: 0.15rem 0.2rem;
  display: inline-block;
  background-color: #e3eefa;
  border-radius: 2px 10px 2px 10px;
  color: #1d649e;
}
.lx_main .title_top .cn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lx_main .title_top .cn em {
  color: #1d649e;
}
.lx_main .title_top .cn .label {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.15rem;
}
.lx_main .title_top .des {
  line-height: calc(28 / 18);
  color: #222222;
  max-width: 4.15rem;
  font-weight: var(--lighter);
}
.lx_main .title_top .pre {
  white-space: pre;
}
.lx_main .left {
  width: calc(580 / 1600 * 100%);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0.42rem;
  padding: 0.5rem 0.6rem;
}
.lx_main .left li {
  display: flex;
  align-items: center;
}
.lx_main .left li:not(:last-child) {
  margin-bottom: 0.32rem;
}
.lx_main .left .icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
}
.lx_main .left .icon img {
  max-height: 0.37rem;
}
.lx_main .left strong {
  font-size: var(--f22);
  color: #111111;
}
.lx_main .left .des {
  margin-top: 0.08rem;
  color: #222222;
  line-height: calc(26 / 18);
  font-weight: var(--lighter);
}
.lx_main .right {
  width: calc(982 / 1600 * 100%);
  margin-right: -0.66rem;
}
@media screen and (max-width: 1600px) {
  .lx_main .right {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lx_main .warp {
    flex-wrap: wrap;
  }
  .lx_main .left,
  .lx_main .right {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.lx_list {
  position: relative;
  background: url(../images/lx_bg3.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 0.9rem;
}
.lx_list .list {
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 0.42rem;
  margin-bottom: 0.3rem;
}
.lx_list .list:nth-child(2n) .left {
  order: 2;
}
.lx_list .left {
  width: calc(900 / 1520 * 100%);
  margin-right: 0.6rem;
  padding-top: 0.35rem;
}
.lx_list .pic {
  width: calc(490 / 1520 * 100%);
}
.lx_list .pic img {
  width: 100%;
  border-radius: 0.42rem;
}
.lx_list .title {
  color: #111111;
}
.lx_list .title em {
  text-transform: uppercase;
  font-weight: var(--lighter);
}
.lx_list .des {
  color: #444444;
  border-bottom: 1px solid #e4e4e5;
  padding: 0.1rem 0 0.15rem;
  font-weight: var(--lighter);
  margin-bottom: 0.3rem;
}
.lx_list .sub_list {
  font-size: 16px;
}
.lx_list .sub_list dl {
  width: 47%;
  margin-bottom: 0.3rem;
}
.lx_list .sub_list dt {
  position: relative;
  padding-left: 0.25rem;
  margin-bottom: 0.1rem;
}
.lx_list .sub_list dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background-color: #fff;
  border: 0.04rem solid #1d649e;
}
.lx_list .sub_list dd {
  font-weight: var(--lighter);
}
@media screen and (max-width: 640px) {
  .lx_list .list {
    flex-wrap: wrap;
  }
  .lx_list .list:nth-child(2n) .left {
    order: 0;
  }
  .lx_list .left,
  .lx_list .pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .lx_list .left {
    margin-right: 0;
  }
  .lx_list .sub_list dl {
    width: 100%;
  }
}
.lx_main_lxzx .lx_list .left {
  padding-top: 0;
  font-size: 16px;
}
.lx_main_lxzx .lx_list p strong::before {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background-color: #fff;
  border: 0.04rem solid #1d649e;
}
.lx_main_lxzx .lx_list p > span,
.lx_main_lxzx .lx_list p > strong {
  padding-left: 0.2rem;
  display: inline-block;
  position: relative;
}
/*升学指导*/
.lx_main_sxzd .lx_main {
  background-image: url(../images/lx_bg4.jpg);
}
.lx_main_sxzd .lx_main .left {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.lx_main_sxzd .lx_main .right {
  margin-right: 0;
  text-align: center;
}
.lx_main_sxzd .lx_main .list {
  width: 9rem;
  white-space: nowrap;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.3rem;
  justify-content: space-evenly;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
.lx_main_sxzd .lx_main .list .pic {
  width: 0.66rem;
  height: 0.66rem;
  background-color: #fff;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.15rem;
}
.lx_main_sxzd .lx_main .list .pic img {
  max-height: 0.36rem;
}
.lx_main_sxzd .lx_list .left {
  padding-top: 0;
}
.lx_main_sxzd .lx_list .title {
  color: #1d649e;
}
.lx_main_sxzd .lx_list .title em {
  color: #444444;
  font-weight: var(--lighter);
}
.lx_main_sxzd .lx_list .con {
  color: #222;
  font-weight: var(--lighter);
}
.lx_main_sxzd .lx_list p {
  margin-bottom: 0.15rem;
  line-height: calc(34 / 18);
  position: relative;
  padding-left: 0.2rem;
}
.lx_main_sxzd .lx_list p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background-color: #fff;
  border: 0.04rem solid #1d649e;
}
@media screen and (max-width: 640px) {
  .lx_main_sxzd .lx_main .list {
    width: 100%;
    gap: 0;
  }
  .lx_main_sxzd .lx_main .list .item {
    width: 33.33%;
    text-align: center;
    margin: 0.1rem 0;
  }
}
/*文书辅导*/
.lx_main_wsfd .lx_main {
  background-image: url(../images/lx_bg5.jpg);
}
.lx_main_wsfd .lx_main .left {
  margin-top: -1rem;
}
.lx_main_wsfd .lx_main li:not(:last-child) {
  margin-bottom: 0.5rem;
  position: relative;
}
.lx_main_wsfd .lx_main li:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 0.28rem;
  bottom: -0.3rem;
  width: 0.14rem;
  height: 0.1rem;
  background: url(../images/line_down.svg) no-repeat center;
  background-size: contain;
}
.lx_main_wsfd .lx_list .left {
  padding-top: 0;
}
.lx_main_wsfd .lx_list .title {
  color: #1d649e;
}
.lx_main_wsfd .lx_list .title em {
  color: #444444;
  font-weight: var(--lighter);
}
.lx_main_wsfd .lx_list .des {
  padding-bottom: 0.2rem;
}
.lx_main_wsfd .lx_list .sub_list {
  font-size: 16px;
}
.lx_main_wsfd .lx_list .sub_list dl {
  position: relative;
}
.lx_main_wsfd .lx_list .sub_list dl:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #e4e4e5;
}
.lx_main_wsfd .lx_list .sub_list dt {
  padding-left: 0;
}
.lx_main_wsfd .lx_list .sub_list dt::before {
  display: none;
}
.lx_main_wsfd .lx_list .sub_list dd {
  line-height: calc(30 / 18);
}
.lx_main_wsfd .lx_list .sub_list p strong {
  position: relative;
  padding-left: 0.2rem;
}
.lx_main_wsfd .lx_list .sub_list p strong::before {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background-color: #fff;
  border: 0.04rem solid #1d649e;
}
.lx_main_wsfd .lx_list .sub_list p > span {
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .lx_main_wsfd .lx_main .left {
    margin-top: 0;
  }
  .lx_main_wsfd .lx_list .sub_list dl:not(:last-child)::after {
    display: none;
  }
}
/*面试辅导*/
.lx_main_msfd .title_top {
  text-align: center;
}
.lx_main_msfd .title_top .label {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.15rem;
}
.lx_main_msfd .title_top .des {
  max-width: 100%;
}
.lx_main_msfd .lx_main {
  background-image: url(../images/lx_bg4.jpg);
}
.lx_main_msfd .lx_main .list {
  display: grid;
  gap: 0.3rem 0.37rem;
  grid-template-columns: calc(440 / 1600 * 100%) calc(646 / 1600 * 100%) calc(440 / 1600 * 100%);
  grid-template-rows: repeat(2, 1fr);
}
.lx_main_msfd .lx_main .pic {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  align-items: center;
  justify-content: center;
  display: flex;
}
.lx_main_msfd .lx_main .item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.3rem 0.22rem;
  border-radius: 0.3rem;
}
.lx_main_msfd .lx_main .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lx_main_msfd .lx_main .item .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
}
.lx_main_msfd .lx_main .item .icon img {
  max-height: 0.32rem;
}
.lx_main_msfd .lx_main .item:nth-child(3) .title .txtbox,
.lx_main_msfd .lx_main .item:nth-child(5) .title .txtbox {
  order: 2;
  text-align: right;
}
.lx_main_msfd .lx_main .item:nth-child(3) .icon,
.lx_main_msfd .lx_main .item:nth-child(5) .icon {
  margin-left: 0;
  margin-right: 0.2rem;
}
.lx_main_msfd .lx_main .en {
  color: #888888;
  font-weight: var(--lighter);
  text-transform: uppercase;
  margin-top: 0.05rem;
}
.lx_main_msfd .lx_main .con {
  color: #222222;
  font-weight: var(--lighter);
  margin-top: 0.15rem;
  line-height: calc(26 / 18);
}
.lx_main_msfd .lx_list .left {
  padding-top: 0;
}
.lx_main_msfd .lx_list .des {
  line-height: calc(30 / 18);
}
.lx_main_msfd .lx_list .sub_list .sitme {
  position: relative;
  padding-left: 0.3rem;
  font-weight: var(--lighter);
  margin-bottom: 0.15rem;
}
.lx_main_msfd .lx_list .sub_list .sitme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon_2.svg) no-repeat center #1d649e;
  background-size: 60%;
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .lx_main_msfd .lx_main .list {
    display: flex;
    flex-wrap: wrap;
  }
  .lx_main_msfd .lx_list .sub_list .sitme::before {
    top: 0.15rem;
  }
}
/*课程中心*/
.course_menu {
  max-width: 10rem;
  margin: 0 auto;
}
.course_menu .box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.3rem;
  min-height: 1rem;
  padding: 0 0.3rem;
  background-color: #fff;
  border-radius: 0.36rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.course_menu .box:hover {
  color: #1d649e;
}
.course_menu .box:hover .icon {
  filter: none;
}
.course_menu .icon {
  max-width: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  filter: grayscale(100%) opacity(0.9);
}
.course_menu .icon img {
  max-height: 100%;
}
.course_menu .arrow {
  display: inline-flex;
  width: 0.32rem;
  height: 0.13rem;
  background: url(../images/icon_more.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
  filter: grayscale(100%) opacity(0.9);
}
.course_menu .on .box {
  color: #1d649e;
}
.course_menu .on .icon {
  filter: none;
}
.course_menu .other .icon {
  filter: none;
}
.course_menu .other.on .box {
  background-color: #1d649e;
  color: #fff;
}
.course_menu .other.on .box .arrow,
.course_menu .other.on .box .icon {
  filter: brightness(0) invert(1);
}
.course_menu .other .box:hover {
  background-color: #1d649e;
  color: #fff;
}
.course_menu .other .box:hover .arrow,
.course_menu .other .box:hover .icon {
  filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
  .course_menu ul {
    flex-wrap: wrap;
  }
  .course_menu li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .course_menu .box {
    min-width: 1.2rem;
  }
}
.course_top .left {
  width: calc(540 / 1600 * 100%);
}
.course_top .right {
  width: calc(845 / 1600 * 100%);
}
.course_top .title {
  color: #111111;
  display: flex;
}
.course_top .title img {
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 0.42rem;
}
.course_top .des {
  line-height: calc(34 / 18);
  color: #222222;
  font-weight: var(--lighter);
}
@media (max-width: 640px) {
  .course_top .left,
  .course_top .right {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.course_list li {
  border-radius: 0.42rem;
  background-color: #fff;
  padding: 0.55rem 0.45rem;
  margin-bottom: 0.3rem;
}
.course_list .pic {
  width: calc(400 / 1516 * 100%);
  flex-shrink: 0;
}
.course_list .pic img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.42rem;
}
.course_list .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0.15rem 1.1rem;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
.course_list .title {
  line-height: calc(34 / 22);
}
@media (max-width: 640px) {
  .course_list .pic,
  .course_list .textwarp {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .course_list .textwarp {
    padding: 0.2rem;
  }
}
.course_sitem .CourseDetails_top {
  width: 100%;
  padding: 0.3rem 0 0.6rem;
}
.course_sitem .CourseDetails_top .pic {
  width: 2.33rem;
  border-radius: 0.08rem;
}
.course_sitem .CourseDetails_top .pic figure {
  height: auto;
}
.course_sitem .CourseDetails_top .pic .head_tit {
  padding-top: 0.25rem;
  width: 70%;
}
.course_sitem .CourseDetails_top .pic .head_tit .title {
  margin-bottom: 0.1rem;
}
.course_sitem .CourseDetails_top .pic .head_tit .stit {
  font-size: 0.12rem;
}
.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 .ColumnName {
  border-bottom: 1px solid #eeeeee;
  padding: 0.3rem 0;
  color: #1d649e;
  font-weight: bold;
}
.open_inner .ColumnName.black {
  color: #000;
}
.open_inner .ColumnName.pl30 {
  padding-left: 0.3rem;
}
.open_inner .ColumnName span {
  display: inline-block;
  position: relative;
}
.open_inner .ColumnName.line span::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 0.03rem;
  background-color: #1d649e;
  bottom: -0.3rem;
}
.open_inner .inner {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.3rem;
  position: relative;
}
.open_inner .w622 {
  max-width: 6.22rem;
  width: 88%;
  margin: 0 auto;
  padding: 0.25rem 0.3rem;
}
.open_inner .w1000 {
  max-width: 10rem;
  width: 90%;
  margin: 0 auto;
  padding: 0.4rem;
}
.open_inner .open_btn {
  min-width: 1.4rem;
  height: 0.46rem;
  line-height: 0.46rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d6d7;
  border-radius: 0.25rem;
}
.open_inner .open_btn.bg {
  color: #fff;
  background-color: #3b9c42;
  border-color: #3b9c42;
}
.open_inner .open_btn:hover {
  background-image: -moz-linear-gradient(-43deg, rgba(97, 222, 250, 0.4) 0%, rgba(202, 244, 194, 0.4) 100%);
  background-image: -webkit-linear-gradient(-43deg, rgba(97, 222, 250, 0.4) 0%, rgba(202, 244, 194, 0.4) 100%);
  background-image: -ms-linear-gradient(-43deg, rgba(97, 222, 250, 0.4) 0%, rgba(202, 244, 194, 0.4) 100%);
  background-image: linear-gradient(-43deg, rgba(97, 222, 250, 0.4) 0%, rgba(202, 244, 194, 0.4) 100%);
  background-color: #3b9c42;
  border-color: transparent;
  color: #fff;
}
.open_inner .close {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 0.26rem;
  background-color: #b5b5b5;
  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_tx .member_ul .name {
  min-width: 1.4rem;
}
.open_tx .member_ul .el-input__inner {
  color: #222;
}
.open_tx .member_ul .color {
  display: inline-flex;
  margin-left: 0.1rem;
}
.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: #1d649e;
  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: #1d649e;
}
.swiper-button {
  color: #1d649e;
}
.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: #1d649e;
}
.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: #1d649e;
}
.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%;
  }
}
/*关于我们*/
.about_top {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -1rem;
  padding-top: 1rem;
}
.about_top .swiper {
  background: url(../images/about_bg2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.42rem;
}
.about_top .box {
  padding: 0.4rem 2rem;
}
.about_top .left {
  width: calc(540 / 1200 * 100%);
  position: relative;
  padding: 0.5rem 0;
}
.about_top .left::before {
  content: '';
  position: absolute;
  left: -0.83rem;
  top: 0;
  width: 0.62rem;
  height: 0.52rem;
  background: url(../images/dou.svg) no-repeat center;
  background-size: contain;
}
.about_top .title {
  color: #111;
  white-space: pre;
}
.about_top .des {
  font-weight: var(--lighter);
  line-height: calc(28 / 18);
}
.about_top .right {
  width: calc(522 / 1200 * 100%);
  background: url(../images/about_line5.png) no-repeat center bottom;
  background-size: 100% auto;
}
.about_top .pic {
  padding-top: calc(485 / 522 * 100%);
  position: relative;
}
.about_top .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about_top .img img {
  max-height: 100%;
}
.about_top .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_line6.png) no-repeat center bottom;
  background-size: 100% auto;
}
.about_top .namebox,
.about_top .position {
  position: absolute;
  writing-mode: tb;
}
.about_top .namebox {
  left: 0.9rem;
  top: 0.2rem;
  width: 0.46rem;
  background-image: linear-gradient(180deg, #1d649e 10%, rgba(29, 100, 158, 0) 100%);
  text-align: center;
  padding: 0.15rem 0 0.2rem;
  border-radius: 0.08rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.2rem;
  color: #fff;
}
.about_top .namebox::before {
  content: '';
  position: absolute;
  left: -0.08rem;
  width: 0.1rem;
  height: 100%;
  border: 1px solid #1d649e;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right: 0;
  border-radius: 0.05rem;
  top: 0;
  opacity: 0.3;
}
.about_top .namebox::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  width: 100%;
  height: 0.31rem;
  background: url(../images/about_line4.png) no-repeat center;
  background-size: contain;
}
.about_top .namebox .cn {
  letter-spacing: 0.03rem;
}
.about_top .namebox .en {
  position: absolute;
  right: -0.22rem;
  top: 0.1rem;
  color: #1d649e;
  opacity: 0.7;
}
.about_top .position {
  padding: 0.1rem 0;
  right: 0.26rem;
  top: 20%;
}
.about_top .position::before,
.about_top .position::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.08rem;
  background: url(../images/about_line2.png) no-repeat center;
  background-size: contain;
}
.about_top .position::after {
  background-image: url(../images/about_line3.png);
  top: auto;
  bottom: 0;
}
.about_top .position span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/about_line.png) no-repeat center;
  background-size: cover;
  color: #1d649e;
  width: 0.46rem;
  text-align: center;
  padding: 0.1rem 0;
}
.about_top .swiper-pagination {
  bottom: 0.2rem;
}
.about_top .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.04rem;
  border-radius: 2px;
  background-color: #a3a3a3;
  opacity: 1;
}
.about_top .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background-color: #1d649e;
}
@media screen and (max-width: 1024px) {
  .about_top .box {
    padding: 0.5rem 0.8rem 0.5rem 1rem;
  }
  .about_top .right {
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .about_top .box {
    flex-wrap: wrap;
  }
  .about_top .left,
  .about_top .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_top .box {
    padding-right: 0.5rem;
    padding-left: 0.8rem;
  }
  .about_top .left::before {
    left: -0.6rem;
  }
  .about_top .namebox {
    left: 0;
  }
  .about_top .position {
    right: 0;
  }
}
.about_two {
  background: url(../images/about_bg3.jpg) no-repeat center;
  background-size: cover;
}
.about_two .left {
  width: calc(1080 / 1600 * 100%);
}
.about_two .left .swiper {
  background-color: #fff;
  border-radius: 0.42rem;
  height: calc(100% - 0.9rem);
}
.about_two .left .box {
  padding: 0.3rem;
}
.about_two .left .pic {
  width: calc(430 / 1020 * 100%);
}
.about_two .left .pic i {
  position: relative;
  /* padding-top: calc(500 / 430 * 100%);*/
  overflow: hidden;
  display: block;
  border-radius: 0.42rem;
}
.about_two .left .pic img {
  position: relative;
  width: 100%;
  height: auto;
}
.about_two .left .textwarp {
  width: calc(560 / 1020 * 100%);
}
.about_two .left .time {
  display: block;
  color: #444444;
  margin-bottom: 0.1rem;
  display: none;
}
.about_two .left .line {
  display: block;
  width: 1.1rem;
  height: 2px;
  background-color: #1d649e;
  margin: 0.25rem 0;
  border-radius: 1px;
}
.about_two .left .des {
  line-height: calc(30 / 16);
  color: #222222;
  font-weight: var(--lighter);
}
.about_two .left .des p {
  margin: 1em 0;
}
.about_two .right {
  width: calc(490 / 1600 * 100%);
}
.about_two .right .swiper {
  background-color: #fff;
  border-radius: 0.42rem;
  height: calc(100% - 0.9rem);
}
.about_two .right .box {
  padding: 0.3rem;
}
.about_two .right .pic i {
  position: relative;
  padding-top: calc(270 / 430 * 100%);
  overflow: hidden;
  display: block;
  border-radius: 0.42rem 0.42rem 0 0;
}
.about_two .right .title {
  margin: 0.25rem 0 0.2rem;
}
.about_two .right .title .cn {
  color: #000000;
}
.about_two .right .title .en {
  color: #444444;
  font-weight: var(--lighter);
}
.about_two .right .des {
  font-weight: var(--lighter);
  color: #222222;
  line-height: calc(28 / 18);
}
.about_two .right .des ul,
.about_two .right .des li {
  list-style: initial;
}
.about_two .right .des ul {
  margin-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .about_two .left,
  .about_two .right {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .about_two .left .box {
    flex-wrap: wrap;
  }
  .about_two .left .pic,
  .about_two .left .textwarp {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.about_three {
  background: url(../images/about_bg4.jpg) no-repeat center;
  background-size: cover;
}
.about_three .titbox {
  color: #111111;
}
.about_three .titbox .des {
  color: #222;
  font-weight: var(--lighter);
}
.about_three .list {
  gap: 0.2rem;
}
.about_three .item {
  border-radius: 0.42rem;
  overflow: hidden;
  width: calc((100% - 0.2rem * 3) / 4);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.about_three .item .pic {
  position: relative;
  height: 5.2rem;
}
.about_three .item .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.35rem 0.3rem;
  color: #fff;
}
.about_three .item .textwarp .des {
  margin-top: 0.2rem;
  line-height: calc(30 / 18);
}
.about_three .item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0.24rem 0.3rem;
  background: url(../images/about_bg5.jpg) no-repeat center;
  background-size: cover;
  z-index: 3;
  display: none;
}
.about_three .item .hover .title {
  margin-left: -0.3rem;
  margin-bottom: 0.3rem;
}
.about_three .item .hover .title span {
  background-color: #1d649e;
  color: #fff;
  line-height: 0.56rem;
  display: inline-block;
  padding: 0 0.3rem;
  border-radius: 0 0.24rem 0.08rem 0;
}
.about_three .item .hover .des {
  color: #333333;
  margin-bottom: 0.4rem;
}
.about_three .item .hover .sub_item {
  padding-left: 0.2rem;
  border-left: 4px solid #d0e0ec;
  color: #222222;
  font-weight: var(--lighter);
}
.about_three .item .hover .sub_item:not(:last-child) {
  margin-bottom: 0.39rem;
}
.about_three .item .hover .tit {
  font-weight: normal;
  color: #111111;
  margin-bottom: 0.05rem;
}
.about_three .other {
  width: calc(286 / 1600 * 100%);
}
.about_three .on {
  width: calc(650 / 1600 * 100%);
}
.about_three .on .pic {
  opacity: 0;
}
.about_three .on .hover {
  display: block;
}
@media screen and (max-width: 640px) {
  .about_three .list {
    flex-wrap: wrap;
  }
  .about_three .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .about_three .item .pic {
    height: 3rem;
  }
  .about_three .item .textwarp {
    opacity: 0;
  }
  .about_three .item .hover {
    position: relative;
    display: block;
  }
}
/*联系客服*/
.kfMain .ColumnName {
  color: #111;
}
.kfMain .ul {
  gap: 0.32rem;
}
.kfMain li {
  background-color: #fff;
  width: calc((100% - 0.32rem * 2) / 3);
  border-radius: 0.42rem;
  padding: 0.8rem 0.2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.kfMain .des {
  max-width: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  color: #222222;
  line-height: calc(30 / 16);
  font-weight: var(--lighter);
}
.kfMain .icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  margin: 0 auto 0.25rem;
  background-color: #1d649e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfMain .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfMain .more::after {
  content: '';
  display: inline-flex;
  width: 0.07rem;
  height: 0.07rem;
  border: solid #1d649e;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 0.05rem;
}
.kfMain .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.2rem;
  background-color: #fff;
  display: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.kfMain .hover .con {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
}
.kfMain .hover img {
  width: 2rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .kfMain li {
    width: 100%;
  }
}
/*首页*/
.Hbanner {
  background: url(../images/Hbox_bg1.jpg) no-repeat center;
  background-size: cover;
  margin-top: -1rem;
  padding-top: 1rem;
}
.Hbanner .pic {
  width: calc(800 / 1600 * 100%);
  overflow: hidden;
  border-radius: 1.2rem 0.42rem 1.2rem 0.42rem;
  position: relative;
}
.Hbanner .pic img {
  width: 100%;
}
.Hbanner .pic .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6rem 0.2rem;
  color: #fff;
  line-height: calc(44 / 28);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.Hbanner .pic .title .txt {
  max-width: 5.6rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.Hbanner .textwarp {
  width: calc(620 / 1600 * 100%);
  padding: 0.2rem 0;
}
.Hbanner .textwarp .item:not(:last-child) {
  border-bottom: 1px solid #1d649e;
  padding-bottom: 0.6rem;
  margin-bottom: 0.5rem;
}
.Hbanner .textwarp .title {
  display: flex;
  align-items: center;
}
.Hbanner .textwarp .title img {
  flex-shrink: 0;
  margin-right: 0.2rem;
  max-width: 0.81rem;
}
.Hbanner .textwarp .des {
  color: #222222;
  line-height: calc(34 / 20);
  font-weight: var(--lighter);
}
@media (max-width: 1024px) {
  .Hbanner {
    padding-top: 0;
  }
  .Hbanner > .flex_js_ac {
    flex-wrap: wrap;
  }
  .Hbanner .pic,
  .Hbanner .textwarp {
    width: 100%;
  }
  .Hbanner .pic {
    margin-bottom: 0.2rem;
  }
}
.Hbox {
  padding: 1.5rem 0 1.2rem;
  background: url(../images/Hbox_bg1.jpg) no-repeat center;
  background-size: cover;
}
.Hbox .des {
  color: #222222;
  font-weight: var(--lighter);
}
.Habout .ul {
  gap: 0.65rem;
}
.Habout li {
  width: calc((100% - 0.65rem * 2) / 3);
}
.Habout .des {
  color: #222222;
  font-weight: var(--lighter);
}
.Habout .title {
  display: flex;
  align-items: center;
}
.Habout .title .icon {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.Habout .title .icon img {
  max-height: 0.57rem;
}
.Habout .title .warp {
  flex: 1;
  min-width: 0;
}
.Habout .title .tit {
  color: #111111;
}
.Habout .pic {
  position: relative;
  padding-top: calc(330 / 490 * 100%);
  overflow: hidden;
  border-radius: 0.42rem;
}
@media (max-width: 1024px) {
  .Habout .ul {
    gap: 0.3rem;
  }
  .Habout li {
    width: calc((100% - 0.3rem * 2) / 3);
  }
}
@media (max-width: 640px) {
  .Habout li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.Hstudy .more {
  min-width: 1.8rem;
  line-height: 0.54rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #408bf6;
  border-radius: 0.08rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hstudy .more:hover {
  background-color: #1d649e;
}
.Hstudy .all_btn {
  border-radius: 0.08rem;
  min-width: 1.8rem;
  border: none;
}
.Hstudy .swiper_1 li {
  height: auto;
}
.Hstudy .swiper_1 .box {
  height: 100%;
  background-color: #fff;
  border-radius: 0.42rem;
  padding: 0.3rem 0.4rem;
}
.Hstudy .swiper_1 .pic {
  width: 1.8rem;
  height: 1.7rem;
  position: relative;
  /*mask-image: url('../images/pic_bg3.png'); mask-position: center; mask-size: contain; mask-repeat: no-repeat;*/
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.Hstudy .swiper_1 .pic::before {
  content: '';
  position: absolute;
  right: -3px;
  width: 0.66rem;
  height: 0.39rem;
  z-index: 3;
  top: 0;
  background: url(../images/pic_bg5.png) no-repeat center right;
  background-size: cover;
}
.Hstudy .swiper_1 .warp {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
  border-left: 2px solid #555555;
  font-weight: var(--lighter);
}
.Hstudy .swiper_1 .warp .cn {
  margin-bottom: 0.1rem;
}
.Hstudy .swiper_1 .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.3rem;
}
.Hstudy .swiper_1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.04rem;
  border-radius: 2px;
  background-color: #a3a3a3;
  opacity: 1;
}
.Hstudy .swiper_1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background-color: #1d649e;
}
.Hstudy .swiper_1 .des {
  line-height: calc(28 / 18);
}
.Hteachers {
  background: url(../images/pic_bg4.png) no-repeat right center #fff;
  background-size: contain;
  border-radius: 0.42rem;
  padding: 0.5rem 2rem 0.5rem 1.25rem;
  margin-top: 1.2rem;
  position: relative;
}
.Hteachers .pic {
  width: 2.45rem;
  text-align: center;
  position: relative;
}
.Hteachers .pic::before {
  content: '';
  position: absolute;
  right: -3px;
  width: 0.66rem;
  height: 0.39rem;
  z-index: 3;
  top: 0;
  background: url(../images/pic_bg5.png) no-repeat center right;
  background-size: cover;
}
.Hteachers .pic figure {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.Hteachers .textwarp {
  width: calc(865 / 1280 * 100%);
  padding-bottom: 0.8rem;
}
.Hteachers .textwarp .title {
  margin-bottom: 0.45rem;
}
.Hteachers .textwarp .title span {
  display: inline-flex;
  padding-bottom: 0.29rem;
  border-bottom: 2px solid #555555;
  color: #222222;
}
.Hteachers .textwarp .con {
  color: #111111;
  line-height: calc(36 / 22);
}
.Hteachers .textwarp .con ul {
  margin-left: 1.3em;
}
.Hteachers .textwarp .con ul,
.Hteachers .textwarp .con li {
  list-style: initial;
}
.Hteachers .tab_swiper {
  position: absolute;
  width: calc(865 / 1600 * 100%);
  right: 2rem;
  bottom: 0.36rem;
}
.Hteachers .tab_swiper .swiper {
  max-width: 2.25rem;
  padding: 0 0.2rem;
  margin: 0;
}
.Hteachers .tab_swiper .img {
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.Hteachers .tab_swiper .swiper-slide {
  opacity: 0.45;
  width: 0.46rem;
  cursor: pointer;
}
.Hteachers .tab_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.Hteachers .swiper-button {
  width: 0.2rem;
  height: 0.2rem;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.Hteachers .swiper-button:hover::after {
  color: #1d649e;
}
.Hteachers .swiper-button-prev {
  left: 0;
}
.Hteachers .swiper-button-next {
  right: 0;
}
@media (max-width: 1024px) {
  .Hteachers {
    padding: 0.5rem 0.8rem;
  }
  .Hteachers .tab_swiper {
    right: 1.2rem;
  }
}
@media (max-width: 640px) {
  .Hteachers .box {
    flex-wrap: wrap;
  }
  .Hteachers .pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Hteachers .textwarp {
    width: 100%;
  }
}
.Hother .left {
  width: calc(400/1600 * 100%);
}
.Hother .left .des {
  margin: 0.4rem 0 0.5rem;
  line-height: calc(34 / 18);
}
.Hother .right {
  width: calc(1044 / 1600 * 100%);
}
.Hother .right img {
  width: 100%;
  border-radius: 0.42rem;
}
.Hother .list {
  gap: 0.1rem 0.65rem;
  line-height: calc(30 / 16);
  color: #222222;
  font-weight: var(--lighter);
}
.Hother .list dl {
  border-bottom: 1px solid rgba(29, 100, 158, 0.5);
  padding-bottom: 0.35rem;
  width: calc((100% - 0.65rem * 2) / 3);
  display: flex;
  align-items: flex-start;
}
.Hother .list dl:first-child dt img {
  margin-top: -0.05rem;
}
.Hother .list dt {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  width: 1.9rem;
}
.Hother .list dt aside:first-child {
  flex-shrink: 0;
}
.Hother .list dt img {
  display: inline-flex;
}
@media (max-width: 1024px) {
  .Hother dl {
    flex-wrap: wrap;
  }
  .Hother dd {
    width: 100%;
    margin-top: 0.05rem;
  }
}
@media (max-width: 768px) {
  .Hother .left,
  .Hother .right {
    width: 100%;
  }
  .Hother .left {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 640px) {
  .Hother .list dl {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
/*我的计划*/
.myPlan {
  width: 100%;
}
.plan-container {
  padding: 0.2rem 0.4rem 0.4rem;
  background: #fff;
  border-radius: 0.42rem;
  flex: 1;
  min-width: 0;
}
.sidebar {
  width: 2.4rem;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.42rem;
  margin-right: 0.2rem;
  flex-flow: column wrap;
}
.sidebar .top,
.sidebar .bottom {
  width: 100%;
}
.sidebar .all_btn {
  min-width: auto;
  width: 100%;
  font-size: var(--f18);
  font-weight: 500;
}
.plan-buttons .el-button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0.1rem;
  background-color: #1d649e;
  border-radius: 0.5rem;
  color: #fff;
  font-size: var(--f18);
  border: none;
  line-height: 0.54rem;
  height: 0.54rem;
  padding: 0 0.1rem;
}
.el-button--warning {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0.1rem;
  background-color: transparent;
  border-radius: 0.5rem;
  color: #444444;
  font-size: var(--f18);
  border: 1px solid #dadada;
  line-height: normal;
  height: 0.54rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.el-button--warning:hover {
  background-color: #1d649e;
  border-color: #1d649e;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.1rem;
}
.calendar-grid .day-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}
.calendar-grid .day-header .lunar-date {
  font-size: var(--f14);
  color: #888888;
  margin-top: 0;
}
.calendar-grid .day-header .solar-date {
  font-size: var(--f14);
  color: #888888;
}
.weekday-header {
  text-align: center;
  padding: 0.1rem;
  font-size: var(--f18);
  color: #222222;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.calendar-day {
  border: 1px solid #eee;
  padding: 0.1rem;
  min-height: 1.2rem;
}
.day-header {
  font-size: var(--f18);
  color: #222222;
  margin-bottom: 0.08rem;
}
.plan-item {
  font-size: var(--f14);
  color: #111;
  display: flex;
  align-items: flex-start;
  margin: 0.05rem 0;
  line-height: 1.2;
  cursor: pointer;
}
.plan-item .icon {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 0.05rem;
  margin-top: 0.06rem;
}
.plan-item:hover {
  color: #1d649e;
}
.plan-item .xg_btn,
.plan-item .sc_btn {
  flex-shrink: 0;
  font-size: var(--f12);
  color: #999;
  display: inline-flex;
}
.plan-item .xg_btn:hover,
.plan-item .sc_btn:hover {
  color: #000;
}
.plan-type {
  margin-bottom: 0.1rem;
}
.plan-type-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.plan-type-item .icon {
  background-image: url(../images/icon_2.svg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.04rem;
  display: block;
  margin-right: 0.15rem;
  flex-shrink: 0;
}
.plan-type-item span {
  line-height: 1.2;
}
.plan-type-item .xg_btn,
.plan-type-item .sc_btn {
  flex-shrink: 0;
  font-size: var(--f12);
  color: #999;
  display: inline-flex;
}
.plan-type-item .xg_btn:hover,
.plan-type-item .sc_btn:hover {
  color: #000;
}
.el-dialog {
  border-radius: 0.42rem;
  padding: 0.25rem 0.4rem;
  max-width: 5.5rem;
  width: 92%;
}
.el-dialog .el-dialog__header {
  border-bottom: 1px solid #e4e4e5;
  padding: 0;
}
.el-dialog .el-dialog__header .el-dialog__title {
  display: inline-flex;
  padding: 0 0 0.3rem;
  position: relative;
  font-weight: bold;
  color: #1d649e;
}
.el-dialog .el-dialog__header .el-dialog__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #1d649e;
}
.el-dialog .el-select,
.el-dialog .el-input {
  width: 100%;
}
.el-dialog .el-form-item__label {
  line-height: 0.54rem;
}
.el-dialog .el-form-item {
  display: flex;
  align-items: flex-start;
}
.el-dialog .el-dialog__body {
  padding: 0.3rem 0 0;
}
.el-dialog .el-form-item__label {
  width: 1.1rem !important;
  position: relative;
  flex-shrink: 0;
  text-align: left;
  font-size: var(--f18);
  color: #111111;
}
.el-dialog .el-form-item__content {
  margin-left: 0!important;
  flex: 1;
  width: 100%;
}
.el-dialog .el-dialog__footer {
  padding: 0 0 0.1rem;
}
.el-dialog .dialog-footer {
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 1.1rem;
}
.el-dialog .dialog-footer .el-button {
  border-radius: 0.25rem;
  line-height: 0.46rem;
  width: auto;
  min-width: 1.2rem;
  padding: 0 0.1rem;
  border: 1px solid #dadada;
  font-size: var(--f18);
  color: #444444;
}
.el-dialog .dialog-footer .el-button--primary {
  background-color: #1d649e;
  border-color: #1d649e;
  color: #fff;
}
.el-dialog .dialog-footer .el-button--danger {
  color: #fff;
}
.el-color-picker,
.el-color-picker__trigger {
  width: 100%;
}
.el-color-picker__trigger {
  height: 0.54rem;
}
.el-color-picker__trigger .el-color-picker__color {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
}
.el-color-picker__trigger .el-color-picker__color-inner {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 100%;
  position: relative;
}
.el-color-picker__trigger .el-color-picker__icon {
  color: #bbbbbb;
}
.el-color-picker__trigger .el-color-picker__icon {
  text-align: right;
  font-size: var(--f16);
  padding-right: 0.2rem;
}
/* 日历视图样式 */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #fff;
  gap: 0;
  border: 1px solid #e4e4e5;
  margin-right: -1px;
}
.calendar-day {
  min-height: 1.2rem;
  padding: 0.08rem;
  border: 0.01rem solid #e4e4e5;
  cursor: pointer;
  transition: all 0.3s;
}
.calendar-day:nth-child(7n),
.calendar-day:nth-child(7n+1) {
  background-color: #f2f3f5;
}
.calendar-day:hover {
  background: #f5f7fa;
}
.day-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.08rem;
  padding: 0.04rem;
  border-radius: 0.04rem;
}
.day-header .solar-date {
  font-size: 0.16rem;
  color: #303133;
}
.day-header .lunar-date {
  font-size: 0.12rem;
  color: #909399;
  margin-top: 0.02rem;
}
.plan-items {
  min-height: 0.8rem;
}
/* 日视图样式 */
.day-view {
  padding: 0.2rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.day-view .day-header {
  text-align: center;
  margin-bottom: 0.2rem;
}
.day-view .day-content {
  border: 0.01rem solid #ebeef5;
  border-radius: 0.04rem;
}
.hour-slot {
  display: flex;
  border-bottom: 0.01rem solid #ebeef5;
}
.hour-slot:last-child {
  border-bottom: none;
}
.hour-label {
  width: 0.8rem;
  padding: 0.1rem;
  text-align: center;
  background: #f5f7fa;
  border-right: 0.01rem solid #ebeef5;
}
.hour-content {
  flex: 1;
  padding: 0.1rem;
  min-height: 0.6rem;
}
/* 周视图样式 */
.week-view {
  padding: 0.2rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.week-header .day-label {
  text-align: left;
}
.week-header .day-content {
  padding-left: 0.1rem;
}
.week-header .week-day {
  margin-bottom: 0.1rem;
}
.week-day {
  border: 0.01rem solid #ebeef5;
  border-radius: 0.04rem;
  padding: 0.1rem;
}
.day-label {
  text-align: center;
  padding: 0.08rem;
  background: #f5f7fa;
  border-radius: 0.04rem;
  margin-bottom: 0.1rem;
}
/* 年视图样式 */
.year-view {
  padding: 0.2rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}
.year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.month-cell {
  border: 0.01rem solid #ebeef5;
  border-radius: 0.04rem;
  padding: 0.1rem;
}
.month-header {
  text-align: center;
  padding: 0.08rem;
  background: #f5f7fa;
  border-radius: 0.04rem;
  margin-bottom: 0.1rem;
}
.month-content {
  min-height: 1rem;
}
/* 日历头部样式 */
.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.calendar-header .left {
  font-weight: bold;
}
.calendar-header .right {
  gap: 0.2rem;
}
.calendar-header .item {
  display: flex;
  align-items: center;
}
.calendar-header .el-button-group {
  border: 1px solid #e4e4e5;
  border-radius: 0.25rem;
  line-height: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
}
.calendar-header .el-button-group .el-button {
  padding: 0 0.1rem;
  min-width: 0.5rem;
  line-height: 0.26rem;
}
.calendar-header .el-button-group .el-button:first-child,
.calendar-header .el-button-group .el-button:last-child {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-header .el-button-group .el-button:first-child span,
.calendar-header .el-button-group .el-button:last-child span {
  font-size: 0;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #bbbbbb;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  display: inline-flex;
}
.calendar-header .el-button-group .el-button:first-child:hover span,
.calendar-header .el-button-group .el-button:last-child:hover span {
  border-color: #1d649e;
}
.calendar-header .el-button-group .el-button:first-child span {
  border-width: 0 0 2px 2px;
}
.calendar-header .el-button-group .el-button:nth-child(2) {
  min-width: 0.7rem;
  border: 1px solid #e4e4e5;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
.calendar-header .el-radio-group {
  border: 1px solid #e4e4e5;
  border-radius: 0.25rem;
  overflow: hidden;
}
.calendar-header .el-radio-group .el-radio-button:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.24rem;
  background-color: #d3d3d3;
}
.calendar-header .el-radio-group .el-radio-button__inner {
  border: none;
  border-radius: 5px;
  font-size: var(--f16);
  color: #888888;
  padding: 0;
  min-width: 0.6rem;
  line-height: 0.48rem;
}
.calendar-header .el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #f2f3f5;
  border: none;
  box-shadow: none;
  color: #333333;
}
.calendar-header .search {
  width: 3.6rem;
  position: relative;
}
.calendar-header .search .text {
  width: 100%;
  padding: 0 0.5rem 0 0.2rem;
  border: 1px solid #dadada;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.25rem;
}
.calendar-header .search .btn {
  width: 0.5rem;
  height: 100%;
  background: url(../images/search3.svg) no-repeat center;
  background-size: 0.17rem;
  top: 0;
  right: 0;
  position: absolute;
}
.add_sj {
  cursor: pointer;
  transition: all 0.3s;
  min-width: 1.4rem;
  line-height: 0.48rem;
  height: 0.48rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e4e5;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #444444;
  font-size: var(--f18);
}
.add_sj:hover {
  background: #1d649e;
  border-color: #1d649e;
}
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .sidebar .plan-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .sidebar .plan-buttons .el-button {
    max-width: 1.3rem;
  }
  .sidebar .plan-type {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0.5rem;
  }
  .sidebar .plan-type .plan-type-item .icon {
    margin-right: 0.05rem;
  }
  .calendar-header {
    gap: 0.1rem;
  }
}
@media (max-width: 640px) {
  .viewMain {
    overflow: auto;
  }
  .viewMain .calendar-grid,
  .viewMain .year-view,
  .viewMain .week-view {
    width: 14rem;
  }
}
.right_fixed {
  position: fixed;
  right: 1%;
  bottom: 30%;
  z-index: 10;
}
.right_fixed .item {
  width: 0.4rem;
  text-align: center;
  padding: 0.15rem 0;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column wrap;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.right_fixed .item::before {
  content: '';
  width: 0.17rem;
  height: 0.21rem;
  background: url(../images/right_tel.svg) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto 0.1rem;
}
.right_fixed .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  writing-mode: vertical-lr;
}
.right_fixed .item:hover {
  background-color: #1d649e;
  color: #fff;
}
.right_fixed .item:hover::before {
  filter: brightness(0) invert(1);
}
.topic_content {
  position: relative;
}
.watermark {
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 0.2rem;
  transform: rotate(-25deg);
  /* 旋转角度 */
  pointer-events: none;
}
.messageList li {
  margin-bottom: 0.2rem;
}
.messageList .box {
  border: 1px dashed #e4e4e5;
  line-height: 0.46rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.messageList .box:hover {
  background-color: #1d649e;
  border-color: #1d649e;
  color: #fff;
}
.messageList .box:hover .time {
  color: #fff;
}
.messageList .time {
  flex-shrink: 0;
  margin-left: 0.2rem;
  color: #999;
}
@media (min-width: 1025px) {
  .index_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .fp-section:not(.fp-auto-height) .Hbanner,
  .fp-section:not(.fp-auto-height) .Hbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .fp-section:not(.fp-auto-height) .Hbanner {
    padding-top: 0 ;
    margin-top: 0!important;
  }
}
@media (max-width: 1024px) {
  .fp-table,
  .fp-tableCell {
    height: auto!important;
  }
}
.el-dialog__wrapper .el-input__icon {
  font-size: var(--f16);
  line-height: 0.4rem;
  display: inline-flex;
  align-items: center;
}
.el-dialog__wrapper .el-date-editor.el-input__inner {
  padding: 0 0 0 0.1rem;
}
.el-dialog__wrapper .el-date-editor .el-range__icon {
  width: 0.25rem;
  font-size: var(--f16);
  line-height: 0.32rem;
}
.el-dialog__wrapper .el-date-editor .el-range-input {
  font-size: var(--f18);
}
.el-dialog__wrapper .el-date-editor .el-range-separator {
  font-size: var(--f14);
  line-height: 0.32rem;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.el-dialog__wrapper .el-date-editor--timerange {
  padding: 0;
  width: 100%;
}
.el-dialog__wrapper .el-date-editor--timerange .el-input__icon {
  width: 0.25rem;
  font-size: var(--f16);
  line-height: 0.4rem;
}
.el-message {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 1024px) {
  .el-message-box {
    max-width: 92%;
  }
}
.hour-slot {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #eee;
}
.hour-content {
  position: relative;
  height: 100%;
}
.hour-content .plan-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 5px;
  color: #333;
  font-size: var(--f14);
  z-index: 3;
  margin: 0;
}
.hour-content .event-time {
  margin-right: 0.05rem;
  font-weight: bold;
}
.hour-content .xg_btn:hover,
.hour-content .sc_btn:hover {
  text-decoration: underline;
}
/* 添加跨天事件的样式 */
.plan-item.multi-day {
  position: relative;
  border-radius: 0;
  margin: 0 -5px;
  padding: 0 5px;
}
.plan-item.multi-day-start {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.plan-item.multi-day-end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.plan-item.multi-day-middle {
  border-radius: 0;
}
.plan-item.multi-day .event-time {
  display: none;
}
.member_nav .right {
  margin-left: auto;
}
.member_nav .btn_xlh {
  display: inline-flex;
  min-width: 1.1rem;
  line-height: 0.38rem;
  align-items: center;
  justify-content: center;
  background-color: #036eb8;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: normal;
}
.xlh_dialog .el-dialog .dialog-footer {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 0.55rem;
  margin-bottom: 0.2rem;
}
.xlh_dialog .el-input__inner {
  background-color: #f3f7fa;
  border-color: #f3f7fa;
}
.zfList_two .zf_item {
  height: 0.54rem;
  line-height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  color: #444444;
}
