@charset "utf-8";
/* 你自己的样式 */
#upload{width: 50%;height: 30px;border: solid 1px #ddd;padding: 0 5px;}
.filebtn {width: 100%;height: 100%;opacity: 0;left: 0;top: 0;position: absolute;}
.input:hover{text-decoration:none;}
a.input {
  width:100px;
  height:30px;
  line-height:30px;
  background:#3091d1;
  text-align:center;
  display:inline-block;/*具有行内元素的视觉，块级元素的属性 宽高*/
  overflow:hidden;/*去掉的话，输入框也可以点击*/
  position:relative;/*相对定位，为 #file 的绝对定位准备*/
  color:#fff;
}
a.input:hover {
  background:#31b0d5;
  color: #ffffff;
}
a{
  text-decoration:none;
}
#menu-article dt a:hover{text-decoration: none;}
.uploadbtn {
    border: none;
    width: 70px;
    height: 30px;
    font-size: 14px;
    display: none;
}
.btn-success {
    color: #fff;
    background-color: #5eb95e;
    border-color: #5eb95e;
}
.cancelbtn {
    border: none;
    width: 70px;
    height: 30px;
    font-size: 14px;
    display: none;
}
.btn-danger {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}
.piaofuimg span{width:50%;height:auto;display: block;text-align: center;position: absolute;left: 25%;top: 55px;line-height: 30px;display: none;}
.updiv{width:80%;height:auto;line-height: 30px;text-align: center;position:absolute;left:10%;top:55px;display: none;}
.updiv p{width:49%;height:auto;text-align: center;color:#fff;display: block;float:left;margin-right:2%;overflow:hidden;}
.updiv p:last-child{margin-right:0;}
.upcot{position: relative;}
.sltlist{width:100%;height:auto;overflow:hidden;}
.sltlist li{width:190px;height:135px;overflow:hidden;float:left;border:1px solid #e9e9e9;margin-right:1%;position:relative;}
.sltlist li img{display:block;max-width:100%;margin:0 auto;}
.piaofuimg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1000;}
.piaofuimg:hover .updiv{display: block;}
.piaofuimg img{display:block;max-width:100%;margin:0 auto;}
.zxup{position: absolute;display: block;top:0;left:0;width:100%;height:100%;opacity: 0;}

.zidiyi{
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: calc(100% - 4px);
    height: 25px;
    border: none;
    border-top: 1px #eee solid;
    padding:0 2px;
    opacity: 0.8;
}
