[class$="page"] {
  padding-top: 130px;
}
.img-m {
  position: relative;
}
.img-m img {
  width: 100%;
  display: block;
}
.button {
  color: #fff;
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #3c9dff;
  cursor: pointer;
}
/*社保首页样式表*/
#customer {
  padding-top: 130px;
}
#customer .main-box {
  padding: 40px 0 90px;
}
#customer .main {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#customer .menu-box {
  border-top: 7px solid #eb651b;
  width: auto;
  padding: 32px 20px;
  -webkit-box-shadow: 0px 0px 40px #ddd;
          box-shadow: 0px 0px 40px #ddd;
}
#customer .menu-list {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  color: #666;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#customer .menu-list:last-child {
  border-bottom: none;
}
#customer .menu-list.active {
  color: #eb651b;
}
#customer .title-box {
  border-bottom: 1px solid #cfcfcf;
  font-size: 36px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#customer .left {
  margin-right: 85px;
}
#customer .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#customer .icon-home {
  width: 55px;
  margin-right: 30px;
}
#customer .shop-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#customer .s-list {
  width: 33%;
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#customer .s-img {
  display: inline-block;
}
#customer .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#customer .more-img {
  cursor: pointer;
}
/*# sourceMappingURL=customer.css.map */