body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
img {
  display: inline-block;
  vertical-align: bottom;
}
#body {
  width: 100%;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
}
.container .headerBanner {
  width: 100%;
  position: relative;
}
.container .headerBanner .exhibitionBanner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transform-origin: left top;
  height: 100vw;
  width: 100vw;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.container .contentWrap {
  padding: 15px 15px 0;
  position: relative;
}
.container .contentWrap .title {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  line-height: 33px;
}
.container .contentWrap .contentTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px;
}
.container .contentWrap .contentTime .timeInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e6e6e6;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .contentWrap .contentTime .timeInfo .time {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.container .contentWrap .contentTime .timeInfo .addr {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 5px;
}
.container .contentWrap .contentTime .addrBox {
  height: 24px;
  padding-left: 28px;
  margin-right: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .contentWrap .contentTime .addrBox .timeImg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
}
.container .contentWrap .contentInfo {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #666;
  text-align: left;
  line-height: 26px;
  font-weight: 400;
  white-space: break-spaces;
}
.container .mainWrapper {
  padding-bottom: 40px;
}
.container .mainWrapper .worksBox {
  min-height: 198px;
}
.container .mainWrapper .worksBox .worksTitle {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.container .mainWrapper .worksBox .worksTitle span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(75%, white),
    color-stop(75%, #ffe300),
    to(#ffe300)
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    white 75%,
    #ffe300 75%,
    #ffe300 100%
  );
}
.container .mainWrapper .worksBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .mainWrapper .worksBox .list .itemBox {
  display: block;
  width: calc((100% - 11px) / 2);
  margin-top: 15px;
  margin-right: 11px;
}
.container .mainWrapper .worksBox .list .itemBox:nth-child(2n) {
  margin-right: 0;
}
.container .mainWrapper .worksBox .list .item {
  display: block;
}
.container .mainWrapper .worksBox .list .item .imgBox {
  width: 100%;
  height: auto;
  padding-top: 76%;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 5px;
}
.container .mainWrapper .worksBox .list .item .imgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  display: block;
}
.container .mainWrapper .worksBox .list .item .title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.container .mainWrapper .worksBox .list .username {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  display: block;
}
.container .mainWrapper .complain {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 4.4vw;
  text-align: center;
  margin-top: 40px;
}
.container .mainWrapper .complain span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(75%, white),
    color-stop(75%, #ffe300),
    to(#ffe300)
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    white 75%,
    #ffe300 75%,
    #ffe300 100%
  );
}
.container .exhibitionFooter {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.container .exhibitionFooter img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.loading {
  line-height: 14px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.loading .ajaxfeed-loading,
.loading .data-nomore {
  padding: 60px 20px;
}
.event_common_footer {
  width: 100%;
  height: 6.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.37rem;
  color: #282828;
  padding: 0.8rem 0 0.27rem;
  background: url(https://public-static.zcool.com.cn/zcool/mobile/images/footer-background.png);
  background-size: 10rem 6.56rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event_common_footer .event_common_logo {
  background: transparent;
}
.event_common_footer .event_common_logo .event_footer_logo {
  width: 2.67rem;
  display: block;
}
.event_common_footer .event_common_title {
  font-size: 0.48rem;
  margin-top: 1rem;
  color: #282828;
}
.event_common_footer .event_footer_down_btn {
  color: #000000;
  width: 3.6rem;
  height: 1.07rem;
  line-height: 1.07rem;
  margin-top: 0.4rem;
  font-size: 0.43rem;
  text-align: center;
  border: 0.03rem solid #282828;
  border-radius: 0.53rem;
}
.event_common_footer .event_footer_copyright {
  color: #282828;
  font-size: 0.32rem;
  margin-top: 1rem;
  display: block;
}

/*# sourceMappingURL=wap.5736635c.css.map*/
