<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*å·²åºŸå¼ƒä¸ç”¨*/
.ui-stepBar-wrap{
  position: fixed;
  width: 1170px;
  height: 130px;
  background: #fff;
  overflow: hidden;
  display: block;
  z-index: 100;
}
@media (min-width: 618px) {
    .ui-stepBar-wrap {
        width:600px
    }
}
@media (min-width: 768px) {
    .ui-stepBar-wrap {
        width:750px
    }
}

@media (min-width: 992px) {
    .ui-stepBar-wrap {
        width:940px
    }
}

@media (min-width: 1200px) {
    .ui-stepBar-wrap {
        width:1200px
    }
}
.ui-stepBar-wrap .ui-stepBar{
  position: relative;
  width: 80%;
  height: 5px;
  background: #cccccc;
  top: 50px;
  left: 10%;
  z-index: 101;
}
.ui-stepBar-wrap .ui-stepBar .ui-stepProcess{
  position: relative;
  width: 0;
  height: 5px;
  background: #01a2d8;
  top: 0;
  left: 0;
  z-index: 102;
}
.ui-stepBar-wrap .ui-stepInfo-wrap{
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo{
  position: relative;
  float: left;
  padding-top: 36px;
  text-align: center;
  width: 20%;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence{
  position: relative;
  padding: 4px 5px;
  border-radius: 50%;
  z-index: 103;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName{
  position: relative;
  line-height: 50px;
  z-index: 103;
  display: inherit;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change{
  cursor: pointer;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover{
  box-shadow: 0 0 3px 1px #01a2d8;
  color: #ffffff;
}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover{
  box-shadow: 0 0 3px 1px #cccccc;
}
.judge-stepSequence-pre{
  background: #01a2d8;
  color: #ffffff;
}
.judge-stepSequence-hind{
  background: #cccccc;
  color: #fff;
}

.author{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  color: #1569ec;
  text-shadow: 1px 1px 0 #e7e7e7, 0 1px 7px #fff;
}
.nav-station{
  height: 130px;
}</pre></body></html>