#container {
  background: #fff;
}
#about {
  padding-bottom: 120px;
}
#about p {
  color: #000;
}
#about #productDetail .tabArea .tab {
  border-bottom-color: #000;
}
#about #productDetail .tabArea .tab a{
  color: #000;
  padding-right: 2em;
  border: 1px solid #000;
  border-bottom: none;
}
#about #productDetail .tabArea .tab a.current {
  background: #000;
  color: #fff;
}
#about .tit img {
  width: 50%;
}