.el-cascader-node__label {
  font-size: 14px;
}
.consultant_box .consultant_head {
  width: 100%;
  height: 420px;
}
.consultant_box .consultant_head .main_content {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  background-color: transparent;
  padding-bottom: 14px;
}
.consultant_box .consultant_head .main_content .find_consultant {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 300px;
  background: #fff;
  border-radius: 5px;
  padding: 17px 25px 27px 25px;
  margin-right: 85px;
}
.consultant_box .consultant_head .main_content .find_consultant .find_title {
  font-size: 21px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
}
.consultant_box .consultant_head .main_content .find_consultant .find_des {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
}
.consultant_box .consultant_head .main_content .find_consultant .el-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.consultant_box .consultant_head .main_content .find_consultant .el-form-item .el-form-item__label {
  text-align: left;
}
.consultant_box .consultant_head .main_content .find_consultant .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.consultant_box .consultant_head .main_content .find_consultant .el-form-item .el-select {
  width: 230px;
}
.consultant_box .consultant_head .main_content .find_consultant .quickly_find {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 38px;
  background: #3669EC;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
}
.consultant_box .consultant_head .main_content .infor_consultant {
  height: 350px;
  position: relative;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_head .head_name {
  font-size: 36px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 30px;
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_head .head_des {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_tips {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_tips .tip_item {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 15px;
  background-color: rgba(102, 102, 102, 0.39);
}
.consultant_box .consultant_head .main_content .infor_consultant .infor_detail {
  width: 380px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.consultant_box .consultant_head .main_content .infor_consultant .zixun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 42px;
  background: #11B041;
  border-radius: 23px;
}
.consultant_box .consultant_head .main_content .infor_consultant .zixun .iconfont {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.consultant_box .consultant_head .main_content .infor_consultant .zixun span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.consultant_box .consultant_head .main_content .infor_consultant .consultant_list {
  display: flex;
  align-items: flex-end;
}
.consultant_box .consultant_head .main_content .infor_consultant .consultant_list .list_item {
  width: 100px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #fff9;
  margin-right: 12px;
  cursor: pointer;
}
.consultant_box .consultant_head .main_content .infor_consultant .consultant_list .active {
  color: #fff;
  position: relative;
  height: 44px;
  background-color: rgba(102, 102, 102, 0.39);
}
.consultant_box .consultant_head .main_content .infor_consultant .consultant_list .active::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.consultant_box .consultant_head .main_content .show_consultant {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 410px;
  height: 410px;
}
.consultant_box .consultant_head .main_content .show_consultant .consult_img {
  width: 100%;
  height: 100%;
}
.consultant_box .consultant_head .main_content .show_consultant .recommended_font {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 149px;
  height: 62px;
}
.consultant_box .consultant_head .main_content .show_consultant .recommended_font img {
  width: 100%;
  height: 100%;
}
.consultant_box .consultant_data {
  position: relative;
  width: 100%;
  height: 85px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  background-color: #fff;
}
.consultant_box .consultant_data .data_content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.consultant_box .consultant_data .data_content .data_left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consultant_box .consultant_data .data_content .data_left .title {
  font-size: 16px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.consultant_box .consultant_data .data_content .data_left .tips {
  width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultant_box .consultant_data .data_content .data_left .tips .tip_item {
  width: 104px;
  height: 26px;
}
.consultant_box .consultant_data .data_content .data_right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.consultant_box .consultant_data .data_content .data_right .right_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultant_box .consultant_data .data_content .data_right .right_item .number {
  font-size: 22px;
  font-family: 'shuzi';
  font-weight: 500;
  color: #333333;
}
.consultant_box .consultant_data .data_content .data_right .right_item .pro {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.consultant_box .consultant_data .data_content .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 28px;
  background: #D8D8D8;
}
.consultant_box .zaoge_consultant {
  width: 100%;
  height: 590px;
  background-color: #fff;
}
.consultant_box .zaoge_consultant .main_zaoge {
  padding-top: 40px;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item {
  overflow: hidden;
  position: relative;
  width: 590px;
  height: 220px;
  padding: 35px 0 0 60px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .con_name {
  font-size: 24px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #000000;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .con_des {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 8px 0 20px 0;
  transition: all 0.5s;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .con_des em {
  color: #F64041;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .con_goodat {
  width: 275px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .con_consulting {
  display: none;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 34px;
  background: #F64041;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.5s;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item .bg_personal {
  position: absolute;
  right: 20px;
  top: 0;
  width: 220px;
  height: 220px;
  transition: all 0.5s;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item:hover .bg_personal {
  transform: scale(1.03);
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item:hover .con_des {
  margin-bottom: 8px;
}
.consultant_box .zaoge_consultant .main_zaoge .consultant_list .consultant_item:hover .con_consulting {
  display: flex;
}
.consultant_box .consultant_expertise {
  width: 100%;
  background-color: #fff;
}
.consultant_box .consultant_expertise .exper_main {
  display: flex;
  justify-content: space-between;
}
.consultant_box .consultant_expertise .exper_main .exper_left {
  width: 700px;
}
.consultant_box .consultant_expertise .exper_main .exper_left .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.consultant_box .consultant_expertise .exper_main .exper_left .title_box > div {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.consultant_box .consultant_expertise .exper_main .exper_left .title_box .more {
  display: flex;
  align-items: center;
}
.consultant_box .consultant_expertise .exper_main .exper_left .title_box .more span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .consultant_expertise .exper_main .exper_left .title_box .more .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .consultant_expertise .exper_main .exper_left .expertise_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultant_box .consultant_expertise .exper_main .exper_left .expertise_list .exper_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #EBEBEB;
  margin-bottom: 20px;
  cursor: pointer;
}
.consultant_box .consultant_expertise .exper_main .exper_left .expertise_list .exper_item:hover {
  color: #1450EB;
  border: 1px solid #1450EB;
}
.consultant_box .consultant_expertise .exper_main .exper_right {
  width: 440px;
}
.consultant_box .consultant_expertise .exper_main .exper_right .title_box {
  margin-bottom: 25px;
}
.consultant_box .consultant_expertise .exper_main .exper_right .title_box > div {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.consultant_box .consultant_expertise .exper_main .exper_right .exper_imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultant_box .consultant_expertise .exper_main .exper_right .exper_imgs .img_title {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 35px;
}
.consultant_box .consultant_expertise .exper_main .exper_right .exper_imgs .img_title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.consultant_box .consultant_expertise .exper_main .exper_right .exper_imgs .img_title span {
  font-size: 12px;
  font-weight: 400;
  color: #707EA4;
}
.consultant_box .good_answer {
  width: 100%;
  height: 490px;
  background-color: #F9FAFD;
  padding-top: 48px;
}
.consultant_box .good_answer .answer_box .answer_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.consultant_box .good_answer .answer_box .answer_head .answer_title {
  font-size: 24px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
  margin-right: 50px;
}
.consultant_box .good_answer .answer_box .answer_head .answer_tab {
  display: flex;
  align-items: center;
}
.consultant_box .good_answer .answer_box .answer_head .answer_tab .answer_item {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 35px;
  cursor: pointer;
}
.consultant_box .good_answer .answer_box .answer_head .answer_tab .active {
  position: relative;
  color: #1450EB;
}
.consultant_box .good_answer .answer_box .answer_head .answer_tab .active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1450EB;
}
.consultant_box .good_answer .answer_box .answer_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consultant_box .good_answer .answer_box .answer_list .el-carousel {
  width: 100%;
  height: 450px;
}
.consultant_box .good_answer .answer_box .answer_list .el-carousel .el-carousel__container {
  height: 360px;
}
.consultant_box .good_answer .answer_box .answer_list .el-carousel .el-carousel__indicators .el-carousel__button {
  width: 6px;
  height: 6px;
  background: #ada9a9;
  border-radius: 4px;
}
.consultant_box .good_answer .answer_box .answer_list .el-carousel .is-active .el-carousel__button {
  width: 24px;
  height: 6px;
  background: #1450EB;
  border-radius: 4px;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item {
  width: 590px;
  height: 160px;
  background: #FFF;
  padding: 30px;
  margin-bottom: 20px;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .item_title {
  width: 520px;
  font-size: 16px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .item_des {
  width: 520px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  margin: 15px 0;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left {
  display: flex;
  align-items: center;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left .head_portrait {
  margin-right: 15px;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left .head_portrait .head_itme {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left .head_portrait .head_itme:nth-child(n+2) {
  margin-left: -15px;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left .con_personal {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_left .con_personal em {
  color: #F64041;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item .anser_content .content_right {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .good_answer .answer_box .answer_list .answer_item:hover {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.consultant_box .good_answer .answer_box .answer_list .answer_item:hover .item_title {
  color: #1450EB;
}
.consultant_box .online_consultant {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 48px;
}
.consultant_box .online_consultant .online_content .online_cons {
  display: flex;
  justify-content: space-between;
  height: 445px;
  width: 100%;
  margin-bottom: 55px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons {
  position: relative;
  width: 382px;
  height: 445px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_bg {
  position: absolute;
  width: 100%;
  height: 382px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_bg .left_cons_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 382px;
  height: 382px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 365px;
  height: 155px;
  background: #FFF;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  transition: all 0.3s;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_detail .detail_title {
  width: 310px;
  font-size: 24px;
  font-family: 'pingFangBold';
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 13px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_detail .detail_des {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 12px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_detail .detail_des em {
  color: #F64041;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons .cons_detail .imm_consult {
  display: none;
  width: 130px;
  height: 34px;
  background: #F64041;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons:hover .cons_detail {
  height: 196px;
}
.consultant_box .online_consultant .online_content .online_cons .left_cons:hover .imm_consult {
  display: block;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 790px;
  height: 100%;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item {
  position: relative;
  width: 382px;
  height: 210px;
  padding: 45px 0 0 30px;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .item_title {
  font-size: 24px;
  font-family: "pingFangBold";
  font-weight: 800;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .item_tips {
  margin: 8px 0 12px 0;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .item_tips .tip_itme {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #3669EC;
  border: 1px solid #3669EC;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .item_des {
  width: 175px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #304067;
  margin-bottom: 15px;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .imm_consult {
  display: none;
  width: 130px;
  height: 34px;
  background: #F64041;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item .position_img {
  position: absolute;
  width: 210px;
  height: 210px;
  right: 0;
  top: 0;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item:hover .item_title {
  margin-top: -20px;
}
.consultant_box .online_consultant .online_content .online_cons .right_cons .cons_item:hover .imm_consult {
  display: block;
}
.consultant_box .online_consultant .online_content .labels {
  display: flex;
  justify-content: space-between;
}
.consultant_box .online_consultant .online_content .labels .label_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 91px;
  background-color: #F9F9F9;
}
.consultant_box .online_consultant .online_content .labels .label_item .labelimg {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
}
.consultant_box .online_consultant .online_content .labels .label_item span {
  font-size: 14px;
  font-weight: 400;
  color: #707EA4;
}
.consultant_box .latest_answer {
  width: 100%;
  background-color: #F9FAFD;
  padding-top: 48px;
}
.consultant_box .latest_answer .lastest_content .question_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: #F9FAFD;
}
.consultant_box .latest_answer .lastest_content .question_box .el-carousel {
  width: 100%;
  height: 350px;
}
.consultant_box .latest_answer .lastest_content .question_box .el-carousel .el-carousel__container {
  height: 310px;
}
.consultant_box .latest_answer .lastest_content .question_box .el-carousel .el-carousel__indicators .el-carousel__button {
  width: 6px;
  height: 6px;
  background: #ada9a9;
  border-radius: 4px;
}
.consultant_box .latest_answer .lastest_content .question_box .el-carousel .is-active .el-carousel__button {
  width: 24px;
  height: 6px;
  background: #1450EB;
  border-radius: 4px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item {
  width: 590px;
  padding: 25px;
  margin-bottom: 20px;
  height: 140px;
  background-color: #fff;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item:hover .font {
  color: #1450EB;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .question_top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .question_top img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .question_top span {
  width: 480px;
  font-size: 16px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top {
  display: flex;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top .answer_content .font {
  width: 480px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 10px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top .answer_content .more_info {
  display: flex;
  align-items: center;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top .answer_content .more_info .info_item {
  margin-right: 50px;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top .answer_content .more_info .info_item .iconimg {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item .answer_top .answer_content .more_info .info_item span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item:hover .question_top span {
  color: #1450EB;
}
.consultant_box .latest_answer .lastest_content .question_box .question_item:hover {
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.consultant_box .selected_advisers {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 48px;
}
.consultant_box .selected_advisers .selected_content .selected_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item {
  position: relative;
  width: 285px;
  height: 160px;
  padding: 30px 0 0 20px;
  margin-bottom: 20px;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item .item_name {
  font-size: 20px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item .item_des {
  width: 120px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  margin: 7px 0 22px 0;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item .imm_consult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 31px;
  border: 1px solid #D8D8D8;
  border-radius: 19px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item .personal_img {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 0;
  bottom: 0;
}
.consultant_box .selected_advisers .selected_content .selected_list .selected_item:hover .imm_consult {
  color: #fff;
  background-color: #F64041;
  border: none;
}
.consultant_box .selected_advisers .selected_content .jingxun {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultant_box .selected_advisers .selected_content .jingxun img {
  width: 590px;
  height: 114px;
}
.consultant_box .consultant_dynamic {
  width: 100%;
  background-color: #F9FAFD;
  padding: 40px 0;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list {
  display: flex;
  justify-content: space-between;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item {
  width: 382px;
  height: 230px;
  background: #FFF;
  padding: 20px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info {
  display: flex;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top {
  display: flex;
  align-items: baseline;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top .top_name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 15px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_top .top_des {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_bottom {
  display: flex;
  align-items: center;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .dynamic_info .dynamic_font .info_bottom .tip {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding: 2px 4px;
  background-color: #F5F7FF;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-right: 8px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .item_left .time {
  font-size: 12px;
  font-weight: 400;
  color: #BBBBBB;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .des_detail {
  display: flex;
  justify-content: space-between;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .des_detail .detail_left {
  width: 220px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item .des_detail img {
  width: 100px;
  height: 100px;
}
.consultant_box .consultant_dynamic .dynamic_content .dynamic_list .dynamic_item:hover {
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.consultant_box .guest_consultant {
  width: 100%;
  background-color: #fff;
}
.consultant_box .guest_consultant .guest_content .guest_list {
  display: flex;
  justify-content: space-between;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item {
  position: relative;
  width: 266px;
  height: 368px;
  padding: 13px;
  background-color: #F9F9F9;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .headimg {
  width: 240px;
  height: 240px;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .guest_detail {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 240px;
  height: 100px;
  background-color: #fff;
  padding: 15px;
  transition: all 0.4s;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .guest_detail .detail_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .guest_detail .detail_des {
  width: 200px;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  margin: 5px 0;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .guest_detail .line {
  width: 36px;
  height: 2px;
  background: #BBBBBB;
  transition: all 0.4s;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item .guest_detail .consulting {
  display: none;
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #F64041;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  transition: all 0.4s;
  cursor: pointer;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item:hover .guest_detail {
  height: 152px;
  align-items: center;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item:hover .guest_detail .line {
  background-color: #F64041;
}
.consultant_box .guest_consultant .guest_content .guest_list .guest_item:hover .guest_detail .consulting {
  display: block;
}
.consultant_box .guest_consultant .guest_content .industry_perspective {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left {
  display: flex;
  justify-content: space-between;
  width: 790px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item {
  width: 380px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .artimg {
  width: 380px;
  height: 240px;
  margin-bottom: 25px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .art_title {
  width: 360px;
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .art_title:hover {
  color: #1450EB;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .art_des {
  width: 360px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
  margin: 10px 0;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .more_tip {
  display: flex;
  align-items: center;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .more_tip .tip {
  width: 290px;
  font-size: 13px;
  font-weight: 400;
  color: #BBBBBB;
  margin-right: 40px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_left .art_item .more_tip .time {
  font-size: 13px;
  font-weight: 400;
  color: #BBBBBB;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right {
  width: 375px;
  height: 375px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item {
  margin-bottom: 30px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .item_title {
  width: 375px;
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .item_title:hover {
  color: #1450EB;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .item_des {
  display: none;
  width: 375px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  transition: all 1s;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .more_tip {
  display: flex;
  align-items: center;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .more_tip .tip {
  width: 250px;
  font-size: 13px;
  font-weight: 400;
  color: #BBBBBB;
  margin-right: 15px;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .indart_item .more_tip .time {
  font-size: 13px;
  font-weight: 400;
  color: #BBBBBB;
}
.consultant_box .guest_consultant .guest_content .industry_perspective .industry_right .hovercss .item_des {
  display: -webkit-box !important;
}
.consultant_box .footer1 {
  width: 100%;
  height: 90px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.consultant_box .footer1 .footer_content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultant_box .footer1 .footer_content .footer_item {
  display: flex;
  align-items: center;
}
.consultant_box .footer1 .footer_content .footer_item img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  transition: all 0.2s;
}
.consultant_box .footer1 .footer_content .footer_item img:hover {
  transform: scale(1.8);
}
.consultant_box .footer1 .footer_content .footer_item .info .name {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.consultant_box .footer1 .footer_content .footer_item .info .number {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}
.consultant_title {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.consultant_title .title {
  font-size: 24px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
  margin-right: 15px;
}
.consultant_title .des {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
}
.consultant_title .all_cons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.consultant_title .all_cons:hover span,
.consultant_title .all_cons:hover i {
  color: #1450EB;
}
.consultant_title .all_cons .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.el-carousel__item {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.consultantTools {
  position: fixed;
  top: 500px;
  right: 28px;
  z-index: 1011;
  display: none;
}
.consultantTools ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.consultantTools ul li {
  position: relative;
  margin-bottom: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.consultantTools ul li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 19px;
  bottom: -12px;
  transform: translateX(50%);
  width: 1px;
  height: 12px;
  background-color: #EBEBEB;
}
.consultantTools ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.consultantTools ul li a img {
  width: 24px;
  height: 24px;
}
.consultantTools ul li a span {
  display: none;
  white-space: nowrap;
}
.consultantTools ul li.active {
  width: 102px;
  border-radius: 22px;
  background-color: #3E85FF;
  padding: 7px 7px 7px 15px;
  justify-content: space-between;
}
.consultantTools ul li.active a span {
  display: inline-block;
  font-size: 12px;
  color: white;
}
.consultantTools ul li:not(.active).hover::before {
  content: attr(tip);
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: white;
  padding: 3px 7px;
  font-size: 12px;
  color: #666666;
  box-shadow: 0px 3px 6px 1px rgba(51, 51, 51, 0.08);
}
