.hide {
  display: none !important;
}

.show {
  display: block;
}

.visible {
  visibility: visible;
}

.n-visible {
  visibility: hidden;
}

.pg-indent{
    padding-left: 35px;
    padding-right: 35px;
}
.pg-indent-l{
    padding-left: 35px;
}
.pg-indent-r{
    padding-right: 35px;
}
.pg-indent-t{
    padding-top: 60px;
}
.pad-l-75{
    padding-left: 75px;
}

.zx-pg-lvl-1{
    z-index: 10;
}
.zx-pg-lvl-2{
    z-index: 20;
}
.zx-pg-lvl-3{
    z-index: 30;
}
.zx-pg-lvl-4{
    z-index: 40;
}
.zx-pg-lvl-5{
    z-index: 50;
}
.zx-pg-lvl-max{
    z-index: 500;
}
.zx-ol-lvl-1{
    z-index: 1000;
}
.zx-ol-lvl-2{
    z-index: 1010;
}
.zx-ol-lvl-3{
    z-index: 1020;
}
.zx-ol-lvl-4{
    z-index: 1030;
}
.zx-ol-lvl-5{
    z-index: 1040;
}
.zx-ol-lvl-6{
    z-index: 1040;
}
.zx-max{
    z-index: 99999;
}

.pos-fix{
  position: fixed;
}
.pos-rel{
  position: relative;
}

.mg-b-10{
    margin-bottom: 10px;
}
.mg-b-15{
    margin-bottom: 15px;
}
.mg-b-20{
    margin-bottom: 20px;
}

.nav-pad{
    padding-top: 60px;
}

.trunc {
  text-overflow: ellipsis;

  overflow: hidden !important;
  white-space: nowrap !important;
}
.trunc._pro {
  width: 100%;
  display: block;
}

.container{
    display: block;
    min-width: 900px;
    margin: 0 80px;
}

.mb-view-container{
    min-width : 320px;
    max-width : 600px;
    margin-left:auto;
    margin-right:auto;
}


.lo{
 position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.redirect_class{
font-weight:700;
 font-size:50px;
 opacity:0;
  animation:fadeInOpacity 1s ease-in 1s forwards;
}

@keyframes fadeInOpacity {
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadeInOpacity {
    to {
        opacity:1
    }
}