@charset "UTF-8";
@import url("//at.alicdn.com/t/c/font_1557486_dgyqwtvtktr.css");
@font-face {
  font-family: D-DIN-PRO-400;
  src: url("../fonts/D-DIN-PRO-400-Regular.otf");
}
@font-face {
  font-family: D-DIN-PRO-500;
  src: url("../fonts/D-DIN-PRO-500-Medium.otf");
}
@font-face {
  font-family: D-DIN-PRO-600;
  src: url("../fonts/D-DIN-PRO-600-SemiBold.otf");
}
@font-face {
  font-family: D-DIN-PRO-700;
  src: url("../fonts/D-DIN-PRO-700-Bold.otf");
}
@font-face {
  font-family: D-DIN-PRO-800;
  src: url("../fonts/D-DIN-PRO-800-ExtraBold.otf");
}
@font-face {
  font-family: D-DIN-PRO-900;
  src: url("../fonts/D-DIN-PRO-900-Heavy.otf");
}
.fs {
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

* {
  font-family: "D-DIN-PRO-400", "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;
}

html > body {
  width: 100% !important;
  font-size: 14px;
  margin: 0;
  line-height: 1.42;
}

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;
  }
}
.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 33.33%;
}

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

.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-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

body.features a.features, body.community a.community {
  position: relative;
}
body.features a.features::before, body.community a.community::before {
  content: " ";
  position: absolute;
  bottom: -2px;
  width: 80%;
  height: 2px;
  background: #143ACA;
}

:root {
  --custom-black:#282729;
}

/* 导航栏 header.ejs*/
.header-wrapper {
  z-index: 999;
  position: relative;
  height: 80px;
}
.header-wrapper .header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header-wrapper .header_area .sticky-wrapper {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  min-width: 830px;
  background-color: white;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area {
  display: flex;
  justify-content: space-between;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .logo {
  height: 80px;
  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 .classy-nav-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar {
  margin: 0px 96px 0px 0px;
  display: flex;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul {
  height: 100%;
  display: flex;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first {
  padding-right: 16px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger {
  transition: all 0.5s;
  padding: 0 10px;
  display: flex;
  gap: 7px;
  height: 20px;
  font-size: 16px;
  font-family: D-DIN-PRO, D-DIN-PRO-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262629;
  line-height: 20px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger span {
  cursor: default;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger span.active {
  border-bottom: 1.5px solid #1A72FA;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger span:hover {
  border-bottom: 1.5px solid #1A72FA;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger .jiantou {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: 0.1s;
  font-size: 12px;
  margin-left: 2px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger .jiantou.open {
  transform: rotate(-90deg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .first-menu-trigger.examples span {
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu {
  display: none;
  position: absolute;
  top: 65px;
  right: 16px;
  transform: translate(50%);
  background: white;
  box-shadow: 0px 2px 16px 0px rgba(162, 167, 184, 0.2), 0px 2px 8px 0px rgba(162, 167, 184, 0.0392156863);
  border-radius: 16px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features {
  padding: 48px 48px 64px 48px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content {
  padding: 0 10px;
  display: flex;
  gap: 64px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column .second-menu-item {
  width: 288px;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column .second-menu-item .text {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column .second-menu-item .text .label {
  font-size: 16px;
  font-family: D-DIN-PRO, D-DIN-PRO-500;
  height: 24px;
  line-height: 24px;
  color: #262629;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column .second-menu-item .text .tip {
  height: 20px;
  font-size: 14px;
  font-family: D-DIN-PRO, D-DIN-PRO-400;
  line-height: 20px;
  color: #6D6E70;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.features .second-menu-content .second-menu-content-column .second-menu-item:hover {
  background-color: #E9F1FF;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community {
  padding: 40px 64px 48px 32px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community .second-menu-content .second-menu-content-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community .second-menu-content .second-menu-content-column .community-link-item {
  cursor: pointer;
  border-radius: 8px;
  padding: 9px 64px 9px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community .second-menu-content .second-menu-content-column .community-link-item:hover {
  background: #E9F1FF;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community .second-menu-content .second-menu-content-column .community-link-item .logo {
  width: 36px;
  height: 24px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu .second-menu.community .second-menu-content .second-menu-content-column .community-link-item .label {
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #262629;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu.active span {
  border-bottom: 1.5px solid #1A72FA;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu.active .jiantou {
  transform: rotate(-90deg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .classy-navbar ul li.level-first.first-menu.active .second-menu {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap {
  display: flex;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a {
  border-radius: 8px;
  background: #0b42f8;
  padding: 10px 16px;
  display: flex;
  gap: 9.5px;
  align-items: center;
  justify-content: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a span {
  height: 20px;
  font-size: 16px;
  font-family: D-DIN-PRO, D-DIN-PRO-500;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.login {
  border: 2px solid #1a72fa;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.login span {
  background: linear-gradient(136deg, #1a72fa 0%, #0b42f8 50%, #0730c5 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.login:hover {
  background-color: #F7F9FC;
  border: 2px solid rgba(26, 114, 250, 0.8);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.sign-up:hover {
  background: #3C68F9;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.sign-up span {
  color: white;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.log-in {
  margin-right: 10px;
  background-color: white;
  border: 2px solid rgba(26, 114, 250, 0.8);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.log-in span {
  color: rgb(11, 66, 248);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap a.log-in:hover {
  background-color: #e9f1ff;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap p {
  font-size: 20px;
  margin: 0 8px 0 0;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap p i {
  font-size: 24px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .login-wrap p span {
  vertical-align: 2px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo.active .profile-wrap {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .avatar img {
  width: 32px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .username {
  width: 68px;
  color: #262629;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 12px 0 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .username span {
  font-size: 16px;
  font-family: D-DIN-PRO-500;
  line-height: 20px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap {
  display: none;
  position: absolute;
  top: 72px;
  left: -102px;
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(162, 167, 184, 0.2), 0px 2px 8px 0px rgba(162, 167, 184, 0.0392156863);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .info .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .info .email {
  width: 188px;
  height: 24px;
  line-height: 24px;
  font-family: D-DIN-PRO-400;
  font-size: 16px;
  color: #262629;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list {
  margin-top: 24px;
  border-top: 1px solid #EAEAEA;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item {
  cursor: pointer;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item.information span {
  position: relative;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item.information span::after {
  box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -8px;
  background-color: #FF3A33;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item:hover {
  background-color: #E9F1FF;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item img {
  width: 16px;
  height: 16px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .userinfo .profile-wrap .action-list .action-item span {
  height: 24px;
  line-height: 24px;
  font-family: D-DIN-PRO-400;
  font-size: 16px;
  color: #262629;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .started {
  padding: 12px 16px;
  gap: 8px;
  border-radius: 8px;
  background: rgb(11, 66, 248);
  display: flex;
  align-content: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .started:hover {
  background: #3C68F9;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info-wrap .started span {
  font-family: D-DIN-PRO-500;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info {
  color: white;
  cursor: pointer;
  font-size: 18px;
  width: auto;
  margin: 0 50px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info i {
  font-size: 30px;
  /* margin-right: 10px; */
  font-size: 24px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info i span {
  font-size: 19px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .detail-info {
  cursor: default;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown {
  position: absolute;
  /* width: 140px; */
  background: white;
  left: -28px;
  top: 60px;
  height: 0px;
  overflow: hidden;
  transition: 0.15s;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info:hover .user-dropdown {
  height: auto;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown li {
  background-color: white;
  display: block;
  padding: 10px 20px;
  width: 260px;
  color: rgb(50, 50, 50);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown li:first-child {
  padding: 20px;
  background-color: #f8faff;
  color: rgb(50, 50, 50) !important;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown li {
  font-size: 14px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown li i {
  font-size: 18px;
  margin-right: 3px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .user-info .user-dropdown li:hover {
  color: #1e8dff;
  background-color: #f8faff;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap {
  width: 180px;
  background: #23232c;
  position: relative;
  transition: width 0.5s;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap.active {
  width: 260px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap .search-by-type-text {
  height: 100%;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap .el-input__wrapper {
  background: unset;
  border: none;
  box-shadow: none;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap input {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .input-wrap i {
  cursor: pointer;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container .right-wrap .step .img-wrap {
  display: flex;
  justify-content: center;
}

.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);
}

body.product .product > a, body.customized .customized > a, body.solution .solution > a, body.download .download > a, body.market .market > a, body.video .video > a {
  opacity: 1 !important;
  color: #1e8dff !important;
}

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 > 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 > div.visual {
  margin-left: 50px;
  width: 500px;
}
.custom-service .custom-service-wrap .right-side > div.customized {
  margin-left: 80px;
}
.custom-service .custom-service-wrap .right-side > div .title-warp {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dce3f4;
}
.custom-service .custom-service-wrap .right-side > div .title-warp img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: -8px;
}
.custom-service .custom-service-wrap .right-side > 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 > div .content-warp a {
  display: flex;
  padding: 25px 0 0 0;
  min-width: 200px;
}
.custom-service .custom-service-wrap .right-side > div .content-warp a img {
  width: 53px;
  height: 53px;
  margin-right: 20px;
}
.custom-service .custom-service-wrap .right-side > div .content-warp a h3 {
  font-size: 12px;
  color: #152144;
  margin: 7px 0 5px 0;
}
.custom-service .custom-service-wrap .right-side > div .content-warp a:hover h3 {
  color: #0052d9;
}
.custom-service .custom-service-wrap .right-side > div .content-warp a p {
  font-size: 12px;
  color: rgba(21, 33, 68, 0.7);
  margin: 0;
}
.custom-service .custom-service-wrap .right-side > 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 > 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 > 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 > div.solution-content-type-wrap .solution-content-wrap:hover h3 {
  color: #0052d9;
}
.solution-service.custom-service .right-side > div.solution-content-type-wrap .solution-content-wrap .word {
  margin-left: 17px;
  flex: 1;
}
.solution-service.custom-service .right-side > 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 > 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 > 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 > 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 > a {
  padding: 20px 0px 0px 32px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.course-service.custom-service .course-title-warp > 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 > a h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.course-service.custom-service .course-title-warp > a:hover h3 {
  color: rgb(255, 255, 255);
}
.course-service.custom-service .course-title-warp > a h3 img {
  position: relative;
  top: -2px;
}
.course-service.custom-service .course-title-warp > a h3 i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.course-service.custom-service .course-title-warp > a p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 18px;
}
.course-service.custom-service .course-title-warp > 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 {
  background-color: #ffffff;
}

footer .container .content {
  display: flex;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
}
footer .container .content .left .logo {
  width: 200px;
}
footer .container .content .left .contact-list {
  margin-top: 24px;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .container .content .left .contact-list .contact-item {
  display: flex;
  gap: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
footer .container .content .left .contact-list .contact-item .label {
  font-family: D-DIN-PRO-500;
  color: #262629;
}
footer .container .content .left .contact-list .contact-item .value {
  font-family: D-DIN-PRO-400;
  color: #67686A;
}
footer .container .content .right {
  padding: 0 20px;
  display: flex;
  gap: 112px;
}
footer .container .content .right > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .container .content .right > div .title {
  margin-bottom: 4px;
  height: 24px;
  font-family: D-DIN-PRO-500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #262629;
  text-align: left;
}
footer .container .content .right > div .title.link:hover {
  color: #0B42F8;
}
footer .container .content .right > div .link-item {
  cursor: pointer;
  height: 24px;
  opacity: 60%;
  font-family: D-DIN-PRO-400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #262629;
}
footer .container .content .right > div .link-item:hover {
  color: #0B42F8;
  font-family: D-DIN-PRO-500;
  text-decoration: underline;
}
footer .container .footer-content {
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
}
footer .container .footer-content .copyright {
  height: 24px;
  opacity: 50%;
  font-family: Noto Sans SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #262629;
}
footer .container .footer-content .media-list {
  display: flex;
  gap: 32px;
}
footer .container .footer-content .media-list .media-item {
  cursor: pointer;
}
footer .container .footer-content .media-list .media-item img {
  height: 24px;
}

.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 > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

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

.download-part a.download > 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 > 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 > 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 > 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 > div img {
  margin-right: 32px;
}
.function .content-wrap > div h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.function .content-wrap > 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 > div {
  /* margin-right:150px; */
  width: 192px;
}
.step .content-top > div:nth-of-type(2) {
  position: relative;
  right: 84px;
}
.step .content-top > div:nth-of-type(3) {
  position: relative;
  right: 174px;
}
.step .content-bottom {
  margin-bottom: 120px;
}
.step .content-bottom > div {
  width: 192px;
}
.step .content-bottom > div:first-of-type {
  position: relative;
  right: -190px;
}
.step .content-bottom > 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 > .theme-info {
  padding: 12px;
  background-color: white;
}
.theme > .theme-info .theme-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #101014;
  line-height: unset;
}
.theme > .theme-info .theme-title:hover,
.theme > .theme-info .tags .tag:hover {
  color: #406bf7;
}
.theme > .theme-info .tags {
  display: flex;
  width: 60%;
  height: 24px;
  overflow: hidden;
  flex-wrap: wrap;
}
.theme > .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;
  background-color: white;
  color: #333;
}
#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: #555;
}
#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;
}

.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 #customized {
  white-space: normal;
  word-break: keep-all;
}
body #customized img {
  border-radius: 8px;
}
body #customized .banner {
  height: 480px;
  background: url(../image/customized/banner.jpg) center center/cover no-repeat;
}
body #customized .banner .container {
  display: flex;
  justify-content: center;
  height: 100%;
}
body #customized .banner .container .content-wrap {
  width: 954px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #customized .banner .container .content-wrap h2 {
  font-size: 64px;
  color: #ffffff;
  line-height: 96px;
  text-align: center;
  margin: 0;
}
body #customized .banner .container .content-wrap h3 {
  font-size: 20px;
  color: #6d6e70;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
body #customized .wrap {
  padding: 144px 0 320px 0;
}
body #customized .area {
  padding-top: 280px;
}
body #customized .area.one {
  padding-top: 0;
}
body #customized .area.two {
  padding-top: 228px;
}
body #customized .area.two .surface {
  margin: 24px 0 16px 0;
}
body #customized .area p.title {
  font-size: 44px;
  color: #282729;
  line-height: 66px;
  margin: 0 0 16px 0;
  font-weight: 500;
  font-family: "D-DIN-PRO-500", "PingFangSC-Regular", "Arial", "Microsoft Yahei", "Helvetica Neue", "Helvetica", sans-serif;
}
body #customized .area p.word {
  font-size: 20px;
  color: #6d6e70;
  line-height: 30px;
  margin: 0 0 32px 0;
}
body #customized .area.one {
  margin: 0;
}
body #customized .area.one .content-wrap {
  display: flex;
}
body #customized .area.one .content-wrap .right {
  margin-left: 162px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #customized .area.one .content-wrap .right p.title {
  font-size: 56px;
  line-height: 68px;
  text-transform: uppercase;
}
body #customized .area.one .content-wrap .right p.word {
  font-size: 20px;
  line-height: 30px;
}
body #customized .area.one .content-wrap .right p.word.no-margin {
  margin: 0;
}
body #customized .area.two .content-wrap .content.case {
  display: flex;
}
body #customized .area.two .content-wrap .content.case > div:first-of-type {
  margin-right: 10px;
}
body #customized .area.two .content-wrap .content.case > div {
  text-align: center;
  flex: 1;
}
body #customized .area.two .content-wrap .content.case > div .title {
  font-size: 36px;
  font-family: D-DIN-PRO-500;
  color: #262629;
  line-height: 54px;
  margin: 24px 0 2px 0;
}
body #customized .area.two .content-wrap .content.case > div .word {
  font-size: 20px;
  color: #515254;
  line-height: 30px;
}
body #customized .area.three .content-wrap {
  display: flex;
}
body #customized .area.three .content-wrap .left {
  margin-right: 142px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #customized .area.four .content-wrap {
  display: flex;
}
body #customized .area.four .content-wrap .right {
  margin-left: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
body #customized .area.five .content-wrap .header {
  text-align: center;
}
body #customized .area.five .content-wrap .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #customized .area.five .content-wrap .content img {
  margin-bottom: 24px;
}
body #customized .area.five .content-wrap .content.case {
  flex-wrap: nowrap;
  text-align: center;
}
body #customized .area.five .content-wrap .content.case > div {
  flex: 1;
  margin-right: 20px;
}
body #customized .area.five .content-wrap .content.case > div .title {
  font-size: 36px;
  font-family: D-DIN-PRO-500;
  color: #262629;
  line-height: 54px;
  margin: 0px 0 2px 0;
}
body #customized .area.five .content-wrap .content.case > div .word {
  font-size: 20px;
  color: #515254;
  line-height: 30px;
}
body #customized .area.five .content-wrap .content.case > div:last-of-type {
  margin-right: 0px;
}
body #customized .area.five .content-wrap .content.case img {
  margin: 32px 0;
}
body #customized .area.six {
  margin-bottom: 0;
  padding-bottom: 192px;
}
body #customized .area.six .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #customized .area.six .content-wrap .start {
  width: 235px;
  height: 60px;
  background: linear-gradient(90deg, #1a72fa 13%, #0b42f8 50%, #0730c5 100%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #customized .area.six .content-wrap .start span {
  font-size: 24px;
  color: #ffffff;
}
body #customized .area.six .content-wrap .start span i {
  margin-left: 8px;
  vertical-align: 2px;
}

body.index {
  color: #333;
}
body.index .content-area.welcome {
  position: relative;
  padding-top: 104px;
}
body.index .content-area.welcome .word-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
body.index .content-area.welcome .word-wrap .big-title {
  font-size: 56px;
  font-family: D-DIN-PRO, D-DIN-PRO-700;
  font-weight: 700;
  color: #262629;
  line-height: 68px;
  margin: 0;
}
body.index .content-area.welcome .word-wrap .big-title.line {
  line-height: 56px;
  font-size: 48px;
}
body.index .content-area.welcome .word-wrap .tip {
  margin-top: 12px;
  width: 923px;
  font-size: 20px;
  font-family: D-DIN-PRO, D-DIN-PRO-400;
  font-weight: 400;
  text-align: CENTER;
  color: #515254;
  line-height: 30px;
}
body.index .content-area.welcome .word-wrap .introduce {
  margin: 16px 0 0 0;
  display: flex;
  gap: 64px;
}
body.index .content-area.welcome .word-wrap .introduce .introduce-item {
  display: flex;
  align-items: center;
  gap: 11px;
}
body.index .content-area.welcome .word-wrap .introduce .introduce-item span {
  height: 30px;
  font-size: 20px;
  font-family: D-DIN-PRO-600;
  font-weight: 500;
  color: #3c3c3f;
  line-height: 30px;
}
body.index .content-area.welcome .word-wrap .start-btn {
  margin-top: 48px;
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
  padding: 19px 32px;
  background: linear-gradient(90deg, #1a72fa 15%, #0b42f8 50%, #0730c5 100%);
  border-radius: 8px;
  font-size: 20px;
  font-family: D-DIN-PRO, D-DIN-PRO-600;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
body.index .content-area.welcome .word-wrap .start-btn:hover {
  background: linear-gradient(107.37deg, #488EFB 11.96%, #3C68F9 50.04%, #3959D1 88.13%);
}
body.index .content-area.welcome .word-wrap .version {
  margin-top: 12px;
  height: 24px;
  font-size: 16px;
  font-family: D-DIN-PRO, D-DIN-PRO-400;
  font-weight: 400;
  text-align: CENTER;
  color: #67686a;
  line-height: 24px;
}
body.index .content-area.welcome .word-wrap img {
  box-shadow: -8px 24px 48px 0px rgba(83, 91, 122, 0.32);
  border-radius: 12px;
}
body.index .content-area.welcome .word-wrap .video {
  width: 100%;
}
body.index .content-area.welcome .word-wrap .video .main-video {
  width: 100%;
  height: 810px;
  border-radius: 39px;
}
body.index .content-area.welcome .word-wrap .video .video-js .vjs-tech {
  border-radius: 12px;
}
body.index .content-area.welcome .top-bg {
  height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../image/main/bg-top.png) center center/cover no-repeat;
}
body.index .content-area.banner {
  margin-top: 8px;
  margin-bottom: 118px;
  height: 900px;
}
body.index .content-area.banner .container {
  perspective: 1000px;
  position: sticky;
  top: 90px;
}
@keyframes big-img {
  0% {
    transform: rotateX(47deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@keyframes big-img-shadow {
  0% {
    box-shadow: 0px 2px 48px 0px rgba(85, 92, 112, 0.6392156863), 0px 0px 20px 0px rgba(101, 109, 133, 0.2);
  }
  40% {
    box-shadow: 0px 2px 48px 0px rgba(85, 92, 112, 0.6392156863), 0px 0px 20px 0px rgba(101, 109, 133, 0.2);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes small-img {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.index .content-area.banner .container .big-img {
  width: 1440px;
  height: 690px;
  object-fit: cover;
  border-radius: 8px;
  animation: big-img 0.5s linear, big-img-shadow 0.5s linear;
  animation-timeline: scroll();
  animation-range: 0 400px;
}
body.index .content-area.banner .container .big-img .video-banner {
  width: 1440px;
  height: 690px;
  border-radius: 8px;
}
body.index .content-area.banner .container .big-img .video-banner video {
  border-radius: 8px;
  object-fit: cover;
}
body.index .content-area.banner .container .img-list {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  animation: small-img 0.5s;
  animation-timeline: scroll();
  animation-range: 0 400px;
}
body.index .content-area.banner .container .img-list .small-img {
  object-fit: cover;
  width: 192px;
  height: 108px;
  border-radius: 8px;
  border: 2px solid transparent;
  filter: brightness(50%);
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
body.index .content-area.banner .container .img-list .small-img img {
  object-fit: cover;
  width: 192px;
  height: 108px;
  position: relative;
  transition: transform 0.3s ease-out;
}
body.index .content-area.banner .container .img-list .small-img.active, body.index .content-area.banner .container .img-list .small-img:hover {
  border: 2px solid #1A72FA;
  filter: brightness(100%);
}
body.index .content-area.banner .container .img-list .small-img.active img, body.index .content-area.banner .container .img-list .small-img:hover img {
  transform: scale(1.05);
}
body.index .content-area.scene {
  padding-top: 128px;
  padding-bottom: 158px;
  background: rgb(231, 237, 255);
}
body.index .content-area.scene .title {
  height: 66px;
  font-family: D-DIN-PRO-500;
  font-size: 44px;
  line-height: 66px;
  text-align: center;
  color: #262629;
}
body.index .content-area.scene .tip {
  margin-top: 15px;
}
body.index .content-area.scene .tip div {
  height: 30px;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #515254;
}
body.index .content-area.scene .scene-list {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
body.index .content-area.scene .scene-list .stack-button {
  display: flex;
  gap: 10px;
  cursor: pointer;
  padding: 8px 48px 8px 48px;
  border-radius: 8px;
  color: 3C3C3F;
}
body.index .content-area.scene .scene-list .stack-button .active-icon {
  display: none;
}
body.index .content-area.scene .scene-list .stack-button .active-icon.show {
  display: block;
}
body.index .content-area.scene .scene-list .stack-button .label {
  height: 36px;
  font-family: D-DIN-PRO-400;
  font-size: 24px;
  line-height: 36px;
}
body.index .content-area.scene .scene-list .stack-button.active {
  background-color: white;
  box-shadow: 0px 2px 24px 0px rgba(162, 167, 184, 0.1607843137), 0px 2px 12px 0px rgba(162, 167, 184, 0.0196078431);
  color: #0B42F8;
}
body.index .content-area.scene .scene-list .stack-button.active:hover {
  box-shadow: none;
  color: #0B42F8;
}
body.index .content-area.scene .scene-list .stack-button:hover {
  color: #1A72FA;
}
body.index .content-area.scene .scene-list .stack-button:hover .icon {
  display: none;
}
body.index .content-area.scene .scene-list .stack-button:hover .active-icon {
  display: block;
}
body.index .content-area.scene .scene-content {
  margin-top: 64px;
  overflow: hidden;
}
body.index .content-area.scene .scene-content .swiper-wrap {
  display: flex;
  transition: all 0.5s ease-out;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item {
  flex-shrink: 0;
  width: 1440px;
  display: flex;
  gap: 64px;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item > img {
  width: 832px;
  height: 468px;
  border-radius: 8px;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap h1 {
  margin-top: 38px;
  font-family: D-DIN-PRO-600;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  text-wrap: wrap;
  color: #1A72FA;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap .describe-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap .describe-list .describe-item {
  position: relative;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  gap: 16px;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap .describe-list .describe-item .dot {
  width: 8px;
  height: 8px;
  background-color: #1a72fa;
  border-radius: 9999px;
  position: relative;
  top: 12px;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap .start-btn {
  cursor: pointer;
  display: flex;
  gap: 12px;
  margin-top: 64px;
  width: fit-content;
  padding: 18px 32px 18px 24px;
  border-radius: 8px;
  background: linear-gradient(107.37deg, #1A72FA 11.96%, #0B42F8 50.04%, #0730C5 88.13%);
  font-size: 20px;
  font-family: D-DIN-PRO, D-DIN-PRO-600;
  font-weight: 600;
  color: #ffffff;
}
body.index .content-area.scene .scene-content .swiper-wrap .scene-display-item .right-wrap .start-btn:hover {
  background: linear-gradient(107.37deg, #488EFB 11.96%, #3C68F9 50.04%, #3959D1 88.13%);
}
body.index .content-area.assets {
  margin: 0;
  height: 1104px;
}
body.index .content-area.assets .assets-content {
  height: 100%;
  background-size: cover;
}
body.index .content-area.assets .assets-content .word-wrap {
  margin: 0 auto;
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.index .content-area.assets .assets-content .word-wrap .title {
  height: 66px;
  font-family: D-DIN-PRO-500;
  font-size: 44px;
  line-height: 66px;
}
body.index .content-area.assets .assets-content .word-wrap .tip {
  margin: 16px 20px 0;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  line-height: 30px;
  opacity: 80%;
}
body.index .content-area.assets .assets-content .word-wrap .data-list {
  margin-top: 32px;
  display: flex;
  gap: 96px;
}
body.index .content-area.assets .assets-content .word-wrap .data-list .data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.index .content-area.assets .assets-content .word-wrap .data-list .data-item .number {
  height: 54px;
  font-family: D-DIN-PRO-700;
  font-size: 48px;
  line-height: 54px;
  color: rgb(11, 66, 248);
}
body.index .content-area.assets .assets-content .word-wrap .data-list .data-item .name {
  height: 30px;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
body.index .content-area.assets .assets-content .rolling-wrap {
  overflow: hidden;
  margin-top: 128px;
  text-align: center;
}
body.index .content-area.assets .assets-content .rolling-wrap img {
  max-width: none;
  animation: rolling1 1s;
  animation-timeline: scroll(root);
  animation-range: 2225px 3625px;
}
@keyframes rolling1 {
  0% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(-220px);
  }
  100% {
    transform: translateX(-220px);
  }
}
@keyframes rolling2 {
  0% {
    transform: translateX(-400px);
  }
  10% {
    transform: translateX(-400px);
  }
  90% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0);
  }
}
body.index .content-area.assets .assets-content .rolling-wrap img:nth-child(2) {
  animation: rolling2 1s;
  animation-timeline: scroll(root);
  animation-range: 2225px 3625px;
}
body.index .content-area.demo {
  padding: 192px 0;
}
body.index .content-area.demo .title {
  height: 66px;
  font-family: D-DIN-PRO-500;
  font-size: 44px;
  line-height: 66px;
  color: #262629;
  text-align: center;
}
body.index .content-area.demo .tip {
  margin-top: 15px;
}
body.index .content-area.demo .tip div {
  height: 30px;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #515254;
}
body.index .content-area.demo .pic-list {
  margin-top: 64px;
  display: flex;
  gap: 20px;
}
body.index .content-area.demo .pic-list .img-wrap {
  width: 345px;
  height: 194px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
body.index .content-area.demo .pic-list .img-wrap:hover {
  outline: 2px solid #1A72FA;
}
body.index .content-area.demo .pic-list .img-wrap:hover img {
  transform: scale(1.05);
}
body.index .content-area.demo .pic-list .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
body.index .content-area.community {
  padding: 96px 240px 160px 240px;
  background: linear-gradient(180deg, rgba(235, 240, 247, 0.8) 0%, rgba(235, 237, 240, 0.08) 100%);
}
body.index .content-area.community .title {
  height: 66px;
  font-family: D-DIN-PRO-500;
  font-size: 44px;
  line-height: 66px;
  color: #262629;
  text-align: center;
}
body.index .content-area.community .tip {
  margin-top: 15px;
}
body.index .content-area.community .tip div {
  height: 30px;
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #515254;
}
body.index .content-area.community .email-list {
  margin-top: 64px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
body.index .content-area.community .email-list .email-item {
  padding: 39px 32px 39px 32px;
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(162, 167, 184, 0.1607843137), 0px 2px 4px 0px rgba(162, 167, 184, 0.0196078431);
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.3s ease-out;
  font-family: D-DIN-PRO-500;
  font-size: 20px;
  color: #262629;
}
body.index .content-area.community .email-list .email-item:hover {
  border: 1.5px solid #1A72FA;
}
body.index .content-area.community .community-link-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
body.index .content-area.community .community-link-list .community-link-item {
  margin: 16px 20px;
  padding: 12px 20px;
  background: #E9F1FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}
body.index .content-area.community .community-link-list .community-link-item img {
  width: 25px;
}
body.index .content-area.community .community-link-list .community-link-item span {
  font-family: D-DIN-PRO-400;
  font-size: 20px;
  color: #262629;
}
body.index .content-area.community .community-link-list .community-link-item:hover {
  position: relative;
  border: 1px solid #D1E3FE;
  padding: 15px 25px;
  margin: 13px 15px;
}

body.product {
  letter-spacing: 1px;
}
body.product .blue-box-hide {
  height: 0;
  width: 0;
  background: url("../image/product/box-bg2.jpg");
}
body.product .pic-header .banner-footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  width: 1290px;
  /* width: 100%; */
}
body.product .pic-header .banner-footer .box {
  width: 352px;
  height: 112px;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0px 4px 50px 0px rgba(145, 164, 201, 0.2);
  padding: 15px 20px 15px 32px;
  margin-right: 20px;
  display: flex;
  position: relative;
  cursor: pointer;
}
body.product .pic-header .banner-footer .box .tip {
  width: 97px;
  height: 36px;
  border-radius: 3px 0px 3px 3px;
  background: url("../image/product/free-bg.jpg");
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  left: -10px;
  top: 10px;
}
body.product .pic-header .banner-footer .box .box-img {
  flex-shrink: 0;
  margin-right: 18px;
}
body.product .pic-header .banner-footer .box .box-word h3 {
  font-size: 20px;
  color: #242738;
  margin: 10px 0 6px 0;
}
body.product .pic-header .banner-footer .box .box-word p {
  font-size: 12px;
  color: #a3a4aa;
}
body.product .pic-header .banner-footer .box:hover .box-word h3 {
  color: #2960cb;
}
body.product .pic-header .banner-footer .box:first-child {
  width: 352px;
}
body.product .pic-header .banner-footer .blue-box {
  width: 420px;
  height: 112px;
  border-radius: 9px;
  background: url("../image/product/box-bg.jpg");
  padding: 15px 40px 0 50px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
body.product .pic-header .banner-footer .blue-box .box-word h3 {
  font-size: 20px;
  color: #f5f5f5;
  margin: 10px 0 10px 0;
}
body.product .pic-header .banner-footer .blue-box .box-word p {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 0px 0px;
}
body.product .pic-header .banner-footer .blue-box .box-word p i {
  color: #eac818;
  margin: 0 10px 0 0;
}
body.product .pic-header .banner-footer .blue-box .box-img img {
  position: relative;
  top: 10px;
}
body.product .pic-header .banner-footer .blue-box:hover {
  background: url("../image/product/box-bg2.jpg");
}
body.product .public-version {
  padding-top: 170px;
  padding-bottom: 80px;
}
body.product .private-version {
  padding-top: 100px;
  background: #f5f7fa;
}
body.product .private-version .content-box .content .content-block {
  height: 100px;
}
body.product .private-version .content-box .content .content-block .radius-wrap {
  height: 35px;
  border: 1px solid #94b0e5;
  border-radius: 19px;
  padding: 6px 10px 6px 10px;
  position: relative;
  top: 16px;
  flex-shrink: 0;
}
body.product .private-version .content-box .content .content-block span.no-limitation {
  font-size: 12px;
  color: #2960cb;
}
body.product .private-version .content-box .content .content-block img {
  width: 35px;
  height: 35px;
  position: relative;
  top: 8px;
}
body.product .private-version .content-box .content .content-block p.word {
  font-size: 14px;
  font-weight: 700;
  color: #242738;
  margin-bottom: 5px;
}
body.product .private-version .content-box .content .content-block p.second-word {
  font-size: 13px;
  color: #767676;
  margin-left: 13px;
}
body.product .private-version .content-box .content .content-block p.second-word span.red {
  color: red;
  font-size: 18px;
}
body.product .private-version .content-box .content .content-block p.tip {
  font-size: 12px;
  color: #b2b2b2;
  margin-left: 13px;
}
body.product .private-version .content-box .content .content-block .word-wrap {
  margin-right: 40px;
}
body.product .private-version .content-box .content .content-block .img-wrap {
  flex-shrink: 0;
  position: relative;
  top: 8px;
}
body.product .private-version .content-box .content .content-block.solo-block {
  width: 100%;
}
body.product .private-version .content-box.extra {
  margin-bottom: 100px;
}
body.product .private-version .price-wrap {
  display: flex;
  margin-bottom: 50px;
  min-width: 1290px;
}
body.product .private-version .price-wrap > div {
  background-color: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  position: relative;
  width: 100%;
  margin-right: 40px;
}
body.product .private-version .price-wrap > div:last-child {
  margin-right: 0px;
}
body.product .private-version .price-wrap > div .plan {
  display: flex;
  padding: 40px 20px 30px 20px;
  border-bottom: 1px solid #e1e6f0;
}
body.product .private-version .price-wrap > div .plan .img-wrap {
  width: 10%;
}
body.product .private-version .price-wrap > div .plan p {
  margin: 0;
}
body.product .private-version .price-wrap > div .plan .title {
  font-size: 20px;
  color: #000000;
  width: 30%;
  position: relative;
}
body.product .private-version .price-wrap > div .plan .title::after {
  content: " ";
  display: block;
  height: 48px;
  width: 1px;
  background-color: #e1e6f0;
  position: absolute;
  top: 0;
  right: 20%;
}
body.product .private-version .price-wrap > div .plan .content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
body.product .private-version .price-wrap > div .time-wrap {
  display: flex;
}
body.product .private-version .price-wrap > div .time-wrap .time {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  width: 100%;
}
body.product .private-version .price-wrap > div .time-wrap .time p {
  margin: 0;
  text-align: center;
}
body.product .private-version .price-wrap > div .time-wrap .time.month {
  border-right: 1px solid #e1e6f0;
}
body.product .private-version .price-wrap > div .time-wrap .time > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.product .private-version .price-wrap > div .time-wrap .time .price {
  margin-left: 20px;
}
body.product .private-version .price-wrap > div .time-wrap .time .price .current-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #3362a7;
}
body.product .private-version .price-wrap > div .time-wrap .time .price .original-price {
  font-size: 15px;
  font-weight: 700;
  color: #cdcdcd;
  line-height: 1;
  text-decoration: line-through;
}
body.product .private-version .price-wrap > div .time-wrap .time-unit-title {
  font-size: 16px;
  font-weight: 700;
  color: #3362a7;
}
body.product .private-version .price-wrap > div.professional-wrap {
  background-color: #f5f7fa;
  border-radius: 0;
  border: none;
}
body.product .private-version .price-wrap > div.professional-wrap .plan {
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  background: url(../image/product/professional-bg.jpg) center center/cover no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title {
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title span {
  position: relative;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title span::before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FF7A00;
  top: 0;
  right: -10px;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .content {
  color: rgba(255, 255, 255, 0.8);
}
body.product .private-version .price-wrap > div.professional-wrap .time-wrap {
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
body.product .private-version .price-wrap > div.exclusive-wrap {
  background-color: #f5f7fa;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan {
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: url(../image/product/exclusive-bg.jpg) center center/cover no-repeat;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title {
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title span {
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title span::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: url(../image/product/exclusive-star.svg);
  background-repeat: no-repeat;
  top: 0;
  right: -15px;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .content {
  color: rgba(255, 255, 255, 0.8);
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button {
  width: 150px;
  height: 50px;
  background: linear-gradient(to right, #2468FD 0%, #7BABFF 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button:hover {
  background: #2468FD;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button:active {
  background: linear-gradient(to right, #3B69BC 0%, #173D87 100%);
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button span::after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #FF7A00;
  top: 0;
  right: -15px;
}
body.product .private-version .price-wrap > div.exclusive-wrap::after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../image/product/hot.png) center center/cover no-repeat;
  top: -6px;
  right: -6px;
}
body.product .private-version .product-wrap {
  min-width: 1290px;
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  background-color: #ffffff;
  padding: 40px 70px;
  margin-bottom: 20px;
  text-align: center;
}
body.product .private-version .product-wrap .product-title-wrap {
  display: flex;
  margin-bottom: 35px;
}
body.product .private-version .product-wrap .product-title-wrap .product {
  font-size: 20px;
  color: #242738;
}
body.product .private-version .product-wrap .product-title-wrap .basic {
  font-size: 20px;
  color: rgba(36, 39, 56, 0.75);
}
body.product .private-version .product-wrap .product-title-wrap .professional {
  font-size: 20px;
  color: #2960cb;
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .professional span {
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .professional span::after {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FF7A00;
  top: 20%;
  right: -20px;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive {
  font-size: 20px;
  color: #000000;
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive span {
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive span::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: url(../image/product/function-star.svg);
  background-repeat: no-repeat;
  top: 0;
  right: -15px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block {
  margin-bottom: 40px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block:first-child h4 {
  margin: 0px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block h4 {
  font-size: 16px;
  text-align: LEFT;
  color: #242738;
  margin-bottom: 40px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line {
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  box-shadow: 10px 10px 10px 0px rgba(200, 204, 225, 0.1);
  display: flex;
  margin-bottom: 15px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product {
  text-align: left;
  padding: 20px 100px 20px 60px;
  border-right: 1px solid #e1e6f0;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title::before {
  content: " ";
  position: absolute;
  top: 30%;
  left: -6%;
  width: 5px;
  height: 5px;
  background: #989ba1;
  border-radius: 50%;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title.color::before {
  background: #FF7A00;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title.star::before {
  width: 10px;
  height: 10px;
  background: none;
  background-image: url(../image/product/function-star.svg);
  background-repeat: no-repeat;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .content {
  font-size: 12px;
  color: #767676;
  line-height: 18px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .basic {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .basic img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .professional {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .professional img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .exclusive {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .exclusive img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line p {
  margin: 0;
  text-align: left;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word {
  border: 1px solid #2960cb;
  border-radius: 32px;
  padding: 10px 20px;
  display: inline;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word .blue {
  color: #2960cb;
  font-weight: 700;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word img {
  width: 15px;
  margin-right: 3px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word .basic2 {
  margin-left: 4px;
}
body.product .private-version .product-wrap .product {
  width: 40%;
}
body.product .private-version .product-wrap .basic {
  width: 20%;
}
body.product .private-version .product-wrap .professional {
  width: 20%;
}
body.product .private-version .product-wrap .exclusive {
  width: 20%;
}
body.product h2.title {
  font-size: 28px;
  font-weight: 700;
  color: #242738;
  margin: 0 0 15px 0;
  text-align: center;
}
body.product h3.second-title {
  font-size: 14px;
  color: #38383a;
  margin: 0 0 30px 0;
  text-align: center;
}
body.product .contain-wrap {
  background: url("../image/product/private.jpg") center center/cover no-repeat;
  height: 97px;
  padding: 0px 50px 0px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
body.product .contain-wrap p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}
body.product .contain-wrap p i {
  margin-right: 20px;
  color: #eac818;
  position: relative;
  top: -2px;
  font-size: 24px;
}
body.product .contain-wrap a {
  width: 150px;
  height: 32px;
  background: #d6e0f8;
  border-radius: 100px;
  /* margin-left: 20px; */
}
body.product .contain-wrap a span {
  font-size: 16px;
  color: #3363dc;
  position: relative;
  line-height: 32px;
}
body.product .contain-wrap a span i {
  margin-right: 4px;
}
body.product .contain-wrap a span i .fs-xiazai2 {
  font-size: 22px;
  top: 2px;
  position: relative;
}
body.product .contain-wrap a:hover {
  background: #fff;
}
body.product .content-box {
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  padding: 0px 50px 0px 50px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}
body.product .content-box .header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #e1e6f0;; */
}
body.product .content-box .header span {
  font-size: 20px;
  color: #242738;
  position: relative;
  top: 5px;
}
body.product .content-box .header i.fs-arrow-down {
  font-size: 20px;
  cursor: pointer;
  color: #989ba1;
}
body.product .content-box .header i.fs-arrow-down.right {
  transform: rotate(-90deg);
}
body.product .content-box .header > div:first-child {
  display: flex;
}
body.product .content-box .content {
  padding: 30px 70px 50px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.product .content-box .content .content-block {
  width: 429px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  box-shadow: 10px 10px 10px 0px rgba(200, 204, 225, 0.1);
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 0 40px;
}
body.product .content-box .content .content-block p {
  margin: 0;
  font-size: 14px;
  color: #4e505a;
}
body.product .content-box .content .content-block p.word::before {
  width: 7px;
  height: 7px;
  background: #989ba1;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
body.product .content-box .content .content-block p.no-limitation {
  font-size: 14px;
  color: #2960cb;
}
body.product .content-box .content .content-block img {
  width: 15px;
  height: 15px;
}
body.product .content-box.line::before {
  width: 100%;
  height: 1px;
  background-color: #e1e6f0;
  position: absolute;
  top: 80px;
  left: 0;
  /* left: -2px; */
  content: " ";
}
body.product .whale {
  background-color: #fff;
  padding: 100px 0 115px 0;
}
body.product .whale .whale-bg-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
body.product .whale .whale-bg-wrap > div {
  width: 275px;
  height: 531px;
  padding: 40px 25px 0 34px;
}
body.product .whale .whale-bg-wrap > div h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
body.product .whale .whale-bg-wrap > div p {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 25px 0px;
  padding-left: 8px;
  position: relative;
}
body.product .whale .whale-bg-wrap > div p::before {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 7px;
}
body.product .whale .whale-bg-wrap > div.one {
  background: url("../image/product/one.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.two {
  background: url("../image/product/two.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.three {
  background: url("../image/product/three.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.four {
  background: url("../image/product/four.png") center center/cover no-repeat;
}
body.product .whale .consult-wrap {
  height: 110px;
  background: url("../image/product/consult-bg.jpg") center center/cover no-repeat;
  padding: 20px 0 0 30px;
  display: flex;
  border-radius: 10px;
}
body.product .whale .consult-wrap p {
  background-image: linear-gradient(to right, #a9eaff 0%, #fdfeff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: transparent;
}
body.product .whale .consult-wrap span {
  font-size: 16px;
  color: #ededed;
}
body.product .whale .consult-wrap a {
  width: 150px;
  height: 32px;
  background: #d6e0f8;
  border-radius: 100px;
  margin-left: 20px;
}
body.product .whale .consult-wrap a span {
  font-size: 16px;
  color: #284795;
  position: relative;
  top: 1px;
}
body.product .whale .consult-wrap a span i {
  margin-right: 8px;
  font-size: 14px;
}
body.product .whale .consult-wrap a:hover {
  background: #fff;
}
body.product .whale .consult-wrap .a-wrap {
  position: relative;
  top: 6px;
}

body.cesium .welcome_area {
  background-color: #0C121B;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 360px;
}
body.cesium .welcome_area .cover {
  background: url(/image/cesium/cesium-banner.jpg?v=1) center center/cover no-repeat;
  left: 0;
  top: -60px;
  width: 100%;
  height: 420px;
  z-index: -1;
  position: absolute;
}
body.cesium .welcome_area .container {
  height: 100%;
}
body.cesium .welcome_area .welcome_content_area {
  top: 45%;
  position: relative;
  transform: translate(0, -50%);
  color: #FFFFFF;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame > div.word {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame h3 {
  color: white;
  margin-bottom: 0;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame > div.button {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  border: 1px solid rgba(245, 247, 250, 0.5);
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame > div.button a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 38px;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame > div.button:hover a {
  color: rgb(255, 255, 255);
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame > div.button i {
  margin-right: 6px;
  font-size: 18px;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame a {
  color: #ffffff;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame .word-title {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 18px;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame .word-second-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
body.cesium .welcome_area .welcome_content_area .cover-word-frame span {
  text-align: center;
}

body.cesium .content_area {
  text-align: center;
}
body.cesium .content_area h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 0;
}
body.cesium .content_area h3 {
  font-size: 12px;
  color: #3d485d;
  margin: 0;
}
body.cesium .content_area p {
  margin-bottom: 48px;
  margin-top: 58px;
}
body.cesium .content_area .control-wrap {
  display: flex;
  position: relative;
}
body.cesium .content_area .control-wrap img {
  height: 100%;
}
body.cesium .content_area .control-wrap .image-content:first-child {
  margin-right: 2px;
}
body.cesium .content_area .control-wrap div.circle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #ffc107;
  position: absolute;
  left: 50%;
  /* 垂直居中 */
  top: 50%;
  /* 变形元素参考当前元素的百分比 */
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body.cesium .content_area .control-wrap span {
  font-size: 20px;
  color: #3d485d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  /* color: black; */
}
body.cesium .content_area .image-left {
  clip: rect(0px, 645px, 570px, 0px);
  width: 1290px;
  height: 570px;
  max-width: 1916px;
  position: absolute;
  z-index: 20;
}
body.cesium .content_area .image-left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 42px;
  background: rgba(46, 47, 51, 0.5);
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.cesium .content_area .image-right {
  width: 1290px;
  height: 570px;
  max-width: 1916px;
  position: absolute;
  z-index: 10;
}
body.cesium .content_area .image-right p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 42px;
  background: rgba(46, 47, 51, 0.5);
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.cesium .content_area .image-left img,
body.cesium .content_area .image-right img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}

body.cesium .section-one {
  padding-top: 100px;
}
body.cesium .section-one .editor {
  width: 100%;
  height: 416px;
  display: flex;
  margin-top: 50px;
  text-align: left;
}
body.cesium .section-one .editor .editor-code {
  flex: 1;
  height: 100%;
  margin-right: 5px;
}
body.cesium .section-one .editor .editor-iframe {
  width: 780px;
  height: 100%;
}
body.cesium .section-one .editor .editor-iframe iframe {
  width: 100%;
  height: 100%;
}

body.cesium .section-three {
  padding-top: 100px;
}
body.cesium .section-three .content_area {
  height: 800px;
}
body.cesium .section-three .control-wrap {
  height: 570px;
  width: 1290px;
  position: relative;
}

body.cesium .section-four {
  padding-top: 60px;
}
body.cesium .section-four .content_area {
  display: flex;
  height: 460px;
}
body.cesium .section-four .content_area .control-handle::before {
  height: 228px;
  top: -228px;
}
body.cesium .section-four .content_area .control-handle::after {
  height: 228px;
}
body.cesium .section-four .content_area .word-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  flex: 1;
  padding-right: 100px;
}
body.cesium .section-four .content_area .word-content h2 {
  margin-bottom: 15px;
}
body.cesium .section-four .content_area .word-content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.cesium .section-four .content_area .word-content p {
  position: relative;
  margin-top: 50px;
  margin-bottom: 44px;
}
body.cesium .section-four .content_area .word-content p::after {
  content: " ";
  width: 50px;
  border: 2px solid rgba(61, 72, 93, 0.5);
  position: absolute;
  left: 0;
  bottom: -40px;
}
body.cesium .section-four .content_area .control-wrap {
  width: 768px;
  height: 460px;
}
body.cesium .section-four .content_area .image-left {
  clip: rect(0px, 384px, 460px, 0px);
  width: 768px;
  height: 460px;
  position: absolute;
  /* top: 200px; */
  z-index: 20;
}
body.cesium .section-four .content_area .image-right {
  width: 768px;
  height: 460px;
  position: absolute;
  /* top: 200px; */
  z-index: 10;
}
body.cesium .section-four .content_area .control-handle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

body.cesium .section-five {
  height: 860px;
  padding-top: 70px;
}
body.cesium .section-five .content_area .control-handle::before {
  height: 210px;
  top: -210px;
}
body.cesium .section-five .content_area .control-handle::after {
  height: 210px;
}
body.cesium .section-five .content_area .control-wrap {
  width: 641px;
  height: 450px;
  position: relative;
}
body.cesium .section-five .content_area .image-left {
  clip: rect(0px, 320px, 641px, 0px);
  width: 641px;
  height: 450px;
  max-width: 1916px;
  position: absolute;
  z-index: 20;
}
body.cesium .section-five .content_area .image-right {
  width: 641px;
  height: 450px;
  position: absolute;
  z-index: 10;
}
body.cesium .section-five .content_area .content_area .image-right {
  width: 641px;
  height: 460px;
  position: absolute;
  /* top: 200px; */
  z-index: 10;
}
body.cesium .section-five .content_area .content_area .control-handle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
body.cesium .section-five .outer-img-wrap {
  display: flex;
  width: 1290px;
}
body.cesium .section-five .outer-img-wrap .control-wrap:first-child {
  margin-right: 8px;
}

body.cesium .section-six {
  height: 156px;
  background: #e9ebee;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}

body.cesium .consult-banner-wrap {
  margin: 0;
}

body #contact .section-info > .container {
  padding: 100px 0;
  border-bottom: 1px solid #D9D9D9;
}
body #contact .section-info .desc {
  width: 827px;
  color: #65697F;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: justify;
}
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: #191140;
  font-size: 16px;
  line-height: 37px;
}
body #contact .section-contact h1 {
  margin: 100px 0px 75px 0px;
  color: #191140;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
body #contact .section-contact .box {
  height: 280px;
  border-radius: 8px;
  box-shadow: 0 3px 17px -1px rgba(234, 234, 234, 0.5);
  padding: 40px 30px 0px 30px;
  border: 1px solid #eee;
}
body #contact .section-contact .box .title {
  text-align: left;
  color: #191140;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
body #contact .section-contact .box .desc {
  color: #65697F;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 38px;
}
body #contact .section-contact .box .info i {
  font-size: 18px;
  vertical-align: middle;
}
body #contact .section-contact .box .info span,
body #contact .section-contact .box .info a {
  height: 20px;
  color: #65697F;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  vertical-align: middle;
}
body #contact .section-contact .box .subinfo {
  padding-left: 20px;
}
body #contact .section-contact .box .subinfo span {
  height: 16px;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 12px;
  text-align: justify;
  vertical-align: middle;
}
body #contact .section-contact .box .qrcode {
  position: absolute;
  right: 16px;
  bottom: 1px;
  width: 100px;
}
body #contact .section-office {
  margin: 100px 0px;
}
body #contact .section-office h1 {
  margin: 100px 0px 75px 0px;
  color: #191140;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
body #contact .section-office .address {
  height: 180px;
}
body #contact .section-office .address .card {
  /* width: 350px; */
  height: 148px;
  background: #ffffff;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  box-shadow: 0px 5px 17px 0px rgba(51, 111, 255, 0.1);
  display: flex;
  justify-content: space-between;
}
body #contact .section-office .address .card .left-card {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
body #contact .section-office .address .card .right-card {
  width: 65%;
  padding: 0 10px;
}
body #contact .section-office .address .title {
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #1f2329;
  line-height: 36px;
}
body #contact .section-office .address .content {
  opacity: 0.8;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #1f2329;
  line-height: 20px;
}
body #contact .section-office .address .text {
  text-align: center;
  color: #65697F;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 30px 0px 30px;
}
body #contact .section-office .address i {
  font-size: 20px;
  margin-right: 6px;
}
body #contact .section-office .agency span {
  opacity: 0.8;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  color: #1f2329;
  line-height: 21px;
}
body #contact .section-office .agency h4 {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #1f2329;
  line-height: 36px;
}
body #contact .section-office .agency .text img {
  position: relative;
  top: -1px;
  padding-right: 10px;
}
body #contact .section-office .agency .text {
  padding: 0 30px;
  height: 100px;
  border-right: 1px solid rgba(210, 208, 208, 0.5);
}
body #contact .section-office .agency {
  height: 150px;
}
body #contact .section-office .agency:last-child .text {
  border: none;
}

/* 下载页 */
body #download-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
body #download-container .pic-header {
  display: flex;
  height: 250px;
  background-image: url("/image/download/download_bg.png");
  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: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
}
body #download-container .pic-header .text {
  margin: 0 5px;
  font-size: 14px;
  color: #bbbbbc;
}
body #download-container .download-wrapper {
  background-color: #f5f7fa;
}
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;
  margin-top: 10px;
}
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: 2px solid #406bf7;
  color: #406bf7;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab .fs {
  margin-left: 20px;
  font-size: 31px;
  vertical-align: middle;
}
body #download-container .download-wrapper .download-content .content-tabs .content-tab .text {
  vertical-align: middle;
}
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 > div {
  flex: 1;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1.5px;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info h3 {
  margin-bottom: 30px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  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;
}
body #download-container .download-wrapper .download-content .content-layers .layer .text-info .link-wrap a {
  display: flex;
  width: 190px;
  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: #333;
  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: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;
}
body #download-container .version-wrapper .version-year {
  display: flex;
  height: 54px;
  background: #f2f5f8;
  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;
}
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: #333333;
  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(51, 51, 51, 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: #333333;
  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: gray;
  font-size: 14px;
  list-style-type: disc;
  height: auto;
}
body #download-container .version-wrapper .download-info .timeline .version-list li {
  margin-top: 15px;
}

body #first-open-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  color: #333;
}
body #first-open-container .pic-header-wrapper {
  position: relative;
  background-image: url("/image/first-open/download_bg.png");
  background-position: center center;
  background-size: cover;
}
body #first-open-container .pic-header-wrapper .breadcrumb-content {
  padding: 90px 0;
  text-align: center;
}
body #first-open-container .pic-header-wrapper .breadcrumb-content h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}
body #first-open-container .pic-header-wrapper .breadcrumb-content span {
  font-size: 14px;
  color: #bbbbbc;
}
body #first-open-container .tutorial-and-doc-wrapper {
  margin-top: 50px;
  padding: 0;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper .title-box {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #101014;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper .title-box img {
  width: 52px;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper a {
  font-size: 16px;
  color: rgba(16, 16, 20, 0.7);
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper a .fs {
  font-size: 22px;
  vertical-align: middle;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap .title-wrapper a:hover {
  color: #406bf7;
}
body #first-open-container .tutorial-and-doc-wrapper .wrap.videos-wrapper {
  margin-top: 125px;
}
body #first-open-container .tutorial-and-doc-wrapper .videos-wrapper .title-wrapper .title-box .tags {
  display: flex;
  margin-left: 40px;
  align-items: center;
}
body #first-open-container .tutorial-and-doc-wrapper .videos-wrapper .title-wrapper .title-box .tags .tag {
  display: block;
  min-width: 92px;
  height: 28px;
  margin-right: 18px;
  background-color: #eaecf1;
  border: 1px solid rgba(87, 87, 90, 0.1);
  border-radius: 14px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(16, 16, 20, 0.7);
}
body #first-open-container .tutorial-and-doc-wrapper .videos-wrapper .title-wrapper .title-box .tags .tag:hover {
  color: rgb(16, 16, 20);
}
body #first-open-container .tutorial-and-doc-wrapper .videos-wrapper .video-list {
  display: grid;
  margin-top: 15px;
  grid-auto-rows: minmax(160px, auto);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 20px;
}
body #first-open-container .wrapper-header h2, body #first-open-container .wrapper-header h3 {
  margin: 0px;
  line-height: 40px;
  text-align: center;
}
body #first-open-container .wrapper-header h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  color: #101014;
}
body #first-open-container .wrapper-header h3 {
  margin-bottom: 30px;
  font-size: 12px;
  color: #3d485d;
}
body #first-open-container .choose-plan {
  margin-top: 120px;
}
body #first-open-container .choose-plan .introduce-img {
  margin-top: 25px;
}
body #first-open-container .contact-us-wrapper {
  margin-top: 80px;
  padding: 40px 0 160px 0;
  background-color: rgb(245, 247, 255);
}
body #first-open-container .contact-us-wrapper .contact-content {
  display: flex;
  margin-top: 70px;
}
body #first-open-container .contact-us-wrapper .contact-content .info {
  display: flex;
  height: 400px;
  margin-right: 20px;
  padding: 40px 0 25px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
body #first-open-container .contact-us-wrapper .contact-content .info:last-child {
  margin-right: 0;
}
body #first-open-container .contact-us-wrapper .contact-content .info .head-content {
  padding: 0 50px;
}
body #first-open-container .contact-us-wrapper .contact-content .info .head-content .fs {
  display: block;
  font-size: 42px;
}
body #first-open-container .contact-us-wrapper .contact-content .info span {
  display: block;
  font-size: 16px;
  color: rgba(16, 16, 20, 0.8);
}
body #first-open-container .contact-us-wrapper .contact-content .info .head-content span.title {
  margin-bottom: 20px;
  font-size: 26px;
  color: #101014;
}
body #first-open-container .contact-us-wrapper .contact-content .info .pre-telephone {
  color: #101014;
}
body #first-open-container .contact-us-wrapper .contact-content .info .telephone {
  font-weight: 700;
  color: #0052d9;
}
body #first-open-container .contact-us-wrapper .contact-content .info .bottom {
  margin-top: 30px;
}

body.landing-universal h3.second-title {
  font-size: 16px;
  color: #3d485d;
  text-align: center;
  margin: 0 0 75px 0;
}
body.landing-universal h2.main-title {
  font-size: 30px;
  font-weight: 700;
  color: #101014;
  text-align: center;
  margin: 80px 0 15px 0;
}
body.landing-universal .project-case {
  background: rgba(245, 247, 250, 0.5);
  padding-bottom: 50px;
}
body.landing-universal .project-case .video-wrap {
  overflow: hidden;
}
body.landing-universal .project-case .video-wrap .video-case {
  width: 100%;
  height: 320px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
}
body.landing-universal .project-case .video-wrap .video-case .vjs-poster {
  background-position: center center;
  background-size: cover;
  transition: all 0.3s;
}
body.landing-universal .project-case .video-wrap .video-case .vjs-poster:hover {
  transform: scale(1.08);
}
body.landing-universal .project-case .word-wrap {
  background-color: #fff;
  padding: 10px 50px;
  border: 1px solid #e1e6f0;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
}
body.landing-universal .project-case .word-wrap h2 {
  font-size: 22px;
  color: #242738;
}
body.landing-universal .project-case .word-wrap p {
  font-size: 14px;
  color: #646677;
  line-height: 22px;
}
body.landing-universal .project-case .more > div {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
body.landing-universal .project-case .more > div > i {
  display: block;
  font-size: 40px;
}
body.landing-universal .project-case .more > div a {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
}
body.landing-universal .project-case .more > div:hover {
  color: #2d61dc;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
body.landing-universal .project-case .more > div:hover a {
  display: flex;
  width: 100%;
  text-align: center;
}
body.landing-universal .function .advantage-card {
  display: flex;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  max-width: 550px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 550px;
  padding-left: 50px;
}
body.landing-universal .function .advantage-card .advantage-card-title {
  color: #000;
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin-right: 36px;
  width: 200px;
  word-break: keep-all;
}
body.landing-universal .function .advantage-card .advantage-card-info {
  display: flex;
  margin-bottom: 24px;
}
body.landing-universal .function .advantage-card .advantage-card-info .advantage-card-number {
  color: #036fe2;
  display: inline-block;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
body.landing-universal .function .advantage-card .advantage-card-info .advantage-card-text {
  color: #000;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}
body.landing-universal .function .advantage-card .advantage-card-list {
  color: #666;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
body.landing-universal .function .advantage-card .advantage-card-list > div {
  margin-bottom: 8px;
  position: relative;
}
body.landing-universal .function .advantage-card .advantage-card-list > div::before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 4px;
  left: -18px;
  max-height: 4px;
  max-width: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}
body.landing-universal .cooperative-title {
  margin-top: 80px;
}
body.landing-universal .authentication {
  margin-bottom: 70px;
}

html, body.login-layer {
  background-color: #F7F7F7;
  height: 100%;
}
html .login-layer-container, body.login-layer .login-layer-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fafbff;
}
html .login-layer-container .content, body.login-layer .login-layer-container .content {
  flex: 1;
}
html .login-layer-container .content .container, body.login-layer .login-layer-container .content .container {
  display: flex;
  justify-content: center;
  padding-top: 200px;
  height: 100%;
}
html .login-layer-container .content .container .img-wrap, body.login-layer .login-layer-container .content .container .img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
html .login-layer-container .content .container .el-tabs__header, body.login-layer .login-layer-container .content .container .el-tabs__header {
  display: none;
}
html .login-layer-container .content .container .email-wrap, body.login-layer .login-layer-container .content .container .email-wrap {
  width: 360px;
}
html .login-layer-container .content .container .email-wrap .g_id_signin, body.login-layer .login-layer-container .content .container .email-wrap .g_id_signin {
  width: 100%;
  margin-bottom: 48px;
  border: 2px solid #282729;
  border-radius: 8px;
  position: relative;
}
html .login-layer-container .content .container .email-wrap .g_id_signin::after, body.login-layer .login-layer-container .content .container .email-wrap .g_id_signin::after {
  position: absolute;
  content: " ";
  width: 328px;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -24px;
  background-color: rgba(40, 39, 41, 0.16);
  z-index: 1;
}
html .login-layer-container .content .container .email-wrap .continue-button-wrap, body.login-layer .login-layer-container .content .container .email-wrap .continue-button-wrap {
  margin-bottom: 100px;
}
html .login-layer-container .content .container .email-wrap .continue-button-wrap .continue-button, body.login-layer .login-layer-container .content .container .email-wrap .continue-button-wrap .continue-button {
  width: 100%;
  height: 48px;
  background: linear-gradient(90deg, #1a72fa 20%, #0b42f8 50%, #0730c5 100%);
  border-radius: 8px;
}
html .login-layer-container .content .container .email-wrap .continue-button-wrap .continue-button span, body.login-layer .login-layer-container .content .container .email-wrap .continue-button-wrap .continue-button span {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
html .login-layer-container .content .container .email-wrap .el-input__wrapper, body.login-layer .login-layer-container .content .container .email-wrap .el-input__wrapper {
  border: 2px solid #282729;
  border-radius: 8px;
}
html .login-layer-container .content .container .email-wrap .el-input__wrapper.is-focus, body.login-layer .login-layer-container .content .container .email-wrap .el-input__wrapper.is-focus {
  border: 2px solid #1A72FA;
}
html .login-layer-container .content .container .email-wrap .el-input__wrapper input, body.login-layer .login-layer-container .content .container .email-wrap .el-input__wrapper input {
  width: 100%;
  height: 48px;
}
html .login-layer-container .content .container .email-wrap .captchaCode, body.login-layer .login-layer-container .content .container .email-wrap .captchaCode {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
html .login-layer-container .content .container .email-wrap .captchaCode .captchaWrap, body.login-layer .login-layer-container .content .container .email-wrap .captchaCode .captchaWrap {
  height: 48px;
  margin-left: 10px;
}
html .login-layer-container .content .container .email-wrap i, body.login-layer .login-layer-container .content .container .email-wrap i {
  font-size: 24px;
}
html .login-layer-container .content .container .email-wrap i.active, body.login-layer .login-layer-container .content .container .email-wrap i.active {
  cursor: pointer;
}
html .login-layer-container .content .container .email-wrap .loading, body.login-layer .login-layer-container .content .container .email-wrap .loading {
  animation: rotating 2s linear infinite;
  width: 20px;
  height: 20px;
}
html .login-layer-container .content .container .out-code-wrap, body.login-layer .login-layer-container .content .container .out-code-wrap {
  width: 430px;
}
html .login-layer-container .content .container .out-code-wrap .code-content, body.login-layer .login-layer-container .content .container .out-code-wrap .code-content {
  text-align: center;
  margin: 0 0 48px 0;
  position: relative;
}
html .login-layer-container .content .container .out-code-wrap .code-content::after, body.login-layer .login-layer-container .content .container .out-code-wrap .code-content::after {
  position: absolute;
  content: " ";
  width: 328px;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -24px;
  background-color: rgba(40, 39, 41, 0.2);
  z-index: 1;
}
html .login-layer-container .content .container .out-code-wrap .code-content .title, body.login-layer .login-layer-container .content .container .out-code-wrap .code-content .title {
  font-size: 20px;
  color: #282729;
  line-height: 30px;
  margin: 0 0 12px 0;
}
html .login-layer-container .content .container .out-code-wrap .code-content .word, body.login-layer .login-layer-container .content .container .out-code-wrap .code-content .word {
  font-size: 16px;
  color: rgba(40, 39, 41, 0.4);
  line-height: 24px;
  margin: 0;
}
html .login-layer-container .content .container .out-code-wrap .code-content .word .email, body.login-layer .login-layer-container .content .container .out-code-wrap .code-content .word .email {
  color: rgba(40, 39, 41, 0.8);
}
html .login-layer-container .content .container .out-code-wrap .code-wrap, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
html .login-layer-container .content .container .out-code-wrap .code-wrap .el-input, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap .el-input {
  width: 56px;
  height: 68px;
}
html .login-layer-container .content .container .out-code-wrap .code-wrap .el-input.fail .el-input__wrapper, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap .el-input.fail .el-input__wrapper {
  border-color: #FF473D;
  background: rgba(255, 71, 61, 0.08);
}
html .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper {
  border: 2px solid #282729;
  border-radius: 8px;
  box-shadow: none;
}
html .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper.is-focus, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper.is-focus {
  border-color: #1a72fa;
}
html .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper input, body.login-layer .login-layer-container .content .container .out-code-wrap .code-wrap .el-input .el-input__wrapper input {
  text-align: center;
  font-size: 24px;
  color: #1a72fa;
  border-radius: 8px;
}
html .login-layer-container .content .container .out-code-wrap .resend-button-wrap, body.login-layer .login-layer-container .content .container .out-code-wrap .resend-button-wrap {
  display: flex;
  justify-content: center;
}
html .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn, body.login-layer .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn {
  width: 97px;
  height: 32px;
  background: rgba(40, 39, 41, 0.08);
  border: none;
  border-radius: 8px;
  font-size: 12px;
  color: rgba(40, 39, 41, 0.5);
  line-height: 20px;
}
html .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn:hover, body.login-layer .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn:hover {
  color: #546EFF;
}
html .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn.is-disabled, body.login-layer .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn.is-disabled {
  cursor: not-allowed;
}
html .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn.verify-active, body.login-layer .login-layer-container .content .container .out-code-wrap .resend-button-wrap .verify-btn.verify-active {
  color: #999aaa;
}
html .login-layer-container::-webkit-scrollbar, body.login-layer .login-layer-container::-webkit-scrollbar {
  display: none;
}

.custom-message-direction {
  /* 修改动画的方向 */
  animation-name: slide-down-to-up;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}

.el-message.el-message--info.loading {
  height: 36px;
  background: #e5f0ff;
  border-radius: 8px;
}
.el-message.el-message--info.loading .el-icon {
  display: none;
}
.el-message.el-message--info.loading .el-message__content {
  display: flex;
}
.el-message.el-message--info.loading .loader {
  width: 20px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1A72FA;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.el-message.el-message--info.loading .message-span {
  font-size: 14px;
  color: #82868E;
  line-height: 20px;
  margin-left: 3px;
}

@keyframes slide-down-to-up {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, -100%);
  }
}
body.product {
  letter-spacing: 1px;
}
body.product .blue-box-hide {
  height: 0;
  width: 0;
  background: url("../image/product/box-bg2.jpg");
}
body.product .pic-header .banner-footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  width: 1290px;
  /* width: 100%; */
}
body.product .pic-header .banner-footer .box {
  width: 352px;
  height: 112px;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0px 4px 50px 0px rgba(145, 164, 201, 0.2);
  padding: 15px 20px 15px 32px;
  margin-right: 20px;
  display: flex;
  position: relative;
  cursor: pointer;
}
body.product .pic-header .banner-footer .box .tip {
  width: 97px;
  height: 36px;
  border-radius: 3px 0px 3px 3px;
  background: url("../image/product/free-bg.jpg");
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  left: -10px;
  top: 10px;
}
body.product .pic-header .banner-footer .box .box-img {
  flex-shrink: 0;
  margin-right: 18px;
}
body.product .pic-header .banner-footer .box .box-word h3 {
  font-size: 20px;
  color: #242738;
  margin: 10px 0 6px 0;
}
body.product .pic-header .banner-footer .box .box-word p {
  font-size: 12px;
  color: #a3a4aa;
}
body.product .pic-header .banner-footer .box:hover .box-word h3 {
  color: #2960cb;
}
body.product .pic-header .banner-footer .box:first-child {
  width: 352px;
}
body.product .pic-header .banner-footer .blue-box {
  width: 420px;
  height: 112px;
  border-radius: 9px;
  background: url("../image/product/box-bg.jpg");
  padding: 15px 40px 0 50px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
body.product .pic-header .banner-footer .blue-box .box-word h3 {
  font-size: 20px;
  color: #f5f5f5;
  margin: 10px 0 10px 0;
}
body.product .pic-header .banner-footer .blue-box .box-word p {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 0px 0px;
}
body.product .pic-header .banner-footer .blue-box .box-word p i {
  color: #eac818;
  margin: 0 10px 0 0;
}
body.product .pic-header .banner-footer .blue-box .box-img img {
  position: relative;
  top: 10px;
}
body.product .pic-header .banner-footer .blue-box:hover {
  background: url("../image/product/box-bg2.jpg");
}
body.product .public-version {
  padding-top: 170px;
  padding-bottom: 80px;
}
body.product .private-version {
  padding-top: 100px;
  background: #f5f7fa;
}
body.product .private-version .content-box .content .content-block {
  height: 100px;
}
body.product .private-version .content-box .content .content-block .radius-wrap {
  height: 35px;
  border: 1px solid #94b0e5;
  border-radius: 19px;
  padding: 6px 10px 6px 10px;
  position: relative;
  top: 16px;
  flex-shrink: 0;
}
body.product .private-version .content-box .content .content-block span.no-limitation {
  font-size: 12px;
  color: #2960cb;
}
body.product .private-version .content-box .content .content-block img {
  width: 35px;
  height: 35px;
  position: relative;
  top: 8px;
}
body.product .private-version .content-box .content .content-block p.word {
  font-size: 14px;
  font-weight: 700;
  color: #242738;
  margin-bottom: 5px;
}
body.product .private-version .content-box .content .content-block p.second-word {
  font-size: 13px;
  color: #767676;
  margin-left: 13px;
}
body.product .private-version .content-box .content .content-block p.second-word span.red {
  color: red;
  font-size: 18px;
}
body.product .private-version .content-box .content .content-block p.tip {
  font-size: 12px;
  color: #b2b2b2;
  margin-left: 13px;
}
body.product .private-version .content-box .content .content-block .word-wrap {
  margin-right: 40px;
}
body.product .private-version .content-box .content .content-block .img-wrap {
  flex-shrink: 0;
  position: relative;
  top: 8px;
}
body.product .private-version .content-box .content .content-block.solo-block {
  width: 100%;
}
body.product .private-version .content-box.extra {
  margin-bottom: 100px;
}
body.product .private-version .price-wrap {
  display: flex;
  margin-bottom: 50px;
  min-width: 1290px;
}
body.product .private-version .price-wrap > div {
  background-color: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  position: relative;
  width: 100%;
  margin-right: 40px;
}
body.product .private-version .price-wrap > div:last-child {
  margin-right: 0px;
}
body.product .private-version .price-wrap > div .plan {
  display: flex;
  padding: 40px 20px 30px 20px;
  border-bottom: 1px solid #e1e6f0;
}
body.product .private-version .price-wrap > div .plan .img-wrap {
  width: 10%;
}
body.product .private-version .price-wrap > div .plan p {
  margin: 0;
}
body.product .private-version .price-wrap > div .plan .title {
  font-size: 20px;
  color: #000000;
  width: 30%;
  position: relative;
}
body.product .private-version .price-wrap > div .plan .title::after {
  content: " ";
  display: block;
  height: 48px;
  width: 1px;
  background-color: #e1e6f0;
  position: absolute;
  top: 0;
  right: 20%;
}
body.product .private-version .price-wrap > div .plan .content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  width: 60%;
}
body.product .private-version .price-wrap > div .time-wrap {
  display: flex;
}
body.product .private-version .price-wrap > div .time-wrap .time {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  width: 100%;
}
body.product .private-version .price-wrap > div .time-wrap .time p {
  margin: 0;
  text-align: center;
}
body.product .private-version .price-wrap > div .time-wrap .time.month {
  border-right: 1px solid #e1e6f0;
}
body.product .private-version .price-wrap > div .time-wrap .time > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.product .private-version .price-wrap > div .time-wrap .time .price {
  margin-left: 20px;
}
body.product .private-version .price-wrap > div .time-wrap .time .price .current-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #3362a7;
}
body.product .private-version .price-wrap > div .time-wrap .time .price .original-price {
  font-size: 15px;
  font-weight: 700;
  color: #cdcdcd;
  line-height: 1;
  text-decoration: line-through;
}
body.product .private-version .price-wrap > div .time-wrap .time-unit-title {
  font-size: 16px;
  font-weight: 700;
  color: #3362a7;
}
body.product .private-version .price-wrap > div.professional-wrap {
  background-color: #f5f7fa;
  border-radius: 0;
  border: none;
}
body.product .private-version .price-wrap > div.professional-wrap .plan {
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  background: url(../image/product/professional-bg.jpg) center center/cover no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title {
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title span {
  position: relative;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .title span::before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FF7A00;
  top: 0;
  right: -10px;
}
body.product .private-version .price-wrap > div.professional-wrap .plan .content {
  color: rgba(255, 255, 255, 0.8);
}
body.product .private-version .price-wrap > div.professional-wrap .time-wrap {
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
body.product .private-version .price-wrap > div.exclusive-wrap {
  background-color: #f5f7fa;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan {
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: url(../image/product/exclusive-bg.jpg) center center/cover no-repeat;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title {
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title span {
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .title span::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: url(../image/product/exclusive-star.svg);
  background-repeat: no-repeat;
  top: 0;
  right: -15px;
}
body.product .private-version .price-wrap > div.exclusive-wrap .plan .content {
  color: rgba(255, 255, 255, 0.8);
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button {
  width: 150px;
  height: 50px;
  background: linear-gradient(to right, #2468FD 0%, #7BABFF 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button:hover {
  background: #2468FD;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button:active {
  background: linear-gradient(to right, #3B69BC 0%, #173D87 100%);
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
body.product .private-version .price-wrap > div.exclusive-wrap .time-wrap button span::after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #FF7A00;
  top: 0;
  right: -15px;
}
body.product .private-version .price-wrap > div.exclusive-wrap::after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../image/product/hot.png) center center/cover no-repeat;
  top: -6px;
  right: -6px;
}
body.product .private-version .product-wrap {
  min-width: 1290px;
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  background-color: #ffffff;
  padding: 40px 70px;
  margin-bottom: 20px;
  text-align: center;
}
body.product .private-version .product-wrap .product-title-wrap {
  display: flex;
  margin-bottom: 35px;
}
body.product .private-version .product-wrap .product-title-wrap .product {
  font-size: 20px;
  color: #242738;
}
body.product .private-version .product-wrap .product-title-wrap .basic {
  font-size: 20px;
  color: rgba(36, 39, 56, 0.75);
}
body.product .private-version .product-wrap .product-title-wrap .professional {
  font-size: 20px;
  color: #2960cb;
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .professional span {
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .professional span::after {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FF7A00;
  top: 20%;
  right: -20px;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive {
  font-size: 20px;
  color: #000000;
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive span {
  position: relative;
}
body.product .private-version .product-wrap .product-title-wrap .exclusive span::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: url(../image/product/function-star.svg);
  background-repeat: no-repeat;
  top: 0;
  right: -15px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block {
  margin-bottom: 40px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block:first-child h4 {
  margin: 0px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block h4 {
  font-size: 16px;
  text-align: LEFT;
  color: #242738;
  margin-bottom: 40px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line {
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  box-shadow: 10px 10px 10px 0px rgba(200, 204, 225, 0.1);
  display: flex;
  margin-bottom: 15px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product {
  text-align: left;
  padding: 20px 100px 20px 60px;
  border-right: 1px solid #e1e6f0;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title::before {
  content: " ";
  position: absolute;
  top: 30%;
  left: -6%;
  width: 5px;
  height: 5px;
  background: #989ba1;
  border-radius: 50%;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title.color::before {
  background: #FF7A00;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .title.star::before {
  width: 10px;
  height: 10px;
  background: none;
  background-image: url(../image/product/function-star.svg);
  background-repeat: no-repeat;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .product .content {
  font-size: 12px;
  color: #767676;
  line-height: 18px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .basic {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .basic img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .professional {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .professional img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .exclusive {
  border-right: 1px solid #e1e6f0;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .exclusive img {
  width: 35px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line p {
  margin: 0;
  text-align: left;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word {
  border: 1px solid #2960cb;
  border-radius: 32px;
  padding: 10px 20px;
  display: inline;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word .blue {
  color: #2960cb;
  font-weight: 700;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word img {
  width: 15px;
  margin-right: 3px;
}
body.product .private-version .product-wrap .product-content-wrap .product-content-block .product-content-line .word .basic2 {
  margin-left: 4px;
}
body.product .private-version .product-wrap .product {
  width: 40%;
}
body.product .private-version .product-wrap .basic {
  width: 20%;
}
body.product .private-version .product-wrap .professional {
  width: 20%;
}
body.product .private-version .product-wrap .exclusive {
  width: 20%;
}
body.product h2.title {
  font-size: 28px;
  font-weight: 700;
  color: #242738;
  margin: 0 0 15px 0;
  text-align: center;
}
body.product h3.second-title {
  font-size: 14px;
  color: #38383a;
  margin: 0 0 30px 0;
  text-align: center;
}
body.product .contain-wrap {
  background: url("../image/product/private.jpg") center center/cover no-repeat;
  height: 97px;
  padding: 0px 50px 0px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
body.product .contain-wrap p {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}
body.product .contain-wrap p i {
  margin-right: 20px;
  color: #eac818;
  position: relative;
  top: -2px;
  font-size: 24px;
}
body.product .contain-wrap a {
  width: 150px;
  height: 32px;
  background: #d6e0f8;
  border-radius: 100px;
  /* margin-left: 20px; */
}
body.product .contain-wrap a span {
  font-size: 16px;
  color: #3363dc;
  position: relative;
  line-height: 32px;
}
body.product .contain-wrap a span i {
  margin-right: 4px;
}
body.product .contain-wrap a span i .fs-xiazai2 {
  font-size: 22px;
  top: 2px;
  position: relative;
}
body.product .contain-wrap a:hover {
  background: #fff;
}
body.product .content-box {
  border: 1px solid #e1e6f0;
  border-radius: 10px;
  box-shadow: 10px 10px 50px 0px rgba(200, 204, 225, 0.2);
  padding: 0px 50px 0px 50px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
}
body.product .content-box .header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #e1e6f0;; */
}
body.product .content-box .header span {
  font-size: 20px;
  color: #242738;
  position: relative;
  top: 5px;
}
body.product .content-box .header i.fs-arrow-down {
  font-size: 20px;
  cursor: pointer;
  color: #989ba1;
}
body.product .content-box .header i.fs-arrow-down.right {
  transform: rotate(-90deg);
}
body.product .content-box .header > div:first-child {
  display: flex;
}
body.product .content-box .content {
  padding: 30px 70px 50px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.product .content-box .content .content-block {
  width: 429px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  box-shadow: 10px 10px 10px 0px rgba(200, 204, 225, 0.1);
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 0 40px;
}
body.product .content-box .content .content-block p {
  margin: 0;
  font-size: 14px;
  color: #4e505a;
}
body.product .content-box .content .content-block p.word::before {
  width: 7px;
  height: 7px;
  background: #989ba1;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
body.product .content-box .content .content-block p.no-limitation {
  font-size: 14px;
  color: #2960cb;
}
body.product .content-box .content .content-block img {
  width: 15px;
  height: 15px;
}
body.product .content-box.line::before {
  width: 100%;
  height: 1px;
  background-color: #e1e6f0;
  position: absolute;
  top: 80px;
  left: 0;
  /* left: -2px; */
  content: " ";
}
body.product .whale {
  background-color: #fff;
  padding: 100px 0 115px 0;
}
body.product .whale .whale-bg-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
body.product .whale .whale-bg-wrap > div {
  width: 275px;
  height: 531px;
  padding: 40px 25px 0 34px;
}
body.product .whale .whale-bg-wrap > div h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
body.product .whale .whale-bg-wrap > div p {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 25px 0px;
  padding-left: 8px;
  position: relative;
}
body.product .whale .whale-bg-wrap > div p::before {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 7px;
}
body.product .whale .whale-bg-wrap > div.one {
  background: url("../image/product/one.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.two {
  background: url("../image/product/two.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.three {
  background: url("../image/product/three.png") center center/cover no-repeat;
}
body.product .whale .whale-bg-wrap > div.four {
  background: url("../image/product/four.png") center center/cover no-repeat;
}
body.product .whale .consult-wrap {
  height: 110px;
  background: url("../image/product/consult-bg.jpg") center center/cover no-repeat;
  padding: 20px 0 0 30px;
  display: flex;
  border-radius: 10px;
}
body.product .whale .consult-wrap p {
  background-image: linear-gradient(to right, #a9eaff 0%, #fdfeff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: transparent;
}
body.product .whale .consult-wrap span {
  font-size: 16px;
  color: #ededed;
}
body.product .whale .consult-wrap a {
  width: 150px;
  height: 32px;
  background: #d6e0f8;
  border-radius: 100px;
  margin-left: 20px;
}
body.product .whale .consult-wrap a span {
  font-size: 16px;
  color: #284795;
  position: relative;
  top: 1px;
}
body.product .whale .consult-wrap a span i {
  margin-right: 8px;
  font-size: 14px;
}
body.product .whale .consult-wrap a:hover {
  background: #fff;
}
body.product .whale .consult-wrap .a-wrap {
  position: relative;
  top: 6px;
}

/* 常见问题 */
body.question .question-container {
  width: 100%;
  min-width: 1200px;
  padding-top: 50px;
  background-color: rgb(247, 251, 255);
}
body.question .question-container .question-header {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
body.question .question-container .question-header .question-tags {
  display: flex;
  padding-left: 48px;
  border-bottom: 2px solid #f1f4fe;
}
body.question .question-container .question-header .question-tags .stack-tab {
  position: relative;
  margin-right: 16px;
  padding: 20px;
  padding-top: 0;
}
body.question .question-container .question-header .question-tags .stack-tab span {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
body.question .question-container .question-header .question-tags .stack-tab.active span {
  color: rgb(2, 92, 223);
}
body.question .question-container .question-header .question-tags .stack-tab.active::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  bottom: -2px;
  background-color: rgb(2, 92, 233);
  transform: translateX(-50%);
}
body.question .question-container .question-header .el-input {
  --el-input-bg-color: rgba(234, 236, 241, 0.5);
  --el-border-color: transparent;
  --el-input-focus-border-color: transparent;
  --el-input-hover-border-color: transparent;
  max-width: 285px;
  max-height: 32px;
  border: 1px solid rgba(87, 87, 90, 0.2);
  border-radius: 4px;
}
body.question .question-container .question-header .el-input .el-input-group__prepend {
  padding: 0 15px;
}
body.question .question-container .question-header .el-input .el-input__wrapper {
  padding: 0;
}
body.question .question-container .question-layers {
  width: 100%;
  margin-bottom: 100px;
  padding: 30px 55px;
  background-color: white;
  border-radius: 5px;
}
body.question .question-container .question-layers .question-info {
  padding: 35px 0;
  border-bottom: 1px solid #f1f4fe;
}
body.question .question-container .question-layers .question-info .question-info-title {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
body.question .question-container .question-layers .question-info .question-info-title a {
  font-size: 20px;
  font-weight: 500;
  color: rgb(28, 29, 30);
}
body.question .question-container .question-layers .question-info .question-info-title a:hover {
  color: #025cdf;
}
body.question .question-container .question-layers .question-info .question-info-description a {
  font-size: 14px;
  color: #7b7c82;
}

body.solution .welcome_area {
  background-color: #0C121B;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 464px;
}
body.solution .welcome_area .container {
  height: 100%;
}
body.solution .welcome_area .welcome_content_area {
  top: 45%;
  position: relative;
  transform: translate(0, -50%);
  color: #FFFFFF;
}
body.solution .welcome_area .welcome_content_area .word-title1 {
  opacity: 1;
  font-size: 38px;
  font-weight: bold;
  color: #009cff;
  font-family: PingFang SC-Bold, PingFang SC;
}
body.solution .welcome_area .welcome_content_area .word-title2 {
  font-size: 38px;
  color: #ffffff;
}
body.solution .welcome_area .welcome_content_area .word-english {
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
  color: #d3e7fa;
  letter-spacing: 2px;
  text-shadow: 0px 8px 19px 0px #000000;
}
body.solution .welcome_area .welcome_content_area .word-frame {
  padding: 0px 25px;
  width: 510px;
  height: 82px;
  background-color: rgba(6, 14, 26, 0.6);
  white-space: nowrap;
  overflow: visible;
}
body.solution .section-two,
body.solution .section-three,
body.solution .section-four {
  color: #d3e7fa;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0c121b;
  position: relative;
  z-index: 1;
}
body.solution .section-four {
  padding-bottom: 0px;
}
body.solution .section-two {
  padding-top: 100px;
}
body.solution .section-three {
  z-index: 2;
  position: relative;
}
body.solution .section-four .welcome_content_area {
  z-index: 3;
}
body.solution .content {
  line-height: 30px;
  opacity: 0.5;
  font-size: 17px;
  color: #d3e7fa;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
body.solution .content-bottom {
  margin-bottom: 100px;
}
body.solution .section-two .content {
  margin-top: 30px;
  width: 683px;
}
body.solution .arrow {
  height: 54px;
  position: relative;
  top: -8px;
}
body.solution .number {
  width: 36px;
  height: 25px;
  font-size: 32px;
  font-weight: bold;
  color: #fecd78;
  text-shadow: 0px 8px 19px 0px #000000;
}
body.solution .title {
  font-size: 30px;
  font-weight: bold;
  color: #d3e7fa;
  letter-spacing: 5px;
  text-shadow: 0px 8px 19px 0px #000000;
  margin-left: 10px;
  margin-right: 20px;
}
body.solution .title-english {
  opacity: 0.1;
  font-size: 30px;
  font-weight: bold;
  color: #d3e7fa;
  text-transform: uppercase;
}
body.solution .container {
  position: relative;
}
body.solution .section-four .display-frame {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
body.solution .section-four .display-frame .display-frame-content {
  text-align: center;
}
body.solution .section-four .display-frame .display-frame-content .display-frame-img1 {
  width: 500px;
  margin-left: 50px;
}
body.solution .section-four .display-frame .display-frame-content .display-frame-img2 {
  width: 500px;
  margin-right: 50px;
}
body.solution .section-four .smart-frame {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
body.solution .section-four .smart-frame-top {
  margin-top: 60px;
}
body.solution .section-four .smart-frame .smart-title {
  font-size: 20px;
  color: #d3e7fa;
  letter-spacing: 1px;
}
body.solution .section-three .container {
  z-index: 2;
}
body.solution .section-four .smart-frame-content {
  width: 550px;
  padding: 0 30px;
}
body.solution .section-four .smart-frame-img {
  width: 640px;
}
body.solution .section-four .smart-frame-word {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.solution .section-four .smart-frame-flex {
  display: flex;
  justify-content: flex-end;
}
body.solution .section-four .smart-frame-word .smart-frame-word-title {
  display: flex;
  margin-bottom: 20px;
}
body.solution .section-four .smart-frame-word .blue-line {
  margin-right: 15px;
  position: relative;
  top: 4px;
  width: 3px;
  height: 23px;
  opacity: 1;
  background: #3898ff;
}
body.solution .section-four .smart-frame .smart-content {
  opacity: 0.5;
  font-size: 16px;
  color: #d3e7fa;
  letter-spacing: 1px;
}
body.solution .bottom {
  background-color: #0c121b;
  width: 100%;
  position: relative;
  height: 400px;
}
body.solution .line-frame {
  margin-top: 100px;
}
body.solution .welcome_content_area .structure-frame {
  min-width: 1140px;
  width: 100%;
  text-align: center;
}
body.solution .welcome_content_area .second-title-frame {
  margin-top: 40px;
  margin-bottom: 20px;
}
body.solution .welcome_content_area .second-title-margin {
  margin-top: 100px;
}
body.solution .welcome_content_area .round {
  position: relative;
  margin-right: 10px;
  /* top:6px; */
}
body.solution .welcome_content_area .second-title {
  font-size: 22px;
  font-weight: 400;
  color: #d3e7fa;
  letter-spacing: 1px;
}
body.solution .welcome_content_area .mid-img {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.solution .welcome_content_area .display-word {
  opacity: 0.5;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Light;
  font-weight: 300;
  color: #d3e7fa;
  letter-spacing: 1px;
}
body.solution .welcome_content_area .img-bottom {
  margin-bottom: 100px;
}
body.solution .welcome_content_area .img-little-bottom {
  margin-bottom: 50px;
}
body.solution .welcome_content_area .display-frame-content .img1 {
  width: 100%;
  height: 275px;
}
body.solution .section-three .left-round {
  pointer-events: none;
  position: absolute;
  top: -10px;
  z-index: 1;
}
body.solution .section-three .left-round.first {
  top: 600px;
}
body.solution .section-four .left-round-bottom {
  pointer-events: none;
  position: absolute;
  top: 2500px;
  z-index: -1;
}
body.solution .section-four .right-round {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 800px;
  right: 0px;
}
body.solution .section-two .welcome_content_area .word-image-frame {
  display: flex;
  position: relative;
}
body.solution .section-two .welcome_content_area .left-arrow {
  position: absolute;
  right: 0;
  top: -140px;
}
body.solution .line-frame .img-width {
  width: 100%;
}
body.solution .img-right-frame {
  margin-left: 100px;
  position: relative;
}
body.solution .gif-width {
  width: 500px;
}
body.solution .section-two .video-loader {
  background-image: url(/image/solutions/common/play.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 695px;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0.8;
}
body.solution .section-four .img-display {
  margin-bottom: 40px;
}
body.solution .section-four .smart-frame-word .blue-line {
  background: #27B37D;
}
body.solution .section-two .welcome_content_area .left-arrow-first {
  opacity: 0.3;
}
body.solution .section-four .left-agriculture-round-second {
  top: 2800;
}
body.solution .welcome_area .cover {
  left: 0;
  top: -60px;
  width: 100%;
  height: 550px;
  position: absolute;
  z-index: -1;
}
body.solution .first-video {
  width: 100%;
  height: 726px;
}
body.solution .video-style {
  width: 1290px;
  height: 545px;
  margin-bottom: 200px;
}

/* 白色主题 */
body.solution.white .title-english {
  color: #333333;
  opacity: 0.1;
}
body.solution.white .section-two,
body.solution.white .section-three,
body.solution.white .section-four {
  background-color: #f8f8f8;
}
body.solution.white .title {
  color: #383f3f;
}
body.solution.white .section-four {
  height: 100%;
}
body.solution.white .section-four .smart-frame .smart-title {
  color: #383F3F;
}
body.solution.white .number {
  color: #27B37D;
}
body.solution.white .content {
  color: #333333;
  opacity: 1;
}
body.solution.white .section-four .smart-frame .smart-content {
  color: #383F3F;
  opacity: 1;
}
body.solution.white .welcome_content_area .second-title {
  color: #333333;
}
body.solution.white .welcome_content_area .title {
  color: #333333;
}

body.agriculture .welcome_area .cover {
  background: url(../image/solutions/agriculture/cover-agriculture.png) center center/cover no-repeat;
}
body.agriculture .welcome_area .welcome_content_area .word-frame {
  width: 500px;
}
body.agriculture .agriculture-video {
  position: absolute;
  top: 209px;
  right: -224px;
  transform: translate(-50%, -50%);
  width: 934px;
  height: 393px;
}
body.agriculture .section-two .video-loader {
  left: 480px;
}
body.agriculture .section-four .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0px;
}

body.community .cover {
  background: url(../image/solutions/community/cover.png) center center/cover no-repeat;
}
body.community .welcome_area .welcome_content_area .word-title1 {
  background-image: linear-gradient(to right, #90e0b5 0%, #bac167 50%, #ebbf4c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.community .number {
  background-image: linear-gradient(to right, #ee540c 0%, #fbbc43 50%, rgb(251, 180, 67) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.community .welcome_area .welcome_content_area .word-english {
  font-weight: normal;
  opacity: 0.8;
}
body.community .img-right-frame {
  margin-left: 0;
  position: relative;
}
body.community .video-community {
  margin-bottom: 0px;
}
body.community .section-two .content {
  width: 100%;
}
body.community .section-four .margin-bottom {
  margin-bottom: 200px;
}
body.community .section-four .img-display {
  margin-bottom: 200px;
}

body.mine .cover {
  background: url(../image/solutions/mine/cover.png) center center/cover no-repeat;
}
body.mine .welcome_area .welcome_content_area .word-title1.mine-title {
  font-size: 40px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  line-height: 47px;
  background: linear-gradient(90deg, #F7B600 0%, #F15400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.mine .section-four .smart-frame-word .blue-line {
  background: #FFC000;
}
body.mine .welcome_content_area .structure-frame {
  display: flex;
  justify-content: center;
}
body.mine .welcome_content_area .structure-frame .structure-content-frame {
  position: relative;
}
body.mine .welcome_content_area .structure-frame .structure-content-frame h3 {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  position: absolute;
  top: 15px;
  left: 85px;
  letter-spacing: 1px;
}
body.mine .welcome_content_area .structure-frame .structure-content-frame h5 {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  position: absolute;
  top: 65px;
  left: 46px;
  letter-spacing: 1px;
}
body.mine .welcome_content_area .structure-frame .structure-content-frame h5.yellow {
  color: #FFC000;
}
body.mine .welcome_content_area .structure-frame .structure-content-frame h3.yellow {
  color: #FFC000;
}
body.mine .number {
  color: #fecd78;
}
body.mine .video-smart-frame {
  width: 500px;
  height: 281px;
}
body.mine .bottom-video {
  height: 725px;
}
body.mine .section-two .content {
  width: 100%;
}
body.mine .section-four .smart-frame-img {
  padding: 0px;
  width: unset;
}
body.mine .section-four .smart-frame-word {
  width: 100%;
}
body.mine .section-four .mine-smart-frame-word {
  padding-left: 0px;
  padding-right: 60px;
}
body.mine .section-four .mine-smart-frame-word-right {
  padding-right: 0px;
  padding-left: 60px;
}

body.party-building .cover {
  background: url(../image/solutions/party-building/cover.png) center center/cover no-repeat;
}
body.party-building .welcome_area .welcome_content_area .word-title1.party-building-title {
  font-size: 40px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  line-height: 47px;
  background-image: linear-gradient(to right, #FAE502 0%, #FA3E01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.party-building #party-building-video {
  width: 100%;
  height: 725px;
}
body.party-building .number {
  background-image: linear-gradient(to right, #FAE502 0%, #FA3E01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame {
  position: relative;
  width: 1140px;
  height: 288px;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame img {
  width: 988px;
  height: 288px;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame span {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(1) {
  position: absolute;
  top: 13%;
  left: 13%;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(2) {
  position: absolute;
  top: 74%;
  left: 13%;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(3) {
  position: absolute;
  top: 13%;
  left: 79%;
}
body.party-building .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(4) {
  position: absolute;
  top: 74%;
  left: 79%;
}
body.party-building .video-party-building-smart-frame {
  width: 500px;
  height: 281px;
}
body.party-building .section-four .smart-frame-word .blue-line {
  background: #FA3E01;
}
body.party-building .bottom-video-party-building {
  /* width: 1140px; */
  height: 725px;
  /* margin-bottom: 200px; */
}
body.party-building .section-four .smart-frame-img {
  padding: 0px;
  width: unset;
}
body.party-building .section-four .smart-frame-word {
  width: 100%;
}
body.party-building .section-four .party-building-smart-frame-word {
  padding-left: 0px;
  padding-right: 60px;
}
body.party-building .section-four .party-building-smart-frame-word-right {
  padding-right: 0px;
  padding-left: 60px;
}

body.hospital .cover {
  background: url(../image/solutions/hospital/cover.png) center center/cover no-repeat;
}
body.hospital .welcome_area {
  height: 462px;
}
body.hospital .title {
  color: #333333;
}
body.hospital #hospital-video {
  width: 100%;
  height: 642px;
}
body.hospital .video-hospital-smart-frame {
  width: 500px;
  height: 281px;
}
body.hospital .bottom-video-hospital {
  height: 725px;
}
body.hospital .section-four .smart-frame-word .blue-line {
  background: #94C4C8;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(1) {
  position: absolute;
  top: 13%;
  left: 17%;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(2) {
  position: absolute;
  top: 74%;
  left: 17%;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(3) {
  position: absolute;
  top: 13%;
  left: 75%;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(4) {
  position: absolute;
  top: 74%;
  left: 75%;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span:nth-of-type(5) {
  position: absolute;
  top: 44%;
  left: 42%;
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
body.hospital .welcome_content_area .structure-frame .img-word-frame span {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
body.hospital .welcome_content_area .structure-frame .img-word-frame {
  position: relative;
}
body.hospital .title {
  color: #333333;
}
body.hospital .hospital-number {
  background-image: linear-gradient(to right, #0095FF 0%, #00EBFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.hospital .section-two .content {
  width: 100%;
}
body.hospital .section-four .smart-frame-img {
  padding: 0px;
  width: unset;
}
body.hospital .section-four .smart-frame-word {
  width: 100%;
}
body.hospital .section-four .hospital-smart-frame-word {
  padding-left: 0px;
  padding-right: 60px;
}
body.hospital .section-four .hospital-smart-frame-word-right {
  padding-right: 0px;
  padding-left: 60px;
}

body.factory .cover {
  background: url(../image/solutions/factory/cover.jpg) center center/cover no-repeat;
}
body.factory .welcome_area .welcome_content_area .word-title1 {
  color: #56d8a6;
}
body.factory .section-two .content {
  width: 100%;
}
body.factory #factory-video {
  width: 926px;
  height: 386px;
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 1;
}
body.factory .gif-width {
  width: 550px;
}
body.factory .title-english {
  opacity: 0.3;
  font-size: 26px;
  color: #333333;
}
body.factory .img-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
body.factory .img-wrap > div {
  position: relative;
}
body.factory .img-wrap > div:first-child {
  padding-right: 40px;
}
body.factory .img-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 30px;
  opacity: 1;
  color: #333333;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
}
body.factory .img-display {
  width: 100%;
}
body.factory .factory-content {
  color: #333333;
  opacity: 1;
  margin-bottom: 0;
}
body.factory .line-frame.no-margin {
  margin: 0;
}
body.factory .structure-frame {
  position: relative;
}
body.factory .structure-frame .word-content-wrap span {
  position: absolute;
  color: black;
  width: 240px;
  text-align: left;
}
body.factory .structure-frame .word-content-wrap .mid {
  left: 49.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
}
body.factory .structure-frame .word-content-wrap .mid p {
  margin: 0;
}
body.factory .structure-frame .word-content-wrap .mid .mid-title {
  font-size: 26px;
  font-weight: bold;
  color: #383f3f;
}
body.factory .structure-frame .word-content-wrap .mid .mid-word {
  font-size: 12px;
  color: #DBE0ED;
}
body.factory .structure-frame .word-content-wrap .title {
  font-size: 12px;
  color: #383f3f;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin: 0;
}
body.factory .structure-frame .word-content-wrap .word {
  font-size: 12px;
  color: #989a9a;
  line-height: 18px;
}
body.factory .structure-frame .word-content-wrap .circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #50D491;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
}
body.factory .structure-frame .word-content-wrap .circle.gray {
  background-color: #CFD6EA;
}
body.factory .structure-frame .word-content-wrap .circle.yellow {
  background-color: #CCC351;
}
body.factory .structure-frame .word-content-wrap .left {
  left: 13%;
  top: 50%;
  transform: translate(0, -50%);
}
body.factory .structure-frame .word-content-wrap .right {
  right: 13%;
  top: 47%;
  transform: translate(0, -50%);
}
body.factory .section-two .welcome_content_area .agriculture-left-arrow {
  opacity: 1;
}
body.factory .section-four .smart-frame-content {
  padding: 0;
}
body.factory .img-right-frame img {
  display: block;
  z-index: -1;
}
body.factory .img-right-frame::after {
  position: absolute;
  width: 936px;
  height: 396px;
  top: 12px;
  left: 12px;
  content: "";
  background-color: white;
  z-index: 0;
}

body.medical .cover {
  background: url(../image/solutions/medical/cover.png) center center/cover no-repeat;
}
body.medical .img-right-frame .medical-video {
  position: absolute;
  top: 190px;
  right: -172px;
  transform: translate(-50%, -50%);
  width: 666px;
  height: 375px;
}
body.medical .bottom {
  margin-bottom: 200px;
}
body.medical .video-style {
  height: 370px;
}

body.vehicles #vehicles-video {
  width: 100%;
  height: 545px;
}
body.vehicles .cover {
  background: url(../image/solutions/vehicles/cover.jpg) center center/cover no-repeat;
}
body.vehicles .video-style {
  height: 436px;
}
body.vehicles .section-two .content {
  margin-top: 30px;
  width: unset;
}

body.maintenance {
  background: #111214;
}
body.maintenance .cover {
  background: url(../image/solutions/maintenance/cover.png) center center/cover no-repeat;
}
body.maintenance .first-video {
  height: 545px;
}
body.maintenance .section-two .content {
  width: unset;
}
body.maintenance .welcome_area .welcome_content_area .word-title1.maintenance-title {
  font-size: 40px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  line-height: 47px;
  background: linear-gradient(-34deg, #ff7f1d 1%, #9ce7ee 70%, #aaeef4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.maintenance .welcome_content_area .img-little-bottom {
  margin-bottom: 200px;
}
body.maintenance .welcome_area .welcome_content_area .word-frame.maintenance-word-frame {
  width: 580px;
  background-color: rgba(32, 33, 34, 0.6);
}
body.maintenance .section-four .smart-frame-word .blue-line {
  background: #95f5f4;
}
body.maintenance .img-margin {
  margin: 50px 0px 100px 0px;
}
body.maintenance .welcome_content_area .round {
  top: 6px;
}
body.maintenance .title {
  color: #cfd0cf;
}
body.maintenance .content {
  color: #b6b4bb;
}
body.maintenance .welcome_content_area .second-title {
  color: #cbced1;
}
body.maintenance .section-four .smart-frame .smart-title {
  color: #cbced1;
}
body.maintenance .section-four .smart-frame .smart-content {
  color: #b6b4bb;
}

body.park .first-video {
  height: 554px;
}
body.park .welcome_area {
  background-color: #08101B;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 449px;
}
body.park .welcome_area .container {
  height: 100%;
}
body.park .welcome_area .welcome_content_area {
  top: 45%;
  position: relative;
  transform: translate(0, -50%);
  color: #FFFFFF;
}
body.park .welcome_area .welcome_content_area .community {
  font-size: 40px;
  font-family: PangMenZhengDao-3, PangMenZhengDao-3-Regular;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 4px;
}
body.park .welcome_area .welcome_content_area .community-english {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Light;
  font-weight: 300;
  color: #d3e7fa;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.park .section-two,
body.park .section-three,
body.park .section-four,
body.park .section-five,
body.park .section-six,
body.park .section-seven {
  color: #d3e7fa;
  padding-top: 50px;
  padding-bottom: 50px;
  /* height: 700px; */
  background-color: #06090d;
}
body.park .section-three {
  padding-bottom: 0px;
}
body.park .content {
  opacity: 0.8;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Light;
  font-weight: 300;
  color: #d3e7fa;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 50px;
  margin-left: 15px;
}
body.park .arrow {
  height: 54px;
  position: relative;
  top: 14px;
}
body.park .number {
  padding-right: 10px;
  font-size: 32px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #d3e7fa;
}
body.park .title {
  font-size: 30px;
  font-family: PangMenZhengDao-3, PangMenZhengDao-3-Regular;
  font-weight: 400;
  color: #d3e7fa;
  letter-spacing: 2px;
}
body.park .cover-park {
  background: url(/image/solutions/park/cover-park.png) center center/cover no-repeat;
  left: 0;
  top: -60px;
  width: 100%;
  height: 550px;
  z-index: -1;
  position: absolute;
}
body.park .section-seven {
  padding-bottom: 150px;
}
body.park .img_mid {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.park .content_bottom {
  margin-bottom: 100px;
}
body.park .p-section {
  padding-top: 70px;
  padding-bottom: 40px;
  color: #535353;
}

body.school .welcome_area {
  height: 550px;
}
body.school .welcome_area .cover {
  top: 0px;
  background: url(../image/solutions/school/cover.jpg) center center/cover no-repeat;
}
body.school .welcome_area .welcome_content_area .word-title1 {
  background-image: linear-gradient(90deg, #00eb5e, #00e0d1 49%, #008ff5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
body.school .section-two .content {
  width: unset;
}
body.school .number {
  color: #2B993A;
}
body.school .section-four .smart-frame-content {
  padding: 0;
}
body.school .section-four .smart-frame-content.smart-frame-word {
  flex: 1;
}
body.school .first-video {
  height: 670px;
}
body.school .video-smart-frame {
  width: 576px;
  height: 324px;
}
body.school .content-bottom {
  margin-bottom: 30px;
}
body.school .content {
  margin-bottom: 30px;
}
body.school .decoration {
  vertical-align: -5px;
}
body.school .welcome_content_area .second-title {
  font-weight: 700;
}
body.school .smart-title {
  font-weight: 700;
}

/* 模板商城 */
body.stheme .stheme-list-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  color: #333;
}
body.stheme .stheme-list-container .pic-header-wrapper {
  position: relative;
  background-image: url("/image/common/store_bg.png");
  background-position: center center;
  background-size: cover;
}
body.stheme .stheme-list-container .pic-header-wrapper .breadcrumb-content {
  padding: 90px 0;
  text-align: center;
}
body.stheme .stheme-list-container .pic-header-wrapper .breadcrumb-content h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}
body.stheme .stheme-list-container .pic-header-wrapper .breadcrumb-content span {
  font-size: 14px;
  color: #bbbbbc;
}
body.stheme .stheme-list-container .stheme-list-wrapper {
  min-height: 1000px;
  padding-top: 19px;
  padding-bottom: 48px;
  background-color: #fff;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-nav a {
  color: #337ab7;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-nav a:hover {
  color: #406bf7;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content {
  display: flex;
  justify-content: space-between;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list {
  width: 70%;
  margin-top: 10px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .list-empty {
  padding: 30px;
  font-size: 20px;
  text-align: center;
  color: #999;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list h4 {
  margin: 10px 0;
  line-height: 19px;
  font-size: 18px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item {
  position: relative;
  width: 33.33%;
  height: 260px;
  margin-bottom: 10px;
  padding: 0 15px;
  border-radius: 5px;
  cursor: pointer;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover {
  position: relative;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .main-img {
  width: 100%;
  border-radius: 8px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .preview-img, body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover video {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .cover-play-btn {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  bottom: 0;
  line-height: 50px;
  z-index: 60;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .cover-play-btn span {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 22px;
  bottom: 10px;
  left: 10px;
  padding: 5px 5px;
  background-color: rgba(23, 34, 35, 0.75);
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.3s;
  cursor: pointer;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .cover-play-btn span .fs {
  position: relative;
  top: -10px;
  left: 2px;
  font-size: 10px;
  color: #fff;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover .cover-play-btn span:hover {
  background-color: #3eb0ef;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover:hover .main-img {
  display: none;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover:hover .preview-img, body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover:hover video, body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .cover:hover .cover-play-btn {
  display: block;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content {
  padding: 8px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .video-name {
  display: -webkit-box;
  max-height: 46px;
  margin: 0px;
  line-height: 24px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  color: #07111b;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .video-name a {
  color: #4d555d;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .video-name a:hover {
  color: #0f97ff;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info {
  height: 38px;
  line-height: 24px;
  font-size: 12px;
  color: #93999f;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .brief {
  display: -webkit-box;
  width: 100%;
  height: 36px;
  margin: 4px 0;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  color: #9199a1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .tags {
  display: inline-block;
  width: 66%;
  overflow: hidden;
  white-space: nowrap;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .tags span {
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #4d555d;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .tags a:hover span {
  color: #0f97ff;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .date {
  position: absolute;
  right: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #b7bbbf;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .stheme-list .recommends-list .item .content .course-card-info .date .fs {
  margin-right: 5px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list {
  position: relative;
  width: 21%;
  margin-right: 5%;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list h4 {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item {
  height: 80px;
  border-bottom: 1px solid rgba(28, 31, 33, 0.1);
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item a {
  display: inline-block;
  height: 70px;
  padding-top: 10px;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item a .theme-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 2px;
  object-fit: cover;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item a .title {
  color: #353745;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item a:hover .title {
  text-decoration: underline;
}
body.stheme .stheme-list-container .stheme-list-wrapper .stheme-list-content .lasted-list .theme-item .date {
  position: relative;
  display: block;
  width: 80px;
  top: -30px;
  left: 66px;
  font-size: 10px;
  color: darkgrey;
}

/* 资源中心 */
body.market-index .theme-list-container {
  white-space: normal;
  word-break: break-all;
  color: #262629;
  padding-top: 104px;
}
body.market-index .theme-list-container .banner {
  height: 520px;
  background: url(../image/market-list/1.png) center center/cover no-repeat;
}
body.market-index .theme-list-container .banner .container {
  display: flex;
  justify-content: center;
  height: 100%;
}
body.market-index .theme-list-container .banner .container .content-wrap {
  width: 954px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.market-index .theme-list-container .banner .container .content-wrap h2 {
  font-size: 64px;
  color: #ffffff;
  line-height: 96px;
  text-align: center;
  margin: 0 0 16px 0;
}
body.market-index .theme-list-container .banner .container .content-wrap h3 {
  font-size: 20px;
  color: #6d6e70;
  line-height: 30px;
  text-align: center;
  margin: 0 0 96px 0;
}
body.market-index .theme-list-container .banner .container .content-wrap .el-input {
  border: 2px solid #6d6e70;
  border-radius: 26px;
  height: 48px;
  font-size: 24px;
}
body.market-index .theme-list-container .banner .container .content-wrap .el-input .el-input-group__prepend {
  box-shadow: none;
  background: white;
  border-radius: 26px 0 0 26px;
}
body.market-index .theme-list-container .banner .container .content-wrap .el-input .el-input-group__prepend i {
  cursor: pointer;
  font-size: 20px;
}
body.market-index .theme-list-container .banner .container .content-wrap .el-input .el-input__wrapper {
  box-shadow: none;
  padding: 0;
  border-radius: 0 26px 26px 0;
}
body.market-index .theme-list-container .recommend {
  margin: 0 0 76px 0;
}
body.market-index .theme-list-container .recommend .recommend-header h2 {
  font-size: 40px;
  font-family: D-DIN-PRO-500;
  line-height: 66px;
  margin: 0 0 24px 0;
}
body.market-index .theme-list-container .recommend .recommend-content {
  display: flex;
  justify-content: space-between;
}
body.market-index .theme-list-container .recommend .theme-wrap {
  width: 710px;
}
body.market-index .theme-list-container .recommend .theme-wrap img {
  width: 100%;
}
body.market-index .theme-list-container .theme-header {
  display: flex;
  margin-bottom: 32px;
}
body.market-index .theme-list-container .theme-header a {
  padding: 0 24px;
  height: 40px;
  border: 1px solid rgb(157, 159, 163);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #3c3c3f;
  margin-right: 16px;
}
body.market-index .theme-list-container .theme-header a.active {
  background: linear-gradient(90deg, #1a72fa 7%, #0b42f8 50%, #0730c5 100%);
  color: #FFFFFF;
  border: none;
}
body.market-index .theme-list-container .theme-header a:hover {
  background-color: #E9F1FF;
}
body.market-index .theme-list-container .waiting-area {
  background: url(../image/market-list/community-bg.png) center center/cover no-repeat;
  padding: 64px 0 96px 0;
}
body.market-index .theme-list-container .waiting-area .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.market-index .theme-list-container .waiting-area .content-wrap p {
  margin: 0;
}
body.market-index .theme-list-container .waiting-area .content-wrap .title {
  font-size: 48px;
  color: #282729;
  line-height: 72px;
  margin-bottom: 16px;
}
body.market-index .theme-list-container .waiting-area .content-wrap .word {
  font-size: 20px;
  color: #6d6e70;
  line-height: 30px;
  margin-bottom: 72px;
}
body.market-index .theme-list-container .waiting-area .content-wrap a {
  width: 215px;
  height: 48px;
  background: linear-gradient(90deg, #1a72fa 12%, #0b42f8 50%, #0730c5 100%);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.market-index .theme-list-container .waiting-area .content-wrap a span {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}

body.market-index .area .content-wrap,
body.theme-detail .area .content-wrap {
  display: grid;
  padding-bottom: 200px;
  grid-auto-rows: minmax(258px, auto);
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  grid-row-gap: 32px;
  grid-column-gap: 12px;
}
body.market-index .theme-wrap .header,
body.theme-detail .theme-wrap .header {
  margin: 0;
}
body.market-index .theme-wrap .header .img-wrap,
body.theme-detail .theme-wrap .header .img-wrap {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
body.market-index .theme-wrap .header .img-wrap:hover,
body.theme-detail .theme-wrap .header .img-wrap:hover {
  outline: 2px solid #1a72fa;
}
body.market-index .theme-wrap .header .img-wrap:hover img,
body.theme-detail .theme-wrap .header .img-wrap:hover img {
  transform: scale(1.05);
}
body.market-index .theme-wrap .header .img-wrap img,
body.theme-detail .theme-wrap .header .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
body.market-index .theme-wrap .content .title-tag-wrap,
body.theme-detail .theme-wrap .content .title-tag-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
body.market-index .theme-wrap .content .title-tag-wrap p,
body.theme-detail .theme-wrap .content .title-tag-wrap p {
  margin: 0;
}
body.market-index .theme-wrap .content .title-tag-wrap .title,
body.theme-detail .theme-wrap .content .title-tag-wrap .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.market-index .theme-wrap .content .title-tag-wrap .title a,
body.theme-detail .theme-wrap .content .title-tag-wrap .title a {
  font-size: 18px;
  color: #262629;
  line-height: 28px;
}
body.market-index .theme-wrap .content .title-tag-wrap .title a:hover,
body.theme-detail .theme-wrap .content .title-tag-wrap .title a:hover {
  color: #0B42F8;
}
body.market-index .theme-wrap .content .title-tag-wrap .tag-wrap,
body.theme-detail .theme-wrap .content .title-tag-wrap .tag-wrap {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.market-index .theme-wrap .content .title-tag-wrap .tag-wrap .tag,
body.theme-detail .theme-wrap .content .title-tag-wrap .tag-wrap .tag {
  padding: 4px 10px;
  background: rgba(26, 114, 250, 0.1);
  border-radius: 12px;
  font-size: 13px;
  color: #67686a;
  margin-right: 4px;
}
body.market-index .theme-wrap .content .title-tag-wrap .tag-wrap .tag:hover,
body.theme-detail .theme-wrap .content .title-tag-wrap .tag-wrap .tag:hover {
  outline: 1px solid #D1E3FE;
  background: #E7EDFF;
}
body.market-index .theme-wrap .content .number-wrap,
body.theme-detail .theme-wrap .content .number-wrap {
  display: flex;
}
body.market-index .theme-wrap .content .number-wrap > p,
body.theme-detail .theme-wrap .content .number-wrap > p {
  margin: 4px 16px 0 0px;
  font-size: 14px;
  color: #67686A;
  line-height: 20px;
}
body.market-index .theme-wrap .content .number-wrap .unit,
body.theme-detail .theme-wrap .content .number-wrap .unit {
  margin-left: 2px;
  color: #939394;
}
/* 模板详情 */
body.theme-detail .theme-detail-container .main {
  margin-top: 64px;
  display: flex;
}
body.theme-detail .theme-detail-container .main .header {
  flex: 0 0 1024px;
  height: 576px;
  margin-right: 32px;
}
body.theme-detail .theme-detail-container .main .header .theme-iframe {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #0c1e49;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@supports not (aspect-ratio: 16/9) {
  body.theme-detail .theme-detail-container .main .header .preview-url-image {
    min-height: 576px;
  }
}
body.theme-detail .theme-detail-container .main .header .video-wrap {
  position: relative;
  height: 576px;
  border-radius: 8px;
}
body.theme-detail .theme-detail-container .main .header .video-wrap .video-control {
  width: 100%;
  height: 576px;
  border-radius: 10px;
}
body.theme-detail .theme-detail-container .main .header .video-wrap .video-control video {
  object-fit: cover;
  border-radius: 8px;
}
body.theme-detail .theme-detail-container .main .header .preview-url-image {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  filter: blur(5px);
}
@supports not (aspect-ratio: 16/9) {
  body.theme-detail .theme-detail-container .main .header .preview-url-image {
    height: 576px;
  }
}
body.theme-detail .theme-detail-container .main .content {
  box-shadow: 0px 2px 16px 0px rgba(162, 167, 184, 0.1);
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 32px 24px 56px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.theme-detail .theme-detail-container .main .content .title-tag-wrap {
  margin: 0 0 32px 0;
  display: block;
}
body.theme-detail .theme-detail-container .main .content .title-tag-wrap .title {
  font-family: "D-DIN-PRO-500";
  font-size: 28px;
  margin: 0 0 8px 0;
  line-height: 36px;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body.theme-detail .theme-detail-container .main .content .title-tag-wrap .info {
  font-size: 16px;
  line-height: 24px;
  color: #67686a;
  margin: 0 0 24px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
body.theme-detail .theme-detail-container .main .content .title-tag-wrap .tag-wrap {
  justify-content: flex-start;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap {
  padding: 0 2px;
  position: relative;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(234, 234, 234);
  top: -48px;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .number-wrap {
  margin: 0 0 32px 0;
  display: block;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .number-wrap p {
  margin: 0 0 8px 0;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button {
  width: 100%;
  height: 44px;
  padding: 12px 33px 12px 33px;
  border-radius: 8px;
  border: 0;
  background: rgb(11, 66, 248);
  font-size: 20px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button .el-loading-mask {
  background: #3C68F9;
  border-radius: 8px;
  z-index: 1;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button .el-loading-mask .el-loading-spinner {
  height: 100%;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button .el-loading-mask .circular {
  width: 28px;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button .el-loading-mask .path {
  stroke: #ffffff;
}
body.theme-detail .theme-detail-container .main .content .bottom-wrap .use-template button:hover {
  background: #3C68F9;
}
body.theme-detail .theme-detail-container .recommend {
  margin-top: 64px;
}
body.theme-detail .theme-detail-container .recommend.no-recommend {
  margin-top: 192px;
}
body.theme-detail .theme-detail-container .recommend > .header {
  font-family: D-DIN-PRO-500;
  font-size: 24px;
  color: #262629;
  margin: 0 0 24px 0;
}

/* 视频教程 */
body.video-list .video-list-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding-bottom: 100px;
}
body.video-list .video-list-container .video-list-header {
  height: 55px;
  margin-bottom: 20px;
  box-shadow: 0px 29px 49px 0px rgba(65, 90, 161, 0.1);
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list {
  display: flex;
  line-height: 55px;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav {
  position: relative;
  display: block;
  margin-right: 40px;
  font-size: 14px;
  color: #7a808c;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav .jiantou {
  display: inline-block;
  transform: rotate(90deg);
  transition: 0.1s;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav.hover {
  color: black;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav.active {
  color: #181b23;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav.active::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #2d61dc;
  bottom: 0;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu {
  position: relative;
  margin-right: 40px;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu .nav {
  margin-right: 0;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu:hover .second-menu {
  display: block;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu:hover .jiantou {
  transform: rotate(-90deg);
  transition: 0.1s;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .second-menu {
  position: absolute;
  display: none;
  top: 50px;
  left: -20px;
  overflow: hidden;
  transition: 0.15s;
  padding-top: 12px;
  margin-left: 10px;
  box-shadow: 0px 29px 49px 0px rgba(65, 90, 161, 0.1);
  z-index: 10;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .second-menu .item {
  display: block;
  width: 100px;
  margin-right: 40px;
  padding-left: 10px;
  background-color: white;
  line-height: 40px;
  color: rgba(122, 128, 140, 0.7);
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .second-menu .item:hover {
  color: black;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper {
  position: relative;
  width: 285px;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) {
  --el-input-bg-color: rgba(234, 236, 241, 0.5);
  --el-fill-color-light: rgba(234, 236, 241, 0.5);
  border: 1px solid rgba(87, 87, 90, 0.2);
  border-radius: 4px;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-input__wrapper {
  padding-left: 0;
  box-shadow: none;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-input-group__prepend {
  padding: 0 15px;
  box-shadow: none;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-button {
  cursor: pointer;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-button .fs-sousuo {
  color: #333;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select {
  position: absolute;
  width: 285px;
  top: 32px;
  border: 1px solid rgba(87, 87, 90, 0.2);
  border-radius: 0px 0px 4px 4px;
  background: #F0F2F6;
  height: 200px;
  z-index: 1;
  overflow: auto;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a {
  color: #737476;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a p {
  margin: 5px 0px 5px 10px;
  cursor: pointer;
}
body.video-list .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a:hover {
  color: #1c1c1c;
}
body.video-list .video-list-container .video-list-carousel-wrapper {
  margin-top: 20px;
  padding-bottom: 65px;
  background-color: rgb(245, 247, 250);
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper {
  display: flex;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels {
  position: relative;
  margin-right: 10px;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: 4px;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel .banner-img {
  display: block;
  width: 920px;
  height: 490px;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel h2 {
  position: absolute;
  width: 100%;
  height: 45px;
  margin: 0;
  bottom: 1px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 45px;
  text-indent: 40px;
  font-size: 18px;
  color: #fefefe;
  letter-spacing: 0.9px;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel.active {
  display: block;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousel-dots {
  position: absolute;
  display: flex;
  height: 45px;
  bottom: 0;
  right: 17px;
  align-items: center;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousel-dots .dot {
  width: 30px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  cursor: pointer;
}
body.video-list .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousel-dots .dot.active {
  background-color: #479dff;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper {
  width: 210px;
  flex: 1;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box {
  max-height: 240px;
  padding: 15px 20px;
  background-color: white;
  overflow: hidden;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-title {
  display: flex;
  margin: 0;
  margin-bottom: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #181b23;
  opacity: 0.9;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-title::before {
  content: " ";
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #ff701d;
  border-radius: 50%;
  opacity: 0.8;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-title.latest::before {
  background-color: #4D78DC;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-content {
  padding-top: 15px;
  border-top: 1px solid rgba(207, 211, 220, 0.5);
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-content li {
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-content li .video-title {
  color: #737476;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-content li .video-title:hover {
  color: #1c1c1c;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box .aside-content li:last-child {
  margin-bottom: 0;
}
body.video-list .video-list-container .video-list-carousel-wrapper .aside-video-wrapper .aside-box:first-child {
  margin-bottom: 10px;
}
body.video-list .video-list-container .videos-wrapper .videos-header {
  position: relative;
  display: flex;
  margin: 45px 0 15px;
  align-items: center;
}
body.video-list .video-list-container .videos-wrapper .videos-header img {
  width: 55px;
  margin-left: -10px;
}
body.video-list .video-list-container .videos-wrapper .videos-header h2 {
  margin: 0;
  margin-left: 10px;
  margin-right: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(24, 27, 35, 0.9);
}
body.video-list .video-list-container .videos-wrapper .videos-header h2 a {
  color: rgba(24, 27, 35, 0.9);
}
body.video-list .video-list-container .videos-wrapper .videos-header h2 a:hover {
  color: rgb(24, 27, 35);
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags {
  display: flex;
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li {
  height: 28px;
  margin-right: 18px;
  padding: 0 15px;
  border: 1px solid rgba(87, 87, 90, 0.1);
  border-radius: 14px;
  background-color: #eaecf1;
  line-height: 28px;
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li .tag {
  color: rgba(16, 16, 20, 0.7);
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li .tag:hover {
  color: rgb(16, 16, 20);
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li.active {
  background-color: #066AF5;
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li.active .tag, body.video-list .video-list-container .videos-wrapper .videos-header .tags li.active .tag:hover {
  color: white;
}
body.video-list .video-list-container .videos-wrapper .videos-header .tags li.active:hover {
  background-color: #397be4;
}
body.video-list .video-list-container .videos-wrapper .videos-header .more {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  color: rgba(16, 16, 20, 0.7);
  align-items: center;
}
body.video-list .video-list-container .videos-wrapper .videos-header .more .fs {
  font-size: 20px;
}
body.video-list .video-list-container .videos-wrapper .videos-header .more:hover {
  color: rgb(16, 16, 20);
}
body.video-list .video-list-container .videos-wrapper .videos-header.margin-hidden {
  margin-top: 0;
}
body.video-list .video-list-container .videos-wrapper .video-list {
  display: grid;
  grid-auto-rows: minmax(160px, auto);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  row-gap: 40px;
  column-gap: 20px;
}
body.video-list .video-list-container .videos-wrapper .pager {
  margin: 0;
  margin-top: 50px;
}

/* 视频详情 */
body.video-detail .video-detail-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
body.video-detail .video-detail-container .video-detail-header {
  width: 100%;
  padding: 10px 0;
  background-color: #090a0d;
}
body.video-detail .video-detail-container .video-detail-header .container {
  display: flex;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper {
  width: 860px;
  height: 525px;
  overflow: hidden;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support {
  display: flex;
  height: 38px;
  padding: 0 15px;
  background: #30333a;
  align-items: center;
  justify-content: space-between;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support i {
  padding-right: 5px;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support p {
  margin: 0;
  text-align: center;
  color: white;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support a.back:hover p {
  color: #337ab7;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support .open-polyv {
  color: #23527c;
}
body.video-detail .video-detail-container .video-detail-header .video-wrapper .video-support .open-polyv:hover {
  color: #406bf7;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper {
  display: flex;
  height: 525px;
  margin-left: 12px;
  background-color: #30333a;
  overflow: hidden;
  color: white;
  flex-direction: column;
  flex: 1;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 50px;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-header h2 {
  position: relative;
  min-height: 16px;
  margin: 20px 0;
  font-size: 16px;
  color: #fff;
  line-height: 17px;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-header h2 .fs {
  position: absolute;
  font-size: 24px;
  left: -28px;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content {
  overflow-y: auto;
  flex: 1;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series {
  position: relative;
  height: 66px;
  padding: 15px 25px;
  border: 1px solid rgba(19, 19, 21, 0.5);
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .fs {
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 32px;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .fs.fs-bofang4 {
  color: #fff;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series h3 {
  width: 80%;
  margin: 0;
  overflow: hidden;
  line-height: 14px;
  font-size: 14px;
  color: #cfd3dc;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series h4 {
  margin: 10px 0;
  font-size: 12px;
  color: rgba(182, 183, 184, 0.5);
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .play-wrapper {
  width: 80%;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .play-wrapper .loader-61 {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 10px;
  top: 13px;
  right: 35px;
  border-radius: 4px;
  background: currentColor;
  color: #D48D64;
  animation: animloader61m 0.3s 0.3s linear infinite alternate;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .play-wrapper .loader-61::after, body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .play-wrapper .loader-61::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 20px;
  bottom: 0;
  left: 5px;
  border-radius: 4px;
  background: currentColor;
  -webkit-animation: animloader61 0.3s 0.45s linear infinite alternate;
  animation: animloader61 0.3s 0.45s linear infinite alternate;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series .play-wrapper .loader-61::before {
  left: -5px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
body.video-detail .video-detail-container .video-detail-header .catalogue-wrapper .catalogue-content .video-series.active {
  background-color: rgba(19, 19, 21, 0.5);
}
body.video-detail .video-detail-container .video-detail-content {
  padding: 20px 0 120px 0;
  background-color: rgb(245, 247, 250);
}
body.video-detail .video-detail-container .video-detail-content .video-info {
  padding: 20px 35px;
  background-color: white;
}
body.video-detail .video-detail-container .video-detail-content .video-info h1 {
  margin: 0;
  font-size: 24px;
  color: rgba(24, 27, 35, 0.9);
}
body.video-detail .video-detail-container .video-detail-content .video-info .tags {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(207, 211, 220, 0.5);
  align-items: center;
}
body.video-detail .video-detail-container .video-detail-content .video-info .tags .tag {
  height: 28px;
  margin-right: 18px;
  padding: 0 15px;
  border: 1px solid rgba(87, 87, 90, 0.1);
  border-radius: 14px;
  background-color: #eaecf1;
  line-height: 28px;
  color: rgba(16, 16, 20, 0.7);
}
body.video-detail .video-detail-container .video-detail-content .video-info .tags .tag:hover {
  color: rgb(16, 16, 20);
}
body.video-detail .video-detail-container .video-detail-content .video-info h2 {
  font-size: 18px;
  color: rgba(24, 27, 35, 0.9);
}
body.video-detail .video-detail-container .video-detail-content .video-info h3 {
  line-height: 24px;
  font-size: 14px;
  color: rgba(63, 66, 71, 0.8);
}
body.video-detail .video-detail-container .video-detail-content .video-info h3 a {
  color: #337ab7;
}
body.video-detail .video-detail-container .video-detail-content .video-info h3 a:hover {
  color: #406bf7;
}
body.video-detail .video-detail-container .video-detail-content .video-list {
  min-height: 296px;
  margin-bottom: 40px;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header {
  display: flex;
  margin-top: 30px;
  margin-left: 10px;
  justify-content: space-between;
  align-items: center;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .left {
  display: flex;
  align-items: center;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .left img {
  width: 40px;
  margin-right: 5px;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .left h3 {
  margin: 0;
  font-size: 20px;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .video-detail-pager {
  display: flex;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .video-detail-pager span {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
body.video-detail .video-detail-container .video-detail-content .video-list .video-list-header .video-detail-pager span.active {
  background-color: #215df4;
  color: white;
}
body.video-detail .video-detail-container .video-detail-content .video-list .list {
  display: grid;
  height: unset;
  margin-top: 10px;
  grid-auto-rows: minmax(160px, auto);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  row-gap: 40px;
  column-gap: 20px;
}
@keyframes animloader61 {
  0% {
    height: 15px;
  }
  100% {
    height: 1px;
  }
}
@keyframes animloader61m {
  0% {
    height: 15px;
    transform: translateY(0);
  }
  100% {
    height: 1px;
    transform: translateY(15px);
  }
}

body.resources {
  background: rgb(245, 245, 247);
}
body.resources .resources-navigation .content {
  display: flex;
  justify-content: space-between;
}
body.resources .resources-navigation .content .nav-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.resources .resources-navigation .content .nav-content img {
  margin: 0 8px;
}
body.resources .resources-navigation .content .nav-content a {
  font-size: 20px;
  line-height: 36px;
  color: rgb(118, 119, 122);
}
body.resources .resources-navigation .content .nav-content a:last-of-type {
  font-size: 24px;
  line-height: 36px;
  color: rgb(16, 18, 21);
}
body.resources .resources-navigation .content .nav-content a:hover {
  color: rgb(34, 140, 252);
}
body.resources .resources-navigation .content .el-input {
  width: 360px;
  height: 40px;
}
body.resources .resources-navigation .content .el-input .fs-sousuo {
  cursor: pointer;
}
body.resources .resources-navigation .content .el-input .el-input__wrapper {
  background: rgb(232, 234, 237);
  border-radius: 8px;
}
body.resources .resources-wrap {
  margin: 48px 0 128px 0;
}
@media (min-width: 1440px) {
  body.resources .resources-wrap .container {
    width: 1320px;
  }
}
body.resources .resources-wrap .main {
  margin-top: 32px;
}

.model-container .main .type-wrap > div {
  height: 172px;
  padding: 32px 64px;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 16px;
}
.model-container .main .type-wrap > div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.model-container .main .type-wrap > div .title > div {
  display: flex;
  align-items: center;
}
.model-container .main .type-wrap > div .title span {
  font-size: 28px;
  line-height: 40px;
  color: white;
  margin-left: 12px;
}
.model-container .main .type-wrap > div .title a {
  font-size: 16px;
  line-height: 24px;
  color: white;
  display: block;
  background: rgb(69, 138, 249);
  padding: 4px 16px;
  border-radius: 20px;
}
.model-container .main .type-wrap > div .title a:hover {
  background: rgb(82, 145, 255);
}
.model-container .main .type-wrap > div .content {
  height: 24px;
  overflow: hidden;
}
.model-container .main .type-wrap > div .content a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(247, 247, 247);
  margin-right: 24px;
}
.model-container .main .type-wrap > div .content a:hover {
  color: rgb(34, 140, 252);
}

.model-category-container .category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.model-category-container .category-wrap .category {
  width: 414px;
  height: 100px;
  border-radius: 8px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-category-container .category-wrap .category:hover {
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.model-category-container .category-wrap .category a {
  font-size: 24px;
  line-height: 36px;
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
}
.model-category-container .category-wrap .category a:hover {
  color: rgb(34, 140, 252);
}
.model-category-container .category-wrap .category a img {
  margin-left: 4px;
}

.model-list-container .list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.model-list-container .list-wrap .list {
  display: flex;
  flex-direction: column;
}
.model-list-container .list-wrap .list .img-wrap {
  overflow: hidden;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.model-list-container .list-wrap .list .img-wrap img {
  width: 238px;
  transition: all 0.3s ease-out;
}
.model-list-container .list-wrap .list .img-wrap:hover {
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.model-list-container .list-wrap .list .img-wrap:hover img {
  transform: scale(1.06);
}
.model-list-container .list-wrap .list > div.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px;
}
.model-list-container .list-wrap .list > div.content a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(41, 41, 41);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
}
.model-list-container .list-wrap .list > div.content a:hover {
  color: rgb(34, 140, 252);
}
.model-list-container .list-wrap .list > div.content p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: rgb(75, 78, 82);
}

.model-detail-container .main-wrap {
  display: flex;
  margin-bottom: 24px;
}
.model-detail-container .main-wrap .main-img-wrap {
  margin-right: 20px;
}
.model-detail-container .main-wrap .main-img-wrap img {
  width: 460px;
  border-radius: 8px;
}
.model-detail-container .main-wrap .content-wrap {
  flex: 1;
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap .title-wrap h2 {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: rgb(27, 28, 31);
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap .title-wrap span {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 16px;
  background: rgba(69, 138, 249, 0.04);
  border: 1px solid rgb(218, 225, 237);
  color: rgb(163, 163, 163);
  border-radius: 16px;
  margin-left: 8px;
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(75, 78, 82);
  margin: 0;
  margin-bottom: 8px;
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap .download {
  margin-top: 24px;
  display: block;
  height: 52px;
  border-radius: 4px;
  background: rgb(11, 66, 248);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: rgb(255, 255, 255);
}
.model-detail-container .main-wrap .content-wrap .big-title-wrap .download:hover {
  background: #3C68F9;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap {
  background: rgb(245, 245, 247);
  padding: 8px 12px;
  border-radius: 6px;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap h3 {
  font-size: 20px;
  line-height: 36px;
  color: rgb(27, 28, 31);
  margin: 0 0 8px 0;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div {
  display: flex;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap {
  margin-right: 16px;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.pic {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.pic img {
  width: 136px;
  transform: scale(1);
  transition: all 0.3s ease-out;
  will-change: transform;
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.pic:hover {
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.16);
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.pic:hover img {
  transform: scale(1.06);
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.word {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(41, 41, 41);
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div .img-wrap a.word:hover {
  color: rgb(34, 140, 252);
}
.model-detail-container .main-wrap .content-wrap .recommend-wrap > div > div:last-child {
  margin-right: 0;
}
.model-detail-container .course-wrap {
  background-color: white;
  padding: 32px;
  border-radius: 8px;
}
.model-detail-container .course-wrap h3 {
  font-size: 24px;
  line-height: 36px;
  color: rgb(27, 28, 31);
  margin: 0 0 16px 0;
}
.model-detail-container .course-wrap .course-content {
  display: flex;
  justify-content: space-between;
}
.model-detail-container .course-wrap .course-content > div p {
  font-size: 20px;
  line-height: 30px;
  color: rgb(75, 78, 82);
  text-align: center;
  margin: 16px 0 0 0;
}

.no-content-wrap {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-content-wrap img {
  width: 76px;
}
.no-content-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(118, 119, 122);
}