html {
  font-family: '微软雅黑', 'STXihei', sans-serif, Verdana;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  /*   -webkit-user-select: none;
  user-select: none; */
  height: 100%;
}

body {
  font-size: 14px;
  overflow-x: hidden;
}

body,
html {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;

}

img {
  /*display: block;*/
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  max-height: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: unset;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  resize: none
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: medium;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  background: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

button,
input {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table-bordered {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-collapse: collapse;
  border-left: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

header,
nav,
article,
footer,
address {
  display: block;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* X兼容 */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

  body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .iphonex-pt {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }

  .iphonex-pb {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .iphonex-mt {
    margin-top: constant(safe-area-inset-top);
    margin-top: env(safe-area-inset-top);
  }

  .iphonex-mb {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
  }

  .iphonex-pl {
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
  }

  .iphonex-pr {
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
  }

  .iphonex-ml {
    margin-left: constant(safe-area-inset-left);
    margin-left: env(safe-area-inset-left);
  }

  .iphonex-mr {
    margin-right: constant(safe-area-inset-right);
    margin-right: env(safe-area-inset-right);
  }

  .iphonex-bd-top-bg {
    border-top: 88px solid transparent;
  }

  .iphonex-bd-top {
    border-top: 44px solid transparent;
  }

  .iphonex-bd-bottom {
    border-bottom: 34px solid transparent;
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

a,
img,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.hide {
  display: none;
}

.box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.flexcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flexalign {
  display: flex;
  align-items: center;
}

.flexcontent {
  display: flex;
  justify-content: center;
}

.flexspace {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flexspaces {
  display: flex;
  justify-content: space-around;
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.flexwraps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flexbet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexbets {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_direction_start {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_column_start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex_column_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex_direction_center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex_column_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overdian {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overmore {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.font-one {
  font-size: 16px;
}

.font-two {
  font-size: 14px;
}

.font-three {
  font-size: 18px;
}

.font-four {
  font-size: 12px;
}

.font-five {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.font-six {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.index_font {
  font-size: 60px;
  font-weight: bold;
  color: #11131b;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #7d7e83;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #7d7e83;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #7d7e83;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #7d7e83;
}

.imgScale{
  overflow: hidden;
  width: 100%;
}
.imgScale img{
  transition: all 1s;
}
.imgScale:hover img{
  transform:scale(1.08)
}

.n{
  white-space:pre-line
}