.topbanner{
  height: 6.12rem;
  background: url(../images/about-us.webp) no-repeat center center;
  background-size: 100%;
  padding-top: 3.4rem;
}

.topbanner .title{
  text-align: center;
  color: #fff;
  font-size: 0.96rem;
  font-family: Outfit-Bold;
}

.glorious-key{
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
}

.glorious-key .glorious-key-icon{
  width: 10.8rem;
  height: 9.76rem;
  background: url(../images/double-phone.png) no-repeat center center;
  background-size: 100%;
}


.glorious-key .remark{
  width: 11.28rem;
}

.glorious-key .min-logo{
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.32rem;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100%;
}

.glorious-key .title{
  color: #000;
  font-weight: bold;
  font-size: 0.84rem;
  line-height: 0.98rem;
  font-family: Outfit-Bold;
  margin-bottom: 0.32rem;
}

.glorious-key .remark{
  color: #333333;
  font-size: 0.4rem;
  line-height: 0.6rem;
  font-family: Outfit-Medium;
}

.glorious-key .glorious-key-left{
  padding-top: 0.92rem;
}

.tracking-box{
  width: 22.8rem;
  height: 8.56rem;
  background: #F1F1FA;
  margin: 0 auto;
  border-radius: 1.32rem 1.32rem 1.32rem 1.32rem;
}
.ourpeatures{
  padding-bottom: 2rem;
}
.ourpeatures dl{
  
  height: 100%;
}
.ourpeatures .tracking-box{
  margin-bottom: 0.96rem;
}
.ourpeatures .tracking-box dl{
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ourpeatures .tracking-box dt{
  width: 9.08rem;
}

.ourpeatures .tracking-box dt div{
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: .48rem;
}

.ourpeatures .tracking-box dt p{
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.48rem;
}

.ourpeatures .tracking-box dd{
  width: 8.4rem;
  height: 6rem;
  background: url(../images/round-shard.png) no-repeat center center;
  background-size: 100%;
}

.ourpeatures-bottom dl{
  display: flex;
  justify-content: space-between;
}

.ourpeatures-bottom{
  padding: 0 3rem;
}
.ourpeatures-bottom dl dt,
.ourpeatures-bottom dl dd{
  width: 11rem;
  height: 5.08rem;
  background: #F1F1FA;
  border-radius: 1.32rem 1.32rem 1.32rem 1.32rem;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ourpeatures-bottom dl dt div,
.ourpeatures-bottom dl dd div{
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.48rem;
}

.ourpeatures-bottom dl dt p,
.ourpeatures-bottom dl dd p{
  font-family: Outfit-Regular;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.48rem
}