.download-page {
  color: #333;
  background: #ffede1;
  padding: 36px 0;
}
.download-page .title {
  text-align: center;
  margin-bottom: 50px;
}
.download-page .title p:nth-child(1) {
  color: #333;
  font-size: 40px;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.download-page .title p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.download-page .title .logo_type {
  justify-content: center;
  display: flex;
  gap: 80px;
}
.download-page .title .logo_type .svg-icon {
  margin-right: 0;
}
.download-page .download-options {
  width: 1200px;
  margin: 0 auto;
}
.download-page .download-options a {
  color: #333;
  display: block;
}
.download-page .download-options ul {
  width: 775px;
  margin: 0 auto;
}
.download-page .download-options li {
  display: inline-block;
  width: 160px;
  margin-right: 45px;
  cursor: pointer;
}
.download-page .download-options li p {
  text-align: center;
}
.download-page .download-options li:last-child {
  margin-right: 0;
}
.download-page .download-options li:hover p {
  color: #4f7df5;
}
.download-page .download-options .img-svg {
  width: 120px;
  height: 120px;
  background: #fff;
  margin: 0 auto 20px;
  position: relative;
}
.download-page .download-options .img-svg .type {
  width: 54px;
  height: 54px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.download-page .download-options .img-svg a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}
.download-page .download-options .img-svg a svg {
  width: 54px;
  height: 0px;
  margin: 0;
}
.download-page .download-options .img-svg:hover a {
  height: 60px;
}
.download-page .download-options .img-svg:hover a svg {
  height: 60px;
}
.download-page .download-options .img-svg .code-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #4f7df5;
  border-right: 25px solid #4f7df5;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
}
.download-page .download-options .img-svg .code-container {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 22px;
  width: 22px;
}
.download-page .download-options .img-svg .code-container svg {
  height: 22px;
  width: 22px;
  margin-right: 0;
}
.download-page .download-options .img-svg .code-container img {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 100px;
  height: 0px;
}
.download-page .download-options .img-svg .code-container:hover img {
  height: 80px;
  width: 80px;
}

.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;
}
.ant-popover-placement-bottom .select_company {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.ant-popover-placement-bottom .select_company .flex_text {
  display: flex;
  gap: 5px;
}
.ant-popover-placement-bottom .select_company .flex_text .first_text {
  background-color: #ff6800;
  padding: 2px 3px;
  color: #ffff;
}
.ant-popover-placement-bottom .select_company .flex_text .two_name {
  line-height: 22px;
}
.ant-popover-placement-bottom .select_company .check {
  color: #ff6800;
}
.ant-popover-inner {
  overflow: auto;
  max-height: 300px;
}
.ant-popover-inner::-webkit-scrollbar {
  width: 8px;
  background-color: #f3f3f3;
  /* 轨道背景色 */
}
.ant-popover-inner::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* 滑块颜色 */
  border-radius: 3px;
}
.ant-popover-inner::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  /* 轨道背景色 */
}
.ant-popover-inner-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
  padding: 10px;
}
.first_home {
  background: #f4f5f8;
}
.first_home .row_flexs {
  display: grid;
  grid-template-columns: 30% auto 20%;
  grid-column-gap: 10px;
  margin-bottom: 10px;
}
.first_home .banner_box {
  width: 100%;
  height: 328px;
  background: #ffffff;
}
.first_home .crad_box {
  display: flex;
  flex-direction: column;
  height: 315px;
  background-color: #ffddc6;
}
.first_home .crad_box .card_flex {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 110px;
}
.first_home .crad_box .crad_title_box {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 0 147px;
  padding-top: 30px;
  margin-bottom: 17px;
  position: relative;
}
.first_home .crad_box .crad_title_box .card_title {
  display: flex;
  justify-content: center;
  align-self: center;
  color: #fea443;
  flex-direction: column;
}
.first_home .crad_box .crad_title_box .card_title .go_back {
  color: #000000;
  font-size: 15px;
}
.first_home .crad_box .crad_title_box .card_title .h2 {
  font-size: 22px;
  margin: 0;
  color: #000000;
  margin-left: 38px;
  font-weight: bold;
}
.first_home .crad_box .crad_title_box .btn_box {
  height: 40px;
  text-align: right;
}
.first_home .crad_box .crad_title_box .btn_box .btn {
  cursor: pointer;
  padding: 5px 14px;
  border-radius: 5px;
  border: none;
  background-color: #ff6800;
  color: #fff;
}
.first_home .crad_box .crad_title_box .btn_box .load {
  color: #fff;
}
.first_home .crad_box .active {
  display: flex;
  justify-content: flex-end;
}
.first_home .crad_box .card_left-context .card_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 405px;
  border-radius: 20px;
  height: 186px;
  background-color: #fff;
}
.first_home .crad_box .card_left-context .card_left .card_info {
  width: 100%;
  height: 50%;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .nickName {
  display: flex;
  justify-content: space-between;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .nickName .box .user_box {
  cursor: pointer;
  height: 28px;
  width: 100px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-radius: 13px;
  border: 1px solid #ff6800;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .nickName .box .user_box .icon {
  margin-right: 8px;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .nickName .box .user_box .user {
  color: #ff6800;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .row_color .role_tag {
  margin-left: 5px;
  margin-right: 8px;
  color: #999999;
  border: 1px solid #cccccc;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .row_color .admin {
  color: #ff6800;
  cursor: pointer;
}
.first_home .crad_box .card_left-context .card_left .card_info .card_info_left .company .row_color .anticon {
  color: #ff6800;
}
.first_home .crad_box .card_left-context .card_left .welcome {
  text-align: center;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.first_home .crad_box .card_left-context .card_left .select_btn {
  height: 50%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.first_home .crad_box .card_left-context .card_left .select_btn .common {
  cursor: pointer;
  width: 188px;
  height: 42px;
  font-size: 16px;
}
.first_home .crad_box .card_left-context .card_left .select_btn .million_client {
  cursor: pointer;
  width: 188px;
  height: 42px;
  font-size: 16px;
  border: none;
  background-color: #ff6800;
  color: #fff;
}
.first_home .crad_box .card_left-context .card_left .select_btn .million_web {
  cursor: pointer;
  width: 188px;
  height: 42px;
  font-size: 16px;
  border: 1px solid #ff6800;
  background-color: #fff;
  color: #ff6800;
}
.first_home .crad_box .card_left-context .card_left .select_btn .million_demo {
  cursor: pointer;
  width: 188px;
  height: 42px;
  font-size: 16px;
  border: 1px solid #128bed;
  background-color: #fff;
  color: #128bed;
}
.first_home .crad_box .card_right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 12px;
  position: relative;
  width: 405px;
  border-radius: 20px;
  height: 186px;
  padding: 28px 7px;
  background-color: #fff;
}
.first_home .crad_box .card_right .box_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
.first_home .crad_box .card_right .box_item .icon {
  width: 30px;
  height: 30px;
  margin: 0;
}
.first_home .crad_box .card_right .more {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 21px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #ff6800;
}
.first_home .row_flex_box {
  display: grid;
  grid-template-columns: 25% auto 20%;
  grid-column-gap: 10px;
}
.first_home .row_flex_box .same_city__banner {
  height: 386px;
  background: #ffffff;
}
.first_home .same_city__server {
  height: 382px;
}
.first_home .same_city__server ul {
  width: 100%;
  overflow: hidden;
}
.first_home .same_city__server ul li {
  float: left;
  width: 200px;
  height: 168px;
  background: #ffffff;
  margin: 0 10px 12px 0;
  cursor: pointer;
}
.first_home .same_city__server ul li:nth-child(3n) {
  margin-right: 0;
}
.first_home .same_city__server ul li img {
  width: 100%;
  height: 120px;
}
.first_home .same_city__server ul li .server_info {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
}
.first_home .same_city__server ul li .server_info .server_name {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .same_city__server ul li .server_info .server_company {
  display: block;
  font-size: 10px;
  color: #999999;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .same_city__company {
  height: 382px;
  background: #ffffff;
}
.first_home .same_city__company ul {
  padding: 6px 0;
  box-sizing: border-box;
}
.first_home .same_city__company ul li {
  height: 42px;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.first_home .same_city__company ul li:hover {
  background: rgba(229, 1, 19, 0.1);
}
.first_home .same_city__company ul li img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.first_home .same_city__company ul li .company_name {
  flex: 1;
  padding: 0 8px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .cloud_box {
  height: 480px;
  background: #333333;
}
.first_home .professionals {
  height: 360px;
  background: #ffffff;
}
.first_home .professionals ul {
  padding: 30px 30px 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.first_home .professionals ul li {
  float: left;
  width: 80px;
  height: 135px;
  margin-right: 42px;
  cursor: pointer;
}
.first_home .professionals ul li:nth-child(3n) {
  margin-right: 0;
}
.first_home .professionals ul li img {
  width: 100%;
  height: 80px;
}
.first_home .professionals ul li .people_info {
  padding: 10px 0;
  box-sizing: border-box;
}
.first_home .professionals ul li .people_info .people_name {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .professionals ul li .people_info .people_company {
  font-size: 10px;
  color: #FF6800;
  line-height: 15px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .hot_question {
  height: 360px;
  background: #ffffff;
}
.first_home .hot_question ul {
  width: 100%;
  margin: 0;
  padding: 17px 10px;
  box-sizing: border-box;
}
.first_home .hot_question ul li {
  display: flex;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.first_home .hot_question ul li:nth-child(2n-1) {
  background: #fafafa;
}
.first_home .hot_question ul li .hot_question__logo {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
}
.first_home .hot_question ul li .hot_question__con {
  flex: 1;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .hot_question ul li .hot_question__con:hover {
  color: #FF6800;
}
.first_home .hot_question ul li .hot_question__date {
  margin-left: 10px;
  color: #999999;
}
.first_home .operation {
  height: 360px;
}
.first_home .operation .method_box {
  width: 100%;
  height: 175px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.first_home .operation .method_box .method__con {
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  border: 1px dashed #f2f2f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #5693da;
  font-weight: bold;
  cursor: pointer;
}
.first_home .operation .method_box .method__con img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.first_home .politics {
  height: 386px;
  background: #ffffff;
}
.first_home .politics ul {
  padding: 12px 20px;
  box-sizing: border-box;
  margin: 0;
}
.first_home .politics ul li {
  height: 72px;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}
.first_home .politics ul li:last-child {
  margin-bottom: 0;
}
.first_home .politics ul li img {
  width: 72px;
  height: 72px;
  margin-right: 10px;
}
.first_home .politics ul li .politics_info {
  flex: 1;
  width: 0;
  overflow: hidden;
}
.first_home .politics ul li .politics_info .politics_info__title {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 6px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .politics ul li .politics_info .politics_info__con {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .politics ul li .politics_info .politics_info__date {
  font-size: 10px;
  color: #999999;
  line-height: 14px;
}
.first_home .garden {
  height: 386px;
  background: #ffffff;
}
.first_home .garden ul {
  padding: 14px 10px;
  box-sizing: border-box;
}
.first_home .garden ul li {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.first_home .garden ul li .garden__con {
  flex: 1;
  width: 0;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.first_home .garden ul li .garden__con:hover {
  color: #FF6800;
}
.first_home .garden ul li .garden__date {
  color: #999999;
}
.first_home .park_banner {
  height: 386px;
  background: #ffffff;
}
.first_home .row_cound {
  display: grid;
  grid-template-columns: auto 20%;
  grid-column-gap: 10px;
}
.first_home .row_cound .course {
  height: 480px;
  background: #ffffff;
  overflow: hidden;
}
.first_home .row_cound .course ul {
  height: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.first_home .row_cound .course ul li {
  width: 200px;
  height: 191px;
  cursor: pointer;
}
.first_home .row_cound .course ul li:nth-child(4n) {
  margin-right: 0;
}
.first_home .row_cound .course ul li .course__image {
  width: 100%;
  height: 120px;
}
.first_home .row_cound .course ul li .course__title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0 5px;
}
.first_home .row_cound .course ul li .course__desc {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.first_home .exam_consultation {
  height: 480px;
  background: #ffffff;
}
.first_home .exam_consultation ul li {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.first_home .exam_consultation ul li a {
  display: flex;
  height: 100%;
  align-items: center;
}
.first_home .exam_consultation ul li a .exam_consultation__con {
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #333333;
}
.first_home .exam_consultation ul li a .exam_consultation__con:hover {
  color: #FF6800;
}
.first_home .exam_consultation ul li a .exam_consultation__con .exam_consultation__type {
  font-weight: bold;
}
.first_home .row_flex_map {
  display: grid;
  grid-template-columns: 25% auto;
  grid-column-gap: 10px;
}
.first_home .row_flex_map .near_company {
  height: 462px;
  background: #ffffff;
}
.first_home .row_flex_map .near_company ul {
  padding: 12px 18px;
  box-sizing: border-box;
}
.first_home .row_flex_map .near_company ul li {
  height: 72px;
  margin-bottom: 10px;
  display: flex;
  cursor: pointer;
}
.first_home .row_flex_map .near_company ul li:last-child {
  margin-bottom: 0;
}
.first_home .row_flex_map .near_company ul li .near_company__num {
  line-height: 72px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.first_home .row_flex_map .near_company ul li .near_company__image {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin: 0 10px 0 15px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.first_home .row_flex_map .near_company ul li .near_company__info {
  flex: 1;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.first_home .row_flex_map .near_company 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;
}
.first_home .row_flex_map .near_company 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;
}
.first_home .row_flex_map .near_company ul li .near_company__info .near_company__category span {
  box-sizing: border-box;
  position: relative;
}
.first_home #mapBox {
  height: 462px;
  background: #dddddd;
}
.first_home #mapBox .amap-logo {
  z-index: 100 !important;
}
.first_home #mapBox .amap-copyright {
  z-index: 100 !important;
}
.first_home .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%;
}

