* {
  margin: 0;
  padding: 0;
}

html {
  background: #F6FBFF;
}

.container {
  width: 100%;
  background-size: cover;
  height: 7.08rem;
  background-image: url('../img/bg.png');
}

.container .logo {
  width: 1.58rem;
  height: 0.48rem;
  padding-top: 0.44rem;
  padding-left: 0.3rem;
}

.content {
  width: 6.90rem;
  height: 8.34rem;
  background: linear-gradient(180deg, #D3E3FF 0%, #FFFFFF 11%, #FFFFFF 100%);
  box-shadow: 0rem 0.16rem 0.18rem 0rem rgba(28, 74, 185, 0.05);
  border-radius: 0.30rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .content-title {
  margin-top: 0.42rem;
  display: flex;
  align-items: center;
}

.content .content-title img {
  width: 0.20rem;
  height: 0.20rem;
}

.content .content-title .right {
  transform: rotate(180deg);
}

.content .content-title span {
  font-size: 0.32rem;
  font-weight: 600;
  color: #32312F;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}

.content .codebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.42rem;
}

.content .codebox .down {
  width: 0.36rem;
  height: 0.36rem;
}

.content .codebox .hhr {
  width: 2.86rem;
  height: 2.88rem;
  margin-top: 0.22rem;
}

.content .codebox .dashed {
  display: flex;
  align-items: center;
  margin-top: 0.50rem;
}

.content .codebox .dashed .xian {
  width: 2.30rem;
  border: 0.01rem dashed #BAC8D3;
  display: inline-block;
}

.content .codebox .dashed span {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}

.content .codebox .search {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.40rem;
  position: relative;
}

.content .codebox .search .wechat {
  display: flex;
  align-items: center;
}

.content .codebox .search .wechat span {
  font-size: 0.24rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 0.1rem;
  display: block;
}

.content .codebox .search .wechat img {
  width: 0.36rem;
  height: 0.36rem;
}

.content .codebox .search .search_img {
  width: 4.70rem;
  height: 0.68rem;
  margin-top: 0.40rem;
}


.content .codebox .search .shou {
  width: 1.36rem;
  height: 1.24rem;
  position: absolute;
  right: -0.60rem;
  bottom: -0.70rem;
}

.footer {
  width: 6.90rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0rem 0.16rem 0.18rem 0rem rgba(28, 74, 185, 0.05);
  border-radius: 0.30rem;
  margin: 0 auto;
  margin-top: 0.40rem;
  padding: 0.40rem 0.30rem;
  box-sizing: border-box;
}

.footer-head {
  display: flex;
  width: 6.30rem;
  height: 1.46rem;
  background: #F7F8FD;
  border-radius: 0.08rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}

.footer-head img {
  width: 0.24rem;
  height: 0.24rem;
}

.footer-head .num {
  width: 0.24rem;
  height: 0.24rem;
  border: 0.02rem solid #316EFF;
  border-radius: 50%;
  font-size: 0.16rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #316EFF;
  margin-right: 0.16rem;
  margin-top: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-head .list {
  display: flex;
}

.footer-head .step {
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
  display: block;
  margin-bottom: 0.1rem;
}

.footer-head .gery {
  font-size: 0.22rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  display: block;
}

.footer-con {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.40rem;
}

.footer-con img {
  width: 0.88rem;
  height: 0.88rem;
}

.footer-con div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-con div .title {
  font-size: 0.28rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 0.12rem;
}

.footer-con div .desc {
  font-size: 0.24rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 0.12rem;
}

.zhanwei {
  width: 100%;
  height: 2rem;
  background: #F6FBFF;
  margin-top: 0.20rem;
}