/* write style here */
// .MaterialSelector {

// }
@import url('//at.alicdn.com/t/font_2241143_hxd4bb0cqpe.css');
.materialsBox {
  // width: 1000px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  max-width: 100%;
  .next-dialog-footer {
    padding: 23px 17px 12px 10px;
    .next-btn.next-btn-primary {
      color: #fff;
      background-color: rgb(255, 106, 0);
      &:hover {
        background-color: rgba(255, 106, 0, 0.8);
      }
    }
  }
}

.materialsBox .next-dialog-close {
  height: 9.7px;
  width: 9.7px;
  color: #b9bcbf;
  top: 18px;
  right: 19px;
}

.materialsBox .next-dialog-body {
  padding: 0;
}

.materials {
  height: 14px;
  width: 100%;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 20px;
}

.materialsUnderLine {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.materialsCancel {
  margin-right: 15px;
  color: #b9bcbf;
  cursor: pointer;
}

// .hiddenBox{
//   display: none;
// }

.xStyle {
  height: 9.7px;
  width: 9.7px;
}
