.container_div {
  height: 100%;
  min-width: 600px;
  padding: 50px 21%;
}
.container_div h2 {
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: bold;
}
.container_div .dateP {
  font-size: 20px;
  color: #ff4242;
  padding-bottom: 10px;
}
.container_div .textP,
.container_div li {
  font-size: 16px;
  color: #333333;
  padding-bottom: 10px;
}
.container_div h4 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: bold;
}
.container_div ul {
  padding-left: 20px;
}

.plugin {
  display: none;
}
.fir_plugin {
  padding-bottom: 120px;
  overflow: hidden;
}
.fir_plugin p {
  font-size: 18px;
  text-align: center;
}
.fir_plugin .expList {
  width: 1000px;
  height: auto;
  position: relative;
  margin-left: 164px;
  margin-top: 80px;
}
.fir_plugin .expList .sideDiv {
  width: 5px;
  height: 26px;
  background-color: #0082eb;
  display: inline-block;
}
.fir_plugin .expList .titles {
  font-size: 20px;
  color: #333;
  position: absolute;
  left: 18px;
  top: -2px;
  text-align: center;
}
.fir_plugin .systemDiv {
  margin-top: 80px;
  height: 300px;
  width: 1000px;
  margin-left: 100px;
  display: flex;
  box-shadow: 0px 3px 29px 0px rgba(235, 235, 235, 0.5);
  border-radius: 8px;
}
.fir_plugin .systemDiv .windowDiv {
  width: 49%;
  height: auto;
  position: relative;
}
.fir_plugin .systemDiv .windowDiv .middleDiv {
  padding: 0 38%;
  margin-top: 33px;
}
.fir_plugin .systemDiv .windowDiv .middleDiv .imgDiv {
  width: 88px;
  height: 86px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 100% 100%;
  margin: 0 24%;
}
.fir_plugin .systemDiv .windowDiv .middleDiv .commingSoon {
  width: 140px;
  height: 48px;
  background: rgba(0, 130, 235, 0.08);
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  margin: 20px auto 0;
  color: #0082eb;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}
.fir_plugin .systemDiv .windowDiv .dubbleDiv {
  display: flex;
  margin-top: 10px;
  padding: 0 65px;
}
.fir_plugin .systemDiv .windowDiv .dubbleDiv .left p {
  color: #666666;
  font-size: 18px;
  white-space: nowrap;
}
.fir_plugin .systemDiv .windowDiv .dubbleDiv .left .downLoad {
  width: 140px;
  height: 48px;
  background: rgba(0, 130, 235, 0.08);
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  margin: 20px auto 0;
  color: #0082eb;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}
.fir_plugin .systemDiv .windowDiv .explain {
  color: #666;
  font-size: 18px;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 59px;
}
.fir_plugin .systemDiv .lineDiv {
  width: 1px;
  height: 85px;
  background-color: #ccc;
  margin-top: 9%;
}
.fir_plugin .systemDiv .macDiv {
  width: 49%;
  height: auto;
  padding: 0 15%;
  position: relative;
}
.fir_plugin .systemDiv .macDiv .middleDiv {
  margin-top: 33px;
}
.fir_plugin .systemDiv .macDiv .middleDiv .imgDiv {
  width: 88px;
  height: 86px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 100% 100%;
  margin: 0 24%;
}
.fir_plugin .systemDiv .macDiv .middleDiv .commingSoon {
  width: 140px;
  height: 48px;
  background-color: #ecf5fe;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  margin: 20px auto 0;
  color: #0082eb;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}
.fir_plugin .systemDiv .macDiv .help {
  position: absolute;
  right: 0px;
  top: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #0082eb;
  font-weight: 500;
  cursor: pointer;
}
.fir_plugin .systemDiv .macDiv .help img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-bottom: 3px;
  transform: rotate(-270deg);
}
.fir_plugin .mobileDiv {
  display: flex;
  margin-left: 158px;
}
.fir_plugin .mobileDiv .item {
  width: 300px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 3px 29px 0px rgba(235, 235, 235, 0.5);
  border-radius: 14px;
  margin-top: 50px;
  margin-right: 50px;
  padding-top: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.fir_plugin .mobileDiv .item p {
  font-size: 24px;
}
.fir_plugin .mobileDiv .item .imgDiv {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.fir_plugin .mobileDiv .item .imgDiv img {
  width: 100%;
  height: 100%;
}
.fir_plugin .mobileDiv .item .versionNumber {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.fir_plugin .mobileDiv .item .downloadDiv {
  margin: 0 auto;
  width: 140px;
  height: 48px;
  background: rgba(0, 130, 235, 0.08);
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  margin-top: 16px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #0082eb;
}
.fir_plugin .mobileDiv .item .waitUpdate {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 28px;
}
.fir_plugin .mobileDiv .item .huaweiP {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.fir_plugin .mobileDiv .item .newImg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 88px;
  left: 181px;
}
.fir_plugin .mobileDiv .item .newImg img {
  width: 100%;
  height: 100%;
}
.fir_plugin .officeDiv {
  width: 1000px;
  height: auto;
  margin-top: 72px;
  margin-left: 100px;
  padding: 0 40px 10px 40px;
  overflow: hidden;
  display: flex;
}
.fir_plugin .officeDiv .imgDiv {
  flex: 1;
}
.fir_plugin .officeDiv .imgDiv .img {
  width: 32px;
  height: 32px;
  margin-top: 50px;
}
.fir_plugin .officeDiv .imgDiv .img img {
  width: 100%;
  height: 100%;
}
.fir_plugin .officeDiv .textDiv {
  width: 90%;
  position: relative;
  padding-left: 40px;
  padding-top: 15px;
  margin-top: 5px;
}
.fir_plugin .officeDiv .textDiv p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.fir_plugin .officeDiv .textDiv p:nth-child(1) {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.fir_plugin .officeDiv .textDiv p:nth-child(2) {
  font-size: 18px;
  color: #666;
}
.fir_plugin .officeDiv .textDiv .imgD {
  width: 80px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 350px;
}
.fir_plugin .officeDiv .textDiv .imgD img {
  width: 100%;
  height: 100%;
}
.fir_plugin .officeDiv .textDiv .label {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.fir_plugin .officeDiv .textDiv .label img {
  width: 100%;
  height: 100%;
  margin-bottom: 2px;
}
.fir_plugin .officeDiv .textDiv .anFail {
  display: inline-block;
  font-size: 14px;
  color: #0082eb;
  cursor: pointer;
  margin-top: 3px;
}
.fir_plugin .officeDiv .textDiv .contBox {
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}
.fir_plugin .officeDiv .textDiv .contBox u {
  font-weight: bold;
  cursor: pointer;
}
.fir_plugin .officeDiv .textDiv .contBox .twoStyle {
  display: inline-block;
}
.fir_plugin .officeDiv .textDiv .contBox .span1 {
  display: inline-block;
  color: #0082eb;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 218px;
}
.fir_plugin .officeDiv .textDiv .contBox .span2 {
  display: inline-block;
  color: #0082eb;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 238px;
}
.fir_plugin .officeDiv .contextDiv {
  flex: 1;
  position: relative;
}
.fir_plugin .officeDiv .contextDiv .buttonStyle {
  width: 120px;
  height: 42px;
  background: #0082eb;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 38px;
}
.fir_plugin .chromeDiv {
  width: 1000px;
  height: auto;
  margin-top: 80px;
  margin-left: 100px;
  box-shadow: 0px 3px 29px 0px rgba(235, 235, 235, 0.5);
  border-radius: 8px;
  padding: 60px 40px;
  overflow: hidden;
}
.fir_plugin .chromeDiv .textBox {
  width: 100%;
  height: 90px;
  display: flex;
}
.fir_plugin .chromeDiv .textBox .imgDiv .fir_plugin_logo {
  width: 42px;
  height: 42px;
}
.fir_plugin .chromeDiv .textBox .contextDiv {
  margin-top: 8px;
  width: 600px;
  height: 90px;
  padding-left: 40px;
  overflow: hidden;
  position: relative;
}
.fir_plugin .chromeDiv .textBox .contextDiv p {
  text-align: left;
  margin: 0;
  padding: 0;
}
.fir_plugin .chromeDiv .textBox .contextDiv p:nth-child(1) {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.fir_plugin .chromeDiv .textBox .contextDiv p:nth-child(2) {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.fir_plugin .chromeDiv .textBox .contextDiv .imgD {
  width: 80px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.fir_plugin .chromeDiv .textBox .contextDiv .imgD img {
  width: 100%;
  height: 100%;
}
.fir_plugin .chromeDiv .textBox .contextDiv .labelBox {
  width: 100px;
  height: 14px;
  padding: 4px;
  position: absolute;
  left: 45%;
  top: 0;
  display: flex;
  cursor: pointer;
  color: #0082eb;
  font-size: 14px;
}
.fir_plugin .chromeDiv .textBox .contextDiv .labelBox .label {
  width: 14px;
  height: 14px;
}
.fir_plugin .chromeDiv .textBox .contextDiv .labelBox .label img {
  width: 100%;
  height: 100%;
}
.fir_plugin .chromeDiv .textBox .buttonStyle {
  width: 120px;
  height: 42px;
  background-color: #0082eb;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  border-radius: 6px;
  margin: auto 0 auto 160px;
  cursor: pointer;
}
.fir_plugin div.fir_plugin_tit {
  padding: 120px 0 20px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.fir_plugin div.fir_plugin_tit span {
  font-size: 36px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 100% 100%;
  color: #333;
  font-weight: 500;
}
.installationHelp {
  margin-top: 120px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0082eb;
  margin-left: 125px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.installationHelp img {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  margin-bottom: 4px;
}
.installHelp {
  width: 1000px;
  height: 100%;
  margin-left: 80px;
  margin-top: 40px;
}
.installHelp img {
  width: 1000px;
  height: 100%;
}
.typeList {
  margin-top: 84px;
  border-bottom: 1px solid #d8d8d8;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.typeList .typeItem {
  width: 230px;
  height: 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.typeList .typeItem img {
  width: 64px;
  height: 64px;
}
.typeList .typeItem .pItem {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
}
.typeList .typeItemActive {
  background: rgba(0, 130, 235, 0.1);
  border-radius: 4px 4px 0px 0px;
  border-bottom: 2px solid #0082eb;
}
.typeList .pItemActive {
  font-size: 24px;
  font-weight: 500;
  color: #0082eb;
}
.electronDiv {
  margin-top: 72px;
  width: 1000px;
  padding-left: 120px;
}
.electronDiv .item {
  display: flex;
  height: 42px;
}
.electronDiv .item img {
  width: 30px;
  height: 29px;
  margin-top: 5px;
}
.electronDiv .item p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin-left: 17px;
  line-height: 42px;
}
.electronDiv .item p span {
  color: #666;
}
.electronDiv .item div {
  width: 88px;
  height: 42px;
  background: rgba(0, 130, 235, 0.1);
  border-radius: 6px;
  text-align: center;
  color: #0082eb;
  font-size: 18px;
  line-height: 42px;
  cursor: pointer;
  font-weight: 500;
  margin-left: 24px;
}
.electronDiv .item:nth-child(2) {
  margin-left: 140px;
}
.electronDiv .itemThree {
  margin-top: 64px;
  display: flex;
  height: 42px;
}
.electronDiv .itemThree img {
  width: 30px;
  height: 29px;
  margin-top: 5px;
}
.electronDiv .itemThree p {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin-left: 17px;
  line-height: 42px;
}
.electronDiv .itemThree p span {
  color: #666;
}
.electronDiv .itemThree div {
  width: 88px;
  height: 42px;
  background: rgba(0, 130, 235, 0.1);
  border-radius: 6px;
  text-align: center;
  color: #0082eb;
  font-size: 18px;
  line-height: 42px;
  cursor: pointer;
  font-weight: 500;
  margin-left: 8px;
}
.officeBox {
  margin-top: 72px;
  width: 1000px;
  padding-left: 120px;
}
.officeBox .item {
  display: flex;
  height: auto;
}
.officeBox .item .leftIcon {
  width: 32px;
  height: 32px;
  margin: auto 0;
}
.officeBox .item .leftIcon img {
  width: 100%;
  height: 100%;
}
.officeBox .item .detail {
  margin-left: 24px;
  flex: 1 1 auto;
}
.officeBox .item .detail div:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.officeBox .item .detail div:nth-child(1) img {
  width: 80px;
  height: 24px;
  vertical-align: text-top;
}
.officeBox .item .detail div:nth-child(1) span {
  font-size: 14px;
  font-weight: 400;
  color: #0082eb;
  cursor: pointer;
}
.officeBox .item .detail div:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 6px;
}
.officeBox .item .detail div:nth-child(3) {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #0082eb;
}
.officeBox .item .detail div:nth-child(3) img {
  width: 12px;
  height: 12px;
}
.officeBox .item .detail span {
  cursor: pointer;
}
.officeBox .item .button {
  width: 120px;
  height: 42px;
  background: rgba(0, 130, 235, 0.1);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #0082eb;
  text-align: center;
  line-height: 42px;
  margin: auto 0;
  margin-right: 100px;
  cursor: pointer;
}
.chrome {
  margin-top: 72px;
  width: 1000px;
  padding-left: 120px;
  display: flex;
}
.chrome .leftIcon {
  display: flex;
  flex-direction: column;
}
.chrome .leftIcon img {
  width: 32px;
  height: 32px;
}
.chrome .leftIcon img:nth-child(2) {
  margin-top: 12px;
}
.chrome .detail {
  margin-left: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-top: 5px;
  flex: 1 1 auto;
}
.chrome .detail img {
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
.chrome .detail span {
  font-size: 14px;
  font-weight: 400;
  color: #0082eb;
  cursor: pointer;
}
.chrome .detail div:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 6px;
}
.chrome .button {
  width: 120px;
  height: 42px;
  background: rgba(0, 130, 235, 0.1);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #0082eb;
  text-align: center;
  line-height: 42px;
  margin: auto 0;
  margin-right: 100px;
  cursor: pointer;
}

.imgsBox {
  width: 1100px;
  height: auto;
  margin-top: 40px;
  display: flex;
  padding: 0 0 60px 80px;
  position: relative;
}
.imgsBox .imgDiv {
  width: 412px;
  height: 380px;
  box-shadow: 0px 3px 29px 0px rgba(235, 235, 235, 0.5);
  position: relative;
}
.imgsBox .imgDiv .imgStyle {
  width: 510px;
  height: 468px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.imgsBox .imgDiv .imgStyle img {
  width: 80%;
  height: 80%;
}
.imgsBox .imgD {
  width: 80px;
  height: 80px;
  margin-top: 130px;
  margin-left: 30%;
}
.imgsBox .imgD img {
  width: 100%;
  height: 100%;
}
.imgsBox .textList {
  position: absolute;
  top: 413px;
  left: 80px;
}
.imgsBox .textList p {
  text-align: left;
}
.imgsBox .textList p:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.imgsBox .textList p:nth-child(1) {
  font-size: 16px;
  color: #333;
}
.imgsBox .textList1 {
  position: absolute;
  top: 413px;
  right: -3px;
}
.imgsBox .textList1 p {
  text-align: left;
}
.imgsBox .textList1 p:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.imgsBox .textList1 p:nth-child(1) {
  font-size: 16px;
  color: #333;
}
.imgsBox .textList2 {
  position: absolute;
  top: 413px;
  right: 171px;
}
.imgsBox .textList2 p {
  text-align: left;
}
.imgsBox .textList2 p:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.imgsBox .textList2 p:nth-child(1) {
  font-size: 16px;
  color: #333;
}
.imgsBox .uploadL {
  position: absolute;
  top: 240px;
  left: 71%;
  color: #0082EB;
  font-size: 18px;
  cursor: pointer;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

body #__next {
  height: 100% !important;
}
.containerWrap {
  height: 100%;
  padding-top: 100px;
  padding-left: 20%;
  padding-right: 20%;
}
.containerWrap .header {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-left: 40px;
}
.containerWrap .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  justify-content: flex-end;
  margin-left: 40px;
}
.containerWrap .list .item {
  width: 106px;
  height: 64px;
  flex: 1 0 20%;
  margin-bottom: 32px;
  cursor: pointer;
  position: relative;
}
.containerWrap .list .item img {
  width: 106px;
  height: 64px;
}
.containerWrap .list .item .dropDiv {
  position: absolute;
  top: 22px;
  left: 85px;
  width: 14px;
  height: 14px;
}
.containerWrap .list .item .dropDiv img {
  width: 100%;
  height: 100%;
}
.containerWrap .list .item:nth-child(5n) {
  margin-right: 0;
}
.containerWrap .list .fundInquiryWrap {
  width: 106px;
  height: 64px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerWrap .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.containerWrap .bottom div:nth-child(1) {
  width: 76px;
  height: 36px;
  background: #0082EB;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.containerWrap .bottom div:nth-child(2) {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.containerWrap .bottom div:nth-child(2) span {
  color: #0082EB;
}

.join {
  background: #f7f9ff;
  font-family: 'PingFang SC' !important;
}
.join .join_title {
  padding: 120px 0 80px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
}
.join .join_content {
  margin: 0 auto;
  width: 1000px ;
  min-height: 600px;
  background: #ffffff;
}
.join .join_content::after {
  content: '';
  display: block;
  clear: both;
}
.join .join_content .join_content_l {
  width: 240px ;
  float: left;
}
.join .join_content .join_content_l .jcl_title {
  height: 63px;
  font-size: 24px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 63px;
  padding: 0px 0 0 30px;
}
.join .join_content .join_content_l ul {
  padding: 0 10px;
  margin: 0;
}
.join .join_content .join_content_l ul li {
  list-style-type: none;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  font-weight: 400;
  color: #5f5f5f;
  cursor: pointer;
}
.join .join_content .join_content_l ul .tab_active {
  color: #0082eb;
  background: #f1f4ff;
  border: none;
}
.join .join_content .join_content_r {
  width: 760px;
  float: right;
  background: #f7f9ff;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  min-height: 600px;
}
.join .join_content .join_content_r .jcr_space {
  background: #ffffff;
  padding: 0 40px 40px;
  min-height: 600px;
}
.join .join_content .join_content_r .jcr_space .jcr_title {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 400;
  color: #5f5f5f;
  border-bottom: 1px solid #eeeeee;
  padding: 0 10px;
}
.join .join_content .join_content_r .jcr_space .jcr_title .jcr_title_l {
  width: 50%;
  float: left;
}
.join .join_content .join_content_r .jcr_space .jcr_title .jcr_title_r {
  text-align: right;
  width: 50%;
  float: left;
}
.join .join_content .join_content_r .jcr_space .jcr_item {
  border: 1px solid #eeeeee;
  margin: 30px 0 0 0;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_title_line {
  border-bottom: 1px solid #eeeeee;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_title {
  height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_title .jcrit_l {
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #5f5f5f;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_title .jcrit_r {
  float: right;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_title .jcrit_r img {
  margin: 12px 0 0 0;
  height: 25px;
  width: 25px;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content {
  padding: 0 20px;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcr_item_content_title {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin: 30px 0 20px 0;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcric_job ul {
  margin: 0;
  padding: 0;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcric_job ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 25px;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcric_address ul {
  margin: 0;
  padding: 0;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcric_address ul li {
  list-style-type: none;
  color: #5F5F5F;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 6px 0;
}
.join .join_content .join_content_r .jcr_space .jcr_item .jcr_item_content .jcric_address ul li a {
  color: #0082eb;
  text-decoration: none;
}
.join .join_footer {
  text-align: center;
  height: 140px;
  line-height: 140px;
}
.join .join_footer .join_footer_c {
  color: #5F5F5F;
  font-size: 16px;
}
.join .join_footer .join_footer_c a {
  color: #0C6DE6;
  cursor: pointer;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.price .price_content {
  padding-top: 200px;
}
.price .price_content .top .top_mao {
  position: absolute;
  height: 1px;
  width: 100px;
  margin: -78px 0 0 0;
}
.price .price_content .top .top_title {
  text-align: center;
  height: 150px;
  line-height: 150px;
  font-size: 36px;
  font-weight: 400;
  color: #262626;
  letter-spacing: 1px;
}
.price .price_content .top .top_article {
  height: auto;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 1005px;
  margin: 0 auto 0px;
}
.price .price_content .top .top_article_bottom {
  margin: 0 auto 60px;
}
.price .price_content .banner_wrap_digital {
  height: 582px;
}
.price .price_content .banner_wrap_cooperation {
  height: 440px;
}
.price .price_content .banner_wrap_doc {
  height: 498px;
}
.price .price_content .banner_wrap {
  background: #f7f9ff;
}
.price .price_content .banner_wrap .digital_banner {
  text-align: center;
  height: 240px;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
}
.price .price_content .banner_wrap .digital_banner span {
  display: inline-block;
  margin: 50px 0 0 0;
}
.price .price_content .banner_wrap .banner_bottom {
  height: 342px;
  text-align: center;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap {
  width: 1000px;
  margin: -90px auto 0;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item {
  float: left;
  height: 166px;
  width: 490px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_l {
  width: 86px;
  float: left;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_l img {
  height: 40px;
  width: 40px;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r {
  width: 404px;
  float: left;
  text-align: left;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .title {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .txt {
  margin: 10px 0 0 0;
  padding: 0 26px 0 0;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt {
  color: #595959;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt_top {
  margin: 8px 0 0 0;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt {
  color: #595959;
}
.price .price_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item_space {
  margin-right: 20px;
}
.price .price_content .banner_wrap .banner_bottom_cooperation {
  height: 200px;
  text-align: center;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap {
  width: 1000px;
  margin: -80px auto 0;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation {
  float: left;
  width: 184px;
  height: 210px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 15px;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_t {
  height: 110px;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_t img {
  margin: 45px 0 0 0;
  height: 50px;
  width: 50px;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_b .bi_b_txt {
  text-align: left;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}
.price .price_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation_space {
  margin: 0 20px 0 0;
}
.price .price_content .banner_wrap .banner_bottom_doc {
  height: 258px;
  text-align: center;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap {
  width: 1000px;
  margin: -90px auto 0;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc {
  float: left;
  width: 320px;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_l {
  float: left;
  width: 85px;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_l img {
  margin: 40px 0 0 10px;
  height: 40px;
  width: 40px;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r {
  float: left;
  width: 235px;
  text-align: left;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .txt {
  margin: 40px 0 0 0;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .bi_r_txt_f {
  margin: 40px 0 0 0;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .bi_r_txt {
  padding: 0px 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.price .price_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc_space {
  margin: 0 20px 0 0;
}
.price .price_content .content_b_solution_wrap {
  background: #ffffff;
}
.price .solution_bottom {
  height: 200px;
  min-width: 1200px;
  background: #f7f9ff;
  text-align: center;
  line-height: 200px;
  margin: 0 auto;
}
.price .solution_bottom .solution_bottom_btn {
  display: inline-block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  border: 1px solid #003de7;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
}
.price .solution_bottom .solution_bottom_btn a {
  list-style-type: none;
  width: 340px;
  height: 60px;
  display: inline-block;
  color: #3168ff;
}
.price .solution_bottom .solution_bottom_btn_active {
  background: #3168ff;
  border: none;
  color: #fff;
}
.price .solution_bottom .solution_bottom_btn_active a {
  color: #fff;
  width: 340px;
  height: 60px;
  display: inline-block;
}
.price .solution_bottom .solution_bottom_btn_space {
  margin: 0 30px;
}
.wrap_item_cenet {
  width: 100%;
  background: #f2f9ff;
}
.item_ctnt {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 100px;
  box-sizing: border-box;
  color: #595959;
  height: 500px;
  text-align: left;
  clear: both;
}
.item_ctnt .item_ctnt_l {
  float: left;
  width: 55%;
  margin-top: 100px;
}
.item_ctnt .item_ctnt_l .item_ctnt_l_name {
  height: 33px;
  font-size: 24px;
  color: #262626;
  line-height: 33px;
  letter-spacing: 1px;
}
.item_ctnt .item_ctnt_l p {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.item_ctnt .item_ctnt_l .itemctnt_l {
  padding: 0px 0 0 17px;
}
.item_ctnt .item_ctnt_l .itemctnt_l_dot {
  font-size: 16px;
  margin-top: 12px;
}
.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;
}
.item_ctnt .item_ctnt_l .itemctnt_l_dot img {
  padding: 0 4px 10px 0;
  height: 18px;
}
.item_ctnt .item_ctnt_l .search_des {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.item_ctnt .item_ctnt_l button {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #3168ff;
  letter-spacing: 1px;
  margin: 40px 0 0 0;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.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;
  margin: 40px 0 0 0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.item_ctnt .item_ctnt_r {
  float: left;
  width: 50px;
}
.item_ctnt .item_ctnt_r .editor_img {
  width: 488px;
  height: 376px;
}
.fr {
  float: right !important;
  width: 45% !important;
}
.mpoint {
  width: 100%;
}
.mpoint h2 {
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #262626;
  padding: 70px 0;
  margin: 0;
}
.mpoint .item_labs {
  width: 1200px;
  margin: 0 auto;
}
.mpoint .item_labs .lab {
  width: 32%;
  float: left;
  margin-bottom: 50px;
  cursor: pointer;
}
.mpoint .item_labs .lab img {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 96px;
}
.mpoint .item_labs .lab p {
  padding-top: 17px;
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #207df0;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}
#mao2 {
  padding-top: 100px;
}
#mao2 .item_ctnt_l {
  margin-top: 70px;
}
.marmore {
  margin-top: 110px !important;
}
.price_rights {
  width: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.price_rights .items {
  width: 1200px;
  margin: 0 auto;
}
.price_rights .items h3 {
  padding: 120px 0 80px;
  text-align: center;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.price_rights .items .flexbox {
  display: flex;
  margin-bottom: 80px;
}
.price_rights .items .flexbox .flx {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 240px;
  background: #ffffff;
  padding: 40px 0;
  margin: 0 15px;
}
.price_rights .items .flexbox .flx img {
  width: 85px;
  height: 95px;
}
.price_rights .items .flexbox .flx div {
  padding-top: 20px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.price_rights .items .flexbox .flx div:last-child {
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
}
.price_rights .items .flexbox .flx:first-child {
  margin-left: 0;
}
.price_rights .items .flexbox .flx:last-child {
  margin-right: 0;
}
.price_rights .items .bestg {
  display: block;
  margin: 0 auto 80px;
  width: 100%;
}
.price_rights .feature_wrap {
  width: 100%;
  min-width: 1200px;
  margin-top: 80px;
}
.price_rights .feature_wrap .feature_item {
  display: inline-block;
  margin: 0 50px;
  align-items: center;
  justify-content: center;
}
.price_rights .feature_wrap .feature_item img {
  width: 82px;
  height: 82px;
}
.price_rights .feature_wrap .feature_item .feature_head {
  margin: 20px 0 10px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.price_rights .feature_wrap .feature_item .feature_info {
  height: 24px;
  font-size: 16px;
  font-family: PingFang-SC;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.price_rights .price_wrap {
  width: 60%;
  min-width: 1100px;
  text-align: center;
  height: 800px;
  margin: 10px auto 0;
  display: flex;
}
.price_rights .price_wrap .price_left {
  flex: 1;
  height: 800px;
  padding: 120px 0 0 30px;
}
.price_rights .price_wrap .price_left p {
  font-size: 20px;
  color: #999999;
  text-align: left;
  padding-bottom: 30px;
}
.price_rights .price_wrap .price_middle {
  flex: 1;
  height: 800px;
  padding-top: 16px;
  color: #333333;
}
.price_rights .price_wrap .price_middle .freeCard {
  font-size: 24px;
  font-weight: Regular;
  margin-bottom: 25px;
}
.price_rights .price_wrap .price_middle p {
  font-size: 20px;
  padding-bottom: 30px;
}
.price_rights .price_wrap .price_right {
  width: 400px;
  padding-top: 16px;
  height: 700px;
  border: #0082eb solid 2px;
  border-radius: 14px;
  position: relative;
  color: #0082eb;
  font-size: 20px;
  background-color: #f5fafe;
}
.price_rights .price_wrap .price_right p {
  padding-bottom: 30px;
}
.price_rights .price_wrap .price_right div {
  padding-bottom: 30px;
}
.price_rights .price_wrap .price_right .tutiao {
  position: absolute;
  width: 40px;
  height: 35px;
  top: 0;
  right: 20px;
}
.price_rights .price_wrap .price_right .tutiao img {
  width: 100%;
  height: auto;
}
.price_rights .price_wrap .price_right .diamond {
  position: absolute;
  width: 36px;
  height: 32px;
  top: 15px;
  right: 100px;
}
.price_rights .price_wrap .price_right .diamond img {
  width: 100%;
  height: auto;
}
.price_rights .price_wrap .price_right .popover {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 100px;
  right: 84px;
}
.price_rights .price_wrap .price_right .popover img {
  width: 100%;
  height: auto;
}
.price_rights .price_wrap .price_right .highMember {
  font-size: 24px;
  font-weight: Regular;
  margin-bottom: 20px;
}
.price_rights .rights_compare {
  margin: 0 auto 120px auto;
  text-align: center;
  width: 100%;
}
.price_rights .rights_compare .right_table_wrap {
  display: inline-block;
  text-align: center;
  width: 1170px;
  background: #ffffff;
  border-radius: 4px;
}
.price_rights .rights_compare .right_table_wrap .rights_title {
  margin-top: 50px;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.price_rights .rights_compare .right_table_wrap .rights_strip {
  display: none;
  width: 144px;
  height: 8px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 196, 57, 0.9) 55%, #ffffff 100%);
}
.price_rights .rights_compare .right_table_wrap .rights_strip img {
  width: 144px;
  height: 8px;
}
.price_rights .rights_compare .right_table_wrap .rights_table {
  width: 100%;
  margin-left: 70px;
  margin-top: 50px;
}
.price_rights .rights_compare .right_table_wrap .rights_table .headerWrap {
  text-align: left;
  position: relative;
  color: #333;
  font-size: 20px;
}
.price_rights .rights_compare .right_table_wrap .rights_table .headerWrap::before {
  width: 6px;
  height: 26px;
  background-color: #0082eb;
  content: "";
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 2px;
}
.price_rights .rights_compare .right_table_wrap .rights_table table {
  margin-top: 20px;
  width: 100%;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody tr {
  line-height: 40px;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody td {
  color: #666;
  font-size: 16px;
  height: 46px;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody td:nth-child(1) {
  text-align: left;
  width: 22%;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody td:nth-child(2) {
  width: 10%;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody td:nth-child(3) {
  width: 30%;
}
.price_rights .rights_compare .right_table_wrap .rights_table table tbody td:nth-child(4) {
  width: 9%;
}
.price_rights .price_faq {
  display: none;
  text-align: center;
  width: 100%;
}
.price_rights .price_faq .price_faq_wrap {
  display: inline-block;
  text-align: center;
  width: 1170px;
  background: #ffffff;
}
.price_rights .price_faq .price_faq_wrap .price_faq_title {
  font-size: 36px;
  font-family: "PingFang SC";
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  margin-bottom: 50px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn {
  text-align: left;
  font-size: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: flex;
  margin-bottom: 30px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_left {
  display: inline-block;
  flex-shrink: 0;
  width: 50%;
  padding-right: 44px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_left .price_faq_item {
  margin-bottom: 30px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_left .price_faq_item .price_faq_item_title {
  height: 36px;
  font-size: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_left .price_faq_item .price_faq_info div a {
  color: #666666;
  cursor: pointer;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_left .price_faq_item .price_faq_info div a:hover {
  color: #0082eb;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right {
  display: inline-block;
  width: 50%;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right .price_faq_item {
  margin-bottom: 30px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right .price_faq_item .price_faq_item_title {
  height: 36px;
  font-size: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right .price_faq_item .price_faq_info span {
  user-select: none;
  cursor: pointer;
  color: #0082eb;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right .price_faq_item .price_faq_info div a {
  color: #666666;
  cursor: pointer;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn .price_faq_right .price_faq_item .price_faq_info div a:hover {
  color: #0082eb;
}
.price_rights .price_faq .price_faq_wrap .price_faq_ctn_show {
  margin-bottom: 0;
}
.price_rights .price_faq .price_faq_wrap .price_faq_all {
  text-align: center;
  color: #0082eb;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  margin-bottom: 120px;
}
.ant-carousel .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 2px;
}
.ant-carousel .slick-dots li.slick-active {
  background: #0082eb !important;
}
.ant-carousel .slick-dots li button {
  background: #e6e6e6;
  width: 100%;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #0082eb !important;
}
.price_tooltip .ant-tooltip-content .ant-tooltip-inner {
  width: fit-content;
  height: fit-content;
}
.ant-tooltip {
  max-width: 500px;
}
.firstTable .headList {
  display: flex;
}
.firstTable .headList ul,
.firstTable .headList li {
  list-style: none;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}
.firstTable .headList ul:nth-child(1) {
  border: 0;
  margin-right: 62px;
  padding: 0;
  margin-top: 48px;
}
.firstTable .headList ul:nth-child(1) li {
  text-align: left;
}
.firstTable .headList ul:nth-child(1) li:nth-child(1) {
  margin-top: 4px;
  color: #333;
  font-size: 24px;
}
.firstTable .headList ul:nth-child(1) li:nth-child(5) {
  color: #666;
  font-weight: normal;
}
.firstTable .headList ul {
  width: 200px;
  border: 2px solid #eeeff1;
  padding-top: 20px;
  margin-top: 30px;
  margin-right: 64px;
  border-radius: 8px;
}
.firstTable .headList ul li:nth-child(1) {
  color: #333;
  font-size: 24px;
}
.firstTable .headList ul li:nth-child(5) {
  color: #333;
  font-weight: 500;
}
.firstTable .headList ul li:last-child {
  margin-bottom: 0;
}
.firstTable .headList ul:nth-child(4) {
  background: #e5f2fd;
  border: 2px solid #0082eb;
  position: relative;
}
.firstTable .headList ul:nth-child(4) .headTitle {
  position: absolute;
  width: 128px;
  height: 30px;
  background: linear-gradient(139deg, #67d7ff 0%, #649dff 29%, #5b75fa 71%, #b658fc 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  top: -32px;
  left: 14px;
}
.firstTable .headList ul:nth-child(4) .headT {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 10px;
  background: #0082eb;
  border-radius: 8px 8px 0px 0px;
}
.firstTable .headList ul:nth-child(4) li:nth-child(5) {
  font-weight: 500;
  color: #333333;
  position: relative;
}
.firstTable .headList ul:nth-child(4) li:nth-child(5) span {
  font-size: 14px;
  font-weight: 400;
  color: #0082eb;
  position: relative;
}
.firstTable .headList ul:nth-child(4) li:nth-child(5) .oldPr::before {
  content: "";
  /* 必须有内容属性，否则显示不出来 */
  width: 100%;
  height: 1px;
  background-color: #0082eb;
  position: absolute;
  /* 绝对定位 */
}
.firstTable .headList ul:nth-child(4) li:nth-child(5) .oldPr::before {
  top: 50%;
  left: 0;
  /* 第一个斜线：向左倾斜 */
  transform: translateY(-50%) rotate(6deg);
}
.firstTable .headList ul:nth-child(4) li:nth-child(5) .priceImg {
  width: 65px;
  height: 18px;
  position: absolute;
  top: -18px;
  left: 67px;
}
.firstTable .headList .headStyle {
  position: relative;
}
.firstTable .headList .headStyle::before {
  width: 6px;
  height: 26px;
  background-color: #0082eb;
  content: "";
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 5px;
}

.solution .solution_content .top .top_mao {
  position: absolute;
  height: 1px;
  width: 100px;
  margin: -78px 0 0 0;
}
.solution .solution_content .top .top_title {
  text-align: center;
  height: 150px;
  line-height: 150px;
  font-size: 36px;
  font-weight: 400;
  color: #262626;
  letter-spacing: 1px;
}
.solution .solution_content .top .top_article {
  height: auto;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 1005px;
  margin: 0 auto 0px;
}
.solution .solution_content .top .top_article_bottom {
  margin: 0 auto 60px;
}
.solution .solution_content .banner_wrap_digital {
  height: 582px;
}
.solution .solution_content .banner_wrap_cooperation {
  height: 440px;
}
.solution .solution_content .banner_wrap_doc {
  height: 498px;
}
.solution .solution_content .banner_wrap {
  background: #f7f9ff;
}
.solution .solution_content .banner_wrap .digital_banner {
  text-align: center;
  height: 240px;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
}
.solution .solution_content .banner_wrap .digital_banner span {
  display: inline-block;
  margin: 50px 0 0 0;
}
.solution .solution_content .banner_wrap .banner_bottom {
  height: 342px;
  text-align: center;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap {
  width: 1000px;
  margin: -90px auto 0;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item {
  float: left;
  height: 166px;
  width: 490px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_l {
  width: 86px;
  float: left;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_l img {
  height: 40px;
  width: 40px;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r {
  width: 404px;
  float: left;
  text-align: left;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .title {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .txt {
  margin: 10px 0 0 0;
  padding: 0 26px 0 0;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt {
  color: #595959;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt_top {
  margin: 8px 0 0 0;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item .bi_r .bi_r_txt {
  color: #595959;
}
.solution .solution_content .banner_wrap .banner_bottom .banner_bottom_wrap .banner_item_space {
  margin-right: 20px;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation {
  height: 200px;
  text-align: center;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap {
  width: 1000px;
  margin: -80px auto 0;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation {
  float: left;
  width: 184px;
  height: 210px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 15px;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_t {
  height: 110px;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_t img {
  margin: 45px 0 0 0;
  height: 50px;
  width: 50px;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation .bi_b .bi_b_txt {
  text-align: left;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}
.solution .solution_content .banner_wrap .banner_bottom_cooperation .banner_bottom_wrap .banner_item_cooperation_space {
  margin: 0 20px 0 0;
}
.solution .solution_content .banner_wrap .banner_bottom_doc {
  height: 258px;
  text-align: center;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap {
  width: 1000px;
  margin: -90px auto 0;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc {
  float: left;
  width: 320px;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_l {
  float: left;
  width: 85px;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_l img {
  margin: 40px 0 0 10px;
  height: 40px;
  width: 40px;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r {
  float: left;
  width: 235px;
  text-align: left;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .txt {
  margin: 40px 0 0 0;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .bi_r_txt_f {
  margin: 40px 0 0 0;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc .bi_r .bi_r_txt {
  padding: 0px 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.solution .solution_content .banner_wrap .banner_bottom_doc .banner_bottom_wrap .banner_item_doc_space {
  margin: 0 20px 0 0;
}
.solution .solution_content .content_b_solution_wrap {
  background: #ffffff;
}
.solution .solution_bottom {
  height: 200px;
  min-width: 1200px;
  background: #f7f9ff;
  text-align: center;
  line-height: 200px;
  margin: 0 auto;
}
.solution .solution_bottom .solution_bottom_btn {
  display: inline-block;
  width: 340px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  border: 1px solid #003de7;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
}
.solution .solution_bottom .solution_bottom_btn a {
  list-style-type: none;
  width: 340px;
  height: 60px;
  display: inline-block;
  color: #3168ff;
}
.solution .solution_bottom .solution_bottom_btn_active {
  background: #3168ff;
  border: none;
  color: #fff;
}
.solution .solution_bottom .solution_bottom_btn_active a {
  color: #fff;
  width: 340px;
  height: 60px;
  display: inline-block;
}
.solution .solution_bottom .solution_bottom_btn_space {
  margin: 0 30px;
}
.wrap_item_cenet {
  width: 100%;
  background: #f2f9ff;
}
.item_ctnt {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 100px;
  box-sizing: border-box;
  color: #595959;
  height: 500px;
  text-align: left;
  clear: both;
}
.item_ctnt .item_ctnt_l {
  float: left;
  width: 55%;
  margin-top: 100px;
}
.item_ctnt .item_ctnt_l .item_ctnt_l_name {
  height: 33px;
  font-size: 24px;
  color: #262626;
  line-height: 33px;
  letter-spacing: 1px;
}
.item_ctnt .item_ctnt_l p {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.item_ctnt .item_ctnt_l .itemctnt_l {
  padding: 0px 0 0 17px;
}
.item_ctnt .item_ctnt_l .itemctnt_l_dot {
  font-size: 16px;
  margin-top: 12px;
}
.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;
}
.item_ctnt .item_ctnt_l .itemctnt_l_dot img {
  padding: 0 4px 10px 0;
  height: 18px;
}
.item_ctnt .item_ctnt_l .search_des {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.item_ctnt .item_ctnt_l button {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #3168ff;
  letter-spacing: 1px;
  margin: 40px 0 0 0;
  padding: 0;
  outline: 0;
  border: 0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.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;
  margin: 40px 0 0 0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #3168ff;
  background: none;
  cursor: pointer;
}
.item_ctnt .item_ctnt_r {
  float: left;
  width: 50px;
}
.item_ctnt .item_ctnt_r .editor_img {
  width: 488px;
  height: 376px;
}
.fr {
  float: right !important;
  width: 45% !important;
}
.mpoint {
  width: 100%;
}
.mpoint h2 {
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #262626;
  padding: 70px 0;
  margin: 0;
}
.mpoint .item_labs {
  width: 1200px;
  margin: 0 auto;
}
.mpoint .item_labs .lab {
  width: 32%;
  float: left;
  margin-bottom: 50px;
  cursor: pointer;
}
.mpoint .item_labs .lab img {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 96px;
}
.mpoint .item_labs .lab p {
  padding-top: 17px;
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #207df0;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}
#mao2 {
  padding-top: 100px;
}
#mao2 .item_ctnt_l {
  margin-top: 70px;
}
.marmore {
  margin-top: 110px !important;
}
.knowjianyuan {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.knowjianyuan .knowText {
  font-size: 36px;
  color: #333;
  font-weight: 500;
  line-height: 67px;
  padding: 114px 0;
  text-align: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 58.7% 50.3%;
}
.knowjianyuan .tabLi {
  overflow: hidden;
}
.knowjianyuan .tabLi ul {
  list-style: none;
  margin-left: -21px;
}
.knowjianyuan .tabLi ul li:nth-child(-n + 3) {
  padding-right: 223px;
}
.knowjianyuan .tabLi ul li {
  float: left;
}
.knowjianyuan .tabLi ul li img {
  width: 128px;
  height: 128px;
}
.knowjianyuan .tabLi ul li p {
  color: #333;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.knowjianyuan .fir_tabs_box {
  width: 100%;
  height: auto;
  margin-top: 70px;
  position: relative;
}
.knowjianyuan .bestg {
  display: block;
  margin: 0 auto 80px;
  width: 1200px;
  height: 520px;
}
.knowjianyuan .bestg img {
  width: 100%;
  height: 100%;
}
.ant-carousel .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 2px;
}
.ant-carousel .slick-dots li.slick-active {
  background: #0082eb !important;
}
.ant-carousel .slick-dots li button {
  background: #e6e6e6;
  width: 100%;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #0082eb !important;
}

.tos_container {
  margin: 78px 0 0 0;
}
.tos_container .tos_content {
  width: 1200px;
  color: #5F5F5F;
  font-size: 14px;
  margin: 0 auto;
}
.tos_container .tos_content .tos_content_title {
  height: 170px;
  line-height: 170px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
}
.tos_container .tos_content .tos_part_one p {
  color: #5f5f5f;
  line-height: 20px;
}
.tos_container .tos_content .tos_part_two {
  padding: 30px 0 0 0;
}
.tos_container .tos_content .tos_part_two .tpt_title {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin: 0;
}
.tos_container .tos_content .tos_part_two .tpt_g_top {
  margin: 30px 0 0 0;
}
.tos_container .tos_content .tos_part_two .tpt_g_top_p {
  margin: 15px 0 0 0;
}
.tos_container .tos_content .tos_part_two .tpt_g_top_p_num {
  margin: 10px 0 0 0;
}
.tos_container .tos_content .tos_part_two .tpt_g {
  display: flex;
}
.tos_container .tos_content .tos_part_two .tpt_g .tpt_top_l {
  flex: 57px 0 1;
  text-align: right;
  padding: 0 10px 0 0;
}
.tos_container .tos_content .tos_part_two .tpt_g .tpt_top_r {
  flex: 1;
}
.tos_container .tos_content .tos_footer {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: right;
  margin: 30px 0 50px 0;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}

.container1 {
  height: 100%;
  padding: 50px 36%;
  min-width: 600px;
}
.container1 h2 {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.container1 .dateF {
  font-size: 20px;
  color: #ff4242;
  padding-bottom: 10px;
}
.container1 h3 {
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
  font-weight: bold;
}
.container1 h4 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  font-weight: bold;
}
.container1 .textF {
  font-size: 16px;
  color: #666666;
  padding-bottom: 10px;
  font-weight: Regular;
}
.container1 .bottomF {
  font-weight: Semibold;
  color: #333;
  font-size: 20px;
  margin-top: 40px;
  text-align: right;
}
.container1 table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.container1 table th {
  background-color: #dfeaf6;
  height: 40px;
}
.container1 table tr td:nth-child(1) {
  width: 150px;
  padding: 10px 0 5px 10px;
}
.container1 table tr td:nth-child(2) {
  width: auto;
  padding: 10px 0 5px 10px;
}
.container1 table td {
  height: 30px;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}
h1 {
  color: #2c3e50;
  text-align: center;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}
h2 {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
}
h3 {
  color: #555;
  margin-top: 25px;
  margin-bottom: 12px;
}
.update-date {
  text-align: center;
  font-weight: bold;
  color: #7f8c8d;
  margin-bottom: 30px;
}
.contact-info {
  background-color: #ecf0f1;
  padding: 15px;
  border-left: 4px solid #3498db;
  margin: 20px 0;
}
.highlight {
  font-weight: bold;
  color: #e74c3c;
}
ul,
ol {
  padding-left: 25px;
}
li {
  margin-bottom: 8px;
}
.section {
  margin-bottom: 30px;
}
.email {
  color: #3498db;
  text-decoration: none;
}
.email:hover {
  text-decoration: underline;
}

