<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.z_inhead {
  width: 100%;
  /* height: calc((550 / 1920) * 100vw); */
  position: relative;
}

.z_inheadbgimg {
  width: 100%;
  height: calc((550 / 1920) * 100vw);
  display: block;
  object-fit: cover;
  min-height: 220px;
}

.z_inheadpop {
  width: 100%;
  height: calc((550 / 1920) * 100vw);
  min-height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
}

.z_inheadcon {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.z_inheadconbot {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.z_inheadconbot &gt; p {
  font-size: 42px;
  color: #ffffff;
  line-height: 42px;
}

.z_inheadconbot &gt; div {
  display: flex;
  align-items: center;
  margin-top: 35px;
  height: 16px;
}

.z_inheadconbot .z_navindex {
  height: 16px;
  width: 16px;
}

.z_inheadconbot .z_navright {
  height: 12px;
  width: 8px;
  margin: 0 10px;
}

.z_inheadconbot a {
  color: #fff;
  font-size: 14px;
}

.z_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 110px;
}

.z_all {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.z_allshow {
  display: block;
  margin-right: 30px;
  margin-bottom: 32px;
  width: 380px;
}

.z_con .z_allshow:nth-child(3n) {
  margin-right: 0;
}

.z_allshow &gt; img {
  width: 380px;
  height: 238px;
  display: block;
  object-fit: cover;
}

.z_allshow1 {
  width: 380px;
  display: block;
  position: relative;
}

.z_allshow1 &gt; img {
  width: 380px;
  height: 238px;
  display: block;
}

.z_allshow1 &gt; img:nth-child(2) {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.z_allshownote {
  height: 70px;
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.z_allshownote p {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_allshownote img {
  width: 28px;
  margin-left: auto;
}

.z_allshownote1 {
  display: block;
  text-align: center;
  width: 100%;
}

.z_spotshow {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 5%);
}

.z_spotshowhead {
  display: flex;
  line-height: 28px;
  align-items: center;
}

.z_spotshowhead p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.z_spotshowhead img {
  width: 26px;
  margin-left: auto;
}

.z_spotshowp {
  margin-top: 14px;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.z_goinp {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}

.z_goinnav {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}

.z_goinnavshow {
  width: 280px;
  height: 220px;
  background: #e9f7fc;
  padding: 30px;
  margin-bottom: 20px;
  margin-right: 26px;
}

.z_goinnav .z_goinnavshow:last-child {
  margin-right: 0;
}

.z_goinnavshow &gt; img {
  width: 70px;
  height: 70px;
}

.z_goinnavshow_dw {
  height: 64px;
  line-height: 64px;
  color: #4dcdf7;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
}

.z_goinnavshow_dw span {
  font-size: 12px;
  font-weight: 200;
}

.z_goinnavshow_note {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  text-align: right;
}

.z_pop {
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}

.z_close_pop {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 30px;
  z-index: 999;
}

.z_pop .swiper {
  width: 100vw;
  height: 100vh;
}

.z_pop .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_pop .swiper-slide video {
  max-width: 80vw;
  max-height: 80vh;
}

/*.z_pbpop .swiper-slide{
    height: 100vh;
}*/

.z_pop .swiper-slide img {
  max-width: 80vw;
  max-height: 80vh;
}

.z_pop .swiper-button-next:after {
  content: "";
}

.z_pop .swiper-button-prev:after {
  content: "";
}

.z_pop .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../image/z_swiperright.png);
  right: 20px;
}

.z_pop .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../image/z_swiperleft.png);
}

.z_new_nav {
  display: flex;
  /*flex-wrap: wrap;*/
}

.z_new_nav a {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 0 18px;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 4px;
}

.z_new_nav a.active {
  background: #4dcdf7;
  color: #fff;
  border: 0;
}

.z_newall {
  margin-top: 40px;
}

.z_newshow {
  width: 100%;
  height: 210px;
  background: #f6f6f6;
  margin-bottom: 20px;
  display: flex;
  padding: 30px;
}

.z_newshow_time {
  width: 60px;
  margin-right: 30px;
}

.z_newshow_time &gt; p:nth-child(1) {
  display: block;
  font-size: 48px;
  color: #333333;
  line-height: 60px;
}

.z_newshow_time &gt; p:nth-child(2) {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  border-top: 1px solid #eee;
  margin-top: 5px;
}

.z_newshow &gt; img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  margin-left: auto;
}

.z_newshow_note {
  width: calc(100% - 410px);
}

.z_newshow_note &gt; h3 {
  font-size: 22px;
  color: #333333;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_newshow_note &gt; p {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
}

.z_newtitle {
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  text-align: center;
}

.z_newtime {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: #999;
  text-align: center;
}

.z_newtext {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}

.z_newtext img {
  max-width: 100%;
}

.z_newa {
  display: flex;
  justify-content: space-between;
  color: #666;
  margin-top: 30px;
}

.z_newa a {
  font-size: 16px;
  line-height: 30px;
  display: block;
}

#mapContainer {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

.z_mynote {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.z_mynoteshow {
  width: 48%;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  padding: 25px 0;
}

.z_mynoteshow &gt; img {
  width: 20px;
  height: 18px;
  object-fit: contain;
}

.z_mynoteshow &gt; div {
  width: calc(100% - 30px);
  margin-left: auto;
}

.z_mynoteshow &gt; div p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 18px;
  display: block;
}

.z_mynoteshow &gt; div p:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: #666;
}

.z_mynoteshowwx {
  border-bottom: 0;
}

.z_wximg {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.z_wximg img {
  width: 118px;
  height: 118px;
}

.z_wxnote {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 24px;
  margin-left: 18px;
  display: block;
}

.z_con_left {
  width: 800px;
}

.z_con_left &gt; h3 {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
}

.z_spottitle {
  display: flex;
  height: 80px;
  align-items: center;
  margin-top: 25px;
  background-image: url(../images/addressbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 20px;
  border-radius: 6px;
}

.z_spottitle1 {
  display: flex;
  height: 38px;
  align-items: center;
}

.z_spottitle1 &gt; img {
  width: 16px;
  height: 18px;
  margin-right: 14px;
}

.z_spottitle1 &gt; p {
  font-size: 18px;
  color: #fff;
}

.z_spottitle_dh {
  width: 100px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.z_spottitle_dh &gt; img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.z_spottitle_dh &gt; p {
  font-size: 16px;
  color: #fff;
}

.z_audio {
  width: 100%;
  height: 100px;
  background: rgba(117, 217, 250, 0.1);
  border: 1px solid #4dcdf7;
  border-radius: 10px;
  margin-top: 20px;
  padding: 26px;
}

.z_audio audio {
  width: 100%;
  height: 100%;
}

.z_spotnav {
  height: 70px;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.z_spotnav_tab {
  height: 70px;
  display: flex;
}

.z_spotnav_tab p {
  font-size: 16px;
  display: block;
  color: #666666;
  height: 70px;
  line-height: 70px;
  width: 70px;
  margin-right: 40px;
  text-align: center;
}

.z_spotnav_tab p.active {
  display: block;
  position: relative;
  color: #4dcdf7;
  border-bottom: 4px solid #4dcdf7;
}

.wantcomment {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #4dcdf7;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-left: auto;
}

.z_spotdetail {
  padding: 40px 0;
}

.z_spotdetail img {
  max-width: 100%;
}

.z_conflex {
  display: flex;
}

.z_share {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}

.z_share img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.z_con_right {
  width: 320px;
  margin-left: auto;
}

.z_morehead {
  height: 30rpx;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}

.z_morehead span {
  display: block;
  width: 6px;
  height: 20px;
  background: #4dcdf7;
  margin-right: 13px;
}

.z_allshow_sp {
  width: 320px;
  margin-bottom: 20px;
}

.z_allshow_sp &gt; img {
  width: 320px;
  height: 200px;
  display: block;
  object-fit: cover;
}

.container {
  width: 100%;
  column-count: 4;
  column-gap: 1em;
  column-width: 270px;
  margin-top: 40px;
}
.img-container {
  margin-bottom: 10px;
  break-inside: avoid;
  position: relative;
}

.img-container &gt; img {
  width: 270px;
}

.z_imgpbnotenote {
  position: absolute;
  right: 1%;
  top: 10px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: #4dcdf7;
  line-height: 20px;
  display: block;
  border-radius: 3px;
}

.z_imgpbnote {
  width: 270px;
  display: flex;
  height: 30px;
  align-items: center;
}

.z_imgpbnote &gt; p {
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_imgpbnote &gt; img {
  margin-left: auto;
  width: 34px;
  display: block;
}

.z_getmore {
  margin: 0 auto;
  width: 100px;
  height: 40px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
}

.mycon {
  background-color: #e0f4fb;
  position: relative;
  /* background-image: url(./images/my_bg.png); */
}

.myconbg {
  background-image: url(../images/my_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 590px;
  padding-top: 200px;
  padding-bottom: 110px;
  /* background-size: cover; */
}

.myconbgall {
  display: flex;
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.myleft {
  width: 200px;
  min-height: 580px;
  background-color: #fff;
  padding: 30px 0;
}

.myright {
  width: calc(100% - 220px);
  margin-left: auto;
  background-color: #fff;
}

.myleftheadimg {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.myleftname {
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  text-align: center;
}

.myleftphone {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  line-height: 16px;
  display: block;
  text-align: center;
  height: 16px;
}

.myleftlink {
  margin-top: 25px;
}

.myleftlink a {
  display: flex;
  align-items: center;
  height: 50px;
}

.myleftlink a div {
  display: flex;
  width: 60px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.myleftlink a p {
  font-size: 14px;
  color: #666;
}

.myrighthead {
  padding-left: 20px;
  height: 80px;
  background-color: #f1fbfe;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 80px;
}

.myrighthead span {
  width: 6px;
  height: 20px;
  background-color: #4dcdf7;
  display: inline-block;
  margin-right: 13px;
}

.myrightcon {
  width: 100%;
  padding: 30px 0;
  padding-left: 90px;
}

.myrightshow {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.myrightshow &gt; p {
  font-size: 14px;
  color: #222222;
  width: 70px;
  white-space: nowrap;
}

.myrightheadimg &gt; img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.myrightheadimg {
  display: flex;
  align-items: center;
}

.myrightheadimg div {
  width: 60px;
  height: 20px;
  overflow: hidden;
  margin-left: 20px;
  position: relative;
}

.myrightheadimg div input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.myrightheadimg div p {
  font-size: 14px;
  height: 20px;
  width: 100%;
  /* position: absolute;
    left: 0;
    top: 0; */
  color: #4dcdf7;
  text-align: center;
}

.myrightshowname {
  width: 100%;
  padding-right: 30px;
}

.myrightshowname input {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #222;
  padding-left: 10px;
  width: 370px;
}

.myrightbtn {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background-color: #4dcdf7;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-left: 70px;
}

.myrightcon1 {
  padding: 30px 40px !important;
}

.myzxshow {
  padding: 25px 20px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.myzxshow h3 {
  font-size: 18px;
  color: #252525;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.myzxshow &gt; p {
  color: #aaaaaa;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
  margin-top: 12px;
}

.myzxshownote {
  display: flex;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.myzxshownote img {
  width: 16px;
  height: 14px;
  margin-left: 11px;
}

.myzxshownote1 {
  font-size: 14px;
  color: #999999;
}

.myzxshownote2 {
  margin-left: auto;
  font-size: 14px;
  color: #4dcdf7;
}

.myzxdetail {
  border: 1px solid #eee;
}

.myzxdetail_head {
  height: 60px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  padding: 0 20px;
}

.myzxdetail_head span {
  margin-left: auto;
  font-size: 14px;
  color: #999999;
}

.myzxdetailtext {
  padding: 40px 20px;
}

.myzxdetailtext1 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.my_commshow {
  padding: 20px 0;
}

.my_commshowhead {
  display: flex;
  color: #aaa;
  font-size: 14px;
  width: 100%;
}

.my_commshowhead span {
  margin-left: auto;
}

.my_commshownote {
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.my_comimgall {
  display: flex;
  flex-wrap: wrap;
}

.my_comimgall img {
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}

.mycommlink {
  display: flex;
  background-color: #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.mycommlink img {
  width: 110px;
  height: 80px;
}

.mycommlinknote {
  margin-left: 20px;
  padding-top: 12px;
  width: 100%;
  overflow: hidden;
}

.mycommlinknote h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.mycommlinknote p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  color: #999999;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_commshow {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.z_commshowall {
  margin-top: 15px;
}

.z_commshowhead {
  display: flex;
  height: 30px;
  align-items: center;
}

.z_commshowhead img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.z_commshowhead p {
  font-size: 18px;
  color: #333333;
  margin-left: 15px;
}

.z_commshownote {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 20px 0;
}

.z_commshowimg {
  display: flex;
  flex-wrap: wrap;
}

.z_commshowimg img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}

.z_commshowtime {
  font-size: 12px;
  color: #aaaaaa;
}

.pop_comment {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
}

.pop_comm {
  width: 90%;
  max-width: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  background: #fff;
}

.pop_commclose {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.pop_comm &gt; h3 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

.pop_commrich {
  width: 100%;
  height: 160px;
  background: #f9f9f9;
  padding: 20px;
  margin-top: 40px;
}

.pop_commrich textarea {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 100px;
  background: transparent;
  resize: none;
  border: 0;
  outline: none;
}

.pop_commrich textarea::placeholder {
  color: #ccc;
}

.pop_commrich p {
  display: block;
  color: #999999;
  font-size: 14px;
  text-align: right;
}

.pop_commimg {
  display: flex;
  flex-wrap: wrap;
}

.pop_commimgin {
  padding-top: 35px;
  padding-bottom: 25px;
}

.pop_commimgshow {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}

.pop_commimgshow1 {
  width: 60px;
  height: 60px;
  display: block;
}

.pop_commimgshowc {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.pop_commimgup {
  width: 60px;
  height: 60px;
  background-image: url(../images/upimg.png);
  background-size: 100%;
}

.pop_commimgup input {
  width: 60px;
  height: 60px;
  opacity: 0;
}

.pop_commimgshowall {
  display: flex;
}

.pop_commimgnote {
  margin-left: 15px;
}

.pop_commimgnote h3 {
  font-size: 16px;
  color: #333333;
  line-height: 27px;
}

.pop_commimgnote p {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-top: 10px;
}

.pop_commbtn {
  width: 100%;
  height: 60px;
  background: #4dcdf7;
  font-size: 18px;
  color: #ffffff;
}

.pop_logincom {
  display: none;
}

.tousu {
  display: flex;
  margin-top: 40px;
}

.tousu1 {
  width: 600px;
  height: 600px;
  background: #f6f6f6;
  padding: 40px 50px;
}

.z_tousu1 {
  width: 100%;
  height: auto;
}

.tousutitleaf {
  position: relative;
  margin-top: 20px;
  height: 60px;
}

.tousutitleaf::after {
  content: "*";
  display: block;
  position: absolute;
  left: 10px;
  top: 18px;
  width: 10px;
  height: 10px;
  /*background: #000;*/
  color: red;
  font-size: 16px;
}

.tousutitleaf .tousutitle {
  margin-top: 0;
}

.tousutitleaf .layui-input {
  height: 60px;
  line-height: 60px;
  border-radius: 1px;
  border-color: #eee;
  padding: 0 20px;
  font-size: 16px;
}

.tousunav {
  display: flex;
  justify-content: space-between;
}

.tousunav .tousutitleaf {
  width: 32%;
}

.tousutitleaf1::after {
  display: none;
}

.getphone {
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #4dcdf7;
  color: #fff;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 14px;
}

.tousu2 {
  width: calc(100% - 600px);
  height: 600px;
  object-fit: cover;
}

.tousuhead {
  height: 50px;
  display: flex;
  align-items: center;
}

.tousuhead &gt; p {
  font-size: 30px;
  color: #333333;
}

.con_jtnote {
  margin-top: 50px;
}

.con_jtnote h3 {
  color: #000000;
  font-size: 30px;
  line-height: 35px;
}

.con_jtnote &gt; p {
  font-size: 16px;
  line-height: 36px;
  display: block;
  color: #666666;
  margin-top: 26px;
}

.tousuhead &gt; a {
  width: 120px;
  height: 40px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.tousuhead &gt; a &gt; p {
  color: #333333;
  font-size: 16px;
  margin-left: 9px;
}

.tousutitle {
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
}

.tousutitle::placeholder {
  color: #ccc;
}

.pop_commrichts {
  margin-top: 20px;
  background: #fff;
}

.mapheadimg {
  width: 100%;
  height: 130px;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
}

.map {
  height: 100vh;
  width: 100%;
  background-color: #999;
}

.map .amap-toolbar {
  top: 50% !important;
  transform: translate(0, -50%);
}

.navfoot {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 128px;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow-x: scroll;
}

.navfootshowall {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  min-width: 1100px;
}

.navfootshow {
  width: 100px;
  padding-top: 20px;
}

.navfootshow &gt; img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.navfootshow &gt; p {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.navfootshow &gt; img:nth-child(2) {
  display: none;
}

.navfootshowactive &gt; img:nth-child(2) {
  display: block;
}

.navfootshowactive &gt; img:nth-child(1) {
  display: none;
}

.mark {
  width: 360px;
  height: 130px;
  border-radius: 20px;
  background: #fff;
  padding: 15px 17px;
  display: flex;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%,-50%);*/
}

.mark &gt; img {
  width: 200px;
  height: 100px;
}

.markdiv {
  width: 290px;
  margin-left: 18px;
}

.markdiv &gt; h3 {
  font-size: 20px;
  color: #333333;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.markdiva {
  display: flex;
  margin-top: 8px;
}

.markdiva a {
  display: flex;
  width: 80px;
  height: 28px;
  border-radius: 14px;
  background-color: #4dcdf7;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}

.markdiva a img {
  margin-right: 5px;
}

.mark::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
}

.z_share {
  position: relative;
  padding: 20px 0;
}

.z_sharea {
  position: absolute;
  background: #fff;
  top: 50px;
  left: -38px;
  padding: 15px;
  border: 1px solid #eee;
  width: 110px;
  display: none;
}

.z_sharea a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.wechatimg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.wechatimgwe {
  display: none;
  width: 120px !important;
  height: 120px;
  max-width: 120px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.myzxshow .myzxshow_ts {
  height: 18px;
  display: flex;
  font-size: 14px;
  color: #aaaaaa;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 0;
}

.myzxshow_ts img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.myzxshownote {
  margin-top: 15px;
}

.z_mytshead {
  display: flex;
  margin-bottom: 15px;
  height: 26px;
  align-items: center;
}

.z_mytshead p:nth-child(1) {
  width: 80px;
  color: #aaa;
}

.z_mytshead p:nth-child(1) span {
  color: #fe0000;
}

.z_mytsheadall {
  display: flex;
  flex-wrap: wrap;
}

.z_mytsheadall .z_mytshead {
  min-width: 32%;
  margin-right: 10px;
}

.g_nav {
  width: 100%;
  height: 80px;
  background: #edf5f7;
  padding-top: 15px;
}

.g_navcon1 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  height: 70px;
  padding: 0 20px;
  /* overflow-y: hidden;
    overflow-x: scroll; */
}

.g_navcon {
  white-space: nowrap;
  overflow: hidden;
}

.g_navcon a {
  width: 140px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  color: #333333;
  font-size: 18px;
}

.g_navcon a.active {
  border-radius: 4px;
  background: #4dcdf7;
  color: #fff;
}

.navswiper .swiper-slide {
  width: auto;
  margin-right: 30px;
}

.g_navcon a {
  padding: 0 10px;
  width: auto;
}

.z_con_nav {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.z_con_nav1 {
  margin-bottom: 25px;
  margin-top: 60px;
}

.z_con_nav &gt; h3 {
  font-size: 30px;
  color: #333333;
}

.z_con_nav &gt; div {
  display: flex;
  margin-left: auto;
}

.z_con_nav &gt; div a {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  line-height: 40px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.z_con_nav &gt; div a.active {
  background: #4dcdf7;
  border: 1px solid #4dcdf7;
  color: #fff;
}

/* .z_allshowrya{
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
} */

.z_allshowry {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.z_allshowry img {
  max-width: 79%;
  max-height: 82%;
}

.z_allshowrynote {
  height: 90px;
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 5%);
  padding: 25px 20px;
}

.z_allshowrynote &gt; p:nth-child(1) {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_allshowrynote &gt; p:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  color: #aaaaaa;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_ques {
  width: 100%;
  height: 60px;
  background: #f8f9fa;
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
}

.z_ques &gt; p {
  line-height: 60px;
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
}

.z_quesright {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #eeeeef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_quesright img {
  width: 10px;
  height: 6px;
}

.z_quesright img:nth-child(2) {
  display: none;
}

.z_quesall .active .z_ques {
  background: rgba(77, 205, 247, 0.8);
}

.z_quesall .active .z_ques &gt; p {
  color: #fff;
}

.z_quesall .active .z_quesright {
  background: #4dcdf7;
}

.z_quesall .active .z_quesright img:nth-child(1) {
  display: none;
}

.z_quesall .active .z_quesright img:nth-child(2) {
  display: block;
}

.z_quesnote {
  padding: 30px;
}

.z_quesnote1 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.z_ques1 {
  margin-bottom: 20px;
}

.z_quesnote {
  display: none;
}

/* .z_quesall .active .z_quesnote{
    display: block;
} */

.z_swtable1 {
  width: 100%;
  /* overflow-y: hidden;
    overflow-x: scroll; */
}

.z_swtable {
  width: 1200px;
}

.z_swhead {
  height: 60px;
  background: #4dcdf7;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
}

.z_swpall p {
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
  box-sizing: border-box;
  padding-left: 30px;
  display: block;
}

.z_swpall &gt; p:nth-child(1) {
  width: 222px;
}

.z_swpall &gt; p:nth-child(2) {
  width: 148px;
}

.z_swpall &gt; p:nth-child(3) {
  width: 190px;
}

.z_swpall &gt; p:nth-child(4) {
  width: 310px;
}

.z_swpall &gt; p:nth-child(5) {
  width: 90px;
}

.z_swpall &gt; p:nth-child(6) {
  width: 130px;
}

.z_swpall &gt; div:nth-child(6) {
  width: 130px;
  padding-left: 30px;
}

.z_swpall &gt; p:nth-child(7) {
  width: 110px;
}

.z_swnote {
  display: flex;
  height: 80px;
  line-height: 80px;
  color: #333333;
  font-size: 16px;
  background: rgba(237, 245, 247, 0.3);
}

.z_swnoteall .z_swnote:nth-child(2n) {
  background: rgba(237, 245, 247, 1);
}

.z_swnote a {
  color: #4dcdf7;
  display: flex;
  align-items: center;
}

.z_swnote a img {
  width: 8px;
  height: 12px;
  margin-left: 14px;
}

.z_swimg {
  position: relative;
  margin-top: 15px;
}

.z_swimg &gt; img {
  width: 70px;
  height: 50px;
  display: block;
}

.z_swimg &gt; div {
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_swimg &gt; div img {
  width: 22px;
  height: 22px;
}

.z_swnotetext {
  font-size: 16px;
  line-height: 24px;
  margin-top: 35px;
  color: #4d4d4d;
}

.swpop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.swpop &gt; img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.z_swdetail {
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: 0;
}

.z_swdetailp {
  height: 60px;
  border-bottom: 1px solid #eee;
  display: flex;
}

.z_swdetailp1 {
  width: 160px;
  background-color: #edf5f7;
  border-right: 1px solid #eee;
  padding-left: 40px;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
}

.z_swdetailp2 {
  padding-left: 50px;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  width: calc(100% - 160px);
}

.z_swdetailph {
  height: auto;
}

.z_swdetailph .z_swdetailp2 {
  padding: 50px;
}

.z_swdetailph .z_swdetailp2 img {
  max-width: 100%;
}

.zhunavswiper1 {
  width: 100%;
  height: 100px;
  background: #edf5f7;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
}

.zhunavswiper {
  height: 60px;
}

.zhunavswiper .swiper-slide {
  width: 190px;
  margin-right: 10px;
}

.zhunavswiper a {
  display: block;
  height: 60px;
  width: 190px;
  border-radius: 4px;
  background: #225586;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.zhunavswiper a.active {
  background: linear-gradient(to top right, #4ec4f5, #5bcdf5);
}

.z_detailtitle {
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}

.z_detailtitle span {
  width: 4px;
  height: 18px;
  margin-right: 11px;
  background: #4dcdf7;
}

.z_detaillinkall {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.z_detaillinkall .z_detaillink:nth-child(3n) {
  margin-right: 0;
}

.z_detaillink {
  width: 250px;
  margin-right: 25px;
  display: inline-block;
}

.z_detaillink &gt; img {
  width: 250px;
  height: 155px;
  display: block;
  object-fit: cover;
}

.z_detaillink1 {
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.z_detaillink1 img {
  margin-left: auto;
}

.z_detaillink1 p {
  overflow: hidden;
  text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
  white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
  font-size: 16px;
  color: #333333;
}

.z_historyall {
  position: relative;
}

.z_history {
  display: flex;
  padding-bottom: 40px;
}

.z_history1 {
  width: 130px;
  font-size: 36px;
  color: #333333;
  height: 40px;
  line-height: 40px;
}

.z_history2 {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  padding-top: 6px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px;
}

.z_history2 span {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 3px solid #4dcdf7;
  position: absolute;
  left: -9px;
  top: 11px;
  border-radius: 50%;
  z-index: 10;
  background: #fff;
}

.z_historyline {
  width: 2px;
  background: #ddebee;
  height: 100%;
  position: absolute;
  left: 129px;
  top: 10px;
}

.z_historyright {
  width: calc(100% - 130px);
}

.qqwechat {
  width: 70px;
  /* height: 284px; */
  background: #4dcdf7;
  position: fixed;
  top: 70%;
  right: 0;
  transform: translate(0, -50%);
  /* display: none; */
  z-index: 9;
}

.qqwechat-show {
  width: 100%;
  height: 70px;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  /*border-bottom: 1px solid #EDF2F5;*/
}

.qqwechat-show &gt; p {
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 28px;
}

.qqwechat &gt; p {
  color: #919394;
  font-size: 16px;
  display: inline-block;
  width: 32px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 20px;
}

.qqwechat &gt; p &gt; a {
  color: #fff;
  text-decoration: none;
}

.qqwechat &gt; hr {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.qqwechat-show &gt; img {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
  margin: 0 auto;
  display: block;
}

.qq-content {
  position: absolute;
  /*left: -200px;*/
  top: 0px;
  width: 180px;
  opacity: 0;
  z-index: -100;
  padding-right: 10px;
  display: none;
}

.qq-content-show {
  width: 170px;
  background: #ffffff;
  min-height: 100px;
  padding: 20px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.qq-content-show &gt; p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.qq-content-show &gt; p &gt; img {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}

.qq-content-show &gt; p &gt; span {
  margin-right: 5px;
  color: #333333;
  font-weight: bold;
}

.wechatma {
  width: 160px;
  height: 160px;
}

.qq-content-show &gt; p.qq_pp {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #dddddd;
}

/* ç™»å½• */
.pop_login {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.login {
  width: 360px;
  background: #fff;
  padding: 36px 30px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login_close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
}

.login_title {
  color: #000;
  font-size: 24px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 24px;
}

.login_nav {
  height: 40px;
  display: flex;
}

.login_nav div {
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0px 4px 4px 0px;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.login_nav div:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
}

.login_nav div.active {
  background: #4dcdf7;
  color: #fff;
  border: 1px solid #4dcdf7;
}

.login_input {
  display: flex;
  border-bottom: 1px solid #eee;
  height: 67px;
  align-items: center;
}

.login_inputimg {
  width: 26px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_input &gt; input {
  margin-left: 24px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  width: 200px;
}

.login_input &gt; input::placeholder {
  color: #aaa;
}

.login_inputyzm &gt; input {
  width: 130px;
}

.login_inputyzm &gt; button {
  width: 75px;
  margin-left: auto;
  height: 60px;
  background: #fff;
  color: #4dcdf7;
  font-size: 14px;
}

.login_sub {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #4dcdf7;
  margin-top: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.loginview_mm {
  display: none;
}

.login_a {
  display: flex;
  height: 48px;
  align-items: center;
  /* margin-bottom: -46px; */
}

.login_a a {
  color: #4dcdf7;
  font-size: 14px;
}

.login_a a:nth-child(2) {
  margin-left: auto;
}

.zc_note {
  color: #999;
  font-size: 14px;
  display: block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
}

.zc_note a {
  color: #4dcdf7;
}

.login_dl {
  display: none;
}

.login_zc {
  display: none;
}

.login_pass {
  display: none;
}

.login_finish {
  width: 80%;
  max-width: 486px;
}

.login_finishimg {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}

.login_finishp {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
}

.login_finishbtn {
  height: 36px;
  border: 1px solid #4dcdf7;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 34px;
  font-size: 14px;
  color: #4dcdf7;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 5px;
  display: block;
}

.yd {
  width: 100%;
  height: 400px;
  background-image: url(../images/sls_ydbg.png);
  /* background-size: 100%; */
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 154px;
  display: flex;
}

.yd_right {
  margin-left: auto;
}

.yd_right1 {
  width: 255px;
  height: 160px;
  background-size: 100%;
  background-image: url(../images/sls_ydewmbg.png);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding-left: 51px;
}

.yd_right &gt; p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  margin-top: 15px;
}

.yd_right &gt; img {
  width: 156px;
  height: 156px;
}

.yd_left {
}

.yd_left &gt; h3 &gt; img {
  margin-right: 21px;
}

.yd_left &gt; h3 {
  display: flex;
  height: 56px;
  align-items: center;
  font-size: 30px;
  color: #333333;
}

.yd_leftdiv {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 45px;
  padding-left: 48px;
}

.ydnote {
  margin-top: 20px;
}

.ydnote h3 {
  color: #4dcdf7;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
}

.ydnote p {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
}

.page p {
  margin-right: 12px;
}

.pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenav a {
  display: block;
  padding: 0 6px;
  margin-right: 3px;
  color: #666666;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}

.pagenav a.active {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 20px;
}

.page .activea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 8px;
  margin-left: 12px;
  color: #666666;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
}

.z_loading {
  width: 100%;
}

.z_loading img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.z_loading p {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .qqwechat {
    display: none !important;
  }
  .z_detaillinkall .z_detaillink:nth-child(3n) {
    margin-right: 25px;
  }
  .z_swtable1 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .tousunav .tousutitleaf {
    width: 100%;
  }
  .tousunav {
    display: block;
  }
  .z_inheadconbot {
    padding: 0 30px;
    bottom: 25px;
  }
  .z_inheadconbot &gt; p {
    font-size: 32px;
  }
  .z_inheadconbot &gt; div {
    margin-top: 18px;
  }
  .z_con {
    padding: 50px 30px;
  }
  .z_allshow {
    width: calc((100vw - 120px) / 3);
  }

  .z_allshow &gt; img {
    width: calc((100vw - 120px) / 3);
    height: calc((100vw - 120px) / 4.789);
  }
  .z_allshow1 {
    width: calc((100vw - 120px) / 3);
  }

  .z_allshow1 &gt; img {
    width: calc((100vw - 120px) / 3);
    height: calc((100vw - 120px) / 4.789);
  }
  .z_allshownote p {
    font-size: 18px;
  }
  .z_newa {
    display: block;
  }
  .z_con_right {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mapheadimg {
    height: 55px;
  }
  .z_inheadconbot {
    padding: 0 20px;
    bottom: 15px;
  }
  .z_inheadconbot &gt; p {
    font-size: 26px;
  }
  .z_inheadconbot &gt; div {
    margin-top: 10px;
  }
  .z_con {
    padding: 20px 15px;
  }
  .z_allshow {
    width: calc((100vw - 50px) / 2);
  }

  .z_allshow &gt; img {
    width: calc((100vw - 50px) / 2);
    height: calc((100vw - 50px) / 3.19);
  }
  .z_allshow1 {
    width: calc((100vw - 50px) / 2);
  }

  .z_allshow1 &gt; img {
    width: calc((100vw - 50px) / 2);
    height: calc((100vw - 50px) / 3.19);
  }
  .z_allshownote p {
    font-size: 14px;
  }
  .z_allshow {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .z_con .z_allshow:nth-child(3n) {
    margin-right: 20px;
  }
  .z_con .z_allshow:nth-child(2n) {
    margin-right: 0;
  }
  .z_allshownote {
    height: 40px;
    padding: 0 10px;
  }
  .z_allshownote img {
    width: 18px;
  }
  .page {
    margin-top: 25px;
  }
  .z_spotshow {
    padding: 10px;
  }
  .z_spotshowhead img {
    width: 20px;
  }
  .z_spotshowhead p {
    font-size: 16px;
  }
  .z_spotshowp {
    margin-top: 6px;
    font-size: 12px;
  }
  .z_goinnavshow {
    width: 100%;
    margin-right: 0;
  }
  .z_allshow1 &gt; img:nth-child(2) {
    width: 60px;
    height: 60px;
  }
  .z_new_nav {
    overflow-x: scroll;
  }

  .z_new_nav a {
    white-space: nowrap;
    height: 30px;
    padding: 0px 8px;
    font-size: 14px;
  }
  .z_newall {
    margin-top: 20px;
  }
  .z_newshow {
    padding: 15px;
    height: auto;
    display: block;
  }
  .z_newshow_note {
    width: 100%;
  }
  .z_newshow &gt; img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .z_newshow_time {
    width: 100%;
  }
  .z_newshow_time &gt; p:nth-child(1) {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
  }
  .z_newshow_time &gt; p:nth-child(2) {
    display: inline-block;
    margin-top: 0;
    border: 0;
  }
  .z_newshow_note &gt; h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .z_newtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .z_newtime {
    margin-top: 10px;
  }
  .z_newtext {
    padding: 20px 0;
    margin-top: 20px;
  }
  .z_newa {
    margin-top: 20px;
  }
  .z_newa a {
    margin-top: 8px;
  }
  .z_mynoteshow {
    width: 100%;
  }
  .z_con_right {
    display: none;
  }
  .z_spottitle {
    margin-top: 14px;
    height: 60px;
    background-size: cover;
  }
  .z_spottitle1 &gt; p {
    overflow: hidden;
    text-overflow: ellipsis; /* åŠ&nbsp;çœç•¥å· */
    white-space: nowrap; /* å¼ºåˆ¶ä¸æ¢è¡Œ */
  }
  .z_spotdetail {
    padding: 20px 0;
  }
  .container {
    width: 100%;
    column-count: 2;
    column-gap: 0;
    column-width: 150px;
    margin-top: 20px;
    column-rule-width: 100px;
  }
  .img-container {
    margin-bottom: 10px;
    break-inside: avoid;
    padding-right: 15px;
  }

  .img-container &gt; img {
    width: 100%;
  }
  .z_imgpbnote {
    width: 100%;
  }

  .z_imgpbnote &gt; img {
    width: 20px;
  }
  .z_loading img {
    width: 100px;
    margin-top: 30px;
  }

  .z_loading p {
    font-size: 20px;
    margin-top: 10px;
  }

  .z_spotnav_tab p {
    margin-right: 10px;
  }
  .z_imgpbnotenote {
    left: auto;
    right: 25px;
  }
  .myrightcon {
    padding-left: 30px;
  }
  .myleft {
    display: none;
  }
  .myright {
    width: 100%;
  }
  .myrightshowname input {
    width: 100%;
  }
  .myconbg {
    padding-top: 120px;
    background-size: cover;
  }
  .myrightcon1 {
    padding: 20px;
  }
  .pop_comm {
    padding: 40px 20px;
  }
  .pop_commclose {
    right: 20px;
    top: 20px;
  }
  .pop_commrich {
    margin-top: 20px;
  }
  .tousu2 {
    display: none;
  }
  .tousu1 {
    width: 100%;
    height: auto;
    padding: 20px 25px;
  }
  .tousuhead &gt; p {
    font-size: 20px;
  }

  .tousutitle {
    margin-top: 10px;
  }
  .navfoot {
    height: 90px;
  }
  .navfootshowall {
    /* min-width: 800px; */
    display: block;
    white-space: nowrap;
    min-width: auto;
  }
  .navfootshow {
    width: 73px;
    padding-top: 15px;
    display: inline-block;
  }
  .navfootshow &gt; img {
    width: 30px;
    height: 30px;
  }
  .navfootshow &gt; p {
    font-size: 14px;
  }
  .mark {
    width: 360px;
  }
  .markdiv {
    width: 200px;
  }
  .z_con_nav {
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .z_con_nav &gt; div {
    display: block;
  }
  .z_con_nav &gt; div a {
    margin-top: 15px;
  }
  .z_con_nav &gt; h3 {
    font-size: 24px;
  }
  .g_nav {
    height: 60px;
    padding-top: 10px;
  }
  .g_navcon1 {
    height: 60px;
  }
  .g_navcon a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .z_allshowry {
    padding: 20px 0;
    height: auto;
  }
  .z_allshowrynote {
    padding: 10px;
    height: auto;
  }
  .z_allshowrynote &gt; p:nth-child(1) {
    font-size: 16px;
  }
  .z_swdetailph .z_swdetailp2 {
    padding: 20px;
  }
  .z_swdetailp1 {
    width: 120px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  .z_swdetailp {
    height: 40px;
  }
  .z_swdetailph {
    height: auto;
  }
  .z_swdetailp2 {
    padding-left: 25px;
    font-size: 14px;
    line-height: 40px;
    width: calc(100% - 120px);
  }
  .zhunavswiper1 {
    height: 60px;
    padding: 10px;
  }
  .zhunavswiper {
    height: 40px;
  }
  .zhunavswiper a {
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
  }
  .zhunavswiper .swiper-slide {
    width: 150px;
  }
  .z_detaillinkall .z_detaillink:nth-child(2n) {
    margin-right: 0;
  }

  .z_detaillinkall .z_detaillink:nth-child(3n) {
    margin-right: 20px;
  }

  .z_detaillink {
    width: calc((100vw - 50px) / 2);
    margin-right: 20px;
  }

  .z_detaillink &gt; img {
    width: calc((100vw - 50px) / 2);
    height: calc(((100vw - 50px) / 2) * 0.62);
    display: block;
    object-fit: cover;
  }

  .z_detaillink1 {
    height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .z_historyright {
    width: calc(100% - 100px);
  }
  .z_history2 {
    padding-left: 30px;
  }

  .z_historyline {
    left: 99px;
    top: 12px;
  }

  .z_history1 {
    width: 100px;
    font-size: 28px;
    color: #333333;
    height: 40px;
    line-height: 40px;
  }

  .yd {
    background: #edf5f7;
    height: auto;
    display: block;
    padding: 30px;
  }

  .yd_left {
    margin: 0 auto;
    display: inline-block;
    /* display: block; */
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .yd_leftdiv {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 28px;
  }

  .yd_right {
    width: 255px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: 30px;
    margin-left: 0;
  }

  .ydnote p {
    font-size: 14px;
    line-height: 24px;
  }
}

.z_plbtn {
  width: 100px;
  height: 40px;
  background: #4dcdf7;
  line-height: 40px;
  text-align: center;
  display: block;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.z_plbtn a {
  color: #fff;
  font-size: 16px;
}

.z_share {
  margin-left: 25px;
}
</pre></body></html>