.ks-index-list{

  padding: 0 1rem;
  .ks-title{width: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height:2.4rem;
    border-bottom: 0.1rem solid rgba(233,230,230,1);
  }
}
.ks-list{
  width:100%;
  ul{
    li{
      margin-bottom: 1rem;
      display: block;
      width:100%;
      border-radius: 0.4rem;
      padding: 0.75rem 0.75rem 0.5rem 8.75rem;
      min-height: 4.5rem;
      position: relative;
      .images{
        width: 7.5rem;
        height: 4.5rem;
        position: absolute;
        left: 0.75rem;
        top: 0.75rem;
        border-radius: 0.2rem;
        overflow: hidden;
        background-image: url("../images/nopic.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        .images_bg{
          width: 100%;
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100% auto;
        }
      }
      .list-text{
        border-bottom:2px solid rgba(233,230,230,1);
        .list_title{
          a{
            line-height: 2rem;
            display: block;
            color:rgba(51,51,51,1);
            font-size: 1.2rem;
          }
        }
        .list-content{
          line-height: 2rem;
          color:rgba(153,153,153,1);
          .name{
            margin-right: 0.8rem;
          }
          .people{
            padding-left: 1.2rem;
            background-image: url("../images/account.png");
            background-size: 20% auto;
            background-repeat: no-repeat;
            background-position: left center;
          }
        }
        .price{
          line-height: 2rem;
          font-size: 1rem;
          color: #F45050;
        }
      }
    }
  }
}
.centre-bg{
  background: #f1f2f4;
}
.news-banner{
  padding: 1rem 0;
  .images{
    position: relative;
    .images-bg{
      height: 100%;
      background: url("../images/bg.png")no-repeat left top;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 30;
      width: 40%;
      padding-top: 20%;
      padding-left: 0.75rem;
      padding-right: 0.8rem;
      .news-banner-title{
        color: #fff;
        font-size: 1.2rem;
        line-height: 2rem;
      }
      .text{
        font-size: 0.8rem;
        line-height: 1.4rem;
        color: #fff;
      }
    }
  }
}
.news_list{
  padding-bottom: 1rem;
  ul{
    li{
      background:rgba(255,255,255,1);
      border-radius:10px;
      padding: 0.6rem;
      margin-bottom: 0.75rem;
      .title_name{
        font-size: 0.9rem;
        line-height: 2rem;
      }
      .list_text{
        font-size: 0.75rem;
        line-height: 1.5rem;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color:rgba(119,119,119,1);
      }
      .bottom{
        margin-top: 0.75rem;
        font-size: 0.8rem;
        .time{
          float: left;
          display: inline-block;
          color:rgba(119,119,119,1);
        }
        .more{
          display: inline-block;
          float: right;
          color:rgba(251,110,82,1);
        }
      }
    }
  }
}
.teacher-list{
  padding: 0.75rem 0;
  ul{
    li{
      margin-bottom: 0.75rem;
      background:rgba(255,255,255,1);
      border-radius:10px;
      .top{
        position: relative;
        padding: 0.5rem 4rem;
        min-height: 3rem;
        .portrait{
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 3rem;
          height: 3rem;
          border-radius: 100%;
          overflow: hidden;
        }
        .loving{
          text-align: center;
          width: 2rem;
          position: absolute;
          right: 0.5rem;
          top: 0.5rem;
          box-sizing: border-box;
          color:rgba(153,153,153,1);
          font-size: 0.8rem;
          line-height: 2rem;
          .box_icon{
            margin: 0 auto;
            display: block;
            height: 0.8rem;
            width: 0.8rem;
            img{
              display: block;
              max-height: 100px;
              max-width: 100%;
            }
          }
          .icon_x{
            display: none;
          }
          .text{
            line-height: 1.5rem;
            color:rgba(153,153,153,1);
          }
        }
        .text-name{
          .name{
            line-height: 1rem;
            color:rgba(51,51,51,1);
          }
          .evaluation{
            color:rgba(153,153,153,1);
            line-height: 2rem;
          }
        }
      }
      .teacher-text{
        padding: 0.4rem 0.4rem 0 ;
        color:rgba(119,119,119,1);
        font-size: 0.8rem;
        line-height: 1rem;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }
      .bottom{
        ul{
          li{
            border-radius: 0;
            margin-bottom: 0;
            float: left;
            width: 100/3%;
            color:rgba(119,119,119,1);
            line-height: 2rem;
            text-align: center;
            position: relative;
            span{
              padding-left: 1.6rem;
              background-repeat: no-repeat;
              background-size: 26% auto;
              background-position: left center;
            }
            .praise{
              background-image: url("../images/praise.png");
            }
            .course{
              background-image: url("../images/course.png");
            }
            .view{
              background-image: url("../images/view.png");
            }
            &:after{
              content:'';
              background:rgba(193,193,193,1);
              height: 0.8rem;
              width: 0.05rem;
              position: absolute;
              top: 50%;
              margin-top: -0.4rem;
              right: 0;
            }
            &:last-child{
              &:after{
                display: none;
              }
            }
          }
        }
      }
    }
  }
}

.class_list{
  padding: 1rem 0;
  ul{
    li{
      margin-bottom: 0.9rem;
      border-radius: 3%;
      background: #fff;
      .images{
        min-height: 3rem;
      }
      .text{
        font-size: 0.75rem;
        padding: 0 0.4rem;
        line-height: 2rem;
        .name{
          float: left;
          max-width: 68%;
          color:rgba(51,51,51,1);
        }
        .charge-name{
          float: right;
          max-width: 30%;
          color:rgba(153,153,153,1);
        }
      }
      .bottom{
        ul{
          li{
            background: none;
            border-radius: 0;
            margin-bottom: 0;
            float: left;
            width: 100/3%;
            color:rgba(119,119,119,1);
            line-height: 2rem;
            font-size: 0.9rem;
            text-align: center;
            position: relative;
            span{
              padding-left: 1.6rem;
              background-repeat: no-repeat;
              background-size: 26% auto;
              background-position: left center;
            }
            .mine{
              background-image: url("../images/mine.png");
            }
            .cour{
              background-image: url("../images/cour.png");
            }
            .message{
              background-image: url("../images/message.png");
            }
            &:after{
              content:'';
              background:rgba(193,193,193,1);
              height: 0.8rem;
              width: 0.05rem;
              position: absolute;
              top: 50%;
              margin-top: -0.4rem;
              right: 0;
            }
            &:last-child{
              &:after{
                display: none;
              }
            }
          }
        }
      }
    }
  }
}
.account_top{
  min-height: 7rem;
  padding-top: 1rem;
  background:rgba(251,110,82,1);
  position: relative;
  .account_icon{
    padding-left: 3.5rem;
    position: relative;
    .photo{
      position: absolute;
      left: 0;
      top: 0;
      height: 3rem;
      width: 3rem;
      border-radius: 100%;
      overflow: hidden;
      image{
        max-height: 100%;
      }
    }
    .name{
      font-size: 0.9rem;
      line-height: 1.6rem;
      color:rgba(255,255,255,1);
    }
    .members{
      font-size: 0.75rem;
      line-height: 1.2rem;
      color:rgba(255,255,255,1);
    }
    .sign{
      position: absolute;
      right: 0;
      top: 1rem;
      line-height: 1.8rem;
      display: inline-block;
      font-size: 0.7rem;
      padding: 0 0.8rem;
      color:rgba(176,127,0,1);
      background:rgba(254,193,6,1);
      border-radius:28px;
    }
  }
  .account_bottom{
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
    ul{
      padding: 0.5rem 0;
      background: #fff;
      border-radius: 0.3rem;
      box-shadow: 0 0 0.3rem #FB6E52;

      li{
        position: relative;
        float: left;
        width: 100/3%;
        text-align: center;
        font-size: 0.8rem;
        color:rgba(119,119,119,1);
        line-height: 1.5rem;
        span{
          font-size: 1.2rem;
          color:rgba(51,51,51,1);
          display: block;
        }
        &:after{
          position: absolute;
          content:'';
          height: 1.5rem;
          width: 0.05rem;
          background: #C0C0C0;
          right: 0;
          top: 50%;
          margin-top: -0.75rem;
        }
        &:last-child{
          &:after{
            display: none;
          }
        }
      }
    }
  }
}
.course_bg{
  background: #f1f2f4;
  padding: 0 0.75rem;
}
.account_list{
  margin-top: 2.5rem;
  ul{
    li{
      line-height: 3rem;
      border-bottom: 0.05rem solid rgba(235,237,239,1);
      color:rgba(51,51,51,1);
      font-size: 1.3rem;
      position: relative;
      a{
        display: block;
        color:rgba(51,51,51,1);
      }
      .icon{
        font-size: 1.2rem;
        line-height: 2rem;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1rem;
      }
    }
  }
}
.course_title{
  ul{
    li{
      display: inline-block;
      margin-right: 1rem;
      line-height: 2rem;
      a{
        display: inline-block;
        color:rgba(51,51,51,1);
        font-size: 1rem;
        font-weight: bold;
      }
      &.active{
      a{
        color:rgba(251,110,82,1);
      }
      }
    }
  }
}
.Information{
  position: relative;
  padding: 1rem 0;
  .into{
    width: 50%;
    position: absolute;
    left: 2rem;
    top:1rem;
    color:rgba(255,254,254,1);
    .go{
      line-height: 2rem;
      color:rgba(255,254,254,1);
      a{
        color:rgba(255,254,254,1);
      }
    }
    .Brush{
      font-size: 0.9rem;
      a{
        color: #fff;
      }
    }
  }
  .question{
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    line-height: 2rem;
    margin-top: -1rem;
    a{
      color: #fff;
    }
  }
}
.course_list{
  border-radius:0.5rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
  .title{
    margin-top: 0.5rem;
    line-height: 1rem;
    font-size: 0.9rem;
  }
  .ks-inner{
    margin-top: 0.75rem;
    padding-bottom: 0.8rem;
    ul{
      li{
        margin-bottom: 0.75rem;
        min-height: 3.4rem;
        padding-left: 6rem;
        position: relative;
        .images{
          position: absolute;
          left: 0;
          top: 0;
          width: 5.5rem;
          height: 4rem;
          background: url("../images/nopic.png")no-repeat left center;
          background-size: 100% auto;
          border-radius: 0.4rem;
          overflow: hidden;
          .images_bg{
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: left center;
          }
        }
        .text{
          padding-bottom: 0.3rem;
          border-bottom: 0.1rem solid rgba(233,230,230,1);
          .course_title{

          }
          .teacher-name{
            line-height: 1.2rem;
            position: relative;
            font-size: 0.8rem;
            color:rgba(153,153,153,1);
            span{
              position: absolute;
              right: 0;
              top: 50%;
              margin-top: -0.6rem;
              font-size: 0.8rem;
              padding: 0 0.5rem;
              color: #fff;
              display: inline-block;
              background:rgba(251,110,82,1);
              border-radius:0.9rem;
            }
          }
          .seek{
            position: relative;
            margin-top: 0.75rem;
            height: 0.3rem;
            width: 100%;
            background:rgba(244,80,80,0.2);
            border-radius:5px;
            .seek_bg{
              position: absolute;
              left: 0;
              top: 0;
              z-index: 10;
              background:rgba(244,80,80,1);
              border-radius:5px;
              height: 0.3rem;
            }
          }
          .plan{
            margin-top: 0.5rem;
            line-height: 1.5rem;
            color:rgba(153,153,153,1);
          }
        }
      }
    }
  }
}
.class-list{
  padding-bottom: 0.8rem;
 ul{
   li{
     margin-bottom: 0.75rem;
     padding: 0.6rem;
     border-radius: 0.3rem;
     background: #fff;
     .class-list-title{
       font-weight: bold;
       font-size: 0.9rem;
       color:rgba(51,51,51,1);
       position: relative;
       padding-right: 3rem;
       line-height: 2rem;
       .homework{
         display: inline-block;
         position: absolute;
         right: 0;
         top:0;
       }
     }
     .learning{
       color:rgba(153,153,153,1);
       span{
         color: rgba(244,80,80,0.8);
       }
     }
     .seek{
       position: relative;
       margin-top: 0.75rem;
       height: 0.3rem;
       width: 100%;
       background:rgba(244,80,80,0.2);
       border-radius:5px;
       .seek_bg{
         position: absolute;
         left: 0;
         top: 0;
         z-index: 10;
         background:rgba(244,80,80,1);
         border-radius:5px;
         height: 0.3rem;
       }
     }
   }
 }
}