.vod-foot {
  height: 265px;
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vod-foot .vod-foot-tip {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .vod-foot .vod-foot-tip .tip-bd {
      width: 1px;
      height: 11px;
      margin: 0px 10px;
      background: gainsboro; }
    .vod-foot .vod-foot-tip .tip-logo {
      width: 160px;
      height: 49px;
      margin-top: 30px; }

.fenye {
  width: 1200px;
  padding: 40px 0 0 0;
  font-size: 14px;
  margin-bottom: 40px; }

.digg {
  padding: 3px;
  margin: 2px;
  text-align: center; }

.digg a {
  border: 1px solid #e6e9ed;
  padding: 5px 15px;
  margin: 2px;
  color: #6583b7; }

.digg a:hover {
  border: #e6e9ed 1px solid;
  color: #33A6FB; }

.digg a:active {
  border: #e6e9ed 1px solid;
  color: #000; }

.digg a.current {
  border: #33A6FB 1px solid;
  padding: 5px 15px;
  margin: 2px;
  background: #33A6FB;
  color: #fff; }

.digg a.disabled {
  border: #e6e9ed 1px solid;
  padding: 5px 15px;
  margin: 2px;
  color: #ddd; }

.new-appointment-float {
  padding: 0px !important; }
