﻿.customize_model_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}
.customize_my_model {
    position: fixed;
    display: none;
    top: 40%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    z-index: 9999;
    width: 360px;
    height: 150px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}
    .customize_my_model .customize_title {
        font-size: 14px;
        color: #3c3c3c;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .customize_my_model .customize_title .customize_closeModel {
        float: right;
        cursor: pointer;
    }

    .customize_my_model .customize_title .customize_closeModel_yy {
        float: right;
        cursor: pointer;
    }

    .customize_my_model p {
        line-height: 16px;
    }

    .customize_my_model .customize_opBtn {
        margin-top: 20px;
    }

    .customize_my_model .customize_opBtn a {
        border: 1px solid #aeaeae;
        cursor: pointer;
        width: 100px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        border-radius: 5px;
        display: inline-block;
        margin-right: 30px;
        font-weight: 700;
    }

    .customize_my_model .customize_dialog-sure {
        background: #52a0e5;
        color: #fff;
        border: 1px solid #52a0e5;
    }

    .customize_my_model .customize_dialog-close {
        background: #fff;
        border: 1px solid #d9d9d9;
        color: #3c3c3c;
    }
