/*通用弹窗*/
/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*修改滚动条*/
*::-webkit-scrollbar {
  width: 0.02666667rem;
  height: auto;
  scrollbar-arrow-color: #adb4be;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background: #f3f6fb;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  color: #292929;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  border: none;
}
input::-webkit-input-placeholder {
  color: #adb4be;
}
/*通用类，禁止滑动*/
.no-slide {
  overflow: hidden !important;
}
/*项目通用页面*/
.page-container {
  background: #f3f6fb;
  width: 100%;
  max-width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  padding: 1.14666667rem 0 0rem;
  position: relative;
}
/*通用，无数据显示*/
.no_message {
  width: 100%;
}
.no_message > p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 3;
  margin-top: 0.26666667rem;
  color: #292929;
  font-size: 0.4rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
/*通用顶部导航栏*/
.header-nav-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 14.4rem;
  height: 1.147rem;
  background: #fff;
  overflow: hidden;
}
.header-nav-toolbar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02666667rem;
  background: #f0f0f0;
}
.header-nav-toolbar .icon-arrow-left {
  flex-shrink: 0;
  width: 1.14666667rem;
  height: 100%;
  padding: 0 0.17333333rem;
  box-sizing: content-box;
}
.header-nav-toolbar .icon-arrow-left span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/iconBase/iconArrowLeft.png") center center no-repeat;
  -webkit-background-size: 1.14666667rem auto;
  background-size: 1.14666667rem auto;
}
.header-nav-toolbar .icon-arrow-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav-toolbar .header-nav-right {
  flex-shrink: 0;
  height: 100%;
  width: 1.14666667rem;
  padding: 0 0.17333333rem;
  box-sizing: content-box;
}
.header-nav-toolbar .header-nav-right span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/iconBase/iconHeadMore.png") center center no-repeat;
  -webkit-background-size: 1.14666667rem auto;
  background-size: 1.14666667rem auto;
}
.header-nav-toolbar .header-nav-right button {
  display: block;
  width: 100%;
  height: 100%;
  color: #292929;
  font-size: 0.37333333rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.header-nav-toolbar .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-nav-toolbar .header-title h2 {
  text-align: center;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 0.42666667rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-weight: 600;
  overflow: hidden;
}
/*通用搜索栏*/
.search-activity-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 0.93333333rem;
  padding: 0 0.29333333rem;
  background-color: #fff;
  border-radius: 0.46666667rem;
}
.search-activity-bar span {
  flex-shrink: 0;
  display: block;
  width: 0.4rem;
  height: 100%;
  margin-right: 0.13333333rem;
  font-size: 0.45333333rem;
  background: url("../images/iconBase/iconSearch.png") center center no-repeat;
  -webkit-background-size: 0.33333333rem 0.34666667rem;
  background-size: 0.33333333rem 0.34666667rem;
}
.search-activity-bar input {
  width: 100%;
  height: 100%;
  color: #292929;
  font-size: 0.32rem;
  font-family: "PingFang-SC-Heavy", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
}
/*活动列表*/
.ge-activity-list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0.49333333rem 0.45333333rem;
  background: #fff;
  /*分享按钮*/
  /*分享查看值*/
}
.ge-activity-list:not(:last-of-type) {
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.ge-activity-list .thumb {
  flex-shrink: 0;
  width: 2.41333333rem;
  height: 2.41333333rem;
  margin-right: 0.26666667rem;
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.ge-activity-list .thumb img {
  width: 100%;
  height: 100%;
}
.ge-activity-list .text-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}
.ge-activity-list .text-list strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.53333333rem;
  font-size: 0.37333333rem;
  color: #292929;
}
.ge-activity-list .text-list span {
  font-size: 0.30666667rem;
  color: #989898;
}
.ge-activity-list .chare-btn {
  width: 100%;
}
.ge-activity-list .chare-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.ge-activity-list .chare-btn li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ge-activity-list .chare-btn li.cur button {
  color: #ff9a0a;
  background: #fff;
  border: 0.02666667rem solid #ff9a0a;
}
.ge-activity-list .chare-btn button {
  display: block;
  width: auto;
  height: 0.64rem;
  padding: 0 0.4rem;
  color: #fff;
  font-size: 0.33333333rem;
  background-color: #ff9a0a;
  border-radius: 0.32rem;
}
.ge-activity-list .chare-btn span {
  padding-left: 0.44rem;
  font-size: 0.30666667rem;
  color: #ff9a0a;
  background: url("../images/iconBase/iconIntegral.png") left center no-repeat;
  -webkit-background-size: 0.34666667rem 0.34666667rem;
  background-size: 0.34666667rem 0.34666667rem;
}
.ge-activity-list .share-number {
  width: 100%;
}
.ge-activity-list .share-number ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
}
.ge-activity-list .share-number li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.36rem;
  color: #292929;
  font-size: 0.30666667rem;
}
.ge-activity-list .share-number span {
  padding-left: 0.44rem;
  font-size: 0.30666667rem;
  color: #ff9a0a;
  font-family: auto;
  background: url("../images/iconBase/iconIntegral.png") left center no-repeat;
  -webkit-background-size: 0.34666667rem 0.34666667rem;
  background-size: 0.34666667rem 0.34666667rem;
  position: relative;
}
/*排序，筛选弹窗*/
/*弹窗内容*/
.screen-pop-up-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /*弹窗内，按钮*/
  /*排序板块*/
  /*筛选板块*/
}
.screen-pop-up-content .sort-content-box {
  display: none;
  padding-top: 0.26666667rem;
  background: #fff;
  /*排序类别*/
  /*按钮栏目*/
}
.screen-pop-up-content .sort-content-box .list {
  width: 100%;
  padding-bottom: 0.53333333rem;
  overflow: hidden;
}
.screen-pop-up-content .sort-content-box .list strong {
  display: block;
  width: 100%;
  padding: 0 0.58666667rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #292929;
  font-size: 0.4rem;
  box-sizing: content-box;
}
.screen-pop-up-content .sort-content-box .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 1.22666667rem;
  padding: 0 0.69333333rem;
  color: #989898;
  font-size: 0.34666667rem;
  border-bottom: 0.02666667rem solid #f3f3f3;
}
.screen-pop-up-content .sort-content-box .list li.cur {
  background: url("../images/iconBase/iconPitchOn.png") 93% center no-repeat;
  background-size: 0.45333333rem 0.32rem;
}
.screen-pop-up-content .sort-content-box .btn-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.49333333rem 0.58666667rem;
}
.screen-pop-up-content .sort-content-box .btn-bar button {
  width: 46%;
  height: 0.88rem;
  font-size: 0.34666667rem;
  line-height: 1;
  color: #292929;
  background: #e5e5e5;
  border-radius: 0.4rem;
}
.screen-pop-up-content .sort-content-box .btn-bar button:last-child {
  color: #fff;
  background: #5089fd;
}
.screen-pop-up-content .more-screen-content {
  display: none;
  width: 100%;
  padding-top: 0.13333333rem;
  background: #fff;
  /*按钮栏目*/
}
.screen-pop-up-content .more-screen-content .screen-list {
  width: 100%;
  padding: 0 0.58666667rem 0.13333333rem;
  overflow: hidden;
}
.screen-pop-up-content .more-screen-content .screen-list strong {
  display: block;
  width: 100%;
  height: 1.38666667rem;
  line-height: 1.38666667rem;
  color: #292929;
  font-size: 0.4rem;
  overflow: hidden;
}
.screen-pop-up-content .more-screen-content .screen-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.screen-pop-up-content .more-screen-content .screen-list ul:after {
  content: '';
  width: 30%;
}
.screen-pop-up-content .more-screen-content .screen-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 0.85333333rem;
  margin-bottom: 3%;
  line-height: 1;
  color: #989898;
  font-size: 0.32rem;
  background: #f5f5f5;
  border-radius: 0.06666667rem;
  overflow: hidden;
}
.screen-pop-up-content .more-screen-content .screen-list li.cur {
  color: #5486ff;
  background: #dde7ff;
}
.screen-pop-up-content .more-screen-content .user-select input {
  width: 100%;
  height: 0.90666667rem;
  padding: 0 0.32rem;
  font-size: 0.32rem;
  background: #fff;
  border-radius: 0.06666667rem;
  border: solid 0.01333333rem #e5e5e5;
}
.screen-pop-up-content .more-screen-content .btn-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.49333333rem 0.58666667rem;
}
.screen-pop-up-content .more-screen-content .btn-bar button {
  width: 46%;
  height: 0.88rem;
  font-size: 0.34666667rem;
  line-height: 1;
  color: #292929;
  background: #e5e5e5;
  border-radius: 0.4rem;
}
.screen-pop-up-content .more-screen-content .btn-bar button:last-child {
  color: #fff;
  background: #5089fd;
}
/*显示弹窗 - 详细规则*/
.all-popup-show {
  display: flex !important;
}
/*# sourceMappingURL=default_style.css.map */