.logoimg[data-v-0a1feb0b] {
  text-align: center;
  margin-top: 15px;
  padding: 0;
}
.logoimg img[data-v-0a1feb0b] {
  width: 40px;
  height: 40px;
}
.ant-menu-inline[data-v-0a1feb0b],
.ant-menu-vertical[data-v-0a1feb0b],
.ant-menu-vertical-left[data-v-0a1feb0b] {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub[data-v-0a1feb0b],
.ant-menu-vertical-left.ant-menu-sub[data-v-0a1feb0b],
.ant-menu-vertical-right.ant-menu-sub[data-v-0a1feb0b] {
  min-width: 160px!important;
  padding: 0 16px;
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow[data-v-0a1feb0b],
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow[data-v-0a1feb0b],
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow[data-v-0a1feb0b],
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow[data-v-0a1feb0b] {
  right: 10px!important;
}

.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-menu-submenu-title > span > span {
  padding: 0 20px 0 0 !important;
}
.park_download .bg_none {
  padding-top: 200px;
  padding-bottom: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.park_download .bg_none p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 21px;
}
.park_download .park_vedio_swiper {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
.park_download .park_vedio_swiper img {
  width: 100%;
  height: 100%;
}
.park_download .filter_box {
  height: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #ffffff;
}
.park_download .filter_box .filter_con_active {
  position: relative;
  color: #FF6800;
  height: 100%;
  box-sizing: border-box;
}
.park_download .filter_box .filter_con_active::before {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF6800;
}
.park_download .filter_box .breadcrumb_box {
  height: 57px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
  font-size: 12px;
}
.park_download .filter_box .filter__con {
  margin-bottom: 0;
}
.park_download .filter_box .filter__con li {
  padding: 12px 0;
}
.park_download .park_download_con {
  width: 100%;
  display: flex;
  border-bottom: 20px solid #f4f5f8;
}
.park_download .park_download_con .park_download_side {
  background-color: #fff;
  width: 260px;
  margin-right: 10px;
}
.park_download .park_download_con .park_download_side .park_download_title {
  width: 100%;
  min-height: 40px;
  padding-top: 21px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  white-space: normal;
}
.park_download .park_download_con .park_download_main {
  flex: 1;
  background-color: #fff;
  padding: 30px;
}
.park_download .park_download_con .park_download_main .park_download_list {
  width: 100%;
}
.park_download .park_download_con .park_download_main .park_download_list li {
  width: 100%;
  height: 98px;
  background-color: #f4f5f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 20px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .file_img {
  width: 32px;
  height: 38px;
  margin-right: 20px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-bottom: 5px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info p {
  width: 372px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .file_load {
  width: 10px;
  height: 10px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .file_time {
  width: 12px;
  height: 12px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .park_download_file {
  display: flex;
  align-items: center;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .park_download_file div {
  display: flex;
  align-items: center;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_info .park_download_file div img {
  margin-right: 5px;
}
.park_download .park_download_con .park_download_main .park_download_list li .park_download_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  min-width: 140px;
  height: 42px;
  background: #FF6800;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.park_download .ant-menu-inline,
.park_download .ant-menu-vertical,
.park_download .ant-menu-vertical-left {
  border-right: 0;
}
.park_download .ant-menu-item {
  padding-left: 39px;
}
.park_download .ant-menu-submenu {
  padding-left: 21px;
}
.park_download .park_politics___page {
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  padding-right: 20px;
}
.park_download .park_politics___page > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px;
}
.park_download .Qr {
  width: 160px;
  height: 160px;
  border: 2px solid #e39158;
}
.fullscreen-modal ::v-deep .ant-modal {
  top: 50% !important;
  transform: translate(0, -50%) !important;
  max-width: 90%;
}
.buy_data .ant-modal-content {
  width: 780px;
  border-radius: 10px;
  overflow: hidden;
}
.buy_data .ant-modal-content .anticon {
  color: #fff !important;
}
.buy_data .ant-modal-header {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  background: url(../img/bg.a1994850.png);
  background-size: 100% 100%;
  background-position: center center;
}
.buy_data .ant-modal-header .ant-modal-title {
  height: 100%;
  line-height: 67px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.buy_data .ant-modal-header .ant-modal-title i {
  color: #fff;
}
.buy_data .name {
  font-size: 16px;
}
.buy_data .ant-row {
  display: flex;
  align-items: center;
}
.buy_data .ant-modal {
  width: 780px !important;
}
.buy_data .money {
  font-size: 30px;
  font-weight: 600;
  color: #ff6800;
}
.buy_data .money i {
  font-size: 12px;
  font-style: normal;
}
.buy_data .pay_btns {
  display: flex;
  justify-content: space-between;
}
.buy_data .pay_btns > div {
  position: relative;
}
.buy_data .pay_btns > div .logo {
  position: absolute;
  right: 0;
}
.buy_data .pay_btns .wechat {
  background-color: #7fae48;
  width: 154px;
  height: 42px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}
.buy_data .pay_btns .alipay {
  background-color: #139fff;
  width: 154px;
  height: 42px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}
.buy_data .coin_moneys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy_data .deduction_coin {
  position: relative;
  left: -68px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 22px;
  margin-top: 10px;
}
.buy_data .pay_submit {
  width: 440px;
  height: 56px;
  font-size: 24px;
  font-weight: 500;
}
.company_pay_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.company_pay_modal .ant-modal-content .ant-modal-body {
  padding: 100px 0;
}
.company_pay_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_pay_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.company_pay_modal .company_pay_box {
  text-align: center;
}
.company_pay_modal .company_pay_box .pay__con {
  width: 160px;
  height: 160px;
  margin: auto;
  background-image: url(data:image/png;base64,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);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_pay_modal .company_pay_box .pay__con #wx_pay {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.company_pay_modal .company_pay_box p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600;
  margin: 30px 0 0;
}

