.registlogo {
  width: 100%;
  padding: 0 40%;
  min-height: 10px;
  margin-bottom: 5px;
}
.registlogo img {
  display: block;
  width: 100%;
}
.step {
  padding: 0 10px;
  margin-top: 20px;
  height: 40px;
}
.step h1 {
  text-align: center;
  letter-spacing: 15px;
  padding-left: 5px;
  font-weight: normal;
  color: #666;
  font-size: 28px;
  line-height: 40px;
}
.steps {
  margin-bottom: 50px;
}
.uploader .webuploader-pick {
  padding: 3px 6px;
  line-height: 32px;
  background-color: #1BA1BA;
}
.uploader .info {
  text-align: center;
}
.txtmy {
  height: 36px;
}
.city-select-wrap {
  z-index: 9999;
}
.reg-box .itemtw2 {
  position: relative;
  z-index: 10;
}
.reg-box .itemtw2 .focus {
  left: 0;
}
.reg-box .itemtw2 .focusind {
  line-height: 34px;
  height: 34px;
  position: absolute;
  top: 0px;
  left: 410px;
  width: 270px;
  padding: 0 5px;
  z-index: 3;
  font-weight: normal;
  font-size: 12px;
  color: #999;
}
.reg-box .itemtw2 .select-item {
  display: inline-block;
  line-height: 1px;
}
.reg-box .itemtw2 .city-picker-span {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
}
.email_pic {
  width: 100%;
  padding: 25px;
  text-align: center;
}
.email_pic img {
  width: 200px;
  margin-bottom: 15px;
}
.email_pic p {
  color: #1BA1BA;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.email_pic h4 {
  color: #666;
  line-height: 26px;
}
.email_pic h4 em {
  color: #FF8D20;
  margin: 0 5px;
  cursor: pointer;
}
.emailtext {
  width: 100%;
  text-align: left;
  padding: 5px 170px;
  margin-top: 50px;
}
.emailtext h5 {
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.emailtext li {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  list-style: disc;
}
.emailtext li em {
  color: #1BA1BA;
  margin-left: 5px;
  cursor: pointer;
}
.gologin{
  font-size:13px;
  color: #666;
}
.gologin a {
  color: #ff8d20;
  margin-left: 5px;
}
.btn-blue:hover {
  background-color: #1ba1ba;
  border-color: #1ba1ba;
  color: #fff;
}
.btn-gray {
  background-color: #1ba1ba;
  border-color: #1ba1ba;
  color: #fff;
}
.btn-gray:hover {
  background-color: #1ba1ba;
  border-color: #1ba1ba;
  color: #fff;
}
.register_form{
  width: 50%;
  margin: 0 auto;
}
.register_form .el-input__inner{
  background-color: #fff;
}
.other_option{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.security_code{
  position: relative;
}
.security_code_img{
  width: 40%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.verifyCodeImg{
  width: 100%;
  height: 40px;
  margin-bottom: 2px;
}
.el-upload__input{
  display: none !important;
}
[v-cloak]{
  display: none;
}
@media screen and (max-width: 900px) {
  body {
    min-width: 0;
  }
  .main {
    width: 100%;
    min-width: 0;
  }
  .f-mt10 {
     margin-top: 0;
  }
  .registlogo {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .registlogo img {
    display: inline-block;
    width: 160px;

  }
  .step h1 {
    text-align: center;
    letter-spacing: 10px;
    padding-left: 10px;
    font-weight: normal;
    color: #666;
    font-size: 28px;
    line-height: 40px;
  }
  .reg-box-pan {
    padding: 30px 20px 50px;
    width: 100%;
  }
  .reg-box .part1, .reg-box .part2, .reg-box .part3 {
     padding-left: 0;
    overflow: hidden;
  }
  .reg-box .item .item-ifo {
    position: relative;
    width: 100%;
  }
  .txt03 {
    width: 100%;
  }
  .reg-box .focus, .reg-box .focusa, .reg-box .error {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
  }
  .reg-box .verify_text .item-ifo .txt03 {
    width: 70% !important;
  }
  .reg-box .verify_text .item-ifo .btn-gray {
    width: 29% !important;
    margin-left: 1%;
  }
  .reg-box .btn-blue {
    font-size: 18px;
    height: 44px;
    line-height: 43px;
    padding: 0;
    width: 100%;
  }
  .required_text span.intelligent-label {
    display: none;
  }
  .required_text p.required {
    text-align: left;
    margin-top: 20px;
  }
  .regcon {
    width: 100%;
    left: 0;
    height: auto;
    margin-left: 0;
    margin-top: -180px;
    background: #fff;
    padding-bottom: 10px;
  }
  .apply_up_content {
    padding: 10px;
  }
  .regcon pre {
    border: 1px solid #B2B2B2;
    height: 240px;
    margin: 0;
    margin-bottom: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    resize: both;
    width: 100%;
    background: #fff;
    font-size: 12px;
    color: #333;
    line-height: 1.7em;
  }
  .m-sPopCon {
    min-width: 0;
  }
  .emailtext {
    padding: 0;
    padding-left: 10px;
  }



}



