#slider1 {
  position: relative;
}
#slider1 .touchslider-item {
  width: 100%;
}
#slider1 .touchslider-viewport {
  height: 100px;
  overflow: hidden;
}
#slider1 .touchslider-viewport img {
  width: 100%;
}
#slider1 .touchslider-nav {
  height: 60px;
  text-align: center;
  text-align: center;
  width: 100%;
}
#slider1 .touchslider-nav-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 1px;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 5px;
  box-shadow: inset 1px 1px 0px #333;
}
#slider1 .touchslider-nav-item:last-child {
  margin-right: 0;
}
#slider1 .touchslider-nav-item-current {
  background: #ff4f00;
}
#slider1 .touchslider-nav .touchslider-prev,
#slider1 .touchslider-nav .touchslider-next {
  position: absolute;
  background: url("/img/mobile_a/index/slider-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30%;
}
#slider1 .touchslider-nav .touchslider-prev {
  left: 0%;
}
#slider1 .touchslider-nav .touchslider-next {
  right: 0%;
  background-position: right top;
}

#slider2 {
  position: relative;
}
#slider2 .touchslider-item {
  width: 100%;
}
#slider2 .touchslider-viewport {
  height: 100px;
  overflow: hidden;
}
#slider2 .touchslider-viewport img {
  width: 100%;
}
#slider2 .touchslider-nav {
  text-align: center;
  width: 100%;
  top: 0;
}
#slider2 .touchslider-nav .touchslider-prev,
#slider2 .touchslider-nav .touchslider-next {
  position: absolute;
  background: url("/img/mobile/index/slider2-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 40%;
}
#slider2 .touchslider-nav .touchslider-prev {
  left: 2%;
}
#slider2 .touchslider-nav .touchslider-next {
  right: 2%;
  background-position: right top;
}

#sec5 {
  margin: 20px 0;
}
#sec5 .latest_more {
  font-size: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
#sec5 .latest_more em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.8em;
}
#sec5 li a {
  display: block;
  color: #787878;
}
#sec5 li {
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
}

.quick_menu {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 10;
  width: 15% !important;
  max-width: 100px;
  z-index: 1000000;
}
.quick_menu-on {
  display: none;
}
.quick_menu_icon.active .quick_menu-on {
  display: block;
}
.quick_menu_icon.active .quick_menu-off {
  display: none;
}
.quick_menu_icon.active a {
  opacity: 1;
}
.quick_menu_icon a {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.quick_menu_icon-text {
  position: absolute;
  left: -75px;
  object-fit: contain;
  width: 70px;
  text-align: right;
  color: white;
  font-weight: 300;
  font-family: auto;
  font-size: 16px;
}
.quick_menu_list {
  display: none;
  padding-bottom: 70px;
  margin-bottom: -70px;
}
.quick_menu-off {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-flashing {
  position: absolute;
  width: 25%;
  margin: auto;
  margin-top: -10%;
  display: flex;
  justify-content: space-around;
}
.dot-flashing span {
  width: 0.7vw;
  height: 0.7vw;
  float: left;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff5000;
}
.dot-flashing span:first-child {
  animation: fball 1350ms infinite ease;
}
.dot-flashing span:nth-child(2) {
  animation: sball 1350ms infinite ease;
}
.dot-flashing span:last-child {
  animation: tball 1350ms infinite ease;
}
@keyframes fball {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sball {
  32% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  59% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tball {
  67% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
