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

/*右侧tabview*/
.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;
}
.tab-panel {
	width:1000px;
	/*overflow: hidden;*/
}

.goods-list {
	width:1030px;
	margin-top: 20px;
}

.goods-list>li {
	border:1px solid #eee;
	width:235px;
	height: 260px;
	background: #fff;
	float:left;
	margin:0 17px 19px 0;
	position: relative;
	cursor: pointer;
}

.goods-list>li .choosed {
	display: none;
}

.goods-area {
	height: 226px;
	overflow: hidden;
}

.goods-area:hover .choosed,
.goods-list>li.active .choosed {
   display: block;
}

.list-img {
  text-align: center;
  height: 130px;
  margin-top: 30px;
}

.shop-name {
	text-align: center;
	font-size: 12px;
	color:#5d5d5d;
	margin:0 20px;
}

.money {
	font-size: 12px;
	color:#f82325;
	text-align: center;
	margin-top: 12px;
}


.goods-bottom-list {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f9f9f9;
}

.goods-bottom-list>li {
	float:left;
	height: 34px;
	border-top:1px solid #eee;
	background: #f9f9f9;
	width:116px;
}

.goods-bottom-list>li>a {
	display: block;
	color:#666;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	vertical-align: middle;
}

.cancel-fc {
	width:73px;
	border-right:1px solid #eee;
}

.cancel-fc>a {
	text-align: center;
}

.compress {
	width:65px;
/* 	border-right:1px solid #eee; */
}

.compress>a {
	margin-left: 20px;
	padding-left: 30px;
	width:35px;
	background: url("../images/unchoose.png") 10px center no-repeat;
}

.compress>.chosed {
	background: url("../images/choosed.png") 10px center no-repeat;
}

.price {
	width: 95px;
}

.price>a {
	padding-left: 35px;
	width:60px;
	background: url("../images/trend.png") 15px center no-repeat;
}


/*分页*/
.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;
}

/*价格趋势图*/

.trade-echarts {
	width:460px;
	border:1px solid #d9dfe5;
	background: #fff;
	position: absolute;
	z-index: 3;
	top:280px;
	display: none;
} 

.trade-echarts.active {
	display: block;
}

.trade-echarts>div {
	height: 220px;
}

.highest-price,
.lowest-price {
	position: absolute;
	right:5px;
	top:0;
}

.highest-price {
	top:25px;
}

.highest-price>p {
	color:#ee4a4a;
}

.lowest-price {
	top:130px;
}

.lowest-price>p {
	color:#12aa98;
}

.contrast-box .contrast {
	width:998px;
	position: fixed;
	left:50%;
	bottom:-150px;
	margin-left: -499px;
	height: 140px;
    border:1px solid #e5e5e5;
    background: #fff;
	transition: bottom .3s ease-in-out 0s;
}
.contrast-box .contrast-active {
	bottom:0px;
}

.contrast-box .visible {
	position: absolute;
	right:20px;
	top:10px;
	color:#005aa0;
	font-size: 13px;
}

.contrast-box .contrast-title {
	 border:2px solid #329111;
	 border-bottom: 0;
	 height: 42px;
	 background: #fff;
	 position: relative;
	 top:-2px;
	 color:#329111;
	 line-height: 43px;
	 width:80px;
	 text-align: center;
}

.contrast-box .goods-contrast {
	border:2px solid #329111;
	height: 88px;
	margin-top: -4px;
	padding:5px 0;
}

.contrast-box .goods-contrast li {
	float:left;
	width:205px;
	height: 88px;
	border-right:1px dashed #eee;
}
.contrast-box .goods-contrast li:hover .oil-situation>i{
	opacity: 1;
}
.contrast-box .goods-contrast li img,
.contrast-box .goods-num {
	width:50px;
	height: 50px;
	margin: 19px 5px;
}

.contrast-box .goods-num {
	background: #f6f6f6;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color:#999;
}

.contrast-box .goods-contrast li.nogoods a {
   color:#ccc;
}

.contrast-box .goods-contrast li.nogoods span,
.contrast-box .goods-contrast li.nogoods i {
	display: none;
}

.contrast-box .oil-situation {
	padding:0 15px;
}

.contrast-box .oil-situation>a {
	width:115px;
	font-size: 12px;
	color:#444;
	margin-top: 16px;
	height:32px;
	line-height:16px;
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}

.contrast-box .oil-situation>span {
	color:#e5393c;
	font-weight: bold;
	position: relative;
	top: 10px;
}

.contrast-box .oil-situation>i {
	position: relative;
	top: 10px;
	left: 10px;
	opacity: 0;
	font-style: normal;
	cursor: pointer;
	font-size: 13px;
	color:#4f5aa0;
}

/* .contrast-box .oil-situation>i:hover {
	opacity: 1;
} */

.contrast-box .clear-compress {
	width:168px;
}

.contrast-box .compress-option>a {
	display: block;
}

.contrast-box .com-btn {
	width:60px;
	height: 30px;
	border:1px solid #eee;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	margin:15px auto 10px auto;
	background: #e33a3d;    
}

.contrast-box .clear-compress {
	color:#4f5aa0;
	text-align: center;
}