@charset "UTF-8";
/*
 * 首页模块
 * banner， 入口， 入口， 资讯， 精彩活动， 历史活动，  场馆 or 空间，  文化非遗， 活动室， 文化社团 or 文化团体， 艺术鉴赏， 日历， 志愿者
*/
/* start 公共的 */
html, body {
  min-height: 100%;
}

.main {
  width: 750px;
  margin: 0 auto;
}

.jz700 {
  width: 700px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* end 公共的 */
/* start 底部 */
.footerWc {
  height: 93px;
}

.footer {
  width: 750px;
  height: 93px;
  overflow: hidden;
  background-color: #161515;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
  opacity: 0.9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer li {
  height: 93px;
  flex: 1;
  cursor: pointer;
}

.footer li .pic {
  height: 37px;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 12px;
  margin-bottom: 13px;
  position: relative;
}

.footer li .pic img {
  display: block;
  width: 43px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
}

.footer li span {
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.footer li.cur span{
  color: #51FDFB;
}
@media screen and (min-device-height: 738px) {
  .footerWc {
    height: 130px;
  }
  .footer {
    padding-bottom: 20px;
  }
}

/* end 底部 */

/* start 侧边栏菜单 */
.side-menu-float {
  display: block;
  position: fixed;
  right: 28px;
  bottom: 200px;
  z-index: 20;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.side-menu-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
}

.side-menu {
  width: 66.6667%;
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
}

.side-menu .grzx {
  height: 320px;
  padding: 0 48px;
  background-color: #1F2023;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-menu .grzx .avatar {
  width: 144px;
  height: 144px;
  position: relative;
  overflow: hidden;
  border-radius: 144px;
}

.side-menu .grzx .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side-menu .grzx .name {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  margin-top: 16px;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.side-menu .scroll-wrap {
  height: calc(100vh - 320px);
  padding: 48px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.side-menu .sear-menu {
  margin: 0 48px 48px 48px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
  border-radius: 36px;
  position: relative;
}

.side-menu .sear-menu .txtInp {
  display: block;
  width: 100%;
  font-size: 32px;
  color: #333;
  line-height: 48px;
  padding: 11px 25px 11px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: url(../image/fdj.png) no-repeat 24px center;
  outline: none;
}

.side-menu .sear-menu .iconfont {
  font-size: 28px;
  color: #999;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -16px;
}

.side-menu .menu-list .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 48px;
}

.side-menu .menu-list .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-menu .menu-list .icon img {
  display: block;
  width: auto;
  height: 32px;
}

.side-menu .menu-list .wz {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  font-size: 28px;
  color: #333;
  line-height: 40px;
}

.side-menu .menu-list .icon-ARROW-right {
  font-size: 28px;
  color: #aaa;
  line-height: 40px;
  margin-left: auto;
}

/* end 侧边栏菜单 */
