@media (max-width: 1929px) {
  .device-style-pc {
    display: block;
  }
  .device-style-mobile {
    display: none;
  }
}
@media (max-width: 414px) {
  .device-style-pc {
    display: none;
  }
  .device-style-mobile {
    display: block;
  }
}

/* story_alert */
#story_alert {
  width: 350px;
  height: 90px;
  background: white;
  display: inline-block;
  padding: 0 10px 0 15px;
  position: fixed;
  z-index: -1;
  bottom: 6%;
  right: 2%;
  opacity: 0;
  border-left: 5px solid #e50027;
  box-shadow: rgba(50, 50, 93, 0.25) 5px 6px 8px -2px, rgba(0, 0, 0, 0.3) 0px 3px 8px -1px;
  transition: opacity 0.8s;
}

#story_alert.show {
  z-index: 3;
  animation: fadeInRight 0.5s;
}

#story_alert.close {
  animation: fadeOutRight 0.5s;
}

#story_alert .story_alert_container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}

#story_alert .story_alert_container .money_logo {
  width: 33px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#story_alert .story_alert_container .money_logo .money_logo_img {
  width: 100%;
}

#story_alert .story_alert_container .money_logo .money_logo_img img {
  width: 33px;
  display: block;
}

#story_alert .story_alert_container .story_alert_content {
  width: 85%;
  padding: 0 0 0 25px;
  color: #7d7d7d;
  letter-spacing: 1px;
}

#story_alert .story_alert_container .story_alert_content .title {
  font-family: Microsoft JhengHei;
  font-size: 20px;
  margin: 0;
  padding: 15px 0 3px 0;
}

#story_alert .story_alert_container .story_alert_content .message a {
  text-decoration: none;
  color: #e50027;
  font-family: Microsoft JhengHei;
  font-size: 16px;
}

#story_alert .story_alert_container .story_alert_content .message {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

#story_alert .story_alert_container #story_alert_closeBtn {
  width: 5%;
  position: absolute;
  right: -1px;
  top: 11px;
  cursor: pointer;
}

#story_alert .story_alert_container #story_alert_closeBtn i {
  font-size: 13px;
  color: #d1d1d1;
}

.circularPlayer .controls {
  cursor: pointer;
}
.circularPlayer .control {
  opacity: 0;
  pointer-events: none;
}
.circularPlayer .paused .play {
  opacity: 1;
}
.circularPlayer .playing .pause {
  opacity: 1;
}
.circularPlayer .playing .play {
  opacity: 0;
}
.circularPlayer .progress-bar {
  transition: stroke-dashoffset 500ms;
  stroke-dasharray: 298.1371428257;
  stroke-dashoffset: 298.1371428257;
  -webkit-transition: stroke-dashoffset 500ms;
  -moz-transition: stroke-dashoffset 500ms;
  -ms-transition: stroke-dashoffset 500ms;
  -o-transition: stroke-dashoffset 500ms;
}

/* mp start */
.mp {
  width: 235px;
  line-height: 40px;
  display: flex;
}
@media (max-width: 1023px) {
  .mp {
    display: none;
  }
}
.mp__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.mp__progress-track {
  background-color: #E5E5E5;
  width: 72%;
  height: 5px;
  display: flex;
  margin-right: 15px;
  cursor: pointer;
}
.mp__progress-bar {
  background-color: #C4181F;
  flex-basis: 0;
  position: relative;
}
.mp__progress-circle {
  background-color: #C4181F;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: -2.5px;
  right: -5px;
  pointer-events: none;
}
.mp__total-time {
  font-size: 14px;
  color: #999999;
}

/* mp end */
.article-paywall-content-wrapper {
  width: 100%;
}
.article-paywall-content-wrapper .paywall__header {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.article-paywall-content-wrapper .paywall__ouline-btn {
  font-size: 16px;
  text-align: center;
  color: #C4181F;
  font-weight: 700;
  border: 1px solid #C4181F;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  margin: 8px auto;
}
.article-paywall-content-wrapper .paywall__ouline-btn:hover {
  color: #fff;
  background: #fa3827;
  border-color: #fa3827;
}
.article-paywall-content-wrapper .paywall__content {
  color: #333333;
}
.article-paywall-content-wrapper .paywall__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 11px;
}
.article-paywall-content-wrapper .paywall__num {
  color: #C4181F;
}

.article-paywall--bottom-fixed.article-paywall--show {
  transform: translateY(0);
}
.article-paywall--bottom-fixed.article-paywall--show ~ .article-paywall--bottom-mask {
  transform: translateY(0);
}

.article-paywall--bottom-mask {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s transform ease;
  transform: translateY(100vh);
}

.article-paywall--bottom-fixed {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 22px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  transition: 0.3s transform ease;
  transform: translateY(100vh);
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  .article-paywall--bottom-fixed {
    padding-top: 16px;
  }
}
.article-paywall--bottom-fixed .article-paywall-content-wrapper {
  width: 632px;
}
@media (max-width: 767px) {
  .article-paywall--bottom-fixed .article-paywall-content-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.article-paywall--bottom-fixed .paywall__header {
  margin-bottom: 21px;
}
.article-paywall--bottom-fixed .paywall-box-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .article-paywall--bottom-fixed .paywall-box-wrapper {
    margin-bottom: 30px;
  }
}

.paywall__quota {
  display: none;
}

.paywall .article-body {
  min-height: 700px;
}

.article-main-content {
  display: block;
  position: relative;
}
@media (max-width: 1023px) {
  .article-main-content .container {
    padding: 0 19px 0 21px;
  }
}
.article-top-ad {
  margin-bottom: 24px;
}
.article-top-ad img {
  width: 970px;
  height: 250px;
}
@media (max-width: 1023px) {
  .article-top-ad {
    display: none;
  }
}
@media (max-width: 1279px) {
  .article-top-ad {
    margin-left: calc((100% + 328px) * 0.5 - 485px);
  }
}
.article-head {
  margin-bottom: 20px;
}
.article-head .breadcrumb {
  margin-left: 2px;
}
@media (max-width: 1023px) {
  .article-head .breadcrumb__item {
    font-size: 15px;
  }
}
.article-head__title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .article-head__title {
    font-size: 28px;
  }
}
.article-head__title--key::after {
  content: "\e916";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  color: #b2b2b2;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #C4181F;
  top: -5px;
  margin-left: 4px;
}
@media (max-width: 1023px) {
  .article-head__title--key::after {
    top: -3px;
  }
}
.article-head__summary {
  font-size: 19px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .article-head__summary {
    padding: 10px 0;
    font-size: 18px;
  }
}
.article-head__summary .summary__header {
  color: #C4181F;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.article-head__summary .summary__header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d6d3d3;
  margin-left: 6px;
}
.article-head__summary .summary__content {
  color: #4D4D4D;
  text-align: justify;
}
.article-main-aside-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.article-main {
  width: calc(100% - 300px);
}
@media (max-width: 1023px) {
  .article-main {
    width: 100%;
  }
}
.article-main figure img {
  display: block;
}
.article-main figcaption {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
}
@media (max-width: 1023px) {
  .article-main figcaption {
    margin-top: 5px;
  }
}
@media (max-width: 1023px) {
  .article-main .edn-ads--pad {
    margin-bottom: 43px;
    padding: 0 25px;
  }
}
@media (max-width: 1023px) {
  .article-main .social-bar {
    display: none;
  }
}
.article-main .social-bar__list {
  display: flex;
  margin-bottom: 11px;
}
@media (max-width: 1023px) {
  .article-main .social-bar__list {
    margin-bottom: 23px;
  }
}
.article-main .social-bar__item {
  margin-right: 9px;
}
@media (max-width: 1023px) {
  .article-main .social-bar__item {
    margin-right: 11px;
  }
}
.article-main .social-bar__item:last-child {
  margin-right: 0;
}
.article-main .social-bar__item a {
  border: 1px solid #ACACAC;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ACACAC;
  font-size: 19px;
}
.article-main .social-bar__item .fontsize,
.article-main .social-bar__item .msg {
  transform: scaleX(-1);
}
.article-main .edn-ads--text {
  background: #F9F9F9;
  margin-bottom: 35px;
  padding: 9px 10px;
}
@media (max-width: 1023px) {
  .article-main .edn-ads--text {
    margin-bottom: 23px;
  }
}
.article-main .story-flex-bt-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .article-main .story-flex-bt-wrapper {
    margin-bottom: 40px;
  }
}
.article-main .story__subcate {
  font-size: 14px;
  line-height: 1.4;
}
.article-main .story__content time {
  font-size: 14px;
}
.article-main .story__headline {
  font-size: 16px;
  max-height: calc(1.4 * 2 * 1em);
  line-height: 1.4;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .article-main .story__headline {
    font-size: 19px;
  }
}
.article-layout-wrapper {
  width: 630px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .article-layout-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .article-layout-wrapper .edn-ads--pad {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .article-layout-wrapper article .edn-ads--pad {
    margin-bottom: 13px;
    padding: 0;
  }
}
.article-layout-wrapper .story__read-more--related,
.article-layout-wrapper .story__read-more--hot {
  width: 295px;
}
@media (max-width: 1023px) {
  .article-layout-wrapper .story__read-more--related,
  .article-layout-wrapper .story__read-more--hot {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .article-layout-wrapper .story__read-more--related {
    order: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .article-layout-wrapper .story__read-more--hot {
    order: 4;
  }
}
.article-image {
  width: 630px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .article-image {
    width: 100vw;
    margin-left: -21px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .article-image figcaption {
    padding: 0 19px 0 21px;
  }
}
.article-body {
  position: relative;
  text-align: justify;
}
@media (max-width: 1023px) {
  .article-body {
    font-weight: 400;
    color: #171717;
    letter-spacing: 0;
    text-align: initial;
  }
}
.article-body .info-sharebar-wrapper {
  color: #212121;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.article-body__info {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.article-body__time {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-family: arial;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}
@media (max-width: 1023px) {
  .article-body__time {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.article-body__editor {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 35px;
  letter-spacing: 0.03em;
  display: flow-root;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .article-body__editor {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}
.article-body__editor .article-abbr {
  text-decoration: none;
}
.article-body__editor .article-abbr__text {
  border-bottom: 1px solid #E9E9E9;
  color: #000;
  padding-bottom: 1px;
}
.article-body__editor .article-abbr__text:hover {
  color: #C4181F;
}
.article-body__editor .article-abbr__text:hover .article-abbr__icon {
  color: #C4181F;
  border: 1px solid #C4181F;
}
.article-body__editor .article-abbr__text.active {
  color: #C4181F;
  border: none;
}
.article-body__editor .article-abbr__text.active .article-abbr__icon {
  color: #C4181F;
  border: 1px solid #C4181F;
}
.article-body__editor .article-abbr__icon {
  color: #8F8F8F;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  -ms-transform-origin-x: 0;
  transform: translateY(3%) scale(0.5);
  margin-left: -7px;
  margin-right: -9px;
}
@media (max-width: 1023px) {
  .article-body__editor .article-abbr__icon {
    padding-bottom: 0.5px;
    padding-left: 1px;
  }
}
.article-body__editor .article-abbr__icon--original {
  color: #8F8F8F;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  font-size: 12px;
  width: 19px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-10%);
  padding-bottom: 2px;
}
@media (max-width: 1023px) {
  .article-body__editor .article-abbr__icon--original {
    padding-bottom: 1px;
    padding-left: 0.5px;
  }
}
.article-body__editor .article-abbr__wrapper {
  display: block;
  background: #F6F6F6;
  border-radius: 6px;
  font-size: 18px;
  margin: 10px 0;
  display: none;
  margin: 20px 56px 18px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .article-body__editor .article-abbr__wrapper {
    margin: 30px 21px 26px;
  }
}
.article-body__editor .article-abbr__wrapper.show {
  animation: fadeInUp 0.5s linear forwards;
  display: block;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-body__editor .article-abbr__content {
  display: block;
  padding: 20px 41px 10px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .article-body__editor .article-abbr__content {
    padding: 20px 25px 10px;
  }
}
.article-body__editor .article-abbr__header {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #ACACAC;
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.article-body__editor .article-abbr__header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13.9px 8px;
  border-color: transparent transparent #ACACAC transparent;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
.article-body__editor .article-abbr__title {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .article-body__editor .article-abbr__title {
    font-size: 18px;
  }
}
.article-body__editor .article-abbr__regular {
  font-weight: 400;
}
.article-body__editor .abbr_break {
  display: inline-block;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .article-body__editor .abbr_break {
    margin-bottom: 16px;
  }
}
.article-body__editor h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-top: 10px;
}
.article-body__editor h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .article-body__editor h2 {
    font-weight: 500;
  }
  .article-body__editor h3 {
    font-weight: 500;
  }
}
.article-body__editor p {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .article-body__editor p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.article-body__editor a {
  color: #1D6DB4;
}
.article-body__editor b {
  font-weight: 400;
}
.article-body__editor strong {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .article-body__editor b {
    font-weight: 500;
  }
  .article-body__editor strong {
    font-weight: 500;
  }
}
.article-body__editor blockquote {
  background: #EFEFEF;
  font-size: 19px;
  line-height: 1.6;
  padding: 24px 75px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .article-body__editor blockquote {
    padding: 22px 24px;
    font-size: 18px;
  }
}
.article-body__editor blockquote p:only-child, .article-body__editor blockquote p:last-child {
  margin-bottom: 0;
}
.article-body__editor blockquote::before {
  content: "";
  background: #C4181F;
  width: 95px;
  height: 2px;
  position: absolute;
  top: 0;
  left: calc(50% - 47.5px);
}
@media (max-width: 1023px) {
  .article-body__editor blockquote::before {
    width: 90px;
    left: calc(50% - 45px);
  }
}
.article-body__editor .embedded-responsive,
.article-body__editor .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}
.article-body__editor .embedded-responsive iframe,
.article-body__editor .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.article-body__editor .photo_center,
.article-body__editor .photo_center_m {
  position: relative;
  display: table;
  float: none;
  margin: 10px auto;
}
.article-body__editor .photo_left {
  position: relative;
  float: left;
  clear: left;
  margin: 5px 30px 10px 0;
  max-width: 50%;
}
.article-body__editor .photo_right {
  position: relative;
  float: right;
  clear: right;
  margin: 5px 0 10px 30px;
  max-width: 50%;
}
.article-body .content_title_1 {
  color: #0074ad;
}
.article-body .content_title_2 {
  color: #FF8000;
}
.article-body .content_title_3 {
  color: #808080;
}
@media (max-width: 1023px) {
  .article-body__social-bar li:nth-last-of-type(1) {
    order: -1;
  }
}
.article-body__image {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .article-body__image {
    margin-bottom: 25px;
  }
}
.article-body__image img {
  margin-bottom: 5px;
}
.article-body .article-length {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.article-body .article-keyword {
  display: none;
}
@media (max-width: 1023px) {
  .article-body .article-keyword {
    display: block;
    margin-bottom: 5px;
  }
}
.article-body .article-keyword a {
  font-size: 15px;
  color: #999999;
}
.article-stock-more .stock-more__wrapper {
  text-align: right;
  margin-top: 26px;
}
.article-stock-more .stock-more__btn {
  margin-bottom: -20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 8px;
  background-color: #EBEBEB;
  color: #C4181F;
  border-radius: 15px;
  display: inline-block;
  letter-spacing: 0px;
}
.article-stock-info {
  margin-bottom: 40px;
}
.article-columnist {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .article-columnist {
    margin-bottom: 42px;
  }
}
.article-columnist .columnist-profile__image {
  width: 108px;
  height: 108px;
}
@media (max-width: 1023px) {
  .article-columnist .columnist-profile__image {
    width: 26%;
    height: auto;
  }
}
.article-keyword {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .article-keyword {
    margin-bottom: 30px;
  }
}
.article-keyword__list {
  display: flex;
  flex-wrap: wrap;
}
.article-keyword__item {
  font-size: 13px;
  line-height: 1.3;
  border: 1px solid #999999;
  border-radius: 15.18px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.article-keyword__item:last-child {
  margin-right: 0;
}
.article-keyword__item a {
  display: inline-block;
  color: black;
  padding: 4px 12px;
}
.article-keyword__item:hover {
  border-color: #C4181F;
}
.article-keyword__item:hover a {
  color: #C4181F;
}
@media (max-width: 1023px) {
  .article-keyword__item {
    font-size: 15px;
  }
}
.article-extend h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
.article-extend .story-headline-wrapper {
  margin-bottom: 17px;
}
.article-extend .story-headline-wrapper:nth-last-child(1), .article-extend .story-headline-wrapper:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .article-extend .story-headline-wrapper:nth-last-child(2) {
    margin-bottom: 17px;
  }
}
.article-extend .story-headline-wrapper .story__image {
  margin-right: 7px;
}
.article-extend .story-headline-wrapper .story__image img {
  width: 76px;
  height: 57px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .article-extend .story-headline-wrapper .story__image img {
    width: 90px;
    height: 67px;
  }
}
.article-extend .story-headline-wrapper .story__headline {
  letter-spacing: 0.6px;
  top: -5px;
}
.article-switch {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding-top: 16px;
  padding-bottom: 18px;
}
@media (max-width: 1023px) {
  .article-switch {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
}
.article-switch__prev, .article-switch__next {
  width: 295px;
}
@media (max-width: 1023px) {
  .article-switch__prev, .article-switch__next {
    width: auto;
  }
}
.article-switch__prev .story__headline, .article-switch__next .story__headline {
  top: 0;
}
@media (max-width: 1023px) {
  .article-switch__prev .story__content, .article-switch__next .story__content {
    display: none;
  }
}
.article-switch__btn {
  font-size: 19px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 6px;
}
.article-switch .story__content--key {
  position: relative;
}
.article-switch .story__content--key .story__headline::after {
  content: "\e916";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  color: #b2b2b2;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.article-related, .article-hot {
  width: 49%;
  font-size: 19px;
}
@media (max-width: 1023px) {
  .article-related, .article-hot {
    width: 100%;
  }
}
.article-related h3 {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
.article-hot h3 {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
.article-related .article__item, .article-hot .article__item {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  font-size: 16px;
}
.article-related .article__item::before {
  content: "";
  position: relative;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #dedede;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.article-hot .article__item::before {
  content: "";
  position: relative;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #dedede;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .article-related .article__item::before, .article-hot .article__item::before {
    top: 10px;
  }
}
.article-related .article__item a, .article-hot .article__item a {
  max-height: calc(1.4 * 2 * 1em);
  line-height: 1.4;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: calc(100% - 16px);
}
.article-related .article__item a:hover {
  color: #C4181F;
}
.article-hot .article__item a:hover {
  color: #C4181F;
}
@media (max-width: 1023px) {
  .article-related .article__item, .article-hot .article__item {
    font-size: 19px;
  }
}
.article-related .article__item--key, .article-hot .article__item--key {
  position: relative;
}
.article-related .article__item--key::after, .article-hot .article__item--key::after {
  content: "\e916";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 20px;
  color: #b2b2b2;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: 1px;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
}
.article-related .article__item--key a, .article-hot .article__item--key a {
  width: 86%;
}
@media (max-width: 1023px) {
  .article-related {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .article-hot {
    order: 3;
  }
}
.article-also-like {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .article-also-like {
    margin-bottom: 40px;
  }
}
.article-also-like h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .article-also-like h3 {
    font-size: 19px;
  }
}
.article-also-like__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .article-also-like__list {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 8px;
  }
}
.article-also-like__item {
  width: 32%;
  position: relative;
  margin-bottom: 25px;
}
.article-also-like__item:nth-last-child(-n+3):nth-last-child(n+1) {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .article-also-like__item:nth-last-child(-n+5):nth-last-child(n+1) .article-also-like__image {
    display: none;
  }
  .article-also-like__item:nth-last-child(-n+5):nth-last-child(n+1) .article-also-like__content {
    width: 100%;
  }
  .article-also-like__item:nth-last-child(-n+5):nth-last-child(n+1) .article-also-like__tag {
    display: none;
  }
}
.article-also-like__item a:hover {
  color: #C4181F;
}
@media (max-width: 1023px) {
  .article-also-like__item a {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .article-also-like__item {
    width: 100%;
    margin-bottom: 12px;
  }
  .article-also-like__item:nth-last-child(1) {
    margin-bottom: 6px;
  }
}
.article-also-like__tag {
  color: #fff;
  background: #C8C8C8;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 6px;
  position: absolute;
  top: 5px;
  left: 6px;
}
@media (max-width: 1023px) {
  .article-also-like__image {
    margin-right: 6px;
  }
}
@media (max-width: 1023px) {
  .article-also-like__image img {
    width: 108px;
    height: 81px;
  }
}
.article-also-like__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-height: calc(1.4 * 2 * 1em);
  line-height: 1.4;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .article-also-like__content {
    font-size: 19px;
  }
}
.article-also-like .popIn-recommend-credit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
  opacity: 0.6;
}
.article-also-like .popIn-recommend-credit__image {
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: 1px 0 0 4px;
  background-image: url(//api.popin.cc/images/logo.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 20px;
  vertical-align: text-top;
}
.article-comments {
  margin-bottom: 30px;
}
.article-comments h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .article-comments h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
}
.article-aside {
  width: 300px;
}
@media (max-width: 1279px) {
  .article-aside {
    margin-top: 274px;
  }
}
@media (max-width: 1023px) {
  .article-aside {
    display: none;
  }
}
.article-aside__ad-list {
  margin-bottom: 44px;
}
.article-aside__ad-list li {
  width: 300px;
}
.article-aside__ad-list li:not(:last-child) {
  margin-bottom: 24px;
}
.article-aside__pop-article {
  margin-bottom: 45px;
}
.article-aside__editor-selection {
  margin-bottom: 50px;
}
.article-paywall__unpaid {
  background: #fff;
  line-height: 1.5;
}
.article-paywall__not-login {
  background: #fff;
  line-height: 1.5;
}
.article-paywall__expired {
  background: #fff;
  line-height: 1.5;
}
.article-paywall__limited-time-member-only {
  background: #fff;
  line-height: 1.5;
}
.article-paywall__unpaid .countdown__wrapper, .article-paywall__not-login .countdown__wrapper, .article-paywall__expired .countdown__wrapper, .article-paywall__limited-time-member-only .countdown__wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .article-paywall__unpaid .countdown__wrapper, .article-paywall__not-login .countdown__wrapper, .article-paywall__expired .countdown__wrapper, .article-paywall__limited-time-member-only .countdown__wrapper {
    margin-bottom: 20px;
  }
}
.article-paywall__unpaid {
  padding-top: 26px;
  padding-bottom: 86px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  box-shadow: 0px -50px 100px #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.article-paywall__unpaid::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 767px) {
  .article-paywall__unpaid {
    padding-bottom: 41px;
  }
}
.article-paywall__unpaid.article-paywall--show {
  opacity: 1;
  visibility: visible;
}
.article-paywall__unpaid--0 .paywall__header {
  margin-bottom: 21px;
}
.article-paywall__unpaid--1 .paywall__header, .article-paywall__unpaid--2 .paywall__header {
  margin-bottom: 11px;
}
.article-paywall__not-login .paywall-box-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .article-paywall__not-login .paywall-box-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .article-paywall__not-login .paywall-box:first-child {
    margin-bottom: 14px;
  }
}
.article-paywall__expired .paywall-box-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .article-paywall__limited-time-member-only {
    padding-top: 12px;
  }
}
.article-paywall__limited-time-member-only .paywall-box-wrapper {
  display: flex;
  justify-content: center;
}
.article-paywall__limited-time-member-only .paywall__header {
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .article-paywall__limited-time-member-only .paywall__header {
    margin-bottom: 13px;
  }
}
.article-paywall__limited-time-member-only .paywall-box__header {
  margin-bottom: 17px;
}

#comments_head .fb_iframe_widget {
  min-width: 100% !important;
  width: 100% !important;
}
#comments_head span,
#comments_head iframe {
  min-width: 100% !important;
  width: 100% !important;
}

.art-mb-ad-test {
  display: none;
}
@media (max-width: 1023px) {
  .art-mb-ad-test {
    display: block;
  }
}