*{
  margin: 0;
  padding: 0;
}
/*#upBox{
  text-align: center;
  width:500px;
  padding: 20px;
  border: 1px solid #666;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 200px;
  position: relative;
  border-radius: 10px;
}*/
#inputBox{
  height: 40px;
  border: 1px solid cornflowerblue;
  /*color: cornflowerblue;*/
  position: relative;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  /*font-size: 16px;*/
  cursor:pointer;
}
#inputBox input{
  height: 40px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#imgBox{
  text-align: left;
}
#imgBox div{
  margin: 5px 0.5%;
  padding: 0;
}
.imgContainer{
  display: inline-block;
  width: 19%;
  border: 1px solid #666666;
  position: relative;
  margin: 5px 0.5%;
  box-sizing: border-box;
}
.imgContainer img{
  width: 100%;
  height: 150px;
  cursor: pointer;
}
.imgContainer p{
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: black;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.imgContainer:hover p{
  display: block;
}
/*#btn{
  outline: none;
  width: 100px;
  height: 30px;
  background: cornflowerblue;
  border: 1px solid cornflowerblue;
  color: white;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 5px;
}*/

.uploadImageBox{height: 100px;}
.uploadImageBox .layui-form-label{margin: 30px 0; height: 40px;}
.uploadImageBox .layui-input-block{margin: 30px 0; height: 40px;}
.uploadImageBox .layui-upload{margin: 30px 0; height: 40px;}
.uploadImage,.videoUploadBtn{margin: 30px 0; height: 40px;}
.showImage{height: 100px;}