.icon-20 {
  font-size: 20px;
}
.icon-15 {
  font-size: 15px;
}
.icon-10 {
  font-size: 10px;
}
.float-left {
  float: left;
}
.inline-box {
  float: left;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.hidden {
  display: none;
}
.color-success {
  color: #8BC34A !important;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: #ffffff;
  font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  width: 100%;
  height: 100%;
}
input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #aab2bd;
  /* placeholder字体大小  */
  font-size: 14px;
  font-weight: 400;
  /* placeholder位置  */
  text-align: left;
}
#app {
  width: 100%;
  height: 100%;
}
/**
** 2019-7-18 改版
**/
input {
  filter: none;
}
input:-webkit-autofill,
input:-webkit-text-fill-color,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/**
** 滚动条样式
**/
::-webkit-scrollbar {
  width: 6px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #dddddd;
}
/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
  background-color: #ffffff;
}
/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  background: #ffffff;
}
.revision_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  min-width: 800px;
  width: 100%;
  min-height: 100%;
  margin: auto;
  background: url(/static/images/bgMax.f3e6f02.jpg) no-repeat center #293744;
  background-size: cover;
}
.revision_box .revision_body {
  position: relative;
  max-width: 760px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.revision_box .revision_body .revision_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
}
.revision_box .revision_body .revision_title .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 100px;
  height: 30px;
}
.revision_box .revision_body .revision_title .logo p {
  display: inline-block;
  border-left: 1px solid #C8CFD6;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 24px;
  vertical-align: middle;
  color: #ff9310;
}
.revision_box .revision_body .revision_title span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.revision_box .revision_body .revision_title span a {
  color: #FF9310;
  text-decoration: none;
}
.revision_box .revision_body .revision_bottom {
  margin-top: 100px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 19px;
  text-align: center;
}
@keyframes shakeError {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0.375rem);
  }
  30% {
    transform: translateX(-0.375rem);
  }
  45% {
    transform: translateX(0.375rem);
  }
  60% {
    transform: translateX(-0.375rem);
  }
  75% {
    transform: translateX(0.375rem);
  }
  90% {
    transform: translateX(-0.375rem);
  }
  100% {
    transform: translateX(0);
  }
}
.language-switcher {
  position: absolute;
  right: 10px;
  top: 60px;
}
.language-switcher .trigger {
  font-size: 20px;
  cursor: pointer;
}
.language-switcher .language-list-wrapper {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 100px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.language-switcher .language-list-wrapper ul li {
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  padding: 3px 5px;
  cursor: pointer;
}
.language-switcher .language-list-wrapper ul li .prefix {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
.language-switcher .language-list-wrapper ul li:hover {
  background: #f78e12;
  color: #ffffff;
}
.language-switcher .language-list-wrapper ul li.selected {
  background: #f78e12;
  color: #ffffff;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 20px;
}
.v--modal-overlay[data-modal="user-agreement"] .v--modal-box {
  margin: 20px 0;
}
.modal-button-group {
  width: 150px;
  margin: 10px auto;
}
.modal-button-group button {
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #ff9310;
}
.modal-button-group button[disabled] {
  background: #ccc;
}
.modal-button-group button[disabled]:hover {
  cursor: not-allowed;
  background: #ccc;
}
.modal-button-group button:hover {
  cursor: pointer;
  background: #ffaa43;
}
.revision_box .revision_body {
  max-width: 600px;
  margin: 50px;
}
.revision_box .revision_bottom {
  margin-top: 50px;
}
.register {
  width: 600px;
  max-height: 600px;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 4px;
  padding: 40px 0;
}
.register h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  text-align: center;
}
.register form {
  margin: 40px auto 0 auto;
  padding: 0 80px;
}
.register form .form_border {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.register form .form_border .like-input-readonly {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  border-bottom: 2px solid #C8CFD6;
  padding: 10px 0;
  cursor: default;
}
.register form .form_border .inline-box {
  margin: 0 0 0 20px;
}
.register form .form_border .inline-box:first-child {
  margin: 0;
}
.register form .form_border.validate-error input {
  animation-name: shakeError;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  border-bottom: 2px solid #FF0000;
}
.register form .form_border.validate-error input:focus {
  border-bottom: 2px solid #FF0000;
}
.register form .form_border.validate-error .error-tip {
  display: block;
  color: #FF0000;
}
.register form .form_border .error-tip {
  display: none;
}
.register form .form_border p {
  font-size: 14px;
  color: #6c7185;
}
.register form .form_border input {
  outline: none;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #C8CFD6;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}
.register form .form_border input:focus {
  border-bottom: 2px solid #FF9310;
}
.register form .form_border .input-suffix {
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 40px;
}
.register form .form_border .sso-icon {
  color: #C8CFD6;
  cursor: pointer;
  font-weight: bold;
}
.register form .form_border .sso-icon.sso-icon-eyeopen {
  color: #ff9310;
}
.register form .form_border a {
  font-size: 14px;
  color: #4AB2D9;
  text-decoration: none;
}
.register form .Agreement p {
  display: inline;
  font-size: 14px;
  color: #333333;
}
.register form .Agreement p span {
  cursor: pointer;
  color: #4AB2D9;
  text-decoration: underline;
}
.register form .btn {
  margin-top: 49px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #ff9310;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.register form .btn:hover {
  cursor: pointer;
  background: #ffb86f;
}
.register form .btn.btn-disabled {
  background: #DDE2E8 !important;
}
.register form .text {
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  text-align: center;
  margin: 40px 0;
}
.register form .text a {
  display: block;
  padding-bottom: 10px;
  color: #ff9310;
}

