/*登录*/
.gc-accout {
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  background-size: 100% 100% ;
  background-repeat: no-repeat;
  /*background-position: left bottom;*/
}
.accout-log {
  width: 100%;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.log-img {
  width: 5rem;
  height: 6.5rem;
  border-radius: 1.2rem;
  /*-webkit-border-radius: 1.2rem;*/
  /*border: 3px solid #282828;*/
  background-image: url("/public/static/Index/img/share/logo.png");
  background-size: 100% 100% ;
}
.weui-cell:before {
  border-top: none;
}
.weui-label {
  width: 2rem;
}
.gc-accout .weui-cells_form {
  padding: 0 11%;
}
.gc-accout .weui-cell {
  border-bottom: 1px solid #333 ;
  padding: 21px 5px;
}
.gc-accout .weui-label > img {
  width: 1rem;
  height: 1rem;
}
.gc-accout .eyesImg {
  width: 0.32rem;
  height: 0.16rem;
}
.gc-accout .closeImg {
  width: .83rem;
  height: .83rem;
}
.gc-accout .eyes_ck {
  display: none;
}
.gc-accout .clickBtn {
  padding-top: 1rem;
}
.gc-accout .weui-btn {
  height: 0.96rem;
  line-height: 0.96rem;
  background-image: -webkit-linear-gradient(right, #1eeda5, #39efd2);
  background-image: -ms-linear-gradient(right, #1eeda5 0, #39efd2 100%);
  background-image: linear-gradient(to right, #1eeda5, #39efd2);
}
.gc-accout .form-inner {
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
}
.gc-accout .lt > a {
  text-align: left;
  color: #6e7070;
}
.gc-accout .rt > a {
  text-align: right;
  color: #6e7070;
}
.gc-accout .two_code {
  width: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.gc-accout .two_code > a {
  color: #05B586;
  font-size: 16px;
  font-size: 0.42666667rem;
}
/*注册*/
/*订单详情*/
