@charset "UTF-8";

.notice {
  height: 260px;
  overflow: hidden;
}

.notice-item {
  height: auto;
}

.notice-item ul {
  width: 135px;
}

.notice-item ul li {
  /* height: 29px;
  float: none;
  display: block;  */
}

.jScrollPaneContainer {
  float: left;
}

.jScrollPaneTrack {
  width: 17px;
}

.jScrollPaneDrag {
  width: 17px;
}

.message-page > .myPaging,
.story-page > .myPaging {
  clear: both;
}

.photo-view-content .photoType-view-item .photo-img a,
.photo-view-content .photo-view-item .photo-img a {
  display: block;
  overflow: hidden;
}

.photo-view-content .photoType-view-item .photo-img img,
.photo-view-content .photo-view-item .photo-img img,
.oldsite-photo-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 700px) {
  html,
  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    background: #f6f7f9;
    color: #202124;
    font-size: 16px;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
  }

  body {
    padding: 0;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  iframe {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .wraper,
  .leftwrap,
  .rightwrap,
  .pageWrap {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    float: none;
    overflow: visible;
    background: none;
  }

  .leftwrap,
  .notice-scroll,
  .pagemp3 {
    display: none;
  }

  .rightwrap iframe {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
  }

  .mainNav {
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 10px 6px;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(32, 33, 36, 0.08);
    box-shadow: 0 8px 20px rgba(32, 33, 36, 0.06);
    backdrop-filter: blur(12px);
  }

  .mainNav ul {
    display: flex;
    gap: 6px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mainNav ul li {
    float: none;
    flex: 0 0 auto;
  }

  .mainNav ul li a,
  .mainNav ul li.n1 a,
  .mainNav ul li.n2 a,
  .mainNav ul li.n3 a,
  .mainNav ul li.n4 a,
  .mainNav ul li.n5 a {
    width: auto;
    min-width: 54px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    display: block;
    text-indent: 0;
    overflow: visible;
    text-align: center;
    color: #202124;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.1);
    border-radius: 999px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
  }

  .mainNav ul li a:hover,
  .mainNav ul li a:active {
    color: #fff;
    background: #1f6feb;
    border-color: #1f6feb;
  }

  .message-page,
  .story-page {
    width: auto;
    margin: 0;
    padding: 14px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll_pane,
  .story-page .scroll_pane,
  .jScrollPaneContainer {
    width: 100% !important;
    height: auto !important;
    float: none;
    overflow: visible !important;
    position: static !important;
  }

  .jScrollPaneTrack,
  .jScrollPaneDrag,
  a.jScrollArrowUp,
  a.jScrollArrowDown {
    display: none !important;
  }

  .pageTitle,
  .we_content,
  .we_content .p2,
  .story-content,
  .photo-view-content,
  .photo-view-location,
  .message-item,
  .message-item .messageBox,
  .messageBox .userInfo,
  .messageText,
  .story-item,
  .story-item-area,
  .story-item-text,
  .story-item-date,
  .story-content-add,
  .story-reply,
  .story-reply-item .story-reply-title,
  .story-reply-item .story-reply-text,
  .story-reply-write,
  .message-add-item {
    width: auto;
    max-width: none;
  }

  .pageTitle {
    margin-bottom: 10px;
  }

  .pageTitle img {
    display: none;
  }

  .pageTitle::before,
  .photo-view-location::before {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #202124;
  }

  .message-page .pageTitle::before {
    content: "留言";
  }

  .photo-view .photo-view-location::before {
    content: "相册";
    margin-bottom: 4px;
  }

  .we_content .p1_pic,
  .we_content .p1_text,
  .story-item-face,
  .story-item-text,
  .message-item .messageFace,
  .message-item .messageBox {
    float: none;
  }

  .we_content .p1_pic {
    width: 100%;
    text-align: center;
    margin: 4px 0 14px;
  }

  .we_content .p1_pic img {
    width: min(210px, 70vw);
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(32, 33, 36, 0.12);
  }

  .we_content .p1_text {
    margin-left: 0;
  }

  .we_content .p1_text ul li {
    height: auto;
    min-height: 30px;
    line-height: 1.6;
    padding: 6px 0;
  }

  .we_content .p2 {
    margin-top: 14px;
  }

  .we_content .p2 p {
    line-height: 1.8;
    margin-bottom: 12px;
    text-indent: 2em;
  }

  .message-item,
  .story-item,
  .story-content-add,
  .story-reply {
    float: none;
    margin: 12px 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(32, 33, 36, 0.06);
  }

  .message-item {
    padding: 12px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .message-item .messageFace {
    width: 52px;
  }

  .message-item .messageFace img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .messageBox .userInfo .operate {
    display: none;
  }

  .messageBox .userInfo .userName {
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 6px;
    font-size: 13px;
    color: #6b7280;
  }

  .messageBox .userInfo .userName strong,
  .story-item-date strong,
  .story-reply-item .story-reply-title strong {
    color: #1f6feb;
  }

  .messageText {
    box-sizing: border-box;
    padding: 10px;
    background: transparent;
    border: 0;
  }

  .message-item-hidden .messageText {
    width: auto;
    height: auto;
    line-height: 1.7;
    padding: 12px;
  }

  .message-add {
    margin-top: 0;
    position: static;
  }

  .message-add-item {
    float: none;
    margin: 10px 0;
    overflow: visible;
  }

  .message-add-item ul li {
    float: none;
    height: auto;
    line-height: 1.6;
    padding: 0 0 6px;
  }

  .message-add-item .input-style,
  .message-add-item .select-style,
  .message-add-item .textarea-style,
  .story-content-add .textarea-style,
  .story-reply-write .story-reply-txtarea #u_text {
    width: 100%;
    box-sizing: border-box;
    min-height: 42px;
    background: #fff;
    opacity: 1;
    filter: none;
    border-radius: 6px;
    border: 1px solid rgba(32, 33, 36, 0.14);
  }

  .message-add-item .textarea-style {
    min-height: 160px;
  }

  .message-add-item-face {
    position: static;
    width: 64px;
    height: 64px;
    margin: 8px 0;
  }

  .message-add-butter,
  .story-add .message-add-butter {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .message-add-butter input,
  .reply-refer input {
    width: auto;
    min-width: 74px;
    height: 36px;
    padding: 0 12px;
  }

  .story-content-add {
    height: auto;
    padding: 10px;
  }

  .story-content-add .story-content-txtarea,
  .story-content-add .story-add-butter,
  .story-reply-write .story-reply-txtarea,
  .story-reply-write .story-reply-butter {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
  }

  .story-content-add .btn-style,
  .story-reply-write .story-reply-butter .b1 {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    opacity: 1;
    filter: none;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.14);
    border-radius: 8px;
    font-weight: 600;
  }

  .story-item {
    padding: 12px;
  }

  .story-item-area,
  .story-item-date {
    margin: 0;
  }

  .story-item-area {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .story-item-face img {
    width: 40px;
    height: 40px;
  }

  .story-item-date {
    padding-top: 10px;
    margin-top: 10px;
    line-height: 1.8;
    color: #6b7280;
    font-size: 13px;
  }

  .story-item-date em {
    float: none;
    display: block;
    margin-top: 6px;
  }

  .story-reply {
    padding: 12px;
  }

  .story-reply h3 {
    height: auto;
    padding-bottom: 8px;
  }

  .story-reply-item .story-reply-text {
    padding-left: 0;
  }

  .story-reply-write {
    padding-top: 12px;
  }

  .photo-view-location {
    box-sizing: border-box;
    margin-bottom: 12px;
    line-height: 1.7;
  }

  .photo-view-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-left: 0;
    overflow: visible;
  }

  .photo-view-content .photoType-view-item,
  .photo-view-content .photo-view-item {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(32, 33, 36, 0.07);
  }

  .photo-view-content .photoType-view-item .photo-img,
  .photo-view-content .photo-view-item .photo-img,
  .photo-view-content .photoType-view-item .photo-img a,
  .photo-view-content .photo-view-item .photo-img a {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #fff;
  }

  .photo-view-content .photoType-view-item .photo-img img,
  .photo-view-content .photo-view-item .photo-img img,
  .oldsite-photo-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .photo-view-content .photoType-view-item .photo-title {
    width: auto;
    height: auto;
    min-height: 34px;
    line-height: 1.4;
    padding: 7px 8px;
    text-indent: 0;
    color: #202124;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .myPaging,
  .myPage-story,
  .myPage-photo {
    width: auto;
    float: none;
    margin: 16px 0 0;
    padding-left: 0;
    overflow: visible;
  }

  .myPaging ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }

  .myPaging ul li {
    float: none;
    height: auto;
    line-height: 1;
  }

  .myPaging ul li a,
  .myPaging ul li .curr {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.1);
    border-radius: 8px;
  }

  .myPaging ul .count {
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding-left: 0;
    color: #6b6255;
  }
}

@media (max-width: 420px) {
  .message-page,
  .story-page {
    padding: 10px;
  }

  .mainNav {
    padding-left: 8px;
    padding-right: 8px;
  }

  .photo-view-content {
    gap: 8px;
  }
}

/* Final mobile/album refinements. */
.photo-view .photo-view-location {
  display: none;
}

@media (min-width: 701px) {
  .message-page,
  .story-page,
  .photo-view {
    --oldsite-frame-width: 963px;
    --oldsite-frame-height: 560px;
    --oldsite-content-width: 900px;
    --oldsite-scrollbar-gap: 40px;
    --oldsite-scrollbar-width: 23px;
    --photo-tile-width: 210px;
    --photo-tile-height: 270px;
    --photo-cover-height: 240px;
    --photo-title-height: 30px;
    --photo-grid-gap: 20px;
    width: var(--oldsite-frame-width);
  }

  .message-page > .scroll_pane,
  .story-page > .scroll_pane,
  .message-page > .jScrollPaneContainer,
  .story-page > .jScrollPaneContainer {
    width: var(--oldsite-frame-width) !important;
    height: var(--oldsite-frame-height) !important;
    box-sizing: border-box;
  }

  .message-page > .jScrollPaneContainer > .scroll_pane,
  .story-page > .jScrollPaneContainer > .scroll_pane {
    width: var(--oldsite-content-width) !important;
    height: auto !important;
    padding-right: var(--oldsite-scrollbar-gap) !important;
    box-sizing: content-box;
  }

  .message-page .jScrollPaneTrack,
  .story-page .jScrollPaneTrack,
  .message-page .jScrollPaneDrag,
  .story-page .jScrollPaneDrag,
  .message-page .jScrollPaneDragTop,
  .message-page .jScrollPaneDragBottom,
  .story-page .jScrollPaneDragTop,
  .story-page .jScrollPaneDragBottom {
    width: var(--oldsite-scrollbar-width) !important;
  }

  .we_content,
  .pageTitle,
  .story-content,
  .story-content-add,
  .story-front-editor-page,
  .photo-view-content {
    width: var(--oldsite-content-width);
  }

  .message-page > .myPaging,
  .story-page > .myPaging {
    width: var(--oldsite-content-width);
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .photo-view-content {
    display: grid;
    grid-template-columns: repeat(4, var(--photo-tile-width));
    gap: var(--photo-grid-gap);
    margin-left: 0;
    overflow: visible;
    align-items: start;
  }

  .photo-view-content .photoType-view-item,
  .photo-view-content .photo-view-item {
    float: none;
    width: var(--photo-tile-width);
    height: var(--photo-tile-height);
    margin: 0;
    overflow: hidden;
  }

  .photo-view-content .photoType-view-item .photo-img,
  .photo-view-content .photoType-view-item .photo-img a {
    width: var(--photo-tile-width);
    height: var(--photo-cover-height);
  }

  .photo-view-content .photo-view-item .photo-img,
  .photo-view-content .photo-view-item .photo-img a {
    width: var(--photo-tile-width);
    height: var(--photo-tile-height);
  }

  .photo-view-content .photoType-view-item .photo-title {
    width: var(--photo-tile-width);
    height: var(--photo-title-height);
    line-height: var(--photo-title-height);
    box-sizing: border-box;
  }

  .story-front-editor-page {
    height: var(--oldsite-frame-height);
    box-sizing: border-box;
  }

  .message-item {
    width: var(--oldsite-content-width);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 0;
    float: none;
    overflow: visible;
  }

  .message-item .messageFace {
    width: 120px;
    float: none;
  }

  .message-item .messageBox {
    width: auto;
    min-width: 0;
    float: none;
    overflow: visible;
  }

  .messageBox .userInfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: visible;
  }

  .messageBox .userInfo .userName {
    order: 1;
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    float: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .messageBox .userInfo .operate {
    order: 2;
    width: auto;
    flex: 0 0 auto;
    float: none;
    overflow: visible;
  }

  .messageBox .userInfo .operate ul {
    width: auto;
    display: flex;
    align-items: center;
    float: none;
    overflow: visible;
  }

  .messageBox .userInfo .operate ul li {
    display: block;
    float: none;
    height: auto;
    line-height: 45px;
    white-space: nowrap;
  }

  .messageText,
  .message-item-hidden .messageText,
  .message-reply-onpage #your_editor_id,
  .oldsite-front-edit-form textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .message-add,
  .message-add-item,
  .message-add-item ul {
    width: var(--oldsite-content-width);
    box-sizing: border-box;
  }

  .message-add-page .message-add {
    position: relative;
    margin-top: 38px;
  }

  .message-add-page .message-add form {
    width: 100%;
  }

  .message-add-page .message-add-item {
    float: none;
    overflow: visible;
    margin: 8px 0;
  }

  .message-add-page .message-add-item ul {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    column-gap: 8px;
    align-items: center;
    min-height: 53px;
  }

  .message-add-page .message-add-item ul li {
    float: none;
    height: auto;
    line-height: 47px;
  }

  .message-add-page .fixed-textarea {
    width: 756px;
    margin-top: 0;
    box-sizing: border-box;
  }

  .message-add-item .textarea-style {
    width: 100%;
    box-sizing: border-box;
  }

  .message-add-page #message_content {
    width: 756px;
    height: 240px;
    box-sizing: border-box;
    display: block;
  }

  .message-add-page .message-add-butter {
    position: static;
    display: flex;
    gap: 8px;
    width: auto;
    margin: 12px 0 0 68px;
  }

  .message-add-page .message-add-butter input {
    flex: 0 0 auto;
  }

  .reply-refer {
    padding-left: 150px;
    margin-top: 26px;
  }

  .story-content-add,
  .story-item,
  .story-reply {
    width: var(--oldsite-content-width);
    box-sizing: border-box;
  }

  .story-content-add {
    display: flex;
    align-items: stretch;
    gap: 24px;
    padding: 20px;
	margin-bottom:15px;
  }

  .story-content-add form {
    display: flex;
    width: 100%;
    gap: 24px;
  }

  .story-content-add .story-content-txtarea {
    width: auto;
    flex: 1 1 auto;
    height: 156px;
    float: none;
    margin: 0;
  }

  .story-content-add .textarea-style {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
  }

  .story-content-add .story-add-butter {
    width: 103px;
    flex: 0 0 103px;
    height: 156px;
    float: none;
    margin-top: 0;
  }

  .story-item-area,
  .story-item-date,
  .story-reply-item .story-reply-title,
  .story-reply-write {
    width: auto;
    box-sizing: border-box;
  }

  .story-item-area {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 28px;
  }

  .story-item-text {
    width: auto;
    min-width: 0;
    float: none;
  }

  .story-item-face {
    float: none;
  }

  .story-reply {
    padding: 19px 28px;
  }

  .story-reply-item .story-reply-text {
    width: auto;
    box-sizing: border-box;
  }

  .story-reply-write {
    display: flex;
    gap: 21px;
  }

  .story-reply-write form {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 21px;
  }

  .story-reply-write .story-reply-txtarea {
    width: auto;
    flex: 1 1 auto;
    height: 100px;
    float: none;
  }

  .story-reply-write .story-reply-txtarea #u_text {
    width: 100%;
    box-sizing: border-box;
  }

  .story-reply-write .story-reply-butter {
    width: 103px;
    flex: 0 0 103px;
    height: 100px;
    float: none;
  }

  .story-edit-row,
  .story-edit-content {
    width: 100%;
    box-sizing: border-box;
  }

  .story-edit-content .oldsite-plain-editor {
    width: calc(100% - 75px);
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .message-page .pageTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .message-page .pageTitle a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(31, 111, 235, 0.22);
    border-radius: 999px;
    background: #fff;
    color: #1f6feb;
    font-size: 14px;
    font-weight: 700;
  }

  .message-page:not(.message-add-page) .pageTitle a::after {
    content: "写留言";
  }

  .message-add-page .pageTitle::before {
    content: "写留言";
  }

  .message-add-page .pageTitle a::after {
    content: "返回留言";
  }

  .message-add-page .message-add {
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(32, 33, 36, 0.06);
  }

  .message-add-page .message-add-item ul {
    display: block;
    width: 100%;
  }

  .message-add-page .message-add-item ul li,
  .message-add-page .fixed-textarea {
    display: block;
    width: 100%;
  }

  .message-add-page .message-add-item-face {
    float: right;
    margin: 0 0 10px 12px;
  }

  .message-add-page .message-add-butter {
    display: flex;
    gap: 10px;
  }

  .message-add-page .message-add-butter input {
    flex: 1 1 0;
    width: auto;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(32, 33, 36, 0.16);
    background: #fff;
  }

  .story-item-date {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 1.4;
    font-size: 12px;
  }

  .story-item-date strong,
  .story-item-date span,
  .story-item-date em {
    flex: 0 0 auto;
  }

  .story-item-date span {
    padding: 0 7px;
  }

  .story-item-date em {
    float: none;
    display: inline-flex;
    margin-top: 0;
    padding-left: 7px;
  }

  .story-front-editor-page {
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 14px;
    overflow: visible;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.14);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(32, 33, 36, 0.06);
  }

  .story-front-editor-page h3 {
    height: auto;
    line-height: 1.3;
    margin: 0 0 14px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .story-front-editor-page h3 span {
    padding-left: 32px;
    background-size: 22px auto;
  }

  .story-edit-row,
  .story-edit-content {
    width: auto;
    margin: 12px 0;
    overflow: visible;
  }

  .story-edit-row label span,
  .story-edit-content > span {
    float: none;
    display: block;
    width: auto;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .story-edit-row input[type=text],
  .story-edit-content .oldsite-plain-editor {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(32, 33, 36, 0.22);
    background: #fff;
    font-size: 16px;
  }

  .story-edit-content .oldsite-plain-editor {
    height: min(44vh, 260px);
  }

  .story-edit-actions {
    display: flex;
    gap: 10px;
    padding-left: 0;
    margin-top: 14px;
  }

  .story-edit-actions input {
    flex: 1 1 0;
    width: auto;
    height: 44px;
    margin-right: 0;
    border-radius: 8px;
    border: 1px solid rgba(32, 33, 36, 0.18);
    background: #fff;
  }

  .myPaging ul {
    gap: 9px;
  }

  .myPaging ul li a,
  .myPaging ul li .curr {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 15px;
  }

  .myPaging ul li.left,
  .myPaging ul li.left-10,
  .myPaging ul li.right,
  .myPaging ul li.right-10 {
    width: auto;
    margin: 0;
  }

  .myPaging ul li.left .arr,
  .myPaging ul li.left-10 .arr,
  .myPaging ul li.right .arr,
  .myPaging ul li.right-10 .arr {
    width: 36px;
    height: 36px;
    margin-top: 0;
    background-position: center center;
  }
}

/* Follow-up spacing fixes. */
@media (min-width: 701px) {
  .photo-view .myPage-photo {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .story-item-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-x: visible;
    white-space: nowrap;
    row-gap: 8px;
  }

  .story-item-date strong,
  .story-item-date > span {
    flex: 0 0 auto;
  }

  .story-item-date em {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .story-item-date em a {
    flex: 0 0 auto;
  }

  .myPaging,
  .myPage-story,
  .myPage-photo {
    width: calc(100% - 32px);
    margin: 22px auto 0;
  }

  .myPaging ul {
    justify-content: center;
    gap: 7px;
  }

  .myPaging ul li a,
  .myPaging ul li .curr {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
  }

  .myPaging ul li.left .arr,
  .myPaging ul li.left-10 .arr,
  .myPaging ul li.right .arr,
  .myPaging ul li.right-10 .arr {
    width: 19px;
    height: 15px;
    display: block;
    margin-top: 7px;
  }

  .myPaging ul li.left-10 .arr,
  .myPaging ul li.right-10 .arr {
    width: 15px;
  }

  .myPaging ul li.left,
  .myPaging ul li.right {
    width: 19px;
  }

  .myPaging ul li.left-10,
  .myPaging ul li.right-10 {
    width: 15px;
  }

  .myPaging ul .count {
    text-align: center;
    margin-top: 2px;
  }
}

@media (max-width: 700px) {
  .myPaging ul {
    justify-content: center;
    gap: 0;
  }

  .myPaging ul li {
    height: 28px;
    line-height: 28px;
    display: block;
    overflow: hidden;
  }

  .myPaging ul li a,
  .myPaging ul li .curr {
    min-width: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: inherit;
  }

  .myPaging ul li.left,
  .myPaging ul li.right {
    width: 19px;
    margin: 0;
  }

  .myPaging ul li.left-10,
  .myPaging ul li.right-10 {
    width: 15px;
    margin: 0 9px;
  }

  .myPaging ul li.left .arr,
  .myPaging ul li.right .arr {
    width: 19px;
    height: 15px;
    margin-top: 6px;
    display: block;
    text-indent: -1873px;
    overflow: hidden;
  }

  .myPaging ul li.left-10 .arr,
  .myPaging ul li.right-10 .arr {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    display: block;
    text-indent: -1873px;
    overflow: hidden;
  }

  .myPaging ul li.left .arr {
    background: url(../images/arr.png) no-repeat 0 0;
  }

  .myPaging ul li.left .grey {
    background: url(../images/arr.png) no-repeat 0 -34px;
  }

  .myPaging ul li.left-10 .arr {
    background: url(../images/arr.png) no-repeat -21px 0;
  }

  .myPaging ul li.left-10 .grey {
    background: url(../images/arr.png) no-repeat -21px -34px;
  }

  .myPaging ul li.right .arr {
    background: url(../images/arr.png) no-repeat -17px -17px;
  }

  .myPaging ul li.right .grey {
    background: url(../images/arr.png) no-repeat -17px -51px;
  }

  .myPaging ul li.right-10 .arr {
    background: url(../images/arr.png) no-repeat 0 -17px;
  }

  .myPaging ul li.right-10 .grey {
    background: url(../images/arr.png) no-repeat 0 -51px;
  }

  .myPaging ul .count {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding-left: 0;
    margin-top: 8px;
    text-align: center;
  }
}
