@charset "utf-8";

@import url(/static/coinsky/index/static/goods.css);
@IMPORT url("/static/comm/css/page.w.css");
@import url(/static/comm/css/font-awesome.min.css);
.bigbox{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
header,nav{
	display: none;
}
.top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f5fffd;
}
.topInfo{
	width: 100%;
	height: 140px;
	background-image: url(/static/img/newshop/coinskyTop.png);
	background-size:100% 100% ;
}
.home{
	float: left;
}
.home>a{
	color: #122e67;
}
#newMember{
	float: right;
}

.bigTitle{
	font-family: "microsoft yahei";
	font-size: 26px;
	color: #122E67;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.padding40{
	padding:0 40px;
}
.ct{
	margin-top: 20px;
	display: flex;
}

#leftMenu{
	width: 120px;
	color: #122E67;
	font-size: 20px;
	font-family: "microsoft yahei";
	line-height: 80px;
	text-align: center;
	box-shadow: 0 0 20px #dcdcdc;
	min-height: 1200px;
}
#leftMenu li.title,#leftMenu li.on{
	color: #ffffff;
	background: #122E67;
}
#leftMenu li{
	height: 80px;
	cursor: pointer;
	position: relative;
}

#rightCt{
	flex: 1;
}

#searchForm{
	padding: 20px 20px;
	display: flex;
	background-color: #f5f5f5;
	justify-content: flex-start;
}
.bigTitle{
	margin-bottom: 20px;
}

.form-line{
	width: 380px;
	margin-left: 20px;
}

.form-line label{
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333333;
	line-height: 40px;
	font-weight: normal;
}
.form-line input{
	width: 260px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
}
.form-line input::-webkit-input-placeholder{
	font-family: "microsoft yahei";
	color: #cccccc;
	font-size: 18px;
}

.btn_right{
	margin-left: auto;
	margin-right: 20px;
}

#searchForm button{
	float: right;
	width: 100px;
	height: 40px;
	font-family: "microsoft yahei";
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#searchForm button.reset{
	color: #122E67;
	background-image: url("/static/img/newshop/reset.png");
}
#searchForm button.search{
	margin-right: 10px;
	background-image: url("/static/img/newshop/search.png");
}
/*主体内容*/
.tabNavs{
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}
#tabNav{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border: 1px solid #f1f1f1;
	color: #666666;
	margin-bottom: 30px;
}
#tabNav li{
	width: 140px;
	text-align: center;
	height: 100%;
	font-size: 16px;
	float: left;
	cursor: pointer;
}
#tabNav .on{
	background: #122e67;
	color: #ffffff;
	font-size: 22px;
}

/*商品列表*/
.gd{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 6px 30px 20px;
	box-sizing: border-box;
}

.goods{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 6px 30px 20px;
	box-sizing: border-box;
}
.gd li{
	width: 246px;
	height: 380px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 4px;
}
.content_body{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.goods_img{
	width: 100%;
	height: 236px;

}
.goods_img>img{
	height: 100% !important;
}
.goods_price{
	margin-top: 5px;
	padding: 0 10px;
}
.goods_title{
	margin-top: 5px;
	padding: 0 10px;
}
.weight600{
	font-weight: 600;
}
.dangqian{
	font-size: 14px;
	color: #666666;
	margin-right: 5px;
}
.goods_titles{
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 25px;
	width: 100%;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 20px;
}
.goods_info{
	padding: 0 10px;
	margin-top: 10px !important;
}
.goods_info_viewnum{
	letter-spacing: 1px
}
.myTitles{
	padding: 30px 20px;
}
.myTitles>p{
	margin: 0;
}
.color_block{
	width: 8px;
	height: 30px;
	margin: 0 15px;
	background: #122E67;
}
.showBox{
	width: 120px;
	height: 60px;
	float: left;
	color: #333;
	font-weight: 500;
	background: #fff;
	z-index: 99;
}
.type2 .on{
	font-weight: 600;
	color: #fff;
	background: #122e67;
}
#leftMenu li>.type2{
	width: 120px;
	height: auto;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 0;
	overflow: hidden;
	display: none;
	background: #fff;
	z-index: 99;
}
/*分页样式*/
#pageNav{
	margin: 20px 0;
	min-height: 36px;
}
.m-pagination .active{
	border-color: #122e67;
	background-color: #122e67;
	border-radius: 6px;
}
.m-pagination{
	padding-top: 0px;
}
.goods_info{
	margin-top: 20px;
}
#backLists{
	margin-left: 20px;
	margin-bottom: 20px;
}
.noData{
	width: 100%;
	margin: 30px 0px;
	text-align: center;
	height: 30px;
	font-size: 16px;
}
/*排序*/
.orderBox{
	margin-left: auto;
	margin-right: 20px;
	width: 390px;
	height: 100%;
	float: right;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
}
.orderBox>div{
	width: 130px;
	height: 100%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.orderBox .on{
	color: #122e67;
}