@media screen and (max-width: 960px) {
  #pc-position,
  #pc-product-detail,
  #pc-selected-right,
  .fuwu-flow,
  #question,
  .qanda,
  #m_header .zhanwei-head {
    display: none !important;
  }

  .banner-wraper1,
  .banner-wraper2,
  .fuwu-intro,
  .fuwu-list-wraper,
  .progress-wraper,
  .advantage-wraper,
  .ask-wraper {
    display: block!important;
  }


  /*banner*/
  #m-product-detail {
    display: block;
    margin-top: 0;
    padding: 0;
  }

  #pc-product-detail {
    display: none;
  }

  .w1200 {
    width: 100% !important;
  }

  #m-product-detail .banner {
    width: 7.5rem;
    height: 5.2rem;
    position: relative;
  }

  #m-product-detail .banner img {
    width: 100%;
    height: 100%;
  }

  #m-product-detail .banner .price-wraper {
    width: 7.5rem;
    height: 0.9rem;
    background: -webkit-linear-gradient(90deg, rgba(83, 230, 171, 1) 0%, rgba(48, 200, 198, 1) 100%);
    background: linear-gradient(90deg, rgba(83, 230, 171, 1) 0%, rgba(48, 200, 198, 1) 100%);
    font-size: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #m-product-detail .banner .price-wraper .price {
    display: inline-block;
    color: #fff;
    font-size: .44rem !important;
    padding-left: .22rem !important;
    position: relative;
    height: .46rem;
    line-height: .46rem;
    margin-top: .24rem;
    margin-left: .30rem;
    vertical-align: top;
  }

  #m-product-detail .banner .price-wraper .price::before {
    position: absolute;
    content: "¥";
    left: 0;
    top: 0.1rem;
    display: inline-block;
    color: #fff;
    font-size: 0.24rem !important;
  }

  #m-product-detail .banner .price-wraper .price-detail {
    display: inline-block;
    vertical-align: top;
    height: .46rem;
    line-height: .46rem;
    max-width: 5.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: .26rem !important;
    margin-top: 0.25rem;
    margin-left: .45rem;
  }

  .fuwu-detail {
    padding: .54rem 0.3rem 0.38rem;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
  }

  .fuwu-detail .fuwu-title {
    font-size: .36rem !important;
    text-align: left;
    color: #333;
    height: .38rem;
    line-height: .38rem;
    font-weight: 500;
  }

  .fuwu-detail .tags {
    font-size: 0 !important;
    text-align: left;
    margin-top: .26rem;
  }

  .fuwu-detail .tags .tag {
    height: .42rem;
    line-height: .42rem;
    padding: 0 .17rem;
    color: #30C8C6;
    font-size: .22rem !important;
    background: #EBFFFF;
    margin-right: .14rem;
    display: inline-block;
    border-radius: .21rem;
  }

  .fuwu-detail .fuwu-content {
    color: #666;
    font-size: .26rem !important;
    line-height: .43rem;
    margin: .25rem 0 0;
  }

  /*可选服务*/
  .selected-server {
    width: calc(100% - 0.3rem) !important;
    padding: .35rem 0 0.30rem .3rem;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
  }

  .selected-server .title {
    height: .38rem;
    line-height: .38rem;
    color: #333333;
    font-size: .32rem !important;
    text-align: left;
    margin-bottom: .3rem;
    font-weight: 500;
  }

  .selected-server .server-wraper {
    font-size: 0 !important;
    text-align: left;
  }

  .selected-server .server-wraper .server-item.currentItem {
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    display: inline-block;
    padding: 0 .2rem;
    color: #30C8C6;
    font-size: .26rem !important;
    margin-right: .18rem;
    margin-bottom: .1rem;
    border: 1px solid #30C8C6;
  }

  .selected-server .server-wraper .server-item {
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    display: inline-block;
    padding: 0 .2rem;
    color: #666666;
    font-size: .26rem !important;
    margin-right: .18rem;
    margin-bottom: .1rem;
    border: 1px solid #EAEAEA;
  }

  .ident-wraper {
    height: .35rem;
    font-size: 0 !important;
    text-align: left;
    position: relative;
    padding: .36rem 0 .36rem .67rem;
    background: #fff;
    margin-bottom: .3rem;
  }

  .ident-wraper .ident-item {
    display: inline-block;
    margin-right: .4rem;
    padding-right: .46rem;
    vertical-align: top;
    font-size: 0 !important;
  }

  .ident-wraper .ident-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    right: 0px;
    top: 4px;
    background: #EFEFEF;
  }

  .ident-wraper .ident-item .safe-icon {
    width: .34rem;
    height: .34rem;
    background: url(../img/m/icon_zfaq.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    margin-right: .1rem;
    background-size: .28rem .32rem;
  }

  .ident-wraper .ident-item .ident-text {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: .26rem;
    height: .35rem !important;
    line-height: .35rem;
  }

  .ident-wraper .ident-item .pei-icon {
    width: .34rem;
    height: .34rem;
    background: url(../img/m/icon_gsbp.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    margin-right: .1rem;
    background-size: .32rem .32rem;
  }

  /*服务搭配*/
  .collocation-content {
    display: none !important;
  }

  .hide-scroll-line {
    display: block !important;
  }

  .collocation-wraper {
    font-size: 0 !important;
    overflow-x: scroll;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .collocation-wraper .collocation-item {
    display: inline-block;
    vertical-align: top;
    padding: .26rem 0 .3rem;
    width: 2rem;
  }

  .collocation-wraper .plus-img {
    display: inline-block;
    vertical-align: top;
    width: .36rem;
    height: .36rem;
    background: url(../img/m/icon_more.png) no-repeat center;
    margin: 0.83rem .15rem 0;
    background-size: 100%;
  }

  .collocation-wraper .collocation-item .img-wraper {
    width: 2rem;
    height: 1.5rem;
    margin-bottom: .16rem;
  }

  .collocation-wraper .collocation-item .img-wraper img {
    width: 100%;
    height: 100%;
  }

  .collocation-wraper .collocation-item .des {
    height: .6rem;
    line-height: .3rem;
    margin-top: .16rem 0 .16rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    font-size: .24rem !important;
    white-space: normal;
    padding: 0 .15rem;
    margin-bottom: .16rem;
  }

  .collocation-wraper .collocation-item .checkbox-wraper {
    text-align: center;
  }

  .collocation-wraper .collocation-item .checkbox-wraper input[type="checkbox"] {
    width: .4rem;
    height: .4rem;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: middle;
    line-height: .4rem;
    background: #fff;
    border: none;
    outline: none;
  }

  .collocation-wraper .collocation-item .checkbox-wraper input[type="checkbox"]:checked::before {
    content: "";
    background: url(../img/m/icon_duia.png) no-repeat center !important;
    background-color: #fff;
    background-size: 100% 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .collocation-wraper .collocation-item .checkbox-wraper input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/m/im_qq.png) no-repeat center;
    background-color: #fff;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  /*服务内容*/
  .banner-wraper1 {
    width: 7.5rem;
    height: 3.5rem;
    background: url(../img/m/im_bannerwuse.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: .2rem;
  }

  .banner-wraper1 .title {
    position: absolute;
    height: .38rem;
    line-height: .38rem;
    color: #fff;
    text-align: left;
    left: .3rem;
    top: 1.06rem;
    width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .36rem !important;
    font-weight: 700 !important;
  }

  .banner-wraper1 .des {
    width: 4.65rem;
    height: 1.52rem;
    line-height: .38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #fff;
    text-align: left;
    font-size: .24rem !important;
    font-weight: 400;
    position: absolute;
    left: .3rem;
    top: 1.7rem;
  }

  .banner-wraper2 {
    width: 7.5rem;
    height: 3.1rem;
  }

  .banner-wraper2 img {
    width: 100%;
    height: 100%;
  }

  .fuwu-intro {
    padding: .47rem .3rem .5rem;
    margin-bottom: .3rem;
    background-color: #fff;
  }

  .fuwu-intro .fuwu-intro-item {
    padding-bottom: .3rem;
    margin-bottom: .36rem;
    border-bottom: 1px solid #f5f5f5;
  }

  .fuwu-intro .fuwu-intro-item .title {
    height: .48rem;
    font-size: 0;
    text-align: left;
  }

  .fuwu-intro .fuwu-intro-item .title .content-sign {
    width: .3rem;
    height: .35rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/m/icon_.png) no-repeat center;
    background-size: 100%;
    margin-top: .05rem;
  }

  .fuwu-intro .fuwu-intro-item .title .text {
    display: inline-block;
    vertical-align: top;
    height: .48rem;
    line-height: .48rem;
    color: #333333;
    font-size: .32rem !important;
    text-align: left;
    margin-left: .18rem;
    font-weight: 700;
  }

  .fuwu-intro .fuwu-intro-item .content {
    font-size: .26rem !important;
    color: #595968;
    line-height: .42rem;
    margin-top: .2rem;
    padding-left: .47rem;
    background-color: #fff;
  }

  .fuwu-intro .fuwu-intro-item .title .time-sign {
    width: .32rem;
    height: .32rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/m/icon_fwsj.png) no-repeat center;
    background-size: 100%;
    margin-top: .05rem;
  }

  .fuwu-intro .fuwu-intro-item .title .money-sign {
    width: .29rem;
    height: .32rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/m/icon_fwfy.png) no-repeat center;
    background-size: 100%;
    margin-top: .05rem;
  }

  .fuwu-intro .fuwu-intro-item .title .cailiao-sign {
    width: .29rem;
    height: .31rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/m/icon_zbcl.png) no-repeat center;
    background-size: 100%;
    margin-top: .07rem;
  }

  .fuwu-intro .fuwu-intro-item .title .area-sign {
    width: .29rem;
    height: .32rem;
    display: inline-block;
    vertical-align: top;
    background: url(../img/m/icon_fwdq.png) no-repeat center;
    background-size: 100%;
    margin-top: .07rem;
  }

  /*service_content*/
  .fuwu-list-wraper {
    padding: .48rem 0 .6rem;
    background-color: #fff;
    margin-bottom: .3rem;
  }

  .fuwu-list-wraper .common-title {
    font-size: 0;
    text-align: center;
    height: .46rem;
  }

  .fuwu-list-wraper .common-title .line {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .04rem;
    background: #333333;
    margin-top: .2rem;
  }

  .fuwu-list-wraper .common-title .text {
    display: inline-block;
    vertical-align: top;
    font-size: .36rem;
    height: .46rem;
    line-height: .46rem;
    margin: 0 .15rem;
    font-weight: 700;
  }

  .fuwu-list-wraper .common-title .line {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .04rem;
    background: #333333;
    margin-top: .2rem;
  }

  .fuwu-list-wraper .item-list {
    margin-top: .45rem;
    height: 2.5rem;
    font-size: 0;
    text-align: left;
    overflow-y: scroll;
    padding-left: .3rem;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .fuwu-list-wraper .item-list .item {
    display: inline-block;
    vertical-align: top;
    height: 2.5rem;
    width: 3.3rem;
    margin-right: .2rem;
    background: url(../img/m/im_bg_black.png) no-repeat center;
    background-size: 100%;
    position: relative;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
  }

  .fuwu-list-wraper .item-list .item:nth-child(2) {
    background: url(../img/m/im_bg_bule.png) no-repeat center;
    background-size: 100%;
  }

  .fuwu-list-wraper .item-list .item:nth-child(3) {
    background: url(../img/m/im_bg_pur.png) no-repeat center;
    background-size: 100%;
  }

  .fuwu-list-wraper .item-list .item:nth-child(4) {
    background: url(../img/m/im_ds_green.png) no-repeat center;
    background-size: 100%;
  }

  .fuwu-list-wraper .item-list .item .title {
    position: absolute;
    left: 0;
    top: .26rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    font-size: .28rem;
    width: 2.26rem;
    text-align: center;
  }

  .fuwu-list-wraper .item-list .item .item-content {
    position: absolute;
    left: 0;
    top: 1.12rem;
    padding: 0 .15rem;
    line-height: .34rem;
    height: .99rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .22rem;
    text-align: left;
    color: #fff;
    white-space: normal;
  }

  /*服务流程*/
  .common-title {
    font-size: 0;
    text-align: center !important;
    height: .46rem !important;
    line-height: .46rem !important;
    margin: 0 !important;
  }

  .common-title .line {
    display: inline-block !important;
    vertical-align: top !important;
    width: .24rem !important;
    height: .04rem !important;
    background: #333333 !important;
    margin-top: .2rem !important;
  }

  .common-title .text {
    display: inline-block !important;
    vertical-align: top !important;
    font-size: .36rem !important;
    height: .46rem !important;
    line-height: .46rem !important;
    margin: 0 .15rem !important;
    max-width: 6rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
  }

  .progress-wraper {
    padding: .5rem .3rem .5rem;
    background: #fff;
    margin-bottom: .3rem;
  }

  .progress-items {
    margin-top: .35rem;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
  }

  .progress-items .progress:first-child {
    margin-top: .35rem;
  }

  .progress-items .progress {
    padding-left: .46rem;
    padding-bottom: .45rem;
    position: relative;
  }

  .progress-items .progress::before {
    content: "";
    position: absolute;
    width: 1px;
    top: .5rem;
    bottom: 0;
    left: .13rem;
    border-right: 1px dashed #CCCCCC;
  }

  .progress-items .progress .top {
    height: .43rem;
    position: relative;
  }

  .progress-items .progress .des {
    line-height: .42rem;
    max-height: .84rem;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .26rem;
    text-align: left;
    color: #7E7E8B;
  }

  .progress-items .progress .top .icon {
    position: absolute;
    left: -0.46rem;
    top: 0.05rem;
    width: .34rem;
    height: .35rem;
    background: url(../img/m/im_qz_a.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress:nth-child(2) .top .icon {
    background: url(../img/m/im_qz_b.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress:nth-child(3) .top .icon {
    background: url(../img/m/im_qz_c.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress:nth-child(4) .top .icon {
    background: url(../img/m/im_qz_d.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress:nth-child(5) .top .icon {
    background: url(../img/m/im_qz_e.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress:nth-child(6) .top .icon {
    background: url(../img/m/im_qz_f.png) no-repeat center;
    background-size: .68rem .7rem;
  }

  .progress-items .progress .top .title {
    height: .43rem;
    line-height: .43rem;
    color: #333333;
    font-size: .32rem;
    font-weight: 700;
  }

  /*服务特点*/
  .advantage-wraper {
    padding: .48rem 0 0;
    background: #fff;
  }

  .advantage-wraper .banner {
    width: 100%;
    height: 4rem;
    margin-top: .46rem;
  }

  .advantage-wraper .banner img {
    width: 100%;
    height: 1005;
  }

  .advantage-wraper .advantage-items {
    padding: .4rem 0 .6rem;
  }

  .advantage-wraper .advantage-items .advantage {
    margin-left: .28rem;
    width: 6.9rem;
    height: 1.87rem;
    background: -webkit-linear-gradient(90deg, rgba(83, 230, 170, 1) 0%, rgba(48, 200, 198, 1) 100%);
    background: linear-gradient(90deg, rgba(83, 230, 170, 1) 0%, rgba(48, 200, 198, 1) 100%);
    border-radius: .93rem;
    overflow: hidden;
    margin-bottom: .4rem;
    -webkit-box-shadow: rgba(83, 230, 170, .5) 0px 0px .3rem;
    box-shadow: rgba(83, 230, 170, .5) 0px 0px 0.3rem;
  }

  .advantage-wraper .advantage-items .advantage:nth-child(2) {
    background: -webkit-linear-gradient(90deg, rgba(153, 143, 247, 1) 0%, rgba(111, 105, 237, 1) 100%);
    background: linear-gradient(90deg, rgba(153, 143, 247, 1) 0%, rgba(111, 105, 237, 1) 100%);
    -webkit-box-shadow: rgba(153, 143, 247, .5) 0px 0px .3rem;
    box-shadow: rgba(153, 143, 247, .5) 0px 0px .3rem;
  }

  .advantage-wraper .advantage-items .advantage:nth-child(3) {
    background: -webkit-linear-gradient(90deg, rgba(248, 204, 109, 1) 0%, rgba(255, 145, 45, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 204, 109, 1) 0%, rgba(255, 145, 45, 1) 100%);
    -webkit-box-shadow: rgba(248, 204, 109, .5) 0px 0px .3rem;
    box-shadow: rgba(248, 204, 109, .5) 0px 0px .3rem;
  }

  .advantage-wraper .advantage-items .advantage .adv-title {
    height: .4rem;
    font-size: 0;
    text-align: center;
    margin-top: .33rem;
  }

  .advantage-wraper .advantage-items .advantage .adv-content {
    line-height: .4rem;
    height: .8rem;
    color: #fff;
    font-size: .26rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .08rem;
    padding: 0 .35rem;
  }

  .advantage-wraper .advantage-items .advantage .adv-title .line {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .04rem;
    background: #fff;
    margin-top: .18rem;
  }

  .advantage-wraper .advantage-items .advantage .adv-title .text {
    display: inline-block;
    vertical-align: top;
    height: .4rem;
    line-height: .4rem;
    color: #FFFFFF;
    font-size: .32rem;
    margin: 0 .1rem;
    font-weight: 700;
  }

  /*相关问题*/
  .ask-wraper .common-title {
    margin-bottom: .3rem !important;
  }

  .ask-wraper {
    padding: .46rem 0 .63rem;
  }

  .ask-wraper .qus-wraper {
    padding: 0 .3rem;
  }

  .ask-wraper .qus-wraper .qus-item {
    margin-bottom: .2rem;
    background: #fff;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    padding: .25rem .2rem;
  }

  .ask-wraper .qus-wraper .qus-item .question-top {
    font-size: 0;
    text-align: left;
    white-space: nowrap;
  }

  .ask-wraper .qus-wraper .qus-item .question-top .qus-icon {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #FF7852;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .ask-wraper .qus-wraper .qus-item .question-top .qus-content {
    display: inline-block;
    vertical-align: top;
    line-height: .4rem;
    color: #333333;
    font-size: .28rem;
    margin-left: 18px;
    white-space: normal;
    width: 5.8rem;
  }

  .ask-wraper .qus-wraper .qus-item .ans-bottom {
    font-size: 0;
    margin-top: .15rem;
    white-space: nowrap;
  }

  .ask-wraper .qus-wraper .qus-item .ans-bottom .ans-icon {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #60C87E;
    color: #fff;
    font-size: .26rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .ask-wraper .qus-wraper .qus-item .ans-bottom .ans-content {
    display: inline-block;
    vertical-align: top;
    line-height: .4rem;
    color: #666;
    font-size: .28rem;
    padding: 0 18px;
    white-space: normal;
  }

  /*================*/
  #m-product-detail .product-content {
    width: calc(100% - 0.4rem) !important;
    padding: 0.2rem !important;
  }

  #m-product-detail .product-content .product-name {
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    text-align: left;
    font-size: 0.36rem;
  }

  #m-product-detail .product-content .product-des {
    line-height: 0.48rem;
    color: #666666;
    text-align: left;
    font-size: 0.26rem;
  }

  #m-product-detail .product-content .price-wraper {
    /*background: #f0f2f6;*/
    /*height: 1rem;*/
    /*overflow: hidden;*/
    /*margin-top: 0.6rem;*/
    /*padding-left: 0.2rem;*/
    /*margin-bottom: 0.5rem;*/
    display: none !important;
  }

  #m-product-detail .product-content .price-wraper span:first-child {
    line-height: 1rem;
    float: left;
    font-size: 0.3rem !important;
  }

  #m-product-detail .product-content .price-wraper span.price {
    line-height: 0.9rem !important;
    font-size: 0.6rem !important;
    color: #ff7a00;
    float: left;
    position: relative;
    padding-left: 0.3rem;
  }

  #m-product-detail .product-content .price-wraper span.price:before {
    content: "¥";
    font-size: 0.3rem !important;
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ff7a00;
  }

  #m-product-detail .select-wraper {
    line-height: 1rem;
    height: 1rem;
    border-top: 1px solid #f0f2f6;
    border-bottom: 1px solid #f0f2f6;
    position: relative;
    width: 100%;
    border: none;
    margin: 0 !important;
  }

  #m-product-detail .select-wraper span:first-child {
    line-height: 1rem;
    height: 1rem;
    color: #3c4450;
    font-size: 0.3rem;
    text-align: left;
    float: left;
  }

  #m-product-detail .select-wraper span:nth-child(2) {
    line-height: 1rem;
    height: 1rem;
    color: #999999;
    font-size: 0.26rem;
    text-align: left;
    float: left;
    margin-left: 0.75rem;
    width: 4.6rem;
    white-space: nowrap;
    overflow: hidden;
  }

  #m-product-detail .you-sign {
    position: absolute;
    right: 0.2rem;
    top: 0.38rem;
    background: url(../img/dz_05.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.17rem;
    height: 0.27rem;
  }

  /*选择服务*/
  .fuwu-sel-mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
  }

  .fuwu-sel-mask .m-mask-fuwu {
    width: 100%;
    background: #fff;
    padding: 0.5rem 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .fuwu-sel-mask .m-mask-fuwu .title {
    line-height: 0.42rem;
    height: 0.42rem;
    text-align: left;
    padding-left: 0.22rem;
    margin-bottom: 0.45rem;
  }

  .fuwu-sel-mask .m-mask-fuwu .m-fuwu-link {
    overflow: hidden;
    padding-left: 0.4rem;
  }

  .fuwu-sel-mask .m-mask-fuwu .m-fuwu-link a {
    display: block;
    float: left;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.25rem;
    margin: 0 0.18rem 0.18rem 0;
    background: #f0f2f6;
    color: #999;
    font-size: 0.26rem;
    text-align: center;
  }

  .collocation-title {
    width: calc(100% - 0.4rem) !important;
    height: auto !important;
    line-height: 0.4rem !important;
    padding: 0.2rem !important;
    color: #333333 !important;
    margin: 0 !important;
    border: none !important;
    background-color: #FFFFFF;
  }

  .collocation-title .title {
    font-size: 0.3rem !important;
    margin: 0 !important;
    border: none !important;
  }

  /*服务搭配*/
  .collocation-content {
    width: calc(100% - 0.4rem) !important;
    padding: 0 0.2rem !important;
  }

  .collocation-wraper {
    padding: 0 .2rem !important;
    white-space: nowrap !important;
    overflow-x: scroll !important;
    background-color: #FFFFFF;

  }

  .collocation-swiper {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: auto !important;
    height: auto !important;
  }

  .collocation-swiper .swiper-wrapper {
    display: inline-block !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow-x: scroll !important;
  }

  .swiper-wrapper .swiper-slide {
    height: 2.4rem !important;
    width: 1rem !important;
    margin-right: 0.2rem !important;
    float: none !important;
  }

  .collocation-wraper .collocation-left .left-img,
  .collocation-wraper .swiper-slide .swiper-img {
    width: 2rem !important;
    height: 1.5rem !important;
    margin-bottom: 0.16rem !important;
  }

  .collocation-wraper .collocation-left .left-img img,
  .collocation-wraper .swiper-slide .swiper-img img {
    width: 100% !important;
    height: 100% !important;
  }

  .collocation-wraper .collocation-text,
  .collocation-wraper .swiper--text {
    height: 0.6rem !important;
    line-height: 0.3rem !important;
    margin: 0.16rem 0 0.16rem !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: #333333 !important;
    font-size: 0.24rem !important;
    white-space: normal !important;
    padding: 0 0.15rem !important;
    margin-bottom: 0.16rem !important;
  }

  .collocation-left,
  .collocation-swiper .swiper-wrapper .swiper-slide {
    display: inline-block !important;
    vertical-align: top !important;
    width: 2rem !important;
    height: 2.4rem !important;
  }

  .collocation-add {
    display: inline-block !important;
    vertical-align: top !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    background: url(../img/icon_add.png) no-repeat center !important;
    margin: 0.57rem 0.15rem 0 !important;
    background-size: 100% !important;
  }

  /*服务详情*/
  .nav-wraper {
    width: 100% !important;
    height: 1rem !important;
    background: #f0f2f6 !important;
    display: flex !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-wraper a {
    display: inline-block !important;
    height: 1rem !important;
    line-height: 1rem !important;
    color: #3c4450 !important;
    font-size: 0.3rem !important;
    text-decoration: none !important;
    flex: 1 !important;
    text-align: center !important;
  }

  .fuwu-desc-img {
    height: auto;
    margin-bottom: 0.3rem !important;
  }

  .fuwu-desc-wraper .fuwu-desc-text {
    line-height: 0.4rem !important;
    text-align: left !important;
    margin-top: 0.6rem !important;
    padding: 0 0.25rem !important;
    font-size: 0.26rem !important;
    color: #666 !important;
  }

  /*服务项目*/
  .fuwu-project {
    width: calc(100% - 0.4rem) !important;
    padding: 0 0.2rem !important;
  }

  .fuwu-project ul li {
    border-bottom: 1px solid #f7f4f4 !important;
    text-align: left !important;
    overflow: hidden !important;
    padding: 0.15rem 0 !important;
  }

  .fuwu-project ul li span {
    float: left !important;
    display: inline-block !important;
    line-height: 0.4rem !important;
    color: #333333 !important;
    font-size: 0.24rem !important;
  }

  .fuwu-project ul li span:first-child {
    width: 1rem !important;
    text-align: center;
    margin-right: 1rem !important;
  }

  /*流程*/
  .progress-content {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 0.3rem !important;
    justify-content: center;
    margin: 0 !important;
  }

  .progress-item {
    margin: 0 .2rem .3rem .2rem !important;
    width: calc((100% - 1.2rem) / 3) !important;
  }

  .progress-item .pro-des {
    height: .4rem !important;

    line-height: 0.4rem !important;
    margin-top: 0.1rem !important;
    color: #666 !important;
    font-size: 0.24rem !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .progress-item .pro-img {
    width: 0.9rem !important;
    height: 0.9rem !important;
    margin: 0 auto 0.23rem !important;
  }

  .progress-item .pro-img img {
    width: 1rem !important;
    height: 1rem !important;
  }

  .progress-item .pro-text {
    height: 0.4rem !important;
    line-height: 0.4rem !important;
    margin: 0.16rem 0 0.1rem 0 !important;
    color: #333333 !important;
    font-size: 0.3rem !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /*相关问题*/
  .normal-question {
    padding: 0 0.25rem !important;
  }

  .normal-question ul li {
    overflow: hidden !important;
    margin-bottom: 0.5rem !important;
  }

  .normal-question ul li:nth-child(1) .img {
    background-size: 100% 100% !important;
  }

  .normal-question ul li .img {
    width: .9rem !important;
    height: .9rem !important;
    margin-right: .2rem !important;
  }

  .normal-question ul li .qus-right {
    float: left !important;
    width: 100% !important;
  }

  .normal-question ul li .qus-right .que-title {
    height: .5rem !important;
    line-height: 0.5rem !important;
    margin-bottom: 0.25rem !important;
    text-align: left !important;
    font-weight: 700 !important;
    font-size: 0.3rem !important;
    color: #000 !important;
  }

  .normal-question ul li .qus-right .que-des {
    line-height: .5rem !important;
    height: auto !important;
    padding: 0.15rem 0.25rem 0.2rem !important;
    background: #f8f8f8 !important;
    border-radius: 0.08rem !important;
    -webkit-border-radius: 0.08rem !important;
    text-align: left !important;
    font-size: 0.26rem !important;
    color: #666 !important;
  }

  /*服务推荐*/
  .recommond-wraper {
    padding: 0 0.25rem 1rem !important;
  }

  .recommond-wraper ul li span {
    float: left;
    line-height: 0.66rem !important;
    height: 0.66rem !important;
    color: #666 !important;
    font-size: 0.3rem !important;
    margin-right: 0.18rem !important;
    width: 1.3rem !important;
  }

  .recommond-wraper ul li .rec-links a {
    line-height: 0.66rem !important;
    height: 0.66rem !important;
    display: inline-block !important;
    padding: 0 0.25rem !important;
    background: #f0f2f6 !important;
    color: #333333 !important;
    text-align: center !important;
    float: left !important;
    margin: 0 0.18rem 0.18rem 0 !important;
    font-size: 0.24rem !important;
  }

  .recommond-wraper ul li .rec-links {
    float: left !important;
    overflow: hidden !important;
    width: 5.4rem !important;
  }


  /*footer*/
  .service-footer-wraper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    z-index: 9999;
  }

  .service-footer-wraper .tel-ask-wraper {
    width: 31%;
    float: left;
    background: #fff;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
  }

  .service-footer-wraper .tel-ask-wraper a {
    display: block;
    width: 100%;
    height: 1rem;
  }

  .service-footer-wraper .tel-ask-wraper .tel-icon {
    width: .34rem;
    height: .34rem;
    background: url(../img/icon_dhzx.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: .33rem;
    margin-right: .15rem;
  }

  .service-footer-wraper .tel-ask-wraper .text {
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    line-height: 1rem;
    color: #666666;
    font-size: .3rem;
  }

  .service-footer-wraper .tel-ask-wraper {
    width: 31%;
    float: left;
    background: #fff;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
  }

  .service-footer-wraper .tel-ask-wraper .kefu-icon {
    width: .34rem;
    height: .34rem;
    background: url(../img/icon_zxkh.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: .33rem;
    margin-right: .15rem;
  }

  .service-footer-wraper .tel-ask-wraper .text {
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    line-height: 1rem;
    color: #666666;
    font-size: .3rem;
  }

  .service-footer-wraper .booking-btn {
    display: block;
    width: 38%;
    float: left;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#dd402e), to(#ea614a));
    background: linear-gradient(90deg, #dd402e 0%, #ea614a 100%);
    color: #fff;
    font-size: .3rem;
  }

  .footer-wraper {
    display: none !important;
  }


  /*表单*/
  .modal-form1 {
    top: 50% !important;
    left: 50% !important;
    padding: 0 .3rem .5rem .3rem !important;
    border-radius: .05rem !important;
    width: 80%;
  }

  .form1-close-icon {
    width: .3rem !important;
    height: .3rem !important;
    top: .3rem !important;
    right: .3rem !important;
    cursor: pointer;
  }

  .modal-form1-title {
    height: 1rem !important;
    line-height: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .4rem !important;
    text-align: center;
  }

  .modal-form1-item {
    width: 100% !important;
    height: 1rem !important;
    line-height: 1rem !important;
    border-radius: .05rem !important;
    padding: 0 .3rem !important;
    margin: 0 0 .2rem 0 !important;
  }

  .form1-input-icon {
    margin-right: .2rem !important;
  }

  .form1-icon-phone,
  .form1-icon-person {
    width: .25rem !important;
    height: .3rem !important;
  }

  .modal-form1-item input {
    height: 100% !important;
    line-height: 1rem !important;
    font-size: .25rem !important;

  }

  .modal-submit-btn {
    width: 100% !important;
    height: .8rem !important;
    line-height: .8rem !important;
    font-size: .3rem !important;
    border-radius: .05rem !important;
    margin: 0 !important;
  }

  .content-right {
    display: none !important;
  }

  .detail-content {
    display: none !important;
    margin-top: .3rem !important;
    width: calc(100% - .4rem) !important;
    padding: 0 .2rem !important;
  }

  .detail-content .content-left {
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
  }

  .content-left .nav-wraper a {
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: .25rem !important;
    margin: 0 .3rem !important;
  }

  .ads-wraper {
    width: 100% !important;
    height: auto !important;
    margin-top: .2rem !important;
  }

  .ads-wraper .gw-title {
    margin: .4rem 0 .3rem 0 !important;
    height: .6rem !important;
    line-height: .6rem !important;
    font-size: .35rem !important;
    text-align: center;
    font-weight: bold !important;
  }

  .ads-wraper .ads-des {
    margin: 0 !important;
    margin-left: 10% !important;
    margin-bottom: .3rem !important;
    width: 80% !important;
    height: auto !important;
    line-height: .4rem !important;
    font-size: .23rem !important;
    text-align: center;

  }

  .detail-img {
    width: 100% !important;
    height: auto !important;
  }

  .server-list {
    margin-top: .2rem !important;
  }

  .server-list .server-title {
    height: .7rem !important;
    line-height: .7rem !important;
    background-size: 100% 100%;
    font-size: .28rem !important;
    width: 100% !important;
    padding-left: .2rem !important;
  }

  .server-list .server-intro {
    font-size: .2rem !important;
    line-height: .35rem !important;
    margin-top: .2rem !important;
    padding: 0 .2rem !important;
  }

  .ready-material {
    width: 100% !important;
    height: auto !important;
    margin-top: .3rem !important;
    padding: .3rem .2rem;
  }

  .ready-material .ready-title {
    height: .5rem !important;
    text-align: left;
  }

  .ready-title .ready-icon {
    width: .3rem !important;
    height: .4rem !important;
    margin-right: .2rem !important;
    margin-top: 0 !important;
  }

  .ready-title .ready-text {
    height: .4rem !important;
    line-height: .4rem !important;
    font-size: .27rem !important;
  }

  .ready-conent {
    font-size: .2rem !important;
    line-height: .35rem !important;
    margin-top: .2rem !important;
  }

  .fuwu-wraper {
    margin-top: .2rem !important;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .fuwu-wraper .fuwu-item {
    width: 4rem !important;
    height: 2rem !important;
    margin-right: .2rem !important;
    padding: .3rem .3rem 0 .3rem !important;
    flex: 0 0 auto;

  }

  .fuwu-item-title {
    height: .4rem !important;
    text-align: center !important;
  }

  .fuwu-item-title .time-icon,
  .fuwu-item-title .feiyong-icon,
  .fuwu-item-title .site-icon {
    width: .3rem !important;
    height: .4rem !important;
    margin-right: .15rem !important;
  }

  .fuwu-title {
    height: .4rem !important;
    line-height: .4rem !important;
    font-size: .25rem !important;
  }

  .fuwu-item .fuwu-content {
    font-size: .2rem !important;
    height: auto !important;
    line-height: .3rem !important;
    margin-top: .15rem !important;
  }

  /*优势*/
  .fuwu-advantage {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: normal !important;
  }

  .fuwu-advantage .advantage-item {
    width: 2.5rem !important;
    height: 2.2rem !important;
    flex: 0 0 auto;
    margin: 0 .3rem !important;
  }

  .advantage-item .advantage-img-wraper {
    display: inline-block;
    margin-bottom: .15rem !important;
  }

  .advantage-item .advantage-img-wraper img {
    width: 1rem !important;
    height: 1rem !important;
  }

  .advantage-item .advantage-des {
    height: auto;
    text-align: center;
    color: #666666;
    font-size: .22rem !important;
    -webkit-line-clamp: 3 !important;
    line-height: .35rem !important;
  }

  /*服务优势2*/
  .fuwu-advantage2 {
    width: 100% !important;
    height: auto !important;
  }

  .fuwu-advantage2 .advantage2-left-img {
    width: 100% !important;
    height: auto !important;
    position: static;
    float: none !important;
  }

  .fuwu-advantage2 .advantage2-right {
    padding: 0 !important;
  }

  .fuwu-advantage2 .advantage2-right .advantage2-title1 {
    height: .8rem !important;
    line-height: .8rem !important;
    font-size: .35rem !important;
    margin-bottom: .3rem !important;
  }

  .fuwu-advantage2 .advantage2-right .advantage2-title2 {
    height: .45rem !important;
    line-height: .45rem !important;
    font-size: .28rem !important;
    margin-bottom: .15rem !important;
  }

  .fuwu-advantage2 .advantage2-right .advantage2-des {
    height: .4rem !important;
    line-height: .4rem !important;
    font-size: .25rem !important;
    margin-bottom: .2rem !important;
  }

  /*相关问题*/
  .normal-question {
    display: block !important;
  }
}
