.cai-header {
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: #fff;
  box-shadow: 0 10px 8px rgba(0,0,0,0.2);
  padding: 0 80px;
  box-sizing: border-box;
  font-family: 'Noto sans';
}
.cai-header .w-cai-head-txt {
  display: inline-block;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgb(7,116,192);
  cursor: pointer;
}
.cai-header .w-cai-head-icon {
  display: inline-block;
  width: 40px;  
  text-align: center;
  position : absolute;
  right: 30px;
  background: #ff5722;
  border-radius: 50%;
  height: 40px;
  line-height: 38px;
  top: 5px;
}
.cai-header .w-cai-head-icon:hover {
background: #fff;
border: 1px solid  #ff5722;
}
.cai-header .w-cai-head-icon i {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
   color: #fff;
}
.cai-header .w-cai-head-icon:hover i {
color:  #ff5722;
}
.cai-header .w-cai-head-search {
  display: inline-block;
  width: 300px;
  margin-left: 20px;
}
.cai-header .w-cai-head-search input  {
  display: inline-block;
  width:  100%;
  height: 35px;
  padding: 0 8px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  font-family: 'Noto Sans';
  font-size: 12px;
  background: rgba(7,116,192,0.2);
}
.cai-lists {
  /*! width: 1170px; */
  margin: 0 auto;
  background: #fff;
  /*! height: calc(100% - 70px); */
  position: relative;
  /*! top: 8px; */
  border-radius: 5px;

}
.cai-lists .cai-card {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px;
box-sizing: border-box;
}
.cai-lists .cai-card .f-card {
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.1);
  width: 170px;
  height: 200px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: rgba(7,116,192,0.2);
  vertical-align: top;
  margin-right: 5px;
}
.cai-lists .cai-card .f-card:last-child {
  margin: 0;
}
.cai-lists .cai-card .f-card:hover {
  background: rgb(41,119,155);
}

.cai-lists .cai-card .f-card  .f-card-img {
  display: inline-block;
   position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 50px);
  font-size: 35px
}
.cai-lists .cai-card .f-card:hover .f-card-img {
  color: #fff;
}
.cai-lists .cai-card .f-card .f-card-txt {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(55%);
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 14px;
}
.cai-lists .cai-card .f-card:hover .f-card-txt {
  color: #fff;
}
.cai-lists .cai-card .f-card .f-card-value {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 25px;;
  top: calc(75%);
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 14px;
  background: #fff;
  font-size: 12px;
  padding-top: 5px;
}

/**************************************/
