
/**
 * 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%;
}

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


select {
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: solid 1px #ededed;
/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*将背景改为红色*/
background:none;
/*加padding防止文字覆盖*/
padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
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解决浏览器记住密码后input框的背景色为淡黄色的代码  */
/* 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内核*/
.content-list-right,.map-list,.park-content::-webkit-scrollbar {
    width:0px;
    /*height:0px;*/
    /*display: none;*/
}
/*o内核*/
.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;
}


