@charset "UTF-8";

/**
 * 注意！
 * common 中只引入所有抽象类的 abstracts 与 mixin
 * main 中需要引入 common 以及其他具体的内容（全局 reset、公共布局、公共组件等）
 * ========
 * 其他独立页面则引入 common 与 pages 目录下具体 page，并单独编译
 **/
/**
  * abstracts/
  * vendors/
  * base/
  * layout/
  * components/
  * pages/
  * themes/
  */
/**
  * abstracts/
  * vendors/
  * base/
  * layout/
  * components/
  * pages/
  * themes/
  */
.yupoo-fade-enter,
.yupoo-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.yupoo-fade-enter.yupoo-fade-enter-active {
  animation-play-state: running;
}

.yupoo-fade-leave.yupoo-fade-leave-active {
  animation-play-state: running;
  pointer-events: none;
}

.yupoo-fade-enter,
.yupoo-fade-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.yupoo-zoom-enter,
.yupoo-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.yupoo-zoom-enter.yupoo-zoom-enter-active {
  animation-play-state: running;
}

.yupoo-zoom-leave.yupoo-zoom-leave-active {
  animation-play-state: running;
  pointer-events: none;
}

.yupoo-zoom-enter,
.yupoo-zoom-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.showheader__nickname {
  -webkit-box-orient: vertical;
}

.categories__box-right-pagination-button-next,
.categories__box-right-pagination-button-prev {
  display: inline-block;
}

.categories__box-right-pagination-button-next {
  transform: rotate(180deg);
}

@media (min-width: 641px) {
  .showheader__header__search {
    display: block;
  }

  .yupoo-categories-show-sidebar,
  .yupoo-categories-hide-sidebar {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("/yupoo/images/icons/yupoo-icon-sidebar-toggle.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
  }

  .yupoo-categories-hide-sidebar {
    top: 36px;
    left: 195px;
  }

  .yupoo-categories-show-sidebar {
    display: none;
    top: 23px;
    left: 0;
    border: 1px solid #ececec;
    border-radius: 12px;
    transform: rotate(180deg);
  }

  .categories__box.no-sidebar .yupoo-categories-hide-sidebar {
    display: none;
  }

  .categories__box.no-sidebar .yupoo-categories-show-sidebar {
    display: block;
  }

  .categories__box.no-sidebar .categories__box-left {
    display: none;
  }

  .categories__box.no-sidebar .categories__box-right {
    margin-left: 0;
  }

  .categories__box-right-categories-toggle::after {
    background-image: url("/yupoo/images/icons/yupoo-icon-prev.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }

  .categories__box-right-categories-wrap.is-fold .categories__box-right-categories {
    max-height: 94px;
    overflow: hidden;
  }

  .categories__box-right-categories-wrap.is-fold .categories__box-right-categories-toggle::after {
    transform: rotate(270deg);
  }

  .categories__box-right-categories-wrap.is-fold .categories__box-right-category-item {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .categories__box-right-categories-wrap:not(.is-fold) .categories__box-right-category-item-trick-wrap {
    position: relative;
  }

  .categories__box-right-categories-wrap:not(.is-fold) .categories__box-right-category-item-trick-wrap::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: -24px;
    border-bottom: 1px solid #ececec;
  }

  .categories__box-right-categories-wrap:not(.is-fold) .categories__box-right-category-item {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .categories__box-right-pagination-button-next,
  .categories__box-right-pagination-button-prev {
    width: 14px;
    height: 22px;
    background-image: url("/yupoo/images/icons/yupoo-icon-prev.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
  }
}

@media (max-width: 640px) {

  .showheader__header__search,
  .yupoo-header-pc-extra-wrap {
    display: none !important;
  }

  .categories__box-right-pagination-button-next,
  .categories__box-right-pagination-button-prev {
    width: 10px;
    height: 18px;
    background-image: url("/yupoo/images/icons/yupoo-icon-prev.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
}

.categories__box-right-main .album__title {
  -webkit-box-orient: vertical;
}

.categories__box-right-main .pagination__main {
  padding-top: 32px;
}

.yupoo-scroll-forbidden {
  overflow: hidden;
}

.yupoo-header-entry-btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 0 18px;
  height: 32px;
  line-height: 30px;
  background-color: #49bc85;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  transition: 0.3s;
}

.yupoo-header-mobile-extra-top-logo {
  height: 60px;
}

.yupoo-header-mobile-extra-top-logo img {
  height: 60%;
  vertical-align: middle;
}

@media (min-width: 641px) {
  .yupoo-header-mobile-extra-wrap {
    display: none;
  }
}

@media (max-width: 640px) {
  .yupoo-header-mobile-extra-wrap {
    padding: 8px 16px;
    height: 48px;
    line-height: 48px;
  }

  .yupoo-header-mobile-extra-btn-toggle {
    display: inline-block;
    margin: 4px 13px 4px 0;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease-in-out;
  }

  .yupoo-header-mobile-extra-btn-toggle:active {
    transform: scale(0.86);
  }

  .yupoo-header-mobile-extra-btn-toggle .yupoo-button-hamburger-bar {
    top: 11px;
    right: 2px;
  }

  .yupoo-header-mobile-extra-search {
    display: inline-block;
  }

  .yupoo-header-mobile-collapse-categories {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    z-index: 999;
  }

  .yupoo-header-mobile-extra-top {
    position: relative;
    height: 60px;
    background-color: #49bc85;
  }

  .yupoo-header-mobile-extra-top-logo {
    line-height: 60px;
    margin-left: 1.2em;
  }

  .yupoo-header-mobile-extra-top-btn {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url("/yupoo/images/icons/yupoo-icon-btn-close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
}

.yupoo-header-mobile-collapse-categories.is-hidden {
  display: none;
}

.yupoo-header-mobile-collapse-categories.yupoo-fade-enter.yupoo-fade-enter-active {
  animation-name: UPMobileCollapseCategoriesFadeEnter;
}

.yupoo-header-mobile-collapse-categories.yupoo-fade-leave.yupoo-fade-leave-active {
  animation-name: UPMobileCollapseCategoriesFadeLeave;
}

@keyframes UPMobileCollapseCategoriesFadeEnter {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes UPMobileCollapseCategoriesFadeLeave {
  to {
    transform: translateX(-100%);
  }
}

.showheader__cateWrap.is-active .showheader__category_new {
  padding: 32px 18px;
  height: auto;
}

.showheader__cateWrap.is-active *:focus {
  outline: none;
}

.showheader__category_new {
  display: flex;
  position: absolute;
  top: 42px;
  left: 0;
  border-radius: 4px;
  padding: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  white-space: normal;
  z-index: 3;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 60vw;
}

.showheader__category_child {
  position: relative;
  padding-top: 16px;
}

.showheader__category_child::before {
  content: '';
  position: absolute;
  top: 7.5px;
  border-bottom: 1px solid #ececec;
  width: 100%;
}

.showheader__category_item,
.showheader__category_child_item {
  display: flex;
  flex-direction: column;
}

.showheader__category_item {
  position: relative;
  padding: 0 14px 12px 14px;
}

.showheader__link {
  margin-right: 24px;
  line-height: 24px;
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.showheader__link:hover {
  color: #49bc85;
}

.showheader__category_child_item {
  color: #7f7f7f;
}

.showheader__category_child_item:not(:last-child) {
  margin-bottom: 8px;
}

.showheader__child_link {
  line-height: 22px;
  color: rgba(34, 34, 34, 0.75);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.showheader__child_link:hover {
  color: #49bc85;
}

.showheader__category_collapse {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url("../img/yupoo-icon-collapse-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.yupoo-macy-container-2,
.yupoo-macy-container-3,
.yupoo-macy-container-4 {
  display: inline-block;
  position: relative;
}

.yupoo-macy-container-2:not(:last-child):after,
.yupoo-macy-container-3:not(:last-child):after,
.yupoo-macy-container-4:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #ececec;
  height: 100%;
}

.yupoo-macy-container-4 {
  width: 25%;
}

.yupoo-macy-container-3 {
  width: 30%;
}

.yupoo-macy-container-2 {
  width: 50%;
}

.showheader__has_child_category.yupoo-collapse-item-active .showheader__category_collapse {
  transform: rotate(0);
}

.showheader__category_child_wrap {
  overflow: hidden;
  transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
  user-select: none;
}

.showheader__menus .showheader__cateWrap .showheader__tabflag {
  width: calc(100% - 21px);
}

.showheader__menus .showheader__cateWrap.is-active .showheader__menuslink i {
  transform: rotate(-180deg);
}

.showheader__menus .showheader__cateWrap.is-active .showheader__category,
.showheader__menus .showheader__cateWrap.is-active .showheader__tabflag {
  display: block;
}

@media (max-width: 640px) {
  .showheader__menus .showheader__cateWrap .showheader__tabflag {
    width: calc(100% - 18px);
  }

  .showheader__search {
    display: none;
  }

  .showheader__nickname {
    padding-right: 0;
    max-width: unset;
    line-height: 24px;
    max-height: 48px;
    font-size: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .showheader__menuslink {
    font-size: 14px;
  }

  .showheader__menus .showheader__cateWrap i.showheader__showcate {
    transform: rotate(0deg);
  }
}

.yupoo-button-hamburger {
  position: relative;
}

.yupoo-button-hamburger.is-active .yupoo-button-hamburger-bar:first-child {
  transform: rotate(-45deg);
}

.yupoo-button-hamburger.is-active .yupoo-button-hamburger-bar:nth-child(2) {
  opacity: 0;
}

.yupoo-button-hamburger.is-active .yupoo-button-hamburger-bar:last-child {
  transform: rotate(45deg);
}

.yupoo-button-hamburger-bar {
  display: block;
  position: absolute;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.24s ease-in-out;
}

.yupoo-button-hamburger-bar:first-child {
  transform: translateY(-6px);
}

.yupoo-button-hamburger-bar:last-child {
  transform: translateY(6px);
}

.yupoo-collapse-item {
  position: relative;
}

.yupoo-collapse-item.yupoo-collapse-item-active .yupoo-collapse-header::after {
  transform: rotate(0);
}

.yupoo-collapse-item.yupoo-collapse-item-selected .yupoo-collapse-header {
  color: #49bc85;
}

.yupoo-collapse-item.yupoo-collapse-item-single .yupoo-collapse-header::after {
  display: none;
}

.yupoo-collapse-item:not(.yupoo-collapse-item-single) {
  cursor: pointer;
}

.yupoo-collapse-item:first-child .yupoo-collapse-header {
  border-top: none;
}

.yupoo-collapse-header {
  position: relative;
  border-top: 1px solid #ebebeb;
  padding-left: 16px;
  height: 48px;
  line-height: 48px;
  user-select: none;
}

.yupoo-collapse-header a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.yupoo-collapse-header a:hover {
  color: #49bc85;
}

.yupoo-collapse-header::after {
  position: absolute;
  top: 18px;
  right: 16px;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../img/yupoo-icon-collapse-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}

.yupoo-collapse-content {
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}

.yupoo-collapse-content:hover {
  height: auto;
}

.yupoo-collapse-content-hidden {
  display: none;
}

.yupoo-collapse-content-item {
  display: block;
  padding: 0 16px;
  width: 100%;
  color: #353535;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yupoo-collapse-content-item:hover {
  color: #49bc85;
}

.yupoo-collapse-content-item.yupoo-collapse-content-item-selected {
  color: #49bc85;
}

@media (min-width: 641px) {
  .yupoo-collapse-header a {
    max-width: 150px;
  }

  .yupoo-collapse-content-item {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 640px) {
  .yupoo-collapse-header {
    background-color: #f3f7f7;
  }

  .yupoo-collapse-header a {
    max-width: calc(100vw - 48px);
  }

  .yupoo-collapse-content-item {
    height: 48px;
    line-height: 48px;
  }
}

.yupoo-crumbs-span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yupoo-crumbs-span.is-link:hover {
  color: #49bc85;
}

.yupoo-crumbs-span:not(:first-child) {
  position: relative;
  padding-left: 20px;
}

.yupoo-crumbs-span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 4px;
  width: 12px;
  height: 12px;
  background-image: url("../img/yupoo-icon-collapse-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  transform: rotate(-90deg);
}

@media (min-width: 641px) {
  .yupoo-crumbs {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .yupoo-crumbs-span:not(:first-child) {
    max-width: 40%;
  }

  .yupoo-crumbs-span:not(:first-child)::before {
    top: 5px;
  }
}

@media (max-width: 640px) {
  .yupoo-crumbs {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }

  .yupoo-crumbs-span:not(:first-child) {
    padding-left: 18px;
    max-width: 36%;
  }

  .yupoo-crumbs-span:not(:first-child)::before {
    top: 4px;
    width: 10px;
    height: 10px;
    background-image: url("../img/yupoo-icon-collapse-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
}

.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
}

nav {
  padding-top: 2.5em;
  text-align: center;
  font-size: 14px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 6px 12px;
  line-height: 30px;
  text-decoration: none;
  /* color: #4285f4; */
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin-left: -1px;
  font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #49bc85;
  border-color: #cfcfcf;
  cursor: default;
}

.showheader__header1 {
  width: 80%;
  display: inline-block;
  max-width: 1440px;
  margin-left: 50px;
}

/* ========== CSS Reset (from showindex.css) ========== */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}

/* ========== Shared utilities ========== */
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.text_overflow{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;line-height:1.3}
.none_select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

/* ========== Header wrap ========== */
.header__wrap{background:#49bc85;position:relative;z-index:7;transition:background .3s;height:60px}
.header__main{position:absolute;top:0;left:0;right:0;box-shadow:none;height:60px;line-height:60px;color:#fff;padding:0 2em;text-align:left}
.header__logo{position:relative;height:60px;display:inline-block;line-height:60px}
.header__tips{float:right;height:100%}
@media (max-width:640px){.header__wrap:not(.header__transparent){position:fixed;left:0;right:0}.header__main{padding:0;height:60px;line-height:60px}}

/* ========== Showheader ========== */
.showheader__headerWrap{background:#f3f7f7}
.showheader__header{width:100%;display:flex;table-layout:fixed;max-width:1440px;padding:2.5em 2em 0;margin:auto}
.showheader__header__search{display:flex;justify-content:flex-end;margin-bottom:1.3em;}
.showheader__nickname{font-size:18px;padding-right:1em;vertical-align:middle;max-width:10em;display:table-cell}
.showheader__search{display:table-cell;width:412px;vertical-align:middle;font-size:.85em;height:40px}
.showheader__menus{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}
.showheader__menuslink{text-transform:capitalize;color:#7f7f7f;padding-bottom:1.25em;padding-top:.1em;line-height:1.3;display:inline-block;position:relative;white-space:nowrap}
.showheader__tabflag{z-index:1;display:none;position:absolute;bottom:0;height:2px;width:100%;background:#49bc85}
.showheader__showcate{top:2px;display:inline-block;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}
@media (max-width:640px){.showheader__headerWrap{margin-top:108px;cursor:pointer}.showheader__header{padding:1em 1em 0}.showheader__header__search{margin-bottom:1em}.showheader__search{font-size:.8em;width:40%}}

/* ========== Search form ========== */
.search__main{width:100%;line-height:1.2;vertical-align:middle;display:table;position:relative}
.search__inputWrap{height:38px;position:relative;display:-ms-flexbox;display:flex;border-radius:100em;border:1px solid #49bc85;overflow:hidden;-ms-flex-align:center;align-items:center}
.search__inputwrap{font-size:12px}
.search__input{width:0;flex-grow:1;border:none}
.search__clearable{padding:0 40px 0 34px;border:1px solid #9f9f9f;width:calc(100vw - 75px);height:32px;line-height:30px;background-color:#fff}

/* ========== Alert modal ========== */
.alert__main{color:#494949;font-size:16px;background:rgba(0,0,0,.2);z-index:31;display:none;position:fixed;width:100%;height:100%;top:0;left:0;text-align:center;overflow-x:hidden;overflow-y:auto;white-space:nowrap}
.alert__alert{background:#fff;padding:3em 5em 4em;margin:3em;display:inline-block;vertical-align:middle}
.alert__icon{text-align:center;font-size:5em;margin:0 .2em .2em}
.alert__success{color:#49bc85}
.alert__contentwrap{width:400px}
.alert__title{text-align:center;margin-top:.8em;font-size:1.125em}
.alert__content{margin-top:1.5em;line-height:1.2;white-space:pre-wrap}
@media (max-width:640px){.alert__alert{box-sizing:border-box;width:100%;margin:0;padding:2em 2.5em}.alert__contentwrap{width:100%}}

/* ========== User footer ========== */
.userfooter__main{margin-top:2em;padding:1em 0;background:#49bc85;color:#fff}
.userfooter__content{max-width:1440px;margin:auto;padding:.35em 2em}
.userfooter__copyright{display:inline-block}
@media (max-width:640px){.userfooter__main{margin-top:1em}.userfooter__content{padding:0 10px 0 0}.userfooter__copyright{line-height:1.3;display:inline-block;width:72%;min-width:230px;font-size:12px;-webkit-transform:scale(.875);-ms-transform:scale(.875);transform:scale(.875)}}
@media (max-width:320px){.userfooter__content{padding-right:0}}

/* ========== Gallery card layout ========== */
.showindex__gallerycardwrap{table-layout:fixed;display:table;padding:1.3em 2em 0;margin:0 auto;width:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:1440px;position:relative}
@media (min-width:0px){.showindex__gallerycardwrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}
@media (max-width:640px){.showindex__gallerycardwrap{padding:1em}}

/* ========== Product grid (showindex__parent / showindex__children) ========== */
.showindex__parent{font-size:0;margin-right:-1.66667%}
.showindex__children{position:relative;vertical-align:top;display:inline-block;font-size:14px;transition:width .3s;width:15%;margin:0 1.66667% 1.66667% 0}
@media (min-width:0px) and (max-width:400px){.showindex__parent{margin-right:-5%}.showindex__children{width:45%;margin:0 5% 5% 0}}
@media (min-width:400px) and (max-width:560px){.showindex__parent{margin-right:-3.33333%}.showindex__children{width:30%;margin:0 3.33333% 3.33333% 0}}
@media (min-width:560px) and (max-width:720px){.showindex__parent{margin-right:-2.5%}.showindex__children{width:22.5%;margin:0 2.5% 2.5% 0}}
@media (min-width:720px) and (max-width:1240px){.showindex__parent{margin-right:-1.66667%}.showindex__children{width:15%;margin:0 1.66667% 1.66667% 0}}
@media (min-width:1240px) and (max-width:4000px){.showindex__parent{margin-right:-1.25%}.showindex__children{width:11.25%;margin:0 1.25% 1.25% 0}}

/* ========== Category header ========== */
.show-layout-category__catewrap{width:100%;padding:1.6em 1.4em .7em;margin:0 auto}
.show-layout-category__catetitle{text-transform:none;font-size:1.37em;margin-bottom:1.5em;display:inline-block}
@media (max-width:640px){.show-layout-category__catewrap{padding:0}.show-layout-category__catewrap .show-layout-category__catetitle{font-size:1em;margin:.3em 0 1em}}

/* ========== Album card ========== */
.album__main{display:block;box-shadow:0 1px 2px #9f9f9f}
.album__imgwrap{position:relative;color:#fff;overflow:hidden;max-width:100%}
.album__img{background:#fff;border-radius:inherit}
.album__space{cursor:pointer;position:relative;background:url(#);display:block;padding-bottom:100%}
.album__photonumber{text-align:right;height:2.2em;padding-top:.5em;background-repeat:repeat-x;background-position-x:left;background-position-y:bottom;background-size:100% 100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QEYEhgi8dia5AAAABpJREFUCNdjYEAGLEwwggGVxUozCVZUJRAJACNxAID1m4nHAAAAAElFTkSuQmCC);background-image:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent);pointer-events:none;padding:.3em .5em;line-height:1.4;bottom:0;position:absolute;left:0;width:100%;z-index:1}
.album__title{background:#fff;line-height:1.3;padding:.5em;margin-bottom:3%}
.album__showmore{position:absolute;top:0;left:0;width:100%;height:97.6%;background:#ececec;color:#9f9f9f;text-align:center;padding-top:50%}
.album__more{display:inline-block;padding-bottom:.57em;border-bottom:1px solid #cfcfcf;margin-bottom:.57em}
.autocover{position:absolute;top:0;left:0;display:block;height:100%;width:auto;min-height:100%;min-width:100%;max-width:300%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-left:50%;margin-top:50%}
@media (min-width:641px){.album__main{box-shadow:none}.album__imgwrap{overflow:visible;box-shadow:0 1px 2px rgba(0,0,0,.15)}.album__img{border-radius:2px}.album__title{margin-top:12px;margin-bottom:0;padding:0;background-color:transparent;line-height:18px;max-height:36px;font-size:12px;white-space:normal}.autocover{height:100%;width:100%;object-fit:cover;-webkit-transform:none;-ms-transform:none;transform:none;margin-left:0;margin-top:0}}
@media (max-width:640px){.album__photonumber{display:none;background-image:none}}

/* ========== Icon font classes ========== */
.font_icon_8{vertical-align:.06667em;line-height:1.25;font-size:.8em}
.font_icon_9{vertical-align:.03333em;line-height:1.11111;font-size:.9em}
.font_icon_10{vertical-align:0;line-height:1;font-size:1em}
.font_icon_11{vertical-align:-.03333em;line-height:.90909;font-size:1.1em}
.font_icon_12{vertical-align:-.06667em;line-height:.83333;font-size:1.2em}
.font_icon_13{vertical-align:-.1em;line-height:.8;font-size:1.3em}
.font_icon_14{vertical-align:-.13333em;line-height:.8;font-size:1.4em}
.font_icon_15{vertical-align:-.16667em;line-height:.8;font-size:1.5em}
.font_icon_16{font-size:1.6em;vertical-align:-.2em;line-height:.8}
.font_icon_17{font-size:1.7em;vertical-align:-.2em;line-height:.8}
.font_icon_18{font-size:1.8em;vertical-align:-.2em;line-height:.8}
.font_icon_19{font-size:1.9em;vertical-align:-.2em;line-height:.8}
.font_icon_20{vertical-align:-.2em;line-height:.8;font-size:2em}
.icon_dropdown_menu:before{content:""}

/* ========== Header logo text ========== */
.header__logo-text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 60px;
}
.header__logo-text:hover {
  color: #e0f5ea;
}
.header__menu-btn {
  display: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 60px;
  margin-right: 12px;
  vertical-align: middle;
}

/* ========== Mobile menu (slide-in) ========== */
@media (max-width: 640px) {
  .header__menu-btn {
    display: inline-block;
  }
  .showheader__nickname {
    display: none;
  }
}
#mobile-menu-toggle { display: none; }
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 80vw;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  box-shadow: 2px 0 12px rgba(0,0,0,0.15);
}
#mobile-menu-toggle:checked ~ .mobile-menu-overlay {
  display: block;
  opacity: 1;
}
#mobile-menu-toggle:checked ~ .mobile-menu {
  transform: translateX(0);
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #49bc85;
  color: #fff;
}
.mobile-menu__title {
  font-weight: 700;
  font-size: 18px;
}
.mobile-menu__close {
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
}
.mobile-menu__body {
  padding: 8px 0;
}
.mobile-menu__details {
  border-bottom: 1px solid #eee;
}
.mobile-menu__summary {
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  color: #333;
}
.mobile-menu__summary::-webkit-details-marker {
  display: none;
}
.mobile-menu__summary a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  width: 90%;
}
.mobile-menu__summary::after {
  content: "+";
  float: right;
  color: #999;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  transition: transform 0.2s;
}
.mobile-menu__details[open] > .mobile-menu__summary::after {
  content: "−";
}
.mobile-menu__children {
  padding: 0 16px 12px 24px;
}
.mobile-menu__child {
  display: block;
  padding: 8px 0;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
}
.mobile-menu__child:last-child {
  border-bottom: none;
}
.mobile-menu__child:hover {
  color: #49bc85;
}

/* ========== Empty card ========== */
.album__empty {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 97.6%;
  background: #f0f0f0;
  color: #bbb;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.album__empty-icon {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}
.album__empty-text {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

