/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
	background-color: #f6f6f6;
}
/*布局*/
.wp{ width:100%; padding:0 15px; max-width:1500px; margin:0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h75{height: 75px;clear: both;overflow: hidden;}
.h80{height: 80px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}
.h120{height: 120px;clear: both;overflow: hidden;}
.h150{height: 100px;clear: both;overflow: hidden;}
.wrap{width: 100%; padding:0 15px; max-width:1500px; margin:0 auto;}
*{ box-sizing: border-box;  margin:0;padding:0;  outline:none;}
/* 取消a标签点击后的虚线框 */
a {text-decoration: none;outline: none;color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;  -webkit-user-select: none;}  
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
 ::-webkit-scrollbar {width:5px;background-color: #F5F5F5;}
/* 滚动槽 */::-webkit-scrollbar-track {border-radius:5px;}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {border-radius:10px;background:var(--green);}
/*清除浮动*/
.fl{ float:left;}
.fr{ float:right;}
ol,ul{list-style: none; list-style-position:inside;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
em,i{font-style:normal;}
.jumpUrl{ cursor: pointer;}
.block{  display: block;}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.align-start{align-items: flex-start;}
.cursor{ cursor: pointer;}
.font-weight{ font-weight: bold;}
.font-lighter{ font-weight: 100;}
.font-normal{ font-weight: normal;}



.h100{
    display: none;
}
@media (max-width: 767px) {
  .h100{height:50px;
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
 .mnone{
display:none; }
}
/* PC端隐藏 手机端显示 */
.pcnone{
    display: none;
}
@media (max-width: 767px) {
  .pcnone{
    display: block !important;
  }
}


.buttonhzy {
margin:30px 0px 0px 0px; 
display: flex;
justify-content: center;
  font-size:14px;
  width:125px;
  height:40px;
  line-height:40px;
  border: 1px solid #ccc;
  color:#222;
  border-radius:20px;

}

.buttonhzy:hover {
display: flex;
justify-content: center;
color:#0e6552;
border: 1px solid #0e6552;
}


@media (max-width: 767px) {
.buttonhzy {
margin:10px 0px 0px 0px; 
display: flex;
justify-content: center;
  font-size:14px;
  width:125px;
  height:40px;
  line-height:40px;
  border: 1px solid #ccc;
  color:#222;
  border-radius:20px;

}
}

