html {
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  list-style-type: none;
  word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
button,
input,
select {
  outline: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
ul，li {
  list-style-type: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?v=20190808');
    /* IE9*/
    src: url('../fonts/iconfont.eot#iefix?v=20190808') format('embedded-opentype'), url('../fonts/iconfont.woff?v=20190808') format('woff'), url('../fonts/iconfont.ttf?v=20190808') format('truetype'), url('../fonts/iconfont.svg#iconfont?v=20190808') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.kdb-top {
  position: fixed;
  top: 0;
  z-index: 5;
  height: 50px;
  background: #f1f1ee;
  width: 100%;
  box-shadow: 0 5px 5px #ccc;
}
.kdb-top .logo {
  margin: 12px 5px;
  float: left;
}
.kdb-top .search {
  float: left;
  margin: 8px 5px 10px 0;
  height: 30px;
  position: relative;
}
.kdb-top .search i {
  position: absolute;
  left: 8px;
  top: 9px;
  font-size: 16px;
}
.kdb-top .search input {
  width: 80px;
  height: 30px;
  padding-left: 30px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
}
.kdb-top .send-data {
  float: left;
  min-width: 60px;
  margin: 8px 5px 0 0;
  line-height: 30px;
  position: relative;
}
.kdb-top .send-data input {
  width: 60px;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
}
.kdb-top .send-address {
  float: left;
  min-width: 70px;
  margin: 8px 10px 0 0;
  line-height: 30px;
  position: relative;
}
.kdb-top .send-address select {
  background: none;
  width: 100%;
  height: 30px;
  border: none;
  font-size: 14px;
}
.kdb-top .send-address .ched {
  font-size: 14px;
}
.kdb-top .send-address ul {
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0.2rem;
}
.kdb-top .send-address i {
  background: #f1f1ee;
  position: absolute;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.kdb-top .city-grup {
  float: left;
  margin: 10px 5px;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}
.kdb-top .tab-tm {
  float: left;
  margin: 8px 5px;
  width: 80px;
  height: 30px;
  border: 1px solid #dadada;
  border-radius: 5px;
  box-shadow: 1px 1px 0 #fff;
  overflow: hidden;
}
.kdb-top .tab-tm a {
  color: #666666;
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  line-height: 30px;
  font-size: 16px;
}
.kdb-top .tab-tm a:hover {
  background: #e4e4e4;
  text-shadow: 1px 1px 0 #fff;
}
.kdb-top .tab-tm .active {
  background: #e4e4e4;
  text-shadow: 1px 1px 0 #fff;
}
.kdb-top .fenge {
  float: left;
  margin: 8px 0;
}
.kdb-top .right-ico {
  margin: 10px 0px;
  height: 30px;
}
.kdb-top .right-ico a {
  color: #666666;
  display: block;
  float: left;
  text-align: center;
  width: 35px;
  line-height: 30px;
  font-size: 20px;
}
.kdb-left {
  height: 100%;
  float: left;
  background: #ccc;
}
.kdb-right {
  position: fixed;
  right: 0;
  top: 102px;
  float: right;
  width: 300px;
  border-left: 1px solid #c2c2c2;
  height: 100%;
  background-color:white;
}
.kdb-conten {
  background: #fff url(../image/index-bj.png) center center no-repeat;
  width: 100%;
}
.kdb-page {
  margin: 60px auto 0;
  text-align: center;
  font-size: 14px;
}
.kdb-page b {
  text-align: center;
  font-weight: normal;
}
.kdb-page span {
  margin-right: 5px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: #666;
}
.kdb-page a {
  min-width: 18px;
  padding: 0 10px;
  display: block;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #666;
}
.kdb-page a:hover {
  color: #fff;
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
.kdb-page .active {
  color: #fff;
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
.kdb-page input {
  font-size: 14px;
  color: #666;
  width: 38px;
  height: 38px;
  margin: 0px 0px;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #bigwaid {
    display: black;
  }
  #smallwaid {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #smallwaid {
    display: black;
  }
  #bigwaid {
    display: none;
  }
}
#allmenu {
  clear: both;
  display: none;
  background: #FFF;
}
.no-data {
  width: 500px;
  text-align: center;
  margin: 60px auto 0;
}
.no-data i {
  display: block;
  font-size: 60px;
  color: #666;
}
.no-data span {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}
/*# sourceMappingURL=css.css.map */
