.cai_bigbox {
  margin: 0 auto;
  width: 1400px;
  margin-top: 20px;
  min-height: calc(100vh - 578.38px);
}

.cai_boxone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../img/centenbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  height: 40px;
}

.cai_boxoneleft {
  font-size: 16px;
  color: #000000;
}

.cai_boxoneright {
  display: flex;
  align-items: center;
}

.cai_boxonerightbox {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  height: 40px;
  color: #444;
  font-size: 14px;
}

.top {
  background-color: #DE2103 !important;
  color: #fff !important;
}

.cai_boxtow {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #eee;
  padding: 20px;
}

.cai_boxtowright {
  display: flex;
  align-items: center;
}

.cai_boxtowrightbutBox {
  margin-left: 20px;
}

.cai_boxtowrightbutBox:first-child {
  margin-left: 0;
}

.cai_boxtowrightbut {
  padding: 5px 15px;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 14px;
  color: #606266;
}

.cai_boxtowrightbut:hover {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  color: #409eff;
  outline: none;
}

.towtop {
  background-color: #DE2103;
  border: 1px solid #dcdfe6;
  border-color: #DE2103;
  color: #fff;
}

.towtop:hover {
  background-color: rgb(232, 100, 79);
  border-color: rgb(232, 100, 79);
  color: #fff;
  outline: none;
}

.cai_boxthree {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 20px;
}

.cai_boxthreeBox {
  margin-left: 10px;
}

.cai_boxthreeBox:first-child {
  margin-left: 0;
}

.cai_boxthreebut {
  padding: 5px 15px;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 14px;
  color: #606266;
}

.threetop {
  background-color: #409eff;
  border: 1px solid #dcdfe6;
  border-color: #409eff;
  color: #fff;
}

.cai_boxthreebut:hover {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  color: #409eff;
  outline: none;
}

.threetop:hover {
  background-color: #79bbff;
  border-color: #79bbff;
  color: #fff;
  outline: none;
}

.cai_boxfour {
  padding-bottom: 50px;
}

.cai_boxfourtable td:hover {
  background-color: #f2f2f2;
  transition: background-color 0.3s ease;
}

.cai_boxfourtable thead tr th {
  color: #909399;
}

.cai_boxfourtableimg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.cai_boxfourtablered {
  color: rgb(222, 33, 3);
  font-weight: bold;
}

.cai_boxfourtable tbody tr td {
  color: #606266;
}

.zhuanjia_twoBigBox {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  padding: 20px;
}

.zhuanjia_twoBox {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.zhuanjia_twoBox:first-child {
  margin-top: 0;
}

.zhuanjia_twoBoxleft {
  width: 100px;
  color: #444;
}

.zhuanjia_twoBoxright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cai_boxthreebutBox{
  margin-left: 12px;
}

.cai_boxthreebutBox:first-child{
  margin-left: 0;
}

.zhuanjia_threeBigBox {
  border: 1px solid #eee;
  margin-top: 20px;
  min-height: 300px;
  width: 100%;
}

.zhuanjia_threeTop {
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background-color: #fdf0f0;
}

.zhuanjia_threeTop_left {
  background-color: #de2103;
  display: block;
  height: 16px;
  margin-right: 10px;
  width: 4px;
}

.zhuanjia_threeTop_right {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.zhuanjia_boxfour {
  padding: 20px;
}

.cai_boxfourpaiming {
  color: #606266;
  font-size: 14px;
}

.zhuanjia_boxfourtable tbody td {
  line-height: 33px;
}

/* 专家列表交互反馈：整行 hover 比单元格 hover 更清晰 */
.zhuanjia_boxfourtable tbody tr,
.cai_boxfourtable tbody tr,
.cai_boxfourtableimg {
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.zhuanjia_boxfourtable tbody tr:hover,
.cai_boxfourtable tbody tr:hover {
  background-color: #fff7f5;
}

.zhuanjia_boxfourtable tbody tr:hover .cai_boxfourtableimg,
.cai_boxfourtable tbody tr:hover .cai_boxfourtableimg {
  box-shadow: 0 0 0 2px rgba(222, 33, 3, 0.16);
}

.zhuanjia_boxfourtable tbody tr:hover a,
.cai_boxfourtable tbody tr:hover a {
  color: #de2103;
}

/* 专家排行分页器 */
.cai-expert-pager {
  display: flex;
  justify-content: center;
  padding: 18px 0 6px;
}

.cai-expert-pager .layui-laypage {
  margin: 0;
}

.cai-expert-pager .layui-laypage a,
.cai-expert-pager .layui-laypage span {
  min-width: 32px;
  height: 32px;
  margin: 0 4px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.cai-expert-pager .layui-laypage a:hover {
  border-color: #de2103;
  color: #de2103;
}

.cai-expert-pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #de2103 !important;
  border-color: #de2103 !important;
  border-radius: 4px;
}

.cai-expert-pager .layui-laypage .layui-laypage-curr em {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cai-expert-pager .layui-laypage .layui-laypage-count {
  border-color: transparent;
  background-color: transparent;
  color: #999;
}

/* Extracted from cai.html. */

.cai-style-01 {
  font-size: 12px; color: #fff;
}

.cai-style-02 {
  text-align:center; padding:20px;
}
