body{
    /*
    width: 100%;
    height: 100%;
    background: url(./bg.jpg) no-repeat;
    overflow: hidden;
    background-size: cover;
    */
    margin: 0;
    background: url(./bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #0C3382;
}

.footer{
    position: fixed;
    left: 160px;
    bottom: 15px;
    color: #cac2c2;
}

.dv0{
    width: 240px;
    height: 280px;
    position: absolute;
    top: 43%;
    margin-top: -120px;
    left: 12%;
    z-index: 2;
}

.dv1{
    width: 100%;
    height: 100%;
    background: #24417D;
    opacity: 0.85;
    border-radius: 10px;
    position: absolute;
    z-index: 3;
}

.dv2{
    width: 100%;
    height: 100%;
    background: #516899;
    opacity: 0.85;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 4;
}

.fm{
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    padding: 23px;
}

.fm button{
    width: 85px;
    height: 28px;
    padding: 0;
}

.fm input.br{
    border-radius: 4px;
    background: #DAE1E7;
}