.dialog-div {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9999;
}

    .dialog-div .dialog-div-content {
        position: absolute;
        min-width: 20%;
        top: 25%;
        left: 50%;
        /*transform: translate(-50%, -50%);*/
        transform: translateX(-50%);
        background: #fff;
    }

@media (max-width: 1390px) and (min-width: 1005px) {
    .dialog-div .dialog-div-content {
        min-width: 40%;
    }
}

@media (max-width: 1004px) and (min-width: 781px) {
    .dialog-div .dialog-div-content {
        min-width: 50%;
    }
}

@media (max-width: 780px) {
    .dialog-div .dialog-div-content {
        min-width: 75%;
    }
}

.dialog-div .mask-div {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.dialog-div .header-div {
    text-align: center;
    color: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
}

    .dialog-div .header-div .title-div {
    }

    .dialog-div .header-div .close-div {
        position: absolute;
        top: 0;
        right: 10px;
    }

        .dialog-div .header-div .close-div .close-div-img {
            /*height: 100%;
			vertical-align: initial;*/
            height: 20px;
            width: 20px;
        }

        .dialog-div .header-div .close-div:hover .close-div-img {
            opacity: 0.4;
            filter: alpha(opacity=40);
            /* 针对 IE8 以及更早的版本 */
        }

.dialog-div .content-div {
    /*padding: 5% 15%;
			text-align: center;*/
}

.dialog-div .bottom-btn-div {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 40px 0;
}

    .dialog-div .bottom-btn-div ul {
        display: flex;
        justify-content: center;
    }

    .dialog-div .bottom-btn-div .btn-div-li {
        float: left;
        /*width: 40%;*/
        /*height: 2.5rem;
			line-height: 2.5rem;
			padding: 0 5%;
			margin: 3% 0;*/
    }

        .dialog-div .bottom-btn-div .btn-div-li:first-child {
            /*margin-left: 35px;
            margin-right: 10px;*/
        }

        .dialog-div .bottom-btn-div .btn-div-li .li-btndiv {
            /*width: 70%;*/
            /*min-width: 70%;*/
            min-width: 150px;
            height: 30px;
            line-height: 30px;
            float: right;
            background: #999999;
            color: #fff;
            /*margin-right: 5%;*/
            /*padding: 0 10%;*/
            margin: 0 20px;
            cursor: pointer;
        }

            .dialog-div .bottom-btn-div .btn-div-li .li-btndiv.btndiv-left {
                float: right;
                background: #999999;
            }

            .dialog-div .bottom-btn-div .btn-div-li .li-btndiv.btndiv-right {
                float: left;
                background: #FF6A00;
            }



/*提示和确认框*/

.dialog-content-tishi {
    /*padding: 5% 15%;*/
    /*padding: 10%;*/
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
/*设计师微信*/

.dialog-content-deswx {
    /*padding: 5% 10%;*/
    padding-top: 60px;
    text-align: center;
}

    .dialog-content-deswx .dialog-content-deswx-bottom {
        height: 2.1rem;
        line-height: 2.1rem;
        font-size: 18px;
    }

        .dialog-content-deswx .dialog-content-deswx-bottom img {
            height: 30px;
            width: 30px;
            padding-right: 0.3rem;
            margin-top: -0.2rem;
        }

        .dialog-content-deswx .dialog-content-deswx-bottom span {
        }

    .dialog-content-deswx .dialog-content-deswx-ewm {
        margin: 15px 0 10px 0;
    }

        .dialog-content-deswx .dialog-content-deswx-ewm img {
            border: 1px solid #CCCCCC;
            width: 270px;
            height: 270px;
        }

    .dialog-content-deswx .dialog-content-deswx-smqydiv img {
        /*width: 100%;
			height: 100%;*/
        height: 3.5rem;
    }
