body {
    position: relative;
}
.banner img{
    width: 100%;
}
.tabs {
    display: flex;
    justify-content:space-evenly;
    height: 15vh;
    background: #EDF8FF;
    box-shadow: 0px 5px 27px 2px rgba(2, 2, 2, 0.13);
    padding: 0 50px;
    box-sizing: border-box;
    align-items: center;
}
.tabs img {
    width: 5%;
    cursor: pointer;
}
/* 内容 */
.content {
    text-align: center;
}
.content .content-item {
    width: 100%;
    padding-bottom: 26rem;
}
.content .content-item .bg {
    background: url(../image/solution/content.png) center center / cover no-repeat;
    height: 96rem;
}
.content .content-item .line {
    width: 100%;
    height: 33rem;
    text-align: center;
    padding: 8rem /* 150/15 */ 0 4rem 0;
    box-sizing: border-box;
}
.content .content-item .text {
    display: inline-block;
    width: 80%;
    text-align: left;
    font-size: .8rem /* 12/15 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C6C7CC;
}
.content .content-item .line .line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 5rem;
}
.content .content-item .line .line-img .img{
    font-size: 5.9rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C6C7CC;
}
.content .content-item .line .line-img img {
    width: 100%;
}
.content .content-item .line .line-img .img-title{
    display: inline-block;
    font-size: 5.7rem /* 100/15 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005197;
    line-height: 5rem;
    margin-left: 30px;
}
.content .content-item .line .line-text {
    width: 33%;
    float: right;
    text-align: justify;
    margin-right: 14%;
    padding-top: 2rem /* 30/15 */;
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
}
.introduce .function {
    margin-top: 5rem;
    display: flex;
    align-items: center;
}
.introduce .function .img {
    width: 40%;
}
.introduce .function img {
    width: 100%;
}
.introduce .function .text {
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 34px;
    width: 42%;
    text-align: justify;
    margin-left: 84px;
}
.introduce .function .text .text-eng {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C6C7CC;
    margin-bottom: .4rem /* 12/15 */;
}
.introduce .function .text .text-title {
    font-size: 2.4rem /* 40/15 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005197;
    margin-bottom: 1.2rem /* 24/15 */;
}
.introduce .function .text .text-content {
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 34px;
}
.introduce .system {
    margin-top: 20rem;
    justify-content: space-evenly;
}
/* 解决方案 */
.solution {
    height: 32rem /* 1200/15 */;
    background: url(../image/solution/solution.png) center center / cover no-repeat; 
    text-align: center;
}
.content .soluntion-title {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005197;
    line-height: 0.5;
    margin-top: 300px;
}
.solution .soluntion-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
    padding-top: 50px;
}
.solution .soluntion-text:nth-child(2){
    padding-top: 20px;
}
.solution .soluntion-img {
    margin-top: 56px;
}
.solution .soluntion-img img {
    width: 22%;
}
/* 日间照料--解决方案 */
.rijian .solution {
    height: 58rem /* 1200/15 */;
    background: url(../image/solution/function.png) center center / cover no-repeat; 
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 37rem;
}
.rijian .solution .soluntion-img {
    margin-top: 0;
    padding-top: 10rem;
    margin-bottom: 4rem;
}
.rijian .solution .suluntion-day {
    width: 64%;
    margin: 0 auto;
}
.rijian .solution .suluntion-day img {
    width: 100%;
}
/* 日间照料--大屏 */
.content .daping {
    padding-bottom: 21rem;
}
.content .daping .bg {
    background: url(../image/solution/volBG.png) center center / cover no-repeat; 
    height: 23rem;
}
.content .daping .line .line-text {
    width: 38%;
    float: right;
    text-align: justify;
    margin-right: 13%;
    padding-top: 0.8rem;
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
}
.content .daping .line .first{
    padding-top: 2rem;
}
.content .daping .line-text i {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #7F7F7F;
    margin-right: 0.5rem;
}
.content .daping .screen {
    height: 62rem;
    background: url(../image/solution/screenBG.png) center center / cover no-repeat; 
}
.content .daping .screen .img-screen{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 12%;
}
.content .daping .screen img {
    width: 100%;
}
.content .daping .screen .imgs-slick {
    width: 60%;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.content .daping .screen .imgs-slick div {
    height: 100%;
}

/* 日间照料--志愿者系统 */
.content .volunteer .bg {
    background: url(../image/solution/volBG.png) center center / cover no-repeat; 
    height: 29rem;
}
.volunteer .back {
    width: 100%;
}
.volunteer .back img {
    width: 100%;
}
.volunteer .question {
    background: url(../image/solution/left.png) center left no-repeat; 
    height: 36rem;
}
.volunteer .question .title-img {
    width: 20%;
    margin:  0 auto 3rem auto;
    padding-top: 10%;
}
.volunteer .question .title-img img {
    width: 100%;
}
.volunteer .question  .img-list{
    width: 80%;
    margin: 0 auto;
}
.volunteer .bottom-img {
    width: 75%;
    margin: 0 auto;
}
.volunteer .question  .img-list img {
    width: 24%;
}
.volunteer .bottom-img img {
    width: 100%;
}

.instrument {
    height: 37rem /* 1200/15 */;
    background: url(../image/solution/instrument.png) center center / cover no-repeat; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.instrument .left-btn {
    min-width: 13%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.instrument .left-btn .btn {
    width: 100%;
    height: 20%;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}
.instrument .left-btn  .current {
    background: linear-gradient(-38deg, #09E2F0, #1680E2);
    border-bottom: none;
    margin: 0;
    padding: 10px;
}
.instrument .left-btn .btn .btn-title {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 4px 0px rgba(2, 2, 2, 0.22);
    line-height: 1.6rem;
}
.instrument .left-btn .btn .btn-text {
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}
.instrument .left-btn .btn .btn-icon {
    color: #FFFFFF;
    font-size: 0.6rem
}
.instrument .right-img {
    width: 44%;
} 
.instrument .right-img .img-item {
    position: relative;
}
.instrument .right-img img {
    width: 100%;
}
.instrument .right-img .call {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
    font-size: .8rem /* 12/15 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #84C225;
    border: 1px solid #84C225;
    border-radius: 22px;
    padding:  6px 31px;
    cursor: pointer;
}
.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}