.article_id {
  margin: 3px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

  color: #363E3F;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}


.article_footer {
  display: none;
  flex: 0 0 auto;
  padding: 24px 16px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 992px) {
  .article_footer {
    padding: 24px 212px;
  }
}

#pollingResultBtn {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

@media (min-width: 992px) {
  #pollingResultBtn {
    padding: 0px 212px 0px 212px;
  }
}

#pollingResultContainer {
  display: none;
  padding: 24px 16px;
}

@media (min-width: 992px) {
  #pollingResultContainer {
    padding: 24px 212px;
  }
}

.polling_result_title {
  text-align: left;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.polling_result_icons {
  display: flex;
  gap: 4px;
  align-items: center;
}

.article_footer > div {
  flex: 0 0 40%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 4px;
  min-width: 165px;
}

@media (min-width: 576px) {
  .article_footer > div {
    flex: 0 0 25%;
  }
}

@media (min-width: 992px) {
  .article_footer > div {
    flex: 0 0 20%;
  }
}

.footer_icon, .arrow_down_icon, .arrow_up_icon {
  width: 20px;
  height: 20px;
}

.arrow_up_icon {
  display: none;
}

.footer_name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #14181C;
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}

.footer_value {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #14181C;
}

/* polling result component start */
.polling-render {
    background: #FFFFFF;
    margin-left: -20px;
    margin-right: -20px;
}

.polling-title {
    color: #333D47;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
}

.polling-question-section {
    margin-bottom: 24px;
}

.polling-question-section .question-title {
    color: #333D47;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 16px;
}

.polling-result-header {
    margin-bottom: 16px;
}

.polling-summary-proportion-bar {
    height: 24px;
    display: flex;
    border-radius: 48px;
    background-color: #D6D8DA;
    margin-bottom: 4px;
}

.polling-summary-proportion {
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    text-align: center;
    border-radius: 48px;
    min-width: 64px;
}

.polling-summary-proportion:last-child {
    background-color: #F6CFD9;
}

.polling-render--hidden {
    display: none;
}

.question-summary-radio-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.question-summary-chart {
    text-align: center;
}

.question-summary-radio-item {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 10px;
}

.radio-item-dot {
    height: 12px;
    width: 12px;
    border-radius: 48px;
    margin-right: 6px;
    background-color: #D6D8DA;
}

.polling-remark {
    color: #333D47;
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin-bottom: 10px;
}

/* polling component end */
/* Author:mingyuhisoft@163.com
 * Github:https://github.com/imingyu/jquery.mloading
 * Npm:npm install jquery.mloading.js
 * Date:2016-7-4
 */
.mloading-container {
  position: relative;
  min-height: 70px;
  -webkit-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
.mloading {
  position: absolute;
  background: #E9E9E8;
  font: normal 12px/22px "Microsoft Yahei", "????", "??";
  display: none;
  z-index: 160000;
  background: rgba(233, 233, 232, 0);
}
.mloading.active {
  display: block;
}
.mloading.mloading-mask {
  background: rgba(233, 233, 232, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

.mloading.mloading-mask-all {
  background: rgba(233, 233, 232, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mloading-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mloading-container > .mloading {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.mloading-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.mloading-bar {
  width: 250px;
  min-height: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  border-radius: 7px;
  padding: 20px 15px;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -30px;
  word-break: break-all;
}
@media (max-width: 300px) {
  .mloading-bar {
    width: 62px;
    height: 56px;
    margin-left: -30px !important;
    margin-top: -30px !important;
    padding: 0;
    line-height: 56px;
  }
  .mloading-bar > .mloading-text {
    display: none;
  }
}
.mloading-bar-sm {
  width: 62px;
  height: 56px;
  margin-left: -30px !important;
  margin-top: -30px !important;
  padding: 0;
  line-height: 56px;
}
.mloading-bar-sm > .mloading-text {
  display: none;
}
.mloading-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.mloading-text {
  margin-left: 10px;
}

