@media (max-width:1280px) {
	body{
	    background-color: #F4F4F4;
	}
	.address{
	    display: none;
	}
	.product{
	    width: 46.875rem!important;
	}
	.product .one{
	    width: 100%;
		
	}
	.product .one .oneTop{
	    padding: 3.125rem 2.5rem;
	    background-color: #fff;
	    margin-bottom: 1.625rem;
	}
	.product .one .oneTop .topTit{
	    font-size: 2rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #3D3D3D;
	    margin-bottom: 1.75rem;
	}
	.product .one .oneTop .searIn{
		width: 41.25rem;
		height: 4.0600rem;
		background: #FFFFFF;
		border: 1px solid #999999;
	    display: flex;
	    margin-bottom: 1.8125rem;
	}
	.product .one .oneTop .searIn input{
	    width: 37.0625rem;    
	    outline: none;
		border: none;
		padding-left: 0.75rem;
		box-sizing: border-box;
	}
	.product .one .oneTop .searIn input::placeholder{
		font-size: 1.5rem;
		font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 300;
		color: #999999;
	}
	.product .one .oneTop .searIn .searB{
	    width: 4.0625rem;		
	    cursor: pointer;
		padding: 1.1875rem;
	}
	.product .one .oneTop .searIn img{
	    width: 1.8125rem;
		height: 1.8125rem;
	}
	.product .one .oneTop .allSelect select{
	    width: 12.9375rem;
	    height: 4.0625rem;
	    border: 1px solid #D8D8D8;
	    padding: 0 0.75rem;
	    box-sizing: border-box;
		font-size: 1.5rem;
		font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 300;
		color: #999999;
		margin-right: 0.9rem;
	}
	.product .one .oneTop .allSelect select:nth-child(3n){
	    margin-right: 0;
	}
	.product .one .oneBottom{
	    width: 100%;
	    background-color: #fff;
	    padding: 2.5rem;
		margin-bottom: 2.5rem;
	}	
	.product .one .oneBottom .item {
	    padding-bottom: 1.125rem;
	    border-bottom: 1px solid #D8D8D8;
	    margin-bottom: 2.5rem;
	}
	.product .one .oneBottom .item .title{
	    display: flex;
	    align-items: center;
	    font-size: 1.875rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #3D3D3D;
	}
	.product .one .oneBottom .item .title .tiPic{
	    width: 1.5rem;
	    margin-right: 0.375rem;
	}
	.product .one .oneBottom .item .type{
	    font-size: 1.25rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #999999;
	    margin: 1.125rem 0 0.75rem 0;
	}
	.product .one .oneBottom .item .addressTime{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.product .one .oneBottom .item .addressTime .addressCity{
	    font-size: 1.625rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #333333;
	}
	.product .one .oneBottom .item .addressTime .time{
	    font-size: 1.375rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #999999;
	}
	.twe{
	    display: none;
	}
	
}
@media (min-width:1280px) {
    body{
        background-color: #F4F4F4;
    }
    .address{
        font-size: .7292vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin: .625vw auto !important;
    }
    .product{
        display: flex;
		justify-content: space-between;
		margin: 0 auto 5vw!important; 
    }
	.product .one{
	    width: 53.125vw;
	}
    .product .one .oneTop{
	    padding: 1.0417vw 1.5625vw;
        background-color: #fff;
        margin-bottom: .5208vw;
	}
    .product .one .oneTop .topTit{
	    font-size: 1.0417vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 500;
        color: #333333;
        margin-bottom: .5208vw;
	}
    .product .one .oneTop .searIn{
	    display: flex;
        margin-bottom: .4167vw;
	}
    .product .one .oneTop .searIn input{
	    width: 43.3333vw;
        height: 1.9792vw;
        outline: none;
	}
    .product .one .oneTop .searIn .searB{
	    width: 6.6667vw;
        line-height: 1.9792vw;
        background: #333333;
        text-align: center;
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
	}
    .product .one .oneTop .allSelect select{
	    width: 10.8333vw;
        height: 1.9792vw;
        border: 1px solid #D8D8D8;
        padding: 0 .4333vw;
        box-sizing: border-box;
	}
    .product .one .oneBottom{
    	min-height: 50vw;
        width: 100%;
        background-color: #fff;
        padding: 1.5625vw;
    }
    .product .one .oneBottom .item {
        padding-bottom: 1.5625vw;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 1.5625vw;
    }
    .product .one .oneBottom .item .title{
        display: flex;
        align-items: center;
        font-size: 1.0417vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
    }
    .product .one .oneBottom .item .title .tiPic{
        width: 1.25vw;
        height: 1.25vw;
        margin-right: .3125vw;
    }
    .product .one .oneBottom .item .type{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin: .625vw 0 .3125vw 0;
    }
    .product .one .oneBottom .item .addressTime{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product .one .oneBottom .item .addressTime .addressCity{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #333333;
    }
    .product .one .oneBottom .item .addressTime .time{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .twe{
        width: 18.2292vw;
        height: 14.1354vw;
        background: #FFFFFF;
        padding: 1.0417vw 1.0417vw 1.9792vw 1.0417vw;
    }
    .twe .titleMore{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .twe .titleMore .title{
        font-size: 1.0417vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 500;
        color: #333333;
    }
    .twe .titleMore .more{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .twe .line{
        width: 100%;
        height: 1px;
        background: #D8D8D8;
        margin: .5208vw 0 1.1458vw;
    }
    .twe .titlePi{
        display: flex;
        align-items: center;
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 1.0417vw;
    }
    .twe .titlePi .tiPic{
        width: .8333vw;
        height: .8333vw;
        margin-right: .3125vw;
    }
}<!--ºÄÊ±1774085241.4647Ãë-->