@charset "utf-8";
/* CSS Document */

/*格式化样式*/
* {
  margin: 0;
  padding: 0;
  user-select: none;
}

body {
  font: 12px/1.5 MIcrosoft YaHei, Arial, Helvetica, sans-serif;
  color: #333
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0
}

a {
  color: #202020;
  text-decoration: none;
}

a:hover {
  color: #00a1d6;
}

img {
  border: none
}

input {
  vertical-align: middle;
  outline: none
}

textarea {
  outline: none;
}

ul,
ol,
dl {
  list-style: none;
}

b,
em,
i,
u,
strong {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}

/*公共样式*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  overflow: hidden;
  zoom: 1
}

.clear {
  clear: both
}

.combo-dropdown {
  overflow-y: scroll;
  overflow-x: hidden;
}

.combo-dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, .1);
  border: none;
  border-radius: 0.5rem;
}

.combo-dropdown::-webkit-scrollbar {
  width: 0.01rem;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 0.5rem;
}

.combo-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 0.5rem;
}