.code_main {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.code_containear {
  width: 3.1rem;
  height: 4.04rem;
  background: #f0f6ff;
  border: .02rem solid #ffffff;
  border-radius: .16rem;
  position: relative;
}

.close_btn{
  position:absolute;
  width:.3rem;
  height: .3rem;
  top:-.5rem;
  right:0rem;
  border-radius: 50%;
}

.code_btm_img,.code_btm_img1{              
  width:.23rem;        
  height: .22rem; 
  margin-bottom: .18rem;
}

.code_title {
  font-size: .18rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: .24rem;
}

.code_type {
  /* width: .76rem; */
  width:fit-content;
  padding: 0 .07rem;
  height: .18rem;
  background: #b6d6fe;
  border-radius: 0rem .13rem .13rem .13rem;
  font-size: .12rem;
  color: #1472FF;
  text-align: center;
  margin: 0 auto;
  margin-top: .06rem;
}

.code_image {
  width: 1.68rem;
  height: 1.68rem;
  background: #ffffff;
  border-radius: .1rem;
  margin: 0 auto;
  margin-top: .16rem;
  box-sizing: border-box;
  border: .06rem solid #ffffff;
}
.code1_img{
  width: 100%;
  height: 100%;
  border-radius: .08rem;
}
.code_bottom{
  height:1.06rem;
  font-size: .12rem;
  color: rgba(24,116,255,0.62);
  line-height: .16rem;
  display: flex;
  justify-content:space-between;
  padding-left: .13rem;
  padding-right: .13rem;
  align-items: center;
}
.code_btm{
  width:.84rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: .1rem;
}
.code_arrow{
  margin-top: -.03rem;
  img{
      width: .08rem;
      height: 0.13rem;
  }
}
.code_hint{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .24rem;
}
.code_hint span{
  width: .33rem;
  height: .01rem;
  background: #b6d6fe;
  display: block;
}
.code_hint span:last-child{
  margin-left: .1rem;
}
.code_hint span:first-child{
  margin-right: .1rem;
}
.code_hint_txt{
  font-size: .14rem;
  color: #1472FF;
  line-height: .2rem;
}