@charset "utf-8";

#category {
  padding: 0px;
  margin: 0px 0 10px 0;
  border: solid 1px #ddd;
  border-radius: 4px 4px 0 0;
}
#category h3{
  margin: 0;
  padding: 0px 0;
  color: #333;
  font-size: 13px;
  background: #eee;
  text-align: center;
}

#category ul{
  list-style-type: none;
  margin: 0px;
  font-size: 12px;
}
#category li{
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #ddd;
}
#category li a{
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0 0 0 5px;
  display: block;
  height: 28px;
  line-height: 28px;
}
#category li a:hover{
  background: #D3EEFB;
}

#category li a:before{
  content: "\F0DA";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 0;
}

#category .active-category a:before{
  content: "\F0D7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 0;
}


#category li:last-child{
  border-bottom: none;
}
#category li:first-child{
  border-top: solid 1px #ccc;
}

#category .active-category{
  font-weight: bold;
}
#category .active-category a{
  font-weight: normal;
  background: #fff;
}


#category .active-category li{
  font-size: 10px;
  margin: 0 0 0 0px;
  font-weight: normal;
  text-indent: 0.1em;
  border-bottom: solid 1px #ddd;
}

#category .active-category li a{
  background: #D3EEFB;
  font-weight: normal;
  height: 22px;
  line-height: 22px;

}
#category .active-category li a:hover{
  background: #8ad9ff;
  font-weight: normal;
}


#category .active-category li:last-child{
  border-bottom: none;
}


#category .active-category li a:before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 0;
}



#category .open-category li{
  font-size: 10px;
  margin: 0 0 0 0px;
  font-weight: normal;
  text-indent: 0.1em;
  border-bottom: solid 1px #ddd;
}


#category .open-category li a{
  background: #eef7fb;
  font-weight: normal;
}
#category .open-category li a:hover{
  background: #8ad9ff;
  font-weight: normal;
}


#category .open-category li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 8px;
}


#main-pic{
  margin: 0 0 16px 0;
  /* border-radius: 4px; */
  overflow: hidden;
}

#title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background: #eee;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  /* border-bottom: solid 1px #ddd; */
  border-top: solid 1px #ddd;
}

#center-wrap {
  overflow: hidden;
  margin: 0 10px 0 10px;
  border: solid 0px red;
}

.box {
  width: 200px;
  float:left;
  margin:0 13px 20px 0px;
}

.box:nth-child(3n){
  margin:0 0px 20px 0;
}
.box:nth-child(3n+1){
  clear: both;
}



#main-cat h4{
  text-align: center;
  margin: 8px auto 8px;
  padding: 3px 0 1px 0;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  width: 98%;
  background: #2C87DD;
  border-radius: 2px;
  box-shadow: 0px 2px 0 #1C68BF;
}

#main-cat h3{
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.75em;
}

#main-cat p{
  margin: 4px 0 0px 0;
  padding: 0 5px;
  color: #333;
  font-size: 11px;
  text-align: left;
}

#main-cat > .box p.price{
  color: #E43735;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#main-cat dl{
  margin: 0;
  padding: 0;
}

#main-cat dt{
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
}

#main-cat dd{
  font-size: 11px;
  text-align: left;
  margin: 4px 0 0 0;
  padding: 0 5px;
  line-height: 1.5em;
}
#main-cat dd.price{
  color: #e74c3c;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 0px;
}