﻿html,
body {
  width: 100%;
  height: 100%;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #FFF;
  color: #333;
}
:fullscreen .magazine {
  display: none;
}
:fullscreen .main {
  display: flex;
}
body.open .magazine {
  display: none;
}
body.open .main {
  display: flex;
}
.swiper-hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffa6;
  z-index: 999999999999;
}
.swiper-hint .hint-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-hint .hint-container .hint-icon img {
  width: 80px;
}
.swiper-hint.show {
  display: flex;
}
.magazine {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.magazine .container {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazine .container div {
  text-align: center;
}
.magazine .container .logo {
  margin-bottom: 20px;
  text-align: center;
}
.magazine .container .logo img {
  width: 160px;
}
.magazine .container img.cover {
  max-width: 100%;
  height: 400px;
}
.magazine .container h1 {
  padding: 20px 0 2px 0;
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}
.magazine .container h2 {
  font-family: 'Teko', sans-serif;
  text-align: center;
}
.magazine .container .btns {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.magazine .container .btns button {
  text-transform: uppercase;
  padding: 8px 16px 6px 16px;
  font-family: 'Teko', sans-serif;
  letter-spacing: 1px;
  color: #FFF;
  background: #4a264c;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
}
.main {
  display: none;
  flex-direction: column;
  height: 100%;
}
.header {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #CCC;
  flex-grow: 0;
}
.header .title {
  text-align: center;
  letter-spacing: -2px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #555;
}
.header .btns {
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 30px;
  float: left;
}
.content {
  overflow: hidden;
}
.a916 {
  aspect-ratio: 9 / 16;
  flex-grow: 1;
}
.content .container {
  width: 100%;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background: #FFF;
  display: flex;
  justify-content: center;
  overflow: auto !important;
}
.swiper-slide.advertisement {
  background: #EEE;
}
.swiper-slide.slideshow {
  background: #EEE;
}
.ad,
.img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad img,
.img img {
  max-width: 100%;
  float: left;
  height: 100%;
  object-fit: contain;
}
.swiper-slide.slideshow .ad img,
.swiper-slide.slideshow .img img {
  display: none !important;
}
.swiper-slide.slideshow .ad img.active,
.swiper-slide.slideshow .img img.active {
  display: block !important;
}
.fcz {
  background: #FFF;
}
.fcz .socials {
  padding: 15px 25px 50px 20px;
}
.fcz .socials .likes {
  font-weight: 500;
  margin-bottom: 10px;
}
.fcz .socials .comments .comment {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 18px;
  border-bottom: solid 1px #EEE;
  padding-bottom: 15px;
  display: block;
}
.fcz .socials .comments .comment span.time {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 3px;
}
.fcz .author {
  padding: 20px 25px 30px 20px;
  text-align: right;
  font-size: 11px;
  color: #666;
}
.fcz img {
  width: 100%;
}
.fcz img.mb {
  margin-top: 5px;
  margin-bottom: 15px;
}
.fcz figure figcaption {
  padding: 6px 25px 10px 20px;
  color: #666;
  font-size: 14px;
}
.fcz h1 {
  font-size: 30px;
  padding: 20px 20px 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.fcz h2 {
  /*font-size: 22px;
        padding: 0 25px 15px 20px;
        font-weight: 500;*/
  font-size: 16px;
  margin: 0 25px 20px 20px;
  font-weight: 500;
  background: #009844;
  display: inline-block;
  color: #FFF;
  padding: 5px 7px 7px 7px;
  border-radius: 2px;
  text-transform: uppercase;
}
.fcz h3 {
  font-size: 16px;
  padding: 15px 25px 10px 20px;
  font-weight: 500;
}
.fcz p {
  font-size: 16px;
  line-height: 21px;
  padding: 0 25px 10px 20px;
}
.fcz strong {
  font-weight: bold;
}
.fcz .slideshow img {
  display: none;
}
.fcz .slideshow img.active {
  display: block;
}
button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
button.icon {
  font-size: 24px;
  color: #555;
  display: flex;
  align-items: center;
}
button.icon .not-active {
  display: block;
}
button.icon .active {
  display: none;
}
button.icon.active .not-active {
  display: none;
}
button.icon.active .active {
  display: block;
}
button.icon.like.active .active {
  color: red;
}
button.icon.bookmark.active .active {
  color: #f7e334;
}
.footer {
  border-top: solid 1px #CCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  padding: 20px;
}
.footer .more .btn.more {
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #555;
}
.footer .btns {
  display: flex;
  align-items: center;
}
.footer .btns button.icon {
  margin-left: 20px;
}
.comment {
  display: flex;
  align-items: center;
}
.comment input {
  width: 90%;
  border-radius: 8px;
  border: solid 1px #959191;
  margin-right: 10px;
  padding: 8px;
}
.comment .icon {
  font-size: 22px;
}
.hidden {
  display: none;
}
.left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  z-index: 999;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  background: #FFF;
}
.left-menu .icon {
  display: inline-block;
  margin-right: 10px;
}
.left-menu .container {
  padding: 25px;
}
.left-menu .close-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 24px;
  padding: 24px;
}
.left-menu .head {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.left-menu .head .icon {
  font-size: 20px;
  background: #4a264c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-menu .head .titles {
  font-family: 'Teko', sans-serif;
  margin-left: 6px;
}
.left-menu .head .titles .title {
  font-weight: bold;
  font-size: 24px;
}
.left-menu .head .titles .by {
  font-size: 13px;
}
.left-menu .head .titles .by a {
  color: #4a264c;
}
.left-menu .logo {
  margin-bottom: 20px;
}
.left-menu .logo img {
  width: 35%;
}
.left-menu .account {
  padding: 20px 0;
  border-bottom: solid 1px #DDD;
  border-top: solid 1px #DDD;
  margin-bottom: 20px;
}
.left-menu .account a {
  padding: 10px 0;
  color: #666;
  text-decoration: none;
}
.left-menu .links h3 {
  font-weight: 500;
}
.left-menu .links .icon {
  margin-right: 5px;
}
.left-menu .links ul {
  margin: 15px 0 0 0;
}
.left-menu .links ul li.folder {
  margin-bottom: 8px;
}
.left-menu .links ul li.folder ul {
  display: none;
  margin: 5px 0 0 28px;
}
.left-menu .links ul li.folder ul li a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 5px 0;
}
.left-menu .links ul li.folder .closed {
  display: inline-block;
}
.left-menu .links ul li.folder .open {
  display: none;
}
.left-menu .links ul li.open ul {
  display: block;
}
.left-menu .links ul li.open .closed {
  display: none;
}
.left-menu .links ul li.open .open {
  display: inline-block;
}
.modal {
  padding: 20px;
  position: relative;
}
.modal .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  color: #666;
  font-size: 14px;
}
.modal h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}
.modal p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
}
.modal .form input,
.modal .form select {
  width: 100%;
  border: solid 1px #DDD;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.modal .form button {
  background: #8e1559;
  width: 100%;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.modal .disclaimer {
  font-size: 10px;
  line-height: 12px;
  color: #7a6d6d;
}
.modal .disclaimer a {
  color: #8e1559;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 888;
}
.register,
.edit-bookmark {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 999;
}
.register .text,
.edit-bookmark .text {
  display: none;
}
.register.like .text.like {
  display: block;
}
.register.bookmark .text.bookmark {
  display: block;
}
.register.more .text.more {
  display: block;
}
.register.menu .text.menu {
  display: block;
}
.register.comments .text.comment {
  display: block;
}