.n-icon {
  display: block;
  font-size: 1.5625rem !important; }
  .n-icon.c-icon-size-30 {
    font-size: 1.875rem !important; }
  .n-icon.c-icon-size-20 {
    font-size: 1.25rem !important; }
  .n-icon.c-icon-size-15 {
    font-size: 0.9375rem !important; }
  .n-icon.c-icon-size-10 {
    font-size: 0.625rem !important; }

.c-box-shadow-1 {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3); }

html,body,.LR-body{
    height:100%
}

.LR-body {
    background-image: url(../image//login-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 3.125rem;
    background-repeat: no-repeat;
    min-height: 100%;
}

.registe-body{

}

.LR-body .LR-box {
    overflow:hidden;
    padding: 1.875rem;
    position: relative;
    z-index: 50;
    width: 90%;
    max-width: 25rem;
    overflow-y: auto;
}
    .LR-body .LR-box::-webkit-scrollbar {
      display: none; }
    .LR-body .LR-box .login-coner,
    .LR-body .LR-box .registe-coner {
      position: absolute;
      background-image: url(../image/login-coner.png);
      background-size: 100%;
      background-position: center;
      width: 4.5rem;
      height: 4.5rem;
      top: 0;
      right: 0; }
      .LR-body .LR-box .login-coner a.type-text,
      .LR-body .LR-box .registe-coner a.type-text {
        line-height: 2.625rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .LR-body .LR-box .login-coner button,
      .LR-body .LR-box .registe-coner button {
        height: 1.25rem;
        position: absolute;
        right: 110%;
        top: 0.625rem;
        padding: 0 0.3125rem;
        border: 1px solid #333333;
        border-radius: 0.125rem; }
        .LR-body .LR-box .login-coner button i,
        .LR-body .LR-box .login-coner button span,
        .LR-body .LR-box .registe-coner button i,
        .LR-body .LR-box .registe-coner button span {
          line-height: 1.25rem; }
        .LR-body .LR-box .login-coner button.registe,
        .LR-body .LR-box .registe-coner button.registe {
          width: 7.1875rem; }
        .LR-body .LR-box .login-coner button.login,
        .LR-body .LR-box .registe-coner button.login {
          width: 7.8125rem; }
        .LR-body .LR-box .login-coner button:after,
        .LR-body .LR-box .registe-coner button:after {
          content: '';
          width: 0.625rem;
          height: 0.875rem;
          display: block;
          position: absolute;
          top: 0.125rem;
          right: -0.5rem;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../image/tip.png); }
  .LR-body .logo {
    width: 15rem;
    margin-left: 3.125rem;
    }
  .LR-body .footer {
    padding: 2.25rem 3.125rem;
    position: absolute;
    left: 0;
    bottom: 0; }
    .LR-body .footer i,
    .LR-body .footer span {
      line-height: 1.125rem; }

@media screen and (max-width: 950px) {
    .LR-body .footer {
        padding: 1.25rem 1rem;
       
    }

    .LR-body .footer-1, .LR-body .footer-2 {
       
        text-align:center;
        width: 100%;
        justify-content: center
    }

    .LR-body .footer-2 {
        margin-top: .5rem;
    }
        .LR-body{
        padding-top:1.25rem;
    }
  .LR-body .LR-box {
    max-width: 25rem;
    padding: 1.5625rem; }
    .LR-body .LR-box .login-coner,
    .LR-body .LR-box .registe-coner {
      width: 3.875rem;
      height: 3.875rem; }
      .LR-body .LR-box .login-coner a.type-text,
      .LR-body .LR-box .registe-coner a.type-text {
        line-height: 2rem; }
      .LR-body .LR-box .login-coner button,
      .LR-body .LR-box .registe-coner button {
        top: 0.3125rem; }
  .LR-body .logo {
      display:block;
      margin:0 auto;
    width: 11.25rem } }

.c-input-row {
  position: relative;
  padding-left: 2.75rem;
  border: 1px solid #333333;
  height: 2.75rem;
  width: 20.9375rem; }
  .c-input-row.focus {
    -webkit-box-shadow: 0 0 0.25rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0.25rem rgba(51, 51, 51, 0.5); }
  .c-input-row.right {
    border: 0.125rem solid #92D3E1;
    background-color: rgba(146, 211, 225, 0.05); }
    .c-input-row.right span i {
      color: #92D3E1; }
    .c-input-row.right.focus {
      -webkit-box-shadow: 0 0 0.25rem 0 rgba(146, 211, 225, 0.5);
      box-shadow: 0 0 0.25rem 0 rgba(146, 211, 225, 0.5); }
  .c-input-row.error {
    border: 0.125rem solid #FF5151;
    background-color: rgba(255, 81, 81, 0.05); }
    .c-input-row.error span i {
      color: #FF5151; }
    .c-input-row.error.focus {
      -webkit-box-shadow: 0 0 0.25rem 0 rgba(255, 81, 81, 0.5);
      box-shadow: 0 0 0.25rem 0 rgba(255, 81, 81, 0.5); }
  .c-input-row span {
    position: absolute;
    width: 2.75rem;
    height: 2.75rem;
    top: 0;
    left: 0; }
    .c-input-row span i {
      line-height: 2.75rem; }
  .c-input-row input::-webkit-input-placeholder {
    color: #CACACA;
    opacity: 1; }
  .c-input-row input::-moz-placeholder {
    color: #CACACA;
    opacity: 1; }
  .c-input-row input:-ms-input-placeholder {
    color: #CACACA;
    opacity: 1; }
  .c-input-row input::-ms-input-placeholder {
    color: #CACACA;
    opacity: 1; }
  .c-input-row input::placeholder {
    color: #CACACA;
    opacity: 1; }
  .c-input-row.c-input-row-disabled {
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE; }
  .c-input-row.c-input-row-with-right-button {
    padding-right: 5.625rem; }
    .c-input-row.c-input-row-with-right-button button {
      position: absolute;
      top: -1px;
      bottom: -1px;
      z-index: 10;
      height: auto;
      right: -1px;
      width: 5.625rem;
      border-top-right-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem; }
      .c-input-row.c-input-row-with-right-button button:disabled {
        opacity: .5; }
  .c-input-row.c-input-row-with-right-fill {
    padding-right: 3.75rem; }
    .c-input-row.c-input-row-with-right-fill em {
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      height: auto;
      width: 3.75rem;
      line-height: 2.75rem;
      font-style: normal; }
  .c-input-row.c-input-row-with-right-eye {
    padding-right: 2.5rem; }
    .c-input-row.c-input-row-with-right-eye.c-input-password .n-icon-eye-password {
      display: block; }
    .c-input-row.c-input-row-with-right-eye.c-input-password .n-icon-eye-text {
      display: none; }
    .c-input-row.c-input-row-with-right-eye.c-input-text .n-icon-eye-password {
      display: none; }
    .c-input-row.c-input-row-with-right-eye.c-input-text .n-icon-eye-text {
      display: block; }
    .c-input-row.c-input-row-with-right-eye .password-type {
      position: absolute;
      top: 0;
      right: 0;
      width: 2.5rem;
      line-height: 2.75rem; }

@media screen and (max-width: 950px) {
  .c-input-row {
    width: 100%; } }

.login-box-menu li {
  -webkit-transition: all .3s;
  transition: all .3s; }
  .login-box-menu li.n-active {
    color: #333333;
    position: relative; }
    .login-box-menu li.n-active:after {
      content: '';
      height: 0.125rem;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #333333; }

.c-button:disabled {
    border-color: #EEEEEE;
    background-color: #EEEEEE;
    color: #CACACA;
}

.c-job-user i {
  line-height: 0.875rem; }

.registe-steps {
  width: 90%; }
  .registe-steps li {
    position: relative; }
    .registe-steps li:first-child:before {
      display: none; }
    .registe-steps li:last-child:after {
      display: none; }
    .registe-steps li:after, .registe-steps li:before {
      content: '';
      position: absolute;
      height: 0px;
      border-top: 1px #CACACA dashed;
      top: 0.9375rem; }
    .registe-steps li:before {
      right: 50%;
      left: 1px; }
    .registe-steps li:after {
      left: 50%;
      right: 1px; }
    .registe-steps li.n-active-pre:after {
      border-top: 1px #E51F35 dashed; }
    .registe-steps li.n-active:before {
      border-top: 1px #E51F35 dashed; }
    .registe-steps li.n-active i {
      background-color: #E51F35;
      border: 1px #E51F35 solid;
      color: #FFFFFF; }
    .registe-steps li.n-active span {
      color: #E51F35; }
    .registe-steps li i {
      position: relative;
      z-index: 5;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem;
      font-style: normal;
      border: 1px #CACACA solid; }

.registe-type.n-active {
  background-color: #E51F35;
  color: #FFFFFF; }

.registe-step-button {
  line-height: 2.0625rem; }

.registe-prev {
  margin-top: 0.3125rem; }


@charset "UTF-8";
html,
body {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }

html {
  height: 100%; }

body {
  min-height: 100%; }

* {
  padding: 0;
  margin: 0;
  font-family: Arial, PingFang SC, Source Han Sans CN, Microsoft YaHei, "宋体";
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

img {
  display: block;
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
div,
li,
p,
a,
span,
input,
label,
button,
textarea,
select{
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875rem;
  color: #333333;
  resize: none; }
  h1::-webkit-input-placeholder, h2::-webkit-input-placeholder, h3::-webkit-input-placeholder, h4::-webkit-input-placeholder, h5::-webkit-input-placeholder, h6::-webkit-input-placeholder, div::-webkit-input-placeholder, li::-webkit-input-placeholder, p::-webkit-input-placeholder, a::-webkit-input-placeholder, span::-webkit-input-placeholder, input::-webkit-input-placeholder, label::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #CACACA;
    font-size: 0.875rem; }
  h1::-moz-placeholder, h2::-moz-placeholder, h3::-moz-placeholder, h4::-moz-placeholder, h5::-moz-placeholder, h6::-moz-placeholder, div::-moz-placeholder, li::-moz-placeholder, p::-moz-placeholder, a::-moz-placeholder, span::-moz-placeholder, input::-moz-placeholder, label::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder {
    color: #CACACA;
    font-size: 0.875rem; }
  h1:-ms-input-placeholder, h2:-ms-input-placeholder, h3:-ms-input-placeholder, h4:-ms-input-placeholder, h5:-ms-input-placeholder, h6:-ms-input-placeholder, div:-ms-input-placeholder, li:-ms-input-placeholder, p:-ms-input-placeholder, a:-ms-input-placeholder, span:-ms-input-placeholder, input:-ms-input-placeholder, label:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #CACACA;
    font-size: 0.875rem; }
  h1::-ms-input-placeholder, h2::-ms-input-placeholder, h3::-ms-input-placeholder, h4::-ms-input-placeholder, h5::-ms-input-placeholder, h6::-ms-input-placeholder, div::-ms-input-placeholder, li::-ms-input-placeholder, p::-ms-input-placeholder, a::-ms-input-placeholder, span::-ms-input-placeholder, input::-ms-input-placeholder, label::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #CACACA;
    font-size: 0.875rem; }
  h1::placeholder,
  h2::placeholder,
  h3::placeholder,
  h4::placeholder,
  h5::placeholder,
  h6::placeholder,
  div::placeholder,
  li::placeholder,
  p::placeholder,
  a::placeholder,
  span::placeholder,
  input::placeholder,
  label::placeholder,
  button::placeholder,
  textarea::placeholder {
    color: #CACACA;
    font-size: 0.875rem; }
  h1::-webkit-search-decoration, h1::-webkit-search-cancel-button,
  h2::-webkit-search-decoration,
  h2::-webkit-search-cancel-button,
  h3::-webkit-search-decoration,
  h3::-webkit-search-cancel-button,
  h4::-webkit-search-decoration,
  h4::-webkit-search-cancel-button,
  h5::-webkit-search-decoration,
  h5::-webkit-search-cancel-button,
  h6::-webkit-search-decoration,
  h6::-webkit-search-cancel-button,
  div::-webkit-search-decoration,
  div::-webkit-search-cancel-button,
  li::-webkit-search-decoration,
  li::-webkit-search-cancel-button,
  p::-webkit-search-decoration,
  p::-webkit-search-cancel-button,
  a::-webkit-search-decoration,
  a::-webkit-search-cancel-button,
  span::-webkit-search-decoration,
  span::-webkit-search-cancel-button,
  input::-webkit-search-decoration,
  input::-webkit-search-cancel-button,
  label::-webkit-search-decoration,
  label::-webkit-search-cancel-button,
  button::-webkit-search-decoration,
  button::-webkit-search-cancel-button,
  textarea::-webkit-search-decoration,
  textarea::-webkit-search-cancel-button {
    display: none; }

small {
  font-size: 0.75rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal; }

h1 {
  font-size: 1.25rem; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.875rem; }

h5 {
  font-size: 0.75rem; }

h6 {
  font-size: 0.625rem; }

input,
button,
label,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  input::-webkit-input-placeholder, button::-webkit-input-placeholder, label::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: .5; }
  input::-moz-placeholder, button::-moz-placeholder, label::-moz-placeholder, textarea::-moz-placeholder {
    opacity: .5; }
  input:-ms-input-placeholder, button:-ms-input-placeholder, label:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: .5; }
  input::-ms-input-placeholder, button::-ms-input-placeholder, label::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: .5; }
  input::placeholder,
  button::placeholder,
  label::placeholder,
  textarea::placeholder {
    opacity: .5; }

.n-f-0 {
  font-size: 0.625rem; }
  .n-f-0::-webkit-input-placeholder {
    font-size: 0.625rem; }
  .n-f-0::-moz-placeholder {
    font-size: 0.625rem; }
  .n-f-0:-ms-input-placeholder {
    font-size: 0.625rem; }
  .n-f-0::-ms-input-placeholder {
    font-size: 0.625rem; }
  .n-f-0::placeholder {
    font-size: 0.625rem; }

.n-f-1 {
  font-size: 0.6875rem; }
  .n-f-1::-webkit-input-placeholder {
    font-size: 0.6875rem; }
  .n-f-1::-moz-placeholder {
    font-size: 0.6875rem; }
  .n-f-1:-ms-input-placeholder {
    font-size: 0.6875rem; }
  .n-f-1::-ms-input-placeholder {
    font-size: 0.6875rem; }
  .n-f-1::placeholder {
    font-size: 0.6875rem; }

.n-f-2 {
  font-size: 0.75rem; }
  .n-f-2::-webkit-input-placeholder {
    font-size: 0.75rem; }
  .n-f-2::-moz-placeholder {
    font-size: 0.75rem; }
  .n-f-2:-ms-input-placeholder {
    font-size: 0.75rem; }
  .n-f-2::-ms-input-placeholder {
    font-size: 0.75rem; }
  .n-f-2::placeholder {
    font-size: 0.75rem; }

.n-f-3 {
  font-size: 0.8125rem; }
  .n-f-3::-webkit-input-placeholder {
    font-size: 0.8125rem; }
  .n-f-3::-moz-placeholder {
    font-size: 0.8125rem; }
  .n-f-3:-ms-input-placeholder {
    font-size: 0.8125rem; }
  .n-f-3::-ms-input-placeholder {
    font-size: 0.8125rem; }
  .n-f-3::placeholder {
    font-size: 0.8125rem; }

.n-f-4 {
  font-size: 0.875rem; }
  .n-f-4::-webkit-input-placeholder {
    font-size: 0.875rem; }
  .n-f-4::-moz-placeholder {
    font-size: 0.875rem; }
  .n-f-4:-ms-input-placeholder {
    font-size: 0.875rem; }
  .n-f-4::-ms-input-placeholder {
    font-size: 0.875rem; }
  .n-f-4::placeholder {
    font-size: 0.875rem; }

.n-f-5 {
  font-size: 0.9375rem; }
  .n-f-5::-webkit-input-placeholder {
    font-size: 0.9375rem; }
  .n-f-5::-moz-placeholder {
    font-size: 0.9375rem; }
  .n-f-5:-ms-input-placeholder {
    font-size: 0.9375rem; }
  .n-f-5::-ms-input-placeholder {
    font-size: 0.9375rem; }
  .n-f-5::placeholder {
    font-size: 0.9375rem; }

.n-f-6 {
  font-size: 1rem; }
  .n-f-6::-webkit-input-placeholder {
    font-size: 1rem; }
  .n-f-6::-moz-placeholder {
    font-size: 1rem; }
  .n-f-6:-ms-input-placeholder {
    font-size: 1rem; }
  .n-f-6::-ms-input-placeholder {
    font-size: 1rem; }
  .n-f-6::placeholder {
    font-size: 1rem; }

.n-f-7 {
  font-size: 1.0625rem; }
  .n-f-7::-webkit-input-placeholder {
    font-size: 1.0625rem; }
  .n-f-7::-moz-placeholder {
    font-size: 1.0625rem; }
  .n-f-7:-ms-input-placeholder {
    font-size: 1.0625rem; }
  .n-f-7::-ms-input-placeholder {
    font-size: 1.0625rem; }
  .n-f-7::placeholder {
    font-size: 1.0625rem; }

.n-f-8 {
  font-size: 1.125rem; }
  .n-f-8::-webkit-input-placeholder {
    font-size: 1.125rem; }
  .n-f-8::-moz-placeholder {
    font-size: 1.125rem; }
  .n-f-8:-ms-input-placeholder {
    font-size: 1.125rem; }
  .n-f-8::-ms-input-placeholder {
    font-size: 1.125rem; }
  .n-f-8::placeholder {
    font-size: 1.125rem; }

.n-f-9 {
  font-size: 1.1875rem; }
  .n-f-9::-webkit-input-placeholder {
    font-size: 1.1875rem; }
  .n-f-9::-moz-placeholder {
    font-size: 1.1875rem; }
  .n-f-9:-ms-input-placeholder {
    font-size: 1.1875rem; }
  .n-f-9::-ms-input-placeholder {
    font-size: 1.1875rem; }
  .n-f-9::placeholder {
    font-size: 1.1875rem; }

.n-f-10 {
  font-size: 1.25rem; }
  .n-f-10::-webkit-input-placeholder {
    font-size: 1.25rem; }
  .n-f-10::-moz-placeholder {
    font-size: 1.25rem; }
  .n-f-10:-ms-input-placeholder {
    font-size: 1.25rem; }
  .n-f-10::-ms-input-placeholder {
    font-size: 1.25rem; }
  .n-f-10::placeholder {
    font-size: 1.25rem; }

.n-f-bold {
  font-weight: bold; }

.n-line-height-1 {
  line-height: 1; }

.n-line-height-1-5 {
  line-height: 1.5; }

.n-text-center {
  text-align: center; }

.n-text-right {
  text-align: right; }

.n-text-left {
  text-align: left; }

.n-c-1 {
  color: #FFFFFF; }
  .n-c-1::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::-moz-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5; }
  .n-c-1::placeholder {
    color: #FFFFFF;
    opacity: .5; }

.n-c-2 {
  color: #CACACA; }
  .n-c-2::-webkit-input-placeholder {
    color: #CACACA; }
  .n-c-2::-moz-placeholder {
    color: #CACACA; }
  .n-c-2:-ms-input-placeholder {
    color: #CACACA; }
  .n-c-2::-ms-input-placeholder {
    color: #CACACA; }
  .n-c-2::placeholder {
    color: #CACACA; }

.n-c-3 {
  color: #666666; }
  .n-c-3::-webkit-input-placeholder {
    color: #666666; }
  .n-c-3::-moz-placeholder {
    color: #666666; }
  .n-c-3:-ms-input-placeholder {
    color: #666666; }
  .n-c-3::-ms-input-placeholder {
    color: #666666; }
  .n-c-3::placeholder {
    color: #666666; }

.n-c-4 {
  color: #333333; }
  .n-c-4::-webkit-input-placeholder {
    color: #333333; }
  .n-c-4::-moz-placeholder {
    color: #333333; }
  .n-c-4:-ms-input-placeholder {
    color: #333333; }
  .n-c-4::-ms-input-placeholder {
    color: #333333; }
  .n-c-4::placeholder {
    color: #333333; }

.n-c-base {
  color: #E51F35; }

.n-c-red {
  color: #FF5151; }

.n-c-green {
  color: #03E266; }

.n-c-yellow {
  color: #F4D06D; }

.n-c-UI-blue {
  color: #0a87FD; }

.n-col-1 {
  width: 100%; }

.n-col-2 {
  width: 50%; }

.n-col-3 {
  width: 33.333%; }

.n-col-4 {
  width: 25%; }

.n-col-5 {
  width: 20%; }

.n-h-1 {
  height: 100%; }

.n-bg-transparent {
  background-color: transparent; }

.n-bg-base {
  background-color: #E51F35; }

.n-bg-1 {
  background-color: #FFFFFF; }

.n-bg-2 {
  background-color: #EEEEEE; }

.n-bg-3 {
  background-color: #FFFFFF; }

.n-bg-4 {
  background-color: #FFFFFF; }

.n-bg-red {
  background-color: #FF5151; }

.n-bg-yellow {
  background-color: #F4D06D; }

.n-bg-green {
  background-color: #03E266; }

.n-pl-1,
.n-plr-1,
.n-p-1 {
  padding-left: 0.3125rem; }

.n-pl-2,
.n-plr-2,
.n-p-2 {
  padding-left: 0.625rem; }

.n-pl-3,
.n-plr-3,
.n-p-3 {
  padding-left: 0.9375rem; }

.n-pl-4,
.n-plr-4,
.n-p-4 {
  padding-left: 1.25rem; }

.n-pl-5,
.n-plr-5,
.n-p-5 {
  padding-left: 1.5625rem; }

.n-pl-6,
.n-plr-6,
.n-p-6 {
  padding-left: 1.875rem; }

.n-pr-1,
.n-plr-1,
.n-p-1 {
  padding-right: 0.3125rem; }

.n-pr-2,
.n-plr-2,
.n-p-2 {
  padding-right: 0.625rem; }

.n-pr-3,
.n-plr-3,
.n-p-3 {
  padding-right: 0.9375rem; }

.n-pr-4,
.n-plr-4,
.n-p-4 {
  padding-right: 1.25rem; }

.n-pr-5,
.n-plr-5,
.n-p-5 {
  padding-right: 1.5625rem; }

.n-pr-6,
.n-plr-6,
.n-p-6 {
  padding-right: 1.875rem; }

.n-pt-1,
.n-ptb-1,
.n-p-1 {
  padding-top: 0.3125rem; }

.n-pt-2,
.n-ptb-2,
.n-p-2 {
  padding-top: 0.625rem; }

.n-pt-3,
.n-ptb-3,
.n-p-3 {
  padding-top: 0.9375rem; }

.n-pt-4,
.n-ptb-4,
.n-p-4 {
  padding-top: 1.25rem; }

.n-pt-5,
.n-ptb-5,
.n-p-5 {
  padding-top: 1.5625rem; }

.n-pt-6,
.n-ptb-6,
.n-p-6 {
  padding-top: 1.875rem; }

.n-pb-1,
.n-ptb-1,
.n-p-1 {
  padding-bottom: 0.3125rem; }

.n-pb-2,
.n-ptb-2,
.n-p-2 {
  padding-bottom: 0.625rem; }

.n-pb-3,
.n-ptb-3,
.n-p-3 {
  padding-bottom: 0.9375rem; }

.n-pb-4,
.n-ptb-4,
.n-p-4 {
  padding-bottom: 1.25rem; }

.n-pb-5,
.n-ptb-5,
.n-p-5 {
  padding-bottom: 1.5625rem; }

.n-pb-6,
.n-ptb-6,
.n-p-6 {
  padding-bottom: 1.875rem; }

.n-ml-1,
.n-mlr-1,
.n-m-1 {
  margin-left: 0.3125rem; }

.n-ml-2,
.n-mlr-2,
.n-m-2 {
  margin-left: 0.625rem; }

.n-ml-3,
.n-mlr-3,
.n-m-3 {
  margin-left: 0.9375rem; }

.n-ml-4,
.n-mlr-4,
.n-m-4 {
  margin-left: 1.25rem; }

.n-ml-5,
.n-mlr-5,
.n-m-5 {
  margin-left: 1.5625rem; }

.n-ml-6,
.n-mlr-6,
.n-m-5 {
  margin-left: 1.875rem; }

.n-mr-1,
.n-mlr-1,
.n-m-1 {
  margin-right: 0.3125rem; }

.n-mr-2,
.n-mlr-2,
.n-m-2 {
  margin-right: 0.625rem; }

.n-mr-3,
.n-mlr-3,
.n-m-3 {
  margin-right: 0.9375rem; }

.n-mr-4,
.n-mlr-4,
.n-m-4 {
  margin-right: 1.25rem; }

.n-mr-5,
.n-mlr-5,
.n-m-5 {
  margin-right: 1.5625rem; }

.n-mr-6,
.n-mlr-6,
.n-m-6 {
  margin-right: 1.875rem; }

.n-mt-1,
.n-mtb-1,
.n-m-1 {
  margin-top: 0.3125rem; }

.n-mt-2,
.n-mtb-2,
.n-m-2 {
  margin-top: 0.625rem; }

.n-mt-3,
.n-mtb-3,
.n-m-3 {
  margin-top: 0.9375rem; }

.n-mt-4,
.n-mtb-4,
.n-m-4 {
  margin-top: 1.25rem; }

.n-mt-5,
.n-mtb-5,
.n-m-5 {
  margin-top: 1.5625rem; }

.n-mt-6,
.n-mtb-6,
.n-m-6 {
  margin-top: 1.875rem; }

.n-mb-1,
.n-mtb-1,
.n-m-1 {
  margin-bottom: 0.3125rem; }

.n-mb-2,
.n-mtb-2,
.n-m-2 {
  margin-bottom: 0.625rem; }

.n-mb-3,
.n-mtb-3,
.n-m-3 {
  margin-bottom: 0.9375rem; }

.n-mb-4,
.n-mtb-4,
.n-m-4 {
  margin-bottom: 1.25rem; }

.n-mb-5,
.n-mtb-5,
.n-m-5 {
  margin-bottom: 1.5625rem; }

.n-mb-6,
.n-mtb-6,
.n-m-6 {
  margin-bottom: 1.875rem; }

.n-m-auto {
  margin-left: auto;
  margin-right: auto; }

.n-radius-3 {
  border-radius: 0.1875rem; }

.n-radius-6 {
  border-radius: 0.375rem; }

.n-radius-10 {
  border-radius: 0.625rem; }

.n-radius-circle {
  border-radius: 50%; }

.n-border-3 {
  border: 1px #CCCCCC solid; }

.n-border-2 {
  border: 1px #505D97 solid; }

.n-border-1 {
  border: 1px #FFFFFF solid; }

.n-border-base {
  border: 1px #E51F35 solid; }

.n-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.n-flex-dr-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.n-flex-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.n-flex-j-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.n-flex-j-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.n-flex-j-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.n-flex-j-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.n-flex-a-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.n-flex-a-t {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.n-flex-a-s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.n-flex-a-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.n-flex-s {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.n-flex-g {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.n-flex-g-h-1-hack {
  height: 0; }

.n-block {
  display: block; }

.n-inline-block {
  display: inline-block; }

.n-hide-none {
  display: none; }

.n-hide-opacity {
  opacity: 0; }

.n-overflow-hidden {
  overflow: hidden; }

.n-scroll-v {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .n-scroll-v::-webkit-scrollbar {
    display: none; }

.n-break-word {
  word-break: break-all; }

.n-b-line {
  position: relative; }
  .n-b-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #999999;
    height: 0.0625rem;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.n-t-line {
  position: relative; }
  .n-t-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #505D97;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    top: 0; }

.n-e-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.n-e-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  display: box;
  box-orient: vertical; }

.n-fix-table {
  table-layout: fixed; }

/*Clear Fix*/
.n-clear {
  zoom: 1; }
  .n-clear:after {
    display: block;
    content: 'clear';
    clear: both;
    line-height: 0;
    visibility: hidden; }

/*Header*/
.n-headers .n-header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .n-headers .n-header.n-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .n-headers .n-header .n-header-icon,
  .n-headers .n-header .n-header-txt {
    line-height: 2.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 1.5rem;
    height: 2.75rem;
    width: 2.75rem;
    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; }
  .n-headers .n-header .n-header-txt {
    width: auto;
    margin: 0 0.625rem; }
  .n-headers .n-header .n-header-title img {
    height: 2.1875rem; }

.n-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0; }

.n-absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0; }

/*Footer*/
.n-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 3.4375rem; }
  .n-footer .n-footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .n-footer .n-footer-item span {
      text-align: center;
      display: block; }
    .n-footer .n-footer-item .n-footer-icon-negative,
    .n-footer .n-footer-item .n-footer-text-negative {
      display: block; }
    .n-footer .n-footer-item .n-footer-icon-active,
    .n-footer .n-footer-item .n-footer-text-active {
      display: none; }
    .n-footer .n-footer-item.n-active .n-footer-icon-negative,
    .n-footer .n-footer-item.n-active .n-footer-text-negative {
      display: none; }
    .n-footer .n-footer-item.n-active .n-footer-icon-active,
    .n-footer .n-footer-item.n-active .n-footer-text-active {
      display: block; }

.n-tab-bar {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .n-tab-bar::-webkit-scrollbar {
    display: none; }
  .n-tab-bar .n-tab-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .n-tab-bar .n-tab-bar-inner .n-tab-bar-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.625rem; }
      .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active {
        position: relative;
        color: #E51F35; }
        .n-tab-bar .n-tab-bar-inner .n-tab-bar-item.n-active:after {
          position: absolute;
          content: '';
          height: 0.125rem;
          bottom: 0;
          left: 0.3125rem;
          right: 0.3125rem;
          background: #E51F35; }

/*Radio Checkbox*/
.n-radio-checkbox {
  height: 1rem;
  width: 1rem;
  position: relative;
  display: inline-block;
  border: 1px #CCCCCC solid;
  background: #EEEEEE; }
  .n-radio-checkbox .n-radio-checkbox-button {
    content: '';
    top: -0.3125rem;
    left: -0.3125rem;
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    opacity: 0;
    z-index: 15; }
  .n-radio-checkbox.n-radio {
    border-radius: 50%; }
    .n-radio-checkbox.n-radio i {
      border-radius: 50%; }
      .n-radio-checkbox.n-radio i:after {
        border-radius: 50%; }
  .n-radio-checkbox input {
    display: none; }
    .n-radio-checkbox input:checked ~ i {
      opacity: 1; }
  .n-radio-checkbox i {
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: all .1s;
    transition: all .1s;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    z-index: 10;
    opacity: 0;
    border: 1px #E51F35 solid; }
    .n-radio-checkbox i:after {
      content: '';
      background: #E51F35;
      height: 0.625rem;
      width: 0.625rem;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.n-keyboard {
  position: fixed;
  left: 0;
  bottom: 0; }
  .n-keyboard .n-keyboard-point {
    max-width: 18.75rem; }
    .n-keyboard .n-keyboard-point li {
      width: 16.667%;
      padding-bottom: 16.667%;
      position: relative; }
      .n-keyboard .n-keyboard-point li.n-keyboard-fill:after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #FFFFFF;
        border-radius: 50%; }
      .n-keyboard .n-keyboard-point li:first-child:before {
        display: none; }
      .n-keyboard .n-keyboard-point li:before {
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 1px;
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
        content: '';
        background-color: #FFFFFF; }
  .n-keyboard .n-keyboard-button li {
    height: 3.125rem;
    line-height: 3.125rem; }
    .n-keyboard .n-keyboard-button li:not(.n-c-4) {
      font-size: 1.125rem;
      font-weight: bold; }
    .n-keyboard .n-keyboard-button li:after {
      left: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      width: 1px;
      -webkit-transform: scaleX(0.5);
      transform: scaleX(0.5);
      content: '';
      background-color: #FFFFFF; }

.n-global-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  height: 100%;
  width: 100%; }
  .n-global-mask.n-global-mask-black-4 {
    background-color: rgba(0, 0, 0, 0.4); }
  .n-global-mask.n-global-mask-black-6 {
    background-color: rgba(0, 0, 0, 0.6); }
  .n-global-mask.n-global-mask-black-8 {
    background-color: rgba(0, 0, 0, 0.8); }
  .n-global-mask.n-fade-mask {
    -webkit-animation: maskFade .5s forwards;
    animation: maskFade .5s forwards; }

@-webkit-keyframes maskFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes maskFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.n-select .n-select-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25rem; }
  .n-select .n-select-input input {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: none; }
    .n-select .n-select-input input::-webkit-input-placeholder {
      color: #CACACA !important;
      -webkit-text-fill-color: #CACACA !important; }
    .n-select .n-select-input input::-moz-placeholder {
      color: #CACACA !important;
      -webkit-text-fill-color: #CACACA !important; }
    .n-select .n-select-input input:-ms-input-placeholder {
      color: #CACACA !important;
      -webkit-text-fill-color: #CACACA !important; }
    .n-select .n-select-input input::-ms-input-placeholder {
      color: #CACACA !important;
      -webkit-text-fill-color: #CACACA !important; }
    .n-select .n-select-input input::placeholder {
      color: #CACACA !important;
      -webkit-text-fill-color: #CACACA !important; }

.n-select-options {
  background: #FFFFFF;
  border-radius: 0.25rem;
  display: none;
  padding: 0.9375rem;
  position: fixed;
  background: #EEEEEE;
  z-index: 15000; }
  .n-select-options.drop-down {
    -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2); }
  .n-select-options.drop-up {
    -webkit-box-shadow: 0 -0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2); }
  .n-select-options .n-select-options-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%; }

.n-UI-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .n-UI-loading img {
    width: 100%; }

.n-lazy-loading {
  position: relative;
  background-image: url("../image/n_lazy_loading.gif");
  background-size: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-bottom: 100%; }
  .n-lazy-loading.n-lazy-loaded {
    background-image: none; }
  .n-lazy-loading.n-col-2 {
    padding-bottom: 50%; }
  .n-lazy-loading img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*Input*/
.n-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .n-input.n-active input {
    padding-right: 1.5625rem; }
  .n-input.n-active input[type=date] {
    padding-right: 0; }
  .n-input.n-active i {
    visibility: visible; }
  .n-input input {
    background: transparent;
    line-height: 1.25rem;
    height: 1.25rem;
    display: block;
    border: transparent;
    -webkit-transition: all .1s;
    transition: all .1s;
    padding-right: 0; }
    .n-input input::-webkit-input-placeholder {
      line-height: 1.25rem; }
    .n-input input::-moz-placeholder {
      line-height: 1.25rem; }
    .n-input input:-ms-input-placeholder {
      line-height: 1.25rem; }
    .n-input input::-ms-input-placeholder {
      line-height: 1.25rem; }
    .n-input input::placeholder {
      line-height: 1.25rem; }
    .n-input input:disabled {
      background: #EEEEEE;
      color: #CACACA; }
  .n-input i {
    position: absolute;
    right: 0.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden; }
  .n-input.n-input-disabled-hack input:-moz-read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }
  .n-input.n-input-disabled-hack input:disabled,
  .n-input.n-input-disabled-hack input:read-only {
    background-color: transparent !important;
    opacity: 1 !important;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF; }

.n-badge {
  background: #FF5151;
  color: #FFFFFF;
  line-height: 1.125rem;
  text-align: center;
  height: 1.125rem;
  min-width: 1.125rem;
  font-size: 0.75rem;
  border-radius: 0.5625rem;
  padding: 0 0.125rem; }

.n-text-area {
  position: relative; }
  .n-text-area .n-text-area-count {
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem; }

/*Count box*/
.n-count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .n-count-box .n-count-box-reduce,
  .n-count-box .n-count-box-add,
  .n-count-box .n-count-box-text {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .n-count-box .n-count-box-reduce.n-negative,
    .n-count-box .n-count-box-add.n-negative,
    .n-count-box .n-count-box-text.n-negative {
      opacity: .2; }
  .n-count-box .n-count-box-input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 1.25rem;
    text-align: center;
    color: #CACACA;
    margin: 0 0.625rem; }

/*Switch*/
.n-switch {
  height: 1.5625rem;
  position: relative; }

.n-switch-outer {
  position: relative;
  height: 1.5625rem;
  width: 2.6875rem;
  border: #CCCCCC 1px solid;
  border-radius: 0.78125rem; }

.n-switch input[type=checkbox] {
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.n-switch-outer .n-switch-button {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  left: -1px;
  top: -1px;
  border: #CCCCCC 1px solid;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s; }

input[type=checkbox]:checked ~ .n-switch-outer {
  -webkit-transition: all .3s;
  border: #E51F35 1px solid;
  background: #E51F35; }

input[type=checkbox]:checked ~ .n-switch-outer .n-switch-button {
  border: #CCCCCC 1px solid;
  left: 1.125rem; }

.n-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.n-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0.375rem; }

.n-ui-button {
  position: fixed;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.n-action-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-animation: actionSheet .2s forwards;
  animation: actionSheet .2s forwards; }
  .n-action-sheet .n-action-sheet-item {
    color: #0a87FD; }

@-webkit-keyframes actionSheet {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes actionSheet {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.n-confirm {
  width: 80%;
  max-width: 25rem;
  margin: 0 auto;
  position: relative; }
  .n-confirm .n-confirm-buttons button:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    background-color: #505D97; }

.n-lazy {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .n-lazy.n-active {
    opacity: 1; }

.n-toast {
  line-height: 1.0625rem;
  position: fixed;
  z-index: 15000;
  left: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }
  .n-toast.n-active {
    opacity: .9; }
  .n-toast .n-toast-message {
    font-size: 0.875rem;
    padding: 0.625rem 1.5625rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0.375rem;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 85%; }

.n-holder {
  left: 0;
  position: relative;
  width: 100%; }
  .n-holder .n-holder-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .n-holder .n-holder-inner .n-holder-icon {
      display: block; }
    .n-holder .n-holder-inner .n-holder-text {
      width: 100%;
      text-align: center;
      display: block;
      margin-top: 0.9375rem;
      font-size: 1rem; }

.n-pull-up-append {
  position: relative; }
  .n-pull-up-append .n-pull-up-append-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .n-pull-up-append .n-pull-up-append-footer:after {
      color: #CACACA;
      content: '数据加载中'; }

.n-fr {
  float: right; }

.n-fl {
  float: left; }

.n-pointer {
  cursor: pointer; }


.validation-summary-errors li {
    margin-bottom: 15px;
    color: #E51F35;
    font-size: 14px;
}

.hospital-mask{
    display:none
}

.hospital-mask.n-active{
    display:block
}

.hospital-mask .hospital-mask-inner {
    width: 500px;
    max-width: 90%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    max-height: 90%;
    padding-top: 60px;
    height: 50%;
    min-height: 120px;
}

.hospital-mask .top-search-container {
    position:absolute;
    top:10px;
    padding-right:50px;
    left:10px;
    right:0
}

.hospital-mask .hospital-mask-inner .close-hospital {
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url("../image//close.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
    background-color:#FFFFFF;
    border-radius:50%;
}

.hospital-mask .top-search-container .search-hospital {
    position: absolute;
    top: 0;
    right: 10px;
    height: 44px;
    line-height: 44px;
}

.hospital-mask .top-search-container input{
    height:44px;
    line-height:34px;
}

.hospital-mask .hospital-list {
    height: 100%;
    overflow-y: scroll
}

.hospital-mask .hospital-list::-webkit-scrollbar{
    display:none
}


.layui-layer:has(#vefiryDIV){
    box-shadow:none;
    background-color:transparent
}