@charset "UTF-8";
body {
  overflow-x: hidden;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.total-hamburg {
  position: absolute;
  right: 0;
  width: 1.76rem;
  height: 1.76rem;
  background: url("//img.tugou.com/index/total_hamburg-v2.png") no-repeat center;
  background-size: 100%;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -0.88rem;
}

.total-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  transition: 0.5s;
  opacity: 0;
  z-index: -10;
}

.total {
  position: fixed;
  top: 0;
  right: -100%;
  width: 15rem;
  height: 100%;
  transition: .3s right;
  z-index: 999;
}

.total-con {
  width: 15rem;
  height: 100%;
  float: right;
}

.total-off {
  width: 1.56rem;
  height: 1.68rem;
  background: url("//img.tugou.com/index/total_off.png") no-repeat center;
  background-size: 1.2rem 1.2rem;
  float: right;
}

.total-left {
  float: left;
  width: 6.4rem;
  height: 100%;
}

.total-right {
  width: 8.6rem;
  height: 100%;
  background: #fff;
  float: right;
}

.total-logo {
  width: 100%;
  height: 1.92rem;
  border-bottom: 1px solid #f6f6f6;
  background: url("//img.tugou.com/index/new_logo-v2.png") no-repeat center;
  background-size: 4.24rem 1.12rem;
  box-sizing: border-box;
}

.total-menu {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  background: #f6f6f6;
}

.total-menu li {
  width: 100%;
  height: 1.92rem;
  line-height: 1.92rem;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.96rem;
  background: #fff;
  box-sizing: border-box;
}

.total-menu li:last-child {
  border-bottom: 0;
}

.total-menu a {
  padding-left: 1.36rem;
  color: #444;
  font-size: 0.56rem;
  text-decoration: none;
  text-align: left;
  display: block;
}

.total-menu .total-one {
  background: url("//img.tugou.com/index/homeicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-two {
  background: url("//img.tugou.com/index/zzxgsicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-three {
  background: url("//img.tugou.com/index/tjcjjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-four {
  background: url("//img.tugou.com/index/zxsjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-five {
  background: url("//img.tugou.com/index/zxxgticon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-six {
  background: url("//img.tugou.com/index/zxjjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-seven {
  background: url("//img.tugou.com/index/zxbkicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}
/*mobile端公共类*/
/*把非block的display设置为block,比如<a>*/
.trans-block {
  display: block; }

.icon {
  display: inline-block; }

select {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  border-radius: 0; }

/*微装修公共类*/
body {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto; }

.partial-sprite {
  background-image: url("//static.tugou.com/m/img/provider/consult-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%; }

.header-bar {
  background-color: #fff;
  max-width: 750px;
  text-align: center;
  height: 1.92rem; }
  .header-bar .header-name {
    width: 3.78rem;
    height: 0.9rem;
    background-image: url(https://img.tugou.com/wzx/wlogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 0.48rem; }

.bar-placeholder {
  height: 2.16rem;
  max-width: 750px; }

.apply-bar {
  display: none;
  width: 15rem;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #fff;
  height: 1.96rem; }
  .apply-bar li {
    float: left; }
  .apply-bar .sprite-icon-dialog {
    background-position: 0 0;
    height: 0.68rem;
    width: 0.7rem;
    position: relative;
    top: 0.08rem;
    margin-right: 0.16rem; }
  .apply-bar .consult-submit {
    font-size: 0.56rem;
    color: #444;
    line-height: 2.16rem;
    text-align: center;
    width: 5.72rem;
    border-top: 1px solid #e5e5e5; }
  .apply-bar .apply-submit {
    line-height: 2.16rem;
    background-color: #ff6600;
    text-align: center;
    font-size: 0.64rem;
    color: #fff;
    width: 9.28rem; }
    .apply-bar .apply-submit a {
      color: inherit;
      display: block; }

.app .app-hide {
  display: none; }

.header-bar {
  background-color: #fff;
  max-width: 750px;
  text-align: center;
  height: 1.92rem;
  font-size: 0.72rem;
  color: #555;
  padding-top: 0.56rem;
  position: relative;
  box-sizing: border-box; }
  .header-bar .sprite-icon-back {
    background-position: 0 -15.66rem;
    height: 1.76rem;
    width: 1.76rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }

.panel-title {
  font-weight: bold; }

.detail-banner {
  max-width: 750px;
  width: 15rem; }
  .detail-banner img {
    width: 15rem;}

.content-container {
  padding: 0 0.64rem; }

.description-panel {
  padding-top: 0.96rem; }
  .description-panel .panel-title {
    font-size: 0.72rem;
    color: #1b1d1d;
    margin-bottom: 0.4rem;
    margin-left: -0.28rem; }
  .description-panel .panel-body {
    font-size: 0.56rem;
    color: #1b1d1d;
    line-height: 1rem; }

.price-panel {
  padding-top: 0.48rem; }
  .price-panel .panel-title {
    color: #FF3C4E;
    font-size: 0.72rem;
    margin-bottom: 0.48rem; }
  .price-panel .icon-rmb {
    display: inline-block;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background-color: #FF3C4E;
    color: #fff;
    line-height: 0.72rem;
    text-align: center;
    font-size: 0.48rem;
    position: relative;
    top: -0.12rem;
    margin-right: 0.2rem; }
  .price-panel .panel-tags {
    font-size: 0;
    margin-bottom: 0.64rem; }
    .price-panel .panel-tags > li {
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      font-size: 0.48rem;
      color: #999;
      text-align: center;
      line-height: 0.96rem;
      min-width: 3rem;
      min-height: 0.96rem;
      display: inline-block;
      padding: 0 0.2rem; }
    .price-panel .panel-tags > li + li {
      margin-left: 0.32rem; }
  .price-panel .brand-box {
    font-size: 0.56rem;
    color: #444;
    overflow: hidden; }
    .price-panel .brand-box .brand-border-image {
      background: url(https://img.tugou.com/wzx/line1.png);
      background-size: 13.72rem 0.28rem;
      width: 13.72rem;
      height: 0.28rem;
      margin-bottom: 0.64rem; }
    .price-panel .brand-box .brand-item {
      text-align: center;
      float: left;
      width: 2.96rem;
      max-width: 2.96rem;
      margin-bottom: 0.64rem;
      margin-left: 0.6rem; }
    .price-panel .brand-box .brand-item:nth-child(4n+1) {
      margin-left: 0; }
    .price-panel .brand-box .brand-name {
      margin: 0.2rem 0; }
    .price-panel .brand-box .brand-category {
      font-size: 0.48rem;
      color: #999; }
    .price-panel .brand-box .brand-img {
      border-radius: 50%;
      width: 2.96rem;
      height: 2.96rem; }
  .price-panel .price-tile li {
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 0.56rem;
    height: 1.92rem;
    line-height: 1.92rem;
    border-radius: 4px;
    padding-left: 1.68rem; }
    .price-panel .price-tile li .check-point {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 0.64rem;
      width: 0.72rem;
      height: 0.72rem;
      background-color: #F6F6F6;
      border: 1px solid #e5e5e5;
      border-radius: 50%; }
    .price-panel .price-tile li .the-price {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 0.64rem;
      color: #FF3C4E;
      font-size: 0.64rem; }
  .price-panel .price-tile li + li {
    margin-top: 0.48rem; }
  .price-panel .price-tile li.active {
    border-color: #FF6600; }
    .price-panel .price-tile li.active .check-point {
      border: 0;
      background: url(https://img.tugou.com/wzx/checkbox-down.png) center no-repeat;
      background-size: cover; }

.wholemap-panel {
  padding-top: 0.64rem;
  padding-bottom: 0.96rem;
  margin-left: -0.64rem;
  margin-right: -0.64rem; }
  .wholemap-panel .panel-title {
    text-align: center;
    margin-bottom: 0.48rem; }
  .wholemap-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .wholemap-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .wholemap-panel .map-box {
    text-align: center; }
    .wholemap-panel .map-box img {
      width: 13.72rem;
      height: 9.6rem; }
    .wholemap-panel .map-box .map-desc {
      text-align: right;
      padding-right: 0.64rem;
      color: #444444;
      margin-top: 0.3rem;
      font-size: 0.48rem; }
    .wholemap-panel .map-box .triangle-icon {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 0.15rem solid transparent;
      border-right: 0.15rem solid transparent;
      border-bottom: 0.3rem solid #FF663D;
      margin-right: 0.2rem; }

.implement-panel {
  padding-top: 0.64rem;
  padding-bottom: 0.96rem;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5; }
  .implement-panel .panel-title {
    text-align: center;
    margin-bottom: 0.48rem; }
  .implement-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .implement-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .implement-panel .swiper-container {
    height: 3.6rem;
    width: 13.72rem; }
  .implement-panel .swiper-slide {
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 0.64rem;
    border-radius: 4px; }
  .implement-panel .swiper-slide:first-child {
    margin-left: -5.06rem; }
  .implement-panel .fitment-step {
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e5e5e5; }
  .implement-panel .step-brick-1 {
    background: url("https://img.tugou.com/wzx/implement/brick-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-brick-2 {
    background: url("https://img.tugou.com/wzx/implement/brick-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-brick-3 {
    background: url("https://img.tugou.com/wzx/implement/brick-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-brick-4 {
    background: url("https://img.tugou.com/wzx/implement/brick-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-brick-5 {
    background: url("https://img.tugou.com/wzx/implement/brick-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-1 {
    background: url("https://img.tugou.com/wzx/implement/balcony-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-2 {
    background: url("https://img.tugou.com/wzx/implement/balcony-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-3 {
    background: url("https://img.tugou.com/wzx/implement/balcony-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-4 {
    background: url("https://img.tugou.com/wzx/implement/balcony-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-5 {
    background: url("https://img.tugou.com/wzx/implement/balcony-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-balcony-6 {
    background: url("https://img.tugou.com/wzx/implement/balcony-6.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-1 {
    background: url("https://img.tugou.com/wzx/implement/floor-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-2 {
    background: url("https://img.tugou.com/wzx/implement/floor-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-3 {
    background: url("https://img.tugou.com/wzx/implement/floor-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-4 {
    background: url("https://img.tugou.com/wzx/implement/floor-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-5 {
    background: url("https://img.tugou.com/wzx/implement/floor-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-floor-6 {
    background: url("https://img.tugou.com/wzx/implement/floor-6.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-1 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-2 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-3 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-4 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-5 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-ceiling-6 {
    background: url("https://img.tugou.com/wzx/implement/ceiling-6.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-kitchen-1 {
    background: url("https://img.tugou.com/wzx/implement/kitchen-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-kitchen-2 {
    background: url("https://img.tugou.com/wzx/implement/kitchen-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-kitchen-3 {
    background: url("https://img.tugou.com/wzx/implement/kitchen-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-kitchen-4 {
    background: url("https://img.tugou.com/wzx/implement/kitchen-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-kitchen-5 {
    background: url("https://img.tugou.com/wzx/implement/kitchen-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-toilet-1 {
    background: url("https://img.tugou.com/wzx/implement/toilet-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-toilet-2 {
    background: url("https://img.tugou.com/wzx/implement/toilet-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-toilet-3 {
    background: url("https://img.tugou.com/wzx/implement/toilet-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-toilet-4 {
    background: url("https://img.tugou.com/wzx/implement/toilet-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-toilet-5 {
    background: url("https://img.tugou.com/wzx/implement/toilet-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-1 {
    background: url("https://img.tugou.com/wzx/implement/metope-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-2 {
    background: url("https://img.tugou.com/wzx/implement/metope-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-3 {
    background: url("https://img.tugou.com/wzx/implement/metope-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-4 {
    background: url("https://img.tugou.com/wzx/implement/metope-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-5 {
    background: url("https://img.tugou.com/wzx/implement/metope-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-metope-6 {
    background: url("https://img.tugou.com/wzx/implement/metope-6.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-1 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-1.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-2 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-2.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-3 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-3.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-4 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-4.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-5 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-5.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-6 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-6.png") no-repeat;
    background-size: cover; }
  .implement-panel .step-cabinet-7 {
    background: url("https://img.tugou.com/wzx/implement/cabinet-7.png") no-repeat;
    background-size: cover; }

.original-panel.dash-both-panel {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5; }

.original-panel {
  padding-top: 0.64rem;
  padding-bottom: 0.96rem;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  border-bottom: 1px dotted #e5e5e5; }
  .original-panel .panel-title {
    text-align: center;
    margin-bottom: 0.48rem; }
  .original-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .original-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .original-panel .panel-body {
    text-align: center; }
  .original-panel .ful-gap-img {
    width: 13.72rem; }
  .original-panel .free-list {
    padding: 0 0.64rem;
    font-size: 0; }
    .original-panel .free-list li + li {
      margin-left: 0.66rem; }
    .original-panel .free-list li {
      display: inline-block; }
      .original-panel .free-list li .img-1 {
        width: 2.72rem;
        height: 2.72rem; }
      .original-panel .free-list li .img-2 {
        width: 3.1rem;
        height: 2.72rem; }
      .original-panel .free-list li .img-3 {
        width: 2.84rem;
        height: 2.72rem; }
      .original-panel .free-list li .img-4 {
        width: 2.72rem;
        height: 2.72rem; }
      .original-panel .free-list li .desc {
        margin-top: 0.4rem;
        text-align: center;
        font-size: 0.48rem; }

.protection-panel {
  padding-top: 0.64rem;
  padding-bottom: 0.96rem;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  border-bottom: 1px dotted #e5e5e5; }
  .protection-panel .panel-title {
    text-align: center;
    margin-bottom: 0.48rem; }
  .protection-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .protection-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .protection-panel .panel-body img {
    width: 8.56rem;
    height: 8.56rem;
    margin: 0 auto;
    display: block; }

.step-panel {
  padding-top: 0.96rem; }
  .step-panel .panel-title {
    font-size: 0.64rem;
    color: #1b1d1d;
    margin-bottom: 0.48rem; }
  .step-panel .step-right {
    position: relative;
    overflow: hidden;
    height: 3.2rem; }
    .step-panel .step-right .step-item + .step-item {
      margin-left: 2.06rem; }
  .step-panel .step-left {
    position: relative;
    overflow: hidden;
    height: 3.2rem; }
    .step-panel .step-left .step-item {
      float: right; }
    .step-panel .step-left .step-item + .step-item {
      margin-right: 2.06rem; }
  .step-panel .step-right.plus-down {
    height: 4.48rem; }
  .step-panel .step-left.plus-down {
    height: 4.48rem; }
  .step-panel .step-item {
    float: left;
    width: 3.2rem;
    height: 3.2rem;
    box-sizing: border-box;
    border: 1px dashed #e5e5e5;
    border-radius: 4px;
    text-align: center;
    padding-top: 0.76rem;
    font-size: 0.56rem;
    color: #444;
    line-height: 0.8rem; }
  .step-panel .arrow-down, .step-panel .arrow-right, .step-panel .arrow-left {
    background-position: 0 -17.62rem;
    height: 0.46rem;
    width: 0.82rem; }
  .step-panel .arrow-left {
    transform: rotate(180deg); }
  .step-panel .arrow-down {
    transform: rotate(90deg); }
  .step-panel .sort-1 {
    position: absolute;
    left: 3.82rem;
    top: 1.36rem; }
  .step-panel .sort-2 {
    position: absolute;
    right: 3.82rem;
    top: 1.36rem; }
  .step-panel .step-right .sort-3 {
    position: absolute;
    top: 3.44rem;
    right: 1.2rem; }
  .step-panel .step-left .sort-3 {
    position: absolute;
    top: 3.44rem;
    left: 1.2rem; }

.faq-panel {
  padding-top: 0.64rem; }
  .faq-panel .panel-title {
    text-align: center;
    margin-bottom: 0.48rem; }
  .faq-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .faq-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .faq-panel .panel-body {
    padding: 0 0.96rem; }
  .faq-panel .item-title {
    margin-bottom: 0.24rem; }
    .faq-panel .item-title .list-symbol {
      display: inline-block;
      margin-left: -0.96rem;
      width: 0.64rem;
      height: 0.64rem;
      margin-right: 0.32rem;
      border-radius: 50%;
      text-align: center;
      font-size: 0.48rem;
      color: #fff;
      line-height: 0.64rem;
      background-color: #FF6600;
      position: relative;
      top: -0.04rem; }
  .faq-panel .item-desc {
    padding: 0.24rem 0 0.56rem;
    line-height: 1.2;
    font-size: 0.56rem;
    border-top: 1px dashed #e5e5e5;
    color: #999; }

.pk-panel {
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  border-bottom: 1px solid #e5e5e5; }
  .pk-panel img {
    width: 15rem;
    height: 23.84rem; }

.apply-process-panel {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem; }
  .apply-process-panel .panel-title {
    text-align: center;
    font-size: 0.64rem;
    color: #1b1d1d;
    margin-bottom: 0.48rem; }
  .apply-process-panel .subtitle-1 {
    font-size: 0.64rem;
    color: #444;
    margin-bottom: 0.24rem;
    line-height: 0.9rem; }
  .apply-process-panel .subtitle-2 {
    font-size: 0.56rem;
    color: #999; }
  .apply-process-panel .panel-body {
    background-image: url(https://img.tugou.com/wzx/fwlcbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13.72rem;
    height: 1.92rem; }
  .apply-process-panel .apply-list {
    font-size: 0; }
    .apply-process-panel .apply-list > li {
      float: left;
      width: 1.92rem;
      height: 1.92rem;
      font-size: 0.52rem;
      line-height: 0.68rem;
      color: #444;
      box-sizing: border-box;
      padding: 0.28rem 0.4rem; }
    .apply-process-panel .apply-list > li + li {
      margin-left: 0.44rem; }

.real-case {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.56rem;
  padding: 0.16rem 0.64rem 0;
  box-sizing: border-box; }

.real-case p {
  float: left;
  color: #999; }

.real-case p span {
  color: #444; }

.four {
  padding: 0 0.64rem;
  overflow: hidden; }

.four li {
  float: left;
  margin-right: 0.69rem;
  text-align: center; }

.four li:nth-child(4) {
  margin-right: 0; }

.four li img {
  display: block;
  margin: 0 auto;
  width: 2.72rem; }

.four li .desc {
  font-size: 0.48rem;
  color: #444;
  line-height: 1.5;
  margin-top: 0.32rem; }

.two-1 {
  width: 13.72rem;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #C4F0FF;
  margin: 0.48rem auto 0 auto; }

.two-1 p {
  width: 4.0rem;
  background: #68D7FF;
  color: #fff;
  font-weight: bold;
  float: left;
  font-size: 0.64rem; }

.two-1 span {
  width: 9.72rem;
  display: inline-block;
  float: left;
  font-size: 0.56rem;
  color: #444;
  font-weight: normal; }

.panel-title .two-2 {
  background: #FFE7B2; }

.panel-title .two-2 p {
  background: #FFBD37; }

/*# sourceMappingURL=partial-detail.css.map */


/*2017/6/20APP增加分享功能*/

.app-footer-bar {
  display: none;
  position: fixed;
  width: 15rem;
  height: 1.96rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.app-footer-bar li.nav-home,
.app-footer-bar li.nav-xiaoneng {
  width: 2.5rem;
  color: #555;
  position: relative;
  background-color: #fff;
}

.app-footer-bar li.nav-home {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.app-footer-bar li {
  float: left;
  height: 1.96rem;
  font-size: .56rem;
  text-align: center;
}

.app-footer-bar .funding-over {
  background-color: #ccc;
}

.app-footer-bar li.nav-home .nav-img,
.app-footer-bar li.nav-xiaoneng .nav-img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.app-footer-bar li .app-share {
  width: .96rem;
  height: .96rem;
  top: .16rem;
}

.app-footer-bar li.nav-home .app .nav-name,
.app-footer-bar li.nav-xiaoneng .app .nav-name {
  color: #999;
}

.app-footer-bar li.nav-home .nav-name,
.app-footer-bar li.nav-xiaoneng .nav-name {
  position: absolute;
  bottom: .3rem;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: .4rem;
}

.app-footer-bar li.nav-xiaoneng .app .ask {
  top: .16rem;
  width: .96rem;
  height: .96rem;
}

.app-footer-bar li.nav-home .nav-img,
.app-footer-bar li.nav-xiaoneng .nav-img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.apply-bar .apply-submit, .app-footer-bar .apply-submit {
  line-height: 1.96rem;
  height: 1.96rem;
  text-align: center;
  font-size: 0.64rem;
  color: #fff;
  width: 9.28rem;
  background: #ff6600;
}
.app-footer-bar .apply-submit {
  width: 10rem;
}
.app-footer-bar .apply-submit a{
  color: #fff;
}