
body{
  --main-width: 1170px;
}


.page-wraper{
  padding-top: 130px;
}
.navBar{
  min-height: 0;
  margin-bottom:0;
  border:none;
}

.goTop >img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.goTop{
  position: fixed;
  right : 20px;
  bottom : 20px;
  z-index: 999999;
}

.pages{
  height: 40px;
}
.pages .pagination{
  height: 100%;
  display: flex;
  justify-content: flex-end;
} 
.pages .pagination li{
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 20px;
}
.pages .pagination .active a{
  background-color: #2dafad !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.mt30{
  padding-top: 150px;
  height: auto !important;
}

.footerBox{
  min-width: var(--main-width);
}

.mt30 .row{
  width: var(--main-width);
  margin: 0px auto;
  padding-bottom: 100px;
  padding-top: 60px;
}
.mt30 .row .col-md-12{
  line-height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.mt30 .row .col-md-12 div a{
  color: #2dafad;
  padding: 0 10px;
}
