﻿body img {
  width: 100%; }

body #header {
  margin-top: -68px;
  position: relative;
  text-align: center; }

body #content .introduce {
  padding: 4rem 18.5%;
  background-image: url("../../images/ProductScheme/Restaurant/back_mohu.png");
  background-repeat: no-repeat;
  background-size: 83%;
  background-position-y: 85%; }
  body #content .introduce .item_A {
    display: flex;
    min-height: 500px; }
    body #content .introduce .item_A .left_item {
      width: auto;
      margin: auto; }
      body #content .introduce .item_A .left_item .nums {
        color: #b2d6ff;
        font-size: 70px;
        font-weight: bold; }
        body #content .introduce .item_A .left_item .nums .suptips {
          padding-left: 5px;
          color: #1a1a1a;
          font-size: 36px;
          font-weight: normal; }
      body #content .introduce .item_A .left_item .tips {
        color: #2977f3;
        font-size: 20px;
        margin-top: 10px;
        line-height: 45px; }
      body #content .introduce .item_A .left_item .bottomtips {
        color: #999999;
        letter-spacing: 1.5px;
        font-size: 15px; }
    body #content .introduce .item_A .right_item {
      width: 40%;
      margin: auto; }
      body #content .introduce .item_A .right_item img {
        width: 80%; }

body #content .pbar_item .pbar_header .tipstwo {
  display: flex;
  margin-top: 0.5rem; }
  body #content .pbar_item .pbar_header .tipstwo .left_tips {
    color: #404040;
    font-size: 37px;
    letter-spacing: 3.7px;
    font-weight: bold; }
    body #content .pbar_item .pbar_header .tipstwo .left_tips .incolor {
      color: #1F70F1; }
  body #content .pbar_item .pbar_header .tipstwo .right_line {
    flex: 2;
    border-top: 1px dashed #707070;
    margin: auto 0px;
    margin-left: 0px;
    margin-left: 15px; }

body #content .pbar_item .pbar_body .item_all {
  display: flex;
  flex-wrap: wrap;
  padding: 8rem 10px;
  padding-bottom: 1rem; }
  body #content .pbar_item .pbar_body .item_all .item_I {
    width: 33.3%;
    display: flex;
    margin-bottom: 7rem; }
    body #content .pbar_item .pbar_body .item_all .item_I .icon {
      width: 80px; }
    body #content .pbar_item .pbar_body .item_all .item_I .right_item {
      margin: auto 15px; }
      body #content .pbar_item .pbar_body .item_all .item_I .right_item .title {
        color: #404040;
        letter-spacing: 2.3px;
        font-size: 23px; }
      body #content .pbar_item .pbar_body .item_all .item_I .right_item .tips {
        color: #404040;
        letter-spacing: 1.6px;
        font-size: 16px;
        margin-top: 15px;
        line-height: 23px; }
