/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* media */
.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.normal-text {
  color: #3F3F3F; }

.container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-family: Helvetica,"MicroSoft YaHei"; }

.active-status:active {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex .flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.hide {
  display: none; }

.show {
  display: block; }

.show-inline {
  display: inline-block; }

.btn {
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 4px 8px; }

.active_status {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .active_status:active {
    background: rgba(0, 0, 0, 0.2); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.center-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%; }

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.btn {
  display: inline-block;
  line-height: 36px;
  border-radius: 40px;
  font-size: 15px;
  color: #b9c1d6;
  border-color: #b9c1d6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn.default {
    color: #3F3F3F;
    border-color: #3f3f3f; }
  .btn.dark {
    color: #fff;
    background: #3F3F3F; }
  .btn.darken {
    background: #9B9B9B;
    color: #fff; }
  .btn:active {
    opacity: 0.4; }

html, body {
  height: 100%;
  width: 100%; }

/*.login-yuejie {
  width: 240px;
  font-size: 12px; }*/
  .login-yuejie {
  width: auto;
  font-size: 18px; }
  .login-yuejie input, .login-yuejie select {
    width: 100%;
    height: calc(100% - 10px);
    outline: none;
    padding-left: 8px;
    border: none;
    /*-webkit-appearance: none;*/
    -webkit-tap-highlight-color: transparent;
    background: transparent; }
    .login-yuejie select {
      width: auto;
    }
  .login-yuejie .flex {
    line-height: 45px; }
    .login-yuejie .flex.phone-input {
      border-bottom: 1px solid #ECEEF3;
      padding-top: 10px; }
      .login-yuejie .flex.phone-input img {
        width: 10px;
        height: 17px;
        margin-top: 15px; }
    .login-yuejie .flex.verify-input {
      border-bottom: 1px solid #ECEEF3;
      padding-top: 10px; }
      .login-yuejie .flex.verify-input img {
        width: 14px;
        height: 15px;
        margin-top: 15px; }
      .login-yuejie .flex.verify-input .verify-box {
        text-align: right; }
      .login-yuejie .flex.verify-input .btn {
        font-size: 18px;
        font-family: PingFangSC;
        font-weight: 400;
        color: #b9c1d6;
        border-color: #b9c1d6;
        line-height: 26px;
        border-radius: 20px;
        color: #fff;
        background: #3F3F3F; }
        .login-yuejie .flex.verify-input .btn.geting {
          background-color: #fff;
          color: #B9C1D6; }
		  
		  
          .login-yuejie .flex.verify-input .btn.geting span {
            color: #000;
            margin-right: 5px; }
			
  .login-yuejie .login-btn-box {
    text-align: center;
    margin-top: 31px; }
    .login-yuejie .login-btn-box a.btn {
      display: inline-block;
      width: 100%;
      height: 60px;
      border-radius: 60px;
      font-size: 15px;
      color: #b9c1d6;
      border-color: #b9c1d6;
      line-height: 52px; }
      .login-yuejie .login-btn-box a.btn.verify-inputed {
        color: #fff;
        background: #3F3F3F; }
/*# sourceMappingURL=login.css.map */