@charset "utf-8";
*{padding:0;margin:0;}
.ui-stepBar-wrap{position:relative;width:100%;height:80px;background: rgba(255,255,255,0);overflow:hidden;display:none;z-index:100;}
.ui-stepBar-wrap .ui-stepBar{position:relative;width:88%;height:7px;background: #d7d7d7;top:30px;z-index:101;margin:0 auto;}
.ui-stepBar-wrap .ui-stepBar .ui-stepProcess{position:relative;width:0;height:7px;background:#3399ff;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 .ui-stepInfo{position:relative;padding-top:5px;text-align:center;}
/*.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence{position:relative;padding:4px 8px;border-radius:50%;z-index:103;}*/
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepSequence{position:relative;width:40px;height:40px;line-height: 40px;border-radius:50%;z-index:103;display:inline-block;text-align:center; }/*必须使用内联元素*/
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .ui-stepName{position:relative;line-height:30px;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{cursor:pointer;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-pre-change:hover{box-shadow:0 0 3px 1px #3399ff;}
.ui-stepBar-wrap .ui-stepInfo-wrap .ui-stepInfo .judge-stepSequence-hind-change:hover{box-shadow:0 0 3px 1px #3399ff;}

.stepNodeImgFilter{filter:gray;}
/*前置类型(即已跳转步骤样式)*/
.judge-stepSequence-pre{background:#3399ff;color:#ffffff;}
/*后置类型(即未跳转步骤样式)*/
.judge-stepSequence-hind{background: #d7d7d7;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;}