* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 100%;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent
}


/* input,text,textraea,select,默认样式 */

*,
input,
textarea,
select {
  word-wrap: normal;
  border-radius: 0px;
}

input[type="search"] {
  -webkit-appearance: none;
}


input,
button,
select,
textarea {
  outline: none;
  background: none;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: inset 0px 0px 0px 20px #101113;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

input::-webkit-search-cancel-button {
  display: none;
}

textarea {
  overflow-y: visible;
  resize: none;
}

input {
  -webkit-appearance: none;
  /*去除input默认样式*/
}

html,
body,
#app {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #bbdebf;
}

#app {
  overflow-y: scroll;
}


.home {
  padding: 86px 26px;
  width: 100%;
  height: auto;
}

.main-box {
  width: 100%;
  height: auto;
  margin-top: 16px;
  margin-bottom: 160px;
}

.main-title {
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 18px;
  background: #227133;
  padding: 8px 12px;
}

.main-con {
  background: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #bfbfbf;
}

/* flex */

.cenCen {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cenLeft {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.cenRig {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cenBet {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.botLeft {
  display: flex;
  -webkit-display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}





.el-form-item__label {
  color: #227133;
}

.el-step.is-horizontal .el-step__line {
  height: 0px;
}

.el-step__line-inner {
  width: 0px !important;
}

.el-step__icon {
  background-color: #bbdebf;
}

.el-step__title.is-wait,
.el-step__head.is-wait {
  color: #000;
}

.el-step__title.is-process {
  font-weight: 500;
}

.el-select {
  float: left;
}

.el-checkbox {
  margin-right: 0px;
}

.el-step__title {
  font-size: 20px;
}

.el-dialog-box>div>div:first-of-type>span {
  color: #fff;
}
