@import "mixins/mixins";
@import "common/var";
/*————————————————————班级报名分类展示组件1开始——————————————————————*/
.classreg_show_list_pc_1 {
  width: 100%;
  margin-top: 30px;
}
.classreg_show_list_pc_1 .learningtool-title {
  width: 100%;
}
.classreg_show_list_pc_1 .learningtool-title .sp1 {
  display: block;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.classreg_show_list_pc_1 .learningtool-title .sp1::after {
  display: block;
  content: '';
  width: 65px;
  height: 2px;
  background-color: $--color-primary;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -32px;
}
.classreg_show_list_pc_1 .liveshow-tab {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.classreg_show_list_pc_1 .liveshow-tab ul li {
  display: inline-block;
  padding: 10px 50px;
  background-color: #f5f5f5;
  color: #707070;
  font-size: 18px;
  margin:  10px;
  cursor: pointer;
}
.classreg_show_list_pc_1 .liveshow-tab ul .on {
  background-color: $--color-primary;
  color: #fff;
  -moz-box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
  box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
}
.classreg_show_list_pc_1 .liveshow-tab ul li:hover {
  background-color: $--color-primary1;
  color: #fff;
}
.classreg_show_list_pc_1 .liveshow-tab ul .on:hover {
  background-color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-screen {
  width: 100%;
  margin-top: 50px;
}
.classreg_show_list_pc_1 .showlist-screen ul {
  width: 100%;
  margin-top: 20px;
  color: #000;
}
.classreg_show_list_pc_1 .showlist-screen ul li {
  display: inline-block;
  margin: 0 4px;
  color: #000;
  font-size: $--font-size-large;
}
.classreg_show_list_pc_1 .showlist-screen ul li a {
  color: #707070;
}
.classreg_show_list_pc_1 .showlist-screen ul li a:hover {
  color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-screen ul .active a {
  color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-screen-title {
  font-weight: bold;
}
.classreg_show_list_pc_1 .showlist-searchbar-right {
  float: right;
}
.classreg_show_list_pc_1 .showlist-searchbar {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  border-bottom: 2px solid #ececf1;
}
.classreg_show_list_pc_1 .showlist-search {
  display: block;
  float: left;
  width: 200px;
  height: 30px;
}
.classreg_show_list_pc_1 .showlist-search .inp1 {
  width: 75%;
  float: left;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
}
.classreg_show_list_pc_1 .showlist-search .btn1 {
  width: 25%;
  float: right;
  height: 30px;
  line-height: 30px;
  background: url('#{$--url-path}/jslndx-search-icon.png') center no-repeat;
  background-color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-search .btn1:hover {
  background-color: $--color-primary1;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp1 {
  display: block;
  float: left;
  line-height: 30px;
  margin-left: 20px;
  color: #707070;
  font-size: $--font-size-large;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp1 a {
  margin: 0 5px;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp2 {
  display: block;
  float: left;
  line-height: 30px;
  margin-left: 20px;
  font-size: $--font-size-large;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp2 a {
  margin: 0 5px;
  color: #dedede;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp2 a span {
  font-size: 20px;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp2 a:hover {
  color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-searchbar-right .sp2 .active {
  color: $--color-primary;
}
.classreg_show_list_pc_1 .showlist-tab {
  float: left;
}
.classreg_show_list_pc_1 .showlist-tab .active a {
  display: block;
  width: 100%;
  height: 40px;
  color: $--color-primary;
  padding: 0 12px;
  border-bottom: 2px solid $--color-primary;
}
.classreg_show_list_pc_1 .showlist-tab li {
  display: inline-block;
  line-height: 30px;
  margin: 0 15px;
  font-size: 18px;
}
.classreg_show_list_pc_1 .showlist-tab li a {
  color: #aeb0ba;
}
.classreg_show_list_pc_1 .online-apply-pic {
  width: 100%;
  height: 260px;
}
.classreg_show_list_pc_1 .online-apply-pic img {
  width: 100%;
  height: 100%;
}
.classreg_show_list_pc_1 .online-apply-info {
  width: 100%;
}
.classreg_show_list_pc_1 .online-apply-info .sp1 {
  display: block;
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}
.classreg_show_list_pc_1 .online-apply-info .sp1 a:hover {
  color: $--color-primary;
}
.classreg_show_list_pc_1 .online-apply-info ul {
  width: 100%;
  margin-top: 20px;
}
.classreg_show_list_pc_1 .online-apply-info ul li {
  width: 100%;
  font-size: $--font-size-large;
  color: #000;
  line-height: 32px;
}
.classreg_show_list_pc_1 .online-apply-info ul li span {
  color: #a0a0a0;
}
.classreg_show_list_pc_1 .online-apply {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #dedede;
}
.classreg_show_list_pc_1 .online-apply-money {
  width: 100%;
  border-left: 1px solid #dedede;
  margin-top: 40px;
  padding: 30px 0;
}
.classreg_show_list_pc_1 .online-apply-money span {
  font-size: $--font-size-large;
  line-height: 36px;
}
.classreg_show_list_pc_1 .online-apply-money span i {
  color: #ff0000;
}
.classreg_show_list_pc_1 .online-apply-money .sp1 {
  display: block;
  text-align: center;
  color: #a0a0a0;
}
.classreg_show_list_pc_1 .online-apply-money .sp2 {
  display: block;
  text-align: center;
  color: #a0a0a0;
}
.classreg_show_list_pc_1 .online-apply-money .sp3 {
  display: block;
  text-align: center;
  color: #a0a0a0;
  margin-top: 20px;
}
.classreg_show_list_pc_1 .online-apply-money .sp3 a {
  display: inline-block;
  width: 134px;
  height: 36px;
  background-color: $--color-primary;
  color: #fff;
  border-radius: 100px;
}
.classreg_show_list_pc_1 .online-apply-money .sp3 a:hover {
  background-color: $--color-primary1;
}
.classreg_show_list_pc_1 .search-result-page {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.classreg_show_list_pc_1 .search-result-page ul li {
  display: inline-block;
  margin: 0 3px;
}
.classreg_show_list_pc_1 .search-result-page .circle {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #a0a0a0;
}
.classreg_show_list_pc_1 .search-result-page .circle:hover {
  color: $--color-primary;
  border: 1px solid $--color-primary;
}
.classreg_show_list_pc_1 .search-result-page .active .circle {
  background-color: $--color-primary;
  border: 1px solid $--color-primary;
  color: #fff;
}
.classreg_show_list_pc_1 .search-result-page .goto-input {
  width: 50px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin: 0 3px;
}
.classreg_show_list_pc_1 .search-result-page .goto-btn {
  width: 44px;
  height: 34px;
  line-height: 34px;
  background-color: $--color-primary;
  color: #fff;
  border-radius: 5px;
  margin-top: 2px;
}
.classreg_show_list_pc_1 .search-result-page .goto-btn:hover {
  background-color: $--color-primary1;
}
.classreg_show_list_pc_1 .online-apply2 {
  width: 100%;
  padding: 20px;
  margin-top: 30px;
  height: 262px;
  border: 1px solid #dedede;
}
.classreg_show_list_pc_1 .online-apply2-pic {
  width: 100%;
  height: 220px;
}
.classreg_show_list_pc_1 .online-apply2-pic img {
  width: 100%;
  height: 100%;
}
.classreg_show_list_pc_1 .online-apply2-info {
  width: 100%;
}
.classreg_show_list_pc_1 .online-apply2-info .sp1 {
  display: block;
  font-size: 24px;
  color: #000;
  margin-top: 4px;
  cursor: pointer;
}
.classreg_show_list_pc_1 .online-apply2-info .sp1 a:hover {
  color: $--color-primary;
  cursor: pointer;
}
.classreg_show_list_pc_1 .online-apply2-info ul {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 10px;
}
.classreg_show_list_pc_1 .online-apply2-info ul li {
  width: 100%;
  font-size: $--font-size-large;
  color: #000;
  line-height: 32px;
}
.classreg_show_list_pc_1 .online-apply2-info ul li span {
  color: #a0a0a0;
}
.classreg_show_list_pc_1 .online-apply2-money {
  width: 100%;
  margin-top: 10px;
}
.classreg_show_list_pc_1 .online-apply2-money-left {
  float: left;
  width: 50%;
}
.classreg_show_list_pc_1 .online-apply2-money-right {
  float: right;
  width: 50%;
}
.classreg_show_list_pc_1 .online-apply2-money-left span {
  display: block;
  color: #a0a0a0;
  line-height: 32px;
}
.classreg_show_list_pc_1 .online-apply2-money-left span i {
  color: #ff0000;
}
.classreg_show_list_pc_1 .online-apply2-money-right .sp3 {
  display: block;
  text-align: center;
}
.classreg_show_list_pc_1 .online-apply2-money-right .sp3 a {
  width: 134px;
  height: 36px;
  background-color: $--color-primary;
  border-radius: 100px;
  color: #fff;
  font-size: $--font-size-large;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin-top: 15px;
}
.classreg_show_list_pc_1 .online-apply2-money-right .sp3 a:hover {
  background-color: $--color-primary1;
  cursor: pointer;
}
/*————————————————————班级报名分类展示组件1结束——————————————————————*/
.classreg_show_list_pc_1 .online-apply2-info ul li .font {
  color: #000;
}
