﻿@charset "utf-8";

body{
    /*background: url(../../../Content/images/bg-all.png) left top no-repeat;
    background-size: cover !important;*/

}
/*body::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(269deg, rgba(16,166,234,0.80) 0%, #1374E2 100%);background-image: -moz-linear-gradient(269deg, rgba(16,166,234,0.80) 0%, #1374E2 100%);background-image: linear-gradient(-179deg, rgba(16,166,234,0.80) 0%, #1374E2 100%);
}*/
.animate, .btn, .btn-fill-horz-o:before, .btn-fill-horz-o:after{-webkit-transition: all 0.6s;transition: all 0.6s;}
.btn-fill-horz-o {overflow: hidden;}
.btn-fill-horz-o:before, .btn-fill-horz-o:after {content: '';width: 0;height: 100%;opacity: 0;position: absolute;top: 0;z-index: -1;}
.btn-fill-horz-o:before {left: 50%;}
.btn-fill-horz-o:after {right: 50%;}
.btn-fill-horz-o:hover {color: #fff;}
.btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {width: 50%;opacity: 1;}
.btn-fill-horz-o:hover a{color: #fff}
.btn-fill-horz-o.btn-blue:before, .btn-fill-horz-o.btn-blue:after {background-color: #248bda; color: #fff}
.btn-fill-horz-o.btn-blue:hover {border-color: #248bda;}
.btn-fill-horz-o a{display: block;}
.btn-fill-horz-o a:hover{color: #fff}
/*扩散*/
.dot {
    animation: sploosh 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot2 {
    animation: sploosh2 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot3 {
    animation: sploosh3 3.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot, .dot2, .dot3 {
    height:70px;
    width:70px;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    animation-iteration-count: infinite;
    background: transparent;
    text-shadow:0 0 1px #000;
    font-weight:bold;
    
}
.dot{left:50%;margin-left:-35px;top:50%; margin-top:-35px;}
@keyframes sploosh {
    0% {
        box-shadow: 0 0 0 0px rgba(0,130,230, 0.7);
        background: rgba(0,130,230, 0.7);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(0,130,230, 0);
        background: rgba(0,130,230, 0);
    }
}

@keyframes sploosh2 {
    0% {
        box-shadow: 0 0 0 0px rgba(0,130,230, 0.7);
        background: rgba(0,130,230, 0.7);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,130,230, 0);
        background: rgba(0,130,230, 0.3);
    }
}

@keyframes sploosh3 {
    0% {
        box-shadow: 0 0 0 0px rgba(0,130,230, 0.7);
        background: rgba(3,49,113, 0.1);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0,130,230, 0);
        background: rgba(3,49,113,.5);
    }
}


/*ico-bg*/
.ico-bg {
   
    width: 400px;
    height: 400px;
    margin:80px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
    .ico-bg::after {
        display: block;
        content: "";
        background: url(../../../Content/images/bg-ico_01.png) no-repeat;
        top: 0;
        left: 0;
        width: 400px;
        height: 400px;
        position: absolute;
       -webkit-animation: run 30s linear 0s infinite;
    }

.ico-bg-center {
    position: relative;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.ico-bg-center::after {
    background: url(../../../Content/images/bg-ico_02.png) no-repeat;
    background-size: 100%;
    width: 220px;
    height: 220px;
    -webkit-animation: run2 20s linear 0s infinite;
   
   
    display: block;
    content: "";
}

.dot3 img {
    -webkit-animation: run3 20s linear 0s infinite;
}

    @-webkit-keyframes run {
        from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes run2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes run3 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*流星*/
.star {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    top: 0px;
    left: 20%;
    position: relative;
    animation: star-ani 3s infinite ease-out;
    box-shadow: 0 0 5px 5px rgba(255,255,255,.3);
    opacity: 0;
    z-index: 2;
}

    .star:after {
        content: '';
        display: block;
        top: 0px;
        left: 4px;
        border: 0px solid #fff;
        border-width: 0px 90px 2px 90px;
        border-color: transparent transparent transparent rgba(255, 255, 255, .3);
        transform: rotate(-45deg) translate3d(1px,2px,0);
        box-shadow: 0 0 1px 0 rgba(255, 255, 255, .3);
        transform-origin: 0% 0%;
    }

.pink {
    top: 0px;
    left: 40%;
    background: #F9C;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

    .pink:after {
        border-color: transparent transparent transparent #F9C;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

.blue {
    top: 0px;
    left: 60%;
    background: #93CCE1;
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

    .blue:after {
        border-color: transparent transparent transparent #93CCE1;
        -webkit-animation-delay: 5.5s;
        -moz-animation-delay: 5.5s;
        animation-delay: 5.5s;
    }

.yellow {
    top: 0px;
    left: 80%;
    background: #ffcd5c;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

    .yellow:after {
        border-color: transparent transparent transparent #ffcd5c;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        animation-delay: 3s;
    }

.purple {
    top: 0px;
    left: 95%;
    background: #CCF;
    -webkit-animation-delay: 7.8s;
    -moz-animation-delay: 7.8s;
    animation-delay: 7.8s;
}

    .purple:after {
        border-color: transparent transparent transparent #CCF;
        -webkit-animation-delay: 7.8s;
        -moz-animation-delay: 7.8s;
        animation-delay: 7.8s;
    }

@keyframes star-ani {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(0) translate3d(0, 0, 0);
        -moz-transform: scale(0) rotate(0) translate3d(0, 0, 0);
        transform: scale(0) rotate(0) translate3d(0, 0, 0);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
        transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
    }
}

.login-bottom,.login-bottom ul{display:flex; display:-webkit-flex; align-items:center; justify-content:center; font-size:12px; margin-top:20px}
    .login-bottom ul li {
        background: #3bb3df;
        color: #fff;
        height: 44px;
        line-height: 44px;
        /*box-shadow: 0 0 8px #3bb3df;*/
        margin-right: 15px;
        text-align: center;
        padding: 0 20px;
        border:1px solid #fff;
    }
        .login-bottom ul li:nth-child(2) {
            background: #15c69e;
            /*box-shadow: 0 0 8px #15c69e;*/
        }
        .login-bottom ul li:nth-child(3) {
            background: #ed9624;
            /*box-shadow: 0 0 8px #ed9624;*/
        }
        .login-bottom ul li:nth-child(4) {
            background: #f1655b;
            /*box-shadow: 0 0 8px #f1655b;*/
        }
.login-box {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}
.login-left {
    background: url(../../../Content/images/bg3.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
    height: 100%;
    box-shadow: 0 0 5px #666;
    position: relative;
}
    .login-left::after {
       /* background: rgba(0,0,0,.1);
        background: linear-gradient(45deg,rgba(0,0,0,.7),rgba(100,196,255,.1));*/
        display: block;
        content: "";
        width: 100%;
        height: 100%
    }

.login-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background:#f9f9f9;
}
.login-left .lr-login-title {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding: 40px;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    text-align:center;
}
.login-left .lr-login-title a{color:#fff; border:1px dotted #fff;padding:0 5px;}
    .login-left .lr-login-title a:hover {
        color: #fff;
        border: 1px dotted #ffd200;
        background: #1669b7
    }
.login-right fieldset{margin:50px auto; border-radius:5px; border:1px solid #ddd; font-size:18px; color:#333; width:90%; }
.login-right fieldset legend{background:#f9f9f9;width:120px; text-align:center;}
.login-form{ margin:20px auto; border-bottom:1px solid #ddd; display:flex; align-items:center;justify-content:center; width:90%}
.title-name{position:relative; text-align:center;margin:50px 0;}
.title-name span{text-align:center;font-size:18px; color:#333; position:relative; z-index:100; background:#f9f9f9; padding:0 30px}
.title-name::after{ display:block; content:""; position:absolute; background:#ddd; width:90%; height:1px; top:9px; z-index:1; left:5%}
.login-text{font-size:14px; margin:40px auto 0; color:#666; line-height:25px; width:80%;}
.login-btn {
    width:175px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 5px;
    background: #1875cb;
    color: #fff;
    text-align: center;
    display:inline-block;
    position: relative;
    opacity: .999;
    margin:20px auto 30px;
}
    .login-btn:hover {
        cursor: pointer;
        background: #1669b7;
    }
.bg-green{background:#15BFA7; margin-left:5px; }
.bg-green:hover{background:#12B29B}
.reg-a {
    font-size: 12px;
    color: #1669b7;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    animation: blink 5s linear infinite;
    font-weight: bold;
    position:relative;
}

@keyframes blink {
    0% {
        color: #1875cb;
        opacity: 1;
    }

    50% {
        color: #28c2a3;
        opacity: 1;
    }
    100% {
        color: #1875cb;
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #1875cb;
        opacity: 1;
    }

    50% {
        color: #28c2a3;
        opacity: 1;
    }

    100% {
        color: #1875cb;
        opacity: 1;
    }
}
.reg-a:hover{color:#f00}
.lr-login-input input{width:360px}
.lr-login-body {
    z-index: 2;
    background-color: rgba(0,0,0,0);
    width: 896px;
    height: 610px;
    margin-left: -448px;
    margin-top: -305px
}

.lr-login-logo{
    z-index: 2;
    width: 450px;
    height: 330px;
    top: 180px;
    background-color: #ff9600;
    background: url(../../../Content/images/mbg-all.png) center no-repeat;
    background-size: cover;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.50);
}
.lr-login-logo>img{
    width: 32px;
    height: 33px;
    top: 28px;
}


.lr-login-middle {
    left: 23px;
    top: auto;
    bottom: 0;
    width: 850px;
    height: 406px;
    border-radius: 0;
    background-color: rgba(0,0,0,0.4);
}
.title-c, .title-e {
    text-align: center;
    color: #1669b7;
}
.title-c{
    font-size:50px;
    font-weight: 400;
    font-family: PingFangSC-Medium;
    line-height: 80px;
}

@media screen and (max-width: 1366px) {
    .title-c {
        font-size:32px;
        line-height:40px;
    }
    .title-e {
        font-size:14px;
    }
    .title-name {
        margin:25px 0;
    }
    .login-btn{margin:10px auto;}
    .login-text {
        font-size: 12px;
        margin: 0 auto 0;
    }
    .lr-login-input{margin-bottom:0}
    .reg-a {
        margin-bottom: 10px;
    }
    .login-left .lr-login-title {
        font-size: 12px
    }
    .login-left .lr-login-title{padding:10px 40px}
    .ico-bg {
        margin: 10px auto 0;
    }
    .show-system {
        width: 90%;
        margin-left:-45%; font-size:13px
    }
}

.title-e {
    opacity: 0.7;
    opacity: 0;
    display:none;
}
.lr-login-bypsw{
    padding: 60px 0 0 476px;
}
.lr-login-footer p{
    padding-right: 88px;
    text-align: right;
    color: #fff;
}
/*.lr-login-input>.input-title{
    color: #fff;
}
#lr_login_btn{
    width: 170px;
    height: 60px;
    position: absolute;
    right: -22px;
    bottom: 60px;
    background-image: linear-gradient(-180deg, #FFD800 0%, #FFB000 100%);
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.50);
    line-height: 60px;
}
#lr_login_btn:hover{
    background-image: linear-gradient(-180deg, #FFB000 0%, #FFB000 100%);
}
*/
#lr_login_btn.active{
    background: #eeecec url(../../../Content/images/Login/loading.gif) no-repeat center;
}
