html{
  background: url(http://static.jjoobb.cn/images/system/manage/sl-bag.jpg);
  width: 100%;
}
.main{
  width: 1400px;
  background: url(http://static.jjoobb.cn/images/system/manage/sl-banner-bag.jpg) no-repeat top center;
  margin: 0 auto;
  padding-top: 406px;
}
.main-box{
  width: 1198px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 40px;
}
.sl-box ul{
  width: 1220px;
  display: block;
  height: 88px;
  overflow: hidden;
}
.sl-box li{
  width: 290px;
  height: 88px;
  line-height: 88px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 13px;
  font-size: 22px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.sl-box li span{
  width: 290px;
  height: 78px;
  line-height: 78px;
  display: block;
  background-color: #fec23e;
  position: absolute;
  border-radius:10px 10px 0 0;
  bottom: 0;
  left: 0;
}
.sl-box li.active span{
  width: 290px;
  height: 88px;
  line-height: 88px;
  display: block;
  font-weight: bold;
  position: absolute;
}
.sl-table-box{
  width: 1199px;
  height: auto;
  padding-bottom: 20px;
}
.sl-table{
  background-color: #fff3e4;
}
.sl-table tr{
  height: 50px;
  line-height: 50px;
}
.sl-table .title{
  background-color: #f0dfc9;
}
.sl-table .title{
  text-align: center;
  font-size: 16px;
}
.sl-table th{
  border:1px solid #f6eadb;
}
.sl-table td {
  border:1px solid #f6eadb;
  text-align: center;
  font-size: 16px;
}
.sl-table td .circle{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d7d7d7;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 50%;
}
.sl-table .num{
  padding-left: 20px;
  +padding-left: 2px;
}
.sl-table td .circle.one{
/* background-color: #ed514c;*/
background-color:#FFF3E4;
color:#FFF3E4;

 
}
.sl-table td .circle.two{
 /* background-color: #ffa845;*/
 background-color:#FFF3E4;
 color:#FFF3E4;
}
.sl-table td .circle.three{
 /* background-color: #fad731;*/
 background-color:#FFF3E4;
 color:#FFF3E4;
}
.bottom-bor{
  height: 10px;
  border-radius: 0 0 16px 16px;
  background-color: #fff3e4;
}