﻿@charset "utf-8";
body{
    height: 100%;
}
.search-nav {
    position: fixed;
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #ddd;
    top: 0;
    left: 0;
    height: 55px;
    background-color: #F5F5F5;
    z-index: 6;
}
.search-nav .div-l {
    /* border: 1px solid #ddd; */
    position: relative;
    line-height: 30px;
    height: 30px;
    margin-top: 7.5px;
    background-color: #fff;
    border-radius: 5px 5px;
    padding: 0 10px;
    font-size: 0.6rem;
    width: 90%;
    font-weight: normal;
}
.search-nav .div-l input {
    width: 100%;
    border: 0;
    font-size: 0.7rem;
    line-height: 40px;
    height: 40px;
}
.search-nav .div-l .icon-search {
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: none;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
}
.con {
    height: 100%;
    width: 100%;
    position: relative;
}
.con .cate-1{
    width: 20%;
    font-size: 0.7rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 56px;
    bottom: 0;
}
.con .cate-1 .son{
    width: 70%;
    margin: 0 auto;
    border-bottom: 2px solid #F5F5F5 ;
    padding-bottom: 7px;
}
.con .cate-1 .son .icon{
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/cateicon.png);
    background-size: 58px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.con .cate-1 .son .iconhua{
    background-position: 1px -5px;
}
.con .cate-1 .son.curr .iconhua{
    background-position: -28px -5px;
}
.con .cate-1 .son .iconhualan{
    background-position: 1px -33px;
}
.con .cate-1 .curr .iconhualan{
    background-position: -28px -33px;
}
.con .cate-1 .son .iconlvzhi{
    background-position: 1px -62px;
}
.con .cate-1 .son.curr .iconlvzhi{
    background-position: -29px -62px;
}
.con .cate-1 .son .icondangao{
    background-position: 1px -88px;
}
.con .cate-1 .son.curr .icondangao{
    background-position: -28px -88px;
}
.con .cate-1 .son .iconliping{
    background-position: 0px -116px;
}
.con .cate-1 .son.curr .iconliping{
    background-position: -29px -116px;
}
.con .cate-1 .son .icon_re{
    background-position: 0px -167px;
}

.con .cate-1 .son .icon_yong{
    background-position: 0px -140px;
}



.con .cate-1 .curr{
    color: #ff6700;
    border-bottom:2px solid #ff6700;
}
.con .cate-2{
    width: 80%;
    background-color: #fff;
    font-size: 0.6rem;
    position: absolute;
    right: 0;
    top: 56px;
    bottom:  56px;
}
.con .cate-2 .cate-son{
    display: none;
    height: 100%;
    overflow-y: auto;
}
.con .cate-2 .cate-son.curr{
    display: block;
}
.con .cate-2 .cate-son .cate-son2 {
    line-height: 30px;
    font-size: 0.8rem;
    padding-left: 10px;
    color: #000000;
    background-color: #FCFCFC;
}
.con .cate-2 .cate-son .cate-son3 a .tit{
    font-size: 0.7rem;
    line-height: 25px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
}
.con .cate-2 .cate-son .cate-son3 a{
    width: 25%;
    margin-left: 6.25%;
    margin-bottom: 5px;
}
.col{
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0.2rem;
    margin-right: 0.4rem;
}
.col1{
    background-color: #ED5564;
}
.col2{
    background-color: #AC92ED;
}
.col3{
    background-color: #4FC0E8;
}
.col4{
    background-color: #A0D468;
}
.col5{
    background-color: #EC87BF;
}
.col6{
    background-color: #FFCE55;
}