.service_box {
	width: 100%;
}

.service_box .promise_cot h1,
.service_box .order_cot h1,
.help_tc h1 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
	font-weight: normal;
}

.service_box h1 span {
	display: block;
	color: #909090;
	font-size: 13px;
	margin-top: 15px;
}

.service_box .sel_bg {
	background-color: #f7f7f7;
	width: 100%;
	padding: 12px 0;
	margin-bottom: 30px;
}

.service_box .sel_city {
	overflow: hidden;
	float: left;
}

.service_box .sel_city .txt {
	line-height: 36px;
	float: left;
	color: #333;
	font-size: 14px;
}

.service_box .sel_city .sel {
	border: 1px solid #e5e5e5;
	height: 34px;
	line-height: 34px;
	width: 120px;
	position: relative;
	float: left;
	margin-left: 18px;
	background-color: #fff;
}

.service_box .sel_city .sel select {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-family: arial, "微软雅黑", sans-serif;
	font-size: 13px;
	cursor: pointer;
}

.service_box .sel_city .sel:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #bbb;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}

select,
button,
textarea,
input[type="text"],
input[type="password"],
input[type="tel"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
}

.service_box .sel_city .btn button {
	display: block;
	height: 34px;
	line-height: 34px;
	background-color: #dbb866;
	color: #FFFFFF;
	font-size: 12px;
	border: none;
	width: 60px;
	border-radius: 3px;
	font-family: arial, "微软雅黑", sans-serif;
	cursor: pointer;
	margin: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	zoom: 0;
}

.service_box .searchStore {
	float: right;
	position: relative;
}

.service_box .searchStore input {
	display: block;
	width: 240px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	float: left;
	outline: none;
	font-size: 12px;
	font-family: arial, "微软雅黑", sans-serif;
}

.service_box .searchStore button {
	display: block;
	float: left;
	padding: 0 16px;
	cursor: pointer;
	font-size: 12px;
	font-family: arial, "微软雅黑", sans-serif;
	line-height: 32px;
	height: 32px;
	background-color: #dbb866;
	border: none;
	color: #fff;
	border-radius: 3px;
	outline: none;
}

.service_box .sel_city .btn {
	float: left;
	margin-left: 20px;
}

.store_box .store_left {
	width: 26%;
	float: left;
	margin-right: 1%;
	height: 560px;
	overflow: auto;
	background-color: #f7f7f7;
	box-shadow: 1px 0 0 #e5e5e5, -1px 0 0 #e5e5e5, 0 1px 0 #e5e5e5, 0 -1px 0 #e5e5e5;
}

.store_box .store_left li {
	padding: 10px;
	padding-left: 36px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
	background-color: #fff;
}

.store_box .store_left li .store_pt {
	width: 100px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 10px;
	overflow: hidden;
	display: none;
}

.store_box .store_left li .store_pt img {
	width: 100%;
}

.store_box .store_left li .store_txt {
	font-size: 12px;
	line-height: 18px;
}

.store_box .store_left li .store_txt .name {
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.store_box .store_left li .store_txt h5 {
	font-weight: normal;
	color: #333;
}

.store_box .store_left li .store_txt .name span {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #fef4d9;
	left: -30px;
	color: #573b2d;
	font-size: 14px;
	top: 2px;
	border-radius: 50%;
}

.store_box .store_left li .store_txt .name span:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #fef4d9;
	position: absolute;
	top: 12px;
	left: 0;
}

.store_box .store_left li .store_txt .name span b {
	position: relative;
}

.store_box .store_right {
	width: 73%;
	float: right;
	height: 560px;
	background-color: #f7f7f7;
	position: relative;
}

.store_box .store_right .map {
	width: 100%;
	height: 100%;
}

.service_box .three_link {
	margin-top: 40px;
}

.service_box .three_link section {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 20px 0;
}

.service_box .three_link section .icon {
	width: 40%;
	float: left;
	border-right: 1px dashed #573b2f;
	box-sizing: border-box;
}

.service_box .three_link section .icon img {
	display: block;
	margin: auto;
	width: 64px;
	height: 64px;
}

.service_box .three_link section h5 {
	float: left;
	width: 45%;
	padding-left: 5%;
	padding-right: 10%;
	margin: auto;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.service_box .three_link section a {
	display: block;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.service_box .three_link section:nth-child(3) {
	margin-right: 0;
}

.service_box .three_link section span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

/* 二级联动加搜索 */

.item-filtrate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.form-inline {
  display: flex;
  align-items: center;
}

    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.distpicker label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.form-control::-ms-expand { display: none; }

.form-group {
	position: relative;
	margin-right: 5px;
}

.form-group:before {
    content: "";
    position: absolute;
	width: 20px;
    height: 20px;
    right: 3px;
    top: 6px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center center;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.btn-basic {
  margin-left: 10px;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
    line-height: 32px;
    height: 32px;
    background-color: #673e1a;
    border: none;
    color: #fff;
    border-radius: 3px;
	width: auto;
}







