/*公共样式*/
.website {
  color: #212121;
  font-size: 14px;
}

.website .container {
  max-width: 1312px;
}

@media screen and (max-width: 1352px) {
  .website .container {
    padding: 0 20px;
  }
}

.website .button.theme_bg {
  color: #fff;
  text-align: center;
}

.page_container .module {
  margin-top: 40px;
}

.page_container .module.mo_inside {
  margin-top: 0;
}

.module_title .module_ti_con {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.module_title .ti {
  font-size: 24px;
  font-weight: bold;
  color: inherit !important;
}

.module_title .more a {
  color: inherit;
  display: flex;
  margin-top: 8px;
}

.module_title .more a:after {
  content: "\e651";
  font-family: "iconfont";
  margin-left: 4px;
}

@media screen and (max-width: 1024px) {
  .module_layout_box .module .container {
    padding: 0;
  }

  .page_container .module {
    margin-top: 24px;
  }

  .page_container .module.mo_inside {
    margin-top: 0;
  }

  .module_title .module_ti_con {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .module_title .ti {
    font-size: 18px;
  }

  .module_title .more a {
    margin-top: 0px;
  }
}

/*布局*/
.layout_box .module_layout_con {
  margin-left: -20px;
  margin-right: -20px;
}

.layout_box .module_layout_box {
  margin: 0 20px;
}

.layout_box .module_layout_box .module {
  margin-top: 0;
  margin-bottom: 20px;
}

.layout_box .module_title .module_ti_con {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.layout_box .module_title .ti {
  font-size: 18px;
}

/*选择分类*/
.tab_select_list .tab_select {
  margin-bottom: 24px;
  position: relative;
}

.tab_select_list .tab_select .tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  height: 32px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.tab_select_list .tab_select .tab::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
.tab_select_list .tab_select .tab::-webkit-scrollbar-track {
  background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
.tab_select_list .tab_select .tab::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.tab_select .tab_view {
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
}

.tab_select_button {
  margin-right: 32px;
  font-size: 16px;
  cursor: pointer;
  height: 32px;
}

.tab_select_button:last-child {
  margin-right: 0;
}

.tab_select_button.theme_color {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-weight: bold;
}

.tab_select_list .tab_xj {
  margin-top: 12px;
}

.tab_select_list .tab_xj_view {
  display: flex;
  flex-wrap: wrap;
}

.tab_select_list .tab_xj_span {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 16px;
  border-radius: 4px;
  background: #f4f5f9;
  color: #6b717b;
  cursor: pointer;
}

.tab_select_list .tab_xj_span.theme_color span {
  color: #212121;
}

/*.tab_filter_button {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  height: 31px;
}
.tab_filter_button .icon {
  margin: 0;
}
.tab_filter_button.close {
  position: fixed;
  z-index: 10000;
  top: 0px;
  right: 10px;
  line-height: 1;
  padding: 10px;
}*/
/*搜索筛选*/
.filter_drawer_mask {
  background: #f4f5f9;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 20px 30px 5px 30px;
  margin-bottom: 20px;
}

.filter_drawer .search {
  position: relative;
  margin-bottom: 20px;
}

.filter_drawer .search .search_icon {
  position: absolute;
  left: 12px;
  line-height: 40px;
  opacity: 0.2;
}

.filter_drawer .search .input {
  background: #fff;
  padding-left: 40px;
  padding-right: 100px;
}

.filter_drawer .search .button {
  position: absolute;
  right: 0;
  top: 5px;
  background: none !important;
  width: 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0;
  height: 30px;
  line-height: 30px;
}

.filter_drawer .filter_group_body {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  flex: 1;
  padding-bottom: 10px;
  padding-top: 15px;
}

.filter_drawer .filter_group:first-child .filter_group_body {
  border: 0;
  padding-top: 0;
}

.filter_drawer .filter_group_title {
  width: 70px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 15px;
}

.filter_drawer .filter_group:first-child .filter_group_title {
  padding-top: 0;
}

.filter_drawer .filter_item {
  display: inline-block;
  margin-right: 5px;
  padding: 0 15px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 5px;
  cursor: pointer;
}

.filter_drawer .filter_item.theme_color {
  background: #ecedf4;
  font-weight: bold;
}

.m_tab .filter_drawer_mask {
  padding: 10px 10px 2px 10px;
}

.m_tab .filter_drawer .search {
  margin-bottom: 10px;
}

.m_tab .filter_drawer .filter_group_title {
  padding-top: 8px;
}

.m_tab .filter_drawer .filter_group_body {
  padding-top: 8px;
  padding-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .open_tip b {
    font-size: 17px !important;
  }

  .filter_drawer_mask {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
  }

  .filter_drawer .search .search_icon {
    line-height: 50px;
  }

  .filter_drawer .search .button {
    top: 10px;
  }

  .filter_drawer_mask .filter_drawer {
    position: relative;
    height: 100%;
    display: inline-block;
    float: right;
    margin: 0 0 0 auto;
    padding: 40px 20px 76px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    overflow-y: auto;
  }

  .filter_drawer_mask .filter_group {
    margin-bottom: 20px;
    width: 100%;
  }

  .filter_drawer_mask .filter_group_title {
    margin-bottom: 12px;
    width: 100%;
    line-height: inherit;
    padding-top: 0;
  }

  .filter_drawer_mask .filter_group_body {
    border: 0;
    padding: 0;
    width: 308px;
  }

  .filter_drawer_mask .filter_item {
    height: 40px;
    border-radius: 2px;
    background-color: #f4f5f9;
    text-align: center;
    position: relative;
    word-wrap: normal;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0 4px;
  }

  .filter_drawer_mask .filter_item:nth-child(3n) {
    margin-right: 0;
  }

  .filter_drawer_mask .filter_item.theme_color {
    background: #fff;
  }

  .filter_drawer_mask .filter_item.theme_color span {
    position: relative;
    z-index: 2;
  }

  .filter_drawer_mask .filter_item.theme_color .theme_bg {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.1;
  }

  .filter_drawer_mask .filter_action {
    position: fixed;
    bottom: 20px;
    right: 16px;
    width: 316px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }

  .filter_drawer_mask .filter_action .button {
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding: 0 46px;
    margin: 0 4px;
    flex: 1;
  }

  .filter_drawer_mask .filter_action .button.theme_color {
    background-color: #f4f5f9;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  .tab_select_button {
    font-size: 14px;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .tab_select_button.theme_color {
    border-bottom-width: 2px;
    padding-bottom: 8px;
  }
}

/*模块 菜单*/
.module.menu .user_login a {
  color: inherit;
}

.module.menu .user_login .nav_line {
  display: inline-block;
  margin: 0 14px;
  font-size: 14px;
  color: #babdc3;
}

@media screen and (max-width: 1024px) {
  .module.menu .user_login .nav_line {
    margin: 0 4px;
  }

  .nav_li .son_menu .tips_info {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .module.menu .menu_nav .nav_li {
    border-bottom: none !important;
    padding-left: 40px !important;
  }
}
/*模块 轮播*/
.swiper-pagination-clickable {
  bottom: 24px;
}
.swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  color: #fff;
  opacity: 0.3;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
}

.swiper-button-next:hover .icon,
.swiper-button-prev:hover .icon {
  opacity: 1;
}

.layout_box .col_lg_8 .swiper-button-next .icon,
.layout_box .col_lg_8 .swiper-button-prev .icon,
.layout_box .col_lg_4 .swiper-button-next .icon,
.layout_box .col_lg_4 .swiper-button-prev .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .swiper-pagination-clickable {
    bottom: 8px;
    text-align: right;
    right: 20px;
  }

  .swiper-pagination-bullet {
    width: 20px;
  }

  .swiper-button-next .icon,
  .swiper-button-prev .icon {
    display: none;
  }
}

/*模块 基础列表*/
.listmodule .data .item .icon {
  background: none;
  color: inherit;
}

/*模块 投票榜单 a*/
.vote_mk.style_a .list_box .li {
  width: 25%;
}

.vote_mk.style_a .list_box .box {
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.vote_mk.style_a .box .info {
  padding: 12px;
}

.vote_mk.style_a .top .sort {
  display: none;
}

.vote_mk.style_a .top .name span {
  font-weight: bold;
  color: inherit;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}

.vote_mk.style_a .intro {
  opacity: 0.6;
  margin-bottom: 8px;
}

.vote_mk.style_a .fb_info {
  display: none;
}

.vote_mk.style_a .data .item {
  display: none;
}

.vote_mk.style_a .data .item:last-child {
  display: flex;
  margin: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.vote_mk.style_a .data .icon {
  display: none;
}

.vote_mk.style_a .data .theme_color {
  color: inherit;
}

.vote_mk.style_a .data span:last-child {
  margin-left: 8px;
}

.vote_mk.style_a .file_info {
  display: none;
}

.vote_mk.style_a .video_t {
  display: none;
}

.vote_mk.style_a .link {
  display: block;
  padding-bottom: 8px;
}

.vote_mk.style_a .link .theme_bg {
  background: none;
  border-width: 1px;
  border-style: solid;
  width: 106px;
  height: 32px;
  border-radius: 18px;
  display: inline-block;
  line-height: 30px;
}

/*模块 投票榜单 b*/
.vote_mk.style_b .list_box .li {
  width: 16.66%;
}

.vote_mk.style_b .list_box .box {
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 32px 12px;
}

.vote_mk.style_b .img_cover {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 50%;
}

.vote_mk.style_b .top .sort {
  display: none;
}

.vote_mk.style_b .top .name {
  -webkit-line-clamp: 1;
}

.vote_mk.style_b .top .name span {
  font-weight: bold;
  color: inherit;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}

.vote_mk.style_b .intro {
  opacity: 0.6;
  margin-bottom: 16px;
}

.vote_mk.style_b .fb_info {
  display: none;
}

.vote_mk.style_b .data .item {
  display: none;
}

.vote_mk.style_b .data .item:last-child {
  display: flex;
  margin: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.vote_mk.style_b .data .icon {
  display: none;
}

.vote_mk.style_b .data span:last-child {
  margin-left: 8px;
  font-size: 14px;
}

.vote_mk.style_b .file_info {
  display: none;
}

.vote_mk.style_b .video_t {
  display: none;
}

.vote_mk.style_b .link {
  display: block;
}

.vote_mk.style_b .link .theme_bg {
  width: 78px;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
  line-height: 32px;
}

.vote_mk.style_b .link .theme_bg .theme_color {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .vote_mk.style_b .list_box .li {
    width: 50%;
  }
}

/*模块 活动 旧列表 a
.events.style_a .events_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}.events.style_a .events_card {
  width: 25%;
  cursor: pointer;
  margin-bottom: 20px;
}.events.style_a .events_card .box {
  margin: 0 10px;
  background: #f7f9fb;
}.events.style_a .events_card_body {
  position: relative;
  padding: 16px 20px;
}.events.style_a .events_card_title {
  font-size: 16px;
  -webkit-line-clamp: 1;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}.events.style_a .events_card_title .xz {
  display: none;
}.events.style_a .zb .name {
}.events.style_a .nun {
  display: none;
}.events.style_a .events_card_action .button {
}.layout_box .col_lg_8 .events.style_a .events_card {
  width: 50%;
}.layout_box .col_lg_4 .events.style_a .events_card {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .events.style_a .events_list {
    margin-left: -5px;
    margin-right: -5px;
  }  .events.style_a .events_card {
    width: 50%;
    font-size: 12px;
  }  .events.style_a .events_card .box {
    margin: 0 5px;
  }  .events.style_a .events_card_title {
    font-size: 14px;
  }  .events.style_a .events_card_info {
    display: block;
  }  .events.style_a .events_card_info_item .icon {
    display: inline-block;
    font-size: 12px;
  }  .events_list .events_card_info_time {
    height: auto;
  }  .events.style_a .events_card_title .xz {
    font-size: 12px;
    right: 4px;
  }  .layout_box .col_lg_4 .events.style_a .events_card {
    width: 50%;
  }}*/
/*模块 活动 旧列表 b
.events.style_b .events_card .box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}.events.style_b .events_card_image {
  width: 308px;
}.events.style_b .events_card_body {
  flex: 1;
  padding-left: 30px;
}.events.style_b .events_card_title {
  font-size: 20px;
  margin-bottom: 10px;
}.events.style_b .events_card_info {
  display: flex;
  opacity: 0.8;
  margin-bottom: 12px;
}.events.style_b .events_card_info_item {
  margin-right: 20px;
}.events.style_b .zb {
  margin-bottom: 20px;
}.events.style_b .zb .or_logo {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 8px;
}.events.style_b .nun {
  float: left;
}.events.style_b .nun .icon {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 14px;
}.events.style_b .events_card_action .price {
  display: none;
}.events.style_b .events_card_action .button {
  float: right;
  width: 100px;
  height: 38px;
  border-radius: 19px 0px 0px 19px;
  padding: 0;
}.events.style_b .events_card_action .button.done {
  background: #babdc3 !important;
}.layout_box .col_lg_4 .events.style_b .events_card_image {
  width: 162px;
}.layout_box .col_lg_4 .events.style_b .events_card_body {
  padding-left: 12px;
}.layout_box .col_lg_4 .events.style_b .events_card_title {
  font-size: 14px;
  margin-bottom: 4px;
}.layout_box .col_lg_4 .events.style_b .events_card_info {
  opacity: 0.6;
  margin-bottom: 8px;
}.layout_box .col_lg_4 .events.style_b .events_card_info_item .t {
  display: none;
}.layout_box .col_lg_4 .events.style_b .events_card_info_item .span {
  display: none;
}.layout_box .col_lg_4 .events.style_b .zb {
  display: none;
}.layout_box .col_lg_4 .events.style_b .nun .alm {
  opacity: 0.6;
}.layout_box .col_lg_4 .events.style_b .events_card_action {
  display: none;
}
@media screen and (max-width: 1024px) {
  .events.style_b .events_card_image {
    width: 152px;
  }  .events.style_b .events_card_body {
    padding-left: 12px;
    position: relative;
  }  .events.style_b .events_card_title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
  }  .events.style_b .events_card_info {
    display: block;
  }  .events.style_b .events_card_info_item {
    display: flex;
    align-items: center;
    font-size: 12px;
  }  .events.style_b .events_card_info_item .icon {
    font-size: 14px;
  }  .events.style_b .zb {
    margin-bottom: 0;
  }  .events.style_b .nun {
    position: absolute;
    right: 100%;
    top: 60px;
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    align-items: center;
    padding: 2px 4px;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 12px;
  }  .layout_box .col_lg_4 .events.style_b .nun .icon {
    font-size: 12px;
  }  .layout_box .col_lg_4 .events.style_b .nun .alm {
    opacity: 1;
  }  .events.style_b .events_card_action .button {
    display: none;
  }}*/
/*模块 活动 a*/
.events.style_a .list_box .li {
  width: 25%;
}

.events.style_a .list_box > .li .box {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.events.style_a .list_box > .li .box .info {
  position: relative;
  padding: 16px 20px;
}

.events.style_a .top .sort {
  display: none;
}
.events.style_a .top .name {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.events.style_a .top .name .theme_color {
  color: inherit;
  -webkit-line-clamp: 1;
}
.events.style_a .zb {
  display: none;
}
.events.style_a .events_card_info {
  display: block;
}
.events.style_a .events_card_info_item span {
  opacity: 0.8;
}
.events.style_a .events_card_info_item .icon {
  opacity: 0.6;
  margin-top: 2px;
}
.events.style_a .intro {
  display: none;
}
.events.style_a .data {
  display: none;
}
.events.style_a .events_card_action {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.events.style_a .events_card_action .price {
  display: flex;
  align-items: center;
}
.events.style_a .events_card_action .price .p {
  font-size: 20px;
  font-family: "DIN Alternate";
  font-weight: bold;
  margin-right: 8px;
}
.events.style_a .events_card_action .price .q {
  font-size: 12px;
}
.events.style_a .events_card_action .zt {
  background: none;
  width: 58px;
  height: 26px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}

.events.style_a .events_card_action .zt.done {
  opacity: 0.6;
  border-color: rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 1024px) {
  .col_lg_8 .events.style_a .list_box .li {
    width: 33.33%;
  }

  .col_lg_4 .events.style_a .list_box {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  .col_lg_4 .events.style_a .list_box .li {
    width: 50%;
    margin-bottom: 10px;
  }

  .col_lg_4 .events.style_a .list_box > .li .box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .col_lg_4 .events.style_a .list_box > .li .box .info {
    padding: 10px 12px;
  }

  .col_lg_4 .events.style_a .top .name {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .col_lg_4 .events.style_a .events_card_action {
    bottom: auto;
    top: -32px;
    right: 4px;
  }

  .col_lg_4 .events.style_a .events_card_action .zt {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
  }
}

@media screen and (max-width: 1024px) {
  .events.style_a .list_box {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  .events.style_a .list_box .li {
    width: 50%;
    margin-bottom: 10px;
  }

  .events.style_a .list_box > .li .box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .events.style_a .list_box > .li .box .info {
    padding: 10px 12px;
  }

  .events.style_a .top .name {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .events.style_a .events_card_info_item {
    font-size: 12px;
  }

  .events.style_a .events_card_action {
    bottom: auto;
    top: -32px;
    right: 4px;
  }

  .events.style_a .events_card_action .zt {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
  }
}

/*模块 活动 b*/
.events.style_b .list_box .li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}

.events.style_b .img_cover {
  width: 308px;
  float: left;
  border-radius: 6px;
}

.events.style_b .box .info {
  margin-left: 308px;
  padding-left: 20px;
}

.events.style_b .top .sort {
  display: none;
}

.events.style_b .top .name {
  font-size: 20px;
  margin-bottom: 20px;
}

.events.style_b .top .name .theme_color {
  color: inherit;
}

.events.style_b .zb {
  margin-bottom: 40px;
}

.events.style_b .zb .or_logo {
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
}

.events.style_b .events_card_info {
  display: flex;
  margin-bottom: 8px;
}

.events.style_b .events_card_info_item {
  margin-right: 12px;
  opacity: 0.8;
}

.events.style_b .events_card_info_item .icon {
  opacity: 0.6;
  margin-top: 2px;
}

.events.style_b .intro {
  display: none;
}

.events.style_b .data {
  opacity: 0.6;
  float: left;
  margin-top: 8px;
}

.events.style_b .data .theme_color {
  color: inherit;
}

.events.style_b .events_card_action {
  display: inline-block;
  float: right;
}

.events.style_b .events_card_action .price {
  display: none;
}

.events.style_b .events_card_action .zt {
  float: right;
  width: 100px;
  height: 38px;
  border-radius: 19px 0px 0px 19px;
  padding: 0;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.events.style_b .events_card_action .zt .theme_color {
  color: #fff;
}

.events.style_b .events_card_action .zt.done {
  background: #babdc3;
}

@media screen and (min-width: 1024px) {
  .col_lg_4 .events.style_b .img_cover {
    width: 140px;
  }

  .col_lg_4 .events.style_b .box .info {
    margin-left: 140px;
    padding-left: 10px;
  }

  .col_lg_4 .events.style_b .top .name {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .col_lg_4 .events.style_b .zb {
    display: none;
  }

  .col_lg_4 .events.style_b .intro {
    display: none;
  }

  .col_lg_4 .events.style_b .events_card_info {
    margin-bottom: 0;
  }

  .col_lg_4 .events.style_b .data {
    margin-top: 0;
  }

  .col_lg_4 .events.style_b .events_card_action .zt {
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 0 15px 15px 0;
    height: 24px;
    width: 60px;
    line-height: 24px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
}

/*模块 活动 c*/
.events.style_c .list_box .li {
  width: 25%;
}

.events.style_c .list_box .box {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.events.style_c .box .info {
  padding: 16px;
  overflow: hidden;
}

.events.style_c .top .sort .theme_color {
  color: inherit;
  opacity: 0.6;
  margin-bottom: 8px;
  display: block;
}

.events.style_c .top .name {
  font-weight: bold;
  font-size: 16px;
  min-height: 3em;
  margin-bottom: 4px;
}

.events.style_c .top .name .theme_color {
  color: inherit;
}

.events.style_c .zb {
  display: none;
}

.events.style_c .events_card_info {
  display: flex;
  float: left;
}

.events.style_c .events_card_info_item {
  opacity: 0.6;
}

.events.style_c .events_card_info_item .span {
  display: none;
}

.events.style_c .events_card_info_item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
}

.events.style_c .events_card_info_item .icon {
  display: none;
}

.events.style_c .intro {
  display: none;
}

.events.style_c .data {
  display: none;
}

.events.style_c .events_card_action {
  display: inline-block;
  float: left;
}

.events.style_c .events_card_action .price {
  display: none;
}

.events.style_c .events_card_action .zt {
  background: none;
}

.events.style_c .events_card_action .zt.done {
  opacity: 0.6;
}

@media screen and (min-width: 1024px) {
  .col_lg_8 .events.style_c .list_box .li {
    width: 33.33%;
  }

  .col_lg_4 .events.style_c .list_box {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  .col_lg_4 .events.style_c .list_box .li {
    width: 50%;
    margin-bottom: 10px;
  }

  .col_lg_4 .events.style_c .box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .col_lg_4 .events.style_c .box .info {
    padding: 10px 12px;
  }

  .col_lg_4 .events.style_c .top .name {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .events.style_c .list_box .li {
    width: 50%;
  }
}

/*模块 资讯标签 a*/
.tag_zx.style_a .tag_list .box {
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  background: #fff;
  padding: 0 12px;
  height: 36px;
  line-height: 34px;
  align-items: center;
}

.tag_zx.style_a .tag_list .cover_img {
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-right: 8px;
}

.tag_zx.style_a .tag_list .ht_con {
  display: flex;
  align-items: center;
}

.tag_zx.style_a .tag_list .topic {
  color: inherit !important;
}

.tag_zx.style_a .tag_list .data .item * {
  display: none;
}

.tag_zx.style_a .tag_list .data .item:nth-child(2) span:nth-child(2) {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background: #ecedf4;
  color: #979ca3;
  margin-left: 4px;
}

.tag_zx.style_a .tag_list .intro {
  display: none;
}

.col_lg_4 .tag_zx.style_a .tag_zx_box {
  background: #f4f5f9;
  padding: 16px;
  padding-bottom: 12px;
}

/*模块 资讯 a*/
.news_list.style_a .news_li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.news_list.style_a .news_li .li {
  width: 25%;
  margin-bottom: 20px;
}

.news_list.style_a .news_li .box {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.news_list.style_a .news_li .info {
  padding: 16px 12px;
}

.news_list.style_a .news_li .n_ti {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  height: 3em;
}

.news_list.style_a .news_li .fl {
  display: block;
  margin-right: 20px;
  float: left;
}

.news_list.style_a .news_li .fb_info .user {
  display: none;
}

.news_list.style_a .news_li .fb_info .fb_time {
  display: none;
}

.news_list.style_a .news_li .n_info {
  display: none;
}

.layout_box .col_lg_8 .news_list.style_a .news_li .li {
  width: 33.33%;
}

.layout_box .col_lg_6 .news_list.style_a .news_li .li {
  width: 50%;
}

.layout_box .col_lg_4 .news_list.style_a .news_li .li {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news_list.style_a .news_li {
    margin-left: -5px;
    margin-right: -5px;
  }

  .news_list.style_a .news_li .li {
    width: 50%;
  }

  .news_list.style_a .news_li .box {
    margin: 0 5px;
    font-size: 12px;
  }

  .news_list.style_a .news_li .n_ti {
    font-size: 14px;
  }

  .news_list.style_a .news_li .fl {
    margin: 0;
    float: none;
  }

  .layout_box .col_lg_8 .news_list.style_a .news_li .info {
    padding: 12px 8px;
  }

  .layout_box .col_lg_8 .news_list.style_a .news_li .n_ti {
    margin-bottom: 6px;
  }
}

/*模块 资讯 b*/
.news_list.style_b .news_li .li:first-child .box {
  border-top: 1px dotted rgba(0, 0, 0, 0.12);
}

.news_list.style_b .news_li .box {
  padding: 16px 40px 16px 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  margin-top: -1px;
}

.news_list.style_b .news_li .box:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url("https://static.marketup.cn/resource/marketup/bagevent/202106/1624953110986.png")
    rgba(0, 0, 0, 0.3) 6px center no-repeat;
  background-size: 7px 8px;
}

.news_list.style_b .news_li .box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom-color: transparent;
  z-index: 10;
  background: #fff;
}

.news_list.style_b .news_li .box:hover:after {
  background-color: #4076ff;
  box-shadow: 0px 2px 10px rgba(64, 118, 255, 0.3);
}

.news_list.style_b .news_li .box:hover .info .n_ti {
  font-weight: bold;
}

.news_list.style_b .news_li .img {
  display: none;
}

.news_list.style_b .news_li .info > div {
  display: none;
}

.news_list.style_b .news_li .info .n_ti {
  display: block;
}

/*模块 资讯 c*/
.news_list.style_c .news_li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.news_list.style_c .news_li .li {
  width: 25%;
  margin-bottom: 20px;
}

.news_list.style_c .news_li .box {
  margin: 0 10px;
  background: #f7f9fb;
}

.news_list.style_c .news_li .info {
  padding: 16px 12px;
}

.news_list.style_c .news_li .n_ti {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 12px;
}

.news_list.style_c .news_li .fl {
  display: block;
  margin-right: 20px;
  float: left;
}

.news_list.style_c .news_li .fb_info .user {
  display: none;
}

.news_list.style_c .news_li .fb_info .fb_time {
  opacity: 0.6;
}

.news_list.style_c .news_li .n_info {
  display: none;
}

.layout_box .col_lg_8 .news_list.style_c .news_li .li {
  width: 33.33%;
}

.layout_box .col_lg_6 .news_list.style_c .news_li .li {
  width: 50%;
}

.layout_box .col_lg_4 .news_list.style_c .news_li .li {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news_list.style_c .news_li {
    margin-left: -5px;
    margin-right: -5px;
  }

  .news_list.style_c .news_li .li {
    width: 50%;
  }

  .news_list.style_c .news_li .box {
    margin: 0 5px;
    font-size: 12px;
  }

  .news_list.style_c .news_li .n_ti {
    font-size: 14px;
  }

  .news_list.style_c .news_li .fl {
    margin: 0;
    float: none;
  }

  .layout_box .col_lg_8 .news_list.style_c .news_li .info {
    padding: 12px 8px;
  }

  .layout_box .col_lg_8 .news_list.style_c .news_li .n_ti {
    margin-bottom: 6px;
  }
}

/*模块 模块 资讯 d*/
.news_list.style_d .box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}

.news_list.style_d .news_li .img {
  width: 264px;
}

.news_list.style_d .news_li .info {
  flex: 1;
  padding-left: 30px;
}

.news_list.style_d .news_li .n_ti {
  font-size: 20px;
  margin-bottom: 10px;
}

.news_list.style_d .news_li .fl {
  display: block;
  float: left;
  margin-right: 20px;
}

.news_list.style_d .news_li .fb_info .user {
  display: none;
}

.news_list.style_d .news_li .fb_info .fb_time {
  opacity: 0.6;
  margin-bottom: 20px;
}

.news_list.style_d .news_li .n_info {
  -webkit-line-clamp: 2;
  opacity: 0.8;
}

.layout_box .col_lg_4 .news_list.style_d .news_li .img {
  width: 162px;
}

.layout_box .col_lg_4 .news_list.style_d .news_li .info {
  padding-left: 12px;
}

.layout_box .col_lg_4 .news_list.style_d .news_li .n_ti {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.layout_box .col_lg_4 .news_list.style_d .news_li .fb_info .fb_time {
  margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
  .news_list.style_d .news_li .img {
    width: 152px;
  }

  .news_list.style_d .news_li .info {
    padding-left: 12px;
    font-size: 12px;
  }

  .news_list.style_d .news_li .n_ti {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .news_list.style_d .news_li .fb_info .fb_time {
    margin-bottom: 8px;
  }
}

/*模块 资讯 e*/
.news_list.style_e .filter_drawer_mask {
  padding: 0;
  border: 0 !important;
  background: none;
}

.news_list.style_e .news_li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.news_list.style_e .news_li .li {
  width: 25%;
  margin-bottom: 20px;
}

.news_list.style_e .news_li .box {
  margin: 0 10px;
}

.news_list.style_e .n_ti {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 8px;
  -webkit-line-clamp: 1;
}

.news_list.style_e .fb_info .user {
  align-items: center;
  margin-bottom: 8px;
}

.news_list.style_e .fb_info .avatar {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.news_list.style_e .fb_info .ti {
  opacity: 0.8;
}

.news_list.style_e .fb_info .op {
  display: none;
}

.news_list.style_e .fb_info .fb_time {
  display: none;
}

.news_list.style_e .n_info {
  display: none;
}

.news_list.style_e .news_li .data {
  opacity: 0.6;
  display: flex;
}

.news_list.style_e .data .item {
  margin-right: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
}

.news_list.style_e .data .item span {
  font-size: 14px;
}

.news_list.style_e .data .item .icon {
  font-size: 14px;
  opacity: 0.4;
  background: none;
  color: inherit;
}

.news_list.style_e .data .item .theme_color {
  color: inherit;
}

.layout_box .col_lg_8 .news_list.style_e .news_li .li {
  width: 33.33%;
}

.layout_box .col_lg_4 .news_list.style_e .news_li .li {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news_list.style_e .news_li .li {
    width: 50%;
  }
}

/*模块 下载 a*/
.data_download.style_a {
  position: relative;
}

.data_download.style_a:first-child:before {
  content: "";
  position: absolute;
  top: 141px;
  right: -70px;
  width: 125px;
  height: 115px;
  background: url(https://img.bagevent.com/resource/20200928/11502489535754.png);
  background-size: contain;
  z-index: 1;
}

.data_download.style_a:first-child:after {
  content: "";
  position: absolute;
  top: 156px;
  left: 223px;
  width: 125px;
  height: 115px;
  background: url(https://img.bagevent.com/resource/20200928/11502489535754.png);
  background-size: contain;
  z-index: 1;
}

.data_download.style_a:first-child .module_title {
  position: relative;
  z-index: 10;
}

.data_download.style_a:first-child .module_title .module_ti_con {
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
  justify-content: center;
}

.data_download.style_a:first-child .module_title .ti {
  font-size: 40px;
}

.data_download.style_a:first-child .module_title .re_ti {
  display: block !important;
  font-size: 24px;
  color: inherit !important;
  opacity: 0.8;
}

.data_download.style_a .tab_select_list {
  position: relative;
  z-index: 10;
}

.data_download.style_a .filter_drawer_mask {
  padding: 0;
  background: none;
  border: 0 !important;
  max-width: 840px;
  margin: 0 auto;
}

.data_download.style_a .filter_drawer {
  margin-bottom: 60px;
}

.data_download.style_a .filter_group {
  text-align: center;
}

.data_download.style_a .filter_group_title {
  display: none;
}

.data_download.style_a .filter_group_body {
  border: 0;
  padding: 0;
  justify-content: center;
}

.data_download.style_a .data_down_box {
  position: relative;
  z-index: 10;
}

.data_download.style_a .down_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.data_download.style_a .down_list .li {
  width: 25%;
  cursor: pointer;
  margin-bottom: 20px;
}

.data_download.style_a .down_list .box {
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.data_download.style_a .data_list_info {
  padding: 16px 12px;
}

.data_download.style_a .img_title {
  font-size: 16px;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.data_download.style_a .down_nun {
  display: flex;
  opacity: 0.6;
  align-items: center;
}

.data_download.style_a .down_nun .icon {
  font-size: 12px;
}

.data_download.style_a .down_nun span {
  margin-right: 8px;
}

.data_download.style_a .down_but {
  display: none;
}

@media screen and (max-width: 1024px) {
  .data_download.style_a .module_title .ti {
    font-size: 24px;
  }

  .data_download.style_a .module_title .re_ti {
    font-size: 16px;
  }

  .data_download.style_a .filter_drawer .search {
    margin-bottom: 30px;
  }

  .data_download.style_a .down_list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }

  .data_download.style_a .down_list .li {
    width: 50%;
    margin-bottom: 10px;
  }

  .data_download.style_a .down_list .box {
    margin: 0 5px;
    font-size: 12px;
  }

  .data_download.style_a .img_title {
    font-size: 14px;
  }
}

/*模块 人员列表 a*/

/*模块 视频列表 a*/
/*模块 图文列表 a*/
/*模块 发帖 a*/
.fabu_button.style_a {
  background: #f4f5f9;
  border-radius: 4px;
  padding: 20px;
}

.fabu_button.style_a .box {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .fabu_button.style_a {
    position: fixed;
    bottom: 60px;
    right: 20px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 2px;
    z-index: 1000;
    margin: 0 !important;
  }

  .fabu_button.style_a .box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    padding: 0;
  }
}

/*模块 社区 帖子 a*/
.community.style_a .filter_drawer_mask {
  background: none;
  padding: 0;
  border: 0 !important;
}

.community.style_a .list a {
  color: inherit;
}

.community.style_a .list .li {
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 16px 20px 46px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.community.style_a .c_ti {
  display: flex;
}

.community.style_a .c_ti .fl {
  position: relative;
  margin-right: 10px;
}

.community.style_a .c_ti .fl .theme_color {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  min-width: 48px;
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.community.style_a .c_ti .fl .theme_bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 12px 12px 12px 0;
  height: 24px;
}

.community.style_a .c_ti .top_post_title {
  flex: auto;
  width: min-content;
}

.community.style_a .top_post_title > div {
  font-size: 16px;
  font-weight: bold;
}

.community.style_a .top_post_title .zd {
  background: none;
  margin-left: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.community.style_a .top_post_title .zd .icon {
  display: none;
}

.community.style_a .detail .text {
  -webkit-line-clamp: 2;
}

.community.style_a .detail .img_cover {
  display: none;
}

.community.style_a .tipic {
  display: none;
}

.community.style_a .fb_info .op {
  display: none;
}

.community.style_a .fb_info {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 10;
}

.community.style_a .fb_info .avatar {
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.community.style_a .fb_info .ti {
  opacity: 0.6;
  margin-right: 10px;
  max-width: 200px;
}

.community.style_a .fb_time {
  opacity: 0.6;
}

.community.style_a .detail {
  opacity: 0.8;
  margin: 10px 0 20px 0;
}

.community.style_a .data {
  text-align: right;
  padding-top: 10px;
  line-height: 24px;
  background: #f4f5f9;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 10px;
}

.community.style_a .data .item {
  margin-right: 30px;
  opacity: 0.6;
}

.community.style_a .data .item .icon {
  font-size: 14px;
  opacity: 0.4;
  background: none;
  color: inherit;
}

.community.style_a .data .item .theme_color {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .community.style_a .list .li {
    padding: 16px 12px 46px 12px;
  }

  .community.style_a .data .item {
    margin-right: 16px;
    font-size: 0;
  }

  .community.style_a .data .item span {
    font-size: 12px;
    vertical-align: middle;
  }

  .community.style_a .fb_info .ti {
    margin-right: 0px;
    max-width: 80px;
  }

  .community.style_a .fb_info {
    left: 12px;
  }
}

/*模块 社区 帖子 b*/
.community.style_b .li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 24px;
}

.community.style_b .box {
  margin-left: 10px;
  height: 52px;
}

.community.style_b .c_ti {
  display: flex;
  font-size: 16px;
  margin-bottom: 4px;
}

.community.style_b .c_ti .fl {
  margin-right: 8px;
  white-space: nowrap;
}

.community.style_b .top_post_title > div {
  -webkit-line-clamp: 1;
}

.community.style_b .top_post_title {
  align-items: center;
}

.community.style_b .top_post_title .zd {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(https://img.bagevent.com/resource/20210702/095416331125.png)
    no-repeat center;
  background-size: cover;
  margin-left: 8px;
}

.community.style_b .top_post_title .zd .icon {
  display: none;
}

.community.style_b .detail {
  display: none;
}

.community.style_b .tipic {
  display: none;
}

.community.style_b .fb_info {
  position: static;
  justify-content: start;
}

.community.style_b .fb_info .op {
  display: none;
}

.community.style_b .fb_info .avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 1px 6px 0 rgb(0, 0, 0, 0.15);
}

.community.style_b .fb_info .ti {
  border-bottom: 1px solid #ccc;
  opacity: 0.8;
}

.community.style_b .fb_info .fb_time {
  margin-left: 8px;
  opacity: 0.4;
}

.community.style_b .data .item {
  display: none;
  font-size: 0;
  position: relative;
}

.community.style_b .data .item:first-child {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 24px;
}

.community.style_b .data .item span {
  font-size: 12px;
  position: relative;
  z-index: 3;
  padding: 2px 12px;
  display: inline-block;
}

.community.style_b .data .item i {
  font-size: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  margin: 0;
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .community.style_b .li {
    padding-left: 40px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .community.style_b .c_ti {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .community.style_b .fb_info .avatar {
    width: 40px;
    height: 40px;
  }

  .community.style_b .fb_info {
    font-size: 12px;
  }
}

/*模块 社区 帖子 c
.community.style_c .filter_drawer_mask {
  background: none;
  border: 0 !important;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  bottom: auto;
}.community.style_c .filter_drawer_mask .filter_drawer {
  padding: 0;
  width: 100%;
  display: block;
}.community.style_c .filter_group {
  display: none;
}.community.style_c .list a {
  color: inherit;
}.community.style_c .list {
  position: relative;
}.community.style_c .list .li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}.community.style_c .list .box {
  position: relative;
}.community.style_c .c_ti {
  display: flex;
  margin-bottom: 8px;
}.community.style_c .c_ti .fl {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  min-width: 50px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  line-height: 26px;
  margin-right: 8px;
}.community.style_c .top_post_title {
  font-size: 18px;
  flex: auto;
  width: min-content;
  justify-content: space-between;
}*/
/*.community.style_c .top_post_title > div {
  flex: auto;
  width: min-content;
  -webkit-line-clamp: 2;
}.community.style_c .c_ti .zd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}.community.style_c .c_ti .zd .icon {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  margin-left: 10px;
}.community.style_c .c_ti .zd .alm {
  display: none;
}.community.style_c .img_cover {
  display: none;
}.community.style_c .tipic {
  display: none;
}.community.style_c .fb_info .op {
  display: none;
}.community.style_c .fb_info {
  position: absolute;
  left: 0;
  bottom: 0;
}.community.style_c .fb_info .avatar {
  width: 20px;
  height: 20px;
}.community.style_c .fb_info .ti {
  opacity: 0.6;
  margin-right: 10px;
  max-width: 200px;
}.community.style_c .fb_time {
  opacity: 0.6;
}.community.style_c .detail {
  opacity: 0.8;
  margin-bottom: 8px;
}.community.style_c .data {
  text-align: right;
  opacity: 0.6;
}.community.style_c .data .item {
  margin-right: 30px;
}.community.style_c .data .item .icon {
  font-size: 14px;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
.community.style_c .tab_select_list .tab_select {
  margin-top: 200px;
}.community.style_c .list .li:first-child, .community.style_c .list .li:nth-child(2), .community.style_c .list .li:nth-child(3) {
  position: absolute;
  left: -5px;
  width: 33.33%;
  top: -244px;
  border: 0;
  padding: 0;
  margin: 0;
}.community.style_c .list .li:nth-child(2) {
  left: 33.33%;
}.community.style_c .list .li:nth-child(3) {
  left: auto;
  right: -5px;
}.community.style_c .list .li:first-child .box, .community.style_c .list .li:nth-child(2) .box, .community.style_c .list .li:nth-child(3) .box {
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 3px;
  height: 150px;
  padding: 12px;
  margin: 0 5px;
}.community.style_c .list .li:first-child .detail, .community.style_c .list .li:nth-child(2) .detail, .community.style_c .list .li:nth-child(3) .detail {
  display: none;
}.community.style_c .list .li:first-child .c_ti, .community.style_c .list .li:nth-child(2) .c_ti, .community.style_c .list .li:nth-child(3) .c_ti {
  display: block;
  margin-bottom: 12px;
}.community.style_c .list .li:first-child .top_post_title, .community.style_c .list .li:nth-child(2) .top_post_title, .community.style_c .list .li:nth-child(3) .top_post_title {
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}.community.style_c .list .li:first-child .data, .community.style_c .list .li:nth-child(2) .data, .community.style_c .list .li:nth-child(3) .data {
  display: none;
}.community.style_c .list .li:first-child .fb_info, .community.style_c .list .li:nth-child(2) .fb_info, .community.style_c .list .li:nth-child(3) .fb_info {
  position: relative;
  bottom: auto;
}.community.style_c .list .li:first-child .c_ti .zd, .community.style_c .list .li:nth-child(2) .c_ti .zd, .community.style_c .list .li:nth-child(3) .c_ti .zd {
  position: absolute;
  top: 12px;
  right: 12px;
}.community.style_c .list .li:first-child .c_ti .zd .icon, .community.style_c .list .li:nth-child(2) .c_ti .zd .icon, .community.style_c .list .li:nth-child(3) .c_ti .zd .icon {
  font-size: 24px;
}}
@media screen and (max-width: 1024px) {
.community.style_c .filter_drawer_mask .filter_action {
  display: none;
}.community.style_c .list .box {
  padding-bottom: 20px;
}.community.style_c .c_ti .fl {
  font-size: 12px;
  height: 24px;
  padding: 0 4px;
  line-height: 22px;
}.community.style_c .top_post_title {
  font-size: 16px;
  align-items: center;
}.community.style_c .top_post_title > div {
  -webkit-line-clamp: 1;
}.community.style_c .c_ti .zd .icon {
  font-size: 24px;
}.community.style_c .data {
  display: none;
}}*/
/*模块 社区 帖子 d
.community.style_a .list a {
  color: inherit;
}.community.style_a .list .li {
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(0,0,0,0.12);
  padding-bottom: 20px;
}.community.style_a .c_ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}.community.style_a .c_ti .zd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}.community.style_a .c_ti .zd .icon {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}.community.style_a .c_ti .zd .alm {
  display: none;
}.community.style_a .fb_info {
  margin-bottom: 16px;
  display: block;
}.community.style_a .fb_info .user {
  width: 100%;
}.community.style_a .fb_info .avatar {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
}.community.style_a .fb_info .ti {
  font-weight: bold;
  margin-top: -16px;
}.community.style_a .fb_info .op {
  flex: auto;
  text-align: right;
}.community.style_a .fb_time {
  font-size: 12px;
  opacity: 0.6;
  margin-top: -16px;
  margin-left: 40px;
  padding-left: 8px;
}.community.style_a .detail {
  display: flex;
}.community.style_a .detail .text {
  -webkit-line-clamp: 3;
  height: 4.5em;
  flex: auto;
  width: min-content;
}.community.style_a .detail .text p img {
  display: none;
}.community.style_a .detail .img_cover {
  overflow: hidden;
  margin-left: 20px;
  width: 130px;
  position: relative;
  border-radius: 4px;
}.community.style_a .detail .img_cover:before {
  content: "";
  display: block;
  padding-bottom: 70%;
  height: 0;
}.community.style_a .detail .img_cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}.community.style_a .tipic .it {
  display: inline-block;
  background: #F4F5F9;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  float: left;
  margin-right: 4px;
  font-size: 12px;
  margin-bottom: 4px;
}.community.style_a .data {
  margin-top: 12px;
  opacity: 0.6;
  font-size: 12px;
}.community.style_a .data .item {
  margin-right: 30px;
}.community.style_a .data .item .icon {
  font-size: 14px;
  opacity: 0.4;
}.layout_box .col_lg_4 .community.style_a .list {
  border-top: 1px solid rgba(0,0,0,0.12);
  margin-top: -4px;
  padding-top: 16px;
}.layout_box .col_lg_4 .community.style_a .li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}.layout_box .col_lg_4 .community.style_a .c_ti {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}.layout_box .col_lg_4 .community.style_a .fb_info {
  display: none;
}.layout_box .col_lg_4 .community.style_a .detail {
  display: none;
}.layout_box .col_lg_4 .community.style_a .tipic {
  display: none;
}.layout_box .col_lg_4 .community.style_a .data {
  display: none;
}*/

/*模块 社区 话题 a*/
.m_topic.style_a .topic_list .li {
  margin-bottom: 20px;
}

.m_topic.style_a .topic {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.m_topic.style_a .topic .icon {
  background: none;
  color: inherit;
}

.m_topic.style_a .ht_con {
  overflow: hidden;
}

.m_topic.style_a .ht_con .intro {
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 20px;
  margin-right: 130px;
  padding-right: 20px;
}

.m_topic.style_a .post_con {
  float: left;
}

.m_topic.style_a .post_ti {
  display: none;
}

.m_topic.style_a .post .alm {
  opacity: 0.6;
  font-size: 12px;
}

.m_topic.style_a .topic_list .at_list {
  float: right;
  margin-right: 130px;
  padding-right: 20px;
}

.m_topic.style_a .topic_list .avatars {
  display: none;
}

.m_topic.style_a .topic_list .at_list .n {
  font-size: 12px;
  opacity: 0.6;
}

.m_topic.style_a .topic_list .box .img {
  overflow: hidden;
  width: 130px;
  position: absolute;
  border-radius: 4px;
  right: 0;
  bottom: 0;
  height: 98px;
}

.m_topic.style_a .topic_list .box .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
  height: 0;
}

.m_topic.style_a .topic_list .box .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -4px;
  padding-top: 16px;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list .li {
  margin-bottom: 16px;
}

.layout_box .col_lg_4 .m_topic.style_a .ht_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout_box .col_lg_4 .m_topic.style_a .ht_con:before {
  content: "1";
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-right: 4px;
  line-height: 20px;
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(2) .ht_con:before {
  content: "2";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(3) .ht_con:before {
  content: "3";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(4) .ht_con:before {
  content: "4";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(5) .ht_con:before {
  content: "5";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(6) .ht_con:before {
  content: "6";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(7) .ht_con:before {
  content: "7";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(8) .ht_con:before {
  content: "8";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(9) .ht_con:before {
  content: "9";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(10) .ht_con:before {
  content: "10";
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(1) .ht_con:before {
  color: #fff;
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(2) .ht_con:before {
  color: #fff;
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(3) .ht_con:before {
  color: #fff;
}

.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(1) .box > .theme_bg,
.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(2) .box > .theme_bg,
.layout_box .col_lg_4 .m_topic.style_a .li:nth-child(3) .box > .theme_bg {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  border-radius: 3px;
}

.layout_box .col_lg_4 .m_topic.style_a .topic {
  margin: 0;
  font-weight: normal;
  color: inherit;
  flex: auto;
  width: fit-content;
}

.layout_box .col_lg_4 .m_topic.style_a .topic .icon {
  font-size: 0;
}

.layout_box .col_lg_4 .m_topic.style_a .ht_con .intro {
  display: none;
}

.layout_box .col_lg_4 .m_topic.style_a .post_con {
  display: none;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list .box .img {
  display: none;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list .at_list {
  float: none;
  margin: 0;
  padding: 0;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list .at_list .icon {
  display: none;
}

.layout_box .col_lg_4 .m_topic.style_a .topic_list .at_list .n {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .layout_box .col_lg_4 .m_topic.style_a .topic {
    font-size: 14px;
  }

  .layout_box .col_lg_4 .m_topic.style_a .topic_list .at_list .n {
    font-size: 12px;
  }

  .layout_box .col_lg_4 .community.style_a .c_ti {
    font-size: 14px;
  }
}

/*模块 社区 话题 b*/
.m_topic.style_b .topic_tj_box {
  overflow-y: auto;
}

.m_topic.style_b .topic_tj_over {
  white-space: nowrap;
}

.m_topic.style_b .topic_list .li {
  width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.m_topic.style_b .topic_list .li:last-child {
  margin-right: 0;
}

.m_topic.style_b .topic_list .intro {
  display: none;
}

.m_topic.style_b .topic_list .box {
  padding: 10px 16px 16px 16px;
  white-space: normal;
}

.m_topic.style_b .topic {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.m_topic.style_b .topic .icon {
  background: none;
  color: inherit;
  font-size: 16px;
  margin-right: 8px;
}

.m_topic.style_b .post_con {
  background: #f4f5f9;
  border-radius: 8px;
  padding: 14px 12px;
  margin-bottom: 10px;
  position: relative;
}

.m_topic.style_b .post_con:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 20px solid #f4f5f9;
  border-right: 24px solid transparent;
  position: absolute;
  right: -12px;
  bottom: 0;
}

.m_topic.style_b .post_ti {
  font-weight: bold;
  margin-bottom: 6px;
}

.m_topic.style_b .post .alm {
  opacity: 0.8;
  font-size: 12px;
}

.m_topic.style_b .at_list .n {
  font-size: 12px;
  color: #808285;
}

.m_topic.style_b .img {
  display: none;
}

.layout_box .col_lg_4 .m_topic.style_b .topic_list .li {
  width: 290px;
}

/*模块 社区 话题 b*/
/*模块 相册 a*/
/*模块 课程 a*/
.course.style_a .list_box .li {
  width: 25%;
}
.course.style_a .list_box > .li .box {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(228, 229, 236, 0.5);
  border-radius: 6px;
  overflow: hidden;
}
.course.style_a .course_item_body {
  position: relative;
  padding: 16px 20px;
}
.course.style_a .course_item_subtitle {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 4px;
}
.course.style_a .course_item_title {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.course.style_a .data {
  display: none;
}
.course.style_a .events_card_action {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
/*模块 合作伙伴 a*/
/*模块 表单 a*/
/*模块 菜单切换*/
.m_tab.style_a .m_tab_top {
  width: 120px;
  text-align: center;
}

.m_tab.style_a .tab_box {
  margin-left: 120px;
}

.m_tab.style_a .m_tab_top .li {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  margin-bottom: 16px;
  font-size: 16px;
}

.m_tab.style_a .m_tab_top .li .icon {
  margin-right: 8px;
}

.m_tab.style_a .m_tab_top .li.theme_color {
  background: #f4f5f9;
}

/* 打开微信提示 */
.open_tip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 3vh;
}

.open_tip .qrcode {
  width: 250px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 4px;
  margin: -20px auto 30px auto;
}

.open_tip .qrcode img {
  width: 100%;
  height: 100%;
}

.open_tip p {
  margin: 20px;
}

.open_tip .copy_link {
  font-size: 16px;
  font-family: Lato-Regular, Lato;
  font-weight: 400;
  color: #2d99ff;
  line-height: 18px;
  margin-top: 20px;
}
.open_tip .pointer{
  cursor: pointer;
}
.open_tip img {
  width: 370px;
  height: 193px;
}

.open_tip b {
  font-size: 20px;
  color: #3a404a;
}

@media screen and (max-width: 1024px) {
  .m_tab.style_a .m_tab_top {
    width: 100%;
    float: none;
  }

  .m_tab.style_a .tab_box {
    margin-left: 0;
    padding-left: 0;
  }

  .m_tab.style_a .m_tab_top > .container {
    display: flex;
  }

  .m_tab.style_a .m_tab_top .li {
    flex: 1;
    border-radius: 0;
  }
}

/*模块*/
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 */
/*模块 自定义*/
.custom_con .html {
}
