.base2 {
  /*border: 1px solid;*/
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  line-height: 10px;
  background:#fff;
  color: #ffb432;
}
.base2:hover {
  color:#fff;
}
table, td, tr {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.base {
  border: 1px solid;
  height: 20px;
  width: 20px;
  background-color: #eee;
  color: #000;
}
.white {
  background-color: #eee;
}
.black {
    background-color: #000;
    border: 1px solid #004444 !important;
}

.gray {
    background: url("../img/x.png") no-repeat  #fff;
    background-position: center bottom;
    background-size: 100% 100%;
}
.nonono {
  background: url("../img/x-red.png") no-repeat #000;
  background-position: center bottom;
  background-size: 100% 100%;
}
.red {
    background-color: #f76a6a !important;
    border: 1px solid #004444 !important;
}
.pic-disable span{
    display: block !important;
}
.base2 span{
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    line-height: 20px;
}
._colors_block{
    
}
._colors_block span{
    width: 70px;
    display: inline-block;
    border-radius: 5px;
    height: 35px;
    border: 2px solid #000;
    cursor: pointer;
    padding-top: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "AgoraReg";
    line-height: 1.1;
}
._colors_block span:hover {
    box-shadow: 0px 8px 6px -3px #213b6a;
}
._main_table{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
}