/* 全部课程页面 */
.button-list{
  margin-left: 11px;
  height: 30px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background-color:transparent;
  border-color:transparent
}
.btn-transparent{
  background-color:transparent;
  border-color:transparent
}
/* 首页 */
.btn-homeLogin{
  width: 70px;
  border-radius: 30px;
  margin-left: 32px;
}
.btn-login{
  margin-top: 20px;
  width: 335px;
  height: 42px;
  border-radius: 4px;
}
.btn-homeRegister{
  width: 70px;
  border-radius: 30px;
  font-size: 16px;
  background: #FFFFFF;
  color: #666666;
  text-align: center;
  margin-left: 12px;
}
.btn-out{
  cursor:pointer;
  outline:none;
  border:0;
  background-color:transparent;
}
/* 收费课程 */
.btn-charge{
  margin-top: 21px;
  border-radius:50px;
  width:314px;
  height:43px;
  font-size:24px;
  line-height: 30px;
}
.watch{
  width: 84px!important;
  height: 32px!important;
  background-color: #66c8b6!important;
  padding: 0!important;
  border: 0!important;
  margin-left: 360px;
  margin-top: 30px;
}
/* 组合课程 */
.c-watch{
  width: 84px!important;
  height: 32px!important;
  background-color: #66c8b6!important;
  padding: 0!important;
  border: 0!important;
  margin-left: 180px;
  margin-top: 30px;
}
