﻿body{
    font-family:微软雅黑;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*系统错误提示*/
.util_pop_info {
	position: fixed;
	top: 45%;
	z-index: 100001;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	border-radius: 3px;
	padding: 5px 8px;
	color: white;
	padding: 20px;
	font-size: 20px;
}

	.util_pop_info:before {
		content: " ";
		display: inline-block;
		width: 30px;
		height: 30px;
		background: right center no-repeat;
		float: left;
		margin-right:10px;
		background-image: url(../images/baocuo.png);
	}

    .util_pop_info.success:before {
    	background-image: url(../images/chenggong.png);
    }

.short{
	width:90px;
}

.middle{
	width:120px;
}

.long{
	width:190px;
}

/*弹出层*/
.pop{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:100000;
}
.pop > div {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:white;
	border-radius:5px;
}
.pop_title {
	line-height:40px;
	text-align:center;
	color:#666666;
	position:relative;
	background:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.pop_title > i{
	font-size:0;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/5.png);
	position:absolute;
	right:15px;
	top:10px;
	cursor:pointer;
	background-size:contain;
}
.pop_body{
	color:#666666;
	padding:20px 30px;
	max-height:500px;
	overflow-y:auto;
	box-sizing: border-box;
}
.pop_btn{
	padding-bottom:17px;
	text-align:center;
}
.pop_btn > div:last-child{
	margin-left:8px;
}

.require:before{
	content: "*";
	color:#ff793f;
}

/*链接*/
.link{
	color:#3c87d3;
	font-size:14px;
	cursor:pointer;
}
.link:hover{
    text-decoration:underline;
}

/*loading*/
#loading{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000000;
}
#loading > img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

/*图片列表*/
.imagelist{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}
.imagelist > li{
    float:left;
    margin-bottom:5px;
    margin-right:5px;
    width:50px;
    height:50px;
    overflow:hidden;
    position:relative;
}
.imagelist > li img{
    border-radius:3px;
    max-height:100%;
    max-width:100%;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.imageList_icon {
    position:absolute;
    width:100%;
    height:25px;
    left:0;
    bottom:0;
    -webkit-transform:translateY(100%);
    -webkit-transition-duration:500ms;
    background:#3c87d3;
}
.imagelist > li:hover .imageList_icon{
    -webkit-transform:translateY(0);
}
.imageList_icon > span{
    display:block;
    width:50%;
    float:left;
    font-size:10px;
    text-align:center;
    line-height:25px;
    color:white;
    cursor:pointer;
    box-sizing:border-box;
}
.imageList_icon > span:not(:last-child){
    border-right:1px solid white;
}

/*.imagelist_del{
    position:absolute;
    right:-15px;
    top:-15px;
    width:30px;
    height:30px;
    background:url(../images/9.png) no-repeat;
}*/

.sl_addCase{
	position:absolute;
	top:20px;
	left:15px;
	bottom:20px;
	width:300px;
	border-right:1px solid #ccc;
	display:none;
	padding-right:15px;
}
.sl_addCase.sl_showAddCase{
	display:block;
}
.sl_showAddCase.sl_caseList{
	position:absolute;
	left:320px;
	top:20px;
	bottom:20px;
	right:15px;
}

.sl_sliceView {
	display:inline-block;
}
.sl_sliceView > li{
	float:left;
	width:50px;
	height:50px;
	background:center center no-repeat;
	background-size:contain;
	margin-right:5px;
	margin-bottom:25px;
	border:1px solid #ccc;
	position:relative;
}
.sl_sliceView > li > span{
	font-size: 12px;
	position: absolute;
	bottom: -20px;
	overflow: hidden;
	width: 100%;
}
.image_view{
	width:50px;
	height:50px;
	background:center center no-repeat;
	background-size:contain;
	border:1px solid #ccc;
}