.crumbs{
    padding: 10px 0;
}
.city_name_label .label_border {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
}
.city_name_label .label_border:hover{
    border-color: #c0c4cc;
}
.city_choice {
	position: absolute;
	background: #fff;
	z-index: 2;
	border: 1px solid #dcdfe6;
	border-radius: 5px;
	padding: 10px;
	width: 90%;
	margin-top: 5px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.city_choice .city_choice_top {
    width: 500px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding: 10px 0 20px 0;
}
.city_choice .city_choice_top div{
    flex: 1;
}
.city_choice .city_choice_top div span{
    cursor: pointer;
}
.city_choice .city_choice_top .city_act{
    border-bottom: 2px solid #409eff;
}
.menu-box{
    padding: 20px 0;
}
.master-detail-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.filter-item {
    border-bottom: 1px #eeeeee solid;
}
.filter-item span {
    display: inline-block;
    padding: 16px 20px;
    cursor: pointer;
}
.filter-item span.active {
    color: #0086E4;
}
.master-ul li {
    font-size: 0;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.master-ul li:last-child {
    border-bottom: none;
}
.master-ul li > * {
    font-size: 14px;
    vertical-align: top;
}
.master-ul li .head {
    width: 110px;
    height: 110px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
}
.master-ul li .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.master-ul li .text-overflow {
    width: 400px;
}
.master-ul li .introduce {
    padding: 10px;
    background: #F9F9F9;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 810px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.master-detail-right {
    width: 340px;
    margin-left: 10px;
}
.detail-box {
    background: #ffffff;
}
.detail-box-title {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
}
.master-right-item {
    padding: 10px;
}
.master-right-item .icon-box {
    padding: 0 10px;
}
.detail-box .content {
    padding: 20px;
}
.detail-box-title span {
    border-left: 4px #FFAA55 solid;
    padding-left: 10px;
}
.detail-box .qrcode{
    width: 120px;
}
.master-ul li .applauseRate {
    padding: 32px 60px;
}
.exhibition-box{
    padding: 20px 10px;
}
.exhibition-box .item{
    text-align: center;
    margin-bottom: 20px;
}
.exhibition-box .item img{
    margin-bottom: 10px;
}
/*找师傅、找服务商*/
.where { display: flex; padding: 10px 20px; align-items: center; }
.where .name { min-width: 5rem; text-align: right; }
.where .values { flex-grow: 1; padding-left: 15px; display: flex; flex-wrap: wrap; }
.where .values a { padding: 2px 15px; margin: 5px 0px; }
.where .values .action { background-color: #0086e4; color: #fff; border-radius: 13px; border: solid 1px #0086e4; }
.pagesection { text-align: center; padding: 20px 0px; }
.pagesection a { padding: 5px 15px; font-weight: bolder; cursor: pointer; }
.pagesection .active { color: #409EFF; cursor: default; }
