.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;
}
.apply-form-wrap {
  width: 667px;
  margin: 30px 0;
  padding: 30px 66px 28px 66px;
  border-left: 2px solid #dcf0f5;
}
.apply-form-title {
  margin-bottom: 41px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}
.apply-submit-btn {
  display: block;
  width: 100%;
  height: 58px;
  margin-top: 44px;
  color: white;
  font-size: 24px;
  background: #00a4c5;
  border: 1px solid #00a4c5;
  border-radius: 4px;
  cursor: pointer;
  transition: all;
  transition-duration: 0.5s;
}
.apply-submit-btn.btn-activity {
  background: #00A4C5;
  color: white;
}
.apply-submit-btn:focus {
  outline: none;
}
.apply-submit-btn:disabled {
  background: #b7bcc8;
}
.apply-submit-btn:hover {
  color: #fff;
  background: #00a4c5;
}
.apply-form-des {
  margin-top: 28px;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.input-item-old {
  font-size: 14px;
}
.input-item-old .input-container {
  display: flex;
  align-items: center;
  padding: 0 20px 0 8px;
  line-height: 24px;
  border-bottom: 2px solid #f3f3f3;
}
.input-item-old .input {
  flex: 1;
  width: 100%;
  height: 24px;
  padding: 20px 20px 24px 8px;
  color: #414652;
  font-size: 14px;
  line-height: 24px;
  border: none;
}
.input-item-old .input:focus {
  outline: none;
}
.input-item-old .input::placeholder {
  color: #c1c1c1;
  font-size: 14px;
}
.input-item-old .input-label {
  flex-shrink: 0;
  width: 97px;
  padding: 12px 0 16px 8px;
  color: #1a1b20;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.input-item-old .required-tag {
  flex-shrink: 0;
  padding: 12px 0 16px 8px;
  color: #c1c1c1;
}
.input-item-old .send-code {
  width: 106px;
  height: 30px;
  margin: -3px 0;
  color: #00a4c5;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  background: none;
  border: 1px solid #00a4c5;
  border-radius: 17px;
}
.input-item-old .send-code-btn {
  cursor: pointer;
  transition: all;
  transition-duration: 0.5s;
}
.input-item-old .send-code-btn:hover {
  background-color: #00A4C5;
  color: white;
}
.input-item-old .send-code-time {
  color: #c1c1c1;
  border-color: #c1c1c1;
}
.input-item-old .send-code:focus {
  outline: none;
}
.input-item-old .send-code:disabled {
  color: #c1c1c1;
  border-color: #c1c1c1;
}
.input-item-old .send-code:disabled:hover {
  background: none;
}
.input-item-old .send-code.hidden {
  display: none;
}
.input-item-old .input-error {
  height: 16px;
  margin-left: 115px;
  color: #e24d60;
  font-size: 12px;
  line-height: 16px;
}
.input-item-old.error .input-container {
  border-color: #e24d60;
}
.input-item-old .send-code-disabled {
  color: #c1c1c1;
  border-color: #c1c1c1;
}
.apply-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.apply-mask .apply-form-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.apply-mask .apply-form-container .apply-back {
  position: absolute;
  top: 18px;
  right: 18px;
}
.apply-mask .apply-form-container .apply-back:hover {
  cursor: pointer;
}
.apply-mask .apply-form-container .apply-form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1160px;
  margin: 0;
  padding: 60px 322px;
  background-color: #fff;
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/e66f0bf8a5235c25d9010c0dbef45856.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}
.apply-mask .apply-form-container .apply-form-title {
  margin-bottom: 0;
}
.apply-mask .apply-form-container .apply-form-consult {
  margin: 14px 0 90px;
  color: #666;
  font-size: 18px;
  text-align: center;
}
.apply-mask .input-box::placeholder {
  font-size: 14px;
}
.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;
}
.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://download.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://download.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://download.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://download.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;
}
.banner {
  width: 100%;
  height: 360px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/9d25ac4f2003200d4fbe80ca44d1f7a5.png) center top no-repeat;
  background-size: auto 360px;
  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: 168px 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-box {
  position: absolute;
  top: 134px;
  left: 490px;
}
.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 68px 0;
  background-color: white;
}
.details-content {
  display: flex;
  width: 1184px;
  padding-bottom: 80px;
}
.details-pic-border {
  position: relative;
  bottom: 75px;
  width: 251px;
  height: 319px;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.details-pic-border img {
  width: 219px;
  height: 287px;
}
.details-pic-border-video {
  position: relative;
  bottom: 50px;
  width: 288px;
  height: 190px;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.details-pic-border-video img {
  width: 270px;
  height: 166px;
}
.details-info {
  flex: 1;
  padding: 40px 0 0 0px;
}
.details-info-title {
  margin-bottom: 24px;
  color: #333;
  font-weight: 500;
  font-size: 24px;
}
.details-info-desc {
  width: 100%;
  padding: 0 0 36px 0;
  font-size: 0;
}
.details-info-desc .label {
  border-radius: 4px;
  border: 1px solid #B7E5EF;
  padding: 0 12px;
  font-weight: 400;
  font-size: 14px;
  color: #00A4C5;
  line-height: 16px;
  margin-right: 10px;
}
.details-info-desc .label.tagType {
  color: #FDB33C;
  border: 1px solid #FDB33C;
}
.details-info-desc .date {
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
}
.details-info-content {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.details-lbinfo {
  width: 100%;
  padding-bottom: 124px;
}
.details-lbinfo .lbinfo-body {
  width: 1184px;
  margin: auto;
  position: relative;
}
.details-lbinfo .lbinfo-body .lb-box {
  width: 1064px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 #F3F3F3;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/5a8a0a574cc9d7338d6899d147d26257.png);
  background-size: cover;
}
.details-lbinfo .lbinfo-body .lb-box li {
  height: 300px;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
}
.details-lbinfo .lbinfo-body .lb-box li .info {
  display: flex;
  align-items: center;
  height: 76px;
  justify-items: flex-start;
}
.details-lbinfo .lbinfo-body .lb-box li .info img {
  width: 76px;
  height: 76px;
  border-radius: 38px;
  object-fit: cover;
}
.details-lbinfo .lbinfo-body .lb-box li .info .name {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 28px;
  padding-left: 24px;
}
.details-lbinfo .lbinfo-body .lb-box li .info .zw {
  font-weight: 400;
  font-size: 14px;
  color: #1A1B20;
  line-height: 16px;
  padding-left: 18px;
}
.details-lbinfo .lbinfo-body .lb-box li .text {
  padding-top: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #1A1B20;
  line-height: 28px;
}
.details-lbinfo .lbinfo-body .lb-btn {
  width: 40px;
  height: 40px;
  background: #00A4C5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.details-lbinfo .lbinfo-body .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;
}
.details-lbinfo .lbinfo-body .lb-btn.btn-left {
  left: 0px;
}
.details-lbinfo .lbinfo-body .lb-btn.btn-left::after {
  transform: translateY(-50%) rotate(-135deg);
  right: 14px;
}
.details-lbinfo .lbinfo-body .lb-btn.btn-right {
  right: 0px;
}
.details-lbinfo .swiper-pagination {
  bottom: 20px;
}
.details-lbinfo .swiper-pagination-bullets {
  bottom: -50px;
  text-align: center;
  width: 100%;
  left: 0px;
}
.details-lbinfo .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 5px;
  opacity: 0.5;
  background-color: #666666;
}
.details-lbinfo .swiper-pagination-bullet-active {
  background: #00A4C5;
  opacity: 1;
}
.details-lbinfo .swiper-pagination-bullet-active::before {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  border: 1px solid #00A4C5;
  border-radius: 10px;
  content: '';
}
.details-lbpic {
  width: 100%;
  background: #F9FAFB;
  padding: 80px 0 120px 0;
}
.details-lbpic .lbpic-body {
  width: 952px;
  padding: 12px;
  box-sizing: border-box;
  margin: auto;
  background-color: rgba(0, 164, 197, 0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.details-lbpic .lbpic-body .lb-box {
  width: 720px;
  height: 970px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.details-lbpic .lbpic-body .lb-box li {
  width: 100%;
}
.details-lbpic .lbpic-body .lb-box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.details-lbpic .lbpic-body .lb-box .lb-btn {
  width: 40px;
  height: 40px;
  background: #F4F4F5;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.details-lbpic .lbpic-body .lb-box .lb-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 1.5px solid #00A4C5;
  border-right: 1.5px solid #00A4C5;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
}
.details-lbpic .lbpic-body .lb-box .lb-btn.btn-left {
  left: 24px;
}
.details-lbpic .lbpic-body .lb-box .lb-btn.btn-left::after {
  transform: translateY(-50%) rotate(-135deg);
  right: 14px;
}
.details-lbpic .lbpic-body .lb-box .lb-btn.btn-right {
  right: 24px;
}
.details-lbpic .lbpic-body .mini-box {
  width: 220px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
.details-lbpic .lbpic-body .mini-box img {
  width: 220px;
  height: 184px;
  margin-bottom: 12px;
  display: block;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  transition: all;
  transition-duration: 0.4s;
  cursor: pointer;
  object-fit: cover;
}
.details-lbpic .lbpic-body .mini-box img:last-child {
  margin-bottom: 0;
}
.details-lbpic .lbpic-body .mini-box img:hover,
.details-lbpic .lbpic-body .mini-box img.cur {
  border: 1px solid #EE7773;
}
.details-lbpic .lbpic-body .mini-box.pic-num-1 img,
.details-lbpic .lbpic-body .mini-box.pic-num-2 img,
.details-lbpic .lbpic-body .mini-box.pic-num-3 img {
  height: 290px;
}
.details-lbpic .lbpic-body .mini-box.pic-num-4 img {
  height: 233px;
}
.details-lbvideo .lbpic-body {
  width: 1184px;
  flex-direction: column;
}
.details-lbvideo .lbpic-body .lb-box {
  width: 100%;
  height: 655px;
}
.details-lbvideo .lbpic-body .mini-box {
  width: 100%;
  padding-top: 12px;
  padding-left: 0;
  flex-direction: row;
}
.details-lbvideo .lbpic-body .mini-box img {
  width: 223px;
  height: 150px !important;
  margin-right: 12px;
  margin-bottom: 0;
}
.details-lbvideo .lbpic-body .mini-box img:last-child {
  margin-right: 0;
}
.details-hot {
  width: 1184px;
  padding-top: 80px;
  margin: auto;
}
.details-hot .sec-title {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 28px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/66dab65346d856f5a7f4e7a91b1ac335.png) left center no-repeat;
  background-size: 30px auto;
  padding-left: 36px;
}
.details-hot .sec-bgall {
  width: 100%;
  margin: auto;
  padding-top: 38px;
}
.details-hot .sec-bgall dl {
  display: flex;
}
.details-hot .sec-bgall dl dd {
  width: 357px;
  height: 200px;
  background: white;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all;
  transition-duration: 0.4s;
  margin-left: 24px;
  cursor: pointer;
}
.details-hot .sec-bgall dl dd:hover {
  box-shadow: 0px 5px 10px 0px #F3F3F3;
}
.details-hot .sec-bgall dl dd:first-child {
  margin-left: 0;
}
.details-hot .sec-bgall dl dd .pic {
  width: 165px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.details-hot .sec-bgall dl dd .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.details-hot .sec-bgall dl dd .pic span {
  position: absolute;
  background: rgba(253, 179, 60, 0.3);
  font-weight: 400;
  font-size: 12px;
  color: #FDB33C;
  line-height: 24px;
  text-align: center;
  top: -30px;
  right: -42px;
  width: 100px;
  padding-top: 50px;
  transform: rotate(45deg);
}
.details-hot .sec-bgall dl dd .text {
  flex: 1;
  padding: 24px 16px;
  box-sizing: border-box;
}
.details-hot .sec-bgall dl dd .text .title {
  font-weight: 400;
  font-size: 16px;
  color: #1A1B20;
  line-height: 26px;
}
.details-hot .sec-bgall dl dd .text .label {
  padding-top: 6px;
  font-size: 0;
}
.details-hot .sec-bgall dl dd .text .label span {
  border-radius: 4px;
  border: 1px solid #B7E5EF;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  color: #00A4C5;
  height: 22px;
  box-sizing: border-box;
  line-height: 20px;
  margin-right: 8px;
  margin-top: 6px;
  display: inline-block;
}
.details-hot .sec-bgall dl dd .text .label span.tagType {
  color: #FDB33C;
  border: 1px solid #FDB33C;
}
.details-hot .sec-bgall dl dd .text .date {
  padding-top: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.details-hot .sec-bgall dl dd:nth-child(2) .pic span {
  color: #EE7773;
  background: rgba(238, 119, 115, 0.3);
}
.details-hot .sec-bgall dl dd:nth-child(3) .pic span {
  color: #00A4C5;
  background: rgba(0, 164, 197, 0.3);
}
.details-huati {
  width: 1184px;
  padding-top: 80px;
  margin: auto;
}
.details-huati .sec-title {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 28px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/b676237493193dae823e552fe4097e6c.png) left center no-repeat;
  background-size: 30px auto;
  padding-left: 36px;
}
.details-huati .sec-huati {
  display: flex;
  padding-top: 32px;
}
.details-huati .sec-huati a {
  width: 149px;
  height: 32px;
  line-height: 30px;
  border-radius: 24px;
  border: 1px solid #00A4C5;
  font-weight: 500;
  font-size: 14px;
  color: #00A4C5;
  background: linear-gradient(180deg, rgba(0, 164, 197, 0.1) 0%, #FFFFFF 50%);
  text-align: center;
  margin-right: 24px;
  position: relative;
}
.details-huati .sec-huati a:last-child {
  margin-right: 0;
}
.details-huati .sec-huati a::after {
  position: absolute;
  top: 32px;
  left: 0;
  height: 32px;
  background: linear-gradient(180deg, #00A4C5 0%, #FFFFFF 50%);
  border-radius: 16px 16px 16px 16px;
  opacity: 0.1;
  content: "";
  width: 100%;
}
.details-code {
  width: 100%;
  padding-top: 80px;
}
.details-code .code-body {
  width: 1184px;
  height: 164px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/38d25a77844ee9d9e6d42c8749b8f525.png);
  background-size: cover;
  display: flex;
  padding: 22px 32px;
}
.details-code .code-body .left {
  display: flex;
}
.details-code .code-body .left img {
  display: block;
  width: 118px;
}
.details-code .code-body .left .text {
  flex: 1;
  padding-left: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  padding-top: 30px;
}
.details-code .code-body .left .text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  display: block;
}
.details-code .code-body .right {
  flex: 1;
  padding-top: 22px;
}
.details-code .code-body .right .text {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: right;
}
.details-code .code-body .right .btn {
  text-align: right;
  padding-top: 18px;
  font-size: 0;
}
.details-code .code-body .right .btn span {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 16px;
  padding-right: 16px;
  padding-left: 42px;
  font-weight: 500;
  font-size: 18px;
  color: #00A4C5;
  background: white url(https://download.qingteng.cn/frontendcdn/www/assets/images/16fc0a76f4c03907af99b2c6948b18ff.png) 16px center no-repeat;
  background-size: 20px auto;
}
.details-code .code-body .right .btn span:nth-child(2) {
  background-image: url(https://download.qingteng.cn/frontendcdn/www/assets/images/39243b96200fad46edf37170f60f38eb.png);
  margin-left: 24px;
}
.details-btn {
  width: 396px;
  height: 58px;
  font-weight: 500;
  font-size: 24px;
  color: white;
  line-height: 56px;
  text-align: center;
  background: #00A4C5;
  border-radius: 8px;
  border: 1px solid #00A4C5;
  margin: auto;
  margin-top: 40px;
  display: block;
  box-sizing: border-box;
  transition: all;
  transition-duration: 0.4s;
}
.details-btn:hover {
  background-color: white;
  border: 1px solid #00A4C5;
  color: #00A4C5;
  cursor: pointer;
}

