.notice li a p  {
    font-size: 12px;
    color: var(--999999);
}
.drop-down-header h4 {
    font-size: 15px;
}
.em-breadcrumb-list {
    padding-left: 20px;
}
.em-search-box {
    margin-bottom: 15px;
}
.em-search-box .ems-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.em-search-box .ems-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.em-search-box .ems-box label {
    width: 100px;
    margin-bottom: 0;
}
.pro-image {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
}
.cate-image {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer;
}
.ad-image {
    width: 72px;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
}
.em-wx80 {
    width: 80px;
    text-align: center;
}

.em-table-layout {
    table-layout:fixed;
}
.flex-center {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.flex-left {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.flex-between{
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.em-table-layout td {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.em-line {
    width: 1px;
    height: 10px;
    background: #ddd;
    margin: 0 10px;
}
.em-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.em-page .em-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.em-page .em-pages .em-total {
    color: #999999;
    margin-right: 10px;
}
.em-checkbox {
    margin: 15px 0 0 0;
}
.em-nav-link {
    padding: 0.8rem 1rem;
}
.region_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.region_list .region_list-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border: 1px solid #acbfd0;
    padding: 3px;
    margin: 0 5px 15px 5px;
}
.region_list .region_list-box a {
    padding:0px 15px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.region_list .region_list-box a.a1 {
    background: #f0f0f0;
    margin-bottom: 3px;
}
.region_list .region_list-box a.a1:hover {
    background: var(--primary);
    color: var(--white);
}
.region_list .region_list-box a.a2 {
    font-size: 11px;
    color: #999;
}
.region_list .region_list-box a.a2:hover {
    color: var(--danger);
}
.parent-area {
    position: relative;

}
.parent-area:hover {
    background: #f3f3f3;
}
.parent-area .child-area {
    display: none;
}
.parent-area:hover .child-area{
    position: absolute;
    left: 0;
    top: 22px;
    background: #f3f3f3;
    width: 300px;
    z-index: 9;
    padding: 0px 10px 10px;
    display: block;
}
.text-999 {
    color: var(--999999);
}
.photo-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.photo-list .photo-li {
    width: 116px;
    height: 116px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 10px;
}
.photo-list .photo-li i {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #f00;
    display: none;
    background: #fff;
}
.photo-list .photo-li:hover i {
    display: block;
}
.photo-list .photo-li img {
    width: 96px;
    height: 96px;
}
.name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ddd;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    color: #00a0e9;
}

.photo-add {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:24px;
    color: var(--primary);
    border: 1px solid var(--primary);
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.icon-info-text .ad-title {
    margin-bottom: 10px;
}
.icon-info-text p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}
.el-message {
    min-width: auto !important;
}
select, input {
    height: 32px;
}
.form-control-sm {
    min-height: 32px;
}
.btnx {
    line-height: 32px;
    padding: 0 30px;
}
.material-modal-dialog {
 width:1100px;
    max-width: 1100px;
}
.m-div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.m-div .m-btn-list{
    width: 150px;
    padding: 15px 0;
    border-right: 1px solid #e5e5e5;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
.m-div .m-btn-list a {
    line-height: 30px;
    margin-top: 10px;
}
.m-div .m-btn-list a.active {
    color: var(--primary);
}
.m-div .m-list {
    width:740px;
    display: flex;
    flex-flow: wrap;
    height: 444px;
    overflow-x: hidden;
}
#scrollList {
    height: 100%;
    padding: 10px 15px;
    overflow-y: auto;
}
#scrollList .file-li{
    list-style: none;
    padding: 2px;
    width: 114px;
    float: left;
    margin: 10px;
    cursor: pointer;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#scrollList .file-li .img {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 106px;
    height: 106px;
    line-height: 106px;
    background: rgba(0, 0, 0, .08);
}
#scrollList .file-li .img img{
    max-width: 100%;
    height: auto;
}
#scrollList .file-li .img .fs {
    font-size: 48px;
    color: var(--primary);
    margin-top: 28px;
}
#scrollList .file-li .img .shaow{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 106px;
    height: 30px;
    background-color: rgba(51, 51, 51, .5);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
#scrollList .file-li:hover .img .shaow {
    bottom: 0;
}
#scrollList .file-li.active {
    border-color: #1292f8;
}
#scrollList .file-li .img .shaow i{
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
#scrollList .file-li .title {
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-div .m-info {
    width: 208px;
    padding: 20px 25px;
    border-left: 1px solid #e5e5e5;
    height: 444px;
}
.m-div .m-info .img {
    width: 158px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    height: 158px;
    overflow: hidden;
    line-height: 158px;
    text-align: center;
}
.m-div .m-info .img img {
    max-width: 100%;
    height: auto;
}
.m-div .m-info .img-detail {
    margin-top: 15px;
}
.m-div .m-info .img-detail li {
    list-style: none;
    text-align: left;
    position: relative;
    line-height: 36px;
}
.m-div .m-info .img-detail li span {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-div .m-info .img-detail li span.copy {
    border: 1px solid #1292f8;
    color: #1292f8;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 24px;
    top: 6px;
    cursor: pointer;
}

.preview {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    padding-right: 17px;
    display: none;
}
.preview .preview-content {
    width: 1100px;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    margin: 30px auto;
    position: relative;
    background: #fff;
    border-radius: 6px;
    height: 606px;
}
.preview .preview-content .title {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.preview .preview-content .title .preview-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.preview .preview-content .title .close {
    margin-top: -2px;
}
.preview .preview-content .img {
    text-align: center;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 512px;
    padding: 10px;
}
.preview .preview-content .img .preview-video {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.preview .preview-content .img .preview-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.file-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.file-list.file-list-x {
    margin-right: 10px;
}
.file-list  .file-list-li {
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid var(--999999);
    margin-right: 10px;
}
.file-list  .file-list-li img {
    width: 78px;
    height: 78px;
}
.file-list  .file-list-li.file-list-li-x {
    width: 60px;
    height: 60px;
}
.file-list  .file-list-li.file-list-li-x img {
    width: 58px;
    height: 58px;
}
.file-list  .file-list-li i {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
    cursor: pointer;
}
.file-list  .file-list-upload {
    width: 80px;
    height: 80px;
    position: relative;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.file-list  .file-list-upload.file-list-upload-x {
    width: 60px;
    height: 60px;
}
.em-tablex {
    position: relative;
}
.em-spinner {
    position: absolute;
    left: 48%;
    top: 48%;
}
.em-spinner img {
    width: 40px;
}
.main-word {
    display: inline-block;
    width: 100%;
}
.main-word-tag {
    margin-right: 10px;
    margin-bottom: 5px;
}
.input-new-tag {
    width: 100px;
}
.district-modal-dialog {
    width: 800px;
}
.district-check-list {
    border: 1px dashed #DDD;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.district {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.district .m-list  {
    width: 30%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #EEE;
    margin-right: 5%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.district .m-list:last-of-type {
    margin-right: 0;
}
.cursor {
    cursor: pointer;
}
.form-group-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-group-list > label {
    margin-bottom: 0;
}
.form-group-list .on-check-box {
    margin-right: 10px;
}
.form-group-box {
    align-items: flex-start;
    flex-flow: column;
    border: 1px solid #EEE;
    margin-bottom: 5px;
    padding: 10px;
}
.form-group-box .fp-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.form-group-box .fg-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-group-box .fg-list .file-list .file-list-upload.file-list-upload-x {
    width: 42px;
    height: 42px;
}
.form-group-box .fg-list .file-list  .file-list-li.file-list-li-x {
    width: 42px;
    height: 42px;
}
.form-group-box .fg-list .file-list  .file-list-li.file-list-li-x img {
    width: 40px;
    height: 40px;
}