@charset "utf-8";
@import url(./iconfont/iconfont.css);
@import url(./animate.css);
body.act {
  overflow: hidden;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.line5 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

video,
iframe {
  max-width: 100%;
}

img.lazy {
  display: inline-block;
  opacity: 0;
}

img.lazy,
img.tst {
  transition: opacity 0.6s, transform 0.3s ease;
}

img.loaded {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.lazy-load {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background-color: #ccc;
  animation: loading 1s linear infinite;
  border-radius: 100%;
}

.lazy-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.lazy-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lazy-wrap.lazy-loaded .lazy-load {
  -webkit-animation: none;
  animation: none;
  display: none;
}

.lazy-wrap.lazy-loaded::after {
  padding-bottom: 0;
}

@keyframes loading {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
}

.container-s,
.container-b,


  .submenu {
    overflow: hidden;
    transition: none !important;
    position: static;
    display: none;
    transform: none !important;
  }

  .submenu ul {
    background-color: #FFF;
  }

 

  .submenu li {
    height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  .mob-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .mob-icon span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
  }

  .mob-icon .mob-icon-item2 {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .mob-icon.mobact .mob-icon-item2 {
    transform: translate(-50%, -50%);
  }
}

