.Kuang {
  width: 25%;
  float: left;
  border-bottom: 1px solid rgba(0,0,0,0.35);
  overflow-x: hidden;
  overflow-y: hidden;
}

.Kuang:hover {
  cursor: pointer;
}

.xuan {
  white-space: nowrap;
  font-weight: 400;
  color: #959595;
}

@media (min-width: 768px) {
  .xuan {
    transform: scale(1) !important;
    /*font-weight: 400;*/
    /*color: #959595;*/
  }
}

.box {
  margin: 10px 0;
  border-left: 1px solid #959595;
}

@media (min-width: 768px) {
  .box {
    border: 1px solid rgba(0,0,0,0) !important;
  }
}

@media (min-width: 768px) {
  .Kuang {
    width: 23% !important;
    border-right: 1px solid rgba(0,0,0,0.35);
  }
}

@media (min-width: 768px) {
  #xiang {
    border-bottom: 1px solid rgba(0,0,0,0.35);
  }
}

