
.sales-service-content {
	display: flex;
	flex-direction: column;
	padding-bottom: 2.60416vw;
	width: 100%;
	box-sizing: border-box;
}

.sales-service-content .innerH2 {
	font-size: 2.2vw;
	color: #262728;
	margin-bottom: 1.30208vw;
	font-weight: bold;
}

.sales-service-content .tipTxt{
	font-size: 0.83333vw;
	color: #262728;
	margin-bottom: 2.34375vw;
	/*display: flex;*/
	flex-direction: row;
	align-items: center;
}

.sales-service-content .tipTxt span{
	margin-right: 1.25vw;
}

.sales-service-content .areaChooseGroup {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.83333vw;
	
}

.sales-service-content .areaChooseGroup a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.25vw;
	height: 2.5vw;
	background-color: #F3F5FA;
	border-radius: 1.25vw;
	font-size: 0.83333vw;
	margin-right: 1.04166vw;
}

.sales-service-content .areaChooseGroup a.active{
	background-color: #0A50B4;
	color: #fff;
}

.sales-service-content .areaChooseGroup a:hover{
	background-color: #0A50B4;
	color: #fff;
}

.tableBox {
	/* width: 64.0625vw; */
	width: 100%;
	height: auto;
	overflow-y: auto;
	border-radius: 0.52083vw;
}

.tableBox table{
	min-width: 100%;
}

.tableBox table tr{
	height: 3.33333vw;
	color: #262728;
}

.tableBox table tr{
	font-size: 0.83333vw;
}

.tableBox table tr:first-child{
	height: 4.16666vw;
	background-color: #0A50B4!important;
	color: #fff;
}
.tableBox table tr td{
	text-align: center;
	box-sizing: border-box;
}

.tableBox table tr td:nth-child(1){
	width: 10%;
}

.tableBox table tr td:nth-child(2){
	width: 12%;
}

.tableBox table tr td:nth-child(3){
	width: 38%;
	padding: 0 2vw;
}

.tableBox table tr td:nth-child(4){
	width: 15%;
}

.tableBox table tr td:nth-child(5){
	width: 25%;
}

.tableBox table tr:nth-child(odd){
	background-color: #DFE9F9;
}

.tableBox table tr:nth-child(even){
	background-color: #F3F5FA;
}

@media screen and (max-width: 750px) {

	.sales-service-content .innerH2 {
		font-size: 5.8vw;
		font-weight: bold;
		margin-bottom: 2.66666vw;
	}
	
	.sales-service-content .tipTxt{
		margin-bottom: 5.33333vw;
		font-size: 3.2vw;
		flex-wrap: wrap;
	}
	
	.sales-service-content .areaChooseGroup{
		margin-bottom: 2.66666vw;
	}
	
	.sales-service-content .areaChooseGroup a{
		width: 16vw;
		box-sizing: border-box;
		height: auto;
		padding: 2.66666vw;
		font-size: 3.2vw;
		border-radius: 3.6vw;
		margin-right: 2vw;
	}
	
	.tableBox{
		width: 100%;
		border-radius: 1.33333vw;
	}
	
	.tableBox table{
		min-width: 100%;
	}
	
	.tableBox table tr{
		height: 8.53333vw;
		color: #262728;
	}
	
	.tableBox table tr{
		font-size: 3.2vw;
	}
	.tableBox table tr:first-child{
		height: 10.66666vw;
		background-color: #0A50B4!important;;
		color: #fff;
	}

}