.select1.on {
  color: red;
}
.td-choose {
  position: relative;
}
.td-choose a {
  display: inline-block;
  padding: 5px 10px;
  background: #387ccd;
  color: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 5px;
}
.td-choose span {
  background-color: #f00;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -12px;
  top: -12px;
}
.modal {
  display: none;
  padding: 10px 25px;
  line-height: 2;
}
.modal li {
  padding-right: 22px;
  position: relative;
  line-height: 36px;
}
.modal li span {
  right: 0;
  top: 12px;
}
.next_show .show_content{
  clear: both;
  padding: 0 15px;
  line-height: 3;
  margin: 15px 0;
}
.next_show .show_content span{
  width: 65%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.next_show .show_content .spanli{ border: 1px solid #eee;width: 50%;}
.next_show .show_content .spanli:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}
.next_show .show_content .spanli:nth-child(4n+1),  .next_show .show_content .spanli:nth-child(4n+2){
background-color: #eee;
}
.next_show .show_content .name{ width: 35%;}