.flex-wrapper {
  display: flex; }
  .flex-wrapper.overwrite {
    display: flex !important; }
  .flex-wrapper.flex-wrap {
    flex-wrap: wrap; }
  .flex-wrapper.flex-direction-row {
    flex-direction: "row"; }
  .flex-wrapper.flex-direction-col {
    flex-direction: "column"; }
  .flex-wrapper > *.flex-grow {
    flex-grow: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mt-0 {
  margin-top: 0px; }

.TNCP_bc_tanhotu_widget_newsfeed {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2; }
  .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed {
    width: 250px;
    -webkit-box-shadow: -1px -1px 3px #333;
    -moz-box-shadow: -1px -1px 3px #333;
    box-shadow: -1px -1px 3px #333; }
    @media (max-width: 768px) {
      .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed {
        display: none; } }
    .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-title {
      background: #bf1212;
      background: linear-gradient(to bottom, #bf1212, #F00);
      color: #FFF;
      text-align: center;
      font-weight: bold;
      padding: 10px;
      position: relative;
      text-transform: uppercase; }
      .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-title:hover {
        cursor: pointer; }
      .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-title span {
        position: absolute;
        right: 10px;
        top: 7px;
        width: 30px;
        height: 30px;
        text-align: center;
        text-transform: lowercase;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-title span:hover {
          background: #FFF;
          cursor: pointer;
          color: #F00; }
    .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-content {
      background: #FFF; }
      .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-content ul {
        margin-left: 25px;
        list-style: unset; }
        .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-content ul li a {
          padding: 5px;
          color: #36417c;
          text-decoration: none;
          display: block;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease; }
          .TNCP_bc_tanhotu_widget_newsfeed .bc-tanhotu-widget-newsfeed .bc-tanhotu-widget-content ul li a:hover {
            background: #F00;
            color: #FFF; }

/*# sourceMappingURL=style.css.map */
