.footerBox {
  height: 150px;
  width: 100%;
  min-width: 1400px;
  background: url(" footer1.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footerBox .footContent {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
  position: relative;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footerBox .footContent .contentTop {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerBox .footContent .contentTop span {
  color: #FFFFFF;
}

.footerBox .footContent .contentTop .otherPage {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footerBox .footContent .contentTop .otherPage .otherItem {
  width: 15%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerBox .footContent .contentBottom {
  width: 80%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footerBox .footContent .contentBottom .bottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-right: 1px solid #ffffff8a;
  padding-right: 10px;
  height: 100%;
  width: 52%;
  min-width: 550px;
}

.footerBox .footContent .contentBottom .bottomLeft div {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
}

.footerBox .footContent .contentBottom .bottomRight {
  width: 46%;
  height: 80%;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  min-width: 260px;
}

.footerBox .footContent .contentBottom .bottomRight > div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
}

.lucidity_pgPanel {
  float: none !important;
}
.lucidity_pgBtn,
.lucidity_pgToolbar,
.lucidity-ui-paging-container li.ui-pager {
  border: 0 !important;
}

.lucidity_pgToolbar{
  margin:10px 0 20px 0 !important;
}

.lucidity-ui-paging-container li.focus {
  background: transparent !important;
  color: #70aaff !important;
}

#imageNew .lucidity_pgContainer{
  display: flex;
  flex-wrap: wrap;

}

.lucidity_pgToolbar td{
  /* display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center; */
}
/* .lucidity_pgToolbar {
  border: 0;
}
.lucidity-ui-paging-container li.ui-pager{
  border: 0;
} */
/*# sourceMappingURL=footer.css.map */
.lucidity_pgPanel {
  float: none;
  padding: 0 10px 0 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}