.course-course {
  height: 28px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 26px;
  background-color: #fff;
  background: var(--primary-color)!important;
  position: relative;
}
.course-course:after {
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 16px;
  bottom: 10px;
  z-index: 1;
}
.course-course .num-ts{
  background: #FFC969;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin: 0 2px;
}
.gengduo-ts{
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: 16px;
  z-index: 9;
}
.course-ul {
  border-top: 1px solid #d7d8d8;
  background-color: #fff;
  padding-bottom: 12px;
}
.course-ul li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin: 0 15px;
  border-bottom: 1px solid #C1C1C1;
}
.course-ul li i {
  min-width: 16px;
  color: #d1d1d1;
}
.course-ul li .course-con {
  width: calc(100% - 16px);
  padding-right: 15px;
  line-height: 22px;
}
.course-ul li .course-con .course-tite {
  font-size: 14px;
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-tite span{
  border-radius: 2px;
  /* background: #7575f9; */
  font-size: 12px;
  padding: 0 4px;
  color: #fff;
  margin-right: 4px;
}
.purple{
  background: #7575f9;
}
.yellow{
  background: #FFC969;
}
.course-ul li .course-con .course-tite .rili1a {
  color: #7575F9;
  padding-right: 8px;
}
.course-ul li .course-con .course-tite .rili2a {
  color: #FFC969;
  padding-right: 8px;
}
.course-ul li .course-con .course-time {
  font-size: 12px;
  font-weight: 200;
  color: #ACACAC;
  padding-top: 4px;
}
.course-ul li .course-con .course-time .course-name {
  padding: 0 15px 0 12px;
}
.course-popup {
  width: calc(100% - 80px);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.course-popup .item-ul {
  padding: 26px 25px;
}
.course-popup .item-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 16px;
  color: #333;
}
.course-popup .item-ul li .item {
  width: 56px;
}
.course-popup .item-ul li .content {
  width: calc(100% - 72px);
  font-size: 14px;
  color: #595959;
  display: flex;
  align-items: center;
}
.course-popup .item-ul li .content .kechd {
  padding: 0 26px 0 8px;
}
.course-popup .item-ul li .content .content-tex {
  min-width: 110px;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-popup .item-ul li .content input {
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #fff;
}
.course-popup .item-ul li .content .input-on {
  -webkit-appearance: none;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  border-radius: 25px;
  position: relative;
}
.course-popup .item-ul li .content input[type="radio"]:checked:after {
  content: '';
  border-radius: 4px;
  font-size: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
  background: url(../images/selected3.png) no-repeat center center;
  background-size: 100%;
  box-shadow: 0 0 0 0 #1B9FEA;
  margin: 0;
  padding: 0;
}
.course-popup .item-ul li i {
  width: 16px;
}
.course-popup .course-confirm {
  background: linear-gradient(#87c8ff 0%, #0088fa 100%);
  border-radius: 20px;
  font-size: 17px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 25px;
}
.course-popup .course-demand {
  border: 1px solid #999;
  border-radius: 20px;
  font-size: 17px;
  line-height: 38px;
  color: #999;
  opacity: 0.8;
  text-align: center;
  margin: 20px 25px 26px;
}
.course-popup .guandiao {
  font-size: 40px;
  width: 40px;
  line-height: 45px;
  color: #fff;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.kcc-ul {
  background-color: #fff;
}
.kcc-ul li {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}
.kcc-ul li .goux {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 25px;
  border: 1px solid #707070;
  margin: 0 10px 0 18px;
  font-size: 18px;
  color: #fff;
}
.kcc-ul li .i-blue {
  color: #0088fa;
  font-size: 18px;
  border: 0;
  width: auto;
  height: auto;
}
.course-box {
  position: relative;
  /* background-color: #50ABFF; */
  background: linear-gradient(#0088fa 0%, #50ABFF 100%);
}
.course-box .course-top {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.course-box .course-top .total-ul {
  position: absolute;
  left: 15px;
  top: 44px;
  z-index: 9;
  background-color: #fff;
  border-radius: 4px;
  width: 140px;
  padding-top: 20px;
  display: none;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.course-box .course-top .total-ul .blue-bac {
  background-color: #0088fa;
  color: #fff;
}
.course-box .course-top .total-ul li {
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #464646;
}
.course-box .course-top .course-total {
  font-size: 18px;
  color: #fff;
  width: 33.33%;
  padding-left: 15px;
}
.course-box .course-top .course-total i {
  font-size: 12px;
  padding-left: 8px;
}
.course-box .course-top .course-time {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 33.33%;
}
.course-box .course-top .course-time i {
  font-size: 12px;
  padding-left: 8px;
}
.course-box .course-top .course-funnel {
  text-align: right;
  font-size: 14px;
  color: #fff;
  width: 33.33%;
  padding-right: 15px;
}
.course-box .course-top .course-funnel i {
  font-size: 20px;
  padding-right: 8px;
}
.popup-top .popup2-top .popup2-top-p {
  font-size: 18px;
}
.nav-appear {
  background-color: #50ABFF;
}
.nav-appear .appear-p {
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.ca_nian,
.ca_yue {
  display: flex;
}
.ca_nian .ca_tex,
.ca_yue .ca_tex {
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  padding: 0 4px;
}
.ca_nian .ca_jia,
.ca_yue .ca_jia {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  text-align: center;
}
.ca_nian .ca_jian,
.ca_yue .ca_jian {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  text-align: center;
}
.ca_header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  display: none;
}
#test {
  padding: 0 15px;
}
.ca_table {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #50abff;
  border-radius: 13px;
}
.ca_thead {
  height: 50px;
  border-bottom: 1px solid #F4F4F4;
}
.ca_clearfix {
  display: flex;
}
.ca_thead .ca_clearfix span {
  line-height: 50px;
  width: 14.28%;
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #565656;
  text-align: center;
  display: block;
}
.ca_tbody .ca_clearfix span {
  line-height: 40px;
  height: 50px;
  width: 14.28%;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #565656;
  text-align: center;
  display: block;
  position: relative;
}
.ca_tbody .ca_clearfix .ca_event {
  /* position: absolute;
  bottom: 4px;
  left: 0;
  right: 0; */
  margin: auto;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #FFC969;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
}
.ca_tbody .ca_clearfix .ca_event1 {
  margin: auto;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #7575F9;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
}
.ca_event_div{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}
.choose {
  background: #D3EAFF;
  box-shadow: 0px 2px 6px rgba(0, 136, 250, 0.21);
  border-radius: 6px;
  color: #fff !important;
}
.nian-yue {
  display: flex;
}
.nian-yue::after {
  content: '';
  position: absolute;
  top: 145px;
  width: 100%;
  height: 45px;
  /* background: linear-gradient(to bottom, rgba(117, 107, 128, 0.1) 0%, rgba(117, 107, 128, .2) 50%, rgba(117, 107, 128, .25) 50%, rgba(117, 107, 128, .1) 100%); */
  pointer-events: none;
  /* box-shadow: 0 4px 12px rgb(0 0 0 / 12%); */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.box-ul {
  margin-bottom: 12px;
  height: 210px;
}
.tits1 {
  font-size: 16px;
  color: #0088fa !important;
}
.tits {
  font-size: 16px;
  color: #0088fa !important;
}
.mp-popup-theme4 {
  padding: 24px 0 16px!important;
  height: 55px;
}
.box-ul li:last-child {
  margin-bottom: 77px;
}
