/*!
 * Copyright (c) 2020-Now http://www.j2eefast.com All rights reserved.
 * No deletion without permission
 * @author ZhouZhou
 * @version 2021-12-09
 */
@charset "UTF-8";
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
}
button{
    border: none !important;
    outline: medium !important;
}
body {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: url(../img/login/bj.jpg) center no-repeat fixed;
    background-size: cover;
}

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

.home-header .logo {
    display: inline-block;
    width: 800px;
    height: 52px;
    margin: 5vh 0 10vh 240px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;

) no-repeat: ;
}

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

.box {
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    background: transparent;
    margin-bottom: 0px;
    border-top: 0px;
}

.login-body, .logon-body {
    position: relative;
    width: 400px;
    padding: 35px 15px;
    color: #666;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 4px #767676;
    float: left;
    left:50%;
    margin-left: 300px;
}

.login-body .login-tabs {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 93px;
    height: 93px;
}

.login-body .login-tabs .tab-bg {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #31b968;
}

.login-body .login-tabs .version {
    width: 80px;
    height: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 5px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.login-body .login-title {
    font-size: 1.375em;
    margin-bottom: 40px;
}


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

.login-box {
    margin-top: 0;
    padding-top: 2%;
}

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

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

.form-item:not(:last-child){
    margin-bottom: 20px;
}

.login-body .form-wrapper .form-item{
    position: relative;
}


.login-body input{
    width: 100%;
}

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

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

.form-item .form-tips, .login-body .form-wrapper .form-item .form-tips{
    position: absolute;
    top: 100%;
}

.form-tips, .login-body .form-wrapper .form-tips{
    line-height: 20px;
}

.form-wrapper .form-tips {
    font-size: .75rem;
    color: #31b968;
}

.login-body .form-wrapper .form-item:not(:last-child){
    margin-bottom: 20px;
}

.login-body .form-wrapper .form-button{
    font-size: 1.25rem;
}

.btn a.block, .btn.block {
    display: block;
    width: 100%;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button,input,select,textarea{
    font:inherit;
    margin:0;
    outline:0
}
optgroup{
    font-weight:700
}
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
}

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


.btn-green {
    color: #fff;
    background: #31b968;
}
.btn, .btn a {
    padding: .55em 1.2em;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: 0;
}

.btn:hover{
    color:white
}

.btn-green:not(:disabled):hover{
    background:#3bc372
}

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


.social-auth-links .oauth-title {
    display: table;
    white-space: nowrap;
    height: auto;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Liberation Sans","PingFang SC","Microsoft YaHei","Hiragino Sans GB","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
}

.social-auth-links .oauth-list {
    display: flex !important;
    -webkit-box-pack: center !important;
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.oauth-list>.item:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.oauth-list .item {
    table-layout: fixed;
    list-style-type: none;
    list-style-position: outside;
    padding: .3em 0;
    line-height: 1.2;
    margin-left: 48px !important;
}

.oauth-list .item a>img {
    width: 32px;
    height: 32px;
}

.social-auth-links .oauth-title:before {
    background-position: right 1em top 50%;
}

.social-auth-links .oauth-title:after {
    background-position: left 1em top 50%;
}

.social-auth-links .oauth-title:after, .social-auth-links .oauth-title:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.login__ie_compatible {
    left: 0;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 20px;
    bottom: 0;
}

.login__ie_compatible:last-child {
    margin-top: 5px;
}

.login__ie_compatible>.icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.login-body .other-login-wrapper {
    width: 230px;
    padding-left: 18px;
    border-left: 1px dashed #eee;
    font-size: 14px;
}

b, strong {
    font-weight: bolder;
}

.home-footer {
    /*font-size: .875em;*/
    /*line-height: 2;*/
    /*width: 100%;*/
    /*margin: 5.5vh 0;*/
    /*text-align: center;*/
    font-size: 13px;
    line-height: 1.33;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7px;
    color: #fff;
}

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

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

.home-footer a {
    margin: 0 2px;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: 0;
}

.home-footer a {
    margin: 0 2px;
}
.btn-link, .btn-link a {
    padding: 0;
    color: #31b968;
    border: none;
    border-radius: 0;
}

/** 滚动条样式 **/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #999;
}

/** 顶部提示*/
.callout.callout-danger {
    border-color: #c23321;
    background-color: #dd4b39 !important;
}
.callout.callout-danger,.callout.callout-warning {
    color: #fff !important;
}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    font-size: 13px;
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert a:hover {
    color: #f5f5f5;
    text-decoration: none;
}
.alert .close {
    color:#000;
    opacity:.2;
    filter:alpha(opacity=20)
}
.alert .close:hover {
    opacity:.5;
    filter:alpha(opacity=50)
}
.callout.callout-warning {
    background-color: #f39c12 !important;
    border-color: #c87f0a;
}

/** 遮罩层 **/
.loaderbox {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/*** 圆形动画滚动**/
.loaderbox .loading-circle {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-top: .225em solid rgba(163,175,183,.5);
    border-right: .225em solid rgba(163,175,183,.5);
    border-bottom: .225em solid rgba(163,175,183,.5);
    border-left: .225em solid #a3afb7;
    -webkit-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
    margin-right: 10px;
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}@keyframes loader-circle {
     0% {
         -webkit-transform:rotate(0);
         transform:rotate(0)
     }
     100% {
         -webkit-transform:rotate(360deg);
         transform:rotate(360deg)
     }
 }
/********/

/***方形**/
.loaderbox .loading-cube {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    -webkit-transform: rotate(
            45deg
    ) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}
.loaderbox .loading-cube:after, .loaderbox .loading-cube:before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    background: #a3afb7;
}
.loaderbox .loading-cube:before {
    bottom: 50%;
    left: 0;
    -webkit-animation: loader-folding-cube-before 2.4s infinite ease-in-out;
    animation: loader-folding-cube-before 2.4s infinite ease-in-out;
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}
.loaderbox .loading-cube:after {
    top: 50%;
    right: 0;
    -webkit-animation: loader-folding-cube-after 2.4s infinite ease-in-out;
    animation: loader-folding-cube-after 2.4s infinite ease-in-out;
}

@-webkit-keyframes loader-folding-cube-before {
    0% {
        width:50%;
        height:0
    }
    12.5%,7.5% {
        width:50%;
        height:50%
    }
    20%,25% {
        width:100%;
        height:50%
    }
    50% {
        right:0;
        left:auto;
        width:100%;
        height:50%
    }
    57.5%,62.5% {
        width:50%;
        height:50%
    }
    70%,75% {
        width:50%;
        height:0
    }
}@keyframes loader-folding-cube-before {
     0% {
         width:50%;
         height:0
     }
     12.5%,7.5% {
         width:50%;
         height:50%
     }
     20%,25% {
         width:100%;
         height:50%
     }
     50% {
         right:0;
         left:auto;
         width:100%;
         height:50%
     }
     57.5%,62.5% {
         width:50%;
         height:50%
     }
     70%,75% {
         width:50%;
         height:0
     }
 }@-webkit-keyframes loader-folding-cube-after {
      0% {
          width:50%;
          height:0
      }
      12.5%,7.5% {
          width:50%;
          height:50%
      }
      20%,25% {
          width:100%;
          height:50%
      }
      50% {
          right:auto;
          left:0;
          width:100%;
          height:50%
      }
      57.5%,62.5% {
          width:50%;
          height:50%
      }
      75% {
          width:50%;
          height:0
      }
  }
@keyframes loader-folding-cube-after {
    0% {
        width:50%;
        height:0
    }
    12.5%,7.5% {
        width:50%;
        height:50%
    }
    20%,25% {
        width:100%;
        height:50%
    }
    50% {
        right:auto;
        left:0;
        width:100%;
        height:50%
    }
    57.5%,62.5% {
        width:50%;
        height:50%
    }
    75% {
        width:50%;
        height:0
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}