html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background: linear-gradient(180deg, #DFE7F6 0%, #F2F6FB 100%);
}

main {
  min-height: 100vh;
}

[v-cloak] {
  display: none;
}

.serviceMain {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 20px;
  min-height: 100vh;
}
.serviceMain .mainBox {
  width: 1200px;
  margin: 0 auto;
}
.serviceMain .mainBox .breadcrumbBox {
  display: flex;
  margin-bottom: 19px;
}
.serviceMain .mainBox .breadcrumbBox span {
  margin: 0 10px;
}
.serviceMain .mainBox .filterBox {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.serviceMain .mainBox .filterBox .filterTop {
  display: flex;
  width: 1200px;
  height: 48px;
  background: rgb(232, 237, 255);
}
.serviceMain .mainBox .filterBox .filterTop .topItem {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  padding: 14px 30px;
  cursor: pointer;
}
.serviceMain .mainBox .filterBox .filterTop .active {
  color: #0C48EE;
  background-color: #fff;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem {
  padding: 20px;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .filterLabel {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .classList {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .classList .classItem {
  padding: 4px 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 9px;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .classList .active {
  border: 1px solid #0057FF;
  color: #0057FF;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .provinceList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .provinceList .provinceItem {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 15px;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .provinceList .active {
  position: relative;
  color: #0057FF;
  font-weight: bold;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .oneFilter .provinceList .active::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0057FF;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .cityFilter {
  width: 1090px;
  background: #F9F9F9;
  border-radius: 6px 6px 6px 6px;
  padding: 13px 23px;
  margin-left: 50px;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .cityFilter .cityList {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .cityFilter .cityList .cityItem {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
  cursor: pointer;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .cityFilter .cityList .active {
  position: relative;
  color: #0057FF;
  font-weight: bold;
}
.serviceMain .mainBox .filterBox .moreFilter .filterItem .cityFilter .cityList .active::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0057FF;
}
.serviceMain .mainBox .spinBox {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.serviceMain .mainBox .listBox {
  width: 1200px;
  /* background: #FFFFFF; */
}
.serviceMain .mainBox .listBox .listFilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 3px;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft {
  display: flex;
  align-items: center;
  padding-left: 22px;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .leftLabel {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-right: 25px;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .sortList {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .sortList .sortItem {
  display: flex;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .sortList .sortItem span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .sortList .sortItem img {
  width: 17px;
  height: 17px;
}
.serviceMain .mainBox .listBox .listFilter .filterLeft .sortList .active span {
  color: #0057FF;
}
.serviceMain .mainBox .listBox .listFilter .filterRight .rightSearch {
  display: flex;
  align-items: center;
  width: 380px;
  height: 36px;
}
.serviceMain .mainBox .listBox .listFilter .filterRight .rightSearch .searchBox {
  display: flex;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 4px 4px 4px 4px;
  padding-left: 5px;
}
.serviceMain .mainBox .listBox .listFilter .filterRight .rightSearch .searchBox img {
  width: 22px;
  height: 22px;
}
.serviceMain .mainBox .listBox .listFilter .filterRight .rightSearch .searchBox input {
  height: 32px;
  width: 275px;
}
.serviceMain .mainBox .listBox .listFilter .filterRight .rightSearch .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 34px;
  background: #0057FF;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.serviceMain .mainBox .listBox .goodList {
  width: 100%;
}
.serviceMain .mainBox .listBox .goodList .goodItem {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 160px;
  background: #FFFFFF;
  padding: 25px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.serviceMain .mainBox .listBox .goodList .goodItem:hover {
  position: relative;
  box-shadow: 0px 6px 12px 1px rgba(94, 104, 130, 0.08);
  z-index: 1;
}
.serviceMain .mainBox .listBox .goodList .goodItem:hover .fourInfo {
  background-color: #0057FF !important;
  color: #fff !important;
  border: 1px solid #0057FF !important;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodLeft {
  width: 110px;
  height: 110px;
  border: 6px;
  overflow: hidden;
  margin-right: 30px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodLeft img {
  width: 100%;
  border-radius: 8px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight {
  flex: 1;
  height: 110px;
  padding-top: 10px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle .title {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-right: 20px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 20px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle .red {
  background: #FF3923;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle .green {
  background-color: #22B75E;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoTitle .yellow {
  background-color: #FF9306;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoArea {
  display: flex;
  align-items: center;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoArea img {
  width: 20px;
  height: 20px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoTop .infoArea span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom {
  display: flex;
  position: relative;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .oneInfo {
  width: 350px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .oneInfo .tags {
  display: inline-flex;
  margin-bottom: 13px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .oneInfo .tags .tag {
  padding: 2px 8px;
  background: #FFF8F0;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DEC19C;
  font-size: 12px;
  font-weight: 400;
  color: #D9A056;
  margin-right: 8px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .oneInfo .introduce {
  width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .twoInfo {
  /* width: 370px; */
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .twoInfo .desBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .twoInfo .desBox .towItem {
  width: 180px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .twoInfo .desBox .towItem span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .twoInfo .desBox .towItem span::nth-child(2) {
  color: #222222;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .threeInfo {
  display: flex;
  align-items: baseline;
  padding-top: 15px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .threeInfo .pirce {
  font-size: 22px;
  font-weight: 400;
  color: #FF570D;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .threeInfo .unit {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-left: 5px;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .fourInfo {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  font-size: 13px;
  font-weight: 400;
  color: #8F8F8F;
  cursor: pointer;
}
.serviceMain .mainBox .listBox .goodList .goodItem .goodRight .infoBottom .fourInfo span {
  margin-right: 5px;
}
.serviceMain .mainBox .listBox .goodList .recommendItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 140px;
  background-color: #F7FAFE;
  margin: 15px 0;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft {
  width: 850px;
  height: 140px;
  background: url("https://public.mnqf.cn/public/images/z165.png") no-repeat center/cover;
  padding: 16px 20px;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .recommendTop {
  margin-bottom: 12px;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .recommendTop .title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 6px;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .recommendTop .title span {
  color: #0057FF;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .recommendTop .des {
  font-size: 13px;
  font-weight: 400;
  color: #222222;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .moreTip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .moreTip .tipItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  color: #222222;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .moreTip .tipItem:last-child {
  margin-right: 0;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemLeft .moreTip .tipItem:hover {
  color: #FFFFFF;
  background-color: #6496F8;
}
.serviceMain .mainBox .listBox .goodList .recommendItem .itemRight {
  width: 340px;
  height: 140px;
  background: url("https://public.mnqf.cn/public/images/z166.png") no-repeat center/cover;
  cursor: pointer;
}
.serviceMain .mainBox .listBox .goodList .empty {
  width: 200px;
  height: 200px;
  margin: 200px auto;
}
.serviceMain .footerBox {
  width: 100%;
  padding: 0 25px 25px 25px;
}
.serviceMain .footerBox .z68 {
  display: block;
  width: 1200px;
  height: 91px;
  margin: 20px auto;
}/*# sourceMappingURL=index.css.map */