.report {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-title {
  margin-top: 120px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
.report-content {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 60px auto 120px;
}
.report-item {
  display: inline-block;
  width: 362px;
  height: 293px;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #dcf0f5;
  cursor: pointer;
}
.report-item-pic {
  width: 362px;
  height: 218px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  display: block;
}
.report-item-text {
  max-height: 48px;
  padding: 14px 22px;
  overflow: hidden;
  color: #1a1b20;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
}
.report-item:hover {
  border: 2px solid #b7e5ef;
}
.report-item:active {
  border: 2px solid #00a4c5;
}
.pagination-list {
  display: flex;
  justify-content: center;
}
.pagination-item {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 2px;
}
.pagination-item:hover {
  color: #00a4c5;
  border: 1px solid #00a4c5;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-item.active {
  background: none;
  border: 1px solid #0000;
}
.pagination-item.disabled .pagination-icon {
  cursor: not-allowed;
  opacity: 0.3;
}
.pagination-item.disabled:hover {
  border: 1px solid #dfe1e6;
}
.pagination-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination-icon img {
  display: block;
  width: 40px;
  height: 40px;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.search-input {
  width: 960px;
  height: 60px;
  margin-right: 60px;
  padding-left: 70px;
  color: #666;
  font-size: 18px;
  background-color: #f9fafb;
  border: none;
  border-radius: 4px;
  outline: none;
}
.search-input:hover {
  padding-left: 68px;
  border: 2px solid #dcf0f5;
}
.search-input:focus {
  padding-left: 68px;
  border: 2px solid #00a4c5;
}
.search-input::placeholder {
  font-size: 14px;
}
.search-btn {
  width: 140px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  background-color: #00a4c5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.search-btn:hover {
  font-size: 18px;
  background-color: #33b6d0;
}
.search-btn:active {
  font-size: 16px;
  background-color: #00839d;
}
.search2 {
  position: relative;
  width: 496px;
  margin-top: 38px;
}
.search2-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search2-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download5.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search2-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search2-hot a:hover {
  color: #00A4C5;
}
.search3 {
  position: relative;
  width: 396px;
  margin-top: 38px;
}
.search3-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search3-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download5.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search3-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search3-hot a:hover {
  color: #00A4C5;
}
.result-no-resource {
  display: none;
}
.result-no-resource-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result-no-resource-img {
  margin: 60px 0 28px;
}
.result-no-resource .result-tips {
  margin-bottom: 14px;
  font-size: 18px;
}
.result-no-resource .result-QR-code {
  margin-top: 13px;
}
.download-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.download-banner .feature-banner-mask {
  background-image: linear-gradient(0deg, #002957 0%, #001d49 100%);
  opacity: 0.7;
}
.download-banner .feature-banner-img,
.download-banner .feature-banner-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-banner .feature-banner-title-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.download-banner .feature-banner-title-content h2 {
  margin-bottom: 20px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
}
.download-banner .feature-banner-title-content p {
  color: #666;
  font-size: 24px;
  line-height: 22px;
  opacity: 0.8;
}
.solution-banner-content {
  position: relative;
  height: 548px;
  overflow: hidden;
  color: #fff;
}
.solution-banner-content .banner-bg {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 72px;
  filter: blur(2px);
}
.solution-banner-content .banner-mask {
  background-image: linear-gradient(0deg, rgba(0, 41, 87, 0.6) 0%, rgba(1, 35, 79, 0.7) 100%);
}
.solution-banner-content .container {
  position: relative;
}
.solution-banner-content .container h2 {
  position: absolute;
  top: 208px;
  left: 10px;
  z-index: 1;
  font-size: 44px;
  line-height: 48px;
}
.solution-banner-content .container h3 {
  position: absolute;
  top: 278px;
  left: 10px;
  z-index: 1;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.25;
}
.solution-banner-content .container a {
  position: absolute;
  top: 369px;
  left: 10px;
  width: 142px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #0daade;
}
.solution-banner-content .container p {
  position: absolute;
  top: 208px;
  right: 0;
  z-index: 1;
  width: 880px;
  color: #a7b9cd;
  font-size: 16px;
  line-height: 36px;
}
.banner {
  width: 100%;
  height: 550px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/90e5dac05e3baeb3d08b118267be29a1.png) center top no-repeat;
  background-size: auto 550px;
  position: relative;
}
.banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 200px 600px 0 0;
  transform: translateX(-50%);
}
.banner .banner-body h1 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 24px;
}
.banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 38px;
}
.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;
}
.banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.search-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-container .result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 120px;
  color: #666;
  background-color: #f9fafb;
}
.search-container .result-item {
  display: flex;
  width: 1160px;
  margin-bottom: 28px;
  padding: 16px 19px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  box-shadow: 0 4px 10px 4px rgba(186, 234, 244, 0.1);
  cursor: pointer;
}
.search-container .result-item:hover {
  border: 2px solid #b7e5ef;
}
.search-container .result-item:active {
  border: 2px solid #00a4c5;
}
.search-container .result-item-pic {
  width: 180px;
  height: 220px;
  border-radius: 8px;
}
.search-container .result-item-introduction {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 5px 0 4px 41px;
}
.search-container .result-item-title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 24px;
}
.search-container .result-item-details {
  line-height: 28px;
}
.search-container .result-item-info {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  padding-bottom: 4px;
  color: #00a4c5;
}
.search-container .result-item-info-pic {
  position: relative;
  top: 1px;
  left: 4px;
  width: 11px;
  height: 11px;
}
.search-container .result-item-info a {
  width: 100px;
}
.search-container .result-item-info span:hover {
  cursor: pointer;
}
.search-container .result .pagination {
  margin-top: 32px;
}
.search-container .result em {
  color: #00a4c5;
  font-style: normal;
}
.search-container .result .pointer:hover {
  cursor: pointer;
}

