.color_jb_ti{
    margin-bottom: 0.75rem;
}
.color_jb_ti span{
    background-color: #eaeff8;
    font-size: 0.6rem;
    margin-right: 0.5rem;
    color: #34495e;
    height: 1.2rem;
    line-height:1.2rem;;
    display: inline-block;
    padding: 0 0.5rem;
    border-radius: 0.75rem;
    color: #00b277;
    cursor: pointer;
}
.color_jb_ti span.on{
    background-color: #00b277;
    color: #fff;
}
.color_jb_css{
    border: 1px solid #a9ddc8;
}
.color_jb_css li{
    width: calc(100% / 4);
    float: left;
    padding: 0.5rem;
}
.color_jb_css li>div:nth-child(1){
    width: 100%;
    height: 6rem;
}
.color_jb_css li>div:nth-child(2){
    font-size: 0.6rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #666;
    text-align: center;
    background-color: #f8fafe;
}
.color_jb_css li>div:nth-child(2) span{
    cursor: pointer;
}
.color_jb_xq{
    border: 1px solid #a9ddc8;
    display: none;
}
.color_jb_xq li{
    width: calc(100% / 4);
    float: left;
    padding: 0.5rem;
}
.color_jb_xq li>div:nth-child(1){
    width: 100%;
    height: 6rem;
}
.color_jb_xq li>div:nth-child(2){
    font-size: 0;
    padding: 0.3rem 0 0.3rem 0;
    color: #666;
    background-color: #666;
}
.color_jb_xq li>div:nth-child(2) span{
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    cursor: pointer;
    margin-left: 0.25rem;
}
.color_jb_ya{
    border: 1px solid #a9ddc8;
    display: none;
}
.color_jb_ya li{
    width: calc(100% / 4);
    float: left;
    padding: 0.5rem;
}
.color_jb_ya li>div:nth-child(1){
    width: 100%;
    height: 6rem;
}
.color_jb_ya li>div:nth-child(2){
    font-size: 0;
    padding: 0.3rem 0 0.3rem 0;
    color: #666;
    background-color: #666;
}
.color_jb_ya li>div:nth-child(2) span{
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    cursor: pointer;
    margin-left: 0.25rem;
}
@media screen and (max-width: 1240px){
    .color_jb_ya li,.color_jb_css li, .color_jb_xq li{
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 768px){
    .color_jb_ya li,.color_jb_css li, .color_jb_xq li{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 510px){
    .color_jb_ya li>div:nth-child(1){
        width: 100%;
        height: 100px;
    }
    .color_jb_css li>div:nth-child(1){
        width: 100%;
        height: 100px;
    }

    .color_jb_xq li>div:nth-child(1){
        width: 100%;
        height: 100px;
    }
}
@media screen and (max-width: 360px){
    .color_jb_ya li,.color_jb_css li, .color_jb_xq li{
        width: 100%;
    }
}
.night  .color_jb_ya ,.night  .color_jb_css ,.night  .color_jb_xq {
    border: 1px solid #444;
}
.night .color_jb_ti span{
    background-color: #444;
    color: #ddd;
}
.night .color_jb_ti span.on {
    background-color: #00b277;
    color: #fff;
}
.night .color_jb_css li>div:nth-child(2){
    background-color: #444;
    color: #ddd;
}