@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1497928473192');
  src: url('../fonts/iconfont.eot?t=1497928473192#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1497928473192') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1497928473192') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1497928473192#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianzan:before {
  content: "\e600";
}
.icon-pinglun:before {
  content: "\e621";
}
.icon-shoucang:before {
  content: "\e623";
}
.icon-xiangyou:before {
  content: "\e61f";
}
.icon-shijian:before {
  content: "\e629";
}
.icon-dash-address:before {
  content: "\e630";
}
.icon-back:before {
  content: "\e636";
}
.icon-personal-center:before {
  content: "\e632";
}
.icon-search:before {
  content: "\e637";
}
.icon-news:before {
  content: "\e633";
}
.icon-activity:before {
  content: "\e634";
}
.icon-index:before {
  content: "\e635";
}
html,
body {
  user-select: none;
  background: #f7f7f7 !important;
}
body {
  position: relative;
  background: #f7f7f7;
  width: 10rem;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 0.37333333rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.33333333rem !important;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
a {
  text-decoration: none !important;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,
img {
  -webkit-touch-callout: none;
  border: 0;
}
img {
  display: block;
}
.container {
  padding: 0 0.32rem;
  margin: 0;
}
ul,
li,
i {
  font-style: normal;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.none,
.hidden {
  display: none;
}
.ag-img {
  width: 100%;
}
.ag-img-w {
  width: 100%;
  height: 100%;
}
.display_box {
  display: box;
  display: -webkit-box;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-align: center;
  -webkit-box-align: center;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.footer-btn {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fill-height {
  /* 填充底部高度 */
  display: block;
  height: 2.4rem;
}
.text-center {
  text-align: center;
}
.ag-loading {
  text-align: center;
  font-size: 0.34666667rem;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
}
article {
  overflow-x: hidden;
}
article p,
article div,
article li {
  font-size: 0.34666667rem !important;
}
article p {
  margin-bottom: 0.13333333rem;
  text-indent: 0;
}
article img {
  max-width: 100%;
  height: auto;
}
.header {
  background: #ffffff;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e6e6e6;
}
.header .header-logo {
  width: 1.06666667rem;
  height: 1.06666667rem;
  margin-top: 0.05333333rem;
}
.header .header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-user-pic {
  width: 0.85333333rem;
  height: 0.85333333rem;
  margin-top: 0.16rem;
  position: relative;
}
.header .header-user-pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}
.header .header-user-pic .name {
  position: absolute;
  right: 1.06666667rem;
  width: 4rem;
  line-height: 1.17333333rem;
  top: 0;
}
.yun-bottom {
  width: 10rem;
  position: fixed;
  bottom: 0;
  height: 1.33333333rem;
  background: #fff;
  z-index: 9999 !important;
  box-sizing: border-box;
  padding-top: 0.06666667rem;
  box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.05);
}
.yun-bottom ul {
  width: 100%;
}
.yun-bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.yun-bottom ul li i {
  font-size: 0.58666667rem;
  color: #7e7e7e;
  line-height: 0.8rem;
}
.yun-bottom ul li h6 {
  font-size: 0.29333333rem;
  color: #7e7e7e;
}
.yun-bottom ul li.active i {
  color: #00bf6c;
}
.yun-bottom ul li.active h6 {
  color: #00bf6c;
}
.yun-bottom ul li:active i {
  color: #00bf6c;
}
.yun-bottom ul li:active h6 {
  color: #00bf6c;
}
.gyl-btn {
  display: block;
  border: none;
  height: 0.93333333rem;
  text-align: center;
  font-size: 0.42666667rem;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0.08rem;
  line-height: 0.93333333rem;
}
.btn-green {
  background: #00bf6c;
}
.btn-green:active {
  background: #00b562;
}
.btn-gray {
  border: 1px solid #e6e6e6;
  color: #7e7e7e;
  background: #fff;
}
.btn-gray:active {
  background: #f5f5f5;
}
.btn-half {
  width: 45%;
}
.btn-block {
  display: block;
  width: 100%;
  line-height: 1.17333333rem;
  color: #ffffff;
  font-size: 0.48rem;
}
.btn-half.btn-pink {
  background: #3cfba8;
  margin-right: 10%;
}
.btn-half.btn-pink:nth-child(2n) {
  margin-right: 0;
}
.btn-half.btn-pink:active {
  background: #32f19e;
}
.a-whole-line {
  width: 9.36rem;
  margin: 0 auto;
  padding-top: 0.26666667rem;
}
.a-half {
  width: 50%;
  padding-top: 0.26666667rem;
  border-radius: 0 !important;
}
.btn-whole-line {
  width: 9.36rem;
  margin: 0 auto;
}
.margin-top-80 {
  margin-top: 1.06666667rem !important;
}
.margin-top-20 {
  margin-top: 0.26666667rem !important;
}
.margin-top-30 {
  margin-top: 0.4rem !important;
}
.padding-bottom-20 {
  padding-bottom: 0.26666667rem !important;
}
.active {
  display: block !important;
}
.margin-left-6 {
  margin-left: 6%;
}
/*表单元素*/
.drop-down-menu {
  width: 100%;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  font-size: 0.4rem;
  color: #7e7e7e;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.power-by {
  margin: 0.13333333rem 0;
  text-align: center;
  border-top: 1px dashed #e6e6e6;
  padding: 0.2rem 0;
  color: #6f6f6f;
  font-size: 0.34666667rem;
  margin-top: 0.13333333rem;
}
.power-by .team {
  margin-bottom: 0.13333333rem;
}
.icon-gyl {
  background: url(../images/gongyila.png) 0 0 no-repeat;
  display: inline-block;
  width: 2.34666667rem;
  height: 0.58666667rem;
  background-size: cover;
  vertical-align: -0.16rem;
  margin-right: 0.13333333rem;
}
.btn {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
}
.btn.btn-full-radius {
  border-radius: 10000px;
}
.btn.btn-main-color {
  background: #00bf6c;
  color: #ffffff !important;
  line-height: 1.17333333rem;
  height: 1.17333333rem;
}
.btn.btn-main-color:active {
  background: #00b562;
}
.btn.btn-short {
  width: 4rem;
  margin: 0 auto;
}
.btn.btn-violet-gradient {
  background: linear-gradient(45deg, #9851ff, #d64aff);
  background: -moz-linear-gradient(45deg, #9851ff, #d64aff);
  background: -webkit-linear-gradient(45deg, #9851ff, #d64aff);
  background: -o-linear-gradient(45deg, #9851ff, #d64aff);
}
.btn.btn-violet-gradient:active {
  opacity: 0.9;
}
.sign-main-body {
  width: 100%;
  min-height: 17.78666667rem;
  box-sizing: border-box;
  padding-top: 1.6rem;
}
.sign-main-body .organ-logo-title {
  font-size: 0.48rem;
  text-align: center;
}
.sign-main-body .name-and-password {
  margin-top: 0.88rem;
  padding: 0 0.32rem;
}
.sign-main-body .name-and-password ul {
  background: #fff;
  box-sizing: border-box;
}
.sign-main-body .name-and-password ul li {
  height: 1.33333333rem;
  padding: 0 0.32rem;
  line-height: 1.33333333rem;
}
.sign-main-body .name-and-password ul li input {
  display: block;
  width: 100%;
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  border: none;
  font-size: 0.4rem;
}
.sign-main-body .name-and-password .sign-in-btn {
  width: 100%;
  height: 1.33333333rem;
  background: #00bf6c;
  border: none;
  margin-top: 0.66666667rem;
  font-size: 0.42666667rem;
  color: #ffffff;
}
.sign-main-body .name-and-password .forget-and-immedia {
  margin-top: 0.4rem;
}
.sign-main-body .name-and-password .forget-and-immedia a {
  color: #8c8c8c;
  font-size: 0.34666667rem;
}
.sign-main-body .name-and-password .wechat {
  margin-top: 0.66666667rem;
  position: relative;
  text-align: center;
  color: #8c8c8c;
  font-size: 0.4rem;
}
.sign-main-body .name-and-password .wechat i:before {
  font-size: 0.93333333rem;
  vertical-align: -0.18666667rem;
}
.sign-main-body .name-and-password .wechat:after {
  display: block;
  content: '';
  background: url(../images/line.png) center center no-repeat;
  width: 9.36rem;
  height: 0.01333333rem;
  position: absolute;
  top: 0.29333333rem;
}
.sign-main-body .name-and-password .wechat .wechat-sign {
  display: block;
  width: 1.06666667rem;
  height: 1.06666667rem;
  margin: 0.4rem auto;
  background: url(../images/wechat-icon.png) center center no-repeat;
  background-size: cover;
}
/*活动列表*/
.selected-act {
  background: #fff;
  margin-top: 0.26666667rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.selected-act > h1 {
  font-size: 0.45333333rem;
  color: #2A2A2A;
  line-height: 1.17333333rem;
  border-bottom: 1px solid #e6e6e6;
}
.selected-act li {
  padding-top: 0.32rem;
  height: 2.66666667rem;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.selected-act .main-act-infor .act-list-pic {
  width: 2rem;
}
.selected-act .main-act-infor .act-list-pic img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.selected-act .main-act-infor .act-time-place {
  height: 2rem;
  bottom: 0;
  width: 7.36rem;
  padding-left: 0.26666667rem;
  box-sizing: border-box;
  position: relative;
}
.selected-act .main-act-infor .act-time-place > h1 {
  font-size: 0.4rem;
  color: #2A2A2A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.50666667rem;
}
.selected-act .main-act-infor .act-time-place > div {
  font-size: 0.32rem;
  color: #7e7e7e;
}
.selected-act .main-act-infor .act-time-place .act-place {
  position: absolute;
  bottom: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: -0.05333333rem;
}
.selected-act .main-act-infor .act-time-place .act-place i:before {
  font-size: 0.38666667rem;
  color: #2a2a2a;
  vertical-align: -0.04rem;
}
.selected-act .main-act-infor .act-time-place .act-time {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 5.6rem;
  margin-top: -0.10666667rem;
}
.selected-act .main-act-infor .act-time-place .act-time i:before {
  font-size: 0.34666667rem;
  color: #2a2a2a;
  vertical-align: -0.04rem;
}
.selected-act .main-act-infor .act-time-place .act-price {
  position: absolute;
  right: 0.32rem;
  bottom: 0.05333333rem;
  font-size: 0.32rem;
  color: #7e7e7e;
}
/*活动列表页*/
.act-type {
  background: #ffffff;
  line-height: 0.93333333rem;
}
.act-type .newest {
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
}
.act-type .past,
.act-type .newest {
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 0.4rem;
}
.act-type .past:after,
.act-type .newest:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 0.16rem solid #3e3e3e;
  right: 1.14666667rem;
  top: 0.4rem;
  border-color: #3e3e3e transparent transparent transparent;
}
/*文章列表页*/
/*文章列表*/
.article-list-main {
  margin-top: 0.26666667rem;
  background: #FFFFFF;
  padding: 0 0.32rem;
}
.article-list-main a {
  display: block;
  height: 2.66666667rem;
  box-sizing: border-box;
  padding: 0.26666667rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.article-list-main a .article-list-pic img {
  display: block;
  width: 2.13333333rem;
  height: 2.13333333rem;
}
.article-list-main a .article-list-infor {
  position: relative;
  height: 2.13333333rem;
  margin-left: 0.26666667rem;
  width: 6.93333333rem;
}
.article-list-main a .article-list-infor h1 {
  font-size: 0.4rem;
  width: 6.93333333rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list-main a .article-list-infor div.author-and-time {
  position: absolute;
  bottom: 0;
  font-size: 0.34666667rem;
  color: #7e7e7e;
  line-height: 0.53333333rem;
}
.article-list-main a .article-list-infor div.author-and-time .author {
  text-align: left;
  width: 50%;
}
.article-list-main a .article-list-infor div.author-and-time .time {
  text-align: right;
  width: 50%;
}
.article-list-main a .article-list-infor div.author-and-time span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*我报名的活动*/
.tabs-wrap {
  background: #ffffff;
  line-height: 1.17333333rem;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.tabs-wrap li {
  float: left;
  text-align: center;
  font-size: 0.4rem;
}
.tabs-wrap li.active,
.tabs-wrap li:active {
  box-sizing: border-box;
  border-bottom: 3px solid #00bf6c;
}
.tabs-wrap li.active a,
.tabs-wrap li:active a {
  color: #00bf6c;
}
.tabs-wrap.tab-4 li {
  width: 25%;
}
.tabs-wrap.tab-3 li {
  width: 33.333%;
}
.tabs-wrap.tab-2 li {
  width: 50%;
}
.tabs-wrap.tab-1 li {
  width: 100%;
}
/*个人中心*/
.me {
  background: #00bf6c;
  box-sizing: border-box;
  padding: 0.26666667rem 0.32rem;
  position: relative;
}
.me .head-pic {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1000px;
  margin-right: 0.26666667rem;
}
.me .head-pic img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1000px;
  box-sizing: border-box;
  border: 6px solid #ffffff;
}
.me .me-infor {
  width: 7.46666667rem;
  font-size: 0.4rem;
  color: #ffffff;
  margin-top: 0.21333333rem;
}
.me .me-infor .me-name {
  font-size: 0.42666667rem;
  position: relative !important;
  display: inline-block;
}
.me .me-infor .me-name .vip-level {
  position: absolute;
  background: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  line-height: 0.4rem;
  padding: 0 0.13333333rem;
  color: #00bf6c;
  right: -1.6rem;
  border-radius: 0.13333333rem;
  font-weight: 700;
  font-size: 0.29333333rem;
  top: 50%;
  margin-top: -0.2rem;
}
.me .me-infor .me-join-time {
  font-size: 0.37333333rem;
  opacity: 0.7;
}
.user-count-wrap .count-info {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 1.06666667rem;
  background: #ffffff !important;
  font-size: 0.4rem;
}
.user-count-wrap .count-info .title {
  color: #8c8c8c;
  margin-right: 0.13333333rem;
}
.user-count-wrap .count-info:nth-child(1) {
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.full-links {
  margin-top: 0.4rem;
  background: #ffffff;
}
.full-links li {
  line-height: 1.17333333rem;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 0.32rem;
  font-size: 0.4rem;
  position: relative;
}
.full-links li i.iconfont {
  position: absolute;
  right: 0.32rem;
}
.full-links li i.iconfont:before {
  font-size: 0.24rem;
}
.full-links li a {
  display: block;
  width: 100%;
  height: 100%;
}
.full-links li a:focus {
  color: #3e3e3e !important;
}
.full-links li:active {
  background: #fafafa !important;
}
.sign-out {
  width: 9.36rem;
  line-height: 1.17333333rem;
  color: #f31111;
  display: block;
  margin: 0.53333333rem auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 0.42666667rem;
  border-radius: 0.13333333rem;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.sign-out:focus {
  color: #f31111 !important;
}
/*安全设置*/
.smart-form {
  margin-top: 0.53333333rem;
}
.smart-form section {
  margin-bottom: 0.48rem;
}
.smart-form section label {
  margin-top: 0.26666667rem;
  display: block;
  width: 100%;
}
.smart-form section label.label {
  font-size: 0.4rem;
  color: #3e3e3e;
}
.smart-form section label.input {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  font-size: 0.37333333rem;
}
.smart-form section label.input input {
  display: block;
  width: 100%;
  line-height: 1.06666667rem;
  box-sizing: border-box;
  padding: 0 0.26666667rem;
}
.back-and-keep {
  border-top: 1px solid #e6e6e6;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  height: 1.17333333rem;
  width: 10rem;
}
.back-and-keep a {
  width: 50%;
  display: block;
  float: left;
  line-height: 1.17333333rem;
  text-align: center;
  font-size: 0.4rem;
}
.back-and-keep a.back {
  color: #8c8c8c;
}
.back-and-keep a.keep {
  background: #00bf6c;
  color: #ffffff;
}
.back-and-keep a.keep:active {
  background: #00ab58;
}
/*新闻详情页*/
.news-title {
  padding: 0.26666667rem 0.32rem;
  font-size: 0.48rem;
  background: #ffffff;
}
.news-infor {
  width: 100%;
  background: #ffffff;
  padding: 0 0.32rem;
  font-size: 0.37333333rem;
  color: #a0a0a0;
}
.news-infor .news-infor-1 {
  display: inline-block;
  width: 30%;
  overflow: hidden;
}
.news-infor .news-infor-1:nth-child(1) {
  text-align: left;
  color: #00bf6c;
}
.news-infor .news-infor-1:nth-child(1):focus {
  color: #00bf6c !important;
}
.news-infor .news-infor-1:nth-child(2) {
  text-align: center;
}
.news-infor .news-infor-1:nth-child(3) {
  text-align: right;
}
.article-content {
  background: #ffffff;
  padding: 0.26666667rem 0.32rem;
  font-size: 0.37333333rem;
  margin-top: 0.26666667rem;
  color: #787878;
  margin-bottom: 0.66666667rem;
}
.access-traces {
  box-sizing: border-box;
  padding: 0 0.32rem;
  background: #ffffff;
}
.access-traces .more-title {
  display: block;
  color: #8c8c8c;
  line-height: 0.8rem;
  font-size: 0.37333333rem;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.access-traces .more-title i.iconfont {
  position: absolute;
  right: 0.32rem;
  top: 0;
}
.access-traces .more-title:focus {
  color: #8c8c8c !important;
}
.access-traces .header-list {
  padding: 0.26666667rem 0;
}
.access-traces .header-list li {
  width: 0.93333333rem;
  height: 0.93333333rem;
  float: left;
  margin-right: 0.21333333rem;
}
.access-traces .header-list li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
/*文章详情底部菜单*/
.bottom-btn {
  position: fixed;
  bottom: 0;
  line-height: 1.17333333rem;
  height: 1.17333333rem;
  width: 10rem;
  font-size: 0.4rem;
  background: #ffffff;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
}
.bottom-btn .back-btn {
  width: 1.33333333rem;
  display: block;
}
.bottom-btn .back-btn i:before {
  font-size: 0.48rem !important;
  left: 0.32rem !important;
}
.bottom-btn .collect-btn {
  width: 1.33333333rem;
  display: block;
}
.bottom-btn .sign-btn {
  width: 7.33333333rem;
  display: block;
  color: #ffffff;
  font-size: 0.48rem;
}
.bottom-btn a {
  display: block;
  float: left;
  text-align: center;
  color: #8c8c8c;
  position: relative;
  height: 1.17333333rem;
}
.bottom-btn a span {
  display: block;
  position: absolute;
  bottom: -0.34666667rem;
  left: 0.26666667rem;
  font-size: 0.29333333rem;
}
.bottom-btn a i.iconfont:before {
  font-size: 0.58666667rem;
  line-height: 1.17333333rem;
  position: absolute;
  top: -0.18666667rem;
  left: 0.26666667rem;
}
.bottom-btn a.close {
  background: #e6e6e6 !important;
}
.bottom-btn a.close:active {
  background: #d2d2d2 !important;
}
.bottom-btn a.open {
  background: #00bf6c !important;
}
.bottom-btn a.open:active {
  background: #00ab58 !important;
}
.article-bottom {
  position: fixed;
  bottom: 0;
  line-height: 1.17333333rem;
  height: 1.17333333rem;
  width: 10rem;
  font-size: 0.4rem;
  background: #ffffff;
}
.article-bottom a {
  display: inline-block;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
  color: #8c8c8c;
  background: none !important;
}
.article-bottom a.close {
  background: #e6e6e6;
}
.article-bottom a:active {
  background: #00ab58;
}
.article-bottom a i.iconfont:before {
  font-size: 0.48rem;
  line-height: 1.17333333rem;
  margin-right: 0.13333333rem;
}
.article-bottom a:nth-child(1) {
  color: #8c8c8c;
  background: none !important;
}
.article-bottom a:nth-child(1) i.iconfont {
  vertical-align: -0.02666667rem;
}
.article-bottom a:nth-child(2) {
  color: #8c8c8c;
  background: none !important;
  padding-bottom: 0.06666667rem !important;
  box-sizing: border-box;
}
.article-bottom a:nth-child(2) i.iconfont {
  vertical-align: 0.02666667rem;
}
.article-bottom a:nth-child(3) {
  background: #00bf6c;
}
.article-bottom .back-btn {
  width: 1.06666667rem;
  height: 1.17333333rem;
  background: #00bf6c;
}
.article-bottom .bottom-btn {
  width: 2.93333333rem;
  height: 1.17333333rem;
}
.thumbs-up-btn {
  font-size: 0.4rem;
  width: 2.66666667rem;
  margin: 0 auto;
}
.thumbs-up-btn i:before {
  font-size: 0.48rem;
  color: #ffffff;
  vertical-align: -0.02666667rem;
  margin-right: 0.13333333rem;
}
/*活动详情页*/
.act-details-image {
  display: block;
  width: 100%;
  height: 5.86666667rem;
}
.act-details-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.act-title {
  background: #ffffff;
  padding: 0.26666667rem 0.32rem;
  font-size: 0.48rem;
}
.act-title h1 {
  color: #000000;
}
.act-infor {
  background: #ffffff;
  width: 100%;
  padding: 0 0.32rem;
  font-size: 0.37333333rem;
  color: #a0a0a0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.26666667rem;
}
.act-infor .act-infor-1 {
  display: inline-block;
  width: 30%;
  overflow: hidden;
}
.act-infor .act-infor-1:nth-child(1) {
  text-align: left;
  color: #00bf6c;
}
.act-infor .act-infor-1:nth-child(1):focus {
  color: #00bf6c !important;
}
.act-infor .act-infor-1:nth-child(2) {
  text-align: center;
}
.act-infor .act-infor-1:nth-child(3) {
  text-align: right;
}
.act-content {
  padding: 0 0.32rem;
  font-size: 0.37333333rem;
  margin-top: 0.26666667rem;
  color: #787878;
  margin-bottom: 0.66666667rem;
}
.ticket-price {
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 0.32rem;
  border-bottom: 1px solid #e6e6e6;
}
.ticket-price .ticket-title {
  line-height: 1.06666667rem;
  font-size: 0.4rem;
}
.ticket-price .ticket-title .remain span {
  color: #00bf6c;
  margin: 0 0.2rem;
}
.ticket-price .ticket-list {
  padding-bottom: 0.26666667rem;
}
.ticket-price .ticket-list li {
  line-height: 1.06666667rem;
  text-align: center;
  font-size: 0.4rem;
  box-sizing: border-box;
  border: 1px dashed #8c8c8c;
  margin-bottom: 0.26666667rem;
}
.ticket-price .ticket-list li a {
  color: #3e3e3e;
}
.ticket-price .ticket-list li a:focus {
  color: #3e3e3e;
}
.act-intro {
  padding-top: 0.26666667rem;
}
.tab-title {
  margin-top: 0.26666667rem;
  background: #ffffff;
  line-height: 1.06666667rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.tab-title ul {
  margin-bottom: 0 !important;
}
.tab-title li {
  float: left;
  width: 50%;
  text-align: center;
}
.tab-title li.active,
.tab-title li:active {
  box-sizing: border-box;
  border-bottom: 2px solid #00bf6c;
}
.tab-title li.active a,
.tab-title li:active a {
  color: #00bf6c;
}
.tab-title li.active a:focus,
.tab-title li:active a:focus {
  color: #3e3e3e !important;
}
.tab-title li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.4rem;
  color: #3e3e3e;
}
.tab-title li a:focus {
  color: #3e3e3e !important;
}
.tab-body {
  background: #ffffff;
  padding: 0 0.32rem;
  font-size: 0.37333333rem;
  color: #787878;
  margin-bottom: 0.26666667rem;
}
.tab-body .tab-content {
  display: none;
}
.tab-body .tab-content.active {
  display: block;
}
.apply-list li {
  box-sizing: border-box;
  border-bottom: 1px dashed #d2d2d2;
  line-height: 1.46666667rem;
  height: 1.46666667rem;
}
.apply-list li:after {
  display: block;
  content: '';
  clear: both;
}
.apply-list li .user-about {
  position: relative;
}
.apply-list li .user-about img {
  display: inline-block;
  border-radius: 1000px;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.26666667rem;
  position: absolute;
  top: 0.33333333rem;
}
.apply-list li .user-about .user-name {
  display: block;
  padding-left: 1.06666667rem !important;
  width: 6.66666667rem;
}
/*没有内容的提示*/
.no-content-tip {
  width: 100%;
  min-height: 13.33333333rem;
}
.no-content-tip img {
  display: block;
  width: 100%;
  height: 100%;
}
.no-content-tip .word-tip {
  font-size: 0.4rem;
  text-align: center;
  color: #8c8c8c;
}
/*会员信息弹出框*/
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.mask .my-member-level {
  position: absolute;
  width: 8rem;
  height: 9.06666667rem;
  left: 50%;
  top: 50%;
  margin-left: -4rem;
  margin-top: -4.53333333rem;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 0.13333333rem;
}
.mask .my-member-level .member-pic {
  display: block;
  width: 100%;
  height: 5.46666667rem;
}
.mask .my-member-level .member-pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.13333333rem 0.13333333rem 0 0;
}
.mask .my-member-level .mem-info {
  display: block;
  box-sizing: border-box;
  padding: 0.2rem 0.53333333rem;
}
.mask .my-member-level .mem-info .my-member-type,
.mask .my-member-level .mem-info .member-time {
  position: relative;
  line-height: 0.93333333rem;
  font-size: 0.37333333rem;
}
.mask .my-member-level .mem-info .my-member-type span,
.mask .my-member-level .mem-info .member-time span {
  position: absolute;
  right: 0;
  color: #00bf6c;
}
.mask .my-member-level .mem-info .pay-record {
  position: relative;
  line-height: 0.93333333rem;
  font-size: 0.37333333rem;
  text-align: center;
  margin-top: 0.13333333rem;
}
.mask .my-member-level .mem-info .pay-record a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0.53333333rem;
  background: #00bf6c;
  color: #ffffff;
  border-radius: 1000px;
}
.mask .my-member-level .mem-info .pay-record a:active {
  background: #00b562;
}
.mask .my-member-level .close-btn {
  display: block;
  position: absolute;
  width: 0.93333333rem;
  height: 0.93333333rem;
  bottom: -1.6rem;
  left: 50%;
  margin-left: -0.46666667rem;
}
.mask .my-member-level .close-btn i {
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url(../images/close-btn.png) center center no-repeat;
  background-size: cover;
}
.mask .my-member-level .close-btn:active {
  opacity: 0.8;
}
.mask .my-member-level .close-btn:before {
  display: block;
  content: '';
  width: 0.02666667rem;
  height: 0.8rem;
  background: #ffffff;
  top: -0.8rem;
  left: 50%;
  margin-left: -0.01333333rem;
  position: absolute;
}
