* {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

/*body,*/

/*input:focus {*/
/*  border: 1px solid #409EFF !important;*/
/*}*/

/*select:focus {*/
/*  border: 1px solid #409EFF !important;*/
/*}*/

/*textarea:focus {*/
/*  border: 1px solid #409EFF !important;*/
/*}*/

/*input:hover{
    border: 1px solid #999999 !important;
}
select:hover{
    border: 1px solid #999999 !important;
}
textarea:hover{
    border: 1px solid #999999 !important;
}*/
select,
textarea
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  /*font-size: 100%;*/
}

input {
  visibility: inherit;
  border: none;
  outline: medium;
  background: 0;
  border: 1px solid #ccc;
}

input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 12px;
  text-align: left;
}

table {
  border-collapse: collapse !important;
  border-spacing: 0;
}

i {
  font-style: normal;
}

strong, b {
  font-weight: normal;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.bold {
  font-weight: 600;
}

.c90 {
  color: #909090;
}

.fl {
  float: left;
}

.wid_ct {
  overflow: hidden;
}

html, body {
}

.full-height {
  height: 100%;
  overflow-x: hidden;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-right {
  float: right
}

.overflow {
  overflow: hidden;
}
@font-face {
  font-family: "iconfont"; /* Project id 3687117 */
  src: url('fonts/iconfont.woff2?t=1665716260539') format('woff2'),
  url('fonts/iconfont.woff?t=1665716260539') format('woff'),
  url('fonts/iconfont.ttf?t=1665716260539') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*全局滚动条样式 chrome内核*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
  width: 8px; /*对垂直流动条有效*/
  height: 8px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
  border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
  background-color: #E8E8E866;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
  display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  display: none;
}