.learnerHome {
  margin: 20px;
}
.learnerHome .learnerProgress {
  background: linear-gradient(92.37deg, #ffb257 0%, #ff7223 100%);
  -webkit-box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
          box-shadow: 0px 4px 12px rgba(255, 102, 54, 0.29);
  border-radius: 6px;
  padding-top: 12px;
  margin-bottom: 30px;
}
.learnerHome .learnerProgress h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
}
.learnerHome .learnerProgress h4 .line {
  display: inline-block;
  width: 5px;
  height: 22px;
  background: #ffffff;
  margin-right: 25px;
}
.learnerHome .learnerProgress .tableContent {
  margin: 0 20px;
}
.learnerHome .learnerProgress .ivu-table {
  background: none;
  padding-bottom: 20px;
}
.learnerHome .learnerProgress .ivu-table::before {
  background: none;
}
.learnerHome .learnerProgress .ivu-table th,
.learnerHome .learnerProgress .ivu-table td {
  background: none;
  color: #ffffff;
  border: none;
}
.learnerHome .learnerProgress .ivu-table thead th {
  border-bottom: 1px solid #eeeeee;
}
.learnerHome .learnerProgress .ivu-table th {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.learnerHome .learnerProgress .ivu-table td {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0px 3px 3px rgba(228, 106, 0, 0.5);
}
.learnerHome .learnerBlock {
  margin-bottom: 60px;
}
.learnerHome .learnerBlock .nextLeson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.learnerHome .learnerBlock h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
  color: var(--main-color);
}
.learnerHome .playBack li {
  margin-bottom: 20px;
}
.learnerHome .playBack li a {
  color: #333;
}
.learnerHome .playBack li a:hover {
  text-decoration: underline;
}
.chooseHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chooseHome .home-content {
  padding: 10px 20px;
}
.chooseHome .home-content .content {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  width: 320px;
  height: 46px;
  background-color: #FF9933;
  color: #fff;
  line-height: 46px;
  border-radius: 23px;
}
.chooseHome .home-content .content:nth-child(2n-1) {
  margin-right: 20px;
}
.chooseHome .home-content .content:hover {
  background-color: #FFa933;
}

