html {
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1vw;
}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

*,
:after,
:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  font-weight: 500;
  list-style: none;
}

input[type='number'],
input[type='password'],
input[type='text'],
textarea {
  -webkit-appearance: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip-ink: auto;
}

a:focus {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #a6a5b7;
}
::-moz-placeholder {
  color: #a6a5b7;
}
:-ms-input-placeholder {
  color: #a6a5b7;
}
textarea {
  overflow: auto;
  resize: none;
}

::selection {
  background: #ff4c78;
  color: #fff;
}

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.noDrag {
  -webkit-app-region: no-drag !important;
}




.cfoot {
  padding: 20px 0;
}
.cfoot .row {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  color: #757575;
}
.cfoot .row a {
  color: #8b92c6;
  font-size: 16px;
  margin: 0 10px;
  display: flex;
}
.cfoot .row p{
  flex: 1;
  display: flex;
  justify-content: center;
}
.cfoot .row p a{
  color: #757575;
  font-size: 14px;
}
.cfoot .row p a:hover{
  color: #8b92c6;
}
.cfoot .row span {
  display: flex;
}
.cfoot .row a .wen-img {
  width: 22px;
  height: 22px;
  background: url('/assets/img/icon_yuewangga1.png') no-repeat center center;
}