/* pages/homework_report/homework_report.wxss */
.ol{
  padding: 0 24rpx;
  font-weight:600;
}
.li{
  background: #F1F3FA;
  border-radius: 16rpx;
  padding: 60rpx 40rpx;
  margin-top: 30rpx;
}
.li-title{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-bottom: 2rpx #D0D5E6 solid;
}
.li-item{
  display: inline-block;
  align-items: center;
}
.li-item-text{
  font-size: 30rpx;
  color: #393939;
  margin-bottom: 18rpx;
}
.li-content{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.li-content-item{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.li-content-img{
  margin-top: 18rpx;
  width: 47rpx;
  height: 52rpx;
}
.li-content-times{
  color: #7C819D;
  font-size: 24rpx;
  margin: 14rpx 0;
}
.li-content-plan{
  font-size: 20rpx;
  text-align: center;
  position: relative;
  height:34rpx;
  width:152rpx;
  display: inline-block
}
.li-content-plan-img{
  height: 34rpx;
  width: 152rpx;
  /* position: absolute;
  top: 0; */
}
.li-content-plan-text{
  color: #FF6465;
  position: absolute;
  left: 0;
  top: 0;
  height:34rpx;
  width:152rpx;
  text-align: center;
  vertical-align: center;
  padding-top: 3rpx;
}
.li-gay{
  color: #7C819D;
}
.dl{
  background: #F1F3FA;
  border-radius: 16rpx;
  margin-top: 20rpx;
  position: relative;
  z-index: 1000;
}
.dl-head{
  border-bottom: 1rpx #D0D5E6 solid;
  
}
.dl-head-img{
  width: 37rpx;
  height: 37rpx;
  margin: 31rpx 14rpx 20rpx 24rpx;
}
.dl-head-title{
  display: inline-block;
  font-size: 30rpx;
  color: #7C819D;
  position: relative;
  bottom: 26rpx
}
.dl-comment{
  color: #393939;
  font-size: 30rpx;
  line-height: 50rpx;
  padding: 30rpx 24rpx;
  position: relative;
  z-index: 1000;
}
.dl-footer{
  text-align: right;
  margin: 30rpx 24rpx 30rpx 0;
  position: relative;
  /* bottom: 30rpx; */
  z-index: 1000;
}
.dl-footer-names{
  color: #7C819D;
  font-size: 24rpx;
  display: inline-block;
  position: relative;
  bottom: 20rpx;
  right: 11rpx;
}
.dl-footer-img{
  width:65rpx;
  height:65rpx;
  border-radius: 50%;
}
.dl-image{
  width: 78rpx;
  height: 124rpx;
  position: absolute;
  bottom: 0;
  left: 24rpx;
  z-index: 10;
  margin-bottom: 30rpx
}
.table{
  margin: 68rpx 0;
  padding: 0 50rpx;
}
.table-title{
  text-align: center;
  color: #393939;
  font-size: 34rpx;
  margin-bottom: 66rpx;
}
.table-list{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.table-list-item{
  display: inline-block;
  text-align: center;
}
.table-list-item-plan{
  color: #7C819D;
  font-size: 24rpx;
}
.table-list-item-dendrogram{
  display: inline-block;
  width: 23rpx;
  height: 215rpx;
  background: #F1F3FA;
  margin: 15rpx 0 10rpx 0;
  transform:rotate(180deg);
}
.table-notGood{
  height: 33.3%;
  background: linear-gradient(to top,#FF6465,#EDEDF1);
}
.table-notBad{
  height: 66.7%;
  background: linear-gradient(to top,#7C819D,#EDEDF1);
}
.table-good{
  height: 100%;
  background: linear-gradient(to top,#46C390,#EDEDF1);
}
.tag{
  padding: 0;
  margin: 0;
  font-weight:600;
}
.tag-guide{
  background:#FFFFFF;
  border-radius:44rpx;
  box-shadow:6rpx 1rpx 30rpx rgba(81,108,227,0.15);
  line-height: 88rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  display: inline-block;
}
.tag-subject{
  text-align: center;
  padding: 0 24rpx;
}
.tag-btn{
  border-radius:44rpx;
  line-height: 76rpr;
  font-size: 30rpx;
  display: inline-block;
  color: #FF6465;
  padding: 0rpx 35rpx;
  margin: 6rpx;
}
.tag-btn-active{
  background:rgba(255,100,101,1);
  color: #fff;
}
.tag-img{
  margin-top: 60rpx  
}
.error{
   margin-top: 60rpx;
   padding:0 24rpx; 
}
.tag-img-head{
  margin-bottom: 20rpx;
}
.tag-right{
  color: #8489A3;
  font-size: 24rpx;
  position: relative;
  top: 6rpx;
}
.tag-img-pic{
  margin:0 24rpx 20rpx 0;
  display: flex;
  justify-content: space-between;
}
.tag-tips{
  width: 15rpx;
  height: 26rpx;
  margin-left: 9rpx;
  position: relative;
  right: 0;
  top: 5rpx;
}
.tag-img-head-span{
  width:10rpx;
  height:31rpx;
  background:#FF6465;
  border-radius:4rpx;
  margin: 0 8rpx;
  display: inline-block;
  position: relative;
  top: 5rpx;
}
.tag-img-head-txt{
  font-size: 34rpx;
  color: #393939;
  display: inline-block;
}
.tag-img-list{
  width:191rpx;
  height:191rpx; 
  border-radius: 20rpx;
  position: relative;
}
.scroll-view-mohu{
  width: 145rpx;
  height: 145rpx;
  position: absolute;
  top: 0;
  right: 0;
}

.tag-scroll-view{
  padding: 0 24rpx;
}
.mistake{
  margin: 30rpx 0 0 0;
  background:rgba(241,243,250,1);
  border-radius:16rpx;
}
.mistake-head{
  border-bottom: 1px #D0D5E6 solid;
}
.mistake-head-img{
  width: 28rpx;
  height: 37rpx;
  margin: 30rpx 18rpx 20rpx 24rpx;
}
.mistake-head-noImg{
  width: 35rpx;
  height: 32rpx;
  margin: 30rpx 18rpx 20rpx 24rpx;
}
.mistake-head-txt{
  color: #7C819D;
  font-size: 30rpx;
  display: inline-block;
  position: relative;
  bottom: 24rpx;
}
.mistake-content{
  margin: 30rpx 24rpx 0 24rpx;
  padding-bottom: 40rpx
}
.mistake-content-title{
  margin-top: 20rpx;
}
.mistake-content-title-head{
  color: #7C819D;
  font-size: 24rpx;
  display: inline-block;
  margin-right: 8rpx;
}
.mistake-content-title-tag{
  color: #FF6465;
  font-size: 20rpx;
  display: inline-block;
  background:rgba(255,100,101,0.2);
  /* opacity:0.2; */
  border-radius:10rpx;
  padding: 5rpx 10rpx;
}
.mistake-content-item{
  color: #393939;
  font-size: 30rpx;
  margin-top: 15rpx;
 
}
.add-points{
  position: relative;
  margin-left: 17rpx;
}
.add-points::after{
  content: "";
  width: 10rpx;
  height: 10rpx;
  border-radius: 50%;
  background: #7C819D;
  position: absolute;
  top: 19rpx;
  left: -13rpx;
}
.scroll-view{
  display: flex;
}
.total{
  padding: 0 24rpx;
  margin-bottom: 30rpx;
  font-weight:600;
}
.li-two{
  margin-top: 60rpx;
}
.mistake-noData{
  text-align: center;
  color: #393939;
  font-size: 30rpx;
  /* padding: 150rpx 0; */
  /* background: #F1F3FA; */
  border-radius:24rpx;
  margin: 50rpx 24rpx 0 24rpx;
}
.mistake-noData-img{
  width: 702rpx;
  height: 421rpx;
}
.li-content-plan-homeworkTime{
  color: #7C819D;
  font-size: 20rpx;
  margin-top: 15rpx
}
.li-video{
  margin:20rpx 0 0 0;
  padding: 0;
}
.li-video-tag{
  width: 32rpx;
  height: 48rpx;
  margin: 48rpx 14rpx 48rpx 24rpx;
}
.li-video-times-btn{
  display: inline-block;
  /* float: right */
}
.li-know-item-content-img{
  max-width: 100rpx;
  max-height: 100rpx
}
.li-video-voice{
  font-size: 24rpx;
  height:80rpx;
  line-height: 80rpx;
  /* background:rgba(241,243,250,1); */
  border-radius:10rpx;
  width: 100%;
  position: relative;
  margin-bottom: 20rpx;
}
.li-know-style{
  display: inline-block;
  margin-right: 20rpx;
}
.li-video-voice-red{
  position:absolute;
  top: 0;
  left: 0;
  height:80rpx;
  line-height: 80rpx;
  background:rgba(241,243,250,1);
  border-radius:10rpx;
  width: 0%;
}
.li-video-time{
  position: relative;
  bottom: 58rpx;
  display: inline-block;
}
.li-video-voice-times{
  display: flex;
  justify-content: space-between;
}
.li-video-red{
  color: #FF6465;
  display: inline-block;
}
.li-video-gay{
  color: #8489A3;
  display: inline-block;
  margin-right: 18rpx;
}
.li-video-btn{
  width: 22rpx;
  height: 31rpx;
  margin: auto 18rpx;
  position: relative;
  top: 7rpx;
}