	
	.kfbox{
		width: 138px;
		height: 350px;
		border-radius: 5px;
		border-color: #78f5bb;
		position: fixed;
		bottom:40%;
		right: 5px;
		background-color: #ebfff5;
		border-width: 2px;
		border-style: double;
	}

	.part_one{
		width: 134px;
		height: 40px;
		font-size: 14px;
		text-align: center;
		background-color: #1ec679;
		color: white;
		font-size: 14px;
		
	}

	.part_two{
		margin-top: 15px;
		width: 138px;
		height: 122px;

	}
	.part_two span{
		font-size: 15px;
		color: white;
		background-color: #1ec679;
		padding: 5px;
		border-radius: 15px;
		display: block;
		width: 106px;
		margin: 10px auto;
		text-align: center;
		cursor: pointer;

	}
	 a{
		text-decoration:none;
	}

	.part_three{
		width: 138px;
		text-align: center;
		cursor: pointer;

		
	}
	.part_three span{

		color: white;
		background-color: #1ec679;
		padding: 5px 0px;
		
		border-radius: 20px;
		display: block;
		width: 130px;
		margin: 0 auto;
		font-size: 14px;
		text-align: center;
	}
	.part_three .bt{
		color: white;
		background-color: #e84c3d;
		padding: 5px 0px;
		font-weight: bold;
		font-size: 18px;
		
		border-radius: 20px;
		display: block;
		width: 130px;
		margin: 0 auto;
		text-align: center;
		margin-top: 5px;
	}
	.tel .text1{
		display: block;
		text-align: center;
		color: #1ec679;
		font-size: 14px;

	}
	.tel .text2{
		font-size: 16px;
		font-weight: bold;
		color: #e84c3d;
		display: block;
		text-align: center;
	}
