<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.consult-main{
  display: flex;
  background: #F7F7FA;
}
.search-box{
  width: 893px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 14px 24px;
  margin-top: 20px;
}
.catory,.search_year,.years{
  display: flex;
  align-items: center;
}
.catory label,.search_year label{
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #474747;
  line-height: 20px;
  width: 125px;
  display: block;
}
.catory-item,.year{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #474747;
  margin-right: 36px;
  cursor: pointer;
  display: inline-block;
}
.catory-item:hover,.year:hover,.catory-item_clicked{
  color: #FFB444;
}

.search_year{
  margin-top:31px;
}
.sort-main{
  width: 893px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 14px;
}
.sort_1,.sort_2,.sort-main{
  display: flex;
  align-items: center;
}
.sort-img img{
  width: 6px;
  height: 9px;
}
.sort_1_label{
  margin-right: 2px;
}
.sort_2{
  margin-left: 20px;
}
.sort_1_item,.sort_2_item{
  margin-right: 16px;
  cursor: pointer;
}
.sort_1_item{
  display: flex;
}
 .more-text :hover{
     color: #FFB444;
 }


 .item_clicked svg g{
     fill: #FFB444;
 }
.item_clicked{
  color: #FFB444;
}

.sort_2_item{
  display: flex;
  align-items: center;
}
.sort-main{
  padding-left: 16px;
}
.sort_2_box{
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: 1px solid #C5C5C5;
  margin-right: 4px;
}
.sort_2_bg{
  width: 10px;
  height: 10px;
  background: #FFB444;
  border-radius: 1px;
  border: 1px solid #FFB444;
  margin-right: 4px;
}
.mentor-main{
  display: grid;
  grid-template-rows: 148px;
  grid-template-columns: 432px 432px;
  grid-column-gap: 29px;
  grid-row-gap: 34px;
  margin-top: 34px;
  margin-bottom: 57px;
}
.mentor-nic .nic{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #282828;
  margin-right: 8px;
}
.mentor-nic .nic:hover{
  text-decoration: underline;
}
.year-img{
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(/images/zhengshu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  display: inline-block;
}
.work-year{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #425569;
}
.mentor-nic{
  display: flex;
  align-items: center;
}
.mentor-item{
  display: flex;
  width: 432px;
  height: 148px;
  background: #FFFFFF;
  border-radius: 4px;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.mentor-img{
  width: 100px;
  min-width: 100px;
  height: 138px;
  border-radius: 4px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-size: 100px 138px;
  margin-top: -10px;
}
.mentor-img img{
  width: 100px;
  min-width: 100px;
  height: 138px;
  border-radius: 4px;
}
.mentor-years{
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mentor-info{
  width: 100%;
}
.chat{
  width: 72px;
  height: 27px;
  border-radius: 2px;
  border: 1px solid #3D88FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-image: url(/images/personal_chat.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 51px 14px;
  font-size: 12px;
  transform: scale(0.8333333333);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D88FF;
  padding-left: 4px;
}
.chat img{
  width: 51px;
  height: 14px;

}
.catory-item_link{
  display: inline-block;
}
.mentor-job{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E7E7E;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.mentor-job .job{
  margin-right: 8px;
}
.mentor-data{
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E7E7E;
  display: flex;
  align-items: center;
}
.mentor-data div{
  margin-right: 15px;
}
.mentor-num{
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2B2B2B;
  display: inline-block;
  padding: 0 3px;
}
.mentor-bottom{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tags{
  display: flex;
  align-items: center;
}
.tag-item{
  padding: 3px 8px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E7E7E;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
}
.price-red{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF4544;
  margin-right: 3px;
}
.price{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B6B5B4;
  margin-right: 18px;
}
.mentor_audio{
  width: 50px;
  height: 18px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px -2px rgba(76, 79, 148, 0.2);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 35px;
  bottom: 11px;
  cursor: pointer;
}
.audio-sign{
  background-image: url(/images/mentor_audio.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  margin-right: 2px;
  width: 10px;
  height: 9px;
}
.audio-time{
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D88FF;
}
.user-says{
  width: 280px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 27px;
  padding: 18px 20px;
}
.user-says label{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2B2B2B;
}
.say-main{
  margin-top: 13px;
}

.e-info{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #868686;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.says-item{
  margin-top: 14px;
  padding-bottom: 16px;
  border-bottom:1px solid #F3F3F3;
}
.says-item a,.says-item{
  display: block;
}
.evalute{
  margin-bottom: 10px;
}
.e-content{
  width: 236px;
  max-height: 40px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #474747;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.mm-label{
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #474747;
  margin-bottom: 2px;
}
.mm-img{
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 8px;
}
.mm-left{
  display: flex;
  align-items: center;
}
.mm-name{
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #474747;

}
.mm-name:hover{
  text-decoration: underline;
}
.mm-right{
  width: 66px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-mentor{
  display: flex!important;
  align-items: center;
  justify-content: space-between;
}
.mm-chat{
  background-image: url(/images/personal_chat.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 51px 14px;
  width: 51px;
  height: 14px;
}
.hot-catory{
  width: 280px;
  height: 166px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 27px;
  margin-top: 27px;
  padding: 18px 20px;
}
.hot-item{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #747474;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 9px;
  padding: 3px 8px;
}
.hot-catory label{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2B2B2B;
}
.hot-main{
  margin-top: 16px;
}
.consult-main{
  margin-bottom: 57px;
  padding-bottom:57px;
}
.price-tag{
  margin-right: 2px;
}
</pre></body></html>