
.rn-mainbody .rn-heading {
	background: url(../../img/kv5.jpg) no-repeat center;
	background-size: auto 100%;
}

.agent-form {
	padding: 20px;
	text-align: center;
}

.agent-table {
	width: 1140px;
	margin: auto;
}

.agent-table tr>td {
	padding: 15px;
	border: solid 1px #e7e7e7;
}

.agent-table>thead>tr>td {
	background: #fff;
	font-weight: bold;
	color: #ed1b23;
}

.agent-table>tbody>tr:nth-of-type(even) {
	background: #fff;
}



.page-about-flagship .rn-mainbody,
.page-mall-default .rn-mainbody {
	background: #f9f9f9;
}


#l-map{
	height:600px;
	width:100%;
}
#r-result{
	position: absolute;
	z-index: 9999;
	background: #fff;
	border-top: solid 3px #ed1b23;;
	width: 350px;
	top: 40px;
	right: 40px;
}

.r-form {
	position: relative;
	padding: 20px;
	padding-right: 85px;
}

.heading {
	padding: 10px 20px;
	border-bottom: solid 1px #e0e0e0;
}

.heading h3 {
	margin: 0;
	padding-left: 10px;
	border-left: solid 2px #ed1b23;
	font-size: 16px;
	font-weight: normal;
}

.r-form .form-control {
	margin-bottom: 5px;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.r-form .btn-primary {
	position: absolute;
	bottom: 25px;
	right: 20px;
	padding: 0 15px;
	height: 69px;
}

.r-form .JS_Dmenu {
	overflow: hidden;
	min-height: 70px;
}

.r-form .JS_Dmenu .form-control {
	border-radius: 100px;
}

.r-form .JS_Dmenu .form-control:nth-child(4),
.r-form .JS_Dmenu .form-control:nth-child(5) {
	float: left;
	width: 120px;
}

.r-form .JS_Dmenu .form-control:nth-child(5) {
	margin-left: 5px;
}

.r-form .btn {
	border-radius: 20px;
}

.r-list {
	border-top: solid 1px #ddd;
	overflow-y: auto;
	height: 272px;
	background: #fbfbfb;
}

.r-list>dl {
	margin: 0;
	padding: 20px;
	border-bottom: solid 1px #ddd;
	/*height: 136px;*/
}

.r-list>dl>dt {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 50px;
	cursor: pointer;
}

.r-list>dl>dt>i {
	position: absolute;
	display: block;
	border-radius: 38px;
	width: 38px;
	height: 38px;
	background: #ed1b23;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-style: normal;
	left: 0;
}

.r-list>dl>dd {
	font-size: 14px;
	color: #666;
	padding-left: 50px;
}

.rn-submenu {
	margin-bottom: 0;
}

.rn-mainbody {
	background: #f9f9f9;
}