.minor {
	position:fixed;left:0;top:0;width:100%;height:100%;
	background:rgba(0,0,0,.4);
}
.minor-box {
	width:300px;padding:15px;
	background:#fff;
	margin:200px auto;text-align:center;
    border-radius: 10px;
}
.minor-box button{
	width:40%;
    border-radius: 4px;
}
.minor-box p{
    font-weight: bold;
    margin: 20px 10px;
    font-size: 16px;
    color:#000;
}

.list_box {text-align: justify;height:auto;font-size:0;border-radius: 10px;}
.list_box:after {content: "";display:inline-block;width:100%;}
.list_box h1 {position: relative;text-transform: capitalize;color:#bcba01;font-size:18px;margin:10px;padding-bottom:10px;}
.list_box h1 span{position:absolute;font-size:14px;font-weight: normal;right:10px;bottom:10px;line-height:30px;}
.list_box h2,.box h2 {position: relative;text-transform: capitalize;color:#f7d0bf;font-size:20px;margin:10px 10px 0px 0px;padding-bottom:10px;}
.list_box ul {display: inline-block;width:50%;vertical-align: top;overflow: hidden;margin-bottom:30px;}
.list_box li {position: relative;margin:0px 5px 5px 5px;}
.list_box li.view {height:20px;color:#515050;font-size:12px;line-height:20px}
.list_box li.view u{margin-right:20px;vertical-align: middle;}
.list_box li.view i{vertical-align: middle;}
.list_box li.view span{position:absolute;right:0px}
.list_box li.view .icon-eye {font-size:20px;}
.list_box li.title {color:#f7d0bf;font-size:15px;text-align: left;line-height:1.3;max-height:40px;overflow: hidden;}
.list_box li.title:hover {color:#ff5b82;transition: all 0.5s;}
.list_box li.iframe {height:0;padding-bottom: 70%;}
.list_box li.iframe iframe{position: absolute;width:100%;height:100%;}
.list_box li.image {height:0;padding-bottom: 60%;}
.list_box li.image img{position: absolute;width:100%;height:100%;}
.list_box li.image span.note{position:absolute;background: rgba(0,0,0,.54);color:#fff;font-size:12px;border-radius: 2px;padding: 2px 5px;right:5px;bottom:5px}
.list_box li.image span.time{position:absolute;background: rgba(0,0,0,.54);color:#fff;font-size:12px;border-radius: 2px;padding: 2px 5px;left:5px;bottom:5px}
.list_box li span.del{color:#F9E699;cursor: pointer;}
.list_box li.image:hover::before {content:"";	position:absolute;	top:0;	right:0;	bottom:0;	left:0;	z-index:2;	background:rgba(0,0,0,.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAABHcEwAAAAAAAA5OTkAAAB/f3/19fXOzs6ysrLk5OT///8P0uRtAAAAEXRSTlOAEgE0SXhnAB5VkECq9dfF52B47JgAAAE+SURBVEjHpZbhkoMgDITXEGiitcr7v+wpc9eRQihy+0/bb2JISBaPT5E41uABH5SdUPEHfDzLEpApLNJERD0Kec1DXRFhGGKpIuQCTAVHJTIxmuLpE5kUX6QTXRH6TpzMFekh3kxCiNElpjfi0Cn3h0joRYL8IoxucUJIfD8CSVH0BgE9kVtB4OVAluL1a24wy4GUxxXj1jg0gqCCxPVpHwBcFYlxtyAHNpAYjZQYaiJxraakCDZSTynAt5AjpeLrqmWMmV49Fc6RHR1xrsD6nAugmX7c5kr6jUOuV0YbpdytUloNs9oNY7Tl1mhLqja/fWPC2BUbuMgD4+JWGH8stGOO0Z3RRykK3RmwNDzGR5bFwErqY/LFR9SzXv+/xEesQjIkRh94w5AkX2XYHtspEdXNFVHLj53fl1m48vcfDEsZ4mf/bygAAAAASUVORK5CYII=) no-repeat 50% 50%}
.list_box iframe {display: block; margin: 10px auto;}

.word {position: relative;    display: flex;  flex-wrap: wrap; justify-content: space-evenly;padding:0px;align-items: center;}
.word:after {content: "";display:inline-block;width:100%;}
.word a{display:inline-block;text-transform: capitalize;padding:5px 10px;margin:5px 2px;border:2px solid #1e1e1e;background: #242424;border-radius:5px;}
.word a i{display: block;font-size:10px;text-align:center;margin-top:5px;padding-top:5px;color:#ccc;}
.word a i.icon {font-size:18px;color:#fe5b82;margin:0px;}


.class {max-height: 140px;  overflow: hidden; justify-content: center;}


