.padding5px{
    padding-right: 5px;
    padding-left: 5px;
}

.margin-bottom-8px{
    margin-bottom: 8px;
}
.margin-top-20px{
    margin-top: 20px;
}

.margin-top-5px{
    margin-top: 5px;
}

.text-height-30px{
    height:30px;
    font-size: 12px;
}

.window-bottom{
    position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;background-color: #F8F8F8;
    background:url(../img/index/w-line.png);
}

.div-line{
    width: 100%;height: 1px;border: solid 1px gainsboro;margin-top: 10px;
}
.fixed_div{
    position:fixed;
    top:50px;
}
.report{
    margin-left: 50px;margin-right: 50px;
}
.report-text{
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-size: 18px;

}
.report-patient-span{
    display:inline-block;
    width: 23%;
}

/* 项目卡片样式 */
.study-card {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.study-card:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.icon-box {
    padding: 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.icon-box i {
    font-size: 24px;
    color: #337ab7;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-10 {
    margin-left: 10px;
}