@charset "utf-8";
.header {
  height: 60px;
  background-color: #2e95ff;
  padding: 15px 30px;
  color: #fff;
  position: relative;
  z-index: 100;
}
.logo {
  float: left;
}
.logo img {
  height: 30px;
}
.user-top {
  display: inline-block;
  float: right;
  line-height: 30px;
}
.user-top p,
.user-top a {
  display: inline-block;
  margin-left: 20px;
}
.user-top a {
  color: #fff;
}
.menu,
.menu-small {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #F9F9FB;
  border-right: 1px solid #eeeeee;
  padding: 20px 0px 0 0px;
  z-index: 10;
  transition: all .3s;
}
.menu > ul > li,
.menu-small > ul > li {
  border-left: 2px solid #F9F9FB;
}
.menu > ul > li a,
.menu-small > ul > li a {
  display: block;
  padding: 12px 50px 12px 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu > ul > li a i,
.menu-small > ul > li a i {
  margin-right: 10px;
  font-size: 18px;
  color: #aebbcc;
}
.menu > ul > li:hover,
.menu-small > ul > li:hover {
  background-color: #E6F2FD;
  border-left: 2px solid #1d50a2;
}
.menu > ul > li:hover a,
.menu-small > ul > li:hover a {
  color: #1d50a2;
}
.menu > ul > li:hover a i,
.menu-small > ul > li:hover a i {
  color: #1d50a2;
}
.menu .line,
.menu-small .line {
  margin-bottom: 30px;
  position: relative;
}
.menu .line:after,
.menu-small .line:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  background-color: #EBEBEB;
  left: 30px;
  right: 30px;
  bottom: -15px;
}
.menu-small {
  width: 60px;
  display: none;
}
.menu-small > ul > li a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #1d50a2;
}
.menu-small > ul > li a i {
  margin-right: 0;
  color: #1d50a2;
}
.menu-small .line:after {
  left: 10px;
  right: 10px;
}
.main {
  padding: 20px;
}
.content-inner {
  max-width: 95%;
  margin: 0 auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.box-com {
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.index-box {
  -webkit-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
.index-box .more {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 10;
  font-size: 16px;
}
.data-info {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
}
.data-info > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.data-info > ul > li {
  width: 20%;
  float: left;
  padding: 0 20px;
}
.data-info > ul > li .box-com {
  height: 135px;
  padding: 20px 30px 30px 30px;
  position: relative;
  text-align: center;
}
.data-info > ul > li .box-com p {
  font-size: 24px;
  font-family: "rope";
  font-weight: bold;
  color: #2c96fa;
}
.data-info > ul > li .box-com:after {
  position: absolute;
  height: 42px;
  width: 100%;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  background-size: cover;
}
.data-info > ul > li .box-com span {
  display: block;
}
.data-info > ul > li .tj2:after {
  background-size: cover;
}
.data-info > ul > li .tj3:after {
  background-size: cover;
}
.data-info > ul > li .tj4:after {
  background-size: cover;
}
.data-info > ul > li .tj5:after {
  background-size: cover;
}
.mtitle {
  border-bottom: 1px solid #eeeeee;
}
.mtitle h2 {
  font-size: 20px;
  padding: 12px 20px;
  display: inline-block;
}
.mtitle .more {
  display: inline-block;
  float: right;
  color: #aebbcc;
  margin-right: 20px;
  margin-top: 15px;
}
.mtitle .more:hover {
  color: #1d50a2;
}
.my-city {
  padding: 20px;
}
.my-city ul > li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.my-city ul > li a {
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #fafbfe;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.my-city ul > li a:hover {
  background-color: #228bea;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 82, 147, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(1, 82, 147, 0.15);
  box-shadow: 0 5px 10px rgba(1, 82, 147, 0.15);
}
.my-city > ul > li.add a {
  font-size: 14px;
  align-items: initial;
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #228bea;
}
.my-city > ul > li.add a i {
  font-size: 20px;
  display: block;
}
.my-city > ul > li.add a:hover {
  color: #fff;
}
.w60 {
  width: 60px;
}
.w80 {
  width: 80px;
}
.w300 {
  max-width: 300px;
}
.w400 {
  max-width: 400px;
}
.ove {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bor0 {
  border: 0;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.table th {
  font-size: 14px;
  color: #888;
  padding: 12px 15px;
}
.table tr:hover td {
  background-color: #f5f8fa;
}
.table .follow {
  line-height: 1;
  font-size: 13px;
}
.table .star i {
  margin-right: 2px;
}
.table .sz-a,
.table .sh-a {
  font-size: 14px;
  background-color: #d7ebfd;
  padding: 1px 6px;
  border-radius: 2px;
  color: #1d50a2;
  float: left;
  margin-right: 8px;
}
.table .sh-a {
  background-color: #D3D8FC;
}
.star1,
.star2,
.star3,
.star4,
.star5 {
  background: url(../images/star.png) 0 3px no-repeat;
  height: 16px;
  display: inline-block;
  text-indent: -9990px;
  line-height: 1.5;
}
.star1 {
  width: 12px;
}
.star2 {
  width: 26px;
}
.star3 {
  width: 40px;
}
.star4 {
  width: 54px;
}
.star5 {
  width: 68px;
}
.footer {
  padding-top: 50px;
  text-align: center;
  color: #aebbcc;
  font-size: 14px;
}
.footer a {
  color: #aebbcc;
}
.footer a:hover {
  color: #1d50a2;
}
.footer .nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.footer .nav > ul > li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: -3px;
  background-color: #aebbcc;
}
.footer .nav > ul > li:last-child:after {
  display: none;
}
.t-name {
  font-size: 18px;
}
.fliter > ul > li {
  padding: 8px 0px 13px 80px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.fliter > ul > li .option {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0px;
  top: 17px;
  color: #aebbcc;
}
.fliter > ul > li .item-list {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fliter > ul > li .item-list span {
  display: inline-block;
  margin-left: 4px;
  color: #aebbcc;
  font-size: 12px;
}
.fliter > ul > li .item-area a {
  width: 120px;
  margin-right: 10px;
}
.fliter > ul > li a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.fliter > ul > li a.active {
  color: #2e95ff;
}
.fliter-search {
  padding: 15px 20px;
}
.fliter-search .layui-form-label {
  color: #aebbcc;
  padding-left: 0;
  padding-right: 10px;
  width: auto;
}
.company-num {
  margin-top: 15px;
  color: #aebbcc;
}
.company-num > p {
  line-height: 29px;
}
.company-num b {
  color: #ff774d;
  font-family: "rope";
  font-weight: normal;
}
.pagebox {
  padding: 25px 0;
  text-align: center;
}
.listpage a,
.listpage span,
.listpage .txt,
.listpage .sbt {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5;
  margin: 0 .25em;
  padding: 0 1em;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  background: #fff;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'rope', 'PingFang SC', "Helvetica Neue", Helvetica, Tahoma, Arial, 'Source Han Sans CN', 'Source Han Sans', 'Source Han Serif', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif;
}
.listpage .cur,
.listpage a:hover,
.listpage .sbt:hover {
  color: #fff;
  background: #2e95ff;
  border: 1px solid #2e95ff;
  text-decoration: none;
  cursor: pointer;
}
.gj-box > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
}
.gj-box > ul > li > a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  position: relative;
  padding-right: 15px;
}
.gj-box > ul > li > a::after {
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid #999999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.gj-box > ul > li > a.none:after {
  display: none;
}
.gj-box > ul > li .caret {
  display: none;
}
.w50 {
  width: 50px;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: -60px;
  z-index: 101;
  display: none;
  float: left;
  min-width: 100px;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.2);
}
.dropdown > ul {
  padding: 5px 0;
}
.dropdown > ul > li {
  padding: 5px 15px;
}
.dropdown > ul > li:hover {
  background-color: #e6ecf6;
}
.dropdown > ul > li label {
  display: block;
}
.dropdown > ul > li .drop-txt {
  border: 1px solid #ddd;
  padding: 0px 5px;
  text-align: center;
  height: 24px;
  left: 24px;
  border-radius: 2px;
}
.dropdown .active {
  color: #2e95ff;
}
.dropdown .checked {
  color: #2e95ff;
}
.dropdown > ul > li.half label {
  display: inline-block;
}
.dropdown .drop-foot {
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: right;
}
.dropdown .confirm,
.dropdown .clearbtn {
  background-color: #2e95ff;
  color: #fff;
  border: 0;
  padding: 6px 20px;
  border-radius: 2px;
}
.dropdown .confirm:hover,
.dropdown .clearbtn:hover {
  background-color: #005dbe;
}
.dropdown .clearbtn {
  background-color: #e6ecf6;
  color: #000000;
}
.dropdown .clearbtn:hover {
  background-color: #aebbcc;
}
.dropdown .dropClose{
	position: absolute;
	right: 10px;
	top: 7px;
	display: inline-block;
	cursor: pointer;
	color: #666;
}
.dropdown .dropClose i{
	font-size: 12px;
}
.dropdown .dropClose:hover{
	color: #2e95ff;
}
.park-in li {
  width: 25%;
  float: left;
}
.park-in li span {
  color: #aebbcc;
  font-size: 12px;
  margin-left: 5px;
}
.park-in li:hover {
  color: #2e95ff;
  cursor: pointer;
}
.park-in li:hover label {
  display: block;
  cursor: pointer;
}
.hy-drop {
  padding: 5px 0px;
  padding-top: 10px;
  float: left;
}
.hy-drop .level {
  margin-bottom: 5px;
  padding-left: 15px;
}
.hy-drop .level b {
  margin-right: 10px;
}
.hy-drop > ul > li {
  padding: 5px 15px;
}
.hy-drop > ul > li:hover {
  background-color: #e6ecf6;
}
.hy-drop > ul > li label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hy-drop .child {
  padding-left: 35px;
}
.drop-name {
  text-align: center;
  padding: 8px 0;
  background-color: #e6ecf6;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid #999999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.other-fliter label {
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.other-fliter .drop-txt {
  border: 1px solid #CDD3DE;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: 150px;
}
.other-fliter .sub {
  background-color: #2e95ff;
  color: #fff;
  border: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 15px;
}
.other-fliter .sub:hover {
  background-color: #005dbe;
}
.other-fliter .gray {
  background-color: #e6ecf6;
  border: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 15px;
  display: inline-block;
  color: #242d4e;
}
.other-fliter .gray:hover {
  background-color: #AEBBCC;
  color: #242d4e;
}
.scorll,
.scorll-blue {
  overflow-y: auto;
  scrollbar-arrow-color: #ddd;
  /*顶部/底部图标颜色*/
  scrollbar-face-color: #ddd;
  /*滚动条颜色*/
  scrollbar-shadow-color: #2e95ff;
  /*滚动条阴影颜色*/
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scorll::-webkit-scrollbar,
.scorll-blue::-webkit-scrollbar,
.search-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
.scorll::-webkit-scrollbar-track,
.scorll-blue::-webkit-scrollbar-track,
.search-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
/*定义滑块 内阴影+圆角*/
.scorll::-webkit-scrollbar-thumb,
.scorll-blue::-webkit-scrollbar-thumb,
.search-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e6ecf6;
}
.scorll-blue::-webkit-scrollbar-thumb,
.search-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #2e95ff;
}
.fliter > ul > li .fliter-rasult a {
  float: right;
  margin-right: 0;
  margin-top: 0;
}
.fliter-rasult p {
  display: inline-block;
  background-color: #E2F0FD;
  color: #2e95ff;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.fliter-rasult a {
  display: inline-block;
  float: right;
}
.fliter-rasult i {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}
.more-btn a {
  display: inline-block;
  padding: 2px 10px;
  color: #228bea;
  border: 1px solid #C2D5FF;
  border-radius: 2px;
  margin-left: 3px;
  margin-right: 3px;
}
.more-btn .collect {
  color: #AC75FF;
  border: 1px solid #E2CFFF;
}
.more-btn .collect:hover {
  background-color: #AC75FF;
  color: #fff;
  border-color: #AC75FF;
}
.more-btn .see:hover {
  background-color: #228bea;
  color: #fff;
  border-color: #228bea;
}
.more-btn .del {
  color: #fd8f30;
  border: 1px solid #fbd0aa;
}
.more-btn .del:hover {
  background-color: #fd8f30;
  color: #fff;
  border-color: #fd8f30;
}
.gray {
  color: #aebbcc;
}
.company-des {
  line-height: 1.8;
}
.company-des span {
  display: inline-block;
  float: left;
}
.company-des .blue {
  color: #2e95ff;
}
.company-des .corp {
  max-width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.sort-box {
  display: table-cell;
  vertical-align: top;
}
.sort-box > ul > li {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-left: 10px;
}
.sort-box > ul > li .dropdown {
  left: 0;
}
.sort-box > ul > li .dropdown > ul > li {
  cursor: pointer;
  color: #000000;
}
.sort-box > ul > li .dropdown > ul > li:hover {
  color: #2e95ff;
}
.sort-box > ul > li .dropdown .blue {
  color: #2e95ff;
}
.map-box {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-head {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  position: relative;
  z-index: 111;
  padding: 10px 20px;
  padding-bottom: 0;
  height: 76px;
  display: table;
  width: 100%;
}
.map-tips {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
}
.timer-shaft {
  position: absolute;
  top: 90px;
  height: 40px;
  background-color: #fff;
  z-index: 200;
  right: 20px;
  left: 600px;
  padding: 0 20px;
  padding-top: 2px;
}
.timer-shaft .close-time {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fd8f30;
}
.timer-shaft .close-time i {
  display: inline-block;
  font-size: 12px;
  transform: scale(0.8);
}
.map-control {
  background-color: #2e95ff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  padding: 6px 0px;
  border-radius: 6px;
  border: 2px solid #2e95ff;
}
.map-control i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.map-control i.icon-jx {
  width: 12px;
  height: 12px;
  border: 2px solid #f3f9ff;
  margin-top: 4px;
}
.map-control button {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  float: left;
  color: #fff;
  border: 0;
  background-color: #2e95ff;
}
.map-control button::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  border-right: 1px dotted #aebbcc;
  top: 0px;
  height: 20px;
}
.map-control .active,
.map-control button:hover {
  color: #FCF52B;
}
.map-control button:last-child i {
  font-size: 12px;
}
.map-control button:last-child::after {
  display: none;
}
.map-search {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  border-radius: 6px;
  display: inline-block;
  float: right;
  margin-left: 20px;
  border: 2px solid #2e95ff;
  position: relative;
}
.map-search input {
  height: 32px;
  width: 200px;
  border: 0;
  padding: 0 10px;
  border-radius: 6px;
}
.map-search i {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 10px;
  color: #aebbcc;
}
.map-fliter {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.map-fliter .fliter {
  display: inline-block;
  text-align: left;
}
.map-fliter .fliter > ul > li {
  padding-top: 0;
  border-bottom: 0;
  padding-bottom: 5px;
}
.map-fliter .gj-box > ul > li {
  padding-top: 0;
}
.map-right {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  width: 300px;
}
.map-right a {
  display: inline-block;
  margin-left: 10px;
}
.map-restxt {
  position: absolute;
  top: 91px;
  background-color: #fff;
  display: inline-block;
  z-index: 100;
  padding: 8px 20px;
  left: 60px;
}
.map-restxt span {
  color: #2e95ff;
  font-family: "rope";
}
.search-box {
  position: absolute;
  background-color: #fff;
  top: 76px;
  left: 60px;
  bottom: 0;
  right: 0;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .3s;
  z-index: 110;
}
.open-map {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  background-color: #2e95ff;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}
.open-map i {
  font-size: 18px;
}
.open-map:hover {
  background-color: #2e95ff;
}
.MapShow {
  display: none;
}
.changeMap {
  left: inherit;
  right: 0;
  background-color: #2e95ff;
}
.changeMap i {
  transform: rotate(180deg);
  display: inline-block;
  color: #fff;
}
.company-tab {
  border-bottom: 1px solid #ddd;
}
.company-tab > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.company-tab > ul > li a {
  padding: 15px 0;
  display: inline-block;
  font-size: 15px;
}
.company-tab > ul > li.current a {
  color: #2e95ff;
  font-weight: bold;
}
.company-tab > ul > li.current:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #2e95ff;
  display: inline-block;
  content: "";
}
.title-tab {
  border-bottom: 1px solid #e6ecf6;
}
.title-tab > ul > li a {
  font-size: 18px;
}
.bd-map {
  width: 60%;
  height: 374px;
  float: left;
}
.nearby-park {
  width: 40%;
  height: 484px;
  background-color: #F2F3FA;
  padding: 10px 0 0px 10px;
  float: right;
}
.nearby-park > div {
  margin-top: 10px;
  max-height: 440px;
  padding-right: 10px;
}
.nearby-park > div > ul {
  display: table;
  width: 100%;
}
.nearby-park > div > ul > li {
  display: table-row;
  width: 100%;
}
.nearby-park > div > ul > li a,
.nearby-park > div > ul > li span {
  display: table-cell;
  padding: 3px 0;
}
.nearby-park > div > ul > li span {
  color: #999999;
  font-family: "rope";
  font-size: 14px;
}
.open-win .open-pic {
  display: none;
}
.open-win tr:hover .open-pic {
  display: inline-block;
}
.cyl-left,
.cyl-class {
  float: left;
  height: 100%;
  border-right: 1px solid #e6ecf6;
}
.cyl-left {
  width: 160px;
  padding: 15px;
  background-color: #f5f8fa;
  float: left;
}
.cyl-left h1 {
  padding: 8px 15px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.cyl-left > ul > li {
  padding: 8px 15px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.cyl-left > ul > li:hover {
  background-color: #e6ecf6;
  color: #2e95ff;
}
.cyl-left > ul > li.current {
  background-color: #e6ecf6;
  color: #2e95ff;
  font-weight: bold;
}
.cyl-class {
  width: 220px;
  padding: 0px;
  height: 100%;
  float: left;
  background-color: #f5f8fa;
}
.cyl-class h2 {
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6ecf6;
  border-radius: 0;
}
.cyl-class a,
.cyl-classlist ul > li a {
  display: block;
  padding: 5px 0;
}
.cyl-class a span,
.cyl-classlist ul > li a span {
  color: #aebbcc;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.cyl-select {
  background-color: #e6ecf6;
  padding: 10px 15px;
  border-bottom: 1px solid #e6ecf6;
  cursor: pointer;
  position: relative;
}
.cyl-select:hover .cyl-select-class {
  display: block;
}
.cyl-select > p {
  display: inline-block;
}
.cyl-select-class {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  background-color: #fff;
  padding: 10px 0;
  z-index: 20;
  display: none;
}
.cyl-select-class b {
  font-weight: normal;
}
.cyl-select-class > ul > li {
  padding: 5px 15px;
}
.cyl-select-class > ul > li:hover {
  background-color: #e8edf6;
  color: #2e95ff;
}
.cyl-select-class .current {
  color: #2e95ff;
}
.cyl-classlist {
  padding: 0 15px;
}
.cyl-classlist p {
  padding: 3px 0;
}
.cyl-classlist ul {
  padding-top: 0px;
}
.cyl-classlist li {
  padding-left: 18px;
}
.cyl-classlist li p {
  padding-left: 4px;
  padding-right: 0px;
}
.cyl-classlist li p:hover,
.cyl-classlist li.active p,
.cyl-classlist li.current p {
  color: #2e95ff;
  cursor: pointer;
  background-color: #e6ecf6;
  border-radius: 2px;
}
.cyl-classlist li span {
  color: #aebbcc;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.cyl-classlist .current {
  color: #2e95ff;
}
.cyl-main {
  width: calc(100% - 220px);
  float: right;
  padding: 6px 30px;
  height: 100%;
  overflow-y: auto;
}
.tablebg thead {
  background-color: #F7F9FB;
}
.tablebg thead th {
  border-top: 1px solid #e5e5e5;
}
.table-small td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.rl-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  bottom: 0;
  width: 260px;
  background-color: #fff;
}
.input-txt,
.input-area {
  border: 1px solid #CDD3DE;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: 100%;
}
.input-area {
  border: 1px solid #CDD3DE;
  border-radius: 4px;
  width: 100%;
  padding: 0 10px;
  height: 150px;
}
.text-r {
  text-align: right;
}
.rl-form-label {
  margin-top: 15px;
}
.rl-form-label > label {
  display: inline-block;
  margin-bottom: 5px;
}
.rl-form-label .half .f-inline,
.rl-form-label .half .f-mid {
  display: inline-block;
  float: left;
}
.rl-form-label .half .f-inline {
  width: 45%;
}
.rl-form-label .half .f-mid {
  width: 10%;
  text-align: center;
  line-height: 30px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.form {
  padding: 20px;
}
.company-header {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e6ecf6;
  background-color: #f5f8fa;
}
.company-header h1 {
  display: inline-block;
  float: left;
}
.company-header .content-inner {
  border-bottom: 1px solid #e6ecf6;
}
.event {
  display: inline-block;
  margin-left: 50px;
}
.event button {
  border: 1px solid #aebbcc;
  background-color: #fff;
  padding: 2px 8px;
  float: left;
  font-size: 13px;
  margin-top: 3px;
  border-radius: 2px;
  margin-right: 5px;
}
.event button i {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.event button:hover {
  background-color: #2e95ff;
  color: #fff;
  border-color: #2e95ff;
}
.event button:hover .blue {
  color: #fff;
}
.event .active {
  background-color: #2e95ff;
  color: #fff;
  border-color: #2e95ff;
}
.event .active .blue {
  color: #fff;
}
.company-box {
  position: relative;
  padding-top: 48px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.company-menu {
  width: 180px;
  float: left;
  height: 100%;
  border-right: 1px solid #e6ecf6;
}
.company-menu .cyl-classlist {
  padding-top: 10px;
  padding-bottom: 5px;
}
.company-menu .cyl-classlist p {
  padding-left: 20px;
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.company-menu .cyl-classlist p a {
  display: inline-block;
  position: relative;
}
.company-menu .cyl-classlist p a span {
  position: absolute;
  top: -3px;
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: 5px;
  color: #aebbcc;
  font-weight: normal;
  font-size: 12px;
}
.company-menu .cyl-classlist .current a {
  color: #2e95ff;
}
.company-menu .cyl-classlist .curno a {
  pointer-events: none;
  cursor: default;
  color: #aebbcc;
}
.company-menu .cyl-classlist ul {
  padding-top: 0;
  margin-top: -5px;
}
.company-menu .cyl-classlist > ul > li a {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.company-menu .cyl-classlist > ul > li a span {
  position: absolute;
  top: 0px;
  content: "";
  display: inline-block;
  left: 100%;
  color: #aebbcc;
  font-size: 12px;
  margin-left: 5px;
}
.company-content {
  width: calc(100% - 180px);
  float: right;
  height: 100%;
  padding: 20px;
}
.company-content h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.table-zy td,
.table-zy th {
  border: 1px solid #eeeeee;
  padding: 6px 10px;
}
.table-zy tr td:first-child {
  background-color: #f5f8fa;
  color: #8b9db6;
}
.table-sx {
  width: 100%;
}
.table-sx td,
.table-sx th {
  border: 1px solid #eeeeee;
  padding: 8px 10px;
}
.table-sx th {
  background-color: #f5f8fa;
  color: #aebbcc;
}
.table-sx tbody tr:hover td {
  background-color: #f5f8fa;
}
.table-sm {
  width: 100%;
}
.table-sm td,
.table-sm th {
  border: 1px solid #eeeeee;
  padding: 2px 10px;
}
.table-sm th {
  background-color: #f5f8fa;
  color: #aebbcc;
}
.table-sm tbody tr:hover td {
  background-color: #f5f8fa;
}
.p-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tz-half {
  width: 50%;
  float: left;
}
.res-row {
  margin-left: -15px;
  margin-right: -15px;
}
.res-row > div {
  padding: 0 15px;
}
.res-row .name {
  padding: 10px;
  text-align: center;
}
.follow-state .zt {
  display: block;
  position: relative;
  padding-left: 10px;
}
.follow-state .zt::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2e95ff;
  border-radius: 4px;
  left: 0;
  top: 8px;
}
.follow-state .blue {
  color: #2e95ff;
}
.follow-state .blue::before {
  background-color: #2e95ff;
}
.follow-state .green {
  color: #1acb6d;
}
.follow-state .green::before {
  background-color: #1acb6d;
}
.follow-state .red {
  color: #ff774d;
}
.follow-state .red::before {
  background-color: #ff774d;
}
.follow-state .star i {
  font-size: 12px;
  color: #fd8f30;
  margin-right: 3px;
}
.minHeight {
  min-height: 500px;
}
.table-bor-0 td,
.table-bor-1 td,
.table-bor-0 th,
.table-bor-1 th {
  border: 0;
}
.table-bor-0 td,
.table-bor-1 td,
.table-bor-0 th,
.table-bor-1 th {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.table-bor-0 th,
.table-bor-1 th {
  color: #000000;
}
.table-bor-0 tr:hover td,
.table-bor-1 tr:hover td {
  background-color: initial;
}
.table-bor-0 tr td:first-child,
.table-bor-1 tr td:first-child {
  width: 245px;
}
.table-bor-0 tr td > a,
.table-bor-1 tr td > a {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.table-bor-0 .active,
.table-bor-1 .active {
  color: #2e95ff;
  font-weight: bold;
}
.park-name {
  min-width: 260px;
}
.park-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 101;
  width: 430px;
  padding: 20px 10px;
}
.park-map-list li {
  padding-top: 5px;
}
.park-map-list p {
  display: inline-block;
}
.park-map-list .area {
  float: right;
  line-height: 21px;
}
.park-map-list .area span {
  width: 70px;
  display: inline-block;
  text-align: right;
}
.park-map-list .name > a {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.park-company {
  position: fixed;
  top: 0;
  right: 430px;
  bottom: 0;
  background-color: #fff;
  z-index: 101;
  left: 60px;
}
.open-company {
  right: 430px;
}
.hover-btn td {
  position: relative;
}
.hover-btn .name {
  padding-right: 120px;
}
.hover-btn .more-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
.hover-btn tr:hover .more-btn {
  display: inline-block;
}
.closePop {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background-color: #e6ecf6;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}
.closePop:hover {
  background-color: #2e95ff;
  color: #fff;
}
.child-tab {
  border-bottom: 0;
}
.child-tab > ul > li.current:after {
  display: none;
}
.data-stat {
  padding: 20px;
}
.qiye-stat {
  display: inline-block;
  float: left;
  width: 40%;
}
.qiye-map {
  width: 60%;
  float: right;
}
.chart-city {
  width: 180px;
  float: left;
}
.chart-city li {
  width: 80px;
  float: left;
  cursor: pointer;
  padding: 3px 0;
  background-color: #f5f8fa;
  border-radius: 2px;
  margin: 3px 5px 0 0;
  text-align: center;
}
.chart-city li:hover {
  color: #2e95ff;
  background-color: #e6ecf6;
}
.chart-city li.active {
  color: #fff;
  background-color: #2e95ff;
}
.index-chart-box {
  width: calc(100% - 200px);
  float: right;
}
.form-select {
  border: 1px solid #cdd3de;
  height: 30px;
  padding: 0 15px;
  border-radius: 4px;
}
.fliter-top-0 > ul > li > a {
  margin-top: 0;
}
.head-map-pop,
.head-pop {
  position: absolute;
  z-index: 100;
  top: -48px;
  left: 0;
  right: 0;
}
.head-map-pop .p-content,
.head-pop .p-content {
  background-color: #242D4E;
  max-width: 1416px;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 auto;
}
.head-map-pop p,
.head-pop p {
  display: inline-block;
  color: #fff;
}
.head-map-pop .add-sc,
.head-pop .add-sc {
  cursor: pointer;
  border: 1px solid #242D4E;
  padding: 3px 8px;
}
.head-map-pop .add-sc:hover,
.head-pop .add-sc:hover {
  border: 1px solid #fff;
  border-radius: 4px;
}
.head-map-pop .close,
.head-pop .close {
  color: #fff;
  float: right;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #242D4E;
  padding: 3px 4px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 3px;
}
.head-map-pop .close i,
.head-pop .close i {
  color: #fff;
}
.head-map-pop .close:hover,
.head-pop .close:hover {
  border: 1px solid #fff;
}
.head-map-pop {
  top: 0;
  left: 20px;
  right: 20px;
}
.head-map-pop .p-content {
  max-width: inherit;
}
.scheadFixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 20px;
  right: 20px;
}
.label-area {
  display: inline-block;
  cursor: pointer;
  padding: 5px 0 5px 5px;
}
.company-state {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 10;
}
.div-space p,
.div-space div {
  margin-bottom: 16px;
}
.div-space p:last-child {
  margin-bottom: 0;
}
.name-short {
  border: 1px solid #F5B287;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 2px;
  font-size: 18px;
  padding: 14px 15px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.map-change:hover .dropdown {
  display: block;
}
.map-change .dropdown {
  left: 0;
  text-align: center;
}
.try-box {
  position: relative;
}
.try-box .txt {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  top: 0;
  padding: 50px;
}
.map-explain {
  position: absolute;
  top: 140px;
  left: 60px;
  z-index: 100;
}
.map-explain p {
  display: inline-block;
  margin-right: 15px;
}
.map-explain span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a61609;
  border-radius: 8px;
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
.trend-box {
  padding: 30px;
}
.trend-box .trend-arg {
  margin-top: 30px;
  margin-bottom: 15px;
}
.trend-head h1 {
  font-size: 24px;
}
.trend-head .tips {
  font-size: 12px;
}
.trend-head .tips span {
  display: inline-block;
  color: #64B0FC;
  border-radius: 2px;
  padding: 1px 5px;
  border: 1px solid #64B0FC;
  margin-right: 5px;
}
.trend-head .share-wx {
  top: inherit;
  bottom: 0;
}
.trend-arg {
  position: relative;
}
.trend-arg h2 {
  font-size: 20px;
  font-weight: bold;
}
.trend-arg .content-vip {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 1px;
  right: 1px;
  left: 50%;
  height: 210px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}
.trend-arg .content-vip > div {
  text-align: center;
}
.invest-list {
  background-color: #fff;
}
.invest-list > ul > li {
  display: table;
  padding: 0 10px;
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.invest-list > ul > li a {
  color: #2e95ff;
}
.invest-list > ul > li a:hover {
  font-weight: bold;
}
.invest-list > ul > li div {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}
.invest-list > ul > li div span {
  display: none;
}
.invest-list > ul > li div p {
  display: block;
}
.invest-list > ul > li div .star1,
.invest-list > ul > li div .star2,
.invest-list > ul > li div .star3,
.invest-list > ul > li div .star4,
.invest-list > ul > li div .star5 {
  display: inline-block;
}
.invest-list > ul > li .w100 {
  width: 100px;
}
.invest-list > ul > li .w150 {
  width: 150px;
}
.invest-list > ul > li .w120 {
  width: 120px;
}
.invest-list > ul > li .w90 {
  width: 90px;
}
.invest-list > ul > li .w200 {
  width: 200px;
}
.invest-list > ul > li .w220 {
  width: 220px;
}
.invest-list > ul > li .w300 {
  width: 300px;
}
.invest-list > ul.head {
  font-weight: bold;
}
.invest-list > ul.head li {
  border-bottom: 1px solid #E6EDFB;
  background-color: #ECF2FE;
}
.invest-list > ul.table-main li:nth-child(even) {
  background-color: #FBFCFE;
}
.trend-table {
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
  border-top: 0;
}
.trend-table > div {
  display: table;
  width: 50%;
  float: left;
}
.trend-table > div span,
.trend-table > div p {
  display: table-cell;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-bottom: 0;
  border-right: 0;
}
.trend-table > div span {
  width: 150px;
  color: #aebbcc;
  background-color: #F5FAFF;
}
.trend-table .full {
  width: 100%;
}
.trend-table > ul > li {
  padding: 0;
}
.trend-table > ul > li > div {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  border-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.trend-table > ul.head > li {
  background-color: #F5FAFF;
  font-weight: normal;
  color: #aebbcc;
  border-bottom: 0px;
}
.trend-table .table-main > li {
  border-bottom: 0px;
}
.art-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.art-title h1 {
  font-size: 24px;
}
.art-tips,
.art-share {
  display: inline-block;
}
.art-tips {
  color: #a7a7a7;
  float: left;
  color: #a5b8d6;
}
.art-tips a {
  color: #a5b8d6;
}
.art-tips span {
  margin-right: 20px;
}
.art-share {
  float: right;
}
.art-share p {
  display: inline-block;
  position: relative;
}
.art-share p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #eee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 24px;
  transition: all .3s;
}
.art-share .wx-img {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  top: 35px;
  -webkit-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  -moz-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  padding: 10px;
}
.art-share p:last-child {
  margin-right: 0;
}
.art-share .weixin {
  display: inline-block;
}
.art-share .weixin i {
  color: #00C900;
}
.art-share .weixin:hover i {
  background-color: #00C900;
  color: #fff;
}
.art-share .sina i {
  color: #EB0000;
}
.art-share .sina:hover i {
  background-color: #EB0000;
  color: #fff;
}
.art-share .qzone i {
  color: #FFA43D;
}
.art-share .qzone:hover i {
  background-color: #FFA43D;
  color: #fff;
}
.art-share .baidu i {
  color: #4353e8;
}
.art-share .baidu:hover i {
  background-color: #4353e8;
  color: #fff;
}
.park-tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6ecf6;
}
.park-tabs p {
  display: inline-block;
  background-color: #e6ecf6;
  padding: 6px 15px;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
  cursor: pointer;
}
.park-tabs .active {
  background-color: #2e95ff;
  color: #fff;
}
.park-fliter {
  display: inline-block;
  margin-right: 15px;
}
.park-fliter > span {
  display: inline-block;
  cursor: pointer;
}
.park-fliter i {
  margin-left: 3px;
  display: inline-block;
  transform: scale(0.8);
}
.park-fliter .fliter-drop {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 20px;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: none;
}
.park-fliter .fliter-drop a {
  display: inline-block;
  width: 20%;
  float: left;
  margin-top: 8px;
}
.park-fliter .fliter-drop a.active {
  color: #2e95ff;
}
.park-fliter:hover .fliter-drop {
  display: block;
}
.table-pd tr td:first-child {
  width: 265px;
}
.table-pd tr td:last-child {
  padding-right: 20px;
}
.table-pd tr td > a {
  max-width: 220px;
}
.table-pd tr:hover .open-pic {
  display: inline-block;
}
.idnPark-left {
  position: absolute;
  width: 450px;
  left: 0;
  bottom: 0;
  top: 0px;
  z-index: 500;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, 0.8);
}
.idnParnSearch {
  position: fixed;
  width: 450px;
  left: 0;
  bottom: 0;
  top: 0px;
  z-index: 500;
  height: 70px;
}
.idnPark-box {
  padding: 70px 0px 0px 0px;
  height: 100%;
}
.idnPark-left-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  padding-left: 20px;
}
.idnPark-left-head p,
.idnPark-left-head div {
  display: inline-block;
}
.idnPark-left-head p {
  padding: 4px 0;
}
.idnPark-list {
  height: calc(100vh -  180px);
  overflow-y: auto;
}
.idnPark-list > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
.company-type-list {
  margin-top: -5px;
}
.company-type-list a {
  background-color: #E6ECF6;
  color: #2e95ff;
  padding: 0px 12px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.company-type-list a:first-child {
  border-radius: 2px 0 0 2px;
}
.company-type-list a:last-child {
  border-radius: 0 2px 2px 0;
}
.company-type-list a.active {
  background-color: #005dbe;
  color: #fff;
  position: relative;
}
.company-type-list a.active:after {
  position: absolute;
  left: 50%;
  top: 28px;
  content: "";
  margin-left: -3px;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 6px solid #005dbe;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
}
/*滚动条样式*/
.scrollDiv::-webkit-scrollbar,
.idnPark-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.scrollDiv::-webkit-scrollbar-thumb,
.idnPark-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
}
.scrollDiv::-webkit-scrollbar-track,
.idnPark-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.park-list-item .node > div {
  margin-top: 10px;
}
.idnPark-content {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.idnPark-content .name h2 {
  font-size: 16px;
  float: left;
  display: inline-block;
}
.idnPark-content .name {
  position: relative;
}
.idnPark-content .name .jb {
  background-color: #E95A04;
  font-size: 12px;
  color: #fff;
  padding: 0 4px;
  border-radius: 2px;
  float: left;
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
}
.idnPark-content .name .dw {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 10;
}
.idnPark-content .type {
  font-size: 12px;
  margin-top: 8px;
}
.idnPark-content .type > div p {
  display: inline-block;
  margin-right: 15px;
}
.tc-parkname {
  font-size: 18px;
  color: #1D50A2;
}
.tc-table {
  width: 100%;
}
.tc-table td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px;
}
.tc-table tr td:first-child {
  background: #F9FCFE;
}
.idnPark-attr p {
  display: inline-block;
}
.idnPark-attr p a {
  display: inline-block;
  margin-right: 10px;
}
.idnPark-attr p a span {
  font-size: 12px;
  margin-left: 4px;
  color: #aaa;
}
.park-tab {
  margin-top: 15px;
  margin-bottom: 10px;
}
.park-tab li {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.park-tab li.current {
  color: #2e95ff;
  border-bottom: 1px solid #2e95ff;
}
.park-companylist table th {
  font-size: 14px;
  color: #888;
  padding: 8px 15px;
  background-color: rgba(230, 236, 246, 0.8);
}
.idnPark-search .fliter > ul > li {
  padding: 0px 0px 0px 80px;
}
.idnParnSearch {
  padding: 20px;
}
.idnParnSearch > div {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.idnParnSearch .park-cx {
  height: 30px;
  background: #228BEA;
  color: #fff;
  border: 1px solid #228BEA;
  border-radius: 0 2px 2px 0;
  padding: 0 10px;
}
.idnParnSearch .park-key {
  border: 1px solid #228BEA;
  border-radius: 2px 0 0 2px;
  height: 30px;
  line-height: 30px;
  width: 180px;
  padding-left: 10px;
}
.sel_mask {
  border: 1px solid #228BEA;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 80px;
  display: inline-block;
  cursor: pointer;
}
.sel_mask .sel-div {
  padding-left: 10px;
  padding-right: 15px;
  display: block;
  position: relative;
}
.sel_mask .sel-div::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 5px solid #cccccc;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  right: 10px;
  top: 12px;
  display: inline-block;
  content: "";
  pointer-events: none;
  z-index: 10;
}
.sel_mask select {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 80px;
  height: 30px;
  opacity: 0;
  border-radius: 0;
  border: 1px solid #228BEA;
}
.sel_mask select option {
  border: 1px solid #228BEA;
  text-align: center;
}
.sel_mask select option[selected] {
  font-weight: bold;
}
.park-page {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  bottom: 20px;
  text-align: center;
}
.park-page .listpage a,
.park-page .listpage span,
.park-page .listpage .txt,
.park-page .listpage .sbt {
  font-size: 12px;
}
.sub-park {
  width: 320px;
  float: left;
  background: #fafcfd;
  padding-bottom: 20px;
  position: sticky;
  top: 0px;
}
.sub-park h3 {
  font-size: 16px;
  padding: 15px 15px 10px 15px;
}
.sub-park > div {
  font-size: 14px;
}
.sub-park > div p a {
  padding: 5px 15px 5px 25px;
  display: block;
  position: relative;
}
.sub-park > div p a span {
  font-size: 12px;
  margin-left: 5px;
}
.sub-park > div p a:hover {
  background: #f4f4f4;
}
.sub-park > div p a::after {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  content: "";
}
.sub-park > div p.active a {
  font-weight: bold;
  color: #006fdb;
  background: #eff8fe;
}
.sub-park-content {
  width: calc(100% - 340px);
  float: right;
  font-size: 14px;
}
.company-hy {
  margin-top: 10px;
  width: 100%;
  position: relative;
}
.company-hy .yiji,
.company-hy .child {
  display: table-cell;
}
.company-hy .yiji {
  width: 160px;
}
.company-hy .yiji a {
  color: #2e95ff;
}
.company-hy .child > div {
  height: 21px;
  overflow: hidden;
  padding-right: 50px;
}
.company-hy .child p {
  display: inline-block;
  margin-left: 10px;
}
.company-hy span {
  color: #aaa;
  font-size: 12px;
  margin-left: 4px;
}
.company-hy .allBtn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #2e95ff;
}
.company-hy .allBtn i {
  font-size: 12px;
}
.company-hy .child > div.showAll {
  height: auto;
  overflow: inherit;
}
.company-cy .type {
  position: relative;
  width: 65px;
  float: left;
}
.company-cy .company-name {
  position: relative;
  margin-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.company-cy .company-name > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -3px;
}
.company-cy .company-name > div .star {
  width: 37px;
}
.company-cy .company-name > div .cyname {
  width: calc(100% - 37px);
  padding-left: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 20px;
}
.company-cy .company-name > div .cyname a {
  margin-right: 8px;
}
.company-cy .company-name > div a {
  margin-right: 10px;
  display: inline-block;
}
.green {
  color: #1ACB6D;
}
.green:hover {
  color: red;
}
a.green:hover {
  color: red;
}
.cyl-qjlist {
  /* padding: 20px 20px 10px 20px; */
  margin-bottom: 20px;
}
.cyl-qjlist h2 {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cyl-qjlist h2 span {
  font-size: 15px;
  color: rgba(29, 81, 227, 0.5);
}
.cyl-qjlist2{
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	width: 48%;
	margin-bottom: 20px;
}

.cyl-qjlist2 .cyl-hyname{
	background-color: #000000;
	width: 150px;
	height: 100%;
	position: relative;
}
.cyl-qjlist2 .cyl-hyname h2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cyl-qjlist2 .cyl-hyname h2 span{
	display: block;
	font-size: 12px;
}
.cyl-hyclass p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.cyl-hyclass p a {
  display: block;
  padding: 0px 12px;
  background-color: #E6ECF6;
  border-radius: 4px;
}
.cyl-hyclass p a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.cyl-qjlist2 .cyl-hyclass{
	width: calc(100% - 150px);
	padding:10px 20px;
	margin-bottom: 0;
}
.cyl-qjlist2 .cyl-hyclass p a {
  background-color: rgba(21, 98, 213, 0.05);
  padding: 5px 8px;
}
.cyl-qjlist2 .cyl-hyclass p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cyl-qjlist2 .cyl-hyclass p a span {
  color: rgba(21, 98, 213, 0.5);
}
.cyl-qjlist .cyl-hyclass p a {
  background-color: #fff;
}
.cyl-qjlist .cyl-hyclass p a span {
  color: rgba(21, 98, 213, 0.5);
}
.sort-box > ul > li .dropdown {
    left: inherit;
    right: 0;
}
.company-tab2 > ul > li{
	margin-right: 5px;
}
.company-tab2 > ul > li a{
	background-color: rgba(46,149,255,0.1);
	padding: 6px 15px;
	border-radius: 4px 4px 0 0;
}
.company-tab2 > ul > li.current a{
	background-color: #2e95ff;
	color: #fff;
}
.cyl-newslist ul li{
	position: relative;
	padding: 5px 0 5px 15px;
}
.cyl-newslist ul li:before{
	position: absolute;
	left: 0;
	top:12px;
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	content: "";
}
.cyl-newslist ul li span{
	color: rgba(0, 0, 0, 0.5);
	margin-left: 15px;
}
.cyl-newslist ul li a{
	color: #2e95ff;
}
.cyl-newslist ul li a:hover{
	text-decoration: underline;
}
@media (max-width: 1400px) {
  .table-bor-0 tr td:first-child {
    width: 280px;
  }
  .table-bor-0 tr td > a {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .table-bor-0 tr td:first-child {
    width: 220px;
  }
  .table-bor-0 tr td > a {
    max-width: 180px;
  }
}

.kj-chart{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kj-chart>div{
	width: 48.5%;
}
.kj-TagDiv{
	display: flex;
	flex-wrap: wrap;
}
.kj-TagDiv>div{
	padding: 10px;
	width: 16.66%;
}
.kj-companyTagDiv>div{
	padding: 20px;
	transition: all .3s;
	background: linear-gradient(-45deg, #ecf5fc, #dce9fe);
	font-size: 17px;
}
.kj-companyTagDiv>div h2{
	color: #2e95ff;
}
.kj-companyTagDiv>div h2 b{
	font-size: 32px;
	font-family: "rope";
	
}
.kj-companyTagDiv>div a{
	display: block;
}
.kj-companyTagDiv>div p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.kj-companyTagDiv>div h2 span{
	font-size: 16px;
	margin-left: 10px;
}
.kj-companyTagDiv>div:hover{
	background: #2e95ff;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 114, 255, 0.1);
}
.kj-companyTagDiv>div:hover h2{
	color: #fff;
}
.kj-companyTagDiv>div:hover a{
	color: #fff;
}
@media (max-width: 1400px) {
	.kj-TagDiv>div{
		padding: 10px;
		width: 20%;
	}
}
.flexBox{
	display: flex;
	justify-content: space-between;
}
.divFlex3{
	display: flex;
	justify-content: space-between;
}
.divFlex3>div{
	width: 32.5%;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 15px;
}
.divFlex3>div h3{
	font-size: 16px;
}
.borderDiv{
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 15px 15px;
}
.cnameovh{
	max-width: 95%;
	 overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  box-orient: vertical;
	  -webkit-box-orient: vertical;
	  -moz-box-orient: vertical;
	  -o-box-orient: vertical;
	  -ms-box-orient: vertical;
	  line-clamp: 1; /* 超出2行显示省略号 */
	  -webkit-line-clamp: 1; /* 超出2行显示省略号 */
}
.div3flex{
	display: flex;
	justify-content: space-between;
}
.div3flex>div{
	width: 32.5%;
	border-radius: 2px;
}
.cyl-hyclass2{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.cyl-hyclass2 >div{
	padding: 10px;
	width: 20%;
}
.cly-node{
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.cly-node .nodeName{
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.cly-node .nodeName .hypic{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	/* filter: blur(0.5px); */
}
.cly-node .nodeName p{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}
.cly-node .nodeData{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
}
.cly-node .nodeData span{
	color: #2e95ff;
}
.cly-node:hover .hypic{
	transform: scale(1.05);
}

@media (min-width: 1600px) {
	.cyl-hyclass2 >div{
		padding: 10px;
		width: 14.2%;
	}
}


.upstream-container {
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.upstream-title {
	background-color: #1e88e5;
	color: white;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.categories-container {
	flex: 1;
	padding-left: 10px;
	padding-right: 20px;
}
.hasChildren{
	display: flex;
	flex-direction: column;
}

.category-row {
	display: flex;
	
}
.category-child{
	display: flex;
	flex-wrap: wrap;
}
.category-item {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 8px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.category-node{
	display: flex;
	flex-direction: column;
}

.category-item span{
	font-size: 12px;
	color: #666;
	display: inline-block;
	margin-left: 10px;
}
.category-item label{
	display: inline-block;
	background-color: rgba(30, 136, 229, 1);
	font-size: 12px;
	padding: 2px 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
}
.category-item:hover {
	background-color: rgba(30,136,229,0.1);
	border-color: #1e88e5;
	color: #1e88e5;
}

.category-header {
	font-weight: bold;
	background-color: rgba(30,136,229,0.15);
	border-color: #e0e0e0;
}
.categories-container .childColor{
	background-color: rgba(30,136,229,0.05);
}
.category-header:hover {
	border-color: #1e88e5;
	color: #1e88e5;
}
.categories-container>.category-row:last-child .category-item{
	/* margin-bottom: 0; */
}
.middleReaches .upstream-title{
	background-color: #8a67ce;
}
.middleReaches .category-item:hover{
	border-color: #8a67ce;
	color: #8a67ce;
	background-color: rgba(138,103,206,0.1);
}
.middleReaches .category-header{
	background-color: rgba(138,103,206,0.15);
}
.middleReaches .category-item label{
	background-color: rgba(138,103,206,1);
}
.middleReaches .childColor{
	background-color: rgba(138,103,206,0.05);
}
.lowerReaches .upstream-title{
	background-color: #3bb795;
}
.lowerReaches .category-item label{
	background-color: #3bb795;
}
.lowerReaches .category-item:hover{
	border-color: #3bb795;
	color: #3bb795;
	background-color: rgba(59,138,149,0.1);
}
.lowerReaches .category-header{
	background-color: rgba(59,138,149,0.15);
}
.lowerReaches .childColor{
	background-color: rgba(59,138,149,0.05);
}

.cyl-companyNum>div{
	position: relative;
	background: rgba(255, 170, 70,0.1);
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
}
.cyl-companyNum>div .colorDiv{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 170, 70,1);
	z-index: 1;
	content: "";
	height: 30px;
	border-radius: 0 30px 30px 0;
}
/* .cyl-companyNum>div .colorDiv::after{
	content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
    background:var(--afterbg);
    border-radius: 4px 4px 6px 0;
    transform: skew(17deg);
    right: -5px;
} */

.cyl-companyNum>div .txt{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 2;
	height: 30px;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.cyl-companyNum>div .txt p:first-child{
	 filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px 1px 0 white);
}
.cyl-companyNum>div .txt .num{
	font-weight: normal;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}
.cyl-companyNum>div .txt .num span{
	font-size: 12px;
	margin-left: 8px;
}
.graphType{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.graphType p{
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.graphType p:first-child{
	border-radius: 4px 0 0 4px;
}
.graphType p:last-child{
	border-radius: 0 4px 4px 0;
}
.graphType p.active{
	background-color: #1e88e5;
	color: #fff;
	border-color: #1e88e5;
}