* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color:#ffffff;
}
html,
body {
  width: 100%;
  color: #333;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #ededed;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.schedule_content {
  padding: 0.5rem 0.4rem;
}
.schedule_content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_content .tab .item {
  width: 4.95rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #961e29;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.schedule_content .tab .item.active {
  color: #961e29;
  background-color: #fff;
}
.schedule_content .box {
  padding: 0.6rem 0.5rem 0;
  background-color: #fff;
  color: #333;
}
.schedule_content .box .name {
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #961e29;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
}
.schedule_content .box .summary {
  margin: 3px 0 0;
  padding: 0.45rem;
  font-size: 0.6rem;
  border: 1px solid #ccc;
}
.schedule_content .box .wordbtn {
  color: #ed2839;
}
.schedule_content .box .content_btn {
  display: block;
  width: 12rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin: 0.5rem auto 0.8rem;
  border-radius: 35px;
  text-align: center;
  background-color: #961e29;
  color: #fff;
}
.schedule_content .box .time_name {
  margin-bottom: 0.3rem;
  line-height: 0.7rem;
  padding-bottom: 0.6rem;
  font-size: 0.7rem;
  border-bottom: 1px solid #333;
  text-align: center;
}
.ds{
  background: #f3f3f3;
}
.schedule_content .box .schedule_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-right: 1px solid #ccc;
}
.schedule_content .box .schedule_table th {
height:1.3rem;
  background-color: #961e29;
  color: #fff;
  border-left: 1px solid #fff;
}
.schedule_content .box .schedule_table td {
  line-height: 1.5rem;
  font-size: 0.55rem;
  border-left: 1px solid #ccc;
}
.schedule_content .box .schedule_table tr {
  border-bottom: 1px solid #ccc;
}
.schedule_content .box .tip {
  padding: 0.3rem 0 0.75rem;
  text-align: center;
  color: #999;
  font-size: 0.55rem;
}
.schedule_content .box .txt_left {
  padding-left: 8px;
  text-align: left;
}
.course_recommend {
  margin: 0.5rem 0.4rem;
  background-color: #fff;
  padding: 0 0.45rem 1.25rem;
}
.course_recommend .name {
  padding: 1rem 0 0.4rem;
  text-align: center;
  font-size: 0.7rem;
  color: #333;
  border-bottom: 1px solid #333;
}
.course_recommend .course_box {
  margin-top: 0.5rem;
  height: 6.1rem;
  overflow: hidden;
}
.course_recommend .course_box .list {
  width: 100%;
  padding-bottom: 0.5rem;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.course_recommend .course_box .item {
  display: inline-block;
  width: 4.35rem;
  height: 6.1rem;
  margin-right: 2px;
}
.course_recommend .content_btn {
  display: block;
  width: 12rem;
  height: 1.6rem;
  margin: 0.6rem auto 0;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 35px;
  background-color: #961e29;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}
.bottom_panel {
  margin-top: 0.5rem;
  padding: 0.9rem 0.5rem 0;
  height: 7.5rem;
  background: #991d28  no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bottom_panel .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom_panel .title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}
.bottom_panel .title .name {
  padding: 0 10px;
  font-size: 0.7rem;
  color: #fff;
}
.bottom_panel .list {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6rem 0.45rem 0.3rem;
  background-color: rgba(255,255,255,0.5);
}
.bottom_panel .list .item {
  width: 6.75rem;
  height: 1.6rem;
  margin-bottom: 0.3rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 35px;
  background-color: #f7f9b9;
  color: #961e29;
  font-size: 0.6rem;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,0.3);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,0.3);
  font-weight: bold;
  -webkit-animation: zoom 1.5s infinite alternate;
          animation: zoom 1.5s infinite alternate;
}
.pop_form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pop_form.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pop_form .close {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.pop_form .red_btn {
  background: #960006  no-repeat center center;
  background-size: 0.55rem 0.55rem;
}
.pop_form .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11.5rem;
  height: 13.15rem;
  padding: 2.25rem 0.7rem 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background:  no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_form .pop_content .name {
  line-height: 0.9rem;
  font-size: 0.9rem;
  color: #fff;
}
.pop_form .pop_content .txt {
  padding: 2px 0 0.3rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #f7f9b9;
  text-shadow: 0 2px 3px rgba(162,10,23,0.8);
}
.pop_form .pop_content .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  margin-bottom: 5px;
  border-radius: 35px;
  background-color: #fff;
}
.pop_form .pop_content .icon {
  width: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pop_form .pop_content .icon1 {
  background:  no-repeat center center;
  background-size: 0.65rem 0.75rem;
}
.pop_form .pop_content .icon2 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.75rem;
}
.pop_form .pop_content .icon3 {
  background:  no-repeat center center;
  background-size: 0.9rem 0.65rem;
}
.pop_form .pop_content .icon4 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.pop_form .pop_content .user_val {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1.5rem;
  padding: 5px 10px;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 0;
  font-size: 0.55rem;
  border-radius: 35px;
  overflow: hidden;
}
.pop_form .pop_content .user_val:focus {
  outline: none;
}
.pop_form .pop_content .user_list {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff  no-repeat right center;
  background-size: 1.1rem 0.3rem;
}
.pop_form .pop_content ::-webkit-input-placeholder {
  color: #999;
}
.pop_form .pop_content .btn {
  display: block;
  margin: 0.6rem auto 0;
  width: 7.55rem;
  height: 1.65rem;
  line-height: 1.65rem;
  text-align: center;
  color: #b80007;
  background:  no-repeat;
  background-size: cover;
  font-size: 0.65rem;
  border-radius: 35px;
  font-weight: bold;
}
.c_fixed {
  position: fixed;
  left: 0;
  top: 2rem;
  right: 0;
  padding: 0 0.4rem;
  z-index: 10;
  background-color: #fff;
}
@-webkit-keyframes zoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes zoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
