#all {
  width: 9.2rem;
  margin: 0 auto;
  margin-top: .73rem;
}

.title {
  display: flex;
  align-items: center;
}

.icon {
  width: .48rem;
  height: .48rem;
  margin-right: .093333rem;
  background: url(../img/icon_tips.png) no-repeat;
  background-position: 0% 80%;
  background-size: contain;
}

.tit {
  font-size: .426667rem;
  font-family: PingFang SC;
  color: #333;
}

.con {
  margin-top: .533333rem;
  padding: .44rem 0.35rem 3rem 0.3rem;
  background: #FFF;
  border-radius: .22rem;
  margin-bottom: 2rem;
}

.con p {
  color: #333;
  font-size: .373333rem;
  padding-bottom: .386667rem;
}

.bot {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background: #FFD43F;
  color: #282828;
  font-size: .426667rem;
  font-family: Microsoft YaHei;
}

#sure_zhuxiao {
  width: 9.2rem;
  margin-left: 0.4rem;
}

#sure_zhuxiao p {
  color: #333333;
  font-size: .373333rem;
  margin: 0.5rem 0;
}
input:disabled{
  -webkit-text-fill-color: #a8a8a8;
  -webkit-opacity: 1;
}
#zhuxiao_text,
#zhuxiao_password {
  width: 8.6rem;
  padding-left: 0.3rem;
  height: 1rem;
  background-color: #FFF !important;
  border: .026667rem solid #E5E5E5;
  border-radius: .2rem;
  margin-bottom: 0.35rem;
  font-size: .373333rem;
  display: flex;
  align-items: center;
}
#zhuxiao_password::-webkit-input-placeholder {
  font-size: .373333rem;
  color: #A8A8A8;
}

#zhuxiao_password::-moz-placeholder {
  font-size: .373333rem;
  color: #A8A8A8;
}

#zhuxiao_password::-moz-placeholder {
  font-size: .373333rem;
  color: #A8A8A8;
}

#zhuxiao_password::-ms-input-placeholder {
  font-size: .373333rem;
  color: #A8A8A8;
}
.sureXieYi {
  width: .42rem;
  height: .42rem;
  background-image: url(/aidiandu/public/login/img/icon_no.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  font-size: .32rem;
  margin-right: 0.16rem;
}

.input_text::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 0.32rem
}

.input_text:-moz-placeholder {
  color: #a8a8a8;
  font-size: 0.32rem
}

.input_text::-moz-placeholder {
  color: #a8a8a8;
  font-size: 0.32rem
}

.input_text:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 0.32rem
}

#zhuxiao_ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .373333rem;
}

.img_div {
  margin-top: 1.8rem;
  width: 2.026667rem;
  height: 2.026667rem;
}

.img_div img {
  width: 100%;
}

.btn {
  width: 3.386667rem;
  height: .88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .44rem;
  background-color: #FFD43F;
  color: #282828;
  margin-top: 1.3rem;
}

#zhuxiao_text {
  color: #a8a8a8;
  font-size: .373333rem;
}

.xiyi_iframe_bg {
  display: none;
  position: fixed;
  width: 10rem;
  height: 20rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: white;
}

#xiyi_iframe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.xieyi_back {
  position: fixed;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
  /* background-image: url('/common/img/icon_delete.png'); */
  background-repeat: no-repeat;
  background-size: 0.6rem 0.6rem;
  background-position: 50% 43%;
  z-index: 99999;
}