.n-undeline {
  height: auto;
  min-height: 20vh;
  background-color: #fdfdfd;
  padding: 0rem 12%;
}

.n-undeline .slidable {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  padding-top: 8px;
}

.n-undeline .check-list {
  margin-left: 0.8rem;
  display: flex;
  justify-content: space-around;
}

.n-undeline .form-item>label+.form-field {
 
  flex:inherit;
  
}

.check-list .checkbox {
  display: inline-block;
  vertical-align: center;
}

.check-list .checkbox {
  margin:0 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.check-list input {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  cursor: pointer;
}

.check-list label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}



.n-undeline .content {
  padding: 10px 0;
  border-top: 1px solid #F0F0F0;
  min-width:100%
}

.global-sub-ul {
  display: flex;
  flex-wrap: wrap;
}

.global-sub-ul li {
  width: calc((100%) / 6);
}

.global-sub-ul:hover li {
  opacity: 0.5;
  transition: all .8s;
}

.global-sub-ul li:hover {
  opacity: 1;
  transition: all .5s;
}

.global-sub-ul a {
  cursor: pointer;
  font-size: 12px;
  width: 125px;
  height: 25px;
  color: #666;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center 0;
  display: block;
  padding: 95px 11px 7px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  text-align: center;
  margin: 0 auto;
}

.global-sub-ul a span {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #333;
}

div#global-header-sub-mx.global-header-sub-show li,
    div#global-header-sub-meilan.global-header-sub-show li,
    div#global-header-sub-router.global-header-sub-show li {
  animation: global-header-sub-enter 0s forwards;
  margin-bottom: 5px;
}

.n-undeline .slidable {
  justify-content: center;
}

.global-sub-ul li a font {
  font-size: 13px;
  display: inline-block;
  margin-top: 4px;
}

.check-list .checkbox font {
  vertical-align: middle;
  display: inline-block;
  margin-top: 1px;
}

 div#global-header-sub-meilan.global-header-sub-show li,
    div#global-header-sub-router.global-header-sub-show li {
      animation: global-header-sub-enter 0s forwards;
      margin-bottom: 5px;
    }