.core-header {
    position: relative;
    width: 100%;
    min-height: 3rem;
}

.core-header > img {
    width: 100%;
}
 .product-area .title {
	padding: 40px 0;
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 700;
	
 }
.product-area .title span{
  position: relative;
	}
 .product-area .title span::before{
	display: inline-block;
	background-color:rgba(57, 145, 202, 1) ;
	position: absolute;
	content: '';
	width:0.7rem;
	height: 10px;
	left: -0.04rem;
	top: 0.45rem;
 }
 .product-list{
	padding: 0.2rem 1rem 0;
	display: flex;
	justify-content: space-between;
 }
 .product-list .item {
	width: 30%;
	text-align: center;
	color: #333333;
 }
 .product-list .item img{
	width: 5.2rem;

 }
 .product-list .item .label{
	font-size: 0.45rem;
	margin-top: 0.2rem;
 }
 .product-list .item .price{
		font-size: 0.3rem;
		margin-top: 0.1rem;
 }
 .product-list .item .btn{
	background-color: rgba(46, 83, 119, 1);
	color: #fff;
	height: 0.5rem;
	padding: 0 0.7rem;
	line-height: 0.5rem;
	font-size: 0.2rem;
	border-radius: 8px;
	margin-top: -0.8rem;

 }
 .product-list .item .btn:focus{
	box-shadow: unset;
 }





