﻿body {
    background-color: #e6f5f8 !important;
}

.mdd-cont-jmsy {
    width: 1200px;
    height: 500px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-image: url(/Images/Business/Join/swhz-jmsy.jpg);
}

.mdd-cont-lc {
    width: 1200px;
    height: 500px;
    margin-top: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/Images/Business/Join/sw-lc.png);
    position: relative;
}

.mdd-cont-dw {
    height: 30px;
    width: 160px;
    background-image: url(/Images/Business/Join/sw-dw.png);
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 36px;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    top: 400px;
    left: 520px;
}

@media only screen and (max-width: 1024px) {
    body {
        background-color: #e6f5f8 !important;
    }

    .mdd-cont-jmsy {
        width: 1000px;
        height: 417px;
        margin-top: 20px;
        background-repeat: no-repeat;
        background-image: url(/Images/Business/Join/swhz-jmsy.jpg);
        background-size: 100%;
    }

    .mdd-cont-lc {
        width: 1000px;
        height: 417px;
        margin-top: 20px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: url(/Images/Business/Join/sw-lc.png);
        position: relative;
        background-size: 100%;
    }

    .mdd-cont-dw {
        height: 40px;
        width: 300px;
        background-image: url(/Images/Business/Join/sw-dw.png);
        background-repeat: no-repeat;
        font-size: 28px;
        padding-left: 36px;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        top: 370px;
        left: 350px;
    }
}