hqyw.less 5.62 KB
@charset "UTF-8";

.hqyw{
	width: 92%;
	margin: 0 4%;
}
.header{
	width:100%;
	/* height:128px; */
	background: #fff;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.header_ztl{
	width:100%;
	/* height:32px; */
	background: #fff;
}
.header_top{
	width:100%;
	height:96px;
	background: #fff;
	display: flex;
}
.headerBackground{
	width:100%;
}
.header_back{
	padding:29px 10px 29px 28px;
	width:38px;
	height:38px;
}
.header_back img{
	width:38px;
	height:38px;
}
.header_close{
	padding:29px 30px 29px 10px;
	width:38px;
	height:38px;
}
.header_close img{
	width:38px;
	height:38px;
}
.header_search{
	width:-moz-calc(100% - 155px);
	width:-webkit-calc(100% -155px); 
	width: calc(100% - 155px);
	height:96px;
}
.hqyw_swiper{
	margin-top: 30px;
	position: relative;
	.swiper-box {
		width: 690px;
	}
}
.swiper-slide{
	border-radius: 20px;
	height: 356px;
	overflow: hidden;
}
.hqyw_swiper_img{
	height: 356px;	
	width: 100%;
	object-fit: cover;
}
.swiper_pagination{
	text-align: center;
    padding: 17px 0 22px 0;
}
.swiper_pagination li{
	width:13px;
	height:13px;
	background:rgba(219,220,219,1);
	margin: 0 10px;
	display: inline-block;
	border-radius: 50%;
}
.swiper_pagination li.swiper_page_active{
	background:rgba(50,50,50,1);
}
.card1{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 18px 0px rgba(0,0,0,0.1);
	border-radius:26px;
	overflow: hidden;
	margin-bottom: 40px;
}
.top_pic{
	height: 352px;
}
.top_pic_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.list{
	margin-top: 10px;
}
.scoll_div{
	width: 100%;
	overflow: hidden;
}
.scoll_ul{
	width: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	height: 100%;
	padding-bottom: 20px;
	margin-bottom: -20px;
}
.scoll_li{
	display: inline-block;
	width: 34%;
	height: 100%;
	margin-right:16px;
	margin-left:14px;

}
.li_pic{
	height: 240px;
	width: 100%;
}
.li_pic_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.li_name{
	margin-top: 14px;
	font-size:24px;
	font-weight:400;
	color:rgba(30,30,30,1);
	line-height:33px;
    height: 66px;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	white-space: normal;
}
.li_price{
	margin-bottom: 32px;
}
.li_price p{
	font-size:30px;
	font-weight:500;
	color:rgba(255,21,67,1);
	line-height:42px;
	display: inline-block;
	margin-left: 30px;
}
.li_price span{
	font-size:24px;
	font-weight:500;
	color:rgba(30,30,30,1);
	line-height:33px;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}
.hqyw_qyzz{
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
}
.hqyw_qyzz_img{
	height: 100%;
	width: 100%;
}
.card2{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 18px 0px rgba(0,0,0,0.1);
	border-radius:26px;
	margin-bottom: 40px;
}
.card_title{
	display: flex;
	justify-content: space-between;
	height: 130px;
}
.title_left{
	font-size:42px;
	font-weight:500;
	color:rgba(17,17,17,1);
	line-height:59px;
	margin:auto 30px;
}
.title_right{
	margin: auto 50px;
	font-size:20px;
	font-weight:500;
	color:rgba(70,70,70,1);
	line-height:28px;
}
.title_right_img{
	height: 16px;
	width: 16px;
}
.goods_single{
	width: 35%;
	display: inline-block;
	margin: 0 7.5%;
	margin-bottom: 30px;
}
.goods_pic{
	width: 100%;
	height: 270px;
	margin-bottom: 10px;
}
.goods_pic_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.goods_name{
	font-size:24px;
	font-weight:400;
	color:rgba(30,30,30,1);
	line-height:33px;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	white-space: normal;
}
.goods_price{
	margin-top: 14px;
}
.goods_price p{
	font-size:30px;
	font-weight:500;
	color:rgba(255,21,67,1);
	line-height:42px;
	display: inline-block;
	margin-left: 30px;
}
.goods_price span{
	font-size:24px;
	font-weight:500;
	color:rgba(30,30,30,1);
	line-height:33px;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}
.list{
	width: 88%;
	margin: 30px 6% 0 6%;
	display: flex;
	justify-content: space-between;
}
.list .goods_pic{
	width: 36%;
	height: 240px;
}
.list .goods_pic_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.list .goods_right{
	width: 55%;
	position: relative;
}
.list .goods_title{
	font-size:28px;
	font-weight:400;
	color:rgba(30,30,30,1);
	line-height:40px;
	/*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	white-space: normal;
}
.list .goods_price{
	position: absolute;
	bottom: 15px;
	left: 0;
}
.list .goods_price p{
	font-size:30px;
	font-weight:500;
	color:rgba(255,21,67,1);
	line-height:42px;
	display: inline-block;
}
.list .goods_price span{
	font-size:24px;
	font-weight:500;
	color:rgba(30,30,30,1);
	line-height:33px;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}
.bottomBtn{
	width:100%;
	height:98px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(228,228,228,1);
	display: flex;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
}
.bottomBtnBackground{
	width:100%;
	height:98px;
	background:rgba(255,255,255,1);
}
.bottomBtnLeft,.bottomBtnRight{
	width:49.5%;
	height:42px;
	margin:28px 0;
	display: inline-block;
	display: flex;
    justify-content: center;
}
.bottomBtnLeft img,.bottomBtnRight img{
	width:42px;
	height:42px;
}
.bottomBtnLeft p,.bottomBtnRight p{
	font-size:30px;
	font-weight:400;
	line-height:42px;
	margin-left:17px;
}
.bottomBtnLeft p{
	color:rgba(255,114,92,1);
}
.bottomBtnRight p{
	color:rgba(200,200,200,1);
}
.bottomBtnLeft{
	border-right:1px solid #E4E4E4;
}