* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  height: 100%;
  font-family: '微软雅黑';
  overflow-x: hidden;
}
html {
  font-size: 13.33vw;
}
body {
  padding-top: 0.94rem;
  font-size: 0.28rem;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
img {
  border: none;
}
textarea {
  resize: none;
}
input {
  border: none;
}
#app {
  height: 100%;
}
.menu-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
}
.menu-wrap {
  display: none;
  position: fixed;
  right: 0;
  top: 0.94rem;
  bottom: 0;
  z-index: 999;
  width: 3.6rem;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-wrap::-webkit-scrollbar {
  display: none;
}
.menu-wrap .ul1 {
  padding-left: 0.5rem;
}
.menu-wrap .ul1 .li1 {
  line-height: 1.04rem;
  font-size: 0.32rem;
  color: #333;
  border-bottom: 1px solid #ECECEC;
}
.menu-wrap .ul1 .li1.active.has-item {
  line-height: 0.8rem;
  padding-top: 0.22rem;
  padding-bottom: 0.15rem;
}
.menu-wrap .ul1 .li1.active.has-item .li1-a {
  background-image: url('./images/menu-shrink.png');
}
.menu-wrap .ul1 .li1.active .ul2 {
  display: block;
}
.menu-wrap .ul1 .li1.has-item .li1-a {
  background-image: url('./images/menu-open.png');
  background-repeat: no-repeat;
  background-size: 0.18rem 0.1rem;
  background-position: right 0.34rem center;
}
.menu-wrap .ul1 .li1 .li1-a {
  display: block;
  color: #666;
}
.menu-wrap .ul1 .li1 .ul2 {
  display: none;
}
.menu-wrap .ul1 .li1 .ul2 .li2 {
  line-height: 0.7rem;
  font-size: 0.28rem;
}
.menu-wrap .ul1 .li1 .ul2 .li2 .li2-a {
  display: block;
  color: #9898A1;
}
.header-wrap {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 0.94rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 0.01rem solid #EBEBEB;
}
.header-wrap .logo-btn {
  display: flex;
  align-items: center;
  height: 0.94rem;
  padding-left: 0.32rem;
}
.header-wrap .logo-btn img {
  height: 0.4rem;
}
.header-wrap .menu-btn {
  width: 0.98rem;
  height: 0.94rem;
  line-height: 0.94rem;
  text-align: center;
  font-size: 0;
}
.header-wrap .menu-btn img {
  width: 0.34rem;
  vertical-align: middle;
}
.header-wrap .menu-close {
  display: none;
  width: 0.98rem;
  height: 0.94rem;
  line-height: 0.94rem;
  text-align: center;
  font-size: 0;
}
.header-wrap .menu-close img {
  width: 0.28rem;
  vertical-align: middle;
}
.footer-wrap {
  margin-top: -3.64rem;
  min-height: 3.64rem;
  padding: 0 0.4rem;
  background-color: #333;
}
.footer-wrap .contact-box {
  padding: 0.38rem 0 0.24rem;
}
.footer-wrap .contact-box .title {
  color: #D8A05C;
  font-size: 0.28rem;
  margin-bottom: 0.24rem;
}
.footer-wrap .contact-box .title:after {
  display: block;
  width: 0.38rem;
  height: 0.04rem;
  background-color: #F3CEA3;
  border-radius: 0.04rem;
  margin-top: 0.18rem;
  content: '';
}
.footer-wrap .contact-box .text {
  line-height: 0.4rem;
  color: #B0B0B0;
  font-size: 0.24rem;
}
.footer-wrap .copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  font-size: 0.2rem;
  color: #9898A1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrap .copyright-box img {
  height: 0.18rem;
  vertical-align: middle;
}
.content-view {
  min-height: 100%;
  padding-bottom: 0.64rem;
  box-sizing: border-box;
}
.common-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  padding-left: 0.4rem;
}
.common-title .icon {
  height: 0.28rem;
}
.common-title .title {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  margin: 0 0.22rem 0 0.04rem;
}
.common-title .line {
  width: 0;
  flex: 1;
  height: 1px;
  background-color: #D8A05C;
}
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
}
.common-banner .title {
  min-width: 3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  font-size: 0.33rem;
  text-align: center;
}
.common-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #EDEDF7;
}
.common-nav::-webkit-scrollbar {
  display: none;
}
.common-nav ul {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.4rem;
}
.common-nav ul li {
  height: 1.24rem;
  line-height: 1.24rem;
  font-size: 0.32rem;
}
.common-nav ul li a {
  color: #4A4A4A;
}
.common-nav ul li:not(:last-child) {
  margin-right: 0.6rem;
}
.common-nav ul li.active {
  position: relative;
}
.common-nav ul li.active:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.08rem;
  background-color: #F05134;
  border-radius: 0.06rem;
  content: '';
}
.common-nav ul li.active a {
  color: #F05134;
  font-weight: bold;
}
.index-wrapper .banner-wrap {
  height: 3.4rem;
  overflow: hidden;
}
.index-wrapper .banner-wrap .swiper-container {
  height: 100%;
}
.index-wrapper .banner-wrap .swiper-container .swiper-slide {
  position: relative;
}
.index-wrapper .banner-wrap .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .banner-wrap .swiper-container .swiper-slide .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(16, 18, 44, 0.5);
}
.index-wrapper .banner-wrap .swiper-container .swiper-slide .box p {
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 1.2rem;
}
.index-wrapper .banner-wrap .swiper-container .swiper-slide .box p:after {
  display: block;
  width: 0.44rem;
  height: 0.08rem;
  margin: 0.2rem auto 0;
  content: '';
  background-color: #F05134;
}
.index-wrapper .banner-wrap .swiper-pagination-bullets {
  bottom: 0.24rem;
  font-size: 0;
}
.index-wrapper .banner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.04rem;
  background-color: #fff;
  border: none;
  border-radius: 0.06rem;
  margin: 0 0.1rem;
  opacity: 1;
}
.index-wrapper .banner-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #D8A05C;
}
.index-wrapper .recommend-wrap {
  margin-top: 0.4rem;
}
.index-wrapper .recommend-wrap .recommend-main {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.index-wrapper .recommend-wrap .recommend-main::-webkit-scrollbar {
  display: none;
}
.index-wrapper .recommend-wrap .recommend-main ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0.4rem;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index-wrapper .recommend-wrap .recommend-main ul li:not(:last-child) {
  margin-right: 0.2rem;
}
.index-wrapper .recommend-wrap .recommend-main .box {
  width: 3rem;
}
.index-wrapper .recommend-wrap .recommend-main .box .img {
  height: 1.64rem;
}
.index-wrapper .recommend-wrap .recommend-main .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .recommend-wrap .recommend-main .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.28rem;
  color: #fff;
  padding: 0 0.24rem;
  background-image: url('./images/recommend-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .recommend-wrap .recommend-main .box .title:before {
  display: block;
  position: absolute;
  left: 0.12rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.04rem;
  height: 0.2rem;
  background-color: #fff;
  content: '';
}
.index-wrapper .voice-wrap {
  margin-top: 0.5rem;
}
.index-wrapper .voice-wrap .img {
  height: 3.7rem;
  margin-bottom: 0.28rem;
}
.index-wrapper .voice-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .voice-wrap .voice-main {
  padding: 0 0.4rem;
}
.index-wrapper .voice-wrap .voice-main .text-link {
  display: block;
  margin-bottom: 0.28rem;
}
.index-wrapper .voice-wrap .voice-main .text-link .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 0.36rem;
  font-size: 0.28rem;
  color: #4A4A4A;
}
.index-wrapper .voice-wrap .voice-main .text-link .title:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #F3CEA3;
  width: 0.16rem;
  height: 0.16rem;
  content: '';
}
.index-wrapper .news-wrap {
  margin-top: 0.5rem;
}
.index-wrapper .news-wrap .news-main {
  position: relative;
  width: 6.14rem;
  margin: 0.5rem auto 0;
}
.index-wrapper .news-wrap .news-main .swiper-slide {
  padding: 0 0.14rem;
  box-sizing: border-box;
}
.index-wrapper .news-wrap .news-main .swiper-btn {
  position: absolute;
  top: 1.7rem;
  z-index: 9;
  width: 0.2rem;
  height: 0.36rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
}
.index-wrapper .news-wrap .news-main .swiper-btn-prev {
  left: -0.42rem;
  background-image: url('./images/banner-prev.png');
}
.index-wrapper .news-wrap .news-main .swiper-btn-next {
  right: -0.42rem;
  background-image: url('./images/banner-next.png');
}
.index-wrapper .news-wrap .news-main .img {
  position: relative;
  height: 3.66rem;
}
.index-wrapper .news-wrap .news-main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .news-wrap .news-main .img .tag {
  display: block;
  position: absolute;
  left: -0.14rem;
  top: 0.2rem;
  width: 1.34rem;
  height: 0.64rem;
  color: #fff;
  padding-top: 0.05rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.24rem;
  background-image: url("./images/tag.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-wrapper .news-wrap .news-main .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.9rem;
  color: #333;
  font-size: 0.28rem;
  text-align: center;
}
.index-wrapper .partner-wrap {
  margin-top: 0.25rem;
}
.index-wrapper .partner-wrap .partner-box {
  padding: 0 0.34rem;
}
.index-wrapper .partner-wrap .partner-box ul:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.index-wrapper .partner-wrap .partner-box ul li {
  float: left;
  margin-right: 0.14rem;
  margin-bottom: 0.2rem;
}
.index-wrapper .partner-wrap .partner-box ul li:nth-child(4n) {
  margin-right: 0;
}
.index-wrapper .partner-wrap .partner-box ul li .partner-link {
  display: block;
  width: 1.6rem;
  height: 0.8rem;
}
.index-wrapper .partner-wrap .partner-box ul li .partner-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-wrapper .brief-wrap {
  padding: 0.6rem 0.4rem;
  background: linear-gradient(360deg, #ec4122 0%, #f05134 100%);
}
.index-wrapper .brief-wrap .logo {
  display: block;
  height: 0.5rem;
  margin-bottom: 0.4rem;
}
.index-wrapper .brief-wrap p {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #fff;
  text-align: center;
}
.about-wrapper .detail {
  padding: 0.4rem;
  font-size: 0.28rem;
  color: #4A4A4A;
  line-height: 0.44rem;
}
.about-wrapper .detail p {
  font-size: 0.28rem;
  color: #4A4A4A;
  line-height: 0.44rem;
}
.about-wrapper .detail img {
  max-width: 100%;
  height: auto !important;
}
.list-wrapper .list {
  padding-top: 0.4rem;
}
.list-wrapper .list li {
  margin-bottom: 0.4rem;
}
.list-wrapper .list .box {
  display: flex;
  padding: 0 0.4rem;
}
.list-wrapper .list .box .img {
  width: 2.5rem;
  height: 1.72rem;
}
.list-wrapper .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-wrapper .list .box .text {
  position: relative;
  width: 0;
  height: 1.72rem;
  flex: 1;
  padding-left: 0.24rem;
}
.list-wrapper .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #4A4A4A;
  font-size: 0.3rem;
  line-height: 0.44rem;
}
.list-wrapper .list .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  left: 0.24rem;
  font-size: 0.24rem;
  color: #B5B5B5;
  line-height: 0.34rem;
}
.list-wrapper .list .box .text .time {
  color: #B5B5B5;
  font-size: 0.24rem;
}
.detail-wrapper .content {
  padding: 0 0.4rem 0.4rem;
}
.detail-wrapper .content .common-title {
  height: 1rem;
  padding: 0;
  border-bottom: 1px solid #EBEBEB;
}
.detail-wrapper .content .detail-title {
  font-weight: 500;
  line-height: 0.56rem;
  color: #4A4A4A;
  font-size: 0.38rem;
}
.detail-wrapper .content .detail-time {
  color: #B5B5B5;
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.detail-wrapper .content .detail {
  font-size: 0.3rem;
  color: #4A4A4A;
  margin-top: 0.25rem;
  line-height: 0.52rem;
}
.detail-wrapper .content .detail p {
  font-size: 0.3rem;
  color: #4A4A4A;
  line-height: 0.52rem;
}
.detail-wrapper .content .detail img {
  max-width: 100%;
  height: auto !important;
}
.framework-wrapper .content {
  padding: 0.4rem;
}
.framework-wrapper .content img {
  max-width: 100%;
}
.constitution-wrapper .content {
  padding: 0.4rem;
}
.constitution-wrapper .content .list {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.constitution-wrapper .content .list .box {
  display: flex;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}
.constitution-wrapper .content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
  flex: 1;
  font-size: 0.28rem;
  color: #4A4A4A;
}
.constitution-wrapper .content .list .box .btn {
  display: block;
  padding: 0 0.4rem;
  color: #F05134;
  font-size: 0.28rem;
}
.report-wrapper .content {
  padding: 0.4rem;
}
.report-wrapper .content .list {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.report-wrapper .content .list .box {
  display: flex;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}
.report-wrapper .content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 0;
  flex: 1;
  font-size: 0.28rem;
  color: #4A4A4A;
}
.report-wrapper .content .list .box .btn {
  display: block;
  padding: 0 0.4rem;
  color: #F05134;
  font-size: 0.28rem;
}
.character-wrapper .list {
  padding: 0.4rem 0.4rem 0;
}
.character-wrapper .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.character-wrapper .list li {
  float: left;
  width: 50%;
  margin-bottom: 0.4rem;
}
.character-wrapper .list .box {
  text-align: center;
  color: #4A4A4A;
}
.character-wrapper .list .box .avatar {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.character-wrapper .list .box .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.character-wrapper .list .box .name {
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.3rem;
}
.character-wrapper .list .box .post {
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.character-wrapper .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.contact-wrapper .content {
  padding: 0.4rem;
}
.contact-wrapper .content .text-box {
  display: flex;
  font-size: 0.28rem;
  color: #4A4A4A;
  margin-bottom: 0.24rem;
}
.contact-wrapper .content .text-box .text {
  margin-right: 0.2rem;
}
.contact-wrapper .content .text-box .info {
  width: 0;
  flex: 1;
}
.contact-wrapper .content .map-box {
  width: 100%;
  height: 3.16rem;
  margin-top: 0.5rem;
}
.moment-wrapper .list {
  padding: 0.4rem 0.4rem 0.16rem;
}
.moment-wrapper .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.moment-wrapper .list li {
  position: relative;
  float: left;
  width: 3.24rem;
  height: 2.64rem;
  margin-bottom: 0.24rem;
}
.moment-wrapper .list li:nth-child(even) {
  float: right;
}
.moment-wrapper .list .box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 3.08rem;
  height: 2.48rem;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
.moment-wrapper .list .box .img {
  width: 3.08rem;
  height: 1.8rem;
}
.moment-wrapper .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moment-wrapper .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.66rem;
  line-height: 0.66rem;
  padding: 0 0.1rem;
  font-size: 0.24rem;
  color: #4A4A4A;
}
.moment-wrapper .list .box-bg1 {
  position: absolute;
  left: 0.08rem;
  top: 0.08rem;
  z-index: 9;
  width: 3.08rem;
  height: 2.48rem;
  background-color: #e9e9e9;
  box-sizing: border-box;
}
.moment-wrapper .list .box-bg2 {
  position: absolute;
  left: 0.16rem;
  top: 0.16rem;
  z-index: 8;
  width: 3.08rem;
  height: 2.48rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.project-wrapper .content {
  padding: 0.4rem 0.4rem 0.2rem;
}
.project-wrapper .content .brief-wrap .common-title {
  padding-left: 0;
}
.project-wrapper .content .brief-wrap .desc {
  line-height: 0.44rem;
  color: #4A4A4A;
  font-size: 0.28rem;
  margin-top: 0.24rem;
}
.project-wrapper .content .action-wrap {
  margin-top: 0.4rem;
}
.project-wrapper .content .action-wrap .common-title {
  padding-left: 0;
}
.project-wrapper .content .action-wrap .list:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.project-wrapper .content .action-wrap .list li {
  float: left;
  width: 50%;
  padding: 0 0.1rem 0 0;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.project-wrapper .content .action-wrap .list li:nth-child(even) {
  padding: 0 0 0 0.1rem;
}
.project-wrapper .content .action-wrap .list .box {
  border: 1px solid #E9E9E9;
  background-color: #fff;
}
.project-wrapper .content .action-wrap .list .box .img {
  height: 1.8rem;
}
.project-wrapper .content .action-wrap .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-wrapper .content .action-wrap .list .box .text {
  height: 1.4rem;
  padding: 0.2rem 0.15rem 0;
  box-sizing: border-box;
}
.project-wrapper .content .action-wrap .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #4A4A4A;
  font-weight: bold;
}
.project-wrapper .content .action-wrap .list .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  color: #595959;
  line-height: 0.32rem;
  margin-top: 0.14rem;
}
.moment-detail-wrapper {
  height: 100%;
}
.moment-detail-wrapper .img-wrap {
  height: 100%;
}
.moment-detail-wrapper .img-wrap .swiper-container {
  height: 100%;
}
.moment-detail-wrapper .img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
}
.moment-detail-wrapper .img-wrap .swiper-slide img {
  width: 100%;
}
.moment-detail-wrapper .total {
  position: fixed;
  bottom: 0.2rem;
  width: 100%;
  z-index: 100;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.page-box {
  text-align: left;
  padding-right: 0px;
  text-align: center;
  margin: 0.2rem 0 0.2rem;
}
.page-box .pagination {
  display: inline-block;
  text-align: center;
  margin: 0px;
}
.page-box .pagination li {
  display: inline-block;
}
.page-box .pagination li a,
.page-box .pagination li span {
  margin: 0px;
}
.page-box .pagination li a {
  border-radius: 0px;
  height: 0.6rem;
  min-width: 0.6rem;
  line-height: 0.6rem;
  color: #B1BBC2;
  margin-right: 0.1rem;
  border: 0px;
  font-size: 0.2rem;
  background: #F4F4F4;
  display: block;
  padding: 0px;
}
.page-box .pagination li a img {
  height: 0.18rem;
  margin-top: -2px;
}
.page-box .pagination .disabled a,
.page-box .pagination .disabled a:hover {
  background: #D8A05C;
  color: #ffffff;
}
.page-box .pagination li:hover a {
  background: #D8A05C;
  color: #ffffff;
}
.page-box .pagination .muted {
  display: none;
}
.tag-group {
  display: block;
}
.tag-group .tag {
  font-size: 0.2rem;
  color: #D8A05C;
  display: inline-block;
  margin-right: 0.18rem;
}
