html body{
  font-size: 12px;
}

.container > .row {
  margin-right: 0;
  margin-left: 0;
}

.left-side {
  position: relative;
}

.icon a {
  display: inline-block;
  width: 100%;
  color: #fc4200;
}

.icon li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding-top: 10px;
}

.icon {
  display: none;
  text-align: center;
  position: absolute;
  width: 60px;
  left: 25%;
}

.icon i {
  font-size: 40px;
  color: #89ABE3;
}

.active {
  background-color: #EEEEEE;
}

h4 {
  border-bottom: 1px solid #fc4200;
  line-height: 24px;
}

.goods-son {
  margin-bottom: 10px;
}

.goods-title:link {
  font-size: 16px;
  font-weight: bold;
  color: #fc4200;
  cursor: pointer;
}

.goods-title:hover {
  color: #fc4200;
}

.goods-title-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #9fb838;
}

.goods-title-2:link,
.goods-title-2:visited {
  color: #9fb838;
}

.goods-title-2:hover,
.goods-title-2:active {
  color: #9fb838;
}

.goods-class li div > a:hover {
  color: #d75696;
}

.goods-class {
  margin-bottom: 10px;
}

.goods-class li div > a {
  display: inline-block;
  margin-right: 15px;
  line-height: 20px;
  color: #666;
}

.l-a {
  display: none;
  font-size: 14px;
}

.nav .l-a {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  h4 {
    padding-left: 15px;
  }

  .con {
    margin-top: 15px;
  }
}