body {
    background-color: #FBFBFB
}

/* .plasticBoxLeft {
    display: flex;
    justify-content: space-between;
} */

.illnessNav {
    width: 185px;
    /* 保证左边的间距不会随着右边的内容变化 */
    display: inline-block;
    align-self: flex-start;
}

.illnessTab {
    width: 1000px;
    display: inline-block;
    align-self: flex-start;
}

/* .右侧样式 */
.xq-plasticBoxRight {
    width: 336px !important;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px !important;
}
.rightCard {
    padding: 10px;
}
.zx-card {
    margin-top: 25px;
}
.zxyyBtn{
    position: absolute;
    right: 0;
    bottom: 0;
}

