
@media (min-width: 1200px){
	.container {
	    width: 1050px;
	}
}

/*如果屏幕大于769px*/
@media screen and (min-width:769px){
	.header-top-on{
		display: none;
	}
	.portfolio-wrapper{
		padding: 10px;
	}
	.phoneShowTime{
		display: none;
	}

}

/*如果屏幕小于769px*/
@media screen and (max-width:769px){ 
	.header-top {
	    padding: 5px;
	}
	.container {
	    padding-right: 3px;
	    padding-left: 3px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.header-top{
	    background: url(../img/back.jpg);
	}
	.search{
		display: none;
	}
	.logo{
		margin-left: 10px;
	}
	.lunbo{
		display: none;
	}
	.article-left{
		padding: 0px;
	}
	.article-middle{
		padding: 0px;
	}
	.article-right{
		padding: 0px;
	}
	.article-middle{
		display: none;
	}
	.goods_price_span{
		margin: 5px;
	}
	.article_top_goods{
		display: none;
	}
	.single-text{
		padding: 5px;
	}
	.pcShowTime{
		display: none;
	}
	.top-sin{
		border: none;
	}
  .footer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .myfooter{
    margin-bottom: 20px;
  }
}
.logo img{
	width: 150px;
}
.social-in li{
	width: 31%;
	margin: 2px;
    padding: 7px;
    background-color: #565656;
    font-size: 14px;
}
.social-in a{
	color: white;
}
@media (max-width: 480px){
	.header-bottom {
	    padding: 1em 0;
	}
	.logo img{
		width: 100px;
	}
	#filters li {
		width: 25%;
		text-align: -webkit-center;
		border-bottom: 1px solid #e4e6ec;
	}
	#filters {
	    border-bottom: 0px solid;
	}
}


.rightBox1{
	position: fixed;
    right: 50%;
    margin-right: -660px;
    top: 230px;
    height: 250px;
    width: 130px;
}
.leftBox1{
	position: fixed;
    left: 50%;
    margin-left: -660px;
    top: 230px;
    /*height: 450px;*/
    width: 130px;
    background-color: #efefef;
}

.leftBox1_Text1{
	height: 35px;
	background-color: #af0000;
}

.leftBox1_Text1 p{
	font-size: 16px;
    text-align: center;
    padding: 5px;
    color: white;
    margin: 0px;
}

.leftBox1_Text2 p{
	margin:5px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #b3b3b3;*/
}
.leftBox1_Text2 a{
	color: gray;
}


.myUl1 li{
	width: 100%; 
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
	margin-bottom: 10px;
	font-size: 12px;
}
.myUl1 span{
	float: right;
	margin-left: 15px;
}
.myUl1 a{
	color: black;
}

.goods-div .col-md-6{
	padding: 10px;
}
.goods-text{
	color: black;
}
.goods-text-title{
	margin-left: 32px;
    font-size: 25px;
    font-weight: 600;
    color: #404040;
}
.goods-text-longTitle{
	text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
    font-size: 16px;
    margin-top: 5px;
    color: gray;
}
.goods-text-price{
	padding: 5px;
	background-color: #e0e0e0;
	width: 100%;
	/*height: 70px;*/
	margin-top: 10px;
}

.goods-content{
	width: 100%;
}
.goods-content img{
	width: 100%;
}

/*分页样式*/
.PageCode{text-align:center; margin:.5rem 0;}
.PageCode a,.PageCode span{display:inline-block; border:1px solid #eee; border-radius:.3rem; padding:.5rem 1rem; margin: 5px;}
.PageCode a{color:#333;}
.PageCode a.disnone{color:#ccc; border-color:#ccc; cursor:none;}

/*.popular li{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}*/

.article-left-1{
	width: 100%;
	height: 80px;
}
.article-left-1 p{
	margin-left: 100px;
}
.article-left-2 p{
	margin-left: 100px;
}
.article-left-3 p{
	margin-left: 100px;
}
.article-left-2{
	width: 100%;
	height: 80px;
}
.article-left-3{
	width: 100%;
	height: 80px;
}
.article-middle-1{
	width: 100%;
	height: 105px;
	margin-bottom: 15px;
}
.article-middle-2{
	width: 100%;
	height: 105px;
}
.article-left img{
	width: 90px;
	height: 60px;
	margin-top:5px;
	margin-bottom: 5px;
	position: absolute;
}
.article-left_p1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size:14px;
	padding-top: 3px;
	color:green;
}
.article-left_p2{
	padding-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	font-size:12px;
	color: #a2a2a2;
	text-indent:2em;

}
.article_middel_p1{
	font-size: 18px;
	text-align: center;
	color: green;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_middle_p2{
	font-size: 14px;
    color: gray;
    margin-top: 15px;
    text-indent: 2em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
