.bar_box{position: fixed;top: 44px;left: 0;width: 100%;background: #F0F0F0;z-index: 8;}
.bar_box .inner_bar{border-radius: 0 0.6rem 0.6rem 0;width: 5%;height: 0.3rem;line-height: 0.3rem;-webkit-transition: all .3s;transition:all .3s;text-align: right;padding-right: 0.3rem;}


.inquery_mername{text-align: center;font-size: 0.3rem;padding: 0.1rem 0.2rem;}
.inquery_mername.scroller{margin-top: 0.6rem;}

.stepItems{width: 92%;margin: 0 auto;padding-bottom: 1.2rem;}
.stepItem{display: none;margin-top: 0.2rem;padding-top: 0.2rem;}
.stepItem.actived{display: block;}

.stepItem.selected{display: block;}
.stepItem.selected .cards{display: none;}
.stepItem.selected .title .show_infobox{display: block;}

.stepItem.actived .cards{display: block;}
.stepItem.actived .title .show_infobox{display: none;}


.stepItem .title{padding: 0.2rem 0;font-size: 0.3rem;}
.stepItem .title .text{font-size: 0.3rem;width: 40%;}
.stepItem[data-type="C"] .title .text{width: 100%;}
.stepItem .title .show_infobox{width: 60%;}
.stepItem .title .show_infobox .selected_text{width: 80%;padding-top: 0.05rem;font-size: 0.22rem;}
.stepItem .title .show_infobox .modify{color: #D85A57;font-size: 0.28rem;}

.stepItem .cards .card{position: relative;text-align: center;padding: 0.3rem 0;border: 1px solid #999;margin-top: 0.2rem;border-radius: 0.1rem;font-size: 0.32rem;overflow: hidden;}
.stepItem .cards .card.img_path{padding: 0.5rem 0.1rem 0.5rem 1.8rem;}
.stepItem .title .show_infobox{display: none;}

.stepItem .cards .card img{position: absolute;top: 0rem;left: 0rem;width: 1.7rem;border-radius: 0.1rem;}
.stepItem .cards .card.img_path img{position: absolute;top: 50%;left: 0.2rem;width: 1.7rem;margin-top: -0.53rem;}


.stepItem .cards .card.selected{background: #FFEEEE;color: #FF8182;border: 1px solid #FF8182;}


.nextstep{position: fixed;bottom: 0;left: 0;width: 100%;background: #f5f5f5;text-align: center;line-height: 1.0rem;font-size: 0.32rem;}
.nextstep.recycle{color: #fff;background: -webkit-linear-gradient(left top, #F79F6C , #F77374,#F1645A);background: -o-linear-gradient(bottom right, #F79F6C , #F77374,#F1645A);background: -moz-linear-gradient(bottom right, #F79F6C , #F77374,#F1645A);background: linear-gradient(to bottom right, #F79F6C , #F77374,#F1645A);}

/*显示验证码*/
.login_code *{box-sizing: border-box;}
.login_code{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 999;}
.login_code .semcodebox{background: #fff;width: 300px;margin: 200px auto 50px;}
.login_code .semcodebox .code_tips{text-align: center;font-size: 16px;line-height: 60px;}
.login_code .semcodebox .sem_code{position: relative;padding-bottom: 20px;}
.login_code .semcodebox .sem_code .input{width: 92%;margin: 0 auto;border: 1px solid #ddd;padding: 0.3rem 0.2rem;}
.login_code .semcodebox .sem_code .input input{height: 30px;line-height: 30px;text-align: left;border: none;padding: 6px 10px;}
.login_code .semcodebox .sem_code  .in_code{position: absolute;top: 16px;right: 20px;background: #333;color: #fff;padding: 5px 10px;border-radius: 3px;font-size: 14px;}
.login_code .semcodebox .code_btm{width: 92%;margin: 0 auto;padding-bottom: 20px;}
.login_code .semcodebox .code_btm div{font-size: 16px;width: 42%;text-align: center;padding: 10px 0;border-radius: 5px;}
.login_code .semcodebox .code_btm .left{background: #ddd;color: #999;cursor: pointer;}
.login_code .semcodebox .code_btm .right{background: #FE2941;color: #fff;cursor: pointer;}