@CHARSET "UTF-8";
/* 左浮动 */
.pl{
	float:left;
}
/* 右浮动 */
.pr{
	float:right;
}
/* 请除浮动 */
.pb{
	clear:both;
}
.backs {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #505050;
    width: 57px;
    text-align: center;
    height: 29px;
    border-radius: 3px;
    background: white;
    line-height: 27px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.top_name{
	display: block;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
}
/* 模态框背景 */
.mobileClickDiv{
	background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
}
/* 模态框信息 */
.mobileInformationDiv{
	position: fixed;
    top: 50px;
    width: 90%;
    height: auto;
    margin: 0 5%;
    background: white;
    border-radius: 6px;
    z-index: 1010;
    padding-bottom: 4px;
    padding: 15px;
    display: none;
}

/*遮罩层  */
.mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index:199999999999;
	display:none;
}
.mask .mask-img{
	    width: 100%;
}
.S_delete{
	cursor:pointer;
}
.S_delete .icon-control{
	position:absolute;
	top:30px;
	right:0px;
	width:80px;
	height:80px;
	color:white;
	font-size:50px;
}
.mask span{
    /* position: absolute; */
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 16px;
    text-align: center;
    /* margin-top: 30px; */
}
 .loadImg{
       -webkit-animation: spin 2s linear infinite;
       animation: spin 2s linear infinite;
        width: 12%;
    	margin: 75% 44% 0;
 }
 
 /*手机端限制超出隐藏  */
 .goBeYondHide{
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
   
   
   