/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  /* background: #fff; */
  color: #fff;
  font-size: 16px;
  font-family: '微软雅黑', "SimHei", "黑体";
  background-color: #fff;
  min-width: 1520px;
}
.layui-layer-dialog .layui-layer-content{
  color: black;
}
ul,
ol {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

input {
  background: none;
  outline: none;
  border: 1px solid #ccc;
  padding-left: 10px;
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  /* placeholder字体大小 */
  font-size: 14px;
  color: #bebebe;
}

input:focus {
  border: 1px solid #ccc;
}

a {
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:active,
a:focus {
  color: #fff;
}

.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.w {
  width: 1402px;
  margin: 0 auto;
}

.fl {
  float: left;
}
div.fl{
  cursor: pointer;
}
.fr {
  float: right;
}

.hidden {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}

#sub-u{
  display: none;
  position: absolute;
  width: 120px;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
}
#sub-u li a{
  font-size: 12px;
  color: black;
  padding-left: 10px;
}