/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.activation-container {
    width: 100vw;
    height: 100vh;
    background: rgb(20, 84, 168);
}

.activation-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 330px;
    margin: -165px 0 0 -275px;
    background: #fff;
    border-radius: 6px;
}

.activation-wrap img {
    margin-bottom: 40px;
}

.activation-wrap .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
}

.activation-wrap .desc {
    font-size: 16px;
    text-align: center;
}

.main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F0F2F5;
	height: 100vh;
	text-align: center;
}

.main .content {
	position: relative;
	width: 1200px;
	height: 720px;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	padding: 40px;
}

.logo {
	position: absolute;
	left: 40px;
	top: 40px;
	text-align: left;
}

.main img {
	margin: 0 auto;
}

.main .title {
	color: #3E3E3E;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 600;
}

.login-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
html {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

button {
  border: none;
  background: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
  background: none;
}

input::placeholder {
  color: rgba(183,184,185,1);
}

.copyright {
  font-size:0.75rem;
  color:rgba(219,219,219,1);
  line-height:1.06rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  text-align: center;
}

.container {
  max-width: 85.19rem;
  min-height: 38.49rem;
  margin: 5rem auto;
  background: url("/images/background.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
}

.container.gray {
  background-image: url("/images/background-gray.png");
}

@media only screen and (max-width: 768px) {
  .container {
    background-image: url("/images/background-mobile.png");
    margin: 1rem auto;
  }

  .container.gray {
    background-image: url("/images/background-gray-mobile.png");
  }

  .copyright {
    display: none;
  }
}

.login-logo {
  margin-bottom:3.75rem;
  width: 9.83rem;
  height: auto;
}


.login {
  width: 23rem;
  margin: 7.65rem auto 0;
  text-align: center;
}

.login-mobile {
  display: flex;
  align-items: center;
}

.login-mobile .login-mobile-prefix {
  display: flex;
  align-items: center;
}

.login-mobile, .login-code {
  background: rgba(246,246,246,1);
  border-radius: 0.38rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding: 0.56rem 1rem;
}

.login-mobile-prefix {
  display: inline-block;
  color: rgba(63,70,76,1);
  line-height: 1.38rem;
}

.login-mobile-prefix::after {
  content: "";
  display: inline-block;
  margin: 0 0.63rem;
  width: 0.13rem;
  height: 0.81rem;
  background:rgba(206,206,206,1);
  border-radius:0.13rem;
}

.login-mobile-input, .login-code-input {
  line-height: 1.38rem;
  flex: 1;
}

.login-mobile-delete {
  height: 1rem;
  width: 1rem;
  float: right;
  background: url("/images/close.png") no-repeat;
  background-size: contain;
  margin-top: 0.29rem;
}

.login-code-button {
  color: rgba(0,104,182,1);
  line-height: 1.38rem;
  float: right;
  font-size:0.88rem;
  white-space: nowrap;
}

.login-code {
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}

.login-button {
  font-size: 1.3rem;
  line-height:1.5rem;
  padding: 0.44rem 0 0.56rem;
  text-align: center;
  background: rgba(0,104,182,1);
  border-radius: 0.38rem;
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .login {
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
    margin: 5.65rem auto 0;
  }

  .login-mobile {
    margin-bottom: 1.19rem;
  }

  .login-code {
    margin-bottom: 5rem;
  }
}

.newLogin-container {
    width: 100vw;
    height: 100vh;
    background: url("/images/login-bg.png") no-repeat center center;
    background-size: cover;
}

.login-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -380px;
    display: flex;
    align-items: center;
    height: 357px;
    width: 740px;
    border-radius: 12px;
    overflow: hidden;
}

.login-left {
    position: relative;
    background: rgba(15, 88, 214, .8);
    padding: 40px 30px;
    width: 300px;
    height: 100%;
}

.login-left .title {
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.login-left .logo {
    display: block;
    margin: 35px auto;
}

.login-left .desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 24px;
}

.login-left .ad-login {
    position: absolute;
    width: 240px;
    left: 30px;
    bottom: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.login-right {
    background: #fff;
    flex: 1;
    height: 100%;
    text-align: center;
    padding: 40px 45px;
}

.login-right .logo {
    width: 111px;
    height: 26px;
    background: url("/images/skf-logo.png") no-repeat center center;
    background-size: contain;
}

.check-icon {
    position: absolute;
    right: 45px;
    top: 46px;
    background: url("/images/check.png") no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
}

.login-right .title {
    color: #8E8E8E;
    font-size: 30px;
    text-align: left;
}

.form-wrap {
    margin-top: 70px;
}
.form-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-item:last-child {
    margin-bottom: 0;
}

.form-item .errorMsg {
    position: absolute;
    left: 0;
    bottom: -16px;
    color: red;
    font-size: 12px;
}

.form-input {
    flex: 1;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
}
.form-input.error-input {
    border-color: red;
}

.send-code-btn {
    width: 102px;
    height: 40px;
    background: #0F58D6;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin-left: 24px;
    cursor: pointer;
}
.send-code-btn.disabled {
    background: #EEEEEE;
    color: #9E9E9E;
    cursor: not-allowed;
}

.login-btn {
    height: 40px;
    background: #0F58D6;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    margin-top: 34px;
}

.noauth {
  max-width: 20.56rem;
  margin: 10.25rem auto 0;
  text-align: center;
}

.noauth-notify {
  width: 100%;
  height: auto;
}

.noauth-text {
  color: rgba(155,155,155,1);
  line-height: 1.38rem;
  margin-top: -1.38rem;
}

@media only screen and (max-width: 768px) {
  .noauth  {
    max-width: 100%;
  }
}

.toast {
  position: fixed;
  top: 40%;
  left: 25%;
  width: 50%;
  opacity: 1;
  animation: fadein 0.5s;
  text-align: center;
  display: none;
  background: black;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  z-index: 9999;
}

.toast.active {
  display: block;
}
