*{padding:0; margin:0;}
ul, ol, li, dl {list-style-type: none;}

/*进度条*/
.progress {
    height:10px;
    background:#ebebeb;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-radius:10px;
}
.progress > span {
    position:relative;
    float:left;
    margin:0 -1px;
    min-width:30px;
    height:10px;
    line-height:16px;
    text-align:right;
    background:#cccccc;
    border:1px solid;
    border-color:#bfbfbf #b3b3b3 #9e9e9e;
    border-radius:10px;
    background-image:-webkit-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
    background-image:-moz-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
    background-image:-o-linear-gradient(top,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
    background-image:linear-gradient(to bottom,#f0f0f0 0%,#dbdbdb 70%,#cccccc 100%);
    -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.2);
}
.progress .orange {
    background:#FE8E01;
    border-color:#FE8E02 #FE8E02 #BF6B02;
    background-image:-webkit-linear-gradient(top,#FEAA41 0%,#FE8E02 70%,#FE8E01 100%);
    background-image:-moz-linear-gradient(top,#FEAA41 0%,#FE8E02 70%,#FE8E01 100%);
    background-image:-o-linear-gradient(top,#FEAA41 0%,#FE8E02 70%,#FE8E01 100%);
    background-image:linear-gradient(to bottom,#FEAA41 0%,#FE8E02 70%,#FE8E01 100%);
}


.NoteText {font: 14px 微软雅黑;line-height: 30px;margin: 0 auto;padding-top: 10px;}
.NextButton{width:98%;margin-left:auto;margin-right:auto;background:#007EC3;color:#FFF;border:0;height:3rem;font-weight:bold;border-radius:3px;font-size:1rem;}
.DownButton{width:98%;margin-left:auto;margin-right:auto;background:#008000;color:#FFF;border:0;height:3rem;font-weight:bold;border-radius:3px;font-size:1rem;}
.PreButton{width:98%;margin-left:auto;margin-right:auto;background:#CCC;color:#FFF;border:0;height:3rem;font-weight:bold;border-radius:3px;font-size:1rem;margin-top:0.5rem;}

.PinForm{width:98%;height:2rem;line-height:2rem;margin-left:auto;margin-right:auto;margin-top:0.5rem;margin-bottom:0.5rem;}
.PinForm .Title{width:33%;float:left;font-size:0.8rem;font-weight:bold;color:#553526;text-align:right;}
.PinForm .Data{width:67%;float:right;font-size:0.7rem;}
.PinForm .PinInput{width:100%;height:2rem;font-size:0.9rem;color:#622C08;}

.FootBlank{width:100%;height:3rem;}
.Footer{width:100%;position: fixed; bottom: 0px;height:2.5rem;line-height:2.5rem;text-align:center;background:#A2CFE7;}