* {
	border: 0rem;
}

div {
	padding: 0rem 0rem;
}

.business {
	margin: 0rem 5%;
}

.business_flex {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content:  flex-start;
	
	-moz-align-items: center;
	align-items:center;
	-webkit-align-items:center;
	margin: 0rem 2rem;
}

.business2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content:  space-between;
	-moz-align-items: flex-start;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.business_flex2 {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow:column nowrap; 
	-webkit-flex-flow:column nowrap; 
	-moz-flex-flow:column nowrap; 
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content:  center;
	-moz-align-items: center;
	align-items:center;
	-webkit-align-items:center;
}

.business_img {
	width: 3rem;
	margin-bottom: 0.5rem
}

.business_img2 {
	height: 3.5rem
}
.mar_kong{
	margin: 2rem auto
}

.visib{
	visibility:hidden;
}


h3 {
	margin: 0rem;
	font-weight: normal;
}

.business_h3 {
	float: left;
	color: red
}

.business_title {
	width: 100%;
	margin: 1rem 0rem;
}

.business_ul {
	width: 100%;
	text-align:left;
	margin: 0rem 0rem 0rem 0.5rem;
}

.business_ul li p {
	margin-bottom: 0.2rem
}

.business_p {
	padding: 0rem;
	float: left;
	margin-top: 0.15rem;
}

p {
	margin: 0rem 0rem;
	font-size: 0.8rem;
	font-weight: normal;
}

.row_class {
	padding: 0rem auto;
	text-align: center;
}

.arrows_1{
	 margin: 3rem 0.2rem 0rem 0.2rem;
}

.arrows_2{
	 margin: 1.5rem 0.2rem 0rem 0.2rem;
}

.arrows_icon {
	width: 1rem;
}

.arrows_icon_down {
	height: 1rem;
}

.apply_img {
	width:6rem;
}

.img_hide {
	display: none;
}

.img_show {
	display:block;
}

.img_width{
	width: 12rem;
}

.ul_img {
	list-style: none;
	padding: 0rem;
	margin: 0rem;
}

.ul_img li {
 	float: left;
}
.list-block{
		margin-top:1rem;
	}
	.list-block .item-title.label {
    	width: 30%;
	}
	.list-block .item-content {
    	padding-left: 0.25rem;
	}
	.import-in{
		border-radius: 2rem;
		border: 0.05rem solid #E4E4E4;
		margin: 0 0.5rem;
		box-shadow: 4px 3px 6px #dadada;
		margin-bottom:0.5rem;
	}
	.bu-icon{
		width:1.3rem;
		height:1.3rem;
		border-radius:50rem;
		-webkit-border-radius: 50rem;
		margin:0 0.2rem;
	}
	.bu-icon-form-name{
		background-color:#9a0303;
	}
	.list-block .item-media + .item-inner{
		margin-left:0.2rem;
	}
	.list-block .item-inner{
		padding:0px;
	}
	.list-block .item-title.label {
    	width: 30%;
	}
	.bu-icon-form-phone{
		background-color:#f58909;
	}
	.bu-icon-form-money{
		background-color:#4ab3f5;
	}
	.bu-button{
		text-align:center;
		display: block;
		height: 2rem;
		line-height:2rem;
		width: 50%;
		margin: auto;
		font-weight: bold;
		border-radius: 1rem;
	}
	
	.bu-buton-def{
		background-color: #adadad;
		color: #2d2d2d;
	}
	
	.bu-buton-sel{
		    background-color: #c3332c;
    		color: #fff;
	}
	.money-til{
	    position: absolute;
    	right: 0.5rem;
    	top: 0.5rem;
    }
    
    .bkhr{
    width:100%;  
    border-style:solid; 
    border-width:1px; 
    border-color: #e7e7e7;
    position:relative;
    bottom:1.7rem;
    z-index: -1;  
    }