* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: none;
  height: 100%;
}
body {
  height: 100%;
  font-family: '苹方-简 中粗体', 'Microsoft YaHei', Arial, Helvetica, sans-serif,
    '宋体';
  color: #131e49;
  font-size: 0.16rem; /* 16px*/
  background-color: #fff;
  /*禁止点击时出现的阴影*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  overflow-x: none;
}
*:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input {
  border: none;
  outline: none;
}
/*清除浮动*/

.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #131e49;
}

/* 设计稿 1920px */
/* 大于1920px */
@media (min-width: 1920px) {
  #zbph {
    width: 1920px;
    margin: 0 auto;
  }
}

/* 小于1920 */
@media (max-width: 1920px) {
  #zbph {
    width: 100%;
    margin: 0 auto;
  }
}

/* main 公共部分 s*/
.main .all-b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main .all-b .line {
  width: 0.68rem;
  height: 0.13rem;
  background-color: #ffc33e;
  border-radius: 0.13rem;
}
.main .all-b .type {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.52rem;
  margin-top: 0.2rem;
  font-weight: 700;
}
.main .all-b .supp {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.31rem;
  margin-top: 0.18rem;
}
/* main 公共部分 end*/
