.custom-dialog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
}

.handle-modal {
  background: #fff;
  position: fixed;
  /* left: 50%;
  top: 45%;
  transform: translate(-50%, -50%); */
  padding: 1em;
  width: 70%;
  font-weight: bold;
  opacity: 0.95;
  font-size: 2.6em;
  left: 0;
  bottom: 0;
}
.handle-modal .dialog-content {
  width: 100%;
  height: 100%;
}

.handle-modal .list {
  max-height: 30em;
  overflow-y: scroll;
}

.handle-modal .list .cate_list {
  padding: 0.7em 0;
}

* {
  padding: 0;
  margin: 0;
}
/* 清除li前面的圆点 */
li {
  list-style-type: none;
}
.showImg {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
/* 轮播图片 */
.showImg img {
  width: 100%;
  height: 100%;
}

/* 箭头图标 */
.iconDiv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: rgba(125, 125, 125, 0.2);
  text-align: center;
  cursor: pointer;
  margin: 0 0.3rem;
}
/* .iconDiv:hover {
  background-color: white;
} */
.icon-left {
  left: 10px;
}
.icon-right {
  right: 10px;
}

/* 控制圆点 */
.banner-circle {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-circle ul {
  margin: 0 50px;
  height: 100%;
  text-align: right;
}
.banner-circle ul li {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 1em;
  border-radius: 50%;
  background-color: rgba(125, 125, 125, 0.8);
  cursor: pointer;
}
.active {
  background-color: black !important;
}
