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;
}

.select1{
	border:none;
	background:#fff;
	line-height:26px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	width:135px;
	padding: 4px;
}

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

.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;
}
.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:185px;
}
.material-list-item .cont2{
	overflow:hidden;
	padding-right:55px;
}
.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;
}
.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;
}
.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{
	float:left;
	overflow:hidden;
}
.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 .time{
	color:#777;
}
.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{
	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;
}
.material-list-item .imgs-url .imgs img.img{
	max-width:100%;
	max-height:100%;
}
.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;
}
.material-list-item .download-count{
	color: #666;
	margin-left: 0px;
	cursor:pointer;
	line-height:22px;
	font-size:14px;
}
.material-list-item .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;
}

/*素材使用*/
.use-diary-head{
	font-weight:600;
	color:#555;
	font-size:16px;
	line-height:25px;
	padding: 5px 10px;
}
.use-diarys-cont-main{
	overflow:hidden;
}
.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;
}
.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;
}

/*参数设置*/
.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;
}

.img-wrap{
	overflow:hidden;
}
.img-wrap .show-imgs{
	float:left;
	overflow:hidden;
}
.img-wrap .uploader{
	border: none;
	border-radius: 4px;
	height: 85px;
	width: 85px;
	float:left;
}
.img-wrap .uploader .uploader-plus{
	background-color: #f6f8f9;
	height: 100%;
	width: 100%;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items: center;     /* 垂直居中 */
	flex-direction: column;
	color:#777;
	font-size:14px;
	line-height:23px;
}
.img-wrap .uploader .uploader-plus img{
	width:30px;
}
.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: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;
}
/**列表内容布局**/
/* 容器样式 */
.account-container {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

/* 列表头部 */
.list-header {
	display: grid;
	grid-template-columns: 85px 0.7fr 0.6fr 0.5fr 1.5fr 0.5fr 0.5fr 180px;
	padding: 1rem 2rem;
	background: #f8fafc;
	border-bottom: 2px solid #e2e8f0;
	font-weight: 600;
	color: #64748b;
}

/* 列表项 */
.account-item {
	display: grid;
	grid-template-columns: 85px 0.7fr 0.6fr 0.5fr 1.5fr 0.5fr 0.5fr 180px;
	align-items: center;
	padding: 1.2rem 2rem;
	border-bottom: 1px solid #f1f5f9;
	transition: background 0.2s;
}

.account-item:hover {
	background: #f8fafc;
}

/* 数据单元格 */
.data-cell {
	color: #334155;
	font-size: 0.95rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 1rem;
}
.data-cell-new {
	color: #334155;
	font-size: 0.95rem;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 1rem;
}
/* 状态标识 */
.status-indicator {
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
}

.status-active {
	background: #e6f6ee;
	color: #10b981;
}

.status-inactive {
	background: #fff5f5;
	color: #ef4444;
}

/* 操作按钮容器 */
.action-buttons {
	display: flex;
	gap: 0.8rem;
	justify-content: flex-end;
}

/* 按钮基础样式 */
.action-btn {
	padding: 0.3rem 0.6rem;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

/* 具体按钮样式 */
.edit-btn {
	background: #e0f2fe;
	color: #0ea5e9;
}

.edit-btn:hover {
	background: #bae6fd;
}

.delete-btn {
	background: #fee2e2;
	color: #ef4444;
}

.delete-btn:hover {
	background: #fecaca;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.account-container {
		margin: 1rem;
	}

	.list-header,
	.account-item {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
      "username status"
      "email role"
      "actions actions";
		padding: 1rem;
		gap: 0.5rem;
	}

	.data-cell:nth-child(1) { grid-area: username; }
	.data-cell:nth-child(2) { grid-area: email; }
	.data-cell:nth-child(3) { grid-area: role; }
	.data-cell:nth-child(4) { grid-area: status; }
	.action-buttons {
		grid-area: actions;
		justify-content: flex-start;
		padding-top: 0.5rem;
	}

	.action-btn {
		padding: 0.4rem 0.8rem;
	}
}
/**列表内容end**/
