/*顶部+返回*/
.gc-head {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 5rem;
  align-items: center;
  background: #000;
  z-index: 999;
  padding: 0 15px 10px 13px;
}
.gc-head__hd::after {
  position: absolute;
  content: "";
  left: 1.5rem;
  top: 1.5rem;
  display: inline-block;
  font-size: 0.53333333rem;
  background-image: url("/public/static/Index/img/property/fanhui.png");
  height: 1.4rem;
  width: 0.8rem;
  background-size: 100% 100% ;
  background-repeat: no-repeat;
}
.gc-head_cent {
  flex: 1;
  text-align: center;
  font-size: 0.45333333rem;
  color: #fff;
}
.gc-container {
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background: #1d1d1d;
  /*border-radius: 0.66666667rem;*/
  /*-webkit-border-radius: 0.66666667rem;*/
  /*border: 1px solid red;*/
}
.gc-container::before {
  /*position: fixed;*/
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ebecf2;
  z-index: 1;
}
.gc-register .accout-h1 {
 position: relative;
    font-size: 1.3rem;
    color: #fff;
    padding: 1.5rem;
}
.gc-register .cell {
 padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    color: #333333;
}
.gc-register .cell.last-child {
  /*padding-left: 0.53333333rem;*/
  /*padding-right: 0.53333333rem;*/
  padding-bottom: 0.26666667rem;
}
.gc-register .cell-label {
 color: #fff;
    font-size: 1rem;
    padding-bottom: 1rem;
}
.gc-register .cell-bd {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.gc-register .cell-bd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  transform-origin: 0 0;
  pointer-events: none;
  box-sizing: border-box;
  border: 0 solid #444444;
  border-bottom-width: 2px;
  right: 0;
}
.gc-register .cell-bd__input {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*font-size: 0.4rem;*/
}
.gc-register .cell-bd__input::-moz-placeholder {
  color: #b3b3b3;
}
.gc-register .cell-bd__input:-ms-input-placeholder {
  color: #b3b3b3;
}
.gc-register .cell-bd__input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.gc-register .cell-bd__code {
  padding: 3px 10px;
  color: #fffefe;
  font-size: 14px;
  background:linear-gradient(to right, #11c772, #00C791);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* 输入框里面的样式Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: blue!important;
  font-size: 14px;
}
input::-webkit-input-placeholder {
   /*Chrome/Safari*/
   color: #6E7070 !important;
 }
input::-moz-placeholder {
  /*Firefox*/
  color: #6E7070 !important;
}
input::-ms-input-placeholder {
  /*IE*/
  color: #6E7070 !important;
}
.weui-input{
  color: #fff;
}
.gc-register-foot {
  height: 6vh;
  width: 100%;
  background: #000;
}
