.main-logo {
	width:10%;
}
.current-cart{
    width: 15%;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: right;
}
.current-cart a{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
}
.current-cart a img{
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.current-cart a>span{
    width: .875rem;
    height: .875rem;
    line-height: .875rem;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #ff9500;
    border-radius: 50%;
    position: absolute;
	left: 45%;
    top: 20%;
}
.back_cart{
	width: 100%;
    height: 45px;
    position: fixed;
    top: 0px;
    z-index: 99;
    text-align: left;
    display: flex;
    align-content: center;
    background: #fff;
    align-items: center;
	justify-content: space-between;
}
.title_name{
	text-align: center;	
	width:33%;	
}
.t-ads{
  top: 0px;
}
.search_back{
	width: 15%;
    margin-left: 10px;	
}
.search_back a{
	color: #000;
}
.search_cate {
	width:100%;
	background: #FFF;
    border-radius: 5px;
    padding: 5px 0px;
    position: relative;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin-left: 8px;
}
.search_cate .search-logo {
    position: absolute;
    left: 5%;
    z-index: 1;
    color: #939393;
    font-size: 12px;
    font-weight: 100;
}
.search_cate .s_key {
    display: inline-block;
    width: 100%;
    border: none;
    border-radius: 15px;
    height: 30px;
    overflow: hidden;
    background: #f7f7f7;
    font-size: 12px;
    -webkit-box-align: center;
    line-height: 30px;
    position: absolute;
    padding-left: 35px;
    padding-right: 10px;
    box-sizing: border-box;
}
.back_cart .tname{
	font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
