.border-bottom {
  border-bottom: 1px solid #ddd;
}
/* check */
.form-check {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  padding-left: 24px;
  line-height: 28px;
  cursor: pointer;
}
.form-check input {
  display: none;
}
.form-check input:checked + .check-icons .icon-check {
  display: inline-block;
}
.form-check input:checked + .check-icons .icon-uncheck {
  display: none;
}
.form-check .check-icons {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
}
.form-check .check-icons .icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  font-size: 18px;
}
.form-check .check-icons .icon-uncheck {
  color: #d7d7d7;
}
.form-check .check-icons .icon-check {
  color: #66be8c;
  display: none;
}
.ui-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 270px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
}
.ui-modal.in {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.ui-modal .header {
  padding: .9375rem .625rem;
}
.ui-modal .header + .body {
  padding-top: 0;
}
.ui-modal .title {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
}
.ui-modal .body {
  padding: .9375rem .625rem;
  text-align: center;
}
.ui-modal .body + .footer {
  border-top: 1px solid #ddd;
}
.ui-modal .footer {
  overflow: hidden;
}
.ui-modal .action {
  display: block;
  font-size: 1rem;
  line-height: 2.75rem;
  text-align: center;
  color: #66be8c;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-modal .action:active {
  background: rgba(0, 0, 0, 0.05);
}
.ui-modal .action:last-child {
  border-left: 1px solid #ddd;
}
.ui-modal .action[data-action="cancel"] {
  color: #999;
}
.ml-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.ml-nav {
  position: fixed;
  top: 3.6em;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 3.2em;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.ml-nav a {
  line-height: 3.2rem;
  text-align: center;
  border-right: 1px solid #ddd;
}
.ml-nav a:last-child {
  border: none;
}
.ml-nav a:active,
.ml-nav a:focus {
  font-weight: bold;
}
.ml-nav a.active {
  font-weight: bold;
  color: #66be8c;
  background: #F0F9F4;
}
.ml-inner,
.ml-footer {
  width: 300%;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
}
.ml-list,
.ml-handle {
  float: left;
  width: 33.33333333%;
}
.ml-list {
  position: relative;
  z-index: 1;
  padding: 3.2em 0 4em;
  overflow-y: auto;
}
.ml-item {
  position: relative;
  line-height: 1.8em;
  border-bottom: 1px solid #eee;
}
.ml-item .abbr {
  display: inline-block;
  margin-right: 1em;
}
.ml-item .link {
  position: relative;
  z-index: 1;
  padding: .4em 1em .4em 0;
}
.ml-item .handle {
  position: absolute;
  top: 2.2em;
  right: 1em;
  z-index: 2;
}
.ml-item .handle a {
  float: right;
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.428em;
  color: #66be8c;
}
.ml-item .handle a.take {
  position: relative;
}
.ml-item .handle a.take[data-num]:after {
  opacity: 1;
}
.ml-item .handle a.take:after {
  opacity: 0;
  position: absolute;
  right: 0;
  top: -5px;
  content: attr(data-num);
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  color: #fff;
  font-size: 0.857em;
  background: #F5694B;
  border-radius: 50%;
}
.ml-check {
  padding: .4em .8em;
  width: 3.3em;
}
.ml-check .form-check {
  padding: 0;
  margin: 0;
}
.ml-check .form-check .check-icons {
  top: 0;
  width: 1.714em;
  height: 1.714em;
}
.ml-check .form-check .check-icons .icon {
  font-size: 1.714em;
  line-height: 1.714rem;
}
.ml-handle {
  height: 3.4em;
  line-height: 3.4em;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.6);
}
.ml-handle a {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.143em;
}
.ml-handle .icon {
  font-size: 1.286em;
}
@media (max-width: 359px) {
  .ml-item,
  .ml-nav a {
    font-size: .9em;
  }
}
