/* 移动端 */
@media (max-width: 1000px) {
	.brand_baner{
		position: relative;
	}
	.brand_baner{
		height: auto;
	}
	.brand_content_title{
		top: 120px;
	}
	.brand_content_title p:nth-child(1){
		font-size: 12px;
		margin: 0px;
	}
	.brand_content_title p:nth-child(2){
		font-size: 16px;
		padding-top: 0px;
	}
	.brand_yuan{
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0px;
	}
	.brand_title{
		font-size: 16px;
	}
	.check1{
		width: 20px;
		height: 20px;
	}
	.la1::after{
		width: 9px;
		height: 6px;
		top: 5px;
		left: 4px;
	}
	.icon-xiangxiajiantou{
		font-size: 10px;
	}
	.check_brand{
		display: flex;
		flex-direction: column;
		padding-top: 20px;
		position: relative;
	}
	.check_brand_left{
		width: 100%;
		padding-right: 0px;
	}
	.check_box_left{
		padding-top: 10px;
		margin-top: 0px;
		height: auto;
	}
	.check_box_left ul{
		white-space: nowrap;
		display: flex;
	}
	.check_box_left ul li{
		display: flex;
	}
	.check_brand_left ul>li p{
		padding: 0px;
		padding-left: 5px;
		padding-right: 10px;
		font-size: 12px;
		margin: 0px;
		display: flex;
		align-items: center;
	}
	.search_box{
		padding-top: 10px;
	}
	.search_title{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.search_input{
		margin-top: 5px;
	}
	.search_input input{
		width: 100%;
		height: 40px;
	}
	.search_img{
		top: 10px;
		right: 16px;
		width: 20px;
	}
	.right-jiejian{
		height: 100%;
		/* opacity: 1; */
		padding: 10px 10px;
	}
	.check_brand_right{
		width: 100%;
		display: flex;    
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.check_brand_right_box{
		width: 49%;
		margin-left: 0px;
	}
	.right_jiejian_title{
		font-size: 16px;
	}
	.right_jiejian_text,.right_jiejian_text *{
		font-size: 12px !important;
	}
	.jiejian_more_box{
		margin-top: 15%;
	}
	.jiejian_more {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.jiejian_price,.right_jiejian_ma{
		font-size: 12px;
	}
	.drop{
		margin: 0px;
		width: 100% !important;
	}
}