/**!
 * 我的关注
 * date:2017-10-11
 * author: xlb;
 */
body{
	background:#f5f5f5;
}

/*关注的内容*/
.focus {
	background: #f0f0f0;
}

.left-link {
	width:115px;
	padding-left: 75px;
	padding-top: 24px;
}

.left-link dl {
	margin-bottom: 20px;
}

.left-link dt {
	font-weight: bold;
	font-size: 15px;
	color:#333;
	margin-bottom: 5px;
}

.left-link dd {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

.left-link dd>a {
	color:#666;
}

.left-link dd>a:hover,
.left-link dd>a.active {
	color:#e65e60;
}

.right-focus {
	width:1000px;
	min-height:750px
}

.top-tabview .tabview-hd {
	margin-top: 40px;
	height: 60px;
	background: #fff;
	overflow: hidden;
}

.top-tabview .tabview-hd>.item-list {
	margin-top: 18px;
	width:240px;
	height: 23px;
	border-right:1px dashed #ddd;
	padding-right: 35px;
}

.top-tabview .tabview-hd>.search {
	margin:17px 20px 0 0;
}

.top-tabview .tab-item {
	display: block;
   margin-left: 23px;
   line-height: 23px;
   font-size: 12px;
   color:#333;
   float:left;
   cursor: pointer;
}

.top-tabview .tab-item.active {
	color:#e4393c;
	border-bottom: 2px solid #e4393c;
}

.search-btn {
	width:52px;
	height: 24px;
	border:1px solid #ddd;
	border-radius: 2px;
	background: #f5f5f5;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	color:#333;
	font-size: 12px;
}

.goods-name {
	margin-right: 3px;
	width:143px;
	padding-left: 5px;
	border:1px solid #ccc;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	outline: none;
	font-size: 12px;
}

::-webkit-input-placeholder {
    color: #a9a9a9;
}

:-moz-placeholder {
    color: #a9a9a9;
}

::-moz-placeholder {
    color: #a9a9a9;
}

:-ms-input-placeholder {
    color: #a9a9a9;
}

.placeholder {
    color: #a9a9a9;
}

.option {
	margin-top: 25px;
	padding-right: 18px;
	font-size: 12px;
}

.option>a {
	color:#666;
}
.tab-panel {
	width:1000px;
	overflow: hidden;
}

/*店铺*/
.shop-list>li {
	border:1px solid #eee;
}

.shop-show {
	width:259px;
	border-right: 1px solid #eee;
	background: #fff;
	height: 260px;
	position: relative;
}

.logo-info {
	text-align: center;
	overflow: hidden;
	height: 225px;
}



.logo-info>img {
	margin: 30px auto 30px auto;
}
.logo-info>p {
	margin: 0px auto 12px;
    color: #666;
}
.score {
	margin-left: 62px;
	padding-left: 20px;
	font-size: 12px;
	color:#999;
	width:40px;
	background: url("../images/star.png") left center no-repeat;
}

.love-num {
	margin-left: 32px;
	padding-left: 20px;
	color:#999;
	font-size: 12px;
	background: url("../images/love.png") left center no-repeat;
}

.bottom-option {
	position: absolute;
	bottom:0;
	height: 34px;
	background: #f9f9f9;
}

.bottom-option>a {
	height: 34px;
	font-size: 12px;
	color:#666;
	line-height: 34px;
	border-top:1px solid #eee;
}

.cancel {
	width:129px;
	border-right: 1px solid #eee;
	text-align: center;
}

.get-in {
	text-align: center;
	padding-left: 30px;
	width:99px;
	background: url("../images/shop.png") 20px center no-repeat;
}
.inner-tabview {
	float:left;
	width:738px;
	height: 260px;
	background: #fff;
}

.inner-tabview>.tabview-hd>ul {
	margin:20px 0 0 20px;
	border-right: none;
	height: 27px;
}


.inner-tabview .tab-item {
	border:1px solid #ddd;
	width:52px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-left: 0;
}


.inner-tabview .tabview-hd {
	margin-top: 0;
}

.inner-tabview .tab-item.active {
	border:1px solid #e4393c;
	color:#e4393c;
}

.inner-tabview .tab-panel {
	width:738px;
	background: #fff;
}

.shop-list {
	margin-top: 20px;
}

.shop-list>li {
	margin-bottom: 30px;
}

/*热销商品*/
.hot-list {
	width:700px;
}

.hot-list>li {
	float:left;
	text-align: center;
	margin:0 17px;
}

.goods-price {
	text-align: center;
	color:#f82325;
	margin:10px 0 6px 0;
	font-size: 12px;
}


.goods-descirbe {
	width:140px;
	height:30px;
	line-height: 15px;
	color:#444;
	font-size: 12px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
/*分页*/
.pages {
	float: right;
}

.pages .pre,
.pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}