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:30px 30px 65px 30px;
	border-radius:8px;
	box-shadow: 0 2px 20px #ddd;
	-webkit-box-shadow: 0 2px 20px #ddd;
	overflow:hidden;
}
.material-top{
	padding-bottom:10px;
	position:relative;
}
.material-create-btn{
	float:right;
	width:300px;
	overflow:hidden;
	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;
	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;
}
.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;
}
.status-set-item:hover{
	background:#f5f5f5;
	border-radius:4px;
}
.status-set-item .cont{
	margin-right:3px;
	float:left;
	max-width:185px;
	min-width:75px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.status-set-item .icon{
	overflow:hidden;
	float:left;
	height:26px;
	line-height:22px;
}
.status-set-item .cont input{
	border:none;
	background:#fff;
	line-height:26px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	width:135px;
}

/*下拉选择弹窗*/
.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%;
}

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

.SC_material-list-item{
	overflow:hidden;
	padding:15px 0px;
	border-top:1px solid #eee;
}
.SC_material-list-item .link img{
	width:14px;
	margin-right:3px;
}
.SC_material-list-item .link a:hover{
	color:#3855d5;
	text-decoration:underline;
}
.SC_material-list-item:last-child{
	border-bottom:none !important
}
.SC_material-list-item .SC_cont{
	overflow:hidden;
	padding-right:185px;
}
.SC_material-list-item .SC_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;
}
.SC_material-list-item .SC_content{
	color:#222;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom:25px;
	position:relative;
}
.SC_material-list-item .SC_is-collis{
	color: #3855d5;
	cursor: pointer;
	font-size: 14px;
}
.SC_material-list-item .SC_collis{
	background: #fff;
	position: absolute;
	right: 0;
	top: 48px;
}
.SC_material-list-item .SC_is-collis img{
	width:19px;
}

.SC_material-list-item .SC_statues{
	margin-top:10px;
	overflow:hidden;
	line-height: 22px;
}
.SC_creater{
	color:#888;
	font-size: 14px;
	margin-right: 10px;
}
.SC_material-list-item .SC_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);
}
.SC_statu0{
	color: rgb(153, 103, 167) !important;
	background-color: rgba(153, 103, 167, 0.05) !important;
}
.SC_statu1{
	color: #13ce66 !important;
	background-color: #e7faf0 !important;
}
.SC_statu2{
	background-color: #fff8e6 !important;
	color: #ffba00 !important;
}
.SC_statu3{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu4{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}

.SC_statu5{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu6{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu7{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu8{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu9{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu10{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu11{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu12{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu13{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu14{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_statu15{
	background-color: #ffeded !important;
	color: #ff4949 !important;
}
.SC_material-list-item .SC_statu img{
	width:15px;
	margin-left:3px;
}
.SC_material-list-item .SC_bottom{
	margin-top:5px;
	padding:5px 0px;
	overflow:hidden;
}
.SC_material-list-item .SC_bottom-left{
	float:left;
	overflow:hidden;
}
.SC_material-list-item .SC_bottom-right{
	overflow:hidden;
	text-align:right;
}
.SC_material-list-item .SC_bottom .SC_item{
	color: #3855d5;
	margin-right: 20px;
	cursor:pointer;
	line-height:22px;
}
.SC_material-list-item .SC_bottom .SC_time{
	color:#777;
}
.SC_material-list-item .SC_imgs-url{
	overflow:hidden;
	padding-top:10px;
}
.SC_material-list-item .SC_imgs-url .SC_imgs{
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	cursor:pointer;
	border-radius:5px;
	position:relative;
	text-align:center;
	height:145px;
	width:145px;
	vertical-align:middle;
}
.SC_material-list-item .SC_imgs-url .SC_imgs img.SC_img{
	max-width:100%;
	max-height:100%;
}

.SC_material-list-item .SC_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;

	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中，如果也需要水平居中的话 */
}
.SC_material-list-item .SC_play img{
	width:35px !important;
	text-align:center !important;
}
.SC_material-list-item .SC_download-count{
	color: #666;
	margin-left: 0px;
	cursor:pointer;
	line-height:22px;
	font-size:14px;
}
.SC_material-list-item .SC_use-count{
	color: #666;
	margin-left: 15px;
	cursor:pointer;
	line-height:22px;
	font-size:14px;
}
.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;
}



/*参数设置*/
.select-seeting-item{
	overflow:hidden;
	padding:8px 10px;
}
.select-seeting-item .label{
	color:#222;
	line-height:24px;
	font-size:16px;
}
.select-seeting-item .label2{
	color:#222;
	line-height:28px;
	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:0px 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{
	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{
	margin-top:0px !important;
	margin-bottom: 0px !important;
}
.select-seeting-item .active{
	background:#1890ff;
	color:#f8f8f8 !important;
}
.select-seeting-item .active .descs{
	color:#f8f8f8 !important;
}
.select-seeting-item .items .name{
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.select-seeting-item .items .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:5px 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-module{
	background:#fff;
	padding:10px;
	margin:15px 10px;
	border-radius:10px;
}
.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;
}

.comment-remove{
	margin-top:0px;
	color:#1890ff;
	cursor:pointer;
	float:right;
	width:55px;
	text-align:right;
}
.add-comment{
	line-height:24px;
	color:#1890ff;
	cursor:pointer;
	text-align:center;
	padding-right: 75px;
	margin: 15px 0px;
}


/*侧边栏弹窗*/
.aside-window-wrap{
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	width:50%;
	max-width:1080px;
	min-width:680px;
	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:5px 5px 60px 5px;
	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:680px;
	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;
}

