@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

.ui-stepBar-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.ui-stepBar-wrap .ui-stepBar {
    position: relative;
    width: 100%;
    height: 1px;
    background: url(../../images/join/dashed.png);
    top: 100px;
    left: 5%;
    z-index: 101;
}

.ui-stepBar-wrap .ui-stepBar .ui-stepProcess {
    position: relative;
    width: 0;
    height: 1px;
    top: 0;
    left: 0;
    z-index: 102;
}

.ui-stepBar-wrap .ui-stepInfo-wrap {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.ui-stepBar-wrap .ui-stepInfo-wrap td.ui-stepInfo {
    position: relative;
    float: left;
    text-align: center;
    line-height: 196px;
    vertical-align: middle;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence {
    position: relative;
    padding: 2px 2px;
    border: 2px;
    border-radius: 50%;
    z-index: 103;
}

.ui-stepSequence-red {
    display: inline-block;
    background-color: white !important;
    background: url(../../images/join/circel-red.png);
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName {
    position: relative;
    line-height: 50px;
    z-index: 103;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change,
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change {}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover {
    box-shadow: 0 0 3px 1px #516784;
}

.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover {
    box-shadow: 0 0 3px 1px #cccccc;
}

.judge-stepSequence-pre {
    color: #ffffff;
}

.judge-stepSequence-hind {
    background: #cccccc;
    color: #000000;
}

.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;
}
