﻿
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    overflow: hidden;
    position: relative;
    display: none;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /* tab */
  .mobile-full-width {
    width: 100vw !important;
    position: fixed;
    top: 7.1rem;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .tab li {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid transparent;
  }
  .tab li:hover, .tab li.active {
    color: #c6192e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom-color: #c6192e;
  }
  .right {
    margin-top: 18rem;
  }
  .right .about-title {
    text-align: center;
    font-weight: bold;
    color: #666666;
  }
  .right hr {
    height: 1px;
    background-color: #e6e6e6;
    border: none;
  }
  .right .content {
    min-height: 60vh;
  }
}
/*# sourceMappingURL=about-mobile.css.map */