div[theme-color] {
  color: var(--text-info-primary);
}

.data-statistics {
  width: 100%;
  padding: 2rem 0 6rem;
}

.infoBox {
  display: grid;
  grid-template-columns: 56.38rem 1fr;
  gap: 2rem;
}

.infoBox .boxItem {
  background-color: #fff;
  border-radius: 1.25rem;
}

.application {
  padding: 1rem 2rem 3rem;
  display: flex;
  /*align-items: center;*/
  gap: 2rem;
}
.application .mb-discount-time {
  display: none;
}
.application .discount-time {
  border-radius: 0.625rem;
  background-image: url(/site/images/info/price-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.625rem 1.875rem;
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.application .discount-time .grid-col {
  display: flex;
  align-items: center;
}
.application .discount-time .grid-col .old-price {
  opacity: 0.8;
  text-decoration: line-through;
}
.application .discount-time .grid-col .discount-price {
  font-size: 1rem;
  font-weight: bold;
}
.application .discount-time .grid-col .discount-price .discount-price-num {
  font-size: 1.5rem;
}
.application .discount-time .grid-col .sales {
  text-align: right;
  width: 100%;
}
.application .discount-time .grid-col .sales-num {
  font-size: 1rem;
  font-weight: bold;
}
.application .discount-time .grid-col .discount-time-box {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
}
.application .discount-time .grid-col .discount-time-box .time-box {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.application .discount-time .grid-col .discount-time-box .time-box .time-item {
  display: flex;
  align-items: center;
}
.application .discount-time .grid-col .discount-time-box .time-box .time-item .time {
  min-width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  background-color: #333;
  color: #fff;
  font-size: 0.6875rem;
  text-align: center;
  line-height: 1.125rem;
}
.application .discount-time .grid-col .discount-time-box .time-box .time-item .unit {
  font-size: 0.75rem;
  margin-left: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.application .discount-time .grid-col .discount-time-box .time-tips {
  color: #fff;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  font-weight: bold;
}

.application .swiper-box {
  width: 21.88rem;
  position: relative;
}

.swiper-goods-container {
  margin-bottom: 0.8rem;
}

.swiper-pages-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  margin-top: 0;
}

.swiper-pages-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  margin-top: 0;
}

.showBox {
  flex: 1;
  min-width: 6.25rem;
}

.showBox .title {
  font-size: 1.13rem;
  margin-bottom: 0.8rem;
  font-weight: 550;
}

.showBox .sub-title {
  color: #999999;
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}

.showBox .priceBox {
  width: 100%;
  height: 4.44rem;
  padding: 0.8rem 2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  background-image: url("/site/images/info/price-bg.png");
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.showBox .priceBox > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.showBox .priceBox .marketing {
  font-size: 0.75rem;
}

.showBox .priceBox .marketing > div:first-child {
  text-decoration: line-through;
}

.showBox .priceBox .money {
  font-size: 1rem;
  font-weight: 550;
}

.showBox .priceBox .money span {
  font-size: 1.5rem;
}

.showBox .selfTips {
  margin-top: 0.8rem;
  width: 100%;
  border-radius: 0.31rem;
  background-color: #FFF0F0;
  color: #FF3A3A;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.8rem;
}

.showBox .selfTips > img {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.6rem;
}

.showBox .langTips {
  margin-top: 0.8rem;
  width: 100%;
  border-radius: 0.31rem;
  background-color: #FFF8DD;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.8rem;
}

.showBox .langTips > img {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.6rem;
}

.showBox .langTips .unit {
  color: var(--text-info-primary);
  text-decoration: underline;
}

.showBox .BtnBox {
  margin-top: 2rem;
  font-size: 0.75rem;
}

.showBox .BtnBox > div {
  margin-bottom: 0.8rem;
  display: flex;
}

.showBox .BtnBox > div:last-child {
  margin-bottom: 0;
}

.showBox .BtnBox .label {
  width: 3.5rem;
  padding: 0.38rem 0;
  color: #999999;
}

.showBox .BtnBox .btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  flex: 1;
  align-items: center;
}

.showBox .BtnBox .btnList > div {
  padding: 0.38rem 1rem;
  border: 0.06rem solid #BBBBBB;
  position: relative;
  cursor: pointer;
}

.showBox .BtnBox .btnList > div[themeBtn] {
  border: 0.06rem solid var(--text-info-primary);
  color: var(--text-info-primary);
}

.showBox .BtnBox .btnList > div > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.94rem;
  height: 0.94rem;
  display: none;
}

.showBox .BtnBox .btnList > div[themeBtn] > img {
  display: block;
}

.showBox .submitList {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}

.showBox .submitList[noneTips] {
  margin-top: 2rem;
}

.showBox .submitList > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.31rem;
  width: 7.13rem;
  height: 2.25rem;
  font-size: 0.88rem;
  font-weight: 550;
}

.showBox .submitList .consult {
  color: #fff;
  background-color: var(--text-info-primary);
  cursor: pointer;
}

.showBox .submitList .collect {
  color: var(--text-info-primary);
  background-color: #EBF5FF;
  cursor: pointer;
}

.kefuBox {
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.kefuBox .avarBox {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  position: relative;
}

.kefuBox .avarBox .avar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.kefuBox .avarBox .marks {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.63rem;
  height: 1.63rem;
  border-radius: 50%;
}

.kefuBox .kefuName {
  text-align: center;
}

.kefuBox .intro {
  margin-bottom: 1rem;
  display: flex;
  font-size: 0.88rem;
  font-weight: 550;
}

.kefuBox .intro .tipIcon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.31rem;
}

.kefuBox .intro .label {
  color: #999999;
  margin-right: 0.8rem;
}

.kefuBox .intro .copyIcon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.8rem;
  cursor: pointer;
}

.kefuBox .wechatCode {
  width: 10.25rem;
  height: 10.25rem;
  margin-bottom: 1rem;
  border: 0.06rem solid var(--text-info-primary);
  border-radius: 0.31rem;
}

.kefuBox .wechatTips {
  font-size: 0.88rem;
  color: #999999;
  font-weight: 550;
}

.recommend {
  padding: 2rem;
}

.recommend .titleBox {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.recommend .tipsline {
  flex: 1;
  height: 0.06rem;
  background-color: #eee;
}

.productBox {
  padding: 1rem 0 4rem;
}

.proContent {
  padding: 0 2rem;
  width: 100%;
}

.productBox .tabList {
  display: flex;
  margin-bottom: 1rem;
}

.productBox .tabList .tabItem {
  width: 7rem;
  height: 2rem;
  position: relative;
  text-align: center;
  padding: 0 0.2rem;
  font-size: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.productBox .tabList .tabItem .title {
  width: 100%;
  border-right: 0.06rem solid #EEEEEE;
}

.productBox .tabList .tabItem:last-child > .title {
  border-right: 0;
}

.productBox .tabList .tabItem .tips {
  position: absolute;
  bottom: 0;
  width: 3.5rem;
  height: 0.19rem;
  background-color: var(--text-info-primary);
  display: none;
}

.productBox .tabList .tabItem[changeProduct] .title {
  color: var(--text-info-primary);
}

.productBox .tabList .tabItem[changeProduct] .tips {
  display: block;
}

.recommend .productItem {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.recommend .productItem:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
  border-radius: 0.55rem;
  padding: 0.5rem;
}

.recommend .productItem:last-child {
  margin-bottom: 0;
}

.recommend .productItem .itemTitleBox {
  padding: 0.8rem 0;
  width: 100%;
}

.recommend .productItem .itemTitleBox .title {
  font-size: 0.88rem;
  font-weight: 550;
  margin-bottom: 0.8rem;
}

.recommend .productItem .itemTitleBox .money {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommend .productItem .itemTitleBox .money .price {
  font-weight: 550;
  font-size: 1rem;
  color: #E73828;
}

.recommend .productItem .itemTitleBox .money .price .unit {
  font-size: 0.75rem;
}

.recommend .productItem .itemTitleBox .money .sale {
  font-size: 0.75rem;
  color: #999999;
}

.proContent .proInfoBox {
  background-color: #EEEEEE;
  display: grid;
  grid-template-columns: 6.25rem 1fr 6.25rem 1fr 6.25rem 1fr;
  gap: 0.06rem;
  border: 0.06rem solid #EEEEEE;
}

.proContent .proInfoBox > div {
  padding: 1rem 0.8rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.proContent .proInfoBox > div:nth-child(2n) {
  background-color: #fff;
  font-weight: 550;
}

.proContent .proInfoBox > div:nth-child(2n-1) {
  background-color: #FAFAFB;
  color: #999999;
  font-weight: 550;
}

.showFixedPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.showFixedPop > div {
  position: relative;
}

.showFixedPop .bg {
  width: 39.38rem;
}

.successPopBox .contactBox {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 4.04rem;
  padding-bottom: 3.75rem;
  padding-left: 5rem;
  padding-right: 5rem;
  top: 0;
  left: 0;
}

.successPopBox .contactBox .tips {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 1.4rem;
  line-height: 1;
}

.successPopBox .contactBox .phone {
  font-size: 2.25rem;
  color: #3988F4;
  font-weight: 550;
  margin-bottom: 4.69rem;
  line-height: 1;
}

.successPopBox .contactBox .contactGridBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}

.successPopBox .contactBox .contactGridBox .contactGridItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.38rem;
  line-height: 1;
}

.successPopBox .contactBox .contactGridBox .contactGridItem > img {
  width: 100%;
  margin-bottom: 1.63rem;
}

.successPopBox .successBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.13rem;
  padding-bottom: 3.75rem;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  top: 0;
  left: 0;
}

.successPopBox .close-icon {
  position: absolute;
  width: 2.56rem;
  top: 0;
  right: -5rem;
  cursor: pointer;
}

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

.successPopBox .successBox .topBox .icon {
  width: 8.75rem;
  margin-bottom: 0.63rem;
}

.successPopBox .successBox .topBox .title {
  font-size: 1.63rem;
  margin-bottom: 1.75rem;
}

.successPopBox .successBox .topBox .sub_title {
  font-size: 1.13rem;
  text-align: center;
}

.successPopBox .successBox .btnBox {
  width: 11.25rem;
  height: 3.38rem;
  background: #428BF4;
  border-radius: 1.69rem;
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.max-swiper-page-img {
  max-width: 4.188rem;
  cursor: pointer;
}

.notOpenBox {
  width: 25rem;
  border-radius: 1.25rem;
  padding: 1.875rem;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notOpenBox .close-icon {
  position: absolute;
  width: 1.25rem;
  top: 0;
  right: 0;
  top: 0;
  margin-top: 1.438rem;
  margin-right: 1.875rem;
  cursor: pointer;
}

.notOpenBox .tips-icon {
  width: 3.875rem;
  height: 3.875rem;
  margin-bottom: 1.25rem;
}

.notOpenBox .tipsText {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  width: 100%;
  text-align: center;
  font-weight: 550;
}

.notOpenBox .closeBtn {
  width: 9rem;
  height: 2.75rem;
  border-radius: 6.25rem;
  background-color: rgb(66, 139, 244);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  cursor: pointer;
}

.mb-show-price {
  display: none;
}

.mb-show-title-padding-box {
  display: none;
}

.mb-recommend {
  display: none;
}

.mb-kefuBox {
  display: none;
}

.mb-proInfoBox {
  display: none;
}

.bottomBtnList {
  display: none;
}

.bottomBtnListReserve {
  display: none;
}

.mb-consult-box {
  display: none;
}

#mb-consult-box-pop {
  display: none;
}

@media (max-width: 768px) {
  .infoBox {
    display: block;
    padding-bottom: 20rem;
  }
  .application .swiper-box {
    width: 100%;
  }
  .application {
    display: block;
  }
  .application .discount-time {
    display: none;
  }
  .application .mb-discount-time {
    background-image: url(/site/images/info/price-bg-mb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 6rem 18rem;
    color: #fff;
    margin-bottom: 20rem;
    font-size: 12rem;
  }
  .application .mb-discount-time .grid-col {
    display: flex;
    align-items: center;
  }
  .application .mb-discount-time .grid-col .old-price {
    opacity: 0.8;
    text-decoration: line-through;
  }
  .application .mb-discount-time .grid-col .discount-price {
    font-size: 16rem;
    font-weight: bold;
  }
  .application .mb-discount-time .grid-col .discount-price .discount-price-num {
    font-size: 18rem;
  }
  .application .mb-discount-time .grid-col .sales {
    text-align: right;
    width: 100%;
  }
  .application .mb-discount-time .grid-col .sales-num {
    font-size: 13rem;
    font-weight: bold;
  }
  .application .mb-discount-time .grid-col .discount-time-box {
    display: flex;
    align-items: center;
    margin-left: 8rem;
  }
  .application .mb-discount-time .grid-col .discount-time-box .time-box {
    display: flex;
    align-items: center;
    column-gap: 2rem;
  }
  .application .mb-discount-time .grid-col .discount-time-box .time-box .time-item {
    display: flex;
    align-items: center;
  }
  .application .mb-discount-time .grid-col .discount-time-box .time-box .time-item .time {
    min-width: 17rem;
    height: 17rem;
    border-radius: 4rem;
    background-color: #333;
    color: #fff;
    font-size: 10rem;
    text-align: center;
    line-height: 17rem;
  }
  .application .mb-discount-time .grid-col .discount-time-box .time-box .time-item .unit {
    font-size: 10rem;
    margin-left: 2rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .application .mb-discount-time .grid-col .discount-time-box .time-tips {
    color: #fff;
    font-size: 11rem;
    margin-left: 10rem;
    font-weight: bold;
  }
  .swiper-pages-container {
    display: none;
  }
  .mb-show-price {
    width: 100%;
    height: 58rem;
    padding: 5rem 15rem;
    background-image: url("/site/images/info/price-bg-mb.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }
  .mb-show-price .sales {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
  }
  .mb-show-price .sales .unit {
    font-size: 12rem;
  }
  .mb-show-price .sales .salesNum {
    font-size: 16rem;
    font-weight: 550;
  }
  .mb-show-price .price {
    display: flex;
    align-items: center;
    gap: 10rem;
    font-size: 22rem;
    color: #fff;
  }
  .mb-show-price .price .money {
    font-weight: 550;
  }
  .mb-show-price .price .sub_money {
    opacity: 0.8;
    text-decoration: line-through;
    font-size: 12rem;
  }
  .mb-show-title-padding-box {
    display: block;
    padding: 0 15rem;
    margin-top: 10rem;
  }
  .mb-show-title-box {
    background-color: #FFF0F0;
    border-radius: 10rem;
    margin-bottom: 15rem;
    overflow: hidden;
  }
  .mb-show-title-box .tipsBox {
    display: flex;
    align-items: center;
    color: #FF3A3A;
    padding: 10rem;
    font-size: 14rem;
    gap: 8rem;
    background-color: #FFF0F0;
  }
  .mb-show-title {
    padding: 15rem;
    border-radius: 10rem;
    background-color: #fff;
  }
  .mb-show-title .title {
    font-size: 16rem;
    font-weight: 550;
    margin-bottom: 5rem;
  }
  .mb-show-title .date {
    font-size: 12rem;
    margin-bottom: 10rem;
    color: #BBBBBB;
  }
  .mb-show-title .sub-title {
    font-size: 12rem;
    color: #999999;
  }
  .mb-show-title .price {
    color: #FF5112;
    display: flex;
    align-items: center;
    gap: 10rem;
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  .mb-show-title .service {
    display: flex;
    gap: 10rem;
    font-size: 12rem;
    margin-bottom: 10rem;
  }
  .mb-show-title .service > span:first-child {
    color: #999999;
  }
  .mb-show-title .service > span:last-child {
    flex: 1;
  }
  .mb-show-title .langtips {
    margin-top: 10rem;
  }
  .mb-show-title .langtips .langtipsBox {
    background-color: #FFF8DD;
    font-size: 12rem;
    padding: 5rem 10rem;
    display: flex;
    align-items: center;
    border-radius: 5rem;
    gap: 10rem;
  }
  .mb-show-title .langtips .langtipsBox .unit {
    color: #428BF4;
    border-bottom: 1rem solid #428BF4;
  }
  .kefuBox {
    display: none;
  }
  .showBox {
    display: none;
  }
  .mb-recommend {
    display: block;
    padding: 0 15rem;
    margin-bottom: 15rem;
  }
  .mb-recommend .mb-recommend-swiper {
    width: 100%;
    display: block;
    padding-top: 15rem;
    padding-left: 15rem;
    padding-bottom: 15rem;
    background-color: #fff;
    border-radius: 10rem;
  }
  .mb-recommend .mb-recommend-swiper .title {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .swiper-recommend-container .recommendClide {
    display: block;
    position: relative;
  }
  .swiper-recommend-container .recommendClide .content {
    width: 100%;
    height: 75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 8rem;
  }
  .swiper-recommend-container .recommendClide .content .title {
    font-size: 14rem;
    font-weight: 550;
  }
  .swiper-recommend-container .recommendClide .content .money {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .swiper-recommend-container .recommendClide .content .money .price {
    font-size: 12rem;
    color: #E73828;
    flex: 1;
    min-width: 10rem;
  }
  .swiper-recommend-container .recommendClide .content .money .sales {
    font-size: 10rem;
    color: #999;
  }
  .recommend {
    display: none;
  }
  .mb-kefuBox {
    width: 100%;
    display: block;
    padding: 0 15rem;
    margin-bottom: 15rem;
  }
  .mb-kefuBox .mb-kefu {
    padding: 15rem;
    background-image: url("/site/images/info/mb-kefu-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
  }
  .mb-kefuBox .mb-kefu .codeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    font-size: 10rem;
  }
  .mb-kefuBox .mb-kefu .codeBox > img {
    width: 54rem;
    margin-bottom: 5rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content {
    flex: 1;
    min-width: 10rem;
    margin-right: 10rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox {
    display: flex;
    align-items: center;
    margin-bottom: 11rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox .img {
    width: 49rem;
    height: 49rem;
    position: relative;
    margin-right: 15rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox .img .avar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox .img .tips {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox .sub .name {
    font-size: 14rem;
    margin-bottom: 5rem;
    font-weight: 550;
  }
  .mb-kefuBox .mb-kefu .kefu-content .avarBox .sub .position {
    font-size: 12rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .tipsLabel {
    display: flex;
    align-items: center;
    gap: 29rem;
    font-size: 12rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .tipsLabel .wechat {
    display: flex;
    align-items: center;
    gap: 5rem;
    font-size: 12rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .tipsLabel .wechat img {
    width: 15rem;
    height: 15rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .tipsLabel .phone {
    display: flex;
    align-items: center;
    gap: 5rem;
    font-size: 12rem;
  }
  .mb-kefuBox .mb-kefu .kefu-content .tipsLabel .phone img {
    width: 15rem;
    height: 15rem;
  }
  .productBox {
    background-color: #fff !important;
    padding: 0 15rem;
  }
  .productBox .tabList {
    margin-bottom: 0;
  }
  .infoBox .boxItem {
    background-color: unset;
  }
  .proContent {
    padding: 0;
  }
  .productBox .tabList {
    justify-content: space-between;
    border-bottom: 1rem solid #EEEEEE;
  }
  .productBox .tabList .tabItem {
    width: unset;
    height: 45rem;
    padding: 0;
    font-size: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productBox .tabList .tabItem .title {
    border-right: 0;
  }
  .productBox .tabList .tabItem .tips {
    width: 30rem;
    height: 3rem;
  }
  .proContent .proInfoBox {
    display: none;
  }
  .mb-proInfoBox {
    display: block;
    font-size: 12rem;
    padding: 15rem 0;
  }
  .mb-proInfoBox > div {
    margin-bottom: 7rem;
    border: 1rem solid #EEEEEE;
  }
  .mb-proInfoBox > div:last-child {
    margin-bottom: 0;
  }
  .mb-proInfoBox > div .item {
    display: flex;
    height: 37rem;
  }
  .mb-proInfoBox > div .item > div {
    display: flex;
    align-items: center;
    padding: 0 10rem;
    box-sizing: border-box;
  }
  .mb-proInfoBox > div .item > div:first-child {
    width: 100rem;
    color: #999999;
    background-color: #FAFAFB;
    border-bottom: 1rem solid #EEEEEE;
    border-right: 1rem solid #EEEEEE;
  }
  .mb-proInfoBox > div .item > div:last-child {
    flex: 1;
    min-width: 10rem;
    border-bottom: 1rem solid #EEEEEE;
  }
  .mb-proInfoBox > div .item:last-child > div:first-child {
    border-bottom: 0;
  }
  .mb-proInfoBox > div .item:last-child > div:last-child {
    border-bottom: 0;
  }
  .bottomBtnListReserve {
    display: block;
    width: 100%;
    height: 68rem;
  }
  .bottomBtnList {
    width: 100%;
    height: 68rem;
    display: flex;
    gap: 13rem;
    padding: 10rem 15rem 0rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: #fff;
  }
  .bottomBtnList > div {
    flex: 1;
    height: 43rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
  }
  .bottomBtnList .btn1 {
    color: #428BF4;
    background-color: #EBF5FF;
  }
  .bottomBtnList .btn2 {
    color: #fff;
    background-color: #428BF4;
  }
  .notOpenBox {
    width: 260rem;
    border-radius: 20rem;
    padding: 25rem;
  }
  .notOpenBox .close-icon {
    display: none;
  }
  .notOpenBox .tips-icon {
    width: 50rem;
    height: 50rem;
    margin-bottom: 15rem;
  }
  .notOpenBox .tipsText {
    font-size: 18rem;
    margin-bottom: 20rem;
  }
  .notOpenBox .closeBtn {
    width: 120rem;
    height: 40rem;
    border-radius: 20rem;
    font-size: 14rem;
  }
  #mb-consult-box-pop {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
  }
  .mb-consult-box {
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 12;
    padding: 15rem 0 0;
    background-color: #fff;
    box-sizing: border-box;
    transform: translate3d(0, 100%, 0);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border-radius: 10rem 10rem 0 0;
  }
  .mb-consult-box-on {
    transform: translate3d(0, 0, 0);
  }
  .mb-consult-box .btnBox {
    width: 100%;
    padding: 17rem 15rem 28rem;
    box-shadow: 0 0 11rem 0 rgba(0, 0, 0, 0.04);
  }
  .mb-consult-box .btnBox .btn {
    width: 100%;
    height: 43rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
    color: #fff;
    background-color: #428BF4;
    border-radius: 10rem;
  }
  .mb-consult-box .consultContent {
    display: flex;
    align-items: center;
    padding: 0 15rem;
    margin-bottom: 10rem;
  }
  .mb-consult-box .consultContent .picture {
    width: 100rem;
    height: 100rem;
    margin-right: 5rem;
  }
  .mb-consult-box .consultContent .content {
    flex: 1;
    min-width: 10rem;
  }
  .mb-consult-box .consultContent .content .title {
    font-size: 16rem;
    font-weight: 550;
    margin-bottom: 10rem;
  }
  .mb-consult-box .consultContent .content .date {
    color: #999;
    font-size: 12rem;
    display: flex;
    align-items: center;
    gap: 10rem;
    margin-bottom: 10rem;
  }
  .mb-consult-box .consultContent .content .price {
    display: flex;
    align-items: center;
    gap: 10rem;
    font-size: 20rem;
    color: #FF5112;
  }
  .mb-consult-box .consultContent .content .price .unit {
    font-size: 12rem;
  }
  .mb-consult-box .consultContent .content .price .old {
    color: #BBBBBB;
    font-size: 12rem;
    text-decoration: line-through;
  }
  .mb-consult-box .tips {
    padding: 0 15rem;
    margin-bottom: 15rem;
  }
  .mb-consult-box .tips .tipsBox {
    display: flex;
    align-items: center;
    gap: 8rem;
    font-size: 14rem;
    color: #FF3A3A;
    background-color: #FFF0F0;
    padding: 11rem 15rem;
    border-radius: 5rem;
  }
  .mb-consult-box .langtips {
    padding: 0 15rem;
    margin-bottom: 15rem;
  }
  .mb-consult-box .langtips .langtipsBox {
    background-color: #FFF8DD;
    font-size: 12rem;
    padding: 5rem 10rem;
    display: flex;
    align-items: center;
    border-radius: 5rem;
    margin-bottom: 19rem;
    gap: 10rem;
  }
  .mb-consult-box .langtips .langtipsBox .unit {
    color: #428BF4;
    border-bottom: 1rem solid #428BF4;
  }
  .mb-consult-box .typeListBox {
    padding: 0 15rem;
    margin-bottom: 20rem;
  }
  .mb-consult-box .typeListBox .typeList {
    width: 100%;
  }
  .mb-consult-box .typeListBox .typeList .typebox {
    width: 100%;
    margin-bottom: 20rem;
  }
  .mb-consult-box .typeListBox .typeList .typebox:last-child {
    margin-bottom: 0;
  }
  .mb-consult-box .typeListBox .typeList .typebox .label {
    font-size: 14rem;
    margin-bottom: 15rem;
  }
  .mb-consult-box .typeListBox .typeList .typebox .list {
    display: flex;
    gap: 10rem;
  }
  .mb-consult-box .typeListBox .typeList .typebox .list .item {
    min-width: 90rem;
    padding: 7rem 5rem;
    border-radius: 5rem;
    font-size: 12rem;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mb-consult-box .typeListBox .typeList .typebox .list .item[themebtn] {
    border: 1rem solid #428BF4;
    background-color: #EAF2FF;
    color: #428BF4;
  }
  .mb-consult-box .sorllBox {
    max-height: 30vh;
    overflow-y: scroll;
  }
  ._mb-flex-col-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .successPopBox .close-icon {
    width: 25rem;
    right: 0;
    bottom: -50rem;
    top: unset;
    right: unset;
  }
  .showFixedPop .bg {
    width: 330rem;
  }
  .successPopBox .contactBox .contactGridBox {
    gap: 15rem;
  }
  .successPopBox .contactBox .contactGridBox .contactGridItem {
    font-size: 14rem;
  }
  .successPopBox .contactBox {
    padding-top: 35rem;
    padding-bottom: 15rem;
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .successPopBox .contactBox .tips {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .successPopBox .contactBox .phone {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  .successPopBox .contactBox .contactGridBox .contactGridItem > img {
    margin-bottom: 10rem;
  }
  .infoContent {
    font-size: 14rem;
  }
  ._mb-font-14 {
    font-size: 14rem;
  }
  ._mb-font-12 {
    font-size: 12rem;
  }
}

/*# sourceMappingURL=info.css.map */
