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

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

.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: #f6f7fa;
    font-size: 0.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #eee;
}

.night .sx_res h4{
    background-color: #181a1b;
    color: #ddd;
    border-bottom: 1px solid #444;
}

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

.sx_res p{
    margin: 0rem 0.75rem 0.75rem 0.75rem;
    border: 1px solid #eee;
    padding: 0.5rem;
    line-height: 1.8;
    border-radius: 3px;
}

.night .sx_res p{
    border: 1px solid #444;
    color: #aaa;
}

/******************************************/

.sx_tips{
    max-width: 24rem;
    margin: auto;
    padding-top: 1rem;
    border-radius: 6px;
    border: 1px solid #e6cf9b;
    background: #fef7e8;
}

.night .sx_tips {
    background-color: #181a1b;
    border: 1px solid #444;
}

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

.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{
    border-radius: 6px;
    padding: 0 0.5rem;
    background: #fffdf3;
    border: 1px solid #f0e2c0;
}

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

.sx_tips>div>div>div h5{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #f0e2c0;
    padding-left: 0.25rem;
    color: #a8875b;
}

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

.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 dashed #f0e2c0;
    position: relative;
    color: #a8865b;
}

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

.sx_tips>div>div>div li:last-child{
    border:0;
}

.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: #b77c34;
}

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

    .sx_tips {
        max-width: 100%;
    }
}

@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;
    }
}

@media screen and (max-width: 350px){
    .layui-form-pane .layui-form-label {
        width: 4rem;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 4rem;
    }
}