.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;
}
.report_box .ant-modal-title {
  text-align: center;
  font-weight: bold;
}
.report_box textarea {
  resize: none;
}
.server_phone__modal .ant-modal-title {
  text-align: center;
}
.server_phone__modal .phone_con p {
  text-align: center;
  margin: 15px 0;
}
.server_phone__modal .phone__btn {
  display: flex;
  width: 372px;
  height: 72px;
  margin: auto;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  background: #FF6800;
  color: #ffffff;
  border-radius: 5px;
}
.server_phone__modal .phone__btn img {
  margin-right: 30px;
}
.server_page {
  padding: 10px 0 20px;
}
.server_page .header--hide {
  width: 100%;
  height: 48px;
  position: fixed;
  left: 0;
  top: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: #ffffff;
  z-index: 166;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.server_page .header--hide ul {
  width: 1200px;
  margin: auto;
}
.server_page .header--hide li {
  float: left;
  width: 120px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.server_page .header--hide li a {
  color: #666666;
}
.server_page .header--hide li.right {
  float: right;
  width: 400px;
  background: #FF6800;
  color: #ffffff;
}
.server_page .header--hide li.active::before {
  content: "";
  width: 38px;
  height: 4px;
  background: #FF6800;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
}
.server_page .server__header {
  display: flex;
  height: auto;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.server_page .server__header .info_box {
  width: 0;
  flex: 1;
}
.server_page .server__header .info_box .title {
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  font-weight: bold;
}
.server_page .server__header .info_box .tips {
  color: #999999;
  font-size: 20px;
  line-height: 28px;
}
.server_page .server__header .info_box .tips span:first-child {
  margin-right: 30px;
}
.server_page .server__header .report {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.server_page .server__baseInfo {
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 10px;
  display: flex;
}
.server_page .server__baseInfo .server__image {
  width: 320px;
  margin-right: 40px;
}
.server_page .server__baseInfo .server__image .image_big_box {
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.server_page .server__baseInfo .server__image .image_big_box ul {
  width: auto;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}
.server_page .server__baseInfo .server__image .image_big_box ul li {
  display: inline-block;
  width: 320px;
  height: 260px;
}
.server_page .server__baseInfo .server__image .image_big_box ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.server_page .server__baseInfo .server__image .image__list {
  width: 100%;
  height: 72px;
  position: relative;
  overflow: hidden;
}
.server_page .server__baseInfo .server__image .image__list .left,
.server_page .server__baseInfo .server__image .image__list .right {
  width: 15px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.server_page .server__baseInfo .server__image .image__list .left {
  left: 0;
}
.server_page .server__baseInfo .server__image .image__list .right {
  right: 0;
}
.server_page .server__baseInfo .server__image .image__list ul {
  width: auto;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}
.server_page .server__baseInfo .server__image .image__list ul li {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-right: 10px;
}
.server_page .server__baseInfo .server__image .image__list ul li:last-child {
  margin-right: 0;
}
.server_page .server__baseInfo .server__image .image__list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.server_page .server__baseInfo .server__info {
  flex: 1;
}
.server_page .server__baseInfo .server__info ul {
  margin: 0;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.server_page .server__baseInfo .server__info ul .label {
  color: #666666;
}
.server_page .server__baseInfo .server__info ul .con > span {
  margin-right: 10px;
}
.server_page .server__baseInfo .server__info ul .con > img {
  margin-right: 10px;
}
.server_page .server__baseInfo .server__info ul .con > .blue {
  color: #00b4ff;
}
.server_page .server__baseInfo .server__info ul li {
  margin-bottom: 20px;
  display: flex;
  height: auto;
}
.server_page .server__baseInfo .server__info ul li .label {
  width: 90px;
}
.server_page .server__baseInfo .server__info ul li .con {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.server_page .server__baseInfo .server__info ul .server__button {
  padding-top: 8px;
}
.server_page .server__baseInfo .server__info ul .server__button .button {
  float: left;
  width: 105px;
  height: 32px;
  border: 1px solid #FF6800;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FF6800;
  cursor: pointer;
  margin-right: 20px;
}
.server_page .server__baseInfo .server__company {
  width: 280px;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff1e7, #ffffff 30%);
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
.server_page .server__baseInfo .server__company .company__box {
  flex: 1;
  padding: 24px 12px 12px;
  box-sizing: border-box;
  text-align: center;
}
.server_page .server__baseInfo .server__company .company__box > h1 {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.server_page .server__baseInfo .server__company .company__box > ul {
  display: inline-block;
  width: auto;
  overflow: hidden;
  text-align: left;
  margin: 0 0 13px;
}
.server_page .server__baseInfo .server__company .company__box > ul li {
  display: inline-block;
  width: auto;
  height: 20px;
  background: #FF6800;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 3px;
}
.server_page .server__baseInfo .server__company .company__box > ul li:last-child {
  margin: 0;
}
.server_page .server__baseInfo .server__company .company__box .creatDate {
  background: #fbfbfb;
  padding: 13px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.server_page .server__baseInfo .server__company .company__box .creatDate > div {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
  font-size: 10px;
  color: #999999;
}
.server_page .server__baseInfo .server__company .company__box .creatDate > div:last-child {
  border: 0;
}
.server_page .server__baseInfo .server__company .company__box .creatDate > div .num {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.server_page .server__baseInfo .server__company .company__btn {
  height: 40px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
}
.server_page .server__conInfo {
  background: #ffffff;
}
.server_page .server__conInfo > .header {
  height: 48px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  margin: 0;
}
.server_page .server__conInfo > .header li {
  float: left;
  width: 120px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.server_page .server__conInfo > .header li a {
  color: #666666;
}
.server_page .server__conInfo > .header li.active::before {
  content: "";
  width: 38px;
  height: 4px;
  background: #FF6800;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
}
.server_page .server__conInfo .conInfo__box {
  padding: 40px 65px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.server_page .server__conInfo .conInfo__box > .conInfo {
  display: flex;
}
.server_page .server__conInfo .conInfo__box:last-child {
  border-bottom: 0;
}
.server_page .server__conInfo .conInfo__box .logo_box {
  width: 120px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
}
.server_page .server__conInfo .conInfo__box .logo_box img {
  width: 44px;
  height: 45px;
  margin-bottom: 20px;
}
.server_page .server__conInfo .conInfo__box .logo_box span {
  color: #333333;
  font-size: 12px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content {
  flex: 1;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .server_desc {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info {
  width: 100%;
  display: flex;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info #company__map {
  width: 312px;
  height: 206px;
  background: #ffffff;
  margin-right: 40px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con {
  flex: 1;
  width: 0;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con .company__name {
  font-size: 18px;
  color: #FF6800;
  line-height: 25px;
  margin: 10px 0 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con .company__desc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > ul {
  margin: 0;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > ul li {
  height: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
  margin-bottom: 20px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > ul li img {
  margin-right: 10px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > .button_list {
  overflow: hidden;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > .button_list .button {
  float: left;
  width: 105px;
  height: 32px;
  border: 1px solid #faa706;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #faa706;
  cursor: pointer;
  margin-right: 20px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > .button_list .button img {
  width: 12px;
  height: 15px;
  margin-right: 8px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > .button_list .button.theme_color {
  border: 1px solid #FF6800;
  color: #FF6800;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .company__info .company__con > .button_list .button:last-child {
  margin-right: 0;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .attestation__title {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .company__attestation__con {
  width: 260px;
  height: 160px;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  margin-bottom: 60px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .company__attestation__con .logo_img {
  margin-bottom: 16px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .people__attestation__con li {
  padding: 36px 40px;
  box-sizing: border-box;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .people__attestation__con li .head_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .people__attestation__con li .name {
  width: 100px;
  min-width: 100px;
  height: 32px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  border-right: 1px solid #eeeeee;
  margin-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .people__attestation__con li .logo {
  width: 39px;
  height: 32px;
  margin-right: 24px;
}
.server_page .server__conInfo .conInfo__box .conInfo_content .attestation .people__attestation__con li .con {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
#company__route__map {
  width: 1060px;
  height: 756px;
}

