@charset "utf-8";
/* CSS Document */

    .vcare_tab_box_service{
		width: 570px;
    	margin: auto;
		padding:30px 0px 30px 0px;
		font-size:16px;
			}
	.bt-service{
		width:100%;
		height:45px;
		background:#f5f5f5;
		text-align:center;
		line-height:45px;
		color:#666666;
		cursor:pointer;
		float:left;
		}
	.bt-service-active{
		width:100%;
		height:45px;
		background:#3aca60;
		text-align:center;
		line-height:45px;
		color:#ffffff;
		cursor:pointer;
		float:left;
		}
	.bt-service:hover{
		width:100%;
		height:45px;
		background:#3aca60;
		text-align:center;
		line-height:45px;
		color:#ffffff;
		cursor:pointer;

		}
	.vcare_tab_box_service_a{
		width:33.333%;
		float:left;
		padding:0px 4px;
		}
	@media (max-width: 570px) {
	 .vcare_tab_box_service{
		width: 100%;
    	margin: auto;
		padding:0px 0px 5px 0px;
		font-size:14px;
			}
	.vcare_tab_box_service_a{
		width:33.333%;
		float:left;
		padding:0px 2px;
		}
		}