* {
  /*box-sizing:content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
* {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  /* font-family: "AlibabaSansHK-55", Arial, Helvetica, sans-serif, "Microsoft JhengHei", "TW-Kai"; */
  font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", "TW-Kai";
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
img {
  border: 0px;
  max-width: 100%;
  display: inline-block;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1688373229607") format("woff2"),
    url("../fonts/iconfont.woff?t=1688373229607") format("woff"),
    url("../fonts/iconfont.ttf?t=1688373229607") format("truetype");
}
@font-face {
  font-family: "Bebas-Neue";
  src: url("../fonts/Bebas-Neue/BebasNeue-1.otf") format("truetype");;
}
/* @font-face {
  font-family: "fangyt";
  src: url("../fonts/fyt/AlimamaFangYuanTiVF-Thin.woff2") format("woff2"),
    url("../fonts/fyt/AlimamaFangYuanTiVF-Thin.woff") format("woff"),
    url("../fonts/fyt/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
} */


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tel_font {
  font-family: "Barlow-Bold", PingFang SC, Microsoft Yahei, Helvetica Neue,
    Arial;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

/*滚动条样式*/
body {
  height: 100%;
  overflow-y: auto;
}

body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background: #aaa;
}

/* 宽度 */
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.w76{
  width: 76%;
  margin: 0 auto;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}

/* 内间距 */
.wp80 {
  pad: 0 10%;
}
.ph150 {
  padding: 1.5rem 0;
}
.ph120 {
  padding: 1.2rem 0;
}
.ph100 {
  padding: 1rem 0;
}
.ph80 {
  padding: 0.8rem 0;
}

/* 字体大小 */
.f32 {
  font-size: 0.32rem;
}
.f24 {
  font-size: 0.24rem;
}
.f20 {
  font-size: 0.2rem;
}
.f16 {
  font-size: 0.16rem;
}

/* 自适应 */
@media screen and (max-width: 1600px) {
  .w80 {
    width: 90%;
  }
  .ph{

  }
}
@media screen and (max-width: 1200px) {
  .w80 {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {

  .ph120{
    padding: 0.8rem 0;
  }
}
