* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  max-width: 750px;
  height: 100%;
  font-family: '微软雅黑';
  margin: auto;
  background-color: #f7f7f7;
}
html {
  font-size: 13.33vw;
}
body {
  font-size: 0.26rem;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  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;
}
.common-backTop {
  display: none;
  position: fixed;
  right: 0.1rem;
  bottom: 0.08rem;
  z-index: 100;
  width: 0.95rem;
  height: 0.95rem;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #EBEBEB;
}
.header-wrap .menu-btn {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
}
.header-wrap .menu-btn.active img {
  display: none;
}
.header-wrap .menu-btn.active .close {
  display: inline-block;
}
.header-wrap .menu-btn img {
  height: 0.23rem;
  vertical-align: middle;
}
.header-wrap .menu-btn .close {
  display: none;
}
.header-wrap .logo-btn {
  padding: 0 0.3rem;
}
.header-wrap .logo-btn .logo {
  height: 0.4rem;
  vertical-align: middle;
}
.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.9rem;
  bottom: 0;
  z-index: 999;
  width: 3.6rem;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.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.10rem;
  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;
}
.footer-wrap-new {
  background-color: #fff;
}
.footer-wrap-new .info {
  display: flex;
  padding: 0.35rem 0.3rem;
  background-image: url('images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-wrap-new .info .qrcode {
  width: 1.54rem;
  height: 1.54rem;
  border: 0.02rem solid #efefef;
  box-sizing: border-box;
  border-radius: 0.08rem;
  padding: 0.12rem;
}
.footer-wrap-new .info .qrcode img {
  width: 100%;
  height: 100%;
}
.footer-wrap-new .info .text-box {
  width: 0;
  flex: 1;
  margin-left: 0.2rem;
}
.footer-wrap-new .info .text-box .title {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-weight: 500;
  margin: 0.1rem 0;
}
.footer-wrap-new .info .text-box .text {
  font-size: 0.2rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.footer-wrap-new .copyright {
  padding: 0.2rem 0;
  color: #939393;
  font-size: 0.18rem;
  line-height: 0.25rem;
  text-align: center;
  border-top: 0.01rem solid #f6f6f6;
}
.footer-wrap-new .copyright img {
  height: 0.12rem;
  margin-left: 0.04rem;
}
.index-wrapper .index-title {
  color: #333;
  font-size: 0.3rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  font-weight: 500;
}
.index-wrapper .index-more {
  display: block;
  width: 5.16rem;
  height: 0.86rem;
  margin: auto;
  line-height: 0.86rem;
  background-color: #daa461;
  border-radius: 0.43rem;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
}
.index-wrapper .banner-main .box {
  height: 4.02rem;
}
.index-wrapper .banner-main .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .banner-main .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0.14rem;
  font-size: 0;
}
.index-wrapper .banner-main .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.04rem;
  opacity: 1;
  border-radius: 50%;
  background-color: #CDCDCD;
}
.index-wrapper .banner-main .swiper-pagination-bullet-active {
  background-color: #DAA461;
}
.index-wrapper .project-main .project-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.index-wrapper .project-main .project-box::-webkit-scrollbar {
  display: none;
}
.index-wrapper .project-main .project-box .list {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.3rem;
}
.index-wrapper .project-main .project-box .list li {
  margin-right: 0.2rem;
}
.index-wrapper .project-main .project-box .list li:last-child {
  margin-right: 0;
}
.index-wrapper .project-main .project-box .box {
  width: 4.59rem;
  height: 3.71rem;
  border-radius: 0.06rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}
.index-wrapper .project-main .project-box .box .img {
  height: 2.56rem;
}
.index-wrapper .project-main .project-box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .project-main .project-box .box .text {
  padding: 0.18rem 0.2rem 0;
}
.index-wrapper .project-main .project-box .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.index-wrapper .project-main .project-box .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.15rem;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.24rem;
}
.index-wrapper .voice-main {
  padding-bottom: 0.5rem;
  margin-top: 0.3rem;
  background-color: #fff;
}
.index-wrapper .voice-main .voice-box .list {
  padding: 0 0.3rem;
  margin-top: -0.2rem;
  margin-bottom: 0.2rem;
}
.index-wrapper .voice-main .voice-box .list li {
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #EDEDED;
}
.index-wrapper .voice-main .voice-box .list li:last-child {
  border-bottom: none;
}
.index-wrapper .voice-main .voice-box .list .box {
  display: flex;
}
.index-wrapper .voice-main .voice-box .list .box .img {
  position: relative;
  width: 3.08rem;
  height: 1.86rem;
  border-radius: 0.04rem;
  overflow: hidden;
}
.index-wrapper .voice-main .voice-box .list .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .voice-main .voice-box .list .box .img .time {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.75rem;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  color: #D6D6D6;
  font-size: 0.22rem;
  line-height: 0.22rem;
  padding: 0 0.08rem 0.12rem;
}
.index-wrapper .voice-main .voice-box .list .box .text {
  width: 0;
  flex: 1;
  margin-left: 0.2rem;
}
.index-wrapper .voice-main .voice-box .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: #333;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.index-wrapper .voice-main .voice-box .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;
  color: #A3A3A3;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.15rem;
}
.index-wrapper .moment-main {
  padding-bottom: 0.5rem;
  background-color: #fff;
  margin-top: 0.3rem;
}
.index-wrapper .moment-main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.index-wrapper .moment-main .list .box {
  width: 3.35rem;
}
.index-wrapper .moment-main .list .box .img-box {
  position: relative;
  height: 2.12rem;
  border-radius: 0.04rem;
  overflow: hidden;
}
.index-wrapper .moment-main .list .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .moment-main .list .box .img-box .num {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.2rem;
  box-sizing: border-box;
  background-image: url('images/mask.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .moment-main .list .box .img-box .num .icon {
  height: 0.33rem;
}
.index-wrapper .moment-main .list .box .img-box .num span {
  color: #fff;
  font-size: 0.24rem;
  margin-left: 0.08rem;
}
.index-wrapper .moment-main .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.85rem;
  padding-top: 0.18rem;
  box-sizing: border-box;
  color: #333;
  font-size: 0.26rem;
}
.index-wrapper .partner-main {
  padding-bottom: 0.7rem;
  background-color: #fff;
  margin-top: 0.3rem;
}
.index-wrapper .partner-main .partner-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.index-wrapper .partner-main .partner-box::-webkit-scrollbar {
  display: none;
}
.index-wrapper .partner-main .partner-box .list {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index-wrapper .partner-main .partner-box .list li:last-child .link {
  border-right: 0.01rem solid #F0F0F0;
}
.index-wrapper .partner-main .partner-box .link {
  display: block;
  width: 1.63rem;
  height: 1.2rem;
  padding: 0.15rem;
  box-sizing: border-box;
  border-left: 0.01rem solid #F0F0F0;
  border-top: 0.01rem solid #F0F0F0;
  border-bottom: 0.01rem solid #F0F0F0;
}
.index-wrapper .partner-main .partner-box .link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-wrapper .brief-main {
  background-image: url('images/brief-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.index-wrapper .brief-main .inner {
  position: relative;
  height: 2.6rem;
}
.index-wrapper .brief-main .logo {
  position: absolute;
  left: 0.3rem;
  top: -0.26rem;
  width: 1.99rem;
  height: 2.07rem;
  box-shadow: 0 -0.05rem 0.2rem 0 rgba(210, 210, 210, 0.5);
}
.index-wrapper .brief-main .text {
  position: relative;
  padding: 0.35rem 0.4rem 0 2.9rem;
  box-sizing: border-box;
  color: #FFD1C9;
  font-size: 0.22rem;
  line-height: 0.34rem;
}
.index-wrapper .brief-main .text:before {
  position: absolute;
  left: 2.48rem;
  top: 0.34rem;
  display: inline-block;
  width: 0.33rem;
  height: 0.26rem;
  content: '';
  background-image: url('images/brief-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .brief-main .text:after {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 0.33rem;
  height: 0.26rem;
  content: '';
  background-image: url('images/brief-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
