﻿.modal_bg {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  margin-top: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.modal_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}
.fb_icon {
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 42px;
}
.fb_icon * {
  display: block !important;
  margin: 0 !important;
}
.fb_lead {
  margin: 0 !important;
}
.fb_lead * {
  color: #fff;
  font-size: 1.28em;
  margin: 30px 0 0;
  text-align: center;
}
.fb_article_column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 20px -10px 0;
}
.fb_article_wrap {
  margin: 0 !important;
}
.fb_article_item {
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
}
.fb_article_item > a {
  background-color: #fff;
  color: #463732;
  display: block;
  height: 100%;
  text-decoration: none;
}
.fb_article_item > a > div {
  padding: 20px;
}
.fb_close {
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 38px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 38px;
}
.fb_close:before,
.fb_close:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.fb_close:before {
  border-top: 2px solid #fff;
  left: 12px;
  top: 18px;
  width: 14px;
}
.fb_close:after {
  top: 12px;
  left: 18px;
  height: 14px;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 801px) {
  .fb_article_wrap {
    width: 50%;
  }
}
