.classify_nav[data-v-6ffccbc9] {
  width: 100%;
  height: auto;
  display: flex;
}
.classify_nav .label[data-v-6ffccbc9] {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.classify_nav .classify__con[data-v-6ffccbc9] {
  flex: 1;
  overflow: hidden;
}
.classify_nav .nav_component .nav__con[data-v-6ffccbc9] {
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
}
.classify_nav .nav_component .nav__con.bg[data-v-6ffccbc9] {
  background: #F4F5F8;
  margin-top: 10px;
}
.classify_nav .nav_component .nav__con > li[data-v-6ffccbc9] {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.classify_nav .nav_component .nav__con > li.active[data-v-6ffccbc9] {
  color: #FF6800;
}
.classify_nav .nav_component .nav__con__next[data-v-6ffccbc9] {
  width: 100%;
}

.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;
}
.map_page {
  padding: 10px 0 20px;
  box-sizing: border-box;
}
.map_page .filter_box {
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #ffffff;
}
.map_page .map__box {
  padding: 20px;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.map_page .map__box #small__map {
  width: 100%;
  height: 460px;
  background: #eeeeee;
}
.map_page .map__box #small__map .amap-logo {
  z-index: 100 !important;
}
.map_page .map__box #small__map .amap-copyright {
  z-index: 100 !important;
}
.map_page .map__box .full_icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 35px;
  bottom: 33px;
  z-index: 1;
  cursor: pointer;
}
.map_page .company_pjs_list {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  max-height: 300px !important;
}
.map_page .company_pjs_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 40px !important;
  line-height: 40px;
  color: #000000;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 3px;
  text-align: center;
}
.map_page .company_pjs_list > li.active > div {
  opacity: 1;
}
.map_page .company_pjs_list .active {
  border: 1px solid #ff6800;
}
.map_page .category__list {
  margin: 0 0 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.map_page .category__list > li {
  float: left;
  width: 116px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  background: #FF6800;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}
.map_page .category__list > li.active > div {
  opacity: 1;
}
.map_page .company__list {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
.map_page .company__list > li {
  width: 50%;
  height: 140px;
  background: #ffffff;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.map_page .company__list > li:nth-child(1) .num,
.map_page .company__list > li:nth-child(2) .num,
.map_page .company__list > li:nth-child(3) .num {
  color: #FF6800;
}
.map_page .company__list > li > .num {
  font-size: 18px;
  font-weight: bold;
  line-height: 102px;
  width: 20px;
  min-width: 20px;
}
.map_page .company__list > li > img {
  width: 102px;
  min-width: 102px;
  height: 102px;
  margin-right: 20px;
}
.map_page .company__list > li > .other {
  flex: 1;
  width: 0;
  overflow: hidden;
}
.map_page .company__list > li > .other .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.map_page .company__list > li > .other .title .con {
  flex: 1;
  width: 0;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map_page .company__list > li > .other .title .top {
  width: 36px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 10px;
  color: #999999;
  text-align: center;
  line-height: 16px;
}
.map_page .company__list > li > .other .desc {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map_page .company__list > li > .other > ul {
  margin: 0;
}
.map_page .company__list > li > .other > ul li {
  float: left;
  height: 28px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
  margin-right: 10px;
}
.map_page .page_box {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.map_page .page_box > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px;
}
.map_page .full_map {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 165;
  display: flex;
  flex-direction: column;
}
.map_page .full_map #big__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map_page .full_map .full_icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 35px;
  bottom: 33px;
  z-index: 166;
  cursor: pointer;
}
.map_page .full_map .toRight {
  position: absolute;
  z-index: 99999;
  left: 0;
  width: 30px;
  height: 54px;
  top: 40%;
  background-color: #ffff;
  color: #CCCCCC;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.map_page .full_map .filter_box {
  position: relative;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 166;
  display: flex;
}
.map_page .full_map .filter_box .address {
  width: auto;
  height: 30px;
  margin-right: 45px;
  display: flex;
  align-items: center;
}
.map_page .full_map .filter_box .address span:first-of-type {
  margin-right: 10px;
}
.map_page .full_map .filter_box .address a {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.map_page .full_map .filter_box .address .pointer:focus {
  border: none;
  box-shadow: none;
}
.map_page .full_map .filter_box .classify_nav {
  flex: 1;
  width: 0;
}
.map_page .full_map .company__list__box {
  width: 300px;
  flex: 1;
  height: 0;
  background: #ffffff;
  margin: 0 20px 20px;
  position: relative;
  z-index: 166;
  display: flex;
  flex-direction: column;
}
.map_page .full_map .company__list__box > .company__list__title {
  padding: 20px 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
}
.map_page .full_map .company__list__box .toLeft {
  position: absolute;
  right: -44px;
  top: 42%;
  transform: translateX(-50%);
  width: 30px;
  height: 54px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.map_page .full_map .company__list__box .toLeft img {
  width: 9px;
  height: 14px;
}
.map_page .full_map .company__list__box > ul {
  padding: 12px 18px;
  box-sizing: border-box;
  flex: 1;
  height: 0;
  overflow: auto;
}
.map_page .full_map .company__list__box > ul li {
  height: 72px;
  margin-bottom: 10px;
  display: flex;
  cursor: pointer;
}
.map_page .full_map .company__list__box > ul li:last-child {
  margin-bottom: 0;
}
.map_page .full_map .company__list__box > ul li .near_company__num {
  line-height: 72px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.map_page .full_map .company__list__box > ul li .near_company__image {
  width: 72px;
  height: 72px;
  margin: 0 10px 0 15px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.map_page .full_map .company__list__box > ul li .near_company__info {
  flex: 1;
  width: 0;
  height: 100%;
}
.map_page .full_map .company__list__box > ul li .near_company__info .near_company__name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.map_page .full_map .company__list__box > ul li .near_company__info .near_company__category {
  font-size: 10px;
  line-height: 18px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.map_page .full_map .company__list__box > ul li .near_company__info .near_company__category span {
  box-sizing: border-box;
  position: relative;
}
.map_page .full_map .company__list__box > .page_box {
  display: flex;
  align-items: center;
  height: 80px;
  text-align: center;
}
.map_page .default_page_pjs {
  height: 300px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.map_page .default_page_pjs img {
  width: 124px;
  margin-bottom: 25px;
}
.map_page .default_page_pjs p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.map_page .sanjiao {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.map_page .sanjiao .sj {
  width: 0px;
  height: 0px;
  border-width: 0px 24px 24px 0px;
  border-style: solid;
  position: absolute;
  right: 0;
}
.map_page .sanjiao .describe {
  position: absolute;
  top: 0;
  right: 5%;
  line-height: 15px;
  color: #FFFFFF;
}
.map_page .map-tag {
  width: 25px;
  height: 35px;
  position: absolute;
  left: 6px;
  bottom: -2px;
  background: url(../img/map_tag.31a3aaea.png) no-repeat center center;
  background-size: 100% 100%;
}

