.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.box.row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-direction: normal;
    -webkit-box-direction: normal
}

.box.row-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse
}

.box.column,.box.column-reverse {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical
}

.box.column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal
}

.box.column-reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse
}

.box.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple
}

.box.nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-lines: single
}

.box.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    -webkit-box-pack: end
}

.box.justify {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify
}

.box.around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-fr {
    transition: width .2s;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.box-aw {
    min-width: 0;
    -webkit-transition: width .2s;
    transition: width .2s;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.box-aw img {
    width: 100%;
    height: auto
}

.box-aw img.auto-width {
    width: auto;
    max-width: none
}

.box-aw img[data-delay] {
    max-width: none
}

*,:after,:before,legend {
    -webkit-box-sizing: border-box
}

button,hr,input {
    overflow: visible
}

body,figure,ul {
    margin: 0
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font: 400 16px/1.618 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,sans-serif
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary,svg {
    display: block
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0
}

a:active,a:hover {
    outline-width: 0
}

b,strong {
    font-weight: bolder
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,input,select,textarea {
    font: inherit;
    margin: 0;
    outline: 0
}

button,select {
    text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
     -webkit-appearance: button
 }[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
      padding: 0;
      border-style: none
  }[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
       outline: ButtonText dotted 1px
   }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body [data-aos=zoom-in-up] {
    -webkit-transform: translateY(100px) scale(.94);
    -ms-transform: translateY(100px) scale(.94);
    transform: translateY(100px) scale(.94)
}

.btn-link,.btn-link a {
    color: #244386
}

.btn-link a:hover,.btn-link:hover {
    color: #244386;
}

.hide {
    display: none;
    opacity: 0
}

.show {
    display: block;
    opacity: 1
}

.btn,.btn a {
    padding: .4rem 1.2rem;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: 0
}

.btn a.block,.btn.block {
    display: block;
    width: 100%
}

.btn a.btn-lg,.btn.btn-lg {
    font-size: 1.125rem
}

.btn a:disabled,.btn:disabled {
    cursor: default;
    opacity: .9
}

.btn a:disabled:not([class~=btn-disabled-green]),.btn:disabled:not([class~=btn-disabled-green]) {
    color: #ccc;
    border-color: #eee;
    background: #f8f8f8
}

.btn-link,.btn-link a {
    padding: 0;
    color: #9ea7b4;
    border: none;
    border-radius: 0
}

.btn-link a:not(:disabled):hover,.btn-link:not(:disabled):hover {
    color: #3bc372
}

.btn-green {
    color: #fff;
    background: #9ea7b4;
}

.btn-green:not(:disabled):hover {
    background: #51a2f6;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.span-box {
    display: inline-block
}

input:not([type=button]) {
    font-size: .875rem;
    line-height: 1.6;
    padding: 12px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    outline: 0;
    background: #f3f6f8
}

input:not([type=button]):focus {
    color: #666;
    border-color: #9ea7b4;
    background: #eef1f3
}

input:not([type=button]).error {
    color: #666;
    border-color: #e35b5a
}

input:not([type=button])[type=number] {
    -moz-appearance: textfield
}

input:not([type=button]):disabled {
    opacity: .7
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-webkit-input-placeholder {
    color: #aaa
}

input::-moz-placeholder {
    color: #aaa
}

input:-ms-input-placeholder {
    color: #aaa
}

input:-moz-placeholder {
    color: #aaa
}

.checkbox-group input {
    display: none;
    opacity: 0
}

.checkbox-group input[type=checkbox]+label,.checkbox-group input[type=radio]+label {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-group input[type=checkbox]+label:before,.checkbox-group input[type=radio]+label:before {
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #dce4e6;
    background-color: #f3f6f8
}

.checkbox-group input[type=checkbox]+label:before {
    border-radius: 3px
}

.checkbox-group input[type=radio]+label:before {
    border-radius: 50%
}

.checkbox-group input[type=checkbox]:checked+label:before,.checkbox-group input[type=radio]:checked+label:before {
    text-align: center;
    color: #fff;
    border-color: #244386
}

.checkbox-group input[type=checkbox]:checked+label:before {
    content: '\2713';
    background-color: #244386
}

.checkbox-group input[type=radio]:checked+label:before {
    border-width: 6px;
    background: #fff
}

body {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: url(../../img/login_bg.jpg) center no-repeat fixed;
    background-size: cover
}

body.reg {
    min-height: 850px
}

hr {
    border: none;
    border-top: 1px solid #eee
}

.home-header .logo {
    display: inline-block;
    /*max-height: 60px;*/
    margin: 5vh 0 4vh 130px;
}

.home-wrapper {
    height: 64vh
}

.home-body-box,.login-body,.logon-body {
    position: relative;
    width: 580px;
    margin: auto;
    padding: 35px 30px;
    color: #666;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px #767676;
    box-shadow: 1px 1px 4px #767676
}

.home-body-box .login-title,.login-body .login-title,.logon-body .login-title {
    font-size: 28px;
    margin-bottom: 40px
}

.home-body-box input,.login-body input,.logon-body input {
    width: 100%
}

.home-body-box .form-wrapper .form-item:not(:last-child),.login-body .form-wrapper .form-item:not(:last-child),.logon-body .form-wrapper .form-item:not(:last-child) {
    margin-bottom: 20px
}

.home-body-box .form-wrapper .form-button,.login-body .form-wrapper .form-button,.logon-body .form-wrapper .form-button {
    font-size: 1.25rem;
    margin-top: 40px;
}

.login-body .form-wrapper,.logon-body .form-wrapper {
    margin-right: 52px;
    margin-left: 38px
}

.home-body-box {
    width: 500px;
    height: 420px
}

.home-body-box .title {
    font-size: 1.375rem;
    margin-bottom: 15px;
    text-align: center
}

.home-body-box .reset-box {
    height: 90%
}

.home-body-box .form-wrapper {
    width: 300px;
    margin: auto
}

.home-footer {
    font-size: .875rem;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 5.5vh 0;
    text-align: center;
    color: #fff
}

.home-footer a:not([class]) {
    color: #fff
}

.home-footer a {
    margin: 0 2px
}

.home-footer>div {
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.form-tips {
    background: rgba(245,93,84,0.1);
    border: 1px solid rgba(245,93,84,0.2);
    color: #f55d54;
    margin: 10px 0 20px 0;
    padding: 10px;
    text-align: left;
}