@charset "utf-8";

html {
  color: #000;
  background: #f5f5f5;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: pingfang sc;
  font-size: 12px;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: sans-serif;
  /* 防止页面被刘海遮住 */
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  /* 以防万一写一个你本身适配其他手机的 */
  padding-top: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  display: inline-block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: #333333;
}

ins:active,
a:active {
  text-decoration: none;
}

ins:hover,
a:hover {
  text-decoration: none;
}

.margin8 {
  margin-top: 0.21rem;
}

article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.27rem;
}

article .bigtitle {
  height: 0.59rem;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
  margin-left: 0.53rem;
  padding: 0.27rem 0;
}

article .bigtitle::before {
  position: absolute;
  content: '';
  left: -0.27rem;
  top: 0.35rem;
  width: 0.13rem;
  height: 0.43rem;
  background: #ba0c2f;
}

article .bigtitle img {
  right: -0.38rem;
  width: 0.32rem;
  height: 0.32rem;
}

article .more {
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article .more img {
  width: 0.43rem;
  height: 0.43rem;
  margin-left: 0.27rem;
}

.nowpath {
  font-size: 14px;
  margin: 0.21rem 0 0.21rem 0.27rem;
}

.nowpath a {
  color: #0091ff;
}

.nowdayred {
  color: #ba0c2f;
}

.backtop {
  position: fixed;
  bottom: 10%;
  right: 0.27rem;
  z-index: 100;
}

.backtop .van-button {
  border-radius: 50%;
  width: 1.17rem;
  height: 1.17rem;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #fff;
}

.down {
  background: #1a9016 !important;
  color: #fff;
}

.rise {
  background: #ba0c2f !important;
  color: #fff;
}

.downcolor {
  color: #1a9016;
}

.risecolor {
  color: #ba0c2f;
}

.calendar-tip {
  padding: 10px 5px;
}