html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

main {
  min-height: 100vh;
}

.serviceDetailMain {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 40px;
  padding-top: 0px;
}

.serviceDetailMain .mainBox {
  width: 1200px;
  margin: 0 auto;
}

.serviceDetailMain .mainBox .breadcrumbBox {
  display: flex;
  color: #999;
  font-size: 14px;
  margin-bottom: 18px;
}

.serviceDetailMain .mainBox .breadcrumbBox .breaItem span {
  margin: 0 10px;
}

.serviceDetailMain .mainBox .breadcrumb {
  padding: 25px 0;
}

.serviceDetailMain .mainBox .one {
  margin-top: 14px;
  display: flex;
  width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.serviceDetailMain .mainBox .one .box1 {
  position: relative;
  width: 870px;
  padding: 31px 0 70px 47px;
}

.serviceDetailMain .mainBox .one .box1 .goodName {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .one .box1 .goodName span {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}

.serviceDetailMain .mainBox .one .box1 .goodName .titleLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 20px;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 18px;
}

.serviceDetailMain .mainBox .one .box1 .goodName .red {
  background: #FF3923;
}

.serviceDetailMain .mainBox .one .box1 .goodName .green {
  background-color: #22B75E;
}

.serviceDetailMain .mainBox .one .box1 .goodName .yellow {
  background-color: #FF9306;
}

.serviceDetailMain .mainBox .one .box1 .goodDes {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 13px 0;
}

.serviceDetailMain .mainBox .one .box1 .goodTips {
  display: inline-flex;
  margin-bottom: 20px;
}

.serviceDetailMain .mainBox .one .box1 .goodTips .tip {
  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;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec {
  position: relative;
  display: flex;
  align-items: center;
  width: 780px;
  height: 74px;
  background: url("https://public.mnqf.cn/public/images/z28.png") no-repeat center/cover;
  margin-bottom: 25px;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .collectBox {
  position: absolute;
  right: 0;
  top: -48px;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .collectBox .icon-xz {
  color: #FF8F00;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .collectBox span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-left: 5px;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .activeCollect {
  background-color: #F5F5F5;
  border: none;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 27px;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #9F9F9F;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem:last-child::after {
  display: none;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem .text1 {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem .text2 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .one .box1 .goodSpec .specItem img {
  width: 44px;
  height: 44px;
}

.serviceDetailMain .mainBox .one .box1 .line1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .img1 {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  margin-right: 27px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight em {
  font-style: normal;
  color: #0057FF;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .areaChoose {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .areaChoose .areaStr {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  margin-right: 10px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .areaChoose .handover {
  font-size: 14px;
  font-weight: 400;
  color: #0057FF;
  cursor: pointer;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .moreCycle {
  display: flex;
  width: 664px;
  height: 42px;
  background: #F9F9F9;
  margin-top: 10px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .moreCycle .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 42px;
  background: #FFEFDB;
  font-size: 14px;
  font-weight: 400;
  color: #EE8F17;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontWeight .moreCycle .textStr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 15px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .fontText {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .one .box1 .line1 .iconImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #0057FF;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #0057FF;
  border-radius: 20px;
}

.serviceDetailMain .mainBox .one .box1 .line1 .optionBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 249px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 0 10px;
  cursor: pointer;
}

.serviceDetailMain .mainBox .one .box1 .line1 .optionBox div {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.serviceDetailMain .mainBox .one .box1 .line1 .optionBox img {
  width: 19px;
  height: 19px;
  transition: all .2s;
}

.serviceDetailMain .mainBox .one .box1 .line1 .optionBox .rotate {
  transform: rotate(180deg);
}

.serviceDetailMain .mainBox .one .box1 .line1 div .opText {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.serviceDetailMain .mainBox .one .box1 .line1 div .opText > div {
  font-size: 14px;
  font-weight: 400;
  color: #2F57C5;
}

.serviceDetailMain .mainBox .one .box1 .line1 div .opText img {
  width: 18px;
  height: 18px;
}

.serviceDetailMain .mainBox .one .box1 .line1 div div .ziliaoImg {
  position: absolute;
  top: 285px;
  right: 110px;
  display: none;
  width: 480px;
  height: 289px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.serviceDetailMain .mainBox .one .box1 .line1 div:hover .ziliaoImg {
  display: block;
}

.serviceDetailMain .mainBox .one .box1 .flexBox {
  align-items: center;
}

.serviceDetailMain .mainBox .one .box1 .flexBox .img1 {
  /* transform: translateY(5px); */
}

.serviceDetailMain .mainBox .one .box1 .buymod {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 45px 0 32px 0;
}

.serviceDetailMain .mainBox .one .box1 .buymod .buyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 48px;
  background: linear-gradient(90deg, #FF5838 0%, #F32A28 100%);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 35px;
}

.serviceDetailMain .mainBox .one .box1 .buymod .totalPrice {
  display: flex;
  align-items: baseline;
}

.serviceDetailMain .mainBox .one .box1 .buymod .totalPrice span {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-right: 10px;
}

.serviceDetailMain .mainBox .one .box1 .buymod .totalPrice .price {
  font-size: 22px;
  font-weight: bold;
  color: #FF8A00;
}

.serviceDetailMain .mainBox .one .box1 .buymod .detection {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 44px;
  cursor: pointer;
  width: 93px;
  height: 24px;
}

.serviceDetailMain .mainBox .one .box1 .buymod .detection img {
  width: 93px;
  height: 24px;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  border-top: 1px solid #EBEBEB;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .left {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .left img {
  width: 28px;
  height: 28px;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .left span {
  font-size: 14px;
  font-weight: 400;
  color: #9E801C;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .center {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .center .centerItem {
  display: flex;
  align-items: center;
  margin-right: 33px;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .center .centerItem img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .center .centerItem span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #0057FF;
}

.serviceDetailMain .mainBox .one .box1 .guaranteeBox .right img {
  width: 17px;
  height: 17px;
}

.serviceDetailMain .mainBox .one .box2 {
  width: 328px;
  border-left: 2px solid #EBEBEB;
  padding: 34px 0;
}

.serviceDetailMain .mainBox .one .box2 .box2Top {
  width: 100%;
  padding: 0 25px;
}

.serviceDetailMain .mainBox .one .box2 .boxBottom {
  width: 100%;
  padding: 0 25px;
  border-top: 1px solid #EBEBEB;
  /* padding-top: 30px; */
}

.serviceDetailMain .mainBox .one .box2 .goodImg {
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.serviceDetailMain .mainBox .one .box2 .goodImg img {
  width: 100%;
  height: 100%;
}

.serviceDetailMain .mainBox .one .box2 .swiper {
  width: 100%;
  height: 58px;
  margin: 20px 0;
}

.serviceDetailMain .mainBox .one .box2 .swiper .swiper-wrapper .swiper-slide {
  display: flex !important;
  height: 25px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .imgIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .moreTitle .title {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .moreTitle .ident {
  display: flex;
  width: 165px;
  justify-content: space-between;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .moreTitle .ident .identItem {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .moreTitle .ident .identItem img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .moreTitle .ident .identItem span {
  font-size: 12px;
  font-weight: 400;
  color: #9EA5B5;
}

.serviceDetailMain .mainBox .one .box2 .goodTitle .rightIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.serviceDetailMain .mainBox .one .box2 .moreData {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.serviceDetailMain .mainBox .one .box2 .moreData .dataItem {
  width: 25%;
}

.serviceDetailMain .mainBox .one .box2 .moreData .dataItem .number {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .one .box2 .moreData .dataItem .text {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .one .box2 .consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #F0F4FF;
  border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  font-weight: 400;
  color: #486DD4;
  cursor: pointer;
}

.serviceDetailMain .mainBox .one .box2 .consultation img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.serviceDetailMain .mainBox .one .box2 .consultation:hover {
  background: #e1e6ff;
}

.serviceDetailMain .mainBox .one .box2 .box2Title {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  margin: 30px 0 20px 0;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem {
  position: relative;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 20px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemLeft {
  margin-right: 15px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemLeft img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight {
  width: 275px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .title {
  width: 180px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 11px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .des {
  width: 160px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 8px 0;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .tips {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .tips .tip {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 1px 7px;
  background-color: #F9F9F9;
  margin-right: 5px;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .goodInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .goodInfo .leftInfo {
  font-size: 12px;
  font-weight: 400;
  color: #F30000;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .goodInfo .leftInfo em {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #F30000;
}

.serviceDetailMain .mainBox .one .box2 .serviceGood .serviceItem .itemRight .goodInfo .rightInfo {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .two {
  width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.serviceDetailMain .mainBox .two .twoTop {
  display: flex;
  height: 67px;
  width: 100%;
  padding-top: 26px;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 17px;
  font-weight: 400;
  padding-left: 48px;
  position: relative;
  color: #666666;
}

.serviceDetailMain .mainBox .two .twoTop div {
  margin-right: 54px;
  cursor: pointer;
  position: relative;
}

.serviceDetailMain .mainBox .two .twoTop div.active {
  color: #0C48EE;
}

.serviceDetailMain .mainBox .two .twoTop div.active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 68px;
  height: 4px;
  background: #0057FF;
  border-radius: 0px 0px 0px 0px;
  bottom: 0;
}

.serviceDetailMain .mainBox .two .titleImg1 {
  width: 230px;
  height: 43px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.serviceDetailMain .mainBox .two .process {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 1100px;
  height: 260px;
  background: url("https://public.mnqf.cn/public/images/z148.png") no-repeat center/cover;
  padding: 17px 22px 19px 22px;
  margin: 0 auto;
}

.serviceDetailMain .mainBox .two .process .proItem .num {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.serviceDetailMain .mainBox .two .process .proItem .moreBox {
  width: 160px;
  height: 160px;
  background: #242E3B;
  padding: 20px 12px;
}

.serviceDetailMain .mainBox .two .process .proItem .moreBox img {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 22px;
}

.serviceDetailMain .mainBox .two .process .proItem .moreBox .title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 29px;
}

.serviceDetailMain .mainBox .two .process .proItem .moreBox .des {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.serviceDetailMain .mainBox .two .process .active {
  width: 204px;
  height: 224px;
  background: #F8FAFE;
  padding: 15px;
}

.serviceDetailMain .mainBox .two .process .active .num {
  color: #222222;
  margin-bottom: 0;
}

.serviceDetailMain .mainBox .two .process .active .moreBox {
  background-color: #F8FAFE;
  padding: 0;
}

.serviceDetailMain .mainBox .two .process .active .moreBox .img {
  display: none;
}

.serviceDetailMain .mainBox .two .process .active .moreBox .title {
  color: #222222;
}

.serviceDetailMain .mainBox .two .process .active .moreBox .des {
  color: #666666;
}

.serviceDetailMain .mainBox .two .titleImg3 {
  width: 206px;
  height: 43px;
  margin: 0 497px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.serviceDetailMain .mainBox .two .threeBox {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.serviceDetailMain .mainBox .three {
  width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.serviceDetailMain .mainBox .three .titleImg2 {
  width: 278px;
  height: 43px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.serviceDetailMain .mainBox .three .evaluation {
  display: flex;
  align-items: center;
  height: 180px;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #EBEBEB;
  background-color: #F9F9F9;
}

.serviceDetailMain .mainBox .three .evaluation .leftEvalua {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 265px;
}

.serviceDetailMain .mainBox .three .evaluation .leftEvalua #myChart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 117px;
  width: 117px;
  background: url("https://public.mnqf.cn/public/images/z178.png") no-repeat center/cover;
}

.serviceDetailMain .mainBox .three .evaluation .leftEvalua #myChart img {
  width: 44px;
  height: 44px;
}

.serviceDetailMain .mainBox .three .evaluation .leftEvalua #myChart span {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .three .evaluation .leftEvalua .rightIcon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}

.serviceDetailMain .mainBox .three .evaluation .rightEvalua .progressBox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 150px;
  width: 834px;
  border-left: 1px solid #EBEBEB;
  padding: 0 80px;
}

.serviceDetailMain .mainBox .three .evaluation .rightEvalua .progressBox .progressItem {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .three .evaluation .rightEvalua .progressBox .progressItem .text {
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .three .evaluation .rightEvalua .progressBox .progressItem .progressParent {
  width: 420px;
  margin-right: 30px;
}

.serviceDetailMain .mainBox .three .evaluation .rightEvalua .progressBox .progressItem .progressNum {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.serviceDetailMain .mainBox .three .evaluationBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  height: 56px;
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  margin: 0 auto;
  padding: 0 35px;
}

.serviceDetailMain .mainBox .three .evaluationBox .leftBox {
  display: flex;
}

.serviceDetailMain .mainBox .three .evaluationBox .leftBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-right: 40px;
}

.serviceDetailMain .mainBox .three .evaluationBox .leftBox .spans {
  display: inline-flex;
}

.serviceDetailMain .mainBox .three .evaluationBox .leftBox .spans div {
  border: 1px solid #EBEBEB;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 2px 6px;
  margin-right: 6px;
  background-color: #fff;
}

.serviceDetailMain .mainBox .three .evaluationBox .rightBox {
  display: flex;
  align-items: baseline;
}

.serviceDetailMain .mainBox .three .evaluationBox .rightBox ::v-deep .ant-rate .ant-rate-star {
  color: #FB7E27;
}

.serviceDetailMain .mainBox .three .evaluationBox .rightBox img {
  width: 120px;
  height: 20px;
}

.serviceDetailMain .mainBox .three .evaluationBox .rightBox .rateStr {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-left: 20px;
}

.serviceDetailMain .mainBox .three .message {
  width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.serviceDetailMain .mainBox .three .message .messageItem {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #C4C4C4;
}

.serviceDetailMain .mainBox .three .message .messageItem:last-child {
  border-bottom: none;
}

.serviceDetailMain .mainBox .three .message .messageItem .head {
  margin-right: 15px;
}

.serviceDetailMain .mainBox .three .message .messageItem .head img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .topMsg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 2px 0 5px 0;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox ::v-deep .ant-rate .ant-rate-star {
  color: #FB7E27;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .rateStr {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-left: 20px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .startImg {
  width: 120px;
  height: 20px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .line {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 0 30px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .rateDes {
  display: flex;
  align-items: center;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .rateDes .desItem {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .rateDes .desItem span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .rateBox .rateDes .desItem .black {
  color: #222222;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .content {
  width: 990px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .reply {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .reply img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.serviceDetailMain .mainBox .three .message .messageItem .msgBox .reply span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .four {
  width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.serviceDetailMain .mainBox .four .titleImg4 {
  width: 218px;
  height: 43px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
}

.serviceDetailMain .mainBox .four .z41 {
  width: 1096px;
  height: 326px;
  margin: 0 auto;
}

.serviceDetailMain .mainBox .five {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.serviceDetailMain .mainBox .five .titleImg5 {
  width: 218px;
  height: 43px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.serviceDetailMain .mainBox .five .serviceGood {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem {
  position: relative;
  display: flex;
  width: 385px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 20px;
  margin-right: 21px;
  box-sizing: border-box;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem:nth-child(3n) {
  margin-right: 0;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem:hover {
  box-shadow: 0px 6px 6px 1px rgba(34, 34, 34, 0.08);
  transform: translateY(-8px);
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemLeft {
  margin-right: 15px;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemLeft img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight {
  width: 275px;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 11px;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .des {
  width: 260px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .tips {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .tips .tip {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 1px 7px;
  background-color: #F9F9F9;
  margin-right: 5px;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .goodInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .goodInfo .leftInfo {
  font-size: 12px;
  font-weight: 400;
  color: #F30000;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .goodInfo .leftInfo em {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #F30000;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .itemRight .goodInfo .rightInfo {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.serviceDetailMain .mainBox .five .serviceGood .serviceItem .tipImg {
  position: absolute;
  right: 0;
  top: 15px;
  width: 60px;
  height: 20px;
}

.serviceDetailMain .footerCss {
  width: 100%;
  padding: 0 25px;
}

.lookPop {
  max-width: none;
}

.lookPop .lookBox {
  padding: 28px;
}

.lookPop .lookBox .lookTitle {
  font-size: 17px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
}

.lookPop .lookBox .lookDes {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 25px;
}

.lookPop .lookBox .lookDes .lookDes1 {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.lookPop .lookBox .lookDes .lookDes1 span {
  font-size: 13px;
  font-weight: 400;
  color: #0057FF;
  margin: 0 20px;
}

.ziliaoPop {
  max-width: none;
}

.ziliaoPop .ziliaoImg {
  width: 452px;
}

.caigouPop {
  max-width: none;
}

.caigouBox {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 660px;
}

.caigouBox .caigouItem {
  height: 30px;
  background: #fff;
  cursor: pointer;
  margin-right: 12px;
  border: 1px solid #EBEBEB;
}

.caigouBox .caigouItem .itemTop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding: 0 10px;
  margin-bottom: 4px;
}

.caigouBox .active {
  border: 1px solid #6496F8;
  /* .itemTop {
            color: #0057FF;
        } */
}

.serviceBox {
  display: flex;
}

.serviceBox .serviceItem {
  display: flex;
  align-items: center;
}

.serviceBox .serviceItem img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.serviceBox .serviceItem span {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
}

.anchorBox .ant-affix {
  top: 70px;
}

.anchorBox .ant-anchor {
  height: 50px !important;
  overflow-y: clip !important;
}

.anchorBox .ant-anchor .ant-anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 67px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}

.anchorBox .ant-anchor .active {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #0C48EE;
}

.anchorBox .ant-anchor .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0057FF;
}

.priceToolTip .tool {
  width: 190px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.priceToolTip .tool span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.priceToolTip .tool .understand {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #0057FF;
  cursor: pointer;
}

.priceToolTip .tool .understand img {
  width: 17px;
  height: 17px;
}

.modalStyle .modalBox {
  width: 100%;
}

.modalStyle .modalBox img {
  width: 539px;
  height: 52px;
  margin-bottom: 20px;
}

.modalStyle .modalBox .instructions .insItem {
  margin-bottom: 20px;
}

.modalStyle .modalBox .instructions .insItem .itemTop {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.modalStyle .modalBox .instructions .insItem .itemTop .line {
  width: 4px;
  height: 4px;
  background: #3177FF;
  margin-right: 5px;
  border-radius: 50%;
}

.modalStyle .modalBox .instructions .insItem .itemTop .title {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.88);
}

.modalStyle .modalBox .instructions .insItem .itemBottom {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}

.modalStyle .footerBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalStyle .footerBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #1677FF;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.modalStyle .successBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalStyle .successBox img {
  width: 120px;
  height: 120px;
}

.modalStyle .successBox span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
}
