body,
a,
button {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  font-family: Noto Sans SC, "微软雅黑";
  font-weight: 400;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  /* background-color: #f2f2f2; */
}
body a:hover {
  color: #333;
}
* {
  font-family: Noto Sans SC;
  word-wrap: break-word;
}
*:focus {
  outline: none !important;
}
/*reset*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
footer,
header,
menu,
nav,
audio,
video,
button,
label,
select,
input,
option,
button {
  margin: 0;
  padding: 0;
}
/*select,*/
input,

/*option,*/
textarea {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}

option,
select {
  font-size: 16px;
}

button {
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
}

input {
  border-radius: 0;
  border: none;
  border: 0;
  outline: none;
}

img {
  display: block;
  object-fit: cover;
}
.clear {
  clear: both;
}

ul,
li {
  list-style: none;
  margin-bottom: 0;
}
/*整体部分*/
::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}
/*滑动轨道*/
::-webkit-scrollbar-track {
  /* border-radius: 20px; */
  background: none;
}
/*滑块*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #C1C1C1;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  /* background-color: rgba(187,203,216, 0.4); */
  background-color: #C1C1C1;
}
/* *::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  display: block;
} */
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  word-break: break-word;
}
.container::-webkit-scrollbar {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
textarea {
  border: none;
  resize: none;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c0c0c0;
}
textarea::-webkit-input-placeholder,
input:-moz-placeholder {
  color: #c0c0c0;
}
textarea::-webkit-input-placeholder,
input::-moz-placeholder {
  color: #c0c0c0;
}
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #c0c0c0;
}
div#sub-frame-error {
  display: none;
}
.t_o {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.t_o2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t_o3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.w100 {
  width: 100%;
}
.center {
  width: 1210px;
  margin: 0 auto;
}
.nowrap {
  white-space: nowrap;
}
