.floor1{
  height: 1.5rem;
  width: calc(100% - 30px);
  padding: 15px;
  border-radius: 0.1rem;
  box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);
}
.floor1 img{
  height: 1.5rem;
  width: 100%;
  border-radius: 0.1rem;
}
.van-swipe__indicators{
  bottom: 0.34rem;
}
.psychology{
  position: relative;
  background: #FFF;
  box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);
  border-radius: 0.1rem;
  padding: 0.23rem 0.21rem 0 0.21rem;
  display: flex;
  flex-wrap:wrap;
  /*margin-top: -0.23rem;*/
  margin-bottom: .16rem;
  justify-content: space-between;
}
.psychology_list img{
  width: 0.43rem;
  height: 0.43rem;
}
.information{
  background: #FFF;
  display: flex;
  /*box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);*/
  margin-bottom: 0.15rem;
  align-items: center;
  padding: 0.13rem 0.1rem;
}
.information img{
  width: 0.35rem;
  height: 0.17rem;
  display: block;
}
.information p{
  font-size: 0.13rem;
  color: #555555;
  margin-left: 0.1rem;
  flex:1;
}
.information i{
  width: 0;
  height: 0.2rem;
  border-left: 1px solid #C0C0C0;
  margin-left: 0.31rem;
}
.information span{
  margin-left: 0.18rem;
  color: #C0C0C0;
  font-size: 0.12rem;
  width: 0.48rem;
  text-align: right;
}
.mentality_list{
  margin-top: 0.15rem;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 0.15rem;
}
.mentality_list:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.mentality_content{
  display: flex;
  margin-bottom: 0.06rem;
}
.mentality{
  flex: 1;
  margin-right: 0.16rem;
}
.mentality p{
  font-size: 0.13rem;
  color: #666666;
  line-height: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mentality p:first-child{
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  margin-bottom: 0.06rem;
  font-weight: bold;
}
.classroom_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*width: 100%;*/
}
.classroom_wrap .classroom_item{
  flex-basis: 49%;
}
.classroom_img_wrap{
  width: 100%;
  height: 1.17rem;
  border-radius: .1rem;
  position: relative;
}
.classroom_img_wrap img{
  width: 100%;
  height: 1.17rem;
  border-radius: .1rem;
}
.classroom_img_wrap p{
  position: absolute;
  top: 0.05rem;
  left: 0;
  background: #2C96F2;
  border-top-right-radius: 0.09rem;
  border-bottom-right-radius: 0.09rem;
  font-size: 0.1rem;
  color: #FFF;
  padding: 0.01rem 0.05rem 0.01rem 0.03rem;
  line-height: 0.14rem;
}
.classroom_title{
  color: #333;
  font-size: .15rem;
  line-height: .21rem;
  margin-top: .08rem;
}
.classroom_info{
  color: #999;
  font-size: .11rem;
  line-height: .17rem;
  margin-top: .04rem;
  margin-bottom: .17rem;
}
.subject_wrap p,.subject_wrap p:first-child{
  font-weight: normal;
  font-size: 0.11rem;
  color: #999;
  line-height: 0.17rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: .08rem;
}

.mentality_content img{
  width: 1.2rem;
  height: 0.8rem;
  border-radius: 0.04rem;
}
.subject_wrap{
  display: flex;
  line-height: 0.18rem;
}
.subject_wrap ul{
  display: flex;
  align-items: center;
}
.point{
  width: 0.02rem;
  height: 0.02rem;
  background: #333333;
  border-radius: 50%;
  margin: 0 0.06rem;
}
.subject_wrap li:nth-of-type(1),.subject_wrap li:nth-of-type(4){
  font-size: 0.11rem;
  color: #666666;
  font-weight: bold;
}
.subject_wrap li:nth-of-type(2),.subject_wrap li:nth-of-type(5){
  font-size: 0.11rem;
  color: #999999;
  margin-left: 0.03rem;
}
.index-specil-adv{
  padding: 0.16rem 0 0;
}
.question_wrap{
  padding: 0.15rem 0 0.11rem;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
}
.question_wrap:last-child{
  border-bottom: 0;
}
.question_wrap p{
  font-size:0.16rem;
  color: #444444;
  line-height: 0.22rem;
  margin-bottom: 0.12rem;
  font-weight: bold;
}
.question_wrap ul{
  display: flex;
  align-items: center;
}
.question_wrap li:nth-of-type(2),.question_wrap li:nth-of-type(5){
  font-size: 0.11rem;
  color: #999;
}
.question_wrap li:nth-of-type(3),.question_wrap li:nth-of-type(6){
  font-size: 0.11rem;
  color: #999;
  margin-left: 0.03rem;
}
.question_wrap li:last-child{
  /*flex: 1;*/
  font-size: 0.11rem;
  line-height: 0.16rem;
  text-align: right;
  color: #999999;
}
.question_wrap li span{
  color: #666666;
  font-weight: bold;
  margin-right: 0.03rem;
}

.readingNumber{
    width: .5rem;
    height: .5rem;
    border-radius: .04rem;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .15rem;
    padding: .07rem;
}
.readingNumber p{
  text-align: center;
  margin-bottom: .03rem;
  font-size: .18rem;
  color: #333;
  line-height: .19rem;
}
.readingNumber p:last-child{
  margin-bottom: 0;
  font-size: .13rem;
  color: #666;
  line-height: .13rem;
}
.counselor_infor{
  display: flex;
}
.answer_wrap::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  border-radius: 0.03rem;
  border-top: 1px solid #E8E8E8;
  box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);
}
.answer_wrap{
  margin-top: 0.08rem;
  position: relative;
  padding: 0.14rem 0 0.2rem;
}
.answer_wrap>p{
  background: url(../icon/question.png) no-repeat;
  background-size: 0.21rem 0.21rem;
  font-size: 0.13rem;
  color: #333333;
  line-height: 0.22rem;
  padding-left: 0.30rem;
}
.answer_wrap ul{
  display: flex;
  padding: 0.16rem 0 0;
  align-items: center;
}

.mentality_wrap .van-swipe__indicators{
  bottom: 0;
}
.mentality_wrap .van-swipe__indicator{
  background-color: #F4F4F4;
}
.mentality_wrap .van-swipe__indicator--active{
    background-color: #2093F7;
}
/*首页 end*/
/*搜索 start*/
.search_history{
  padding: 0.2rem 0 0.22rem;
}
.search_history_title{
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.search_history_title p{
  flex: 1;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
}
.search_history_title div{
  display: flex;
  align-items: center;
  padding-right: 0.15rem;
}
.search_history_title span{
  font-size: 0.12rem;
  line-height: 0.17;
  color: #2093F7;
}
.search_history_title img{
  width:0.13rem;
  height: 0.13rem;
  margin-left: 0.06rem;
}
.search_history_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.09rem;
}
.search_history_list li{
  margin-top: 0.11rem;
  background: #F4F4F4;
  min-width: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  border-radius: 0.25rem;
  margin-right: 0.15rem;
  font-size: 0.12rem;
  color: #777777;
}
.message_num{
  background: url(../icon/message-icon.png) no-repeat left center;
  background-size: 0.15rem;
  color: #999999;
  font-size: 0.11rem;
  line-height: 0.16rem;
  padding-left: 0.19rem;
  margin-right: 0.03rem;
}
.evaluationList .modulation{
  width: 1.31rem;
  height: 0.87rem;
}
.evaluation_left ul{
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.evaluation_left li:nth-of-type(1){
  background: url(../icon/play-icon.png) no-repeat left center;
    background-size: 0.15rem;
}
.evaluation_left li:nth-of-type(2){
  background: url(../icon/message-icon.png) no-repeat left center;
  margin-left: 0.25rem;
  background-size: 0.15rem;
}
.evaluation_left li{
  padding-left: 0.19rem;
  font-size: 0.11rem;
  line-height: 0.16rem;
  color: #999999;
}
.evaluation_left div{
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #999999;
  margin-top: 0.1rem;
}
.evaluation_left div span{
  margin-left: 0.1rem;
}
/*搜索 end*/
/*每日一签 start*/
.signin_img{
  box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);
  padding-bottom: 0.15rem;
  border-radius: 0 0 0.04rem 0.04rem;
}
.signin_img img{
  width: 3rem;
  height: 2rem;
  border-radius: 0.04rem 0.04rem 0 0;
  display: block;
}
.calendar_wrap{
  box-shadow: 0 0.02rem 0.13rem 0 rgba(6, 107, 119, 0.09);
  border-radius: 0.04rem;
  padding: 0.16rem 0.1rem 0.12rem;
  margin-top: 0.15rem;
  position: relative;
}
.calendar_wrap>img{
  width: 0.09rem;
  height: 0.37rem;
  position: absolute;
  top: -0.25rem;
}
.link_left{
  left: 0.09rem;
}
.link_right{
  right:0.09rem;
}
.signin_calender{
  border-bottom: 1px dashed rgba(19, 138, 242, 1);
  display: flex;
  align-items: center;
  padding-bottom: 0.13rem;
  justify-content: space-between;
}
.signin_calender li{
  font-size: 0.1rem;
  color: rgba(19, 138, 242, 1);
  line-height: 0.11rem;
  margin: 0 0.14rem 0.08rem;
}
.signin_calender li:last-child{
  margin-bottom: 0;
}
.signin_calender p{
  font-size: 0.35rem;
  text-align: center;;
  color: #2093F7;
  line-height: 0.49rem;
  font-weight: bold;
  margin-right: 0.28rem;
}
.daily_articles{
  padding: 0.09rem 0.1rem 0;
}
.articles_title{
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: rgba(19, 138, 242, 1);
  text-align: center;
  font-weight: bold;
}
.articles_con{
  font-size: 0.13rem;
  line-height: 0.23rem;
  color: rgba(19, 138, 242, 1);
  margin-top: 0.05rem;
}
.articles_issuer{
  text-align: right;
  margin-top: 0.1rem;
  font-size: 0.11rem;
  line-height: 0.16rem;
  color: rgba(19, 138, 242, 1);
  font-weight: bold;
}
.signin_operation{
  margin: 0.1rem 0.35rem;
}
.signin_operation img{
  width: 0.15rem;
  height: 0.15rem;
}
.preserve_wrap{
  padding: 0.15rem;
}
.preserve_wrap .signin_img img{
  width: 100%;
}
.preserve_footer{
  display: flex;
  align-items: center;
  margin-top: 0.17rem;
}
.preserve_footer img:nth-of-type(1){
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.14rem;
}
.preserve_footer div{
  flex: 1;
}
.preserve_footer p{
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #2093F7;
  margin-bottom: 0.05rem;
  font-weight: bold;
}
.preserve_footer span{
  font-size: 0.12rem;
  line-height: 0.17rem;
  color: #2093F7;
}
.preserve_footer img:nth-of-type(2){
  width: 0.51rem;
  height: 0.51rem;
}
/*消息-咨询问答*/
.consultion ul{
  display: flex;
  align-items: center;
}
.news_name{
  font-size: 0.15rem;
  color: #444444;
  line-height: 0.21rem;
  font-weight: bold;
}
.consultion .askQuestion{
  margin-left: 0.11rem;
  margin-right: 0;
}
.news_time{
  flex: 1;
  text-align: right;
  font-size: 0.11rem;
  line-height: 0.16rem;
  color: #AAAAAA;
}
.news_subscribe{
  font-size: 0.13rem;
  color: #666666;
  line-height: 0.18rem;
}
.news_subscribe p{
  margin: 0.1rem 0 0.05rem;
  font-weight: bold;
}
.news_reply{
  font-size: 0.13rem;
  color: #666666;
  line-height: 0.18rem;
  margin-top: 0.05rem;
}
.news_answer{
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #979797;
  margin-top: 0.08rem;
}
.news_ansTime{
  margin-top: 0.05rem;
}
.news_ansTime .audio_wrap{
  margin-left: 0;
}
.news_ansTime img{
  margin-right: 0;
}
.best_answer{
  font-size: 0.13rem;
  color: #666666;
  line-height: 0.18rem;
  margin-top: 0.05rem;
}
.dynamic_content{
  margin-top: 0.1rem;
}
.dynamic_img{
  display: flex;
}
.dynamic_img img{
  width: 0.9rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  margin-right: 0;
  margin-left: 0.17rem;
}
.dynamic_title{
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #666666;
  font-weight: bold;
}
.dynamic_substance{
  font-size: 0.13rem;
  line-height: 0.22rem;
  color: #979797;
  margin-top: 0.04rem;
}
