:root {
  --head: 120px;
  --color: #175AA8;
}

.co-h {
  color: #999;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.head-zhanwei {
  height: var(--head);
}

.C-rjt svg {
  width: 100%;
  height: 100%;
}

.C-rjt svg .quan {
  transition: all ease .3s;
}

.C-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all ease .3s;
  cursor: pointer;
}

.C-more .C-rjt {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}

/* theme2 实心白-白*/
.C-more.theme1 .C-rjt .quan {
  fill: #FFF;
}

.C-more.theme1 .C-rjt .jt {
  stroke: var(--color);
}

.C-more.theme1:hover .C-rjt .quan {
  fill: transparent;
}

.C-more.theme1:hover .C-rjt .jt {
  stroke: #fff;
}

/* theme2 黑-蓝*/
.C-more.theme2 {
  color: #0B0B0B;
}

.C-more.theme2 .C-rjt .quan {
  stroke: #000;
}

.C-more.theme2 .C-rjt .jt {
  stroke: #000;
}

.C-more.theme2:hover {
  color: var(--color);
}

.C-more.theme2:hover .C-rjt .quan {
  stroke: var(--color);
  fill: var(--color);
}

.C-more.theme2:hover .C-rjt .jt {
  stroke: #fff;
}

.moreHover:hover .C-more.theme2 {
  color: var(--color);
}

.moreHover:hover .C-more.theme2 .C-rjt .quan {
  stroke: var(--color);
  fill: var(--color);
}

.moreHover:hover .C-more.theme2 .C-rjt .jt {
  stroke: #fff;
}

/* theme3 白-实心白 */
.C-more.theme3:hover .C-rjt .quan {
  fill: #FFF;
}

.C-more.theme3:hover .C-rjt .jt {
  stroke: var(--color);
}

/* theme4 黑-*/
.C-more.theme4 {
  color: #0B0B0B;
}

.C-more.theme4 .C-rjt .quan {
  stroke: #000;
}

.C-more.theme4 .C-rjt .jt {
  stroke: #000;
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  border-radius: 0px 0px 0px 60px;
  background: rgba(5, 70, 147, 0.6);
  transition: all ease .3s;
}

.inner-page .head1 {
  background: var(--color);
}

.isback .head1 {
  opacity: 0;
  pointer-events: none;
}

.head1 .logo {
  width: 205px;
}

.head1 .right {
  margin-top: auto;
}

.head1 .menu {
  gap: 40px;
  color: #fff;
  padding: 24px 0;
}

.head1 .link>a {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}

.head1 .link>a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  border-radius: 10px;
  margin-top: 4px;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: all ease .3s;
}

.head1 .link.on>a::after,
.head1 .link:hover>a::after {
  opacity: 1;
  pointer-events: visible;
  transform: scale(1);
}

.head1 .search {
  position: relative;
}

.head1 .search .icon {
  width: 20px;
}

.head1 .search .default {
  margin-left: 40px;
  cursor: pointer;
}

.head1 .search .jiaohu {
  width: 295px;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: right;
  transition: all ease .3s;
}

.head1 .search .jiaohu.on {
  opacity: 1;
  pointer-events: visible;
  transform: translate(0, -50%) scaleX(1);
}

.head1 .search .jiaohu form {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  border-radius: 30px;
  background: #FFF;
}

.head1 .search .jiaohu input {
  display: block;
  flex: 1;
  height: 36px;
  border: none;
  background: transparent;
  font-size: inherit;
  color: #999;
}

.head1 .search .jiaohu input::placeholder {
  color: #DADADA;
}

.head1 .search .jiaohu .icon {
  width: 20px;
}

.head1 .search .jiaohu .tiplist {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  padding: 15px 20px 15px;
  z-index: 1;
  color: #454545;
  border-radius: 0px 0px 30px 30px;
  background: #F9F9F9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: none;
  max-height: 200px;
}

.head1 .search .jiaohu .tiplist .itee {
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.40);
}

.head1 .search .jiaohu .tiplist .itee:last-child {
  border-bottom: none;
}

.head1 .search .jiaohu .tiplist .itee:hover {
  color: #175AA8;
}

.head2 {
  border-radius: 0 0 0 30px;
  background: #054693;
  padding: 14px 120px 14px 44px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  gap: 32px;
  transition: all ease .3s;
}

.isback .head2 {
  opacity: 0;
  pointer-events: none;
}

.head2 .icon {
  width: 16px;
  margin-left: 12px;
}

.nav-down-bgmask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: var(--head);
  border-radius: 0px 0px 60px 60px;
  background: #F9F9F9;
  z-index: 40;
  opacity: 0;
  transform: scaleY(0);
  pointer-events: none;
  transition: all ease .3s;
  box-shadow: 0 0 5px #aaa;
}

.nav-down-bgmask.on {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: visible;
}

.nav-down-bgmask span {
  display: block;
}

.navdown1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
  color: #000;
}

.navdown1::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 25px;
}

.head1 .link:hover .navdown1 {
  opacity: 1;
  pointer-events: visible;
}

.navdown1 .main {
  padding: 40px 0 64px;

}

.navdown1 .you {
  padding-left: 63px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navdown1 .you::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 389px;
  max-height: 100%;
  border-left: 1px solid #D9D9D9;
}

.navdown1 .you .btn {
  padding: 28px 60px;
  border-radius: 20px;
  background: var(--color);
  color: #FFF;
  line-height: 1;
}

.navdown1 .zuo {
  width: 1336px;
  padding-right: 80px;
}

.navdown1 .ev {
  display: block;
  width: 284px;
}

.navdown1 .des {
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
}

.navdown1 .C-swcontrol {
  margin-top: 93px;
}

.navdown2Parent {
  position: relative;
}

.navdown2 {
  position: absolute;
  left: 50%;
  top: 100%;
  width: max-content;
  z-index: 45;
  margin-top: 25px;
  transform: translate(-50%, 0);

  text-align: center;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
  color: #000;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0 0 5px #aaa;
  background: #F9F9F9;
  color: #999;
}

.navdown2::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 25px;
}

.head1 .link:hover .navdown2 {
  opacity: 1;
  pointer-events: visible;
}

.navdown2 a {
  display: block;
  width: 100%;
  padding: 5px 23px;
  border-radius: 30px;
  transition: all ease .2s;
}

.navdown2 a:hover {
  color: #FFF;
  background: var(--color);
}






















footer {
  background: #08102C url('/img/foot1-7.svg') no-repeat right bottom/545px auto;
}


.foot1 {
  padding: 108px 0 32px;
}

.foot1 .zuo {
  width: 595px;
  position: relative;
}

.foot1 .zuo::after {
  content: '';
  display: block;
  width: 1px;
  height: 514px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.20);
  position: absolute;
  right: 0;
  top: 0;
}

.foot1 .zuo .logo {
  width: 350px;
}

.foot1 .zuo .share {
  margin: 27px 0 43px;
  gap: 30px;
}

.foot1 .zuo .share .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot1 .zuo .share .icon img {
  width: auto;
  max-height: 100%;
}

.foot1 .zuo .t2 {
  width: 478px;
}

.foot1 .zuo form {
  margin-top: 60px;
}

.foot1 .zuo form .t3 {}

.foot1 .zuo form .mainput {
  width: 415px;
  height: 48px;
  margin: 16px 0 18px;
  border-radius: 40px;
  background: #FFF;
  overflow: hidden;
}

.foot1 .zuo form .mainput input {
  display: block;
  border: none;
  background: transparent;
  padding: 0 24px;
  height: 100%;
  flex: 1;
  color: #08102C;
  font-size: inherit;
}

.foot1 .zuo form .mainput .submit {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: var(--color);
  cursor: pointer;
}

.foot1 .zuo form .tongyi {
  color: rgba(255, 255, 255, 0.60);
  user-select: none;
  cursor: pointer;
}

.foot1 .zuo form .tongyi input {
  display: none;
}

.foot1 .zuo form .tongyi .mode {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url('/img/foot-check.svg') no-repeat center/contain;
}

.foot1 .zuo form .tongyi p {
  flex: 1;
}

.foot1 .zuo form .tongyi input:checked+.mode {
  background: url('/img/foot-check-h.svg') no-repeat center/contain;
}

.foot1 .you {
  flex: 1;
  padding-left: 138px;
}

.foot1 .you .foot-link {
  gap: 40px 80px;
}

.foot1 .you .foot-link ul {
  width: 240px;
}

.foot1 .you .foot-link a {
  display: block;
}

.foot1 .you .foot-link a:hover {
  color: var(--color);
}

.foot1 .you .foot-link .a1 {
  margin-bottom: 24px;
}

.foot1 .you .foot-link .a2 {
  margin-bottom: 12px;
}

.foot1 .you .ren {
  width: 520px;
  margin-top: -80px;
}

.foot2 {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}


.foot2 .sharelink {
  gap: 14px;
}

.foot2 .sharelink .icon {
  width: 36px;
}

.foot2 .zuo .t1 {
  color: rgba(255, 255, 255, 0.60);
  margin-right: 56px;
}

.foot2 .zuo .t1 a {
  text-decoration-line: underline;
  margin-left: 1em;
}

.foot2 .zuo .t1 a {
  text-decoration-line: underline;
  margin-left: 1em;
}

.foot2 .zuo .t2 {
  gap: 24px;
  color: #969696;
}

.foot2 a:hover {
  color: var(--color);
}

/* -----------------------------------------loading-------------------------------------- */

.loading-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: #000;
  background: #06121E;
  transition: all ease 1s .3s;
  cursor: progress;
}

.loading-wrap.hide {
  /* transform: translate(0, -100%); */
  opacity: 0;
}

.loading-wrap .bg {
  width: 100%;
  height: 100%;
}

.loading-wrap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading-wrap .main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 43px 0 40px;
}

.loading-wrap .text {
  width: 100%;
  overflow: hidden;
}

.loading-wrap .t1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);
  color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  margin-left: -190px;
}

.loading-wrap .t2 {
  color: #FFF;
  font-size: 128px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: nowrap;
  margin: -90px 0 0 250px;
}

.loading-wrap .logo {
  width: 200px;
  margin: 0 40px 0 auto;
}

.loading-wrap .center {
  position: absolute;
  left: 50%;
  top: 420px;
  transform: translateX(-50%);
}

.loading-wrap .center .svgbox {
  width: 689px;
  background: url('/img/ld3-2.svg') no-repeat center/contain;
}

.loading-wrap .center .svgbox svg {
  width: 100%;
}

.loading-wrap .center .svgbox path {
  stroke-dashoffset: 1280px;
  stroke-dasharray: 1280px;
  transition: all ease 0.6s;
}

.loading-wrap .center .progress {
  margin-top: 55px;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.loading-wrap .center .jinhua {
  width: 72px;
  margin: -114px auto 0;
}

.loading-wrap .center .jinhua img {
  display: none;
}

.loading-wrap .center .jinhua img.on {
  display: block;
}
















/* -----------------------------------------首页-------------------------------------- */
.home1 {
  position: relative;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}

.home1 .neirong .swiper-slide {
  width: 100%;
  position: relative;
  filter: blur(4px);
  transition: all ease .3s;
}

.home1 .neirong .swiper-slide-active {
  filter: blur(0px);
  transition: all ease .5s .3s;
}

.home1 .zuo {
  width: 640px;
}

.home1 .t2 {
  margin: 23px 0 40px;
  font-weight: bold;
}

.home1 .zhishiqi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.home1 .zhishiqi .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 160px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.home1 .zhishiqi .C-rjt {
  margin-left: 40px;
  width: 53px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home1 .zhishiqi .swiper-slide.on .C-rjt .quan {
  fill: #054693;
  stroke: #054693;
}

.home2 {
  margin-top: -63px;
  padding: 0 0 112px;
  border-radius: 0 0 60px 60px;
  background: #F9F9F9;
}

.home2 .main {
  padding: 90px 0 26px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: #EDEDED;
}

.home2 .main .swiper-slide {
  width: 290px;
  margin-right: 60px;
}

.home2 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.home-title {
  position: relative;
}

.home-title .bigText {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 20px;
  font-size: 205px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;

  -webkit-text-stroke: 4px rgba(0, 0, 0, 0);
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #175AA84D, #175AA80F);
}

.home-title .k2 {
  margin: 10px 0 0;
  color: #252525;
}

.home-title.theme2 .k2 {
  color: #0B6CDC;
}

.home3 {
  padding: 35px 0 150px;
}

.home3 .home-title .bigText {
  margin-right: 103px;
}

.home3 .C-list1 {
  margin: 40px 0 93px;
}

.C-swcontrol {
  gap: 60px;
}

.C-swcontrol .swiper-button {
  cursor: pointer;
}

.C-swcontrol .swiper-button .C-rjt {
  width: 40px;
}

.C-swcontrol .swiper-button .C-rjt .jt {
  stroke: #000;
}

.C-swcontrol .swiper-button .C-rjt .quan {
  stroke: #000;
}

.C-swcontrol .swiper-button:hover .C-rjt .jt {
  stroke: #fff;
}

.C-swcontrol .swiper-button:hover .C-rjt .quan {
  fill: var(--color);
  stroke: var(--color);
}

.C-swcontrol .swiper-button.prev {
  transform: rotateY(180deg);
}

.C-swcontrol .swiper-pagination {
  position: static;
  flex: 1;
}

.C-swcontrol .pagination {
  position: relative;
  background: #E9E9E9;
  height: 3px;
  flex: 1;
}

.C-swcontrol .pagination .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color);
  min-width: 32px;
  max-width: 100%;
  transition: all ease .8s;
}

.C-swcontrol .pagination .bar::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 32px;
  height: 60px;
  background: url('/img/progress-people.png') no-repeat center/contain;
}


.C-list1 {
  overflow: visible;
}

.C-list1 .swiper-slide {
  width: 440px;
}

.C-list1 .swiper-slide .pic {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.C-list1 .swiper-slide .intr1 {
  padding: 30px 40px;
  transition: all ease .3s;
}

.C-list1 .swiper-slide:hover .intr1 {
  background: rgba(23, 90, 168, 0.6);
}

.C-list1 .swiper-slide .icon {
  width: 80px;
}

.C-list1 .swiper-slide .t2 {
  width: 180px;
  margin-top: 1em;
}

.C-list1 .swiper-slide .intr2 {
  padding: 26px 0 0;
}

.C-list1 .swiper-slide .intr2 .t3 {
  margin-bottom: 40px;
}

.C-list1 .swiper-slide:hover .intr2 .t3 {
  color: var(--color);
}

.home4 .home-title .bigText {
  margin-right: 50px;
}

.home4 .C-list2 {
  margin-top: 42px;
}

.C-list2 .swiper-slide {
  width: 1100px;
  border-radius: 30px;
  overflow: hidden;
}

.C-list2 .swiper-slide .intr {
  padding: 80px 80px 60px 80px;
  background: rgba(0, 0, 0, 0.3);
  transition: all ease 1s;
}

.C-list2 .swiper-slide-active .intr {
  padding: 80px 80px 60px 80px;
  background: rgba(23, 90, 168, 0.6);
}

.C-list2 .swiper-slide .icon {
  width: 80px;
  margin-right: 24px;
}

.C-list2 .swiper-slide .t1 {
  font-weight: bold;
}

.C-list2 .swiper-slide .t2 {
  margin-top: 60px;
}

.C-list2 .swiper-slide .C-more {
  margin-top: auto;
}

.C-list2 .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  z-index: 5;
  cursor: pointer;
  transition: all ease .3s;
}

.C-list2 .swiper-button:hover {
  transform: translateY(-50%) scale(0.9);
}

.C-list2 .swiper-button.prev {
  left: 120px;
}

.C-list2 .swiper-button.next {
  right: 120px;
}

.C-list2 .swiper-button svg {
  width: 100%;
}

.home5 {
  padding: 107px 0 0 120px;
  max-width: 1920px;
  margin: 0 auto;
}

.home5 .zuo {
  width: 598px;
  padding-top: 20px;
}

.home5 .zuo .t1 {
  font-weight: bold;
}

.home5 .zuo .t2 {
  margin: 23px 0 40px;
}

.home5 .zuo .ul {
  width: 481px;
}

.home5 .zuo .ul li {
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.home5 .zuo .ul li.on {
  background: var(--color);
  color: #fff;
}

.home5 .zuo .ul li::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url('/img/home5-3.svg') no-repeat center/contain;
}


.home5 .zuo .ul li.on::after {
  background: url('/img/home5-3-h.svg') no-repeat center/contain;
}

.home5 .zuo .C-more {
  margin: 83px 0 90px;
}

.home5 .C-swcontrol {
  width: 480px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 5;
}

.home5 .you {
  width: 960px;
}

.home5 .you .pic {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  display: none;
}

.home5 .you .pic.on {
  display: block;
}

.home5 .cen {
  position: absolute;
  top: 233px;
  right: 719px;
  width: 445px;
}

.home5 .cen li {
  display: none;
}

.home5 .cen li.on {
  display: block;
}

.home5 .cen li img {
  width: 100%;
}

.home6 {
  padding: 60px 0 130px;
}

.home6 .home-title .bigText {
  margin-right: -333px;
}

.home6 .home-title .C-more {
  margin-top: auto;
  z-index: 5;
}

.home6 .C-list3 {
  margin-top: 48px;
}

.C-list3 .swiper-slide {
  width: 520px;
}

.C-list3 .intr {
  padding: 26px 0 0;
}

.C-list3 .pic {
  border-radius: 30px;
  overflow: hidden;
}

.C-list3 .t2 {
  font-weight: bold;
}

.C-list3 .ul {
  padding: 6px 0;
}

.C-list3 .ul li {
  padding: 6px 0;
}

.C-list3 .ul li span {
  font-weight: normal;
  color: #333;
}

.C-list3 .C-more {
  margin-top: 16px;
}

.home7 {
  position: relative;
  clip-path: inset(0);
  overflow: hidden;
}

.home7 .C-wrap {
  position: relative;
  z-index: 5;
}

.home7 .zuo {
  width: 647px;
}

.home7 .t1 {
  margin-bottom: 1em;
}

.home7 .you {
  margin: auto 40px 0 0;
  width: 64px;
}

.home7 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.home7 .bg img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}

.home8 {
  padding: 132px 0 60px;
}

.home8 .list {
  position: relative;
}

.home8 .item {
  width: 50%;
  padding: 58px 72px 30px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.home8 .item .intr {
  width: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

.home8 .item.right .intr {
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
}

.home8 .item1 {
  border-radius: 30px 0 0 0;
  /* border: 2px solid rgba(233, 233, 233, 0.4); */
}

.home8 .item2 {
  border-radius: 0px 30px 30px 0px;
  border: 2px solid rgba(233, 233, 233, 0.4);
}

.home8 .item3 {
  border-radius: 0 0 30px 30px;
  border: 2px solid rgba(233, 233, 233, 0.4);
}


.home8 .item::after {
  content: '';
  display: block;
  background: url('/img/home8-1.png') no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.home8 .item4::after {
  display: none;
}

.home8 .item:hover::after {
  opacity: 1;
  pointer-events: visible;
}

.home8 .icon {
  width: 80px;
  margin-bottom: 8px;
}

.home8 .t2 {
  margin: 24px 0 46px;
}

.home8 .zhong {
  width: 654px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: all ease-out .4s;
}

.home8 .cen-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}

.home8 .item.item1:hover~.zhong {
  transform: translate(-50%, -50%) rotate(0deg);
}

.home8 .item.item2:hover~.zhong {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home8 .item.item3:hover~.zhong {
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* -----------------------------------------注释-------------------------------------- */
.C-banner {
  position: relative;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}

.ga2-wrap {
  margin-top: -23px;
  border-radius: 0px 0px 60px 60px;
  background: #F9F9F9;
}

.ga2 {
  padding: 140px 0 100px;
}

.ga2 .t2 {
  margin: 20px 0 58px;
}

.ga2 .ul {
  gap: 40px;
}

.ga2 .ul li .icon {
  width: 60px;
  margin-right: 28px;
}

.ga2 .ul li .text .t4 {
  margin-bottom: 5px;
  font-weight: bold;
}



.ga3 {
  padding-bottom: 108px;
}

.C-list4 .zuo {
  width: 840px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.C-list4 .swiper-button {
  width: 64px;
  margin: 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
  cursor: pointer;
}

.C-list4 .swiper-button svg {
  width: 100%;
}

.C-list4 .swiper-button:hover {
  transform: translateY(-50%) scale(0.9);
}

.C-list4 .swiper-button.prev {
  left: 0;
}

.C-list4 .swiper-button.next {
  right: 0;
}

.C-list4 .you {
  flex: 1;
  padding-left: 63px;
}

.C-list4 .you .t1 {
  width: 601px;
  margin-bottom: 40px;
}

.ga4 {
  padding: 43px 0 80px;
}

.ga4 .C-list5 {
  margin-top: 60px;
}

.C-list5 .t2 {
  margin: 12px 0 0;
}

.C-list5 .swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}


.C-list5 .swiper-slide .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 2;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all ease .3s;
}

.C-list5 .swiper-slide:hover .intr {
  background: transparent;
}

.C-list5 .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0%, #175AA8 100%);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.C-list5 .swiper-slide:hover::after {
  opacity: 1;
  pointer-events: visible;
}

.C-list5 .swiper-slide .down {
  display: none;
  padding-top: 20px;
}

.ga5 .C-list3 {
  padding: 60px 0 82px;
}

/* -----------------------------------------注释-------------------------------------- */
.pd1 {
  padding: 180px 0 60px;
  border-radius: 0px 0px 60px 60px;
  background: #F9F9F9;
}

.pd1 .t2 {
  margin: 12px 0 50px;
}

.pd1 .t2 a {
  color: #333;
  text-decoration-line: underline;
}

.pd1 .pic {
  border-radius: 30px;
  overflow: hidden;
}


.pd2 {
  padding: 50px 0 163px;
}

.pd2 .zuo {
  gap: 17px;
  width: 280px;
  position: sticky;
  left: 0;
  top: var(--head);
  height: 100%;
}

.pd2 .zuo .ev {
  display: block;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 68px;
  border-radius: 20px;
  background: #F9F9F9;
}

.pd2 .zuo .ev.on {
  background: var(--color);
  color: #fff;
}

.pd2 .zuo .ev:hover {
  background: #ECECEC;
}

.pd2 .you {
  flex: 1;
  padding-left: 80px;
}

.pd2 .you .desc {
  padding: 30px 70px 30px 40px;
  border-radius: 20px;
  background: var(--color);
  color: #fff;
}

.pd2 .you .desc .t1 {
  margin-bottom: 8px;
}

.pd-list {
  padding: 32px 0 40px;
  gap: 40px;
}

.pd-list .ev {
  width: calc((100% - 120px) / 4);
}

.pd-list .ev .pic {
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
}

.pd-list .ev .t1 {
  margin: 12px 0 4px;
  font-weight: bold;
}

.pd3 {
  position: relative;
  color: #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.pd3 .C-wrap {
  height: 100%;
}

.pd3 .zuo {
  width: 70%;
}

.pd3 .main {
  background: rgba(0, 0, 0, 0.1);
}

.pd3 .t1 {
  margin-bottom: 40px;
}


.pd3 .you {
  height: 100%;
  padding: 304px 80px 0 0;
}

.pd3 .you .pic {
  width: 64px;
}

.C-banner2 {
  position: relative;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}

.C-banner2 .main {
  padding-top: var(--head);
}

.case2 {
  padding: 80px 0 40px;
}

.case2 .list {
  margin-top: 14px;
  gap: 24px;

}

.case2 .list a {
  padding: 14px 32px;
  min-width: 135px;
  border-radius: 30px;
  border: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all ease .3s;
}

.case2 .list a.on {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.case2 .list a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
  opacity: 0.8;
}

.C-select {
  position: relative;
}

.C-select .simulate {
  width: 240px;
  position: relative;
  z-index: 20;
  padding: 21px 50px;
  border-radius: 60px;
  background: var(--color);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.C-select .simulate::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  background: url('/img/case-sel.svg') no-repeat center/contain;
}

.C-select input {
  display: none;
}

.C-select .placeholder {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}

.C-select .name {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.C-select .name:empty+.placeholder {
  display: -webkit-box;
  display: box;
}


.C-select .options {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #454545;
  padding: 85px 0 24px;
  z-index: 5;
  max-height: 350px;
  overflow: auto;

  border-radius: 30px;
  background: #F9F9F9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.C-select:hover .options {
  opacity: 1;
  pointer-events: visible;
}

.C-select .options::-webkit-scrollbar {
  display: none;
}

.C-select .option {
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.C-select .option:hover,
.C-select .option.on {
  color: var(--color);
}

.case3 {
  padding: 105px 0 95px;
  border-radius: 60px;
  background: #F9F9F9;
}

.case3 .C-list3 {
  gap: 40px 56px;
}

.case3 .C-list3 .ev {
  width: calc((100% - 112px) / 3);
}

.case4 {
  padding: 40px 0 80px;
}

.C-paging {
  gap: 60px;
}

.C-paging .icon {
  width: 32px;
}

.C-paging .pages {
  gap: 4px;
}

.C-paging .pages a {
  display: block;
  width: 32px;
  line-height: 32px;
  border-radius: 30px;
  text-align: center;
}

.C-paging .pages a:hover {
  color: #FFF;
  background: var(--color);
}

.C-paging .pages a.on {
  color: #FFF;
  background: var(--color);
}

/* -----------------------------------------注释-------------------------------------- */
.case5 {
  position: relative;
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
}

.case5 .intr {
  background: rgba(0, 0, 0, 0.40);
}

.case5 .t2 {
  margin-top: 20px;
  width: 772px;
}

.case5 .swiper-pagination {
  bottom: 50px;
  --swiper-pagination-bullet-width: 20px;
  --swiper-pagination-bullet-height: 20px;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.60);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--color);
}

.case6 {
  padding: 120px 0 109px;
  margin-top: -60px;
  border-radius: 0px 0px 60px 60px;
  background: var(--color);
}

.case6 .t1 {
  margin-bottom: 45px;
}

.case6 .zuo {
  flex: 1;
  gap: 56px 147px;
}

.case6 .zuo .icon {
  width: 64px;
}

.case6 .zuo .ev .text {
  margin-left: 20px;
  width: 374px;
}

.case6 .zuo .ev .t3 {
  margin-top: 12px;
  color: #C6C6C6;
}

.case6 .you {
  width: 480px;
  padding: 49px 42px;
  border-radius: 30px;
  background: #F9F9F9;
}

.case6 .you .ul {
  gap: 24px;
  margin-top: 15px;
}

.case6 .you .ul li {
  padding-left: 38px;
  position: relative;
}

.case6 .you .ul li::before {
  content: '';
  display: block;
  border-radius: 100%;
  background: var(--color);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.case7 {
  padding: 80px 0 47px;
}

.case7 .zuo {
  width: 1000px;
  border-radius: 30px;
  overflow: hidden;
}

.C-shipin {
  position: relative;
}

.C-shipin .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.C-shipin .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.C-shipin .play-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 10;
  background: url('/img/icon-play.svg') no-repeat center/contain;
  cursor: pointer;
}

.C-shipin.on .play-btn {
  display: none;
}

.C-shipin.on .poster {
  display: none;
}

.case7 .you {
  width: 641px;
  padding: 70px;
  border-radius: 30px;
  background: #F9F9F9;
}

.case7 .ul {
  gap: 40px;
  margin-top: 38px;
}

.case7 .ul li {
  padding-left: 38px;
  position: relative;
}

.case7 .ul li::before {
  content: '';
  display: block;
  border-radius: 100%;
  background: var(--color);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.case9 {
  padding-bottom: 13px;
}

.case9 .text {
  padding: 47px 0;
  width: 702px;
}

.case9 .text .t2 {
  margin-top: 36px;
}

.case9 .zuo {
  width: 860px;
}

.case9 .pic {
  margin-bottom: 67px;
}

.radio30 {
  border-radius: 30px;
  overflow: hidden;
}

.case10 {
  color: #fff;
}

.case10 .psr::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 536px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.case10 .main {
  z-index: 5;
  padding: 74px 128px 74px 76px;
}

.case11 {
  padding: 190px 0 80px;
}

.case11 .list {
  margin-top: 40px;
  gap: 62px;
}

.case11 .ev {
  display: block;
  width: 330px;
}

.case11 .ev .pic {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #F2F2F2;
}

.case11 .ev .t2 {
  margin-top: 20px;
}

.case12 {
  padding: 0 0 80px;
}

.case12 .C-list6 {
  margin: 40px 0 0;
}

.C-list6 .t2 {
  margin: 18px 0 40px;
}

.C-list6 .pic {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.C-list6 .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.C-list6 .swiper-slide:hover .pic::after {
  opacity: 0.6;
  pointer-events: visible;
}

.C-list6 .swiper-slide:hover .t2 {
  color: #195BA9;
}

.C-pageSwitch {
  margin-top: 60px;
}

.C-pageSwitch .button {
  cursor: pointer;
  user-select: none;
}

.C-pageSwitch .button .icon {
  width: 64px;
  transition: all ease .3s;
}

.C-pageSwitch .button:hover .icon {
  transform: scale(0.9);
}

.C-pageSwitch .button p {
  margin: 0 25px;
}

.C-pageSwitch .back {
  text-decoration-line: underline;
}

.C-pageSwitch a:hover {
  color: var(--color);
}

/* -----------------------------------------注释-------------------------------------- */
.blog2 .list {
  gap: 73px;
}

.blog2 .list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blog2 .list a:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  margin-left: 73px;
  background: #D3D3D3;
}

.blog2 .list a.on {
  color: var(--color);
}

.blog2 form {
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
  padding: 20px 40px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog2 form .btn {
  width: 40px;
  cursor: pointer;
}

.blog2 form input {
  display: block;
  border: none;
  background: transparent;
  flex: 1;
  height: 100%;
  font-size: inherit;
}

.blog2 form input::placeholder {
  color: #CCC;
}

.blog3 {
  margin: 0 0 84px;
}

.blog3 .list {
  margin: 40px 0 84px;
  gap: 80px 60px;
}

.blog3 .list .ev {
  width: calc((100% - 120px) / 3);
}

.blog3 .list .t2 {
  font-weight: bold;
  margin: 20px 0 12px;
  height: calc(1.4 * 2em);
}

.blog3 .list .tag {
  padding: 0 10px;
  color: #fff;
  margin-left: 1em;
  border-radius: 4px;
  background: var(--color);
}

.blog3 .list .t4 {
  margin: 12px 0;
  height: calc(1.4 * 2em);
  color: #999;
}

.blog4 {
  padding-top: 50px;
  position: relative;
  z-index: 5;
}

.blog4 .zuo {
  width: 912px;
}

.C-bigText {
  font-size: 205px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;

  -webkit-text-stroke: 4px rgba(0, 0, 0, 0);
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #175AA84D, #175AA80F);
}

.blog4 .zuo .t2 {
  margin-top: -94px;
}

.blog4 .you {
  gap: 40px;
  margin-top: 176px;
  width: 570px;
  padding: 55px 47px;
  border-radius: 30px;
  background: #F9F9F9;
}

.blog4 .you .ev .icon {
  width: 64px;
}

.blog4 .you .ev .text {
  padding-left: 37px;
  flex: 1;

}

.blog4 .you .ev .t3 {
  margin-top: 13px;
}

.blog5 {
  margin-top: -156px;
  position: relative;
  z-index: 1;
}

.blog5 .sec2 {
  padding: 60px 56px 60px 70px;
}

.blog5 .text {
  width: 702px;
}

.blog5 .text .t2 {
  margin-top: 36px;
}

.blog5 .text .t2 p {
  margin-bottom: 20px;
}

.blog6 .zuo {
  width: 1000px;
}

.blog6 .you {
  width: 500px;
  margin-right: 56px;
}

.blog6 .sec2 {
  padding: 60px 56px 60px 70px;
}

.blog6 .text {
  width: 702px;
}

.blog6 .text .t2 {
  margin-top: 36px;
}

.blog6 .text .t2 p {
  margin-bottom: 20px;
}

.blog8 {
  padding: 100px 0 160px;
}

.blog8 .t2 {
  margin: 10px 0 40px;
}

.blog8 .t3 {
  margin: 20px 0 0;
}

.blog8 .t1 {
  margin-bottom: 40px;
}

.blog8 .C-list6 .swiper-slide:hover .t3 {
  color: var(--color);
}

/* -----------------------------------------注释-------------------------------------- */
.about1 {
  position: relative;
  border-radius: 0px 0px 60px 60px;
}

.about1 .main {
  padding-top: var(--head);
}

.about1 .desc {
  margin: 60px 0 48px;
}

.about1 .desc .icon {
  width: 100px;
}

.about1 .desc .t2 {
  margin-left: 36px;
  width: 700px;
}

.about1 .list {
  gap: 40px;
  position: relative;
  z-index: 5;
}

.about1 .list .ev {
  width: 132px;
  height: 132px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all ease .3s;
  cursor: pointer;
}

.about1 .list .ev:hover {
  background: var(--color);
}

.about1 .list .ev.on {
  background: var(--color);
}

.about1 .list .ev.on .iconShow img:nth-child(1) {
  opacity: 0;
}

.about1 .list .ev.on .iconShow img:nth-child(2) {
  opacity: 1;
}

.about1 .list .ev .pic {
  width: 64px;
  transition: all ease .3s;
}

.about1 .list .ev:hover .pic {
  transform: scale(1.1);
}

.about2 {
  padding: 30px 0 92px;
  position: relative;
}

.about2 .C-bigText {
  margin-right: -40px;
}

.about2 .t1 {
  text-align: right;
  margin-top: -102px;
}

.about2 .sec2 {
  padding: 76px 0 148px;
}

.about2 .sec2 .zuo {
  width: 656px;
}

.about2 .sec2 .t3 {
  color: #333;
  margin-top: 30px;
}

.about2 .sec2 .you {
  width: 921px;
  color: #888;
}

.about2 .sec3 .ev {
  width: 20%;
  text-align: center;
  max-width: 270px;
}

.about2 .sec3 .ev .t5 {
  margin-top: 12px;
}

.about2 .bg {
  width: 614px;
  position: absolute;
  top: -193px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.about3 .list {
  padding: 90px 0 122px;
}

.about3 .list .ev {
  width: 452px;
}

.about3 .list .ev .icon {
  width: 64px;
}

.about3 .list .ev .t2 {
  margin: 25px 0 20px;
}

.about4 {
  margin-bottom: 94px;
}

.about4 .pic {
  margin: 0 120px 0 auto;
  z-index: 5;
  width: 930px;
}

.about4 .text {
  margin-top: -330px;
  padding: 75px 120px 100px;
  border-radius: 30px;
  background: #F9F9F9;
  overflow: hidden;
}


.about4 .text .t2 {
  margin-top: 34px;
  color: #888;
}

.about4 .text .zuo {
  width: 653px;
}

.about6 {
  padding: 207px 0 120px;
}

.about6 .zuo {
  flex: 1;
}

.about6 .you {
  width: 923px;
}

.about6 .sec2 {
  margin-top: 195px;
}

.about6 .sec3 {
  margin-top: 95px;
}

.about6 .sec4 {
  margin-top: 66px;
}

.about6 .pic {
  margin-top: 60px;
}


.about7 {
  margin-bottom: 17px;
  padding: 108px 0;
  border-radius: 30px;
  background: #F9F9F9;
}

.about7 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.about7 .you {
  width: 970px;
  gap: 60px 50px;
}

.about7 .you .swiper-slide {
  width: calc((100% - 100px) / 3);
}

.privacy1 {
  padding: 80px 0 164px;
}

.privacy1 .empty {
  margin-top: 50px;
}

.privacy1 .t2 {
  color: #000;
  font-weight: bold;
}

.privacy1 .t3 {
  color: #000;
  font-weight: bold;
}

/* -----------------------------------------注释-------------------------------------- */
.sc2 .text {
  padding: 44px 60px 44px 55px;
  margin: 60px 0 0;
  border-radius: 30px;
  background: #F1F1F1;
}

.sc2 .text .t2 {
  flex: 1;
  margin-right: 20px;
}

.sc2 .text .t3 {
  width: 1209px;
}

.sc3 .list {
  margin-top: 40px;
  gap: 20px 53px;
}

.sc3 .list .ev {
  width: calc((100% - 159px) / 4);
  border-radius: 30px;
  background: #F9F9F9;
  padding: 85px 54px 33px;
  text-align: center;
}

.sc3 .list .ev .icon {
  width: 80px;
}

.sc3 .list .ev .t1 {
  margin: 24px 0;
}

.sc3 .list .ev .btn {
  margin-top: 20px;
  padding: 5px 24px;
  border-radius: 30px;
  background: var(--color);
  color: #fff;
  opacity: 0;
}

.sc3 .list .ev:hover .btn {
  opacity: 1;
}

.sc4 .t2 {
  margin: 53px 0 24px;
}

.sc4 .t3 {
  margin-bottom: 60px;
}

.sc4 .zuo {
  flex: 1;
}

.sc4 .you {
  width: 700px;
  margin-left: 106px;
}

.sc5 {
  padding-bottom: 120px;
}

.sc5 .zuo {
  flex: 1;
  margin-right: 105px;
}

.sc5 .zuo .pic {
  margin: -43px 17px 32px auto;
}

.sc5 .zuo .info {
  position: relative;
  padding-left: 45px;
  color: #222;
  gap: 22px;
}

.sc5 .zuo .info::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  border-radius: 4px;
  background: var(--color);
}

.sc5 .zuo .info li {
  display: flex;
  flex-wrap: wrap;
}

.sc5 .zuo .info li .name {
  width: 5em;
}

.sc5 .zuo .info a {
  display: block;
  text-decoration-line: underline;
}

.sc5 .you {
  width: 900px;
}

.sc5 label {
  display: block;
  width: 100%;
}

.sc5 .name {
  margin-bottom: 12px;
  font-weight: bold;
}

.sc5 .check .name::after {
  content: '*';
  color: #FF0505;
}

.sc5 .type-input {
  margin-bottom: 12px;
}

.sc5 .type-input input {
  display: block;
  width: 100%;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #000;
  background: #F9F9F9;
  height: 50px;
  font-size: inherit;
}

.sc5 .type-checkbox {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 32px 0;
  border-radius: 20px;
  border: 1px solid #000;
  background: #F9F9F9;
  height: 58px;
  padding: 0 18px;
  user-select: none;
  cursor: pointer;
}

.sc5 .type-checkbox .text {
  margin: 0 33px 0 17px;
}

.sc5 .type-checkbox .icon {
  width: 50px;
}

.sc5 .type-checkbox .mode {
  width: 26px;
  height: 26px;
  background: url('/img/sc5-3.svg') no-repeat center/contain;
}

.sc5 .type-checkbox input {
  display: none;
}

.sc5 .type-checkbox input:checked+.mode {
  background: url('/img/sc5-3-h.svg') no-repeat center/contain;
}

.sc5 .submit {
  width: 180px;
  height: 60px;
  border-radius: 20px;
  border: none;
  background: var(--color);
  cursor: pointer;
  transition: all ease .3s;
}

.sc5 .submit:hover {
  transform: scale(0.9);
}

/* -----------------------------------------注释-------------------------------------- */
.sp2 .t2 {
  margin: 6px 0 20px;
}

.sp3 {
  padding: 0 0 80px;
}

.sp3 form .ev {
  width: 100%;
}

.sp3 .type-radio {
  margin: 0 0 96px;
}

.sp3 .type-radio label {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #666;
}

.sp3 .type-radio label:hover {
  background: #fdfdfd;
}

.sp3 .type-radio input {
  display: none;
}

.sp3 .type-radio .simulate {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 40px;
  background: url('/img/icon-radio1.svg') no-repeat center/contain;
}

.sp3 .type-radio input:checked+.simulate {
  background: url('/img/icon-radio1-h.svg') no-repeat center/contain;
}

.sp3 .type-radio label span {
  display: block;
  flex: 1;
}

.sp3 .type-select {
  width: 100%;
  position: relative;
  margin: 28px 0 40px;
}

.sp3 .type-select .simulate {
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 20;
  padding: 0 40px;
  height: 80px;
  background: var(--color);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.sp3 .type-select .simulate::after {
  content: '';
  display: block;
  width: 24px;
  height: 17px;
  margin-left: 12px;
  background: url('/img/sp3-sel.svg') no-repeat center/contain;
}

.sp3 .type-select input {
  display: none;
}

.sp3 .type-select .placeholder {
  display: none;
  flex: 1;
}

.sp3 .type-select .name {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}

.sp3 .type-select .name:empty {
  display: none;
}

.sp3 .type-select .name:empty+.placeholder {
  display: block;
}


.sp3 .type-select .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #454545;
  padding: 24px 40px;
  z-index: 5;
  max-height: 350px;
  overflow: auto;

  border-radius: 30px;
  background: #F9F9F9;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.sp3 .type-select:hover .options {
  opacity: 1;
  pointer-events: visible;
}

.sp3 .type-select .option {
  width: 100%;
  cursor: pointer;
}

.sp3 .type-select .option:hover,
.sp3 .type-select .option.on {
  color: var(--color);
}

.sp3 .type-input,
.sp3 .type-textarea {
  margin-bottom: 40px;
}

.sp3 .type-input .name,
.sp3 .type-textarea .name {
  margin-bottom: 24px;
  font-weight: bold;
}

.sp3 .type-input input {
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.sp3 form .ev.w50 {
  width: calc((100% - 136px) / 2);
}

.sp3 .type-textarea textarea {
  resize: none;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 300px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.C-submit {
  padding: 18px 60px;
  border: none;
  color: #fff;
  border-radius: 30px;
  background: var(--color);
  cursor: pointer;
  transition: all ease .3s;
}

.C-submit:hover {
  transform: scale(0.95);
}

/* -----------------------------------------注释-------------------------------------- */
.so2 {
  padding: 80px 0 0;
}

.so2 .ev {
  margin-bottom: 80px;
}

.so2 .t2 {
  margin-top: 40px;
}

.so3 {
  padding: 0 0 76px;
}

.so3 .C-list6 {
  margin: 28px 0 0;
}

.so3 .C-list6 .t3 {
  margin-top: 19px;
}

.so3 .C-list6 .swiper-slide:hover .t3 {
  color: var(--color);
}

.so3 .C-list6 .C-swcontrol {
  margin-top: 100px;
}

.so4 {
  padding: 60px 0 42px;
  border-radius: 60px 60px 0px 0px;
  background: #EFEFEF;
}

.so4 .t2 {
  margin-top: 20px;
}

.so4 .ev {
  position: relative;
}

.so4 .type-input {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #999;
}

.so4 .name {
  font-weight: bold;
  color: #333;
}

.so4 .check .name::after {
  content: '*';
  color: #FF0505;
}

.so4 .type-input .name {}

.so4 .type-textarea .name {
  padding: 23px;
}

.so4 .type-input input {
  flex: 1;
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 52px;
  border: none;
  background: transparent;
  border: none;
}

.so4 form .ev.size1 {
  width: 324px;
  margin-right: 40px;
}

.so4 form .ev.size2 {
  width: 396px;
  margin-right: 40px;
}

.so4 form .ev.size3 {
  min-width: 800px;
  flex: 1;
}

.so4 form .ev.size4 {
  width: 100%;
}

.so4 .type-textarea {
  margin-top: 60px;
  border: 1px solid #999;
  border-radius: 30px;
}

.so4 .type-textarea textarea {
  resize: none;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 300px;
  padding: 0 20px 20px;
  background: transparent;
  border: none;
}

.so4 .type-checkbox {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 38px;
  user-select: none;
  cursor: pointer;
}

.so4 .type-checkbox a:hover {
  color: var(--color);
}

.so4 .type-checkbox .mode {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url('/img/so3-1.svg') no-repeat center/contain;
}

.so4 .type-checkbox input {
  display: none;
}

.so4 .type-checkbox input:checked+.mode {
  background: url('/img/so3-1-h.svg') no-repeat center/contain;
}

/* -----------------------------------------注释-------------------------------------- */

.sts2 .C-wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.sts2 .main {
  padding: 36px 170px 36px 94px;
  align-items: flex-end;
}

.sts2 .you {
  width: 64px;
}

.sts3 .list {
  border-top: 1px solid #F1F1F1;
}

.sts3 .list .ev {
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #F1F1F1;
}

.sts3 .list .ev .name {
  padding: 14px 30px 14px 0;
}

.sts3 .list .ev .down {
  padding: 6px 0 20px;
  display: none;
}

.sts3 .list .ev .btn {
  width: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  cursor: pointer;
  transition: all ease .3s;
}

.sts3 .list .ev.on .btn {
  transform: rotate(180deg);
}

.sts4 .t2 {
  margin: 40px 0 57px;
}

.sts4 .ul li .icon {
  width: 80px;
  margin-right: 32px;
}

.sts5 {
  padding: 0 0 80px;
}

.sts5 .t1 {
  margin-bottom: 1em;
}

.sts5 .ev {
  width: 100%;
  margin-bottom: 40px;
}

.sts5 .ev .name {
  margin-bottom: 18px;
  font-weight: bold;
}

.sts5 .ev .tip {
  margin-top: 12px;
}

.sts5 .type-input input {
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 64px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.sts5 .type-textarea textarea {
  resize: none;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 400px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.sts5 .btngroup {
  gap: 40px;
}

.C-submit2 {
  padding: 18px 60px;
  border: none;
  color: #000;
  border-radius: 30px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  transition: all ease .3s;
}

.C-submit2:hover {
  transform: scale(0.95);
}

/* -----------------------------------------注释-------------------------------------- */
.oem2 {
  margin-top: -60px;
  padding: 60px 0 0;
  border-radius: 0px 0px 60px 60px;
  background: #EFEFEF;
}

.oem2 .list {
  gap: 80px;
  color: #333;
}

.oem2 .list a {
  display: block;
  padding: 12px 0;
}

.oem3 .main {
  margin-top: 28px;
}

.oem3 .main .zuo {
  width: 1000px;
  border-radius: 30px;
  overflow: hidden;
}

.oem3 .main .you {
  flex: 1;
  padding-left: 110px;
}

.oem3 .main .you .t2 {
  margin-bottom: 44px;
}

.sk2pagination .swiper-pagination {
  right: 40px;
  bottom: 40px;
  width: auto;
  left: auto;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #FFFFFF;
}

.sk2pagination .swiper-pagination-bullet {
  transition: all ease .3s;
  cursor: pointer;
}

.sk2pagination .swiper-pagination-bullet-active {
  width: 164px;
  border-radius: 12px;
}

.oem4 {
  padding-bottom: 100px;
}

.oem4 .t2 {
  margin: 25px 0;
}

.oem4 .tabs {
  gap: 40px;
  margin-bottom: 40px;
}

.oem4 .tabs span {
  display: block;
  border-radius: 60px;
  padding: 13px 33px;
  color: var(--color);
  background: #F4F4F4;
  cursor: pointer;
}

.oem4 .tabs span.on {
  color: #FFF;
  background: var(--color);
}

.oem4 .main section {
  display: none;
}

.oem4 .main section.on {
  display: block;
}

.oem4-1 {
  margin-bottom: 60px;
}

.oem4-1 .ev {
  width: 242px;
  position: relative;
  z-index: 5;
  background: #fff;
}

.oem4-1 .ev .quan {
  width: 100%;
  height: 242px;
  border: 1px solid #F2F2F2;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.oem4-1 .ev .quan .icon {
  width: 80px;
}

.oem4-1 .ev .index {
  width: 68px;
  height: 68px;
  background: var(--color);
  color: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.oem4-1 .ev .t5 {
  margin-top: 18px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  width: max-content;
  transform: translate(-50%, 0);
}

.oem4-1 .ev .jt {
  position: absolute;
  width: 118px;
  height: 28px;
  background: url('/img/oem4-i1.svg') no-repeat center/contain;
  z-index: -1;
}

.oem4-1 .ev .jt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  border-bottom: 2px dotted var(--color);
}

.oem4-1 .ev .jt {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.oem4-1 .ev:nth-child(5n) .jt {
  width: 153px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: left center;
}

.oem4-1 .line2 .ev .jt {
  width: 238px;
  left: auto;
  right: 100%;
  transform: translateY(-50%) rotateY(180deg);
}

.oem4-1 .ev:nth-child(5n) .t5 {
  left: auto;
  right: 50%;
  margin-right: 20px;
  transform: translate(0, 0);
}

.oem4-1 .line2 {
  flex-direction: row-reverse;
  margin-top: 153px;
}

.oem4-1 .line2 .ev:last-child .jt {
  display: none;
}

.oem4-2 {
  padding-top: 130px;
}

.oem4-2 .bg {
  position: absolute;
  width: 1907px;
  left: 13px;
  top: 137px;
}

.oem4-2 .line {
  gap: 460px;
}

.oem4-2 .line1 {
  padding-left: 572px;
}

.oem4-2 .line2 {
  padding-left: 412px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.oem4-2 .line3 {
  padding-left: 572px;
  margin-top: 5px;
}

.oem4-2 .ev {
  position: relative;
  text-align: center;
  margin: calc(137px - 16px) 0;
}

.oem4-2 .ev .icon {
  width: 60px;
  margin: 0 auto 15px;
}

.oem4-2 .ev .top {
  width: 330px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 20px;
  transform: translate(-50%, 0);
}

.oem4-2 .ev .center {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: var(--color);
}

.oem4-2 .ev .bottom {
  width: 330px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  transform: translate(-50%, 0);
}

.oem5 .t1 {
  margin-bottom: 1em;
}

.oem5 .ev {
  margin-bottom: 78px;
}

.oem5 .zuo {
  width: 840px;
  position: relative;
}

.oem5 .zuo .intr {
  padding: 26px 40px;
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0.00) 33.97%);
}


.oem5 .you {
  flex: 1;
  padding: 0 0 0 77px;
}

.oem5 .ev:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.oem5 .ev:nth-of-type(2n) .you {
  padding: 0 44px 0 49px;
}

.oem5 .you li {
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
}

.oem5 .you li::before {
  content: '•';
  position: absolute;
  left: 0;
}

/* -----------------------------------------注释-------------------------------------- */
.st1 {
  padding: 90px 0 0;
}

.st1 .t1 {
  margin-bottom: 40px;
}

.st1 .pic {
  border-radius: 60px;
  overflow: hidden;
}

.st1 .you {
  position: relative;
  z-index: 5;
  margin: -200px 0 0 auto;
  width: 1200px;
  padding: 56px 88px 56px 114px;
  border-radius: 30px;
  background: var(--color);
}

.st1 .you .ul {
  margin-top: 50px;
  gap: 24px;
}

.st1 .you .ul li {
  display: flex;
  flex-wrap: wrap;
}

.st1 .you .ul .icon {
  width: 60px;
  margin: 6px 28px 0 0;
}

.st1 .you .ul .text {
  flex: 1;
}




.st2 {
  padding: 80px 0 110px;
}

.st2 .zuo {
  width: 840px;
}

.st2 .you {
  flex: 1;
  padding-left: 60px;
}

.st2 .you .t2 {
  margin-top: 40px;
}

.st3 {
  padding: 0 0 72px;
}

.st3 .C-list5 {
  margin-top: 60px;
}

.st3 .C-swcontrol {
  margin-top: 93px;
}


.swiper-button-lock {
  display: block;
}

.st5 {
  padding: 80px;
}

.st5 .t1 {
  margin-bottom: 1em;
}

.st5 .text {
  color: #666;
}

.st5 .text p {
  margin-bottom: 12px;
}

.st5 .text a {
  text-decoration-line: underline;
}

/* -----------------------------------------注释-------------------------------------- */
.pda2-wrap {
  margin-top: -60px;
  padding-top: 60px;
  border-radius: 0px 0px 60px 60px;
  background: #F9F9F9;
}

.pda2 {
  margin-top: 80px;
}

.pda2 .t2 {
  margin: 20px 0 58px;
}

.pda2 .ul {
  gap: 40px;
}

.pda2 .ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pda2 .ul li .t3 {
  font-weight: bold;
}

.pda2 .ul li .t4 {
  margin-top: 5px;
  color: #999;
}

.pda2 .ul .icon {
  width: 60px;
  margin: 0 25px 0 0;
}

.pda2 .ul .text {
  flex: 1;
}

.pda3 {
  padding: 100px 0 108px;
}

.pda3 .zuo {
  width: 840px;
}

.pda3 .you {
  flex: 1;
  padding-left: 60px;
}

.pda3 .you .t2 {
  margin-top: 40px;
}

.pda4 {
  padding: 80px 0 76px;
}

.pda4 .C-list5 {
  margin-top: 60px;
}

.pda4 .C-swcontrol {
  margin-top: 93px;
}

.pda5 {
  padding-bottom: 80px;
}

.pda5 .t1 {
  margin-bottom: 1em;
}

/* -----------------------------------------注释-------------------------------------- */
.pd4 {
  padding: 100px 0 80px;
}

.pd4 .t2 {
  margin: 47px 0 42px;
}

.pd4 .ul {
  gap: 40px;
}

.pd4 .ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pd4 .ul .icon {
  width: 48px;
  margin-right: 28px;
}

.pd4 .ul .text {
  flex: 1;
}

.pd4 .zuo {
  flex: 1;
  margin-right: 78px;
}

.pd4 .you {
  width: 900px;
}

.C-title {
  margin-bottom: 40px;
}

.pd5 .zuo {
  width: 900px;
  height: 100%;
  margin-right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.pd5 .zuo img {
  width: 100%;
}

.pd5 .you {
  flex: 1;
}

.pd5 .sec1 {
  padding: 26px 51px 26px 40px;
  border-radius: 30px;
  background: var(--color);
}

.pd5 .sec1 .t2 {
  margin-top: 20px;
}

.pd5 .sec2 {
  margin-top: 10px;
  padding: 33px 44px 33px 33px;
  border-radius: 30px;
  background: #F9F9F9;
}

.pd5 .sec2 .t2 {
  margin-top: 20px;
}

.pd5 .sec2 .list {
  margin-top: 15px;
  gap: 62px;
}

.pd5 .sec2 .list .icon {
  width: 115px;
  border-radius: 30px;
  overflow: hidden;
}

.pd6 .main {
  gap: 24px;
  padding-right: 180px;
}

.pd6 .main a {
  padding: 12px;
  line-height: 1.2;
  border-radius: 60px;
  border: 1px solid var(--Color, #175AA8);
}

.pd7 .list {
  gap: 40px 118px;
}

.pd7 .list .ev {
  width: calc((100% - 118px * 3) / 4);
}

.pd7 .list .ev .icon {
  width: 64px;
}

.pd7 .list .ev .t1 {
  margin: 22px 0 20px;
}

.pd8 .ul {
  width: 100%;
}

.pd8 .ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.pd8 .ul li .zuo {
  width: 365px;
  margin-right: 55px;
  padding: 17px 28px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F9F9F9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pd8 .ul li .you {
  color: #666;
  flex: 1;
  padding: 17px 62px 17px 37px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.pd8 .C-more {
  margin-top: 40px;
}

.pd9 .list {
  gap: 46px;
}

.pd9 .list .ev {
  width: calc((100% - 46px * 4) / 5);
}

.pd9 .list .ev .pic {
  border-radius: 30px;
  overflow: hidden;
}

.pd9 .list .ev .t1 {
  margin-top: 19px;
  text-align: center;
}

.pd9 .text {
  margin-top: 63px;
}

.pd9 .text .item {
  display: none;
}

.pd9 .text .item.on {
  display: block;
}

.pd10 {
  padding: 112px 0 0;
}

.pd10 .sec {
  margin-bottom: 80px;
}

.pd10 .sec1 .zuo {
  width: 673px;
  height: 100%;
}

.pd10 .sec1 .you {
  width: 916px;
  padding: 68px 152px 68px 94px;
  background: #F9F9F9;
}

.pd10 .sec1 .you .t1 {
  margin-bottom: 1em;
}

.pd10 .sec2 .zuo {
  width: 560px;
  padding: 56px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  background: #F9F9F9;
  height: 100%;
}

.pd10 .sec2 .zuo .t1 {
  margin-bottom: 1em;
}

.pd10 .sec2 .you {
  width: 1026px;
}

.pd11 .main {
  padding: 0 124px 40px 100px;
  border-radius: 30px;
  background: #F9F9F9;
}

.pd11 .zuo {
  padding-top: 109px;
  flex: 1;
  gap: 24px;
  padding-right: 20px;
}

.pd11 .zuo li {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.pd11 .zuo li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--color);
  opacity: 0;
}

.pd11 .zuo li.on {
  color: var(--color);
}

.pd11 .zuo li.on::before {
  opacity: 1;
}

.pd11 .you {
  width: 860px;
  padding-top: 38px;
}

.pd11 .you .pic {
  width: 740px;
  margin-left: 27px;
}

.pd11 .you .t2 {
  margin: 10px 0 30px;
}

.pd12 {
  overflow: hidden;
}

.pd13 img {
  width: 100%;
}

.pd15 {
  padding-bottom: 0;
}

.pd16 .C-pageSwitch {
  margin-top: 0;
}

.downsheet1 {
  padding: 44px 160px 150px;
}

.downsheet1 form {
  margin-top: 33px;
}

.downsheet1 .ev {
  position: relative;
}

.downsheet1 .name {
  color: #333;
  pointer-events: none;
}

.downsheet1 .ev.on .name {
  display: none;
}

.downsheet1 .type-input {
  margin-bottom: 40px;
}

.downsheet1 .type-textarea {
  margin-bottom: 40px;
}

.downsheet1 .type-select {
  margin-bottom: 40px;
}

.downsheet1 .type-input .name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.downsheet1 .type-textarea .name {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 23px;
}

.downsheet1 .type-input input {
  font-size: inherit;
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.downsheet1 .back {
  text-decoration: underline;
}

.downsheet1 .back:hover {
  color: var(--color);
}

.downsheet1 form .ev.size1 {
  width: 324px;
  margin-right: 44px;
}

.downsheet1 form .ev.size2 {
  width: 324px;
  margin-right: 116px;
}

.downsheet1 form .ev.size3 {
  min-width: 800px;
  flex: 1;
}

.downsheet1 form .ev.size4 {
  width: 100%;
}

.downsheet1 .type-textarea textarea {
  resize: none;
  font-size: inherit;
  display: block;
  width: 100%;
  height: 340px;
  padding: 16px 23px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
}

.downsheet1 .type-select {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.downsheet1 .type-select .name {
  padding-right: 47px;
}

.downsheet1 .type-select .simulate {
  flex: 1;
  border-radius: 30px;
  position: relative;
  z-index: 20;
  padding: 0 15px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.downsheet1 .type-select .simulate::after {
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  margin-left: 12px;
  background: url('/img/downsheet1-1.svg') no-repeat center/contain;
}

.downsheet1 .type-select input {
  display: none;
}

.downsheet1 .type-select .placeholder {
  display: none;
  flex: 1;
}

.downsheet1 .type-select .value {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}

.downsheet1 .type-select .value:empty {
  display: none;
}

.downsheet1 .type-select .value:empty+.placeholder {
  display: block;
}

.downsheet1 .type-select .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #454545;
  padding: 24px 40px;
  z-index: 5;
  max-height: 350px;
  overflow: auto;


  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #F9F9F9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.downsheet1 .type-select:hover .options {
  opacity: 1;
  pointer-events: visible;
}

.downsheet1 .type-select .option {
  width: 100%;
  cursor: pointer;
}

.downsheet1 .type-select .option:hover,
.downsheet1 .type-select .option.on {
  color: var(--color);
}

.downsheet1 .check .name::after {
  content: '*';
  color: #FF0505;
}

.downsheet1 .type-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.downsheet1 .type-radio .text {
  margin-right: 53px;
}

.downsheet1 .zuo {
  flex: 1;
  color: #222;
}

.downsheet1 .zuo .t4 {
  margin-top: 10px;
}

.downsheet1 .type-radio label {
  margin-right: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
}

.downsheet1 .type-radio label:hover {
  background: #fdfdfd;
}

.downsheet1 .type-radio input {
  display: none;
}

.downsheet1 .type-radio .simulate {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-color: #F8F8F8;
}

.downsheet1 .type-radio input:checked+.simulate {
  background: #F8F8F8 url('/img/downsheet1-check.svg') no-repeat center/contain;
}

.downsheet1 .type-radio label span {
  display: block;
  flex: 1;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1700px) {
  /* .home-title .bigText {
    font-size: 10.677vw;
  }

  .home5 .zuo {
    width: 31.14%;
  }

  .home5 .you {
    width: 50%;
  }

  .home5 .cen {
    position: absolute;
    top: 20%;
    right: 35%;
    width: 23%;
  }

  .navdown1 .zuo {
    width: 69.58%;
    padding-right: 4.16%;
  }


  .home8 .zhong {
    width: 30%;
  }

  .foot1 .zuo {
    width: 30.98%;
  }

  .foot1 .zuo .t2 {
    width: 100%;
  }

  .foot1 .zuo form .mainput {
    width: 95%;
  }

  .foot1 .you {
    padding-left: 5%;
  }

  .foot1 .you .foot-link {
    gap: 30px 20px;
  }

  .pd5 .zuo {
    width: 53.57%;
    margin-right: 2%;
  }

  .pd5 .sec2 .list .icon {
    width: calc((100% - 186px) / 4);
  }

  .pd10 .sec1 .zuo {
    width: 40.05%;
  }

  .pd10 .sec1 .you {
    width: 54.52%;
  }

  .pd10 .sec2 .zuo {
    width: 33.33%;
  }

  .pd10 .sec2 .you {
    width: 61.07%;
  }

  .pd11 .you {
    width: 51.19%;
  } */
}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1025px) {}