/*=============== 全局 CSS ======================*/

@charset "utf-8";

*{
  margin:0;                                /*  内边距    */
  padding:0;                               /*  外边距    */
}

html,body {
  height:100%;
  margin-right: auto!important;
  margin-left: auto!important;
  -webkit-touch-callout: none;/*禁用长触弹出的下载图片菜单*/
  -webkit-user-select:none;/*禁用长触选择文字等功能*/
    /*pointer-events:none;/* 禁止触摸互动事件 */
}

.box {
  width: 100%;
  margin-right: auto!important;
  margin-left: auto!important;
}

.box2 {
  position: absolute;
  width:100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pullDown{
  position:absolute;
  width:100%;
  top:-1.25rem;
  text-align:center; 
  font-size:.40625rem; 
  line-height:1.25rem; 
  z-index:9999; 
}

.pullUp{
  position:absolute;
  width:100%;
  bottom:-1.25rem;
  text-align:center; 
  font-size:.40625rem; 
  line-height:1.25rem; 
  z-index:9999; 
}

/* 隐藏不占位 */
.none{
  display: none;
}
/* 隐藏占位 */
.invisible {
  visibility: hidden;
}

/*css 初始化 文本框提示语 */
input::-webkit-input-placeholder {
  color: #9ea7b3;
}
input::-moz-placeholder {
  color: #9ea7b3;
}
input:-ms-input-placeholder {
  color: #9ea7b3;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}
body {
  font: 12px "Microsoft YaHei", Arial, DengXian, Simsun, SimHei, sans-serif;
  background: #CBCCCD;
  -webkit-text-size-adjust: 100% !important; /*微信苹果手机适应*/
}
@media screen and (min-width: 1025px) {
  html {
    /*font-size: 75px!important;*/
  }
  body {
    /*max-width: 650px;*/
    /*margin-right: auto!important;*/
    /*margin-left: auto!important;*/
  }
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
tr,
th,
h6,
form,
div,
span,
a,
fieldset,
legend,
img,
textarea,
select,
input,
img,
fieldset,
button {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
div,
li,
a,
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
fieldset,
img,
input,
button {
  border: none;
  outline-style: none;
  outline: none;
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
}
select,
input {
  font-size: 14px;
  color:#2D3037;
  vertical-align: middle;
}
/*禁止手动修改大小*/
textarea {
  resize: none;
}
/*去掉图片底部默认空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
/*合并外连线*/
table {
  /*表格的单元格边框默认是不会重合的，这个属性可以让表格的边框重合在一起，看起来更加细一些*/
  border-collapse: collapse;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
select {
border: solid 0px #000;    
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
select::-ms-expand { display: none; }
