
.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;
	width: 100%;
	flex-wrap: wrap;
	
}

.sales-service-content .areaChooseGroup a{
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 6.25vw; */
	height: 2.5vw;
	padding: 0 1.25vw;
	background-color: #F3F5FA;
	border-radius: 1.25vw;
	font-size: 0.83333vw;
	margin-right: 1.04166vw;
	margin-bottom: 1.04166vw;
}

.sales-service-content .areaChooseGroup a.active{
	background-color: #0A50B4;
	color: #fff;
}

.sales-service-content .areaChooseGroup a:hover{
	background-color: #0A50B4;
	color: #fff;
}

.down .box {
    width: 31.04166vw;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.66666vw 1.5625vw 1.66666vw 1.5625vw;
    background-color: #F3F5FA;
    font-size:0.83333vw ;
    color: #262728;
    border-radius: 1.04166vw;
    font-weight: 400;
    margin-bottom: 1.04166vw;
}
.down {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.down .box p {
    width: 80%;
}
.down .box a {
    display: block;
    width: 6.16666vw ;
    height:2.08333vw ;
    line-height: 2.08333vw ;
    background-color: #0A50B4;
    border-radius: 1.04166vw;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: 1vw;
    transition: all .5s;
}
.down .box a:hover {
    opacity: .8;
}
@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;
	}
	.down .box {
        width: 100%;
        padding: 2.66666vw 2.5625vw 2.66666vw 2.5625vw;
        border-radius: 2.66666vw;
        margin-bottom: 3.04166vw;
    }
    .down .box p {
        font-size: 3.7vw;
        width: 75%;
    }
    .down .box a {
        width: 23vw;
        height: 6.4vw;
        line-height: 6.4vw;
        border-radius: 6.4vw;
        font-size: 3.733vw;
    }
}