@charset "UTF-8";
html, body, ul, li, ol, p, span, i, input, img, textarea, button, iframe, h1, h2, h3, h4, h5, h6, dl, dt, dd, td, th {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

i, address {
  font-style: normal; }

ol, ul {
  list-style: none; }

body {
  line-height: 1;
  font-weight: 400;
  font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; }

a {
  text-decoration: none;
  color: #333; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, b {
  outline: none;
  -webkit-text-size-adjust: none;
  font-weight: 400; }

article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, summary, time, mark, audio, video, svg, path, select, option {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/* input, select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;outline: none;} */
input:focus, textarea:focus, button {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

i, span, img, input, select {
  vertical-align: middle; }

::-webkit-file-upload-button {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* mixin */
/* mixin */
/* font*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer; }

input {
  background-color: transparent; }

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent; }

.hide{display: none;}

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.tab-bar {
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 61px;
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .tab-bar:before, .tab-bar:after {
    content: " ";
    display: table; }
  .tab-bar:after {
    clear: both; }

.tab-nav {
  display: inline-block;
  width: 158px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  text-align: center; }
  .tab-nav.active {
    color: #0e8ee7;
    border-bottom: 3px solid #0e8ee7; }

.tab-content {
  position: relative; }

.field-container {
  margin-left: auto;
  margin-right: auto;
  width: 316px; }
  .field-container:before, .field-container:after {
    content: " ";
    display: table; }
  .field-container:after {
    clear: both; }

.field-wr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 14px;
  background-color: #fafafa; }
  .field-wr:before, .field-wr:after {
    content: " ";
    display: table; }
  .field-wr:after {
    clear: both; }
  .field-wr.active {
    border: 1px solid #0e8ee7; }
  .field-wr.invalid {
    border: 1px solid #ff7575;
    background-color: #fff7f7; }
    .field-wr.invalid + .invalid-ui {
      height: 10px; }
  .field-wr .field-icon {
    float: left;
    width: 24px;
    height: 36px;
    margin-left: 10px; }
    .field-wr .field-icon.icon-user {
      background: url("../../images/login-pc/ico_login_un.png") center center no-repeat; }
    .field-wr .field-icon.icon-pw {
      background: url("../../images/login-pc/ico_login_pw.png") center center no-repeat; }
  .field-wr .field-input {
    float: left;
    width: 247px;
    height: 36px;
    padding-left: 16px;
    padding-right: 16px; }
  .field-wr .patern-word {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 14px;
    color: #ff7575;
    font-weight: normal;
    line-height: 14px; }
  .field-wr -webkit-input-placeholder {
    color: #999; }

.linkline {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 14px; }
  .linkline:before, .linkline:after {
    content: " ";
    display: table; }
  .linkline:after {
    clear: both; }
  .linkline a:hover {
    color: #0f9bff; }
  .linkline input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-right: 8px; }

.btn-login {
  width: 100%;
  margin-top: 20px;
  background-color: #0e8ee7;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 38px; }
  .btn-login:hover {
    background-color: #0f9bff; }
  .btn-login:active {
    background-color: #0e8ee7; }
  .btn-login.disabled {
    background-color: #f5f5f5;
    color: #ccc; }

/* 快捷登录*/
.quick-password {
  display: inline-block;
  width: 186px; }
  .quick-password .field-input {
    width: 120px; }

.btn-sendcode {
  width: 120px;
  margin-top: 30px;
  background-color: #0e8ee7;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  line-height: 38px; }
  .btn-sendcode:hover {
    background-color: #0f9bff; }
  .btn-sendcode:active {
    background-color: #0e8ee7; }
  .btn-sendcode.disabled {
    background-color: #f5f5f5;
    color: #ccc; }

/* 注册 */
.reg-field-container {
  margin-left: auto;
  margin-right: auto;
  width: 742px;
  padding-left: 24px;
  padding-right: 24px; }
  .reg-field-container:before, .reg-field-container:after {
    content: " ";
    display: table; }
  .reg-field-container:after {
    clear: both; }

.btn-wr {
  margin-left: auto;
  margin-right: auto;
  width: 316px; }
  .btn-wr:before, .btn-wr:after {
    content: " ";
    display: table; }
  .btn-wr:after {
    clear: both; }

.reg-field-wr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 14px; }
  .reg-field-wr:before, .reg-field-wr:after {
    content: " ";
    display: table; }
  .reg-field-wr:after {
    clear: both; }
  .reg-field-wr .field-name {
    float: left;
    width: 190px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 38px;
    text-align: right;
    padding-right: 24px; }
  .reg-field-wr .field-input {
    float: left;
    width: 316px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #fafafa; }
    .reg-field-wr .field-input.active {
      border: 1px solid #0e8ee7; }
  .reg-field-wr.invalid .field-input {
    border: 1px solid #ff7575;
    background-color: #fff7f7; }
  .reg-field-wr.invalid + .invalid-ui {
    height: 10px; }
  .reg-field-wr.active .field-input {
    border: 1px solid #0e8ee7; }
  .reg-field-wr.quickcode .field-input {
    width: 187px;
    margin-right: 10px; }
  .reg-field-wr.quickcode .btn-sendcode {
    margin: 0; }
  .reg-field-wr .patern-word {
    position: absolute;
    right: 20px;
    top: 3px;
    width: 156px;
    font-size: 14px;
    color: #cacaca;
    font-weight: normal;
    line-height: 16px; }
  .reg-field-wr .invalid-word {
    display: none; }
  .reg-field-wr.invalid .invalid-word {
    display: block;
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 503px;
    font-size: 14px;
    color: #ff7575;
    font-weight: normal;
    line-height: 14px; }
  .reg-field-wr ::-webkit-input-placeholder {
    color: #999; }

@-webkit-keyframes showon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes showon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.layer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1002;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -255px;
  margin-top: -145px;
  -webkit-animation: showon .2s ease-in;
  animation: showon .2s ease-in; }

.layer-content-wr {
  width: 510px;
  height: 290px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff; }

.layer-backward {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000; }

.layer-main-title {
  display: inline-block;
  margin-top: 86px;
  padding-left: 34px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background: url("../../images/login-pc/ico_pw_succeed.png") left center no-repeat; }

.btn-layer-certain {
  width: 178px;
  margin-top: 40px;
  background-color: #0e8ee7;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  line-height: 38px; }
  .btn-layer-certain:hover {
    background-color: #0f9bff; }
  .btn-layer-certain:active {
    background-color: #0e8ee7; }
  .btn-layer-certain.disabled {
    background-color: #f5f5f5;
    color: #ccc; }

.error{
	font-size: 14px;
    color: #ff7575;
    font-weight: normal;
    line-height: 14px;
    margin-top: 10px;
}

.btn-login img{ width: 20px;}