* {
    padding: 0;
    margin: 0;
}

body {
    zoom: 1;
    width: 100%;
    height: 100%;
    background: url(../../img/login/login-img.jpg) top center no-repeat;
    background-size: 1920px 1080px;
    font-family: 微软雅黑;
    /*min-width: 333px;*/
    /*width: expression_r( document.body.clientWidth < 334 ? "333px" : "auto" );*/
}

.cite {
    font-size: 23px;
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

.cite1 {
    position: relative;
    width: 320px;
    height: 35px;
    border-bottom: 1px solid #a7a7a7;
    padding-top: 25px;
    margin: 0 auto;
    margin-top: 30px;
}

.cite1 > span {
    color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 100;
    font-size: 17px
}

.cite1 > input {
    position: absolute;
    color: #a7a7a7;
    width: 290px;
    height: 100%;
    background-color: transparent;
    font-size: 17px;
    border: 1px transparent solid;
    outline: none;
    padding-left: 63px;
    margin-top: -25px;
}

.cite1 > img {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 20px;
    height: 20px;
}

.cite2 {
    position: relative;
    width: 320px;
    height: 35px;
    border-bottom: 1px solid #a7a7a7;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: 30px;
}

.cite2 > span {
    color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 100;
    font-size: 17px
}

.cite2 > input {
    position: absolute;
    color: #a7a7a7;
    width: 290px;
    height: 100%;
    background-color: transparent;
    font-size: 17px;
    border: 1px transparent solid;
    outline: none;
    padding-left: 63px;
    margin-top: -25px;
}

.cite2 > img {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 20px;
    height: 20px
}

.cite3 {
    width: 320px;
    height: 35px;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

.cite4 {
    font-family: 微软雅黑;
    letter-spacing: 2px;
    width: 320px;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: 250px;
    text-align: center;
    color: #ffffff;
    font-size: 14px
}

.cite5 {
    font-family: 微软雅黑;
    width: 320px;
    padding-top: 8px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 5px
}

.btn_new {
    letter-spacing: 2px;
    font-size: 17px;
    display: inline-block;
    width: 320px;
    height: 40px;
    background: url('../../img/login/login.png');
    background-size: 320px 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.btn_new:hover {
    text-decoration: none;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    background: url('../../img/login/login.png');
    background-size: 320px 40px;
}

.btn_new:active {
    color: white;
    text-decoration: none;
    background: #169BD5;
    border-radius: 3px;
}

.button-confirm, .nav-tabs > li > a {
    font-family: "微软雅黑";
    font-size: 15px;
    color: white;
    line-height: 32px;
    text-decoration: none;
    width: 100px;
    height: 35px;

    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;

    padding: 2px;

    text-align: center;
    display: inline-block;
    background-color: rgb(153, 153, 153);
}

.button-confirm:first-child {
    margin-left: 0px;
}

.button-confirm:hover, .nav-tabs > li > a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #1680f5;
}

.button-confirm:active, .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    text-decoration: none;
    background-color: #169BD5;
}

.button-cancel, .nav-tabs > li > a {
    font-family: "微软雅黑";
    font-size: 15px;
    color: white;
    line-height: 30px;
    text-decoration: none;
    width: 100px;
    height: 35px;

    border-radius: 20px;
    margin-left: 20px;
    margin-bottom: 20px;

    padding: 2px;

    text-align: center;
    display: inline-block;
    background-color: #383e51;

    border: 1px solid #fff;
}

.button-cancel:first-child {
    margin-left: 0px;
}

.button-cancel:hover, .nav-tabs > li > a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #383e61;
}

.button-cancel:active, .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    text-decoration: none;
    background-color: #383e71;
}

.opBtn {
    background: #418CFF;
}

.canBtn {
    background: #383e51;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        color: #aaadb5;
        background: transparent;
    }
}


