.vtx-modal-gas-cylinder-file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vtx-modal-gas-cylinder-file-group .vtx-modal-gas-cylinder-file-img {
  height: 65px;
  width: 85px;
  border-radius: 10px;
  background-color: #3399cc;
  color: #fff;
  text-align: center;
  line-height: 64px;
  margin: 10px 0;
}
.vtx-modal-gas-cylinder-file-notStarted {
  height: 15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 10px 0;
}
.vtx-modal-gas-cylinder-file-conduct {
  height: 15px;
  width: 15px;
  background-color: #ee9611;
  border-radius: 50%;
  margin: 10px 0;
  box-shadow: 0px 0px 15px #eec211;
  /*考虑浏览器兼容性*/
  -moz-box-shadow: 0px 0px 15px #eec211;
  -webkit-box-shadow: 0px 0px 15px #eec211;
}
.vtx-modal-gas-cylinder-file-completed {
  height: 15px;
  width: 15px;
  background-color: #42e61a;
  border-radius: 50%;
  margin: 10px 0;
  box-shadow: 0px 0px 15px #99ff00;
  /*考虑浏览器兼容性*/
  -moz-box-shadow: 0px 0px 15px #99ff00;
  -webkit-box-shadow: 0px 0px 15px #99ff00;
}
.vtx-modal-gas-cylinder-file-notStartedLine {
  margin: 10px 0;
  color: #ccc;
  font-weight: bold;
}
.vtx-modal-gas-cylinder-file-completedLine {
  margin: 10px 0;
  color: #42e61a;
  font-weight: bold;
}
.vtx-modal-gas-cylinder-file-img :global .ant-image {
  margin: 5px 5px;
}
