<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//at.alicdn.com/t/c/font_1557486_dgyqwtvtktr.css");
.fs {
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

* {
  font-family: "NotoSansSC-Regular", "PingFangSC-Regular", "Arial", "Microsoft Yahei", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}

html {
  margin: 0 !important;
  overflow-y: auto;
  color: white;
  scroll-behavior: smooth;
}

html &gt; body {
  width: 100% !important;
  font-size: 14px;
  margin: 0;
  line-height: 1.42;
  z-index: -100;
  position: relative;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
  padding: 0 !important;
  font-weight: 400;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #406bf7;
}

a:focus {
  text-decoration: none;
  color: #0f97ff;
}

a.fill {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.font-normal {
  font-weight: 400;
}

.clear-margin {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container::before,
.container::after {
  display: table;
  content: " ";
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 768px;
  }
}
.hide {
  display: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-md-3 {
  flex: 0 0 25%;
}

.col-md-4 {
  flex: 0 0 100%;
}

.col-md-9 {
  flex: 0 0 75%;
}

.col-md-5 {
  flex: 0 0 20%;
}

.col-lg-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-lg-6 {
  flex: 0 0 50%;
}

.col-lg-8 {
  flex: 0 0 66.66%;
}

.col-lg-2 {
  flex: 0 0 16.66%;
}

.col-md-3,
.col-md-4,
.col-md-9,
.col-md-5,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body {
  background-color: #101314;
}

/* 导航栏 header.ejs*/
.header-wrapper {
  z-index: 999;
  position: relative;
  height: 72px;
}
.header-wrapper .header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(65, 116, 204, 0.2);
  background: rgba(65, 116, 204, 0.01);
  backdrop-filter: blur(24px);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area {
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .logo {
  height: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .logo a.nav-brand {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap {
  display: flex;
  margin: auto;
  margin-left: 80px;
  margin-top: 25px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  position: relative;
  /* 添加 position 属性 */
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .nav-brand {
  color: #BABABA;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .link {
  color: #BABABA;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .price-center {
  color: white;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  /* 调整高度 */
  background: linear-gradient(90deg, rgb(55, 229, 229) 0%, rgb(112, 155, 255));
  opacity: 0;
  /* 默认隐藏 */
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav a:hover {
  opacity: 1;
  color: #FCFFFF !important;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .active a {
  color: #FCFFFF !important;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  /* 调整高度 */
  background: linear-gradient(90deg, rgb(55, 229, 229) 0%, rgb(112, 155, 255));
  opacity: 1;
  /* 默认隐藏 */
  transition: opacity 0.3s;
  /* 平滑过渡 */
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a {
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.download {
  background: linear-gradient(90deg, #37E6E6 0%, #709BFF 100%);
  color: white;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.download:hover {
  background: linear-gradient(90deg, #27D6D6 0%, #5B88F0 100%);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.consult {
  color: white;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to right, rgb(55, 229, 229), rgb(112, 155, 255));
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.consult:hover {
  background-image: linear-gradient(to right, rgb(42, 74, 108), rgb(42, 74, 108)), linear-gradient(to right, rgb(55, 229, 229), rgb(112, 155, 255));
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang {
  margin-left: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../image/home/lang-button.svg);
  position: relative;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown {
  opacity: 0;
  /* 默认隐藏 */
  position: absolute;
  top: 40px;
  left: -83px;
  background-color: #1F2729;
  border-radius: 5px;
  z-index: 10;
  width: 112px;
  height: 96px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .option {
  color: #ffffff;
  text-align: left;
  width: 112px;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .option:hover {
  background: linear-gradient(to right, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .option a {
  color: #ffffff;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang:hover .dropdown {
  opacity: 1;
}

.overall-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(232, 234, 237, 0);
  z-index: -1;
  backdrop-filter: blur(0px);
  transition: backdrop-filter 0.3s ease-in;
}
.overall-mask.active {
  background: rgba(232, 234, 237, 0.2);
  backdrop-filter: blur(7px);
}

header .first-menu:hover .custom-service {
  height: 460px;
}

.custom-service {
  height: 0;
}
.custom-service .bg {
  background: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.custom-service .custom-service-wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
.custom-service .custom-service-wrap .left-side {
  padding: 40px 92px 0 92px;
  background: url(/image/header/menu-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.custom-service .custom-service-wrap .left-side &gt; div {
  width: 225px;
}
.custom-service .custom-service-wrap .left-side h2 {
  font-size: 16px;
  color: #152144;
  margin: 0px 0 20px 0;
  font-weight: 700;
}
.custom-service .custom-service-wrap .left-side p {
  margin: 0 0 20px 0;
  opacity: 0.7;
  font-size: 12px;
  color: rgba(21, 33, 68, 0.7);
}
.custom-service .custom-service-wrap .left-side a.open-product {
  font-size: 14px;
  color: #3766DC;
  padding: 0;
}
.custom-service .custom-service-wrap .left-side a.open-product:hover {
  color: #6c8bd9;
  text-decoration: underline;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap {
  margin-top: 30px;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link {
  width: 221px;
  height: 59px;
  background: #EBF4FE;
  border-radius: 4px;
  padding: 12px 0 0 16px;
  position: relative;
  cursor: pointer;
  display: block;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link .version-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(/image/header/product/version.png);
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link .version-wrap span {
  font-size: 12px;
  color: #ffffff;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link h3 {
  font-size: 12px;
  color: #152144;
  margin: 0 0 6px 0;
  font-weight: 700;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link h3:hover {
  color: #0052d9;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.block-link p {
  font-size: 11px;
  color: #59627b;
  margin: 0;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a:nth-of-type(2) {
  background: linear-gradient(76deg, #19151d 0%, #3C393E 100%);
  margin-top: 10px;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a.solution-link:nth-child(2) {
  background: #5d6de2;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a:nth-of-type(2) h3 {
  color: #F5D9BF;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a:nth-of-type(2):hover h3 {
  color: #ffeedf;
}
.custom-service .custom-service-wrap .left-side .block-link-wrap a:nth-of-type(2) p {
  color: rgba(245, 217, 191, 0.5);
}
.custom-service .custom-service-wrap .right-side {
  padding-top: 40px;
  flex: 1;
  position: relative;
  z-index: 3;
  background-color: #EFF3FB;
  height: 460px;
  display: flex;
  overflow-y: scroll;
}
.custom-service .custom-service-wrap .right-side::-webkit-scrollbar {
  width: 0px;
}
.custom-service .custom-service-wrap .right-side &gt; div.visual {
  margin-left: 50px;
  width: 500px;
}
.custom-service .custom-service-wrap .right-side &gt; div.customized {
  margin-left: 80px;
}
.custom-service .custom-service-wrap .right-side &gt; div .title-warp {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dce3f4;
}
.custom-service .custom-service-wrap .right-side &gt; div .title-warp img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: -8px;
}
.custom-service .custom-service-wrap .right-side &gt; div .title-warp h2 {
  margin: 0 0 13px 0;
  opacity: 0.8;
  font-size: 12px;
  color: rgba(21, 33, 68, 0.8);
}
.custom-service .custom-service-wrap .right-side &gt; div .content-warp a {
  display: flex;
  padding: 25px 0 0 0;
  min-width: 200px;
}
.custom-service .custom-service-wrap .right-side &gt; div .content-warp a img {
  width: 53px;
  height: 53px;
  margin-right: 20px;
}
.custom-service .custom-service-wrap .right-side &gt; div .content-warp a h3 {
  font-size: 12px;
  color: #152144;
  margin: 7px 0 5px 0;
}
.custom-service .custom-service-wrap .right-side &gt; div .content-warp a:hover h3 {
  color: #0052d9;
}
.custom-service .custom-service-wrap .right-side &gt; div .content-warp a p {
  font-size: 12px;
  color: rgba(21, 33, 68, 0.7);
  margin: 0;
}
.custom-service .custom-service-wrap .right-side &gt; div.visual .content-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solution-service.custom-service {
  height: 0;
}
.solution-service.custom-service .left-side h2 {
  margin: 0px 0 20px 13px;
}
.solution-service.custom-service .left-side .line {
  width: 167px;
  height: 1px;
  background: #dce3f4;
  margin-left: 13px;
}
.solution-service.custom-service .left-side .type-wrap {
  margin-top: 15px;
}
.solution-service.custom-service .left-side .type-wrap p {
  width: 180px;
  height: 32px;
  padding-left: 13px;
  color: #152144;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  cursor: pointer;
}
.solution-service.custom-service .left-side .type-wrap p.active {
  background: rgba(52, 94, 242, 0.1);
  color: #344bf2;
}
.solution-service.custom-service .left-side .type-wrap p:hover {
  color: #344bf2;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap {
  display: flex;
  margin-right: 50px;
  width: 320px;
  margin-bottom: 50px;
  padding: 0;
  cursor: pointer;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap:hover h3 {
  color: #0052d9;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap .word {
  margin-left: 17px;
  flex: 1;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap h3 {
  font-size: 16px;
  color: #152144;
  margin: 5px 0 0px 0;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap p {
  opacity: 0.7;
  font-size: 12px;
  color: rgba(21, 33, 68, 0.7);
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* //最多展示两行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.solution-service.custom-service .right-side &gt; div.solution-content-type-wrap .solution-content-wrap img {
  width: 131px;
  border-radius: 4px;
}

.course-service.custom-service {
  height: 0px;
}
.course-service.custom-service .solution-link {
  width: 122px;
  height: 35px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0px 0 0 23px;
  line-height: 33px;
  cursor: pointer;
  display: block;
  background-color: #5d6de2;
}
.course-service.custom-service .solution-link:hover {
  background-color: #7888f9;
}
.course-service.custom-service .solution-link span {
  font-size: 12px;
  color: #fff;
}
.course-service.custom-service .solution-link span i {
  margin-right: 10px;
}
.course-service.custom-service .solution-link.solution-bg {
  color: #5c647d;
  border: 1px solid #5d6de2;
  background-color: #fff;
}
.course-service.custom-service .solution-link.solution-bg:hover {
  color: #5d6de2;
  background: #f6f8ff;
  box-shadow: 0px 4px 15px 0px rgba(93, 109, 226, 0.2);
}
.course-service.custom-service .solution-link.solution-bg span {
  color: #5d6de2;
}
.course-service.custom-service .right-side &gt; div:first-child {
  margin-left: 50px;
  width: 100%;
}
.course-service.custom-service .course-title-warp {
  display: flex;
  padding-bottom: 33px;
  border-bottom: 1px solid #dce3f4;
}
.course-service.custom-service .course-title-warp &gt; a {
  padding: 20px 0px 0px 32px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.course-service.custom-service .course-title-warp &gt; a:hover::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  box-shadow: 0px 1px 16px 2px rgba(32, 36, 61, 0.12);
}
.course-service.custom-service .course-title-warp .video {
  width: 486px;
  height: 107px;
  background: url(/image/header/course/course1.jpg?v=1) center center/cover no-repeat;
  margin-right: 15px;
}
.course-service.custom-service .course-title-warp .picture {
  width: 486px;
  height: 107px;
  background: url(/image/header/course/course2.jpg?v=1) center center/cover no-repeat;
  margin-right: 15px;
}
.course-service.custom-service .course-title-warp .question {
  width: 243px;
  height: 107px;
  background: url(/image/header/course/course3.jpg) center center/cover no-repeat;
}
.course-service.custom-service .course-title-warp &gt; a h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.course-service.custom-service .course-title-warp &gt; a:hover h3 {
  color: rgb(255, 255, 255);
}
.course-service.custom-service .course-title-warp &gt; a h3 img {
  position: relative;
  top: -2px;
}
.course-service.custom-service .course-title-warp &gt; a h3 i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.course-service.custom-service .course-title-warp &gt; a p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 18px;
}
.course-service.custom-service .course-title-warp &gt; a p.short {
  font-size: 12px;
  color: #ebebeb;
}
.course-service.custom-service .course-wrap .course-content-title {
  display: flex;
  margin: 20px 0 0px 0;
}
.course-service.custom-service .course-wrap .course-content-title img {
  position: relative;
  top: -4px;
}
.course-service.custom-service .course-wrap .course-content-title h2 {
  font-size: 14px;
  font-weight: 700;
  color: #152144;
  margin: 0;
}
.course-service.custom-service .course-wrap .course-content-warp .course-content {
  display: flex;
  flex-wrap: wrap;
}
.course-service.custom-service .course-wrap .course-content-warp .course-content a {
  /* width: 50%; */
  margin-right: 60px;
  padding: 0 !important;
}
.course-service.custom-service .course-wrap .course-content-warp .course-content a h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 14px;
  color: #152144;
  font-weight: 600;
}
.course-service.custom-service .course-wrap .course-content-warp .course-content a:hover h3 {
  color: #0052d9;
}
.course-service.custom-service .course-wrap .course-content-warp .course-content a p {
  margin: 0;
  opacity: 0.7;
  font-size: 12px;
  color: rgba(21, 33, 68, 0.7);
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 底部 footer.ejs*/
footer {
  z-index: -3;
  position: relative;
}
footer .df {
  display: flex;
}
footer .df-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom-wrap {
  display: flex;
  justify-content: center;
  background-image: url("../image/home/footer-background.png");
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}
footer .bottom-wrap .bottom {
  width: 1344px;
  justify-content: space-between;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 16px;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-desc-wrap {
  margin-top: 8px;
  margin-bottom: 24px;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-desc-wrap .bottom-left-desc {
  color: #BABABA;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-desc-wrap .bottom-left-desc:nth-child(1) {
  padding-right: 10px;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-desc-wrap .bottom-left-desc:nth-child(2) {
  border-right: 1px solid #BABABA;
  border-left: 1px solid #BABABA;
  padding: 0px 10px;
}
footer .bottom-wrap .bottom .bottom-left .bottom-left-desc-wrap .bottom-left-desc:nth-child(3) {
  padding-left: 10px;
}
footer .bottom-wrap .bottom .bottom-right {
  padding: 20px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(90deg, #37E6E6 0%, #709BFF 100%);
  color: #fff;
  cursor: pointer;
  border: none;
}
footer .bottom-wrap .bottom .bottom-right:hover {
  background: linear-gradient(90deg, #27D6D6 0%, #5B88F0 100%);
}
footer .bottom-wrap .bottom .bottom-right a {
  color: inherit;
  margin-right: 4px;
}
footer .bottom-wrap .bottom .bottom-right img {
  width: 16px;
  height: 16px;
}
footer .download {
  background: url(../image/main/footer-bg.jpg) center center/cover no-repeat;
  position: relative;
  z-index: -2;
}
footer .download .wrap {
  text-align: center;
  margin: 64px 0 96px 0;
}
footer .download .wrap .h2-wrap {
  display: flex;
  justify-content: center;
}
footer .download .wrap .h2-wrap h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 56px;
}
footer .download .wrap .h3-wrap {
  display: flex;
  justify-content: center;
}
footer .download .wrap .h3-wrap h3 {
  font-size: 20px;
  line-height: 30px;
  color: rgb(220, 221, 224);
  margin-bottom: 54px;
}
footer .download .wrap .download-wrap {
  display: flex;
  justify-content: center;
}
footer .download .wrap .download-wrap .download-content {
  width: 285px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #27D9D9 0%, #5C89F2 100%);
  cursor: pointer;
  position: relative;
}
footer .download .wrap .download-wrap .download-content:hover {
  background: linear-gradient(90deg, #37E6E6 0%, #709BFF 100%);
}
footer .download .wrap .download-wrap .download-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(55, 229, 229, 0.2) 0%, rgba(112, 155, 255, 0.2) 100%);
  z-index: -1;
  filter: blur(32px);
}
footer .download .wrap .download-wrap .download-content a {
  font-size: 24px;
  line-height: 36px;
  border-radius: 8px;
  color: white;
}
footer .download .wrap .download-wrap .download-content a img {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  footer .download .wrap .h2-wrap {
    display: block;
  }
  footer .download .wrap .h2-wrap h2 {
    margin: 0;
    line-height: 44px;
    font-size: 32px;
  }
  footer .download .wrap .h3-wrap {
    display: block;
    margin: 16px 0 48px 0;
  }
  footer .download .wrap .h3-wrap h3 {
    margin: 0;
    font-size: 18px;
  }
  footer .download .wrap .download-wrap .download-content {
    width: 253px;
    height: 52px;
  }
  footer .download .wrap .download-wrap .download-content a {
    font-size: 20px;
  }
}
footer .link .container {
  border-top: 1px solid #1F2729;
  width: 1344px;
}
footer .link .wrap {
  margin: 64px 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
footer .link .wrap .left {
  flex: 1;
}
footer .link .wrap .left .foreign {
  width: 100%;
  height: 24px;
  margin-top: 32px;
  color: #BABABA;
}
footer .link .wrap .left .foreign a {
  color: inherit;
}
footer .link .wrap .left .foreign a .hover {
  display: none;
}
footer .link .wrap .left .foreign a:hover .hover {
  display: block;
}
footer .link .wrap .left .foreign a:hover .normal {
  display: none;
}
footer .link .wrap .left .foreign .video-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 206px;
}
footer .link .wrap .left .foreign .video-list a:nth-child(1) img {
  width: 25px;
  height: 24px;
}
footer .link .wrap .left .foreign .video-list a:nth-child(2) img {
  width: 36px;
  height: 24px;
}
footer .link .wrap .left .foreign .video-list a:nth-child(3) img {
  width: 25px;
  height: 24px;
}
footer .link .wrap .left .foreign .video-list a:nth-child(4) img {
  width: 24px;
  height: 24px;
}
footer .link .wrap .left .foreign .email {
  margin-top: 16px;
}
footer .link .wrap .left .foreign .foreign-copyright {
  margin-top: 8px;
}
footer .link .wrap .left .bottom {
  width: 600px;
  margin-top: 40px;
  display: flex;
}
footer .link .wrap .left .bottom .code {
  width: 107px;
  height: 76px;
  background-color: #1F2729;
  margin-right: 20px;
  background-image: url("../image/sidebar/微信客服.png");
  background-size: 100% 100%;
}
footer .link .wrap .left .bottom .contact {
  width: 700px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .link .wrap .left .bottom .contact .contact-item {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #BABABA;
}
footer .link .wrap .right {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 800px;
}
footer .link .wrap .right .intro-wrap {
  width: 200px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .link .wrap .right .intro-wrap .title,
footer .link .wrap .right .intro-wrap .intro-item {
  color: white;
  margin-bottom: 16px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
footer .link .wrap .right .intro-wrap .intro-item {
  color: #BABABA;
}
footer .link .wrap .right .intro-wrap .intro-item:hover {
  border-bottom: 1px solid #BABABA;
  cursor: pointer;
}
footer .copyright {
  text-align: center;
}
footer .copyright .container {
  border-top: 1px solid rgb(31, 39, 41);
}
footer .copyright .container .wrap {
  margin: 24px 0;
}
footer .copyright .container .wrap p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(176, 178, 184, 0.4);
}
footer .copyright .container .wrap p a {
  color: rgba(176, 178, 184, 0.4);
  text-decoration: underline;
}
footer .copyright .container .wrap p a:hover {
  color: #406bf7;
}
footer .mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(100.05deg, #20D4D4 0%, #3AB9E1 50%, #53A0ED 100%);
}
footer .mobile .mobile-wrap {
  display: flex;
}
footer .mobile .mobile-wrap a:nth-child(1) {
  border-right: 2px solid white;
}
footer .mobile .mobile-wrap &gt; a {
  width: 100%;
  height: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .mobile .mobile-wrap &gt; a:first-of-type {
  margin-right: 1px;
}
footer .mobile .mobile-wrap &gt; a p {
  font-size: 4vw;
  color: white;
  margin: 1vw 0 0 0;
}
footer .mobile .mobile-wrap &gt; a img {
  width: 5vw;
}
footer .mobile .mobile-wrap a:active {
  background: linear-gradient(100.05deg, #32E6E6 0%, #6BB5FF 100%);
}
footer .mobile .mobile-wrap a:hover {
  background: linear-gradient(100.05deg, #32E6E6 0%, #6BB5FF 100%);
}
footer .mobileShow {
  display: block;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

/*按钮圆形*/
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  background-image: url(../image/common/play.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0.8;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
  background-color: transparent !important;
}

.vjs-paused .vjs-big-play-button:hover,
.vjs-paused.vjs-has-started .vjs-big-play-button:hover {
  background-color: transparent;
}

.video-js .vjs-time-divider {
  min-width: unset;
  padding: 0px;
}

.video-js .vjs-current-time {
  padding-right: 5px;
}

.video-js .vjs-duration {
  padding-left: 5px;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

/*点击屏幕播放/暂停*/
.video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}

/*进度显示当前播放时间*/
.video-js .vjs-time-control {
  display: block;
}

.video-js .vjs-remaining-time {
  display: none;
}

.header.pic-header {
  background: url("../image/common/banner.png") center center/cover no-repeat;
  position: relative;
}
.header.pic-header .breadcrumb-content {
  height: 410px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -35px;
}
.header.pic-header .breadcrumb-content h2 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 20px;
}
.header.pic-header .breadcrumb-content p {
  font-size: 14px;
  color: #a3a4aa;
  margin: 0 0 20px 0;
}
.header.pic-header .breadcrumb-content a {
  width: 156px;
  height: 42px;
  background: #0253D9;
  border-radius: 29px;
}
.header.pic-header .breadcrumb-content a:hover {
  background: #397be4;
}
.header.pic-header .breadcrumb-content a span {
  color: white;
  font-size: 16px;
}
.header.pic-header .breadcrumb-content a span i {
  margin-right: 5px;
}

.download-part.link.link-margin {
  margin-top: 40px;
}

.download-part a.download &gt; div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.download-part.solution a.download &gt; div {
  flex-direction: row;
}

.download-part a.download &gt; div p {
  font-size: 12px;
  position: relative;
  top: -2px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.download-part a.download &gt; div p.title {
  font-size: 18px;
  top: 2px;
  color: rgb(255, 255, 255);
}

.download-part a.download {
  width: 156px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: #ffffff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.download-part.solution a.download {
  width: 122px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px rgba(255, 255, 255, 0.5) solid;
}

.download-part .other-version {
  font-size: 12px;
  color: #ffffff;
}

.download-part .other-version:hover {
  color: #429fff;
}

.download-part a.download {
  background: linear-gradient(-39deg, #3363dc 0%, #0052da 100%);
  border: 0;
}

.download-part a.download:hover {
  background: linear-gradient(-39deg, #4570df 0%, #1e67db 100%);
}

.download-part .other-version .version-select {
  width: 230px;
  height: 84px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px;
}

.download-part .other-version .version-select a {
  width: 100%;
  border: none;
  height: 38px;
}

.download-part .other-version .version-select a:hover {
  background: rgba(245, 247, 250, 0.1);
}

.download-part .other-version .version-select a &gt; div i {
  margin-right: 5px;
}

.download-part a .fs-xiazai2 {
  font-size: 16px;
}

.download-part.solution a.download:hover {
  background: rgba(0, 0, 0, 0.5);
}

.download-part.solution a span {
  line-height: 40px;
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}

.download-part.solution a i {
  line-height: 40px;
  position: relative;
  top: 0px;
  font-size: 13px;
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.8);
}

.download-part.solution .download:hover span {
  color: rgb(255, 255, 255);
}

.download-part.solution .download:hover i {
  color: rgb(255, 255, 255);
}

.download-part.solution a .fs-xiazai2 {
  font-size: 24px;
}

.download-part.padding-top {
  padding-top: 50px;
}

.download-part.absolute {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}

.download-part.absolute a.download {
  margin-right: 0;
}

.banner-wrap {
  position: relative;
}
.banner-wrap .video-banner {
  width: 100%;
  height: 700px;
}
.banner-wrap video {
  object-fit: cover;
  position: relative;
}
.banner-wrap .vjs-poster {
  background-position: center center;
  background-size: cover;
}
.banner-wrap .vjs-loading-spinner {
  display: none;
}
.banner-wrap .banner-content {
  position: absolute;
  top: 0;
  height: 700px;
  width: 100%;
  background: rgba(17, 16, 21, 0.6);
}
.banner-wrap .banner-content .container {
  height: 100%;
}
.banner-wrap .banner-content .breadcrumb-content h2 {
  font-size: 52px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner-wrap .banner-content .breadcrumb-content .word {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0px 5px;
}
.banner-wrap .banner-content .breadcrumb-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-wrap .banner-content .breadcrumb-content a {
  width: 240px;
  height: 60px;
  background: #2d61dc;
  border-radius: 2px;
  color: white;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 0;
  margin-top: 30px;
  border-radius: 6px;
}
.banner-wrap .banner-content .breadcrumb-content a:hover {
  background: #4d75d2;
}
.banner-wrap .banner-content .breadcrumb-content a span {
  font-size: 24px;
  color: white;
  margin-left: 10px;
  font-weight: 400;
}
.banner-wrap .banner-content .breadcrumb-content a i {
  font-size: 24px;
}

.play-btn-hidden .vjs-big-play-button {
  display: none;
}

.consult-banner-wrap {
  width: 100%;
  height: 90px;
  background: #1a1b1f;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin: 70px 0 160px 0;
}
.consult-banner-wrap .word-wrap {
  display: flex;
  /* align-items: center; */
  padding: 20px 0px 20px 50px;
}
.consult-banner-wrap .word-wrap p {
  margin: 0;
}
.consult-banner-wrap .word-wrap .service {
  background-image: linear-gradient(to right, #3dd0fe 0%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 700;
  /* color:white; */
}
.consult-banner-wrap .word-wrap .speciality {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}
.consult-banner-wrap .word-wrap .href-wrap {
  position: relative;
}
.consult-banner-wrap .word-wrap a {
  width: 130px;
  height: 32px;
  background: linear-gradient(to right, #ffdfa0 13%, #ffa900 100%);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50px;
  font-size: 18px;
  color: #302205;
  line-height: 32px;
  z-index: 1;
}
.consult-banner-wrap .word-wrap a:hover {
  color: #5a400a;
}
.consult-banner-wrap .img-wrap {
  position: relative;
}
.consult-banner-wrap .img-wrap img {
  position: relative;
  top: -75px;
  right: 0px;
}
.consult-banner-wrap .word-wrap .phone {
  color: white;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.consult-banner-wrap .word-wrap .href-wrap {
  right: 40px;
}
.consult-banner-wrap .word-wrap {
  justify-content: space-between;
  width: 100%;
}
.consult-banner-wrap .word-wrap a {
  /* left: 478px; */
  position: static;
}
.consult-banner-wrap .word-wrap .phone-title {
  font-size: 18px;
}
.consult-banner-wrap .word-wrap .phone-number {
  font-size: 22px;
  position: relative;
  top: 1px;
}

.function .content-wrap {
  display: grid;
  grid-template-rows: repeat(2, 200px);
  grid-template-columns: repeat(2, 588px);
  grid-row-gap: 40px;
  grid-column-gap: 50px;
  margin-bottom: 220px;
}
.function .content-wrap &gt; div {
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 9px 79px 0px rgba(91, 97, 112, 0.1);
  padding: 14px 46px 20px 30px;
}
.function .content-wrap &gt; div img {
  margin-right: 32px;
}
.function .content-wrap &gt; div h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.function .content-wrap &gt; div span {
  opacity: 0.8;
  font-size: 14px;
  color: #3d485d;
}

.step {
  background: rgba(245, 247, 250, 0.5);
}
.step .content {
  display: flex;
  text-align: center;
  position: relative;
  justify-content: space-between;
}
.step .content h3 {
  font-size: 18px;
  color: #101014;
  margin: 0 0 10px 0;
  text-align: center;
}
.step .content span {
  font-size: 12px;
  color: #3d485d;
  text-align: center;
}
.step .content-top &gt; div {
  /* margin-right:150px; */
  width: 192px;
}
.step .content-top &gt; div:nth-of-type(2) {
  position: relative;
  right: 84px;
}
.step .content-top &gt; div:nth-of-type(3) {
  position: relative;
  right: 174px;
}
.step .content-bottom {
  margin-bottom: 120px;
}
.step .content-bottom &gt; div {
  width: 192px;
}
.step .content-bottom &gt; div:first-of-type {
  position: relative;
  right: -190px;
}
.step .content-bottom &gt; div:nth-of-type(2) {
  position: relative;
  right: -112px;
}
.step .img-wrap {
  display: flex;
  justify-content: center;
}

/* theme wrapper 样式 */
.theme {
  position: relative;
  min-width: 338px;
  max-width: 500px;
  margin-right: 26px;
  top: 0;
  background-color: #fff;
  flex: 1;
  transition: all 0.2s;
  box-shadow: 0 29px 49px 0px rgba(65, 90, 161, 0.1);
}
.theme:last-child {
  margin-right: 0;
}
.theme:hover {
  transform: translateY(-10px);
  box-shadow: 0 29px 49px 0px rgba(65, 90, 161, 0.4);
}
.theme .theme-img {
  position: relative;
  font-size: 0;
  text-align: center;
}
.theme .theme-img .theme-img-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.theme .theme-img .theme-img-box .theme-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme .theme-img .theme-img-box .theme-img-content img {
  width: 100%;
}
.theme .theme-img .operation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
}
.theme .theme-img .need-plan {
  position: absolute;
  width: 78px;
  height: 36px;
  padding: 6px;
  right: 0;
  top: 0;
  z-index: 9;
}
.theme .theme-img .need-plan .plan {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  column-gap: 2px;
  padding: 2px;
}
.theme .theme-img .need-plan .plan .plan-image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.theme .theme-img .need-plan .plan .plan-name {
  font-size: 12px;
  color: #FFFFFF;
  top: 1px;
  position: relative;
}
.theme .theme-img .need-plan .plan.PREMIUM {
  background-color: rgba(44, 92, 184, 0.9);
}
.theme .theme-img .need-plan .plan.PREMIUM .plan-image {
  background-image: url(/image/common/theme-basic.svg);
}
.theme .theme-img .need-plan .plan.BUSINESS {
  background-color: rgba(153, 108, 49, 0.9);
}
.theme .theme-img .need-plan .plan.BUSINESS .plan-image {
  background-image: url(/image/common/theme-business.svg);
}
.theme .theme-img .need-plan .plan.EXCLUSIVE {
  background-color: rgba(85, 57, 178, 0.9);
}
.theme .theme-img .need-plan .plan.EXCLUSIVE .plan-image {
  background-image: url(/image/common/theme-exclusive.svg);
}
.theme:hover .theme-img .operation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme .theme-img .operation a {
  width: 92px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: #111416;
  text-align: center;
  line-height: 30px;
}
.theme .theme-img .operation .preview:hover {
  background: #fff;
}
.theme .theme-img .operation a.detail {
  margin-left: 10px;
  background: linear-gradient(-39deg, #226ce8, 0%, #3363dc 100%);
  color: #f4f4f4;
}
.theme .theme-img .operation a.detail:hover {
  background: #397be4;
}
.theme &gt; .theme-info {
  padding: 12px;
  background-color: white;
}
.theme &gt; .theme-info .theme-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #101014;
  line-height: unset;
}
.theme &gt; .theme-info .theme-title:hover,
.theme &gt; .theme-info .tags .tag:hover {
  color: #406bf7;
}
.theme &gt; .theme-info .tags {
  display: flex;
  width: 60%;
  height: 24px;
  overflow: hidden;
  flex-wrap: wrap;
}
.theme &gt; .theme-info .tags .tag {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
}

/* number input 样式 */
.el-input__inner::-webkit-outer-spin-button,
.el-input__inner::-webkit-inner-spin-button {
  appearance: none;
}

/* video wrapper css */
.video-wrap {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 29px 49px 0px rgba(65, 90, 161, 0.1);
}
.video-wrap .video-img {
  position: relative;
  display: block;
}
.video-wrap .video-img .cover {
  display: block;
  width: 100%;
  height: 150px;
}
.video-wrap .video-img .hover-bg {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-wrap .video-img .hover-bg .play {
  width: 65px;
}
.video-wrap .video-img:hover .hover-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrap .video-word {
  padding: 15px;
}
.video-wrap .video-word h2 {
  margin: 0;
  margin-bottom: 5px;
  line-height: 16px;
}
.video-wrap .video-word h2 a {
  font-size: 16px;
  color: rgba(16, 16, 20, 0.9);
}
.video-wrap .video-word h2 a:hover {
  color: black;
}
.video-wrap .video-word .video-footer {
  display: flex;
  justify-content: space-between;
}
.video-wrap .video-word .video-footer .tags {
  display: flex;
  width: 60%;
  height: 20px;
  overflow: hidden;
  flex-wrap: wrap;
}
.video-wrap .video-word .video-footer .tags .tag {
  display: flex;
  padding-right: 10px;
  line-height: 20px;
  font-size: 10px;
  color: rgba(113, 114, 117, 0.8);
  align-items: center;
}
.video-wrap .video-word .video-footer .tags .tag:hover {
  color: rgb(113, 114, 117);
}
.video-wrap .video-word .video-footer .tags .tag:first-child {
  padding-left: 0;
}
.video-wrap .video-word .video-footer .tags .tag:not(:first-child)::before {
  content: " ";
  width: 1px;
  height: 11px;
  margin-right: 10px;
  background-color: rgba(113, 114, 117, 0.5);
}
.video-wrap .video-word .video-footer .duration {
  display: flex;
  height: 20px;
  font-size: 10px;
  color: rgba(113, 114, 117, 0.8);
  align-items: center;
}
.video-wrap .video-word .video-footer .duration .fs {
  font-size: 20px;
}

/* pagination wrapper css */
.pager {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  align-items: center;
}
.pager .pagination {
  display: flex;
  align-items: center;
}
.pager .pagination li {
  position: relative;
  margin-left: -1px;
  border: 1px solid #ddd;
  margin-right: 8px;
  border-radius: 4px;
}
.pager .pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 30px;
}
.pager .pagination li:hover {
  background-color: #fff;
  border-color: #b2b2b2;
  z-index: 3;
}
.pager .pagination li:hover a {
  color: #333;
  cursor: pointer;
}
.pager .pagination li.active {
  border-color: #0f97ff;
  z-index: unset;
}
.pager .pagination li.active a {
  background-color: #0f97ff;
  color: #fff;
  cursor: default;
}
.pager .pagination li a.page-left-more {
  background: url("/image/market-list/pager_first.png") no-repeat center;
}
.pager .pagination li a.page-right-more {
  background: url("/image/market-list/pager_last.png") no-repeat center;
}
.pager .pagination-free {
  display: flex;
  align-items: center;
  line-height: 30px;
}
.pager .pagination-free span {
  margin: 0 6px;
}
.pager .pagination-free .el-input {
  --el-input-border-radius: 0px;
  width: 45px;
  height: 30px;
}
.pager .pagination-free .el-button {
  width: 45px;
  border: 1px solid #0f97ff;
  color: #0f97ff;
}
.pager .pagination li a.page-right-more,
.pager .pagination li a.page-left-more {
  width: 30px;
  padding: 0;
  background-size: 15px;
}

/* 教程与文档 */
.tutorial-and-doc-wrapper {
  margin-top: 150px;
  padding: 0 15px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.blog .doc-item a:hover h2,
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header a:hover,
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-item a:hover {
  color: #406bf7;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content {
  display: flex;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course {
  display: block;
  position: relative;
  height: 240px;
  margin-right: 15px;
  padding: 30px;
  border-radius: 5px;
  background-size: cover;
  flex: 1;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course.basic-course {
  display: flex;
  background-image: url("/image/main/bg1.jpg");
  flex: 3;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course.basic-course .text {
  margin-right: 10px;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #f2f5f8;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  line-height: 40px;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course h3 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(242, 245, 248, 0.8);
  line-height: unset;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course .course-img {
  position: relative;
  width: 236px;
  height: 138px;
  top: 17px;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course .play {
  position: absolute;
  width: 54px;
  right: 15px;
  bottom: 5%;
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course.dev-course {
  background-image: url("/image/main/bg2.png");
}
.tutorial-and-doc-wrapper .video-wrapper .video-wrapper-content .video-course.practical-cases {
  margin-right: 0;
  background-image: url("/image/main/bg3.png");
}
.tutorial-and-doc-wrapper .doc-wrapper {
  margin-top: 50px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content {
  display: flex;
  justify-content: space-between;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list {
  height: 100%;
  border: 1px solid #c8d2e0;
  padding: 25px;
  padding-bottom: 10px;
  border-radius: 6px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header .title {
  display: flex;
  margin-left: -8px;
  align-items: center;
  font-size: 18px;
  color: #101014;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header .title img {
  width: 40px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(61, 72, 93, 0.8);
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-header a .fs {
  font-size: 18px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .course-title {
  display: flex;
  height: 133px;
  margin: 10px 0 5px;
  background-image: url("/image/main/course-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  align-items: flex-end;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .course-title a {
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 40px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .course-title a:hover {
  color: #9dc4ff;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-item {
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-item img {
  width: 28px;
  height: 54px;
  vertical-align: middle;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .doc-item a {
  color: #475669;
  vertical-align: middle;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .baike-title {
  border-bottom: 1px solid #d4d8e1;
  margin-bottom: 13px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .baike-title a {
  color: #475669;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .baike-title h2 {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  color: #101014;
  line-height: 40px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list .baike-title .time {
  line-height: 40px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.baike .doc-item {
  margin-bottom: 7px;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.baike .doc-item .fs {
  font-size: 22px;
  margin-right: -2px;
  vertical-align: middle;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.blog .doc-item {
  margin-top: 17px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d8e1;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.blog .doc-item h2 {
  margin: 0;
  font-size: 16px;
  color: #101014;
  font-weight: 400;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  line-height: unset;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tutorial-and-doc-wrapper .doc-wrapper .doc-content .doc-list.blog .doc-item span {
  opacity: 0.8;
  font-size: 12px;
  color: rgba(61, 72, 93, 0.8);
}

.wrap-404 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
}
.wrap-404:after {
  clear: both;
  content: "";
  display: block;
}
.wrap-404 .page-header {
  float: left;
  width: 100%;
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
.wrap-404 .page-header .page-title {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #222;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .wrap-404 {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
  }
}
#policies-agreements-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
#policies-agreements-container .pic-header-wrapper {
  position: relative;
  height: 255px;
  background-image: url("/image/common/tutorial_bg.png");
  background-position: center center;
  background-size: cover;
}
#policies-agreements-container .pic-header-wrapper.vip-service-pic-header-wrapper {
  height: 180px;
}
#policies-agreements-container .pic-header-wrapper .breadcrumb-content {
  text-align: center;
  color: #fff;
}
#policies-agreements-container .pic-header-wrapper .breadcrumb-content h1 {
  margin-top: 63px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#policies-agreements-container .pic-header-wrapper .breadcrumb-content p {
  margin-top: 15px;
  font-size: 20px;
}
#policies-agreements-container .policies-agreements {
  max-width: 1140px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ð¢extaalt, sans-serif;
  font-size: 18px;
}
#policies-agreements-container .policies-agreements .second-container {
  padding: 20px 0 50px;
}
#policies-agreements-container .policies-agreements .second-container p {
  margin-bottom: 1.612em;
  font-family: "PingFangSC-Regular", "Arial", "Microsoft Yahei", "Helvetica Neue", "Helvetica", sans-serif;
  color: white;
}
#policies-agreements-container .policies-agreements .second-container h4 {
  font-size: 24px;
  margin-bottom: 0.62em;
}
#policies-agreements-container .policies-agreements .second-container .content a {
  color: #337ab7;
}
#policies-agreements-container .policies-agreements .second-container .content a:hover {
  color: #406bf7;
}
#policies-agreements-container .table {
  font-size: 14px;
  margin: auto;
}
#policies-agreements-container .table .row {
  display: flex;
}
#policies-agreements-container .table .row .col {
  text-align: center;
  border: 1px solid white;
  width: 150px;
  display: flex;
  /* 添加 flex 布局 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
}
#policies-agreements-container .table .row .col3 {
  text-align: left;
  width: 400px;
}

.start-area {
  background-color: #1A72FA;
}
.start-area .start {
  height: 200px;
  margin: 0 auto;
  background: url("/image/main/bg-start.jpg") no-repeat;
  background-size: cover;
}
.start-area .start .start-content {
  position: relative;
}
.start-area .start .start-content .left-wrap {
  margin-top: 28px;
}
.start-area .start .start-content .left-wrap .text {
  height: 66px;
  font-family: D-DIN-PRO-600;
  font-size: 40px;
  line-height: 66px;
  color: white;
}
.start-area .start .start-content .left-wrap .start-btn {
  cursor: pointer;
  width: fit-content;
  margin-top: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 13px 21px;
  background: white;
  border-radius: 8px;
  font-size: 20px;
  font-family: D-DIN-PRO-600;
  color: #0B42F8;
}
.start-area .start .start-content .left-wrap .start-btn:hover {
  opacity: 93%;
}
.start-area .start .start-content .right-img {
  clip-path: inset(0 0 107px 0);
  width: 390px;
  position: absolute;
  top: -151px;
  right: 50px;
}

.cookie-wrap {
  overflow-x: hidden;
  display: none;
  height: auto;
  width: 100%;
  bottom: 0px;
  position: fixed;
  background-color: white;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 12px;
  z-index: 999;
}
.cookie-wrap.active {
  display: block;
}
.cookie-wrap h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}
.cookie-wrap p {
  font-size: 16px;
  color: rgb(26, 32, 44);
  margin: 5px 0 15px 0;
}
.cookie-wrap .agree-btn {
  font-size: 16px;
  background: #1a72fa;
}
.cookie-wrap .agree-btn:hover {
  background: rgba(26, 114, 250, 0.8);
}

body.index {
  z-index: -100;
  position: relative;
}
body.index .main {
  z-index: -4;
  position: relative;
}
body.index .main .content-area {
  text-align: center;
}
body.index .main .content-area.welcome {
  position: relative;
  padding-top: 180px;
  text-align: center;
  margin-bottom: 320px;
}
body.index .main .content-area.welcome h2 {
  background-image: linear-gradient(to bottom, rgb(55, 229, 229) 0%, rgb(112, 155, 255) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.index .main .content-area.welcome h2 div.circle {
  margin: 0 24px;
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #27D9D9 0%, #5C89F2 100%);
  border-radius: 50%;
}
body.index .main .content-area.welcome p {
  color: #dcdde0;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 64px;
}
body.index .main .content-area.welcome p span {
  position: relative;
}
body.index .main .content-area.welcome p span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: rgb(176, 178, 184);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.index .main .content-area.welcome p span:last-of-type::after {
  content: none;
}
body.index .main .content-area.welcome .part1 {
  display: flex;
  width: 1344px;
  justify-content: space-between;
  margin: auto;
}
body.index .main .content-area.welcome .part1 .download-wrap {
  width: 486px;
  height: 432px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}
body.index .main .content-area.welcome .part1 .download-wrap .free {
  width: 168px;
  height: 36px;
  background-image: url("../image/home/free.svg");
  position: absolute;
  left: 315px;
  top: -35px;
  transform: rotate(-12deg);
}
body.index .main .content-area.welcome .part1 .download-wrap .one-step {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 16px;
  width: 175px;
  background: linear-gradient(90deg, #20D4D4, #53A0ED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
body.index .main .content-area.welcome .part1 .download-wrap .jpOneStep {
  width: 230px;
}
body.index .main .content-area.welcome .part1 .download-wrap .enOneStep {
  width: 280px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap {
  display: flex;
  width: 460px;
  height: 48px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag {
  border-radius: 24px;
  background: #1F2729;
  display: flex;
  height: 44px;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag p {
  font-size: 16px;
  color: #b0b2b8;
  margin: 0;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  width: 100px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag p:hover {
  color: rgb(176, 178, 184);
  cursor: pointer;
  border-radius: 20px;
  background-color: #333B3D;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag p.active {
  color: #000000;
  background: #C5D2D6;
  border-radius: 20px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag .jpLong {
  width: 172px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switch-wrap .switch-tag .enLong {
  width: 172px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switchWrap {
  width: 600px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switchWrap .switch-tag p {
  font-size: 16px;
}
body.index .main .content-area.welcome .part1 .download-wrap .text {
  display: none;
  font-size: 44px;
  text-align: left;
  text-align: left;
}
body.index .main .content-area.welcome .part1 .download-wrap .subText {
  margin-top: 16px;
  display: none;
  text-align: left;
  font-size: 18px;
  color: #BABABA;
}
body.index .main .content-area.welcome .part1 .download-wrap .activeText {
  display: block;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom {
  width: 316px;
  display: flex;
  align-items: flex-end;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .download .download-word {
  font-size: 16px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  width: 116px;
  height: 40px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  position: relative;
  background: linear-gradient(90deg, #27D9D9 0%, #5C89F2 100%);
  border-radius: 4px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .download .download-word:hover {
  background: linear-gradient(90deg, #37E6E6 0%, #709BFF 100%);
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .download .download-word img {
  margin-left: 5px;
  width: 16px;
  position: relative;
  top: -2px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .download .downloadWord {
  width: 200px;
  justify-content: center;
  padding-left: 0px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right {
  margin-left: 16px;
  position: relative;
  top: 67px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version {
  width: 300px;
  display: flex;
  flex-direction: column;
  height: 40px;
  align-items: flex-start;
  /* padding: 10px; */
  border-radius: 8px;
  width: 300px;
  justify-content: space-between;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version {
  color: #fff;
  background-color: rgba(57, 186, 224, 0.4);
  border-radius: 8px;
  opacity: 0.6;
  height: 16px;
  margin-top: 4px;
  display: flex;
  text-align: center;
  line-height: 16px;
  margin-bottom: 1px;
  width: 52px;
  font-size: 12px;
  justify-content: space-evenly;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .click {
  width: 25px;
  height: 20px;
  background-image: url("../image/main/arrowdown.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version-content {
  font-size: 14px;
  color: #59adf7;
  display: flex;
  height: 20px;
  margin-top: 2px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version-content a {
  color: #59adf7;
  border-bottom: 1px solid transparent;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version-content a:hover {
  border-bottom: 1px solid #59adf7;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version-content .linux {
  display: flex;
  cursor: pointer;
  align-items: center;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .download-version .version-content .linux .click {
  margin-left: 5px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .more-content {
  padding: 10px;
  width: 90px;
  height: 65px;
  font-size: 14px;
  color: #253d47;
  background-color: rgba(57, 186, 224, 0.2);
  border-radius: 4px;
  opacity: 0;
  position: relative;
  display: flex;
  left: 43%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .more-content .more-item {
  border-bottom: 1px solid transparent;
  height: 16px;
  line-height: 16px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .more-content .more-item:hover {
  border-bottom: 1px solid #59adf7;
  cursor: pointer;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .more-content a {
  color: #59adf7;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .right .opacity {
  opacity: 1 !important;
}
body.index .main .content-area.welcome .part1 .download-wrap .enBottom {
  margin-top: 70px;
}
body.index .main .content-area.welcome .part1 .jpDownloaWrap {
  width: 512px;
}
body.index .main .content-area.welcome .part1 .enDownloaWrap {
  width: 512px;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap {
  width: 768px;
  height: 432px;
  /* 设置扩散阴影 */
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .switch-content .mac-bg {
  width: 768px;
  height: 432px;
  pointer-events: none;
  display: inline-block;
  position: relative;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .switch-content .mac-bg .display-wrap {
  width: 768px;
  height: 432px;
  position: absolute;
  overflow: hidden;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to bottom right, rgb(55, 229, 229), rgb(112, 155, 255));
  background-blend-mode: overlay;
  border-radius: 10px;
  box-shadow: 0 0 50px 30px rgba(55, 229, 229, 0.1), 0 0 150px 100px rgba(112, 155, 255, 0.1);
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .switch-content .mac-bg .display-wrap .img-wrap {
  display: flex;
  transition: all 0.5s;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .switch-content .mac-bg .display-wrap .img-wrap video {
  width: 768px;
  height: 432px;
  object-fit: cover;
}
body.index .main .content-area .part2 {
  margin: auto;
  width: 1344px;
  margin-bottom: 160px;
}
body.index .main .content-area .part2 h2 {
  text-align: center;
  font-size: 44px;
  margin: auto;
}
body.index .main .content-area .part2 .svg-background {
  width: 520px;
  height: 60px;
  margin: auto;
  margin-bottom: 0px;
  margin-bottom: 32px;
  background-image: url("../image/home/partTwoTitle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
body.index .main .content-area .part2 .contentWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}
body.index .main .content-area .part2 .contentWrap .itemWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: background-color 0.3s, transform 0.3s;
}
body.index .main .content-area .part2 .contentWrap .itemWrap .img {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
body.index .main .content-area .part2 .contentWrap .itemWrap .img1 {
  background-image: url("../image/home/partTwo1.svg");
}
body.index .main .content-area .part2 .contentWrap .itemWrap .img2 {
  background-image: url("../image/home/partTwo2.svg");
}
body.index .main .content-area .part2 .contentWrap .itemWrap .img3 {
  background-image: url("../image/home/partTwo3.svg");
}
body.index .main .content-area .part2 .contentWrap .itemWrap .text {
  color: #BABABA;
  font-size: 18px;
  margin-top: -2px;
}
body.index .main .content-area .part2 .contentWrap .notArrow:hover {
  background: linear-gradient(to bottom right, rgba(32, 212, 212, 0.08), rgba(83, 160, 237, 0.2));
  border-radius: 20px;
  cursor: pointer;
}
body.index .main .content-area .part2 .contentWrap .notArrow:hover .img {
  transform: scale(0.9);
}
body.index .main .content-area .part2 .contentWrap .notArrow:hover .text {
  color: #FCFFFF;
}
body.index .main .content-area .part2 .contentWrap .arrow {
  display: flex;
  justify-content: center; /* 水平方向居中 */
  align-items: center; /* 垂直方向居中 */
  background-image: url("../image/home/partTwoArrow.svg");
  background-repeat: no-repeat;
  background-size: contain; /* 确保图像保持比例，并且适应容器 */
  background-position: center; /* 背景图像水平居中 */
  width: 150px;
  height: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
body.index .main .content-area .part3 {
  margin: auto;
  width: 1344px;
  margin-bottom: 256px;
}
body.index .main .content-area .part3 h2 {
  text-align: center;
  font-size: 36px;
  margin: auto;
}
body.index .main .content-area .part3 h3 {
  margin-top: 20px;
  margin-bottom: 64px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: rgba(186, 186, 186, 0.8);
}
body.index .main .content-area .part3 .wrap {
  display: flex;
  width: 1344px;
  justify-content: space-between;
}
body.index .main .content-area .part3 .left {
  width: 416px;
  height: 504px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.index .main .content-area .part3 .left .item {
  width: 416px;
  height: 156px;
  padding: 32px 64px 32px 32px;
  border-radius: 10px;
  opacity: 0.8;
}
body.index .main .content-area .part3 .left .item .itemTitle {
  font-size: 24px;
  width: 320px;
  color: #FCFFFF;
  text-align: left;
  margin-bottom: 8px;
}
body.index .main .content-area .part3 .left .item .itemTitle span {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 9px;
  background-repeat: no-repeat;
}
body.index .main .content-area .part3 .left .item .itemTitle .icon1 {
  background-image: url("../image/home/part3-icon1.svg");
}
body.index .main .content-area .part3 .left .item .itemTitle .icon2 {
  background-image: url("../image/home/part3-icon2.svg");
}
body.index .main .content-area .part3 .left .item .itemTitle .icon3 {
  background-image: url("../image/home/part3-icon3.svg");
}
body.index .main .content-area .part3 .left .item .itemContent {
  font-size: 16px;
  color: rgba(186, 186, 186, 0.8);
  width: 320px;
  text-align: left;
}
body.index .main .content-area .part3 .left .item:hover {
  background-color: #15191A;
  cursor: pointer;
  opacity: 1;
}
body.index .main .content-area .part3 .left .jpItem .itemTitle {
  width: 300px;
}
body.index .main .content-area .part3 .left .jpItem .itemContent {
  width: 300px;
}
body.index .main .content-area .part3 .left .activePart3 {
  background: linear-gradient(to right, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
  opacity: 1;
}
body.index .main .content-area .part3 .left .activePart3:hover {
  background: linear-gradient(to right, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
  cursor: pointer;
}
body.index .main .content-area .part3 .enLeft {
  width: 400px;
  height: 504px;
  margin-top: -8px;
}
body.index .main .content-area .part3 .enLeft .item {
  width: 400px;
  height: 160px;
  padding: 20px;
}
body.index .main .content-area .part3 .enLeft .item .itemTitle {
  width: 100%;
}
body.index .main .content-area .part3 .enLeft .item .itemContent {
  width: 100%;
}
body.index .main .content-area .part3 .right {
  width: 896px;
  height: 504px;
}
body.index .main .content-area .part3 .right .switch-content-wrap {
  width: 896px;
  height: 504px;
  /* 设置扩散阴影 */
}
body.index .main .content-area .part3 .right .switch-content-wrap .switch-content .mac-bg {
  pointer-events: none;
  display: inline-block;
  position: relative;
  width: 896px;
  height: 504px;
}
body.index .main .content-area .part3 .right .switch-content-wrap .switch-content .mac-bg .display-wrap {
  width: 896px;
  height: 504px;
  position: absolute;
  overflow: hidden;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to bottom right, rgb(55, 229, 229), rgb(112, 155, 255));
  background-blend-mode: overlay;
  border-radius: 10px;
  background-size: 100% 100%;
  /* 可选：圆角 */
  box-shadow: 0 0 50px 30px rgba(55, 229, 229, 0.1), 0 0 150px 100px rgba(112, 155, 255, 0.1);
  /* 第三层：最远扩散 */
}
body.index .main .content-area .part3 .right .switch-content-wrap .switch-content .mac-bg .display-wrap .img-wrap {
  width: 896px;
  height: 504px;
  display: flex;
  transition: all 0.5s;
}
body.index .main .part4 {
  margin: auto;
  width: 1344px;
  margin-bottom: 256px;
}
body.index .main .part4 h2 {
  text-align: center;
  font-size: 36px;
  margin: auto;
}
body.index .main .part4 h3 {
  margin-top: 20px;
  margin-bottom: 64px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: rgba(186, 186, 186, 0.8);
}
body.index .main .part4 .wrap {
  display: flex;
  width: 1344px;
  justify-content: space-evenly;
}
body.index .main .part4 .wrap .item {
  width: 656px;
  height: 492px;
  background-color: #15191A;
  background-size: 80% 80%;
  /* 背景图占宽高的 80% */
  background-repeat: no-repeat;
  /* 禁止背景图重复 */
  background-position: center;
  transition: background-image 0.3s ease, background-color 0.3s ease;
  border-radius: 20px;
}
body.index .main .part4 .wrap .right {
  background-image: url("../image/home/partFour1.svg");
}
body.index .main .part4 .wrap .left {
  background-image: url("../image/home/partFour2.svg");
}
body.index .main .part4 .wrap .right:hover {
  background-image: url("../image/home/partFourHover1.svg");
  background-color: #1F2729;
}
body.index .main .part4 .wrap .left:hover {
  background-image: url("../image/home/partFourHover2.svg");
  background-color: #1F2729;
}
body.index .main .part4 .enWrap .right {
  background-image: url("../image/home/partFour1-en.svg");
}
body.index .main .part4 .enWrap .left {
  background-image: url("../image/home/partFour2-en.svg");
}
body.index .main .part4 .enWrap .right:hover {
  background-image: url("../image/home/partFourHover1-en.svg");
  background-color: #1F2729;
}
body.index .main .part4 .enWrap .left:hover {
  background-image: url("../image/home/partFourHover2-en.svg");
  background-color: #1F2729;
}
body.index .main .part4 .jpWrap .right {
  background-image: url("../image/home/partFour1-en.svg");
}
body.index .main .part4 .jpWrap .left {
  background-image: url("../image/home/partFour2-jp.svg");
}
body.index .main .part4 .jpWrap .right:hover {
  background-image: url("../image/home/partFourHover1-en.svg");
  background-color: #1F2729;
}
body.index .main .part4 .jpWrap .left:hover {
  background-image: url("../image/home/partFourHover2-jp.svg");
  background-color: #1F2729;
}
body.index .main .part5 {
  margin: auto;
  width: 1344px;
  margin-bottom: 320px;
}
body.index .main .part5 h2 {
  text-align: center;
  font-size: 44px;
  margin: auto;
}
body.index .main .part5 h3 {
  margin-top: 20px;
  margin-bottom: 64px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: rgba(186, 186, 186, 0.8);
}
body.index .main .part5 .wrap {
  display: flex;
  width: 1344px;
  justify-content: space-between;
}
body.index .main .part5 .wrap .left {
  width: 416px;
  height: 504px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  margin-right: 0px;
}
body.index .main .part5 .wrap .left .item {
  width: 416px;
  height: 156px;
  padding: 32px 64px 32px 32px;
  border-radius: 10px;
  opacity: 0.8;
}
body.index .main .part5 .wrap .left .item .itemTitle {
  font-size: 24px;
  width: 319px;
  color: #FCFFFF;
  text-align: left;
  margin-bottom: 8px;
}
body.index .main .part5 .wrap .left .item .itemTitle span {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 9px;
  background-repeat: no-repeat;
}
body.index .main .part5 .wrap .left .item .itemTitle .icon1 {
  background-image: url("../image/home/part5-icon1.svg");
}
body.index .main .part5 .wrap .left .item .itemTitle .icon2 {
  background-image: url("../image/home/part5-icon2.svg");
}
body.index .main .part5 .wrap .left .item .itemTitle .icon3 {
  background-image: url("../image/home/part5-icon3.svg");
}
body.index .main .part5 .wrap .left .item .itemContent {
  font-size: 16px;
  color: rgba(186, 186, 186, 0.8);
  width: 320px;
  text-align: left;
}
body.index .main .part5 .wrap .left .item:hover {
  background-color: #15191A;
  cursor: pointer;
  opacity: 1;
}
body.index .main .part5 .wrap .left .jpItem .itemTitle {
  width: 300px;
}
body.index .main .part5 .wrap .left .jpItem .itemContent {
  width: 300px;
}
body.index .main .part5 .wrap .left .activePart3 {
  background: linear-gradient(to right, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
  opacity: 1;
}
body.index .main .part5 .wrap .left .activePart3:hover {
  background: linear-gradient(to right, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
  cursor: pointer;
}
body.index .main .part5 .wrap .enLeft {
  width: 400px;
  height: 504px;
}
body.index .main .part5 .wrap .enLeft .item {
  width: 400px;
  height: 160px;
  padding: 20px;
}
body.index .main .part5 .wrap .enLeft .item .itemTitle {
  width: 100%;
}
body.index .main .part5 .wrap .enLeft .item .itemContent {
  width: 100%;
}
body.index .main .part5 .wrap .right {
  width: 896px;
  height: 504px;
}
body.index .main .part5 .wrap .right .switch-content-wrap {
  width: 896px;
  height: 504px;
  /* 设置扩散阴影 */
}
body.index .main .part5 .wrap .right .switch-content-wrap .switch-content {
  width: 896px;
  height: 504px;
}
body.index .main .part5 .wrap .right .switch-content-wrap .switch-content .mac-bg {
  pointer-events: none;
  display: inline-block;
  position: relative;
  width: 896px;
  height: 504px;
}
body.index .main .part5 .wrap .right .switch-content-wrap .switch-content .mac-bg .display-wrap {
  width: 896px;
  height: 504px;
  position: absolute;
  overflow: hidden;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to bottom right, rgb(55, 229, 229), rgb(112, 155, 255));
  background-blend-mode: overlay;
  background-size: 100% 100%;
  border-radius: 10px;
  /* 可选：圆角 */
  box-shadow: 0 0 50px 30px rgba(55, 229, 229, 0.1), 0 0 150px 100px rgba(112, 155, 255, 0.1);
  /* 第三层：最远扩散 */
}
body.index .main .part5 .wrap .right .switch-content-wrap .switch-content .mac-bg .display-wrap .img-wrap {
  display: flex;
  transition: all 0.5s;
  width: 896px;
  height: 504px;
}
body.index .main .part6 {
  margin: auto;
  width: 1500px;
  margin-bottom: 224px;
}
body.index .main .part6 h2 {
  text-align: center;
  font-size: 44px;
  margin: auto;
}
body.index .main .part6 .svg-background {
  width: 500px;
  height: 50px;
  margin: auto;
  margin-bottom: 96px;
  background-image: url("../image/home/partTwoTitle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .main .part6 .contentWrap {
  display: flex;
  width: 1344px;
  height: 420px;
  margin: auto;
  justify-content: space-between;
}
body.index .main .part6 .contentWrap .item {
  width: 426px;
  height: 460px;
}
body.index .main .part6 .contentWrap .item .img {
  width: 426px;
  height: 284px;
  background-color: rgba(83, 203, 240, 0.1019607843);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: url("../image/home/partFour1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.3s ease, background-image 0.3s ease, background-color 0.3s ease;
}
body.index .main .part6 .contentWrap .item .img1 {
  background-image: url("../image/home/part6-1.png");
}
body.index .main .part6 .contentWrap .item .img2 {
  background-image: url("../image/home/part6-2.png");
}
body.index .main .part6 .contentWrap .item .img3 {
  background-image: url("../image/home/part6-3.png");
}
body.index .main .part6 .contentWrap .item .text {
  background-color: #15191A;
  text-align: left;
  padding-left: 20px;
  border-end-end-radius: 16px;
  border-end-start-radius: 16px;
}
body.index .main .part6 .contentWrap .item .text .title {
  padding: 10px;
  color: #FCFFFF;
  font-size: 24px;
  padding-top: 20px;
}
body.index .main .part6 .contentWrap .item .text .content {
  width: 362px;
  color: rgba(186, 186, 186, 0.8);
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 10px;
}
body.index .main .part6 .contentWrap .enItem .img1 {
  background-image: url("../image/home/part6-1-en.png");
}
body.index .main .part6 .contentWrap .enItem .img2 {
  background-image: url("../image/home/part6-2-en.png");
}
body.index .main .part6 .contentWrap .enItem .img3 {
  background-image: url("../image/home/part6-3-en.png");
}
body.index .main .part6 .contentWrap .jpItem .img1 {
  background-image: url("../image/home/part6-1-jp.png");
}
body.index .main .part6 .contentWrap .jpItem .img2 {
  background-image: url("../image/home/part6-2-jp.png");
}
body.index .main .part6 .contentWrap .jpItem .img3 {
  background-image: url("../image/home/part6-3-jp.png");
}
body.index .main .part6 .contentWrap .item:hover .img {
  background-size: 108% 108%;
  background-color: rgba(57, 186, 224, 0.1019607843);
}
body.index .main .part6 .contentWrap .item:hover .text {
  background-color: #1F2729;
}
body.index .main .part7 {
  margin: auto;
  width: 1344px;
  margin-bottom: 268px;
}
body.index .main .part7 h2 {
  width: 500px;
  text-align: center;
  font-size: 44px;
  margin: auto;
  margin-bottom: 0px;
  background-image: url("../image/home/partSevenBd.svg");
  /* 设置背景为SVG */
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.index .main .part7 h3 {
  margin-bottom: 64px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  color: rgba(186, 186, 186, 0.8);
}
body.index .main .part7 .wrap {
  width: 1344px;
  height: 248px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.index .main .part7 .wrap .row {
  display: flex;
  justify-content: space-between;
}
body.index .main .part7 .wrap .row .col {
  width: 178px;
  height: 72px;
  background-color: white;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  border-radius: 10px;
}
body.index .main .part7 .wrap .row .col1 {
  background-image: url("../image/home/part7-1.svg");
}
body.index .main .part7 .wrap .row .col2 {
  background-image: url("../image/home/part7-2.svg");
}
body.index .main .part7 .wrap .row .col3 {
  background-image: url("../image/home/part7-3.svg");
}
body.index .main .part7 .wrap .row .col4 {
  background-image: url("../image/home/part7-4.svg");
}
body.index .main .part7 .wrap .row .col5 {
  background-image: url("../image/home/part7-5.svg");
}
body.index .main .part7 .wrap .row .col6 {
  background-image: url("../image/home/part7-6.svg");
}
body.index .main .part7 .wrap .row .col7 {
  background-image: url("../image/home/part7-7.svg");
}
body.index .main .part7 .wrap .row .col8 {
  background-image: url("../image/home/part7-8.svg");
}
body.index .main .part7 .wrap .row .col9 {
  background-image: url("../image/home/part7-9.svg");
}
body.index .main .part7 .wrap .row .col10 {
  background-image: url("../image/home/part7-10.svg");
}
body.index .main .part7 .wrap .row .col11 {
  background-image: url("../image/home/part7-11.svg");
}
body.index .main .part7 .wrap .row .col12 {
  background-image: url("../image/home/part7-12.svg");
}
body.index .main .part7 .wrap .row .col13 {
  background-image: url("../image/home/part7-13.svg");
}
body.index .main .part7 .wrap .row .col14 {
  background-image: url("../image/home/part7-14.svg");
}
body.index .main .part7 .wrap .row .col15 {
  background-image: url("../image/home/part7-15.svg");
}
body.index .main .part7 .wrap .row .col16 {
  background-image: url("../image/home/part7-16.svg");
}
body.index .main .part7 .wrap .row .col17 {
  background-image: url("../image/home/part7-17.svg");
}
body.index .main .part7 .wrap .row .col18 {
  background-image: url("../image/home/part7-18.svg");
}
body.index .main .part7 .wrap .row .col19 {
  background-image: url("../image/home/part7-19.svg");
}
body.index .main .part7 .wrap .row .col20 {
  background-image: url("../image/home/part7-20.svg");
}
body.index .main .part7 .wrap .row .col21 {
  background-image: url("../image/home/part7-21.svg");
}
body.index .main .part7 .wrap .row .col:hover {
  background-size: 108%;
}
body.index .main .part7NoCn {
  display: none;
}

body #contact .section-info {
  width: 1344px;
  margin: auto;
}
body #contact .section-info &gt; .container {
  width: 1344px;
  padding: 100px 0;
  border-bottom: 1px solid rgba(186, 186, 186, 0.4);
}
body #contact .section-info .container1 {
  width: 1344px;
  padding-top: 144px;
  padding-bottom: 80px;
}
body #contact .section-info .logo {
  width: 196px;
  height: 56px;
  margin: auto;
  background-image: url("../image/contact/contact-logo.svg");
}
body #contact .section-info .desc {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: justify;
  text-indent: 2em;
  margin-top: 2em;
}
body #contact .section-info .first-desc {
  margin-top: 64px;
}
body #contact .section-info .data {
  text-align: center;
  float: left;
  width: 150px;
  height: 144px;
  margin-right: 117px;
  position: relative;
  padding-top: 28px;
}
body #contact .section-info .data .num {
  font-size: 50px;
  color: #0f97ff;
}
body #contact .section-info .data .subtitle {
  position: absolute;
  bottom: 18px;
  width: 100%;
  height: 37px;
  color: #ffffff;
  font-size: 16px;
  line-height: 37px;
}
body #contact .section-contact .container {
  width: 1344px;
}
body #contact .section-contact h1 {
  margin: 100px 0px 75px 0px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
body #contact .section-contact .row {
  display: flex;
  justify-content: space-between;
}
body #contact .box {
  width: 324px;
  height: 220px;
  border-radius: 8px;
  background-color: rgb(21, 25, 26);
  position: relative;
  padding: 24px;
  border-radius: 18px;
}
body #contact .box .title {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
body #contact .box .desc {
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  color: rgb(186, 186, 186);
  margin-bottom: 16px;
}
body #contact .box .info {
  color: rgb(252, 255, 255);
  font-size: 16px;
}
body #contact .box .info a:hover {
  border-bottom: 1px solid white;
}
body #contact .box .info i {
  font-size: 18px;
  vertical-align: middle;
}
body #contact .box .info span,
body #contact .box .info a {
  height: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  vertical-align: middle;
}
body #contact .box .subinfo {
  padding-left: 20px;
}
body #contact .box .subinfo span {
  height: 16px;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 12px;
  text-align: justify;
  vertical-align: middle;
}
body #contact .box .qrcode {
  position: absolute;
  right: 32px;
  bottom: 20px;
  width: 64px;
}

.section-office {
  margin-bottom: 158px;
}
.section-office .container {
  width: 1344px;
}
.section-office h1 {
  margin: 160px 0px 48px 0px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.section-office .address .card {
  width: 1344px;
  height: 130px;
  background: rgb(31, 39, 41);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
.section-office .address .card .left-card .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 8px;
}
.section-office .address .card .left-card .content {
  color: rgb(186, 186, 186);
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.section-office .row {
  margin-top: 16px;
  justify-content: space-between;
}
.section-office .row .text {
  width: 256px;
  height: 116px;
  background-color: rgb(21, 25, 26);
  border-radius: 16px;
  padding: 24px;
}
.section-office .row .text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-office .row .text span {
  color: rgb(186, 186, 186);
  font-size: 12px;
}

body #price .df {
  display: flex;
}
body #price .df-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body #price h2 {
  margin-top: 144px !important;
  text-align: center;
  font-size: 44px;
  margin: auto;
}
body #price .svg-background {
  width: 500px;
  height: 50px;
  margin: auto;
  margin-bottom: 96px;
  background-image: url("../image/home/partTwoTitle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body #price h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-top: 112px;
  text-align: center;
}
body #price .package-description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #BABABA;
}
body #price .price-wrap {
  flex-direction: column;
  margin-top: 64px;
}
body #price .price-wrap .package-wrap {
  width: 1344px;
  justify-content: space-between;
}
body #price .price-wrap .package-wrap .package-item {
  width: 426.67px;
  height: 228px;
  border-radius: 16px;
  background-color: #15191A;
}
body #price .price-wrap .package-wrap .package-item.hot {
  position: relative;
}
body #price .price-wrap .package-wrap .package-item .package-desc {
  padding: 30px;
  height: 160px;
}
body #price .price-wrap .package-wrap .package-item .package-desc &gt; p {
  font-size: 16px;
  color: #BABABA;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top {
  flex: 3;
  font-size: 20px;
  margin-bottom: 10px;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top p {
  font-size: 24px;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
body #price .price-wrap .package-wrap .package-item .hot-sale {
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  position: absolute;
  background-image: url("../image/price/hotSale.png");
  font-size: 18px;
  font-weight: 600;
}
body #price .price-wrap .package-wrap .package-item .hot-sale p {
  transform: translate(10px, 20px) rotate(45deg);
}
body #price .price-wrap .package-wrap .package-price {
  height: 48px;
  padding: 0px 30px;
  align-items: center;
}
body #price .price-wrap .package-wrap .package-price .noCost {
  font-weight: 700;
  font-size: 24px;
  color: #FF4229;
}
body #price .price-wrap .package-wrap .package-price .month-price {
  color: #BABABA;
  font-size: 27px;
  margin-right: 24px;
  align-items: center;
}
body #price .price-wrap .package-wrap .package-price .month-price span {
  color: #FF4229;
  font-weight: 700;
  font-size: 32px;
}
body #price .price-wrap .package-wrap .package-price .year-price {
  font-size: 18px;
  color: #BABABA;
  align-items: center;
  border-bottom: 1px solid #4D4D52;
}
body #price .price-wrap .package-detail {
  margin-top: 128px;
  margin-bottom: 144px;
  width: 1344px;
  border-radius: 20px;
}
body #price .price-wrap .package-detail .package-detail-title {
  font-size: 24px;
  height: 80px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.4);
  padding: 0px 16px;
}
body #price .price-wrap .package-detail .package-detail-title .package-detail-item-desc {
  flex: 1;
  justify-content: flex-start;
}
body #price .price-wrap .package-detail .package-detail-title .package-detail-item-useable {
  flex: 1;
  justify-content: center;
}
body #price .price-wrap .package-detail .package-detail-divide {
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #1F2729;
  color: rgba(252, 255, 255, 0.4);
  margin: 32px 0px 16px 0px;
}
body #price .price-wrap .package-detail .package-detail-divide p {
  margin-left: 16px;
}
body #price .price-wrap .package-detail .package-detail-item {
  display: flex;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 8px 16px;
}
body #price .price-wrap .package-detail .package-detail-item:hover {
  background-color: #15191A;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package {
  flex: 1;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package p:nth-child(1) {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package p:nth-child(2) {
  margin-top: 5px;
  margin-right: 60px;
  font-family: Noto Sans SC;
  font-size: 16px;
  color: #BABABA;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-useable {
  flex: 1;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-useable img {
  width: 24px;
  height: 24px;
  color: #fff;
}

/* 下载页 */
body #download-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
body #download-container .pic-header {
  display: flex;
  height: 250px;
  background-image: url("../image/main/footer-bg.jpg");
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #download-container .pic-header h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 42px;
}
body #download-container .pic-header .text {
  margin: 0 5px;
  font-size: 16px;
  color: #bbbbbc;
}
body #download-container .download-wrapper {
  background-color: #141414;
}
body #download-container .download-wrapper .download-tab {
  display: flex;
  justify-content: center;
}
body #download-container .download-wrapper .download-tab .stack-tab {
  width: 188px;
  height: 40px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0px 1px 48.96px 2.04px rgba(63, 107, 247, 0.23);
}
body #download-container .download-wrapper .download-tab .stack-tab.active {
  background-color: #406bf7;
}
body #download-container .download-wrapper .download-tab .stack-tab:nth-of-type(2) {
  border-radius: unset;
  border-left: 1px solid rgba(133, 154, 193, 0.5);
}
body #download-container .download-wrapper .download-tab .stack-tab:nth-of-type(3) {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid rgba(133, 154, 193, 0.5);
}
body #download-container .download-wrapper .download-tab .stack-tab .fill {
  color: #223984;
}
body #download-container .download-wrapper .download-tab .stack-tab.active .fill {
  color: white;
}
body #download-container .download-wrapper .download-content {
  min-height: 480px;
}
body #download-container .download-wrapper .download-content .content-tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab {
  border-bottom: 1px solid rgba(133, 154, 193, 0.5);
  font-size: 20px;
  color: #1a2233;
  text-align: center;
  cursor: pointer;
  flex: 1;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab.active {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(90deg, #27D6D6 0%, #5B88F0 100%) 1;
  color: #406bf7;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab .fs {
  margin-left: 20px;
  font-size: 31px;
  vertical-align: middle;
  color: #fff;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab .text {
  vertical-align: middle;
  color: #fff;
}
body #download-container .download-wrapper .download-content .content-layers {
  padding: 50px 0;
}
body #download-container .download-wrapper .download-content .content-layers .layer {
  display: flex;
  padding: 0 30px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .pic-info {
  border-radius: 2px;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to bottom right, rgb(55, 229, 229), rgb(112, 155, 255));
}
body #download-container .download-wrapper .download-content .content-layers .layer &gt; div {
  flex: 1;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info {
  margin-right: 64px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info h3 {
  margin-bottom: 32px;
  font-size: 14px;
  color: #b0b2b8;
  letter-spacing: 0.7px;
  opacity: 0.8;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap {
  display: flex;
  margin-bottom: 50px;
  color: #b0b2b8;
  margin-top: 64px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap a {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  height: 44px;
  margin: 0;
  margin-right: 15px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #919297;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  color: #b0b2b8;
  line-height: 44px;
  justify-content: space-between;
  align-items: center;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap a i {
  margin-left: 24px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap a:hover {
  background: #406bf7;
  border: none;
  color: #fff;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap a.apple {
  background: unset;
  border: 1px solid rgba(26, 34, 51, 0.3);
  color: rgba(26, 34, 51, 0.3);
}
body #download-container .download-wrapper .download-content .content-layers .layer .old-version,
body #download-container .download-wrapper .download-content .content-layers .layer .no-desktop-system {
  margin-left: 8px;
  color: rgba(84, 85, 89, 0.8);
  letter-spacing: 0.7px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .no-desktop-system:hover,
body #download-container .download-wrapper .download-content .content-layers .layer .old-version:hover {
  color: #406bf7;
}
body #download-container .download-wrapper .download-content .content-layers .layer .pic {
  transform: translateY(-16px);
}
body #download-container .plugin-wrapper {
  padding-top: 2px;
  background-color: #f5f7fa;
  text-align: center;
}
body #download-container .plugin-wrapper h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 40px;
}
body #download-container .plugin-wrapper h3 {
  margin: 0;
  font-size: 12px;
  color: #3d485d;
  line-height: 40px;
}
body #download-container .plugin-wrapper .content-wrapper {
  display: flex;
  height: 240px;
  padding: 60px 0;
  justify-content: center;
}
body #download-container .plugin-wrapper .content-wrapper .plugin {
  position: relative;
  display: flex;
  width: 509px;
  height: 114px;
  margin: 5px 10px 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 48.96px 2.04px rgba(63, 107, 247, 0.11);
  transition: margin 0.2s;
}
body #download-container .plugin-wrapper .content-wrapper .plugin:hover {
  margin-top: 0;
  box-shadow: 0 4px 27px 0px rgba(133, 145, 204, 0.4);
}
body #download-container .plugin-wrapper .content-wrapper .plugin img {
  width: 51px;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .plugin-info {
  display: flex;
  margin-left: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .plugin-info h3 {
  margin: 0;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .plugin-info h4 {
  margin: 0;
  margin-top: 2px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .link {
  display: flex;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(67, 68, 72, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .link:hover {
  background-color: #318bf4;
  color: #fff;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .link .fs {
  vertical-align: middle;
  font-size: 20px;
  opacity: 0.7;
}
body #download-container .plugin-wrapper .content-wrapper .plugin .link:hover .fs {
  opacity: 1;
}
body #download-container .menu-wrapper {
  width: 1200px;
  margin: auto;
  padding: 60px 0;
  text-align: center;
}
body #download-container .menu-wrapper h2 {
  margin: 0;
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
body #download-container .menu-wrapper h3 {
  margin: 0;
  line-height: 40px;
  font-size: 12px;
  color: #3d485d;
}
body #download-container .version-wrapper {
  padding-bottom: 150px;
  font-size: 14px;
  background-color: #141414;
}
body #download-container .version-wrapper .version-year {
  display: flex;
  height: 54px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}
body #download-container .version-wrapper .version-year .fs {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg);
  transition: 0.1s;
  cursor: pointer;
}
body #download-container .version-wrapper .version-year .fs.fold {
  transform: rotate(180deg);
  transition: 0.1s;
}
body #download-container .version-wrapper .download-info {
  width: 80%;
  margin: 0 auto;
}
body #download-container .version-wrapper .download-info .timeline {
  list-style: none;
  margin: 80px 0 0px 120px;
  padding-left: 30px;
  padding-bottom: 30px;
  color: #fff;
}
body #download-container .version-wrapper .download-info .timeline .line {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
body #download-container .version-wrapper .download-info .timeline .line:before {
  left: 87px;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  content: "";
}
body #download-container .version-wrapper .download-info .timeline .date {
  margin-top: -10px;
  top: 1%;
  left: -95px;
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 1.3px;
}
body #download-container .version-wrapper .download-info .timeline .date-info {
  margin-top: 15px;
  top: 5%;
  left: -38px;
  position: absolute;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.8px;
}
body #download-container .version-wrapper .download-info .timeline li .circle img {
  top: -6px;
  left: 67px;
  position: absolute;
  width: 43px;
  height: 43px;
}
body #download-container .version-wrapper .download-info .timeline li:nth-of-type(1) .circle img {
  top: -14px;
}
body #download-container .version-wrapper .download-info .timeline .content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
body #download-container .version-wrapper .download-info .timeline .version-list {
  margin-left: 200px;
}
body #download-container .version-wrapper .download-info .timeline .version-list h2 {
  margin-bottom: 37px;
  font-weight: 600;
  margin-top: 0px;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1.3px;
}
body #download-container .version-wrapper .download-info .timeline .version-list .item .title-type {
  padding: 4px 8px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 28px;
}
body #download-container .version-wrapper .download-info .timeline .version-list .item .title-new {
  background-color: #c5dcff;
  color: rgba(23, 89, 255, 0.8);
}
body #download-container .version-wrapper .download-info .timeline .version-list .item .title-opt {
  background-color: rgba(37, 184, 100, 0.2);
  color: rgba(37, 184, 100, 0.8);
}
body #download-container .version-wrapper .download-info .timeline .version-list .item .title-fix {
  background-color: #ffe8de;
  color: #FD6318;
}
body #download-container .version-wrapper .download-info .timeline .version-list ul {
  margin: 20px 0 30px 20px;
}
body #download-container .version-wrapper .download-info .timeline .version-list .text {
  color: #b0b2b8;
  font-size: 14px;
  list-style-type: disc;
  height: auto;
}
body #download-container .version-wrapper .download-info .timeline .version-list li {
  margin-top: 15px;
}

/* 外网-联系我们 */
body #contact-us-container {
  width: 1344px;
  margin: auto;
}
body #contact-us-container .title {
  height: 60px;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  margin-top: 140px;
  display: flex;
  align-items: center;
}
body #contact-us-container .title .text {
  background: linear-gradient(90deg, #32E5E5, #6BB5FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #contact-us-container .title .icon {
  margin-left: 16px;
  width: 44px;
  height: 44px;
  background-image: url("../image/home/contact-us.svg");
}
body #contact-us-container .title-tip {
  height: 28px;
  font-size: 18px;
  color: #BABABA;
  margin-bottom: 96px;
}
body #contact-us-container .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
body #contact-us-container .row .item {
  width: 100%;
}
body #contact-us-container .row .item .label {
  font-weight: 700;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 8px;
}
body #contact-us-container .row .item .el-input {
  color: #ffffff;
  height: 48px;
}
body #contact-us-container .row .item .el-input .el-input__wrapper {
  background-color: transparent;
}
body #contact-us-container .row .item .el-input .el-input__wrapper .el-input__inner {
  color: #ffffff;
}
body #contact-us-container .row .item .tip {
  color: transparent;
  opacity: 0;
}
body #contact-us-container .row .item .red {
  color: red;
  opacity: 1;
}
body #contact-us-container .row .item .el-textarea .el-textarea__inner {
  background-color: transparent;
  color: #ffffff;
}
body #contact-us-container .row .item .contact-us-dropdown {
  position: relative;
  width: 1344px;
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-button {
  width: 100%;
  padding: 10px;
  height: 48px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  color: white;
  transition: background-color 0.3s;
  margin-bottom: 8px;
  position: relative;
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-button .arrow {
  width: 16px;
  height: 16px;
  background-image: url(../image/home/arrow-down.svg);
  position: absolute;
  left: 98%;
  top: 14px;
  transition: transform 0.3s ease;
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-button .rotated {
  transform: rotate(180deg);
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #15191A;
  z-index: 10;
  transition: max-height 0.3s ease-out, opacity 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-options li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
body #contact-us-container .row .item .contact-us-dropdown #dropdown-options li:hover {
  background: linear-gradient(90deg, rgba(32, 212, 212, 0.2) 0%, rgba(83, 160, 237, 0.2) 100%);
}
body #contact-us-container .row .item .contact-us-dropdown.open #dropdown-options {
  max-height: 200px;
  /* 控制展开高度 */
  opacity: 1;
}
body #contact-us-container .row .first-name,
body #contact-us-container .row .last-name {
  width: 624px;
}
body #contact-us-container .submit {
  width: 85px;
  height: 40px;
  background: linear-gradient(90deg, #20D4D4 0%, #53A0ED 100%);
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 160px;
}
body #contact-us-container .el-dialog {
  height: 324px;
  background-color: rgb(58, 58, 61);
  border-radius: 8px;
}
body #contact-us-container .el-dialog .el-dialog__header {
  display: none;
}
body #contact-us-container .el-dialog .el-dialog__body {
  padding-bottom: 0px;
}
body #contact-us-container .el-dialog .el-dialog__footer {
  z-index: 100;
}
body #contact-us-container .el-dialog .icon {
  width: 64px;
  height: 64px;
  margin: auto;
  margin-top: 7px;
  background-image: url("../image/home/success-feedback.svg");
  margin-bottom: 32px;
}
body #contact-us-container .el-dialog .thanks {
  width: 384px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
body #contact-us-container .el-dialog .success-tip {
  width: 384px;
  height: 48px;
  width: 384px;
  height: 48px;
  word-wrap: break-word;
  word-break: break-word;
  margin: auto;
  text-align: center;
  color: rgb(186, 186, 186);
  margin-bottom: 32px;
  font-size: 16px;
}
body #contact-us-container .el-dialog .dialog-footer .el-button {
  background: linear-gradient(90deg, #20D4D4 0%, #53A0ED 100%);
  width: 80px;
  height: 40px;
}</pre></body></html>