.table-basic {
  margin: 0 0 15px 0;
}
.table-basic > .table-header {
  height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
}
.table-basic > .table-header .message {
  height: 24px;
  float: left;
}
.table-basic > .table-header .message p,
.table-basic > .table-header .message p.info {
  height: 24px;
  line-height: 25px;
  float: left;
  background: #EEEEEE;
  border: solid 1px #E1E1E1;
  padding: 0 6px;
  margin: 0;
  font-size: 12px;
  color: #666;
}
.table-basic > .table-header .message p.error {
  background: #FF4433;
  border: solid 1px #ff2d19;
  color: #FFF;
}
.table-basic > table.table-list {
  margin-bottom: 15px;
}
.table-list tbody tr {
  background-color: #FFFFFF;
}
.table-list tbody tr:nth-of-type(2n) {
  background-color: #FBFBFB;
}
.webkit-purchase {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.webkit-purchase .title-kt {
  margin-top: 60px;
}
.webkit-purchase .title-kt .title {
  font-size: 36px;
  color: #b2b2b2;
  margin: 0;
  line-height: 1;
}
.webkit-purchase .title-kt .details {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1;
  margin: 14px 0 0 0;
}
.webkit-purchase .commodity-webkit {
  width: 876px;
  height: 250px;
  margin: 60px auto 46px auto;
}
.webkit-purchase .commodity {
  width: 218px;
  height: 248px;
  border: 1px solid transparent;
  opacity: 0.3;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 35px;
  text-align: center;
  float: left;
}
.webkit-purchase .commodity:hover {
  opacity: 1;
  border: 1px solid #ededed;
}
.webkit-purchase .commodity img {
  max-width: 100%;
  width: 132px!important;
  height: auto!important;
  margin: 9px 0 0 0!important;
}
.webkit-purchase .commodity h2 {
  font-size: 18px;
  color: #666666;
  margin: 12px 0 0 0;
  line-height: 1;
}
.webkit-purchase .commodity p {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin: 9px 0 0 0;
}
.webkit-purchase .commodity a {
  line-height: 1;
  color: #b3b3b3;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.webkit-purchase .commodity a:hover {
  color: #33a0ff;
}
/*# sourceMappingURL=Basic.css.map */