.banner_box {
  width: 552px;
  height: auto;
  position: absolute;
  right: -67px;
  top: 78px;
}
.banner_box .banner_img {
  width: 90%;
  height: auto;
}
.banner_box .banner_hover {
  width: 552px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
}
.banner_box .banner_hover img {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.pricelog {
  display: flex;
  justify-content: start;
  padding: 12px 0 25px;
  box-sizing: border-box;
  line-height: 52px;
}
.pricelog img {
  width: 18px;
  height: 10px;
  margin: 0 10px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body,
ul,
li {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  height: auto;
  width: 100%;
  min-width: 1200px;
}
.container-invite {
  min-width: auto;
}
.ant-tooltip .ant-tooltip-content .ant-tooltip-inner {
  background: #ffffff;
  color: #333333;
  padding: 15px 14px;
  font-size: 16px;
  height: 80px;
  width: 260px;
}
.ant-tooltip .ant-tooltip-content .ant-tooltip-arrow::before {
  background-color: #ffffff;
}

.form_modal_container .ant-modal .ant-modal-content .ant-modal-body {
  padding: 40px;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .form_title {
  margin: 0;
  text-align: center;
  font-family: "PingFangSC-Medium, PingFang SC";
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .form_des {
  margin-top: 10px;
  font-size: 14px;
  font-family: "PingFangSC-Regular, PingFang SC";
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .ant-form .ant-form-item {
  margin-top: 20px;
  margin-bottom: 0;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children input {
  width: 320px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children input:focus {
  outline: none;
  box-shadow: none;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children .jy_group_app_btn {
  width: 319px;
  height: 44px;
  line-height: 44px;
  background: #0082eb;
  border-radius: 4px;
  font-size: 16px;
  font-family: "PingFangSC, PingFang SC";
  font-weight: 500;
  color: #ffffff;
}
.form_modal_container .ant-modal .ant-modal-content .ant-modal-body .ant-form .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control .ant-form-explain {
  position: absolute;
}

.txt_s {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.name_s {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
}
.content_banner {
  height: 68px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_banner .content_banner_actions {
  width: 650px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.content_banner .content_banner_actions span:hover {
  cursor: pointer;
}
.content_banner .content_banner_actions span {
  display: flex;
  align-items: center;
}
.content_banner .content_banner_actions span img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.content_banner .content_banner_actions a {
  color: #333333;
}
.content {
  height: 760px;
  padding-top: 80px;
  background: #f2faff;
}
.content .content_top {
  height: 600px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.content .content_top .item_h {
  margin-bottom: 80px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.content .content_top .tab_wrap {
  background: #ffffff;
  width: 1200px;
  padding: 80px 50px;
  display: flex;
  box-shadow: 0px 6px 20px 0px #d1ebfc;
}
.content .content_top .tab_wrap .marginr {
  margin: 0 10% 0 0;
}
.content .content_top .tab_wrap .marginl {
  margin: 0 0 0 70px;
}
.content .content_top .tab_wrap .tab_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.content .content_top .tab_wrap .tab_item .itex_box {
  background: #ffffff;
}
.content .content_top .tab_wrap .tab_item .itex_box img {
  width: 140px;
  height: 120px;
}
.content .content_top .tab_wrap .tab_item .itex_box h4 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}
.content .content_top .tab_wrap .tab_item .itex_box .textbox {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.content .content_top .tab_wrap .tab_item .item {
  height: 135px;
  font-size: 18px;
  font-weight: 400;
  color: #787878;
  cursor: pointer;
}
.content .content_top .tab_wrap .tab_item .item .item_img {
  height: 80px;
  width: 80px;
}
.content .content_top .tab_wrap .tab_item .item .item_des {
  margin: 8px auto 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #787878;
  font-weight: 400;
}
.content .content_top .tab_wrap .tab_item .item .item_des_super {
  width: 90px;
}
.content .content_top .tab_wrap .tab_item .item .item_des_pdf {
  width: 107px;
}
.content .content_top .tab_wrap .tab_item .item .item_des_search {
  width: 80px;
}
.content .content_top .tab_wrap .tab_item .item .item_des_active {
  color: #3168ff;
  border-bottom: 3px solid #3168ff;
}
.content .content_top .item_ctnt {
  padding: 0 0 0 50px;
  color: #595959;
  height: 464px;
  text-align: left;
}
.content .content_top .item_ctnt .item_ctnt_l {
  float: left;
  width: 55%;
}
.content .content_top .item_ctnt .item_ctnt_l .item_ctnt_l_name {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  letter-spacing: 1px;
  margin: 80px 0 22px 0;
}
.content .content_top .item_ctnt .item_ctnt_l p {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.content .content_top .item_ctnt .item_ctnt_l .itemctnt_l {
  padding: 0px 0 0 17px;
}
.content .content_top .item_ctnt .item_ctnt_l .itemctnt_l_dot {
  margin-top: 12px;
}
.content .content_top .item_ctnt .item_ctnt_l .itemctnt_l_dot::before {
  position: relative;
  content: ' ';
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #3168ff;
  margin: 5px 8px 0 0;
  top: -2px;
}
.content .content_top .item_ctnt .item_ctnt_l .itemctnt_l_dot img {
  padding: 0 4px 10px 0;
  height: 18px;
}
.content .content_top .item_ctnt .item_ctnt_l .search_des {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.content .content_top .item_ctnt .item_ctnt_l button {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #3168ff;
  letter-spacing: 1px;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.content .content_top .item_ctnt .item_ctnt_l a {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #3168ff;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.content .content_top .item_ctnt .item_ctnt_r {
  float: left;
  width: 50px;
}
.content .content_top .item_ctnt .item_ctnt_r .editor_img {
  width: 488px;
  height: 376px;
}
.content_b_wrap {
  display: none;
  background: #f7f9ff;
}
.content_b_wrap .content_bottom {
  height: auto;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}
.content_b_wrap .content_bottom .content_bottom_name {
  height: 169px;
  line-height: 169px;
  font-size: 36px;
  color: #333333;
  letter-spacing: 1px;
}
.content_b_wrap .content_bottom .content_bottom_item {
  height: 380px;
  text-align: center;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_l {
  width: 50%;
  float: left;
  padding: 40px 0 0 0;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_l .img_detail {
  height: 300px;
  width: 326px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_l_s {
  text-align: left;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r {
  width: 50%;
  float: left;
  text-align: left;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap {
  height: 200px;
  margin: 136px auto 0;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_one {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_one {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_s_one {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 80px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_s_one {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 80px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_two {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_s_two {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_two {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_s_two {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_three {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_s_three {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 80px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_three {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_s_three {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 80px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_four {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_s_four {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0px 100px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_four {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 110px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_s_four {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0px 100px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_one_c {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_one_c {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_two_c {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_two_c {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_three_c {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_three_c {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_one_doc {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_one_doc {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_two_doc {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_two_doc {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .name_three_doc {
  height: 33px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 18px 0;
  padding: 0 0 0 50px;
}
.content_b_wrap .content_bottom .content_bottom_item .ctnt_bottom_item_r .des_wrap .txt_three_doc {
  text-align: left;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 0 0 0 50px;
}
.content_swiper {
  display: none;
  height: 812px;
  background: #fff;
  text-align: center;
}
.content_swiper .content_swiper_title {
  height: 155px;
  line-height: 155px;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
}
.content_swiper .content_swiper_img img {
  height: 553px;
  width: 1080px;
}
.content_swiper .content_swiper_btn {
  display: inline-block;
  color: #3168ff;
  width: 40px;
  height: 4px;
  background: #3168ff;
  border-radius: 2px;
  margin: 30px 0 0 0;
}
.allcontet {
  width: 100%;
  color: #333333;
}
.allcontet .half3title {
  text-align: center;
}
.allcontet .half3title div {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.allcontet .half3title div:first-child {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 500;
}
.allcontet .maxwidth {
  width: 1200px;
  margin: 0 auto;
}
.allcontet .maxwidth h3 {
  text-align: center;
  padding: 80px 0 80px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
.allcontet .maxwidth .felxbox {
  display: flex;
}
.allcontet .maxwidth .xbox {
  height: 410px;
  border-radius: 2px;
  margin: 80px auto 0 auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 6px 20px 0px #d1ebfc;
}
.allcontet .maxwidth .half3 {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  border-right: 1px solid #e6e6e6;
}
.allcontet .maxwidth .half3:last-child {
  border-right-color: transparent;
}
.allcontet .maxwidth .half3 .title p {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 20px;
  color: #333333 !important;
  margin-bottom: 20px;
}
.allcontet .maxwidth .half3 .title img {
  width: 40px;
  height: 40px;
}
.allcontet .maxwidth .half3 .descTitle {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  margin-bottom: 50px;
}
.allcontet .maxwidth .half3 .desc {
  margin-bottom: 32px;
  font-family: 'PingFang SC';
}
.allcontet .maxwidth .half3 .desc p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: 'PingFang SC';
}
.allcontet .maxwidth .half3 .logo {
  padding-bottom: 20px;
  font-size: 32px;
  font-family: 'PingFang SC';
  font-weight: bold;
  color: #333333;
}
.allcontet .maxwidth .half3 .logo img {
  width: 60px;
  height: 60px;
}
.allcontet .maxwidth .half3 .func {
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.allcontet .maxwidth .half3 .func .download {
  width: 200px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #0082eb;
}
.allcontet .maxwidth .half3 .func .download span {
  display: inline-block;
  color: #0082eb;
  font-size: 20px;
  font-weight: 500;
  line-height: 56px;
  cursor: pointer;
  user-select: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 56px;
}
.allcontet .maxwidth .half3 .func button {
  width: 200px;
  height: 56px;
  background: #0082eb;
  border-radius: 4px;
  color: #ffffff;
  line-height: 20px;
  font-size: 20px;
}
.allcontet .maxwidth .half3 .func button:focus {
  border-color: unset;
}
.allcontet .maxwidth .half3 .install .download {
  background-color: #ffffff;
  border: 2px solid #0082eb;
}
.allcontet .maxwidth .half3 .install .download a {
  color: #0082eb;
}
.allcontet .maxwidth .half3 .version {
  padding-bottom: 20px;
  font-size: 36px;
  font-family: 'PingFang SC';
  font-weight: normal;
  color: #333333;
}
.allcontet .maxwidth .half3 .down {
  margin-top: 40px;
  width: 230px;
  height: 60px;
  background: #0082eb;
  border-radius: 6px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
}
.allcontet .maxwidth .half3 .tips {
  font-size: 20px;
  font-family: 'PingFang SC';
  font-weight: normal;
  color: #333333;
}
.allcontet .maxwidth .half3 .tips a {
  color: #0082eb;
}
.allcontet .pluginImg {
  width: 1200px;
  margin: 0 auto 115px;
  text-align: center;
}
.allcontet .pluginImg img {
  width: 1075px;
  height: auto;
}
.allcontet .half2 {
  width: 50%;
  float: left;
}
.allcontet .half2 h2 {
  padding-top: 219px;
  text-align: left;
  font-size: 32px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #262626;
  line-height: 32px;
}
.allcontet .half2 p {
  text-align: left;
  font-size: 24px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.allcontet .half2 img {
  height: 395px;
  width: 530px;
  float: right;
}
.content_lt {
  background: #f2f9ff;
}
.content_lt .half {
  width: 50%;
  float: left;
}
.content_lt .half h2 {
  padding-top: 219px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 32px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #262626;
  line-height: 32px;
}
.content_lt .half p {
  text-align: left;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin: 0;
}
.content_lt .half img {
  height: 395px;
  width: 530px;
  margin-top: 90px;
}
.content_rt {
  background: #ffffff;
}
.content_rt .half {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content_rt .half h2 {
  margin: 0;
  padding: 30px 0 16px 0;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.content_rt .half p {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: normal;
  color: #333;
  line-height: 1;
}
.content_rt .half p span {
  font-weight: bold;
}
.content_rt .half h2:first-child {
  padding-top: 50px;
}
.content_rt .half img {
  height: 403px;
}
.content_install {
  padding: 80px 0;
}
.ant-btn-primary {
  background-color: #207df0;
  border-color: #207df0;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}
.firstchild {
  margin-left: 5%;
}
.topmoar {
  padding-top: 40px !important;
}
.morepad {
  padding-left: 50px !important;
}
.bgwhite {
  background: #fff;
}
.bgNotWhite {
  background: #f2faff;
}
.pd105 {
  padding-bottom: 105px;
}
.video3 .ant-modal-body {
  padding: 0;
}
.video3 .ant-modal-content {
  background-color: transparent;
  box-shadow: unset;
}
/**
* 0525 官网改版 css 
*/
.fir_iteration {
  width: 100%;
  height: auto;
}
.fir_iteration .appList {
  text-align: center;
  width: 1000px;
  margin: 120px auto 0;
}
.fir_iteration .appList p:nth-child(1) {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f2329;
}
.fir_iteration .appList p:nth-child(2) {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #646a73;
  margin-top: 24px;
}
.fir_iteration .appList .list {
  margin-top: 120px;
  list-style: none;
}
.fir_iteration .appList .list li {
  float: left;
}
.fir_iteration .appList .list li img {
  width: 68px;
  height: 68px;
}
.fir_iteration .appList .list li:nth-child(-n + 7) {
  padding-right: 65px;
}
.fir_iteration .bigImg {
  text-align: center;
  margin: 0 auto;
}
.fir_iteration .bigImg img {
  width: 893px;
  height: 446px;
  margin-top: 120px;
}
.fir_iteration .commonScenarios {
  font-size: 36px;
  color: #1f2329;
  font-weight: 500;
  line-height: 67px;
  padding: 60px 0 0 0;
  text-align: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 55.8% 49%;
  margin-left: 26px;
  margin-top: 32px;
}
.fir_iteration .subTitle {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #646a73;
  margin-top: 24px;
  text-align: center;
  margin-left: 32px;
}
.fir_iteration .tabLi {
  margin-top: 120px;
  overflow: hidden;
  width: 1000px;
  margin: 120px auto 0;
}
.fir_iteration .tabLi ul {
  list-style: none;
}
.fir_iteration .tabLi ul li:nth-child(-n + 4) {
  padding-right: 130px;
}
.fir_iteration .tabLi ul li {
  float: left;
}
.fir_iteration .tabLi ul li img {
  width: 96px;
  height: 96px;
}
.fir_iteration .tabLi ul li p {
  color: #333;
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-top: 24px;
  font-size: 18px;
}
.fir_tabs_box {
  width: 1000px;
  height: auto;
  margin-top: 140px;
  position: relative;
  display: flex;
  flex-direction: row;
  padding-left: 2px;
  padding-right: 2px;
  margin: 140px auto 0;
}
.fir_tabs_box .left_tap {
  width: 442px;
}
.fir_tabs_box .left_tap .left_top_tap {
  height: 409px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 24px;
  padding: 34px;
}
.fir_tabs_box .left_tap .left_top_tap .p1 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2329;
  line-height: 28px;
}
.fir_tabs_box .left_tap .left_top_tap .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  margin-top: 10px;
  white-space: nowrap;
}
.fir_tabs_box .left_tap .left_top_tap .literatureManagement {
  width: 380px;
  height: 267px;
  margin-top: 20px;
}
.fir_tabs_box .left_tap .left_top_tap .literatureManagement img {
  width: 100%;
  height: 100%;
}
.fir_tabs_box .left_tap .left_bottom_tap {
  height: 445px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 40px;
  padding: 34px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.fir_tabs_box .left_tap .left_bottom_tap .p1 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2329;
}
.fir_tabs_box .left_tap .left_bottom_tap .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  margin-top: 10px;
  white-space: nowrap;
}
.fir_tabs_box .left_tap .left_bottom_tap .excerptAndNotes {
  width: 380px;
  height: 303px;
  margin-top: 20px;
}
.fir_tabs_box .left_tap .left_bottom_tap .excerptAndNotes img {
  width: 100%;
  height: 100%;
}
.fir_tabs_box .right_tap {
  width: 532px;
  margin-left: 28px;
}
.fir_tabs_box .right_tap .right_top_tap {
  height: 434px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 40px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.fir_tabs_box .right_tap .right_top_tap .p1 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2329;
}
.fir_tabs_box .right_tap .right_top_tap .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  margin-top: 10px;
}
.fir_tabs_box .right_tap .right_top_tap .iconList {
  display: flex;
  margin-top: 14px;
}
.fir_tabs_box .right_tap .right_top_tap .iconList img {
  width: 20px;
  height: 20px;
}
.fir_tabs_box .right_tap .right_top_tap .iconList img:nth-child(-n + 3) {
  margin-right: 22px;
}
.fir_tabs_box .right_tap .right_top_tap .importText {
  margin-top: 20px;
  width: 472px;
  height: 292px;
}
.fir_tabs_box .right_tap .right_top_tap .importText img {
  width: 100%;
  height: 100%;
}
.fir_tabs_box .right_tap .right_bottom_tap {
  height: 420px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 40px;
  margin-top: 32px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.fir_tabs_box .right_tap .right_bottom_tap .p1 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2329;
  line-height: 28px;
}
.fir_tabs_box .right_tap .right_bottom_tap .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  margin-top: 10px;
  white-space: nowrap;
}
.fir_tabs_box .right_tap .right_bottom_tap .p2 span {
  background: rgba(0, 130, 235, 0.1);
  color: #0082eb;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
}
.fir_tabs_box .right_tap .right_bottom_tap .xmind {
  width: 472px;
  height: 250px;
  margin-top: 30px;
}
.fir_tabs_box .right_tap .right_bottom_tap .xmind img {
  width: 100%;
  height: 100%;
}
.fir_tabs_box .ant-tabs-bar {
  border: none;
}
.fir_tabs_box .ant-tabs-nav-wrap {
  width: 80%;
  margin-left: 10%;
}
.fir_tabs_box .ant-tabs-nav-wrap .ant-tabs-nav {
  width: 100%;
}
.fir_tabs_box .ant-tabs-nav-wrap .ant-tabs-tab {
  width: 10%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #333 !important;
  padding: 0;
  margin: 0 5%;
  font-weight: 400;
}
.fir_tabs_box .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: 500;
  color: #333;
}
.fir_tabs_box .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  height: 4px;
}
.grelly {
  width: 996px;
  height: 319px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 40px;
  margin-left: 2px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 32px auto 0;
}
.grelly .left_tap {
  width: 48%;
  padding-top: 80px;
  padding-left: 34px;
}
.grelly .left_tap .p1 {
  font-size: 20px;
  font-weight: 500;
  color: #1f2329;
}
.grelly .left_tap .p2 {
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  margin-top: 12px;
}
.grelly .left_tap .p3 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #0082eb;
  cursor: pointer;
}
.grelly .left_tap .p3 img {
  margin-bottom: 4px;
  width: 28px;
  height: 10px;
}
.grelly .left_tap .pageCopy {
  position: absolute;
  bottom: 20px;
  left: 42%;
  width: 49px;
  height: 39px;
}
.grelly .left_tap .pageCopy img {
  width: 100%;
  height: 100%;
}
.grelly .right_tap {
  width: 50%;
}
.grelly .right_tap .imgDiv {
  width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
}
.grelly .right_tap .imgDiv img {
  width: 100%;
  height: 100%;
}
.fir_tabs_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.fir_tabs_container .fir_tabs_container_img {
  width: 100%;
  height: auto;
  padding: 0 55px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 235px 235px;
  background-position: 100% 100%;
  text-align: center;
}
.fir_tabs_container .fir_tabs_container_img img {
  width: 70%;
  height: auto;
}
.fir_tabs_container .fir_tabs_container_fontList {
  width: 100%;
  height: auto;
  padding: 30px 90px 0 220px;
  box-sizing: border-box;
}
.fir_tabs_container .fir_tabs_container_fontList p {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
  line-height: 33px;
  display: flex;
  align-items: center;
}
.fir_tabs_container .fir_tabs_container_fontList p em {
  width: 10px;
  height: 10px;
  background-color: #0082eb;
  border-radius: 50%;
  margin-right: 16px;
}
.fir_crowd {
  width: 1000px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.fir_crowd .fir_crowd_tit {
  font-size: 36px;
  color: #333;
  font-weight: 500;
  line-height: 67px;
  padding: 145px 20px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 95% 93%;
}
.fir_crowd .subTitle {
  margin: 24px auto 0;
  font-size: 18px;
  font-weight: 400;
  color: #646a73;
  line-height: 25px;
}
.fir_crowd .fir_crowd_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 100px;
}
.fir_crowd .fir_crowd_container .left_crowd {
  padding: 66px 0;
}
.fir_crowd .fir_crowd_container .left_crowd .crowdItem {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: flex;
}
.fir_crowd .fir_crowd_container .left_crowd .crowdItem img {
  margin-right: 17px;
}
.fir_crowd .fir_crowd_container .right_crowd {
  width: 640px;
  height: 342px;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
}
.fir_crowd .fir_crowd_container .right_crowd img {
  width: 100%;
  height: 100%;
}
.fir_plugin {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fir_plugin .fir_plugin_tit {
  font-size: 32px;
  color: #333;
  line-height: 45px;
  padding: 145px 0;
  box-sizing: border-box;
}
.fir_plugin .fir_plugin_container {
  width: 100%;
  height: auto;
  border: 2px solid #eaeaea;
  border-radius: 28px;
  overflow: hidden;
  padding: 0 92px;
  box-sizing: border-box;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list:last-child {
  border-bottom: none;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: start;
  border-bottom: 1px dashed #dbdbdb;
  padding: 35px 0;
  box-sizing: border-box;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con {
  flex: 1;
  padding: 0 10px 0 32px;
  box-sizing: border-box;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con h2 {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con h2 i {
  font-style: normal;
  width: 82px;
  height: 24px;
  flex: 0 0 auto;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ff4242;
  border-radius: 2px;
  color: #ff4242;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con p {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin: 10px 0 16px;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con p i {
  margin-right: 32px;
  font-style: normal;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con em {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  font-style: normal;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_container_con em u {
  cursor: pointer;
}
.fir_plugin .fir_plugin_container .fir_plugin_container_list .fir_plugin_btn {
  width: 136px;
  height: 42px;
  flex: 0 0 136px;
  line-height: 40px;
  border: 1px solid #0082eb;
  border-radius: 6px;
  text-align: center;
  color: #0082eb;
  font-size: 16px;
  cursor: pointer;
}
.iconListDiv {
  padding-bottom: 100px;
  background: #fcfcfc;
  padding-top: 100px;
}
.iconListDiv .iconListDivTitle {
  font-weight: 500;
  color: #333;
  font-size: 36px;
  text-align: center;
}
.iconListDiv .box {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}
.iconListDiv .box .iconListList {
  display: flex;
  position: absolute;
  left: 0;
}
.iconListDiv .box .iconListList div {
  width: 188px;
  height: 90px;
  background: #ffffff;
  border-radius: 12px;
  padding-top: 20px;
  margin-right: 20px;
  text-align: center;
}
.iconListDiv .box .iconListList div p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.privacyPolicyDiv {
  width: 950px;
  height: 286px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 14px;
  padding: 50px 0 56px 100px;
  margin-top: 160px;
  margin-bottom: 50px;
  display: flex;
}
.privacyPolicyDiv .left {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082eb;
  margin-top: 64px;
}
.privacyPolicyDiv .right {
  margin-left: 45%;
}
.privacyPolicyDiv .right p {
  margin-bottom: 46px;
  font-weight: 400;
  color: #333333;
  font-size: 18px;
}
@keyframes hideLi {
  100% {
    transform: translate(-980px);
    opacity: 0;
  }
}
@-webkit-keyframes hideLi {
  100% {
    transform: translate(-980px);
    opacity: 0;
  }
}
@keyframes showLi {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showLi {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newContent {
  margin: 0 auto;
  height: 562px;
  margin-top: 300px;
  width: 1000px;
}
.newContent ul {
  width: 1000px;
  height: 480px;
  list-style: none;
  position: relative;
}
.newContent ul li {
  display: flex;
  width: 1000px;
  height: 480px;
  float: left;
}
.newContent ul li .leftDiv {
  width: 920px;
  height: 480px;
  padding: 25px 80px 40px 24px;
  display: flex;
}
.newContent ul li .leftDiv .img {
  width: 24px;
  height: 24px;
}
.newContent ul li .leftDiv .img img {
  width: 100%;
  height: 100%;
}
.newContent ul li .leftDiv .info {
  margin-top: 34px;
  margin-left: 56px;
  white-space: nowrap;
}
.newContent ul li .leftDiv .info p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
}
.newContent ul li .leftDiv .bottom {
  position: absolute;
  bottom: 62px;
  left: 120px;
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.newContent ul li .leftDiv .right {
  margin-left: 82px;
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.newContent ul li .leftDiv .right img {
  width: 518px;
  height: 340px;
}
.newContent ul li:nth-child(1) .leftDiv {
  background: #fff8ea;
  box-shadow: inset 0px 4px 35px 0px #fff0d3;
  border-radius: 16px;
  z-index: 2;
}
.newContent ul li:nth-child(1) .leftDiv .title {
  width: 130px;
  height: 30px;
  position: relative;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
  margin-left: 34px;
}
.newContent ul li:nth-child(1) .leftDiv .title img {
  width: 130px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.newContent ul li:nth-child(1) .rightDiv {
  display: flex;
  width: 80px;
  height: 400px;
}
.newContent ul li:nth-child(1) .rightDiv div:nth-child(1) {
  background: #effaf9;
  box-shadow: inset 0px 2px 24px 0px #f3fffe;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 400px;
  margin-top: 40px;
}
.newContent ul li:nth-child(1) .rightDiv div:nth-child(2) {
  background: #edeffe;
  box-shadow: inset 0px 2px 24px 0px #e2e6f7;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 327px;
  margin-top: 80px;
}
.newContent ul li:nth-child(1) .rightDiv div:nth-child(3) {
  width: 40px;
  height: 240px;
  background: linear-gradient(293deg, #ecf8ff 0%, #f0f9fe 100%);
  border-radius: 0px 16px 16px 0px;
  margin-top: 120px;
}
.newContent ul li:nth-child(2) .leftDiv {
  background: #effaf9;
  box-shadow: inset 0px 2px 24px 0px #f3fffe;
  border-radius: 16px;
  z-index: 2;
}
.newContent ul li:nth-child(2) .leftDiv .title {
  width: 143px;
  height: 33px;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
  margin-left: 56px;
  position: relative;
}
.newContent ul li:nth-child(2) .leftDiv .title img {
  width: 138px;
  height: 8px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
.newContent ul li:nth-child(2) .rightDiv {
  display: flex;
  width: 80px;
  height: 400px;
}
.newContent ul li:nth-child(2) .rightDiv div:nth-child(1) {
  background: #edeffe;
  box-shadow: inset 0px 2px 24px 0px #e2e6f7;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 400px;
  margin-top: 40px;
}
.newContent ul li:nth-child(2) .rightDiv div:nth-child(2) {
  background: linear-gradient(293deg, #ecf8ff 0%, #f0f9fe 100%);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 327px;
  margin-top: 80px;
}
.newContent ul li:nth-child(2) .rightDiv div:nth-child(3) {
  width: 40px;
  height: 240px;
  background: #fff8ea;
  box-shadow: inset 0px 4px 35px 0px #fff0d3;
  border-radius: 0px 16px 16px 0px;
  margin-top: 120px;
}
.newContent ul li:nth-child(3) .leftDiv {
  background: #edeffe;
  box-shadow: inset 0px 2px 24px 0px #e2e6f7;
  border-radius: 16px;
  z-index: 2;
}
.newContent ul li:nth-child(3) .leftDiv .title {
  width: 109px;
  height: 33px;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
  margin-left: 56px;
  position: relative;
}
.newContent ul li:nth-child(3) .leftDiv .title img {
  width: 109px;
  height: 54px;
  position: absolute;
  top: -13px;
  left: 0;
  z-index: -1;
}
.newContent ul li:nth-child(3) .rightDiv {
  display: flex;
  width: 80px;
  height: 400px;
}
.newContent ul li:nth-child(3) .rightDiv div:nth-child(1) {
  background: linear-gradient(293deg, #ecf8ff 0%, #f0f9fe 100%);
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 400px;
  margin-top: 40px;
}
.newContent ul li:nth-child(3) .rightDiv div:nth-child(2) {
  background: #fff8ea;
  box-shadow: inset 0px 4px 35px 0px #fff0d3;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 327px;
  margin-top: 80px;
}
.newContent ul li:nth-child(3) .rightDiv div:nth-child(3) {
  width: 40px;
  height: 240px;
  background: #effaf9;
  box-shadow: inset 0px 2px 24px 0px #f3fffe;
  border-radius: 0px 16px 16px 0px;
  margin-top: 120px;
}
.newContent ul li:nth-child(4) .leftDiv {
  background: linear-gradient(293deg, #ecf8ff 0%, #f0f9fe 100%);
  border-radius: 16px;
  z-index: 2;
}
.newContent ul li:nth-child(4) .leftDiv .title {
  width: 109px;
  height: 33px;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: center;
  line-height: 30px;
  margin-top: 13px;
  margin-left: 56px;
  position: relative;
  white-space: nowrap;
}
.newContent ul li:nth-child(4) .leftDiv .title img {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: -1;
}
.newContent ul li:nth-child(4) .leftDiv .info span {
  background: rgba(28, 90, 189, 0.1);
  border-radius: 2px;
  height: 22px;
  color: #1c5abd;
  line-height: 22px;
  font-weight: bold;
}
.newContent ul li:nth-child(4) .rightDiv {
  display: flex;
  width: 80px;
  height: 400px;
}
.newContent ul li:nth-child(4) .rightDiv div:nth-child(1) {
  background: #fff8ea;
  box-shadow: inset 0px 4px 35px 0px #fff0d3;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 400px;
  margin-top: 40px;
}
.newContent ul li:nth-child(4) .rightDiv div:nth-child(2) {
  background: #effaf9;
  box-shadow: inset 0px 2px 24px 0px #f3fffe;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 40px;
  height: 327px;
  margin-top: 80px;
}
.newContent ul li:nth-child(4) .rightDiv div:nth-child(3) {
  width: 40px;
  height: 240px;
  background: #edeffe;
  border-radius: 0px 16px 16px 0px;
  margin-top: 120px;
}
.newContent ul .leftButton {
  position: absolute;
  bottom: 62px;
  left: 80px;
}
.newContent ul .leftButton img {
  width: 16px;
  height: 16px;
}
.newContent ul .rightButton {
  position: absolute;
  bottom: 62px;
  left: 192px;
}
.newContent ul .rightButton img {
  width: 16px;
  height: 16px;
}
.checkList {
  width: 1000px;
  margin: 24px auto 0;
}
.checkList ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.checkList ul li {
  display: inline-block;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #656a72;
  line-height: 25px;
  margin-left: 16px;
}
.checkList ul li img {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 3px;
}

html,
body {
  font-family: "PingFang SC" !important;
}
body {
  overflow: auto !important;
  width: 100% !important;
}
/**
* time           : 2021/05/25
* auther         : wei.wu
* des            : 官网首页改版
* develop        : 为防止再次更改回来，或者需求还原，故 源代码不动，实行强制隐藏 .forceHide { display:none !important; }
* position js   : pages/index.tsx
*/
.forceHide {
  display: none !important;
}
.fir_fix_icon {
  width: 49px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 620px;
}
.fir_fix_price_icon {
  width: 400px;
  height: 410px;
  position: absolute;
  right: -250px;
  top: 620px;
  transform: rotateY(180deg);
}
.Workshop {
  color: #1f1c1c;
  font-weight: Regular;
  font-size: 24px;
  margin-bottom: -20px;
}
.leftContent {
  height: auto;
  margin-top: 2px;
  display: flex;
}
.leftContent .directory {
  width: 420px;
  margin-top: 95px;
}
.leftContent .directory .bgImg {
  width: 192px;
  height: 192px;
  box-sizing: border-box;
  background-position: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 240px;
  bottom: 55px;
  z-index: -1;
}
.leftContent .directory .bgImg img {
  height: auto;
  width: 100%;
}
.leftContent .directory .mainTitle {
  color: #0082eb;
  font-size: 30px;
  height: 65px;
  line-height: 65px;
  font-weight: Medium;
}
.leftContent .directory .directoryDiv {
  width: 450px;
  height: 55%;
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  color: #333;
}
.leftContent .directory .directoryDiv ul {
  width: 440px;
}
.leftContent .directory .directoryDiv li {
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.leftContent .directory .directoryDiv li:hover {
  background-color: #f5faff;
}
.leftContent .directory .directoryDiv li::marker {
  display: none !important;
}
.leftContent .directory .directoryDiv .machineUl .divHover {
  height: 80px;
}
.leftContent .directory .directoryDiv .machineUl .divHover:hover {
  background-color: #f5faff;
}
.leftContent .directory .directoryDiv .machineUl li:nth-child(2n) {
  list-style: none;
  line-height: 30px;
}
.leftContent .directory .useButton {
  margin-left: 14px;
  margin-top: 82px;
  width: 136px;
  height: 42px;
  background-color: rgba(0, 130, 235, 0.1);
  color: #0082eb !important;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  font-family: "PingFang SC";
}
.leftContent .imgBac {
  width: 800px;
  height: 568px;
  padding: 76px 64px 0 28px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
}
.leftContent .imgBac img {
  height: auto;
  width: 100%;
}
.leftContent .imgBac1 {
  width: 800px;
  height: 568px;
  padding: 79px 64px 0 28px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
}
.leftContent .imgBac1 img {
  height: auto;
  width: 100%;
}
.rightRow {
  position: absolute;
  top: 40%;
  right: 0px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  cursor: pointer;
}
.rightRow img {
  height: auto;
  width: 100%;
}
.rightRow1 {
  position: absolute;
  bottom: 28%;
  right: 0px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  cursor: pointer;
}
.rightRow1 img {
  height: auto;
  width: 100%;
}
.common_tit {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 138px 0 80px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.common_tit .explain {
  color: #666666;
  font-size: 20px;
  margin-top: 36px;
}
.common_tit span {
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  color: #333;
  padding: 0 15px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 100% 100%;
  font-weight: 500;
}

