/* line 104, ../sass/1490249828232.scss */
html, body {
  font-family: sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: value;
  text-size-adjust: value;
  position: relative;
  height: 100%;
}

/* line 112, ../sass/1490249828232.scss */
body {
  overflow: hidden;
  cursor: default;
}
/* line 116, ../sass/1490249828232.scss */
body.muse-native-scroll {
  height: initial;
  overflow-x: hidden;
  overflow-y: initial;
}

/* line 124, ../sass/1490249828232.scss */
html, body, div,
input, textarea,
h1, h2, h3, h4, h5, h6,
dialog, p,
form {
  margin: 0;
  padding: 0;
}

/* line 133, ../sass/1490249828232.scss */
dialog {
  background-color: #FFFFFF;
}

/* line 137, ../sass/1490249828232.scss */
img {
  border: 0;
}

/* line 140, ../sass/1490249828232.scss */
*:focus {
  outline: none;
}

/* line 144, ../sass/1490249828232.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 148, ../sass/1490249828232.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 154, ../sass/1490249828232.scss */
textarea {
  resize: none;
}

/* line 158, ../sass/1490249828232.scss */
*, *:after, *:before {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

/* line 165, ../sass/1490249828232.scss */
input, textarea {
  -webkit-user-select: text;
}

/* line 169, ../sass/1490249828232.scss */
[data-muse-component] {
  position: relative;
}

/* line 172, ../sass/1490249828232.scss */
body {
  opacity: 0;
}
/* line 173, ../sass/1490249828232.scss */
body.muse-ready {
  opacity: 1;
}

#appStoreLink{
  position: fixed;
  display: none;
  top: 20px;
  right: 20px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  line-height: 16px;
  border-bottom: 1px solid;
}
#appStoreLink img{
  position: relative;
  top: 3px;
}

/* line 281, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Record"] {
  position: absolute;
  z-index: 9;
  display: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
/* line 288, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Record"] > div {
  position: relative;
  opacity: 0.3;
  background-color: #000000;
  height: 30px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
/* line 300, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Record"] > div:hover {
  opacity: 0.6;
}
/* line 306, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Record"] .delete {
  display: none;
}

/* line 321, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] * {
  font-family: SimHei, sans-serif;
}
/* line 324, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content {
  background-color: rgba(241, 242, 244, 0.8);
  height: 440px;
  border-radius: 4px;
  width: 360px;
}
/* line 329, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .header {
  padding: 0 28px;
  text-align: center;
  height: 45%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 15px;
}
/* line 342, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .header > img {
  margin-bottom: 15px;
  max-height: 100px;
  max-width: 260px;
}
/* line 348, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main {
  padding: 0 28px;
  width: 100%;
}
/* line 351, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div#find {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  text-align: right;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
/* line 356, ../sass/1490249828232.scss */
/*[data-muse-component="html.ehr.Website.Login"] .content .main > div:first-child > div {*/
/*  text-align: right;*/
/*  color: #3a7aba;*/
/*  font-size: 14px;*/
/*  float: right;*/
/*  width: auto;*/
/*  display: inline;*/
/*}*/
/* line 351, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div[data-title="language"] {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  text-align: right;
  color: #455262;
  font-size: 14px;
  cursor: pointer;
}
/* line 365, ../sass/1490249828232.scss */
/*[data-muse-component="html.ehr.Website.Login"] .content .main > div:first-child > div:hover {*/
/*  cursor: pointer;*/
/*  text-decoration: underline;*/
/*}*/
/* line 373, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div:nth-child(2) {
  width: 100%;
  position: relative;
  margin-bottom: 1px;
}
/* line 379, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div:nth-child(2) > [data-muse-component="html.ehr.Website.Record"] {
  width: 100%;
}
/* line 382, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div:nth-child(2) > [data-muse-component="html.ehr.Website.Record"] > div {
  padding-left: 71px;
}
/* line 388, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .information {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 20px;
  height: 50px;
  background: rgba(0, 0, 0, 0.23);
  font-size: 16px;
  width: 100%;
}
/* line 397, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .information > img {
  width: 26px;
  height: 26px;
}
/* line 401, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .information > input {
  height: 50px;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  background: 0;
  border: 0;
  margin-left: 15px;
  color: #ffffff;
  opacity: 0.7;
}
/* line 410, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .information .msg {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 27px;
  bottom: 12px;
}
/* line 420, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .login-button {
  width: 100%;
  height: 50px;
  background: #0067c6;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
/* line 437, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .login-button > div {
  width: 100%;
  height: 100%;
}
/* line 442, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .login-button > div:nth-child(2) {
  display: none;
}
/* line 446, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .login-button > div.show-rotate {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
/* line 453, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main .login-button > div > img {
  width: 25px;
  height: 25px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 461, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div:nth-child(2) > div.information {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 465, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .content .main > div:nth-child(3) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 471, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] ::-webkit-input-placeholder {
  color: #fff;
}
/* line 474, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .error::-webkit-input-placeholder {
  color: #f00000;
}
/* line 477, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.Login"] .deleted {
  display: none;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 500, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] * {
  font-family: SimHei, sans-serif;
}
/* line 503, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content {
  background-color: rgba(241, 242, 244, 0.8);
  width: 39%;
  height: 440px;
  border-radius: 4px;
  width: 360px;
  padding-bottom: 40px;
}
/* line 509, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .header {
  height: 45%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 0 28px;
  margin-bottom: 0px;
  padding-top: 15px;
}
/* line 522, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .header > img {
  margin-bottom: 15px;
  max-width: 260px;
  max-height: 100px;
}
[data-muse-component="html.ehr.Website.PasswordChange"] .content div[data-title='language1'] {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  text-align: right;
  color: #455262;
  font-size: 14px;
  cursor: pointer;
  padding: 0 28px;
}
[data-muse-component="html.ehr.Website.PasswordChange"] .content #return {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  text-align: right;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 0 28px;
}
/* line 529, ../sass/1490249828232.scss */
/*[data-muse-component="html.ehr.Website.PasswordChange"] .content > div:nth-child(2) {*/
/*  width: 100%;*/
/*  height: 16px;*/
/*  margin-bottom: 5px;*/
/*  padding: 0 28px;*/
/*}*/
/* line 536, ../sass/1490249828232.scss */
/*[data-muse-component="html.ehr.Website.PasswordChange"] .content > div:nth-child(2) > div {*/
/*  text-align: right;*/
/*  color: #3a7aba;*/
/*  font-size: 14px;*/
/*  float: right;*/
/*  width: auto;*/
/*  display: inline;*/
/*}*/
/* line 545, ../sass/1490249828232.scss */
/*[data-muse-component="html.ehr.Website.PasswordChange"] .content > div:nth-child(2) > div:hover {*/
/*  cursor: pointer;*/
/*  text-decoration: underline;*/
/*}*/
/* line 553, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main {
  padding: 0 28px;
}
/* line 555, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(1) {
  width: 100%;
  position: relative;
}
/* line 560, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(1) > input {
  border: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.23);
  font-size: 16px;
  opacity: 0.7;
  border-radius: 4px;
}
/* line 571, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(1) > div {
  width: 100%;
}
/* line 573, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(1) > div > div {
  padding-left: 15px;
}
/* line 578, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 28px;
  position: relative;
}
/* line 584, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) > input {
  background-color: #c5c7c9;
  border: 0;
  width: 40%;
  height: 50px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.23);
  font-size: 16px;
  opacity: 0.7;
  border-radius: 4px;
  color: #fff;
}
/* line 596, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) > div:nth-child(2) {
  width: 90px;
  height: 50px;
  margin-left: 15px;
  background: #0dc5c1;
  cursor: pointer;
}
/* line 603, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
/* line 608, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) > div:nth-child(3) {
  width: 23%;
  height: 50px;
  background: #0067c6;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
/* line 624, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div:nth-child(2) > div:nth-child(3) > img {
  width: 25px;
  height: 25px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 633, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div#success {
  font-size: 16px;
  margin-top: 25px;
  color: #525253;
  height: 50px;
  line-height: 25px;
}
/* line 639, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main > div#success > div:last-child {
  color: #0067c6;
  font-family: Arial !important;
  float: left;
}
/* line 645, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main .cursor:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 650, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .content .main div#fail {
  font-size: 16px;
  margin-top: 25px;
  color: red;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
/* line 660, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .deleted {
  display: none;
}
/* line 663, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] ::-webkit-input-placeholder {
  color: #fff;
}
/* line 667, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.PasswordChange"] .error::-webkit-input-placeholder {
  color: #f00000;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 686, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.CheckBrowser"] {
  height: 50px;
  width: 100%;
  background: #fedf9f;
}
/* line 690, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.CheckBrowser"] div.container {
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px 0 10px 0;
  text-align: center;
  float: left;
}
/* line 696, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.CheckBrowser"] div.container img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
/* line 704, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.CheckBrowser"] div.close {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 50px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid black;
}

/* line 721, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] {
  font-family: SimHei, sans-serif;
}
/* line 724, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container {
  background-color: rgba(241, 242, 244, 0.8);
  height: 440px;
  border-radius: 4px;
  width: 360px;
}
/* line 730, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container .header {
  padding: 0 28px;
  text-align: center;
  height: 45%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 15px;
}
/* line 743, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container .header > img {
  margin-bottom: 15px;
  max-height: 100px;
  max-width: 260px;
}
/* line 750, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container .content {
  width: 80%;
  color: #0067c6;
  text-align: center;
  background-color: #fff;
  padding: 10px 5px;
  margin: 10px 10%;
  min-height: 90px;
}
/* line 759, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container .content div {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
/* line 767, ../sass/1490249828232.scss */
[data-muse-component="html.ehr.Website.AfterLogin"] .container .back {
  width: 304px;
  height: 50px;
  background-color: #0067c6;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 35px auto 0 auto;
}

/* line 789, ../sass/1490249828232.scss */
[data-muse-component="html.customer.Website.Login"] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
/* line 804, ../sass/1490249828232.scss */
[data-muse-component="html.customer.Website.Login"] [data-muse-component="html.ehr.Website.Login"] {
  display: block;
}
/* line 808, ../sass/1490249828232.scss */
[data-muse-component="html.customer.Website.Login"] [data-muse-component="html.ehr.Website.PasswordChange"] {
  display: none;
}
/* line 813, ../sass/1490249828232.scss */
[data-muse-component="html.customer.Website.Login"] [data-muse-component="html.ehr.Website.CheckBrowser"] {
  display: none;
  position: fixed;
  top: 0;
}
/* line 819, ../sass/1490249828232.scss */
[data-muse-component="html.customer.Website.Login"] [data-muse-component="html.ehr.Website.AfterLogin"] {
  display: none;
}

[data-muse-component="html.customer.Website.Login"] [data-muse-component="html.ehr.Website.MoreSSOLogin"] {
  display: none;
}

[data-muse-component="html.ehr.Website.Login"] .content .main .more-button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  margin-top: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid rgba(32, 53, 128, 0.16);
}

[data-muse-component="html.ehr.Website.Login"] .content .main .other-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    color: #8f959e;
}

[data-muse-component="html.ehr.Website.Login"] .content .main .other-login .other-login-p-line{
    width: 100%;
    height: 1px;
    background-color: #dee0e3;
}

[data-muse-component="html.ehr.Website.Login"] .content .main .other-login .other-login-h6 {
    width: 100%;
    text-align: center;
    line-height: 0.1em;
}

[data-muse-component="html.ehr.Website.Login"] .content .main .more-login {
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    color: rgba(169, 174, 184, 1);
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] * {
  font-family: SimHei, sans-serif;
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content {
    height: 520px;
    width: 600px;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 10px 0px rgba(109,114,125,0.2);
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content .header {
  height: 45%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 0 28px;
  margin-bottom: 0px;
  padding-top: 15px;
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content .main {
  padding: 0 80px;
  width: 100%;
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content .header > img {
  margin-bottom: 15px;
  max-height: 100px;
  max-width: 260px;
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content #return-login {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  text-align: right;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 0 80px;
  margin-top: 5px;
}

[data-muse-component="html.ehr.Website.MoreSSOLogin"] .content .main .more-button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid rgba(32, 53, 128, 0.16);
}