article .right  {
width: 885px;
min-height:300px;
padding-left: 32px;
margin-bottom: 108px;
float: right;
border-left: 1px solid #ccc;
}
 .table {
  width: 720px;
  color: #666;
  font-size: 14px;
  border: 1px solid #666;
}
 .table tr {
  height: 35px;
}
 .table tr th,
 .table tr td {
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 1px solid #dcdcdc;
}
 .table tr th {
  background: #bbe094;
}
 .table tr td {
  text-align: center;
}
.btn-group {
  width: 720px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  margin-top: 20px;
}
.btn-group .btn-group-left {
  float: left;
}
.btn-group .btn-group-right {
  float: right;
}
.btn-group .btn-group-right .c-num {
  box-sizing: border-box;
  height: 26px;
  border: 1px solid #eee;
  background: #fff;
  color: #999;
}
.btn-group .btn-group-right .num {
  box-sizing: border-box;
  height: 26px;
  width: 20px;
  border: 1px solid #eee;
  background: #fff;
  color: #999;
}
.btn-group .btn-group-right .play {
  background: #eee;
}
.btn-group .btn-group-right input[type="text"] {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  padding-left: 10px;
  outline: none;
}
