<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
*{
  margin: 0;
  padding: 0;
  outline: none;
}
html,body{
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  font-weight: normal;
  vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:hover{
  /* color:#1f6cdd; */
}
li {
  list-style: none;
}


body *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body *::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

/* åž‚ç›´æ–¹å‘ */
body *::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #afafaf;
  -webkit-border-radius: 8px;
}

/* æ°´å¹³æ–¹å‘ */
body *::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #afafaf;
  -webkit-border-radius: 8px;
}

html, body {
  width: 100%;
  min-width: 1200px;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


select {
/*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ&nbsp;·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
border: solid 1px #ededed;
/*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*å°†èƒŒæ™¯æ”¹ä¸ºçº¢è‰²*/
background:none;
/*åŠ&nbsp;paddingé˜²æ­¢æ–‡å­—è¦†ç›–*/
padding-right: 14px;
}
/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
select::-ms-expand { display: none; }

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

.clearfix:before,.clearfix:after{
  content:"";
  display:block;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.clear{
  clear: both;
}
input{
  font-size: 14px;
  color: #333333 ;
  font-family:Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}
textarea{
  font-size: 14px;
  color: #333333 !important;
  resize:none;
  font-family:Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}
input,button{
  outline: none;
  border: none;
}
button{
  cursor: pointer;
  background: none;
  font-family:Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}
.margin-right0{
  margin-right: 0!important;
}
.z-index-100{
  z-index: 100!important;
}
.z-index-120{
  z-index: 120!important;
}
.cantainer{
  width: 100%;
  min-width: 1200px;
  margin:0 auto;
  position: relative;
  /* z-index:750; äº’åŠ¨é¡µé¢å±‚çº§é—®é¢˜*/
}

@-webkit-keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: 123px;
  }
}

@keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: 123px;
  }
}





@-webkit-keyframes takeup {
  from {
    height: 123px;
  }
  to {
    height: 0;
  }
}

@keyframes takeup {
  from {
    height: 123px;
  }
  to {
    height: 0;
  }
}



@-webkit-keyframes bigger {
  from {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
  to {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}

@keyframes bigger {
  from {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
  to {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}


@-webkit-keyframes smaller {
  from {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
}

@keyframes smaller {
  from {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1.005,1.005,1.005);
    transform: scale3d(1.005,1.005,1.005);
  }
}
.smaller {
  -webkit-animation-name: smaller;
  animation-name: smaller;
}
.bigger {
  -webkit-animation-name: bigger;
  animation-name: bigger;
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
.takeup {
  -webkit-animation-name: takeup;
  animation-name: takeup;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.visiable{
    overflow: visible!important;
    position: relative;
    z-index: 99;
}


/* è§£å†³inputå†™å®Œä¹‹åŽç•™æœ‰é»˜è®¤èƒŒæ™¯è‰² */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
 }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/*cssè§£å†³æµè§ˆå™¨è®°ä½å¯†ç&nbsp;åŽinputæ¡†çš„èƒŒæ™¯è‰²ä¸ºæ·¡é»„è‰²çš„ä»£ç&nbsp;  */
/* input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; //èƒŒæ™¯è‰²é€æ˜Ž  ç”Ÿæ•ˆæ—¶é•¿  è¿‡æ¸¡æ•ˆæžœ  å¯ç”¨æ—¶å»¶è¿Ÿçš„æ—¶é—´
}
input {
   background-color:transparent;
} */

/* placeholderé»˜è®¤å­—ä½“é¢œè‰² */
input::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;

}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;

}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;

}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;

}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, å¾®è½¯é›…é»‘, Segoe UI, Tahoma, Arialï¼Œå®‹ä½“b8bä½“, SimSun, sans-serif;

}
.border-none{
  border:none!important;
}



/*webkitå†…æ&nbsp;¸*/
.content-list-right,.map-list,.park-content::-webkit-scrollbar {
    width:0px;
    /*height:0px;*/
    /*display: none;*/
}
/*oå†…æ&nbsp;¸*/
.content-list-right,.map-list,.park-content .-o-scrollbar{
    -moz-appearance: none !important;
    background: rgba(0,255,0,0) !important;
}



/*IE10,IE11,IE12*/
.content-list-right,.map-list,.park-content{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}




.swiper-pagination-switch{
  cursor: pointer;
}

/*æ¸…æ¥šieæµè§ˆå™¨çš„inputçš„æ¸…æ¥šicon*/
::-ms-clear,::-ms-reveal{display:none;}



/*æ»šåŠ¨*/
.ovf-hiden{
  overflow: hidden;
}



.div-height-47{
  height:47px;
}



.hidden-box{
  overflow: hidden;
}


#zhichiBtnBox{
  z-index: 900!important;
  cursor: pointer;
}
#ZCChatFrame{
  z-index: 900!important;
}




/* å…¨å±€çš„æŒ‰é’®ç½®ç° */
.loading-btn{
  background: #ccc!important;
}
.loading-btn:hover{
  background: #ccc!important;
  cursor: default;
}
.loading-btn-save{
  border:1px solid #ededed;
  color: #ccc;
}
.loading-btn-save:hover{
  border:1px solid #ededed;
  color: #ccc;
  cursor: default;
}

.singlePage .mainBox{
    border:none!important;
}


</pre></body></html>