.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;
}
.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;
}
.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;
}
.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;
}
.download-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download-home .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;
}
.download-home .banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.download-home .banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 200px 600px 0 0;
  transform: translateX(-50%);
}
.download-home .banner .banner-body h1 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.download-home .banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.download-home .banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 24px;
}
.download-home .banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 38px;
}
.download-home .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;
}
.download-home .banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.download-home .plane {
  width: 1184px;
  height: 150px;
  margin: auto;
  display: flex;
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
.download-home .plane dl:nth-child(1) {
  width: 365px;
  height: 100%;
  margin-right: 24px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/701b2bc02d74fe900b8fa3018916f11a.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px 32px;
  box-sizing: border-box;
  position: relative;
}
.download-home .plane dl:nth-child(1) .title {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/7eecd8702c812642893eb80cd70965ac.png) left center no-repeat;
  background-size: 26px auto;
  padding-left: 32px;
}
.download-home .plane dl:nth-child(1) .desc {
  padding-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: white;
  line-height: 20px;
}
.download-home .plane dl:nth-child(1) a {
  width: 106px;
  height: 24px;
  background: white;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #00A4C5;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 32px;
  bottom: 24px;
}
.download-home .plane dl:nth-child(2) {
  flex: 1;
  height: 100%;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 #F3F3F3;
}
.download-home .plane dl:nth-child(2) dd {
  width: 265px;
  height: 100%;
  padding: 48px 32px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/c9a532f2446e0fcc1081fa479f7fa325.png);
  background-size: cover;
}
.download-home .plane dl:nth-child(2) dd:nth-child(2) {
  position: relative;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/798e8bc6ab867a1b831958bb9d0ef7a4.png);
}
.download-home .plane dl:nth-child(2) dd:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 102px;
  background-color: rgba(0, 0, 0, 0.05);
  top: 24px;
  left: 0;
}
.download-home .plane dl:nth-child(2) dd:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 102px;
  background-color: rgba(0, 0, 0, 0.05);
  top: 24px;
  right: 0;
}
.download-home .plane dl:nth-child(2) dd:nth-child(2) .title {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/d37c4d7de4492ac53f3055a0a1fed311.png);
}
.download-home .plane dl:nth-child(2) dd:nth-child(3) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/6cce78e1e59874b7e1ecb885f36843c6.png);
}
.download-home .plane dl:nth-child(2) dd:nth-child(3) .title {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/afc82d4fabfdd6dd5ad218d0a07253a2.png);
}
.download-home .plane dl:nth-child(2) dd .title {
  font-weight: 500;
  font-size: 18px;
  color: #1A1B20;
  line-height: 24px;
  padding-left: 30px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/d78a89a84f1dbd0841ac96206c34a9c1.png) left center no-repeat;
  background-size: 24px auto;
  position: relative;
  display: inline-block;
  padding-right: 36px;
}
.download-home .plane dl:nth-child(2) dd .title::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1.5px solid #1A1B20;
  border-right: 1.5px solid #1A1B20;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
}
.download-home .plane dl:nth-child(2) dd .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  padding-top: 8px;
}
.download-home .section {
  width: 100%;
  padding-bottom: 80px;
}
.download-home .section.sec-black {
  background: #F9FAFB;
}
.download-home .section .sec-title {
  font-weight: 500;
  font-size: 32px;
  color: #1A1B20;
  line-height: 46px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.download-home .section .sec-picbox {
  width: 1184px;
  position: relative;
  margin: auto;
  height: 440px;
}
.download-home .section .sec-picbox .lb ul li {
  position: relative;
  height: 440px;
}
.download-home .section .sec-picbox .lb ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.download-home .section .sec-picbox .lb ul li .text-body {
  padding: 120px 0 0 134px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.download-home .section .sec-picbox .lb ul li .text-body .title {
  font-weight: 500;
  font-size: 36px;
  color: white;
  line-height: 42px;
}
.download-home .section .sec-picbox .lb ul li .text-body .desc {
  padding-top: 7px;
  font-weight: 500;
  font-size: 18px;
  color: white;
}
.download-home .section .sec-picbox .lb ul li .text-body .btns {
  padding-top: 46px;
}
.download-home .section .sec-picbox .lb ul li .text-body .btns a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #FDA858;
  border-radius: 8px;
  padding: 0 36px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.download-home .section .sec-picbox .lb-btn {
  width: 40px;
  height: 40px;
  background: #00A4C5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.download-home .section .sec-picbox .lb-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 1.5px solid white;
  border-right: 1.5px solid white;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
}
.download-home .section .sec-picbox .lb-btn.btn-left {
  left: 36px;
}
.download-home .section .sec-picbox .lb-btn.btn-left::after {
  transform: translateY(-50%) rotate(-135deg);
  right: 14px;
}
.download-home .section .sec-picbox .lb-btn.btn-right {
  right: 36px;
}
.download-home .section .sec-hot {
  width: 1184px;
  margin: auto;
  display: flex;
}
.download-home .section .sec-hot dl {
  width: 379px;
  margin-right: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 500px;
  background: #DAF1F5 url(https://download5.qingteng.cn/frontendcdn/www/assets/images/aa44d7f6b25d09c5faa08af6d597707a.png) center top no-repeat;
  background-size: 100% auto;
}
.download-home .section .sec-hot dl:nth-child(2) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/d817423aca01eaf2e296faf71c43268f.png);
}
.download-home .section .sec-hot dl:last-child {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/33def08c8defc97bf1c9e2c750735f6b.png);
  margin-right: 0;
}
.download-home .section .sec-hot dl dt {
  width: 100%;
  height: 102px;
  padding: 32px 0 0 24px;
  box-sizing: border-box;
}
.download-home .section .sec-hot dl dt span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
}
.download-home .section .sec-hot dl dt span:nth-child(1) {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 28px;
}
.download-home .section .sec-hot dl dt span:nth-child(2) {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 14px;
  text-transform: uppercase;
  padding-top: 2px;
}
.download-home .section .sec-hot dl dd {
  width: 100%;
  height: 390px;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
}
.download-home .section .sec-hot dl dd div {
  width: 100%;
  height: 75px;
  line-height: 75px;
  position: relative;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/2afa08ee7c519d58012af195da87ca60.png) 26px center no-repeat;
  background-size: 32px auto;
  padding-left: 64px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}
.download-home .section .sec-hot dl dd div:hover {
  color: #00A4C5;
}
.download-home .section .sec-hot dl dd div::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 315px;
  left: 64px;
  bottom: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #e3f1f3, #ffffff) 1 1;
}
.download-home .section .sec-hot dl dd div:last-child::before {
  display: none;
}
.download-home .section .sec-hot dl dd div:nth-child(2) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5160f2b4342029353be075e8ecce2daa.png);
}
.download-home .section .sec-hot dl dd div:nth-child(3) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5aac76aff7b41f82f3dca310aa7591c6.png);
}
.download-home .section .sec-hot dl dd div:nth-child(4) {
  background: none;
}
.download-home .section .sec-hot dl dd div:nth-child(4)::after {
  content: "4";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: rgba(178, 181, 189, 0.15);
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #00A4C5;
  line-height: 20px;
  text-align: center;
}
.download-home .section .sec-hot dl dd div:nth-child(5) {
  background: none;
}
.download-home .section .sec-hot dl dd div:nth-child(5)::after {
  content: "5";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: rgba(178, 181, 189, 0.15);
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #00A4C5;
  line-height: 20px;
  text-align: center;
}
.download-home .section .sec-hot dl:nth-child(1) dt span:nth-child(1) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/b1206ebe4e1b3cb2ff6164ff4632b678.png);
  background-size: auto 20px;
  padding-right: 44px;
}
.download-home .section .sec-hot dl:nth-child(2) dt span:nth-child(1) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/000ca3063559d2771042cfdcb7762598.png);
  background-size: auto 30px;
  padding-right: 32px;
}
.download-home .section .sec-hot dl:nth-child(3) dt span:nth-child(1) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e6ff44002f94f93fba6b2021f682d5f6.png);
  background-size: auto 26px;
  padding-right: 32px;
}
.download-home .section .sec-bgall {
  width: 1184px;
  margin: auto;
  display: flex;
}
.download-home .section .sec-bgall dl:nth-child(1) {
  position: relative;
}
.download-home .section .sec-bgall dl:nth-child(1) > div {
  width: 286px;
  margin-right: 32px;
  box-shadow: 0 5px 10px 0 #F3F3F3;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255, 255, 255, 0.7) 100%);
  padding: 34px 32px;
  box-sizing: border-box;
  position: sticky;
  top: 94px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dt {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 30px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/d7405467a12ac16479c78532fc9e394f.png) left center no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
  margin-bottom: 34px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dt.cat {
  margin-top: 40px;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e981220111dd694b318ce43baa999a74.png);
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd {
  display: flex;
  flex-wrap: wrap;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd a {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  width: 100px;
  margin-bottom: 24px;
  margin-right: 18px;
  cursor: pointer;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd a:nth-child(2n) {
  margin-right: 0;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd a:hover,
.download-home .section .sec-bgall dl:nth-child(1) > div dd a.list-condition-checked {
  color: #00A4C5;
}
.download-home .section .sec-bgall dl:nth-child(2) {
  flex: 1;
}
.download-home .section .sec-bgall dl:nth-child(2) .list-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.download-home .section .sec-bgall dl:nth-child(2) dd {
  width: 421px;
  height: 220px;
  background: white;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all;
  transition-duration: 0.4s;
  cursor: pointer;
}
.download-home .section .sec-bgall dl:nth-child(2) dd:hover {
  box-shadow: 0px 5px 10px 0px #F3F3F3;
}
.download-home .section .sec-bgall dl:nth-child(2) dd:nth-child(2n) {
  margin-left: 24px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .pic {
  width: 180px;
  height: 220px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text {
  flex: 1;
  padding: 24px 16px;
  box-sizing: border-box;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .title {
  font-weight: 400;
  font-size: 18px;
  color: #1A1B20;
  line-height: 26px;
  padding-bottom: 6px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .label {
  font-size: 0;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .label span {
  border-radius: 4px;
  border: 1px solid #B7E5EF;
  padding: 0 12px;
  font-weight: 400;
  font-size: 14px;
  color: #00A4C5;
  line-height: 22px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .label span.tagType {
  color: #FDB33C;
  border: 1px solid #FDB33C;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .date {
  padding-top: 26px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
}
.download-home .section .sec-bgall .list-btn {
  display: none;
  width: 178px;
  height: 50px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  background-color: #00a4c5;
  border: none;
  border-radius: 2px;
}
.download-home .section .sec-bgall .list-btn:hover {
  cursor: pointer;
}
.download-home .section .sec-bgall .list-pending {
  text-align: center;
}

