body {
    font-family: "微软雅黑";
    font-size: 14px;
    margin: 0;
    padding: 0;
}

ul {
    -webkit-padding-start: 0px;
}

ul li {
    list-style: none;
}
.mpassword {
    padding-top: 2rem;
    overflow: hidden;
}

.flowsteps {
    max-width: 950px;
    height: auto;
    padding: 0 10%;
    margin: 0 auto 40px;
}

.flowsteps em {
    position: relative;
    left: -50%;
    display: block;
    text-align: center;
    font-style: normal;
    line-height: 36px;
}

.flowsteps ol {
    margin: 0;
    padding: 0;
    position: relative;
}

.flowsteps .last {
    width: auto !important;
    position: absolute;
    right: 0;
}

.flowsteps .current,
.flowsteps .current span,
.flowsteps .done span em {
    color: #32b16c;
}

.flowsteps .current span i {
    background: #32b16c;
}

.flowsteps .done {
    background: url(../images/home/passlinecurr.png) repeat-x 0 13px;
}

.flowsteps li {
    float: left;
    display: inline;
    height: auto;
    background: url(../images/home/passline.png) repeat-x 0 15px;
    width: 24%;
}

.flowsteps .current,
.flowsteps .current span,
.flowsteps .done span em {
    color: #32b16c;
}

.flowsteps span {
    float: left;
    width: auto;
}

.flowsteps .first i,
.flowsteps .last i,
.flowsteps .last em {
    left: 0;
}
.flowsteps .first em{left:-32%;}
.flowsteps li i {
    position: relative;
    left: -17px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #d2d2d2;
    border-radius: 50%;
}

.flowsteps li i
.flowsteps .current,
.flowsteps .current span,
.flowsteps .done span em {
    color: #32b16c;
}
.flowsteps .last i {
}

#Hoveto {
    width: 22.1875rem;
    overflow: hidden;
    text-align: center;
}

#Hoveto,
#Nopass {
    margin: 0 auto;
}

#Hoveto ul {
    overflow: hidden;
    padding-top: 30px;
}

.bing ul li {
    float: left;
}

.bing ul li a {
    background-color: #ffa200;
    color: #FFFFFF;
    border: none;
    padding: 5px 8px;
    font-size: 14px;
    float: right;
}

a {
    text-decoration: none;
    color: #0074bf;
}

.bing-img {
    width: 80px;
    text-align: center;
}

.exnewpass {
    color: #808080;
}
.btn-content{text-align: center;overflow: hidden;}
.content-btn{
    background: #34a1ff;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border: none;
    border-radius: 4px;
    padding: 0.6rem;
    outline: none;
    display: block;
    max-width: 160px;
    margin: auto;

    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.content-btn:hover{
    background: #10438d;
    text-decoration: none;
    color: #ffffff;
}