body{
  background: #F7F7F7;
}
.wonderDetailContent {
  min-width: 1300px;
}
.starter{
  width: 1226px;
  margin: 110px auto 0;
  background: #fff;
}
.starter .title{
  font-size:22px;
  height: 54px;
  line-height: 54px;
  padding-left: 53px;
  color:rgba(255,255,255,1);
  background: #F68D0C;
}
.starter >img{
  margin: 0 auto;
  display: table;
}
.starter >img:nth-child(3){
  margin-top: 44px;
}
.starter >img:nth-child(4){
  margin-top: 90px;
}
.starter >img:nth-child(5){
  margin-top: 8px;
  padding-bottom: 63px;
}
.advanced >img:nth-child(4){
  padding-bottom: 63px;
}
.master >img:nth-child(4){
  padding-bottom: 63px;
}
.basic,.intermediate,.advanced,.master{
  margin-top:60px;
}
.master{
  margin-bottom: 119px;
}

/*底部样式*/
footer {
  width: 100%;
  height: 180px;
  background: #ebecef;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-logo {
  background: url(/static/img/logo.png);
  width: 199px;
  height: 45px;
  float: left;
  margin-top: 45px;
}
.footer-content ul {
  overflow: hidden;
  padding-top: 59px;
  margin-bottom: 44px;
}
.footer-content ul li {
  float: left;
  margin-left: 64px;
  font-size: 16px;
  color: #444444;
  cursor: pointer;
}
.footer-content ul li:hover {
  color: #f68d0c;
}
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
