.select_div{border-bottom: 1px solid #D1D2D7; border-top: 1px solid #D1D2D7; background: none repeat scroll 0 0 #F9F9F9; padding:0 15px 10px}
.select_div a{ margin:0px 5px;}

.select_div a{color:#333;line-height: 24px; white-space:nowrap; display:inline-block;}
.select_div .active{color:#ffffff;background: #ff6600;padding:2px 5px 2px 5px;border-radius: 4px;}
.select_div .active:hover{color:#ffffff;}
.select_div a:hover{color:#ff6600;}
.select_div p{ margin:5px 0px; padding-bottom:5px;border-bottom:1px dashed #CCCCCC;}
.select_div .district a{ line-height:24px;}

/*内容页*/
.wd_big_caret{display: inline-block;width: 0; height: 0; margin-left: 4px; vertical-align: middle; border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-right: 1px solid transparent; border-left: 6px solid;}

.pinpai_a{ color:#F60;}
.AboutUs{ border-bottom:1px dashed #CCCCCC; padding-bottom:10px;}


.jtdt a{ margin:0px 5px;}

.row h1{color:#F60;}
.row h3 b{ font-size:16px; color:#F60;}
.mapbtn{ margin-bottom:10px;}
#map{ margin-bottom:10px;}

.description{ color:#666; font-size:12px;}

/*网点地图*/
.cat-title a{ color:#F60;}
.cntlst a{ margin:0px 5px;white-space:nowrap; display:inline-block;}

/* 底部信息 */
footer {
  clear: both;
  margin-top: 10px !important;
  color: #999;
  background: #333;
}
footer .footer-menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
footer .footer-menu a:hover {
  color: #f60;
}
footer .footer-info {
  padding: 15px 0;
  background: #222;
}
footer .link {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
footer .link a {
  color: #aaa;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
}


/* 网点卡片 */
.wangdian_item{
  padding-bottom: 0.26rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid rgb(243, 243, 243);
}
.wangdian_item .right{
  flex: 1;
  overflow: hidden; 
}
.wangdian_item .right .name{ 
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis ;
  font-size: 0.30rem;
  font-weight: 600;
  margin-bottom: 0.14rem;
}

.wangdian_item .name img {
  display: block;
  margin-top: 0.05rem;
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.16rem;
}

.wangdian_item .name span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.wangdian_item .right .tags_distance{ 
  display: flex;
  justify-content: space-between;
}
.wangdian_item .right .tags_distance .tags{ 
  display: flex; 
  flex-wrap: wrap;
}
.wangdian_item .right .tags_distance .tags span{
  background-color: #F9F9F9;
  color: #999;
  font-size: 0.24rem;
  padding: 0.04rem 0.12rem;
  border-radius: 0.04rem;
  margin-right: 0.1rem ;
  margin-bottom: 0.12rem;
}
.wangdian_item .right .tags_distance .distance{
  font-size: 0.24rem;
  color: #999;
}
.wangdian_item .right .address {
  font-size: 0.24rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.wangdian_item .cover{
  max-width: 1.33rem;
  min-width: 1.33rem;
  height: 1.33rem;
  margin-right: 0.20rem;
  background-color: #f0f0f9;
  border-radius: 0.12rem;
}

body{ max-width:640px; margin:auto}
.fixed{ max-width:640px !important;}
