@charset "utf-8";

/* ie 提示信息*/

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    border: 0;
}

.el-dialog__wrapper_ie {
    height: 100%;
    /* background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7); */
    background-color: #fff;
    display: none;
}

.el-dialog__wrapper_ie .el-dialog {
    padding: 5px;
    width: 50%;
    margin: 5% 20%;
    background-color: #fff;
}

.el-dialog__wrapper_ie .llq-wrapper {
    text-align: center;
}

.el-dialog__wrapper_ie .title,
.el-dialog__wrapper_ie .el-dialog__title {
    font-weight: bold;
    font-size: 24px;
}

.el-dialog__wrapper_ie .llq-wrapper .title-ps {
    color: red;
    margin-top: 10px;
    font-size: 16px;
}

.el-dialog__wrapper_ie .llq-wrapper .llq-ul {
    width: 512px;
    margin: 0 auto;
}

.el-dialog__wrapper_ie .llq-wrapper .llq-ul:after {
    content: '';
    clear: both;
    display: block;
}

.el-dialog__wrapper_ie .llq-wrapper .llq-ul li {
    float: left;
    margin: 10px;
}