.main {
    padding-top: 0;
}

.products_type_wrap {
    width: 100%;
    min-height: calc(100vh - 110px);
    margin-bottom: 80px;
    background: #eee;
    overflow: hidden;
}

.products_type_wrap .products_type > li {
    display: block;
    width: 100%;
    background: #fff;
}

.products_type_wrap .products_type > li > ul {
    overflow: hidden;
    padding: 0 10px;
}

.products_type_wrap .products_type > li h1 {
    display: block;
    padding: 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
    color: #434343;
}

.products_type_wrap .products_type > li h1 u {
    color: #cc0033;
}

.products_type_wrap .products_type > li > ul.child_category li {
    float: left;
    margin: 5px 3px;
}

.products_type_wrap .products_type > li > ul.child_category li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #434343;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.products_type_wrap .products_type > li > ul.child_category li a u {
    color: #cc0033;
}