@charset "UTF-8";
@import url("//at.alicdn.com/t/c/font_1557486_dgyqwtvtktr.css");
.fs {
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

* {
  font-family: "PingFang SC", "Microsoft Yahei", sans-serif;
  box-sizing: border-box;
}

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

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

html > body {
  width: 100% !important;
  font-size: 14px;
  margin: 0;
  line-height: 1.42;
  z-index: -100;
  position: relative;
  overflow-x: auto;
  transition: transform 0.4s ease-in-out;
}

.main {
  transition: transform 0.4s ease-in-out;
}

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;
  min-width: 1280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
}

/* 导航栏 header.ejs*/
.header-wrapper {
  z-index: 999;
  position: relative;
  height: 64px;
}
.header-wrapper * {
  transition: all 0.15s ease;
}
.header-wrapper .header_area {
  position: fixed;
  width: 100%;
  min-width: 1060px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .logo a.nav-brand {
  width: 120px;
  height: 24px;
  background: url("/image/header/logo.svg") no-repeat center;
  background-size: 100% 100%;
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap {
  display: flex;
  line-height: 59px;
  margin: auto;
  margin-left: 40px;
  height: 64px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
  /* 添加 position 属性 */
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .nav-brand {
  color: #555555;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .link {
  color: #969899;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav .price-center {
  color: white;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .nav a:hover {
  opacity: 1;
  color: #222222;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .active {
  height: 47px;
  box-sizing: border-box;
  border-bottom: 2px solid;
  border-color: #E7CB44;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .nav-wrap .active a {
  color: #222222 !important;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .header-btn {
  height: 40px !important;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .header-btn > a {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .header-btn > a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .header-btn + .header-btn {
  margin-left: 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container {
  width: 116px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a {
  font-size: 16px;
  padding: 20px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  /* 字符间距为 2px */
  line-height: 16px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.download {
  background: #fff;
  box-shadow: 0 0 8px rgba(84, 160, 235, 0.1);
  color: #222222;
  border: 1px solid #BBBBBB;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.consult {
  color: white;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to right, rgb(55, 229, 229), rgb(112, 155, 255));
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .classy-nav-container a.consult:hover {
  background-image: linear-gradient(to right, rgb(42, 74, 108), rgb(42, 74, 108)), linear-gradient(to right, rgb(55, 229, 229), rgb(112, 155, 255));
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .login {
  width: 103px;
  height: 64px;
  white-space: nowrap;
  background: none;
  border-radius: 4px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .login:hover a {
  background-color: #2F3233;
  color: #D8E8EB;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .login a {
  color: #9da2a3;
  font-size: 16px;
  line-height: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url("/image/header/lang_switch_hover.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang:hover {
  background-color: #2f3233;
  background-image: url("/image/header/lang_switch.svg");
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang:hover .dropdown {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 0px;
  right: 0;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .dropdown-content {
  border: 1px solid #323638;
  border-radius: 4px;
  background-color: #212324;
  padding: 4px;
  z-index: 10;
  width: 160px;
  height: 128px;
  margin-top: 44px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .dropdown-content .option {
  color: #9da2a3;
  text-align: left;
  width: 152px;
  height: 40px;
  padding: 8px 12px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .dropdown-content .option:hover {
  color: #ffffff;
  background-color: #303233;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .switch-lang .dropdown .dropdown-content .option a {
  color: #ffffff;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info {
  background-color: #121414;
  border-radius: 4px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap {
  padding: 8px 10px;
  width: 150px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap .left {
  flex: 1;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap .left .nameLogin {
  color: #fff;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap .left .text {
  color: #9da2a3;
  display: none;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap .left .text.isShow {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .user-wrap .right {
  width: 32px;
  height: 32px;
  background-image: url(../image/account-management/avatar.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info:hover {
  background-color: #2f3233;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info:hover .arrow-down {
  display: block;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down {
  display: none;
  position: absolute;
  z-index: 999;
  width: 160px;
  top: 0;
  left: 0;
  padding-top: 47px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner {
  padding: 4px;
  background-color: #212324;
  color: #9DA2A3;
  border: 1px solid #323638;
  border-radius: 4px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .item {
  height: 40px;
  line-height: 40px;
  display: flex;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .item .wrap {
  display: flex;
  align-items: center;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .item .wrap .icon {
  margin-right: 8px;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .item:hover {
  color: #ffffff;
  background-color: #303233;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .item .icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .offLine-code .icon {
  background-image: url(../image/account-management/code-icon.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .offLine-code:hover .icon {
  background-image: url(../image/account-management/code-icon-hover.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .logout .icon,
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .normal-question .icon {
  background-image: url(../image/account-management/logout.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .logout:hover .icon,
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .normal-question:hover .icon {
  background-image: url(../image/account-management/logout-hover.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .normal-question .icon {
  background-image: url(../image/account-management/question.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .arrow-down .arrow-down-inner .normal-question:hover .icon {
  background-image: url(../image/account-management/question-hover.svg);
}
.header-wrapper .header_area .sticky-wrapper .main_header_area .user-info .opacity {
  display: block;
}

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

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

.custom-service {
  height: 0;
}
.custom-service .bg {
  background: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.custom-service .custom-service-wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
.custom-service .custom-service-wrap .left-side {
  padding: 40px 92px 0 92px;
  background: url(/image/header/menu-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.custom-service .custom-service-wrap .left-side > 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*/
body > footer {
  background-color: #2C2C2C;
  background-blend-mode: overlay;
  padding: 80px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-width: 1440px;
  gap: 96px;
  background-size: 100% 60%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -3;
  position: relative;
}
body > footer * {
  transition: all 0.15s ease;
}
body > footer .footer-top {
  width: 100%;
  height: 30%;
}
body > footer .footer-top .ad-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body > footer .footer-top .ad-wrap .ad-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 128%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
body > footer .footer-top .ad-wrap .download-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer .footer-top .ad-wrap .download-wrap .download-btn {
  width: 174px;
  height: 48px;
}
body > footer .footer-top .ad-wrap .download-wrap .download-btn a {
  width: 100%;
  height: 100%;
  background-color: #E7CB44;
  border-radius: 8px;
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer .footer-top .ad-wrap .download-wrap .download-btn a:hover {
  background-color: #F3DD75;
}
body > footer .footer-top .ad-wrap .download-wrap .download-btn a img {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
body > footer .df {
  display: flex;
}
body > footer .df-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer .download {
  background: url(../image/main/footer-bg.jpg) center center/cover no-repeat;
  position: relative;
  z-index: -2;
}
body > footer .download .wrap {
  text-align: center;
  margin: 64px 0 96px 0;
}
body > footer .download .wrap .h2-wrap {
  display: flex;
  justify-content: center;
}
body > footer .download .wrap .h2-wrap h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 56px;
}
body > footer .download .wrap .h3-wrap {
  display: flex;
  justify-content: center;
}
body > footer .download .wrap .h3-wrap h3 {
  font-size: 20px;
  line-height: 30px;
  color: rgb(220, 221, 224);
  margin-bottom: 54px;
}
body > footer .download .wrap .download-wrap {
  display: flex;
  justify-content: center;
}
body > footer .download .wrap .download-wrap .download-content {
  width: 285px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #00C3C3 0%, #3E8DDC 100%);
  cursor: pointer;
  position: relative;
}
body > footer .download .wrap .download-wrap .download-content:hover {
  background: linear-gradient(90deg, #26DFDF 0%, #44C5EB 50%, #61ACF7 100%);
}
body > footer .download .wrap .download-wrap .download-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(55, 229, 229, 0.2) 0%, rgba(112, 155, 255, 0.2) 100%);
  z-index: -1;
  filter: blur(32px);
}
body > footer .download .wrap .download-wrap .download-content a {
  font-size: 24px;
  line-height: 36px;
  border-radius: 8px;
  color: white;
}
body > footer .download .wrap .download-wrap .download-content a img {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 0px) and (max-width: 1440px) {
  body > footer .download .wrap .h2-wrap {
    display: block;
  }
  body > footer .download .wrap .h2-wrap h2 {
    margin: 0;
    line-height: 44px;
    font-size: 32px;
  }
  body > footer .download .wrap .h3-wrap {
    display: block;
    margin: 16px 0 48px 0;
  }
  body > footer .download .wrap .h3-wrap h3 {
    margin: 0;
    font-size: 18px;
  }
  body > footer .download .wrap .download-wrap .download-content {
    width: 253px;
    height: 52px;
  }
  body > footer .download .wrap .download-wrap .download-content a {
    font-size: 20px;
  }
}
body > footer .footer-bottom {
  width: 100%;
  height: 1;
}
body > footer .footer-bottom .link .wrap {
  display: flex;
  justify-content: space-between;
}
body > footer .footer-bottom .link .wrap .left {
  flex: 1;
}
body > footer .footer-bottom .link .wrap .left .foreign {
  width: 100%;
  height: 24px;
  margin-top: 32px;
  color: #bababa;
}
body > footer .footer-bottom .link .wrap .left .foreign a {
  color: inherit;
}
body > footer .footer-bottom .link .wrap .left .foreign a .hover {
  display: none;
}
body > footer .footer-bottom .link .wrap .left .foreign a:hover .hover {
  display: block;
}
body > footer .footer-bottom .link .wrap .left .foreign a:hover .normal {
  display: none;
}
body > footer .footer-bottom .link .wrap .left .foreign .video-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 206px;
}
body > footer .footer-bottom .link .wrap .left .foreign .video-list a:nth-child(1) img {
  width: 25px;
  height: 24px;
}
body > footer .footer-bottom .link .wrap .left .foreign .video-list a:nth-child(2) img {
  width: 36px;
  height: 24px;
}
body > footer .footer-bottom .link .wrap .left .foreign .video-list a:nth-child(3) img {
  width: 25px;
  height: 24px;
}
body > footer .footer-bottom .link .wrap .left .foreign .video-list a:nth-child(4) img {
  width: 24px;
  height: 24px;
}
body > footer .footer-bottom .link .wrap .left .foreign .email {
  margin-top: 16px;
}
body > footer .footer-bottom .link .wrap .left .foreign .foreign-copyright {
  margin-top: 8px;
}
body > footer .footer-bottom .link .wrap .left .bottom {
  margin-top: 48px;
  display: flex;
  justify-content: flex-start;
}
body > footer .footer-bottom .link .wrap .left .bottom .code {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  background-color: #1f2729;
  margin-right: 20px;
  background-image: url("../image/sidebar/微信客服.png");
  background-size: 100% 100%;
}
body > footer .footer-bottom .link .wrap .left .bottom .contact {
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
body > footer .footer-bottom .link .wrap .left .bottom .contact .contact-item {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #727272;
}
body > footer .footer-bottom .link .wrap .right {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 112px;
}
body > footer .footer-bottom .link .wrap .right .intro-wrap {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body > footer .footer-bottom .link .wrap .right .intro-wrap .title,
body > footer .footer-bottom .link .wrap .right .intro-wrap .intro-item {
  color: #BBBBBB;
  margin-bottom: 16px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
body > footer .footer-bottom .link .wrap .right .intro-wrap .intro-item {
  color: #727272;
}
body > footer .footer-bottom .link .wrap .right .intro-wrap .intro-item:hover {
  border-bottom: 1px solid #bababa;
  cursor: pointer;
}
body > footer .footer-bottom .copyright {
  text-align: center;
}
body > footer .footer-bottom .copyright .container .wrap {
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap {
  display: flex;
  gap: 24px;
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item a {
  display: block;
  width: 100%;
  height: 100%;
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.title {
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #727272;
  cursor: default;
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.qq {
  background-image: url("../image/footer/qq.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.qq:hover {
  background-image: url("../image/footer/qq_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.weibo {
  background-image: url("../image/footer/weibo.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.weibo:hover {
  background-image: url("../image/footer/weibo_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.wechat {
  background-image: url("../image/footer/wechat.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.wechat:hover {
  background-image: url("../image/footer/wechat_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.douyin {
  width: 72px;
  background-image: url("../image/footer/douyin.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.douyin:hover {
  background-image: url("../image/footer/douyin_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.bilibili {
  width: 56px;
  background-image: url("../image/footer/bilibili.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.bilibili:hover {
  background-image: url("../image/footer/bilibili_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.xiaohongshu {
  width: 60px;
  background-image: url("../image/footer/xiaohongshu.svg");
}
body > footer .footer-bottom .copyright .container .wrap .contact-wrap .contact-item.xiaohongshu:hover {
  background-image: url("../image/footer/xiaohongshu_hover.svg");
}
body > footer .footer-bottom .copyright .container .wrap .copyright-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  opacity: 0.5;
  color: #898e8f;
}
body > footer .footer-bottom .copyright .container .wrap .copyright-text a {
  color: #898e8f;
  text-decoration: underline;
}
body > footer .footer-bottom .mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(100.05deg, #20d4d4 0%, #3ab9e1 50%, #53a0ed 100%);
}
body > footer .footer-bottom .mobile .mobile-wrap {
  display: flex;
}
body > footer .footer-bottom .mobile .mobile-wrap a:nth-child(1) {
  border-right: 2px solid white;
}
body > footer .footer-bottom .mobile .mobile-wrap > a {
  width: 100%;
  height: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body > footer .footer-bottom .mobile .mobile-wrap > a:first-of-type {
  margin-right: 1px;
}
body > footer .footer-bottom .mobile .mobile-wrap > a p {
  font-size: 4vw;
  color: white;
  margin: 1vw 0 0 0;
}
body > footer .footer-bottom .mobile .mobile-wrap > a img {
  width: 5vw;
}
body > footer .footer-bottom .mobile .mobile-wrap a:active {
  background: linear-gradient(100.05deg, #32e6e6 0%, #6bb5ff 100%);
}
body > footer .footer-bottom .mobile .mobile-wrap a:hover {
  background: linear-gradient(100.05deg, #32e6e6 0%, #6bb5ff 100%);
}
body > footer .footer-bottom .mobileShow {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.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, #00C3C3 0%, #3E8DDC 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 !important;
}

.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/video/pager_first.png") no-repeat center;
}
.pager .pagination li a.page-right-more {
  background: url("/image/video/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;
  margin-top: 80px;
  margin-bottom: 96px;
}
.wrap-404:after {
  clear: both;
  content: "";
  display: block;
}
.wrap-404 .page-header {
  width: 100%;
}
.wrap-404 .page-header .page-title {
  display: none;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #222;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wrap-404 .img-box {
  width: 512px;
  height: 288px;
  margin: 0 auto;
}
.wrap-404 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 48em) {
  .wrap-404 {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
  }
}
#policies-agreements-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
#policies-agreements-container .pic-header-wrapper {
  position: relative;
  height: 255px;
  background-image: url("/image/common/tutorial_bg.png");
  background-position: center center;
  background-size: cover;
}
#policies-agreements-container .pic-header-wrapper.vip-service-pic-header-wrapper {
  height: 180px;
}
#policies-agreements-container .pic-header-wrapper .breadcrumb-content {
  text-align: center;
  color: #555;
}
#policies-agreements-container .pic-header-wrapper .breadcrumb-content h1 {
  margin-top: 63px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  color: #141414;
}
#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;
  color: #555;
}
#policies-agreements-container .policies-agreements .second-container h4 {
  font-size: 24px;
  margin-bottom: 0.62em;
  color: #141414;
}
#policies-agreements-container .policies-agreements .second-container .content a {
  color: #337ab7;
}
#policies-agreements-container .policies-agreements .second-container .content a:hover {
  color: #406bf7;
}
#policies-agreements-container .table {
  font-size: 14px;
  margin: auto;
}
#policies-agreements-container .table .row {
  display: flex;
}
#policies-agreements-container .table .row .col {
  text-align: center;
  border: 1px solid #373737;
  width: 150px;
  display: flex;
  /* 添加 flex 布局 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
}
#policies-agreements-container .table .row .col3 {
  text-align: left;
  width: 400px;
}

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

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

#video-dialog {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
#video-dialog.active {
  display: block;
}
#video-dialog .video-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#video-dialog .video-wrapper .video-player {
  width: 100%;
  height: auto;
}
#video-dialog .video-wrapper .video-player .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67%;
  height: 80%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
#video-dialog .video-wrapper .video-player .bg .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -40px;
  top: 0px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#video-dialog .video-wrapper .video-player .bg .close-btn .icon::before {
  position: relative;
  top: 1px;
}
#video-dialog .video-wrapper .video-player .bg .close-btn .icon:hover {
  opacity: 0.8;
}
#video-dialog .video-wrapper .video-player .video-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 66%;
  padding: 14px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  height: 78%;
}

/*--------------------------------------------------------------
# Articles Pagination (32px, pixel-based)
--------------------------------------------------------------*/
/* 定义可自定义的变量 */
.articles-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.articles-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style: none;
  gap: 8px;
}
.articles-pagination .page-item {
  margin: 0;
}
.articles-pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #E7CB44;
  border-color: #E7CB44;
  font-weight: bold;
  cursor: default;
}
.articles-pagination .page-item.disabled {
  cursor: not-allowed;
}
.articles-pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.articles-pagination .page-item.ellipsis .articles-pagination .page-item span {
  user-select: none;
}
.articles-pagination .page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #6c757d;
  background-color: #f0f2f5;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  user-select: none;
}
.articles-pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  border-color: #E7CB44;
  background-color: #E7CB44;
}
.articles-pagination .page-link svg {
  width: 1em;
  height: 1em;
}

.image-overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  animation: fadeIn 0.3s ease;
  /* 定义淡入动画 */
  /* 定义缩放进入动画 */
}
.image-overlay-container.active {
  display: flex;
}
.image-overlay-container .large-image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}
.image-overlay-container .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.image-overlay-container .close-button:hover {
  color: #ccc;
  transform: scale(1.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

body.index {
  z-index: -100;
  position: relative;
}
body.index .main {
  z-index: -4;
  position: relative;
  overflow: hidden;
  /* -------------------------
   * Variables
   * ------------------------- */
}
body.index .main .content-area {
  min-width: 1440px;
  padding: 112px 40px;
}
body.index .main .content-area.welcome {
  padding-top: 96px;
  padding-bottom: 10px;
  position: relative;
  background-color: #F4F4F4;
}
body.index .main .content-area.welcome .part1 {
  position: relative;
  display: flex;
  width: 100%;
  height: 576px;
  justify-content: space-between;
  margin: auto;
}
body.index .main .content-area.welcome .part1 .download-wrap {
  width: 900px;
  height: 378px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap {
  width: 100%;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap .header-ad {
  width: 292px;
  height: 40px;
  flex-shrink: 0;
  background: url("../../../image/home/part1/part1_header_ad.jpg") no-repeat center left;
  background-size: contain;
  margin-bottom: 24px;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap .switch-content {
  width: 100%;
  height: 194px;
  position: relative;
  margin-bottom: 48px;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap .switch-content .switch-content-item {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap .switch-content .switch-content-item .text {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #090a0a;
}
body.index .main .content-area.welcome .part1 .download-wrap .download-content .switch-wrap .switch-content .switch-content-item .sub-text {
  width: 100%;
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #2f3b3d;
}
body.index .main .content-area.welcome .part1 .download-wrap .free {
  width: 168px;
  height: 36px;
  background-image: url("../image/home/free.svg");
  position: absolute;
  left: 315px;
  top: -35px;
  transform: rotate(-12deg);
}
body.index .main .content-area.welcome .part1 .download-wrap .one-step {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 16px;
  width: 175px;
  background: linear-gradient(90deg, #00C3C3, #3E8DDC);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
body.index .main .content-area.welcome .part1 .download-wrap .jpOneStep {
  width: 230px;
}
body.index .main .content-area.welcome .part1 .download-wrap .enOneStep {
  width: 280px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switchWrap {
  width: 600px;
}
body.index .main .content-area.welcome .part1 .download-wrap .switchWrap .switch-tag p {
  font-size: 16px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 56px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn {
  position: relative;
  border-radius: 4px;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 1px 2px 8px -4px rgba(44, 78, 122, 0.1019607843);
  font-size: 22px;
  background-color: #E7CB44;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn:hover {
  background-color: #F3DD75;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-icon, body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .dropdown-icon {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .win-icon {
  background-image: url("../../../image/home/part1/win.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .mac-icon {
  background-image: url("../../../image/home/part1/mac.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .linux-icon {
  background-image: url("../../../image/home/part1/linux.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .dropdown-icon.win-icon {
  background-image: url("../../../image/home/part1/win_hover.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .dropdown-icon.mac-icon {
  background-image: url("../../../image/home/part1/mac_hover.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .dropdown-icon.linux-icon {
  background-image: url("../../../image/home/part1/linux_hover.png");
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-btn-word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  flex: 1;
  border-radius: 4px 0 0 4px;
  height: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 16px;
  color: #222222;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn {
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn img {
  width: 12px;
  height: 6px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn:hover .download-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap {
  position: absolute;
  z-index: 100;
  display: none;
  top: 55px;
  left: -154px;
  width: 200px;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .air {
  width: 223px;
  height: 55px;
  border: 1px solid red;
  opacity: 0;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .air a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .download-list-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(35, 49, 51, 0.0784313725);
  padding: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .download-list-content .list-item {
  width: 100%;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .download-list-content .list-item a {
  font-size: 20px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  height: 48px;
  padding: 8px 16px;
  width: 100%;
  height: 100%;
  color: inherit;
  gap: 5px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .download-btn .download-bar-btn .download-list-wrap .download-list-content .list-item:hover {
  background-color: #f2f6f7;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid #E7CB44;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  padding: 16px 16px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .video-btn img {
  width: 24px;
  height: 24px;
}
body.index .main .content-area.welcome .part1 .download-wrap .bottom .btn-wrap .video-btn span {
  font-size: 20px;
  color: #E7CB44;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
body.index .main .content-area.welcome .part1 .download-wrap .enBottom {
  margin-top: 70px;
}
body.index .main .content-area.welcome .part1 .jpDownloaWrap {
  width: 512px;
}
body.index .main .content-area.welcome .part1 .enDownloaWrap {
  width: 512px;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap {
  width: 1440px;
  height: 478px;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  transition: all 0.5s;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap .video-js {
  background-color: transparent;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap video {
  background: url("/image/home/part1/demo_start.jpg") center center/cover no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap .vjs-loading-spinner {
  display: none;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap .homepage-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.index .main .content-area.welcome .part1 .switch-content-wrap .video-wrap .video-player {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
body.index .main .content-area.welcome .part1-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -52px;
  width: 1280px;
  height: 104px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(35, 49, 51, 0.0784313725);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  border-radius: 8px;
}
body.index .main .content-area.welcome .part1-2 .item {
  flex: 1;
  height: 100%;
}
body.index .main .content-area.welcome .part1-2 .item > a {
  width: 100%;
  height: 100%;
  color: initial;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
}
body.index .main .content-area.welcome .part1-2 .item > a:hover {
  background-color: #F6F6F6;
}
body.index .main .content-area.welcome .part1-2 .item > a .title {
  font-size: 24px;
  font-weight: 500;
  color: #090a0a;
  line-height: 1.5;
}
body.index .main .content-area.welcome .part1-2 .item > a .sub-title {
  font-size: 16px;
  color: #4e5152;
  line-height: 1.5;
}
body.index .main .content-area.welcome .part1-2 .item > a .icon {
  width: 40.5px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 6px;
}
body.index .main .content-area.welcome .part1-2 .item > a .icon.new-icon {
  background-image: url("../../../image/home/part1-2/new.jpg");
}
body.index .main .content-area.welcome .part1-2 .item > a .icon.service-icon {
  background-image: url("../../../image/home/part1-2/service.jpg");
}
body.index .main .content-area.welcome .part1-2 .item > a .icon.free-icon {
  background-image: url("../../../image/home/part1-2/free.jpg");
}
body.index .main .content-area .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.index .main .content-area .container .part-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.28;
  letter-spacing: 0;
  color: #090A0A;
}
body.index .main .content-area .container .part-title .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body.index .main .content-area .container .part-title .title-wrap .title-2 {
  color: #555555;
  font-size: 16px;
}
body.index .main .content-area .container .part-content {
  width: 1280px;
}
body.index .main .part2 {
  gap: 64px;
}
body.index .main .part2 .part-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body.index .main .part2 .part-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.index .main .part2 .part-content .card-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
body.index .main .part2 .part-content .card-wrap .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 411.33px;
  height: 440px;
  border-radius: 8px;
  padding: 16px;
  transition: transform 0.3s ease;
}
body.index .main .part2 .part-content .card-wrap .card:hover {
  transform: translateY(-5px);
}
body.index .main .part2 .part-content .card-wrap .card .card-video-wrap {
  width: 379.33px;
  background-color: white;
  position: relative;
}
body.index .main .part2 .part-content .card-wrap .card .card-video-wrap .card-video-img {
  width: 100%;
  aspect-ratio: 379/285;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}
body.index .main .part2 .part-content .card-wrap .card .card-video-wrap .card-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body.index .main .part2 .part-content .card-wrap .card .card-info .card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #090A0A;
  margin-bottom: 8px;
}
body.index .main .part2 .part-content .card-wrap .card .card-info .card-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4E5152;
}
body.index .main .part3 {
  gap: 48px;
}
body.index .main .part3 .card-animation {
  animation: cardAnimation 0.5s ease;
}
body.index .main .part3 .image-wrap-animation {
  animation: imageWrapAnimation 0.5s ease;
}
@keyframes cardAnimation {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-60px);
  }
}
@keyframes imageWrapAnimation {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(60px);
  }
}
body.index .main .part3 .ani-image-in {
  animation: aniImageIn 0.5s ease;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
@keyframes aniImageIn {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.index .main .part3 .ani-image-out {
  animation: aniImageOut 0.5s ease;
  opacity: 1;
  position: absolute;
  z-index: -1;
}
@keyframes aniImageOut {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.index .main .part3 .ani-card-in {
  animation: aniCardIn 0.5s ease;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
@keyframes aniCardIn {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  60% {
    opacity: 0.9;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
body.index .main .part3 .ani-card-out {
  animation: aniCardOut 0.5s ease;
  opacity: 1;
  position: absolute;
  z-index: -1;
}
@keyframes aniCardOut {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
  40% {
    opacity: 0.1;
    filter: blur(8px);
  }
  100% {
    opacity: 0;
    filter: blur(8px);
  }
}
body.index .main .part3 .part-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
body.index .main .part3 .part-title .menu-wrap {
  height: 48px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
body.index .main .part3 .part-title .menu-wrap .menu-item {
  font-size: 20px;
  color: #555555;
  height: 48px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  user-select: none;
}
body.index .main .part3 .part-title .menu-wrap .menu-item.active {
  background: #fff;
  color: #222222;
}
body.index .main .part3 .part-title .menu-wrap .menu-item:hover {
  background: #fff;
}
body.index .main .part3 .part-title .menu-wrap .menu-item .icon {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.index .main .part3 .part-content {
  width: 1280px;
  height: 432px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
}
body.index .main .part3 .part-content .image-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 768px;
  height: 432px;
  border-radius: 4px;
  overflow: hidden;
}
body.index .main .part3 .part-content .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.index .main .part3 .part-content .card {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 56px 44px;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(0);
}
body.index .main .part3 .part-content .card .card-content {
  width: 424px;
  position: absolute;
  right: 56px;
  top: 44px;
}
body.index .main .part3 .part-content .card .card-content .card-content-wrap {
  position: relative;
  height: 150px;
  display: none;
}
body.index .main .part3 .part-content .card .card-content .card-content-wrap.isShow {
  display: block;
}
body.index .main .part3 .part-content .card .card-content .card-content-wrap .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #090A0A;
  margin-bottom: 12px;
}
body.index .main .part3 .part-content .card .card-content .card-content-wrap .content {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #4E5152;
}
body.index .main .part3 .part-content .card .card-content .card-points-wrap {
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: 50px;
  gap: 20px;
}
body.index .main .part3 .part-content .card .card-content .card-points-wrap .point-card {
  display: flex;
  gap: 5px;
}
body.index .main .part3 .part-content .card .card-content .card-points-wrap .point-card .point-icon img {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
body.index .main .part3 .part-content .card .card-content .card-points-wrap .point-card .point-text {
  font-size: 16px;
}
body.index .main .part3-bg {
  background-color: #F4F4F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.index .main .part4-bg {
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center;
}
body.index .main .part4 {
  gap: 48px;
}
body.index .main .part4 .part-content {
  height: 414px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
body.index .main .part4 .part-content .switch-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 330px;
  gap: 16px;
}
body.index .main .part4 .part-content .switch-wrap .switch-navbar {
  flex-shrink: 0;
  position: relative;
  width: 4px;
  height: 314px;
  background-color: #f5f6f7;
}
body.index .main .part4 .part-content .switch-wrap .switch-navbar .switch-navbar-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 104px;
  background: linear-gradient(180deg, #2994FF 0%, #00B8B8 100%);
  transition: top 300ms ease;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card:hover {
  background-color: #F5F5F5;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card .switch-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  height: 42px;
  color: #555555;
  transition: color 300ms ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card .switch-card-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 300ms ease, max-height 300ms ease;
  font-size: 16px;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card.active {
  background-color: #F5F5F5;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card.active .switch-card-title {
  color: #090A0A;
}
body.index .main .part4 .part-content .switch-wrap .switch-card-wrap .switch-card.active .switch-card-content {
  opacity: 1;
  max-height: 64px;
  height: 64px;
  color: #555555;
}
body.index .main .part4 .part-content .image-display-wrap {
  width: 736px;
  height: 414px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
body.index .main .part4 .part-content .image-display-wrap .image-display-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: top 300ms ease;
}
body.index .main .part4 .part-content .image-display-wrap .image-display-inner .image-display-item {
  width: 736px;
}
body.index .main .part4 .part-content .image-display-wrap .image-display-inner .image-display-item img {
  width: 736px;
  height: 414px;
}
body.index .main .part5 {
  gap: 48px;
}
body.index .main .part5 .part-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
body.index .main .part5 .part-content .card-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
body.index .main .part5 .part-content .card-wrap .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 411.33px;
  height: 380px;
  border-radius: 8px;
  transition: transform 0.3s ease;
  background-color: #F4F4F4;
}
body.index .main .part5 .part-content .card-wrap .card:hover {
  transform: translateY(-5px);
}
body.index .main .part5 .part-content .card-wrap .card .card-video-wrap {
  width: 100%;
  background-color: white;
  position: relative;
}
body.index .main .part5 .part-content .card-wrap .card .card-video-wrap .card-video-img {
  width: 100%;
  aspect-ratio: 406/213;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}
body.index .main .part5 .part-content .card-wrap .card .card-video-wrap .card-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body.index .main .part5 .part-content .card-wrap .card .card-info {
  padding: 10px 25px;
}
body.index .main .part5 .part-content .card-wrap .card .card-info .card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #090A0A;
  margin-bottom: 8px;
}
body.index .main .part5 .part-content .card-wrap .card .card-info .card-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4E5152;
}
body.index .main .part7-bg {
  background: linear-gradient(0deg, #e9f5f7, #e9f5f7), linear-gradient(116.63deg, rgba(147, 232, 245, 0.1) 15.57%, rgba(233, 245, 247, 0) 94.93%);
  background-blend-mode: overlay;
}
body.index .main .part8_bg {
  background-color: #F4F4F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.index .main .tutorials-area .tutorials-part {
  min-width: 1280px;
  line-height: 1.5;
  width: 1280px;
  /* -------------------------
   * Page Header
   * ------------------------- */
  /* -------------------------
   * Card Layout
   * ------------------------- */
  /* -------------------------
   * Sidebar Blocks
   * ------------------------- */
  /* -------------------------
   * Content & Article Lists
   * ------------------------- */
  /* -------------------------
   * Specific Components
   * ------------------------- */
}
body.index .main .tutorials-area .tutorials-part a {
  text-decoration: none;
  color: #373737;
  transition: color 0.3s;
}
body.index .main .tutorials-area .tutorials-part li {
  cursor: pointer;
}
body.index .main .tutorials-area .tutorials-part h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.28;
  letter-spacing: 0;
  color: #090A0A;
}
body.index .main .tutorials-area .tutorials-part h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4E5152;
}
body.index .main .tutorials-area .tutorials-part li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4E5152;
}
body.index .main .tutorials-area .tutorials-part ul li:last-child {
  margin-bottom: 0 !important;
}
body.index .main .tutorials-area .tutorials-part .icon {
  width: 24px;
  height: 24px;
}
body.index .main .tutorials-area .tutorials-part .icon.small {
  width: 16px;
  height: 16px;
}
body.index .main .tutorials-area .tutorials-part .icon.right-arrow {
  margin-top: 1px;
  background: url("../image/home/right-arrow.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .icon.right-arrow.small {
  margin-left: 4px;
}
body.index .main .tutorials-area .tutorials-part .icon.hot-icon {
  margin-right: 8px;
  background: url("../image/home/hot.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .icon.fish-icon {
  margin-right: 8px;
  background: url("../image/home/fish.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .icon.star-icon {
  margin-right: 8px;
  background: url("../image/home/star.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .icon.video-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("../image/home/video_course.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .icon.doc-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("../image/home/doc-icon.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .view-more {
  font-size: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  color: #727272;
}
body.index .main .tutorials-area .tutorials-part .view-more.small {
  color: #A1A1A1;
  font-size: 14px;
}
body.index .main .tutorials-area .tutorials-part .view-more:hover {
  color: #009fb8;
}
body.index .main .tutorials-area .tutorials-part .view-more:hover .right-arrow {
  background: url("../image/home/right-arrow-hover.svg") no-repeat center/contain;
}
body.index .main .tutorials-area .tutorials-part .page-header {
  text-align: center;
  margin-bottom: 48px;
}
body.index .main .tutorials-area .tutorials-part .page-header h2 {
  font-size: 44px;
  margin: 0 0 8px 0;
}
body.index .main .tutorials-area .tutorials-part .page-header h3 {
  color: #727272;
  margin: 0;
}
body.index .main .tutorials-area .tutorials-part .card {
  width: 100%;
  background-color: #f2f6f7;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px;
  text-align: left;
}
body.index .main .tutorials-area .tutorials-part .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
}
body.index .main .tutorials-area .tutorials-part .card .card-header .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  color: #090A0A;
}
body.index .main .tutorials-area .tutorials-part .card .card-header .title-box .icon {
  margin-right: 16px;
  display: inline-block;
}
body.index .main .tutorials-area .tutorials-part .card .card-body {
  display: flex;
  gap: 16px;
}
body.index .main .tutorials-area .tutorials-part .card .content-panel {
  padding: 16px;
  background-color: #fff;
}
body.index .main .tutorials-area .tutorials-part .card .content-panel li {
  cursor: pointer;
}
body.index .main .tutorials-area .tutorials-part .card .content-panel li:hover {
  background-color: #f3f5f5;
}
body.index .main .tutorials-area .tutorials-part .card .main-content {
  flex: 0 0 768px;
  width: 768px;
  min-width: 0;
}
body.index .main .tutorials-area .tutorials-part .card .sidebar {
  flex: 1;
  min-width: 180px;
  width: auto;
}
body.index .main .tutorials-area .tutorials-part .sidebar-block .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
body.index .main .tutorials-area .tutorials-part .sidebar-block .sidebar-header h3 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
body.index .main .tutorials-area .tutorials-part .sidebar-block .sidebar-header h3 .icon {
  margin-right: 6px;
}
body.index .main .tutorials-area .tutorials-part ul.doc-list,
body.index .main .tutorials-area .tutorials-part ul.content-list,
body.index .main .tutorials-area .tutorials-part ul.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.index .main .tutorials-area .tutorials-part ul.doc-list li,
body.index .main .tutorials-area .tutorials-part ul.content-list li,
body.index .main .tutorials-area .tutorials-part ul.article-list li {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
body.index .main .tutorials-area .tutorials-part ul.doc-list li::before,
body.index .main .tutorials-area .tutorials-part ul.content-list li::before,
body.index .main .tutorials-area .tutorials-part ul.article-list li::before {
  content: "•";
  color: #A1A1A1;
  margin-right: 2px;
  font-size: 24px;
}
body.index .main .tutorials-area .tutorials-part ul.doc-list li a,
body.index .main .tutorials-area .tutorials-part ul.content-list li a,
body.index .main .tutorials-area .tutorials-part ul.article-list li a {
  font-size: 16px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
}
body.index .main .tutorials-area .tutorials-part ul.doc-list li .date,
body.index .main .tutorials-area .tutorials-part ul.content-list li .date,
body.index .main .tutorials-area .tutorials-part ul.article-list li .date {
  font-size: 12px;
  color: #A1A1A1;
  margin-left: auto;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder {
  position: relative;
  height: 432px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel {
  height: 100%;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel .el-carousel__container {
  height: 100%;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel .el-carousel__container .video-teach {
  height: 100%;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel .el-carousel__container .left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel .el-carousel__container .el-carousel__arrow .el-icon {
  width: 20px;
  height: 20px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .el-carousel .el-carousel__container .el-carousel__arrow .el-icon svg {
  width: 20px;
  height: 20px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-placeholder .whyImgPlay {
  position: absolute;
  width: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .el-carousel__indicators {
  display: flex;
  gap: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  transform: none;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .el-carousel__indicators .el-carousel__indicator {
  padding: 0;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 16px;
  height: 6px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.8;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 32px;
  background-color: #E7CB44;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption {
  position: relative;
  padding: 0 8px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption .carousel-title {
  display: none;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption .carousel-title.active {
  display: block;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption .carousel-desc {
  display: none;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption .carousel-desc.active {
  display: -webkit-box;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption .view-more {
  position: absolute;
  right: 8px;
  top: 4.5px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption h3 {
  font-weight: 500;
  font-size: 20px;
  color: #373737;
  margin: 0 0 8px 0;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .main-content .video-carousel .carousel-caption p {
  width: 566px;
  height: 50px;
  font-size: 16px;
  color: #727272;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* //最多展示3行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .sidebar .hot-content {
  height: 310px;
  margin-bottom: 16px;
}
body.index .main .tutorials-area .tutorials-part .video-tutorials .sidebar .latest-content {
  height: 222px;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .card-body > div,
body.index .main .tutorials-area .tutorials-part .text-tutorials .card-body .sidebar-block {
  height: 310px;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tab-content ul {
  display: none;
  grid-template-columns: repeat(2, 360px);
  gap: 4px 24px;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tab-content ul.active {
  display: grid;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tab-content ul li {
  margin-bottom: 0;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tab-content ul li a {
  max-width: 240px;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tab-content ul li::before {
  line-height: 1.5;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .aside-tab-content ul {
  display: none;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .aside-tab-content ul.active {
  display: block;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tabs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tabs .tabs-box {
  display: flex;
  align-items: center;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tabs .tab-item {
  padding: 8px 0;
  margin-right: 24px;
  position: relative;
  color: #9DA2A3;
  font-weight: 400;
  cursor: pointer;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tabs .tab-item.active {
  font-weight: 500;
  color: #090A0A;
}
body.index .main .tutorials-area .tutorials-part .text-tutorials .tabs .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E7CB44;
  border-radius: 2px;
}
body.index .main .part7 {
  gap: 48px;
}
body.index .main .part7 .part-title .title {
  text-align: center;
}
body.index .main .part7 .part-title .sub-title {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4E5152;
}
body.index .main .part7 .part-content {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.index .main .part7 .part-content .card-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 280px;
  justify-content: space-between;
}
body.index .main .part7 .part-content .card-wrap .card-item {
  width: 308px;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 300ms ease;
  position: relative;
  cursor: pointer;
  background-position: center;
}
body.index .main .part7 .part-content .card-wrap .card-item.active {
  width: 632px;
}
body.index .main .part7 .part-content .card-wrap .card-item.card-item-1 {
  background-image: none, url("../../../image/home/part7/building_1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.index .main .part7 .part-content .card-wrap .card-item.card-item-2 {
  background-image: none, url("../../../image/home/part7/building_2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.index .main .part7 .part-content .card-wrap .card-item.card-item-3 {
  background-image: none, url("../../../image/home/part7/building_3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.index .main .part7 .part-content .card-wrap .card-item .card-item-logo {
  position: absolute;
  top: 20px;
  left: 24px;
}
body.index .main .part7 .part-content .card-wrap .card-item .card-item-logo img {
  height: 24px;
}
body.index .main .part7 .part-content .card-wrap .card-item .card-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(12px);
}
body.index .main .part7 .part-content .card-wrap .card-item .card-item-info .card-item-info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #090A0A;
}
body.index .main .part7 .part-content .card-wrap .card-item .card-item-info .card-item-info-content {
  font-size: 16px;
  font-weight: 400;
  color: #4E5152;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
body.index .main .part7 .part-content .carousel-wrap {
  width: 100%;
  height: 176px;
  flex-shrink: 0;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item {
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item + .carousel-item {
  margin-top: 16px;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item .carousel-item-inner {
  height: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item .carousel-item-inner .image-item-wrap {
  flex-shrink: 0;
  width: 200px;
  height: 80px;
  border-radius: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item .carousel-item-inner.carousel-item-inner-line-1 {
  animation: carousel-item-inner-animation-line-1 20s linear infinite;
}
body.index .main .part7 .part-content .carousel-wrap .carousel-item .carousel-item-inner.carousel-item-inner-line-2 {
  animation: carousel-item-inner-animation-line-2 20s linear infinite;
}
@keyframes carousel-item-inner-animation-line-1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes carousel-item-inner-animation-line-2 {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(-100% - 100px));
  }
}
body.index .main .part8 {
  min-width: 1380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
body.index .main .part8 .product-title h2 {
  text-align: center;
  width: 500px;
  font-size: 36px;
  font-weight: 600;
  color: #141414;
  margin-bottom: 8px;
}
body.index .main .part8 .product-title p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 64px;
}
body.index .main .part8 .product-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
  gap: 24px;
}
body.index .main .part8 .product-list .product-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.index .main .part8 .product-list .product-item:hover {
  box-shadow: rgba(22, 42, 61, 0.08) 0px 10px 20px 0px;
  transform: translateY(-8px);
}
body.index .main .part8 .product-list .product-item:hover .product-info .link-wrap p {
  color: #000000;
}
body.index .main .part8 .product-list .product-item:hover .product-info .link-wrap .goto-icon {
  background-image: url("/image/home/part8/goto_active.svg");
}
body.index .main .part8 .product-list .product-item .product-image-wrap {
  width: 278px;
  height: 160px;
  border-radius: 4px;
}
body.index .main .part8 .product-list .product-item .product-image-wrap img {
  width: 100%;
  height: 100%;
}
body.index .main .part8 .product-list .product-item .product-info {
  padding: 24px 8px;
  width: 100%;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-title-wrap {
  margin-bottom: 24px;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-title-wrap .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #141414;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-title-wrap .sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #5E6566;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link {
  width: 100%;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul {
  margin-bottom: 32px;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul li {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9DA2A3;
  background-size: 6px 8px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul li + li {
  margin-top: 4px;
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul.banban-link li {
  background-image: url("/image/home/part8/banban_arrow.svg");
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul.gisbox-link li {
  background-image: url("/image/home/part8/gisbox_arrow.svg");
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul.shanhaibi-link li {
  background-image: url("/image/home/part8/shanhaibi_arrow.svg");
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link ul.wakestone-link li {
  background-image: url("/image/home/part8/wakestone_arrow.svg");
}
body.index .main .part8 .product-list .product-item .product-info .product-item-link p {
  font-size: 15px;
  color: rgba(112, 113, 114, 0.8);
  position: relative;
  z-index: 1;
}
body.index .main .part8 .product-list .product-item .product-info .link-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
body.index .main .part8 .product-list .product-item .product-info .link-wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #5E6566;
}
body.index .main .part8 .product-list .product-item .product-info .link-wrap .goto-icon {
  width: 16px;
  height: 16px;
  background: url("/image/home/part8/goto.svg") no-repeat center center;
}
body.index .main .part9 {
  gap: 48px;
}
body.index .main .part9 .part-content {
  width: 1072px !important;
  height: 189px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
body.index .main .part9 .part-content .part-content-item {
  width: 152px;
  height: 189px;
  padding: 32px 32px 36px 32px;
  background-color: #F2F6F7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body.index .main .part9 .part-content .part-content-item .title-wrap .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0%;
}
body.index .main .part9 .part-content .part-content-item .image-wrap {
  width: 88px;
  height: 88px;
}
body.index .main .part9 .part-content .part-content-item .image-wrap img {
  width: 100%;
  height: 100%;
}

body #contact h1,
body #contact h2,
body #contact h3,
body #contact h4,
body #contact .title {
  color: #141414;
  font-weight: 500;
}
body #contact .title,
body #contact h4 {
  font-weight: 500;
}
body #contact p {
  color: #373737;
}
body #contact .desc {
  color: #373737;
}
body #contact .container h1 {
  margin-bottom: 64px;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
body #contact .section-title {
  width: 100%;
  padding: auto;
  background: linear-gradient(180deg, #d7f1f5 0%, #e6f7fa 100%), linear-gradient(231.46deg, rgba(0, 170, 204, 0.3) 19%, rgba(0, 170, 204, 0) 43.8%), linear-gradient(231.46deg, rgba(0, 170, 204, 0) 68.6%, rgba(0, 187, 224, 0.04) 81%), linear-gradient(48.66deg, rgba(204, 230, 255, 0.1) 18.96%, rgba(0, 170, 204, 0) 43.79%);
  background-blend-mode: overlay;
}
body #contact .section-title > .container {
  width: 1280px;
  padding: 100px 0;
}
body #contact .section-title .container1 {
  width: 1280px;
}
body #contact .section-title .container1 .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #contact .section-title .container1 .row .contact-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #141414;
}
body #contact .section-title .container1 .row .contact-title img {
  width: 24px;
  margin-bottom: 6px;
}
body #contact .section-title .container1 .row .contact-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #373737;
}
body #contact .section-title .data {
  text-align: center;
  float: left;
  width: 150px;
  height: 144px;
  margin-right: 117px;
  position: relative;
  padding-top: 28px;
}
body #contact .section-title .data .num {
  font-size: 50px;
  color: #0f97ff;
}
body #contact .section-title .data .subtitle {
  position: absolute;
  bottom: 18px;
  width: 100%;
  height: 37px;
  color: #373737;
  font-size: 16px;
  line-height: 37px;
}
body #contact .section-info {
  padding: 96px 64px;
}
body #contact .section-info .container {
  max-width: 1376px;
  margin: 0 auto;
}
body #contact .section-info .top-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 32px;
}
body #contact .section-info .company-intro, body #contact .section-info .service-ability, body #contact .section-info .tech-advantage, body #contact .section-info .value-promise {
  flex: 1;
  max-width: 584px;
  background: linear-gradient(0deg, #edf6f7, #edf6f7), linear-gradient(231.46deg, rgba(0, 170, 204, 0.08) 19%, rgba(0, 170, 204, 0) 43.8%);
  background-blend-mode: overlay;
  border-radius: 8px;
  padding: 32px;
}
body #contact .section-info .company-intro h2, body #contact .section-info .service-ability h2, body #contact .section-info .tech-advantage h2, body #contact .section-info .value-promise h2 {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px !important;
}
body #contact .section-info .company-intro h2:before, body #contact .section-info .service-ability h2:before, body #contact .section-info .tech-advantage h2:before, body #contact .section-info .value-promise h2:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 4px;
  height: 32px;
  background-color: #00bad6;
  margin: auto 0;
}
body #contact .section-info .company-intro p, body #contact .section-info .service-ability p, body #contact .section-info .tech-advantage p, body #contact .section-info .value-promise p {
  font-size: 20px;
  line-height: 150%;
}
body #contact .section-info .company-intro .image-container, body #contact .section-info .service-ability .image-container, body #contact .section-info .tech-advantage .image-container, body #contact .section-info .value-promise .image-container {
  margin-top: 64px;
  border-radius: 8px;
  overflow: hidden;
  height: 293px;
  min-width: 200px;
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url("../image/contact/公司照片.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body #contact .section-info .company-intro .image-container div, body #contact .section-info .service-ability .image-container div, body #contact .section-info .tech-advantage .image-container div, body #contact .section-info .value-promise .image-container div {
  margin: auto;
  margin-top: 21%;
  height: 80px;
  width: 80px;
  background-image: url("../image/common/play.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body #contact .section-info .value-tech {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body #contact .section-info .value-promise {
  background: #edf6f7;
  max-width: none;
  max-height: 242px;
}
body #contact .section-info .tech-advantage {
  background: #edf6f7;
  max-width: none;
}
body #contact .section-info .service-ability {
  max-width: none;
  background: #edf6f7;
}
body #contact .section-info .service-ability h2 {
  margin-bottom: 8px;
}
body #contact .section-info .service-ability .service-desc {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
  margin-bottom: 48px;
}
body #contact .section-info .service-ability .service-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
body #contact .section-info .service-ability .service-icons .service-item {
  display: flex;
  align-items: center;
  width: calc(16.6666666667% - 32px);
}
body #contact .section-info .service-ability .service-icons .service-item .icon-bg {
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #contact .section-info .service-ability .service-icons .service-item .service-name {
  margin-left: 12px;
  font-size: 20px;
  color: #373737;
}
body #contact .section-contact {
  padding: 64px 64px 96px 64px;
}
body #contact .section-contact .container {
  width: 1280px;
}
body #contact .section-contact .row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
body #contact .section-contact .row .box:nth-child(1) .desc {
  height: 24px;
}
body #contact .section-contact .box {
  flex: 1;
  border-radius: 8px;
  background-color: #edf6f7;
  position: relative;
  padding: 16px;
}
body #contact .section-contact .box .title {
  text-align: left;
  color: #141414;
  font-size: 24px;
  margin-bottom: 20px;
}
body #contact .section-contact .box .desc {
  font-size: 14px;
  height: 48px;
  color: rgba(20, 20, 20, 0.6);
  margin-bottom: 16px;
}
body #contact .section-contact .box .info {
  color: rgba(20, 20, 20, 0.8);
  font-size: 16px;
}
body #contact .section-contact .box .info a:hover {
  border-bottom: 1px solid white;
}
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: rgba(20, 20, 20, 0.8);
  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: #707172;
  font-size: 12px;
  line-height: 12px;
  text-align: justify;
  vertical-align: middle;
}
body #contact .section-contact .box .qrcode {
  position: absolute;
  right: 32px;
  bottom: 20px;
  width: 64px;
}
body #contact .section-office {
  padding: 64px 64px 160px 64px;
}
body #contact .section-office .container {
  width: 1280px;
}
body #contact .section-office .address .card {
  width: 1280px;
  height: 130px;
  background: #edf6f7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
body #contact .section-office .address .card .left-card .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
body #contact .section-office .address .card .left-card .content {
  color: #373737;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
body #contact .section-office .row {
  margin-top: 16px;
  justify-content: space-between;
  gap: 16px;
}
body #contact .section-office .row .text {
  flex: 1;
  background-color: #edf6f7;
  border-radius: 8px;
  padding: 24px;
}
body #contact .section-office .row .text h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 32px;
  color: #090A0A;
}
body #contact .section-office .row .text span {
  color: #4E5152;
  font-size: 14px;
  line-height: 20px;
}

body #price .hide-on-load {
  display: none;
}
body #price .activePart {
  display: block !important;
}
body #price .part {
  display: none;
}
body #price .df {
  display: flex;
}
body #price .df-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body #price > h2 {
  margin: 0 auto;
  margin-top: 144px;
  text-align: center;
  color: #141414;
  font-size: 44px;
}
body #price .choose-page {
  margin-top: 96px !important;
  margin: auto;
  width: 640px;
  display: flex;
}
body #price .choose-page .active {
  border-bottom: 4px solid;
  border-color: #00bad6;
  color: #090A0A;
}
body #price .choose-page div {
  width: 320px;
  height: 90px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #373737;
  display: inline-block;
  line-height: 90px;
  cursor: pointer;
  border-bottom: 2px solid #E1E5E5;
}
body #price .choose-page .fill {
  all: unset;
}
body #price .svg-background {
  width: 640px;
  margin: auto;
  padding-bottom: 64px;
}
body #price .contentWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  width: 100%;
}
body #price .contentWrap .itemWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 272px;
  height: 185px;
  gap: 8px;
  border-radius: 16px;
}
body #price .contentWrap .itemWrap .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;
}
body #price .contentWrap .itemWrap .img:hover {
  cursor: pointer;
  transform: scale(1.04);
}
body #price .contentWrap .itemWrap .img1 {
  background-image: url("../image/price/step-1.jpg");
}
body #price .contentWrap .itemWrap .img2 {
  background-image: url("../image/price/step-2.jpg");
}
body #price .contentWrap .itemWrap .img3 {
  background-image: url("../image/price/step-3.jpg");
}
body #price .contentWrap .itemWrap .img4 {
  background-image: url("../image/price/step-4.jpg");
}
body #price .contentWrap .itemWrap .text {
  color: #373737;
  font-size: 16px;
}
body #price .contentWrap .arrow {
  background-image: url("../image/price/partOne5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 40%;
  width: 26px;
}
body #price h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #090A0A;
  margin-top: 64px;
}
body #price .package-description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
body #price .price-wrap {
  margin-top: 64px;
}
body #price .price-wrap .package-wrap {
  gap: 32px;
  justify-content: space-between;
}
body #price .price-wrap .package-wrap .package-item {
  width: 416px;
  border-radius: 8px;
  background-color: #F5F6F7;
  padding: 32px;
  position: relative;
}
body #price .price-wrap .package-wrap .package-item.hot {
  position: relative;
}
body #price .price-wrap .package-wrap .package-item .package-desc {
  margin-bottom: 24px;
}
body #price .price-wrap .package-wrap .package-item .package-desc > p {
  font-size: 16px;
  color: #727272;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top {
  flex: 3;
  font-size: 20px;
  margin-bottom: 10px;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top p {
  font-size: 24px;
  color: #141414;
}
body #price .price-wrap .package-wrap .package-item .package-desc .package-desc-top img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
body #price .price-wrap .package-wrap .package-item .hot-sale {
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  position: absolute;
  background-image: url("../image/price/hotSale.png");
  font-size: 18px;
  font-weight: 600;
}
body #price .price-wrap .package-wrap .package-item .hot-sale .df-center {
  color: #fff;
}
body #price .price-wrap .package-wrap .package-item .hot-sale p {
  transform: translate(10px, 20px) rotate(45deg);
}
body #price .price-wrap .package-wrap .package-item .year-price {
  font-size: 24px;
  font-weight: 400;
}
body #price .price-wrap .package-wrap .package-item .year-price .df-conter {
  color: #A1A1A1;
}
body #price .price-wrap .package-wrap .package-item .year-price span {
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #A1A1A1;
}
body #price .price-wrap .package-wrap .package-item .goToBuy {
  position: absolute;
  bottom: 32px;
  width: 352px;
  height: 48px;
  margin-top: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  background-color: #E7CB44;
  box-shadow: 0px 0px 8px 0px rgba(84, 160, 235, 0.1019607843);
}
body #price .price-wrap .package-wrap .package-item .goToBuy:hover {
  background-color: #2bc0d6;
}
body #price .price-wrap .package-wrap .package-item .goToBuy.free {
  background-color: #a2b5b8;
  cursor: default;
  color: #fff;
}
body #price .price-wrap .package-wrap .package-item .goToBuy img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
body #price .price-wrap .package-wrap .package-item .wrap1 {
  margin: 32px auto;
  width: 352px;
  background-image: linear-gradient(90deg, #00c3c3 0%, #3e8ddc 100%);
  height: 48px;
  padding: 2px;
  border-radius: 4px;
}
body #price .price-wrap .package-wrap .package-item .wrap1 .wrap2 {
  width: 348px;
  height: 44px;
  margin: 0 auto;
  background: #f5f6f7;
  border-radius: 4px;
}
body #price .price-wrap .package-wrap .package-item .wrap1 .wrap2 .free {
  color: transparent;
  background-image: linear-gradient(90deg, #00C3C3 0%, #3E8DDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  width: 28%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  cursor: default;
}
body #price .price-wrap .package-wrap .package-price {
  height: 36px;
  margin-bottom: 8px;
  align-items: center;
}
body #price .price-wrap .package-wrap .package-price .noCost {
  font-weight: 700;
  font-size: 32px;
  color: #ff4229;
}
body #price .price-wrap .package-wrap .package-price .month-price {
  color: #727272;
  font-size: 27px;
  margin-right: 8px;
  align-items: center;
}
body #price .price-wrap .package-wrap .package-price .month-price span {
  color: #ff4229;
  font-weight: 700;
  font-size: 32px;
}
body #price .price-wrap .package-wrap .package-price .year-price {
  color: #A1A1A1;
  align-items: center;
}
body #price .price-wrap .package-wrap .original-price {
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0px 8px;
  color: #A1A1A1;
}
body #price .price-wrap .package-wrap .original-price .month-price {
  margin-right: 12px;
}
body #price .price-wrap .package-wrap .original-price .year-price {
  font-size: 16px;
}
body #price .price-wrap .package-wrap .original-price .year-price span {
  height: 23px;
  line-height: 23px;
  border-bottom: none;
}
body #price .price-wrap .package-wrap-en .package-desc {
  height: 130px;
}
body #price .price-wrap .package-wrap-zh-CN .package-item {
  padding-bottom: 104px;
}
body #price .price-wrap .price-wrap-public .package-item {
  padding-bottom: 32px;
}
body #price .price-wrap .package-detail {
  margin-top: 64px;
  margin-bottom: 128px;
  width: 1280px;
  border-radius: 20px;
}
body #price .price-wrap .package-detail .package-detail-title {
  color: #373737;
  font-size: 24px;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  padding: 0px 16px;
  padding-bottom: 8px;
}
body #price .price-wrap .package-detail .package-detail-title .package-detail-item-desc {
  flex: 1;
  justify-content: flex-start;
}
body #price .price-wrap .package-detail .package-detail-title .package-detail-item-useable {
  flex: 1;
  justify-content: center;
}
body #price .price-wrap .package-detail .package-detail-divide {
  height: 46px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #E1E5E5;
  color: #A1A1A1;
  margin: 32px 0px 16px 0px;
}
body #price .price-wrap .package-detail .package-detail-divide p {
  margin-left: 16px;
}
body #price .price-wrap .package-detail .package-detail-item {
  display: flex;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 12px 20px;
}
body #price .price-wrap .package-detail .package-detail-item:hover {
  background-color: #F5F6F7;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package {
  flex: 1;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package p:nth-child(1) {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #373737;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-package p:nth-child(2) {
  margin-top: 5px;
  margin-right: 60px;
  font-family: Noto Sans SC;
  font-size: 16px;
  color: #727272;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-useable {
  flex: 1;
}
body #price .price-wrap .package-detail .package-detail-item .package-detail-item-useable img {
  width: 24px;
  height: 24px;
  color: #fff;
}

/* 下载页 */
body #download-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
body #download-container h2 {
  color: #141414;
}
body #download-container .pic-header {
  display: flex;
  height: 250px;
  background: linear-gradient(180deg, #D7F1F5 0%, #E6F7FA 100%), linear-gradient(231.46deg, rgba(0, 170, 204, 0.3) 19%, rgba(0, 170, 204, 0) 43.8%), linear-gradient(231.46deg, rgba(0, 170, 204, 0) 68.6%, rgba(0, 187, 224, 0.04) 81%), linear-gradient(48.66deg, rgba(204, 230, 255, 0.1) 18.96%, rgba(0, 170, 204, 0) 43.79%);
  background-blend-mode: overlay;
  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: 36px;
  font-weight: 500;
  line-height: 42px;
}
body #download-container .pic-header .text {
  margin: 0 5px;
  font-size: 16px;
  color: #727272;
}
body #download-container .download-wrapper {
  background-color: #fff;
}
body #download-container .download-tab {
  display: flex;
  justify-content: center;
}
body #download-container .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-tab .stack-tab.active {
  background-color: #406bf7;
}
body #download-container .download-tab .stack-tab.active .fill {
  color: white;
}
body #download-container .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-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-tab .stack-tab .fill {
  color: #223984;
}
body #download-container .download-tab .stack-tab .download-content {
  min-height: 480px;
}
body #download-container .download-content .content-tabs {
  display: flex;
  justify-content: center;
  margin: 32px 0 64px 0;
}
body #download-container .download-content .content-tabs .content-tab {
  flex: 1;
  height: 64px;
  line-height: 64px;
  border-bottom: 2px solid #E1E5E5;
  font-size: 20px;
  color: #727272;
  text-align: center;
  cursor: pointer;
}
body #download-container .download-content .content-tabs .content-tab:hover {
  color: #141414;
}
body #download-container .download-content .content-tabs .content-tab.active {
  border-bottom: 4px solid;
  border-color: #00BAD6;
  color: #141414;
}
body #download-container .download-content .content-tabs .content-tab .fs {
  margin-left: 20px;
  font-size: 31px;
  vertical-align: middle;
}
body #download-container .download-content .content-tabs .content-tab .text {
  vertical-align: middle;
}
body #download-container .download-content .content-layers {
  padding-bottom: 48px;
}
body #download-container .download-content .content-layers .layer {
  display: flex;
  padding: 0 30px;
}
body #download-container .download-content .content-layers .layer .pic-info {
  border-radius: 2px;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, rgb(36, 65, 93), rgb(36, 65, 93)), linear-gradient(to bottom right, rgb(55, 229, 229), rgb(112, 155, 255));
}
body #download-container .download-content .content-layers .layer > div {
  flex: 1;
}
body #download-container .download-content .content-layers .layer .text-info {
  margin-right: 64px;
}
body #download-container .download-content .content-layers .layer .text-info h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 8px;
}
body #download-container .download-content .content-layers .layer .text-info h3 {
  font-size: 14px;
  color: #727272;
  letter-spacing: 0.7px;
  opacity: 0.8;
}
body #download-container .download-content .content-layers .layer .text-info h3.help-info {
  margin-bottom: 8px;
  font-size: 16px;
  color: #4E5152;
}
body #download-container .download-content .content-layers .layer .text-info h3.version-info {
  margin-top: 32px;
  font-size: 14px;
  color: #9DA2A3;
  height: 2em;
}
body #download-container .download-content .content-layers .layer .text-info .link-wrap {
  display: flex;
  margin-bottom: 50px;
  color: #b0b2b8;
  margin-top: 64px;
}
body #download-container .download-content .content-layers .layer .text-info .link-wrap a {
  width: 221px;
  height: 48px;
  display: flex;
  font-size: 20px;
  padding: 8px 20px;
  margin-right: 16px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.6;
  justify-content: space-between;
  align-items: center;
  background: #E7CB44;
  box-shadow: 1px 2px 8px -4px rgba(44, 78, 122, 0.1019607843);
  border: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 100%);
}
body #download-container .download-content .content-layers .layer .text-info .link-wrap a i {
  margin-left: 8px;
}
body #download-container .download-content .content-layers .layer .text-info .link-wrap a:hover {
  background: #E7CB44;
  color: #fff;
}
body #download-container .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-content .content-layers .layer .old-version,
body #download-container .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-content .content-layers .layer .no-desktop-system:hover,
body #download-container .download-content .content-layers .layer .old-version:hover {
  color: #406bf7;
}
body #download-container .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: 500;
  line-height: 40px;
}
body #download-container .plugin-wrapper h3 {
  margin: 0;
  font-size: 12px;
  color: #727272;
  line-height: 40px;
}
body #download-container .plugin-wrapper h3:nth-child(2) {
  color: #A1A1A1;
}
body #download-container .plugin-wrapper .content-wrapper {
  display: flex;
  height: 240px;
  padding: 60px 0;
  justify-content: center;
}
body #download-container .plugin-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 .plugin:hover {
  margin-top: 0;
  box-shadow: 0 4px 27px 0px rgba(133, 145, 204, 0.4);
}
body #download-container .plugin-wrapper .plugin img {
  width: 51px;
}
body #download-container .plugin-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 .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 .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 .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 .plugin .link .fs {
  vertical-align: middle;
  font-size: 20px;
  opacity: 0.7;
}
body #download-container .plugin-wrapper .plugin .link :hover {
  background-color: #318bf4;
  color: #fff;
}
body #download-container .plugin-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: 500;
}
body #download-container .menu-wrapper h3 {
  margin: 0;
  line-height: 40px;
  font-size: 12px;
  color: #727272;
}
body #download-container .version-wrapper {
  padding-bottom: 10px;
  font-size: 14px;
}
body #download-container .version-wrapper .version-year {
  display: flex;
  height: 54px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}
body #download-container .version-wrapper .version-year .fs {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg);
  transition: 0.1s;
  cursor: pointer;
}
body #download-container .version-wrapper .version-year .fs.fold {
  transform: rotate(180deg);
  transition: 0.1s;
}
body #download-container .version-wrapper .download-info {
  width: 80%;
  margin: 0 auto;
}
body #download-container .version-wrapper .timeline {
  list-style: none;
  margin: 80px 0 0px 120px;
  padding-left: 30px;
  padding-bottom: 30px;
  color: #fff;
}
body #download-container .version-wrapper .timeline .line {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
body #download-container .version-wrapper .timeline .line:before {
  left: 87px;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  content: "";
}
body #download-container .version-wrapper .timeline .date {
  margin-top: -10px;
  top: 1%;
  left: -95px;
  position: absolute;
  font-size: 24px;
  color: #E7CB44;
}
body #download-container .version-wrapper .timeline .date-info {
  margin-top: 15px;
  top: 3%;
  left: -73px;
  position: absolute;
  font-size: 16px;
  color: #A1A1A1;
}
body #download-container .version-wrapper .timeline .date-info.date-info-zh {
  left: -53px;
  font-size: 16px;
  color: #9DA2A3;
}
body #download-container .version-wrapper .timeline li .circle img {
  top: -1px;
  left: 72px;
  position: absolute;
  width: 32px;
  height: 32px;
}
body #download-container .version-wrapper .timeline li:nth-of-type(1) .circle img {
  top: -1px;
}
body #download-container .version-wrapper .timeline .content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
body #download-container .version-wrapper .timeline .version-list {
  margin-left: 200px;
}
body #download-container .version-wrapper .timeline .version-list h2 {
  margin-bottom: 37px;
  font-weight: 600;
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1.3px;
}
body #download-container .version-wrapper .timeline .version-list ul {
  margin: 20px 0 30px 20px;
}
body #download-container .version-wrapper .timeline .version-list li {
  margin-top: 15px;
}
body #download-container .version-wrapper .timeline .version-list li::marker {
  color: #9DA2A3;
}
body #download-container .version-wrapper .timeline .version-list .text {
  color: #4E5152;
  font-size: 16px;
  line-height: 32px;
  list-style-type: disc;
  height: auto;
}
body #download-container .version-wrapper .timeline .version-list .item .title-type {
  padding: 4px 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 28px;
}
body #download-container .version-wrapper .timeline .version-list .item .title-new {
  background-color: #c5dcff;
  color: rgba(23, 89, 255, 0.8);
}
body #download-container .version-wrapper .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 .timeline .version-list .item .title-fix {
  background-color: #ffe8de;
  color: #fd6318;
}

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

body #account-container {
  padding: 80px 0;
  width: 1280px;
  margin: auto;
}
body #account-container .main {
  display: flex;
  width: 1280px;
}
body #account-container .main .side {
  flex-shrink: 0;
  width: 200px;
}
body #account-container .main .side .item {
  padding-left: 16px;
  height: 42px;
  line-height: 42px;
  color: #273133;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 1px;
}
body #account-container .main .side .item:hover {
  background-color: #F3F5F5;
}
body #account-container .main .side .title {
  padding-left: 16px;
  font-size: 14px;
  color: #9DA2A3;
}
body #account-container .main .side .title:hover {
  background-color: transparent;
}
body #account-container .main .side .active {
  background-color: #F3F5F5;
}
body #account-container .main .side .active:hover {
  background-color: #F3F5F5;
}
body #account-container .main .divide {
  flex-shrink: 0;
  height: 420px;
  width: 1px;
  background-color: #E1E5E5;
  margin-right: 16px;
  margin-left: 16px;
}
body #account-container .main .content-wrap {
  flex: 1;
}
body #account-container .main .content-wrap .title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #273133;
  font-weight: 400;
}
body #account-container .main .content-wrap .select-wrap {
  display: flex;
  justify-content: space-between;
}
body #account-container .main .content-wrap .select-wrap .tab-wrap {
  display: flex;
  height: 32px;
  cursor: pointer;
  gap: 16px;
}
body #account-container .main .content-wrap .select-wrap .tab-wrap .tab {
  width: 48px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #898E8F;
}
body #account-container .main .content-wrap .select-wrap .tab-wrap .tab.active {
  color: #273133;
  border-bottom: 2px solid #00BAD6;
}
body #account-container .main .content-wrap .select-wrap .tab-wrap .tab:hover {
  color: #273133;
}
body #account-container .main .content-wrap .select-wrap .buy {
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background: #E7CB44;
  text-align: center;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
body #account-container .main .content-wrap .select-wrap .buy:hover {
  background: #E7CB44;
}
body #account-container .main .content-wrap p {
  color: rgb(176, 178, 184);
  font-size: 14px;
}
body #account-container .main .content-wrap .question {
  margin-top: 16px;
  margin-bottom: 4px;
  color: rgba(245, 245, 245, 0.8);
  font-size: 14px;
  color: #4E5152;
  line-height: 1.5;
}
body #account-container .main .content-wrap .answer {
  font-size: 14px;
  line-height: 1.5;
  color: #898E8F;
}
body #account-container .main .content-wrap .answer a {
  color: #00BAD6;
}
body #account-container .main .content-wrap .answer a:hover {
  text-decoration: underline;
}
body #account-container .main .content-wrap .tip {
  margin-top: 16px;
}

html body.articles *,
html body.article * {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft Yahei", sans-serif;
}
html body.articles .articles-container,
html body.articles .article-container,
html body.article .articles-container,
html body.article .article-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body.articles .articles-container .container,
html body.articles .article-container .container,
html body.article .articles-container .container,
html body.article .article-container .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin-bottom: 64px;
  transition: width 0.3s ease-in-out;
}
html body.articles .articles-container .hero-banner,
html body.articles .article-container .hero-banner,
html body.article .articles-container .hero-banner,
html body.article .article-container .hero-banner {
  width: 100%;
  height: 100%;
  min-width: 900px;
  position: relative;
  margin: 24px auto;
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
html body.articles .articles-container .hero-banner .hero-banner-img,
html body.articles .article-container .hero-banner .hero-banner-img,
html body.article .articles-container .hero-banner .hero-banner-img,
html body.article .article-container .hero-banner .hero-banner-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
html body.articles .articles-container .hero-banner .banner-info,
html body.articles .article-container .hero-banner .banner-info,
html body.article .articles-container .hero-banner .banner-info,
html body.article .article-container .hero-banner .banner-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 28px;
  padding-left: 40px;
  padding-bottom: 24px;
}
html body.articles .articles-container .hero-banner .banner-info h1,
html body.articles .article-container .hero-banner .banner-info h1,
html body.article .articles-container .hero-banner .banner-info h1,
html body.article .article-container .hero-banner .banner-info h1 {
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 2px;
  color: #090a0a;
}
html body.articles .articles-container .hero-banner .banner-info .feature-list,
html body.articles .article-container .hero-banner .banner-info .feature-list,
html body.article .articles-container .hero-banner .banner-info .feature-list,
html body.article .article-container .hero-banner .banner-info .feature-list {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  margin-top: 16px;
}
html body.articles .articles-container .hero-banner .banner-info .feature-list .feature-item,
html body.articles .article-container .hero-banner .banner-info .feature-list .feature-item,
html body.article .articles-container .hero-banner .banner-info .feature-list .feature-item,
html body.article .article-container .hero-banner .banner-info .feature-list .feature-item {
  display: flex;
  align-items: center;
  color: #273133;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 6px;
  position: relative;
}
html body.articles .articles-container .hero-banner .banner-info .feature-list .feature-item:not(:last-child):after,
html body.articles .article-container .hero-banner .banner-info .feature-list .feature-item:not(:last-child):after,
html body.article .articles-container .hero-banner .banner-info .feature-list .feature-item:not(:last-child):after,
html body.article .article-container .hero-banner .banner-info .feature-list .feature-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  width: 1px;
  height: 16px;
  background: #939899;
}
html body.articles .articles-container .hero-banner .banner-info .download-button,
html body.articles .article-container .hero-banner .banner-info .download-button,
html body.article .articles-container .hero-banner .banner-info .download-button,
html body.article .article-container .hero-banner .banner-info .download-button {
  position: absolute;
  left: 40px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 16px;
  background: #E7CB44;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}
html body.articles .articles-container .hero-banner .banner-info .download-button .download-icon,
html body.articles .article-container .hero-banner .banner-info .download-button .download-icon,
html body.article .articles-container .hero-banner .banner-info .download-button .download-icon,
html body.article .article-container .hero-banner .banner-info .download-button .download-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../image/articles/download.svg") center center no-repeat;
}
html body.articles .articles-container .hero-banner .banner-info .download-button:hover,
html body.articles .article-container .hero-banner .banner-info .download-button:hover,
html body.article .articles-container .hero-banner .banner-info .download-button:hover,
html body.article .article-container .hero-banner .banner-info .download-button:hover {
  background: #00c2e0;
}
html body.articles .articles-container .layout-container,
html body.articles .article-container .layout-container,
html body.article .articles-container .layout-container,
html body.article .article-container .layout-container {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  min-width: 900px;
}
html body.articles .articles-container .layout-container .content-container,
html body.articles .article-container .layout-container .content-container,
html body.article .articles-container .layout-container .content-container,
html body.article .article-container .layout-container .content-container {
  flex: 1 1 auto;
  min-width: calc(100% - 357px - 24px);
  max-width: 100%;
}
html body.articles .articles-container .layout-container .sidebar-section,
html body.articles .article-container .layout-container .sidebar-section,
html body.article .articles-container .layout-container .sidebar-section,
html body.article .article-container .layout-container .sidebar-section {
  flex: 0 0 357px;
  width: 357px;
}
html body.articles .articles-container .layout-container-list,
html body.articles .article-container .layout-container-list,
html body.article .articles-container .layout-container-list,
html body.article .article-container .layout-container-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
}
html body.articles .articles-container .layout-container-list .content,
html body.articles .article-container .layout-container-list .content,
html body.article .articles-container .layout-container-list .content,
html body.article .article-container .layout-container-list .content {
  width: 100%;
}
html body.articles .articles-container .layout-container-list .tabs,
html body.articles .article-container .layout-container-list .tabs,
html body.article .articles-container .layout-container-list .tabs,
html body.article .article-container .layout-container-list .tabs {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e1e5e5;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item,
html body.articles .article-container .layout-container-list .tabs .tab-item,
html body.article .articles-container .layout-container-list .tabs .tab-item,
html body.article .article-container .layout-container-list .tabs .tab-item {
  height: 100%;
  line-height: 32px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item .nav-title,
html body.articles .article-container .layout-container-list .tabs .tab-item .nav-title,
html body.article .articles-container .layout-container-list .tabs .tab-item .nav-title,
html body.article .article-container .layout-container-list .tabs .tab-item .nav-title {
  color: #939899;
  font-size: 20px;
  line-height: 1.5;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item:hover,
html body.articles .article-container .layout-container-list .tabs .tab-item:hover,
html body.article .articles-container .layout-container-list .tabs .tab-item:hover,
html body.article .article-container .layout-container-list .tabs .tab-item:hover {
  color: #090a0a;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item:hover .nav-title,
html body.articles .article-container .layout-container-list .tabs .tab-item:hover .nav-title,
html body.article .articles-container .layout-container-list .tabs .tab-item:hover .nav-title,
html body.article .article-container .layout-container-list .tabs .tab-item:hover .nav-title {
  color: #090a0a;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item.active,
html body.articles .article-container .layout-container-list .tabs .tab-item.active,
html body.article .articles-container .layout-container-list .tabs .tab-item.active,
html body.article .article-container .layout-container-list .tabs .tab-item.active {
  color: #090a0a;
  border-bottom: 3px solid #E7CB44;
}
html body.articles .articles-container .layout-container-list .tabs .tab-item.active .nav-title,
html body.articles .article-container .layout-container-list .tabs .tab-item.active .nav-title,
html body.article .articles-container .layout-container-list .tabs .tab-item.active .nav-title,
html body.article .article-container .layout-container-list .tabs .tab-item.active .nav-title {
  color: #090a0a;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper {
  display: none;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper.active,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper.active,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper.active,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper.active {
  display: block;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .category,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .category,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .category,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .category {
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 4px;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item {
  height: 32px;
  line-height: 24px;
  font-size: 16px;
  color: #373737;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 16px;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item:hover,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item:hover,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item:hover,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item:hover {
  color: #E7CB44;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item.active,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item.active,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .category .category-item.active,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .category .category-item.active {
  color: #fff;
  height: 32px;
  border-radius: 4px;
  background: #E7CB44;
  color: #fff;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item {
  display: flex;
  width: 100%;
  margin: 12px 0;
  padding: 8px;
  transition: all 0.2s linear;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:hover,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:hover,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:hover,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:nth-child(2),
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:nth-child(2),
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:nth-child(2),
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item:nth-child(2) {
  margin-top: 0;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left {
  width: 256px;
  height: 144px;
  overflow: hidden;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img-wrapper,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img-wrapper,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img-wrapper,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img:hover,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img:hover,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img:hover,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left .img:hover {
  transform: scale(1.05);
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left.notExit,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left.notExit,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left.notExit,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-left.notExit {
  display: none;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right {
  position: relative;
  margin-left: 20px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title {
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.5s;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title:hover,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title:hover,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title:hover,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .title-wrapper .title:hover {
  color: #E7CB44;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc {
  height: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  color: #727272;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: color 0.5s;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc:hover,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc:hover,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc:hover,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .desc:hover {
  color: #E7CB44;
}
html body.articles .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .date,
html body.articles .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .date,
html body.article .articles-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .date,
html body.article .article-container .layout-container-list .tab-content .tab-wrapper .tab-wrapper-item .tab-wrapper-item-right .date {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.6;
  font-size: 12px;
  color: #898e8f;
  font-weight: 400;
  font-size: 12px;
}
html body.articles .articles-container .sidebar-section,
html body.articles .article-container .sidebar-section,
html body.article .articles-container .sidebar-section,
html body.article .article-container .sidebar-section {
  position: sticky;
  top: 60px;
  height: 100%;
}
html body.articles .articles-container .sidebar-section .download-card-container,
html body.articles .article-container .sidebar-section .download-card-container,
html body.article .articles-container .sidebar-section .download-card-container,
html body.article .article-container .sidebar-section .download-card-container {
  width: 100%;
  padding: 24px 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  background: #f5f7f7;
  border-radius: 8px;
}
html body.articles .articles-container .sidebar-section .download-title,
html body.articles .article-container .sidebar-section .download-title,
html body.article .articles-container .sidebar-section .download-title,
html body.article .article-container .sidebar-section .download-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #090a0a;
  margin-top: 8px;
}
html body.articles .articles-container .sidebar-section .download-title .fire-icon,
html body.articles .article-container .sidebar-section .download-title .fire-icon,
html body.article .articles-container .sidebar-section .download-title .fire-icon,
html body.article .article-container .sidebar-section .download-title .fire-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: url("../image/articles/fire.jpg") center center no-repeat;
}
html body.articles .articles-container .sidebar-section .download-card,
html body.articles .article-container .sidebar-section .download-card,
html body.article .articles-container .sidebar-section .download-card,
html body.article .article-container .sidebar-section .download-card {
  width: 100%;
  height: 48px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e5e5;
  box-sizing: content-box;
}
html body.articles .articles-container .sidebar-section .download-card:first-child,
html body.articles .article-container .sidebar-section .download-card:first-child,
html body.article .articles-container .sidebar-section .download-card:first-child,
html body.article .article-container .sidebar-section .download-card:first-child {
  padding-top: 0;
}
html body.articles .articles-container .sidebar-section .download-card:last-child,
html body.articles .article-container .sidebar-section .download-card:last-child,
html body.article .articles-container .sidebar-section .download-card:last-child,
html body.article .article-container .sidebar-section .download-card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
html body.articles .articles-container .sidebar-section .download-card .img,
html body.articles .article-container .sidebar-section .download-card .img,
html body.article .articles-container .sidebar-section .download-card .img,
html body.article .article-container .sidebar-section .download-card .img {
  width: 48px;
  height: 48px;
}
html body.articles .articles-container .sidebar-section .download-card .card-info,
html body.articles .article-container .sidebar-section .download-card .card-info,
html body.article .articles-container .sidebar-section .download-card .card-info,
html body.article .article-container .sidebar-section .download-card .card-info {
  flex-grow: 1;
  margin-left: 8px;
  margin-right: 21px;
  white-space: nowrap;
}
html body.articles .articles-container .sidebar-section .download-card .card-info .card-title,
html body.articles .article-container .sidebar-section .download-card .card-info .card-title,
html body.article .articles-container .sidebar-section .download-card .card-info .card-title,
html body.article .article-container .sidebar-section .download-card .card-info .card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #090a0a;
}
html body.articles .articles-container .sidebar-section .download-card .card-info .card-desc,
html body.articles .article-container .sidebar-section .download-card .card-info .card-desc,
html body.article .articles-container .sidebar-section .download-card .card-info .card-desc,
html body.article .article-container .sidebar-section .download-card .card-info .card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #898e8f;
  color: #727272;
}
html body.articles .articles-container .sidebar-section .download-card .right,
html body.articles .article-container .sidebar-section .download-card .right,
html body.article .articles-container .sidebar-section .download-card .right,
html body.article .article-container .sidebar-section .download-card .right {
  position: relative;
  height: 100%;
}
html body.articles .articles-container .sidebar-section .download-card .star-box,
html body.articles .article-container .sidebar-section .download-card .star-box,
html body.article .articles-container .sidebar-section .download-card .star-box,
html body.article .article-container .sidebar-section .download-card .star-box {
  display: flex;
  align-items: center;
  gap: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
html body.articles .articles-container .sidebar-section .download-card .star-box i,
html body.articles .article-container .sidebar-section .download-card .star-box i,
html body.article .articles-container .sidebar-section .download-card .star-box i,
html body.article .article-container .sidebar-section .download-card .star-box i {
  width: 16px;
  height: 16px;
}
html body.articles .articles-container .sidebar-section .download-card .star-box .star1,
html body.articles .article-container .sidebar-section .download-card .star-box .star1,
html body.article .articles-container .sidebar-section .download-card .star-box .star1,
html body.article .article-container .sidebar-section .download-card .star-box .star1 {
  background: url("../image/articles/star1.svg") center center no-repeat;
}
html body.articles .articles-container .sidebar-section .download-card .star-box .star2,
html body.articles .article-container .sidebar-section .download-card .star-box .star2,
html body.article .articles-container .sidebar-section .download-card .star-box .star2,
html body.article .article-container .sidebar-section .download-card .star-box .star2 {
  background: url("../image/articles/star2.svg") center center no-repeat;
}
html body.articles .articles-container .sidebar-section .download-card .star-box .star3,
html body.articles .article-container .sidebar-section .download-card .star-box .star3,
html body.article .articles-container .sidebar-section .download-card .star-box .star3,
html body.article .article-container .sidebar-section .download-card .star-box .star3 {
  background: url("../image/articles/star3.svg") center center no-repeat;
}
html body.articles .articles-container .sidebar-section .download-card .download-btn,
html body.articles .article-container .sidebar-section .download-card .download-btn,
html body.article .articles-container .sidebar-section .download-card .download-btn,
html body.article .article-container .sidebar-section .download-card .download-btn {
  height: 24px;
  border-radius: 4px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border: 1px solid #666666;
  font-size: 14px;
  color: #3d3d3d;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  transition: all 0.2s linear;
}
html body.articles .articles-container .sidebar-section .download-card .download-btn:hover,
html body.articles .article-container .sidebar-section .download-card .download-btn:hover,
html body.article .articles-container .sidebar-section .download-card .download-btn:hover,
html body.article .article-container .sidebar-section .download-card .download-btn:hover {
  color: #E7CB44;
  border-color: #E7CB44;
}
html body.articles .articles-container .sidebar-section .advertising-container .advertising-item,
html body.articles .article-container .sidebar-section .advertising-container .advertising-item,
html body.article .articles-container .sidebar-section .advertising-container .advertising-item,
html body.article .article-container .sidebar-section .advertising-container .advertising-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  height: 170px;
  cursor: pointer;
}
html body.articles .articles-container .sidebar-section .advertising-container .advertising-item img,
html body.articles .article-container .sidebar-section .advertising-container .advertising-item img,
html body.article .articles-container .sidebar-section .advertising-container .advertising-item img,
html body.article .article-container .sidebar-section .advertising-container .advertising-item img {
  width: 100%;
  height: 100%;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item {
  width: 357px;
  height: 476px;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-carousel,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-carousel,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-carousel,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-carousel {
  transform: scale(1.05);
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .active,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .active,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .active,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .active {
  position: relative;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel {
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  text-align: center;
  line-height: 260px;
  object-fit: cover;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel.active,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel.active,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel.active,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-wrapper .ad-carousel.active {
  z-index: 10;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-left,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-left,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-left,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-left {
  top: 50%;
  transform: translate(50px, -50%) rotate(45deg);
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-right,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-right,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-right,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images:hover .ad-arrows-right {
  top: 50%;
  transform: translate(-50px, -50%) rotate(45deg);
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
  background-color: rgba(26, 26, 26, 0.2);
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common:hover,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common:hover,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common:hover,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common:hover {
  background-color: rgb(26, 26, 26);
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common .ad-arrows,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common .ad-arrows,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common .ad-arrows,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common .ad-arrows {
  width: 15px;
  height: 15px;
  background-color: transparent;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left {
  left: -40px;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left .ad-arrows,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left .ad-arrows,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left .ad-arrows,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-left .ad-arrows {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right {
  right: -40px;
}
html body.articles .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right .ad-arrows,
html body.articles .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right .ad-arrows,
html body.article .articles-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right .ad-arrows,
html body.article .article-container .sidebar-section .advertising-container .ad-advertising-item .ad-carousel-container .ad-images .ad-arrows-common.ad-arrows-right .ad-arrows {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
html body.articles .book-post,
html body.article .book-post {
  color: #3b4351;
  position: relative;
}
html body.articles .book-post .breadcrumb,
html body.article .book-post .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
}
html body.articles .book-post .breadcrumb a,
html body.article .book-post .breadcrumb a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  color: #A1A1A1;
}
html body.articles .book-post .breadcrumb a:hover,
html body.article .book-post .breadcrumb a:hover {
  text-decoration: none;
  color: #727272;
}
html body.articles .book-post .breadcrumb .right-arrow,
html body.article .book-post .breadcrumb .right-arrow {
  width: 16px;
  height: 16px;
  background: url("/image/home/right-arrow.svg") no-repeat center/contain;
}
html body.articles .book-post .book-title,
html body.article .book-post .book-title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 80px;
}
html body.articles .book-post .book-title .info,
html body.article .book-post .book-title .info {
  font-weight: 400;
  display: flex;
  gap: 10px;
  position: absolute;
  height: 20px;
  bottom: -45px;
  left: 0;
}
html body.articles .book-post .book-title .info .author,
html body.article .book-post .book-title .info .author {
  font-size: 14px;
  color: #a7a7a7;
}
html body.articles .book-post .book-title .info .time,
html body.article .book-post .book-title .info .time {
  font-size: 14px;
  color: #a7a7a7;
}
html body.articles .book-post a,
html body.article .book-post a {
  word-wrap: break-word;
}
html body.articles .book-post a:hover,
html body.article .book-post a:hover {
  text-decoration: underline;
}
html body.articles .book-post h1,
html body.articles .book-post h2,
html body.articles .book-post h3,
html body.articles .book-post h4,
html body.articles .book-post h5,
html body.articles .book-post h6,
html body.article .book-post h1,
html body.article .book-post h2,
html body.article .book-post h3,
html body.article .book-post h4,
html body.article .book-post h5,
html body.article .book-post h6 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 34px;
}
html body.articles .book-post h1,
html body.articles .book-post h2,
html body.article .book-post h1,
html body.article .book-post h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}
html body.articles .book-post h1,
html body.article .book-post h1 {
  font-size: 28px;
}
html body.articles .book-post h2,
html body.article .book-post h2 {
  font-size: 22px;
}
html body.articles .book-post h3,
html body.article .book-post h3 {
  font-size: 20px;
}
html body.articles .book-post h4,
html body.article .book-post h4 {
  font-size: 16px;
}
html body.articles .book-post h5,
html body.article .book-post h5 {
  font-size: 14px;
}
html body.articles .book-post h6,
html body.article .book-post h6 {
  font-size: 12px;
  color: grey;
}
html body.articles .book-post p,
html body.article .book-post p {
  margin-bottom: 0;
  line-height: 1.7;
}
html body.articles .book-post hr,
html body.article .book-post hr {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  margin: 20px 0;
}
html body.articles .book-post .table-wrapper,
html body.article .book-post .table-wrapper {
  max-width: 100%;
  margin: 25px 0;
  overflow: auto;
}
html body.articles .book-post .table-wrapper table,
html body.article .book-post .table-wrapper table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
html body.articles .book-post .table-wrapper table th,
html body.articles .book-post .table-wrapper table td,
html body.article .book-post .table-wrapper table th,
html body.article .book-post .table-wrapper table td {
  padding: 14px;
  border: 1px solid #e7e7e7;
  text-align: left;
}
html body.articles .book-post ul,
html body.articles .book-post ol,
html body.article .book-post ul,
html body.article .book-post ol {
  list-style-position: outside;
  margin: 0 0 20px 20px;
}
html body.articles .book-post ul ol,
html body.articles .book-post ol ol,
html body.article .book-post ul ol,
html body.article .book-post ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
html body.articles .book-post ul ul,
html body.articles .book-post ol ul,
html body.article .book-post ul ul,
html body.article .book-post ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
html body.articles .book-post ul p,
html body.articles .book-post ol p,
html body.article .book-post ul p,
html body.article .book-post ol p {
  margin: 0;
}
html body.articles .book-post ol li,
html body.article .book-post ol li {
  list-style-type: decimal;
}
html body.articles .book-post ul li,
html body.article .book-post ul li {
  list-style-type: disc;
}
html body.articles .book-post blockquote,
html body.article .book-post blockquote {
  margin: 22px 0 22px 0;
  padding: 4px 20px;
}
html body.articles .book-post blockquote p,
html body.article .book-post blockquote p {
  margin-bottom: 10px;
}
html body.articles .book-post blockquote p:last-child,
html body.article .book-post blockquote p:last-child {
  margin-bottom: 0;
}
html body.articles .book-post blockquote ul:last-child,
html body.article .book-post blockquote ul:last-child {
  margin-bottom: 0;
}
html body.articles .book-post blockquote.right,
html body.article .book-post blockquote.right {
  border-left: none;
  border-right: 0.2px solid #dadee4;
}
html body.articles .book-post .note,
html body.article .book-post .note {
  margin: 22px 22px 22px 0;
  padding: 4px 20px;
  background-color: #e7f2fa;
  border-left: 0.2px solid #6ab0de;
}
html body.articles .book-post .note p,
html body.article .book-post .note p {
  margin-bottom: 10px;
}
html body.articles .book-post .note p:last-child,
html body.article .book-post .note p:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .note ul:last-child,
html body.article .book-post .note ul:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .tip,
html body.article .book-post .tip {
  margin: 22px 22px 22px 0;
  padding: 4px 20px;
  background-color: #dbfaf4;
  border-left: 0.2px solid #1abc9c;
}
html body.articles .book-post .tip p,
html body.article .book-post .tip p {
  margin-bottom: 10px;
}
html body.articles .book-post .tip p:last-child,
html body.article .book-post .tip p:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .tip ul:last-child,
html body.article .book-post .tip ul:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .attention,
html body.article .book-post .attention {
  margin: 22px 22px 22px 0;
  padding: 4px 20px;
  background-color: #ffedcc;
  border-left: 0.2px solid #f0b37e;
}
html body.articles .book-post .attention p,
html body.article .book-post .attention p {
  margin-bottom: 10px;
}
html body.articles .book-post .attention p:last-child,
html body.article .book-post .attention p:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .attention ul:last-child,
html body.article .book-post .attention ul:last-child {
  margin-bottom: 0;
}
html body.articles .book-post .video-container,
html body.article .book-post .video-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
html body.articles .book-post .video-container iframe,
html body.article .book-post .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
html body.articles .book-post figcaption,
html body.article .book-post figcaption {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
html body.articles .book-post img,
html body.article .book-post img {
  display: block;
  margin: 20px auto;
}
html body.articles .book-post iframe,
html body.article .book-post iframe {
  width: 100%;
}
html body.articles .book-post .checkbox-item,
html body.article .book-post .checkbox-item {
  list-style-type: none;
}
html body.articles .book-post .checkbox-item input,
html body.article .book-post .checkbox-item input {
  margin-left: -20px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .videos .container,
  .video-detail .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .videos .container,
  .video-detail .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .videos .container,
  .video-detail .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .videos .container,
  .video-detail .container {
    width: 1440px;
  }
}
/* 视频教程 */
body.videos .video-list-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding-bottom: 128px;
  background-color: #f2f7f7;
}
body.videos .video-list-container.video-container {
  background-color: #fff;
}
body.videos .video-list-container .video-list-header {
  background: #f2f7f7;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #e1e5e5;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav {
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  font-size: 20px;
  color: #898e8f;
  border-bottom: 4px solid transparent;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav .jiantou {
  display: inline-block;
  transform: rotate(90deg);
  transition: 0.1s;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav.hover {
  color: black;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .nav.active {
  color: #181b23;
  border-bottom: 4px solid #00bad6;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu {
  position: relative;
  margin-right: 40px;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu .nav {
  margin-right: 0;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu:hover .second-menu {
  display: block;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .first-menu:hover .jiantou {
  transform: rotate(-90deg);
  transition: 0.1s;
}
body.videos .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.videos .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.videos .video-list-container .video-list-header .header-nav-wrapper .header-nav-list .second-menu .item:hover {
  color: black;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper {
  position: relative;
  width: 285px;
}
body.videos .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.videos .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.videos .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.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-button {
  cursor: pointer;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper :deep(.el-input) .el-button .fs-sousuo {
  color: #333;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select {
  display: none;
  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.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a {
  color: #737476;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a p {
  margin: 5px 0px 5px 10px;
  cursor: pointer;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .search-select a:hover {
  color: #1c1c1c;
}
body.videos .video-list-container .video-list-header .header-nav-wrapper .video-search-wrapper .show {
  display: block;
}
body.videos .video-list-container .video-list-carousel-wrapper {
  padding-top: 32px;
  padding-bottom: 48px;
  background: #f2f7f7;
}
body.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper {
  display: flex;
}
body.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels {
  position: relative;
  margin-right: 16px;
  min-width: 0;
}
body.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: 8px;
}
body.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel .banner-img {
  display: block;
  width: 864px;
  height: 460px;
}
body.videos .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.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousels .carousel.active {
  display: block;
}
body.videos .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.videos .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.videos .video-list-container .video-list-carousel-wrapper .carousel-wrapper .carousel-dots .dot.active {
  background-color: #479dff;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar {
  flex: 1;
  min-width: 180px;
  width: auto;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-panel {
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .sidebar-block .sidebar-header {
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: content-box;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .sidebar-block .sidebar-header h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #090a0a;
  margin: 0;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .sidebar-block .sidebar-header h3 .icon {
  margin-right: 6px;
  display: none;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-list li {
  height: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  padding-right: 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-list li:hover {
  background: #f3f5f5;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-list li a {
  font-size: 16px;
  color: #4e5152;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 16px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .content-list li .date {
  font-size: 12px;
  color: #A1A1A1;
  margin-left: auto;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .hot-content {
  height: 222px;
  margin-bottom: 16px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .latest-content {
  height: 222px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .icon {
  width: 24px;
  height: 24px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .icon.small {
  width: 16px;
  height: 16px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more {
  font-size: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  color: #9da2a3;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more .right-arrow {
  background: url("../image/home/right-arrow.svg") no-repeat center/contain;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more .right-arrow.small {
  margin-left: 4px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more.small {
  color: #A1A1A1;
  font-size: 14px;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more:hover {
  color: #00B1CC;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .view-more:hover .right-arrow {
  background: url("../image/home/right-arrow-hover.svg") no-repeat center/contain;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .icon.hot-icon {
  background: url("../image/home/hot.svg") no-repeat center/contain;
}
body.videos .video-list-container .video-list-carousel-wrapper .sidebar .icon.fish-icon {
  background: url("../image/home/fish.svg") no-repeat center/contain;
}
body.videos .video-list-container .videos-wrapper {
  margin-top: 48px;
}
body.videos .video-list-container .videos-wrapper.introduction-topic-wrapper {
  margin-top: 64px;
}
body.videos .video-list-container .videos-wrapper .videos-header {
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-bottom: 24px;
  align-items: center;
}
body.videos .video-list-container .videos-wrapper .videos-header img {
  width: 30px;
  height: 32px;
  object-fit: cover;
}
body.videos .video-list-container .videos-wrapper .videos-header h2 {
  margin: 0;
  margin-left: 16px;
  margin-right: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(24, 27, 35, 0.9);
}
body.videos .video-list-container .videos-wrapper .videos-header h2 a {
  color: rgba(24, 27, 35, 0.9);
}
body.videos .video-list-container .videos-wrapper .videos-header h2 a:hover {
  color: rgb(24, 27, 35);
}
body.videos .video-list-container .videos-wrapper .videos-header .more {
  position: absolute;
  display: flex;
  right: 0;
  align-items: center;
  color: #868e8f;
}
body.videos .video-list-container .videos-wrapper .videos-header .more .fs {
  font-size: 20px;
}
body.videos .video-list-container .videos-wrapper .videos-header .more:hover {
  color: #00B1CC;
}
body.videos .video-list-container .videos-wrapper .videos-header.margin-hidden {
  margin-top: 0;
}
body.videos .video-list-container .videos-wrapper .introduction-topic {
  display: flex;
  gap: 20px;
  min-width: 900px;
  justify-content: space-between;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic {
  flex: 1;
  aspect-ratio: 416/234;
  height: auto;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  cursor: pointer;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic:nth-child(1) {
  background: url("../image/video/pic1.jpg") no-repeat center/cover;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic:nth-child(2) {
  background: url("../image/video/pic2.jpg") no-repeat center/cover;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic:nth-child(3) {
  background: url("../image/video/pic3.jpg") no-repeat center/cover;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic.item {
  flex-grow: 1;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic .topic-inner {
  display: flex;
  border-radius: 4px;
  flex-direction: column;
  padding-left: 24px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic .text-wrap {
  padding-top: 52px;
  transition: padding 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic .text-wrap .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 8px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic .text-wrap .count {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic.first {
  flex-shrink: 0;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic .arrow {
  width: 24px;
  height: 24px;
  background-image: url("../image/video-detail/arrow.png");
  opacity: 0;
  margin-top: 48px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic:hover .arrow {
  opacity: 1;
  pointer-events: auto;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .topic:hover .text-wrap {
  top: 42px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .new-user {
  width: 502.4px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .new-user .text-wrap {
  position: relative;
  left: -142px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .new-user .text-wrap .title {
  font-size: 32px;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .new-user .text-wrap .count {
  text-align: left;
}
body.videos .video-list-container .videos-wrapper .introduction-topic .new-user .arrow {
  position: relative;
  left: -192px;
}
body.videos .video-list-container .videos-wrapper .map,
body.videos .video-list-container .videos-wrapper .zero-one {
  display: flex;
  min-width: 1280px;
  justify-content: space-between;
}
body.videos .video-list-container .videos-wrapper .map .topic,
body.videos .video-list-container .videos-wrapper .zero-one .topic {
  border-radius: 4px;
  cursor: pointer;
}
body.videos .video-list-container .videos-wrapper .map .topic .img,
body.videos .video-list-container .videos-wrapper .zero-one .topic .img {
  flex-direction: column-reverse;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s ease-in-out;
  border-radius: 4px;
}
body.videos .video-list-container .videos-wrapper .map .topic .img:hover,
body.videos .video-list-container .videos-wrapper .zero-one .topic .img:hover {
  background-size: 104% 104%;
}
body.videos .video-list-container .videos-wrapper .map .topic .text-wrap,
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 420px;
  height: 40px;
}
body.videos .video-list-container .videos-wrapper .map .topic .text-wrap .title,
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap .title {
  width: 150px;
  height: 40px;
  text-align: left;
  padding-left: 16px;
  font-weight: 500;
  line-height: 40px;
  color: rgb(20, 20, 20);
  font-size: 16px;
}
body.videos .video-list-container .videos-wrapper .map .topic .text-wrap .count,
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap .count {
  width: 100px;
  height: 40px;
  text-align: right;
  padding-right: 16px;
  line-height: 40px;
  color: rgb(110, 110, 111);
  font-size: 14px;
}
body.videos .video-list-container .videos-wrapper .construction-development {
  display: flex;
  min-width: 1280px;
  justify-content: space-between;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic {
  width: 632px;
  height: 228px;
  display: flex;
  border-radius: 4px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .img {
  width: 342px;
  height: 228px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap {
  width: 291px;
  height: 228px;
  padding-left: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  padding-top: 24px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .title {
  color: rgb(20, 20, 20);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .content {
  font-size: 14px;
  font-weight: 400;
  color: rgb(114, 114, 114);
  width: 233px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .bottom {
  width: 224px;
  display: flex;
  margin-top: 82px;
  justify-content: space-between;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .bottom .count {
  font-size: 14px;
  font-weight: 400;
  color: rgb(114, 114, 114);
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .bottom .more {
  display: flex;
  width: 74px;
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .bottom .more .text {
  color: rgb(12, 124, 238);
}
body.videos .video-list-container .videos-wrapper .construction-development .topic .text-wrap .bottom .more .arrow {
  width: 14px;
  height: 10px;
  position: relative;
  top: 3.5px;
  background-image: url("../image/video-detail/more-arrow.svg");
}
body.videos .video-list-container .videos-wrapper .construction-development .build-3d-scene .img {
  background-image: url("../image/video-detail/build-3d-scene.png");
}
body.videos .video-list-container .videos-wrapper .construction-development .secondary-development .img {
  background-image: url("../image/video-detail/secondary-development.png");
}
body.videos .video-list-container .videos-wrapper .zero-one {
  min-width: 1280px;
}
body.videos .video-list-container .videos-wrapper .zero-one .topic {
  width: 312.5px;
  height: 190px;
  cursor: pointer;
}
body.videos .video-list-container .videos-wrapper .zero-one .topic .img {
  width: 313px;
  height: 150px;
}
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap {
  width: 312.5px;
  height: 40px;
}
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap .title {
  width: 150px;
  height: 40px;
}
body.videos .video-list-container .videos-wrapper .zero-one .topic .text-wrap .count {
  width: 76px;
  height: 40px;
  font-size: 14px;
}
body.videos .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-top: 32px;
  padding-bottom: 32px;
  background-color: #0D0D0D;
}
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: 16px;
  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 .container {
  padding-top: 32px;
  padding-bottom: 96px;
}
body.video-detail .video-detail-container .video-detail-content .video-info {
  line-height: 1.5;
  padding-bottom: 32px;
}
body.video-detail .video-detail-container .video-detail-content .video-info h1 {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  color: #090a0a;
}
body.video-detail .video-detail-container .video-detail-content .video-info .tags {
  padding: 16px 0 16px 0;
  border-bottom: 1px solid rgba(207, 211, 220, 0.5);
  margin-bottom: 16px;
}
body.video-detail .video-detail-container .video-detail-content .video-info h2 {
  font-weight: 500;
  font-size: 20px;
  color: #273133;
  margin: 0;
  margin-bottom: 8px;
}
body.video-detail .video-detail-container .video-detail-content .video-info h3 {
  font-size: 16px;
  color: #4e5152;
}
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-container {
  width: 100%;
  min-height: 296px;
  margin-top: 32px;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header {
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-bottom: 24px;
  align-items: center;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header img {
  width: 30px;
  height: 32px;
  object-fit: cover;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header h2 {
  margin: 0;
  margin-left: 16px;
  margin-right: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(24, 27, 35, 0.9);
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header h2 a {
  color: rgba(24, 27, 35, 0.9);
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header h2 a:hover {
  color: rgb(24, 27, 35);
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header h3 {
  margin: 0;
  font-size: 20px;
  color: rgb(20, 20, 20);
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header .video-detail-pager {
  display: flex;
  position: absolute;
  align-items: center;
  right: 0;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header .video-detail-pager .pager-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #9da2a3;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header .video-detail-pager .pager-icon:hover {
  background: #f3f5f5;
  color: #4e5152;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header .video-detail-pager .pager-icon .prev svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .videos-header .video-detail-pager .pager-icon .next svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .video-list-wrapper {
  width: 100%;
  margin-top: 10px;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .video-list-wrapper .video-box {
  width: 100%;
  display: none;
}
body.video-detail .video-detail-container .video-detail-content .video-list-container .video-list-wrapper .video-box.active {
  display: block;
}
@keyframes animloader61 {
  0% {
    height: 15px;
  }
  100% {
    height: 1px;
  }
}
@keyframes animloader61m {
  0% {
    height: 15px;
    transform: translateY(0);
  }
  100% {
    height: 1px;
    transform: translateY(15px);
  }
}

body.videos .container,
body.video-detail .container {
  max-width: 1440px;
  padding: 0 80px;
}

body.videos .video-list-container .video-list,
body.video-detail .video-detail-container .video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}
body.videos .video-list-container .video-list.columns-2,
body.video-detail .video-detail-container .video-list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.videos .video-list-container .video-list.columns-3,
body.video-detail .video-detail-container .video-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.videos .video-list-container .video-list.columns-4,
body.video-detail .video-detail-container .video-list.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
body.videos .video-list-container .video-list.columns-5,
body.video-detail .video-detail-container .video-list.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
body.videos .video-list-container .video-list.columns-6,
body.video-detail .video-detail-container .video-list.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
body.videos .video-list-container .video-list .video-wrap,
body.video-detail .video-detail-container .video-list .video-wrap {
  border-radius: 8px;
  background: #edf6f7;
  aspect-ratio: 416/337;
  box-shadow: none;
}
body.videos .video-list-container .video-list .video-wrap .video-img,
body.video-detail .video-detail-container .video-list .video-wrap .video-img {
  width: 100%;
  aspect-ratio: 416/234;
}
body.videos .video-list-container .video-list .video-wrap .video-img .cover,
body.video-detail .video-detail-container .video-list .video-wrap .video-img .cover {
  width: 100%;
  height: auto;
}
body.videos .video-list-container .video-list .video-wrap .video-img .hover-bg,
body.video-detail .video-detail-container .video-list .video-wrap .video-img .hover-bg {
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
}
body.videos .video-list-container .video-list .video-wrap .video-img:hover .hover-bg,
body.video-detail .video-detail-container .video-list .video-wrap .video-img:hover .hover-bg {
  opacity: 1;
}
body.videos .video-list-container .video-list .video-wrap .video-word,
body.video-detail .video-detail-container .video-list .video-wrap .video-word {
  padding: 16px;
  padding-bottom: 0;
}
body.videos .video-list-container .video-list .video-wrap .video-title,
body.video-detail .video-detail-container .video-list .video-wrap .video-title {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.videos .video-list-container .video-list .video-wrap .video-title a,
body.video-detail .video-detail-container .video-list .video-wrap .video-title a {
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  color: #273133;
}
body.videos .video-list-container .video-list .video-wrap .video-footer .tag,
body.video-detail .video-detail-container .video-list .video-wrap .video-footer .tag {
  font-size: 14px;
  line-height: 1.5;
  color: #4e5152;
}
body.videos .video-list-container .video-list .video-wrap .video-footer .tag:not(:first-child)::before,
body.video-detail .video-detail-container .video-list .video-wrap .video-footer .tag:not(:first-child)::before {
  background-color: #9da2a3;
}
body.videos .video-list-container .video-list .video-wrap .video-footer .duration,
body.video-detail .video-detail-container .video-list .video-wrap .video-footer .duration {
  font-size: 14px;
  line-height: 1.5;
  color: #4e5152;
}
body.videos .video-list-container .video-list .video-wrap .video-footer .duration .fs,
body.video-detail .video-detail-container .video-list .video-wrap .video-footer .duration .fs {
  font-size: 24px;
}
body.videos .video-list-container .series-list,
body.video-detail .video-detail-container .series-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 24px;
}
body.videos .video-list-container .series-list.columns-2,
body.video-detail .video-detail-container .series-list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.videos .video-list-container .series-list.columns-3,
body.video-detail .video-detail-container .series-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.videos .video-list-container .series-list.columns-4,
body.video-detail .video-detail-container .series-list.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
body.videos .video-list-container .series-list.columns-5,
body.video-detail .video-detail-container .series-list.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
body.videos .video-list-container .series-list.columns-6,
body.video-detail .video-detail-container .series-list.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
body.videos .video-list-container .series-list .topic,
body.video-detail .video-detail-container .series-list .topic {
  border-radius: 8px;
  aspect-ratio: 302/208;
}
body.videos .video-list-container .series-list .topic .img-wrap,
body.video-detail .video-detail-container .series-list .topic .img-wrap {
  width: 100%;
  aspect-ratio: 416/234;
  overflow: hidden;
  transition: background-size 0.3s ease-in-out;
  border-radius: 4px;
}
body.videos .video-list-container .series-list .topic .img-wrap .img,
body.video-detail .video-detail-container .series-list .topic .img-wrap .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
body.videos .video-list-container .series-list .topic .img-wrap .img:hover,
body.video-detail .video-detail-container .series-list .topic .img-wrap .img:hover {
  transform: scale(1.05);
}
body.videos .video-list-container .series-list .topic .text-wrap,
body.video-detail .video-detail-container .series-list .topic .text-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 1.5;
}
body.videos .video-list-container .series-list .topic .text-wrap .title,
body.video-detail .video-detail-container .series-list .topic .text-wrap .title {
  color: #273133;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
body.videos .video-list-container .series-list .topic .text-wrap .count,
body.video-detail .video-detail-container .series-list .topic .text-wrap .count {
  text-align: right;
  font-size: 16px;
  color: #4e5152;
}
body.videos .video-list-container .tags,
body.video-detail .video-detail-container .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
body.videos .video-list-container .tags li,
body.video-detail .video-detail-container .tags li {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background: #e9f1f2;
}
body.videos .video-list-container .tags .tag,
body.video-detail .video-detail-container .tags .tag {
  color: #4e5152;
  white-space: nowrap;
}
body.videos .video-list-container .tags .tag:hover,
body.video-detail .video-detail-container .tags .tag:hover {
  color: #00B1CC;
}
body.videos .video-list-container .tags li.active .tag,
body.video-detail .video-detail-container .tags li.active .tag {
  color: #00B1CC;
}