.tooth {
  height: 260px;
}
.tooth .tooth-box {
  width: 650px;
  height: 210px;
  float: left;
}
.tooth .tooth-selector {
  width: 120px;
  height: 160px;
  float: left;
  margin-left: 30px;
  background-color: #f1f3f7;
  padding-top: 10px;
  text-align: center;
}
.tooth .tooth-selector .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e9edf1;
}
.tooth .tooth-left {
  width: 320px;
  height: 192px;
  float: left;
  text-align: right;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 8px;
  padding-bottom: 3px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
.tooth .tooth-left b {
  height: 30px;
  display: block;
  color: #1784fc;
  text-align: left;
  padding-left: 10px;
}
.tooth .tooth-right {
  width: 320px;
  height: 192px;
  float: left;
  padding-top: 10px;
  padding-left: 8px;
  padding-bottom: 3px;
  margin-left: 7px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
.tooth .tooth-right b {
  height: 30px;
  display: block;
  text-align: right;
  color: #1784fc;
  padding-right: 10px;
}
.tooth .toothBtn {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border: 1px solid #e9edf1;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  color: #575d6a;
  cursor: pointer;
}
.tooth .toothBtn:nth-child(1) {
  margin-right: 10px;
}
.tooth .toothBtn:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.tooth .tooth-btn {
  width: 32px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  color: #575d6a;
  border: 1px solid #e9edf1;
  cursor: pointer;
  position: relative;
}
.tooth .tooth-btn:hover {
  background-color: rgba(24, 144, 255, 0.3);
}
.tooth .tooth-btn.checked {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.7);
  border: 1px solid rgba(24, 144, 255, 0.7);
}
.tooth .tooth-btn.active {
  -webkit-box-shadow: inset 0 0 0 4px #1890ff, 0 2px 4px #1890ff;
          box-shadow: inset 0 0 0 4px #1890ff, 0 2px 4px #1890ff;
}
.tooth .tooth-btn.checked1 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.7);
  border: 1px solid rgba(255, 0, 0, 0.7);
}
.tooth .tooth-btn.active1 {
  -webkit-box-shadow: inset 0 0 0 4px #ff0000, 0 2px 4px #ff0000;
          box-shadow: inset 0 0 0 4px #ff0000, 0 2px 4px #ff0000;
}
.tooth .tooth-btn div {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: red;
  position: absolute;
  top: 2px;
  right: 2px;
}
.tooth .tooths {
  width: 32px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  color: #575d6a;
  border: 1px solid #e9edf1;
  background-color: #fff;
  cursor: pointer;
}
.tooth .tooths:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.tooth .tooths.checked {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.8);
  border: 1px solid rgba(24, 144, 255, 0.8);
}
.tooth .leftTop {
  text-align: right;
  border-right: 1px solid #9397a2;
  border-bottom: 1px solid #9397a2;
}
.tooth .rightTop {
  border-bottom: 1px solid #9397a2;
}
.tooth .leftBottom {
  text-align: right;
  border-right: 1px solid #9397a2;
}

