*,
::before,
::after {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-shadow-inset: ;
  --un-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
::backdrop {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-shadow-inset: ;
  --un-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
.btn-primary {
  margin-top: 1.25rem;
  border-radius: 0.25rem;
  --un-bg-opacity: 1;
  background-color: rgba(239, 136, 33, var(--un-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --un-text-opacity: 1;
  color: rgba(255, 255, 255, var(--un-text-opacity));
}
[flex-center=""] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.relative {
  position: relative;
}
.left-\[50\%\] {
  left: 50%;
}
[m-4=""] {
  margin: 1rem;
}
[mx-1=""] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
[my-3=""] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
[mb-5=""] {
  margin-bottom: 1.25rem;
}
[ml-8=""] {
  margin-left: 2rem;
}
[mr-2=""] {
  margin-right: 0.5rem;
}
[mt-10=""] {
  margin-top: 2.5rem;
}
[mt-2=""] {
  margin-top: 0.5rem;
}
[mt-20=""] {
  margin-top: 5rem;
}
[mt-3=""] {
  margin-top: 0.75rem;
}
[mt-5=""] {
  margin-top: 1.25rem;
}
[inline-block=""] {
  display: inline-block;
}
.min-h-screen {
  min-height: 100vh;
}
[w-8=""] {
  width: 2rem;
}
[w~="\33 50px"] {
  width: 350px;
}
[flex=""] {
  display: flex;
}
[flex-1=""] {
  flex: 1 1 0%;
}
.-translate-x-\[50\%\] {
  --un-translate-x: -50%;
  transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y))
    translateZ(var(--un-translate-z)) rotate(var(--un-rotate))
    rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y))
    rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y))
    scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
    scaleZ(var(--un-scale-z));
}
[items-center=""] {
  align-items: center;
}
[bg-white=""] {
  --un-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--un-bg-opacity));
}
[px-3=""] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
[py-3=""] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
[py-4=""] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
[pb-2=""] {
  padding-bottom: 0.5rem;
}
[pb-7=""] {
  padding-bottom: 1.75rem;
}
[pt-1=""] {
  padding-top: 0.25rem;
}
[pt-2=""] {
  padding-top: 0.5rem;
}
[text-center=""],
[text~="center"] {
  text-align: center;
}
[text-right=""] {
  text-align: right;
}
[font-sans=""] {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}
[font~="song"] {
  font-family: 苹方, Arial, PingFang SC, 微软雅黑;
}
[text-3xl=""] {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
[text-5xl=""] {
  font-size: 3rem;
  line-height: 1;
}
[text-lg=""] {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
[text-sm=""],
[text~="sm"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
[text-xl=""] {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
[font-bold=""],
[font~="bold"] {
  font-weight: 700;
}
[font-normal=""] {
  font-weight: 400;
}
[font~="medium"] {
  font-weight: 500;
}
.leading-6 {
  line-height: 1.5rem;
}
[tracking-wider=""] {
  letter-spacing: 0.3em;
}
[text-gray-500=""] {
  --un-text-opacity: 1;
  color: rgba(107, 114, 128, var(--un-text-opacity));
}
[text~="white"] {
  --un-text-opacity: 1;
  color: rgba(255, 255, 255, var(--un-text-opacity));
}
[card-shadow=""] {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
.lylmepage {
  max-width: 700px;
}
.root-color {
  color: #ef5350;
}

.root-background {
  background-color: #ef5350;
}

.huangli {
  margin-bottom: 20px;
  position: relative;
  /*border: 2px solid #fff;*/
  /*border-width: 2px 0;*/
  width: 100%;
  color: #000;
  font-size: 14px;
  zoom: 1;
  overflow: hidden;
}
.huangli i {
  font-style: normal;
  color: #666666;
}
.huangli b {
  font-weight: normal;
}
.huangli:before,
.huangli:after,
.yiji:before {
  content: "";
  position: absolute;
  left: 90px;
  font-size: 0;
}
.huangli:before {
  top: 0;
  width: 0;
  height: 300px;
  /*border-right:1px solid #BBB;*/
}
.huangli:after {
  left: 0;
  top: 300px;
  width: 100%;
  height: 0;
  /*border-bottom:1px solid #BBB;*/
}
.yiji:before {
  top: 220px;
  width: 100%;
  height: 0;
  /*border-bottom:1px solid #BBB;*/
}
#md {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 30px;
  font-size: 25px;
  color: #000;
}
#ymd {
  position: absolute;
  left: 60px;
  top: 0;
  width: 13px;
  font-size: 13px;
}
#ymd i {
  display: block;
  margin-top: 10px;
}
.nayin,
.chongsha,
.pengzu {
  position: absolute;
  left: 120px;
}
.nayin i,
.chongsha i {
  margin-left: 20px;
}
.nayin {
  top: 30px;
}
.chongsha {
  top: 90px;
}
.pengzu {
  top: 160px;
}
.pengzu i {
  position: absolute;
  left: 50px;
  top: -1em;
  width: 120px;
}
.xishen,
.fushen,
.caishen {
  position: absolute;
  top: 240px;
}
.xishen {
  left: 120px;
}
.fushen {
  left: 215px;
}
.caishen {
  left: 300px;
}
.xishen i,
.fushen i,
.caishen i {
  display: block;
}
.yiji {
  /*margin-left:25px;*/
  margin-top: 320px;
}
.yiji.ji {
  margin-top: 20px;
}
.yiji b {
  margin-right: 4px;
  /*padding: 2px 4px;*/
  font-size: 20px;
  font-weight: bold;
  color: green;
  /*background: green;*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*-ms-border-radius: 50%;*/
  /*-o-border-radius: 50%;*/
  /*border-radius: 50%;*/
}
.yiji i {
  line-height: 1.5em;
  margin-right: 10px;
}
.yiji.ji b {
  /*background: red;*/
  color: red;
}
.shen {
  /*margin-left:22px;*/
  margin-top: 20px;
}
.shen.xiong {
  margin-bottom: 20px;
}
.shen i {
  line-height: 1.5em;
  margin-right: 10px;
}
/* 弹窗背景 */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* 图片 */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-height: 700px;
  max-width: 700px;
}

#imgview {
  object-fit: cover;
  object-position: 100% 0%;
}
/* 文本内容 */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  height: 30px;
}

/* 添加动画 */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* 关闭按钮 */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 小屏幕中图片宽度为 100% */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 90%;
  }
}
