@charset "UTF-8";
/** 变量文件 **/
/**color**/
/** Main colors   -   Main Accent  **/
/** 深黄 主色 PC**/
/** 深绿 主色 PC**/
/** 深黄 主色 MOBLE**/
/** 深蓝 主色**/
/** 背景色 主色**/
/** Main colors  -  Secondary Accent  **/
/** 淡黄 **/
/** 绿色 **/
/** 淡蓝 **/
/** 亮红 **/
/** 紫红 **/
/** Typography colors  -  Main Accent  **/
/** 深灰 **/
/** Typography colors  -  Secondary Accent  **/
/** 浅灰 **/
/** other colors **/
/**  font-size-pc  **/
/**  font-size-mobile  **/
/** pc端宽度全局变量  **/
/**  PC端菜单栏高度  **/
/**  手机端菜单栏高度  **/
/** 函数文件 **/
/**按钮样式**/
/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/
body {
  background-color: #fff; }

/** 移动端 **/
.box-bg-white {
  background-color: #fff;
  padding: 0 1.0rem;
  padding-top: 0.25rem; }

.classes-tab-box {
  padding: 0.25rem 1rem;
  box-sizing: border-box; }

.classes-tab {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  box-sizing: border-box;
  height: 2.0rem;
  border-radius: 1.0rem;
  border: 1px solid #005587;
  color: #787878;
  padding: 0 0.625rem;
  box-sizing: border-box;
  line-height: 2rem; }
  .classes-tab li a {
    line-height: 1.875rem;
    color: #7B838A;
    font-family: fontbook;
    display: block;
    font-size: 0.875rem; }
  .classes-tab .select a {
    color: #009241;
    font-family: fontMedium; }

.classes-type-des {
  padding: 1.5625rem 2.125rem 1.875rem 2.125rem;
  background-color: #fff; }
  .classes-type-des h2 {
    line-height: 1.375rem;
    margin-bottom: 1.125rem;
    color: #009241; }
  .classes-type-des p {
    line-height: 1.25rem; }

.DailySchedule_r {
  background-color: #EAEAEA;
  margin-bottom: 5.0625rem;
  padding-top: 1.375rem; }

.DailySchedule_one {
  padding: 2.375rem 1.625rem 1.875rem 1.625rem;
  margin: 1.25rem 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.61); }
  .DailySchedule_one h3 {
    margin-bottom: 1.25rem; }
  .DailySchedule_one span {
    color: #009241;
    font-family: fontMedium; }

.DailySchedule_title {
  padding-left: 2.875rem;
  padding-right: 1rem;
  margin-top: 1.4375rem;
  color: #009241;
  font-family: fontMedium; }

.classes-list {
  padding: 1.25rem 1.0rem; }
  .classes-list li {
    padding: 2.375rem 1.625rem 1.875rem 1.625rem;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative; }
    .classes-list li :last-of-type {
      margin-bottom: 0; }
  .classes-list img {
    width: 1.5625rem;
    height: 2.75rem;
    position: absolute;
    top: -1.125rem;
    right: 1.875rem; }
  .classes-list .content {
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box; }
    .classes-list .content h3 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 1.25rem;
      line-height: 1.375rem;
      color: #009241; }
    .classes-list .content p {
      line-height: 1.25rem;
      margin-bottom: 1.875rem; }

.classes-list-two {
  padding: 2.375rem 1.625rem 1.875rem 1.625rem;
  margin: 1.25rem 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.61); }
  .classes-list-two li {
    margin: 0;
    padding-top: 0; }
  .classes-list-two h3 {
    color: #009241;
    position: relative; }
  .classes-list-two .content {
    padding: 1.5625rem 0.8125rem;
    border: 1px solid #7B838A;
    margin-bottom: 1.75rem;
    border-radius: 0.625rem;
    margin-top: 1.75rem; }
  .classes-list-two .Star:before {
    content: '';
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    position: absolute;
    right: 1.5rem;
    top: -0.625rem;
    background: url("/style/icon/Star.png") no-repeat center center/100% 100%; }
  .classes-list-two .description {
    margin: 1.75rem 1.5rem 2.25rem 1.5rem;
    position: relative; }
    .classes-list-two .description img {
      width: 1.125rem;
      height: 1.125rem;
      left: -1.375rem;
      top: -0.5rem; }

.DailySchedule_r_two {
  padding-bottom: 1.875rem; }
