
*{
  margin: 0;
  padding: 0;
  outline: none;
}
html{
  background-color: #fff;
}
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-weight: normal;
  vertical-align: baseline;
  background-color: transparent;
}

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;
}

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


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

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

html *::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #afafaf;
  -webkit-border-radius: 8px;
}

html *::-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 {

border: solid 1px #ededed;

appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

background:none;

padding-right: 14px;
background: url("/assets/img/vip_bottom.png") no-repeat right center transparent;background-size: 20px 20px;
}
select::-ms-expand { display: none; }


.clearfix:before,.clearfix:after{
  content:"";
  display:block;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  display: inline-block;
  
}
.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;
}

@-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:-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;
}
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}


input::-webkit-input-placeholder {
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;

}
input:-moz-placeholder {
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;
}
input::-moz-placeholder {
  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 {
  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 {
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;

}
textarea:-moz-placeholder {
  font-size: 14px;
  color: #afafaf!important;
  font-family: Microsoft Yahei UI, Microsoft Yahei, 微软雅黑, Segoe UI, Tahoma, Arial，宋体b8b体, SimSun, sans-serif;

}
textarea::-moz-placeholder {
  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 {
  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;
}



.content-list-right,.map-list,.park-content::-webkit-scrollbar {
    width:0px;
}
.content-list-right,.map-list,.park-content .-o-scrollbar{
    -moz-appearance: none !important;
    background: rgba(0,255,0,0) !important;
}



.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;
}

::-ms-clear,::-ms-reveal{display:none;}



.ovf-hiden{
  overflow: hidden;
}



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



.hidden-box{
  overflow: hidden;
}


#zc__sdk__sys__btn{
  z-index: 900!important;
  cursor: pointer;
    right: 100px!important;
    bottom: 100px!important;
}
#zc__sdk__container{
  z-index: 900!important;
  right: 40px!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;
}

.sitemap-none{
  display: none;
}