/*base*/
.progress-bar{
    background-color: #fff;
    height: 50px;
    text-align: center;
    font-size: 14px;
}
.progress-bar span{
    display: inline-block;
    width: 30%;
    height: 100%;
    vertical-align: top;
    line-height: 50px;
}
.progress-bar i{
    font-size: 16px;
    display: inline-block;
    width: 5%;
    height: 100%;
    vertical-align: top;
    line-height: 50px;
}
.link-area{
    text-align: center;
}
.link-area p{
    text-indent: 0.5em;
    margin: 0;
}
.link-area a{
    color: #157EFB;
    font-size: 14px;
}
.progress-step1,
.progress-step2,
.progress-step3{
    display: none;
}
.step1 .progress-step1,
.step2 .progress-step2,
.step3 .progress-step3{
    display: block;
}
.step1 .progress-bar-step1,
.step2 .progress-bar-step2,
.step3 .progress-bar-step3{
    color:#157EFB;
}
.mui-input-row span{
    float: right;
    vertical-align: top;
    max-width: 65%;
    padding: 11px 15px;
    line-height: 1.2em;
    word-break: break-all;
    word-wrap: break-word;
}
h2{
    font-size: 16px;
    font-weight: normal;
}
.y-btns {
    padding: 10px 6px;
}
/*step1*/
.mui-content{
    position: relative;
    background: white;
}
.mui-input-group {
    margin-top: 0;
}
.mui-input-group:before {
    z-index: 1;
}
.mui-input-group:after {
    height: 1px;
}
.mui-input-row button{
    position: absolute;
    right: 10px;
    top:3px;
}
.countdown {
    display: none;
    color:#919191;
    position: absolute;
    right: 10px;
    top:3px;
}
#phone_number{
    padding-right: 110px;
}
/*step2*/
.mui-input-row .y-title{
    text-align: left;
    color:#E84F4F;
    font-size: 12px;
    padding: 13px 15px;
}
/*step3*/
.progress-step3 label{
    width: 35%;
}
.progress-step3-title{
    text-align: center;
}
.progress-step3 .mui-input-group{
    background-color: transparent;
}
.progress-step3-title i{
    margin: 15px 0;
    display: inline-block;
    width: 60px;
    height: 65px;
    background-image: url(../img/login_success.png);
    background-size: 100% 100%;

}
/*使用协议页面*/
.agreement-wrapper{
    padding: 15px;
    background-color: #fff;
}
.agreement-wrapper h1{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.agreement-wrapper h2{
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.agreement-wrapper span{
    color: red;
}
.oh{
    overflow: hidden;
}
.fr{
    float: right;
}
/*fixed*/
.y-contact{
    position: absolute;
    bottom: 14px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
@media (max-width:320px){
    .progress-step2 .mui-content-padded {
        margin-top: 0;
    }
}

