body {
    margin: 0;
    padding: 0;
    min-width: 810px;
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
}

.finance_bg {
    background: url("../img/banner.jpg") no-repeat center center;
    height: 850px;
}

.finance_bg .border {
    text-align: center;
    margin-top: 100px;
}

.finance_bg .border p {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.finance-drawbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(114, 145, 255, 0.4);
}

.finance_dow {
    width: 375px;
    cursor: default;
    margin: 0 auto;
}

.finance_dow .same_block {
    width: 185px;
    height: 155px;
    float: left;
    text-align: center;
}

.finance_dow .same_block {
    background: #005ca1;
    margin-right: 1px;
}

.finance_dow .same_block:hover {
    background-color: #fff;
}

.finance_dow .simg {
    width: 46px;
    height: 46px;
    margin: 20px auto 10px;
}

.finance_dow .web_img {
    background: url("../img/106.png") no-repeat center center;
}

.finance_dow .win_img {
    background: url("../img/101.png") no-repeat center center;
}

.finance_dow .mac_img {
    background: url("../img/102.png") no-repeat center center;
}

.finance_dow .iphone_img {
    background: url("../img/103.png") no-repeat center center;
}

.finance_dow .android_img {
    background: url("../img/104.png") no-repeat center center;
}

.finance_dow .same_block p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.finance_dow .same_block:hover .web_img {
    background: url("../img/206.png") no-repeat center center;
}

.finance_dow .same_block:hover .win_img {
    background: url("../img/201.png") no-repeat center center;
}

.finance_dow .same_block:hover .mac_img {
    background: url("../img/202.png") no-repeat center center;
}

.finance_dow .same_block:hover .iphone_img {
    background: url("../img/203.png") no-repeat center center;
}

.finance_dow .same_block:hover .android_img {
    background: url("../img/204.png") no-repeat center center;
}

.finance_dow .same_btn {
    display: block;
    width: 110px;
    height: 30px;
    border-radius: 4px;
    margin: 14px auto;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    z-index: 9;
}

.finance_dow .same_block:hover a {
    background-color: #12a83c;
    color: white;
}

.finance_dow .same_block:hover p {
    color: #005ca1;
}

.finance_dow .same_btn i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -1px;
}

.finance_dow .mobile_block {
    padding: 0 15px;
    position: relative;
}

.finance_dow .mobile_block .same_btn:hover .qr_block {
    display: block;
    z-index: 999;
}

.finance_dow .mobile_block .qr_block {
    z-index: 999;
    display: none;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    left: 2px;
    z-index: 999;
    top: -292px;
}

.finance_footer {
    padding: 50px 0;
    text-align: center;
    z-index: 1;
    background: -moz-linear-gradient(top, #004064 0%, #017ac0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004064), color-stop(100%, #017ac0));
    background: -webkit-linear-gradient(top, #004064 0%, #017ac0 100%);
    background: -o-linear-gradient(top, #004064 0%, #017ac0 100%);
    background: -ms-linear-gradient(top, #004064 0%, #017ac0 100%);
    background: linear-gradient(to bottom, #004064 0%, #017ac0 100%);
}

.finance_footer img {
    display: inline-block;
}

.finance_footer ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    color: #f4f4f4;
}

.finance_footer ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}

.finance_footer ul li a {
    color: #f4f4f4;
    font-size: 14px;
    text-decoration: none;
}

.finance_footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.finance_footer .copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.footer {
    margin: 30px auto;
    text-align: center;
}

.finance_bg {
    background: url("../img/banner.jpg") no-repeat center center;
    height: 850px;
    position: relative;
    background-size: cover;
}

.logo_block {
    text-align: center;
    opacity: 0.7;
    background-color: #a2c3cc;
    padding: 14px 0;
}

.login_block {
    margin: 147px auto;
}

.login_block1 {
    width: 400px;
    height: 400px;
    float: right;
    background-color: white;
    border-radius: 5px;
    margin-right: 110px;
}

.login_block1 .font_block {
    font-size: 24px;
    padding: 30px 0 20px 0;
    color: #0271a9;
    text-align: center;
}

@media (max-width: 640px) {
    body {
        min-width: 0;
    }

    .logo_block {
        display: none;
    }

    .finance_bg {
        height: auto;
        background: none;
    }

    .login_block {
        margin-bottom: 120px;
    }

    .login_block1 {
        margin: auto;
        width: 400px;
        height: 400px;
        float: none;
    }

    .finance-drawbg {
        display: none;
    }
}
