.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 #487AFF;
}
.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 #487AFF;
}
.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: #487AFF;
  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 #487AFF;
  font-weight: 400;
  font-size: 16px;
  color: #487AFF;
  box-sizing: border-box;
  padding-left: 10px;
}
.search2-btn {
  width: 88px;
  height: 48px;
  background: #487AFF url(https://static.yulevo.com/en-frontendcdn/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://static.yulevo.com/en-frontendcdn/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search2-hot a:hover {
  color: #487AFF;
}
.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 #487AFF;
  font-weight: 400;
  font-size: 16px;
  color: #487AFF;
  box-sizing: border-box;
  padding-left: 10px;
}
.search3-btn {
  width: 88px;
  height: 48px;
  background: #487AFF url(https://static.yulevo.com/en-frontendcdn/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://static.yulevo.com/en-frontendcdn/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search3-hot a:hover {
  color: #487AFF;
}
.pagination-list {
  display: flex;
  justify-content: center;
}
.pagination-item {
  width: 52px;
  height: 52px;
  margin-right: 30px;
  color: #333;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 52px;
}
.pagination-item:hover {
  color: #487AFF;
  border: 1px solid #487AFF;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-item.active {
  color: #fff;
  border: 1px solid #487AFF;
  background-color: #487AFF;
}
.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: 50px;
  height: 50px;
}
.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;
}
.index-trial {
  width: 100%;
  height: 360px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/14c262a58201c565eebe4d20de351744.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-trial .title {
  text-align: center;
  color: white;
}
.index-trial .title h1 {
  font-size: 56px;
  line-height: 72px;
  padding-bottom: 16px;
  font-weight: 300;
}
.index-trial .title h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  padding-bottom: 40px;
}
.index-trial .title a {
  display: inline-block;
  height: 44px;
  padding: 0 52px 0 24px;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid white;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 44px;
  position: relative;
}
.index-trial .title a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/4e6d8fc1ded788472b0ce5abec28aa2d.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
.index-trial .title a:hover {
  background-color: #487AFF;
  border: 1px solid #487AFF;
}
.download-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/332f3c332b06859de4fe8ee63f538838.png) center top no-repeat;
  background-size: 1920px auto;
}
.download-home .download-header .header-body {
  width: 1260px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 85px;
}
.download-home .download-header .header-body .header-title {
  padding-bottom: 10px;
}
.download-home .download-header .header-body .header-title h1 {
  font-size: 56px;
  color: #1A1B20;
  font-weight: 300;
}
.download-home .download-header .header-body .header-title .header-subtitle {
  font-size: 24px;
  color: #444;
  font-weight: 200;
  line-height: 32px;
  padding-top: 30px;
}
.download-home .download-header .header-body .header-search {
  position: relative;
  box-shadow: 0 10px 90px 0 rgba(25, 60, 165, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.download-home .download-header .header-body .header-search input {
  width: 380px;
  height: 57px;
  border: none;
  padding: 0 20px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
  font-size: 16px;
  font-weight: 200;
  line-height: 57px;
  color: #666666;
}
.download-home .download-header .header-body .header-search input::placeholder {
  font-weight: 200;
  color: #666666;
}
.download-home .download-header .header-body .header-search a {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 18px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/677561b57e36ea9db9feb1278a12bbaa.png) center center no-repeat;
  background-size: 21px auto;
  cursor: pointer;
}
.download-home .download-header .header-body .header-search a:hover {
  opacity: 0.8;
}
.download-home .section {
  width: 100%;
  padding-bottom: 80px;
}
.download-home .section .sec-bgall {
  width: 1260px;
  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: 260px;
  margin-right: 40px;
  position: sticky;
  top: 94px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div .title span {
  font-weight: 400;
  font-size: 20px;
  color: #1A1B20;
}
.download-home .section .sec-bgall dl:nth-child(1) > div .title a {
  font-weight: 300;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/fda017ce1445bf630ffab332b837dc77.png) left center no-repeat;
  background-size: 14px auto;
  padding-left: 18px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value {
  width: 100%;
  margin: 5px 0;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value:hover > a,
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value.list-condition-checked > a {
  background: #487AFF url(https://static.yulevo.com/en-frontendcdn/assets/images/2a892d36ad76f5bcf0706ce6f6887a63.png) 210px center no-repeat;
  background-size: 19px 18px;
  color: white;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value.list-condition-checked .topic {
  display: flex;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value > a {
  font-weight: 300;
  font-size: 16px;
  color: #1A1B20;
  line-height: 44px;
  cursor: pointer;
  border-radius: 8px;
  background-position: 210px center;
  display: block;
  padding-left: 26px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic {
  flex-direction: column;
  padding: 12px 0;
  padding-left: 26px;
  display: none;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a {
  width: 100%;
  font-size: 16px;
  color: #1A1B20;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border: 1px solid #A0A6B9;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a:hover {
  color: #487AFF;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a.list-condition-checked {
  color: #487AFF;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a.list-condition-checked::after {
  border-color: #487AFF;
}
.download-home .section .sec-bgall dl:nth-child(1) > div dd .list-condition-value .topic a.list-condition-checked::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #487AFF;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.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: 300px;
  /* height: 360px; */
  background: white;
  box-shadow: 0 0px 24px 0 rgba(25, 60, 165, 0.15);
  overflow: hidden;
  margin-bottom: 30px;
  transition: all;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-right: 30px;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}
.download-home .section .sec-bgall dl:nth-child(2) dd:nth-child(3n) {
  margin-right: 0px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .icon {
  width: 48px;
  height: 48px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/005334db4e90bc73ed4bad8664eea44a.png) no-repeat;
  background-size: 100% auto;
  margin-top: 22px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: black;
  min-height: 28px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .label span {
  padding-right: 10px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text {
  flex: 1;
  padding: 20px 0 30px 0;
  box-sizing: border-box;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .title {
  font-weight: 300;
  font-size: 20px;
  color: #1A1B20;
  line-height: 32px;
  height: 100px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .text .size {
  font-weight: 200;
  font-size: 18px;
  color: #333;
  padding-top: 10px;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #487AFF;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all;
  transition-duration: 0.4s;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .button:hover {
  background-color: #487AFF;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .button:hover a {
  color: white;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/1bb95b8fae158e9ad62b14f24a387ecd.png) right center no-repeat;
  background-size: 22px auto;
}
.download-home .section .sec-bgall dl:nth-child(2) dd .button a {
  color: #487AFF;
  font-weight: 400;
  font-size: 18px;
  padding-right: 30px;
  background: url(https://static.yulevo.com/en-frontendcdn/assets/images/42fe994151d105449ea01f9f520f9fef.png) right center no-repeat;
  background-size: 22px auto;
}
.download-home .section .sec-bgall .list-btn {
  display: none;
  width: 178px;
  height: 50px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 24px;
  color: white;
  font-size: 18px;
  background-color: #487AFF;
  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;
}

