@charset "UTF-8";
/*引入阿里巴巴图标库*/
@import "https://at.alicdn.com/t/font_828609_03zagsuo06tj.css";
@import "https://at.alicdn.com/t/font_741121_y6v3smzy3fb.css";
/*通用按钮*/
.common-button {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 9px 24px 8px 23px;
  background-color: #fff;
  color: #ff183b;
  border: 1px solid #ff183b;
  border-radius: 21px;
  margin-left: 72px;
  position: relative;
  line-height: 1;
}
.common-button > span {
  font-size: 14px;
}
.common-button .iconfont {
  vertical-align: top;
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-left: 9px;
}
.common-button:hover,
.common-button:focus,
.common-button:visited {
  color: #ff183b;
}
.common-button.onlive {
  background-color: #ff183b;
  border: 1px solid #ff183b;
  color: #fff;
}
.common-button.enter .iconfont {
  display: inline-block;
}
.common-button.cancel-leave .iconfont {
  display: none;
}
.common-button.unclick {
  background-color: #ccc;
  pointer-events: none;
  border: 1px solid #ccc;
  color: #fff;
}
.common-button.unclick .iconfont {
  display: none;
}

.common-button.unclick-icon {
  background-color: #ccc;
  pointer-events: none;
  border: 1px solid #ccc;
  color: #fff;
}

.common-button.leave .iconfont {
  display: none;
}
.today_class_link i {
  vertical-align: bottom !important;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAj0lEQVQYlW2PuwkCURBFj1YxW8vdCgQRTAUNFhMNxAYWwUAwMDI2sgIrsgB7uCYD+t7uwET3M2dw6O3Q3jb1ToEncKdpO+qxjUMHh+zQ 5j/5qwnt0rAeiqVha5uJ7fJO0x6BG7AaEGbDwyGPJefAC+jrxCxvXmvaRQp9SRtapnAq/wx1KZxr MBz6OHQZo/4CGaHAp7G6Qx4AAAAASUVORK5CYII=') no-repeat center;
}
/*通用提示*/
.message_span {
  position: absolute;
  top: -41px;
  left: 0;
}
.arrow_box {
  display: inline-block;
  width: 100px;
  position: relative;
  border: 1px solid #ff183b;
  color: #ff183b;
  padding: 6px 0px 6px 15px;
  border-radius: 10px;
  box-shadow: -1px 2px 3px 0px rgba(34, 24, 21, 0.2);
  font-size: 16px;
  background-color: #fff;
}
.arrow_box::after {
  content: '';
  display: none !important;
}
.arrow_box i {
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 1px solid #ff183b;
  background-color: #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}
/*遮罩*/
#shadow {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  position: fixed;
  top: 0;
}
/*我的课程*/
.mycourse {
  background-color: #f7f7f7;
  padding-bottom: 200px;
}
.course_container {
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 20px 0 0;
  z-index: 3;
}
/*左侧导航begin*/
.mycourse_left_nav {
  width: 223px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 100px;
  z-index: 2;
  padding: 20px 0px 0px;
}
.mycourse_left_nav li {
  margin-bottom: 20px;
}
.mycourse_left_nav li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  align-items: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  transition: all 0ms;
  text-align: center;
  text-decoration: none;
}
.mycourse_left_nav li a span {
  font-size: 14px;
}
.mycourse_left_nav li a:hover {
  color: #ff183b;
  background-color: #fff6f2;
}
.mycourse_left_nav .select a {
  color: #ff183b !important;
  background-color: #fff6f2 !important;
  border-left: 2px solid #ff183b !important;
}
.mycourse_left_nav .tohelp {
  position: absolute;
  top: -100px;
}
.mycourse_left_nav .tohelp a {
  width: 223px;
  height: 90px;
  border-radius: 15px;
  color: #ff183b;
  background-color: #fff6f2;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*左侧导航end*/
.mycourse_right {
  width: 863px;
  float: right;
}
.mycoure_li {
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.mycoure_link {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 28px;
  background-color: #fff;
  position: relative;
}
.mycoure_link:hover {
  box-shadow: 0 2px 10px #d1d1d1;
}
.mycoure_st_tag {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 24px;
  border: 1px solid #ff183b;
  border-radius: 12px;
  padding: 3px 9px;
  font-size: 10px;
  color: #ff183b;
}
.mycourse-pic {
  width: 160px;
  height: 160px;
}
.mycourse-pic img {
  width: 100%;
}
.mycourse-info {
  width: 578px;
}
.mycourse-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px 0px;
}
.mycourse-title h3 {
  line-height: 1;
  font-size: 18px;
  color: #333;
  max-width: 440px;
}
.mycourse-title span {
  font-size: 12px;
  color: #333;
}
.total-lesson-time {
  padding: 20px 0 7px;
  font-size: 12px;
  text-align: right;
  color: #666;
}
/*进度条begin*/
.progress_bar {
  padding: 6px 0 25px;
  width: 100%;
}
.progress_bar .pro-bar {
  background: hsl(0, 0%, 97%);
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
  height: 2px;
  position: relative;
}
.progress_bar .progress-bar-inner {
  background-color: #ff183b;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 3s linear 0s;
  animation: animate-positive 2s;
}
.progress_bar .progress-bar-inner:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -2px;
}
/*进度条end*/
.mycourse_period {
  display: flex;
  justify-content: space-between;
}
.mycourse_period span {
  font-size: 12px;
  color: #666;
}
.no_class {
  padding: 179px 0 258px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 2px #dddedf;
  border-radius: 4px;
}
.no_class a {
  padding: 13px 95px 13px 95px;
  background-color: #ff5558;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
}
.no_course_word {
  margin-bottom: 18px;
  color: #666666;
  font-size: 14px;
  padding: 24px 0 20px;
}
/*过期课程*/
.status-img {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.out_of_date,
.out_of_freeze {
  position: relative;
}
.out_of_date a,
.out_of_freeze a {
  opacity: 0.48;
  pointer-events: none;
}
.out_of_date .img-out-of-date {
  display: block;
}
.out_of_freeze .img-stop {
  display: block;
}
/*今日课程*/
.today_course {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  padding: 25px 25px 28px;
}
.today_course:hover {
  box-shadow: 0 2px 10px #d1d1d1;
}
.today_course_pic {
  width: 160px;
  height: 160px;
}
.today_course_pic img {
  width: 100%;
}
.today_course_info {
  width: 578px;
}
.today_course_info h3 {
  padding: 15px 0px 0px;
  font-size: 18px;
  color: #333;
}
.today_course_info .info_one {
  padding: 19px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.today_course_info .info_one h4 {
  font-size: 14px;
  color: #666;
}
.today_class_teacher {
  display: inline-block;
  width: 180px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  vertical-align: bottom;
}
.today_class_time {
  color: #ff183b;
  font-size: 14px;
  line-height: 1;
  vertical-align: bottom;
}
/*我的超级卡*/
.card-title {
  background: #fff;
  padding: 24px 24px 18px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.card-title h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 11px;
  padding-left: 14px;
  border-left: 5px solid #ff183b;
  font-weight: inherit;
}
.card-title p {
  color: #ff183b;
  font-size: 14px;
  padding: 0 0 0 18px;
  font-weight: normal;
}
.mycard_li {
  padding: 22px 25px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.mycard_li h3 {
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px 5px 10px;
  background-color: #f7f7f7;
  margin-bottom: 22px;
}
.mycard_li h3 > span {
  font-size: 14px;
  color: #333;
}
.mycard_li table colgroup col:nth-child(1) {
  width: 210px;
}
.mycard_li table colgroup col:nth-child(2) {
  width: 210px;
}
.mycard_li table colgroup col:nth-child(3) {
  width: 210px;
}
.mycard_li table {
  width: 100%;
  color: #333;
  font-size: 14px;
  border: 1px solid #c0c0c0;
}
.mycard_li table thead th {
  padding: 14px 0;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  background: #f7f7f7;
  font-weight: normal;
}
.mycard_li table thead th:last-child {
  border-right: none;
}
.mycard_li table tr td {
  background-color: #fff;
  padding: 20px 0px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  color: #666666;
}
.mycard_li table tr td:last-child {
  border-right: none;
  color: #ff183b;
}
.mycard_li .common-button {
  border-radius: 12px;
  font-size: 14px;
  padding: 5px 23px 4px 21px;
}
/* .mycard_li .common-button:hover {
  color: #ff183b;
  background-color: #fff;
} */

.sel-btn {
  width: 103px;
  line-height: 24px;
  text-align: center;
  background: #FF183B!important;;
  background-color: #FF183B!important;;
  border-radius: 12px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.sel-btn:hover {
  background: #FF183B!important;
  background-color:#FF183B!important;
  color: #FFFFFF!important;
}
.sel-btn:focus {
  background: #FF183B!important;
  color: #FFFFFF!important;
}
.hide {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  line-height: 1;
  font-size: 14px;
  padding: 5px 23px 4px 21px;
  pointer-events: none;
  color: #666666;
}
.hide:hover {
  color: #666666;
}
/*课程选择*/
.course-choose-tab .nav-tabs,
.timetable-tab .nav-tabs {
  display: flex;
  justify-content: flex-start;
}
.course-choose-tab .nav-tabs li,
.timetable-tab .nav-tabs li {
  width: 130px;
}
.course-choose-tab .nav-tabs li a,
.timetable-tab .nav-tabs li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 15px 0;
  background-color: #e8e8e8;
  border: none;
  border-top: 4px solid #e8e8e8;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.course-choose-tab .nav-tabs li a:hover,
.timetable-tab .nav-tabs li a:hover {
  background-color: #fff;
  border: none;
  border-top: 4px solid #ff183b;
}
.course-choose-tab .nav-tabs li.active a,
.timetable-tab .nav-tabs li.active a {
  background-color: #fff;
  border: none;
  border-top: 4px solid #ff183b;
}
.tab-content {
  padding: 20px 0;
  background-color: #fff;
}
.courses-optional .no_class {
  box-shadow: none;
}
.course-option-li {
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 20px;
  background-color: #fff;
  margin-bottom: 12px;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.course-option-li .common-button {
  padding: 9px 36px 8px 23px;
}
.course-option-li .common-button span {
  position: relative;
}
.course-option-li .common-button span:nth-child(1):after {
  content: '';
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAj0lEQVQYlW2PuwkCURBFj1YxW8vdCgQRTAUNFhMNxAYWwUAwMDI2sgIrsgB7uCYD+t7uwET3M2dw6O3Q3jb1ToEncKdpO+qxjUMHh+zQ 5j/5qwnt0rAeiqVha5uJ7fJO0x6BG7AaEGbDwyGPJefAC+jrxCxvXmvaRQp9SRtapnAq/wx1KZxr MBz6OHQZo/4CGaHAp7G6Qx4AAAAASUVORK5CYII=') no-repeat center;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 3.5px;
  right: -13px;
}
.selected_top_right_sign {
  display: none;
  position: absolute;
  right: -40px;
  top: -40px;
  background-color: #ff183b;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  box-shadow: -1px 2px 3px 0px rgba(34, 24, 21, 0.2);
}
.selected_top_right_sign i {
  position: absolute;
  bottom: 5px;
  left: 40%;
  transform: rotate(-45deg);
  color: #fff;
}
.selected-course .course-option-info h4 {
  color: #ff183b;
  display: inline-block;
  position: relative;
}
.selected-course .course-option-info h4::after {
  content: '';
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABVElEQVQ4jaXTsUtbURTH8U9S6yKELmJdzNhBWkoHB01Lbc3QxalT6WgHaZcOhf4HgoijCm6FTropQsGiaJxFyF6cAqXiIERwUId3Hzxu XlLNO3B5P34/+HLOPfeVbh5PKVStRvIdrb3Gg3IxmhT2HXuolgp3yDrmgq4OFIT9xIegL3FWZOSV DAzaaPcLnA8nWxUM9QN8KukuroeY7ge43SN7ct+lLGAsxz/FZ+zkPZsKvmIZFxl/GH9zYEd4o9W4 grjD95J39Qh/8COTbebAdrUa9ayR3uE4drARYLCIUtDP8CqCHaAeecp4gSbeRdkIPga9GmVNTOd0 rBzCGrZy8k+YwGTGOw+w627AK8nFzuJblL/EYeS9xb88WArM1pLOUQYzeh7H3WB5QNjHc50j/cJa L1g3IJxIlpXWpc6l3QuYQmeC/oKbuwD/9+v9lry/eDFd6xZ9JT0y8CDdagAAAABJRU5ErkJggg==') no-repeat center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -20px;
}
.selected-course .common-button {
  background-color: #fff;
  border: solid 1px #666666;
  color: #666666;
  padding: 9px 32px 9px 31px;
}
.selected-course .common-button span::after {
  content: '';
  display: none;
}
.course-option-pic {
  width: 160px;
  height: 160px;
  margin-right: 20px;
}
.course-option-pic img {
  width: 100%;
}
.course-option-info {
  width: 400px;
  height: 100%;
}
.course-option-info h4 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  padding: 5px 0 22px;
}
.course-option-info p {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1;
  color: #666;
}
.course-option-info p:last-child {
  margin-bottom: 0;
}
.no_choose_couse {
  padding: 30px 0;
  text-align: center;
}
.clearfix #courses {
  padding: 0;
}
/*1v1*/
.onetone_li {
  padding: 20px 30px 25px;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.onetone_li h3 {
  border-left: 5px solid #ff183b;
  font-size: 18px;
  margin: 0 0 15px;
  padding-left: 10px;
  color: #333;
}
.onetone_li h3 span {
  color: #ff183b;
}
.onetone_li table {
  font-size: 14px;
}
.onetone_li table colgroup col:nth-child(1) {
  width: 120px;
}
.onetone_li table colgroup col:nth-child(2) {
  width: 70px;
}
.onetone_li table colgroup col:nth-child(3) {
  width: 80px;
}
.onetone_li table colgroup col:nth-child(4) {
  width: 80px;
}
.onetone_li table colgroup col:nth-child(5) {
  width: 120px;
}
.onetone_li table colgroup col:nth-child(6) {
  width: 120px;
}
.onetone_li table {
  width: 100%;
  color: #333;
  font-size: 14px;
  border: 1px solid #c0c0c0;
}
.onetone_li table thead th {
  padding: 14px 0;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  background: #f7f7f7;
  font-weight: normal;
  color: #333333;
  font-weight: 600;
}
.onetone_li table thead th:last-child {
  border-right: none;
}
.onetone_li table tr td {
  background-color: #fff;
  padding: 20px 0px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  color: #666666;
}
.onetone_li table tr td:nth-child(1),
.onetone_li table tr td:nth-child(5),
.onetone_li table tr td:nth-child(6) {
  padding: 0 16px;
}
.onetone_li table tr td:last-child {
  border-right: none;
  color: #ff183b;
}
/*直播课表*/
.timetable_title {
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.timetable_title h3 {
  font-size: 16px;
  color: #333;
}
.timetable_title h4 {
  padding: 10px 0;
  line-height: 1;
  margin: 0;
  color: #666;
}
.timetable_title h4 strong span {
  color: #ff183b;
}
.timetable_title h4 strong i {
  color: #ff183b;
  margin: 0 0 0 5px;
  transform: translateY(1px);
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.timetable_title h4 strong i:hover span {
  display: block;
}
.timetable_title h4 strong i span {
  position: absolute;
  top: -2px;
  left: 21px;
  background: red;
  padding: 5px 10px;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  width: 430px;
  display: none;
}
.timetable_title p {
  color: #666;
  font-size: 12px;
}
.timetable_title p i {
  margin-right: 5px;
  font-size: 11px;
}
.expiration_time {
  color: #ff183b;
  text-align: center;
  padding: 35px 0 0;
}
.timetable-tab .tab-content {
  padding: 0;
}
.schedule {
  padding: 0 50px 100px 70px;
  background-color: #fff;
}
.schedule .no_class {
  box-shadow: none;
}
.timetable_lesson_li {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}
.timetable_lesson_li p {
  line-height: 1;
}
.timetable_lesson_li .left-line {
  position: absolute;
  left: -20px;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timetable_lesson_li .left-line i {
  color: #ff183b;
  font-size: 12px;
}
.timetable_lesson_li .left-line span {
  width: 1px;
  height: 114px;
  background-color: #333;
  margin-top: -2px;
}
.timetable_lesson_li:last-child .left-line span {
  height: 82px;
}
.t_l_i_left {
  width: 450px;
}
.t_l_i_leftnew {
  width: 450px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pad-t-30 {
  padding-top: 22px;
}

.timetable_lesson_time {
  padding: 8px 0 8px;
  font-size: 12px;
  color: #666;
}
.timetable_lesson_info {
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lesson_name {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  /* margin-top: 8px; */
}

.icon-broadcast {
    width: 39px;
    height: 18px;
    border: 1px solid #FF183B;
    border-radius: 9px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FF183B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.lesson_teacher {
  padding: 8px 0 18px;
  font-size: 14px;
  color: #666;
}
.timeable_lesson_link {
  display: flex;
}
.timeable_lesson_link a {
  margin: 0px 5px;
  z-index: 2;
}
.down-data {
  display: none;
  position: absolute;
  padding: 13px 22px;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ddd;
  width: 594px;
  background: #fff;
  z-index: 3;
  top: 80px;
  left: 25px;
  border-radius: 4px 4px 8px 8px;
  font-size: 14px;
}
.down-data li {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px 10px 0px;
}
.down-data li:last-child {
  border-bottom: none;
}
.down-data li:hover {
  background-color: #fcfcfc;
}
.down-data li span {
  max-width: 500px;
}
.down-data li i {
  font-size: 16px;
  color: #555;
  cursor: pointer;
}
.down-data li i:hover {
  color: #ff183b;
}
.down-data2 {
  display: none;
  position: absolute;
  padding: 6px 18px;
  box-shadow: -1px 1px 14px 2px rgba(43,43,43,0.07);
  width: 594px;
  background: #fff;
  z-index: 3;
  top: 108px;
  right: 85px;
  font-size: 14px;
  border-radius: 5px;
}

.down-data2 li { 
  font-size: 14px;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  padding-left: 5px;
  background: url('../images/more.png') no-repeat right center;
}
.down-data2 li a {
  color: #666666;
  width: 100%;
  display: inline-block;
}
.down-data2 li:last-child {
  border-bottom: none;
}
/*回放列表*/
#playBack .lesson_name {
  margin-right: 20px;
}
#playBack .lesson_teacher {
  padding: 0;
}
.timetable_learned_time {
  padding: 8px 0 18px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.timetable_learned_time span {
  color: #666;
}
.timetable_learned_time small {
  font-size: 12px;
  padding: 2px 7px;
  border: 1px solid #ff183b;
  color: #ff183b;
  margin-left: 20px;
}
/*课程服务*/
#services .schedule {
  padding: 30px 30px 100px;
}
#services h4 {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  border-left: 1px solid #ff183b;
}
.timetable_course_time {
  margin-bottom: 30px;
}
.timetable_course_time table colgroup col {
  width: 33.3333%;
}
.timetable_course_time table {
  width: 100%;
  color: #333;
  font-size: 14px;
  border: 1px solid #c0c0c0;
}
.timetable_course_time table thead th {
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  background: #f7f7f7;
  font-weight: normal;
}
.timetable_course_time table thead th:last-child {
  border-right: none;
}
.timetable_course_time table tr td {
  background-color: #fff;
  padding: 15px 0px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
.timetable_course_time table tr td:last-child {
  border-right: none;
}
.all-learned {
  margin-bottom: 30px;
}
.all-learned table colgroup col {
  width: 25%;
}
.all-learned table {
  width: 100%;
  color: #333;
  font-size: 14px;
  border: 1px solid #c0c0c0;
}
.all-learned table thead th {
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  background: #f7f7f7;
  font-weight: normal;
}
.all-learned table thead th:last-child {
  border-right: none;
}
.all-learned table tr td {
  background-color: #fff;
  padding: 15px 0px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
.all-learned table tr td:last-child {
  border-right: none;
}
.qqgroup {
  margin-bottom: 30px;
}
.qqgroup p {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 17px;
  background-color: #f6f6f6;
}
.qqgroup p > span {
  font-size: 14px;
  color: #666;
}
.download_data_ul li {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.download_data_ul li > span {
  font-size: 14px;
  color: #333;
}
.download_data_ul li:hover {
  background: #f6f6f6;
}
.task_data_ul li {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #666666;
  font-size: 16px;
  background: url('../images/more.png') no-repeat right center;
}
.task_data_ul li a {
  color: #666666;
  /* display: block; */
  width: 100%;
}
.task_data_ul_two li {
  font-size: 14px;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  background: url('../images/more.png') no-repeat right center;
}
.task_data_ul_two li a {
  color: #666666;
  /* display: block; */
  width: 100%;
}
.down_pages {
  display: flex;
  margin: 20px;
  justify-content: center;
}
.down_pages a {
  margin: 0 7px;
  border: 1px solid #e8e8e8;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #e8e8e8, -1px -1px 5px #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.down_pages a:hover {
  border: 1px solid #e85651;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 5px #e85651, -1px -1px 5px #e85651;
  color: #333;
}
.down_pages .page_active {
  color: #fff;
  background-color: #ff183b;
}
.down_pages .page_active:hover {
  color: #fff;
  background-color: #ff4738;
  border: 1px solid #E8E8E8;
  box-shadow: 1px 1px 5px #E8E8E8, -1px -1px 5px #E8E8E8;
}
/*回放页面*/
.playHtml {
  width: 100%;
  height: 100%;
}
.playBody {
  width: 100%;
  height: 100%;
}
#playIframe {
  width: 100%;
  height: 99%;
}
/*遮罩*/
#shade-over {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
.shade-in {
  z-index: 99999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/myclass/statics/images/feedback.png) no-repeat;
  width: 359px;
  height: 193px;
}
.shade-in a {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  display: block;
  width: 82px;
  height: 28px;
  border: 1px solid #999999;
  color: #333333;
  font-size: 16px;
  text-align: center;
}


.shade-in2 {
  z-index: 99999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 193px;
  background: #ffffff;
  border-radius: 15px;
}
.shade-in2 a {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  display: block;
  width: 112px;
  height: 38px;
  line-height: 36px;
  background-color: #FB5457;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}
.shade-in2 .s_title {
  text-align: center;
  color: #FB5457;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 24px;
}
.shade-in3 {
  z-index: 99999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 293px;
  background: #ffffff;
  border-radius: 15px;
}
.shade-in3 a {
  cursor: pointer;
  /*left: 50%;
  transform: translateX(-50%);*/
  bottom: 32px;
  display: block;
  width: 112px;
  height: 38px;
  line-height: 36px;
  background-color: #FB5457;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  float: left;
  margin-left: 21px;
  margin-top: 30px;
}
.shade-in3 .qx {
  background-color: #989898;
}
.shade-in3 .s_title {
  text-align: center;
  color: #FB5457;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 24px;
}


/*问题反馈*/
.error {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff4d4d;
  font-size: 14px;
}
.feedback {
  padding: 24px 36px 204px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.feedback .feed-img-p {
  color: #f00;
  font-size: 12px;
  margin: 0;
  width: 100%;
  margin-top: 25px;
  margin-left: 19px;
}
.feedback .feed-img {
  height: 100px;
  margin-left: 19px;
  margin-top: 15px;
}
.feedback .feed-img .upImg {
  cursor: pointer;
  display: inline-block;
  margin-left: -6px;
  margin-top: 8px;
  width: 100px;
  height: 100px;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAADEklEQVR4nO3cT0tUURzG8e+dptBFK9eHInfhwkXrQLIiaNGif9A+SVEK30PtxEjTl1BU5CYIKsgIWrQKglqUwT272rUp29jizMFxGotg 9D7OfT4gzMy9oz94ON5zH3GKsizpYj8wCrxte+0acLfbyS1LwKTP39YcMNv5Yghhy/NGlzeeAz4B z4GBv/wA+z/f2x4XwGPgQudJRdsK2QfcISUN8AE4C6zt3Iy1NQ48az1eBKZDCBuwdYXkMNaBGWAE h7FTXgBXgV/AFDCfD+QVcgm4B/wAzgCruz9jLZ0CVoBB4HII4X5RlmWTdM04RLpILVU4YB1NAMtA CQznFXIYuALcBDYqG62eCuA9cBQ4X2yz7bVdEkIgxnicFMzrZtUDGYQQXuXHDdIW7ER141i7Jpv7 4aLKQeouxngEUiCm4TN0r06sQg5EjAMR40DEOBAxTdLfPUxEEzhZ9RA9kPu3vXwvtQa+D5ERQhgG X0Pk5C5rvOpBLHGXJcJdlh53WYociBgHIsaBiHEgYtxliemXLqsfuMtS4i5LlLssMe6yRLjL0uMu S5EDEeNAxDgQMQ5EjLssMe6ydLjLUuIuS5S7LDHuskS4y9LjLktRL1eIwkdyVDlDT37le4WI6eUK qXJT0A //sAN4hchxlyXGXZYOd1lK3GWJcpclxl2WCHdZetxlKXIgYhyIGAcixoGIcZclxl2WDndZStxliXKXJcZdlgh3WXrcZSlyIGIciBgHIsaBiHGXJcZdlg53WUrcZYlylyWmX7qsvTw74C5Lkbss RQ5EjAMR40DEOBAx7rLEuMvS8RIY8n2IiBDCGGy9hjgcAQ0gACvAG/qggthrYoyNGONQft4AvgGj wDFgsqrBamwa+BJjnIIUyE9gtnVwDhiraLA6Og3cAg4CX2HzGvIIuA0cAJ4AE/geZSc1gBnSpWIQ WAghPMgHshvAfOuEZeDhLg9ZFxeBd6QFMAAsANfzwfad1QYplFVgEXja8Y3+9eFgnRsCn9/9/JHW VwRm88rIum11V/gzDOud+8BH0mVivfPgb02/ptmvrAfzAAAAAElFTkSuQmCC') no-repeat center;
  background-size: 100% 100%;
}
.feedback .feed-img #xmTanImg {
  width: 100px;
  height: 100px;
}
.feedback .feed-img .img-over {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-top: 9px;
}
.feedback .feed-img .img-over:hover .close-img-over {
  display: block;
}
.feedback .feed-img .close-img-over {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #c1c1c1;
  opacity: 0.8;
  text-align: center;
}
.feedback .feed-img .close-img-over .close-img {
  width: 100px;
  height: 100px;
  display: block;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAgCAYAAABjGjQoAAADR0lEQVRoQ+XaT+hVRRTA8c/PaBdSLfqHlZtKI5L+IEQphBhRFES600KtRSC1iRQtLRSCIlDb9IdITClaCIIRkkVpClFi1MIMKStEFDIk 3EhpHJgHl+fzde/v3nfnwjubH+93Z87M+d4zM2fOuRO6KVdiH2aUmN5beKZEu9aaTLQ2UrWBXsVK LMX7Q7p+igdxJw5WG2J0rbsKdScexhx8PcT8N7Eci7F1dJiqae4q1MO4GdfgxBCTnsMGvIKXq5k+ uta5ocb4C/EIpiF+X4L7JmHyV4U+/+Il7J+EntpdckNdjfW1rRis4B/Mw54R6b+o2txQT+GKERq9 GUtGqH+g6pxQY5nHQTRIbsUCTCkJ5EPEPtwvf+LHkjoaa5YTamNGdE1RF6Auw2O4rEE457EOXzSo s7Sq3FBn45vSs63W8DdMr9almda5oYaHbm/GlAu0hLeW3ZMbnUJuqBGP7k0WHcGxPuvuStvCD/ir 8CwuBtfiF/zR1+cOTMVxXNcorZLKckO9CT+nua5C3PmL8h0C7AP4rPDgXTyFFXitr8/3mIX4G4Bb l9xQw6NOJ6tfxwsNQI299AbsSsmWsYMaBp/FpXgveV9dT/07bRlb8GTrRNNdO8e4xTGP4sZ0YD1e 01Nj5Z0b4vmt2Jp7+YeREVJFaPUl7q8J9apCVut5vNEKxb5BugB1Bx5FnPBxwNRZ/lEpOJQULMK2 cYX6Dp5OoVEcMHWg3lNI983H7nGFGtfJF3FmwFW1akgV1YKoGoTcniOZEgN3YflHOSTKIiFxA4qb UE+qQo2ySpz6IVfj5Lh6amT+P07G95dPqkJ9FhvTi4nUYvEFtca3C546F71SSORRewdNQKgKNepU a1MEEC8oi3QB6i34KVl/b19dqSrU8NLw1kGRRGuAuwD18kKyJAqAvYNmMp76ASKUijxB5AuySBeg huG9q+oTCDCTPag+wUPpG4A4tLJIV6D+jutTFFDMr76d6v9xOzpQIBS/I3yK5x8V/h9RxG3pJhVt skhXoH6LuxskENmuyHplka5A7X3m0xSEyE714tWmdJbW0xWoa9KnO6Un/j8NZxYiiqZ0ltbTFahR Sf08ZatKT35Aw1/Tt1Wb6iip2/c/hhqsISuBoIgAAAAASUVORK5CYII=') no-repeat center;
  background-size: 100%;
}
.feedback .feed-line {
  position: relative;
  left: 10px;
  top: 3px;
  width: 1px;
  height: 18px;
  border: 1px solid #ff183b;
  display: inline-block;
}
.feedback h3 {
  display: inline-block;
  margin-left: 16px;
  width: 649px;
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.feedback p {
  width: 192px;
  font-size: 16px;
  color: #666;
  margin: 20px 0 0 21px;
}
.feedback .feed-text {
  width: 100%;
  margin-top: 20px;
}
.feedback .feed-form textarea {
  padding-top: 11px;
  padding-left: 11px;
  font-size: 14px;
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  color: #333;
}
.feedback .feed-form textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bebebe;
}
.feedback .feed-form .feed-input {
  height: 38px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  margin-left: 9px;
}
.feedback .feed-form input {
  padding-left: 11px;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  width: 200px;
  height: 38px;
  font-size: 14px;
}
.feedback .feed-form .feed-label {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  width: 50px;
  text-align: right;
  margin-left: 19px;
}
.feedback .feed-form i {
  color: #ff183b;
}
.feedback .feed-form .btn {
  margin-left: 81px;
  background-color: #ff5558;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 9px 72px 9px 71px;
  margin-top: 20px;
}
.feedback .feed-form .btn:hover {
  color: #ffffff;
}
.feedback .feed-form #img_a {
  cursor: pointer;
  border: 1px solid #999999;
  background-color: #e0e0e0;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 49px;
  text-align: center;
  color: #999999;
  line-height: 39px;
  margin-top: 20px;
}
#input_length_limit {
  float: right;
  color: #666666;
  font-size: 12px;
  margin-top: 9px;
}
.shade-along {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 2;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  background-color: #ffffff;
  /*border-radius: 20px;*/
  /*border: solid 1px #e2e2e2;*/
  /*padding: 3px 9px;*/
  /*margin-top: 9px;*/
  position: fixed!important;
  right: 0;
  top: 300px;
  background: #FF2C30;
  width: 60px;
  height: 60px;
}
.shade-along-2 {
  top: 360px
}
.shade-along-1 {
  border-radius: 5px 0 0 0
}
.shade-along-2 {
  border-radius: 0 0 0 5px
}
.shade-along-1:hover {
  background: #F36568 !important;
  text-decoration: none !important;
  border-radius: 5px 0 0 0
}
.shade-along-2:hover {
  background: #F36568 !important;
  text-decoration: none !important;
  border-radius: 0 0 0 5px
}
.shade-along-1:hover .shade-along-1-hover {
  display: block!important
}

.shade-along-2:hover .shade-along-sp {
  display: block!important
}
.shade-along-1-hover {
  position: absolute;
  top: 0;
  right: 70px;
  width: 200px;
  height: 188px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
  text-align: center;
}
.shade-along-1-hover .shade-along-1-code {
  width: 140px;
  height: 140px;
  display: block;
  margin: 10px auto 10px;
  border-radius: 3px
}
.shade-along-1-hover .shade-along-1-txt {
  color: #070405;
  font-size: 12px;
  margin-top: 10px
}
.shade-icon {
  vertical-align: sub;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABqElEQVQ4jX3UvY+MURQG8N/77mQ7m0gUo/DZmChWtCYxsmsTjdUQoROCQsK/QHQKQmRlm218JIJCw1rfTKNUmIlCBPEH+CgGMYp7Jsb1 zj7JzXvvuec87z3n3OcW/XpTBaawP75rw/YBj3ETj/KAMls38ASX0MUsJmLMhu1i+DRGEbXwLP44 ifPooBejE7ZJ3MbLiAFFpNbAcxzEw6pcKzCDa9iObokCCzhTQdLCvbDvzvaWcDpiixLTWIG5zPEk nmIrNuIuzmU+VyJ2uujXm/N4gwuZUx/vsSHWczgeGQzjFDaXUosX/Y892BbzMezA7wq/+5gq+vVm T2pvr8IJVuE1VmNLzIcxjq+1IOiPIIF2kGzC24r9cajhs1TM7giiO/g+ggTW4VMNr7BrGaJF/Fjm xDvRLqVLdVgqaI6VkhzagxQyjOEIrtbwAN+k1l7OHL/gLH7hZwXRsYhdyiVyQIWyR2AgkRY6A9F2 sQ/X42T5qzCMEidwI2I6/BXtAA1JOxOYly7bO6k+66XCHo2UDxlqUE5EksAM9ko6XCN17SNe4JYk 2H/u3h8QF2YMjwW5bgAAAABJRU5ErkJggg==') no-repeat center !important;
  background-size: 100%;
  margin-left: 0 !important;
}
.shade-along-sp {
  width: 200px!important;
  height: 60px!important;
  line-height: 60px!important;
  position: absolute;
  top: 0!important;;
  right: 70px!important;;
  border-radius: 3px!important;;
  background: #fff!important;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
  padding: 0!important;
  /*top: -7px !important;*/
  /*right: 36px !important;*/
  /*border-radius: 20px !important;*/
}
.shade-along-sp img {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0px 0px 3px 5px;
  display: none
}
.shade-along-sp span {
  color: #070405;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
}
.common-shade {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 16;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: inherit !important;
}
/*身份证上传*/
.up-idcard {
  display: none;
}
.up-idcard-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  z-index: 17;
  padding: 15px 40px 21px;
  background: #fff;
  text-align: center;
}
.up-idcard-form h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.up-idcard-form h4 {
  font-size: 16px;
  color: #666;
  margin-bottom: 22px;
  text-align: left;
  line-height: 1.2;
}
.idcard-preview {
  display: flex;
  justify-content: space-between;
}
.idcard-each {
  position: relative;
  margin: 0 57px;
}
.idcard-each .icon-delete {
  position: absolute;
  top: -8px;
  right: -6px;
  color: red;
  font-size: 25px;
  z-index: 10;
  background: #fff;
  border-radius: 25px;
  display: none;
  cursor: pointer;
}
.idcard-each > div {
  width: 226px;
  height: 142px;
  position: relative;
  border-radius: 8px;
  border: solid 1px #d1d1d1;
  overflow: hidden;
}
.idcard-each > div .icon-hao1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #d1d1d1;
  cursor: pointer;
}
.idcard-each > div input {
  display: none;
}
.idcard-each > div img {
  width: 100%;
}
.idcard-each p {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #d1d1d1;
}
.up-idcard-button {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}
.up-idcard-button input {
  width: 190px;
  height: 44px;
  font-size: 18px;
  color: #fff;
  padding: 15px 80px;
  background-color: #ff183b;
  border-radius: 8px;
}
.upinfo-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.upinfo-input div {
  display: block;
  font-size: 20px;
  color: #666666;
  margin-right: 5px;
  position: relative;
  padding-right: 12px;
}
.upinfo-input div::after {
  display: block;
  content: '*';
  color: #ff183b;
  position: absolute;
  top: 0;
  right: 0;
}
.upinfo-input input {
  width: 250px;
  height: 38px;
  border: solid 1px #aeaeae;
  font-size: 20px;
  padding: 0 20px;
}
/* 重修申请 */
.apply {
  padding: 36px 36px 200px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.apply .text {
  font-size: 16px;
  color: #989898;
  padding-bottom: 50px;
}
.apply .name {
  float: left;
  padding-right: 20px;
}
.apply .txt {
  float: left;
  width: 200px;
  color: #4B4B4B;
}
.apply .feed-img-p {
  color: #f00;
  font-size: 12px;
  margin: 0;
  width: 100%;
  margin-top: 25px;
  margin-left: 19px;
}
.apply .feed-img {
  height: 100px;
  margin-left: 19px;
  margin-top: 15px;
}
.apply .feed-img .upImg {
  cursor: pointer;
  display: inline-block;
  margin-left: -6px;
  margin-top: 8px;
  width: 100px;
  height: 100px;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAADEklEQVR4nO3cT0tUURzG8e+dptBFK9eHInfhwkXrQLIiaNGif9A+SVEK30PtxEjTl1BU5CYIKsgIWrQKglqUwT272rUp29jizMFxGotg 9D7OfT4gzMy9oz94ON5zH3GKsizpYj8wCrxte+0acLfbyS1LwKTP39YcMNv5Yghhy/NGlzeeAz4B z4GBv/wA+z/f2x4XwGPgQudJRdsK2QfcISUN8AE4C6zt3Iy1NQ48az1eBKZDCBuwdYXkMNaBGWAE h7FTXgBXgV/AFDCfD+QVcgm4B/wAzgCruz9jLZ0CVoBB4HII4X5RlmWTdM04RLpILVU4YB1NAMtA CQznFXIYuALcBDYqG62eCuA9cBQ4X2yz7bVdEkIgxnicFMzrZtUDGYQQXuXHDdIW7ER141i7Jpv7 4aLKQeouxngEUiCm4TN0r06sQg5EjAMR40DEOBAxTdLfPUxEEzhZ9RA9kPu3vXwvtQa+D5ERQhgG X0Pk5C5rvOpBLHGXJcJdlh53WYociBgHIsaBiHEgYtxliemXLqsfuMtS4i5LlLssMe6yRLjL0uMu S5EDEeNAxDgQMQ5EjLssMe6ydLjLUuIuS5S7LDHuskS4y9LjLktRL1eIwkdyVDlDT37le4WI6eUK qXJT0A //sAN4hchxlyXGXZYOd1lK3GWJcpclxl2WCHdZetxlKXIgYhyIGAcixoGIcZclxl2WDndZStxliXKXJcZdlgh3WXrcZSlyIGIciBgHIsaBiHGXJcZdlg53WUrcZYlylyWmX7qsvTw74C5Lkbss RQ5EjAMR40DEOBAx7rLEuMvS8RIY8n2IiBDCGGy9hjgcAQ0gACvAG/qggthrYoyNGONQft4AvgGj wDFgsqrBamwa+BJjnIIUyE9gtnVwDhiraLA6Og3cAg4CX2HzGvIIuA0cAJ4AE/geZSc1gBnSpWIQ WAghPMgHshvAfOuEZeDhLg9ZFxeBd6QFMAAsANfzwfad1QYplFVgEXja8Y3+9eFgnRsCn9/9/JHW VwRm88rIum11V/gzDOud+8BH0mVivfPgb02/ptmvrAfzAAAAAElFTkSuQmCC') no-repeat center;
  background-size: 100% 100%;
}
.apply .feed-img #xmTanImg {
  width: 100px;
  height: 100px;
}
.apply .feed-img .img-over {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-top: 9px;
}
.apply .feed-img .img-over:hover .close-img-over {
  display: block;
}
.apply .feed-img .close-img-over {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #c1c1c1;
  opacity: 0.8;
  text-align: center;
}
.apply .feed-img .close-img-over .close-img {
  width: 100px;
  height: 100px;
  display: block;
  background: url('data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAgCAYAAABjGjQoAAADR0lEQVRoQ+XaT+hVRRTA8c/PaBdSLfqHlZtKI5L+IEQphBhRFES600KtRSC1iRQtLRSCIlDb9IdITClaCIIRkkVpClFi1MIMKStEFDIk 3EhpHJgHl+fzde/v3nfnwjubH+93Z87M+d4zM2fOuRO6KVdiH2aUmN5beKZEu9aaTLQ2UrWBXsVK LMX7Q7p+igdxJw5WG2J0rbsKdScexhx8PcT8N7Eci7F1dJiqae4q1MO4GdfgxBCTnsMGvIKXq5k+ uta5ocb4C/EIpiF+X4L7JmHyV4U+/+Il7J+EntpdckNdjfW1rRis4B/Mw54R6b+o2txQT+GKERq9 GUtGqH+g6pxQY5nHQTRIbsUCTCkJ5EPEPtwvf+LHkjoaa5YTamNGdE1RF6Auw2O4rEE457EOXzSo s7Sq3FBn45vSs63W8DdMr9almda5oYaHbm/GlAu0hLeW3ZMbnUJuqBGP7k0WHcGxPuvuStvCD/ir 8CwuBtfiF/zR1+cOTMVxXNcorZLKckO9CT+nua5C3PmL8h0C7AP4rPDgXTyFFXitr8/3mIX4G4Bb l9xQw6NOJ6tfxwsNQI299AbsSsmWsYMaBp/FpXgveV9dT/07bRlb8GTrRNNdO8e4xTGP4sZ0YD1e 01Nj5Z0b4vmt2Jp7+YeREVJFaPUl7q8J9apCVut5vNEKxb5BugB1Bx5FnPBxwNRZ/lEpOJQULMK2 cYX6Dp5OoVEcMHWg3lNI983H7nGFGtfJF3FmwFW1akgV1YKoGoTcniOZEgN3YflHOSTKIiFxA4qb UE+qQo2ySpz6IVfj5Lh6amT+P07G95dPqkJ9FhvTi4nUYvEFtca3C546F71SSORRewdNQKgKNepU a1MEEC8oi3QB6i34KVl/b19dqSrU8NLw1kGRRGuAuwD18kKyJAqAvYNmMp76ASKUijxB5AuySBeg huG9q+oTCDCTPag+wUPpG4A4tLJIV6D+jutTFFDMr76d6v9xOzpQIBS/I3yK5x8V/h9RxG3pJhVt skhXoH6LuxskENmuyHplka5A7X3m0xSEyE714tWmdJbW0xWoa9KnO6Un/j8NZxYiiqZ0ltbTFahR Sf08ZatKT35Aw1/Tt1Wb6iip2/c/hhqsISuBoIgAAAAASUVORK5CYII=') no-repeat center;
  background-size: 100%;
}
.apply .m_link {
  font-size: 16px;
  color: #989898;
  text-decoration: underline;
  margin-top: 8px;
  padding-left: 138px;
  cursor: pointer;
}
.apply .m_link:hover {
  color: #f00;
  text-decoration: underline;
}
.feed-text2 {
  width: 246px;
  margin-left: 20px;
  margin-right: 20px;
}
.feed-form2 textarea {
  font-size: 14px;
  border-radius: 6px;
  padding: 10px;
  border: solid 1px #BCBCBC;
  color: #333;
  resize:none;
  outline:none;
}
.feed-form2 textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bebebe;
}
.table-a table {
  border: 1px solid #E4E4E4;
  color: #4B4B4B;
  font-size: 14px;
  line-height: 150%;
}
.table-a table th{border:1px solid #E4E4E4;background: #F9F9F9; padding: 17px;width: 15%;}
.table-a table td{border:1px solid #E4E4E4;padding: 17px; width: 35%}
.table-a table a {
  text-decoration: underline;
  color: #4B4B4B;
}
.table-a table a:hover {
  text-decoration: underline;
  color: #ff183b;
}
.apply .m_title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 1px;
}
.apply .feed-form .btn {
  margin-left: 81px;
  background-color: #ff5558;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 9px 72px 9px 71px;
  margin-top: 20px;
}
.apply .feed-form .btn:hover {
  color: #ffffff;
}
.font_gray {
  color: #989898;
  font-size: 14px;
  padding-left: 6px;
}
.clear {
  clear: both;
}


/* 20230615 随意学升级 */
.mycard_li_le {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.icon_update {
  width: 40px;
  line-height: 20px;
  text-align: center;
  background: #FBF2D9;
  border: 1px solid #AC8E37;
  border-radius: 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #AC8E37;
  /* margin-right: 5px; */
}
.course_name {
  /* width: 487px; */
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  /* align-items: center; */
}
.card_status {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FF183B;
  display: inline;
  padding-left: 8px;
  line-height: 14px!important;
  /* border-left:1px solid #DCDCDC ; */
  margin-left: 9px;
}

/* 未激活 */
.not-active {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6E6E6E;
  margin-top: 30px;
  margin-bottom: 70px;
  cursor: pointer;
}

.not-active i {
  color: #008FE0;
}
/* 已激活 */
.time_box {
  width: 750px;
  height: 75px;
  display: flex;
  /* align-items: center; */
  position: relative;
  margin-top: 50px;
}

.icon_today {
  position: absolute;
  top: -20px;
  transform: translateX(-5px);
}

.icon_today .img {

}

.icon_today .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FF183B;
  display: inline-block;
  width: 25px;
}

.time_box .time_short {
  width: 84px;
}

.time_box .time_new {
  display: flex;
  /* align-items: center; */
  width: calc( 100% - 168px );
  position: relative;
}

.time_box .time_new .time_item {
  flex: 1;
}

.time_box .time_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #FFFFFF;
}

.time_box .time_item .time_bg {
  width: 100%;
  line-height: 25px;
  background: #F1F1F1;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ico_warn_tip {
  position: absolute;
  top: -50px;
  left: 50%;
  min-width: 170px;
  height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 10px 14px 2px rgba(43,43,43,0.28);
  border-radius: 5px;
  line-height: 22px;
  background: #FFFFFF;
  box-shadow: 0px 10px 14px 2px rgba(43,43,43,0.28);
  border-radius: 5px 5px 5px 0;
  display: none;
  z-index: 1;
}

.ico_warn_tip::after {
  content: "";
  width: 0; height: 0;
  border-color: transparent #FFFFFF; /*上下颜色 左右颜色*/
  border-width: 0 0 8px 8px;
  border-style: solid;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.time_box .time_item .time_bg .ico_warn {
  width: 11px;
  height: 11px;
  margin-left: 3px!important;
  cursor: pointer;
}

.time_box .time_item .time_valid {
  background: #FFDCDE;
  color: #FF667D;
}

.time_box .time_item .time {
  width: 100%;
  height: 17px;
  position: relative;
  border-right: 1px solid #EEEEEE;
  right: -2px;
  z-index: 1;
}

.time_short:nth-child(1) .time {
  border-left: 1px solid #EEEEEE!important;
}

.time_box .time_item .time .time_txt {
  width: 70px;
  height: 24px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  position: absolute;
  bottom: -30px;
  left: -10px;
}

.time_end_valid {
  bottom: -30px!important;
  right: -63px!important;
  left: auto!important;
}

.time_end {
  bottom: -30px!important;
  right: -63px!important;
  left: auto!important;
}

.time_end_update {
  bottom: -30px!important;
  right: -63px!important;
  left: auto!important;
}

/* 原卡 */
.ori_card {
  width: 100%;
}

.ori_card .ori_card_title {
  display: flex;
  justify-content: space-between;
  padding: 14px 0 0;
  border-top: 1px solid #DCDCDC;
  margin-top: 30px;
}

.ori_card .ori_card_title .le {
  display: flex;
  align-items: center;
}

.ori_card .ori_card_title .le .tip_card {
  width: 40px;
  line-height: 20px;
  text-align: center;
  background: #EEEEEE;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8E8E8E;
  margin-right: 5px;
}

.ori_card .ori_card_title .le .name {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.ori_card .ori_card_title .icon {
 width: 13px;
 height: 12px;
}

.ori_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  display: none;
  padding-top: 14px;
}

.ori_time .ori_time_txt {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-right: 30px;
}

.btn-box {
  display: flex;
  flex-direction: column;
}

.btn-box .gomy-button {
  width: 121px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FF183B;
  border-radius: 17px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FF183B;
  margin-left: 72px;
  margin-bottom: 10px;
}
.is_flex {
  display: flex;
}
.is_show {
  display: block;
}

.is_hide {
  display: none;
}

/* 随意学弹窗 */
.super_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.super_pop .super_pop_box {
  width: 649px;
  height: 394px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 0 24px;
}

.super_pop .super_pop_box .super_title {
  font-size: 20px;
  color: #FF183B;
  font-family: SourceHanSansCN-Medium;
  padding-top: 38px;
  text-align: center;
  margin-bottom: 10px;
}

.super_con {
  font-size: 14px;
  color: #666666;
  font-family: SourceHanSansCN-Medium;
  text-indent: 2em;
  margin-bottom: 10px;
  line-height: 24px;
}

.super_con .red {
  color: #FF183B;
  text-indent: 0;
}

.super_con .blue {
  color: #6BA3FF;
  text-indent: 0;
}

.super_con .icon_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 15px;
  right: 18px;
}

.super_con .bg-world {
  width: 206px;
  height: 176px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.super_con .super_btn {
  width: 134px;
  line-height: 31px;
  text-align: center;
  background: #FF183B;
  border-radius: 16px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin: 24px auto 0;
}

.card-kefu {
  position: fixed;
  right: 10px;
  bottom: 200px;
  width: 78px;
  height: 77px;
}

.card-kefu .card-kefu-img {
  width: 100%;
  height: 100%;
}

.ico_new {
  position: absolute;
  top: -7px;
  right: -27px;
  display: none;
  width: 29px;
  height: auto;
}

.ico_tabnew {
  position: absolute;
  top: -7px;
  right: -32px;
  display: none;
  width: 29px;
  height: auto;
}

.onetone_li {
  position: relative;
}
.onetone_li .btn-appoint {
  width: 103px;
  line-height: 28px;
  text-align:center;
  background: #FF183B;
  border-radius: 14px;
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top:20px;
  right:30px;
}