﻿.tags_box {
}

.tags_box_warp {
    background: none;
    border-top: none;
    color: #9a9a9a;
    width: 100%;
}

    .tags_box_warp ul {
        background: #efefef;
        width: 80px;
        box-sizing: border-box;
        width: auto;
        max-width: 12rem;
        font-size: 14px;
        margin: 0 auto;
        line-height: .3rem;
        padding-left: .5rem;
        position: relative;
    }

        .tags_box_warp ul li {
            width: 60px;
            text-align: center;
            float: left;
        }

            .tags_box_warp ul li[tages_title] {
                position: absolute;
                top: 0;
                left: 0;
            }

            .tags_box_warp ul li[tags_all_item] {
                color: red;
            }




.zhuanti_box {
}

.zhuanti_box_warp {
    background: none;
    border-top: none;
    width: 100%;
}

    .zhuanti_box_warp ul {
        box-sizing: border-box;
        width: auto;
        max-width: 12.2rem;
        font-size: 14px;
        margin: 0 auto;
        /*line-height: .4rem;*/
        position: relative;
        padding-left:10px;
        box-sizing:border-box;
    }

        .zhuanti_box_warp ul li {
               width: 25%;
    max-height: 290px;
    /* text-align: center; */
    float: left;
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
        }

            .zhuanti_box_warp ul li a {
                display: block;
                width: 100%;
                height: 100%;
                /*position: relative;*/
            }

                .zhuanti_box_warp ul li a img {
                    width: 100%;
                    height: 100%;
                    text-align: center;
                }

                .zhuanti_box_warp ul li a span {
                    /*position: absolute;*/
                    /*display: block;
                    bottom: 10px;
                    left: 10px;*/
                    color: #343333;
                    /*text-shadow: 1px 0px 0px #fff;*/
                }

@media screen and (max-width: 480px) {
    .zhuanti_box_warp ul li {
        width: 50%;
        max-height: 230px;
        /*text-align: center;*/
        float: left;
        overflow: hidden;
    }
}


.sorttitlebar {
    height: 0.4rem;
    font-size: 0.12rem;
}

    .sorttitlebar span {
        display: block;
        float: left;
    }

    .sorttitlebar div {
        float: right;
    }

        .sorttitlebar div ul li {
            float: left;
            padding: 5px;
        }



.sortselected {
    color: red;
    font-weight: bold;
}



@media screen and (min-width:375px) {
    .sorttitlebar div ul li span.ico {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (min-width: 480px) {

    .sorttitlebar div ul li span.ico {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (min-width:768px) {

    .sorttitlebar div ul li span.ico {
        font-size: 30px;
        line-height: 15px;
    }
}

@media screen and (min-width:992px) {

    .sorttitlebar div ul li span.ico {
        font-size: 30px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .sorttitlebar div ul li span.ico {
        font-size: 30px;
        line-height: 15px;
    }
}

