@charset "UTF-8";

li {
    list-style: none;
}

html {
    height: 100%;
}

body.login {
    min-width: 320px;
    height: 100%;
}

body.login {
    padding-top: 0;
}

.hide {
    display: none;
}
.password-btn-container{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    /* background-color: aliceblue; */
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    cursor: pointer;
  }
.page-login {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
    background-size: cover;
    background-position: 50% 50%;
}

.language-version-switch {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.language-version-switch .language-version-switch-drown {
    display: none;
    width: 100px;
    border: 1px solid #e0e0e0;
    border-top-color: transparent;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding-bottom: 5px;
}

.language-version-switch .language-version-switch-drown a {
    width: 100%;
    padding: 10px;
    line-height: 1;
    color: #424242;
}

.language-version-switch .language-version-switch-drown a:hover,
.language-version-switch .language-version-switch-drown a:active {
    background-color: #f5f5f5;
}

.language-version-switch a.language-version-switch-btn {
    width: 100px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #424242;
    font-size: 12px;
}

.language-version-switch a.language-version-switch-btn::after {
    position: absolute;
    top: 7px;
    right: 7px;
    font-family: "icomoon";
    color: #424242;
    content: "\e941";
}

.language-version-switch a.language-version-switch-btn.open {
    border-radius: 5px 5px 0 0;
}

.language-version-switch a.language-version-switch-btn.open,
.language-version-switch a.language-version-switch-btn.open:after {
    color: green;
}

.language-version-switch a.language-version-switch-btn.open+.language-version-switch-drown {
    display: block;
}

.language-version-switch a {
    display: block;
}

.language-version-switch a:hover,
.language-version-switch a:active,
.language-version-switch a:hover:after,
.language-version-switch a:active:after {
    color: green;
}

.page-login .bgimg.fullscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.page-login .bgimg.fullscreen img {
    width: 100%;
    height: 100%;
}

.page-login .bgimg.fullscreen .page-login .logo {
    width: 100%;
}

.page-login .login {
    width: 440px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    padding-bottom: 20px;
    margin: auto auto;
    margin-top: -200px;
    z-index: 99999;
    border: 1px solid;
    border-color: transparent;
}

.page-login .login[disabled="disabled"] {
    cursor: not-allowed;
}

.page-login .login[disabled="disabled"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(225, 225, 225, 0.4);
    z-index: 10;
}

.login .page-login .login {
    z-index: 999;
}

.page-login .login .regist {
    padding: 0 30px;
}

/* common-top-right  登录框在页面右侧*/
.page-login.common-top-right .logo {
    padding: 15px 5%;
}

.page-login.common-top-right .login {
    margin-left: 0;
}

.page-login.common-top-right .login .title {
    text-align: center;
    padding: 15px 0 0;
}

.page-login.common-top-right .login.title-light {
    color: #333;
    border-color: #dedede;
}

.page-login.common-top-right .login.title-dark {
    color: #dedede;
    border-color: #333;
}

/* flattening-middle 登录框在页面中间 */
.page-login.flattening-middle .logo {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: auto auto;
    margin-top: -250px;
    margin-left: -83px;
}

.page-login.flattening-middle .login {
    right: 50%;
    margin-right: -220px;
}

/* flattening-middle 登录框在页面中间，没有title*/
.page-login.flattening-middle .title {
    display: none;
}

/* flattening-middle 登录框在页面中间，底部文字居中*/
.page-login.flattening-middle .footer {
    text-align: center;
    padding: 0;
}

.page-login .login.login-bg-light {
    background: #fff;
    opacity: 1;
}

.page-login .login.login-shadow {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.page-login .login .title {
    position: relative;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    /*   border-bottom: 2px #f3f3f3 solid; */
    padding: 8px 28px 2px 28px;
    margin-bottom: 24px;
    font-weight: bold;
}

.page-login .login .group-from {
    line-height: 35px;
    margin: 0px 28px 15px 28px;
    position: relative;
    /* placeholder */
}

.page-login .login .group-from input {
    width: 100%;
    height: 40px;
    padding: 6px 5px 6px 40px;
    outline: none;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #555;
    background-color: transparent;
}

.page-login .login .group-from input+.fa {
    color: #bbb;
}

.page-login .login .group-from input:focus {
    border-color: #888;
    background: rgba(255, 255, 255, 0.3);
}

.page-login .login .group-from input:focus+.fa {
    color: #888;
}

.page-login .login .group-from input::-webkit-input-placeholder {
    text-align: left;
    color: #ccc;
}

.page-login .login .group-from.from-light {
    color: #596069;
}

.page-login .login .group-from.from-dark {
    color: #dedede;
}

.page-login .login .group-from .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    font-size: 20px;
}

.page-login .login .group-from .cue {
    color: #e00000;
    line-height: 16px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*注册按钮*/
.page-login .login .pt {
    line-height: 1.5;
    text-align: right;
}

.page-login .login .pt a,
.page-login .login .pt span {
    color: #555;
}

.page-login .login .pt a:hover,
.warp .login .pt a:active {
    color: #5c7697;
}

/*记住密码*/
.remember {
    display: none;
}

.remember-pwd {
    margin: 0 28px;
    height: 20px;
}

.remember-pwd label{
    float: left;
    position: relative;
}

.remember-pwd label .text-pwd {
    margin: 0 0 -15px 27px;
    font-weight: 500;
}

.remember[type=checkbox]+span {
    display: inline-block;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #d0dce5;
    color: #353535;
    position: absolute;
    margin-right: 20px;
    left: 0;
}

.remember[type=checkbox]:checked+span:after {
    content: '\2714';
    position: absolute;
    font-size: 14px;
    left: 4px;
}

.page-login .footer {
    background: #fff;
    height: 50px;
    line-height: 40px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    position: fixed;
    /* top: 50%; */
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 150px 0 0;
}

/* loginbtn 登录按钮四种颜色*/
.page-login .login .loginbtn {
    height: 48px;
    line-height: 48px;
    margin: 20px 28px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.page-login .login .loginbtn a {
    height: 48px;
    color: #fff;
    display: block;
    font-size: 20px;
    text-decoration: none;
}

.page-login .login .loginbtn a:active {
    display: block;
}

.page-login .login .loginbtn-red {
    background: -webkit-linear-gradient(#e53939, #d11d1d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e53939, #d11d1d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e53939, #d11d1d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#e53939, #d11d1d);
    /* 标准的语法（必须放在最后） */
}

.page-login .login .loginbtn-red a:active {
    background: #e53939;
}

.page-login .login .loginbtn-orange {
    background: -webkit-linear-gradient(#fed300, #f18800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fed300, #f18800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fed300, #f18800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fed300, #f18800);
    /* 标准的语法（必须放在最后） */
}

.page-login .login .loginbtn-orange a:active {
    background: #fed300;
}

.page-login .login .loginbtn-green {
    background: -webkit-linear-gradient(#629f36, #369803);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#629f36, #369803);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#629f36, #369803);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#629f36, #369803);
    /* 标准的语法（必须放在最后） */
}

.page-login .login .loginbtn-green a:active {
    background: #629f36;
}

.page-login .login .loginbtn-blue {
    background: -webkit-linear-gradient(#16679f, #0b3f80);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#16679f, #0b3f80);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#16679f, #0b3f80);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#16679f, #0b3f80);
    /* 标准的语法（必须放在最后） */
}

.page-login .login .loginbtn-blue a:active {
    background: #16679f;
}

/* login-bg */
.page-login .bg-shadow {
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

/* bg-dark-opacity登录框背景黑色深浅度 */
.page-login .bg-dark-opacity-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.page-login .bg-dark-opacity-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.page-login .bg-dark-opacity-3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.page-login .bg-dark-opacity-4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.page-login .bg-dark-opacity-5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-login .bg-dark-opacity-6 {
    background-color: rgba(0, 0, 0, 0.6);
}

.page-login .bg-dark-opacity-7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.page-login .bg-dark-opacity-8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.page-login .bg-dark-opacity-9 {
    background-color: rgba(0, 0, 0, 0.9);
}

.page-login .bg-dark-opacity-10 {
    background-color: #000;
}

/* bg-light-opacity登录框背景白色深浅度 */
.page-login .bg-light-opacity-1 {
    background-color: rgba(225, 225, 225, 0.1);
}

.page-login .bg-light-opacity-2 {
    background-color: rgba(225, 225, 225, 0.2);
}

.page-login .bg-light-opacity-3 {
    background-color: rgba(225, 225, 225, 0.3);
}

.page-login .bg-light-opacity-4 {
    background-color: rgba(225, 225, 225, 0.4);
}

.page-login .bg-light-opacity-5 {
    background-color: rgba(225, 225, 225, 0.5);
}

.page-login .bg-light-opacity-6 {
    background-color: rgba(225, 225, 225, 0.6);
}

.page-login .bg-light-opacity-7 {
    background-color: rgba(225, 225, 225, 0.7);
}

.page-login .bg-light-opacity-8 {
    background-color: rgba(225, 225, 225, 0.8);
}

.page-login .bg-light-opacity-9 {
    background-color: rgba(225, 225, 225, 0.9);
}

.page-login .bg-light-opacity-10 {
    background-color: #fff;
}

/* border */
/* border-light 登录框边框白色深浅度*/
.page-login .border-light-opacity-1 {
    border-color: rgba(222, 222, 222, 0.1);
}

.page-login .border-light-opacity-2 {
    border-color: rgba(222, 222, 222, 0.2);
}

.page-login .border-light-opacity-3 {
    border-color: rgba(222, 222, 222, 0.3);
}

.page-login .border-light-opacity-4 {
    border-color: rgba(222, 222, 222, 0.4);
}

.page-login .border-light-opacity-5 {
    border-color: rgba(222, 222, 222, 0.5);
}

.page-login .border-light-opacity-6 {
    border-color: rgba(222, 222, 222, 0.6);
}

.page-login .border-light-opacity-7 {
    border-color: rgba(222, 222, 222, 0.7);
}

.page-login .border-light-opacity-8 {
    border-color: rgba(222, 222, 222, 0.8);
}

.page-login .border-light-opacity-9 {
    border-color: rgba(222, 222, 222, 0.9);
}

.page-login .border-light-opacity-10 {
    border-color: #fff;
}

/* border-dark 登录框边框黑色深浅度*/
.page-login .border-dark-opacity-1 {
    border-color: rgba(0, 0, 0, 0.1);
}

.page-login .border-dark-opacity-2 {
    border-color: rgba(0, 0, 0, 0.2);
}

.page-login .border-dark-opacity-3 {
    border-color: rgba(0, 0, 0, 0.3);
}

.page-login .border-dark-opacity-5 {
    border-color: rgba(0, 0, 0, 0.4);
}

.page-login .border-dark-opacity-5 {
    border-color: rgba(0, 0, 0, 0.5);
}

.page-login .border-dark-opacity-6 {
    border-color: rgba(0, 0, 0, 0.6);
}

.page-login .border-dark-opacity-7 {
    border-color: rgba(0, 0, 0, 0.7);
}

.page-login .border-dark-opacity-8 {
    border-color: rgba(0, 0, 0, 0.8);
}

.page-login .border-dark-opacity-9 {
    border-color: rgba(0, 0, 0, 0.9);
}

.page-login .border-dark-opacity-10 {
    border-color: #000;
}

/* border-radius登录框是否圆角 */
.page-login .border-radius-none {
    border-radius: 0px;
}

.page-login .border-radius-slight {
    border-radius: 5px;
}

.page-login .border-radius-moderate {
    border-radius: 15px;
}

.page-login .border-radius-severe {
    border-radius: 25px;
}

.login-form-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 370px;
    margin: -185px 0 0 0;
    background: #fcc477;
    overflow: hidden;
}

.login-form-bg .light-box {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 370px;
    margin: -185px 0 0 0;
    z-index: 1;
}

.login-form-bg .light-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    display: block;
    width: 400px;
    height: 370px;
    margin: -185px 0 0 0;
    z-index: -1;
    background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), transparent);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), transparent);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), transparent);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), transparent);
    /* 标准的语法 */
    animation: light 6s infinite;
    -webkit-animation: light 6s infinite;
    /*Safari and Chrome*/
}

.login-form-bg .light-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.logo-left {
    position: absolute;
    display: block;
    width: 1200px;
    height: 65px;
    top: 50%;
    left: 0;
    margin: -280px 0 0 100px;
    z-index: 9;
}

.circle-group .circle-group-item {
    position: absolute;
    border-radius: 100px;
    bottom: -100px;
    display: block;
    background: #ffa800;
    z-index: 2;
    animation: mymove 10s infinite;
    -webkit-animation: mymove 10s infinite;
    /*Safari and Chrome*/
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(5px);
    /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
    /* IE6~IE9 */
}

.circle-group .circle-group-item:nth-child(1) {
    width: 100px;
    height: 100px;
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    bottom: -160px;
}

.circle-group .circle-group-item:nth-child(2) {
    width: 30px;
    height: 30px;
    animation-delay: 4.4s;
    -webkit-animation-delay: 4.4s;
    left: 160px;
}

.circle-group .circle-group-item:nth-child(3) {
    width: 90px;
    height: 90px;
    animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    left: 160px;
}

.circle-group .circle-group-item:nth-child(4) {
    width: 64px;
    height: 64px;
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    left: 760px;
}

.circle-group .circle-group-item:nth-child(5) {
    width: 30px;
    height: 30px;
    animation-delay: 4.4s;
    -webkit-animation-delay: 4.4s;
    left: 360px;
}

.circle-group .circle-group-item:nth-child(6) {
    width: 120px;
    height: 120px;
    animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    left: 520px;
    bottom: -200px;
}

.circle-group .circle-group-item:nth-child(7) {
    width: 75px;
    height: 75px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    left: 430px;
}

.circle-group .circle-group-item:nth-child(8) {
    width: 40px;
    height: 40px;
    animation-delay: 6.8s;
    -webkit-animation-delay: 6.8s;
    left: 160px;
}

.circle-group .circle-group-item:nth-child(9) {
    width: 100px;
    height: 100px;
    animation-delay: 7.6s;
    -webkit-animation-delay: 7.6s;
    left: 860px;
    opacity: .75;
}

.circle-group .circle-group-item:nth-child(10) {
    width: 72px;
    height: 72px;
    animation-delay: 8.4s;
    -webkit-animation-delay: 8.4s;
    left: 660px;
}

.circle-group .circle-group-item:nth-child(11) {
    width: 40px;
    height: 40px;
    animation-delay: 4.4s;
    -webkit-animation-delay: 4.4s;
    left: 1060px;
    opacity: .4;
}

.circle-group .circle-group-item:nth-child(12) {
    width: 64px;
    height: 64px;
    animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s;
    left: 1760px;
}

.circle-group .circle-group-item:nth-child(13) {
    width: 100px;
    height: 100px;
    animation-delay: 8.6s;
    -webkit-animation-delay: 8.6s;
    left: 1800px;
    opacity: .5;
}

.circle-group .circle-group-item:nth-child(14) {
    width: 120px;
    height: 120px;
    animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
    bottom: -300px;
    left: 1620px;
    opacity: .4;
}

.circle-group .circle-group-item:nth-child(15) {
    width: 20px;
    height: 20px;
    animation-delay: 5.4s;
    -webkit-animation-delay: 5.4s;
    left: 1860px;
}

@keyframes mymove {
    from {
        bottom: -120px;
        opacity: .25;
        background: #ff1c31;
    }

    to {
        bottom: 400px;
        opacity: .05;
        background: #f44b00;
    }
}

@-webkit-keyframes mymove {
    from {
        bottom: -120px;
        opacity: .25;
        background: #ff1c31;
    }

    to {
        bottom: 400px;
        opacity: .05;
        background: #f44b00;
    }
}

.login-form-bg-active img {
    position: absolute;
    display: block;
    width: 600px;
    height: 180px;
    left: 50%;
    top: 50%;
    z-index: 19;
    animation: imgmove 5s infinite;
    -webkit-animation: imgmove 5s infinite;
    /*Safari and Chrome*/
}

@-webkit-keyframes imgmove {
    0% {
        width: 600px;
        opacity: .05;
        margin: -2px 0 0 -430px;
    }

    70% {
        opacity: .4;
    }

    100% {
        width: 600px;
        opacity: 0;
        margin: -27px 0 0 150px;
    }
}

@-webkit-keyframes light {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/* 轮播图样式*/
.pt-rotaryplantingmap {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pt-rotaryplantingmap li {
    position: absolute;
    top: 0;
    left: 0;
}

.login-tab {
    width: 100%;
}

.login-tab ul.tab-nav {
    width: 100%;
    margin: 15px 28px 20px 28px;
    padding: 0;
    height: 35px;
}

.login-tab ul.tab-nav li.tab-nav-item {
    float: left;
    padding: 6px 0;
    margin: 0 25px 0 0;
    font-size: 16px;
    color: #333;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.login-tab ul.tab-nav li.tab-nav-item.current {
    border-color: #16679f;
    color: #16679f;
}

.login-tab .tab-body .tab-content {
    display: none;
}

.login-tab .tab-body .tab-content.current {
    display: block;
}

/*图片验证码*/
.page-login .login .group-from.group-from-code input {
    padding-left: 5px;
    width: 70%;
}

.page-login .login .group-from.group-from-code .verify-code {
    width: 29%;
    float: right;
    height: 40px;
    border: 1px solid #bbb;
    text-align: right;
    line-height: 48px;
    color: #888;
}

.page-login .login .group-from.group-from-code .verify-code img {
    width: 100%;
    height: 100%;
}

.page-login .login .login-choose {
    margin: 15px 28px 0 28px;
}

.page-login .login .login-choose ul {
    margin: 0;
    padding: 0;
}

.page-login .login .login-choose ul li {
    float: left;
    color: #555;
    margin-right: 5px;
}

.page-login .login .pt {
    float: right;
}

.page-login .login .group-from.group-from-code input {
    padding-left: 5px;
    width: 70%;
}

/*短信验证码*/
.page-login .login .group-from.group-from-phone-code .phone-code {
    width: auto;
    position: absolute;
    top: 10px;
    right: 5px;
}

.page-login .login .group-from.group-from-phone-code .phone-code input.btn {
    width: auto;
    padding: 0;
    height: auto;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px;
    border: navajowhite;
    border-radius: 3px;
    background-color: #a07941;
}

.page-login .login .group-from.group-from-phone-code .phone-code input.btn:hover,
.page-login .login .group-from.group-from-phone-code .phone-code input.btn:focus {
    background-color: #886129;
}

/*二维码登录*/
.login-code {
    position: relative;
    padding: 40px;
}

.login-code .btn-back {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #64b1e9;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
}

.login-code .img {
    margin: 0 auto;
    text-align: center;
}

.login-code h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}

.login-code h4 {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

.login.login-loading:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.login .loginbtn {
    background-color: #999;
    position: relative;
    z-index: 1;
}

.login.login-loading .loginbtn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    color: #fff;
    font-size: 16px;
    z-index: 100;
    padding-left: 15px;
}

.login.login-loading .loginbtn-blue.loginbtn:before {
    background: linear-gradient(#3e6698, #33537d);
}

.login.login-loading .loginbtn-red.loginbtn:before {
    background: -webkit-linear-gradient(#ce5656, #ab3939);
}

.login.login-loading .loginbtn-orange.loginbtn:before {
    background: linear-gradient(#ceb952, #b17a32);
}

.login.login-loading .loginbtn-green.loginbtn:before {
    background: -webkit-linear-gradient(#5b8a3a, #3c6726);
}

.login .loginbtn:after {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 28%;
    font-family: "icomoon";
    content: "\e9c0";
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: linear;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: normal;
    /*定义动画方式 */
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    color: #fff;
    opacity: 0;
}

.login.login-loading .loginbtn:after {
    opacity: 1;
    z-index: 101;
}

@keyframes ripple {
    0% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

/*手机版登录样式*/
@media screen and (max-width: 768px) {
    .login .page-login {
        position: relative;
        z-index: 1;
        background-image: none !important;
    }

    .login .page-login:after {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: 1;
        background: linear-gradient(#c5e2ff, #ffffff);
    }

    .login .logo {
        background: transparent;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding: 35vh;
        height: 35vh;
    }

    .login .logo img {
        max-width: 100%;
    }

    .login .login {
        width: auto;
        top: 35vh;
        right: 0 !important;
        left: 0;
        border-radius: 0;
        margin-top: 0;
        border: 0;
        background: transparent;
        padding-bottom: 0;
        min-width: 320px;
    }

    .login .login.login-loading:before {
        position: fixed;
    }

    .login .login.login-loading .loginbtn:before {
        padding-left: 30px;
    }

    .login .login-tab .tab-nav {
        display: none;
    }

    .login .remember-pwd {
        margin-top: 2rem;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    .login .remember-pwd .remember[type=checkbox]+span {
        border-color: #444;
    }

    .login .tab-content .group-from {
        border-top: 1px solid #eeeeee;
        background: #fff;
        margin: 0;
    }

    .login .tab-content .group-from:first-child {
        border-top: 0;
    }

    .login .tab-content .group-from input {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        border: 0;
        height: 4rem;
        padding-left: 4rem;
        box-shadow: inset 0 0 0 1000px #fff !important;
    }

    .login .tab-content .group-from .fa {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
    }

    .login .login-choose {
        display: none;
    }

    .login .login-choose ul {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    .login .login-choose ul li:first-child {
        display: none;
    }

    .login .footer {
        width: 240px;
        background: none;
        padding: 0;
        left: 50%;
        margin-left: -120px;
        text-align: center;
    }

    .login .cue {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 1rem;
        left: 50%;
        width: 60%;
        margin-left: -30%;
        background: #f63245;
        color: #fff !important;
        border-radius: 100rem;
        height: 3.5rem;
        font-size: 1.25rem;
        animation: cue-flash 2s;
        -webkit-animation: cue-flash 2s;
    }

    .login .language-version-switch {
        top: 5px;
    }

    .login .language-version-switch a.language-version-switch-btn {
        border: 0;
        border-radius: 0;
        border-left: 1px solid #eeeeee;
    }

    .login .language-version-switch a.language-version-switch-btn.open {
        color: #000;
    }

    .login .language-version-switch a.language-version-switch-btn.open:after {
        color: #000;
    }

    .login .language-version-switch a.language-version-switch-btn.open+.language-version-switch-drown {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: flex-end;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        border: 0;
        z-index: 9;
        background: rgba(0, 0, 0, 0.15);
        flex-direction: column;
        padding-bottom: 0;
    }

    .login .language-version-switch a.language-version-switch-btn.open+.language-version-switch-drown a {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        flex: 0 0 5rem;
    }

    .login.login-page-loading .logo,
    .login.login-page-loading .login {
        display: none;
    }

    .login.login-page-loading:before {
        z-index: 9;
        content: '1';
        font-family: "icomoon";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        position: absolute;
        content: '\e9c0';
        top: 50%;
        left: 50%;
        animation: 3s login-page-loading linear infinite;
        z-index: 3000;
        font-size: 4rem;
        margin-top: -2rem;
        margin-left: -2rem;
        color: rgba(0, 0, 0, 0.75);
    }
}

@-webkit-keyframes login-page-loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes cue-flash {
    0% {
        top: -15rem;
    }

    100% {
        top: 1rem;
    }
}

@-webkit-keyframes cue-flash {
    0% {
        top: -15rem;
    }

    100% {
        top: 1rem;
    }
}

.ver {
    display: none;
}

@media screen and (max-width: 768px) {
    .ver {
        display: block !important;
        line-height: 0.15;
    }
}

@media screen and (max-width: 360px) {
    .ver {
        display: block !important;
        line-height: 0.15;
    }
}

.page-login .login .group-from .enable-password {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.page-login .login .group-from .enable-password i {
    line-height: 40px;
    font-size: 15px;
    color: #bbb;
}

.page-login .login .group-from .enable-password:hover i,
.page-login .login .group-from .enable-password:active i {
    color: #424242;
}

.page-login .login .group-from .enable-password.off i:before {
    content: "\eab4";
}

.page-login .login .group-from .enable-password.on i:before {
    content: "\e98f";
}

@media screen and (max-width: 768px) {
    .simple-login {
        background: #000;
    }
}

.simple-login-body .form .form-group .form-item {
    position: relative;
    z-index: 1;
}

.simple-login-body .form .form-group .form-item .enable-password {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .login .language-version-switch {
    right: 60px;
}

.login .login .tab-content frame {
    display: block;
    margin: 0 auto;
}

.login .login .tab-content frame .qrcode {
    width: 200px;
}

.login .login .login-control {
    position: absolute;
    z-index: 2;
    right: 0;
    overflow: hidden;
}

.login .login .login-control:before {
    position: absolute;
    left: -22px;
    bottom: -22px;
    z-index: 9;
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(45deg);
}

.login .login .login-control .pt-btn.pt-btn-icon {
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
}

.login .login .login-control .pt-btn.pt-btn-icon i {
    font-size: 40px;
    line-height: 58px;
    text-indent: -10px;
    color: #e8743b;
}

.login .login .login-control .pt-btn.pt-btn-icon i.fa-desktop {
    font-size: 32px;
}

.login .login .login-tab .tab-nav .tab-nav-item {
    display: none;
}

.login .login .login-tab .tab-nav .tab-nav-item.current {
    display: block;
    border-bottom: 0;
}

.login .login .login-tab .tab-body .tab-content:first-child {
    text-align: center;
}

.impowerbox .qrcode {
    width: 200px !important;
}

.impowerBox .title {
    zoom: .75;
}