[v-cloak] {
  display: none;
}

.register-form {
  /* margin-top: 30px; */
}

.uploaded-img-item {
  position: relative;
  float: left;
  width: 20%;
  max-height: 150px;
  margin-right: 15px;
}

.uploaded-img-item img {
  width: 100%;
  max-height: 150px;
}

.uploaded-img-item .icon-del {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
  background-color: #ccc;
}

.upload-wrap {
  position: relative;
  float: left;
  width: 20%;
  padding-top: 20%;
}

.upload-defalut-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ccc;
}

.upload-defalut-img::before {
  content: "";
  width: 60%;
  height: 10%;
  position: absolute;
  top: 45%;
  left: 20%;
  z-index: 1;
  background: #fff;
}

.upload-defalut-img::after {
  content: "";
  width: 10%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 45%;
  z-index: 2;
  background: #fff;
}

.upload-file-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
}

.vcode-input {
  display: inline-block;
  width: 40%;
}

.control-label.require::before {
  content: "*";
  color: red;
}

.success-tips {
  margin-bottom: 5px;
  font-size: 16px;
}

.installer-name {
  font-size: 18px;
}

.installer-version {
  margin-bottom: 5px;
}

.wx-qrcode {
  width: 30%;
  max-width: 250px;
}

.temp-address {
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.temp-address .btn-set-position {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-container {
  height: 200px;
}

.is-danger {
  color: #ff3200;
  border-color: #ff3200;
}

.temp-address .btn-default {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.layui-m-layer {
  position: relative;
  z-index: 19891014;
}

.layui-m-layermain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.layui-m-layershade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}

.layui-m-layermain {
  display: table;
  pointer-events: none;
}

.layui-m-layersection {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.layui-m-layerchild {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border-radius: pxTorem(8px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.layui-m-layercont {
  padding: 30px;
  font-size: 14px;
  text-align: center;
}

@-webkit-keyframes layui-m-anim-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes layui-m-anim-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.layui-m-anim-scale {
  animation-name: layui-m-anim-scale;
  -webkit-animation-name: layui-m-anim-scale;
}

.register-btn {
  width: 100%;
  height: 40px;
  font-size: 18px;
  margin-bottom: 40px;
}

.register-log {
  text-align: center;
}

.register-log>img {
  width: 100%;
  max-width: 750px;
}

.tip {
  margin-top: 10px;
}

.input-wrap {
  position: relative;
}

.input-wrap .icon-clear {
  position: absolute;
  top: 9px;
  right: 7px;
  z-index: 10;
  border-radius: 50%;
  background: #ccc;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.amap-sug-result {
  z-index: 10000;
}

.btn-certify {
  width: 100%;
  margin-bottom: 20px;
}