@import url(common.css);
*{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
html,body{
  font-size: 12px;
  font-family: 微软雅黑, Tahoma, Geneva, sans-serif;
  line-height: 1.6;
}
.tabBar {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 0 3px 0 0;
  top: -1px;
  width: 737px;
  height: 27px;
  border-top: solid 1px #dadada;
  border-right: solid 2px #dadada;
  background-image: linear-gradient(#fff 35%, #f5f5f5 60%, #fff 15%);
}
.tabBar .tabBar-title {
  background-image: linear-gradient(#fff 35%, #ece8e8 60%, #f4f3f3 15%);
  padding: 0 20px 0 15px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  box-shadow: 2px 0px 0 #d6d6d6;
  font-weight: bold;
  color: #c40004;
  text-align: center;
  border-radius: 3px 3px 0 0;
  border: solid 1px #c9c5c5;
  border-bottom: none;
  position: relative;
  z-index: 999;
}
.tabBar .place {
  color: #6d6d6d;
  line-height: 26px;
}
.tabBar .place a {
  color: #6d6d6d;
  padding: 0 5px 0 10px
}
.tabBar .place a:hover {
  color: #c40004;
}
.tabBar-content {
  background-image: linear-gradient(#f4f3f3 0%, #fff 10%);
  width: 737px;
  /* max-height: 775px; */
  border-radius: 0 3px 0 0;
  background-color: #fff;
  border: solid 1px #c9c5c5;
  position: relative;
  z-index: 0;
  top: -2px;
}