
.aip {
  width: 85%;
  min-height: 280px;
  background-color: #f5f5f5;
  border-radius:5px;
  padding: 10px;
}
.aip .content {
  padding: 10px 12px;
}
.aip .content .e1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.aip .content .e1 .btn {
  color: #41add6;
  font-size: 20px;
}
.aip .content .e2 {
  font-size: 13px;
  text-align: left;
}
.tips{
  color: #666;
  margin-bottom:15px ;
}
.inputbox{
  margin-bottom: 5px;
}
.inputbox button{
  margin-top: 15px;
}
.aip .van-cell{
  box-shadow: rgba(0, 0, 0, 0.151) 0 0 10px;
  border-radius: 5px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 35px;
}


.auth-info {
  width: 80%;
  min-height: 200px;
}
.auth-info-title {
  padding: 9px 0px 6px 6px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}
.auth-info-tips {
  font-size: 14px;
  margin: 6px 12px;
  text-align: left;
  color: #4c4c4c;
}
.auth-info-core {
  text-align: left;
  width: 85%;
  margin: auto;
  margin-bottom: 8px;
  font-size: 15px;
}
.auth-info-core .e1 {
  width: 80px;
  display: inline-block;
}
.auth-info-core .e2 {
  color: red;
}
.auth-info-btn {
  margin: 8px 15px;
}

