html{background:#eeeeee;}
.w100 {width:100%;}

.BigBox {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

    .BigBox .bg {
        position: absolute;
        top: 0;
        left: 0;
        -moz-background-size: auto 100%;
        -moz-transform: matrix(1.05,0,0,1.05,0,0);
        -ms-transform: matrix(1.05,0,0,1.05,0,0);
        -o-transform: matrix(1.05,0,0,1.05,0,0);
        -webkit-transform: matrix(1.05,0,0,1.05,0,0);
        -moz-transition: transform .5s linear,-moz-transform .5s linear;
        -o-transition: -o-transform .5s linear;
        -webkit-transition: -webkit-transform .5s linear;
        background-color: #f6f6f6;
        background-image: url(img/bg.jpg);
        background-position: 50%;
        background-size: auto 100%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: matrix(1.05,0,0,1.05,0,0);
        transition: -webkit-transform .5s linear;
        transition: transform .5s linear;
        transition: transform .5s linear,-webkit-transform .5s linear,-moz-transform .5s linear,-o-transform .5s linear;
        width: 100%;
    }

    .BigBox:hover .bg {
        -moz-background-size: auto 100%;
        -moz-transform: matrix(1.08, 0, 0, 1.08, -3.18305, 5.6);
        -ms-transform: matrix(1.08, 0, 0, 1.08, -3.18305, 5.6);
        -o-transform: matrix(1.08, 0, 0, 1.08, -3.18305, 5.6);
        -webkit-transform: matrix(1.08, 0, 0, 1.08, -3.18305, 5.6);
    }

    .logo{position:absolute; top:50px; left:0;}

.layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.loginbox {
    width: 360px;
    float: right;
    height: 420px;
    background: #fff;
    margin-top: 140px;
    moz-box-shadow: rgba(0,0,0,.3) 0 0 50px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 0 50px;
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}

    .loginbox h1 {
        text-align: center;
        font-size: 24px;
        color: #2299ee;
        font-weight: normal;
        padding: 20px 10px 10px 10px;
        line-height: 40px;
    }

    .loginbox ul {
        padding: 0 30px;
        margin-top: 20px;
        float: left;
    }

        .loginbox ul li.li02 {
            border: 1px #ddd solid;
            height: 42px;
        }

        .loginbox ul li input {
            border: 0px;
            height: 40px;
            width: 100%;
            padding: 0 5px 0 30px;
            line-height: 40px;
            background: #fff;
        }

        .loginbox ul li .img {
            position: absolute;
            top: 6px;
            left: 5px;
        }

#img_yzm {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 70px;
}

#check_name {
    position: absolute;
    top:30px;
    line-height: 40px;
    left: 0;
}

#check_mima {
    position: absolute;
    top: 30px;
    line-height: 40px;
    left: 0;
}

#check_yzm {
    position: absolute;
    top: 30px;
    line-height: 40px;
    left: 0;
}

.dlbtn {
    border: 0px;
    height: 50px;
    width: 100%;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
}

.zc .lft {
    margin-top: 20px;
    margin-left: 30px;
    line-height: 30px;
}

.btnlv2{background-color:#09b321;}


.btnlv2:hover{background-color:#058718;}

.radar {
    height: 600px;
    width: 600px;
}

.radar {
    -moz-animation: radarAnimations 3s linear infinite;
    -moz-background-size: 100% 100%;
    -moz-transform: translateZ(0);
    -o-animation: radarAnimations 3s linear infinite;
    -webkit-animation: radarAnimations 3s linear infinite;
    -webkit-transform: translateZ(0);
    animation: radarAnimations 3s linear infinite;
    background: url(img/3.png) no-repeat;
    background-size: 100% 100%;
    *display: none;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 0;
    transform: translateZ(0);
}

@-webkit-keyframes radarAnimations {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-moz-keyframes radarAnimations {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-o-keyframes radarAnimations {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes radarAnimations {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media screen and (min-width:1430px) {
    .bg-wrapper {
        height: 700px;
    }

    .login-inner {
        margin-top: 60px;
    }

    .center-logo, .radar {
        height: 700px;
        width: 700px;
    }

    .radar {
        left: 50%;
        margin-left: -350px;
    }
}
