input:-internal-autofill-selected {
  background-color: #fff;
  background-image: none;
  color: #000000;
}
@-webkit-keyframes autofill {
  to {
    color: #000;
    background: #fff;
  }
  from {
    color: #000;
    background: #fff;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/page/fonts/index-fonts/icomoon.eot?btp2ao');
  src: url('/page/fonts/index-fonts/icomoon.eot?btp2ao#iefix') format('embedded-opentype'), url('/page/fonts/index-fonts/icomoon.ttf?btp2ao') format('truetype'), url('/page/fonts/index-fonts/icomoon.woff?btp2ao') format('woff'), url('/page/fonts/index-fonts/icomoon.svg?btp2ao#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eyes:before {
  content: "\e900";
  color: #8d8d99;
}
.icon-eyesc:before {
  content: "\e901";
  color: #8d8d99;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form-control[readonly] {
  background-color: #fff;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
}
body {
  background-color: #0072f9;
  background-image: url(/page/image/index/bg@3x.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  transform-origin: 0 0;
}
#api-res-tip.api-res-tip {
  z-index: 9999;
  position: absolute;
  padding: 12px 12px 12px 14px;
  top: 169px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(147, 162, 187, 0.2);
  border-radius: 4px;
}
#api-res-tip.api-res-tip .icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
}
#api-res-tip.api-res-tip .icon.success {
  background-image: url(/page/image/index/success@3x.png);
}
#api-res-tip.api-res-tip .icon.warning {
  background-image: url(/page/image/index/warning@3x.png);
}
#api-res-tip.api-res-tip .tip-text {
  display: inline-block;
  padding-left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #24272E;
}
.disNone {
  display: none !important;
}
.disBlock {
  display: block !important;
}
.logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.logo img {
  width: 176px;
  height: 51px;
}
@keyframes hideUl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.other {
  position: absolute;
  top: 30px;
  right: 30px;
}
.other:hover ul {
  height: 150px;
  width: 130px;
  overflow: hidden;
  transition-duration: 0.45s;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.other .user-info {
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0px 10px 0 20px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(147, 162, 187, 0.2);
  border-radius: 10px;
}
.other .user-info .icon {
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(/page/image/login/head3@2x.png);
  background-position: center center;
  background-size: cover;
}
.other .user-info .name {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #235cf6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
  vertical-align: middle;
}
.other ul {
  position: relative;
  z-index: 99;
  width: 130px;
  height: 0;
  font-size: 0;
  overflow: hidden;
  transition: all 0.2s;
  background: #ffffff;
  box-shadow: 0px 7px 68px 0px rgba(20, 99, 254, 0.18);
  border-radius: 10px;
}
.other ul::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.other ul li {
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
}
.other ul li:hover {
  background: #f0f4ff;
}
.other ul li:hover span {
  color: #235CF6;
}
.other ul li.select span {
  color: #235CF6;
}
.other ul li.select:hover span {
  color: #235CF6;
}
.other ul li span {
  cursor: pointer;
  color: #555861;
  font-size: 14px;
  font-weight: bold;
}
.platform-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.platform-type ul {
  font-size: 0px;
  white-space: nowrap;
}
.platform-type ul:nth-of-type(2) {
  margin-top: 90px;
}
.platform-type ul li {
  display: inline-block;
  width: 260px;
  text-align: center;
}
.platform-type ul li .icon-container {
  cursor: pointer;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 12px 30px 0px rgba(143, 128, 255, 0.3);
  transform: scale(1, 1);
  transition: transform 0.2s ease;
}
.platform-type ul li .icon-container:hover {
  transform-origin: center center;
  transform: scale(1.12, 1.12);
  transition: transform 0.2s ease;
}
.platform-type ul li .icon-container.crm {
  background: linear-gradient(-45deg, #ffbd02 0%, #faec46 99%);
}
.platform-type ul li .icon-container.bpm {
  background: linear-gradient(-45deg, #3d32fe 0%, #149fff 100%);
}
.platform-type ul li .icon-container.appMgr {
  background: linear-gradient(-45deg, #ff3f40 0%, #ff53ba 100%);
}
.platform-type ul li .icon-container.dataMgr {
  background: linear-gradient(-45deg, #ff821f 0%, #ff9a15 100%);
}
.platform-type ul li .icon-container.lcnetMgr {
  background: linear-gradient(-45deg, #0f8dfd 0%, #38afff 100%);
}
.platform-type ul li .icon-container.lcajMgr {
  background: linear-gradient(-45deg, #ff49ef 0%, #ff9dd9 100%);
}
.platform-type ul li .icon-container.VR {
  background: linear-gradient(-45deg, #1ac404 0%, #45fb11 100%);
}
.platform-type ul li .icon-container.tms {
  background: linear-gradient(-45deg, #1ac404 0%, #45fb11 100%);
}
.platform-type ul li .icon-container.FS {
  background: linear-gradient(-45deg, #16b9ff 0%, #9263ff 100%);
}
.platform-type ul li .icon-container.permission {
  background: linear-gradient(-45deg, #8c8d8d 0%, #cacaca 100%);
}
.platform-type ul li .icon-container span.icon-big {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 80px;
  height: 80px;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0.5;
  border-radius: 50%;
}
.platform-type ul li .icon-container span.icon-small {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0.5;
  border-radius: 50%;
}
.platform-type ul li .icon-container span.img {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: cover;
}
.platform-type ul li .title {
  cursor: pointer;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.change-phone,
.reset-password {
  width: 974px;
  height: 600px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.change-phone .api-res-tip,
.reset-password .api-res-tip {
  position: absolute;
  padding: 12px 12px 12px 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(147, 162, 187, 0.2);
  border-radius: 4px;
}
.change-phone .api-res-tip .icon,
.reset-password .api-res-tip .icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
}
.change-phone .api-res-tip .icon.success,
.reset-password .api-res-tip .icon.success {
  background-image: url(/page/image/index/success@3x.png);
}
.change-phone .api-res-tip .icon.warning,
.reset-password .api-res-tip .icon.warning {
  background-image: url(/page/image/index/warning@3x.png);
}
.change-phone .api-res-tip .tip-text,
.reset-password .api-res-tip .tip-text {
  display: inline-block;
  padding-left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #24272E;
}
.change-phone .icon-close,
.reset-password .icon-close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -25px;
  right: -25px;
  background-position: center center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-color: #93a2bb;
  background-image: url(/page/image/index/close@3x.png);
}
.change-phone .icon-close:hover,
.reset-password .icon-close:hover {
  background-color: #7a91b5;
}
.auth .container-title {
  padding: 110px 0 90px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  color: #24272E;
}
.auth .descript {
  position: absolute;
  padding: 12px 0 0 355px;
  font-size: 18px;
  font-weight: bold;
  color: #F74555;
}
.auth .phone,
.auth .authCode {
  padding-left: 280px;
}
.auth .phone .title,
.auth .authCode .title {
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #24272E;
}
.auth .phone .getAuthCodeBtn,
.auth .authCode .getAuthCodeBtn {
  cursor: pointer;
  display: inline-block;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #235CF6;
}
.auth .phone .countDown,
.auth .authCode .countDown {
  display: inline-block;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #C8C9CC;
}
.auth .phone .countDown #chagePhoneCountDown,
.auth .authCode .countDown #chagePhoneCountDown {
  font-size: 18px;
  font-weight: 400;
  color: #235CF6;
}
.auth .phone input,
.auth .authCode input {
  display: inline-block;
  height: 50px;
  width: 320px;
  border: 1px solid #e0e4eb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #24272E;
}
.auth .phone input::placeholder,
.auth .authCode input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #C8C9CC;
}
.auth .phone input.onfocus,
.auth .authCode input.onfocus {
  border: 1px solid #1B68FF !important;
  background-color: #F6F9FC;
}
.auth .phone > div {
  display: inline-block;
  position: relative;
}
.auth .phone .icon-close-open {
  position: absolute;
  cursor: pointer;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 5px;
  font-size: 24px;
  z-index: 99;
}
.auth .password-tips {
  padding: 10px 0 30px 352px;
}
.auth .password-tips p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
}
.auth .password-tips p.wrong span {
  color: #FC5A44;
}
.auth .password-tips p.wrong span.true {
  color: #FC5A44;
}
.auth .password-tips p.wrong span.true:nth-of-type(1) {
  color: #FC5A44;
}
.auth .password-tips p span {
  display: inline-block;
  vertical-align: middle;
  color: #8D8D99;
}
.auth .password-tips p span.true {
  color: #24272E;
}
.auth .password-tips p span.true:nth-of-type(1) {
  color: #2ca3ff;
}
.auth .password-tips p span:nth-of-type(1) {
  font-family: DengXian;
}
.auth .authCode {
  margin-top: 20px;
}
.auth .btn-container {
  position: relative;
  padding-top: 90px;
  text-align: center;
}
.auth .btn-container .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: linear-gradient(90deg, rgba(44, 163, 255, 0.5) 0%, rgba(0, 113, 253, 0.5) 100%);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s;
  border: none;
}
.auth .btn-container .btn:hover {
  transform: translateY(-4px);
  transition-duration: 0.45s;
  transition: all 0.2s ease;
  box-shadow: 0px 8px 32px 0px rgba(20, 99, 254, 0.29);
}
.auth .btn-container .btn.true {
  background: linear-gradient(90deg, #2ca3ff 0%, #0071fd 100%);
}
.auth .btn-container .btn.btn-big {
  position: absolute;
  width: 320px;
  left: 354px;
}
