﻿.category {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.8rem;
    bottom: 2.2rem;
    box-sizing: padding-box;
    background: #f4f5f7;
    color: #333;
    overflow: auto;
    padding-bottom: .45rem
}

    .category .category-box {
        width: 100%;
        height: auto;
        margin-bottom: .21rem;
        overflow: hidden
    }

        .category .category-box .title {
            width: 100%;
            height: 2.03rem;
            overflow: hidden;
            color: #37a3ff;
            background-color: #fff;
            border-bottom: 1px solid #f4f5f7
        }

            .category .category-box .title h3 {
                display: block;
                margin-left: .64rem;
                margin-top: .68rem;
                padding-left: .21rem;
                width: 6.4rem;
                height: .64rem;
                line-height: .64rem;
                font-size: .64rem;
                border-left: .11rem solid #37a3ff;
                box-sizing: border-box
            }

        .category .category-box ul {
            overflow: hidden;
            box-sizing: border-box;
            background-color: #fff
        }

            .category .category-box ul li {
                float: left;
                width: 4.7rem;
                height: 1.71rem;
                text-align: center;
                background-color: #fafafa;
                margin-right: .47rem;
                margin-bottom: .384rem
            }

                .category .category-box ul li p {
                    line-height: 1.71rem;
                    font-size: .55rem
                }

                .category .category-box ul li img {
                    width: 1.984rem;
                    height: 1.3rem
                }

        .category .category-box.hasImage ul {
            padding: 0
        }

            .category .category-box.hasImage ul li:nth-child(4n) {
                border-right: none
            }

            .category .category-box.hasImage ul li {
                float: left;
                width: 25%;
                height: 3.41rem;
                background-color: #fff;
                box-sizing: border-box;
                border-right: 1px solid #f4f5f7;
                border-bottom: 1px solid #f4f5f7;
                margin: 0
            }

                .category .category-box.hasImage ul li p {
                    display: block;
                    width: 100%;
                    line-height: 1.1rem;
                    font-size: .55rem;
                    margin-top: .43rem
                }

        .category .category-box.noImage ul {
            padding: .384rem .47rem 0
        }

            .category .category-box.noImage ul li:nth-child(3n) {
                margin-right: 0
            }

.category-search input[type="text"] {
    width: 80%;
}

.category-search input[type="button"] {
    width: 16%;
    color: #1296db;
    background: none;
}