
.top-wrap {
  color: #666;
  height: 34px;
  line-height: 30px;
  background: #f3f3f3;
  border-bottom: 1px solid #e8e8e8;
}
.top-wrap .top-wap-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
}
.top-wrap .top-wap-content ul li {
  display: inline-block;
  font-size: 12px;
}
.top-wrap .top-wap-content ul li a {
  color: #666;
  margin: 0 7px;
}
.top-wrap .top-wap-content ul li a:hover {
  color: #f60;
}
.top-wrap .top-wap-content ul li.line {
  margin: 0;
}
.top-wrap .top-wap-content .left a {
  color: #666;
  cursor: pointer;
}
.top-wrap .top-wap-content .left a.login {
  margin-left: 5px;
}
.top-wrap .top-wap-content .left a:hover {
  color: #f60;
}
.top-wrap .top-wap-content .left .location2 {
  cursor: pointer;
}
.top-wrap .top-wap-content .left .location2 i {
  display: inline-block;
  width: 10px;
  height: 13px;
  vertical-align: -2px;
  margin-right: 7px;
  background: url("../../../images/common/page_top_bar.png") 0 0 no-repeat;
}
.top-wrap .top-wap-content .right .clinic b {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
  margin-right: 3px;
  background: url("../../../images/common/page_top_bar.png") 0 -13px no-repeat;
}
.top-wrap .top-wap-content .right .shoppingCart i {
  display: inline-block;
  width: 13px;
  height: 12px;
  vertical-align: -1px;
  margin-right: 7px;
  background: url("../../../images/common/page_top_bar.png") 0 -26px no-repeat;
}
.top-wrap .top-wap-content .right .shoppingCart b {
  font-weight: 200;
  margin: 0 3px;
  color: #ff8e42;
  font-weight: bold;
}
.top-wrap .top-wap-content .right .last-link {
  position: relative;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
}
.top-wrap .top-wap-content .right .last-link .arr-down {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #a9a9a9;
}
.top-wrap .top-wap-content .right .last-link .myClinic {
  display: none;
}
.top-wrap .top-wap-content .right .last-link:hover {
  border: 1px solid #cdcdcd;
  border-bottom: 0;
  background: #fff;
}
.top-wrap .top-wap-content .right .last-link:hover .myClinic {
	z-index:99;
	background:#fff;
  border: 1px solid #cdcdcd;
  border-top: 0;
  width: 95px;
  text-align: center;
  display: block;
  top: 30px;
  position: absolute;
  left: -1px;
}

.top-wrap .top-wap-content .right .last-link:hover .myClinic a{
	cursor:pointer;
}

.location-area {
  position: relative;
}
.location-area .location2 {
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  z-index: 1002;
  border: 1px solid #f3f3f3;
  border-bottom: none;
}
.location-area .no-cities {
  font-size: 12px;
  text-align: center;
}
.location-area:hover {
  background: #fff;
}
.location-area:hover .location2 {
  display: block;
  width: 80px;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  background: #fff;
}
.location-area:hover .city-list {
  display: block;
}
.location-area .city-list {
  display: none;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  background: #fff;
  width: 380px;
  border: 1px solid #cdcdcd;
  z-index: 1001;
  top: 30px;
}
.location-area .city-list .city-tab {
  padding: 0 0 10px;
  overflow: hidden;
}
.location-area .city-list .city-tab a {
  display: block;
  float: left;
  padding: 0 14px;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin: 0;
  border-bottom: 2px solid #cccccc;
  cursor: pointer;
}
.location-area .city-list .city-tab a.selected {
  color: #f60;
  border-bottom: 2px solid #f60;
}
.location-area .city-list .city-tab a:hover {
  color: #000;
}
.location-area .city-list .city-content {
  overflow: hidden;
  width: 337px;
  margin: 0 auto;
}
.location-area .city-list .city-content a {
  margin: 0;
  display: block;
  float: left;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-area .city-list .city-short-list {
  overflow: hidden;
}
.location-area .city-list .city-short-list dl {
  overflow: hidden;
}
.location-area .city-list .city-short-list dl dt {
  float: left;
  font-size: 12px;
  color: #f60;
  width: 30px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.location-area .city-list .city-short-list dl dd {
  float: left;
  width: 312px;
  overflow: hidden;
  margin-left: 10px;
}
.location-area .city-list .city-short-list dl dd a {
  margin: 0;
  display: block;
  float: left;
  width: 52px;
  height: 28px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
