.main .title {
  background: url('../images/ugc_title.png') no-repeat top;
  background-size: 100%;
}
.main .coser_title {
  background: url('../images/coser_title.png') no-repeat top;
  background-size: 100%;
}

.main .content {
  background-color: #ffffff;
  border: 2px solid #5e4532;
  border-radius: 0.2rem;
  position: relative;
  top: 0.2rem;
  left: 50%;
  margin-left: -4.5rem;
  width: 9rem;
  height: 70vh;
  padding: 0.3rem 0;
  overflow: hidden;
}

.main .content .ugc {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main .content .ugc a:nth-of-type(-n + 4) {
  background: url('../images/galpop/ajax-loader.gif') no-repeat center;
  position: relative;
  width: 4.1rem;
  height: 2.92rem;
  float: left;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #574231;
  cursor: pointer;
  overflow: hidden;
}

.main .content .ugc a:nth-of-type(n + 5) {
  background: url('../images/galpop/ajax-loader.gif') no-repeat center;
  position: relative;
  width: 4.1rem;
  height: 5.13rem;
  float: left;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #574231;
  cursor: pointer;
  overflow: hidden;
}

.main .content .ugc a img {
  border: 2px solid #5e4532;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* galpop */

#galpop-container {
  background-color: #fff;
  padding: 4px;
  border-radius: 3px;
  max-height: 70vh;
}

#galpop-close {
  width: 0.8rem;
  height: 0.8rem;
  top: unset;
  background-size: 100%;
  right: 50%;
  margin-right: -0.4rem;
  bottom: -1.25rem;
}

#galpop-content {
  max-height: 70vh;
}

#galpop-content img {
  max-height: 70vh;
  object-fit: cover;
}

#galpop-info {
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 0.35rem;
  padding: 0.2rem;
}

#galpop-next {
  background-image: url(../images/galpop/btn-next.png);
  background-position: right center;
}
