/* Reset S */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  outline: none;
}
.vb-hi{
  visibility: hidden;
}
body {
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
  width: 100vw;
  overflow-x: hidden;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:focus,
a:active,
a {
  outline: none;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a,
p,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

a,
img,
input {
  border: none;
}

a,
img {
  -webkit-touch-callout: none;
}

img {
  height: auto;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="password"],
select,
a {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-sizing: border-box;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.text-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

em,
i,
b {
  font-style: normal;
}

fieldset,
img {
  border: 0;
  display: block;
}

input,
textarea,
select {
  font-size: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

.clear:after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hd {
  display: block;
  text-indent: -9999px;
  color: rgba(0, 0, 0, 0);
}

.hide {
  display: none;
}

.browser-tips {
  background: #ffc;
  color: #626262;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.main {
  width: 1400px;
  margin: 0 auto;
}
.grey {
  color: grey;
}
.fc-fff {
  color: #fff;
}

.fc-000 {
  color: #000;
}

.fw-bold {
  font-weight: bold;
}

.bg-main {
  background-color: $main-bgColor;
}

.bg-base {
  background-color: $base-bgColor;
}

.bg-fff {
  background-color: #fff;
}

.bg-eee {
  background: #eee;
}

.bg-ddd {
  background: #ddd;
}

.fw-bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}
.t-nowrap {
  white-space: nowrap;
}

.ox-h {
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

.j-sb {
  justify-content: space-between;
}

.j-end {
  justify-content: flex-end;
}

.j-center {
  justify-content: center;
}
.j-around {
  justify-content: space-around;
}

.a-center {
  align-items: center;
}

.a-end {
  align-items: flex-end;
}

.a-start {
  align-items: flex-start;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.p-stick {
  position: sticky;
  top: 0;
}

.box-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

.back-box {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.vb-h {
  visibility: hidden;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-middleLine {
  text-decoration: line-through;
}

.text-center {
  text-align: center;
}
.text-right{
  text-align: right;
}

.fs-48 {
  font-size: 48px;
}

.fs-44 {
  font-size: 44px;
}

.fs-40 {
  font-size: 40px;
}

.fs-36 {
  font-size: 36px;
}

.fs-32 {
  font-size: 32px;
}

.fs-28 {
  font-size: 28px;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.m-a {
  margin: 0 auto;
}

.m-1 {
  margin: 0 10px;
}

.m-2 {
  margin: 0 20px;
}

.m-3 {
  margin: 0 30px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.p-1 {
  padding: 0 10px;
}

.p-2 {
  padding: 0 20px;
}

.p-3 {
  padding: 0 30px;
}

.p-4 {
  padding: 0 40px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 30px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}
.wh-40 {
  width: 40px;
  height: 40px;
}
.wh-50 {
  width: 50px;
  height: 50px;
}
.wh-60 {
  width: 60px;
  height: 60px;
}
.wh-70 {
  width: 70px;
  height: 70px;
}
.wh-80 {
  width: 80px;
  height: 80px;
}
.br-10 {
  border-radius: 10px;
}
.br-20 {
  border-radius: 20px;
}
.br-30 {
  border-radius: 30px;
}
.br-40 {
  border-radius: 40px;
}
