.rili_show {
    background-color: #ffffcc;
    padding-bottom: 20px;
    display: none;
}
.rili_show .title {
    text-align: center;
    background-color: #ffcc99;
    height: 30px;
    line-height: 30px;
}
.rili_show .list {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.rili_show .list .li {
    width: 40%;
}
.rili_show .list .li:nth-child(2) {
    margin-right: 20px;
}
.rili_show .btn_lab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.rili_show .btn_lab .name {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.rili_show .btn_lab .name span {
    display: block;
}
.rili_show .btn_lab .name:nth-child(1) span {
    width: 50px;
    height: 20px;
    background-color: #009933;
    margin-right: 3px;
}
.rili_show .btn_lab .name:nth-child(2) span {
    width: 50px;
    height: 20px;
    background-color: #ffcc00;
    margin-right: 3px;
}
.rili_show .btn_lab .name:nth-child(3) span {
    width: 50px;
    height: 20px;
    background-color: #ff3300;
    margin-right: 3px;
}