page {
    /* height: 100%; */
}

.container {
    background: #f9f9f9;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.search {
    height: 44px;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    display: flex;
    align-items: center;
}

.search .input {
    width: 645px;
    height: 53px;
    background: #ededed;
    border-radius: 8rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .icon {
    background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/search2-2fb94833aa.png) center no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

.search .txt {
    height: 42rpx;
    line-height: 42rpx;
    color: #666;
    padding-left: 5px;
    font-size: 15px;
}

.catalog {
    flex: 1;
    width: 100%;
    background: #fff;
    display: flex;
    /* border-top: 1px solid #fafafa; */
    /* border-top: 3px solid #f2faff; */
    /* border-bottom:3px solid #f2faff;  */
}

.catalog .nav {
    width: 81px;
    height: 100%;
    position: fixed;
    z-index: 999;
    border-right:3px solid #ece9e9;

}

.catalog .nav .item {
    text-align: center;
    line-height: 45px;
    width: 81px;
    height: 45px;
    color: #333;
    font-size: 12px;
    border-left: 3px solid #fff;
}

.catalog .nav .item.active {
    color: #825959;
    font-size: 18px;
    border-left: 3px solid #825959;
}

.catalog .cate {
    /* border-left: 3px solid #f2faff; */
    flex: 1;
    height: 100%;
    padding: 0 15px 0 15px;
    margin-left: 81px;
}

.banner {
    display: block;
    height: 111px;
    width: 100%;
    position: relative;
}

.banner .image {
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 2px;
    /* height: 96px; */
    width: 100%;
}

.banner .txt {
    position: absolute;
    top: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    left: 0;
    height: 96px;
    line-height: 96px;
    width: 100%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.catalog .hd {
    height: 54px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog .hd .txt {
    font-size: 11px;
    text-align: center;
    color: #333;
    padding: 0 5px;
    width: auto;
}

.catalog .hd .line {
    width: 20px;
    height: 1px;
    background: #d9d9d9;
}

.catalog .bd {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.catalog .bd .item {
    display: block;
    float: left;
    height: 110px;
    /* width: 142px; */
    width: 33.3%;
    /* margin-right: 32px; */
}

.catalog .bd .item.last {
    margin-right: 0;
}

.catalog .bd .item .icon {
    height: 72px;
    width: 72px;
}

.catalog .bd .item .txt {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333;
    height: 36px;
    /* width: 142px; */
}
