/*健康报告页*/
.health-relate .main-content{
    width: 960px;
    margin: 30px auto 0px;
    padding-bottom: 30px;
}
.health-relate .bread-crumb{
    line-height: 58px;
    padding: 0 10px;
    background: #ffffff;
}
.health-relate .main-content .main-text{
    background: #ffffff;
    padding-bottom: 42px;
}
.health-relate .main-content .main-text>h3{
    margin-top: 20px;
    background: #2196f342;
    color: #1e7cf8;
    border-left: 4px solid #1e7cf8;
    line-height: 54px;
    padding-left: 23px;
    font-size: 23px;
    font-weight: bold;
}
.health-relate .main-text-detail{
    padding: 15px 20px 15px 140px;
}
.health-relate .main-text-detail>h3{
    color: #1e7cf8;
    font-weight: bolder;
    line-height: 35px;
    border-bottom: 1px solid #1e7cf8;
    margin-top: 25px;
    position: relative;
}
.health-relate .main-text-detail>h3 img{
    width: 98px;
    position: absolute;
    left: -109px;
    top: -17px;
}
.health-relate .main-text-detail .item-title{
    display: inline-block;
    margin: 20px 0;
    background: #2196F3;
    color: white;
    padding: 6px 16px;
    border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -o-box-shadow: 0px 10px 0px 0px;
}
.health-relate .main-text-detail .item-block{
    line-height: 25px;
    font-size: 16px;
}
.health-relate .main-text-detail .item-block .circle-dot{
    margin-right: 10px;
}
.health-relate .small-tips{
    /*background-color: #2196f345;*/
    background-color: rgba(33, 150, 243, 0.27058823529411);
    color: #1e7cf8;
    width: 85%;
    margin: 27px auto 0;
    border-radius: 7px;
    -webkit-border-radius:7px;
    -moz-border-radius: 7px;
    position: relative;
    box-shadow: 0px 3px 10px 1px #aeaeae;
    -webkit-box-shadow:  0px 3px 10px 1px #aeaeae;
    -moz-box-shadow:  0px 3px 10px 1px #aeaeae;
    -o-box-shadow:  0px 3px 10px 1px #aeaeae;
}
.health-relate .small-tips>h3{
    border-bottom: 1px dotted;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.health-relate .small-tips .tips-detail{
    padding: 32px 67px;
}
.health-relate .small-tips .tips-detail p{
    line-height: 24px;
    font-size: 14px;
}
.health-relate .small-tips .mark-cirle{
    background: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
}
.health-relate .small-tips .mark-cirle-left{
    top: 42px;
    left: -16px;
    box-shadow: inset -2px 0px 0.5px 0px #aeaeae;
    -webkit-box-shadow: inset -2px 0px 0.5px 0px #aeaeae;
    -moz-box-shadow: inset -2px 0px 0.5px 0px #aeaeae;
    -o-box-shadow: inset -2px 0px 0.5px 0px #aeaeae;
}
.health-relate .small-tips .mark-cirle-right{
    top: 42px;
    right: -16px;
    box-shadow: inset 2px 0px 0.5px 0px #aeaeae;
    -webkit-box-shadow: inset 2px 0px 0.5px 0px #aeaeae;
    -moz-box-shadow: inset 2px 0px 0.5px 0px #aeaeae;
    -o-box-shadow: inset 2px 0px 0.5px 0px #aeaeae;
}

.health-relate .banner-block{
    background: url("/assets/img/banner/banner_monitor.jpg") no-repeat;
    background-size: cover;
    background-position-x: 48%;
}

@media (max-width: 1370px){
    .banner-block{
        height: 300px;
    }
}