[v-cloak] {
  display: none; }

.fineBorder-before, .top-module .data-list::before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%; }

.home-main {
  font-weight: 500;
  height: 100%; }

.home-content {
  padding-bottom: 4.9rem; }

.wechat-authorize {
  padding: 15.2rem 2rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #242629;
  text-align: center; }

.hasPadding {
  padding-left: 2rem;
  box-sizing: border-box; }

.header-btn {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 3.2rem;
  color: #fff;
  background: #1177FF;
  padding: 0 1rem;
  border-radius: 0.4rem;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  cursor: pointer; }
  .header-btn:active {
    background-color: #2D5AFF; }

.home-search {
  padding: 5.2rem 1.6rem 1rem;
  background: url("http://img.gznetapp.com/Mproject/regularCustomers/home-bg.png") 0 0/100% 100% no-repeat; }
  .home-search .search-title {
    font-size: 2.2rem;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    padding-top: 0.6rem; }
  .home-search .search-main {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: .6rem;
    text-align: center;
    margin-bottom: 1.5rem; }
    .home-search .search-main .search-icon {
      color: #000;
      font-size: 1.2rem;
      left: 1.2rem;
      line-height: 3.6rem;
      display: inline-block;
      width: 1.8rem; }
    .home-search .search-main input {
      width: 18rem;
      padding: 0.8rem 0;
      box-sizing: border-box;
      font-size: 1.5rem;
      height: 3.6rem;
      line-height: 2rem;
      background-color: #fff;
      color: #fff;
      display: inline-block;
      text-align: center; }

.home-data {
  padding: 1.6rem 0;
  background-color: #fff; }
  .home-data .data-title {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center;
    color: #999; }
  .home-data .data-list {
    margin-top: 1.2rem; }
    .home-data .data-list .data-item {
      width: 33.33%;
      text-align: center;
      float: left;
      position: relative; }
      .home-data .data-list .data-item:not(:first-child)::before {
        content: "";
        display: inline-block;
        width: .1rem;
        height: 2.4rem;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
    .home-data .data-list .item-num {
      font-size: 1.5rem;
      color: #242629;
      line-height: 1.8rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .home-data .data-list .item-desc {
      font-size: 1.3rem;
      color: #999;
      line-height: 1.6rem;
      margin-top: .4rem; }

.home-customers {
  padding-bottom: 6.8rem; }
  .home-customers .customers-title {
    height: 3.7rem;
    line-height: 3.7rem;
    background-color: #f5f5f5;
    padding: 0 2rem;
    font-size: 1.4rem;
    color: #999; }
  .home-customers .customers-list-main {
    padding: 0 2rem;
    background-color: #fff; }
    .home-customers .customers-list-main li:nth-child(3n) .company-icon {
      background-color: #373A62; }
    .home-customers .customers-list-main li:nth-child(3n+1) .company-icon {
      background-color: #17f; }
    .home-customers .customers-list-main li:nth-child(3n+2) .company-icon {
      background-color: #ff9623; }
  .home-customers .customer-item a {
    display: block;
    padding: 2rem 0;
    position: relative;
    z-index: 2; }
    .home-customers .customer-item a .company-name {
      height: 3.2rem;
      line-height: 3.2rem;
      padding-left: 4rem;
      font-size: 1.7rem;
      color: #242629;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative; }
    .home-customers .customer-item a .company-icon {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      color: #fff;
      font-size: 1.3rem;
      border-radius: .4rem;
      width: 3.2rem;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .home-customers .customer-infor {
    margin-top: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #999; }
    .home-customers .customer-infor .num {
      color: #17f; }
    .home-customers .customer-infor .separate-icon {
      display: inline-block;
      width: .1rem;
      height: 1rem;
      background-color: #e5e5e5;
      margin: .3rem .8rem 0; }

.home-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 1.3rem;
  background-color: #EEF3FF;
  box-sizing: border-box;
  z-index: 10;
  display: flex; }
  .home-bottom li {
    padding: 0 .7rem;
    box-sizing: border-box;
    float: left; }
  .home-bottom .user-stage {
    width: 62%; }
  .home-bottom .can-look-company {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #242629;
    padding: 0.85rem 0;
    font-weight: 600; }
    .home-bottom .can-look-company span {
      color: #ff9623;
      font-weight: 500; }
    .home-bottom .can-look-company a {
      color: #1177FF;
      padding-right: 1.4rem;
      background: url("https://ss.tgnet.com/MProject/icon_right_arrow_round_48%402.png") 100% 50%/1.2rem 1.2rem no-repeat; }
  .home-bottom .help-list-btn .img-wrap img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    float: left;
    margin-left: -1.2rem;
    border: 1px solid #fff; }
    .home-bottom .help-list-btn .img-wrap img:first-child {
      margin-left: 0; }
  .home-bottom .help-list-btn .desc {
    color: #17f;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-top: .4rem; }
  .home-bottom .customer-btn {
    display: block;
    height: 5.2rem;
    border-radius: .6rem;
    font-size: 1.7rem;
    line-height: 2.1rem;
    text-align: center;
    position: relative; }
    .home-bottom .customer-btn .desc {
      font-size: 1.2rem;
      line-height: 1.5rem;
      margin-top: .5rem; }
  .home-bottom .customer-btn {
    color: #fff;
    background-color: #17f; }
    .home-bottom .customer-btn:active {
      background-color: #2D5AFF; }
  .home-bottom .help-list-btn, .home-bottom .share-btn, .home-bottom .customer-btn {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .home-bottom .tip {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 5.2rem;
    width: 100%;
    transform: translateX(-50%);
    line-height: 2.4rem;
    border-radius: .6rem;
    background-color: #ff9623;
    padding: 0 .6rem;
    color: #fff;
    font-size: 1.2rem; }
    .home-bottom .tip:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-width: .5rem;
      border-style: solid;
      border-color: #ff9623 transparent transparent transparent;
      position: absolute;
      bottom: -1rem;
      margin: auto;
      left: 0;
      right: 0; }

.new-home-bottom {
  bottom: 4.9rem; }

.help-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  .help-pop .help-pop-main {
    width: 80%;
    background: #fff;
    border-radius: .6rem;
    padding: 4.5rem 2.8rem 3.6rem;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto; }
    .help-pop .help-pop-main .close-icon {
      position: absolute;
      right: .6rem;
      top: .6rem;
      color: #bbb;
      font-size: 1.1rem;
      padding: 1rem; }
    .help-pop .help-pop-main .user-head {
      width: 6.4rem;
      height: 6.4rem;
      border-radius: 50%;
      border: 1px solid #fff;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: -3.2rem; }
    .help-pop .help-pop-main .user-name {
      text-align: center;
      color: #666;
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin-top: 1.2rem; }
    .help-pop .help-pop-main .pop-title {
      text-align: center;
      font-size: 1.7rem;
      line-height: 2.1rem;
      color: #242629;
      margin-top: 1.2rem; }
    .help-pop .help-pop-main .pop-desc {
      font-size: 1.5rem;
      line-height: 1.8rem;
      color: #666;
      margin-top: .8rem; }
    .help-pop .help-pop-main .pop-tip {
      font-size: 1.3rem;
      line-height: 1.9rem;
      color: #999;
      margin-top: 1rem; }
    .help-pop .help-pop-main .pop-btn {
      width: 100%;
      height: 4rem;
      line-height: 4rem;
      border-radius: .6rem;
      font-size: 1.6rem;
      text-align: center;
      color: #17f;
      background-color: #F1F3FF;
      margin-top: 2rem; }
      .help-pop .help-pop-main .pop-btn:active {
        background-color: #e5e5e5; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border: 0;
  margin: 0; }

.popModule {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh; }

.backdrop {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.exclusivePosterPop-main {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  padding-bottom: 13.4rem;
  box-sizing: border-box; }
  .exclusivePosterPop-main img {
    display: block;
    width: 60%;
    margin: 0 auto; }

.exclusivePosterPop-bottom-main {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-top: 1rem;
  width: 100%; }
  .exclusivePosterPop-bottom-main .title {
    padding: 0 1.6rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #242629; }

.exclusivePosterPop-btn {
  width: 100%;
  padding: 1rem 1.6rem 1.4rem 1.6rem;
  background: #FFFFFF;
  box-sizing: border-box; }
  .exclusivePosterPop-btn .leftBtn, .exclusivePosterPop-btn .rightBtn {
    display: block;
    height: 4.4rem;
    line-height: 4.4rem;
    font-size: 1.7rem;
    float: left;
    margin-right: 1rem;
    border-radius: .6rem;
    text-align: center;
    position: relative; }
  .exclusivePosterPop-btn .leftBtn {
    background: #F2F3F8;
    color: #666;
    width: calc(28% - .5rem); }
  .exclusivePosterPop-btn .rightBtn {
    background: #1177FF;
    color: #FFF;
    margin-right: 0;
    width: calc(72% - .5rem); }
  .exclusivePosterPop-btn .tip {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: .6rem;
    background-color: red;
    padding: 0 .6rem;
    color: #fff;
    font-size: 1.2rem; }
    .exclusivePosterPop-btn .tip:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-width: .5rem;
      border-style: solid;
      border-color: red transparent transparent transparent;
      position: absolute;
      bottom: -1rem;
      margin: auto;
      left: 0;
      right: 0; }

.special-home-main .home-customers {
  padding-bottom: 0; }

.special-home-main .home-customers .customers-title {
  height: 3.8rem;
  background-color: #fff;
  color: #242628;
  font-size: 1.7rem;
  line-height: 3.8rem;
  font-weight: 600; }

.top-module {
  padding: 1.5rem 1.5rem 1.9rem;
  background: #fff5eb url("https://ss.tgnet.com/MProject/bg_customer_750x334@2.png") 0 0/100% auto no-repeat; }
  .top-module .search-wrap {
    display: block;
    text-align: center;
    height: 3.4rem;
    line-height: 3.4rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem 0.1rem rgba(230, 117, 0, 0.08);
    border-radius: 1.7rem; }
    .top-module .search-wrap span {
      display: inline-block;
      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; }
  .top-module .module-title {
    color: #AF5B00;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 1.6rem; }
  .top-module .data-list {
    position: relative;
    margin-top: .8rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: .4rem;
    border: none;
    display: flex; }
    .top-module .data-list::before {
      border-radius: .8rem;
      border: 1px solid #FFFFFF; }
  .top-module .data-item {
    flex: 1;
    padding: .9rem 0;
    text-align: center;
    color: #AF5B00;
    position: relative; }
    .top-module .data-item:not(:last-child)::after {
      content: "";
      display: inline-block;
      width: .1rem;
      height: 2.4rem;
      background-color: #AF5B00;
      opacity: 0.6;
      position: absolute;
      top: 1.8rem;
      right: 0; }
  .top-module .item-num {
    line-height: 2.1rem;
    font-size: 1rem;
    font-weight: 600; }
    .top-module .item-num span {
      font-size: 1.5rem;
      margin-right: .3rem; }
  .top-module .item-desc {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: .4rem; }
