.about-box {
  position: relative;
  height: 6rem;
}
.secure-border {
  width: 4.55rem;
  height: 4.8rem;
  position: absolute;
  top: 0.25rem;
  right: 0;
  border: 0.02rem solid #E3322C;
  z-index: 1;
}
.secure-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.55rem;
  height: 4.8rem;
  position: absolute;
  top: 0.47rem;
  right: 0.22rem;
  z-index: 2;
}
.secure-container {
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 3;
  width: 5rem;
  height: 2.27rem;
  background: url(/img/about-secure/secure-title.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.52rem 2rem 0 0.36rem;
}
.container-title {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.22rem;
  padding-bottom: 0.16rem;
}
.container-detail {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
}
.secure-title {
  padding-top: 0.7rem;
  width: 3.79rem;
  height: 1.02rem;
  flex-shrink: 0;
  color: #272727;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.44rem;
  vertical-align: middle;
}
.secure-title .icon-arrow {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/img/about-secure/arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .about-box {
    position: relative;
  }
  .secure-border {
    width: 5.55rem;
    height: 5.8rem;
    position: absolute;
    top: 0.25rem;
    right: 0;
    border: 0.02rem solid #E3322C;
    z-index: 1;
  }
  .secure-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.55rem;
    height: 5.8rem;
    position: absolute;
    top: 0.47rem;
    right: 0.22rem;
    z-index: 2;
  }
  .secure-container {
    position: absolute;
    top: 2.8rem;
    left: 0;
    z-index: 3;
    width: 6.6rem;
    height: 2.6rem;
    background: url(/img/about-secure/secure-title.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.52rem 2rem 0 0.36rem;
  }
  .container-title {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.36rem;
    padding-bottom: 0.16rem;
  }
  .container-detail {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.34rem;
  }
  .secure-title {
    padding-top: 1rem;
    width: 4.79rem;
    height: 1.02rem;
    flex-shrink: 0;
    color: #272727;
    font-family: PingFang SC;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.52rem;
    vertical-align: middle;
  }
}
