/*公共样式*/
.website {
  color: #3A404A;
  background: #F4F7FD;
}
.website .container {
  max-width: 1316px;
}
.website .button.theme_bg {
  color: #fff;
  text-align: center;
}
.page_container > .module {
  max-width: 1316px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.page_container > .module .container_box {
  background: #fff;
  padding: 24px;
}
.page_container > .module:first-child {
  margin-top: 30px;
}
.module_title .module_ti_con {
  margin-bottom: 30px;
  position: relative;
}
.module_title .module_ti_con:after {
  content: "";
  border-bottom: 1px solid rgba(0,0,0,0.12);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 1;
}
.module_title .ti_con {
  background: #F4F7FD;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.module_title .ti {
  font-size: 24px;
  font-weight: bold;
  color: inherit !important;
  display: flex;
  align-items: center;
}
.module_title .more a {
  color: inherit;
  display: flex;
  background: #F4F7FD;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.module_title .more a:after {
  content: "\e651";
  font-family: "iconfont";
  margin-left: 4px;
}
.page_container .col_lg_8 .module_layout_box > .module {
  margin-right: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
.module .container {
  padding: 0 10px;
}
}
/*布局*/
.layout_box .module_layout_con {
  display: flex;
}
.layout_box .module_layout_box {
  height: 100%;
}
.layout_box .col_lg_4 .module_layout_box {
  display: flex;
  flex-direction: column;
}
.layout_box .col_lg_8 .module_layout_box .module:first-child .container_box {
  border-radius: 6px 0 0 0;
}
.layout_box .col_lg_4 .module_layout_box .module {
  height: 100%;
  margin-bottom: 20px;
}
.layout_box .col_lg_4 .module_layout_box .module:first-child .container_box {
  border-radius: 0 6px 0 0;
}
/*模块 筛选*/
.tab_select_list .tab_select {
  margin-bottom: 20px;
  position: relative;
}
.tab_select_list .tab_view {
  align-items: flex-start;
}
.tab_select_button {
  padding-top: 0;
  margin-right: 30px;
  flex: none;
  font-size: 16px;
  opacity: 0.8;
  position: relative;
}
.tab_select_button.theme_color {
  opacity: 1;
}
.tab_select_button.theme_color:after {
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  display: block;
  width: 20px;
  margin: 0 auto;
  margin-top: 4px;
}
.tab_filter_button {
  position: absolute;
  right: 0;
  top: 0;
}
.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 {
  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) {
.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_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;
}
}
/*模块 菜单*/
.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;
}
}
/*模块 菜单 a*/
.menu.style_a {
  font-size: 16px;
  position: relative;
  z-index: 100;
}
.menu.style_a .nav_logo {
  margin-right: 20px;
}
.menu.style_a .nav_li {
  margin-left: 40px;
}
.module.menu .menu_nav .nav_li {
  height: 60px;
  margin-left: 0px;
  padding-left: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #f7f7f7;
}
.module.menu .menu_nav .slideToggle {
  padding: 0 !important;
  display: none;
  height: auto;
  background-color: #f4f5f9;
}
.module.menu .menu_nav .nav_li .son_menu {
  height: 60px;
  background-color: #f4f5f9;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-content: center;
  padding-left: 40px !important;
}
.module.menu .menu_nav .nav_li .son_menu>a {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: -8px;
}
.module.menu .menu_nav .nav_li .son_menu:last-child {
  border-bottom: none;
}
.module.menu .menu_nav .apply_probation {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-content: end;
  background-color: #fd5c36;
  border-radius: 25px;
  padding: 10px 20px;
  width: 240px;
  margin: 0 auto;
  margin-top: 50px;
  color: #ffffff;
  cursor: pointer;
}
.module.menu .menu_nav .son_menu img {
  width: 32px;
  margin-right: 4px;
}
.menu.style_a .nav_li > a > img {
  display: none;
}
.menu.style_a .nav_li > a >.icon {
  font-size: 12px;
  margin-right: 0;
  margin-left: 8px;
}
.menu.style_a .nav_d_list {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -235px;
  width: 470px;
  color: #3A404A;
}
.menu.style_a .nav_d_list_box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0,0,0,0.1);
  border-radius: 6px;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s linear;
  -moz-transition: max-height .4s linear;
  transition: max-height .4s linear;
}
.menu.style_a .nav_d_list .triangle {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent #fff transparent;
  display: none;
}
.menu.style_a .nav_li:hover .nav_d_list_box {
  max-height: 100vh;
}
.menu.style_a .product_item {
  margin-bottom: 40px;
  padding: 0 40px;
}
.menu.style_a .product_item a {
  display: flex;
  align-items: center;
}
.menu.style_a .product_item:first-child {
  margin-top: 60px;
}
.menu.style_a .product_item:last-child {
  margin-bottom: 80px;
}
.menu.style_a .product_item a > img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.menu.style_a .product_item .title {
  font-weight: bold;
}
.menu.style_a .product_item .tips_info {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 2px;
}
.menu.style_a .product_item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 54px;
  border-radius: 30px;
  color: #fff;
}
/*模块 菜单 b*/
.menu.style_b {
  font-size: 16px;
  position: relative;
  z-index: 100;
  background: #000;
  color: #fff;
}
.menu.style_b .nav_logo {
  margin-right: 20px;
}
.menu.style_b .nav_li {
  margin-left: 40px;
}
.menu.style_b .nav_li > a > img {
  display: none;
}
.menu.style_b .nav_li > a >.icon {
  font-size: 12px;
  margin-right: 0;
  margin-left: 8px;
}
.menu.style_b .nav_d_list {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -235px;
  width: 470px;
}
.menu.style_b .nav_d_list:before {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent #fff transparent;
}
.menu.style_b .nav_d_list_box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0,0,0,0.1);
  border-radius: 6px;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s linear;
  -moz-transition: max-height .4s linear;
  transition: max-height .4s linear;
}
.menu.style_b .nav_li:hover .nav_d_list_box {
  max-height: 100vh;
}
.menu.style_b .product_item {
  margin-bottom: 40px;
  padding: 0 40px;
}
.menu.style_b .product_item a {
  display: flex;
  align-items: center;
}
.menu.style_b .product_item:first-child {
  margin-top: 60px;
}
.menu.style_b .product_item:last-child {
  margin-bottom: 80px;
}
.menu.style_b .product_item a > img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.menu.style_b .product_item .title {
  font-weight: bold;
}
.menu.style_b .product_item .tips_info {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 2px;
}
.menu.style_b .product_item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 54px;
  border-radius: 30px;
  color: #fff;
}
/*模块 底部 a*/
.footer.style_a {
  background: #2A2A2F;
  color: #fff;
}
.footer.style_a .links_con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 80px;
}
.footer.style_a .link_box {
  display: flex;
  flex: auto;
}
.footer.style_a .tda {
  flex: 1;
}
.footer.style_a .tda .h1 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
.footer.style_a .tda .l_li {
  margin-bottom: 12px;
  color: #8A8AA2;
}
.footer.style_a .tda .l_li a {
  color: inherit;
}
.footer.style_a .code_box {
  margin-left: 150px;
}
.footer.style_a .footer_logo.normal {
  display: none;
}
.footer.style_a .footer_logo_img img {
  height: 40px;
}
.footer.style_a .contact_info {
  padding-top: 20px;
  color: #8A8AA2;
}
.footer.style_a .code.wechat {
  padding-top: 20px;
  color: #8A8AA2;
}
.footer.style_a .code.wechat img {
  width: 88px;
  height: 88px;
  margin-top: 6px;
  border-radius: 4px;
}
.footer.style_a .social {
  display: none;
}
.footer.style_a .copyright_con {
  padding: 12px 0 16px 0;
  border-top: 1px solid rgba(96,96,118,0.2);
  text-align: center;
  font-size: 12px;
  color: #8A8AA2;
  opacity: 0.8;
}
.footer.style_a .copyright_con a {
  color: inherit;
}

@media screen and (max-width: 1024px) {
.footer.style_a .links_con {
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer.style_a .link_box {
  display: block;
}
.footer.style_a .tda {
  margin-bottom: 16px;
}
.footer.style_a .tda .h1 {
  background-color: rgba(255,255,255,0.1);
  padding: 10px;
  font-size: 14px;
  background-image: url(../img/footer_a.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  margin-bottom: 10px;
}
.footer.style_a .link_li {
  display: none;
}
.footer.style_a .tda .l_li {
  margin-bottom: 10px;
}
.footer.style_a .tda.active .link_li {
  display: block;
}
.footer.style_a .tda.active .h1 {
  background-image: url(../img/footer_b.png);
}
.footer.style_a .code_box {
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
.footer.style_a .code.wechat {
  display: none;
}
}
/*模块 底部 b*/
.footer.style_b {
  background: #f9f9f9;
  color: #000;
}
.footer.style_b .links_con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 80px;
}
.footer.style_b .link_box {
  display: flex;
  flex: auto;
}
.footer.style_b .tda {
  flex: 1;
}
.footer.style_b .tda .h1 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
.footer.style_b .tda .l_li {
  margin-bottom: 12px;
  color: #8A8AA2;
}
.footer.style_b .tda .l_li a {
  color: inherit;
}
.footer.style_b .code_box {
  margin-left: 150px;
}
.footer.style_b .footer_logo.normal {
  display: none;
}
.footer.style_b .footer_logo_img img {
  height: 40px;
}
.footer.style_b .contact_info {
  padding-top: 20px;
  color: #8A8AA2;
}
.footer.style_b .code.wechat {
  padding-top: 20px;
  color: #8A8AA2;
}
.footer.style_b .code.wechat img {
  width: 88px;
  height: 88px;
  margin-top: 6px;
  border-radius: 4px;
}
.footer.style_b .social {
  display: none;
}
.footer.style_b .copyright_con {
  padding: 12px 0 16px 0;
  border-top: 1px solid rgba(96,96,118,0.2);
  text-align: center;
  font-size: 12px;
  color: #8A8AA2;
  opacity: 0.8;
}
.footer.style_b .copyright_con a {
  color: inherit;
}
/*模块 轮播 公共*/
.carousel_box {
  position: relative;
}
.swiper-pagination-clickable {
  bottom: 20px;
  text-align: left;
  left: 20px;
}
.swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  border-radius: 0;
}
.swiper-button-next, .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 1024px) {
}
/*模块 轮播 a*/
.carousel.style_a .swiper-slide {
  background: #000;
  border-radius: 6px;
  overflow: hidden;
}
.carousel.style_a .swiper-slide .info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(15px);
  background-color: rgba(0,0,0,.6);
  color: #fff;
  padding: 16px 20px;
}
.carousel.style_a .swiper-slide .info_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.carousel.style_a .swiper-slide .info_tip, .carousel.style_a .swiper-slide .info_intro {
  display: none;
}
.carousel.style_a .swiper-slide .blur {
  display: none;
}

@media screen and (max-width: 1024px) {
}
/*模块 轮播 b*/
/*模块 活动 列表 a*/
.events.style_a .events_list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.events.style_a .events_card {
  float: left;
  width: 33.33%;
}
.events.style_a .events_card .box {
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.events.style_a .events_card_image {
  width: 196px;
  float: left;
  border-radius: 6px;
}
.events.style_a .events_card_body {
  margin-left: 196px;
  padding-left: 10px;
}
.events.style_a .events_card_title {
  font-weight: bold;
  -webkit-line-clamp: 2;
  font-size: 16px;
  height: 3em;
  margin-bottom: 8px;
}
.events.style_a .events_card_title .xz {
  display: none;
}
.events.style_a .events_card_info_item {
  opacity: 0.8;
}
.events.style_a .events_card_info_item:first-child .icon {
  display: none;
}
.events.style_a .events_card_info_item:first-child {
  margin-bottom: 12px;
}
.events.style_a .events_list .zb {
  display: none;
}
.events.style_a .events_list .nun {
  display: none;
}
.events.style_a .events_list .nun .icon {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.events.style_a .events_card_action {
  display: none;
}
.events.style_a .events_card:first-child .events_card_image, .events.style_a .events_card:nth-child(2) .events_card_image {
  width: 100%;
  float: none;
}
.events.style_a .events_card:first-child .events_card_body, .events.style_a .events_card:nth-child(2) .events_card_body {
  margin-left: 0;
  padding-left: 0;
  margin-top: 12px;
  position: relative;
}
.events.style_a .events_card:first-child .nun, .events.style_a .events_card:nth-child(2) .nun {
  display: block;
  border-top: 1px solid rgba(0,0,0,0.12);
  padding-top: 10px;
  text-align: right;
}
.events.style_a .events_card:first-child .events_card_info_item:last-child, .events.style_a .events_card:nth-child(2) .events_card_info_item:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
}
.events.style_a .events_card:first-child .events_card_info_item:last-child .icon, .events.style_a .events_card:nth-child(2) .events_card_info_item:last-child .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
}
/*模块 活动 列表 b*/
/*模块 资讯 a*/
.news_list.style_a .news_li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.news_list.style_a .news_li .li {
  width: 25%;
  margin-bottom: 20px;
}
.news_list.style_a .news_li .li:first-child {
  width: 50%;
}
.news_list.style_a .news_li .li:nth-child(2) {
  width: 50%;
}
.news_list.style_a .news_li .box {
  margin: 0 10px;
  border-radius: 6px;
  overflow: hidden;
}
.news_list.style_a .news_li .n_ti {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(15px);
  background-color: rgba(0,0,0,.6);
  color: #fff;
  padding: 12px 20px;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
}
.news_list.style_a .news_li .fb_info {
  display: none;
}
.news_list.style_a .news_li .n_info {
  display: none;
}
.layout_box .col_lg_4 .news_list.style_a .container_box {
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .container {
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li {
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .li {
  width: 50%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .li:last-child {
  margin-bottom: 0;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .li:nth-last-child(2) {
  margin-bottom: 0;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .box {
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .img {
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .img img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.layout_box .col_lg_4 .news_list.style_a .news_li .n_ti {
  padding: 8px 10px;
  font-size: 14px;
}

@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;
}
.news_list.style_a .news_li .n_ti {
  font-size: 14px;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
}
.news_list.style_a .news_li .n_info {
  font-size: 12px;
}
.layout_box .col_lg_8 .news_list.style_a .news_li .n_ti {
  font-size: 14px;
}
}
/*模块 资讯 b*/
/*模块 资讯 c*/
/*模块 资讯 d*/
/*模块 下载 a*/
.data_download.style_a {
  position: relative;
}
.data_download.style_a: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: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 .module_title {
  position: relative;
  z-index: 10;
}
.data_download.style_a .module_title .module_ti_con {
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
  justify-content: center;
}
.data_download.style_a .module_title .ti {
  font-size: 40px;
}
.data_download.style_a .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%;
}
.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: 14px;
}
.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;
}
.data_download.style_a .down_list .li {
  width: 50%;
}
.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*/
.community.style_a .container_box {
  background: none;
  padding: 0;
  padding-top: 0 !important;
}
.community.style_a .module_title {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 24px;
}
.community.style_a .module_title .module_ti_con {
  margin-bottom: 0;
}
.community.style_a .filter_drawer_mask {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 24px;
}
.community.style_a .tab_select {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 24px;
}
.community.style_a .list a {
  color: inherit;
}
.community.style_a .list .li {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 24px;
}
.community.style_a .list .li .box {
  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 .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;
}
.community.style_a .top_post_title .zd .icon {
  display: none;
}
.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: 0;
  bottom: 0;
}
.community.style_a .fb_info .avatar {
  width: 20px;
  height: 20px;
}
.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;
}
.community.style_a .data {
  text-align: right;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 10px;
  line-height: 24px;
}
.community.style_a .data .item {
  margin-right: 30px;
  opacity: 0.6;
}
.community.style_a .data .item .icon {
  font-size: 14px;
  opacity: 0.4;
}
/*模块 社区 话题 a*/
.m_topic.style_a .container_box {
  background: none;
  padding: 0;
}
.m_topic.style_a .topic_list .li {
  margin-bottom: 10px;
  background: #fff;
  padding: 24px;
}
.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 .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 .container_box {
  background: none;
  padding: 0;
}
.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: 380px;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
  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: 24px;
  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*/
/*模块 合作伙伴 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;
}

@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 {
}
/**/
