.moduleMarginBottom{
      margin-bottom: 60px;
}
.noneUlDrop{
      list-style-type: none
}
.clearInterval{
      margin: 0;
    }
.zdyActive{
  color: #0052D9 !important;
}
.gutterRow{
  display: flex;
  justify-content: space-between
}
.gutterCol4{
  width: 33.333333%;
}
.gutterCol8{
  width: 66.666667%;
}
a{
  cursor: pointer;
  color: black;
}
.pageModule{
  display: flex;
  flex-direction: row;
  justify-content: center;
  clear: both;
}
.pageAll{
  display: inline;
  line-height: 26.6px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
}
.pagination li{
  margin-left: 10px;
}
.pagination li a{
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
.pagination .active{
    /*border: 1px solid rgb(0,82,217);*/
    color: rgb(0,82,217);
}
.page-item .active{
  border: 1px solid rgb(0,82,217);
  color: rgb(0,82,217);
}
.page-link{
  color: black;
}
.container{
  max-width: 1440px !important;
}
.marginBottom24{
  margin-bottom: 24px;
}
.marginRight24{
    margin-right: 24px;
}
input {
  outline: none;
  border: 0;
}
select {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  outline: none;
}
.noWrapNav{
  flex-wrap: nowrap !important;
  overflow-x: auto;
}
.noWrapNav li{
  flex: 0 0 auto;
}
.moduleMarginBottomOther{
  margin-bottom: 44px;
}