/*重置全局样式*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  min-width: 1340px;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 1920px;
  margin: 0 auto;
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-family: PingFangSC-Medium, PingFang SC;
}

ul,
li,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

li {
  vertical-align: top;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #5a5a5a;
}

a img {
  border: none;
}

/* input,
select,
button {
    -webkit-appearance: none;
    appearance: none;
} */

input:focus,
select:focus,
button:focus {
  outline: none;
}

img {
  display: block;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tac {
  text-align: center;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*font-size: 0;*/
}

.hide {
  display: none !important;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}
