.colored-button {
  border: none;
  outline: none;
  border-radius: 25px;
  background: linear-gradient(0deg, #e96300 0, #f9b000 100%);
  padding-left: 0.54666667rem;
  padding-right: 0.54666667rem;
}
.colored-button a {
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}
/*// .tip-change的高度
@tipChangeHeight: 50px;
// .top-wrapper的高度
@topWrapperHeight: 60px;
// 顶部导航栏的高度,由上述变量相加而得
@topHeight: @tipChangeHeight + @topWrapperHeight;

// 配色
@siteColor: #eb651b;

[class$="page"]{
  padding-top: @topHeight;
}

.img-m{
  position: relative;
  img{
    width: 100%;
    display: block;
  }
}

.button{
  color: #fff;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #3c9dff;
  cursor: pointer;
}*/
/*社保首页样式表*/
#customer .main-box {
  padding: 40px 0 90px;
}
#customer .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#customer .menu-box {
  border-top: 7px solid #eb651b;
  width: 327px;
  padding: 37px 34px 32px 61px;
  box-shadow: 0px 0px 40px #ddd;
}
#customer .menu-list {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  color: #666;
  height: 75px;
  display: flex;
  align-items: 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: flex;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: center;
}
#customer .left {
  margin-right: 85px;
}
#customer .right {
  flex: 1;
}
#customer .icon-home {
  width: 55px;
  margin-right: 30px;
}
#customer .shop-list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#customer .s-list {
  width: 33%;
  margin: 35px 0;
  display: flex;
  justify-content: center;
}
#customer .s-img {
  display: inline-block;
}
#customer .more {
  display: flex;
  justify-content: center;
}
#customer .more-img {
  cursor: pointer;
}
#banner-detail {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#banner-detail #banner-text {
  font-size: 0.26667rem;
  margin-top: 0.26667rem;
}
#banner-detail .banner-list {
  display: flex;
  width: 32%;
  margin: 0.26666667rem auto 0 auto;
}
#banner-detail .banner-list div:nth-of-type(1) {
  padding-right: 0.26667rem;
  border-right: 1px solid #fff;
}
#banner-detail .banner-list div:nth-of-type(2) {
  padding-left: 0.26667rem;
}
#banner-detail .banner-list div .num {
  font-weight: bold;
  color: #fff;
  font-size: 0.346667rem;
}
#banner-detail .banner-list div .text {
  color: #fff;
  font-size: 0.26667rem;
}
.img-box-parent {
  overflow: hidden;
}
.img-box-parent .img-box {
  justify-content: flex-start;
  padding-top: 0.2rem;
}
.img-box-parent .img-box .img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.2rem 0.5rem;
}
.img-box-parent .loading {
  width: 100%;
}
.img-box-parent .loading .more-img {
  width: 0.33333333rem;
  height: 0.30666667rem;
  margin: 0 auto;
}
