body {
    font-family: "Helvetica Neue", "Luxi Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    margin: 0;
    padding: 0;
}

#app {
    height: 100vh;
    margin: 0 auto;
	overflow:hidden;
	width:100%;
}

.material-main{
	margin:0px auto;
	overflow:hidden;
	background:#f5f5f5;
}

.left{
	width:215px;
	float:left;
	height:100%;
	overflow:auto;
	position:relative;
}
.right{
	overflow:auto;
	height:100%;
	position:relative;
}


/*右侧*/
.right-main{
	background:#fff;
	margin:30px 65px 30px 30px;
	padding:20px 30px 65px 30px;
	border-radius:8px;
	box-shadow: 0 2px 20px #ddd;
	-webkit-box-shadow: 0 2px 20px #ddd;
	overflow:hidden;
}
.material-top{
	position:relative;
	padding-bottom:10px;
}
.material-create-btn{
	float:right;
	width:300px;
	text-align:right;
}
.material-create-btn .creabtn{
	width:100px;
	height:35px;
	line-height:35px;
	background:#007bff;
	color:#fff;
	font-size:14px;
	text-align:center;
	border-radius:4px;
	cursor:pointer;
	float:right;
}
/*搜索*/
.search{
	overflow:hidden;
	padding:10px 0px;
	float:right;
}
.search .search-main{
	overflow:hidden;
	width:210px;
	background:#fff;
	padding:2px 10px;
	border-radius:10px;
	border:1px solid #e3e3e3;
	font-size:15px;
	line-height:25px;
}
.search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.search .search-icon img{
	width:20px;
}
.search .search-input{
	overflow:hidden;
	color:#333;
}
.search .search-input input{
	line-height:25px;
	border:none;
	background:#fff;
}
.search .search-count{
    color: #888;
    font-size: 15px;
    width: 80px;
    text-align: right;
    float: left;
    margin-right: 10px;
    line-height: 25px;
	padding:5px 0px;
}

/*筛选 分类*/
.show-child-main{
	overflow:hidden;
}
.show-status{
	overflow:hidden;
	margin-top:10px;
}
.show-status .status-item{
	color:#333;
	font-size:14px;
	margin-right:20px;
	cursor:pointer;
	float:left;
	height:25px;
	line-height:25px;
	overflow:hidden;
	position:relative;
}
.status-bidge{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	height:25px;
}
.status-bidge .badge-content{
	background-color: #ff4949;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #fff;
}

.show-status .active{
	color:#3855d5;
	font-weight:600;
}
.show-status .status-item:hover{
	color:#3855d5;
}

.show-child-list{
	overflow:hidden;
	padding:5px 0px;
}
.show-child-list .item{
	color:#333;
	font-size:16px;
	margin-right:30px;
	cursor:pointer;
	float:left;
	margin-top:3px;
	height:26px;
	line-height:26px;
}
.show-child-list .active{
	color:#3855d5;
	font-weight:600;
}
.show-child-list .item:hover{
	color:#3855d5;
}

/*筛选*/
.show-status-set{
    line-height: 25px;
    overflow: hidden;
}
.show-status .status-set-item{
	float:left;
	margin-right:15px;
	overflow:hidden;
	padding:0px 8px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	border: 1px solid #e3e3e3;
    border-radius: 5px;
	margin-bottom:10px;
}
.show-status .status-set-item:hover{
	background:#f5f5f5;
	border-radius:4px;
}
.show-status .status-set-item .cont{
	margin-right:3px;
	float:left;
	max-width:185px;
	min-width:75px;
	height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.show-status .status-set-item .icon{
	overflow:hidden;
	float:left;
}
.show-status .status-set-item .cont input{
	border:none;
	background:#fff;
	line-height:25px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	width:135px;
}

/*model下拉选择弹窗start*/
.choose-model-select{
	overflow:hidden;
	position:absolute;
	top:100px;
	left:62px;
	width:280px;
	border-radius:5px;
	-webkit-box-shadow:0 0 3px #d3d3d3;
	box-shadow:0 0 3px #d3d3d3;
	background:#fff;
	z-index:100;
}
.choose-model-select .model-select-list{
	padding:5px 10px;
	max-height:370px;
	min-height:30px;
	overflow-y:auto;
}
.choose-model-select .model-select-list .select-item{
	padding: 5px 10px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
}
.choose-model-select .model-select-list .select-item:hover{
	background:#f3f3f3;
}
.choose-model-select .model-select-list .active{
	background:#DEE5EE;
}
.choose-model-select .model-select-list .select-item-name{
	color:#222;
	line-height:21px;
	font-size:14px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.choose-model-select .model-select-list .select-item-desc{
	color:#888;
	line-height:21px;
	font-size:13px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.choose-model-select .model-select-btn{
	overflow:hidden;
	text-align:right;
	padding:10px 15px;
	border-top: 1px solid #eee;
}
.choose-model-select .btn-cancel{
	color:#777;
	font-size:14px;
	border-radius:3px;
	border:1px solid #eee;
	padding:3px 10px;
	cursor:pointer;
}
.choose-model-select .btn-sure{
	color:#fff;
	font-size:14px;
	border-radius:3px;
	background:#007bff;
	padding:3px 13px;
	margin-left:15px;
    cursor:pointer;
}
.model-select-search{
	overflow:hidden;
	margin:10px 15px;
	border:1px solid #ddd;
	background:#fff;
	border-radius:5px;
	padding:2px 5px;
}
.model-select-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.model-select-search .search-icon img{
	width:20px;
	margin-top:2px;
}
.model-select-search .search-input{
	overflow:hidden;
	color:#333;
	font-size:14px;
}
.model-select-search .search-input input{
	line-height:24px;
	background:#fff;
	width:100%;
}
/*model下拉选择弹窗end*/

/*素材列表*/
.show-material-list{
	overflow:hidden;
}

.material-list-item{
	overflow:hidden;
	padding:15px 0px;
	border-top:1px solid #eee;
}
.material-list-item .link img{
	width:14px;
	margin-right:3px;
}
.material-list-item .link a:hover{
	color:#3855d5;
	text-decoration:underline;
}
.show-material-list .material-list-item:last-child{
	border-bottom:none !important
}
.material-list-item .left{
	width:165px;
	height:97px;
	float:left;
	text-align:left;
}
.material-list-item .left img{
	width:150px;
	max-height:100%;
	border-radius:5px;
	background:#f5f5f5;
}
.material-list-item .cont{
	overflow:hidden;
	padding-right:10%;
	max-width:1200px;
}
.material-list-item .question{
	overflow:hidden;
	color:#333;
	font-size:15px;
	line-height:23px;
	margin: 8px 0px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position:relative;
	
}
.material-list-item .title{
	overflow:hidden;
	color:#555;
	font-size:16px;
	line-height:23px;
	padding-bottom: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position:relative;
	font-weight:600;
}
.material-list-item .content{
	color:#222;
	font-size:16px;
	line-height:24px;
	/*max-height:69px;*/
	font-weight:500;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom:25px;
	position:relative;
}
.material-list-item .ligther{
	color:#555 !important;
	font-size:14px !important;
}
.material-list-item .is-collis{
	color: #3855d5;
	cursor: pointer;
	font-size: 14px;
}
.material-list-item .collis{
	background: #fff;
	position: absolute;
	right: 0;
	top: 48px;
}
.material-list-item .nocollis{
	position: none;
	margin-left:5px;
}
.material-list-item .is-collis img{
	width:19px;
}

.material-list-item .is-qcollis{
	color: #3855d5;
	cursor: pointer;
	font-size: 14px;
}
.material-list-item .qcollis{
	background: #fff;
	position: absolute;
	right: 0;
	top: 23px;
}
.material-list-item .noqcollis{
	position: none;
	margin-left:5px;
}
.material-list-item .is-qcollis img{
	width:19px;
}

.material-list-item .statues{
	margin-top:10px;
	overflow:hidden;
	line-height: 22px;
}
.creater{
	color:#888;
	font-size: 14px;
	margin-right: 10px;
}
.assistant-label{
	margin-top:6px;
	overflow:hidden;
	line-height: 22px;
}
.material-list-item .statu{
	border-radius: 20px;
	cursor: default;
	font-family: PingFangSC-Medium;
	font-size: 12px;
	line-height: 12px;
	margin-right: 8px;
	padding: 4px 8px;
	text-align: center;
	color: rgb(61, 150, 129);
	background-color: rgba(61, 150, 129, 0.05);
}
.statu0{
	color: rgb(153, 103, 167) !important;
	background-color: rgba(153, 103, 167, 0.05) !important;
}
.statu1{
	color: #13ce66 !important;
	background-color: #e7faf0 !important;
}
.statu2{
	background-color: #fff8e6 !important;
    color: #ffba00 !important;
}
.statu3{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu4{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}

.statu5{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu6{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu7{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu8{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu9{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu10{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu11{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu12{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu13{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu14{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu15{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.statu28{
	background-color: #ffeded !important;
    color: #ff4949 !important;
}
.material-list-item .statu img{
	width:15px;
	margin-left:3px;
}
.material-list-item .bottom{
	margin-top:5px;
	padding:5px 0px;
	overflow:hidden;
}
.material-list-item .bottom-left{
	width:50px;
	float:left;
	overflow:hidden;
	color:#777;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
}
.material-list-item .bottom-right{
	overflow:hidden;
	text-align:right;
}
.material-list-item .bottom-nums{
	max-width:382px;
	min-width:150px;
	float:left;
	overflow:hidden;
	color:#777;
	font-size:14px;
	line-height:22px;
	vertical-align:middle;
	margin-left:20px;
}
.material-list-item .bottom-nums span{
	margin-left:5px;
}
.material-list-item .bottom .item{
	color: #3855d5;
	margin-right: 20px;
	cursor:pointer;
	line-height:22px;
}
.material-list-item .bottom .disabled{
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
}
.material-list-item .imgs-url{
	overflow:hidden;
	padding-top:10px;
}
.material-list-item .imgs-url .imgs{
	width:155px;
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	cursor:pointer;
	border-radius:5px;
	position:relative;
}
.material-list-item .imgs-url .imgs img{
	max-width:100%;
	max-height: 100%;
}
.material-list-item .album{
	width:145px !important;
	height:145px !important;
}
.material-list-item .album img{
	max-width:100%;
	max-height: 100%;
}
.material-list-item .play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	bottom:0px;
	left:0px;
    right: 0px;
	z-index:1;
	cursor:pointer;
	border-radius: 8px;
	text-align:center;
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	background:#fff;
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中，如果也需要水平居中的话 */
}
.material-list-item .play img{
	width:35px !important;
	text-align:center !important;
}

.see-content{
	color:#333;
	font-size:15px;
	line-height:23px;
	padding:10px;
}
.see-content p{
	margin:5px 0px;
}
.see-content img{
	max-width:100%;
	text-align:center;
}

.pagination-wrap{
	overflow:hidden;
	padding:5px 0px;
	position:fixed;
	width:100%;
	left:0px;
	bottom:35px;
	z-index:1;
	background-color: transparent;
}
.pagination-wrap-main{
	margin-left:435px;
	margin-right:115px;
	padding:5px 15px;
	overflow:hidden;
	background:#fff;
	border-radius:7px;
	box-shadow: 0 2px 15px #e3e3e3;
	-webkit-box-shadow: 0 2px 15px #e3e3e3;
}
.pagination-wrap .checkbox-all{
	width:80px;
	float:left;
	overflow:hidden;
	line-height:34px;
	font-size:15px;
	text-align:left;
}
.pagination-wrap .checkbox-all span{
	color:#333;
	margin-right:5px;
}
.checkbox-input, .checkbox-all-input{
	width: 16px;
    height: 16px;
	vertical-align:middle;
}
.batch-btn{
	float:left;
	overflow:hidden;
	text-align:left;
	padding: 2px 0px;
}
.batch-btn .batch-btn-item{
	line-height: 24px;
    background-color: #007bff;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
}
/*发布记录*/
.publish-list-item{
	overflow:hidden;
}
.publish-header{
	color:#666;
	font-weight:600;
	font-size:14px;
	line-height:21px;
	text-align:center;
	padding:15px 10px;
	border-bottom:1px solid #eee;
}
.publish-body{
	color:#333;
	font-size:14px;
	line-height:21px;
	font-weight:300;
	text-align:center;
	padding:10px;
}
.publish-list-item .item{
	float:left;
	overflow:hidden;
	height:21px;
}
.publish-list-item .item2{
	overflow:hidden;
	height:21px;
	text-align:center;
}
.publish-list-item .platform{
	width:80px;
}
.publish-list-item .status{
	width:100px;
	border-radius: 20px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
    padding: 4px 8px;
    text-align: center;
}
.publish-list-item .stat{
	width: 130px;
}
.publish-list-item .time{
	width: 140px;
}
.publish-list-item .account{
	width: 105px;
}
.publish-list-item .publisher{
	width: 80px;
}
.publish-list-item .content{
	width: 380px;
}
.publish-list-item .username{
	width: 95px;
}
.publish-list-item .heading{
	width: 45px;
	float:left;
}
.publish-list-item .heading img{
	width: 35px;
	border-radius:50%;
}
.publish-extra{
	color:#333;
	font-size:14px;
	line-height:21px;
	font-weight:300;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #eee;
}
.publish-extra .sbtn{
	color:#3855d5;
	font-size:0.95rem;
	cursor:pointer;
}
.publish-btn{
	text-align:right;
	margin-top:10px;
}

/*发布记录详情*/
.comment-content-wrap{
	overflow:hidden;
}
.comment-content-wrap .comment-content-item{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.comment-content-wrap .item-title{
	color:#333;
	font-size:16px;
	line-height:21px;
}

.comment-content-wrap .imgs-url{
	overflow:hidden;
	padding-top:10px;
}
.comment-content-wrap .imgs-url .imgs{
	width:125px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	border-radius:5px;
	position:relative;
}
.comment-content-wrap .imgs-url .imgs img{
	width:100%;
}
.comment-content-wrap .album{
	width:75px !important;
	height:75px !important;
}
.comment-content-wrap .album img{
	width:100% !important;
}

/*参数设置*/
.select-seeting-module{
	background:#fff;
	padding:10px;
	margin:15px 10px;
	border-radius:10px;
}
.select-seeting-item{
	overflow:hidden;
	padding:10px;
}
.select-seeting-item .label{
	color:#222;
	line-height:24px;
	font-size:16px;
}
.select-seeting-item .label2{
	color:#222;
	line-height:31px;
	font-size:16px;
}
.select-seeting-float .label,.select-seeting-float .label2{
	float:left !important;
	width:95px;
}
.select-seeting-item .cont{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
}
.select-seeting-float .cont{
	margin-top:0px !important;
}
.select-seeting-item .cont input{
	padding:2px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:25px;
	width:280px;
}
.select-seeting-item .cont textarea{
	width:280px;
	height:220px;
	overflow-y:auto;
	border: none;
	border-color: transparent;
	border-radius:4px;
	line-height:23px;
	color: #333;
}
.select-seeting-item .cont2{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
	padding:10px;
	background:#fff;
}
.select-seeting-float .cont2{
	margin-top:0px !important;
}
.select-seeting-item .cont2 textarea{
	width:280px;
	height:75px;
	overflow-y:auto;
	border: none;
	border-radius:4px;
	line-height:23px;
	padding:2px 5px;
	color: #333;
}
.select-seeting-item .desc{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:13px;
}
.select-seeting-item .items,.select-seeting-item .items2{
	overflow: hidden;
    background: #eee;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 2px 10px;
    float: left;
    color: #555;
	cursor:pointer;
}
.select-seeting-float .items,.select-seeting-float .items2{
	margin-top:0px !important;
	margin-bottom: 10px;
}
.select-seeting-item .active{
	background:#1890ff;
	color:#f8f8f8 !important;
}
.select-seeting-item .active .descs{
	color:#f8f8f8 !important;
}
.select-seeting-item .items .name,.select-seeting-item .items2 .name{
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.select-seeting-item .items .descs,.select-seeting-item .items2 .descs{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:12px;
	text-align:center;
}

.select-seeting-tishi{
	line-height:21px; 
	color:#666; 
	font-size:15px;
	padding:15px;
	margin-top:10px;
}

.select-seeting-btn{
	overflow:hidden;
	padding:15px;
	margin-top:10px;
	text-align:right;
}
.select-seeting-btn .sure{
    line-height: 25px;
    background-color: #007bff;
	font-size:15px;
    border: 1px solid #007bff;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#fff;
	padding:3px 25px;
	margin-right:20px;
	display:inline-block;
}
.select-seeting-btn .cancel{
	line-height: 25px;
    background-color: #fff;
	font-size:15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#555;
	padding:3px 18px;
	margin-right:20px;
	display:inline-block;
}
.select-seeting-item .require{
	color:red;
	margin-right:1px;
}

.select-seeting-title{
	color:#333;
	font-size:16px;
	font-weight:600;
	line-height:25px;
	padding:5px 10px;
}

.select-seeting-wrap{
	overflow-y:auto;
	overflow-x:hidden;
}
.select-seeting-wrap .nobottom{
	padding-bottom:0px !important;
}
.select-seeting-bottom{
	overflow:hidden;
	height:55px;
}
.select-seeting-item .select-wrap{
	overflow:hidden;
	padding:2px 8px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	border: 1px solid #e3e3e3;
    border-radius: 5px;
	max-width:275px;
	min-width:175px;
}

.select-seeting-item .select-wrap:hover{
	background:#f5f5f5;
	border-radius:4px;
}

.select-seeting-item .select-cont{
	line-height:25px;
	height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.select-seeting-item .select-icon{
	overflow:hidden;
	float:right;
	text-align:right;
	width:28px;
}
.select-seeting-item .select-icon img{
	width:16px;
}

/*扫码二维码*/
.h5-qrcode-wrap{
	padding-top:15px; 
	text-align:center;
	overflow:hidden;
	min-height:200px;
}
.h5-qrcode-wrap .h5-qrcode-item{
	text-align:center;
	overflow:hidden;
	width:50%;
	float:left;
}
.h5-qrcode-wrap .h5-qrcode{
	text-align:center;
	overflow:hidden;
}
.h5-qrcode-wrap .h5-qrcode-item img{
	width:60%;
	max-width:210px;
}
.h5-qrcode-wrap .h5-qrcode img{
	width:60%;
	max-width:210px;
}
.h5-qrcode-img{
	overflow:hidden;
}
.h5-qrcode-wrap .h5-qrcode-tishi{
	margin-top:8px; 
	margin-bottom:25px; 
	padding:0px 15px;
	text-align:center; 
	color:#666; 
	font-size:14px; 
	line-height:22px; 
	font-weight:600;
	overflow:hidden;
}

/**定时时间选择*/
.dingshi-wrap{
	position:relative;
}
.dingshi-wrap .days{
	float:left;
	width:200px;
	position:relative;
}
.dingshi-wrap .hours{
	float:left;
	width:100px;
	margin-left:15px;
	position:relative;
}
.dingshi-wrap .minute{
	float:left;
	width:85px;
	margin-left:15px;
	position:relative;
}
.dingshi-wrap .days-input{
	border-radius:4px;
	border:1px solid #ddd;
	overflow:hidden;
	cursor:pointer;
}
.dingshi-wrap .days-input .input{
	color:#333;
	line-height:21px;
	height:21px;
	padding:6px 10px;
	font-size:15px;
}
.dingshi-wrap .days-input .icon{
	overflow:hidden;
	float:right;
	padding:6px 1px;
	width:20px;
	text-align:center;
}
.dingshi-wrap .days-input .icon img{
	width:14px;
}
.dingshi-wrap .days-select{
	position:absolute;
	bottom:10px;
	left:25px;
	z-index:19891016;
	overflow: hidden;
    width: 200px;
    border-radius: 8px;
    box-shadow: 0 2px 20px #ddd;
    -webkit-box-shadow: 0 2px 20px #ddd;
    background: #fff;
	padding:10px 5px;
	max-height: 255px;
    min-height: 100px;
    overflow-y: auto;
}

.dingshi-wrap .days-select .select-item{
	padding:10px 10px;
	overflow:hidden;
	cursor:pointer;
}
.dingshi-wrap .days-select .select-item:hover{
	background:#f3f3f3;
}
.dingshi-wrap .days-select .name{
	color:#222;
	line-height:21px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.dingshi-wrap .days-select .actives{
	background:#f3f3f3;
}
.dingshi-wrap .days-select .actives .name{
	color:#3855d5 !important;
	font-weight:bold;
}
/**定时时间选择end---*/

/*图片上传*/
.img-wrap{
	overflow:hidden;
	margin-top:25px;
}
.img-wrap .show-imgs{
	float:left;
	overflow:hidden;
}
.img-wrap .uploader{
	border: none;
	border-radius: 4px;
	height: 68px;
	width: 68px;
	float:left;
	margin-bottom:10px;
}
.img-wrap .uploader .uploader-plus{
	background-color: #f6f8f9;
	height: 100%;
	width: 100%;
	text-align:center;
}
.img-wrap .uploader .uploader-plus img{
	width:28px;
	margin-top:20px;
}
.img-wrap .item{
	border-radius: 8px;
	flex-shrink: 0;
	height: 68px;
	width: 68px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	position: relative;
	display: inline-block;
}
.img-wrap .item img{
	width:100%;
	max-height:100%;
	border-radius: 4px;
	cursor:pointer;
}
.img-wrap .remove{
	position:absolute;
	width:27px;
	height:27px;
	top: 0px;
    right: 0px;
	z-index:100;
	cursor:pointer;
}
.img-wrap .remove img{
	width:27px;
}
.img-wrap .play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	bottom:0px;
	left:0px;
    right: 0px;
	z-index:99;
	cursor:pointer;
	border-radius: 8px;
	text-align:center;
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	background:#fff;
}
.img-wrap .play img{
	width:30px;
	text-align:center;
	margin-top:19px;
}

/*侧边栏弹窗*/
.aside-window-wrap{
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	width:50%;
	max-width:1080px;
	min-width:760px;
	z-index:1000;
	background:#fff;
}
.aside-window-wrap .header{
	padding:10px 15px;
	font-size:16px;
	color:#333;
	line-height:25px;
	overflow:hidden;
}
.aside-window-wrap .title{
	font-size:16px;
	color:#333;
	line-height:25px;
}
.aside-window-wrap .close{
	width:60px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.aside-window-wrap .close img{
	width:24px;
}

.aside-window-wrap .aside-list{
	overflow-y:auto;
	padding:10px 15px 60px 15px;
	overflow-x:hidden;
}
.aside-window-wrap .aside-fixed-btn{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:1001;
	height:60px;
	width:50%;
	max-width:1080px;
	min-width:760px;
	background:#fff;
	border-top:1px solid #eee;
}
.aside-window-1{
	z-index:1000;
}
.aside-window-2{
	z-index:1003;
}
.aside-window-3{
	z-index:1006;
}
.zhezhao1{
	z-index:999;
}
.zhezhao2{
	z-index:1002;
}
.zhezhao3{
	z-index:1005;
}

.btn{
	height: 35px;
    line-height: 35px;
	width:100px;
    background-color: #007bff;
	font-size:16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
	text-align:center;
	color:#fff;
	margin:25px auto;
}

.layui-m-layerchild{
	overflow:auto;
}
.layui-m-layerchild h3{
	height:48px !important;
	line-height:48px !important;
}
/**下拉按钮**/
/* 按钮样式 */
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* 下拉菜单容器 - 需要定位 */
.dropdown {
	position: relative;
	display: inline-block;
}

/* 下拉菜单内容 (默认隐藏) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
	top: 35px;
	left: 0px;
}

/* 下拉菜单链接 */
.dropdown-content a {
	color: black;
	padding: 5px 5px;
	text-decoration: none;
	display: block;
}

/* 改变颜色 */
.dropdown-content a:hover {background-color: #f1f1f1}

/* 当鼠标悬停在按钮上时显示下拉菜单 */
.dropdown:hover .dropdown-content {
	display: block;
	z-index: 1000;
}

/**图片布局**/
.material-list-item .imgs-url .imgs2{
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	cursor:pointer;
	border-radius:5px;
	position:relative;
	width:145px;
	text-align:center;
	vertical-align:middle;
}
.material-list-item .imgs-url .imgs2 img.img{
	max-width:100%;
	height:145px;
}

.material-list-item .play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	bottom:0px;
	left:0px;
	right: 0px;
	z-index:1;
	cursor:pointer;
	border-radius: 8px;
	text-align:center;
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0);
	background:#fff;
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中，如果也需要水平居中的话 */
}
.material-list-item .play img{
	width:35px !important;
	text-align:center !important;
}
.use-diarys-cont-main .choose-icon{
	overflow: hidden;
	margin-top: 5px;
	margin-left: 10px;
	height: 22px;
	text-align: left;
}
.use-diarys-cont-main .choose-icon img{
	width:20px;
}
.choose-model-select {
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 62px;
	width: 280px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px #d3d3d3;
	box-shadow: 0 0 3px #d3d3d3;
	background: #fff;
	z-index: 100;
}
.use-diarys-cont-main .choose-icon img{
	width:20px;
}
.select-seeting-item .cont2 .use-gaixie-cont{
	overflow: hidden;
	color: #333;
	font-size: 15px;
	line-height: 23px;
	border: 1px solid #ddd;
	border-radius: 5px;
	min-height: 180px;
	width: 650px;
	padding: 10px;
	overflow-y: auto;
}
.gaixie-btn{
	margin:10px;
	color:#3855d5;
	line-height:25px;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
}
