* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img,
input,
select {
  vertical-align: middle;
}
input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
/*调整jquery mobile自带入样式*/
.ui-body-d,
.ui-overlay-d {
  background: #f5f5f5;
}
.ui-body-c .ui-link {
  color: #666;
  font-weight: normal;
}
/*调整jquery mobile自带入样式*/
body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
  overflow-x: hidden;
}
a {
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}
select,
textarea {
  border: 1px solid #ddd;
}
input[type='text'] {
  background-color: #fff;
  background-repeat: no-repeat;
}
.bgStyle,
.header .header-icon,
.header .back-icon-left,
.header .close-icon-left,
.header .more-icon-right,
.header .close-icon-right,
.header .share-icon-right,
.header .search-icon-right {
  background-size: 100%;
  background-repeat: no-repeat;
}
.main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.header {
  z-index: 2;
  position: fixed;
  width: 100%;
  max-width: 37.5rem;
  height: 4.45rem;
  background-color: #fff;
  padding: 1.15rem 1.5rem 1.1rem;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-title {
  width: 100%;
  height: 4.45rem;
  line-height: 4.45rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: 'PingFang-SC-Bold', 'PingFang', '苹方', PingFangSC-Regular, sans-serif;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
  z-index: -1;
}
.header .header-title-right {
  text-align: right;
  padding-right: 1.65rem;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Medium;
  color: #808080;
  font-size: 1.8rem;
}
.header .header-right-text {
  font-family: SourceHanSansCN-Regular;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  float: right;
  margin-top: 0.4rem;
}
.header .header-icon,
.header .back-icon-left,
.header .close-icon-left,
.header .more-icon-right,
.header .close-icon-right,
.header .share-icon-right,
.header .search-icon-right {
  width: 2.2rem;
  height: 2.2rem;
}
.header .header-left,
.header .back-icon-left,
.header .close-icon-left {
  float: left;
  margin-right: 1rem;
}
.header .header-right,
.header .more-icon-right,
.header .close-icon-right,
.header .share-icon-right,
.header .search-icon-right {
  float: right;
  margin-left: 1rem;
}
.header .back-icon-left {
  background-image: url('https://images.zhongmin.cn/header2021/back-icon.png');
}
.header .close-icon-left {
  background-image: url('https://images.zhongmin.cn/header2021/close-icon.png');
}
.header .more-icon-right {
  background-image: url('https://images.zhongmin.cn/header2021/more-icon.png');
  position: relative;
}
.header .more-icon-right .box-more-list {
  z-index: 10000;
  position: absolute;
  top: calc(100% + 20 * 0.05rem);
  right: -0.3rem;
  width: 8.6rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
.header .more-icon-right .box-more-list::before {
  content: '';
  position: absolute;
  right: 0.95rem;
  top: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid rgba(0, 0, 0, 0.8);
}
.header .more-icon-right .box-more-list .item-more-list,
.header .more-icon-right .box-more-list .share-more-list,
.header .more-icon-right .box-more-list .collect-more-list,
.header .more-icon-right .box-more-list .mine-more-list,
.header .more-icon-right .box-more-list .home-more-list {
  box-sizing: border-box;
  display: block;
  padding: 1.15rem 1rem 1.15rem 4.1rem;
  width: 100%;
  height: 3.9rem;
  background-size: 1.6rem 1.6rem;
  background-position: 1.55rem 1.15rem;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-family: 'STXihei';
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.header .more-icon-right .box-more-list .item-more-list::after,
.header .more-icon-right .box-more-list .share-more-list::after,
.header .more-icon-right .box-more-list .collect-more-list::after,
.header .more-icon-right .box-more-list .mine-more-list::after,
.header .more-icon-right .box-more-list .home-more-list::after {
  content: '';
  width: 6.6rem;
  height: 0.05rem;
  position: absolute;
  left: 1rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.header .more-icon-right .box-more-list .item-more-list:last-of-type::after,
.header .more-icon-right .box-more-list .share-more-list:last-of-type::after,
.header .more-icon-right .box-more-list .collect-more-list:last-of-type::after,
.header .more-icon-right .box-more-list .mine-more-list:last-of-type::after,
.header .more-icon-right .box-more-list .home-more-list:last-of-type::after {
  content: '';
  width: 0;
  height: 0;
}
.header .more-icon-right .box-more-list .share-more-list {
  background-image: url('https://images.zhongmin.cn/header2021/share-icon-white.png');
}
.header .more-icon-right .box-more-list .collect-more-list {
  background-image: url('https://images.zhongmin.cn/header2021/collect-icon-white.png');
}
.header .more-icon-right .box-more-list .mine-more-list {
  background-image: url('https://images.zhongmin.cn/header2021/mine-icon-white.png');
}
.header .more-icon-right .box-more-list .home-more-list {
  background-image: url('https://images.zhongmin.cn/header2021/home-icon-white.png');
}
.header .close-icon-right {
  background-image: url('https://images.zhongmin.cn/header2021/close-icon.png');
}
.header .share-icon-right {
  background-image: url('https://images.zhongmin.cn/header2021/share-icon.png');
}
.header .search-icon-right {
  background-image: url('https://images.zhongmin.cn/header2021/search-icon.png');
}
