﻿.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex {
	display: flex;
}

.flex-vc {
	display: flex;
	align-items: center;
}
.flex-cc{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-auth-store {
	width: 100%;
	background: #FBFBFB;
	overflow-x: hidden;
}

.has-tit{
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	margin-top: 71px;
}
.has-sub-tit{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.has-item{
	width: 585px;
	min-height: 230px;
	background: #fff;
	border-radius: 4px;
	margin-right: 37px;
	padding: 40px 16px 40px 20px;
	box-sizing: border-box;
	margin-top: 42px;
}
.has-item:hover{
	transform: scale(1.05);
}
.hasi-left{
}
.hasi-tag{
	width: 58px;
	height: 20px;
	background: #2D96FD;
	border-radius: 4px 0px 4px 0px;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 12px;
}
.hasi-tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}
.hasi-site{
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	margin-top: 30px;
}