html {
  -webkit-text-size-adjust: none;
  -ms-touch-action: none;
  /* overflow-x: hidden; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}



*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.video embed,
.video object {
  width: 100%;
  height: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.css {
  -webkit-touch-callout: none
}

a:hover {
  /*color: #d71b1a;*/
}

/* a:visited{ color:rgba(0,0,0,0);} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

i {
  font-style: normal;
}

li {
  list-style: none
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  -o-object-fit: contain;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  text-decoration: none;
  outline: none;
}

em {
  font-style: normal;
}

body {
  overflow: hidden;
  font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, STHeiti, SimSun, sans-serif;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

[v-cloak] {
  display: none;
}



.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* æ¸…é™¤æµ®åŠ¨*/
* html .clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
.col-center-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-all-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-around-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.col-center-around {
  /* max-width: 640px;
  margin: 0 auto; */
  width: 100%;
  position: relative;
}


.index {
  background: #0080db url(../images/index-bg.jpg) no-repeat top;
  background-size: 100%;
  position: relative;
  /* max-width: 640px;
  margin: 0 auto; */
  width: 100%;
  overflow: scroll;
  height: auto;
  /* overflow: hidden; */
  /* height: 100vh; */
}

.index .niewPic {
  position: relative;
}

.index .niewPic img {
  display: block;
}

.index .niewPic .h img {
  -webkit-animation: living 2s linear infinite;
}

.index .niewPic p {
  color: #fff;
  text-indent: 2em;
  font-size: 0.6rem;
  line-height: 1.5em;
  text-align: justify;
}

.index .new2 .h img {
  width: 2.7rem;
  position: absolute;
  top: 5.5rem;
  left: 2rem;
}


.index .new2 p {
  position: absolute;
  top: 3.4rem;
  right: 1rem;
  width: 8.8rem;
  line-height: 1.5em;
}


.index .new3 .h img {
  width: 2.5rem;
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
}


.index .new3 p {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: 8.5rem;
}

.index .new4 .h img {
  width: 3.2rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
}


.index .new4 p {
  position: absolute;
  top: -1.1rem;
  right: 1.3rem;
  width: 8.5rem;
}

.index .new5 .h img {
  width: 3.2rem;
  position: absolute;
  top: 1rem;
  left: 1.7rem;
}


.index .new5 p {
  position: absolute;
  top: -1rem;
  right: 1.3rem;
  width: 8.5rem;
}



/* å·¦ä¾§å¤–é“¾ */
.index .quick_links {
  position: absolute;
  top: 41vh;
  left: -0.1rem;
}

.index .quick_links a {
  width: 4.5rem;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.6rem;
  background: #144ac1;
  display: block;
  border-radius: 0.2rem;
  border-right: 1px solid #0da6e6;
  border-bottom: 1px solid #0da6e6;
  color: #0da6e6;
  text-align: center;
  margin-bottom: .5rem;
}


.index .quick_links .link-icon {
  display: inline-block;
  width: 0.9rem;
  margin-top: 0.15rem;
  margin-right: 0.2rem;
  margin-left: 0.1rem;
}


.index .container {
  /* height: 100%; */
  /* background: url(../images/index-contanier-bottom.png) no-repeat bottom;
  background-size: 100%; */
}

.index .container .title-logo {
  width: 10.38rem;
  display: block;
  object-fit: contain;
  margin: 0.5rem auto 0;
}


.index .container .home-1 {
  width: 100%;
  position: relative;
}



.index .container .home-2 {}

.index .container .home-3 {
  width: 12rem;
  position: absolute;
  left: 50%;
  top: 7vh;
  transform: translateX(-50%);
  font-size: 0.6rem;
  line-height: 1rem;
  color: #fff;
}



.index .container .home-btn {
  background: url(../images/start-btn.png) no-repeat;
  background-size: 100% 100%;
  width: 6.85rem;
  height: 2rem;
  margin: 0 auto 6rem;
  -webkit-animation: living 2s linear infinite;
  position: absolute;
  top: 4rem;
  left: 5rem;
}

.index .container .scrollbar {
  background: url(../images/scrollbar.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 2.4rem;
  height: 3.2rem;
  position: absolute;
  bottom: 1rem;
  left: 6.7rem;
  -webkit-animation: scrolling 1s linear infinite;
}

.index .zhezhaotext.same {
  display: none;
  min-height: 7.5rem;
  background-color: rgba(2, 34, 165, 0.9);
}

/* é¦–é¡µæè¿°å¼¹çª— */
.describePop {
  position: fixed;
  background-color: rgba(2, 34, 165, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.describeBoxs {
  width: 14rem;
  height: 70vh;
  /* background: #eef4ff; */
  background: rgb(231, 240, 249, 0.9);
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  z-index: 98;
  margin: 15vh auto;
}

.describeBoxs h1 {
  color: #2f3032;
  font-size: 0.8rem;
  width: 86%;
}

.describeBoxs .head {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}

.describeBoxs .head .close {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.2rem;
  top: 0.2rem;
}

.describeBoxs .des {
  width: 100%;
  height: 85%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0.65rem;
  line-height: 1.2rem;
  padding: 0.5rem;
  text-indent: 2em;
  text-align: justify;
}





/* é€šç”¨é®ç½© */
.zhezhaodiv {
  width: 640px;
  height: 100%;
  margin: 0 auto;
  background-color: #071841;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  z-index: 10;
  display: none;
}

.zhezhaotext.same {
  max-width: 640px;
  width: 100%;
  /* min-height: 8.3rem; */
  /* min-height: 7.5rem; */
  height: auto;
  justify-content: center;
  align-items: center;
  z-index: 998;
  color: white;
  position: fixed;
  background-color: #0222a5;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: rgba(2, 34, 165, 0.8);
  -webkit-box-shadow: 0 0 1rem rgba(2, 34, 165, .5);
  box-shadow: 0 0 1 rgba(2, 34, 165, .5);
}

.zhezhaotext.same .bar-boxs {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zhezhaotext.same .bar-boxs a {
  color: #e2ecff;
  width: 3rem;
  height: 2.7rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zhezhaotext.same .bar-boxs a h1 {
  margin-top: 0.2rem;
  font-size: 18px;
}

.zhezhaotext.same .bar-boxs .ly {
  background: #0219a0;
}

.zhezhaotext.same .bar-boxs .qy {
  background: #1ac501;
  margin: 0 1rem;
}

.zhezhaotext.same .bar-boxs .tg {
  background: #0080db;
}

.zhezhaotext.same i.bar {
  display: block;
  background: #ffa100;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  cursor: default;
}

.zhezhaotext.same .bar-icon {
  width: 1.2rem;
  margin-top: 0.2rem;
}

.zhezhaotext.same .choose {
  border-bottom: 1px solid #153eb2;
  padding: 0.2rem 0.55rem 0.5rem;
  display: flex;
}

.zhezhaotext.same .choose2 {
  padding: 0 0.55rem 0.5rem;
}

.zhezhaotext.same .choose a {
  flex: 1;
  display: block;
  color: #fff;
  background: #0080db;
  border-radius: 1rem;
  font-size: 16px;
  margin: 0 0.2rem;
  text-align: center;
  padding: 0.15rem 0;
}

.qy .zhezhaotext.same,
.tg .zhezhaotext.same {
  background: #1c52c7;
}

/* å¼¹çª—åˆ—è¡¨ */

.whiteBg {
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0 0 1rem rgba(0, 128, 219, .5) !important;
  box-shadow: 0 0 1 rgba(0, 128, 219, .5) !important;
}

.whiteBg .choose {
  border-bottom: none !important;
  display: none !important;
}

.popBoxs {
  position: fixed;
  width: 60%;
  height: 72vh;
  background: rgb(231, 240, 249, 0.9);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  z-index: 999;
  top: 29vh;
  height: 58vh;
}

.popBoxs h1 {
  color: #2f3032;
  font-size: 0.8rem;
  width: 86%;
}

.popBoxs .head {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}

.popBoxs .head .close {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.2rem;
  top: 0.2rem;
}

.popBoxs .list-item {
  width: 100%;
  height: 87%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popBoxs .list-item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.popBoxs .list-item::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(55 37 239 / 20%);
  background: rgba(200, 233, 251, 0.2);
}

.popBoxs .list-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgb(193 208 228 / 20%);
  border-radius: 0;
  background: rgb(231 235 237 / 10%);
}

.popBoxs .list-item li a {
  display: flex;
  width: 40%;
  float: left;
  margin: 10px 20px !important;
  border-bottom: 1px solid #dddd;
  padding-bottom: 20px;

}



.popBoxs .list-item li .pic {
  width: 5.65rem;
  height: 3.75rem;
  display: block;
  border-radius: 0.3rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  object-fit: fill;
}

.popBoxs .list-item li .describe {
  flex: 1;
  text-align: justify;
  font-size: 0.7rem;
  margin-left: 0.5rem;

}






/* è¯¦æƒ… */


.detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8e9fb;
  z-index: 999;
}

/* .item.detail {
  top: -1000px;
} */


.detail .head {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
}

.detail .head .back {
  position: absolute;
  left: 24%;
  top: 0.8rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/back.png) no-repeat;
  background-size: 100% 100%;

}

.detail .head h1 {
  font-size: 0.8rem;
  width: 69%;
  margin: 0 auto;
  line-height: 1rem;
  text-align: center;
  padding-left: 0.3rem;
}

.detail .boxs {
  width: 1000px;
  height: 80vh;
  background: #eef4ff;
  border-radius: 0.5rem;
  padding: 1rem 0.7rem;
  margin: 0 auto;
  position: unset;
  overflow-y: scroll;
}


/*æ»šåŠ¨æ¡æ ·å¼*/
.detail .boxs::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 4px;
}

.detail .boxs::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(200, 233, 251, 0.2);
  background: rgba(200, 233, 251, 0.2);
}

.detail .boxs::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  -webkit-box-shadow: inset 0 0 5px rgba(200, 233, 251, 0.2);
  border-radius: 0;
  background: rgba(200, 233, 251, 0.1);
}

div#detail-map {
  margin: 0 auto;
  width: 700px !important;
  height: 500px !important;
  /* background: pink; */
}

div#detail-map b {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

div#detail-map span {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
}

.detail .boxs .close {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}

.detail .boxs .content {
  width: 100%;
  height: 99%;
  overflow: auto;
  overflow-x: hidden;
}



.detail .boxs .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.detail .boxs .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(55 37 239 / 20%);
  background: rgba(200, 233, 251, 0.2);
}

.detail .boxs .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(200, 233, 251, 0.8);
  border-radius: 0;
  background: rgba(200, 233, 251, 0.8);
}


.detail .boxs .content li {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  margin-bottom: 0.25rem;

}



.detail .boxs .content .des-con {
  font-size: 18px;
  text-indent: 2em;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.detail .boxs .content i {
  display: block;
  width: 1rem;
  height: 0.9rem;
  margin-right: 0.35rem;
}


.detail .boxs .content .name i {
  background: url(../images/detail-icon-1.png) no-repeat;
  background-size: 100%;
}

.detail .boxs .content .phone i {
  background: url(../images/detail-icon-2.png) no-repeat;
  background-size: 100%;
}

.detail .boxs .content .address i {
  background: url(../images/detail-icon-3.png) no-repeat;
  background-size: 100%;
}

.detail .boxs .content .des i {
  background: url(../images/detail-icon-4.png) no-repeat;
  background-size: 100%;
}

.detail .boxs .content li.des {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.detail .boxs .content li.address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.detail .boxs .content h1 {
  flex: 1;

}

.detail .boxs .content li.des h1 {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
}

.detail .boxs .content li.address h1 {
  font-size: 22px;
  font-weight: bold;
}

.list .zhezhaotext,
.detail .zhezhaotext {
  max-width: 640px;
  width: 100%;
  min-height: 8.3rem;
  justify-content: center;
  align-items: center;
  z-index: 15;
  color: white;
  position: fixed;
  font-size: 0.8rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 1rem rgba(0, 128, 219, .5);
  box-shadow: 0 0 1 rgba(0, 128, 219, .5);
  /* display: none; */

}

.list .zhezhaotext .bar-boxs,
.detail .zhezhaotext .bar-boxs {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.list .zhezhaotext .bar-boxs a,
.detail .zhezhaotext .bar-boxs a {
  color: #e2ecff;
  width: 4.15rem;
  height: 4.7rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 0 .6rem rgba(0, 128, 219, .3);
  box-shadow: 0 0 .6rem rgba(0, 128, 219, .3);
}

.list .zhezhaotext .bar-boxs a h1,
.detail .zhezhaotext .bar-boxs a h1 {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.list .zhezhaotext .bar-boxs .ly,
.detail .zhezhaotext .bar-boxs .ly {
  background: #0219a0;
}

.list .zhezhaotext .bar-boxs .qy,
.detail .zhezhaotext .bar-boxs .qy {
  background: #1ac501;
  margin: 0 1rem;

}

.list .zhezhaotext .bar-boxs .tg,
.detail .zhezhaotext .bar-boxs .tg {
  background: #0080db;
}

.list .zhezhaotext i.bar,
.detail .zhezhaotext i.bar {
  width: 2.3rem;
  height: 0.2rem;
  display: block;
  background: #dbe8ff;
  margin: 0.5rem auto;
  border-radius: 0.3rem;
}

.list .zhezhaotext .bar-icon,
.detail .zhezhaotext .bar-icon {
  width: 2rem;
  margin-top: 0.2rem;
}


.changeColor {
  /* border: 1px solid #fff; */
  /* box-sizing: border-box; */
  background: #f7ab00 !important;
}

.ly .map {
  height: calc(100vh - 186.3px);
  /* height: 100vh; */
  width: 100%;
}

.ly .echarts {
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
}

.ly #echarts01 {
  /* position: absolute;
  left: 2rem;
  top: 7.5rem; */
}

.ly #echarts02 {
  /* position: absolute;
  left: 2rem;
  top: 14rem; */
}

.ly #echarts03 {
  /* position: absolute;
  right: 5rem;
  top: 3rem; */
}

.ly #echarts04 {
  /* position: absolute;
  right: 2rem;
  top: 6rem; */
}

.ly #echarts05 {
  /* position: absolute;
  right: 3rem;
  top: 11rem; */
}


.detail .list-item {
  width: 100%;
  /* display: flex; */
  clear: both;
  overflow: hidden;
}


.detail .list-item li {
  /* display: flex; */
  align-items: center;
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
  width: 460px;
  /* display: block; */
  float: left;
}

.detail .list-item li a {
  display: flex;
  margin: 0.5rem 0 0;
  /* width: 45%; */
}

.detail .list-item li .pic {
  width: 5.65rem;
  height: 3.75rem;
  display: block;
  border-radius: 0.3rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  object-fit: cover;
}

.detail .list-item li .describe {
  flex: 1;
  text-align: justify;
  font-size: 18px;
  margin-left: 0.5rem;
  margin-right: 20px;
}

#map-level1 {
  background: url(../images/map.png) no-repeat center top -52px;
  background-size: 100% auto;
}

#goto {
  border: none;
  background: #0795e2;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}


/* åŒºåŸŸ */
.qy .map {
  height: 100vh;
  width: 100%;
}

/* æŽ¨å¹¿ */
.tg .map {
  height: 100vh;
  width: 100%;
}

.tg .echarts {
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 100%;
  position: absolute;
}

.tg #echarts01 {
  /* position: absolute;
  left: 2rem;
  top: 4.5rem; */
  top: 0.5rem;
  left: 0.5rem;
}

.tg #echarts02 {
  /* position: absolute;
  left: 6rem;
  top: 11rem; */
  top: 4rem;
  left: 0.5rem;
}

.tg #echarts03 {
  /* position: absolute;
  right: 3rem;
  top: 6rem; */
  top: 8rem;
  left: 0.5rem;
}


/* åº•éƒ¨å¯¼èˆªå¼¹çª— */
.ly .zhezhaotext.same {
  /* bottom: 0rem; */
  bottom: -110px;
}


.qy .zhezhaotext.same {
  bottom: 0;
}

.tg .zhezhaotext.same {
  bottom: 0;
}



.anima {
  /* animation-name: likes; */
  /* animation-direction: alternate; */
  /* animation-timing-function: linear; */
  /* animation-delay: 0s; */
  /* animation-iteration-count: infinite; */
  /* animation-duration: 1s; */
}

@keyframes likes {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(0.85);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}


.ibar {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}


@keyframes living {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


@keyframes scrolling {
  0% {
    transform: scale(1);
    bottom: 1rem;
  }

  50% {
    transform: scale(1.1);
    bottom: 0.8rem;
  }

  100% {
    transform: scale(1);
    bottom: 1rem;
  }
}


.angle {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -60px;
  border: 10px solid;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -21px;
  opacity: 0.8;
  border-color: #334cb4 transparent transparent transparent;
}

.level1-color {
  position: absolute;
  bottom: 43vh;
  right: 0.5rem;
  z-index: 99;
}

.level1-color li {
  color: #fff;
  font-size: 12px;
  width: 2rem;
  text-align: center;
  border-radius: 0.2rem;
  margin-bottom: 0.1rem;
}

.level1-color li:nth-child(1) {
  background: #ff6c60;
}

.level1-color li:nth-child(2) {
  background: #57c8f2;
}

.level1-color li:nth-child(3) {
  background: #f8d347;
}

.level1-color li:nth-child(4) {
  background: #38ccb4;
}

.level1-color li:nth-child(5) {
  background: #cf74fd;
}

.level1-color li:nth-child(6) {
  background: #4b7afc;
}

/* .showLyOverLayLevel1 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(../images/map.png) no-repeat center;
  background-size: 100% auto;
  left: 0;
  top: 0;
} */
.showLyOverLayLevel1,
.showtgOverLayLevel1 {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}

.changeColorOn {
  color: #fff100 !important;
}


.swiper-container {
  text-align: center;
}

.swiper-container img {
  width: 500px;
  height: 500px;
  cursor: pointer;
}

.swiper-container .swiper-pagination {
  bottom: 0;
  top: unset;
}

.pswp {
  z-index: 999;
}

.hwvideo {
  width: 100%;
}

.test-dimensions {
  width: 100% !important;
  height: 100% !important;
}

form {
  position: absolute;
  top: .5rem;
  left: 50%;
  background: rgb(231, 240, 249, 0.9);
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: 0.3rem;
  z-index: 99;
  width: 33%;
  transform: translate(-50%);
}

form input.search {
  width: 100%;
  outline: none;
  line-height: 1.5em;
  font-size: .6rem;
  padding: .3rem .5rem;
  border: 1px solid rgb(0, 128, 219);
  color: rgb(0, 128, 219);
  border-radius: .3rem;
}

.home {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: .65rem;
  left: 30%;
  z-index: 99;
}

.showLyOverLayLevel1,
.showtgOverLayLevel1 {
  top: 2rem;
}

.search-list {
  padding: .5rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.search-list div {
  max-height: 50vh;
  overflow-y: auto;
}

/*æ»šåŠ¨æ¡æ ·å¼*/
.search-list div::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 4px;
}

.search-list div::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgb(10 51 232 / 60%);
  background: rgb(116 134 233 / 60%);
}

.search-list div::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  -webkit-box-shadow: inset 0 0 5px rgba(200, 233, 251, 0.8);
  border-radius: 0;
  background: rgba(200, 233, 251, 0.8);
}

.search-list h4 {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #444;
}

.search-list ul li {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px dotted #8ba4d8;
  padding: 0.3rem 0;
}

.header {
  position: relative;
}

.showecode {
  position: absolute;
  bottom: -4px;
  left: 61%;
  transform: translate(-50%, -50%);
  color: #57c8f2;
  border: 1px solid #57c8f2;
  border-radius: 30px;
  font-size: 16px;
  padding: 2px 20px;
  background: #1952cc;
  cursor: pointer;
}

span.zhichi {
  position: absolute;
  bottom: -4px;
  left: 68%;
  transform: translate(-50%, -50%);
  color: #57c8f2;
  border: 1px solid #57c8f2;
  border-radius: 30px;
  font-size: 16px;
  padding: 2px 10px;
  background: #1952cc;
}

.showeHome {
  position: absolute;
  width: 230px;
  height: 170px;
  left: 113px;
  bottom: 10px;
}

.tb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9999;
  /* display: none; */
}


.tb .tb-b {
  height: auto;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 30px;
  background-size: 100%;
  text-align: center;
}


.tb .tb-b .ecode {
  display: block;
  margin: 0 auto;
  width: 230px;
  margin-bottom: 20px;
}

.btn {
  display: block;
  width: 70%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  background: #154abd;
  border-radius: 10px !important;
  margin: 0 auto;
  border: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
  display: none !important;
}


@media screen and (max-width:640px) {
  body {
    overflow: auto;
  }

  .header {
    display: none;
  }

  .index {
    background: #0080db url(../images/index-bg.jpg) no-repeat top;
    background-size: 100%;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    overflow: scroll;
    height: auto;
    /* overflow: hidden; */
    /* height: 100vh; */
  }

  .index .niewPic {
    position: relative;
  }

  .index .niewPic img {
    display: block;
  }

  .index .niewPic .h img {
    -webkit-animation: living 2s linear infinite;
  }

  .index .niewPic p {
    color: #fff;
    text-indent: 2em;
    font-size: 0.62rem;
    line-height: 1.7em;
    text-align: justify;
    font-weight: bold;
  }

  .index .new2 .h img {
    width: 2.7rem;
    position: absolute;
    top: 5.5rem;
    left: 2rem;
  }


  .index .new2 p {
    position: absolute;
    top: 3.7rem;
    left: 1.7rem;
    width: 12.6rem;
    line-height: 1.5em;
    font-size: .72rem;
    font-weight: bolder;
    color: #fff100;
  }


  .index .new3 .h img {
    width: 12.8em;
    position: absolute;
    top: 0rem;
    left: 1.8rem;
  }


  .index .new3 p {
    position: absolute;
    top: 3.8rem;
    left: 1.7rem;
    width: 12.6rem;
  }

  .index .new4 .h img {
    width: 12.8em;
    position: absolute;
    top: 0rem;
    left: 1.8rem;
  }


  .index .new4 p {
    position: absolute;
    top: 3.8rem;
    left: 1.7rem;
    width: 12.6rem;
  }

  .index .new5 .h img {
    /* width: 3.2rem;
    position: absolute;
    top: 1rem;
    left: 1.7rem; */

    width: 12.8em;
    position: absolute;
    top: 4rem;
    left: 1.8rem;
  }


  .index .new5 p {
    position: absolute;
    top: 7.8rem;
    left: 1.7rem;
    width: 12.6rem;
  }



  /* å·¦ä¾§å¤–é“¾ */
  .index .quick_links {
    position: absolute;
    top: 41vh;
    left: -0.1rem;
  }

  .index .quick_links a {
    width: 4.5rem;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.6rem;
    background: #144ac1;
    display: block;
    border-radius: 0.2rem;
    border-right: 1px solid #0da6e6;
    border-bottom: 1px solid #0da6e6;
    color: #0da6e6;
    text-align: center;
    margin-bottom: .5rem;
  }


  .index .quick_links .link-icon {
    display: inline-block;
    width: 0.9rem;
    margin-top: 0.15rem;
    margin-right: 0.2rem;
    margin-left: 0.1rem;
  }


  .index .container {
    /* height: 100%; */
    /* background: url(../images/index-contanier-bottom.png) no-repeat bottom;
    background-size: 100%; */
  }

  .index .container .title-logo {
    width: 10.38rem;
    display: block;
    object-fit: contain;
    margin: 0.5rem auto 0;
  }


  .index .container .home-1 {
    width: 100%;
    position: relative;
  }



  .index .container .home-2 {}

  .index .container .home-3 {
    width: 12rem;
    position: absolute;
    left: 50%;
    top: 7vh;
    transform: translateX(-50%);
    font-size: 0.6rem;
    line-height: 1rem;
    color: #fff;
  }



  .index .container .home-btn {
    background: url(../images/start-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 6.85rem;
    height: 2rem;
    margin: 0 auto 6rem;
    -webkit-animation: living 2s linear infinite;
    position: absolute;
    top: 5.5rem;
    left: 5rem;
  }

  .index .container .scrollbar {
    background: url(../images/scrollbar.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 2.4rem;
    height: 3.2rem;
    position: absolute;
    bottom: 1rem;
    left: 6.7rem;
    -webkit-animation: scrolling 1s linear infinite;
  }

  .index .zhezhaotext.same {
    display: none;
    min-height: 7.5rem;
    background-color: rgba(2, 34, 165, 0.9);
  }

  /* é¦–é¡µæè¿°å¼¹çª— */
  .describePop {
    position: fixed;
    background-color: rgba(2, 34, 165, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 9;
  }

  .describeBoxs {
    width: 14rem;
    height: 70vh;
    /* background: #eef4ff; */
    background: rgb(231, 240, 249, 0.9);
    border-radius: 0.5rem;
    padding: 0.3rem 0.7rem;
    z-index: 98;
    margin: 15vh auto;
  }

  .describeBoxs h1 {
    color: #2f3032;
    font-size: 0.8rem;
    width: 86%;
  }

  .describeBoxs .head {
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 1px solid #fff;
  }

  .describeBoxs .head .close {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.2rem;
    top: 0.2rem;
  }

  .describeBoxs .des {
    width: 100%;
    height: 85%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 0.65rem;
    line-height: 1.2rem;
    padding: 0.5rem;
    text-indent: 2em;
    text-align: justify;
  }





  .zhezhaodiv {
    width: 640px;
    height: 100%;
    margin: 0 auto;
    background-color: #071841;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
    display: none;
  }

  .zhezhaotext.same {
    max-width: 640px;
    width: 100%;
    /* min-height: 8.3rem; */
    min-height: 7.5rem;
    height: auto;
    justify-content: center;
    align-items: center;
    z-index: 998;
    color: white;
    position: fixed;
    font-size: 0.8rem;
    background-color: #0222a5;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    bottom: 0;
    background-color: rgba(2, 34, 165, 0.8);
    -webkit-box-shadow: 0 0 1rem rgba(2, 34, 165, .5);
    box-shadow: 0 0 1 rgba(2, 34, 165, .5);
    /* display: none; */

  }

  .zhezhaotext.same .bar-boxs {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .zhezhaotext.same .bar-boxs a {
    color: #e2ecff;
    width: 4.15rem;
    height: 4.7rem;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .zhezhaotext.same .bar-boxs a h1 {
    margin-top: 0.2rem;
    font-size: 0.8rem;
  }

  .zhezhaotext.same .bar-boxs .ly {
    background: #0219a0;
  }

  .zhezhaotext.same .bar-boxs .qy {
    background: #1ac501;
    margin: 0 1rem;
  }

  .zhezhaotext.same .bar-boxs .tg {
    background: #0080db;
  }

  .zhezhaotext.same i.bar {
    /* width: 3.3rem; */
    /* height: 1rem; */
    display: block;
    background: #ffa100;
    /* margin: 0 auto; */
    border-radius: 1rem;
    padding: 0 0.3rem;
    color: #fff;
    font-size: 0.6rem;
    width: 96px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
  }

  .zhezhaotext.same .bar-icon {
    width: 2rem;
    margin-top: 0.2rem;
  }

  .zhezhaotext.same .choose {
    border-bottom: 1px solid #153eb2;
    padding: 0.2rem 0.55rem 0.5rem;
    display: flex;
  }

  .zhezhaotext.same .choose2 {
    padding: 0 0.55rem 0.5rem;
  }

  .zhezhaotext.same .choose a {
    flex: 1;
    display: block;
    color: #fff;
    background: #0080db;
    border-radius: 1rem;
    font-size: 0.65rem;
    margin: 0 0.2rem;
    text-align: center;
    padding: 0.15rem 0;
  }

  .qy .zhezhaotext.same,
  .tg .zhezhaotext.same {
    background: #1c52c7;
  }

  /* å¼¹çª—åˆ—è¡¨ */

  .whiteBg {
    background-color: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: 0 0 1rem rgba(0, 128, 219, .5) !important;
    box-shadow: 0 0 1 rgba(0, 128, 219, .5) !important;
  }

  .whiteBg .choose {
    border-bottom: none !important;
    display: none !important;
  }

  .popBoxs {
    position: fixed;
    /* top: 1.5rem; */
    width: 14rem;
    height: 72vh;
    /* background: #eef4ff; */
    background: rgb(231, 240, 249, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 0.5rem;
    padding: 0.3rem 0.7rem;
    z-index: 99;
    top: 3rem;
    height: 70vh;

  }

  .popBoxs h1 {
    color: #2f3032;
    font-size: 0.8rem;
    width: 86%;
  }

  .popBoxs .head {
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 1px solid #fff;
  }

  .popBoxs .head .close {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.2rem;
    top: 0.2rem;
  }

  .popBoxs .list-item {
    width: 100%;
    height: 87%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .popBoxs .list-item li a {
    display: flex;
    margin: 0.5rem 0;
    float: unset;
    border: none;
    padding: unset;
    width: unset;
  }


  .popBoxs .list-item li .pic {
    width: 5.65rem;
    height: 3.75rem;
    display: block;
    border-radius: 0.3rem;
    border: 1px solid #fff;
    box-sizing: border-box;
    object-fit: unset;
  }

  .popBoxs .list-item li .describe {
    flex: 1;
    text-align: justify;
    font-size: 0.7rem;
    margin-left: 0.5rem;

  }






  /* è¯¦æƒ… */


  .detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c8e9fb;
    z-index: 999;
  }

  /* .item.detail {
    top: -1000px;
  } */


  .detail .head {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
  }

  .detail .head .back {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/back.png) no-repeat;
    background-size: 100% 100%;

  }

  .detail .head h1 {
    font-size: 0.8rem;
    width: 69%;
    margin: 0 auto;
    line-height: 1rem;
    text-align: center;
    padding-left: 0.3rem;
  }

  .detail .boxs {
    width: 14rem;
    height: 80vh;
    background: #eef4ff;
    border-radius: 0.5rem;
    padding: 1rem 0.7rem;
    margin: 0 auto;
    position: unset;
  }

  .detail .boxs .close {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
  }

  .detail .boxs .content {
    width: 100%;
    height: 96%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .detail .boxs .content::-webkit-scrollbar {
    display: none;
  }

  .detail .boxs .content li {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;

    width: 100%;
  }



  .detail .boxs .content .des-con {
    font-size: 0.7rem;
    text-indent: 2em;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    text-align: justify;
  }

  .detail .boxs .content i {
    display: block;
    width: 1rem;
    height: 0.9rem;
    margin-right: 0.35rem;
  }


  .detail .boxs .content .name i {
    background: url(../images/detail-icon-1.png) no-repeat;
    background-size: 100%;
  }

  .detail .boxs .content .phone i {
    background: url(../images/detail-icon-2.png) no-repeat;
    background-size: 100%;
  }

  .detail .boxs .content .address i {
    background: url(../images/detail-icon-3.png) no-repeat;
    background-size: 100%;
  }

  .detail .boxs .content .des i {
    background: url(../images/detail-icon-4.png) no-repeat;
    background-size: 100%;
  }

  .detail .boxs .content h1 {
    flex: 1;
  }

  .detail .boxs .content li.des h1 {
    flex: 1;
    font-size: unset;
    font-weight: unset;
  }

  .detail .boxs .content li.address h1 {
    flex: 1;
    font-size: unset;
    font-weight: unset;
  }


  .list .zhezhaotext,
  .detail .zhezhaotext {
    max-width: 640px;
    width: 100%;
    min-height: 8.3rem;
    justify-content: center;
    align-items: center;
    z-index: 15;
    color: white;
    position: fixed;
    font-size: 0.8rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 1rem rgba(0, 128, 219, .5);
    box-shadow: 0 0 1 rgba(0, 128, 219, .5);
    /* display: none; */

  }

  .list .zhezhaotext .bar-boxs,
  .detail .zhezhaotext .bar-boxs {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .list .zhezhaotext .bar-boxs a,
  .detail .zhezhaotext .bar-boxs a {
    color: #e2ecff;
    width: 4.15rem;
    height: 4.7rem;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 .6rem rgba(0, 128, 219, .3);
    box-shadow: 0 0 .6rem rgba(0, 128, 219, .3);
  }

  .list .zhezhaotext .bar-boxs a h1,
  .detail .zhezhaotext .bar-boxs a h1 {
    margin-top: 0.2rem;
    font-size: 0.8rem;
  }

  .list .zhezhaotext .bar-boxs .ly,
  .detail .zhezhaotext .bar-boxs .ly {
    background: #0219a0;
  }

  .list .zhezhaotext .bar-boxs .qy,
  .detail .zhezhaotext .bar-boxs .qy {
    background: #1ac501;
    margin: 0 1rem;

  }

  .list .zhezhaotext .bar-boxs .tg,
  .detail .zhezhaotext .bar-boxs .tg {
    background: #0080db;
  }

  .list .zhezhaotext i.bar,
  .detail .zhezhaotext i.bar {
    width: 2.3rem;
    height: 0.2rem;
    display: block;
    background: #dbe8ff;
    margin: 0.5rem auto;
    border-radius: 0.3rem;
  }

  .list .zhezhaotext .bar-icon,
  .detail .zhezhaotext .bar-icon {
    width: 2rem;
    margin-top: 0.2rem;
  }


  .changeColor {
    /* border: 1px solid #fff; */
    /* box-sizing: border-box; */
    background: #f7ab00 !important;
  }

  .ly .map {
    height: 100vh;
    width: 100%;
  }

  .ly .echarts {
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
  }

  .ly #echarts01 {
    /* position: absolute;
    left: 2rem;
    top: 7.5rem; */
  }

  .ly #echarts02 {
    /* position: absolute;
    left: 2rem;
    top: 14rem; */
  }

  .ly #echarts03 {
    /* position: absolute;
    right: 5rem;
    top: 3rem; */
  }

  .ly #echarts04 {
    /* position: absolute;
    right: 2rem;
    top: 6rem; */
  }

  .ly #echarts05 {
    /* position: absolute;
    right: 3rem;
    top: 11rem; */
  }


  .detail .list-item {
    width: 100%;
  }

  .detail .list-item li a {
    display: flex;
    margin: 0.5rem 0 0;
  }

  .detail .list-item li .pic {
    width: 5.65rem;
    height: 3.75rem;
    display: block;
    border-radius: 0.3rem;
    border: 1px solid #fff;
    box-sizing: border-box;
  }

  .detail .list-item li .describe {
    flex: 1;
    text-align: justify;
    font-size: 0.7rem;
    margin-left: 0.5rem;
    margin-right: 0;
  }

  div#detail-map {
    width: 13rem !important;
    height: 13rem !important;
  }

  #map-level1 {
    background: url(../images/map.png) no-repeat center top -52px;
    background-size: 100% auto;
  }

  #goto {
    border: none;
    background: #0795e2;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }


  /* åŒºåŸŸ */
  .qy .map {
    height: 100vh;
    width: 100%;
  }

  .tg .map {
    height: 100vh;
    width: 100%;
  }

  .tg .echarts {
    width: 4rem;
    height: 4rem;
    display: block;
    border-radius: 100%;
    position: absolute;
  }

  .tg #echarts01 {
    /* position: absolute;
    left: 2rem;
    top: 4.5rem; */
    top: 0.5rem;
    left: 0.5rem;
  }

  .tg #echarts02 {
    /* position: absolute;
    left: 6rem;
    top: 11rem; */
    top: 4rem;
    left: 0.5rem;
  }

  .tg #echarts03 {
    /* position: absolute;
    right: 3rem;
    top: 6rem; */
    top: 8rem;
    left: 0.5rem;
  }


  /* åº•éƒ¨å¯¼èˆªå¼¹çª— */
  .ly .zhezhaotext.same {
    /* bottom: 0rem; */
    bottom: -5.9rem;
  }


  .qy .zhezhaotext.same {
    bottom: 0;
  }

  .tg .zhezhaotext.same {
    bottom: 0;
  }



  .anima {
    /* animation-name: likes; */
    /* animation-direction: alternate; */
    /* animation-timing-function: linear; */
    /* animation-delay: 0s; */
    /* animation-iteration-count: infinite; */
    /* animation-duration: 1s; */
  }

  @keyframes likes {
    0% {
      transform: scale(1);
    }

    25% {
      transform: scale(0.9);
    }

    50% {
      transform: scale(0.85);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }


  .ibar {
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
  }


  @keyframes living {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }


  @keyframes scrolling {
    0% {
      transform: scale(1);
      bottom: 1rem;
    }

    50% {
      transform: scale(1.1);
      bottom: 0.8rem;
    }

    100% {
      transform: scale(1);
      bottom: 1rem;
    }
  }


  .angle {
    display: inline-block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -60px;
    border: 10px solid;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -21px;
    opacity: 0.8;
    border-color: #334cb4 transparent transparent transparent;
  }

  .level1-color {
    position: absolute;
    bottom: 43vh;
    right: 0.5rem;
    z-index: 99;
  }

  .level1-color li {
    color: #fff;
    font-size: 12px;
    width: 2rem;
    text-align: center;
    border-radius: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .level1-color li:nth-child(1) {
    background: #ff6c60;
  }

  .level1-color li:nth-child(2) {
    background: #57c8f2;
  }

  .level1-color li:nth-child(3) {
    background: #f8d347;
  }

  .level1-color li:nth-child(4) {
    background: #38ccb4;
  }

  .level1-color li:nth-child(5) {
    background: #cf74fd;
  }

  .level1-color li:nth-child(6) {
    background: #4b7afc;
  }

  .showLyOverLayLevel1,
  .showtgOverLayLevel1 {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
  }

  .changeColorOn {
    color: #fff100 !important;
  }


  .swiper-container {
    text-align: center;
  }

  .swiper-container img {
    width: unset;
    height: 8rem;
  }

  .swiper-container .swiper-pagination {
    bottom: 0;
    top: unset;
  }

  .pswp {
    z-index: 999;
  }

  .hwvideo {
    width: 100%;
  }

  .test-dimensions {
    width: 100% !important;
    height: 100% !important;
  }

  form {
    position: absolute;
    top: .5rem;
    left: 50%;
    background: rgb(231, 240, 249, 0.9);
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: 0.3rem;
    z-index: 99;
    width: 70%;
    transform: translate(-50%);
  }

  form input.search {
    width: 100%;
    outline: none;
    line-height: 1.5em;
    font-size: .6rem;
    padding: .3rem .5rem;
    border: 1px solid rgb(0, 128, 219);
    color: rgb(0, 128, 219);
    border-radius: .3rem;
  }

  .home {
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: .65rem;
    left: .5rem;
    z-index: 99;
  }

  .showLyOverLayLevel1,
  .showtgOverLayLevel1 {
    top: 2rem;
  }

  .search-list {
    padding: .5rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }

  .search-list div {
    max-height: 50vh;
    overflow-y: auto;
  }

  .search-list h4 {
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #444;
  }

  .search-list ul li {
    color: #333;
    font-size: 0.67rem;
    line-height: 1.5em;
    border-bottom: 1px dotted #8ba4d8;
    padding: 0.3rem 0;
    font-weight: unset;
  }

  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next {
    display: none !important;
  }

  span.swiper-pagination-bullet {
    display: none !important;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: none !important;
  }




}
