
.lf{float: left}
.search_box{
    padding: 7px 5%;
    background: #0772bf;
    overflow: hidden;
}
.back{
    display: block;
    width:10%;
    height:30px;
    background: url(../images/back.png) no-repeat 0 center;
    background-size: 15px 20px;
}
.search{
    display: block;
    width:90%;
    padding: 0 36px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #B5B5B5;
    border-radius: 4px;
    background: #ffffff url(../images/search.png) no-repeat 9px center;
    background-size: 18px;
}

.main{overflow: hidden;margin-bottom:55px}
.main .left,.main .right{
    overflow-y: scroll;
    background: #f5f5f5;
    float: left;
}
/****************left*/
.main .left{
    width:26%;
}
.main ul{
    background: #fff;
}
.main ul li{
    width:100%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #EEEEEE;
	color:#666666;

}
.main ul li.current{
    color: #0772bf;
    background: #f5f5f5;
	border-left:3px solid #0772bf;
}
/***************right*/
.main .right{
    width:74%;
    padding: 0 5px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.main .right .category .title{
    height:40px;
    line-height: 40px;
	border-bottom:1px solid #eeeeee;
	 text-align:center;
     color:#666666;
     background-color: #ffffff;
}
.main .right .category .title a{color: #666666;}
.show{
    overflow: hidden;
}
.show .product{
	display: inline-block;
	width: 46%;
	background: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
/*.show .product:not(:last-child){*/
    /*margin-right: 0.5%;*/
/*}*/
.show .product .introduce{
	height:30px;
	line-height:30px;
    overflow: hidden;
	color:#666666;
}
.show .product img{
    display: block;
    width:90%;
    margin: 5px auto 7px;
}
.right_content{display: none}
.link{
    color:red;
}
.link:hover,.link:active p{background:#cda659;color:#ffffff;}