.sx_res{
    max-width: 24rem;
    margin: 0rem auto 2rem auto;
    border: 1px solid #eee;
    padding: 0;
    border-radius: 3px;
    display: none;
}

.night .sx_res{
    border: 1px solid #444;
    background-color: #232324;
}

.night .sx_res h4{
    background-color: #555;
    color: #ddd;
}

.good {
    background-color: #e3f2fd;
    color: #1565c0;
}

.fair {
    background-color: #fff8e1;
    color: #f57f17;
}

.poor {
    background-color: #ffebee;
    color: #c62828;
}

.excellent {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.sx_res h4{
    background-color: #f5f5f5;
    font-size: 0.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 0.5rem;
}

.sx_res div{
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 1rem auto;
    text-align: center;
    width: 10rem;
    border-radius: 6px;
}

.sx_res p{
    padding: 0rem 1rem 0.75rem 1rem;
}

.sx_tips{
    background-color: #f6f7fa;
    max-width: 30rem;
    margin: auto;
    padding-top: 1rem;
    border-radius: 6px;
}

.sx_tips>h4{
    text-align: center;
    height: 2rem;
    line-height: 2rem;
}

.sx_tips>div{
    padding: 0.5rem;
}

.sx_tips>div>div{
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0.5rem;
}

.sx_tips>div>div>div{
    background-color: #fff;
    border-radius: 6px;
    padding: 0 0.5rem;
}

.sx_tips>div>div>div h5{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #06b672;
    padding-left: 0.5rem;
    color: #06b672;
}

.sx_tips>div>div>div ul{
    height: calc(1.8rem * 6);
}

.sx_tips>div>div>div li{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 1.15rem;
    border-bottom: 1px solid #f6f7fa;
    position: relative;
}

.sx_tips>div>div>div li::before{
    content: '';
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    position: absolute;
    left: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #06b672;
}

.night .sx_tips{
    background-color: #555555;
}

.night .sx_tips>div>div>div {
    background-color: #232324;
}

.night .sx_tips>div>div>div li {
    border-bottom: 1px solid #444;
}

@media screen and (max-width: 590px) {
    .sx_tips{
        margin-top: 1rem;
    }
    .sx_res{
        max-width: 100%;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 560px) {
    .sx_tips {
        padding-top: 0.75rem;
    }
    .sx_tips>div {
        padding: 0.25rem;
    }
    .sx_tips>div>div {
        width: 100%;
        padding: 0.25rem;
    }
}