html body {
  background-color: #fff;
}
html body #app #header .menu-toggle {
  display: block;
}
html body #app #header .mt-header-social-wrapper,
html body #app #header .mt-header-extra-icons {
  float: left;
  width: 20%;
  padding: 30px 0;
}
html body #app #header .h-c {
  max-width: 82.5rem;
  margin: auto;
}
html body #app #header .img-out-a {
  display: none;
  margin: 1.25rem 0;
}
html body #app #header .img-out-a img {
  width: 100%;
  height: 6.0625rem;
}
html body #app #header hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
html body #app #header .menu {
  display: none;
}
html body #app #header .menu li a {
  display: inline-block;
  line-height: 4.375rem;
  padding: 0 1.5rem;
  color: currentColor;
}
html body #app #header .menu li:hover {
  background-color: #333;
  color: #fff;
}
html body #app #header .menu .active-menu {
  background-color: #333;
  color: #fff;
}
html body #app #header .nav {
  height: 15rem;
  overflow: hidden;
  text-align: center;
  padding-top: 4rem;
  width: 100%;
}
html body #app #header .nav h2 {
  font-family: sans-serif;
  width: 31.25rem;
  margin: auto;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
html body #app #header .nav ul {
  width: 31.25rem;
  margin: auto;
  display: flex;
  color: #fff;
}
html body #app #header .nav ul li a {
  font-size: 1.2rem;
  color: #3cbbcc;
  padding: 0 0.5rem;
}
html body #app .r-m {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #3cbbcc;
  border-radius: 2rem;
  font-weight: 600;
  color: #fff;
  margin-top: 2rem;
  transition: all 0.2s linear;
}
html body #app .r-m:hover {
  padding: 0.5rem 1.5rem;
  transition: all 0.3s;
  transition: 0.2s;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html body #app #banner .swiper {
  width: 100%;
}
html body #app #banner .swiper .swiper-wrapper {
  width: 100%;
}
html body #app #banner .swiper .swiper-wrapper .swiper-slide {
  padding: 0 1rem;
}
html body #app #banner .swiper .swiper-wrapper .img {
  margin: auto;
  width: 100%;
  height: 37.75rem;
  margin: 0 1rem;
  text-align: center;
  overflow: hidden;
}
html body #app #banner .swiper .swiper-wrapper .img .b-card {
  width: 80%;
  height: 26.875rem;
  border: 1px #fff solid;
  text-align: center;
  padding: 1.2rem;
  margin: auto;
  margin-top: 4rem;
}
html body #app #banner .swiper .swiper-wrapper .img .b-card .b-c-in {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
html body #app #banner .swiper .swiper-wrapper .img .b-card .b-c-in .title {
  font-size: 2rem;
  font-weight: 600;
}
html body #app hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.5rem 0;
  padding: 0;
}
html body #app #details {
  max-width: 56.25rem;
  margin: 2rem auto;
  padding: 1rem;
}
html body #app #details .t-img {
  width: 100%;
}
html body #app #details h1 {
  font-weight: 600;
}
html body #app #details h1:hover {
  color: #3cbbcc;
}
html body #app #details .r-m {
  border-radius: 0rem !important;
}
html body #app #details .date {
  font-size: 1px;
  font-weight: 400;
  margin: 0.5rem;
  color: #A6A6A6;
}
html body #app #details .btn {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
html body #app #details .btn button {
  color: #a1a1a1;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1rem;
  border: none;
  padding: 1rem 2.25rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #e1e1e1;
  background: none;
}
html body #app #details .d-r-p {
  border: 1px solid #3cbbcc;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
  margin-top: 5rem;
}
html body #app #details .d-r-p-ls {
  margin-top: 2rem;
  display: flex;
}
html body #app #details .d-r-p-ls li {
  margin-right: 1rem;
}
html body #app #details .d-r-p-ls li:last-child {
  margin: 0;
}
html body #app #content {
  max-width: 82.5rem;
  margin: auto;
}
html body #app #content ul {
  width: 100%;
}
html body #app #content ul li {
  width: 80%;
  margin: 1rem auto;
}
html body .mark-menu {
  animation-name: width;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  flex-direction: row;
  transition: width 2s;
}
html body .mark-menu .menu-list-box {
  height: 100%;
  max-width: 15rem;
  flex: 1;
  background-color: #fff;
}
html body .mark-menu .menu-list-box .logo-header .title {
  padding: 1rem 0.2rem;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.741);
  position: relative;
  top: 0.13rem;
  display: inline-block;
}
html body .mark-menu .menu-list-box .logo-header .mark-menu-close {
  position: relative;
  right: -7.2rem;
  top: -0.41rem;
  font-size: 0.6rem;
}
html body .mark-menu .menu-list-box li {
  line-height: 2.4rem;
  padding-left: 0.5rem;
}
html body .mark-menu .right {
  flex: 1;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .de_iv_adv,
  .t_de {
    width: 100vw;
    margin-left: -15px;
  }
}/*# sourceMappingURL=min.css.map */