html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.down-ios.hidden,
.down-android.hidden,
.appstore.hidden {
  display: none;
}
.inner-div {
  background-size: 780px, 729px;
  width: 100%;
  height: 100%;
  position: relative;
}

.normal-bg {
  background: #2e3236 url(./download-bg-logo-normal.png) no-repeat center center;
}

.slogan {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #c2cad7;
  width: 100%;
  position: absolute;
  top: 70%;
}
.download-icons {
  position: absolute;
  top: 75%;
  text-align: center;
  width: 100%;
}
.down-client {
  width: 96px;
  height: 90px;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  color: #c2cad7;
  background: url(./download-win.png) no-repeat center;
}
.down-ios,
.down-android {
  width: 100px;
  height: 90px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #c2cad7;
}
.down-ios {
  background: url(./iOS_n.png) no-repeat center;
}
.down-ios:hover {
  color: #fff;
  cursor: pointer;
  background: url(./iOS_h.png) no-repeat center;
}
.down-android {
  background: url(./android_n.png) no-repeat center;
}
.down-android:hover {
  color: #fff;
  cursor: pointer;
  background: url(./android_h.png) no-repeat center;
}
.app-img-container {
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  left: -10px;
  top: -115px;
  width: 0;
  overflow: hidden;
  background: #fff;
}
.arrow {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 78px;
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: none;
}
.success {
  width: 320px;
  height: 140px;
  background: #3a3e45;
  position: absolute;
  /*top: 375px;*/
  /*left: 800px;*/
  color: #fff;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
}

.fail {
  width: 320px;
  height: 140px;
  background: #3a3e45;
  position: absolute;
  /*top: 375px;*/
  /*left: 800px;*/
  color: #fff;
  display: none;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
}

.success #init-success {
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}

.fail #init-fail {
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}

.success .img-success {
  position: absolute;
  top: 40px;
  left: 140px;
}

.fail .img-fail {
  position: absolute;
  top: 40px;
  left: 140px;
}
.app-img-container li {
  display: inline-block;
  padding: 10px;
}
.down-ios:hover .app-img-container {
  width: 120px;
}
.down-android:hover .app-img-container {
  width: 120px;
}
.down-ios:hover .arrow {
  display: block;
}
.down-android:hover .arrow {
  display: block;
}
.ios_qr {
  width: 100px;
  height: 100px;
  background: url(./ios_qr.png) no-repeat center;
  background-size: cover;
}
.android_qr {
  width: 100px;
  height: 100px;
  background: url(./android_qr.png) no-repeat center;
  background-size: cover;
}
.down-client:hover {
  color: #fff;
  cursor: pointer;
  background: url(./download-hover-win.png) no-repeat center;
}
.win-logo,
.app-logo {
  width: 40px;
  height: 40px;
  margin: 17px 24px 13px auto;
}
.win-logo:hover {
  width: 40px;
  height: 40px;
  margin: 17px 24px 13px auto;
}
.down-text {
  height: 16px;
  cursor: pointer;
  margin: 0 auto;
  width: 96px;
  text-shadow: 0 0 5px rgba(0, 87, 159, 0.58);
  font-family: Arial, 微软雅黑;
  font-size: 12px;
}
.platform .disPlayNone {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
}
/**
 * 清除浏览器默认样式
 * 设置通用样式
 * 
 */
* {
  font-family: Arial, "微软雅黑";
  font-size: 12px;
}
body {
  font-size: 12px;
  font-family: "Arial";
  color: #000;
  overflow: hidden;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
ol,
ul {
  list-style: none;
}
a:active,
a:visited,
a:hover,
a:link {
  outline: 0;
  text-decoration: none;
}
span,
input,
label,
textarea,
a {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
textarea {
  overflow: auto;
}
iframe {
  overflow: hidden;
}
html,
body {
  min-width: 1380px;
  min-height: 768px;
  color: #000000;
  font-family: Arial, "微软雅黑";
  font-size: 12px;
  overflow: auto;
}
.hidden {
  display: none !important;
  opacity: 0;
}
.hidden-important {
  display: none !important;
}

/********登陆页面修改****************/
.wrap {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #27292d;
  overflow: hidden;
}
/* .wrap-download {
    background: url(./bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.wrap-retail {
    background: url(./retail_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.wrap .top {
  width: 1380px;
  /* height: 100%; */
  /* margin: 0 auto -160px; */
}
/* @media screen and (max-width: 1240px) {
    .wrap .top {
        width: 890px;
    }
} */
.wrap .top .header {
  color: #f5f5f5;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wrap .content .user-manual {
  position: relative;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap .content .user-manual img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.wrap .content .manual {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4cb2ff;
  padding-left: 32px;
  z-index: 1;
  cursor: pointer;
}
/* .wrap .top .main {
  position: relative;
  height: 80%;
}
.wrap .top .main .text {
  position: absolute;
  width: 430px;
  height: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
} */
.wrap .body {
  width: 1380px;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrap .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #f5f5f5;
}
.wrap .content .dss-info {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
  min-height: 160px;
}
.wrap .content .dss-info .dss-version {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.wrap .content .dss-info .dss-version .dss-platform {
  font-size: 52px;
  line-height: 60px;
}
.wrap .content .dss-info .dss-version .version {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 7px 10px;
}
.wrap .content .dss-info .dss-text {
  font-size: 24px;
  line-height: 30px;
  margin-top: 22px;
}
.wrap .content .platform {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}
.wrap .bot {
  position: absolute;
  bottom: 0px;
  width: 1380px;
  text-align: center;
  margin-bottom: 24px;
  color: #575c67;
}
/* .main .text .title {
  font-size: 52px;
  color: #fff;
}
.main .text .dash {
  margin: 30px 0;
  width: 30px;
  height: 3px;
  background-color: #535353;
}
.main .text .desc {
  position: absolute;
  font-size: 24px;
  color: #fff;
  width: 600px;
  z-index: 1;
}
.main .text .button {
  margin-top: 125px;
  width: 220px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(0deg, #009cff 0%, #40c4ff 100%);
  border-radius: 2px;
  cursor: pointer;
}
.main .text .button:hover {
  background-image: linear-gradient(0deg, #00b0ff 0%, #40c4ff 100%);
}
.wrap .top .main .animation {
  position: absolute;
  width: 740px;
  height: 522px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
} */
.wrap .animation {
  width: 740px;
  height: 522px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wrap .animation .animation-client {
  width: 100%;
  height: 100%;
}
/* @media screen and (min-width: 1240px) and (max-width: 1366px) {
  .wrap .animation {
    width: 620px;
    height: 437px;
  }
}
@media screen and (max-width: 1240px) {
  .wrap .animation {
    width: 470px;
    height: 332px;
  }
} */
.wrap .animation .animation-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap .animation .animation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform .platform-type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  margin-right: 32px;
  cursor: pointer;
  background-color: #3d424c;
  border-radius: 4px;
  position: relative;
}
.platform .mobile img {
  position: absolute;
  top: -6px;
  right: -9px;
}
.platform .platform-type:hover {
  background-color: #4cb2ff !important;
}
.platform .platform-type .platform-logo {
  background: no-repeat;
  width: 40px;
  height: 40px;
  /* margin: 30px auto 20px auto; */
}
.platform .platform-type .platform-text {
  height: 20px;
  width: 154px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #f5f5f5;
  position: absolute;
  bottom: -25px;
  left: 0px;
}
.platform .pc .platform-logo {
  background: url("./pc-h.png");
}
.platform .pc:hover .platform-logo {
  background: url("./icon_download-w.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.platform .mobile .platform-logo {
  background: url("./mobile-h.png");
}
.platform .mobile:hover .platform-logo {
  width: 100px;
  height: 100px;
  background: url("./iosandandroid.png");
  background-size: contain;
  margin: 5px;
}
.platform .mobile:hover img {
  display: none;
}
.platform .mobile:hover .qrcode-outbox {
  width: 110px;
  height: 110px;
  background-color: #f5f5f5;
  background-size: contain;
}
.platform .webclient .platform-logo {
  background: url("./web-h.png");
}
.platform .webclient:hover .platform-logo {
  background: url("./web-n.png");
}
.platform .retail .platform-logo {
  background: url("./retail_n.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.platform .retail:hover .platform-logo {
  background: url("./retail_h.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.wrap .mobile-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.wrap .retail-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.wrap .retail-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 444px;
  height: 437px;
  margin: auto;
  background-color: #3d424c;
  /* backdrop-filter: blur(6px); */
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .retail-popup .popup-close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  background: url("./close_h.svg");
  background-size: contain;
  cursor: pointer;
}
.wrap .retail-popup .popup-main {
  font-size: 14px;
  padding: 0;
  display: flex;
  align-items: start;
  color: #f5f5f5;
}
#exPopup .popup-main {
  display: flex;
  font-size: 14px;
  padding: 0;
  display: flex;
  color: #f5f5f5;
}
.wrap .mobile-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 444px;
  height: 437px;
  margin: auto;
  background-color: #3d424c;
  box-shadow: 0px 3px 6px 0px rgba(38, 44, 59, 0.2);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap .express-popup {
  height: 240px;
}
.wrap .express-popup .popup-main {
  padding: 50px 100px;
  font-size: 14px;
}
.express-popup .popup-main .main-text {
  vertical-align: super;
  width: 330px;
  display: inline-block;
  line-height: 22px;
}
.wrap .mobile-popup .popup-close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  background: url("./close_h.svg");
  background-size: contain;
  cursor: pointer;
}
/* .wrap .mobile-popup .popup-close:hover {
    background: url('./close-h.png');
} */
.wrap .mobile-popup .popup-title {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #000;
  padding-left: 25px;
}
.wrap .mobile-popup .popup-main .left-download {
  float: left;
  width: 300px;
  height: 125px;
  margin-top: 30px;
  padding-top: 25px;
  border-right: 1px solid #ccc;
}
.popup-main .left-download .download-box {
  width: 210px;
  height: 40px;
  margin: 0 auto 25px;
  background-color: #000000;
  border-radius: 2px;
}
.left-download .download-box .logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px 0 12px;
}
.left-download .apple .logo {
  background: url("./apple.png");
}
.left-download .andriod .logo {
  background: url("./android.png");
}
.left-download .download-box .text {
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  line-height: 40px;
}
.wrap .mobile-popup .popup-main .right-qrcode {
  float: left;
  width: 290px;
  margin-top: 10px;
  text-align: center;
}
.right-qrcode .title {
  font-size: 14px;
}
.right-qrcode .code-box {
  box-sizing: border-box;
  display: inline-block;
  width: 292px;
  height: 292px;
  padding: 13px;
  background-color: #f5f5f5;
}
.right-qrcode .code-box .code {
  width: 100%;
  height: 100%;
}
.mobile-popup .download-qrcode {
  width: 101px;
  height: 19px;
  font-size: 16px;
  line-height: 22px;
  color: #4cb2ff;
  cursor: pointer;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* .wrap .center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 310px;
  height: 470px;
}

.wrap .right {
  width: 100%;
  float: left;
  position: relative;
}
.wrap .right .tab {
  overflow: hidden;
}
.wrap .right .sign {
  margin-top: 40px;
}
.wrap .right .tab .sign-tab {
  float: left;
  width: 50%;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  background: #e0effa;
  color: #647f92;
  cursor: pointer;
}
.wrap .right .tab .sign-tab.tab-selected {
  color: #000;
  background: #fff;
} */

/* .login-type-box .selectlist {
  max-width: 310px;
  border: none;
}

.wrap .right .sign .login-input,
.login-type-box {
  height: 40px;
  border: none;
  margin: 0 auto;
  outline: none;
  display: block;
  font-size: 14px;
}
.wrap .right .sign .login-input {
  width: calc(100% - 75px);
  -moz-width: calc(100% - 75px);
  -webkit-width: calc(100% - 75px);
  margin-left: 44px;
}
.login-type-box {
  margin-bottom: 12px;
  box-sizing: content-box;
  background: #d2ecfd;
  padding: 0;
  width: 310px;
  position: relative;
}
.login-type-box .selectlist li {
  line-height: 40px;
  height: 40px;
}
.login-type-box label {
  height: 36px;
  border: none;
  margin: 0 auto;
  outline: none;
  display: block;
  font-size: 14px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 40px;
  padding-right: 12px;
}
.wrap .right .sign .login-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b2c5d2;
}
.wrap .right .sign .login-input::-moz-placeholder {
  text-align: left;
  color: #b2c5d2;
}
.wrap .right .sign .login-input:-ms-input-placeholder {
  text-align: left;
  color: #b2c5d2;
}
.wrap .right .sign .name-info:before,
.wrap .right .sign .pass-info:before {
  content: "";
  background: url(./login.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 12px;
  top: 13px;
}
.wrap .right .sign .name-info:before {
  background-position: -2px -194px;
}
.wrap .right .sign .pass-info:before {
  background-position: -25px -194px;
}
.wrap .right .sign .name-info.input-focus:before {
  background-position: -49px -194px;
}
.wrap .right .sign .pass-info.input-focus:before {
  background-position: -71px -194px;
}
.wrap .right .sign .remember {
  float: left;
  margin: -2px 0 18px 36.5px;
}
.wrap .right .sign .remember .rememText {
  display: inline-block;
  margin-left: 6px;
  color: #474747;
}
.wrap .right .sign .sign-btn {
  display: block;
  margin: 28px auto 0 auto;
  border: 1px solid #5fbcfa;
  background: #5fbcfa;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  position: relative;
  outline: none;
}
.wrap .right .sign .sign-btn:hover {
  background: #6fc3fc;
  border: 1px solid #6fc3fc;
}
.wrap .right .sign .sign-btn[disabled] {
  color: #8bc7ef;
}

.wrap .right .sign .sign-btn:active {
  outline: none;
}
.wrap .right .sign .sign-btn[disabled]:after {
  content: "";
  position: absolute;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  width: 20px;
  height: 40px;
}
.wrap .right .sign .forget-pass {
  margin-top: 26px;
  text-align: center;
  width: 100%;
}
.wrap .right .sign .forget-pass .forget-link,
.wrap .right .sign .forget-pass a {
  color: #c3e0ff;
  text-decoration: none;
}
.wrap .right .sign .forget-pass .forget-link:hover,
.wrap .right .sign .forget-pass a:hover {
  text-decoration: underline;
} */
/* .app-wraper {
  position: absolute;
  bottom: 105px;
  background: rgba(192, 202, 215, 0.23);
  filter: alpha(opacity=23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3Bc0cad7', endColorstr='#3Bc0cad7');
  width: 0;
  transition: width;
  display: block;
  height: 180px;
  border-radius: 3px;
  left: -108px;
} */

/* .appstore:hover .app-wraper {
  width: 320px;
}
.appstore:hover .little-down-trigle {
  display: block;
}

.little-down-trigle {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  left: 152px;

  border-top: 7px solid rgba(192, 202, 215, 0.23);
  filter: alpha(opacity=23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3Bc0cad7', endColorstr='#3Bc0cad7');
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -12px;
}
.app-img-box {
  float: left;
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.app-img-box .img {
  width: 140px;
  height: 140px;
  margin: 10px 10px 0 10px;
  display: inline-block;
}
.app-text-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}
.app-text-box span {
  width: 50%;
  height: 30px;
  float: left;
  line-height: 30px;
  color: #fff;
}
.appstore:hover .app-img-box {
  font-size: 0;
  width: 100%;
}
.appstore:hover .app-text-box {
  width: 100%;
}
.wrap .right .sign .input-info {
  position: relative;
  height: auto;
  background: #fff;
}
.wrap .right .sign .input-info .text-clear {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  background: url(images/sign-in/login.png) no-repeat -25px -170px;
  cursor: pointer;
} */

/**********CAPS LOCK**********************/
/* .wrap .right .sign .caps-lock {
  background: #fff6d2;
  border: 1px solid #ffe57d;
  box-sizing: border-box;
  width: 102px;
  height: 30px;
  line-height: 30px;
  color: #201f1a;
  text-indent: 22px;
  position: absolute;
  top: 35px;
  border-radius: 2px;
}
.wrap .right .sign .caps-lock:before {
  content: "";
  background: url(images/sign-in/login.png) no-repeat -48px -171px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 6px;
}
.wrap .right .sign .caps-lock:after {
  content: "";
  background: url(images/sign-in/login.png) no-repeat -97px -173px;
  width: 11px;
  height: 6px;
  position: absolute;
  top: -5px;
  left: 30px;
} */

/******验证规则***********/
/* .login-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #ff5555;
  text-align: center;
}
div.login-error label.error {
  width: 840px;
  margin: auto auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  float: left;
  margin-top: 10px;

  color: #fff;
  font-size: 16px;
  background: none;
  border: none;
  text-align: center;
  display: block;
  max-width: none;

  background: #ff5555;
}
div.login-error label.error:after,
div.login-error label.error:before {
  width: 0;
}
div.login-error label.error:nth-child(1) {
  z-index: 1;
}
div.login-error label.error:nth-child(2) {
  z-index: 2;
}
div.login-error label.error:nth-child(3) {
  z-index: 3;
} */

/* 忘记密码区 */
/* .turn-back {
  padding: 10px 18px 0 10px;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
}
.turn-back-arrow {
  background: url(images/sign-in/login.png);
  background-position: -73px -170px;
  width: 9px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.reset-pass-wrap {
  height: 314px;
}
.passQues {
  margin: 0 0 0 75px;
}
.passQues1,
.passQues2,
.passQues3 {
  max-width: 248px;
}
.passQue span {
  vertical-align: top;
}

.forget-pass-wrap .passQues .inputline {
  width: 295px;
}
.step-title.forget-pass-page {
  width: 540px;
}
.reset-pass {
  margin-top: 40px;
}
.passQue {
  margin: 40px 0;
}
.passQue:last-child {
  margin-bottom: 0;
}
.passQue:first-child {
  margin-top: 0;
}
.passque-msg {
  position: relative;
  height: 36px;
  line-height: 18px;
  padding: 0 18px;
  word-wrap: break-word;
}
.bottom-div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.bottom-div button {
  float: right;
}
.passque-error {
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  color: #f33f3f;
  padding: 0 18px;
  width: 100%;
  height: auto;
  line-height: 26px;
  max-width: 370px;
  text-align: center;
}
.sys-id {
  line-height: 40px;
  color: #a2a2a2;
  text-align: center;
}

.manageId,
.manage-id-title {
  font-size: 14px;
}
.pass-with-level-li {
  min-height: 50px;
}
.new-input-p {
  max-width: 259px;
  line-height: 18px;
  min-height: 30px;
}
.new-input {
  max-width: 259px;
}
.passLabel {
  font-size: 14px;
}
.userlist,
.login-type-box .selectlist {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 998;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.51);
  top: 42px !important;
}

.userlist-li,
.login-type-box .selectlist li {
  height: 37px;
  font-size: 14px;
  background: #d1eafc;
  color: #4a4a4a;
  line-height: 37px;
  cursor: pointer;
  border-bottom: none;
  margin: 0;
}
.userlist {
  background: #2d8fd1;
}
.userlist li {
  text-indent: 44px;
}
.userlist-li:first-child {
  margin-top: 2px;
}
.login-type-box .listselected {
  background: #d1eafc !important;
}
.login-type-box .selectlist li:hover {
  border-bottom: none;
  background: #c3e1f6;
}
.login-type-box .listselected:hover {
  background: #c3e1f6 !important;
}
.userlist-li:hover {
  background: #c3e1f6;
}

.name-info {
  outline: none;
  border-bottom: 1px solid #bdd0dc;
}
.name-info:focus {
  outline: none;
}
.login-type-box:after {
  content: "";
  background: url(./login.png) no-repeat -140px -127px;
  position: absolute;
  width: 10px;
  height: 6px;
  right: 14px;
  top: 17px;
  display: block;
}
.login-type-box.login-type-box-show:after {
  background-position: -140px -133px;
} */
/* #android_a {
    background: url(./android_qr.png) no-repeat;
	background-size: contain;
	-ms-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src= './android_qr.png', sizingMethod = 'scale');
	-ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src= '/ROOT/android_qr.png', sizingMethod = 'scale');
}
#iOS_a {
    background: url(./ios_qr.png) no-repeat;
    background-size: contain;
	-ms-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src= './ios_qr.png', sizingMethod = 'scale');
	-ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src= '/ROOT/ios_qr.png', sizingMethod = 'scale');
} */
/* .no-border {
  border: none;
  outline: none;
} */

#retailPopup .popup-main img,
#retailPopup .popup-main span {
  float: left;
}
#retailPopup .popup-main span {
  line-height: 22px;
  padding-left: 10px;
}
