.profile {
  margin: -1rem auto 1rem;
  position: relative;
  z-index: 999999;
  height: 5.84rem;
  box-shadow: 0.03rem 0.04rem 0.05rem 0rem rgba(176, 176, 176, 0.4);
}
.profile .left {
  width: 5.83rem;
  height: 5.84rem;
  flex-shrink: 0;
}
.profile .info {
  padding: 0.45rem 0.54rem;
  background-color: white;
  height: 4.94rem;
  position: relative;
}
.profile .info .title {
  fontfamily: SourceHanSansCN-Regular;
  font-size: 0.24rem;
  color: #3e3a39;
  margin-bottom: 0.1rem;
}
.profile .info .desc {
  fontfamily: SourceHanSansCN-Regular;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}
.profile .info .html {
  fontfamily: SourceHanSansCN-Regular;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #525252;
}
.profile .info .btn {
  right: 0.2rem;
  bottom: 0.2rem;
  position: absolute;
  fontfamily: MicrosoftYaHei;
  font-size: 0.12rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  width: 1.01rem;
  height: 0.34rem;
  text-align: center;
  background-color: #fcc800;
}
.categories {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.categories .item {
  fontfamily: MicrosoftYaHei;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  width: 2rem;
  padding-left: 0.2rem;
  height: 0.51rem;
  line-height: 0.51rem;
  letter-spacing: 0rem;
  color: #343535;
  text-align: center;
  margin: 0 0.2rem;
  background-color: #cccccc;
  border-radius: 0.5rem;
  position: relative;
}
.categories .item:before {
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  background-color: #e5e5e5;
  border-radius: 0.32rem;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
}
.categories .item.cur,
.categories .item:hover {
  background-color: #000000;
  color: #e6c519;
}
.categories .item.cur:before,
.categories .item:hover:before {
  background-color: #e6c519;
}
.goods .item {
  margin: 0.1rem;
  width: 3.8rem;
  height: 3.34rem;
  position: relative;
}
.goods .item .thumb {
  width: 100%;
  height: 100%;
}
.goods .item .title2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.6rem;
  height: 0.62rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 0.2rem;
  fontfamily: SourceHanSansCN-Bold;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.62rem;
}
/*# sourceMappingURL=service.css.map */