.hsiu-view-port {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 126px;
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-right: 10px;
  text-align: center;
}
.hsiu-view-port .hsiu-img-item {
  width: 100%;
  max-width: 245px;
  max-height: 128px;
}

@media (max-width: 640px) {
  .hsiu-view-port .hsiu-img-item {
    max-width: 140px;
  }
}

.hsiu-view-port .hsiu-img-del {
  position: absolute;
  right: 5px;
}

.hsiu-view-port .set_default {
  position: absolute;
  background: white;
  color: black;
  left: 0;
  bottom: 0;
  line-height: 25px;
  padding: 3px 5px;
  font-size: 13px;
}

.hsiu-view-port .set_default:hover {
  text-decoration: none;
  cursor: pointer;
}
.hsiu-view-port p.set_default {
  margin-bottom: 0;
}

.hsiu-view-port .hsiu-img-del:hover {
  cursor: pointer;
}

.smart-upload-msg {
  color: red;
}

.h-notes {
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  color: #ccc;
}

img.hsiu-file-del {
  float: left;
  margin-right: 8px;
}

img.hsiu-file-del:hover {
  cursor: pointer;
}

.hsiu-view-port-file {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  overflow: hidden;
}

.hsiu-view-port-file:last-child {
  border-bottom: none;
}
