.fineBorder-before, .dropdown .select-wrap a:active:before, .dropdown .select-wrap .active:before, .special-project-list-module .tablist::before, .special-bidding-list-module .tablist::before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.padding-t {
  padding-top: 4.4rem;
}

.header-height {
  height: 8.6rem;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

.header-main {
  position: relative;
  padding: 1rem 2rem 1rem 5.4rem;
  height: 3.6rem;
  font-size: 0;
}

.header-main .go-back {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #333;
  position: absolute;
  left: 2rem;
  cursor: pointer;
}

.header-main .search-main {
  position: relative;
  display: block;
  height: 3.6rem;
  font-size: 0;
  background: #f5f5f5;
  z-index: 100;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
  padding: 0 3rem 0 3.2rem;
}

.header-main .search-main .seacrh-ico {
  position: absolute;
  left: 1.2rem;
  font-size: 1.4rem;
  line-height: 3.6rem;
  height: 3.6rem;
  color: #999;
}

.header-main .search-main .cancel-ico {
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #bbb;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  display: none;
}

.header-main .search-main .search-kw {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: .8rem 0;
  width: 100%;
  color: #242629;
  background: #f5f5f5;
}

.header-main .cancel-btn {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 3.6rem;
  color: #999;
  display: none;
  position: relative;
  padding: 1rem 2rem 0 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.header-main .search-fixed {
  position: fixed;
  background: #fff;
  z-index: 103;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
}

.header-main .search-fixed .search-main {
  background: #f5f5f5;
}

.header-main .search-fixed .search-main input {
  background: #f5f5f5;
}

.search-btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 1.5rem;
  line-height: 3.6rem;
  color: #ff9623;
  margin-left: 1.5rem;
}

.filter-module {
  position: relative;
}

.tablist {
  width: 100%;
  height: 4rem;
  background: #fff;
  margin-top: -.2rem;
  -webkit-box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}

.tablist a {
  width: 33.33%;
  height: 4rem;
  text-align: center;
  float: left;
  color: #666;
}

.tablist .tabs-mian {
  font-size: 1.4rem;
  max-width: 100%;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  padding: 0 1.4rem 0 .5em;
  position: relative;
  box-sizing: border-box;
}

.tablist .tabs-mian span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tablist i {
  color: #bbb;
  position: absolute;
  right: -.7rem;
  top: 0;
}

.tablist .active {
  color: #ff9623;
}

.tablist .active i {
  color: #ff9623;
}

.dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 4rem;
  overflow: scroll;
  background-color: #fff;
}

.dropdown .dropdown-list {
  position: relative;
  overflow: auto;
}

.dropdown .select-wrap {
  padding: 1.5rem;
}

.dropdown .select-wrap li {
  float: left;
  width: 33.33%;
  padding: .5rem;
  box-sizing: border-box;
}

.dropdown .select-wrap a {
  z-index: 2;
  display: block;
  font-size: 1.4rem;
  position: relative;
  height: 3.2rem;
  box-sizing: border-box;
  line-height: 3.2rem;
  text-align: center;
  color: #242629;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.dropdown .select-wrap a i {
  position: absolute;
  font-size: 1.7rem;
  line-height: 1;
  color: #e5e5e5;
  right: 0;
  bottom: 0;
  display: inline-block;
  bottom: -.1rem;
}

.dropdown .select-wrap a:active, .dropdown .select-wrap .active {
  background-color: #fff;
  color: #ff9623;
}

.dropdown .select-wrap a:active:before, .dropdown .select-wrap .active:before {
  border: 1px solid #ff9623;
  border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}

.dropdown .select-wrap a:active i, .dropdown .select-wrap .active i {
  color: #ff9623;
}

.dropdown .select-list-wrap a {
  position: relative;
  color: #242629;
  font-size: 1.5rem;
  display: block;
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5.6rem 0 2rem;
  background-color: #fff;
}

.dropdown .select-list-wrap i {
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  color: #e5e5e5;
}

.dropdown .select-list-wrap .active {
  color: #ff9623;
  background-color: #fff;
}

.dropdown .select-list-wrap .active i {
  color: #ff9623;
}

.dropdown .select-list-wrap:not(.province-list) a:active {
  color: #ff9623;
  background-color: #e5e5e5;
}

.dropdown .select-list-wrap:not(.province-list) a:active i {
  color: #ff9623;
}

.dropdown .scroll-y {
  overflow-y: scroll;
}

.dropdown .province-list {
  padding-bottom: 4.8rem;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.dropdown .province-list a {
  background-color: #f5f5f5;
}

.dropdown .province-list .num {
  color: #ff9623;
  margin-left: .5rem;
}

.dropdown .city-list {
  box-sizing: border-box;
  padding-bottom: 4.8rem;
  position: absolute;
  top: 0;
  left: 33.33%;
  width: 66.66%;
  overflow: auto;
  height: 100%;
  background: #fff;
}

.dropdown .btn-wrap {
  height: 4.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -2rem 10rem 0 rgba(0, 0, 0, 0.08);
}

.dropdown .btn-wrap a {
  width: 50%;
  height: 100%;
  float: left;
  font-size: 1.7rem;
  line-height: 4.8rem;
  text-align: center;
}

.dropdown .btn-wrap .default-btn {
  background-color: #fff;
  color: #242629;
}

.dropdown .btn-wrap .primary-btn {
  background: linear-gradient(90deg, #ffc207 0, #ff8a00 100%);
  color: #fff;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}

.search-result-toast {
  display: none;
  width: 100%;
  height: 3.2rem;
  font-size: 1.4rem;
  color: #ff9623;
  line-height: 3.2rem;
  height: 3.2rem;
  text-align: center;
  position: fixed;
  top: 11rem;
}

.search-result-toast p {
  background: #fff8ef;
  margin: 0 2rem;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
}

.guide-openApp:active {
  background: #fff !important;
}

.guide-contnt {
  padding-bottom: 2rem;
}

.guide-contnt .guide {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff8ef;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-radius: 0.6rem;
  padding: 1.6rem 0 1.2rem 0;
}

.guide-contnt .guide .guide-mian {
  display: inline-block;
  padding: 0 13.1rem 0 1.2rem;
}

.guide-contnt .guide .guide-mian h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 2rem;
  color: #242629;
  margin-bottom: 0.4rem;
}

.guide-contnt .guide .guide-mian span {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #666;
}

.guide-contnt .guide .guide-btn {
  font-size: 0;
  position: absolute;
  right: 1.2rem;
  top: 1.8rem;
  display: inline-block;
}

.guide-contnt .guide .guide-btn .openApp-btn {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 3.2rem;
  color: #fff;
  width: 9rem;
  box-shadow: 0 0.5rem 1.2rem 0 rgba(255, 150, 35, 0.24);
  -webkit-box-shadow: 0 0.5rem 1.2rem 0 rgba(255, 150, 35, 0.24);
  border-radius: .6rem;
  -webkit-border-radius: .6rem;
}

.guide-contnt .guide .guide-btn .close-openApp-btn {
  display: inline-block;
  margin-left: 1rem;
}

.guide-contnt .guide .guide-btn .close-openApp-btn .iconfont {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 3.2rem;
  color: #bbb;
}

.no-data .no-data-text {
  color: #333;
}

.no-data .no-data-desc {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #999;
  margin-top: .4rem;
  padding: 0 1rem;
}

.no-data .no-data-desc a {
  color: #259bff;
}

.copy-share-btn {
  display: none;
  position: fixed;
  right: 0;
  font-size: 1.5rem;
  bottom: 4rem;
  width: 7.4rem;
  height: 3.2rem;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  cursor: pointer;
  background: rgba(36, 38, 41, 0.8);
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 1.6rem 0 0 1.6rem;
  -moz-border-radius: 1.6rem 0 0 1.6rem;
  -ms-border-radius: 1.6rem 0 0 1.6rem;
  -o-border-radius: 1.6rem 0 0 1.6rem;
  border-radius: 1.6rem 0 0 1.6rem;
}

.copy-share-btn span {
  margin-right: 0.6rem;
}

#copy-share-link {
  position: absolute;
  opacity: 0;
  width: 0.1rem;
  height: 0.1rem;
}

.top-advert {
  position: relative;
  width: 100%;
  z-index: 0;
}

.top-advert .top-advert-main {
  width: 100%;
  position: relative;
}

.top-advert img {
  width: 100%;
  height: 100%;
  display: block;
}

.top-advert .top-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;
}

.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%;
}

.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;
}

.project-header-module {
  display: none;
  padding: 1.2rem 1.5rem 1.2rem;
  background: #fff url("https://ss.tgnet.com/MProject/bg_page_750x489@2.png") 0 0/100% auto no-repeat;
  text-align: center;
}

.project-header-module .logo-img {
  width: 11rem;
  display: inline-block;
}

.project-header-module .search-wrap {
  display: block;
  margin-top: 1.3rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem 0.1rem rgba(230, 117, 0, 0.08);
  border-radius: 1.7rem;
}

.project-header-module .search-wrap span {
  display: inline-block;
  line-height: 3.4rem;
  padding-left: 2.4rem;
  color: #ADADAD;
  font-size: 1.5rem;
  background: url("https://ss.tgnet.com/MProject/icon_magnifier_36@2.png") left center/1.8rem 1.8rem no-repeat;
}

.project-header-module .desc {
  color: #AF5B00;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: .5rem;
  font-weight: 600;
}

.project-header-module .desc-pane:not(:last-child) {
  padding-right: 2rem;
  position: relative;
}

.project-header-module .desc-pane:not(:last-child):after {
  content: "";
  width: .1rem;
  height: 1.5rem;
  background-color: rgba(175, 91, 0, 0.6);
  position: absolute;
  right: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.bidding-header-module {
  background: #fff url("https://ss.tgnet.com/MProject/bg_page_750x489@2.png") 0 0/100% auto no-repeat;
  padding: 1.2rem 1.8rem 1.2rem 1.2rem;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.bidding-header-module .logo-img {
  width: 9.9rem;
  display: inline-block;
}

.bidding-header-module .search-wrap {
  display: block;
  margin-left: 4rem;
  flex: 1;
  height: 3.4rem;
  box-sizing: border-box;
  line-height: 3.4rem;
  padding-left: 3.6rem;
  background: #fff url("https://ss.tgnet.com/MProject/icon_magnifier_36@2.png") left 1.2rem center/1.8rem 1.8rem no-repeat;
  box-shadow: 0 0.5rem 1rem 0.1rem rgba(230, 117, 0, 0.08);
  border-radius: 1.7rem;
  color: #ADADAD;
  font-size: 1.5rem;
}

.special-project-list-module .new-header-module, .special-bidding-list-module .new-header-module {
  display: none;
}

.special-project-list-module .tablist, .special-bidding-list-module .tablist {
  position: relative;
  box-shadow: none;
}

.special-project-list-module .tablist::before, .special-bidding-list-module .tablist::before {
  border-bottom: 1px solid #e5e5e5;
}

.special-project-list-module .project-list-main ul li, .special-bidding-list-module .project-list-main ul li {
  padding: 0;
}

.special-project-list-module .project-list-main ul li .look-detail-project, .special-bidding-list-module .project-list-main ul li .look-detail-project {
  box-sizing: border-box;
  padding: 1.6rem 2rem 2rem;
}

.special-project-list-module .guide-openApp, .special-project-list-module .new-header-module, .special-bidding-list-module .guide-openApp, .special-bidding-list-module .new-header-module {
  display: none;
}

.special-project-list-module .header-height {
  height: 16.7rem;
}

.special-project-list-module .project-header-module {
  display: block;
}

.special-bidding-list-module .header-height {
  height: 9.6rem;
}

.special-bidding-list-module .bidding-header-module {
  display: flex;
}

.project-list-main ul li .look-detail-project .project-name {
  height: auto;
}
