/* 图片 */
.log-banner {
  width: 100%;
  height: 620px;
  background: url('../img/asset_banner.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.log-banner .title {
  font-size: 48px;
  margin-bottom: 50px;
  padding-top: 200px;
}
.log-banner .desc {
  font-size: 20px;
  margin-top: 20px;
}
.banner-button-wrap {
  width: 128px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: 80px;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  border: 1px solid #fff;
  padding-right: 20px;
}
.banner-button-wrap .tit {
  display: block;
  float: left;
  width: 128px;
  text-align: center;
}

.banner-button-wrap:hover {
  width: 262px;
  text-align: center;
  border: 1px solid #387df4;
  color: #387df4;
  transition: 0.3s;
}

/* 介绍 */
.assess-content-1 {
  height: 625px;
  background: #f0f8fe;
}
.assess-content-1 .tit {
  font-size: 32px;
  color: #333333;
  padding: 60px 0 30px;
}
.assess-content-1 .desc {
  line-height: 27px;
}
.assess-content-1 .desc span {
  color: #387df4;
}
.assess-content-1 .introduce-img {
  width: 808px;
  height: 366px;
  margin: 20px auto;
}
.assess-content-1 .introduce-img img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 核心功能 */
.web-content-2 ul li {
  width: 386px;
  height: 200px;
  border: 1px dashed #e9e9e9;
  padding: 40px 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.web-content-2 ul li .tit {
  font-size: 18px;
}
.web-content-2 ul li .desc {
  margin-top: 16px;
  font-size: 14px;
}
.web-content-2 ul li:hover {
  transform: translateY(-10px);
}
.web-content-2 ul li:nth-child(1) {
  background: url('../img/assess_img2.png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(2) {
  background: url('../img/assess_img3.png') no-repeat center;
  background-size: 100% 100%;
}
.web-content-2 ul li:nth-child(3) {
  background: url('../img/assess_img4.png') no-repeat center;
  background-size: 100% 100%;
}

.web-content-2 ul li .img {
  display: flex;
  align-items: center;
}
.web-content-2 ul li .img img {
  margin-right: 25px;
}

.web-content-2 ul li:nth-child(2) .tit {
  color: #ffffff;
  font-size: 18px;
  text-align: start;
}
.web-content-2 ul li:nth-child(2) .desc {
  color: #ffffff;
  font-size: 14px;
  text-align: start;
}

/* 产品优势 */
.global-content-3 {
  width: 100%;
  height: 485px;
  background: url('../img/global_img_bg1.png') no-repeat center;
  margin-top: 50px;
  overflow: hidden;
}

.global-content-3-tit {
  margin: 60px auto 40px;
}
.tpm-faq__item {
  padding: 0 40px;
  margin-bottom: 40px;
}
.tpm-faq__item-hd {
  position: relative;
  padding-right: 36px;
}
.tpm-faq__item-title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.tpm-faq__item-icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url('../img/sprite.Main-202203092003.svg');
  background-position: 95.47738693467338% 31.292517006802722%;
  background-size: 929.1666666666666% auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 100000000;
}
.tpm-faq__item.is-open {
  padding: 30px 40px 24px;
  background: #f3f5f8;
  box-shadow: inset 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
  border-radius: 4px;
}

.tpm-rich-text {
  display: none;
  line-height: 24px;
  font-size: 14px;
  color: #495770;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tpm-rich-text .ts-p {
  line-height: 24px;
  font-size: 14px;
}
.tpm-rich-text > :first-child {
  margin-top: 0 !important;
}
.tpm-faq__item.is-open .tpm-faq__item-icon {
  transform: rotate(45deg);
}
.tpm-faq__item.is-open .tpm-rich-text {
  display: block;
}

/* 应用场景 */
.global-content-4-main {
  padding: 40px 30px;
  background: #f6f6f6;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
}
.global-content-4-main .tit {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.global-content-4-main p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 10px 0 20px;
}
.global-content-4-img {
  display: block;
  width: 654px;
  height: 524px;
  margin: 0 auto 20px;
}

/* 用户价值 */
.global-content-5 {
  height: 680px;
  background: url('../img/user_value_bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 5px 0;
  margin-top: 60px;
}
.user-value-img {
  height: 477px;
  background: url('../img/security_user_value.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.user-value-img .item-desc-wrap {
  position: absolute;
  top: 0px;
  width: 294px;
}

.user-value-img .item-desc-wrap:nth-child(1) .tit {
  text-align: right;
  margin-bottom: 20px;
}

.user-value-img .item-desc-wrap:nth-child(2) .tit {
  text-align: left;
  margin: 0 0 20px 30px;
}
.user-value-img .item-desc-wrap:nth-child(2) {
  position: absolute;
  top: 40px;
  right: 0;
}

.user-value-img .item-desc-wrap:nth-child(3) .tit {
  text-align: left;
  margin: 0 0 20px 160px;
}

.user-value-img .item-desc-wrap:nth-child(3) {
  position: absolute;
  top: 335px;
  left: 0;
}
.user-value-img .item-desc-wrap:nth-child(4) .tit {
  text-align: left;
  margin: 0 0 20px 10px;
}

.user-value-img .item-desc-wrap:nth-child(4) {
  position: absolute;
  top: 345px;
  right: 0;
}

@media only screen and (max-width: 1440px) {
  .assess-content-1 {
    height: 670px;
  }
  .web-content-2 ul li {
    width: 280px;
  }

  .user-value-img {
    transform: scale(0.8);
  }

  .user-value-img .item-desc-wrap {
    width: 200px;
    top: 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(1) .tit {
    margin-bottom: 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(2) .tit {
    margin: 0 0 20px 40px;
  }
  .user-value-img .item-desc-wrap:nth-child(2) {
    top: 60px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) .tit {
    margin: 0 0px 20px 70px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) {
    top: 324px;
  }
  .user-value-img .item-desc-wrap:nth-child(4) .tit {
    margin: 0 0 20px 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(4) {
    top: 334px;
  }
}
@media only screen and (max-width: 1280px) {
  .assess-content-1 {
    height: 630px;
  }
  .assess-content-1 .introduce-img {
    transform: scale(0.8);
  }
  .log-2-title {
    margin: 50px auto;
  }
  .web-content-2 ul li {
    width: 250px;
    padding: 30px;
    height: 180px;
  }

  .global-content-5 {
    height: 500px;
  }

  .user-value-img {
    height: 333px;
  }

  .user-value-img .item-desc-wrap {
    top: -10px;
  }

  .user-value-img .item-desc-wrap:nth-child(2) .tit {
    margin: 0 0 20px 10px;
  }

  .user-value-img .item-desc-wrap:nth-child(2) {
    right: -50px;
    top: 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) .tit {
    margin: 0 0 20px 70px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) {
    top: 224px;
  }

  .user-value-img .item-desc-wrap:nth-child(4) .tit {
    margin: 0 0 20px 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(4) {
    top: 234px;
  }
}
@media only screen and (max-width: 1024px) {
  .assess-content-1 {
    height: 570px;
  }
  .assess-content-1 .introduce-img {
    width: 565px;
    height: 256px;
  }

  .web-content-2 ul li {
    width: 200px;
    padding: 20px;
    height: 180px;
  }
  .web-content-2 ul li .tit {
    font-size: 16px;
  }
  .web-content-2 ul li .img img {
    margin-right: 15px;
  }

  .global-content-4-img {
    width: 523px;
    height: 419px;
  }

  .global-content-5 {
    height: 450px;
  }

  .global-content-5 .log-2-title {
    margin-bottom: 10px;
  }

  .user-value-img {
    height: 333px;
  }

  .user-value-img .item-desc-wrap {
    width: 180px;
    top: 0px;
  }

  .user-value-img .item-desc-wrap:nth-child(2) .tit {
    margin: 0 0 20px 30px;
  }

  .user-value-img .item-desc-wrap:nth-child(2) {
    right: -50px;
    top: 25px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) .tit {
    margin: 0 0 20px 50px;
  }

  .user-value-img .item-desc-wrap:nth-child(3) {
    top: 224px;
  }

  .user-value-img .item-desc-wrap:nth-child(4) .tit {
    margin: 0 0 20px 20px;
  }

  .user-value-img .item-desc-wrap:nth-child(4) {
    top: 234px;
  }
}
