@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url('iconfontcmz.ttf?t=1620975589552') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shanglajiantou:before {
  content: "\e626";
}

.icon-close-circle:before {
  content: "\eb3a";
}



/* cmzcss */

.cmz-select * {
  box-sizing: border-box;
}

.cmz-fl {
  float: left;
}

.cmz-select .cmzclearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.cmz-select .cmzclearfix {
  zoom: 1;
}

.cmz-select ul {
  list-style: none;
}

.cmz-select {
  position: relative;
  min-height: 26px;
  height: 100%;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.cmz-select input {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 26px;
  border: 1px solid #999;
  font-size: 14px;
  color: #606266;
  padding: 0 10px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  position: absolute;
  line-height: 1.8em;
}

.cmz-select input:hover {
  border-color: #c0c4cc;
}

.cmz-select input:focus {
  border-color: #409eff;
}

.cmz-select input::-webkit-input-placeholder {
  color: #dcdfe6;
}

.cmz-select input::-moz-placeholder {
  color: #dcdfe6;
}

.cmz-select input:-ms-input-placeholder {
  color: #dcdfe6;
}

.cmz-select ::-webkit-scrollbar {
  width: 4px;
  /* height: 6px; */
  /* right: -2px; */
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.47)
}

.cmz-select ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f5b560ee;
  /* #87acbf */
}


.cmz-select ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(237, 237, 237);
}

.cmz-select ::-webkit-scrollbar-track-piece {
  background-color: #23252676;
}

.cmz-select ul {
  display: none;
  color: #606266;
  font-size: 14px;
  border: 6px solid #99999900;
  border-right: 1px solid #FFF;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 28%);
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10001;
  margin-top: 5px;
  border-radius: 0.3em;
  padding: 5px 0;
}

.cmz-select ul.listT {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.cmz-select ul li {
  line-height: 30px;
  overflow: hidden;
  margin: 2px 10px;
  cursor: pointer;
  border-bottom: 1px dashed #cccccc78;
}

.cmz-select ul li.on {
  background-color: #f5f7fa;
}

.cmz-select ul li.selected {
  color: #409eff;
  font-weight: bold;
}

.cmz-select .inputImg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  color: #bbb;
  cursor: pointer;
  z-index: 999;
}

.cmz-select .delImg:hover {
  color: #ccc;
}

.cmz-select .delImg:hover+.cmz-input {
  border-color: #c0c4cc;
}

.cmz-select .arrowIcon {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}

.cmz-select .arrowIcon.selected {
  transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  /* IE 9 */
  -moz-transform: translateY(-50%) rotate(-180deg);
  /* Firefox */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%) rotate(-180deg);
  /* Opera */
}

.cmz-select .hide {
  display: none;
}

@media only screen and (max-width:500px) {

  .cmz-select ul {
    font-size: 12px;
  }

  .cmz-select ul.listT {
    font-size: 12px;
  }

  .cmz-select input {
    font-size: 13px;
  }

}