#app {
    font-family: ui, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    background: #14324F;
    overflow-y: visible
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li,
ul {
    list-style-type: none
}

input {
    outline: none
}

textarea {
    resize: none
}

a {
    text-decoration: none
}

.ellipsis-1 {
    white-space: nowrap
}

.ellipsis-1,
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text-transparent {
    background-image: linear-gradient(135deg, #0091ff, #00e6ff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.top-index {
    z-index: 2020 !important
}

.van-dropdown-item__content {
    width: 90% !important;
    left: 5% !important
}

.van-dropdown-item__content .van-cell__title {
    flex: 2
}

.van-dropdown-item__content .van-cell__value {
    flex: 1
}

.sub-bl {
    width: 100vw;
    height: 60px;
    background: #17264f;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    text-indent: 3px;
    position: fixed;
    border-radius: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

button {
    border: none;
    border-radius: 4px
}

p {
    margin: 0
}

p,
span {
    font-size: 2.8rem
}

body {
    font-size: .26em !important
}

html {
    font-size: 1.333333333vw !important
}

@media screen and (min-width:1000px) {
    html {
        font-size: 5px !important
    }

    html:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: .6
    }
}

.van-toast {
    font-size: 2.8rem !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    padding: 1.6rem 2.2rem !important;
    border-radius: 1.4rem !important;
    background: #fff !important;
    color: #14324F !important;
    box-shadow: 0 .3rem 1.5rem 0 rgba(0, 0, 0, .4) !important
}

.van-toast,
.van-toast.loadingcss {
    top: 50% !important;
    border: none !important
}

.van-toast.loadingcss {
    background: none !important;
    padding: 0 !important;
    overflow: hidden;
    width: 20rem !important;
    height: 20rem !important;
    box-shadow: none !important
}

.van-toast.loadingcss .van-icon img {
    width: 12rem !important;
    height: 12rem !important
}

.topIndex.van-overlay {
    z-index: 9999
}

.w-wrap {
    width: 93%;
    margin: 0 auto;
    border-radius: 2rem;
    padding: 3rem;
    box-sizing: border-box
}

.w-wrap .title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.after {
    position: relative;
    z-index: 1
}

.after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.flex {
    justify-content: space-between
}

.flex,
.flex-start {
    display: flex;
    align-items: center
}

.flex-start {
    justify-content: flex-start
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.login {
    min-height: 100vh;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
    padding: 0 0 8rem
}

.login:after {
    z-index: -1;
    top: 0;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 99.3rem;
    background: url(../img/login_bg.png) no-repeat top/100% auto
}

.login .top-img {
    width: 100%;
    height: 17.4rem
}

.login .wrap {
    margin-top: 13rem;
    width: 50%;
    height: 20rem;
    text-align: left;
    margin-left: 3rem
}

.login .wrap .logo {
    width: 10rem;
    height: 10rem;
    border-radius: 1.4rem;
    border: .3rem solid #fff
}

.login .wrap p {
    margin-top: 3rem;
    width: 80%;
    font-size: 3.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333
}

.login .wrap .logo-name {
    width: 35.5rem;
    height: auto;
    margin-top: 3rem
}

.login .section-box {
    padding: 0 3rem;
    margin-top: 25rem
}

.login .section-box .content {
    margin: 0 auto;
    background: #fff;
    border-radius: 4rem;
    padding: 6rem 0 4rem;
    position: relative
}

.login .section-box .content .signin {
    position: absolute;
    left: 0;
    top: 0;
    width: 25.5rem;
    height: 7.3rem
}

.login .section-box .content .signin img {
    width: 25.5rem;
    height: 7.3rem
}

.login .section-box .content .userinfo {
    margin-top: 5rem;
    width: 100%;
    border-radius: 1rem;
    padding: 0 3rem
}

.login .section-box .content .userinfo .line {
    width: 90%;
    height: .1rem;
    margin: .5rem auto;
    background: #cecece
}

.login .section-box .content .userinfo .tit {
    text-align: left;
    font-size: 3.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333
}

.login .section-box .content .forgot {
    text-align: left;
    font-size: 2.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #14324F;
    margin-top: 2rem
}

.login .section-box .goforget {
    height: 12rem;
    background: #00621f;
    border-radius: 0 0 4rem 4rem;
    margin-top: -3rem;
    justify-content: center;
    padding-top: 3rem
}

.login .section-box .goforget .ser-img {
    width: 5.2rem;
    height: 5.2rem
}

.login .section-box .goforget .ser-tit {
    font-size: 3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    margin-left: 1rem
}

.login .section-box .downloadapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem
}

.login .section-box .downloadapp p {
    font-size: 4rem;
    font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
    font-weight: 400;
    color: #333841;
    margin-left: 2rem
}

.login .section-box .downloadapp img {
    width: 3.8rem;
    height: 3rem
}

.login .section-box .upsign {
    width: 53rem;
    height: 8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem
}

.login .section-box .upsign p {
    color: #333841;
    font-size: 3.6rem;
    margin-right: 2rem;
    font-weight: 700
}

.login .section-box .upsign img {
    width: 3rem;
    height: 3rem
}

 .input-box {
    background: #f5f5f5;
    border: none;
    margin-top: 1rem;
    height: 9.6rem;
    border-radius: 1rem;
    align-items: center
}

 .input-box .van-field__control {
    font-weight: 500;
    font-size: 3.2rem
}

 .input-box input::placeholder {
    font-size: 3.2rem;
    font-weight: 400
}

 .input-box .van-field__left-icon {
    margin-right: 2rem
}

 .input-box .van-field__left-icon .phone-left {
    display: flex;
    align-items: center;
    position: relative;
    width: 8rem
}

 .input-box .van-field__left-icon .phone-left:after {
    display: block;
    position: absolute;
    content: "";
    width: .2rem;
    height: 3.4rem;
    background: #e4e4e4;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

 .input-box .van-field__left-icon .phone-left .imgt {
    margin-right: 0
}

 .input-box .van-field__left-icon .phone-left p {
    font-size: 3.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #14324F;
    position: relative
}

 .input-box .van-field__right-icon p {
    font-size: 2.8rem;
    padding: .8rem 1.8rem;
    background: #fff;
    color: #fa8e39;
    border-radius: 1rem;
    font-weight: 500
}

 .input-box .van-field__right-icon img {
    width: 3.4rem;
    height: 2.2rem
}

 .input-box input::placeholder {
    color: #999
}

 .input-box input {
    color: #14324F
}

 .input-box:after {
    display: none
}

.login .section-box .content .userinfo  .error {
    color: red;
    display: flex;
    flex-direction: column;
    text-align: left;
}

 .btnsign {
    width: 61.4rem;
    height: 9.6rem;
    background: #89ba16;
    border-radius: 1rem;
    margin-top: 6rem
}

 .btnsign .van-button__content span {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff
}

 .unsign {
    width: 61.4rem;
    height: 9.6rem;
    background: #f5f5f5;
    border-radius: 1rem;
    margin-top: 3rem
}

 .unsign .van-button__content span {
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333
}

/*********** MODAL ************
*********** ****************/
.msg-active {
    font-size: 14px;
    background: rgba(3, 0, 0, 0.7);
    border-radius: 0.3rem;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
    padding: 0.2rem 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  
  .msg-active div {
    width: 32px;
    height: 32px;
    background: url(../img/error.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.65rem;
    margin-bottom: 0.45rem;
  }
  
  .msg-active div.success {
    background: url(../img/success.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .msg-active b {
    width: 100%;
    /*font-size: 0.25rem;
    line-height: 0.3rem;*/
    color: #fff;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    opacity: 0;
    top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 0.3rem;
  }
  
  .loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(90, 66, 66, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .loading.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  .loading p {
    font-size: 0.29rem;
    color: #fff;
    margin-top: 0.2rem;
  }
  
  .loading .loader {
    border: 0.16rem solid #f3f3f3;
    border-radius: 50%;
    border-top: 0.16rem solid #0BB8E4;
    width: 1rem;
    height: 1rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .hsycms-model-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2222;
  }
  
  .hsycms-model {
    position: fixed;
    z-index: 3333;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    max-width: 80%;
    max-height: 80%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .hsycms-model.hsycms-model-loading {
    padding: 20px 12px;
    width: 100px;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .hsycms-model.hsycms-model-loading .hsycms-model-text {
    padding: 0;
    color: #fff;
  }
  
  .hsycms-model .hsycms-model-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .hsycms-model .hsycms-model-load span {
    width: 6px;
    -webkit-animation: hsycms-alert-load 1s ease infinite;
    animation: hsycms-alert-load 1s ease infinite;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    margin: 0 5px;
    height: 6px;
    opacity: 0;
    border-radius: 6px;
    background: #fff;
  }
  
  .hsycms-model .hsycms-model-load span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .hsycms-model .hsycms-model-load span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .hsycms-model .hsycms-model-text {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 23px;
    padding: 0 20px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: hsycms-alert-text 0.3s ease forwards;
    animation: hsycms-alert-text 0.3s ease forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .hsycms-ani-open {
    -webkit-animation: hsycms-open 0.3s ease forwards;
    animation: hsycms-open 0.3s ease forwards;
  }
  
  .hsycms-ani-close {
    -webkit-animation: hsycms-close 0.3s ease forwards;
    animation: hsycms-close 0.3s ease forwards;
  }
  
  @-webkit-keyframes hsycms-open {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes hsycms-open {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes hsycms-close {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    30% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.5;
    }
  
    100% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
    }
  }
  
  @keyframes hsycms-close {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    30% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.5;
    }
  
    100% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes hsycms-alert-text {
    from {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
    }
  
    to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
  @keyframes hsycms-alert-text {
    from {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
    }
  
    to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes hsycms-alert-load {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 0;
    }
  }
  
  @keyframes hsycms-alert-load {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 0;
    }
  }