@charset "utf-8";

body {
    /*background: radial-gradient( circle at 60% 90%, rgba(46, 103, 161, 1), transparent 60% ), radial-gradient( circle at 20px 20px, rgba(46, 103, 161, 0.8), transparent 25% ), #182336;*/
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.login_box{ padding-top: 80px;background: #fff;width:450px; height:460px; box-shadow:0 0 4em rgba(0,0,0,0.12); border-radius:5px;}

.login_title{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 10px;
    padding-left: 7px;
    margin-right: 5px;
    color: #002370;
}
.login_logo{ margin-bottom: 60px; text-align:center; clear:both;}
.login_logo img{ width:100px;vertical-align: middle;}

.login_box ul{ padding:0 80px;}
.login_box li{ margin-bottom:30px;}
.login_box li a:hover{ color:#1278f6;}
.login_box_yzl{ width:71%;}
.login_box_yzr{ width:27%; margin-left:1%;}
.login_box_yzr img{ width:80px; height:40px; border-radius: 2px;}

/* copyright */
.copyright{ width:100%; height:50px; line-height:25px; text-align:center; font-size:14px; bottom:0px;color: rgba(0,0,0,.45); position:absolute;}