@charset "UTF-8";

.yilian-bg {
    min-height: 100%;
    background: #f9fafb url(https://sbr.fangcuanhuoxitong.com/css/images/iooda-bg.png) top center no-repeat;
    background-size: cover;
}

.yilian-fch {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}

.yilian-div {
    min-height: 73vh;
    margin: 0 auto;
}

.yilian-logo {
    text-align: center;
    padding: 13vh 0 7vh 0;
}

    .yilian-logo img {
        width: 40%;
    }

.anti-smashing-goods {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #333333;
    background: #333333;
    overflow: hidden;
    line-height: 30px;
    border-radius: 5px;
    letter-spacing: 2px;
}

    .anti-smashing-goods a {
        margin: 12px auto;
        display: block;
    }

    .anti-smashing-goods img {
        float: left;
        height: 30px;
        padding-right: 20px;
    }

.dealer-login {
    width: 80%;
    margin: 30px auto 0;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    line-height: 30px;
    border-radius: 5px;
    letter-spacing: 2px;
}

    .dealer-login a {
        margin: 12px auto;
        display: block;
    }

    .dealer-login img {
        float: left;
        height: 30px;
        padding-right: 20px;
    }

.yilian-foot {
    width: 100%;
    color: #898a8a;
    font-size: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.foot-official-website {
    color: #000;
    font-size: 1rem;
    text-decoration: underline;
    margin-bottom: 5vh;
}

    .foot-official-website a {
        color: #000;
    }