.page-content {
  padding: 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/login/loginBg.png");
  position: relative; }
  .page-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(3px); }
  .page-content .login-box {
    width: 1000px;
    margin: 0 auto;
    height: 450px;
    border-radius: 10px;
    background: inherit;
    box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1; }
    .page-content .login-box .login-box-pic {
      width: calc(100% - 350px);
      height: 100%;
      position: relative;
      background-color: transparent; }
      .page-content .login-box .login-box-pic img {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-content .login-box .login-box-form {
      width: 350px;
      height: 100%;
      padding: 20px 40px;
      position: relative;
      background-color: #FFFFFF;
      box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.14);
      border-radius: 10px; }
      .page-content .login-box .login-box-form .form-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 24px 0; }
      .page-content .login-box .login-box-form .form-tab {
        margin: 24px 0;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px; }
        .page-content .login-box .login-box-form .form-tab .select-span {
          background-color: #dae7f9;
          color: #387bd9; }
        .page-content .login-box .login-box-form .form-tab span {
          background-color: #f0f0f0;
          display: inline-block;
          font-size: 14px;
          height: 30px;
          line-height: 30px;
          border-radius: 30px;
          padding: 0 12px;
          color: #666666;
          cursor: pointer;
          user-select: none; }
      .page-content .login-box .login-box-form .form-con .item {
        padding-bottom: 15px;
        position: relative; }
        .page-content .login-box .login-box-form .form-con .item .itemInput {
          margin-top: 10px;
          width: 100%;
          height: 35px;
          line-height: 35px;
          border-radius: 35px;
          font-size: 14px;
          padding: 0 20px;
          border: 1px solid #cccccc;
          transition: all 0.3s; }
          .page-content .login-box .login-box-form .form-con .item .itemInput:hover {
            border: 1px solid #c0c4cc; }
          .page-content .login-box .login-box-form .form-con .item .itemInput:focus {
            box-shadow: none;
            border: 1px solid #387bd9; }
        .page-content .login-box .login-box-form .form-con .item .verify {
          width: 50%; }
        .page-content .login-box .login-box-form .form-con .item .verifyCode {
          width: 40%;
          border: none;
          background-color: #387bd9;
          color: #ffffff;
          height: 35px;
          border-radius: 35px;
          padding: 0 15px; }
        .page-content .login-box .login-box-form .form-con .item .error-info {
          display: none;
          font-size: 14px;
          color: #ff3600;
          position: absolute; }
      .page-content .login-box .login-box-form .form-con .error .itemInput {
        border: 1px solid #ff3600;
        animation: error 0.2s; }
        .page-content .login-box .login-box-form .form-con .error .itemInput:hover {
          border: 1px solid #ff3600; }
      .page-content .login-box .login-box-form .form-con .error .error-info {
        display: block; }
      .page-content .login-box .login-box-form .form-con .submit {
        width: 70%;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        border-radius: 40px;
        margin: 15px auto; }
      .page-content .login-box .login-box-form .form-con .WeChatCode {
        width: 60%;
        margin: 10px auto; }
        .page-content .login-box .login-box-form .form-con .WeChatCode img {
          width: 100%; }
      .page-content .login-box .login-box-form .form-con .WeChatTip {
        font-size: 14px;
        color: #666666;
        text-align: center; }
      .page-content .login-box .login-box-form .form-tip {
        margin-top: 40px;
        font-size: 14px; }
        .page-content .login-box .login-box-form .form-tip a {
          color: #999999; }
          .page-content .login-box .login-box-form .form-tip a:first-child {
            color: #387bd9; }
@keyframes error {
  0% {
    transform: translateX(0%); }
  25% {
    transform: translateX(-3%); }
  50% {
    transform: translateX(0%); }
  75% {
    transform: translateX(3%); }
  100% {
    transform: translateX(0%); } }

/*# sourceMappingURL=index.css.map */
.wechatReg-ewm {
  text-align:center;
}
.wechatReg-ewm img {
  max-width:240px;
  height:auto;
}
