@charset "utf-8";
/* CSS Document */

.wrap {
  overflow: hidden;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto
}

.center {
  width: 1200px;
  margin: 0 auto
}

.hide {
  display: none
}

.left {
  float: left;
  width: 870px
}

.right {
  float: right;
  width: 310px
}


.banner {
  width: 100%;
  height: 200px;
  background: url(/ask/skin/images/banner.png) center no-repeat
}

.banner img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-container2 {
  height: 210px !important;
}

.swiper-container2 .swiper-wrapper,
.swiper-container2 .swiper-slide {
  height: 210px !important;
}

.swiper-container2 a {
  display: block;
  width: 310px;
  height: 210px;
}

.swiper-container2 a img {
  width: 100%;
  height: 210px !important;
}

.swiper-pagination-bullet-active {
  background-color: #FF6E00 !important;
}

.wrap-container {
  margin-top: 22px
}

.wrap-container img {
  width: 100%
}

/*搜索*/
.search-hotLabel {
  padding: 40px 90px;
  margin-bottom: 20px;
  background: white
}

.search-hotLabel .search {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.search-hotLabel .inputText {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 156px 0 39px;
  margin: 0;
  border: 1px solid #BBB;
  background: #F5F5F5;
  font-size: 20px;
  color: #666;
  border-radius: 30px;
  box-sizing: border-box;
  outline: none
}

.search-hotLabel .inputSubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: url(../images/search-icon.png) center no-repeat #FF6E00;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  cursor: pointer
}

.search-hotLabel .hotLabel {
  margin: 25px 0 0 5px
}

.search-hotLabel .hotLabel .hl-name {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  color: #FF5B5B;
  line-height: 22px
}

.search-hotLabel .hotLabel .hl-name::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/qa-icon.png) no-repeat;
  content: ""
}

.search-hotLabel .hotLabel .hl-cont {
  overflow: hidden;
  margin-top: 10px;
  /* height: 100px; */
}

.lisP {
  position: relative;
  height: auto;
}

.nav .nav_tab .nav_list ul li.lisP:hover .otherLis {
  display: block;
}

.nav .nav_tab .nav_list .otherLis {
  position: absolute;
  left: -18px;
  z-index: 1000;
  top: 59px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  min-height: 110px;
  height: auto;
  display: none;
}

.nav .nav_tab .nav_list .otherLis li {
  height: 30px;
  width: 100px;
  padding-left: 10px;
  border-bottom: 1px solid #F6F6F6;
  line-height: 30px;;
  color: #000;
  margin: 0;
}

.nav .nav_tab .nav_list .otherLis li:hover {
  background-color: #F17116;
  
}

.nav .nav_tab .nav_list .otherLis li:hover a {
  
  color: #fff;
}

.nav_list {
  position: relative;
}

.moreTab {
  display: block;
  min-width: 120px;
  height: 40px;
  padding: 0 10px;
  background: #F6F6F6;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  float: left;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.search-hotLabel .hotLabel .hl-cont li {
  float: left;
  margin: 10px 2px 0
}

.search-hotLabel .hotLabel .hl-cont li a {
  display: block;
  min-width: 120px;
  height: 40px;
  padding: 0 10px;
  background: #F6F6F6;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  border-radius: 20px
}

.search-hotLabel .hotLabel .hl-cont li a:hover {
  background: #FFF7F0;
  color: #FF6E00
}

/*End 搜索*/

/*列表*/
.list {
  margin-bottom: 20px;
  background: white
}

.list .option {
  overflow: hidden;
  padding: 15px 14px;
  border-bottom: 1px solid #EEE
}

.list .option span {
  float: left;
  margin: 0 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  cursor: pointer
}

.list .option span.active {
  color: #FF6E00
}

.list .list-cont .list-box ul {
  padding: 0 32px
}

/*.list .list-cont .list-box {*/
/*    display: none*/
/*}*/

/*.list .list-cont .list-box:first-child {*/
/*    display: block*/
/*}*/

.list .list-cont li {
  padding: 30px 0;
  border-bottom: 1px solid #EEE
}

.list .list-cont li h3 {
  overflow: hidden;
  margin-bottom: 14px;
  font-size: 20px;
  color: #0063D7;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list .list-cont li h3 span {
  display: none;
  height: 24px;
  padding: 0 4px;
  margin-right: 9px;
  background: #29CF8B;
  font-size: 14px;
  font-weight: normal;
  color: white;
  line-height: 24px;
  border-radius: 3px
}

.list .list-cont li h3 a {
  color: #0063D7;
  display: flex;
  align-items: center;
}

.list .list-cont li p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list .list-cont li dd {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
  line-height: 24px
}

.list .list-cont li dd:last-child {
  margin-right: 0
}

.list .list-cont li dd.list-teacher {
  display: none;
  height: 24px
}

.list .list-cont li dd.list-teacher i {
  float: left;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background: #ccc;
  font-size: 14px;
  font-style: normal;
  color: #2D6FF7;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, .3) 1px 1px 6px
}

.list .list-cont li dd.list-teacher span {
  float: left;
  margin-left: 8px;
  color: #FF6E00
}

.list .list-cont li dd.list-share {
  position: relative;
  padding-left: 19px
}

.list .list-cont li dd.list-share::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 14px;
  background: url(../images/qa-icon.png);
  background-position: -38px 0;
  content: ""
}

.list .list-cont li dd.list-focus {
  position: relative;
  padding-left: 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.list .list-cont li dd.list-focus img {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}

.list .list-cont li.already h3 span {
  display: inline-block
}

.list .list-cont li.already dd.list-teacher {
  display: block
}

/*页码*/
.pagination {
  padding: 45px 0 64px;
  text-align: center
}

.pagination dl {
  overflow: hidden;
  display: inline-block
}

.pagination dd {
  float: left;
  min-width: 18px;
  padding: 0 5px;
  margin: 0 4px 0 5px;
  background: #F6F6F6;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center
}

.pagination dd a {
  color: #666
}

.pagination dd.thisclass {
  background: #FF6E00;
  color: #FFF
}

.pagination dd.gotoPage input {
  width: 36px
}

.pagination dd.gotoPage span {
  cursor: pointer
}

/*End 页码*/
/*End 列表*/

/*详情页*/
.advertisement {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}

.advertisement .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: black;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  cursor: pointer
}

.advertisement .close::before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: white;
  transform: rotate(45deg);
  content: ""
}

.advertisement .close::after {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: white;
  transform: rotate(-45deg);
  content: ""
}

.subnav {
  position: relative;
  overflow: hidden;
  padding: 18px 36px;
  margin-bottom: 1px;
  background: white
}

.subnav::before {
  position: absolute;
  top: 23px;
  left: 20px;
  width: 12px;
  height: 14px;
  background: url(../images/qa-icon.png) no-repeat;
  background-position: -77px 0;
  content: ""
}

.subnav li {
  position: relative;
  float: left;
  padding-right: 18px;
  font-size: 14px;
  color: #666;
  line-height: 24px
}

.subnav li::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  content: ">"
}

.subnav li:last-child::before {
  display: none
}

.subnav li a {
  color: #666
}

.problem-head {
  padding: 30px 40px 40px;
  margin-bottom: 10px;
  background: white;
  color: #333
}

.problem-head h1 {
  margin-bottom: 19px;
  font-size: 28px;
  line-height: 40px
}

.problem-head p {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 32px
}

.problem-head dd {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
  line-height: 32px
}

.problem-head dd:last-child {
  margin-right: 0
}

.problem-head dd.ph-user {
  overflow: hidden
}

.problem-head dd.ph-user i {
  float: left;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 50%
}

.problem-head dd.ph-user i img {
  width: 100%
}

.problem-head dd.ph-user span {
  float: left;
  margin-left: 10px
}

.answers-questions {
  padding-bottom: 30px;
  margin-bottom: 10px;
  background: white
}

.answers-questions .aq-item {
  padding: 0px 50px 0px 30px
}

.answers-questions .answers {
  padding-top: 30px;
  border-top: 1px solid #EEE
}

.answers-questions .answers .image-name {
  margin-bottom: 19px
}

.answers-questions .answers .image {
  float: left;
  width: 52px;
  height: 52px;
  background: #ccc;
  border: 1px solid white;
  font-size: 30px;
  color: #2D6FF7;
  line-height: 52px;
  text-align: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 26px
}

.answers-questions .answers .name {
  float: left;
  margin-left: 12px
}

.answers-questions .answers .name span {
  display: block;
  height: 22px;
  padding-top: 3px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #333;
  line-height: 22px
}

.answers-questions .answers .name strong {
  position: relative;
  display: inline-block;
  padding-right: 26px
}

.answers-questions .answers .name strong::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 24px;
  background: url(../images/qa-icon.png) no-repeat;
  background-position: -89px 0px;
  content: ""
}

.answers-questions .answers .name i {
  display: inline-block;
  height: 22px;
  padding: 0 8px;
  background: #6B3DE4;
  font-size: 12px;
  font-style: normal;
  color: white;
  line-height: 22px;
  text-align: center;
  border-radius: 3px
}

.answers-questions .answers .explain {
  margin: 0 0 27px 66px;
  font-size: 18px;
  color: #333;
  line-height: 28px
}

.answers-questions .answers .dateTime {
  margin-left: 66px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
}

.answers-questions .flexible {
  height: 20px
}

.answers-questions .flexible span {
  position: relative;
  float: right;
  padding-right: 26px;
  margin-right: 11px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  cursor: pointer
}

.answers-questions .flexible span::before {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #DDD;
  border-right: 6px solid transparent;
  transition: all .1s linear;
  content: ""
}

.answers-questions .flexible span.active::before {
  top: 7px;
  border-bottom: none;
  border-top: 7px solid #DDD
}

.answers-questions .questions {
  position: relative;
  padding: 24px 40px 24px 24px;
  margin: 10px 11px 30px 66px;
  background: #F9F9F9;
  border-radius: 5px
}

.answers-questions .questions .image-name {
  margin-bottom: 11px
}

.answers-questions .questions .image {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 16px
}

.answers-questions .questions .image img {
  width: 100%
}

.answers-questions .questions .name {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 32px
}

.answers-questions .questions .name i {
  display: inline-block;
  margin-left: 16px;
  font-style: normal;
  color: #1BAA6F
}

.answers-questions .questions .explain {
  margin-bottom: 13px;
  font-size: 16px;
  color: #333;
  line-height: 22px
}

.answers-questions .questions .dateTime {
  font-size: 14px;
  color: #999;
  line-height: 20px
}

.answers-questions .aq-more {
  padding: 30px 0
}

.answers-questions .aq-more span {
  display: block;
  width: 400px;
  height: 40px;
  margin: 0 auto;
  background: #EEE;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer
}

.relevant {
  padding: 28px 30px 0;
  margin-bottom: 70px;
  background: white
}

.relevant .option {
  overflow: hidden
}

.relevant .option span {
  position: relative;
  float: left;
  padding-bottom: 8px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  cursor: pointer
}

.relevant .option span::before {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FF6E00;
  content: ""
}

.relevant .option span.active {
  color: #FF6E00
}

.relevant .option span.active::before {
  display: block
}

.relevant .relevant-cont {
  padding: 14px 0
}

.relevant .relevant-box {
  display: none
}

.relevant .relevant-box:first-child {
  display: block
}

.relevant .relevant-box.pro,
.relevant .relevant-box.all {
  display: flex;
  justify-content: space-between;
  
}

.relevant .relevant-box.pro ul,
.relevant .relevant-box.all ul {
  width: 48%;
  
}

.line {
  width: 1px;
  min-height: 40px;
  background: #eee;
}

.relevant .relevant-box.pro li,
.relevant .relevant-box.all li {
  padding: 10px 0 10px;
  /* border-bottom: 1px solid #EEE */
}

.relevant .relevant-box.pro li h3,
.relevant .relevant-box.all li h3 {
  overflow: hidden;
  margin-bottom: 7px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

.relevant .relevant-box.pro li h3 a,
.relevant .relevant-box.all li h3 a {
  font-weight: normal;
}

.relevant .relevant-box.pro li p,
.relevant .relevant-box.all li p {
  margin-bottom: 7px;
  font-size: 12px;
  color: #666;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.relevant .relevant-box.pro li .dateTime {
  font-size: 12px;
  color: #999;
  line-height: 16px
}

.relevant .relevant-box.art li {
  overflow: hidden;
  padding: 16px 0
}

.relevant .relevant-box.art li .image {
  float: left;
  overflow: hidden;
  width: 200px;
  height: 116px
}

.relevant .relevant-box.art li .image img {
  width: 100%
}

.relevant .relevant-box.art li .info {
  float: right;
  width: 583px;
}

.relevant .relevant-box.art li .info h3 {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.relevant .relevant-box.art li .info p {
  overflow: hidden;
  height: 51px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.relevant .relevant-box.art li .info .dateTime {
  font-size: 12px;
  color: #999;
  line-height: 16px
}

.question_content {
  overflow: hidden;
}

.question_content img {
  float: left;
  width: 32%;
  height: 300px;
}

.fixed_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .7
}

.fixed_image {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: auto;
  text-align: center
}

.fixed_image img {
  position: relative;
  width: 50%
}

/*End 详情页*/


/*右侧*/
.right-block {
  margin-bottom: 10px;
  background: white
}

.right-block .r-title {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.right-block .r-title::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/qa-icon.png) no-repeat;
  background-position: -14px 0;
  content: ""
}

.right-block .r-list {
  padding: 0 14px 30px 18px;
}

.right-block .r-list li {
  position: relative;
  padding: 14px 0px 12px 0px;
  border-bottom: 1px solid #EEE;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.right-block .r-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.right-block .r-list li:last-child {
  border-bottom: none
}

.right-block .r-list li::before {
  /* position: absolute;
  top: 25px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 2px solid #99C1EF;
  border-radius: 50%;
  content: "" */
}

.right-block.newQA .r-title::before {
  background-position: -53px 0
}

/*End 右侧*/

/* 新增tab */
.tabWrapper {
  width: 870px;
  /*height: 459px;*/
  background: #FFFFFF;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
}

.tabClick {
  display: flex;
  
}

.tabClick li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  margin-right: 40px;
  cursor: pointer;
}

.tabClick li.liActive {
  color: #FF6E00;
  border-bottom: 4px solid #FF6E00;
}

.tab1 > a {
  margin-top: 24px;
  display: block;
  padding-bottom: 16px;
}

.intro {
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
}

.intro img {
  width: 120px;
  height: 120px;
}

.intro p {
  width: 690px;
  height: 120px;
  
  padding: 19px 22px;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  
}

.question {
  margin-top: 24px;
}

h3.title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.question p {
  margin-top: 8px;
  height: 34px;
  font-size: 12px;
  
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

span.time {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.btnWrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btnWrapper a {
  width: 156px;
  height: 48px;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  
}

.zhinan {
  background: #FF6E00;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  
}

.askTeacher {
  width: 156px;
  height: 48px;
  background: #FF6E00;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  border-radius: 30px;
  display: block;
  
  font-size: 16px;
  
  font-weight: 500;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  margin-top: 20px;
  
}

.wenda {
  
  background: #29CF8B;
  box-shadow: 0px 8px 26px 0px rgba(41, 207, 139, 0.5);
  margin-left: 24px;
}

.tab1 {
  display: none;
}

.tab1show {
  display: block;
}

.answer {
  display: flex;
  margin-top: 3px;
}

.answer span {
  width: 71px;
  font-size: 14px;
  font-weight: 400;
  color: #FF6E00;
  
}

.answer b {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  width: 209px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peopleSearch {
  width: 310px;
  /*height: 269px;*/
  background: #FFFFFF;
  
}

.r-allSearch {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-allSearch::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/otherSearch.png) no-repeat;
}

.searchContent {
  display: flex;
  padding: 8px 16px;
  flex-wrap: wrap;
}

.searchContent a {
  
  height: 36px;
  background: #F6F6F6;
  border-radius: 4px;
  
  font-size: 14px;
  
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding: 0px 13px;
  box-sizing: border-box;
  margin-right: 8px;
  margin-top: 8px;
  
}

.searchContent a:hover {
  
  background: #FFF7F0;
  color: #FF6E00;
  
}

.jingxuan {
  width: 310px;
  height: 335px;
  background: #FFFFFF;
  box-sizing: border-box;
  margin-top: 10px;
}


.r-jingxuan {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-jingxuan::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/jingxuan.png) no-repeat;
}

.r-tuijian {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-tuijian::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/tuijian.png) no-repeat;
}

.r-newest {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-newest::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/newest.png) no-repeat;
}

.r-hotTag {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-hotTag::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/hot-tag.png) no-repeat;
}

.jingxuanC {
  padding: 0 16px;
}

.jingxuanC a {
  border-bottom: 1px solid #eee;
  line-height: 52px;
  display: block;
  
  font-size: 16px;
  
  font-weight: 400;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 知识补充 */
.knowlwdge {
  width: 870px;
  height: 330px;
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 30px;
  box-sizing: border-box;
}

.knowlwdge h3.title {
  display: flex;
  align-items: center;
}

.knowlwdge h3.title img {
  width: 20px;
}

.knowlwdge h3.title span {
  
  height: 22px;
  font-size: 16px;
  
  font-weight: 600;
  color: #FF6E00;
  line-height: 22px;
  margin-left: 8px;
  
}

.knowlwdge h4.title {
  height: 20px;
  font-size: 20px;
  
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-top: 24px;
}

.knowlwdge p {
  width: 810px;
  height: 200px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}

.list-box > h4.title,
.list > h4.title {
  line-height: 40px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  top: 20px;
}

.list-box > h4.title img,
.list > h4.title img {
  width: 12px;
  height: 14px;
  margin-right: 5px;
}

.list-box > h4.title a,
.list > h4.title a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}


.otherProject {
  width: 310px;
  /*height: 269px;*/
  background: #FFFFFF;
}

.r-other-project {
  position: relative;
  padding: 12px 0 12px 46px;
  margin-right: 8px;
  border-bottom: 1px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}

.r-other-project::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-position: -14px 0;
  content: "";
  background: url(../images/otherSearch.png) no-repeat;
}

.otherProject-content {
  display: flex;
  padding: 8px 16px;
  flex-wrap: wrap;
}

.otherProject-content a {
  height: 36px;
  background: #F6F6F6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding: 0px 13px;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 8px;
  width: 48%;
  text-align: center;
}

.otherProject-content a:hover {
  background: #FFF7F0;
  color: #FF6E00;
}

.hl-cont > ul {
  height: 100px;
  overflow: hidden;
}

/*新增样式*/
.tabWrapperTitle {
  margin-left: -30px;
  overflow: hidden;
}

.tabWrapperTitle .titleText {
  float: left;
  margin-right: 24px;
  padding-left: 12px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  border-left: 6px solid #FF6E00;
}

.question-list-box {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.question-list-box .question-list {
  flex: 1;
}

.question-list-box .question-list:first-child .question {
  padding-right: 50px;
}

.question-list-box .question-list:last-child .question {
  padding-left: 50px;
}

.question-list-box:after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #EEEEEE;
}


.teacher-tags {
  margin-left: 14px;
  float: left;
  width: 400px;
}

.teacher-tags .tag {
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  padding: 0 12px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.teacher-tags .tag-1 {
  color: #1480FF;
  background: rgba(20, 128, 255, 0.1);
}

.teacher-tags .tag-2 {
  color: #1FB879;
  background: rgba(31, 184, 121, 0.1);
}

.teacher-tags .tag-3 {
  color: #FF5B5B;
  background: rgba(255, 91, 91, 0.1);
}

.teacher-tags .tag-4 {
  color: #FF6E00;
  background: rgba(255, 110, 0, 0.1);
}

.service-button {
  width: 130px;
  height: 38px;
  float: left;
  margin-left: 20px;
  text-align: center;
  line-height: 38px;
  background: #FF6E00;
  box-shadow: 0 8px 26px 0 rgba(250, 115, 57, 0.5);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}

.service-button a {
  color: #ffffff !important;
}

.shenming {
  margin-top: 32px;
  border-top: 1px solid #EEEEEE;
  padding: 30px 30px 0;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}


/*登录样式*/
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 999;
}

.login-box {
  display: none;
  width: 480px;
  height: 398px;
  background: #FFFFFF;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -199px;
  z-index: 9999;
}

.login-box .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.login-box .form {
  width: 380px;
  margin: 50px auto;
}

.login-box .form .form-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

.login-box .form .form-item {
  position: relative;
  width: 380px;
  height: 64px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}

.login-box .form .form-item label {
  width: 64px;
  height: 64px;
  display: block;
  float: left;
  position: relative;
}

.login-box .form .form-item label::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #EEEEEE;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.login-box .form .form-item label img {
  display: block;
  margin: 17px auto;
}

.login-box .form .form-item input {
  float: left;
  width: 300px;
  height: 64px;
  border: none;
  padding: 0 8px;
  outline: none;
  font-size: 16px;
  margin: 0;
}

.login-box .form .form-item .getCode {
  position: absolute;
  width: 110px;
  height: 40px;
  padding: 0;
  top: 12px;
  right: 12px;
  background: rgba(255, 110, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FF6E00;
  line-height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
}

.login-box .form .form-item .getCode.disabled {
  background: #cccccc;
  color: #FFFFFF;
}

.login-box .form .form-submit button {
  width: 200px;
  height: 48px;
  display: block;
  margin: 40px auto 0;
  padding: 0;
  background: #FF6E00;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  outline: none;
  border: none;
}

.project-box{
  display: none;
  width: 660px;
  background: #FFFFFF;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -261px;
  z-index: 9999;
}
.project-box .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.project-box .form{
  padding: 50px 40px;
}


.project-box .form .form-title{
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

.project-box .certificate-box{
  margin: 0 -6px 14px;
  overflow: hidden;
}
.project-box .certificate-box dt{
  margin-bottom: 12px;
  padding: 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #FF6E00;
  line-height: 22px;
}

.project-box .certificate-box dd{
  float: left;
  width: 106px;
  height: 40px;
  margin: 0 6px 10px;
  background: #F6F6F6;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.project-box .certificate-box dd.active{
  background: #FFF0E5;
  color: #FF6E00;
}


.project-box .form-submit button {
  width: 200px;
  height: 48px;
  display: block;
  margin: 16px auto 0;
  padding: 0;
  background: #FF6E00;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  outline: none;
  border: none;
}

/*其他回答*/
.moreReply{
  margin-bottom: 10px;
  padding: 30px;
  background: #ffffff;
}
.moreReply .title{
  margin-bottom: 30px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}

.moreReply .reply-list{}
.moreReply .reply-item{
  margin: 0 auto 10px;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 4px;
}
.moreReply .reply-item .user-name{
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}
.moreReply .reply-item .user-word{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.moreReply .inner-reply-list{
  margin-top: 21px;
  padding: 16px;
  background: #ffffff;
}
.moreReply .inner-reply-item{
  margin-bottom: 10px;
}

.moreReply .inner-reply-item .user-name{
  margin-bottom: 12px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}
.moreReply .inner-reply-item .user-word{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}


.moreReply .reply-item:last-child,.moreReply .inner-reply-item:last-child{
  margin-bottom: 0!important;
}


/*教师主页*/
.common-style{
  margin-bottom: 10px;
  background: #FFFFFF;
}
.main-info-style{
  padding: 30px 50px;
  overflow: hidden;
}

.main-info-style .teacherInfo{
  overflow: hidden;
  float: left;
}
.main-info-style .askButton{
  float: right;
}
.main-info-style .teacherInfo .teacherAvatar{
  float: left;
  margin-right: 20px;
  width: 92px;
  height: 92px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
}
.main-info-style .teacherInfo .teacherAvatar img{
  display: block;
  width: 100%;
  height: 100%;
}

.main-info-style .teacherInfo .teacherMainInfo{
  float: left;
  width: 700px;
}
.main-info-style .teacherInfo .teacherName{
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.main-info-style .teacherInfo .teacherName span{
  display: inline-flex;
  align-items: center;
}
.main-info-style .teacherInfo .teacherName span img{
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-right: 5px;
}
.main-info-style .teacherInfo .teacherName span i{
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  background: #6B3DE4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  font-style: normal;
}
.main-info-style .teacherInfo .teacherTags{
  margin-top: 16px;
  overflow: hidden;
}

.main-info-style .teacherInfo .teacherTags .tag-label{
  float: left;
  margin: 6px 16px 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}

.main-info-style .teacherInfo .teacherTags .tag-label img{
  display: inline-block;
  width: 14px;
  height: 16px;
  float: left;
  margin-right: 6px;
}
.main-info-style .teacherInfo .teacherTags .tag{
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
}
.main-info-style .teacherInfo .teacherTags .tag.tag-1{
  color: #1480FF;
  background: rgba(20, 128, 255, 0.1);
}
.main-info-style .teacherInfo .teacherTags .tag.tag-2{
  color: #1FB879;;
  background: rgba(31, 184, 121, 0.1);
}
.main-info-style .teacherInfo .teacherTags .tag.tag-3{
  color: #FF5B5B;
  background: rgba(255, 91, 91, 0.1);
}
.main-info-style .teacherInfo .teacherTags .tag.tag-4{
  color: #FF6E00;
  background: rgba(255, 110, 0, 0.1);
}
.main-info-style .teacherInfo .teacherData{
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.main-info-style .teacherInfo .teacherData span{
  margin-right: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #FF6E00;
  line-height: 22px;
}

.main-info-style .askButton a{
  width: 200px;
  height: 48px;
  background: linear-gradient(270deg, #1480FF 0%, #2DB7FF 100%);
  box-shadow: 0px 8px 26px 0px rgba(23, 135, 255, 0.5);
  border-radius: 30px;
}

.main-info-style .askButton .askButton-ask {
  width: 220px;
  height: 60px;
  line-height: 60px;
}

.reply-list-style{

}
.reply-list-style .summary-data{
  padding: 20px 32px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
}
.reply-list-style .summary-data-item{
  float: left;
  margin-right: 40px;
  cursor: pointer;
}
.reply-list-style .summary-data-item .label{
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}
.reply-list-style .summary-data-item .value{
  font-size: 16px;
  font-weight: 500;
  color: #FF6E00;
  line-height: 20px;
  color: #333333;
}
.reply-list-style .summary-data-item.active .label,.reply-list-style .summary-data-item.active .value{
  color: #FF6E00;
}


.reply-list-style .reply-list{
  position: relative;
  padding: 0 32px;
}
.reply-list-style .loading{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
}
@keyframes flower-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
  }
  50% {
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
  }
}
/* :not(:required) hides this rule from IE9 and below */
.reply-list-style .loading .flower-loader {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e96;
  border-radius: 100%;
  -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
  -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
  box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
  -moz-animation: flower-loader 5s infinite ease-in-out;
  -webkit-animation: flower-loader 5s infinite ease-in-out;
  animation: flower-loader 5s infinite ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.reply-list-style .reply-ul-list{

}
.reply-list-style .reply-list-item{
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
}
.reply-list-style .reply-list-item .r-title a{
  font-size: 18px;
  font-weight: bold;
  color: #0063D7;
  line-height: 20px;
}
.reply-list-style .reply-list-item .r-content{
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  word-wrap: break-word;
}
.reply-list-style .reply-list-item .r-info{
  margin-top: 12px;
  overflow: hidden;
}
.reply-list-style .reply-list-item .r-info-time{
  float: left;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.reply-list-style .reply-list-item .r-info-teacher{
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.reply-list-style .reply-list-item .r-info-teacher img{
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.reply-list-style .reply-list-item .r-info-teacher i{
  font-size: 14px;
  font-weight: 400;
  color: #FF6E00;
  line-height: 24px;
  font-style: normal;
}
.reply-list-style .reply-list-item .r-info-care{
  padding-left: 20px;
  margin-right: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background: url("/ask/skin/images/focus.png") left center no-repeat;
}
.reply-list-style .reply-list-item .r-info-share{
  padding-left: 20px;
  margin-right: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background: url("/ask/skin/images/icon-share.png") left center no-repeat;
}

.reply-list-style .reply-list-item .r-info-qty{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.reply-list-style .reply-list-item .r-info-qty i {
  font-style: normal;
}
.more-reply-style{
  margin-bottom: 50px;
  padding: 30px;
}
.more-reply-style .more-reply-caption{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

.more-reply-style .more-reply-list{
  position: relative;
}
.more-reply-style .more-reply-list::after{
  content: "";
  display: block;
  width: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 50%;
}
.more-reply-style .reply-title-list{
  margin-top: 27px;
  margin-bottom: -20px;
  overflow: hidden;
}
.more-reply-style .reply-title-item{
  float: left;
  width: 50%;
  height: 44px;
  margin-bottom: 20px;
}
.more-reply-style .reply-title-item a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.more-reply-style .reply-title-item:nth-child(2n) a {
  padding-left: 50px;
}
.more-reply-style .reply-title-item:nth-child(2n+1) a{
  padding-right: 50px;
}

/*问答专家*/
.r-expert::before{
  background: url("../images/expert.png") no-repeat !important;
}

.r-hotTags::before{
  background: url("../images/hot-tag.png") no-repeat !important;
}
.tags-list{
  margin: 8px -8px 0;
  overflow: hidden;
}
.hot-tag-style{
  display: block;
  float: left;
  width: 87px;
  height: 36px;
  margin: 4px;
  text-align: center;
  background: #F6F6F6;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.hot-tag-style:hover{
  background: #FFF7F0;
  color: #FF6E00;
}

/*问答专家*/
.expert-list{

}
.expert-list .expert-item{
  overflow: hidden;
}
.expert-list .expert-avatar{
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
}
.expert-list .expert-avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.expert-list .expert-info{
  float: left;
  width: 220px;
}
.expert-list .expert-major-info{
  overflow: hidden;
}
.expert-list .expert-major-info .expert-name{
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}

.expert-list .expert-major-info .concern-number{
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.expert-list .expert-major-info .concern-number i{
  font-style: normal;
  color: #FF6E00;
}
.expert-list .expert-tags{

  margin-top: 6px;
  overflow: hidden;
}
.expert-list .expert-tags .tag{
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 12px;
  height: 22px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
}
.expert-list .expert-tags .tag:last-child{
  margin-right: 0;
}
.expert-list .expert-tags .tag.tag-1{
  color: #1480FF;
  background: rgba(20, 128, 255, 0.1);
}
.expert-list .expert-tags .tag.tag-2{
  color: #1FB879;;
  background: rgba(31, 184, 121, 0.1);
}
.expert-list .expert-tags .tag.tag-3{
  color: #FF5B5B;
  background: rgba(255, 91, 91, 0.1);
}
.expert-list .expert-tags .tag.tag-4{
  color: #FF6E00;
  background: rgba(255, 110, 0, 0.1);
}
.expert-list .service-btn {
  display: flex;
}
.expert-list .service-btn a{
  width: 90px;
  height: 30px;
  margin-top: 6px;
  background: linear-gradient(270deg, #1480FF 0%, #2DB7FF 100%);
  border-radius: 20px;
  box-shadow: none;
  line-height: 30px;
}
.expert-list .service-btn a:last-child {
  margin-left: 20px;
}
.service-btn_teacher {
  width: 156px;
  height: 48px;
  background: #FF6E00;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  border-radius: 30px;
  display: block;
  
  font-size: 14px;
  
  font-weight: 500;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  margin-top: 20px;
}
