.banner{
  width: 100%;
  box-shadow: rgba(0,0,0,.1) 0 0.5rem 0.5rem -0.5rem;
}
.titleContent{
  margin-top: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #34263C;
}
.title{
  font-size: 0.42rem;
  font-weight: bold;
}
.contentDesc{
  width: 8.8rem;
  margin-top: 0.36rem;
  font-size: 0.24rem;
  text-align: center;
  /* line-height: 0.4rem; */
}
.contentBox{
  margin: 0.3rem 2rem;
  display: flex;
  flex-direction: column;
}
.contentBoxMobile{
  display: none;
}
.itemBox{
  display: flex;
  margin-top: 0.4rem;
  justify-content: space-between;
  align-items: center;
}
.contentImg{
  width: 6.3rem;
}
.rightBox{
  width: 6.3rem;
}
.leftBox{
  width: 6.3rem;
}
.cont{
  width: 4.8rem;
  font-size: 0.3rem;
}
.footerTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D3D;
  font-size: 0.36rem;
  margin-top: 0.7rem;
}
.footerDescBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.footerDesc{
  width: 10.6rem;
  white-space: pre-line;
  color: #5A5A5A;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.5rem;
}
.download{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.46rem;
  margin-bottom: 1rem;
}
.downloadImg{
  width: 2.54rem;
}
.downloadImg:first-child{
  margin-right: 0.55rem;
}
.myImg{
  width: 100%;
}
#step{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer{
  max-width: 100%;
  border-top: 0.01rem solid #FCE9D8;
  padding-bottom: 0.5rem;
  margin: 0.5rem auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.18rem;
  background: #FCF3FF;
}
.footer-top{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 0.01rem solid #FCE9D8;
}

.ft-l{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ft-l-title{
  font-size: 0.18rem;
  font-weight: bold;
}
.ft-l-content{
  padding: 0;
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
}
.ft-l-item{
  display: flex;
  align-items: center;
  padding: 0.05rem 0;
  font-size: 0.16rem;
}
.ft-l-item img{
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
}
.ft-r{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ft-r>img{
  height: 1rem;
  width: 1rem;
}
.copy{
  text-align: center;
  font-size: 0.14rem;
  color: #333;
  padding: 0.1rem 0;
}
.bgImg{
  height: 3.6rem;
  background: url("../img/createBg.png") no-repeat center;
  background-size: 5.56rem 3.6rem;
}
.myNewBox{
  position: relative;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
}
.newBoxContent{
  width: 10.6rem;
  white-space: pre-line;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.5rem;
  position: relative;
  overflow: hidden;
}
.newBg{
  width: 100%;
  position: absolute;
  z-index: -1;
}
.newBoxContentTitle{
  font-size: 0.42rem;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .contentDesc{
    width: 80%;
  }
  .bgImg{
    height: 7.2rem;
    background: url("../img/createBg.png") no-repeat center;
    background-size: 11.12rem 7.2rem;
  }
  .contentBox{
    display: none;
    
  }
  .title{
    font-size: 1rem;
    font-weight: bold;
  }
  .contentBoxMobile{
    margin: 0.3rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .itemBoxMobile{
    display: flex;
    flex-direction: column;
    margin-top: 0.4rem;
    justify-content: space-between;
    align-items: center;
  }
  .contentImg{
    width: 100%;
  }
  .rightBox{
    width: 100%;
  }
  .leftBox{
    width: 100%;
  }
  .cont{
    width: 100%;
    font-size: 0.8rem;
  }
  .footerDesc{
    width: 80%;
    white-space: pre-line;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .contentDesc{
    font-size: 0.8rem;
  }
  .downloadImg{
    width: 35%;
  }
  .footer-top{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-top: 0.2rem;
    border-bottom: 0.01rem solid #FCE9D8;
  }
  .ft-l{
    width: 100%;
  }
  .ft-l-title{
    font-size: 1rem;
    font-weight: bold;
  }
  .ft-l-item{
    display: flex;
    align-items: center;
    padding: 0.05rem 0;
    font-size: 0.16rem;
  }
  .ft-l-item img{
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
  }
  .ft-l-item span{
    font-size: 0.8rem;
  }
  .ft-r{
    margin-top: 0.5rem;
  }
  .ft-r>img{
    height: 100%;
    width: 100%;
    margin: 0.5rem 0;
  }
  .footerTitle{
    display: flex;
    font-size: 1rem;
    margin-top: 0.7rem;
    font-weight: bold;
  }
  .copy{
    text-align: center;
    font-size: 0.8rem;
    color: #333;
    padding: 0.3rem 0;
  }
  .newBoxContent{
    width: 80%;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .newBg{
    display: none;
  }
  .newBoxContentTitle{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .myNewBox{
    background: url(../img/newBgMobile.png) no-repeat center;
    background-size: 100%;
    height: 15rem;
  }
}