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%;
}
* {
  box-sizing: border-box;
  outline: none;
}
body {
  font-size: 14px;
}

body,
html {
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

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: #666666;
  -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;
  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;
  -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;
}

em,
i {
  font-style: normal;
}

header,
nav,
article,
footer,
address {
  display: block;
}

/* 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;
}
.flexs {
  display: flex;
  align-items: center;
}
.flexsBet {
  display: flex;
  justify-content: space-between;
  align-items:flex-start
}
.flex {
  display: flex;
  align-items: flex-start;
}
.flexBet {
  display: flex;
  justify-content: space-between;
}
.flexsAro {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mainBox {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .imgScale{
    overflow: hidden;
    width: 100%;
  }
  .imgScale img{
    transition: all 1s;
  }
  .imgScale:hover img{
    transform:scale(1.08)
  }

.n{
  white-space:pre-line
}