@media (min-width: 769px) {
  .main-title {
    text-align: center;
    font-weight: bold;
    color: #044269;
    font-size: 0.4rem;
    line-height: 0.575rem;
  }
  .panel-ome {
    padding: 0.875rem 2.5rem 0.625rem;
  }
  .panel-ome .main-title {
    margin-bottom: 0.5rem;
  }
  .panel-ome .content {
    color: #666;
    font-size: 0.225rem;
    line-height: 0.4rem;
    text-align: justify;
  }
  .panel-ome .content b {
    color: #044269;
  }
  .panel-ome .content p {
    margin: 1em 0;
  }
  .panel-custom {
    padding: 0.5rem 0;
    background: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
  }
  .panel-custom .wrapper {
    display: flex;
  }
  .panel-custom .img {
    width: 740px;
    height: 460px;
    margin-right: 110px;
  }
  .panel-custom .tit {
    margin-bottom: 0.5rem;
    color: #044269;
    font-size: 0.4rem;
    line-height: 0.575rem;
    font-weight: bold;
  }
  .panel-custom .content {
    color: #333;
    font-size: 18px;
    line-height: 54px;
  }
  .panel-sales {
    padding: 0 2.5rem 0.875rem;
  }
  .panel-sales .panel-title {
    padding-bottom: 0.25rem;
  }
  .panel-sales .statis-list {
    display: flex;
    padding: 0.25rem 0;
  }
  .panel-sales .statis-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .panel-sales .statis-item::after {
    content: " ";
    display: block;
    width: 0.025rem;
    height: 1rem;
    background: #666;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0.35rem;
  }
  .panel-sales .statis-item:last-of-type::after {
    display: none;
  }
  .panel-sales .statis-item .info {
    display: flex;
    margin-bottom: 0.15rem;
  }
  .panel-sales .statis-item .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
    margin-top: 0.45rem;
  }
  .panel-sales .statis-item .num {
    font-size: 1.025rem;
    line-height: 1.25rem;
    font-family: DIN-Bold, sans-serif;
    margin-right: 0.05rem;
  }
  .panel-sales .statis-item .unit {
    margin-top: 0.775rem;
  }
  .panel-sales .statis-item .label {
    color: #444;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
}
@media (max-width: 768px) {
  .main-title {
    text-align: center;
    font-weight: bold;
    color: #044269;
    font-size: 1.275rem;
    line-height: 1.85rem;
  }
  .panel-ome {
    padding: 1.5375rem 1.025rem;
  }
  .panel-ome .main-title {
    margin-bottom: 0.9rem;
  }
  .panel-ome .content {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5375rem;
    text-align: justify;
    text-indent: 2em;
  }
  .panel-ome .content p {
    margin: 0.5em 0;
  }
  .panel-ome .content b {
    color: #044269;
  }
  .panel-custom {
    padding: 1.5375rem 1.025rem;
    background: #efefef;
  }
  .panel-custom .main-title {
    margin-bottom: 1.275rem;
  }
  .panel-custom .img {
    margin-bottom: 1.025rem;
  }
  .panel-custom .content {
    font-size: 0.9rem;
    line-height: 1.7875rem;
  }
  .panel-sales {
    padding: 1.5375rem 0.5rem;
  }
  .panel-sales .panel-title {
    padding-top: 0;
    padding-bottom: 0.9625rem;
  }
  .panel-sales .statis-list {
    display: flex;
  }
  .panel-sales .statis-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .panel-sales .statis-item::after {
    content: " ";
    display: block;
    width: 0.125rem;
    height: 1.925rem;
    background: #666;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0.9625rem;
  }
  .panel-sales .statis-item:last-of-type::after {
    display: none;
  }
  .panel-sales .statis-item .info {
    display: flex;
    margin-bottom: 0.1875rem;
  }
  .panel-sales .statis-item .icon {
    width: 1.275rem;
    height: 1.275rem;
    margin-right: 0.3875rem;
    margin-top: 0.7625rem;
  }
  .panel-sales .statis-item .num {
    font-size: 2.05rem;
    line-height: 2.5rem;
    font-family: DIN-Bold, sans-serif;
    margin-right: 0.125rem;
  }
  .panel-sales .statis-item .unit {
    margin-top: 1.0875rem;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-sales .statis-item .label {
    color: #444;
    font-size: 0.8375rem;
    line-height: 1.2125rem;
  }
}