.fineBorder-before, .area-selector-module .module-top:before, .area-selector-module .all-area:before, .area-selector-module .area-main li:before, .area-selector-module .active:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

@media screen and (max-width: 640px) {
  .logo img {
    width: 6.4rem;
  }
  .search-btn {
    width: 7.3rem;
  }
  .about-service img {
    display: none;
  }
}

.contacts-nav {
  display: none;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  left: 0;
}

.contacts-nav ul {
  position: relative;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
}

.contacts-nav ul li {
  float: left;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #242629;
  padding: 0 1rem;
  background: #fff;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  border-radius: 1.4rem;
  border: 0.1rem solid #ccc;
  box-sizing: border-box;
  margin-right: 1rem;
}

.contacts-nav ul li:last-of-type {
  margin-right: 0;
}

.contacts-nav ul .contacts-current {
  color: #fff;
  background: #ff9623;
  border: 0.1rem solid #ff9623;
}

.fixed-nav {
  display: none;
  position: fixed;
  top: 4.8rem;
  left: 0;
  z-index: 1;
}

.project-main {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.project-main .title {
  padding: 0 2rem;
}

.project-main .title .project-name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #242629;
  padding-top: 2rem;
  font-family: 'PingFangSC-Medium, PingFang SC';
  font-weight: 700;
}

.project-main .title .guide-footprint {
  position: relative;
  width: 100%;
  background: #F7F7F7;
  margin: 1.2rem 0 0.9rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.project-main .title .guide-footprint a {
  display: block;
  width: 100%;
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
}

.project-main .title .guide-footprint .footprint-photo {
  display: inline-block;
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
  margin-right: 0.8rem;
}

.project-main .title .guide-footprint .footprint-photo img {
  width: 5.2rem;
  height: 5.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.project-main .title .guide-footprint .footprint-photo .photo-num {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  background: rgba(36, 38, 41, 0.8);
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
  -moz-border-radius: 0 0 0.2rem 0.2rem;
  -ms-border-radius: 0 0 0.2rem 0.2rem;
  -o-border-radius: 0 0 0.2rem 0.2rem;
  border-radius: 0 0 0.2rem 0.2rem;
}

.project-main .title .guide-footprint .open-app-chat {
  position: relative;
  font-size: 1.6rem;
  height: fit-content;
  color: #999999;
  padding-top: 0.55rem;
  width: 100%;
}

.project-main .title .guide-footprint .open-app-chat span {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #242629;
  vertical-align: top;
}

.project-main .title .go-app-detail {
  position: relative;
}

.project-main .title .one-user .open-app-chat {
  padding-top: 1.75rem;
}

.project-main .title .one-user .user-photo {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6rem;
  height: 1.6rem;
  float: right;
  padding-right: 1.4rem;
}

.project-main .title .one-user .user-photo img {
  width: 1.6rem;
  height: 1.6rem;
}

.project-main .title .one-user .icon-jiantou {
  font-size: 1.6rem;
  color: #999999;
}

.project-main .title .more-user .user-photo,
.project-main .title .no-user .user-photo {
  position: relative;
  display: block;
  height: 1.6rem;
  padding-top: 0.6rem;
}

.project-main .title .more-user .user-photo .icon-jiantou,
.project-main .title .no-user .user-photo .icon-jiantou {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #999999;
  position: absolute;
}

.project-main .title .user-been {
  font-size: 0;
  height: 1.6rem;
  position: relative;
  display: inline-block;
}

.project-main .title .user-been img {
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-left: -.4rem;
}

.project-main .title .user-been img:first-child {
  margin-left: 0;
}

.project-main .title .user-been .no-user-photo {
  width: 4.1rem;
  height: 1.7rem;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.project-main .title .icon-jiantou {
  font-size: 1.6rem;
  color: #999999;
  position: absolute;
  bottom: 0;
}

.project-main .title .no-project-img .user-photo {
  display: inline-table;
  float: right;
  padding: 0;
  padding-right: 1.4rem;
}

.project-main .title .no-project-img .user-photo .icon-jiantou {
  position: absolute;
  font-size: 1.4rem;
  padding: 0 0.4rem;
}

.project-main .title .no-project-img .user-photo .no-user-photo {
  width: 4.1rem;
  height: 1.7rem;
  border: none;
}

.project-main .title .no-project-img .open-app-chat {
  padding-top: 0;
}

.project-main .open-app-top-btn {
  width: 100%;
  position: absolute;
  border: 1px solid yellow;
  left: 0;
  top: 0;
  padding: 1rem;
  box-sizing: border-box;
}

.change-padidng-bottom {
  padding: 4.8rem 0 5.4rem 0;
}

.padding-bottom-54 {
  padding: 4.8rem 0 5.4rem 0;
}

.big-footprint-photo {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  z-index: 103;
  overflow: hidden;
}

.big-footprint-photo .foot-content {
  width: 100%;
  height: 100%;
}

.big-footprint-photo ul {
  height: calc(100% - 4.8rem);
}

.big-footprint-photo .close-photo-pop {
  position: relative;
  width: 100%;
  height: 4.8rem;
  padding: 0 2rem 0 1.5rem;
  box-sizing: border-box;
}

.big-footprint-photo .close-photo-pop .icon-fanhuijian2 {
  display: inline-block;
  color: #fff;
  font-size: 1.9rem;
  padding: 1.45rem 0.5rem;
}

.big-footprint-photo .close-photo-pop span {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.big-footprint-photo .close-photo-pop a {
  color: #fff;
}

.big-footprint-photo .close-photo-pop i {
  margin-right: 0.4rem;
}

.big-footprint-photo .foot-info {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}

.big-footprint-photo .footprint-photo-main {
  position: relative;
  width: 100%;
  height: 100%;
}

.big-footprint-photo .footprint-photo-main .footprint-photo-content {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.big-footprint-photo .footprint-photo-main .footprint-photo-content img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.big-footprint-photo .footprint-photo-info {
  position: fixed;
  display: block;
  background: #000;
  z-index: 104;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.big-footprint-photo .footprint-photo-info .photo-info-main {
  position: relative;
  padding: 2.3rem 2rem 2.4rem;
  box-sizing: border-box;
  width: 100%;
}

.big-footprint-photo .footprint-photo-info .user-photo {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.big-footprint-photo .footprint-photo-info p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #fff;
  padding-left: 3.6rem;
  box-sizing: border-box;
}

.big-footprint-photo .footprint-photo-info .no-padding {
  padding-left: 0;
}

.big-footprint-photo .footprint-photo-info .label-main {
  position: relative;
  padding: 0.3rem 0 0.5rem;
}

.big-footprint-photo .footprint-photo-info .label-main li {
  position: relative;
  float: left;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 0 1rem;
  margin: 0.6rem 0.6rem 0 0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border-radius: 1.5rem;
}

.big-footprint-photo .footprint-photo-info .label-main li:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #fff;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  border-radius: 3rem;
}

.big-footprint-photo .footprint-photo-info .update-time {
  display: block;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #fff;
  margin-top: 0.8rem;
}

.big-footprint-photo .open-app-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.7rem;
  line-height: 4rem;
  color: #fff;
  margin-top: 1.2rem;
  background: #ff9623;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.big-footprint-photo .open-app-btn:active {
  background: #f60;
}

.look-detail-btn, .high {
  position: relative;
}

.detail-content {
  position: relative;
}

.detail-content .overview {
  width: 100%;
  padding: 0 2rem 1.3rem;
  position: relative;
  border-bottom: 0.3rem solid #F5F5F5;
  box-sizing: border-box;
}

.detail-content .overview ul {
  position: relative;
}

.detail-content .overview ul li {
  display: none;
  position: relative;
  width: 100%;
  font-size: 0;
  padding: 0.7rem 0;
}

.detail-content .overview ul li .overview-type {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #999999;
}

.detail-content .overview ul li .overview-type-main {
  position: relative;
  padding-left: 4rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #242629;
}

.detail-content .overview ul li .overview-type-main p {
  display: inline-block;
}

.detail-content .overview ul li .overview-type-main .look-detail-btn {
  color: #4669BB;
}

.detail-content .overview ul li .overview-type-main .overview-stage {
  color: #ff9623;
}

.detail-content .overview ul li .detail-page {
  position: relative;
}

.detail-content .overview ul li .detail-page p {
  padding-right: 2.6rem;
}

.detail-content .overview ul li .detail-page i {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("http://img.gznetapp.com/Mproject/newDetail/icon_map_80.png") no-repeat;
  background-size: 2rem 2rem;
}

.detail-content .overview ul li .over-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-content .overview ul li .material-science {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.detail-content .overview ul li:nth-child(-n+7) {
  display: block;
}

.detail-content .overview .has-material-science li:nth-child(-n+8) {
  display: block;
}

.pack-up-btn,
.open-btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #4669BB;
  padding: 0.7rem 0;
}

.pack-up-btn i,
.open-btn i {
  font-size: 1.2rem;
  margin-left: 0.4rem;
}

.pack-up-btn {
  display: none;
}

.part-title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #242629;
}

.key-projects {
  line-height: 2.5rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 1.2rem;
}

.key-projects a {
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #4669BB;
}

.key-projects {
  line-height: 2.5rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 1.2rem;
}

.key-projects a {
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #4669BB;
}

.trends {
  position: relative;
  width: 100%;
  padding: 1.8rem 2rem 0;
  box-sizing: border-box;
}

.trends .trends-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1.3rem;
}

.trends .trends-content .remindme-btn {
  position: relative;
  float: right;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #242629;
  background: #FEF5F1;
  padding: 0 1rem;
  cursor: pointer;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  -ms-border-radius: 1.7rem;
  -o-border-radius: 1.7rem;
  border-radius: 1.7rem;
}

.trends .trends-content .remindme-btn i {
  color: #ff9623;
  margin-right: 0.4rem;
  font-size: 1.6rem;
}

.trends .trends-content ul {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}

.trends .trends-content ul li {
  display: none;
  position: relative;
  font-size: 1.5rem;
  min-height: 3.4rem;
}

.trends .trends-content ul li .time {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #666666;
  position: absolute;
  text-align: center;
}

.trends .trends-content ul li .trends-main {
  width: 100%;
  padding-left: 4.85rem;
  box-sizing: border-box;
  display: block;
}

.trends .trends-content ul li .biddin-trends a {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #4669BB;
}

.trends .trends-content ul li .project-trends {
  font-size: 1.5rem;
  width: 100%;
  position: relative;
  padding: 0 0 2rem 1.5rem;
  border-left: 0.1rem dotted #999999;
  box-sizing: border-box;
}

.trends .trends-content ul li .project-trends .trends-info {
  font-size: 0;
  max-width: 100%;
  min-height: 3.4rem;
  box-sizing: border-box;
  display: block;
  line-height: 1.8rem;
}

.trends .trends-content ul li .project-trends .trends-info p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #242629;
}

.trends .trends-content ul li .project-trends .trends-info .phone-number {
  color: #4669BB;
}

.trends .trends-content ul li .project-trends .trends-info .look-detail-btn {
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: inline-block;
  color: #4669BB;
  right: 0;
  top: 0;
}

.trends .trends-content ul li .project-trends .no-padding {
  padding-right: 0;
}

.trends .trends-content ul li .project-trends .over-two-line p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trends .trends-content ul li .circle {
  display: inline-block;
  position: absolute;
  left: -0.5rem;
  top: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 0.3rem solid #999999;
}

.trends .trends-content ul li:first-of-type .circle {
  border: 0.5rem solid #ff9623;
  left: -0.7rem;
  top: 0;
}

.trends .trends-content ul .no-padding,
.trends .trends-content ul li:last-of-type {
  min-height: auto;
}

.trends .trends-content ul .no-padding .project-trends,
.trends .trends-content ul li:last-of-type .project-trends {
  padding-bottom: 0;
}

.trends .trends-content ul .no-padding .project-trends .trends-info .look-detail-btn,
.trends .trends-content ul li:last-of-type .project-trends .trends-info .look-detail-btn {
  bottom: 0;
}

.trends .trends-content ul li:nth-child(-n+3) {
  display: block;
}

.trends .trends-content .pack-up-btn,
.trends .trends-content .open-btn {
  cursor: pointer;
  padding-top: 1.3rem;
}

#remindmePop .pop-desc {
  text-align: center;
}

#userViewPermissionsPop .pop-desc {
  text-align: left;
  position: relative;
  padding-left: 2.8rem;
}

#userViewPermissionsPop .pop-desc i {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  padding: 0.4rem;
  margin-right: 0.4rem;
  vertical-align: bottom;
}

#userViewPermissionsPop .pop-desc .no-tips {
  background: url("http://img.gznetapp.com/Mproject/queryService/icon-checkbox-white.png") no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: 0.4rem 0.4rem;
}

#userViewPermissionsPop .pop-desc .tips {
  background: url("http://img.gznetapp.com/Mproject/queryService/icon-checkbox-white-checked.png") no-repeat;
  background-size: 1.8rem 1.8rem;
  background-position: 0.4rem 0.4rem;
}

.contacts {
  position: relative;
}

.contacts .contacts-content {
  position: relative;
  width: 100%;
}

.contacts .contacts-content .part-title {
  padding: 1.9rem 2rem 0.9rem;
}

.contacts .contacts-content .contacts-tab {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}

.contacts .contacts-content .contacts-tab ul {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

.contacts .contacts-content .contacts-tab ul li {
  float: left;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #242629;
  padding: 0 1rem;
  margin-right: 1rem;
  background: #fff;
  border: 0.1rem solid #CCCCCC;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  border-radius: 1.4rem;
  box-sizing: border-box;
}

.contacts .contacts-content .contacts-tab ul li:last-child {
  margin-right: 0;
}

.contacts .contacts-content .contacts-tab ul .current {
  color: #fff;
  background: #ff9623;
  border: 0.1rem solid #ff9623;
  position: relative;
}

.contacts .contacts-content .contacts-tab ul .current i {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  left: 50%;
  margin-left: -0.5rem;
  bottom: -1.6rem;
  background: #F5F5F5;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.contacts-part-main {
  background: #F5F5F5;
  padding-bottom: 1rem;
}

.contacts-part {
  width: 100%;
  position: relative;
}

.contacts-part .contacts-main-title {
  padding: 1rem 2rem 0.6rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #999999;
}

.contacts-part ul {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}

.contacts-part ul li {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.contacts-part ul li .content {
  padding: 1.4rem 1.4rem 0.9rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.contacts-part ul li .content .job {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #666666;
  padding-bottom: 0.1rem;
}

.contacts-part ul li .content .job i {
  margin-right: 0.6rem;
}

.contacts-part ul li .content .contacts-company {
  display: inline-block;
  color: #4669BB;
  width: 100%;
  box-sizing: border-box;
}

.contacts-part ul li .content .contacts-info {
  padding: 0.5rem 0;
}

.contacts-part ul li .content .contacts-info .contacts-type {
  position: absolute;
  color: #999999;
}

.contacts-part ul li .content .contacts-info .contacts-type-info {
  padding-left: 4rem;
  color: #242629;
}

.contacts-part ul li .content .contacts-info .contacts-type-info .vip-icon {
  width: 2.6rem;
  height: 1.6rem;
  display: inline-block;
  background: url("http://img.gznetapp.com/Mproject/newDetail/icon_vip_104x64.png") no-repeat;
  background-size: 2.6rem 1.6rem;
  vertical-align: sub;
}

.contacts-part ul li .content .contacts-info .contacts-type-info .phone-number {
  color: #242629;
}

.contacts-part ul li .content .contacts-info .contacts-remarks {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  padding: 0 0.4rem;
  background: #ff9623;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.contacts-part ul li .content .contacts-info .look-detail-btn {
  color: #4669BB;
}

.contacts-part ul li .content .contacts-info .high {
  color: #4669BB;
}

.contacts-part ul li .content .contacts-info .show-rule {
  padding: 0 .6rem;
}

.contacts-part ul li .content .contacts-info .show-rule .iconfont {
  color: #4669BB;
  font-size: 1.5rem;
}

.contacts-part ul li .content .contacts-company-info {
  overflow-x: hidden;
  white-space: nowrap;
}

.contacts-part ul li:last-of-type {
  margin-bottom: 0;
}

.footer-advert,
.top-advert {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  display: none;
}

.footer-advert .swiper-wrapper,
.top-advert .swiper-wrapper {
  width: 100%;
  position: relative;
}

.footer-advert img,
.top-advert img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-advert .swiper-pagination,
.top-advert .swiper-pagination {
  width: 100%;
  height: 0.4rem;
  text-align: center;
  position: absolute;
  bottom: 0.6rem;
  line-height: 0.4rem;
  box-sizing: border-box;
  padding: 0 .3rem;
  font-size: 0;
  z-index: 1;
}

.footer-advert .swiper-pagination-bullet,
.top-advert .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.6rem;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.footer-advert .swiper-pagination-bullet-active,
.top-advert .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.4rem;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.footer-advert {
  background: #F5F5F5;
  padding: .3rem .8rem 1.2rem;
}

.footer-advert .close-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://ss.tgnet.com/MProject/icon_close_black_32@2.png") center center/1.6rem 1.6rem no-repeat;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 2;
}

.footer-advert .swiper-slide {
  animation: scaleIn 2s infinite;
  -webkit-animation: scaleIn 2s infinite;
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.hot-project {
  position: relative;
  width: 100%;
  padding-top: 1.9rem;
  box-sizing: border-box;
}

.hot-project .part-title {
  padding: 0 2rem;
}

.hot-project .more-hot-project {
  float: right;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #4669BB;
}

.list-module {
  position: relative;
}

.list-module ul {
  margin-bottom: 0;
}

.list-module ul li {
  position: relative;
  padding: 0 1.9rem 0 1.3rem;
  border-bottom: 0.4rem solid #F5F5F5;
}

.list-module ul li .list-project-name {
  display: block;
}

.list-module ul li .list-project-name:visited .list-module-main .project-name,
.list-module ul li .list-project-name:visited .list-module-main .project-name-info {
  color: #8D8D8D;
}

.list-module ul li .list-project-name:active .list-module-main .project-name,
.list-module ul li .list-project-name:active .list-module-main .project-name-info {
  color: #8D8D8D;
}

.list-module ul li .isUpdate {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #fff;
  padding: 0 0.5rem 0 0.9rem;
  background: #FF0000;
  -webkit-border-radius: 0 0 0 0.7rem;
  -moz-border-radius: 0 0 0 0.7rem;
  -ms-border-radius: 0 0 0 0.7rem;
  -o-border-radius: 0 0 0 0.7rem;
  border-radius: 0 0 0 0.7rem;
}

.list-module ul li .list-module-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

.list-module ul li .list-module-main img {
  display: inline-block;
  width: 8.8rem;
  height: 8.8rem;
  margin-right: 1.5rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.list-module ul li .list-module-main .list-main-info {
  position: relative;
  flex: 1;
  width: 100%;
}

.list-module ul li .list-module-main .list-main-info .name-info {
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translate3d(0%, -50%, 0);
}

.list-module ul li .list-module-main .list-main-info .project-introduce-info {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-module ul li .list-module-main .list-main-info .project-introduce-info span {
  margin-right: 1.6rem;
}

.list-module ul li .list-module-main .list-main-info .project-introduce-info span:last-child {
  margin-right: 0;
}

.list-module ul li .list-module-main .project-name {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #222;
  font-weight: 500;
  position: relative;
  max-height: 5rem;
}

.list-module ul li .list-module-main .project-name span {
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-module ul li .list-module-main .project-name-info {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #222;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-module ul li .list-module-main .fixed-height .project-info {
  position: relative;
  height: 4rem;
}

.list-module ul li .list-module-main .fixed-height .project-info .project-name-info {
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate3d(0%, -50%, 0);
}

.list-module ul li .list-module-main .fixed-height .project-introduce-info {
  padding-top: 1rem;
}

.list-module ul li .list-module-main .adaptive-height {
  height: auto;
}

.list-module ul li .list-module-main .adaptive-height .project-info {
  position: relative;
  min-height: 2rem;
  max-height: 4rem;
}

.list-module .loading {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #C4C4C4;
  background: #F5F5F5;
  padding: 1.8rem 0 1.5rem;
}

.list-module .open-btn {
  padding: 2rem 0;
}

.no-list-data {
  padding: 4rem 0;
  text-align: center;
  margin: 0 auto;
}

.no-list-data .no-data-image {
  width: 16rem;
  height: 11.6rem;
}

.no-list-data p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #222222;
  text-align: center;
  padding-top: 1.4rem;
}

.padding-bottom-style {
  padding: 1.9rem 0;
}

.detail-footer-height {
  height: 4.8rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.detail-footer {
  width: 100%;
  height: 4.8rem;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.detail-footer ul {
  display: flex;
}

.detail-footer ul li {
  height: 4.8rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.detail-footer ul li:not(:last-child):after, .detail-footer ul li:not(:nth-last-child(1)):after {
  content: "";
  display: inline-block;
  height: 2.7rem;
  width: 0.05rem;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.detail-footer ul .detail-footer-item {
  display: block;
  color: #333;
  width: 6.3rem;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6rem;
  padding: 2.7rem 0 .5rem;
  box-sizing: border-box;
}

.detail-footer ul .add-icon {
  background: url("https://ss.tgnet.com/MProject/icon_add_default_16@2.png") top 0.7rem center/1.6rem 1.6rem no-repeat;
}

.detail-footer ul .service-icon {
  background: url("https://ss.tgnet.com/MProject/icon_service_default_16@2.png") top 0.7rem center/1.6rem 1.6rem no-repeat;
}

.detail-footer ul .cancel-collect-icon {
  background: url("https://ss.tgnet.com/MProject/icon_collect_active_16@2.png") top 0.7rem center/1.6rem 1.6rem no-repeat;
}

.detail-footer ul .collect-icon {
  background: url("https://ss.tgnet.com/MProject/icon_collect_default_16@2.png") top 0.7rem center/1.6rem 1.6rem no-repeat;
}

.detail-footer ul .info-btn {
  flex: 1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 4.8rem;
  background: linear-gradient(90deg, #FFBA43 0%, #ff9623 100%);
}

.detail-footer ul .info-btn:active {
  background: #f60;
  color: #fff;
}

.detail-footer ul .info-btn a {
  display: block;
  color: #fff;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.collect-team {
  display: none;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -ms-border-radius: 1rem 1rem 0 0;
  -o-border-radius: 1rem 1rem 0 0;
  border-radius: 1rem 1rem 0 0;
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: scroll;
}

.collect-team h1 {
  font-size: 1.6rem;
  color: #242629;
  width: 100%;
  line-height: 3.6rem;
  padding: 0.7rem 2rem 0.1rem 2rem;
  position: fixed;
  background: #fff;
  z-index: 1002;
  box-sizing: border-box;
}

.collect-team h1 .iconfont {
  position: absolute;
  right: 2rem;
  color: #bbb;
  font-size: 1.1rem;
}

.collect-team ul {
  overflow-y: scroll;
  padding: 4.4rem 2rem 4.3rem 1.5rem;
}

.collect-team ul li {
  float: left;
  margin: 0.5rem;
  text-align: center;
}

.collect-team ul li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3.2rem;
  height: 3.2rem;
  color: #242629;
  background: #f5f5f5;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1.2rem;
  box-sizing: border-box;
}

.collect-team ul li a i {
  position: absolute;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #e5e5e5;
  right: 0;
  bottom: -0.1rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.collect-team ul li a:active {
  position: relative;
  color: #ff9623;
  background: #fff;
}

.collect-team ul li a:active:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #ff9623;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.collect-team ul li a:active i {
  color: #ff9623;
}

.collect-team ul li .active {
  position: relative;
  color: #ff9623;
  background: #fff;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.collect-team ul li .active:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #ff9623;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.collect-team ul li .active i {
  color: #ff9623;
}

.collect-success,
.collect-fail {
  display: none;
  position: fixed;
  bottom: 4.8rem;
  width: 100%;
  height: 4.4rem;
  left: 0;
  background: #fff8ef;
}

.collect-success .success-text,
.collect-fail .success-text {
  font-size: 1.6rem;
  line-height: 4.4rem;
  color: #ff9623;
  padding: 0 1.2rem 0 2rem;
}

.collect-success .change-collect-team,
.collect-fail .change-collect-team {
  height: 4.4rem;
  float: right;
  font-size: 1.4rem;
  line-height: 4.4rem;
  color: #666;
  padding-right: 1.2rem;
  cursor: pointer;
}

.collect-success .change-collect-team i,
.collect-fail .change-collect-team i {
  padding-left: 0.4rem;
}

.open-app-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}

.open-app-pop {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 2rem;
  z-index: 1001;
  -webkit-border-radius: 1rem 1rem 0 0;
  -moz-border-radius: 1rem 1rem 0 0;
  -ms-border-radius: 1rem 1rem 0 0;
  -o-border-radius: 1rem 1rem 0 0;
  border-radius: 1rem 1rem 0 0;
}

.open-app-pop .open-app-pop-title {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #242629;
  padding-top: 1rem;
}

.open-app-pop img {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  border: 0.1rem solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.open-app-pop .app-icon,
.open-app-pop .weChat-icon {
  position: relative;
  padding: 1rem 0;
}

.open-app-pop .app-icon a,
.open-app-pop .weChat-icon a {
  position: absolute;
  display: block;
  top: 1.5rem;
  right: 0;
  width: 6rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.open-app-pop .icon {
  padding-left: 5.6rem;
  height: 4.4rem;
}

.open-app-pop .icon p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.open-app-pop .icon span {
  display: block;
  font-size: 1rem;
  line-height: 1.8rem;
}

.open-app-pop .app-icon a {
  background: #f60;
  color: #fff;
}

.open-app-pop .weChat-icon p {
  font-size: 1.6rem;
  line-height: 4.4rem;
}

.open-app-pop .weChat-icon a {
  background: #f5f5f5;
  color: #666;
}

.share-pop-main {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 80%;
  background: #fff;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
  left: 10%;
}

.share-pop-main .icon-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  color: #666;
  font-size: 1.1rem;
}

.share-pop-main .share-pop-content {
  box-sizing: border-box;
  padding: 4.55rem 4rem 3.6rem 4rem;
  text-align: center;
}

.share-pop-main .share-pop-content p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #666;
}

.share-pop-main .share-pop-content img {
  width: 100%;
  display: block;
  padding: 2.15rem 0 2.4rem 0;
}

.share-pop-main .share-pop-content a {
  margin: 0 0.8rem;
}

.guide-login {
  display: none;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 5.4rem;
  padding: 1rem 2.2rem 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.guide-login div {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.guide-login div a {
  display: inline-block;
  height: 3.4rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #fff;
  background: linear-gradient(270deg, #ff9623 0%, #FECF8D 100%);
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
}

.guide-login div a i {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: sub;
}

.guide-login div a .phone-consult-icon {
  background: url("https://ss.tgnet.com/MProject/icon_phone_40.png") no-repeat;
  background-size: 2rem 2rem;
  background-position: 0 50%;
}

.guide-login div a .free-inquiry-icon {
  background: url("https://ss.tgnet.com/MProject/icon_free_inquiry_40.png") no-repeat;
  background-size: 2rem 2rem;
  background-position: 0 50%;
}

.guide-login .phone-consult {
  margin-right: 1.75rem;
}

.guide-login .free-inquiry {
  margin-left: 1.75rem;
}

.position-bottom {
  bottom: 0;
}

.fixed-bottom-pop {
  text-align: center;
  padding: 0.9rem 2rem 3.2rem;
}

.fixed-bottom-pop .pop-img {
  width: 7.7rem;
  height: 7.7rem;
}

.fixed-bottom-pop .pop-desc {
  margin-top: 0.9rem;
  line-height: 2.2rem;
}

.fixed-bottom-pop .btn-wrap {
  margin-top: 1.8rem;
}

.fixed-bottom-pop .btn-wrap a {
  margin-left: 1.5rem;
}

.adv-module {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 102;
}

.adv-module .adv-pop {
  width: 80%;
  text-align: center;
  margin: auto;
}

.adv-module .adv-pop a {
  display: inline-block;
}

.adv-module .adv-pop .adv-img {
  width: 100%;
  display: block;
}

.adv-module .close-btn {
  margin-top: 2rem;
  width: 3.3rem;
  height: 3.3rem;
  background: url("http://img.gznetapp.com/Mproject/v5/icon_close_66.png") no-repeat;
  background-size: 100% 100%;
}

.show-adv-module {
  display: flex;
}

.trial-project {
  color: #ff9623;
}

.trial-project:hover {
  color: #f60;
}

.new-detail-footer-height {
  height: 5.2rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.new-detail-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  padding: .6rem 0 .5rem;
  padding-bottom: calc(.5rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(.5rem + env(safe-area-inset-bottom));
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #A8D8F5 0%, #3A8DDB 100%);
}

.new-detail-footer .footer-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.3rem;
}

.new-detail-footer .fonter-desc {
  line-height: 1.7rem;
  font-size: 1.2rem;
  letter-spacing: .2rem;
}

[v-cloak] {
  display: none;
}

.vip-popup-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.vip-popup {
  width: 100%;
  background-color: #f9f9f9;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vip-popup .popup-header {
  background: #1f1e24;
  color: #fff;
  padding: 1.5rem;
  position: relative;
  background: url("http://img.gznetapp.com/Mproject/v5/user_center_bg.png") 0 0/100% 100% no-repeat;
}

.vip-popup .popup-header .header-banner .banner-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #ffe7c4;
  padding-left: 2.8rem;
  background: url("http://img.gznetapp.com/Mproject/v5/icon_member.png") left center/2.2rem 2.2rem no-repeat;
}

.vip-popup .popup-header .header-banner .banner-subtitle {
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

.vip-popup .popup-header .close-btn {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.6rem;
  cursor: pointer;
}

.vip-popup .popup-content {
  padding: 1.5rem 1.5rem;
  text-align: center;
}

.vip-popup .popup-content .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin: 0 0 1.6rem;
  position: relative;
  display: inline-block;
  color: #9e5e00;
}

.vip-popup .popup-content .title::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.3rem;
  background-color: #9e5e00;
}

.vip-popup .popup-content .region-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #2f3034;
  line-height: 2.1rem;
}

.vip-popup .popup-content .region-selector .dropdown {
  margin-left: 1rem;
  border: 1px solid #e0e0e0;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  max-width: 10rem;
}

.vip-popup .popup-content .region-selector .dropdown span:last-child {
  margin-left: 1rem;
  color: #999;
}

.vip-popup .popup-content .price-card {
  background-color: #fff;
  border: 1px solid #84b1ff;
  border-radius: 0.4rem;
  padding: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.vip-popup .popup-content .price-card .price-info {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.vip-popup .popup-content .price-card .price-info .price {
  font-size: 3rem;
  color: #357cf6;
  font-weight: bold;
  line-height: 3.4rem;
}

.vip-popup .popup-content .price-card .price-info .original-price {
  font-size: 1.6rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 1rem;
}

.vip-popup .popup-content .price-card .discount-tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #fe3d41;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.vip-popup .popup-content .price-card .features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.vip-popup .popup-content .price-card .features li {
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 2.2rem;
  background: url("https://ss.tgnet.com/MProject/icon_support_32.png") left center/1.6rem 1.6rem no-repeat;
}

.vip-popup .popup-content .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.vip-popup .popup-content .footer-links a {
  color: #999;
  text-decoration: none;
}

.vip-popup .popup-content .footer-links .high {
  color: #4885ee;
}

.vip-popup .popup-content .countdown {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 0.8rem;
}

.vip-popup .popup-content .countdown .time {
  color: #ff582f;
}

.vip-popup .popup-content .cta-button {
  width: 100%;
  padding: 0.6rem 0;
  background: linear-gradient(98deg, #f4dbb0 0, #eabe6e 100%);
  border: none;
  border-radius: 2.5rem;
  line-height: 2.1rem;
  font-size: 1.5rem;
  color: #442404;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vip-popup .popup-content .cta-button .subtext {
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #9c6a23;
}

.service-pay-pop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.service-pay-main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 1.2rem 1.2rem 0 0;
}

.service-pay-main .title {
  position: relative;
  height: 4.8rem;
  line-height: 4.8rem;
  color: #242629;
  font-size: 1.7rem;
  text-align: center;
}

.service-pay-main .clearBtn {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  font-size: 1.15rem;
  color: #bbb;
  margin-top: -0.85rem;
}

.service-pay-main .price {
  line-height: 4.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #242629;
  text-align: center;
}

.service-pay-main .area {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  color: #242629;
  line-height: 1.7rem;
  padding: 0 2rem;
}

.service-pay-main .area span {
  color: #ff9623;
}

.service-pay-main .mode {
  margin-top: 1.8rem;
}

.service-pay-main .mode p {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.7rem;
  padding: 0 2rem;
}

.service-pay-main .mode li {
  position: relative;
  margin-top: 0.4rem;
  height: 5.2rem;
  padding: 0 2rem 0 5.8rem;
  font-size: 1.8rem;
  color: #242629;
  line-height: 5.2rem;
}

.service-pay-main .mode label {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: -1.4rem;
}

.service-pay-main .mode .wechat {
  background: url("https://ss.tgnet.com/MProject/icon_wechatPay_56.png") 50% 50%/100% 100% no-repeat;
}

.service-pay-main .mode .alipay {
  background: url("https://ss.tgnet.com/MProject/icon_alipay_56.png") 50% 50%/100% 100% no-repeat;
}

.service-pay-main .mode .iconfont {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 1.9rem;
  margin-top: -0.95rem;
  color: #e5e5e5;
}

.service-pay-main .mode .selected .iconfont {
  color: #ff9623;
}

.service-pay-main .bottom {
  margin-top: 1rem;
  padding: 1rem 2rem 2.4rem 2rem;
}

.service-pay-main .bottom button {
  display: block;
  width: 100%;
  height: 4rem;
  color: #fff;
  font-size: 1.6rem;
  background: #ff9623;
  box-shadow: 0 0.5rem 0.7rem 0 rgba(255, 150, 35, 0.36);
  border-radius: 2rem;
}

.area-selector-module {
  width: 100%;
  height: 88%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1.2rem 1.2rem 0px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
}

.area-selector-module .module-top {
  margin: 0 0 auto;
  padding-left: 2rem;
  height: 5.2rem;
  line-height: 5.2rem;
  color: #242629;
  font-size: 1.7rem;
  position: relative;
}

.area-selector-module .module-top:before {
  border-bottom: 1px solid #e5e5e5;
}

.area-selector-module .module-top .cancel-btn {
  position: relative;
  height: 100%;
  padding: 0 2rem;
  color: #999;
  float: right;
}

.area-selector-module .module-content {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow-y: scroll;
  padding: 0 2rem;
}

.area-selector-module .module-bottom {
  margin: auto 0 0;
  height: 6.8rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.area-selector-module .module-bottom .main-btn {
  display: block;
  background-color: #ff9623;
  border-radius: 8px;
  font-size: 1.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
}

.area-selector-module .module-bottom .main-btn:active {
  background-color: #ff7800;
}

.area-selector-module .module-bottom .disabled {
  opacity: 0.32;
  filter: alpha(opacity=32);
}

.area-selector-module .all-area {
  height: 7.1rem;
  line-height: 7.1rem;
  position: relative;
  color: #242629;
  font-size: 1.6rem;
}

.area-selector-module .all-area:before {
  border-bottom: 1px solid #e5e5e5;
}

.area-selector-module .all-area input {
  position: absolute;
  right: 0.8rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.area-selector-module .area-main .title {
  color: #999;
  font-size: 1.6rem;
  line-height: 2rem;
}

.area-selector-module .area-main li {
  padding: 2rem 0;
  position: relative;
}

.area-selector-module .area-main li:before {
  border-bottom: 1px solid #e5e5e5;
}

.area-selector-module .area-main li:last-child:before {
  border-bottom: 0;
}

.area-selector-module .area-item {
  float: left;
  width: calc((100% - 2 * 1.2rem) / 3);
  text-align: center;
  border-radius: 0.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
  color: #000;
  font-size: 1.6rem;
  background-color: #f5f5f5;
  margin: 1.2rem 1.2rem 0 0;
  position: relative;
}

.area-selector-module .area-item:nth-of-type(3n) {
  margin-right: 0;
}

.area-selector-module .active {
  color: #ff9623;
  background-color: #fff;
}

.area-selector-module .active:before {
  border: 1px solid #ff9623;
  border-radius: 0.8rem;
}

.mui-switch {
  width: 4.7rem;
  height: 2.7rem;
  position: relative;
  border: 2px solid #e5e5e5;
  box-shadow: #e5e5e5 0 0 0 0 inset;
  border-radius: 1.55rem;
  box-sizing: content-box;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
}

.mui-switch:before {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.1rem 0px rgba(0, 0, 0, 0.06), 0px 0.3rem 0.8rem 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.mui-switch:checked {
  border-color: #07c160;
  box-shadow: #07c160 0 0 0 0.8rem inset;
  background-color: #07c160;
}

.mui-switch:checked:before {
  left: 2rem;
}

.mui-switch-animbg {
  transition: background-color ease 0.4s;
}

.mui-switch-animbg:before {
  transition: left 0.3s;
}

.mui-switch-animbg:checked {
  box-shadow: #07c160 0 0 0 0 inset;
  background-color: #07c160;
  transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch-animbg:checked:before {
  transition: left 0.3s;
}
