﻿body {
    margin: 0px;
    padding: 0px;
    /*background: linear-gradient(#68BAFE,#66A0DB);*/
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #0066b9 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

    input::-webkit-input-placeholder {
        color: #FFFFFF;
    }

.maxDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*background: linear-gradient(#68BAFE,#66A0DB);*/
}

.page_top {
    width: 100%;
    margin: 0 auto;
}

.page_banner {
    width: 100%;
    margin: 0 auto;
}


.login_logo {
    float: left;
    width: 150px;
    margin-top: 10px;
}

.login_logo2 {
    float: left;
    margin-top: 5px;
    margin-bottom: 12px;
}

.login_top {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 60px;
}

.login_top_a {
    font-size: 14px;
    color: #000;
    margin-right: 18px;
    text-decoration: none;
}

    .login_top_a:hover {
        font-size: 14px;
        color: #010101;
        margin-right: 18px;
        text-decoration: none;
    }

.login_top_b {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    text-decoration: none;
}

    .login_top_b:hover {
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
        text-decoration: none;
    }

.form_div {
    width: 330px;
    border: 1px solid #bddbf7;
    position: relative;
    left: 630px;
    top: 50px;
    z-index: 2;
}

.systemName_div {
    width: 310px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #010101;
}

.login_form {
    width: 310px;
    color: darkorange;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login_title {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.login_img_div {
    width:40px;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.login_namediv {
    height: 36px;
    line-height: 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    margin-top: 12px;
    border-bottom: 1px solid #d2dbe2;
    margin-bottom: 15px;
    display:flex;
    align-items:center;
    padding-left:10px;
}

.login_logo1 {
    background-size: 15px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #1b388c;
    margin-left: 4px;
    padding-right: 10px;
}

.login_name_div {
    float: right;
}

.login_name {
    width: 240px;
    height: 34px;   
    float: right;
    line-height: 25px;
    color: #0066b9 !important;
    background-color: #fff;
    border: none;
}

input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    background-color: transparent;
}

.login_password {
    width: 248px;
    height: 36px;
    float: left;
    line-height: 25px;
    background-image: url(../../Images/pwd.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
    margin-top: 15px;
    color: #fff;
    border: none;
    border: 0;
    border-style: none;
    border: transparent;
    border-bottom: 1px solid #fff;
    opacity: 0.2;
}

.btn-login {
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    border: 2px solid #ECEFF1;
    border-radius: 6px 6px 6px 6px;
    background: #33B5E5;
    font-size: 16.5px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

.loginbtnarea {
    margin-top: 15px;
    float: left;
    text-align: center;
}

    .loginbtnarea a {
        display: block;
        text-decoration: none;
        margin-top: 10px;
    }

.login_denglu {
    width: 290px;
    height: 42px;
    background-color: rgb(30,52,91);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.login_tuichu {
    width: 85px;
    height: 28px;
    float: left;
    margin-top: 22px;
    margin-left: 25px;
    background-image: url(../../Images/tuichu_pic.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
}

.jishuzhichi {
    width: 298px;
    float: left;
    text-align: center;
    color: #81847f;
    margin-top: 40px
}

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    zoom: 1;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        display: inline;
    }

.flex-control-paging li a {
    display: block;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active, .flex-control-paging li.active a {
        background-position: 0 0;
    }

.flexslider .slides a img {
    width: 100%;
    height: 450px;
    display: block;
}

a.barcode {
    position: relative;
}

.barcode::after {
    content: url(../Images/App/1501589355.png);
    position: absolute;
    right: -28px;
    top: -150px;
    z-index: 100;
    width: 115px;
    height: 115px;
    border: 5px solid #0095ba;
    border-radius: 4px;
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.barcode:hover::after {
    transform: scale(1);
    opacity: 1;
}

/*图标*/
.frmAuthentication {
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 22px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin-right: 7px;
    background-color: #BC141B;
}

.frmResetPassword {
    float: right;
    font-size: 13px;
    text-align: center;
    margin-bottom: 22px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #8FAADC;
}

.foot {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: right;
    color: #000000;
    font-size: 14px;
}
