

/* 绂佺敤iPhone涓璖afari鐨勫瓧鍙疯嚜鍔ㄨ皟鏁� */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 瑙ｅ喅IOS榛樿婊戝姩寰堝崱鐨勬儏鍐� */
  -webkit-overflow-scrolling: touch;
}

/* 绂佹缂╂斁琛ㄥ崟 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

/* 鍙栨秷閾炬帴楂樹寒  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  font-weight: normal;
  box-sizing: border-box;
}

/* 璁剧疆HTML5鍏冪礌涓哄潡 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 鍥剧墖鑷€傚簲 */
img {
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  /*display: block;*/
  -ms-interpolation-mode: bicubic;
  /*涓轰簡鐓ч【ie鍥剧墖缂╂斁澶辩湡*/
}

/* 鍒濆鍖� */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'PingFang-SC-Regular';
}

button {
  border: none;
  outline: none;
  border-radius: 6px;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

strong {
  /*font-weight: normal;*/
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000;
  font-family: 'PingFang-SC-Regular'
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: 'PingFang-SC-Regular';
}

img {
  border: none;
}

input {
  font-family: 'PingFang-SC-Regular';
}

/*鍗曡婧㈠嚭*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*澶氳婧㈠嚭 鎵嬫満绔娇鐢�*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 绉诲姩绔偣鍑籥閾炬帴鍑虹幇钃濊壊鑳屾櫙闂瑙ｅ喅 */
a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}

table,table div,table p,table div p {
  text-indent: 0 !important;
}