.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.Merchant_consult_playback .member_tap {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #f4f5f8;
  border-bottom: 2px solid #FF6800;
  margin: 0;
}
.Merchant_consult_playback .member_tap li {
  min-width: 120px;
  height: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.Merchant_consult_playback .member_tap .li_active {
  background-color: #fff;
  color: #FF6800;
}
.Merchant_consult_playback .member_tap .addService {
  width: 118px;
  height: 32px;
  margin-top: 8px;
  line-height: 32px;
  font-size: 14px;
  background: #FF6800;
  border-radius: 5px;
  color: #ffffff;
}
.Merchant_consult_playback .member_tap .addService span {
  margin-left: 10px;
}
.Merchant_consult_playback .breadcrumb_box {
  height: 57px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
}
.Merchant_consult_playback .detail_box {
  display: flex;
}
.Merchant_consult_playback .detail_box .detail_con {
  flex: 1;
  width: 0;
  background: #ffffff;
}
.Merchant_consult_playback .detail_box .detail_con h3 {
  height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  line-height: 48px;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box {
  width: 100%;
  height: 127px;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box p {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin: 30px 0 10px;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box .tips {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin: 0;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box .momey_box {
  text-align: right;
  color: #FF6800;
  line-height: 42px;
  margin: 15px 0 5px;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box .momey_box .momey {
  font-size: 12px;
}
.Merchant_consult_playback .detail_box .detail_con .buy_box .momey_box .money_num {
  font-size: 30px;
}
.Merchant_consult_playback .detail_box .detail_con .chart_date {
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  position: relative;
}
.Merchant_consult_playback .detail_box .detail_con .chart_date::before {
  content: "";
  width: 280px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 30px;
  top: 18px;
}
.Merchant_consult_playback .detail_box .detail_con .chart_date::after {
  content: "";
  width: 280px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  right: 30px;
  top: 18px;
}
.Merchant_consult_playback .detail_box .detail_con .assess_list {
  padding: 20px 20px 10px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.Merchant_consult_playback .detail_box .detail_con .assess_list li {
  float: left;
  width: auto;
  height: 48px;
  padding: 0 30px;
  border: 1px solid #999999;
  border-radius: 32px;
  margin-right: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  margin-bottom: 10px;
  cursor: pointer;
}
.Merchant_consult_playback .detail_box .detail_con .assess_list li .num {
  color: #FF6800;
}
.Merchant_consult_playback .detail_box .detail_con .assess_list li.active {
  border: 1px solid #FF6800;
  color: #FF6800;
}
.Merchant_consult_playback .detail_box .detail_con .btn_box {
  display: flex;
  justify-content: flex-end;
  padding: 20px 32px;
}
.Merchant_consult_playback .detail_box .detail_con .btn_box button {
  width: 200px;
  height: 58px;
}
.Merchant_consult_playback .detail_box .detail_con .video_box {
  width: 100%;
  max-height: 580px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.Merchant_consult_playback .detail_box .detail_con .video_box .buy_box {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
}
.Merchant_consult_playback .detail_box .other_consult {
  width: 360px;
  margin-left: 10px;
  background: #ffffff;
}
.Merchant_consult_playback .detail_box .other_consult > h3 {
  height: 64px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 64px;
}
.Merchant_consult_playback .detail_box .other_consult ul {
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
.Merchant_consult_playback .detail_box .other_consult ul li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  cursor: pointer;
}
.Merchant_consult_playback .detail_box .other_consult ul li .con {
  color: #c27f51;
}
.Merchant_consult_playback .detail_box .other_consult ul li:hover {
  text-decoration: underline;
}
.Merchant_consult_playback .detail_box .other_consult ul li:last-child {
  margin-bottom: 0;
}
.Merchant_consult_playback .playback_con {
  margin: 20px;
  margin-bottom: 0;
  border: 1px solid #eee;
  height: 520px;
  overflow: auto;
}
.Merchant_consult_playback .palyBack_main {
  margin: 20px;
  margin-top: 0;
  border: 1px solid #eee;
  border-top: 0;
}
.Merchant_consult_playback .palyBack_main .detail_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 19px;
}
.Merchant_consult_playback .palyBack_main .detail_info img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-right: 29px;
}
.Merchant_consult_playback .palyBack_main .detail_info span {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #666666;
}
.Merchant_consult_playback .palyBack_main .please_consult {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: 30px;
}
.Merchant_consult_playback .palyBack_main .problemInfo {
  padding: 20px;
}
.Merchant_consult_playback .palyBack_main .problemInfo input {
  height: 40px;
}
.Merchant_consult_playback .palyBack_main .problemInfo .ant-select-selection--single {
  height: 40px;
}
.Merchant_consult_playback .palyBack_main .problemInfo .ant-select-selection__rendered {
  height: 40px;
  line-height: 40px;
}
.Merchant_consult_playback .palyBack_main .problemInfo .ant-select-selection__rendered .ant-select-selection__placeholder {
  height: 100%;
}
.Merchant_consult_playback .palyBack_main .problemInfo span {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.Merchant_consult_playback .palyBack_main .problemInfo .ant-col {
  height: 40px;
  line-height: 40px;
}
.Merchant_consult_playback .vcp-player {
  width: 100% !important;
}
.Merchant_consult_playback .phone_box {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.Merchant_consult_playback .phone_box .phone {
  width: 372px;
  height: 72px;
  background: #FF6800;
  margin: 120px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
}
.Merchant_consult_playback .phone_box .phone img {
  width: 29px;
  height: 36px;
  margin-right: 30px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.Merchant_consult_playback .phone_box .phone .name {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Merchant_consult_playback .phone_box .phone_flag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 229px;
}
.Merchant_consult_playback .phone_box .phone_flag img {
  width: 12px;
  height: 16px;
  margin-right: 10px;
}
.Merchant_consult_playback .phone_box .phone_flag span {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #FF6800;
}
.Merchant_consult_playback .phone_box p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
}
.Merchant_consult_playback .phone_box .tips {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
}
.Merchant_consult_playback .phone_box .qr_code {
  display: block;
  width: 100px;
  height: 100px;
  margin: 30px auto 170px;
}
.Merchant_consult_playback .phone_box div.tips {
  text-align: right;
}
.Merchant_consult_playback .phone_box div.tips span {
  margin-right: 10px;
}

