.account-box {
  padding: 0 2px 12px 12px;
}
.account-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-right: 10px;
}
.f-btn-fhby {
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  color: #040a16;
  border: 1px solid #dbdcde;
  font-size: 14px;
  display: block;
  /* width: 80px; */
  padding: 0 8px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 8px;
}
.f-btn-fhby .iconfont {
  font-size: 14px;
  font-weight: bold;
}
.f-btn-fhby:hover {
  color: #1e5fdd;
  background: #f0f5ff;
}
.f-btn-jian {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-right: 0px;
  margin-top: 12px;
  text-align: center;
  width: 20px;
  background: #ececec;
  color: #666;
  border-radius: 4px;
  position: relative;
  left: 2px;
  cursor: pointer;
}
.f-btn-jia {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-left: 0px;
  margin-top: 12px;
  text-align: center;
  width: 20px;
  background: #ececec;
  color: #666;
  border-radius: 4px;
  position: relative;
  left: -2px;
  cursor: pointer;
}
.f-riqi {
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  border-radius: 3px;

  text-align: center;
  height: 32px;
  line-height: 30px;
  display: block;
  font-weight: 400;
}
.f-rili-table tbody td {
  background: #fff;
  position: relative;
}
.f-rili-table tbody tr {
  border-bottom: 1px dashed #ccc;
}
/* .f-rili-table .f-today {
  background-color: #f0f5ff;
}
.f-rili-table .f-today .f-day {
  color: #1e5fdd;
} */
/* .f-rili-table .f-on {
  background-color: #f0f5ff;
}
.f-rili-table .f-on .f-day {
  color: #1e5fdd;
} */
.f-rili-table .f-td:hover {
  background-color: #f0f5ff;
}
.f-rili-table .f-td:hover .f-day {
  color: #1e5fdd;
}
.f-number {
  cursor: pointer;
}
.f-rili-table {
  width: 100%;
}
.f-rili-table .f-rili-head {
  margin-bottom: 6px;
}
.f-rili-th {
  float: left;
  font-size: 14px;
  width: 14.25%;
  text-align: center;
  line-height: 22px;
  height: 22px;
  color: #858d9e;
}
.f-td {
  border: 1px solid #dbdcde;
  float: left;
  width: 14.25%;
  height: 58px;
  line-height: 22px;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 8px;
  font-weight: 14px;
}
.f-td .f-day {
  font-size: 14px;
  color: #040a16;
}
.f-yuan {
  width: 44px;
  position: relative;
  top: -22px;
  left: 14px;
  margin-left: 8px;
  /* background: url(../images/yuan.png) no-repeat center; */
}
.f-yuan span {
  display: block;
  font-size: 14px;
  color: #858d9e;
  line-height: 22px;
}

.f-table-msg {
  position: absolute;
  z-index: 9999;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
  max-width: 647px;
  border-radius: 6px;
  background: #ffffff;
  filter: drop-shadow(2px 2px 5px rgba(220, 220, 220, 08));
  visibility: hidden;
  text-align: left;
  padding: 24px 24px;

  opacity: 0;
  transition: all ease-in 0.3s;
}

.f-rili-table .f-td:hover .f-table-msg {
  top: 66px;
  opacity: 1;
}

.f-table-msg .date {
  display: inline-block;
  padding: 2px 10px;
  position: absolute;
  left: 24px;
  top: 24px;
}

.f-table-msg .msk-list {
  width: calc(100% - 40px);
  position: relative;
  max-height: 267px;
  overflow: hidden;
  overflow-y: scroll;
  left: 45px;
}

.f-table-msg .msk-list::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
}
.f-table-msg .msk-list::-webkit-scrollbar-thumb {
  background: #1e5fdd;
  border-radius: 8px;
}

.f-table-msg .msk-list::-webkit-scrollbar {
  /* 纵向滚动条 宽度 */
  width: 6px;
  /* 横向滚动条 高度 */
  height: 4px;
  /* 整体背景 */
  background: rgba(126, 126, 126, 0.1);
  /* 整体 圆角 */
  border-radius: 8px;
}

.f-table-msg .msk-list > a {
  display: block;
  margin-bottom: 16px;
}
.f-table-msg .msk-list > a:hover .one-text {
  color: #1e5fdd;
}
.f-table-msg::-webkit-scrollbar {
  width: 0px;
  background-color: #ededed;
}
.f-table-msg::-webkit-scrollbar-thumb {
  background-color: #1e5fdd;
}
.f-table-msg .msk-list {
}

.f-table-msg .msk-list span {
  max-width: 100px;
  display: inline-block;
  height: 30px;
  background: #f0f5ff;
  border-radius: 4px 4px 4px 4px;
  padding: 4px 6px;
  font-size: 16px;
  color: #1e5fdd;
}
.f-table-msg .msk-list p {
  width: calc(100% - 140px);
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 8px;
}

.f-table-msg:after {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid white;
  border-bottom: 15px solid transparent;
}
