.pc-visible,
.pc-visible *,
.pc-visible *:before,
.pc-visible *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.pc-visible .first-content-bg {
  width: 100%;
  position: relative;
}

.pc-visible .first-content-bg img {
  width: 100%;
}
/*遮罩层*/
.caregiver-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border: 1px solid blue;*/
  background-color: #2d2d2d;
  opacity: 0.2;
}

.pc-visible .first-content-bg .first-content {
  position: absolute;
  width: 53.75rem;
  left: 22.5rem;
  top: 25rem;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.pc-visible .first-content-bg .first-content .patient-des {
  font-size: 1.5rem;
  font-weight: bold;
}

.pc-visible .first-content-bg .first-content .patient-source {
  margin-top: 1rem;
  float: right;
  font-size: medium;
  font-weight: 500;
  width: 20rem;
}

.pc-visible .first-content-bg .first-content .patient-source span {
  display: block;
}

.pc-visible .second-content-bg {
  width: 100%;
  color: #fff;
  position: relative;
}

.pc-visible .second-content-bg img {
  width: 100%;
}

.pc-visible .second-content-bg .second-content {
  display: flex;
  padding:0 3.75rem;
}

.pc-visible .second-content-bg .second-content .second-des-wrap {
  background:#6BC3CF;
  width:33%;
}
.second-content-bg .second-content .second-des-wrap img{
  width:100%;
}

.pc-visible .second-content-bg .second-content .second-des-wrap .second-des {
  font-size: 1rem;
  line-height: 150%;
  padding:10px 15px;
}

.pc-visible .second-content-bg .second-content .second-des-wrap .second-des-title {
  font-size: 1.5rem;
  line-height:150%;
  padding:10px 15px;
}

.pc-visible .third-content-bg .third-content .process-title {
  height: 15rem;
  line-height: 15rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.pc-visible .third-content-bg .third-content .process-wrap {
  padding: 0 4.75rem 3.75rem;
}

.pc-visible .third-content-bg .third-content .process-wrap li {
  width: 14.625rem;
  height: 15rem;
  display: inline-block;
  text-align: center;
}

.pc-visible .third-content-bg .third-content .process-wrap li img {
  display: inline-block;
  width: 10rem;
}

.pc-visible .third-content-bg .third-content .process-wrap li span {
  display: block;
}

.pc-visible .third-content-bg .third-content .process-wrap .process-item {
  position: relative;
}

.pc-visible .third-content-bg .third-content .process-wrap .process-item:after {
  content: '';
  position: absolute;
  left: 12.5rem;
  top: 3.75rem;
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  background: url("../img/arrow-02.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.pc-visible .forth-content-bg {
  padding: 3.75rem;
}

.aboutus_title{
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1rem;
    background: url(../img/jiantou_down.png) no-repeat bottom center;
}

.pc-visible .forth-content-bg .content-parts li {
  height: 25rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 2.5rem;
  border-top: 1px solid #95989a;
  border-bottom: 1px solid #95989a;
  background:#ECECEC;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left {
  width: 28.25rem;
  height: 25rem;
  background-color: #6ac3cf;
  text-align: center;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .assist-service {
  padding-top: 2.5rem;
  width: 11.4375rem;
  margin: 0 auto;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .assist-service img {
  width: 100%;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .whole-service {
  padding-top: 2.5rem;
  width: 18.325rem;
  margin: 0 auto;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .whole-service img {
  width: 100%;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .special-service {
  padding-top: 2.5rem;
  width: 15rem;
  margin: 0 auto;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .special-service img {
  width: 100%;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-left .content-service-name {
  display: block;
  color: #fff;
  margin-top: 1.5625rem;
  font-size: 2.25rem;
  font-weight: bold;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin-left: 4.75rem;
  margin-top: 2.25rem;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right p {
  font-size: 1.25rem;
  font-weight: bold;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right .forth-right-main {
  overflow: hidden;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right .forth-right-main dl {
  float: left;
  margin-left: 2.5rem;
  margin-top: 1.5rem;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right .forth-right-main dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right .forth-right-main dl dd {
  font-size: 1rem;
  line-height: 1.8rem;
}

.pc-visible .forth-content-bg .content-parts li .forth-content-right .forth-right-main dl dd:before {
  content: '-';
}

.pc-visible .forth-content-bg .content-parts li .forth-link-service {
  margin-top: 19.575rem;
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #6ac3cf;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.pc-visible .forth-content-bg .content-parts li .forth-link-service:hover {
  background-color: #6bc2ea;
}
.third-content{
  padding:1rem 0;
}
.third-content h4{
  font-size: 2.2rem;
  text-align: center;
  padding: 0 0 2rem 0;
  font-weight: bold;
}
#process{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding:0 15rem;
}
#process li{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1rem;
  padding:0 1.5rem;
}
#process li img{
  width:100%;
  margin-top: 2rem;
}
#process .process_img{
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding:0;
}
#process .process_img img{
  margin-top: 0;
  margin-bottom:10px;
}

/*
.pc-visible .forth-content-bg .content-parts li:nth-child(2) .forth-content-left {
  background-color: #9edce6;
}

.pc-visible .forth-content-bg .content-parts li:nth-child(2) .forth-link-service {
  background-color: #9edce6;
}

.pc-visible .forth-content-bg .content-parts li:nth-child(2) .forth-link-service:hover {
  background-color: #7acad7;
}

.pc-visible .forth-content-bg .content-parts li:nth-child(3) .forth-content-left {
  background-color: #bee7ee;
}

.pc-visible .forth-content-bg .content-parts li:nth-child(3) .forth-link-service {
  background-color: #bee7ee;
}

.pc-visible .forth-content-bg .content-parts li:nth-child(3) .forth-link-service:hover {
  background-color: #7acad7;
}
*/
@media only screen and (max-width: 1000px) {
  .pc-visible {
    /*display: none;*/
  }
}

.m-visible {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .m-visible {
    display: block;
  }
    .m-caregiver-twopage-box{
        clear: both;
        margin-top: -3px;
        position: relative;
        display: block;
        width: 100%;
    }
    .m-caregiver-twopage-box  img{
        width: 100%;
        height: auto;
    }
    .m-caregiver-twopage-box  .img-mask{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2d2d2d;
        opacity: 0.3;
    }
    .m-caregiver-twopage-box  .text-box{
        position: absolute;
        top:0;
        margin: 0 auto;
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .m-caregiver-twopage-box  .text-box .text-item{
        padding-top: 16%;
        height:33%;

    }
    .m-caregiver-twopage-box  .text-box .text-item .item-title{
        font-size: 16px;
    }
    .m-caregiver-twopage-box  .text-box .text-item .item-detail{
        font-size: 12px;
    }

    /*服务内容开始*/
    .m-service-box{
        width: 100%;
        min-height: 600px;
    }
    .m-service-box .item-box{
        width: 100%;
        background: #7ed0dd;
        color: #FFF;
        margin-top: 2rem;
        padding-bottom: 4rem;
    }
    .m-service-box .item-box .name{
        height: 45px;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        background-color: #7ed0dd;
        position: relative;
    }
    .m-service-box .item-box .name img{
        width: 22px;
        height: 22px;
        margin-right: 10px;
        margin-left:-6rem;
    }
    .m-service-box .item-box .name span{
        color: #ffffff;
        font-size: 18px;
        margin-top: -3px;
        font-weight: bold;
        position:absolute;
    }
    .m-service-box .item-box .target{
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 15px;
    }
    .m-service-box .item-box .content{
        padding: 0.5rem 0rem 2rem 2rem;
        width: 100%;
    }
    .m-service-box .item-box ul{
        width: 100%;
        display: inline-block;
    }
    .m-service-box .item-box li{
        float: left;
        width: 33%;
    }
    .m-service-box .item-box .content .title{
        font-size: 16px;
        font-weight: bold;
    }
    .m-service-box .item-box .content .detail span{
        display: block;
        font-size: 12px;
    }
    .m-service-box .item-box .content .detail span:before{
        content: "-";
        margin-right: 0.5rem;
    }
    .m-service-box .item-box .order-btn{
        margin-top: 3rem;
        padding: 0.5rem 3rem;
        background-color: #fff;
        color: #7ed0dd;
        border-radius: 15px;
        margin-left: 39%;
        font-size: 12px;
        box-shadow: 3px 3px 3px #666;
    }
    .m-visible .third-content h4{
      font-size: 16px;
    }
    .m-visible #process{
       display: block;
       padding:0 10px;
    }
    .m-visible #process li img{
       width: 20%;
       margin-bottom:10px;
    }
    .m-visible #process .process_img{
       display: block;
       width:100%;
       clear: both;
       margin-bottom: 10px;
       font-size: 16px;
       text-align: left;
       height:100px;
       padding-top:4rem;
    }
    .m-visible #process .process_img img{
      width:30%;
      margin: 0 auto;
      float: left;
      margin-right: 16px;
      margin-top:-4rem;
    }
    .m-visible .third-content h4{
      font-size: 24px;
      text-align: center;
      padding:2rem 0;
      font-weight: bold;
    }
    .m-visible .third-content{
      padding:0 10px;
    }

    .second-content-bg .second-content .second-des-wrap {
      background:#6BC3CF;
      width:100%;
      color:#FFF;
      margin-bottom:10px;
    }
    .second-content-bg .second-content .second-des-wrap .second-des {
      font-size: 14px;
      line-height: 150%;
      padding:5px 15px;
    }

    .second-content-bg .second-content .second-des-wrap .second-des-title {
      font-size: 16px;
      line-height:150%;
      padding:5px 15px;
    }
    .aboutus_title{
        font-size: 16px;
        color: #333;
        text-align: center;
        font-weight: bold;
        padding-bottom: 16px;
        background: url(../img/jiantou_down.png) no-repeat bottom center;
        margin-bottom:10px;
    }
    .content-parts{
      font-size:12px;
    }
    .content-parts li{
      background:#6BC3CF;
      color:#FFF;
      margin-bottom:10px;
      padding:10px;
    }
    .content-service-name{text-align: center;}
    .content-service-name img{
      width:20px;
      margin-right:10px;
    }
    .forth-content-left{
      width:100%;
      font-size:16px;
      text-align: center;
      margin-bottom:10px;
    }
    .forth-right-main{
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .forth-right-main dl{
      width:50%;
      margin-bottom:10px;
    }
    .forth-right-main dt{
      font-size:14px;
    }
    a.order-btn {
      margin-top: 3rem;
      padding: 0.5rem 3rem;
      background-color: #fff;
      color: #7ed0dd;
      border-radius: 15px;
      margin-left: 39%;
      font-size: 12px;
      box-shadow: 3px 3px 3px #666;
  }
  a.order-btn:hover{
    color:#7ed0dd;
  }
}

