@charset "utf-8";
/* CSS Document */
body{
    background: #000;
}
#ibody {
    background: url(../img/login/bg_login.png) #000 no-repeat center center;
    width: 100%;
    position: relative;
    /* height: calc(100vh); */
    min-width: 1280px;
}
#login {
    width: 100%;
    float: left;
    min-height: 900px;
    min-width: 1280px;
}
.login_name {
    width: 509px;
    height: 43px;
    background: url(../img/login/login_name_t.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 175px;
    z-index: 100;
    left: 50%;
    margin-left: -255px;
    animation-name: login_name;
    animation-duration: 2s;
    animation-fill-mode: forwards; /*animation-delay: 2s;*/
}
@keyframes login_name {
    0% {
        width: 1000px;
        height: 200px;
        opacity: 0.1;
        margin-left: -500px;
    }
    50% {
        width: 1000px;
        height: 200px;
        opacity: 0;
        margin-left: -500px;
    }
    100% {
        width: 509px;
        height: 43px;
        opacity: 1;
        margin-left: -255px;
    }
}
.login_sub_bg {
    width: 600px;
    height: 543px;
    background: url(../img/login/login_sub_bg.png) no-repeat top left;
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -300px;
    animation-name: login_sub_bg;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes login_sub_bg {
    from {
        top: 0px;
    }
    to {
        top: 260px;
    }
}
/*right_left start*/
.login_ring_left {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: -400px;
    margin-top: -400px;
    animation-name: login_ring_left;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes login_ring_left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes login_ring_left {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ring_left {
    width: 800px;
    height: 800px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: url(../img/login/login_left_ring.png) no-repeat center center;
    animation-name: ring_left;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: ring_left 3s linear infinite;
    -moz-animation: ring_left 3s linear infinite;
    -o-animation: ring_left 3s linear infinite;
    animation: ring_left 3s linear infinite;
}
@-webkit-keyframes ring_left {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes ring_left {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes ring_left {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes ring_left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
/*right_right start*/

.login_ring_right {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: -400px;
    margin-top: -400px;
    animation-name: login_ring_right;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes login_ring_right {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes login_ring_right {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ring_right {
    width: 800px;
    height: 800px;
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: url(../img/login/login_right_ring.png) no-repeat center center;
    animation-name: ring_right;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: ring_right 3s linear infinite;
    -moz-animation: ring_right 3s linear infinite;
    -o-animation: ring_right 3s linear infinite;
    animation: ring_right 3s linear infinite;
}
@-webkit-keyframes ring_right {
    from {
        -webkit-transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes ring_right {
    from {
        -moz-transform: rotate(-360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}
@-o-keyframes ring_right {
    from {
        -o-transform: rotate(-360deg);
    }
    to {
        -o-transform: rotate(0deg);
    }
}
@keyframes ring_right {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
/*right_left end*/
@keyframes eeee {
    from {
        top: 0px;
    }
    to {
        top: 175px;
    }
}

@media screen and (max-width: 1280px) {
    .login_ring_right {
        display: none;
    }
}
.login_content {
    width: 400px;
    height: 300px;
    float: left;
    margin-top: 146px;
    margin-left: 86px;
}
.login_content ul {
    width: 360px;
    height: auto;
    float: left;
    margin-left: 42px;
}
.login_content li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.login_content li .icon {
    position: absolute;
    top: 15px;
    left: 15px;
}
.login_content li input {
    width: 290px;
    padding-left: 60px;
    padding-right: 10px;
    height: 49px;
    float: left;
    font-size: 16px;
    border-radius: 3px;
    background: none;
    border: 1px #4ed3ed solid;
    color: #fff;
    background: #0d77b9;
}
.login_content li input:focus {
    background: none;
    border: 1px #00d0ff solid;
    outline: 1px;
    color: #fff;
    box-shadow: 5px 5px 50px 15px rgba(0, 255, 235, 0.3);
    background: #0d77b9;
}
.login_content li.input_ma {
    margin-bottom: 30px;
}
.login_content li input::-webkit-input-placeholder {
    background: none;
    border: none;
    color: #fff;
    background: #0d77b9;
}
.login_content li.input_ma input {
    width: 148px;
}
input::-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    background: #0d77b9;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
    background: #0d77b9;
}
.login_content li.input_ma img {
    width: 130px; 
    height: 49px;
    margin-left: 10px;
    margin-top: 1px;
}
.login_btn {
    width: 360px;
    height: 49px;
    color: #fff;
    float: left;
    margin-left: 42px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    background: #1b92ff;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 13px;
}
.login_btn:hover {
    opacity: 0.8;
}
.login_content li input:-internal-autofill-selected {
    background: none;
}
/* line_light01 start*/
.line_light01 {
    width: 428px;
    height: 107px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: url(../img/login/guang01.png) no-repeat top left;
    animation-name: line_light01;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes line_light01 {
    0% {
        left: -50px;
    }
    66% {
        left: 250px;
    }
    100% {
        left: -50px;
    }
}
/* line_light02 start*/
.line_light02 {
    width: 107px;
    height: 381px;
    position: absolute;
    top: 0px;
    left: 493px;
    z-index: 1000;
    background: url(../img/login/guang02.png) no-repeat top left;
    animation-name: line_light02;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes line_light02 {
    0% {
        top: -50px;
    }
    66% {
        top: 200px;
    }
    100% {
        top: -50px;
    }
}
/* line_light03 start*/
.line_light03 {
    width: 428px;
    height: 107px;
    position: absolute;
    top: 435px;
    left: 0px;
    z-index: 1000;
    background: url(../img/login/guang01.png) no-repeat top left;
    animation-name: line_light03;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes line_light03 {
    0% {
        left: 250px;
    }
    66% {
        left: -50px;
    }
    100% {
        left: 250px;
    }
}
/* line_light04 start*/
.line_light04 {
    width: 107px;
    height: 381px;
    position: absolute;
    top: 0px;
    left: 16px;
    z-index: 1000;
    background: url(../img/login/guang02.png) no-repeat top left;
    animation-name: line_light04;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes line_light04 {
    0% {
        top: 200px;
    }
    66% {
        top: -50px;
    }
    100% {
        top: 200px;
    }
}

/*light_1010_01 start*/
.light_1010_01 {
    width: 50px;
    height: 205px;
    position: absolute;
    top: 300px;
    left: -200px;
    z-index: 1000;
    background: url(../img/login/pic_101010.png) no-repeat top left;
    animation-name: light_1010_01;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes light_1010_01 {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
    }
}

/*light_1010_02 start*/

.light_1010_02 {
    width: 50px;
    height: 205px;
    position: absolute;
    top: 300px;
    left: 600px;
    z-index: 1000;
    background: url(../img/login/pic_101010.png) no-repeat top left;
    animation-name: light_1010_02;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes light_1010_02 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
    }
}
/*light_1010_03 start*/
.light_1010_03 {
    width: 50px;
    height: 205px;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1000;
    background: url(../img/login/pic_101010.png) no-repeat top left;
    animation-name: light_1010_03;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes light_1010_03 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
    }
}

/*light_1010_04 start*/

.light_1010_04 {
    width: 50px;
    height: 205px;
    position: absolute;
    top: -200px;
    left: 700px;
    z-index: 1000;
    background: url(../img/login/pic_101010.png) no-repeat top left;
    animation-name: light_1010_04;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes light_1010_04 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
    }
}
.login_bottom {
    width: 100%;
    height: 80px;
    background: url(../img/login/login_bottom.png) no-repeat top center;
    position: absolute;
    z-index: 1000;
    top: 850px;
    animation-name: login_bottom;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
@keyframes login_bottom {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
#ibody {
    width: 100%;
    float: left;
}
.login_head {
    width: 1280px;
    height: 120px;
    float: left;
    padding-left: 50%;
    margin-left: -640px;
}
.login_head img {
    width: 145px;
    height: 46px;
    float: left;
    margin-top: 60px;
}
.login_box {
    width: 100%;
    height: 667px;
    float: left;
}
.login_main {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}
.login_sub {
    width: 400px;
    height: 445px;
    float: right;
    margin-right: 445px;
    margin-top: 100px;
    background: #fff;
    border-radius: 5px;
}
.sys_name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #0089e9;
    margin-top: 45px;
    margin-bottom: 30px;
}
.login_sub ul {
    width: 320px;
    height: auto;
    float: left;
    margin-left: 42px;
}
.login_sub li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.login_sub li input {
    width: 250px;
    padding-left: 60px;
    padding-right: 10px;
    height: 44px;
    float: left;
    border: 1px solid #dde0e4;
    font-size: 14px;
    border-radius: 3px;
    color: #c9cfd8;
}
.login_sub .input_sub .icon {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 100;
    border-right: 1px solid #dde0e4;
}
.login_sub li.input_ma {
    margin-bottom: 20px;
}
.login_sub li.input_ma input {
    width: 150px;
    height: 40px;
    padding: 0 10px;
    margin-right: 10px;
    float: left;
}
.login_btn {
    width: 360px;
    height: 46px;
    color: #fff;
    float: left;
    margin-left: 42px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    background: #1b92ff;
    border-radius: 3px;
    cursor: pointer;
}
.forget_btn {
    /* width: 136px; */
    height: 46px;
    color: #fff;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: underline;
    z-index: 1001;
    position: relative;
}
.login_sub li input:focus {
    color: #000;
}
.input_ma_error {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 1001;
    color: #f56c6c;
}

.footer {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer_sub {
    width: 760px;
    float: left;
    padding-left: 50%;
    margin-left: -380px;
}
.footer span {
    color: #fff;
    float: left;
}
.footer span {
    width: auto;
}
.footer img {
    width: 20px;
    float: left;
    height: 20px;
    margin: 10px 5px 0px 5px;
}
.lang_btn {
    width: 200px;
    height: 46px;
    color: #fff;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: underline;
    z-index: 1001;
    position: absolute;
    right: 283px;
    top: 345px;
}
.lang_btn .el-radio {
    color: #0d77b9 !important;
}
.lang_btn .el-radio__input.is-checked+.el-radio__label {
    color: #4ed3ed;
}

.demo_tip {
    width: auto;
    height: 32px;
    line-height: 32px;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10000;
    color: #fff;
    font-size: 14px;
}
.xieyi_name{
    width: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    font-weight: bold;
    float: left;
    margin: 20px 0px 20px 0px;
    color: #267ea2;
    
}
.xieyi_con{
    width: 93%;
    height: 400px;
    overflow: auto;
    line-height: 24px;
    margin-left: 20px;
}
.xieyi_con p{
    text-indent: 2em;
    line-height: 24px;
}
.xieyi_con h3{
    margin-top: 20px;
    line-height: 32px;
}
.xieyi_con li{
    margin-left: 2em;
    line-height: 24px;
}
.dialog-footer_btn{
    width:97%;
}