body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
.clear_both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  -webkit-text-size-adjust: none;
}
a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img,
canvas {
  display: block;
}
input {
  outline: medium none;
  border-style: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
option {
  border: 0;
}
input,
select {
  border: none;
  padding: 0;
}
.parent {
  text-align: center;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.justify-container {
  text-align: justify;
  font-size: 0;
}
.justify-container:after {
  width: 100%;
  display: inline-block;
  content: "";
}
.justify-container .justify-item {
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #999;
}
:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
body {
  font-family: '宋体';
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
input[type="button"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 450px) {
  body {
    min-width: 300px;
  }
}
.custom-select {
  padding: 0;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: #efedee url(/images/arrow_down.png) no-repeat 90% 50%;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: #9d9ba0;
  font-size: 14px;
}
.custom-select select:focus {
  outline: none;
}
.img-container {
  text-align: center;
  font-size: 0;
}
.img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img-container img {
  display: inline-block;
  vertical-align: middle;
}
.parent {
  text-align: center;
  font-size: 0;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  cursor: pointer;
}
[v-cloak] {
  display: none!important;
}
html {
  background-color: #ebedf5;
}
body {
  background-color: #ebedf5;
}
body .mobile_commom_body.business_mobile_body_class {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2.4rem;
}
body .mobile_commom_body.business_mobile_body_class.event_detail {
  padding-top: 1rem;
}
.white-bg-body {
  width: 100%;
  background-color: #fff;
}
.event-top-slide-menu {
  position: fixed;
  top: 1rem;
  width: 100%;
  min-width: 310px;
  height: 1rem;
  z-index: 2;
  background-color: #09DFA1;
}
.event-top-slide-menu ul {
  width: 100%;
}
.event-top-slide-menu ul li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  height: 100%;
  line-height: 0.74rem;
}
.event-top-slide-menu ul li a {
  font-size: 0.37rem;
  color: #fff;
}
.event-top-slide-menu ul li .a-line {
  width: 0.64rem;
  height: 0.08rem;
  background: #FFD52B;
  border-radius: 0.04rem;
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -0.32rem;
  bottom: 0;
}
.event-top-slide-menu ul li.active .a-line {
  display: inline-block;
}
.middle_body {
  width: 92%;
  margin: 0 auto 0;
}
.middle_body.middle-body-article-detail {
  padding-top: 15px;
  margin-top: 0;
  padding-bottom: 34px;
}
.middle_body.middle-body-article-detail .detail-img-container img {
  width: 100%;
  border-radius: 6px;
}
.middle_body.middle-body-article-detail .article-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-top: 22px;
}
.middle_body.middle-body-article-detail .article-tags {
  line-height: 1;
  margin-top: 15px;
}
.middle_body.middle-body-article-detail .article-tags a {
  font-size: 13px;
  font-weight: bold;
  color: #FF9305;
  line-height: 1;
}
.middle_body.middle-body-article-detail .article-time {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.middle_body.middle-body-article-detail .article-container {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
  margin-top: 24px;
}
.middle_body.middle-body-article-detail .article-container img {
  max-width: 100%;
}
.middle_body.middle-body-article-detail .page-nav-container {
  margin-top: 33px;
  display: inline-block;
}
.middle_body.middle-body-article-detail .page-nav-container a {
  width: 48%;
  height: 66px;
  background: #FFFFFF;
  border: 1px solid #09DFA1;
  border-radius: 9px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #09DFA1;
  line-height: 1;
  display: inline-block;
}
.middle_body.middle-body-article-detail .page-nav-container a.right-page-nav {
  float: right;
}
.middle_body.middle-body-article-detail .page-nav-container a span {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 1;
  /* 显示的行数 */
}
.middle_body.middle-body-article-detail .page-nav-container a span.sp1 {
  margin-top: 14px;
}
.middle_body.middle-body-article-detail .page-nav-container a span.sp2 {
  margin-top: 11px;
}
.middle_body .article-for-help {
  width: 100%;
}
.middle_body .article-for-help img {
  width: 100%;
}
.middle_body .article-others-title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  padding-left: 15px;
  padding-bottom: 8px;
  margin-top: 23px;
}
.middle_body .artilce-item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(51, 51, 51, 0.1);
  border-radius: 9px;
  height: 110px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 38%;
  display: block;
}
.middle_body .artilce-item .img-container {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35%;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 0;
}
.middle_body .artilce-item .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.middle_body .artilce-item .word-container {
  width: 96%;
  height: 100%;
  position: relative;
}
.middle_body .artilce-item .word-container .article-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  padding-left: 9px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  max-height: 40px;
}
.middle_body .artilce-item .word-container .article-times {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  left: 9px;
  bottom: 15px;
}
#tag-article-container-body {
  padding-bottom: 50px;
}
.tag-fixed-footer {
  height: 44px;
  width: 100%;
  background: #09DFA1;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 310px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.no-more-data {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 34px;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .event-top-slide-menu ul li a {
    font-size: 13px;
    color: #fff;
  }
}
@media screen and (max-width: 320px) {
  .event-top-slide-menu ul li a {
    font-size: 12px;
    color: #fff;
  }
}
