main {
  background-color: #f0edf1; }

.floor_1 {
  text-align: center; }
  .floor_1 .fixed_width {
    background-color: #ffffff;
    padding: 71px 0 50px; }
  .floor_1 h2 {
    font-size: 28px;
    color: #080006; }
  .floor_1 h3 {
    color: #080006;
    font-size: 12px;
    margin-top: 17px; }
  .floor_1 h4 {
    color: #717171;
    font-size: 16px;
    margin-top: 29px; }

.floor_2 {
  margin-top: 20px;
  background-color: #f0edf1; }
  .floor_2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .floor_2 ul li + li {
      padding-top: 14px; }
  .floor_2 .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #ffffff; }
    .floor_2 .item + .item {
      margin-left: 10px; }
    .floor_2 .item .item_group {
      position: relative; }
      .floor_2 .item .item_group img {
        width: 100%; }
      .floor_2 .item .item_group .mask {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .floor_2 .item .item_group .mask span {
          color: #ffffff;
          font-weight: bold;
          font-size: 20px; }
      .floor_2 .item .item_group p {
        position: absolute;
        bottom: 0;
        color: #ffffff;
        font-size: 14px;
        padding: 21px 32px;
        background-color: rgba(0, 0, 0, 0.7); }
    .floor_2 .item .tips {
      background-color: #ffffff;
      color: #717171;
      font-size: 14px;
      padding: 16px 32px; }

.floor_3 {
  margin-top: 43px;
  padding-bottom: 87px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  overflow: hidden; }
  .floor_3 .fixed_width {
    background-color: #ffffff; }
  .floor_3 a {
    color: #080006;
    font-size: 16px; }
/*# sourceMappingURL=service.css.map */