/* 移动端样式 */
/**
主题蓝色 #166fcb  辅助蓝 #207fdf  辅助蓝2 #59b1f1

*/

/* ------------ weui覆写 ------------ */
.weui-cells__jjx .weui-cell__bd {
  flex: inherit;
  color: #999;
}

.weui-cells__jjx .weui-cell__ft {
  color: #333;
  flex: 1;
}

.weui-btn_primary {
  background-color: #166fcb;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
  background-color: #207fdf;
}

.weui-btn__rj {
  border-radius: 50px;
}

/* ------------ 自定义样式 ------------ */
/* 顶部菜单 */
.topnav {
  height: 50px;
  background-color: #166fcb;
  width: 100vw;
  overflow: auto;
}

.topnav-ul {
  height: 100%;
  width: 100vw;
  color: #fff;
}

.topnav-li {
  float: left;
  height: 100%;
  margin: 0 4vw;
  display: flex;
  align-items: center;
  position: relative;
}

.topnav-li.active {
  float: left;
  color: #59b1f1;
}

.topnav-li.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #59b1f1;
  left: 0;
  bottom: 0;
}

/* 主体框 */
.maininfo {
  height: calc(100vh - 50px);
  background-color: #f1f1f1;
}

.content-box {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.map-box {
  height: 100%;
  width: 100%;
}

.searchbox {
  padding: 20px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchbox-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.searchbox-info {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  background: #fff;
}

.searchbox-icon {
  width: 22px;
  margin: 0 2vw;
}

.searchbox-input {
  border: none;
  height: calc(100% - 2px);
  border-radius: 5px;
  padding-right: 3vw;
  flex: 1;
  box-sizing: border-box;
}

.searchbox-btn {
  height: 35px;
  padding: 0 5vw;
  color: #fff;
  background-color: #166fcb;
  border: none;
  border-radius: 5px;
}

.zclist {
  width: 100%;
  height: calc(100% - 75px);
  background-color: #fff;
  overflow-y: auto;
}

.zcnew {
  padding: 0 4vw;
}

.zcnew-wrap {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.zcnew-title {
  color: #333;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zcnew-time {
  font-size: 14px;
  color: #999;
}

.search-result {
  width: 100%;
  height: calc(100% - 75px);
  position: absolute;
  top: 100%;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.search-result.active {
  top: 50%;
}

.searchresult-head {
  height: 40px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px -1px 5px 3px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #f1f1f1;
  box-sizing: border-box;
}

.searchresult-info {
  height: calc(100% - 40px);
  background-color: #fff;
  overflow-y: auto;
}

.searchresult-infotitle {
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.searchresult-head img {
  width: 40px;
}

.searchresult-head img.active {
  transform: rotate(180deg);
}

.maindetail {
  padding: 0 4vw;
}

.maindetail>li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.maindetail .maindetail-name {
  color: #333;
  background: url(/img/mobile/icon-mapinfo-down.png) no-repeat right center;
  background-size: 16px;
  transition: all 0.5s ease 0s;
}

.maindetail .maindetail-name.active {
  background-image: url(/img/mobile/icon-mapinfo-up.png);
}

.maindetail .maindetail-info {
  display: none;
  color: #666;
}

.maindetail-info>ul {}

.maindetail-info>ul>li {
  padding: 5px 0;
}

.maindetail-info>ul>li>img {
  width: 16px;
  vertical-align: middle;
  margin-right: 2vw;
}

/* 按钮 */
.btn-box {
  padding: 5vw 10vw;
}

.btn-box__fx-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 人才列表 */

.rcbox {
  padding: 0 4vw;
}

.rcbox-wrap {
  border: 1px solid #ddd;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.rc-maininfo__photo {
  width: 100px;
}

.rc-maininfo__photo img {
  width: 80px;
  height: 100px;
  vertical-align: bottom;
}

.rc-maininfo__info {}

.rc-maininfo__name {}

.rc-maininfo__name-tip {
  color: #ff7100;
  font-size: 9px;
  padding: 1px 4px;
  border: 1px solid;
  border-radius: 3px;
  margin-left: 5px;
}

.rc-maininfo__addr {
  font-size: 14px;
  color: #666;
}

.new-box {
  padding: 5vw;
  box-sizing: border-box;
}

.new-title {
  text-align: center;
  color: #333;
  font-weight: 600;
}

.new-subtitle {
  /* text-align: center; */
  color: #999;
  margin-bottom: 10px;
}

.new-content {}

.jl-head {
  display: flex;
  align-items: center;
  padding: 4vw;
  border-bottom: 1px solid #f2f2f2;
}

.jl-photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 45%;
}

.jl-photo img {
  width: 100%;
}

.jl-name {
  padding: 0 3vw;
  color: #333;
  font-weight: 600;
}

.jl-name span {
  font-weight: 100;
  font-size: 12px;
  color: #ff7100;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 5px;
}

.jl-name i {
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
}

.jl-about,
.jl-list,
.jl-other {
  padding: 4vw;
  border-bottom: 1px solid #f2f2f2;
}

.jl-list__row {
  display: flex;
  font-size: 15px;
  opacity: 0.9;
  margin: 5px 0;
}

.jl-list__name {
  margin-right: 5px;
  white-space: nowrap;
}

.jl-list__content {
  background: #e9e9e9;
  padding: 0 10px;
  font-size: 14px;
}

.jl-other {}

.jl-about__title {
  color: #fff;
  display: inline-block;
  background: #1295fa;
  padding: 0 5px;
  margin-bottom: 5px;
}

.talents-technology__cell {
  font-size: 15px;
  border: 1px solid #ded4d4;
  padding: 5px;
  border-radius: 5px;
  opacity: 0.9;
}

.talents-technology__title {
  font-weight: 600;
}

.talents-technology__content {
  display: flex;
  justify-content: space-between;
}

.talents-technology__item {
  display: flex;
  font-size: 14px;
}

.weui-cell__ft input {
  text-align: right;
  border: none;
}

.weui-cell__ft select {
  text-align: right;
  border: none;
  direction: rtl;
}

.search-icon {
  position: fixed;
  right: 1vw;
  top: 15vh;
  background: #e6dfdf;
  height: 10vw;
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* .search-icon .searchbox-icon{

} */

.maindetail-conditions__items {
  padding: 0 15px;
}

.maindetail-conditions__items a {
  padding: 0px 10px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
}

.maindetail-conditions__items a.active {
  border: 1px solid;
  border-radius: 3px;
  background-color: rgb(21 110 202 / 20%);
  color: #156eca;
}

.placeholder {
  width: 100%;
  height: 20px;
}

.searchbox-btn.searchbox-btn__bottom {
  border-radius: 0;
  text-align: center;
  line-height: 35px;
}

.cypp__modal {
  background-color: #fff;
}

.cypp-content {
  padding: 4vw;
}

.cypp-content select {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}

.cypp-btns {
  margin: 4vw;
}

.cypp-btns button {
  width: 60px;
  height: 30px;
  margin: 0 2vw;
  border-radius: 5px;
  color: #fff;
}

.cypp-btns button.cypp-btn {
  background: #1b7de0;
}

.cypp-btns button.cypp-btn__close {
  background: gray;
}


.report-box {
  padding: 1vw;
  text-align: left;
}

.report-box__title {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 2vw;
}

.report-box__title img {
  vertical-align: middle;
}

.report-box__main {
  /* display: flex;
  justify-content: space-around;
  justify-content: space-evenly; */
}

.report-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1vw;
  margin: 0 10vw 2vh;
  padding: .8rem 0 .8rem 10vw;
  border: 1px solid #abcae8;
  border-radius: 5px;
}

.report-item__img {
  width: 80px;
}

.report-item__content {
  margin-left: 10px;
}

.report-item__count {}

.report-item__count span {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(249, 156, 23);
}

.report-item__title {}


/* 产业链 */
.unitbox {
  padding: 0 4vw;
}

.cyunit {
  border: 1px solid #ddd;
  padding: 0 3vw;
  margin: 10px 0;
}

.cyunit-head {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.cyunit-head h2 {
  font-size: 18px;
  font-weight: bold;
}

.cyunit-body {
  padding: 15px 0;
  font-size: 16px;
}

.cyunit-tip {
  font-size: 12px;
  font-weight: 100;
  border: 1px solid #156eca;
  padding: 0 3px;
  color: #156eca;
  margin-left: 10px;
  white-space: nowrap;
}

.scode-all {
  display: flex;
  padding: 2px 0;
}

.scode-all__star {
  color: #ff0000;
}

.scode-all__star-good {
  color: #ffc800;
}

.scode-all__star-gread {
  color: #1c70fd;
}

.cyunit-info {
  width: 100%;
  margin-bottom: 8px;
  /* display: flex;
    justify-content: space-between; */
}

.cyunit-info__item {
  width: 50%;
  float: left;
  display: flex;
}

.cyunit-info__item-title {
  padding-right: 3px;
}

.cyunit-info__item-content {
  color: #333;
  opacity: .8;
}

.cyunit-scode {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cyunit-scode span {
  opacity: .8;
  width: 50%;
}

.condition-head__dlbtns {
  width: 100%;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.condition-head__dlbtn {
  background-color: #166fcb;
  border: none;
  color: #fff;
  padding: 6px 1rem;
  cursor: pointer;
}

/* ------------------官网页面样式------------------ */
.clear {
  clear: both;
}

.box-gray {
  background-color: #f5f5f5;
}

.box-home__jjzl {
  background: url(/img/mobile/index/bg-home-jjzl.png) no-repeat center top scroll;
}

header {
  height: 45px;
  background-color: #fff;
  width: 100vw;
  position: relative;
}

.header {
  padding: 0px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  /* height: 100%; */
}

.header-logo img {
  height: 25px;
  vertical-align: bottom;
}

.header-navs {
  background: url(/img/mobile/index/navs.png) no-repeat right center scroll;
  width: 22.5px;
  height: 22.5px;
  background-size: 100%;
}

.navs {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 60%);
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
}

.navs-content {
  float: right;
  width: 70vw;
  height: 100vh;
  background-color: #fff;
  padding: 15px;
}

.navs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navs-body {}

.navs-ul {
  margin-top: 20px;
}

.navs-ul li {
  border-bottom: 1px #c1daf8 dashed;
}

.navs-ul li:first-child {
  border-top: 1px #c1daf8 dashed;
}

.navs-ul li>a {
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #000000;
}

.navs-ul li>a img {
  filter: contrast(0);
  height: 18px;
}

footer {
  background-color: #303136;
  width: 100vw;
  padding: 15px;
  color: #fff;
}

.footer-contact {
  text-align: center;
  border: 1px #4d4f4e solid;
  margin: 30px 0;
  padding: 10px 0;
}

.footer-contact>img {
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-copyright {
  text-align: center;
  margin-bottom: 25px;
}

footer .navs-ul li>a {
  color: #fff;
}

footer .navs-ul li {
  border-bottom: 1px #4d4f4e solid;
}

footer .navs-ul li:first-child {
  border-top: none;
}

.tzpp-btn {
  position: fixed;
  background-color: #1b7de0;
  width: 50px;
  height: 50px;
  right: 2vw;
  top: 40vh;
  color: #fff;
  border-radius: 50%;
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 3px;
  box-shadow: 0px 0px 8px 4px rgb(27 125 224 / 50%);
  overflow: hidden;
  text-align: center;
  z-index: 9;
}

/* 首页 */
.index-head {
  width: 100vw;
  position: relative;
}

.index-video {
  width: 100vw;
  float: left;
}

.index-videofont {
  position: absolute;
  z-index: 10;
  width: 90%;
  top: 25%;
  left: 5%;
}

.block-box {
  width: 100vw;
}

.block-box:after {
  content: "";
  display: block;
  clear: both;
}

.block-warp {
  padding: 0 15px;
  overflow: hidden;
}

.block-title {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.block-title__name {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  width: 70%;
  margin: 0 auto;
}

.block-title__sub {
  color: #999;
  font-size: 12px;
  width: 70%;
  margin: 0 auto;
  text-transform: uppercase;
}

.block-title__sub:after {
  content: "";
  display: block;
  clear: both;
}

.block-main {
  margin-bottom: 20px;
}

.home-new {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 15px;
}

.home-newinfo {}

.home-newinfo__title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  /* font-size: 14px; */
}

.home-newinfo__subtitle {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /**控制显示内容的行数*/
  -webkit-box-orient: vertical;
}

.home-more {
  border: 1px solid #8c8c8c;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}

.home-more>a {
  color: #666;
}

.box-gray .home-new {
  background-color: #fff;
}

.home-about__title {
  color: #166fcb;
  font-size: 17px;
  padding: 5px 0px 10px;
}

.home-about__desc {
  font-size: 14px;
  color: #666;
}

.home-abouts {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-evenly;
  padding: 10px 0;
}

.home-abouts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #999;
}

.home-abouts__item img {
  width: 50px;
}

.home-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

.home-sub-title {
  color: #fff;
  font-size: 12px;
}

.home-flex-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 10px 0
}

.home-flex-sub:nth-child(2n+1) {
  border-right: 1px solid #ffffff55;
}

.home-content-sup {
  display: flex;
  justify-content: start;
  color: white;
}

.home-content-title {
  font-family: "计算器字体";
  color: white;
  font-size: 40px;
  position: relative;
}

.home-content-title_a {
  font-family: "计算器字体";
  color: white;
  font-size: 40px;
}

.home-content-title_b {
  font-size: 12px;
  position: absolute;
  left: 100%;
  margin-left: 2px;
  white-space: nowrap;
}

.home-content-titlesup {
  font-family: "计算器字体";
  color: white;
  font-size: 35px;
  font-weight: bold;
}

.swiper-new {
  text-align: center;
}


/* 新闻列表 */
.new-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px 0;
}

.new-info {
  width: calc(100% - 120px);
  float: left;
}

.new-time {
  color: #999;
}

.new-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.new-subtitle {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.new-img {
  width: 110px;
  height: 80px;
  background: #aaa;
  float: right;
  overflow: hidden;
}

.new-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.head-banner {
  width: 100%;
  height: 50vw;
  background: no-repeat center top scroll;
  background-size: cover;
}

.head-banner__news {
  background-image: url(/img/mobile/index/bg-banner-yqdt.png);
}

.head-banner__tzzc {
  background-image: url(/img/mobile/index/bg-banner-tzzc.png);
}

.head-banner__zsxm {
  background-image: url(/img/mobile/index/bg-banner-zsxm.png);
}

.head-banner__about {
  background-image: url(/img/mobile/index/bg-banner-about.png);
}

/* 新闻详情 */
.newdetail {
  padding: 15px;
  margin: 10px auto;
  background-color: #fff;
}

.newdetail-title {
  color: #333;
  text-align: center;
}

.newdetail-subtitle {
  font-size: 13px;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin-bottom: 5px;
}

.newdetail-subtitle__line {
  opacity: .8;
  padding: 0 5px;
}

.newdetail-content {}

.newdetail-content td {
  border: 1px solid #999;
}

.newdetail-content img {
  max-width: 100%;
}

.newdetail-fooder {}

.newdetail-fooder__cell {
  text-align: right;
}


/* 招商项目 */
.subnav {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.subnav-item {
  border: 1px solid;
  color: #166fcb;
  width: 90px;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0;
  margin: 0 5px;
  font-size: 12px;
  width: 60px;
  margin-bottom: 5px;
}

.subnav-item.active {
  border-color: #166fcb;
  color: #fff;
  background-color: #166fcb;
}

.cyl-doc {
  color: #999;
  font-size: 14px;
  padding: 10px 0;
}

.cyl-table__jhcn {
  width: 100%;
  font-size: 12px;
}

.cyl-table__jhcn tr {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}

.cyl-table__jhcn tr td,
.cyl-table__jhcn tr th {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px
}

.inner-update {
  width: 100%;
  overflow-x: auto;
  background-color: #ececec;
}

.inner-navs-tab {
  width: 870px;
  font-size: 14px;
}

.inner-navcell {
  float: left;
  padding: 5px 10px;
  position: relative;
}

.inner-navcell::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 6px;
  background: #fff;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.inner-navcell:last-child::after {
  content: none;
}

.inner-navcell.active {
  color: #166fcb;
}

.about-title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}

.about-label {
  border-bottom: 1px solid #166fcb;
  display: inline-block;
  height: 100%;
  padding: 5px 5px 5px 0;
}

.about-cards {
  margin-bottom: 20px;
}

.about-card {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.about-card__jt {
  display: inline-block;
  border: 5px solid #166fcb;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.about-card img {
  width: 16px;
}

.ltunits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ltunit-cell {
  width: 32%;
}

.ltunit-cell img {
  width: 100%;
}

.about-hj {
  padding: 0 15px;
  position: relative;
  margin-top: -30px;
}

.about-hjdoc {
  background-color: #f5f5f5;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.about-hjdoc__title {
  color: #333;
  border-bottom: 1px solid #666;
  padding: 6px 0;
  margin-bottom: 8px;
  display: inline-block;
}

.about-hjdoc__content {
  color: #666;
}

.scpt-box {
  background-color: #f5f5f5;
  padding: 15px;
}

.scpt-cell {
  padding: 3px 0;
  font-size: 15px;
  color: #666;
}

.scpt-title {
  color: #166fcb;
}

.scpt-title__left {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #1a7de0;
  vertical-align: middle;
  margin-right: 5px;
}

.about-img {
  width: 100%;
}

.ck-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ck-cell {
  width: 48%;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 10px;
}

.ck-img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  float: left;
}

.ck-name {
  background-color: #166fcb;
  color: #fff;
  text-align: center;
  padding: 3px;
}

.ck-info {
  padding: 10px;
  font-size: 14px;
}

.ck-info ul {}

.ck-info ul li {}

.ck-info>span {
  color: #166fcb;
}

.wzjs-doc {
  background-color: #f5f5f5;
  padding: 15px 15px;
  font-size: 14px;
}

.about-bmap {
  width: 100%;
  height: 200px;
}

.wzjt {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

.wzjt-cell {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #1b7de0;
  border-radius: 35px;
  display: flex;
  align-items: center;
  padding: 2px 5px;
}

.wzjt-cell:nth-child(2n) {
  flex-flow: row-reverse;
  text-align: right;
}

.wzjt-count {
  height: 45px;
  width: 45px;
  background: #1b7de0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  font-size: 22px;
}

.wzjt-info {
  padding: 0 5px;
}

.wzjt-name {
  color: #1b7de0;
}

.wzjt-doc {
  color: #999;
}

.about-doc {
  margin: 10px 0;
  color: #666;
}

.yqxy {
  display: flex;
  /* flex-wrap: wrap; */
  text-align: center;
  justify-content: space-between;
  width: 100%;
  overflow: auto;
}

.yqxy-cell {
  background: #eef3f9 no-repeat center center scroll;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 215px;
  justify-content: center;
  margin-bottom: 8px;
  padding: 10px 0;
  flex: 1 0 auto;
  margin-right: 10px;
}

.yqxy-cell:first-child {
  background-image: url(/img/index/block1.png);
}

.yqxy-cell:nth-child(2) {
  background-image: url(/img/index/block2.png);
}

.yqxy-cell:last-child {
  background-image: url(/img/index/block3.png);
}

.yqxy-img {
  width: 50px;
  margin-right: 10px;
}

.yqxy-img img {
  width: 100%;
  float: left;
}

.yqxy-info {}

.yqxy-count {
  color: #1b7de0;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: "计算器字体";
  align-items: baseline;
}

.yqxy-unit {
  font-size: 12px;
}

.yqxy-name {
  font-size: 14px;
  color: #666;
}

.qycounts {
  background: url(/img/mobile/about/bg-about-xy.png) no-repeat center center scroll;
  background-size: cover;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
}

.qycount-cell {
  width: 50%;
  padding: 15px 0;

}

.qycount-cell:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}

.qycount-cell:nth-child(n+3) {
  border-top: 1px solid #ddd;
}

.qycount-count {
  color: #1b7de0;
  position: relative;
  font-size: 26px;
  font-family: "计算器字体";
}

.qycount-unit {
  position: absolute;
  left: 100%;
  bottom: 65%;
  font-size: 12px;
  opacity: .8;
}

.qycount-name {
  color: #666;
  opacity: .8;
}

.map-tool {
  position: fixed;
  background: white;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 10%);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.map-tool span {
  width: 33%;
  text-align: center;
  border-right: 1px solid #ddd;
}

.map-tool span:last-child {
  border-right: none;
}

/* 天地图样式复写 */
.tdt-label.tdt-clickable {
  line-height: 1;
  box-shadow: none;
}

.mapinfo-btn {
  background-color: #1b7de0;
  color: #fff;
  font-size: 12px;
  margin-left: 3px;
  padding: 0 3px;
  border-radius: 3px;
}

.mapinfo-ss {
  color: #1b7de0;
}

.mapinfo-zdcyxq__title {
  font-weight: 600;
  margin-bottom: 5px;
}

.mapinfo-zdcyxq__detail pre {
  white-space: pre-wrap;
  font-size: 14px;
}

.cylunit-btns {
  text-align: right;
}

.cylunit-btn {
  padding: 3px 7px;
  background-color: #166fcb;
  color: #fff;
  font-size: 14px;
}