.wrap{
  top: .76rem;
  background-color: #fff;
  overflow: auto;
}
.counselor-detail-header {
  position: absolute;
  top: 0;
  display: flex;
  z-index: 999;
  justify-content: space-between;
  width: 100%;
  height: .84rem;
  line-height: .84rem;
  color: #fff;
  padding: 0 .2rem;
}
.counselor-detail-header div {
  width: 0;
  flex-grow: 1;
}
.counselor-detail-header .counselor-detail-title {
  text-align: center;
}
.counselor-detail-banner {
  position: relative;
  width: 100%;
  height: 3rem;
/*  background-image: url('../images/3.jpg');
  background-size: 100% 100% ;*/
  display: flex;
  padding-top: .2rem;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.counselor-detail-banner>img{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.counselor-detail-banner .counselor-intro {
  position: relative;
  min-width: 1.2rem;
  text-align: center;
  z-index: 1;
}
.counselor-detail-banner .counselor-intro .counselor-head {
  width: 1rem;
  height: 1rem;
  margin: auto;
  background: green;
  border-radius: 50%;
  overflow: hidden;
}
.counselor-detail-banner .counselor-intro .counselor-head img {
  width: 100%;
  height: 100%;
}
.counselor-detail-banner .counselor-intro .counselor-name {
  padding: .08rem 0;
}
.counselor-detail-banner .counselor-intro .counselor-expert { border-radius: .18rem; padding: .05rem .1rem; font-size: .21rem; background-color: #F07157; color: white; width: 1.5rem; margin-left: auto; margin-right: auto;  }
.counselor-detail-line2 {
  height: .3rem;
  width: 100%;
  background-color: #f0f0f0;
}
.counselor-detail-line {
  height: .9rem;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  position: relative;
}
.counselor-detail-line ul {
  position: absolute;
  top: -0.6rem;
  display: flex;
  justify-content: space-around;
  background-color: white;
  width: 5rem;
  height: 1.2rem;
}
.counselor-detail-line ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
}
.counselor-detail-line ul li div:nth-child(1) {
  color: #999999;
}
.counselor-detail-line ul li div:nth-child(2) {
  margin-top: 1px;
  color: #FF9035;
  font-weight: bold;
}
.counselor-detail-line ul li .counselor-stars .icon {
  display: inline-block;
  width: 8px;
  height: 5px;
  transform: scale(0.7);
}
.counselor-detail-line ul .counselor-experience {
  position: relative;
}
.counselor-detail-line ul .counselor-experience:after {
  content: '';
  width: 1px;
  height: .8rem;
  background: #F0F0F0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.counselor-detail-line ul .counselor-experience:before {
  content: '';
  width: 1px;
  height: .8rem;
  background: #F0F0F0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.counselor-datail-general {
  padding: .2rem;
}
.counselor-datail-general .counselor-datail-general-title {
  padding-bottom: .2rem;
  border-bottom: 1px solid #f0f0f0;
  color: #F6594E;
}
.counselor-datail-general #counselor-more-detail {
  text-align: center;
  margin-top: .2rem;
  color: red;
}
.counselor-datail-general .counselor-detail-table-list ul {
  padding-top: .1rem;
  /*max-height: 4.4rem;*/
  overflow: hidden;
}
.counselor-datail-general .counselor-detail-table-list ul li {
  display: flex;
  min-height: .5rem;
  justify-content: space-between;
  margin: .25rem 0;
  line-height: .45rem;
}
.counselor-datail-general .counselor-detail-table-list ul li.teacher-des{
  display: block;
}
.counselor-datail-general .counselor-detail-table-list ul li.teacher-des div{
  width: 100% !important;
}
.counselor-datail-general .counselor-detail-table-list ul li.teacher-des p{
  margin-bottom: 10px;
  width: 100%;
  text-align: justify;
  text-indent: 2em;
  color: #333;
}
.counselor-datail-general .counselor-detail-table-list ul li.teacher-des p:last-of-type{
  margin-bottom: 0;
}
.counselor-datail-general .counselor-detail-table-list ul li div:nth-of-type(1) {
  width: 20%;
  color: #868686;
  font-size: .24rem;
}
.counselor-datail-general .counselor-detail-table-list ul li div:nth-of-type(2) {
  font-size: .24rem;
  width: 80%;
}
.counselor-datail-general .counselor-detail-table-list ul #commend-container,
.counselor-datail-general .counselor-detail-table-list ul #brief-container {
  overflow: hidden;
  max-height: .5rem;
}
.counselor-tabs .counselor-tabs-head ul {
  height: .75rem;
  display: flex;
  border-bottom: 1px solid #F2F3F4;
  justify-content: space-around;
}
.counselor-tabs .counselor-tabs-head ul li {
  width: 0;
  height: 100%;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.counselor-tabs .counselor-tabs-head ul .right-line::before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #F0F0F0;
}
.counselor-tabs .counselor-tabs-head ul .left-line::before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #F0F0F0;
}
.counselor-tabs .counselor-tabs-head ul .active-class {
  color: #F6594E;
}
.counselor-tabs .counselor-tabs-head ul .active-class::after {
  content: '';
  width: .6rem;
  height: 3px;
  background-color: #F6594E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.counselor-tabs .counselor-tabs-list .counselor-tabs-list-item {
  display: none;
}
.counselor-tabs .counselor-tabs-list .counselor-tabs-list-comments {
  display: unset;
}
.counselor-tabs .counselor-tabs-list .counselor-tabs-list-comments ul li {
  margin: auto;
  width: 90%;
  padding: .2rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.counselor-tabs .counselor-tabs-list .counselor-tabs-list-comments ul li p {
  color: #666666;
  margin-top: .05rem;
  font-size: .24rem;
}
.counselor-tabs .counselor-tabs-list .counselor-tabs-list-comments ul li:last-child {
  border: 0;
}
.counselor-question {
  padding: .2rem;
  position: relative;
}
.counselor-question .counselor-question-title {
  padding-bottom: .2rem;
  border-bottom: 1px solid #f0f0f0;
  color: #F6594E;
}
.counselor-question .counselor-inputs {
  padding: .5rem 0;
}
.counselor-question .counselor-inputs ul li {
  display: flex;
  align-items: center;
  margin-bottom: .3rem ;
}
.counselor-question .counselor-inputs ul li .counselor-input-text {
  color: #999999;
  min-width: 30%;
  text-align: right;
}
.counselor-question .counselor-inputs ul li .counselor-input {
  margin-left: .2rem;
  width: 3.5rem;
}
.counselor-question .counselor-inputs ul li .counselor-input input {
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  padding: .07rem .1rem;
  color: #999999;
  font-size: .2rem;
}
.counselor-question .counselor-inputs .counselor-submit {
  width: 1.95rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: white;
  border-radius: 20px;
  margin: auto;
  background-color: #F6594E;
}
.counselor-detail-line3 {
  height: .3rem;
  width: 100%;
  background-color: #f0f0f0;
}
#commend,
#brief {
  color: #F6594E;
}
.red {
  color: #F6594E;
}
.init-height {
  height: .5rem;
}
