
.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: 2.08333vw;
	flex-wrap: wrap;
	width: 100%;
	
}

.sales-service-content .areaChooseGroup a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 2.5vw;
	background-color: #F3F5FA;
	border-radius: 1.25vw;
	font-size: 0.83333vw;
	margin-right: 1.04166vw;
    box-sizing: border-box;
	margin-bottom: 1vw;
    padding: 0 1vw;
}

.sales-service-content .areaChooseGroup a.active{
	background-color: #0A50B4;
	color: #fff;
}

.sales-service-content .areaChooseGroup a:hover{
	background-color: #0A50B4;
	color: #fff;
}

.artisan-list {
    display: flex;
    flex-wrap: wrap;
}

.artisan-list .section {
    width: 20vw;
    cursor: pointer;
    margin-bottom: 2.6vw;
    margin-right: 1.9vw;
}
.artisan-list .section:nth-child(3n) {
    margin-right: 0;
}
.artisan-list .section:hover h3 {
    color: #0A50B4;
}
.artisan-list .section  div {
    overflow: hidden;
    width: 100%;
    height: 13.33333vw;
    text-align: center;

}
.artisan-list .section  div img {
    height: 100%;
    transition: all .5s;
    object-fit: contain;
	display: inline-block;
}
.artisan-list .section:hover div img {
    transform: scale(1.04);
}
.artisan-list .section h3 {
    font-size: 1.25vw;
    color: #262728;
    font-weight: bold;
    text-align: center;
    line-height: 2.56vw;
}

.artisan-list .section p {
    font-size: 0.83333vw;
    color: #262728;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@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.73333vw;
	}
	
	.sales-service-content .areaChooseGroup{
		margin-bottom: 4.66666vw;
        overflow-x: scroll;
        /* overflow-y: hidden; */
		flex-wrap: nowrap;
	}
    .sales-service-content .areaChooseGroup::-webkit-scrollbar {
        width: 0px;
        height: 0px;
		display: none;
      }
	
	.sales-service-content .areaChooseGroup a{
        width: auto;
        padding: 3.66666vw  4vw;
		font-size: 3.733vw;
		border-radius: 7.5625vw;
        white-space: nowrap;
	}
    .artisan-list .section, .artisan-list .section{
        width: 100%;
        margin-bottom: 7.6vw;
        margin-right: 0;
    }
    .artisan-list .section div img, .artisan-list .section div img  {
        width: 100%;
    }

    .artisan-list .section h3 {
        font-size: 4.2vw;
        line-height: 10.56vw;
    }

    .artisan-list .section p {
        font-size: 3.733vw;
    }
    .artisan-list .section div {
        height: auto;
    }
}