body,
html {
  -webkit-font-smoothing: unset !important;
  font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial !important;
}
html {
  background-color: #f6f7f9;
}
body {
  word-break: break-word;
  font-size: 12px;
  line-height: normal;
  margin: 0;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#app > .container {
  flex: 1;
}
[v-cloak] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
::-webkit-scrollbar-track-piece {
  background: #efefef;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background: #c7d1da;
  border-radius: 3.5px;
}
.el-step__title {
  font-size: 14px;
  font-weight: 400;
}
.el-step__title.is-process {
  color: #3a5998;
}
.el-step__icon {
  border-color: #3a5998;
  background-color: #3a5998;
  color: #ffffff;
}
.el-step__icon .el-step__icon-inner {
  font-weight: 600;
}
.el-step__head.is-finish .el-step__icon,
.el-step__head.is-wait .el-step__icon {
  font-size: 13px;
  height: 16px;
  width: 16px;
  margin: 4px 0;
  border-color: #98a5be;
  background-color: #98a5be;
  color: #ffffff;
}
.el-step__title.is-finish,
.el-step__title.is-wait {
  color: #98a5be;
}
.w {
  width: 1190px;
  margin: 0 auto;
}
.ty-confirm.el-message-box {
  width: 500px;
}
.ty-confirm.el-message-box .el-message-box__btns {
  border-top: 1px solid #ECECEC;
  padding: 10px 20px 0;
}
.ty-confirm.el-message-box .el-message-box__btns button {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 20px;
}
.ty-confirm.el-message-box .el-message-box__btns button:nth-child(1) {
  background: #F2F3F5;
  border-color: #E5E6EB;
  color: #86909C;
}
.ty-confirm.el-message-box .el-message-box__btns button:nth-child(1):hover {
  background: #86909c;
  border-color: #86909c;
  color: #fff;
}
.ty-confirm.el-message-box .el-message-box__btns button:nth-child(2) {
  margin-left: 20px;
}
.ty-confirm.el-message-box .el-message-box__header {
  padding: 21px 20px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 25px;
}
.ty-confirm.el-message-box .el-message-box__header .el-message-box__headerbtn {
  right: 21px;
  top: 20px;
}
.ty-confirm.el-message-box .el-message-box__header .el-message-box__headerbtn .el-message-box__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../assets/img/tyDialog/closeBtn.png) no-repeat;
}
.ty-confirm.el-message-box .el-message-box__header .el-message-box__headerbtn .el-message-box__close:before {
  opacity: 0;
}
.ty-confirm.el-message-box .el-message-box__content {
  padding: 10px 20px 39px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 22px;
}
