.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
[data-v-7be7996e]:export {
  menubg: #304156;
  menutext: #bfcbd9;
  menuactivetext: #409eff;
}
.clearfix[data-v-7be7996e]:after {
  content: "";
  display: table;
  clear: both;
}
.after-class-service-phone[data-v-7be7996e] {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.42rem;
  text-align: justify;
}
.back-format[data-v-7be7996e] {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
h1[data-v-7be7996e] {
  font-size: 0.48rem;
  line-height: 0.72rem;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.list[data-v-7be7996e] {
  margin: 0.6rem auto 0 auto;
  width: 6.5rem;
}
.list .item[data-v-7be7996e] {
  width: 6.2rem;
  margin: 0 0.15rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-right: 0;
  position: relative;
}
.list .item .text[data-v-7be7996e] {
  width: 100%;
  height: 1.7rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://zyb-zhike-file.cdnjtzy.com/mis/7ac2351e-9072-4588-8d98-ced3153e9781.png)
    no-repeat;
  background-size: 100% 100%;
  color: #fff;
  overflow: hidden;
}
.list .item .text .title[data-v-7be7996e] {
  font-size: 0.36rem;
  line-height: 0.58rem;
  font-weight: 600;
  margin-top: 0.1rem;
  padding-left: 0.35rem;
}
.list .item .text .desc[data-v-7be7996e] {
  margin: 0 0.35rem;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  line-height: 0.32rem;
  color: #d6d6d6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.swiper-slide[data-v-7be7996e] {
  width: 6.5rem !important;
}
.swiper-container[data-v-7be7996e] {
  overflow: visible;
}
.swiper-pagination[data-v-7be7996e] {
  bottom: -0.6rem;
}
[data-v-7be7996e] .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #badcff;
  margin: 0 0.12rem;
}
[data-v-7be7996e] .swiper-pagination-bullet-active {
  background: #007cff;
}
.banner[data-v-7be7996e] {
  width: 100%;
}
.banner img[data-v-7be7996e] {
  width: 100%;
  height: 100%;
}
.ztfa[data-v-7be7996e] {
  width: 100%;
  height: 18.65rem;
  background-size: 100% 100%;
  overflow: hidden;
  padding-top: 1.12rem;
  box-sizing: border-box;
}
.ztfa .title[data-v-7be7996e] {
  height: 0.5rem;
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: black;
  line-height: 0.5rem;
  text-align: center;
}
.ztfa .info[data-v-7be7996e] {
  width: 6.84rem;
  height: 1.9rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: black;
  line-height: 0.38rem;
  margin: 0.48rem auto 0.44rem;
}
.ztfa .one[data-v-7be7996e] {
  width: 6.86rem;
  height: 2.69rem;
  margin: 0 auto;
  background: url(https://zyb-zhike-file.cdnjtzy.com/mis/c6a53ca9-4c4f-4615-a93f-b88b5ae283cc.png);
  background-size: 100% 100%;
}
.ztfa .two[data-v-7be7996e] {
  width: 6.86rem;
  height: 2.69rem;
  margin: 0.16rem auto;
  background: url(https://zyb-zhike-file.cdnjtzy.com/mis/ff45a6ba-3d1d-44cb-8e06-e8af78351d99.png);
  background-size: 100% 100%;
}
.ztfa .three[data-v-7be7996e] {
  width: 6.86rem;
  height: 7.44rem;
  margin: 0 auto;
  background: url(https://zyb-zhike-file.cdnjtzy.com/mis/5ac953c3-7a9a-490a-97ea-d865e399ae58.png);
  background-size: 100% 100%;
}
.fwglpt[data-v-7be7996e] {
  padding: 1rem 0.35rem;
  height: 16.62rem;
  background: #f5f8fc;
}
.fwglpt h1[data-v-7be7996e] {
  margin-bottom: 0.2rem;
}
.fwglpt ul li[data-v-7be7996e] {
  margin-top: 0.4rem;
  width: 3.2rem;
  height: 3.04rem;
  margin-right: 0.4rem;
  background: #fff;
  box-shadow: 0 11px 44px 14px rgba(17, 49, 92, 0.03),
    0 8px 25px 0 rgba(17, 49, 92, 0.05), 0 5px 11px -7px rgba(17, 49, 92, 0.08);
  border-radius: 0.08rem;
  float: left;
}
.fwglpt ul li img[data-v-7be7996e] {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0.55rem auto 0 auto;
}
.fwglpt ul li div[data-v-7be7996e] {
  color: #1f1f1f;
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.52rem;
  margin-top: 0.3rem;
  font-weight: 600;
}
.fwglpt ul li[data-v-7be7996e]:nth-child(2n) {
  margin-right: 0;
}
.wavepart[data-v-7be7996e] {
  width: 100%;
  height: 12rem;
  background: #f5f8fc;
  padding-top: 0.72rem;
  box-sizing: border-box;
}
.wavepart .title[data-v-7be7996e] {
  width: 5.5rem;
  height: 1.36rem;
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #343434;
  line-height: 0.68rem;
  text-align: center;
  margin: 0 auto 0.19rem;
}
.wavepart .wave[data-v-7be7996e] {
  width: 100%;
  height: 9.05rem;
  background: url(/assets/img/bolang.png);
  background-size: 100% 100%;
}
.hlkc[data-v-7be7996e] {
  height: 9.32rem;
  background: url(https://zyb-zhike-file.cdnjtzy.com/mis/64b8334c-5e74-4f69-9200-96537c5acb68.jpg)
    no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.hlkc h1[data-v-7be7996e] {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.yxsz[data-v-7be7996e] {
  padding: 1rem 0.35rem;
  background: #f5f8fc;
}
.yxsz h1[data-v-7be7996e] {
  margin-bottom: 0.6rem;
}
.yxsz ul .item[data-v-7be7996e] {
  margin-top: 0.4rem;
  height: 2.52rem;
  background: #fff;
  box-shadow: 0 11px 44px 14px rgba(17, 49, 92, 0.03),
    0 8px 25px 0 rgba(17, 49, 92, 0.05), 0 5px 11px -7px rgba(17, 49, 92, 0.08);
  border-radius: 0.16rem;
  padding: 0.32rem;
  display: flex;
}
.yxsz ul .item .left[data-v-7be7996e] {
  width: 1.36rem;
  margin-right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yxsz ul .item .left div[data-v-7be7996e] {
  width: 100%;
  height: 1.36rem;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.yxsz ul .item .right[data-v-7be7996e] {
  flex: 1;
  width: 1rem;
  padding-top: 0.22rem;
  box-sizing: border-box;
}
.yxsz ul .item .right .title[data-v-7be7996e] {
  font-size: 0.32rem;
  color: #1f1f1f;
  line-height: 0.48rem;
  font-weight: 600;
  height: 0.48rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.yxsz ul .item .right .title .lable[data-v-7be7996e] {
  width: 1.2rem;
  height: 0.48rem;
}
.yxsz ul .item .right .title .lable div[data-v-7be7996e] {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.yxsz ul .item .right ul[data-v-7be7996e] {
  margin-top: 0.1rem;
}
.yxsz ul .item .right ul li[data-v-7be7996e] {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #81868f;
}
.kecheng[data-v-7be7996e] {
  padding: 1rem 0.35rem;
  width: 100%;
  overflow: hidden;
}
.kecheng .item[data-v-7be7996e] {
  height: 3.48rem;
}
.kecheng[data-v-7be7996e] .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.06rem;
  background: #d6d6d6;
  margin: 0;
  border-radius: 0;
}
.kecheng[data-v-7be7996e] .swiper-pagination-bullet-active {
  background: #1875e8;
}
.course[data-v-7be7996e] {
  padding: 1rem 0.35rem;
  width: 100%;
  overflow: hidden;
}
.course[data-v-7be7996e] .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.06rem;
  background: #d6d6d6;
  margin: 0;
  border-radius: 0;
}
.course[data-v-7be7996e] .swiper-pagination-bullet-active {
  background: #1875e8;
}
.course .item[data-v-7be7996e] {
  overflow: hidden;
  width: 5.8rem;
  height: 5.89rem;
  margin-left: 0.35rem;
  box-shadow: 0 0.14rem 0.48rem 0.14rem rgba(17, 49, 92, 0.03),
    0 0.11rem 0.27rem 0 rgba(17, 49, 92, 0.05),
    0 0.08rem 0.18rem -0.07rem rgba(17, 49, 92, 0.08);
  border-radius: 0.15rem;
}
.course .item .top[data-v-7be7996e] {
  width: 100%;
  height: 4.06rem;
  background: #fff;
}
.course .item .bottom[data-v-7be7996e] {
  width: 100%;
  height: 1.83rem;
  background: #f5f8fc;
  box-sizing: border-box;
}
.course .item .bottom .ti[data-v-7be7996e] {
  overflow: hidden;
  width: 100%;
  padding-top: 0.26rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.15rem;
  font-size: 0.35rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #343434;
  line-height: 0.49rem;
}
.course .item .bottom .des[data-v-7be7996e] {
  width: 100%;
  height: 0.34rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #343434;
  line-height: 0.34rem;
}
.zxjw[data-v-7be7996e] {
  padding: 1rem 0.35rem;
}
.zxjw img[data-v-7be7996e] {
  width: 100%;
  margin-top: 0.6rem;
}
.tsxfa[data-v-7be7996e] {
  padding: 1rem 0.35rem;
  background: #f5f8fc;
  width: 100%;
  overflow: hidden;
}
.tsxfa[data-v-7be7996e] .swiper-pagination-bullet {
  width: 0.27rem;
  height: 0.06rem;
  background: #d6d6d6;
  margin: 0;
  border-radius: 0;
}
.tsxfa[data-v-7be7996e] .swiper-pagination-bullet-active {
  background: #1875e8;
}
.cpys[data-v-7be7996e] {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 1rem 0.35rem;
}
.cpys .item[data-v-7be7996e] {
  display: flex;
  justify-content: center;
  padding: 0.25rem 0;
  margin-top: 0.4rem;
}
.cpys .item .left[data-v-7be7996e] {
  width: 1.6rem;
  margin-right: 0.25rem;
}
.cpys .item .left div[data-v-7be7996e] {
  width: 100%;
  height: 1.22rem;
  margin-top: 0.35rem;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.cpys .item .right[data-v-7be7996e] {
  flex: 1;
  width: 2rem;
}
.cpys .item .right .title[data-v-7be7996e] {
  font-size: 0.36rem;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 0.58rem;
  margin-bottom: 0.1rem;
}
.cpys .item .right .desc[data-v-7be7996e] {
  font-size: 0.26rem;
  color: #81868f;
  line-height: 0.42rem;
}
.cgal[data-v-7be7996e] {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  background: #f5f8fc;
}
.cgal .list[data-v-7be7996e] {
  width: 6.5rem;
  margin: 0.6rem auto 0 auto;
}
.cgal .list .swiper-slide[data-v-7be7996e] {
  width: 6.5rem !important;
}
.cgal .list .item[data-v-7be7996e] {
  margin: 0 auto;
  border-radius: 0.3rem;
  box-shadow: 0 11px 44px 14px rgba(17, 49, 92, 0.03),
    0 8px 25px 0 rgba(17, 49, 92, 0.05), 0 5px 11px -7px rgba(17, 49, 92, 0.08);
  height: auto;
  background: #fff;
  margin: 0 0.15rem;
}
.cgal .list .item img[data-v-7be7996e] {
  width: 100%;
}
.cgal .list .item .title[data-v-7be7996e] {
  font-size: 0.36rem;
  color: #000;
  line-height: 0.58rem;
  margin: 0.5rem 0.35rem 0 0.35rem;
  font-weight: 600;
}
.cgal .list .item .block[data-v-7be7996e] {
  width: 0.4rem;
  height: 0.06rem;
  background: #1875e8;
  margin: 0.3rem 0.35rem;
}
.cgal .list .item .desc[data-v-7be7996e] {
  font-size: 0.26rem;
  color: #81868f;
  line-height: 0.42rem;
  margin: 0 0.35rem;
}
.cgal .list .item .data1[data-v-7be7996e],
.cgal .list .item .data[data-v-7be7996e] {
  padding: 0 0.35rem;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  font-size: 0.52rem;
  color: #000;
}
.cgal .list .item .data1 .left[data-v-7be7996e],
.cgal .list .item .data .left[data-v-7be7996e] {
  width: 2.6rem;
}
.cgal .list .item .data1 .right[data-v-7be7996e],
.cgal .list .item .data .right[data-v-7be7996e] {
  flex: 1;
  width: 2rem;
}
.cgal .list .item .data1 .min[data-v-7be7996e],
.cgal .list .item .data .min[data-v-7be7996e] {
  font-size: 0.32rem;
  color: #5c5c5c;
}
.cgal .list .item .data[data-v-7be7996e] {
  font-weight: 600;
}
.cgal .list .item .data .min[data-v-7be7996e] {
  font-weight: 400;
}
.cgal .list .item .data1[data-v-7be7996e] {
  color: #5c5c5c;
  font-size: 0.24rem;
  margin-top: 0;
  margin-bottom: 0.45rem;
}
.cgal .list[data-v-7be7996e] .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.04rem;
  background: #d6d6d6;
  margin: 0;
  border-radius: 0;
}
.cgal .list[data-v-7be7996e] .swiper-pagination-bullet-active {
  background: #1875e8;
}
