﻿.footer-box {
  color: #fff; }
  .footer-box .line-box {
    width: 100%; }
    .footer-box .line-box .line {
      height: 2px;
      width: 100%;
      margin-bottom: 5px; }
    .footer-box .line-box .line1 {
      background-color: #b21510; }
    .footer-box .line-box .line2 {
      background-color: #f2a80e; }
    .footer-box .line-box .line3 {
      background-color: #e0e0e0;
      margin-bottom: 10px; }
  .footer-box .text-box {
    padding: 20px 70px 55px;
    background-color: #b21510; }
    .footer-box .text-box .footer-img-box {
      text-align: center;
      padding-bottom: 20px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.6); }
  .footer-box .footer-text-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 10% 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    font-size: 12px; }
    .footer-box .footer-text-box h4 {
      font-size: 16px;
      margin-bottom: 25px; }
    .footer-box .footer-text-box .last-h4 {
      text-align: center; }
    .footer-box .footer-text-box p {
      margin-bottom: 25px; }
    .footer-box .footer-text-box .left a {
      color: #fff;
      font-size: 12px;
      margin-right: 15px; }
    .footer-box .footer-text-box .ewm-box {
      display: flex; }
      .footer-box .footer-text-box .ewm-box .ewm-left {
        margin-right: 30px; }
      .footer-box .footer-text-box .ewm-box p {
        margin-top: 8px;
        text-align: center; }
  .footer-box .footer-last p {
    font-size: 12px;
    text-align: center;
    margin-top: 55px; }
    .footer-box .footer-last p a {
      color: #fff; }
  .footer-box .sidebar-item {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 320px;
    font-size: 13px;
    z-index: 2000;
    margin-top: 3px;
    width: 44px;
    height: 44px;
    border: 1px solid #DF2433;
    text-align: center;
    border-radius: 4px;
    cursor: pointer; }
    .footer-box .sidebar-item .sidebar-pull {
      color: #DF2433; }
  .footer-box .sidebar-item > .iconfont {
    font-size: 32px;
    line-height: 50px; }
  .footer-box .sidebar-item > :not(div) {
    color: #DF2433; }