@font-face {
  font-family: 'CS-Interface';
  src:
    url('fonts/CS-Interface.ttf?2eqyst') format('truetype'),
    url('fonts/CS-Interface.woff?2eqyst') format('woff'),
    url('fonts/CS-Interface.svg?2eqyst#CS-Interface') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cs-"], [class*=" cs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CS-Interface' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-circle:before {
  content: "\e922";
}
.cs-scissors:before {
  content: "\e902";
}
.cs-question-hexagon:before {
  content: "\e900";
}
.cs-save:before {
  content: "\e901";
}
.cs-search:before {
  content: "\e906";
}
.cs-send:before {
  content: "\e907";
}
.cs-settings-2:before {
  content: "\e908";
}
.cs-sort:before {
  content: "\e909";
}
.cs-star:before {
  content: "\e90a";
}
.cs-star-full:before {
  content: "\e90b";
}
.cs-user:before {
  content: "\e90c";
}
.cs-warning-hexagon:before {
  content: "\e90d";
}
.cs-archive:before {
  content: "\e90e";
}
.cs-arrow-double-left:before {
  content: "\e90f";
}
.cs-arrow-double-right:before {
  content: "\e910";
}
.cs-bin:before {
  content: "\e911";
}
.cs-calendar:before {
  content: "\e912";
}
.cs-check:before {
  content: "\e913";
}
.cs-check-square:before {
  content: "\e914";
}
.cs-chevron-bottom:before {
  content: "\e915";
}
.cs-chevron-left:before {
  content: "\e916";
}
.cs-chevron-right:before {
  content: "\e917";
}
.cs-chevron-top:before {
  content: "\e918";
}
.cs-clipboard:before {
  content: "\e919";
}
.cs-clock:before {
  content: "\e91a";
}
.cs-close:before {
  content: "\e91b";
}
.cs-close-circle:before {
  content: "\e91c";
}
.cs-duplicate:before {
  content: "\e91d";
}
.cs-edit-square:before {
  content: "\e91e";
}
.cs-error-hexagon:before {
  content: "\e91f";
}
.cs-file-text:before {
  content: "\e920";
}
.cs-gear:before {
  content: "\e921";
}
.cs-info-hexagon:before {
  content: "\e903";
}
.cs-menu:before {
  content: "\e904";
}
.cs-more-horizontal:before {
  content: "\e905";
}




.select-wrapper{
  font: normal 14px '\5FAE\8F6F\96C5\9ED1';
  width: 240px;
  height: 34px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *float: left;
  *margin-right: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
}
.select-wrapper.focus{
  border: 1px solid #2499e3;
}
.select-button{
  font: bold 15px '\5FAE\8F6F\96C5\9ED1';
  color: #228dcf;
  width: 238px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  padding: 0 26px 0 15px;
  overflow: hidden;
  text-align: left;
  outline: none;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.select-down{
  position: absolute;
  top: 21px;
  right: 12px;
  height:0;
  width:0;
  overflow: hidden;
  font-size: 0;
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
}  
.disabled{
  color: #cccccc;
}
.select-list{
  width: 100%;
  background: #fff;
  border: 1px solid #2499e3;
  box-shadow: 0 0 3px #ddd;
  border-radius: 3px;
  display: none;
  z-index: 2;
  position: absolute;
  left: -1px;
  top: 35px;
  overflow: hidden;
}
.select-list ul{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 34px;
  max-height: 240px;
}
.select-list ul li{
  width: auto;
  height: 34px;
  padding-left: 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.select-list ul li.selected,
.select-list ul li:hover{
  color: #fff;
  background: #2499e3;
}

/* 下拉列表不可用样式 */
.select-button-disable{
  color: #ccc;
  width: 238px;
  height: 34px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
  text-align: left;
  outline: none;
}
.select-down-disable{
 color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 10px;
 line-height: 34px;
}