.think-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.think-banner .feature-banner-mask {
  background-image: linear-gradient(0deg, #002957 0%, #001d49 100%);
  opacity: 0.7;
}
.think-banner .feature-banner-img,
.think-banner .feature-banner-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.think-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%);
}
.think-banner .feature-banner-title-content h2 {
  margin-bottom: 20px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
}
.think-banner .feature-banner-title-content p {
  color: #666;
  font-size: 24px;
  line-height: 22px;
  opacity: 0.8;
}
.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;
}
.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;
}
.net-safety-container {
  padding: 45px 0 60px;
  background-color: #f9fafb;
}
.net-safety-container .download-center-tabSecurity {
  width: 1160px;
  margin: 0 auto;
  background: #f9fafb;
}
.net-safety-container .download-center-tabSecurity-content {
  width: 900px;
  min-height: 400px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.net-safety-container .download-center-tabSecurity-chart {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.net-safety-container .download-center-tabSecurity-chart li {
  width: 30px;
  height: 34px;
  padding: 5px 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.net-safety-container .download-center-tabSecurity-chart li:hover {
  color: #fff;
  background-color: #00a4c5;
  border-radius: 6px 6px 0 0;
}
.net-safety-container .download-center-tabSecurity-chart-selected {
  color: #fff;
  background-color: #00a4c5;
  border-radius: 6px 6px 0 0;
}
.net-safety-container .download-center-tabSecurity-show {
  padding: 0 28px;
  background-color: #fff;
}
.net-safety-container .download-center-tabSecurity-show dl {
  padding: 37px 0 28px;
  border-top: 1px solid #dcf0f5;
}
.net-safety-container .download-center-tabSecurity-show dl dt {
  margin-bottom: 14px;
  color: #666;
  font-weight: 500;
  font-size: 24px;
}
.net-safety-container .download-center-tabSecurity-show dl .download-center-tabSecurity-discription {
  margin-bottom: 14px;
  color: #666;
  font-weight: 500;
}
.net-safety-container .download-center-tabSecurity-show dl .download-center-tabSecurity-read {
  color: #1bacca;
}
.net-safety-container .download-center-tabSecurity-show dl img {
  width: 12px;
  height: 12px;
  padding-top: 2px;
}
.net-safety-container .download-center-tabSecurity-show .download-center-tabSecurity-title-letter {
  height: 101px;
  padding: 28px 0;
  border: none;
}
.net-safety-container .download-center-tabSecurity-show .download-center-tabSecurity-title-letter dt {
  color: #00a4c5;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.net-safety-container .download-center-tabSecurity-show .showTerms {
  display: block;
}
.net-safety-container .download-center-tabSecurity-show .offTerms {
  display: none;
}

