.xm-navbar {
  background: #fff;
  height: 85px;
};

.xm-navbar .loginNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xm-navbar .loginNavbar .loginLogo img {
  width: 60%;
}

.xm-navbar .loginNavbar a {
  color: #333 !important;
  font-weight: 600;
  font-size: 18px;
}

.xm-navbar .loginNavbar .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xm-navbar .loginNavbar .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.xm-navbar .loginNavbar ul li {
  margin-right: 0;
  margin-left: 6%;
}

.loginContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 200px);
  width: 100%;
}

.loginContent .loginBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.loginContent .loginBox .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 610px;
}

.loginContent .loginBox .leftBox img {
  height: 610px;
}

.loginContent .loginBox .rightBox {
  width: 450px;
  height: 610px;
  background: #fff;
  padding: 67px 50px;
}

.loginContent .loginBox .rightBox h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 67px;
  text-align: center;
}

.loginContent .loginBox .rightBox .loginInputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  font-size: 15px;
}

.loginContent .loginBox .rightBox .loginInputBox .loginInputName {
  width: 50px;
  color: #666;
}

.loginContent .loginBox .rightBox .loginInputBox input {
  margin-left: 30px;
  border: none;
  color: #333;
}

.loginContent .loginBox .rightBox .loginInputBox input::-webkit-input-placeholder {
  margin-left: 30px;
  border: none;
  color: #333;
}

.loginContent .loginBox .rightBox .loginInputBox input:-ms-input-placeholder {
  margin-left: 30px;
  border: none;
  color: #333;
}

.loginContent .loginBox .rightBox .loginInputBox input::-ms-input-placeholder {
  margin-left: 30px;
  border: none;
  color: #333;
}

.loginContent .loginBox .rightBox .loginInputBox input::placeholder {
  margin-left: 30px;
  border: none;
  color: #333;
}

.loginContent .loginBox .rightBox .loginInputBox .registerCode {
  cursor: pointer;
  color: rgba(48, 143, 240, 0.7);
  text-align: right;
}

.loginContent .loginBox .rightBox .loginInputBox .registerCode[index-status="true"] {
  color: #308ff0;
  text-align: right;
}

.loginContent .loginBox .rightBox .otherInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.loginContent .loginBox .rightBox .otherInput .checkPassword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.loginContent .loginBox .rightBox .otherInput .checkPassword input {
  margin-right: 10px;
}

.loginContent .loginBox .rightBox .otherInput .forgetPassword {
  font-size: 14px;
}

.loginContent .loginBox .rightBox .otherInput .otherLogin,
.loginContent .loginBox .rightBox .otherInput .goRegister {
  font-size: 14px;
}

.loginContent .loginBox .rightBox .otherInput .goRegister {
  color: #999;
}

.loginContent .loginBox .rightBox .loginSubmit {
  width: 100%;
  border: none;
  background: #308ff0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}

.loginFooter {
  height: 100px;
  background: #383838;
  color: #fff;
  padding: 16px 0;
}

.loginFooter .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.loginFooter .listBox .urlList, .loginFooter .listBox .urlList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginFooter .listBox .urlList li, .loginFooter .listBox .urlList2 li {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.loginFooter .listBox .urlList li:nth-of-type(1), .loginFooter .listBox .urlList2 li:nth-of-type(1) {
  padding-left: 0;
}

.loginFooter .listBox .urlList li:last-child, .loginFooter .listBox .urlList2 li:last-child {
  border: none;
}

.loginFooter .listBox .urlList2 li {
  border: none;
}

.loginFooter .listBox .footerTips {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=login.css.map */