/* 小于 */
@media (max-width: 768px) {
    .screen-1 .container .row .col-xs-6 {
        margin-bottom: 20px;
    }

    .screen-1 .row>div a {
        width: 100%;
        height: 180px;
        background-color: #ffffff;
        border: solid 1px #efefef;
        padding: 10px;
        text-align: center;
    }

    .screen-1 .row .x-flex-column-center {
        justify-content: flex-start;
        padding-top: 30px;
    }

    .screen-1 .row>div a img {
        height: 35px;
        margin-bottom: 10px;
    }

    #allmap {
        width: 100%;
        height: 320px;
        background-color: #f7f7f7;
        border: solid 2px #efefef;
        margin-top: 30px;
    }
}

/* 大于 */
@media (min-width: 768px) {
    .screen-1 .row>div a {
        width: 100%;
        height: 260px;
        background-color: #ffffff;
        border: solid 1px #efefef;
        padding: 20px;
        text-align: center;
    }

    .screen-1 .row>div a img {
        margin-bottom: 40px;
    }

    #allmap {
        width: 100%;
        height: 480px;
        background-color: #f7f7f7;
        border: solid 2px #efefef;
        margin-top: 100px;
    }
}

/* 频2 */
.screen-2 .container-fluid {
    background-color: white;
}

.screen-2 .img-box {
    position: relative;
    overflow: hidden;
    height: 640px;
}

.screen-2 .img-box img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.screen-2 .right-form {
    display: flex;
    align-items: center;
    height: 640px;
}

.screen-2 .x-form .form-group input {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #f8f9fa;
    border: none;
    padding: 0px 20px;
}

.screen-2 .x-form textarea {
    width: 100%;
    height: 140px;
    background-color: #f8f9fa;
    border: none;
    padding: 20px;
    resize: none;
}

.screen-2 .x-button-submit {
    margin-top: 8%;
}




/* 小于 */
@media (max-width: 768px) {
    .screen-2 .img-box {
        height: auto;
    }

    .screen-2 .img-box img {
        width: 100%;
        height: auto;
        position: static;
        left: 0;
        top: 0;
        transform: none;
    }

    .screen-2 .right-form {
        display: block;
        height: auto;
        padding: 15px;
    }

    .screen-2 .x-button-submit {
        width: 100%;
    }

}

/* 大于 */
@media (min-width: 768px) {
    .screen-2 {
        padding: 0px;
    }

    .screen-2 .container-fluid {
        padding: 0px;
    }

    .screen-2 .right-form>div {
        padding-right: 30px;
    }

    .screen-2 .x-title>h2 {
        margin-bottom: 0;
    }
}

/* 瓶3 */

/* 小于 */
@media (max-width: 768px) {
    .screen-3 {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        padding-bottom: 50px;
    }

    .screen-3 .x-title {
        padding: 35px 10px;
        box-sizing: border-box;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .screen-3 .x-button-red-long {
        width: 80px;
    }

    .screen-3 .x-button-red-long a {
        font-size: 9px;
        margin: 0px;
        padding: 0px;
        font-size: 9px;
        line-height: 0px;
    }

    .screen-3 .x-title>button {
        margin-top: 20px;
        margin: 0px;
        padding: 5px 0px;
    }

    .screen-3 .x-button-red-long {
        height: auto;
        margin: 0px;
        font-size: 9px;
    }
}

/* 大于 */
@media (min-width: 768px) {
    .screen-3 {
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 550px;
    }

    .screen-3 .x-title {
        padding: 55px;
        box-sizing: border-box;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.BMap_shadow {
    display: none;
}

.BMap_pop{
    margin-top: -25px;
}