/**winth*/
#siteContainer {
  padding: 10px 0.8em 0;
  width: 100%;
  margin: 0 auto;
  background: var(--site-background);
  min-height: 100vh;
}
#siteContainer:before,
#siteContainer:after {
  content: " ";
  display: table;
}
#siteContainer:after {
  clear: both;
}

@media (min-width: 500px) {
  #siteFooter,
  #siteContainer:after {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  .pure-border > * {
    padding: 0.5em;
  }
  #siteContainer {
    padding-top: 10px;
  }
  #siteHeader #siteLogo {
    margin-bottom: -3px;
  }
  #siteHeader.collapse {
    height: 40px;
  }
  #siteHeader.collapse #siteNav > ul > li > a,
  #siteHeader.collapse #siteUser .loggedIn > a {
    height: 40px;
    line-height: 8px;
  }
  #siteHeader.collapse #siteSearchUser {
    height: 40px;
  }
  #siteHeader.collapse #siteSearchUser .loggedIn a {
    padding: 7px;
  }
  #siteHeader.collapse #siteSearchUser .loggedIn a .avatar {
    height: 26px;
    width: 26px;
  }
  #siteHeader .md-1-3.alignright {
    white-space: nowrap;
  }
  #siteNav > ul > li:hover a,
  #siteUser:hover .loggedIn a {
    color: var(--color-theme);
  }
}
@media (min-width: 1200px) {
  #siteContainer:not(.admin) {
    max-width: 100vw;
    width: 1200px;
  }
  #siteHeader > div {
    width: 1200px;
  }
}

/**list-star xian**/    
 .score-wrap {
    display: inline-block;
    font-size: 0;
    position: relative;
}

.score-wrap .score-bg {
    display: inline-block;
    font-size: 20px;
    color: #ccc;
}

.score-wrap .score-bg::before {
    content: "★★★★★";
}

.score-wrap .score-fill {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    font-size: 20px;
    color: #ffcc00;
}

.score-wrap .score-fill::before {
    content: "★★★★★";
}
    
    @media (max-width: 640px) {
    .excerpt.excerpt-titletype .focus a img {
        width: 70px !important;
        height: 105px !important;
    }
}
/**listss**/
.ap1_pure-1 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
}

@media (min-width: 48em) {
  .ap1_md4-5 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 80%;
    *width: 79.969%;
  }
}


.ap1_right {
  float: right;
}

.ap1_cardList {
  padding-left: 0;
}

select {
  padding: 5px 2px;
  border: 1px solid #ccd1da;
  color: var(--color-input-text);
  background-color: var(--color-input-bg);
  box-shadow: var(--input--box-shadow);
}

select:disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:disabled::-ms-expand {
  display: none;
}

h4,
h5 {
  font-family: "Oswald";
  font-weight: normal;
  color: var(--color-heading);
}

h4 a {
  color: var(--color-link);
}

.ap1_themeFont {
  font-family: var(--ap-font-primary);
}

h4 {
  font-size: 1.2em;
}


p {
  line-height: 1.5;
}

.ap1_cardHand {
  margin-bottom: 5em;
  margin-top: 1em;
  font-size: 0.9em;
  font-family: var(--ap-font-primary);
  clear: both;
}


.ap1_cardList {
  list-style: none;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 106px;
  margin: 0 0 0.5em;
  max-width: 100%;
  padding-right: 20px;
}

.ap1_card {
  width: 70px;
  height: 105px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-right: -20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-right: 1px solid grey;
}

.ap1_card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  opacity: 0.5;
}

.ap1_card:first-child {
  border: none;
}

.ap1_card:nth-of-type(2):before {
  opacity: 0.4;
}

.ap1_card:nth-of-type(3):before {
  opacity: 0.3;
}

.ap1_card:nth-of-type(4):before {
  opacity: 0.2;
}

.ap1_card:last-child:before {
  background: none;
}

.ap1_card img {
  max-height: 100%;
}

.ap1_card:hover {
  z-index: 6;
  transform: scale(1.05);
}

.ap1_card:hover:before {
  opacity: 0;
}

.ap1_cardContent h4 {
  font-family: var(--ap-font-primary);
}

.ap1_listTitle {
  font-weight: bold;
  font-family: var(--ap-font-primary);
  font-size: 17px;
  word-wrap: break-word;
  word-break: break-word;
  color: var(--color-text--highlight);
  display: inline-block;
}

.ap1_heartOn:before {
  padding-right: 0.4em;
  content: "\f004";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.ap1_iconComment + .ap1_heartOn {
  margin-left: 1em;
}

.ap1_metadata {
  font-size: 1em;
 
}

.ap1_metadata a {
  color: #ababab;
  text-decoration: none;
  font-size: 1em;
}

.ap1_iconComment {
  margin-left: 1em;
}


.ap1_entryLists .ap1_cardHand {
  position: relative;
  height: 117px;
}

@media only screen and (min-width: 576px) {
  .ap1_entryLists .ap1_cardHand {
    height: 117px;
  }
}

.ap1_entryLists .ap1_cardHand .ap1_metadata {
  margin-left: 1em;
}

.ap1_entryLists .ap1_cardHand > a {
  width: 32%;
  float: left;
}

.ap1_entryLists .ap1_cardHand > a + .ap1_cardContent {
  display: inline-block;
  float: left;
  width: 60%;
  padding-left: 20px;
}

.ap1_entryLists .ap1_cardHand h4 {
  margin-top: 0;
  margin-bottom: 7px;
}

.ap1_entryLists .ap1_cardHand h4 span,
.ap1_entryLists .ap1_cardHand h4 .ap1_metadata {
  font-size: smaller;
}

.ap1_entryLists .ap1_cardHand .ap1_listTitle {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5em;
}

.ap1_entryLists .ap1_cardHand p {
  line-height: 1.3;
  color: var(--color-text);
  display: inline;
}

.ap1_entryLists .ap1_cardHand p:empty {
  display: none;
}

@media (max-width: 610px) {
  .ap1_entryLists .ap1_cardHand .ap1_card:nth-of-type(5) {
    display: none;
  }
}

@media (max-width: 480px) {
  .ap1_entryLists .ap1_cardHand .ap1_card:nth-of-type(3),
  .ap1_entryLists .ap1_cardHand .ap1_card:nth-of-type(4) {
    display: none;
  }
  .ap1_entryLists .ap1_cardHand .ap1_metadata {
    margin: 0.5em 0;
    display: block;
  }
  .ap1_entryLists .ap1_cardHand .ap1_listTitle {
    font-size: 1.2em;
  }
}

.ap1_card {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-bottom: 1.6em;
  text-align: center;
}

.ap1_heartOn {
  font-weight: normal;
  padding: 0 !important;
}

.ap1_avatar {
  overflow: hidden;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: -0.3em;
  border-radius: 50%;
}

.ap1_sortFilter {
  margin-bottom: 1em;
  font-size: smaller !important;
  transition: all 0.5s ease;
}

.ap1_sortFilter:before,
.ap1_sortFilter:after {
  content: " ";
  display: table;
}

.ap1_sortFilter:after {
  clear: both;
}

.ap1_sortFilter h5 {
  float: left;
  margin: 1.5em 1em 1.5em 0;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ap1_sortFilter h5 {
  float: none;
  display: inline;
}

.ap1_sortFilter select {
  margin: 1.5em 0.8em 1.5em 0;
  display: inline;
}

.ap1_metadata .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/**lists end**/
