﻿/*广告弹窗样式*/
/* PC 端样式（屏幕宽度 ≥ 992px 时生效） */
@media (min-width: 767px) {
    .site_overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .site_popup {
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        margin-top: -232px;
        width: 501px;
        height: 464px;
        background: url('../../images/popup/popup_bg.png') left top no-repeat;
    }

        .site_popup h2 {
            color: #274083;
            font-size: 22px;
            line-height: 1.2;
            padding: 114px 0 0 58px;
            font-weight: bold;
        }

        .site_popup ul {
            line-height: 2em;
            padding: 25px 0 0 58px;
            font-size: 14px;
        }

            .site_popup ul strong {
                color: #274083;
                font-weight: bold;
            }

        .site_popup .site_popup-ewm {
            padding: 15px 0 0 58px;
            float: left
        }

        .site_popup .site_popup-tel {
            float: left;
            margin: 40px 0 0 10px;
        }

            .site_popup .site_popup-tel a {
                background: url('../../images/popup/tel_btn_.png') left top no-repeat;
                width: 238px;
                height: 70px;
                float: left;
                line-height: 70px;
                color: #fff;
                font-size: 14px;
                text-align: center;
                font-weight: bold;
            }

        .site_popup .site_popup-close {
            position: absolute;
            width: 32px;
            height: 32px;
            left: 50%;
            top: 480px;
        }

            .site_popup .site_popup-close a {
                position: absolute;
                left: -16px;
            }
}

/* 手机端样式（屏幕宽度 ≤ 767px 时生效） */
@media (max-width: 767px) {
    .site_overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .site_popup {
        position: fixed;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        width: 100%;
        background: url('../../images/popup/popup_bg2.png') left top no-repeat;
        background-size: contain;
        background-position: center;
    }

        .site_popup h2 {
            color: #274083;
            font-size: 18px;
            line-height: 1.2;
            padding: 100px 0 0 10%;
            font-weight: bold;
        }

        .site_popup ul {
            line-height: 2em;
            padding: 10%;
            font-size: 14px;
            padding-bottom: 0;
            padding-top: 10px;
        }

            .site_popup ul strong {
                color: #274083;
                font-weight: bold;
            }

        .site_popup .site_popup-ewm {
            padding: 5px 0 0 0;
            text-align: center;
        }

        .site_popup .site_popup-tel {
            margin: 10px 0 0 0;
            text-align: center;
        }

            .site_popup .site_popup-tel a {
                background: url('../../images/popup/tel_btn_.png') left top no-repeat;
                width: 238px;
                height: 130px;
                line-height: 70px;
                color: #fff;
                font-size: 14px;
                text-align: center;
                font-weight: bold;
                display: inline-block;
            }

        .site_popup .site_popup-close {
            position: absolute;
            width: 32px;
            height: 32px;
            left: 50%;
            top: 520px;
        }

            .site_popup .site_popup-close a {
                position: absolute;
                left: -16px;
            }
}
