#app {
  min-height: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.grecaptcha-badge {
  display: none; }

.nullpointerror {
  color: #ff4949;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC !important; }

.loginInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #bfcfd9;
  color: #1f313d;
  font-size: inherit;
  height: 36px;
  line-height: 1;
  outline: 0;
  padding: 3px 10px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 93%; }

.tc-supl-login {
  background-color: #2962a3;
  height: 100%;
  width: 100%; }
  .tc-supl-login .bg {
    position: absolute;
    width: 1920px;
    height: 1080px;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -540px;
    z-index: 0; }
  .tc-supl-login .content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .tc-supl-login .content .head {
      margin: 20px auto 0;
      padding-bottom: 20px;
      max-width: 1200px; }
    .tc-supl-login .content .tc-logo {
      padding-left: 15px; }
    .tc-supl-login .content .tc-link {
      padding-right: 35px; }
      .tc-supl-login .content .tc-link a {
        display: inline-block;
        text-decoration: none;
        color: #feffff;
        font-size: 16px; }
        .tc-supl-login .content .tc-link a.btn-supplier-enter {
          visibility: hidden; }
          .tc-supl-login .content .tc-link a.btn-supplier-enter i {
            display: inline-block;
            background: url(../image/supplier_enter_icon.png) no-repeat;
            background-size: 100% 100%;
            width: 22px;
            height: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
        .tc-supl-login .content .tc-link a.btn-ly-home {
          margin-left: 45px; }
          .tc-supl-login .content .tc-link a.btn-ly-home i {
            display: inline-block;
            background: url(../image/home_icon.png) no-repeat;
            background-size: 100% 100%;
            width: 22px;
            height: 20px;
            vertical-align: -2px;
            margin-right: 7px; }
    .tc-supl-login .content .tc-cont {
      position: absolute;
      width: 1080px;
      height: 436px;
      top: 50%;
      left: 50%;
      margin-top: -218px;
      margin-left: -540px; }
    .tc-supl-login .content .tc-descri {
      color: #fff; }
      .tc-supl-login .content .tc-descri dt {
        font-size: 30px;
        margin-top: 30px;
        line-height: 76px; }
      .tc-supl-login .content .tc-descri dd {
        line-height: 46px;
        font-size: 19px; }
        .tc-supl-login .content .tc-descri dd i[class^='icon-'] {
          display: inline-block;
          height: 40px;
          width: 48px;
          vertical-align: middle;
          background: url(../image/login-icon.png) no-repeat center center; }
          .tc-supl-login .content .tc-descri dd i[class^='icon-'].icon-up {
            background-position: 0 8px; }
          .tc-supl-login .content .tc-descri dd i[class^='icon-'].icon-mge {
            background-position: 0 -34px; }
          .tc-supl-login .content .tc-descri dd i[class^='icon-'].icon-service {
            background-position: 0 -72px; }
    .tc-supl-login .content .tc-container {
      position: absolute;
      width: 310px;
      top: 0;
      right: 0;
      height: 300px;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 30px 60px;
      z-index: 99; }
      .tc-supl-login .content .tc-container .tit {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
        color: #333; }
      .tc-supl-login .content .tc-container .verifyImg img {
        width: 98px;
        height: 34px; }
      .tc-supl-login .content .tc-container .loginBtn {
        width: 100%; }
    .tc-supl-login .content .errorTips {
      color: #ff4949; }
    .tc-supl-login .content .f_company {
      text-align: center;
      color: #d4dbe7;
      font-size: 14px; }
    .tc-supl-login .content .foot {
      position: absolute;
      bottom: 20px;
      width: 100%;
      left: 0; }

.tc-supl-login .el-dropdown-link {
  cursor: pointer;
  color: #409EFF; }
.tc-supl-login .el-icon-arrow-down {
  font-size: 12px; }
.tc-supl-login .language {
  top: -26px;
  float: right; }

.i18n-opt-zh-cn {
  padding-left: 32px;
  background: url("../image/zh_cn.png") no-repeat left;
  background-size: 26px 16px; }

.i18n-opt-en {
  padding-left: 32px;
  background: url("../image/en.png") no-repeat left;
  background-size: 26px 16px; }

.loginInput.smsCodeInput {
  width: 50%; }

.sendCodeBtn {
  width: 40%; }

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .bg-video video {
    width: 100%; }

/*# sourceMappingURL=login.css.map */
