* {
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 8.55rem;
  background-color: #f8f9fb;
}
#app {
  width: 100%;
  height: 100%;
}
header {
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  padding-left: 54px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
}
header .header-logo1 {
  width: 172px;
  height: 62px;
  background: url('../../static/image/logo.png') no-repeat center / 100% 100%;
}
header .header-logo2 {
  width: 172px;
  height: 62px;
  background: url('../../static/image/logo_qianhai.png') no-repeat center / 100% 100%;
}
header .title {
  font-size: 24px;
  color: #333333;
  padding-left: 20px;
}
.main {
  width: 100%;
  height: 100%;
  min-width: 1400px;
  position: relative;
  background-image: url('/front/saasbusiness/img/banner1.jpg'), url('/front/saasbusiness/img/banner2.jpg'), url('/front/saasbusiness/img/banner3.jpg'), url('/front/saasbusiness/img/banner4.jpg');
  background-position: 0 0, 0 33%, 0 66%, 0 99%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 25%, 100% 25%, 100% 25%, 100% 25%;
  overflow: hidden;
}
.main.tongxiang {
  background-image: url('../image/banner-tongxiang.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.main.huoju {
  background-image: url('../image/banner-huoju.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.banner {
  width: 8.38rem;
  position: absolute;
}
.banner .name {
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 1.58rem;
}
.banner .content {
  width: 100%;
  height: 3.78rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.banner .content p {
  width: 4rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.banner .content img {
  width: 6.84rem;
  height: 3.78rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
}
.banner .tipl {
  font-size: 0.12rem;
  color: #999999;
}
.login-form {
  width: 460px;
  position: absolute;
  top: 22%;
  right: 220px;
  background: url('../image/login-back.png') no-repeat;
  background-size: 100% auto;
  border-radius: 2px;
  padding: 40px 80px 50px;
  z-index: 50;
}
.login-form h3 {
  height: 37px;
  line-height: 37px;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.login-form .el-form-item {
  margin-bottom: 12px;
}
.login-form .el-form-item .el-form-item__content {
  line-height: 42px;
}
.login-form .el-form-item .el-form-item__content .el-input__inner {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #000000;
  border-radius: 0;
  border: 1px solid #EFEFEF;
}
.login-form .el-form-item .el-form-item__content .el-input__inner:focus {
  border-color: #036EB7;
}
.login-form .el-form-item .el-form-item__content .el-input__suffix {
  right: 0;
}
.login-form .el-form-item .el-form-item__content .el-button--primary {
  width: 100%;
  height: 0.54rem;
  font-size: 0.16rem;
  border-radius: 0;
}
.login-form .el-button--primary {
  background: #285bcf;
  border: 1px solid #285bcf;
}
.login-form .el-button--primary.is-disabled,
.login-form .el-button--primary.is-disabled:active,
.login-form .el-button--primary.is-disabled:focus,
.login-form .el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #94ade7;
  border-color: #94ade7;
}
.login-form .el-form-item.is-error .el-input__inner::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #FF4A4A;
}
.login-form .login-field .login-label {
  background-color: #f5f5f5;
  width: 114px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .login-field .login-label .login-icon {
  height: 0.18rem;
  width: auto;
  display: block;
}
.login-form .login-field .el-input__suffix {
  padding-top: 1px;
  padding-right: 1px;
}
.login-form .login-field .login-input {
  flex: 1;
  outline: none;
  border: 0.01 solid #EFEFEF;
  border-right: none;
  padding-left: 0.2rem;
  color: 0.2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.14rem;
}
.login-form .login-field.login-submit {
  margin-top: 32px;
  margin-bottom: 16px;
}
.login-form .login-field.login-submit .submit {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #0055AE 0%, #00B552 100%);
  cursor: pointer;
}
.login-form .login-field.login-submit .submit .el-input__inner {
  color: #FFFFFF;
  background-color: #419AB5;
  border-color: #419AB5;
  text-align: center;
  cursor: pointer;
}
.login-form .login-field.login-submit .submit .el-input__inner:hover {
  background-color: #33b1ce;
  border-color: #33b1ce;
}
.login-form .login-field.login-submit .submit .el-input__inner:active {
  background-color: #008daf;
  border-color: #008daf;
}
.login-form .pwd-close {
  background-position: -20px 0 !important;
}
.login-form .password-icon {
  position: absolute;
  display: inline-block;
  height: 12px;
  width: 20px;
  top: 15px;
  font-size: 20px;
  right: 8px;
  color: #bfcbd9;
  background: url('../../static/image/icon_password.png') no-repeat;
  background-size: 40px 12px;
  cursor: pointer;
}
.login-form .error-msg {
  height: 20px;
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  line-height: 20px;
  left: 0;
  color: #F56C6C;
}
.login-form .forget-pwd {
  height: 20px;
  text-align: right;
  position: relative;
}
.login-form .forget-pwd span {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  color: #036EB7;
  cursor: pointer;
}
.login-form .forget-pwd .el-link {
  font-size: 14px;
  color: #036EB7;
  font-weight: 400;
}
.login-form .forget-pwd .activate {
  position: absolute;
  left: 0px;
}
.platform-type {
  display: flex;
}
.platform-type li {
  list-style: none;
  flex: 1;
  height: 48px;
  line-height: 48px;
  text-indent: 60px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
}
.platform-type .skip {
  font-size: 18px;
  text-indent: 19px;
  font-weight: 500;
}
footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}
.app-download {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  padding-left: 145px;
}
.app-download:hover .app-code {
  display: block;
}
.app-download .scan {
  width: 48px;
  font-size: 0;
  background-image: linear-gradient(230deg, #0055ae 0%, #00b552 100%);
  box-shadow: -2px 0 8px 0 #547a87;
  border-radius: 3.33px;
  padding: 12px 12px 18px;
  cursor: pointer;
}
.app-download .scan img {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.app-download .scan .tip {
  width: 100%;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  writing-mode: vertical-lr;
  letter-spacing: 0.5em;
}
.app-download .app-code {
  display: none;
  background: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(189, 189, 189, 0.5);
  border-radius: 4px;
  position: absolute;
  left: -28px;
  top: 0px;
  padding: 11px 16px 8px;
}
.app-download .app-code img {
  width: 140px;
  height: 140px;
  margin-bottom: 6px;
}
.app-download .app-code p {
  font-size: 14px;
  color: #333333;
}
.tx-header {
  display: flex;
  align-items: center;
}
.tx-header .logo {
  height: 52px;
}
.header-title {
  margin-left: 4px;
}
.header-title p:nth-child(1) {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.header-title p:nth-child(2) {
  color: #000;
  font-size: 12px;
  opacity: 0.7;
}
.login-form .login-field.login-submit .tx-submit,
.app-download .tx-scan {
  background: #285bcf;
}
.login-form .forget-pwd.tx-forget {
  text-align: center;
}
.tab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 22px;
}
.tab div {
  display: inline-block;
  font-size: 14px;
  color: #6666;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.tab div:nth-child(2) {
  margin-left: 22px;
}
.tab .select {
  color: #009DC2;
  border-bottom: 2px solid #009DC2;
}
@media screen and (max-width: 1600px) {
  .login-form {
    top: 20%;
  }
}
