﻿.order-click[data-v-1bc5e33c] {
  position: fixed;
  right: 0;
  bottom: 40%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 6.8125rem;
  z-index: 1000;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  box-shadow: 0 1px 5px 0 rgba(112, 114, 255, 0.3);
}
.order-click .img[data-v-1bc5e33c] {
  width: 1rem;
  height: 1rem;
}
.order-click .order-click-text[data-v-1bc5e33c] {
  margin-top: 0.31rem;
  width: 0.75rem;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a5a5a5;
}

.common-report[data-v-4aa3116a] {
  position: fixed;
  right: 0;
  bottom: 22%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 4.68rem;
  z-index: 1000;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  box-shadow: 0 1px 5px 0 rgba(112, 114, 255, 0.3);
}
.common-report .img[data-v-4aa3116a] {
  width: 1rem;
  height: 1rem;
}
.common-report .common-report-text[data-v-4aa3116a] {
  margin-top: 0.31rem;
  width: 0.75rem;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #a5a5a5;
}

.info_tabs[data-v-a3f3f478] {
  width: 100%;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(11, 11, 16, 0.8);
  cursor: pointer;
  padding-left: 0.2rem;
}
.info_tabs .box_info_tabs[data-v-a3f3f478] {
  width: 90%;
  margin: 4.75rem auto;
  background: #ffffff;
  border-radius: 1rem;
}
.info_tabs .box_info_tabs .info_title[data-v-a3f3f478] {
  height: 3.94rem;
  line-height: 3.94rem;
  text-align: center;
  font-size: 0.94rem;
  font-family: AppleSystemUIFont;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #F0F0F0;
}
.info_tabs .box_info_tabs .box_tabs[data-v-a3f3f478] {
  padding-bottom: 0.25rem;
  padding-top: 1.06rem;
}
.info_tabs .box_info_tabs .box_tabs .item_box[data-v-a3f3f478] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.25rem;
}
.info_tabs .box_info_tabs .box_tabs .item_box .car_items[data-v-a3f3f478] {
  width: 7rem;
}
.info_tabs .box_info_tabs .box_tabs .item_box .car_items div[data-v-a3f3f478] {
  font-size: 0.94rem;
  font-family: PingFang HK;
  font-weight: 400;
  color: #333333;
  margin-top: 0.63rem;
}
.info_tabs .box_info_tabs .box_tabs .item_box .car_items img[data-v-a3f3f478] {
  width: 3.13rem;
}

html {
  font-family: "Microsoft YaHei";
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 禁止长按图片保存 */
* {
  -webkit-touch-callout: none;
}
img {
  pointer-events: none;
}
.wechat-qrcode img {
  -webkit-touch-callout: default;
  pointer-events: auto;
}
body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#LRdiv0 {
  display: none !important;
}
#LRfloater0 {
  display: none !important;
}
#LRdiv1 {
  display: none !important;
}
#LRfloater1 {
  display: none !important;
}
#LRdiv2 {
  display: none !important;
}
#LRfloater2 {
  display: none !important;
}
#LRdiv3 {
  display: none !important;
}
#LRfloater3 {
  display: none !important;
}
#LRdiv4 {
  display: none !important;
}
#LRfloater4 {
  display: none !important;
}
#LRdiv5 {
  display: none !important;
}
#LRfloater5 {
  display: none !important;
}
#LRdiv6 {
  display: none !important;
}
#LRfloater6 {
  display: none !important;
}
#LRdiv7 {
  display: none !important;
}
#LRfloater7 {
  display: none !important;
}
#LRdiv8 {
  display: none !important;
}
#LRfloater8 {
  display: none !important;
}
#LRdiv9 {
  display: none !important;
}
#LRfloater9 {
  display: none !important;
}
#LRdiv10 {
  display: none !important;
}
#LRfloater10 {
  display: none !important;
}
.container .ql-editor {
  padding: 0;
  overflow: unset;
  overflow-y: unset;
}
.container .ql-editor img {
  display: block;
  max-width: 100%;
}
.text-one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.text-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.order-click,
.common-report {
  z-index: 5 !important;
}

.tabbar[data-v-5e7337c8] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.45rem;
  display: flex;
  background-color: #fff;
}
.tabbar .tabbar_item[data-v-5e7337c8] {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.tabbar .tabbar_item .icon[data-v-5e7337c8] {
  position: relative;
  width: 1.56rem;
  height: 1.56rem;
  margin-bottom: 4px;
}
.tabbar .tabbar_item .icon .icon_gif[data-v-5e7337c8] {
  position: absolute;
  width: 2.5rem;
  height: auto;
  left: 0;
  bottom: 0;
}
.tabbar .tabbar_item .reddot[data-v-5e7337c8] {
  position: absolute;
  width: 0.8125rem;
  line-height: 0.8125rem;
  border-radius: 50%;
  left: 58%;
  top: 0.2rem;
  text-align: center;
  transform: translateX(-50%);
  background-color: #ff3c51;
  color: #fff;
  font-size: 0.5rem;
}
.tabbar .tabbar_item .reddot_more[data-v-5e7337c8] {
  position: absolute;
  left: 58%;
  top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8125rem;
  height: 0.66rem;
  background-color: #ff3c51;
  border-radius: 0.365rem;
  transform: translateX(-50%);
}
.tabbar .tabbar_item .reddot_more .icon_more[data-v-5e7337c8] {
  position: relative;
  width: 0.49rem;
  height: 0.49rem;
}
.tabbar[data-v-5e7337c8]::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 1px solid #ebedf0;
  transform: scale(0.5);
}

