@charset 'UTF-8';
section {
  display: block;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
}
h3 {
  margin: 1em 0;
}
p {
  margin: 1em 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
}
button,
input {
  font: inherit;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pure-g {
  *letter-spacing: normal;
  letter-spacing: -0.69ex;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  -webkit-flex-flow: none;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.pure-g {
  word-spacing: -0.43em;
}
.pure-1,
.pure-1-5,
.pure-2-5,
.pure-3-5,
.pure-4-5 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-1-5 {
  width: 12%;
  *width: 11.969%;
}

@media (max-width: 768px) {
.pure-1-5 {
  width: 20%;
  *width: 19.969%;
}
}


.pure-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-1 {
  width: 100%;
}
.pure-3-5 > a {
  vertical-align: top;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  color: var(--color-input-text);
  background-color: var(--color-input-bg);
  border: var(--input--border-style);
  box-shadow: var(--input--box-shadow);
}
.time {
  color: #676767;
  font-size: 0.7em;
}
a {
  text-decoration: none;
  color: var(--color-link);
}
a:hover {
  color: var(--color-link--hover);
}
html,
body {
  height: 100%;
}
body {
  background: var(--site-background);
}
#siteContainer {
  max-width: 960px!important; 
  padding: 40px 0.8em 0;
  width: 100%;
  margin: 0 auto;
  background: var(--site-background);
  min-height: 100vh;
}
.pure-3-5.avatarHeader {
    display: flex !important;  /* 覆盖 inline-block */
    align-items: center;
    width: auto;  /* 覆盖 60% */
    vertical-align: top;
    font-size: 0; /* 清除inline-block间隙 */
}
.avatarHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 3px;
}

.avatarHeader .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.avatarHeader .authorDate {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avatarHeader .authorDate span[itemprop="name"] {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.avatarHeader .authorDate .time {
    font-size: 12px;
    color: #999;
}

/* 手机端适配 */
@media (max-width: 768px) {
  
    .pure-1-5.reviewImage img {
       width: 55px;  
        height: 85px; 
        object-fit: cover; 
    }
}


#siteContainer:before,
#siteContainer:after {
  content: " ";
  display: table;
}
#siteContainer:after {
  clear: both;
}
@media (min-width: 500px) {
  #siteContainer:after {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  #siteContainer {
    padding-top: 10px;
  }
}
/**@media (min-width: 1200px) {
  #siteContainer:not(.admin) {
    max-width: 100vw;
    width: 1226px;
  }
}**/
button {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  overflow: visible;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0.8em 1.5em;
  color: var(--color-theme);
  background-color: var(--color-button);
  font-size: 14px;
  font-family: "Oswald";
  font-weight: bold;
  letter-spacing: 1.65px;
}
button:hover,
button:focus {
  background-color: var(--color-button-hov);
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.12);
}
button:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
html,
input,
[class*="pure-"] {
  font: normal 1em var(--ap-font-primary);
}
h1,
h3 {
  font-family: "Oswald";
  font-weight: normal;
  color: var(--color-heading);
}
h1 {
  font-family: "Oswald";
  font-size: 2em;
  font-weight: normal;
}
h1[itemprop='name'] {
  font-size: 1.6em;
}
@media (min-width: 450px) {
  h1[itemprop='name'] {
    font-size: 2em;
  }
}
@media (min-width: 600px) {
  h1[itemprop='name'] {
    font-size: 2.4em;
  }
}
h3 {
  font-size: 1.4em;
  font-weight: normal;
}
p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.6em;
    margin: 0.3em 0;
  }
  h3 {
    font-size: 1.2em;
  }
  p {
    line-height: 1.4;
  }
}
body {
  color: var(--color-text);
}
@media all and (min-width: 768px) {
  .pure-1-5 + .pure-4-5 {
    padding-left: 1.6em;
  }
}

.userContent {
  word-wrap: break-word;
  word-break: break-word;
  color: var(--color-text--highlight);
}

.userActions {
  white-space: nowrap;
  font-size: smaller !important;
  text-align: right;
}


.authorDate {
  line-height: 16px;
  float: left;
  padding-right: 0.5em;
}
.reviewImage {
  padding-right: 1em;
}
.reviewImage img {
  max-width: 100%;
  width: 104px;
 height: 156px;
}

.reviewScores {
  color: var(--color-text--highlight);
}
.reviewScores span {
  color: var(--color-text);
}
.scores {
  font-size: 1.7em;
  text-align: center;
  margin: 1em 0 0.5em;
  width: 100%;
}
.scores div + div {
  border-left: var(--border-style);
}
.scores span {
  display: block;
  font-size: 0.5em;
}

