#spotModal * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#spotModal .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#spotModal .modal-title {
  text-align: center;
  font-size: 18px;
}
#spotModal .spot-item {
  display: none;
}
#spotModal .spot-item:first-child {
  display: block;
}
#spotModal .spot-upload-box {
  margin: 30px auto;
  position: relative;
  width: 233px;
  height: 171px;
  background: url(../../img/company-choose/spot.png) center center no-repeat;
  background-size: 100% 100%;
}
#spotModal .spot-img {
  width: 215px;
  height: 153px;
  margin: 9px;
  display: none;
}
#spotModal .spot-upload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#spotModal .btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#spotModal .btn-box .btn {
  width: 100px;
}
#spotModal .btn-box .btn:nth-child(2) {
  margin-left: 20px;
}
#spotModal .spot-tip {
  line-height: 30px;
  color: red;
  text-align: center;
}
#spotModal .spot-title {
  color: #a8afb7;
}
