@charset "UTF-8";

.content-box {
    overflow: hidden;
    width: 90%;
    padding: 3rem 4rem;
    clear: both;
    margin:0 auto;
}

.content-box .item-box {
    /*overflow: hidden;*/
    min-height: 80px;
    border-bottom: 1px solid #b8bcbc;
    margin-bottom: 2rem;
    width: 100%;
}
/*
.content-box .item-box:nth-child(1) .title{
    background-color: rgba(103, 166, 44, 1);
}
.content-box .item-box:nth-child(2) .title{
    background-color: rgba(103, 166, 44, 0.9);
}
.content-box .item-box:nth-child(3) .title{
    background-color: rgba(103, 166, 44, 0.8);
}
.content-box .item-box:nth-child(4) .title{
    background-color: rgba(103, 166, 44, 0.7);
}
*/
.content-box .item-box .title {
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    background-color: #5db3db;
    width: 30%;
    vertical-align:middle;
    font-size:1.5rem;
}

.detail-box {
    display: flex;
    /*旧版本标签 Safari仍旧需要使用特定的浏览器前缀*/
    display: -webkit-flex;
    /*flex 盒子布局水平居中*/
    justify-content: left;

    /*flex 盒子布局垂直居中*/
    height: 100%;
    padding-left: 5%;
    padding: 1rem 3rem;
}

.detail {
    text-align: left;
    font-size: 1.2rem;
    line-height: 150%;
    flex:1;
}

/*移动端*/
@media only screen and (max-width: 768px) {
    .m-visible {
        display: block;
        /*background-color: #d2d2d2;*/
    }
    .m-img-text-box .text-box{
        padding:0 10%;
    }
    .m-img-text-box .detail{
        font-size: 14px;
        line-height: 150%;
        text-align: center;
    }
    .m-content-box{
        /*
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        */
        clear: both;
        overflow: hidden;
    }
    .m-content-box .item-box{
        overflow: hidden;
        min-height: 150px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        background-color: #5db3db;
    }
    /*
    .m-content-box .item-box:nth-child(1){
        background-color: rgba(103, 166, 44, 1);
    }
    .m-content-box .item-box:nth-child(2){
        background-color: rgba(103, 166, 44, 0.9);
    }
    .m-content-box .item-box:nth-child(3){
        background-color: rgba(103, 166, 44, 0.8);
    }
    .m-content-box .item-box:nth-child(4){
        background-color: rgba(103, 166, 44, 0.7);
    }
    */
    .m-content-box .item-box .title{
        margin: 0 auto;
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        padding: 1rem 0;
    }
    .m-content-box .item-box .detail{
        padding: 1rem 1rem 1rem 2rem;
        font-size: 14px;
        color: #ffffff;
    }
    .m-tp-flow img{
        width: 100%;
        height: auto;
    }
    .m-visible #process{
       display: block;
    }
    .m-visible #process li{
       display: none;
    }
    .m-visible #process .process_img{
       display: block;
       width:100%;
       clear: both;
       margin-bottom: 10px;
       font-size: 14px;
       text-align: left;
    }
    .m-visible #process .process_img img{
      width:30%;
      margin: 0 10px 15px auto;
      float: left;
    }
    .m-visible .third-content h4{
      font-size: 24px;
      text-align: center;
      padding:2rem 0;
      font-weight: bold;
    }
    .m-visible .third-content{
      padding:0 10px;
    }
    .tp-mheader{position: relative;}
    .tp-mheader .content{width:80%; margin:10px auto; font-size:12px;}
    .tp-mheader .banner-btn{width:100%; bottom:20px; margin:0; left:0; top:auto;}
    .tp-mheader .banner-btn li span{ font-size:12px; height:25px; line-height:25px; padding:0 10px; width:auto; height:auto; border-radius:20px;}
    .img-text-box .title{padding:0;}
    .m-content-box .banner-btn{width:100%; bottom:0px; padding:10px; margin:0; left:0; top:auto; position: relative;}
    .m-content-box .banner-btn li span{ font-size:12px; height:25px; line-height:25px; padding:0 10px; width:auto; height:auto; border-radius:20px;}
}

.third-content{
  padding:1rem 0 5rem 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-bottom: 3rem;
  width:90%;
  margin:0 auto;
}
#process li{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1rem;
}
#process li img{
  width:70%;
  margin-top: 3rem;
}
#process .process_img{
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
#process .process_img img{
  width:70%;
  margin: 10px auto;
}


@media screen and (max-width: 500px) {
    .caregiver_order{display: none;}
    .caregiver_order_wap{display: block;}
    .caregiver_order_wap li{ text-align: left; font-size: 16px; margin-bottom: 10px; }
    .caregiver_order_wap li input{height:28px;}
    .caregiver_order_wap li input[type="radio"]
    {
        height:15px;
        margin:0px 5px;
    }
}