.resource-recommend {
  padding: 80px 0 120px 0;
  background: #f7f9fc;
}
.resource-recommend-moduleTitle {
  color: #1a1b20;
  font-size: 32px;
  letter-spacing: 0.53px;
  text-align: center;
}
.resource-recommend-container {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
  width: 1184px;
  margin: auto;
}
.resource-recommend-download {
  width: 584px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-download-item {
  display: flex;
  justify-content: space-between;
  width: 584px;
  height: 24px;
  margin-top: 16px;
  cursor: pointer;
}
.resource-recommend-download-item #btn {
  width: 48px;
  height: 24px;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.12px;
  text-align: center;
  background: none;
  border: 1px solid #0daade;
  outline: none;
}
.resource-recommend-download-item .item-title {
  width: 422px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resource-recommend-download-item .item-title:hover {
  color: #00a4c5;
}
.resource-recommend-download-item .item-title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 3px 24px;
  background: #b3b5bd;
}
.resource-recommend-news {
  width: 584px;
  background-color: #fff;
  border: 1px solid #eceff2;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.resource-recommend-news-date {
  margin-right: 24px;
  color: #9ca1ad;
  line-height: 24px;
  letter-spacing: 0.12px;
  cursor: pointer;
}
.resource-recommend-titleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfe1e6;
}
.resource-recommend-titleContainer .resource-recommend-title {
  display: flex;
  height: 28px;
  margin: 16px 0;
  color: #1a1b20;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.resource-recommend-titleContainer span {
  display: block;
  width: 3px;
  height: 24px;
  margin: 2px 21px 2px 0;
  background: #00a4c5;
}
.resource-recommend-titleContainer a {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #0daade;
  font-size: 14px;
  letter-spacing: 0.12px;
}
.resource-recommend-titleContainer a img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.resource-recommend-container {
  margin-top: 40px;
}
.resource-recommend {
  padding-bottom: 80px;
  background: #F9FAFB;
}
.resource-recommend-moduleTitle {
  font-weight: 500;
}
.resource-recommend-titleContainer .resource-recommend-title {
  font-size: 18px;
  font-weight: 500;
}
.resource-recommend-download-item .item-title span {
  margin-right: 10px;
}
.resource-recommend-titleContainer span {
  margin-right: 34px;
}
.resource-recommend-titleContainer a {
  color: #00A4C5;
}
.resource-recommend-titleContainer a img {
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-titleContainer a:hover img {
  transform: translateX(4px);
}
.resource-recommend-download-item .item-title {
  color: #666;
  transition: all;
  transition-duration: 0.3s;
}
.resource-recommend-download-item .item-title:hover {
  color: #00A4C5;
}
.resource-recommend-news-date {
  color: #c1c1c1;
}
.resource-recommend-download-item #btn {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #00A4C5;
  color: #00A4C5;
  border-radius: 4px;
  transition: all;
  transition-duration: 0.5s;
}
.resource-recommend-download-item #btn:hover {
  color: white;
  background-color: #00A4C5;
}
.resource-recommend-news,
.resource-recommend-download {
  border: none;
  border-radius: 8px;
}
.resource-recommend-titleContainer {
  border-bottom: 1px solid #f3f3f3;
}
.product-recommend {
  height: 487px;
  padding: 120px 0;
}
.product-recommend-container {
  min-width: 920px;
  max-width: 1160px;
  margin: 0 auto;
}
.product-recommend-title {
  height: 48px;
  color: #1a1b20;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.53px;
  text-align: center;
}
.product-recommend-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.product-recommend-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 142px;
  border-radius: 8px;
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(50%);
}
.product-recommend-card-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 0.3s;
}
.product-recommend-card-title {
  position: absolute;
  top: 26px;
  left: 32px;
  height: 34px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.product-recommend-card-desc {
  position: absolute;
  top: 59px;
  left: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}
.product-recommend-card-more {
  position: absolute;
  top: 93px;
  left: 32px;
  display: block;
  width: 90px;
  height: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 12px;
  transition: 0.3s;
}
.product-recommend-card-more:hover {
  color: #00a4c5;
  background-color: #fff;
}
.product-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.product-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.product-banner-text {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.product-banner-text h2 {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 46px;
  line-height: 65px;
}
.product-banner-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  opacity: 0.6;
}
.product-banner-btn {
  display: block;
  width: 160px;
  height: 44px;
  margin-top: 57px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}
.product-banner-btn:hover {
  color: #00a4c5;
  background-color: #fff;
}
.temp-banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.temp-banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.temp-banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 180px 600px 0 0;
  transform: translateX(-50%);
}
.temp-banner .banner-body h1 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.temp-banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.temp-banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 18px;
  line-height: 24px;
}
.temp-banner .banner-body div.text-2 {
  padding-top: 24px;
  color: #666;
  font-size: 14px;
}
.temp-banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 54px;
}
.temp-banner .banner-body div.button a {
  box-sizing: border-box;
  height: 32px;
  margin-right: 30px;
  padding: 0 40px;
  color: #00A4C5;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00A4C5;
  border-radius: 4px;
  cursor: pointer;
}
.temp-banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.temp-banner .banner-body div.button a:nth-child(1) {
  color: white;
  background: #00A4C5;
}
.content-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(204, 212, 226, 0.5);
  box-shadow: 0 0.5px 15px #ccd4e2;
  position: sticky;
  top: 70px;
  z-index: 9;
  background: white;
}
.content-nav .wrapper a {
  display: inline-block;
  width: 224px;
  height: 64px;
  color: #666;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.content-nav .wrapper a:hover {
  color: #000;
  border-bottom: 2px solid #00a4c5;
}
.product-recommend {
  background: #fff;
  padding: 80px 0;
  height: auto;
}
.product-recommend-card {
  width: 384px;
  height: auto;
  margin-right: 16px;
}
.product-recommend-card:last-child {
  margin-right: 0;
}
.product-recommend-card:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
  transform: translateY(-4px);
}
.product-recommend-card:hover .product-recommend-card-img {
  filter: brightness(100%);
  opacity: 0.6;
}
.product-recommend-card:hover .product-recommend-card-title {
  color: #00A4C5;
}
.product-recommend-card:hover .product-recommend-card-desc {
  color: #1A1B20;
}
.product-recommend-card-img {
  background-color: white;
}
.product-recommend-card-img img {
  display: block;
}
.product-recommend-card-more {
  border-color: #00A4C5;
  color: #00A4C5;
  box-sizing: border-box;
  top: auto;
  bottom: 32px;
  border-radius: 8px;
}
.product-recommend-card-more:hover {
  background-color: #00A4C5;
  color: white;
}
.product-recommend-title {
  font-weight: 500;
  height: 46px;
  line-height: 46px;
}
.product-recommend-card-title {
  color: #1A1B20;
  top: 32px;
}
.product-recommend-card-desc {
  color: #666;
  top: 64px;
}
.product-recommend-content {
  margin-top: 40px;
  justify-content: flex-start;
}
.product-recommend-container {
  max-width: 1184px;
  min-width: auto;
}
.wx-case {
  padding: 128px 0 120px 0;
}
.wx-case .case-list {
  width: 1200px;
  margin: 48px auto 40px;
}
.wx-case .case-list p.sub-title {
  margin: 12px 0 48px;
}
.wx-case .case-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 528px;
  overflow: hidden;
}
.wx-case .case-list li {
  width: 280px;
  height: 244px;
  margin-bottom: 40px;
}
.wx-case .case-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.wx-case .case-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 280px;
  height: 168px;
  background-color: rgba(157, 162, 165, 0.2);
}
.wx-case .case-list li img {
  position: relative;
  width: 100%;
  height: 168px;
  margin-bottom: -8px;
  background-color: #000;
}
.wx-case .case-list li p {
  height: 76px;
  padding: 16px 20px;
  color: #1a1b20;
  font-size: 16px;
  border: 1px solid #dfe1e6;
}
.wx-case-btn {
  width: 1200px;
  margin: 0 auto;
}
.wx-case-btn a {
  position: relative;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 128px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #00a4c5;
  border: 1px solid #00a4c5;
  outline: none;
  transform: translateX(-50%);
  cursor: pointer;
}
.np-case {
  background: #F9FAFB;
  padding: 80px 0;
  overflow: hidden;
}
.np-case .title {
  width: 1184px;
  margin: auto;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
.np-case-list {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-top: 72px;
}
.np-case-list-item {
  width: 320px;
  margin-right: 80px;
  cursor: pointer;
}
.np-case-list-item:last-child {
  margin-right: 0;
}
.np-case-list-item img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
}
.np-case-list-item .box {
  padding: 16px 8px;
  position: relative;
}
.np-case-list-item .name {
  font-size: 16px;
  color: #1A1B20;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.np-case-list-item .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
}
.np-case-list-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  backdrop-filter: blur(8px);
}
.np-case-list-item:hover img {
  transform: scale(1.2);
}
.np-case-list-item:hover .name {
  color: #00A4C5;
}
.np-case-list-item:hover .desc {
  color: #1A1B20;
}
.np-case-list-item:hover .bg {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.np-case-list-item-four {
  width: 236px;
  margin-right: 64px;
}
.np-case-list-item-four .desc {
  -webkit-line-clamp: 2;
}
.np-case-list-item-four img {
  height: 172px;
}
.footer-product {
  height: 116px;
  background: #00A4C5;
  position: fixed;
  left: 0;
  bottom: -116px;
  width: 100%;
  z-index: 10;
}
.footer-product .fp-body {
  width: 1184px;
  margin: auto;
  height: 116px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
}
.footer-product .fp-body .logo {
  width: 60%;
  display: flex;
}
.footer-product .fp-body .logo img {
  width: 84px;
  height: 84px;
}
.footer-product .fp-body .logo .info {
  padding-left: 24px;
}
.footer-product .fp-body .logo .info .title {
  padding-top: 13px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}
.footer-product .fp-body .logo .info .desc {
  padding-top: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.6;
}
.footer-product .fp-body .btn {
  text-align: right;
  padding-top: 18px;
  width: 40%;
}
.footer-product .fp-body .btn a {
  display: inline-block;
  width: 136px;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background-color: white;
  color: #00A4C5;
  line-height: 46px;
  border: 1px solid #00A4C5;
}
.micro {
  min-width: 1200px;
  cursor: default;
}
.micro .np-demand {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: white;
}
.micro .np-demand-list {
  width: 1184px;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  margin: auto;
}
.micro .np-demand-list-item {
  width: 384px;
  border-radius: 8px;
  background-color: #F9FAFB;
  margin-right: 16px;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.micro .np-demand-list-item .name {
  font-size: 18px;
  color: #1A1B20;
  text-align: center;
  padding-top: 16px;
}
.micro .np-demand-list-item > span {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: #00A4C5;
  margin-top: 16px;
  margin-bottom: 5px;
}
.micro .np-demand-list-item .desc {
  font-size: 14px;
  color: #666;
  padding-top: 16px;
  text-align: left;
}
.micro .np-demand-list-item img {
  width: 88px;
}
.micro .np-demand-list-item:last-child {
  margin-right: 0;
}
.micro .np-demand-list-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.micro .np-ability {
  overflow: hidden;
}
.micro .np-ability-title {
  width: 1184px;
  margin: auto;
  padding-top: 80px;
  color: #1A1B20;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 16px;
}
.micro .np-ability-text {
  width: 1184px;
  margin: 0 auto;
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px;
}
.micro .np-ability-tabs {
  width: 1184px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.micro .np-ability-tabs a {
  padding: 24px 0;
  text-align: center;
  width: 16.6%;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid #F3F3F3;
  cursor: pointer;
}
.micro .np-ability-tabs a.cur,
.micro .np-ability-tabs a:hover {
  color: #00A4C5;
  border-bottom: 2px solid #00A4C5;
}
.micro .np-ability-content {
  background: #F9FAFB;
}
.micro .np-ability-content ul {
  width: 1184px;
  margin: 0 auto;
  display: none;
}
.micro .np-ability-content ul:first-child {
  display: flex;
}
.micro .np-ability-content ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px 0 80px 0;
}
.micro .np-ability-content ul li .text {
  flex: 1;
  padding-right: 24px;
}
.micro .np-ability-content ul li .text h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-bottom: 16px;
}
.micro .np-ability-content ul li .text span {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.micro .np-ability-content ul li .text dl {
  padding-top: 32px;
}
.micro .np-ability-content ul li .text dl dd {
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
}
.micro .np-ability-content ul li .text dl dd span {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #00A4C5;
}
.micro .np-ability-content ul li .pic {
  width: 786px;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
}
.micro .np-ability-content ul li .pic img {
  width: 100%;
  display: block;
}
.micro .title {
  color: #1a1b20;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  width: 1184px;
  margin: auto;
}
.micro .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
  width: 1184px;
  margin: auto;
}
.micro .micro-challenge {
  padding: 80px 0;
  width: 1184px;
  margin: auto;
}
.micro .micro-challenge .challenge-box {
  padding-top: 40px;
  display: flex;
}
.micro .micro-challenge .challenge-box-item {
  width: 284px;
  background-color: #F9FAFB;
  border-radius: 8px;
  margin-right: 16px;
  padding: 32px 0;
  cursor: pointer;
}
.micro .micro-challenge .challenge-box-item img {
  width: 64px;
  display: block;
  margin: auto;
}
.micro .micro-challenge .challenge-box-item span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 16px;
}
.micro .micro-challenge .challenge-box-item:last-child {
  margin-right: 0;
}
.micro .micro-challenge .challenge-box-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.micro h4 {
  color: #000;
  font-size: 16px;
  line-height: 42px;
}
.micro p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.micro .animate-show {
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s linear 1s;
}
.micro .animate-show-end {
  transform: translateY(0);
  opacity: 1;
}
.micro .micro-challenge,
.micro .micro-summary,
.micro .micro-function,
.micro .micro-highlights,
.micro .micro-case,
.micro .micro-otherProduction {
  overflow: hidden;
}
.micro .micro-summary,
.micro .micro-highlights,
.micro .micro-otherProduction {
  background: #f9fafb;
}
.micro .micro-challenge-content,
.micro .micro-summary-content,
.micro .micro-function-content,
.micro .micro-highlights-content,
.micro .micro-case-content,
.micro .micro-otherProduction-content {
  width: 1151px;
  height: 48px;
  margin: 0 auto;
  margin-top: 48px;
  line-height: 24px;
}
.micro .micro-summary {
  padding: 80px 0;
}
.micro .micro-summary .title-desc {
  text-align: left;
}
.micro .micro-summary-img {
  background-color: white;
  width: 1184px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px auto 24px auto;
}
.micro .micro-summary-img img {
  display: block;
  width: 100%;
}
.micro .micro-summary-tips {
  width: 1160px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.micro .micro-otherProduction-itemBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 60px 0 120px 0;
}
.micro .micro-otherProduction-itemBox .micro-otherProduction-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 363px;
  height: 131px;
  background: #001e48;
  border-radius: 10px;
  cursor: pointer;
}
.micro .micro-otherProduction-itemBox .micro-otherProduction-infoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.micro .micro-otherProduction-itemBox .micro-otherProduction-title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: left;
}
.micro .micro-otherProduction-itemBox .micro-otherProduction-more {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
.micro .micro-otherProduction-itemBox img {
  height: 100%;
  object-fit: cover;
}
.micro .micro-case-itemBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 60px 0 120px 0;
}
.micro .micro-case-itemBox .micro-case-item:nth-child(2) {
  margin-left: 40px;
}
.micro .micro-case-itemBox .micro-case-item {
  display: flex;
  flex-direction: row;
  width: 530px;
  height: 140px;
  padding: 13px;
  background: #fff;
  border: 1px solid #e2f5f9;
  border-radius: 8px;
}
.micro .micro-case-itemBox .micro-case-item img {
  width: 200px;
  height: 113px;
  object-fit: cover;
}
.micro .micro-case-itemBox .micro-case-item .micro-case-container {
  width: 283px;
  margin-left: 20px;
}
.micro .micro-case-itemBox .micro-case-item .micro-case-container-title {
  margin-bottom: 10px;
  color: #00a4c5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.micro .micro-case-itemBox .micro-case-item .micro-case-container-info {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.micro .micro-highlights-itemBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 60px 0 120px 0;
}
.micro .micro-highlights-itemBox .micro-highlights-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 346px;
  height: 297px;
  background: #fff;
  border: 1px solid #e2f5f9;
  border-radius: 8px;
}
.micro .micro-highlights-itemBox .micro-highlights-itemImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.micro .micro-highlights-itemBox .micro-highlights-title {
  margin-top: 8px;
  color: #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.micro .micro-highlights-itemBox .micro-highlights-itemHorLine {
  width: 30px;
  height: 4px;
  margin: 22px 0 24px 0;
  background: #00a4c5;
}
.micro .micro-highlights-itemBox .micro-highlights-info {
  width: 300px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.micro .micro-summary-itemBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
}
.micro .micro-summary-itemBox .micro-summary-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 384px;
  margin-right: 16px;
  background-color: white;
  border-radius: 8px;
  padding: 16px 0;
  cursor: pointer;
}
.micro .micro-summary-itemBox .micro-summary-item:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.micro .micro-summary-itemBox .micro-summary-item:last-child {
  margin-right: 0;
}
.micro .micro-summary-itemBox .micro-summary-item .text {
  flex: 1;
  padding: 0 24px;
  border-left: 2px solid #F3F3F3;
}
.micro .micro-summary-itemBox .micro-summary-itemImg {
  padding: 0 24px;
}
.micro .micro-summary-itemBox .micro-summary-itemImg img {
  display: block;
  width: 40px;
}
.micro .micro-summary-itemBox .micro-summary-title {
  margin-bottom: 8px;
  color: #1A1B20;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.micro .micro-summary-itemBox .micro-summary-itemHorLine {
  width: 30px;
  height: 4px;
  margin: 14px 0;
  background: #00a4c5;
}
.micro .micro-summary-itemBox .micro-summary-info {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: block;
  height: 60px;
}
.micro .micro-challenge-content,
.micro .micro-summary-content {
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.micro .micro-challenge-content {
  text-align: center;
}
.micro .micro-challenge-itemBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 54px 0 120px 0;
}
.micro .micro-challenge-itemBox .micro-challenge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.micro .micro-challenge-itemBox .micro-challenge-itemImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}
.micro .micro-challenge-itemBox .micro-challenge-itemHorLine {
  width: 30px;
  height: 4px;
  margin: 26px 0 18px 0;
  background: #00a4c5;
}
.micro .micro-challenge-itemBox .micro-challenge-title {
  color: #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.micro .micro-function-container {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding-top: 60px;
}
.micro .product-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.micro .product-tab::after {
  position: absolute;
  top: 47px;
  z-index: 0;
  display: block;
  width: 1160px;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  content: '';
}
.micro .product-tab .fill-item {
  display: none;
  width: 0;
}
.micro .product-tab .fill-item.type-1 {
  height: 592px;
}
.micro .product-tab .fill-item.type-2 {
  height: 712px;
}
.micro .product-tab .fill-item.type-3 {
  height: 422px;
}
.micro .product-tab .fill-item.type-4 {
  height: 558px;
}
.micro .product-tab .fill-item.type-5 {
  height: 472px;
}
.micro .product-tab .fill-item.type-6 {
  height: 392px;
}
.micro .product-tab .select {
  display: none;
}
.micro .product-tab .select:checked + .tab-header::before {
  width: 170px;
  transition: 0.5s;
}
.micro .product-tab .select:checked + .tab-header h3 {
  color: #00a4c5;
}
.micro .product-tab .select:checked ~ .tab-box {
  display: block;
}
.micro .product-tab .select:checked ~ .fill-item {
  display: block;
}
.micro .product-tab .tab-header {
  position: relative;
  display: block;
  width: 170px;
  cursor: pointer;
}
.micro .product-tab .tab-header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 3px;
  background: #00a4c5;
  content: '';
}
.micro .product-tab .tab-header h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #666;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.micro .product-tab .tab-box {
  position: absolute;
  left: 0;
  display: none;
  padding-top: 60px;
}
.micro .product-tab .tab-box-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
}
.micro .product-tab .tab-box-content .content-describe.type1 {
  width: 420px;
}
.micro .product-tab .tab-box-content .content-describe.type6 {
  width: 588px;
}
.micro .product-tab .tab-box-content .content-describe .content-title {
  margin-bottom: 28px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.micro .product-tab .tab-box-content .content-describe .content-info {
  margin-bottom: 28px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.micro .product-tab .tab-box-content .content-describe .content-example li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 12px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.micro .product-tab .tab-box-content .content-describe .content-example li::after {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #00a4c5;
  border-radius: 50%;
  content: ' ';
}
.micro .product-tab .tab-box-content .content-describe .content-example li:last-child {
  margin-bottom: 0;
}
.micro .product-tab .tab-box-content .content-img {
  width: 656px;
}
.micro .product-tab .tab-box-content .content-img2 {
  width: 526px;
}
.micro .product-tab .tab-box-content .content-img3 {
  width: 704px;
}
.micro .slideInUp {
  animation-name: floats;
  animation-duration: 0.5s;
}
.micro .slideInUp-small {
  animation-name: bubble;
  animation-duration: 0.5s;
}
.micro .resource-recommend-news,
.micro .resource-recommend-download {
  border: 1px solid #eceff2;
}

