.cp{
  cursor: pointer;
}
.section-top{
  padding: 1.5rem  0 1.222222rem .555556rem;
  display: flex;
  justify-content:flex-start;
  align-items:center;
  background: url("../images_app_new/section_top.png") no-repeat center;
  background-size: 100% 100%;
}

.section-top .title-img{
  width: 4.402778rem;
  height: 1.375rem;
  background: url("../images_app_new/title_img.png") no-repeat center;
  background-size: 100% 100%;
}

.section-top .title-button{
  padding:.194444rem .333333rem .180556rem .416667rem; 
  background:rgba(255,255,255,1);
  border-radius:.527778rem ;
  border:1px solid rgba(204,204,204,1);
  color:rgba(68,68,68,1);
  font-size: .361111rem ;
  margin-left: .513889rem ;
}

.section-top .title-button i{
  display: inline-block;
  width: .263889rem ;
  height:.263889rem ;
  background: url("../images_app_new/right-arrow.png") no-repeat center;
  background-size: 100% 100%;
}

.section-bottom{
  padding:.152778rem .555556rem  0 .388889rem;
}

.section-bottom .bottom-item+.bottom-item{
  padding-top: .347222rem;
}

.section-bottom .left-content{
  width: 1.861111rem ;
  height: 1.861111rem ;
  float: left;
}

.section-bottom .left-content.live-school{
  background: url("../images_app_new/live_school.png") no-repeat center;
  background-size: 100% 100%;
}

.section-bottom .left-content.teacher-school{
  background: url("../images_app_new/teacher_school.png") no-repeat center;
  background-size: 100% 100%;
}

.section-bottom .left-content.parent-school{
  background: url("../images_app_new/parent_school.png") no-repeat center;
  background-size: 100% 100%;
}

.section-bottom .left-content.student-school{
  background: url("../images_app_new/student_school.png") no-repeat center;
  background-size: 100% 100%;
}

.section-bottom .right-content{
  margin-left: 2.111111rem ;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: .138889rem ;
}

.section-bottom .right-content.noborder{
  border-bottom: none;
}

.section-bottom .right-content .right-content-container{
  height: 1.861111rem ;
  display: flex;
  justify-content:space-between;
  align-items:center;
}

.right-text .text-title{
  font-size:.416667rem ;
  color:rgba(17,17,17,1);
  font-weight:500;
  line-height:.583333rem ;
}

.right-text .text-des{
  font-size:.361111rem ;
  color:rgba(136,136,136,1);
  font-weight:400;
  line-height:.513889rem ;
}

.right-content .right-button{
  font-size:.388889rem ;
  color:rgba(255,255,255,1);
  background:rgba(5,193,174,1);
  line-height:.555556rem ;
  padding: .166667rem  .5rem ;
  border-radius:.111111rem;
}

.right-content .right-button:active{
  background:#00B3A4;
}