.aui-form-group {
    position: relative;
    font-size: 15px;
    color: #666;
    height: .8rem;
}
.aui-form-group .form-control {
    width: 100%;
    position: relative;
    z-index: 3;
    background: 0 0;
    border: 0;
    padding: 0.3rem 0 0.04rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    color: #767676;
    top: .3rem;
}

.aui-form-group .form-control:invalid {
    outline: 0;
}
.aui-form-group .form-label {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0.3rem;
 
}
.form-control:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
}
.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #e5e5e5;

}

.register{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}
h6{
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    margin-bottom: .4rem;
}
h6 a{
    color:  #2d3141;
    font-size: .18rem;
}
form{
    width: 100%;
}

.logo{
    width: 2.6rem;
}
.register button{
    width: 100%;
    height: .5rem;
    margin: .4rem auto;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #3f8ef7;
    margin-bottom: 0;
}
.header_top{
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    position: relative;
}
.header_top a{
    position: absolute;
    top: .02rem;
    left: 0rem;
    color: #2d3141;
}
.header_top h2{
    text-align: center;
}
.bar{
    width: 100%;
    height: .1rem;
    background-color: #f5f5f5;
}
.qualification_{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.qualification_ button{
    width: 100%;
    height: .5rem;
    margin: .4rem auto;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #3f8ef7;
    margin-bottom: 0;
}
.text_login{
    width: 100%;
    height: .4rem;
    position: relative;
}
.text_login a{
    line-height: .4rem;
    color: #1E1E27;
}
.text_login .acti{
    color: #EB4C22;
    position: absolute;
    right: 0;
}
.name{
    width: 100%;
    height: .8rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    padding: .1rem 0;
}
.name p{
    font-size: .14rem;
    margin-top: .1rem;
    width: 80%;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.name h3{
    font-size: .18rem;
}
.name img{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .12rem;
    right: 0px;
}
.text_list{
    width: 100%;
    height: 100%;
    padding: .2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.text_list h4{
    font-size: .18rem;
    font-weight: 600;
}
.text_list p{
    width: 100%;
    line-height: .4rem;
    color: #707074;
}
.text_foot{
    width: 100%;
    color: #707074;
    margin: .2rem 0;
    line-height: .3rem;
}
.Sign{
    color: #000;
}

.btn{
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    position: relative;
    top: .28rem;
}
.btn a{
    color: #969699;
}
.notice{
    width: 100%;
    box-sizing: border-box;
    padding: .2rem;
    background-color: #F5F5F5;
}
.notice .time{
    width: 100%;
    text-align: center;
}
.notice li .notice_box{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: .1rem;
    border-radius: 10px;
    margin-top: .2rem;
}
.notice li .notice_box h4{
    font-size: .16rem;
    font-weight: 500;
    color: #2D3141;
}
.notice li .notice_box .notice_con{
    width: 100%;
    height: .8rem;
    background-color: #FAFAFA;
    margin-top: .2rem;
}
.notice li .notice_box .notice_con img{
    width: 30%;
    height: .8rem;
    float: left;
}
.notice li .notice_box .notice_con p{
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: .12rem 0 0 .1rem;
    color: #969699;
    line-height: .26rem;
}
.notice li{
    margin-bottom: .2rem;
    position: relative;
}
.icon{
    position: absolute;
    background: url(../img/wd.png) no-repeat;
    width: .4rem;
    height: .4rem;
    background-size: 100%;
    top: .4rem;
    right: 0;
}
.icon2{
    position: absolute;
    background: url(../img/yd.png) no-repeat;
    width: .4rem;
    height: .4rem;
    background-size: 100%;
    top: .4rem;
    right: 0;
}
.img_box{
    width: 100%;
    box-sizing: border-box;
    padding: .2rem;
}
.conten{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
}
.conten p,
.conten h2{
    width: 100%;
    text-align: center;
    margin-bottom: .1rem;

}

.payment{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-top: .6rem;
}
.payment p{
    line-height: .5rem;
    position: relative;
}
.zhifubao{
    padding-left: .5rem;
    font-size: .20rem;
}
.yinlian{
    padding-left: .5rem;
    font-size: .20rem;
}
.payment .zfb_logo{
    display: block;
    width: .36rem;
    height: .36rem;
    background: url(../img/zfb.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .06rem;
    left: 0;
}
.payment .yl_logo{
    display: block;
    width: .36rem;
    height: .36rem;
    background: url(../img/yl.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .12rem;
    left: 0;
}
.act{
    display: block;
    width: .2rem;
    height: .2rem;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    top: .1rem;
    right: 0;
}
.img_i{
    border: none !important;
    background: url(../img/xz.png) no-repeat;
    background-size: 100%;
}

.img_logo{
    width: .8rem;
    height: .8rem;
    margin: .4rem auto;
}
.conten h2{
    font-size: .3rem;
}
.successful{
    width: 100%;
    margin-top: .3rem;
}
.successful p{
    width: 3rem;
    margin: 0 auto;
    line-height: .4rem;
}
.successful p span{
    display: block;
    float: left;
}
.successful p .span_l{
    width: 24%;
}
.successful p .span_r{
    width: 76%;
    color: #959595;
    text-align: right;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
input{
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.title_{
    margin-top: .2rem;
    height: .5rem;
    line-height: .5rem;
    font-weight: 700;
}
.movi{
    width: 100%;
    position: fixed;
    z-index: 10002;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.movi_col{
    position: absolute;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.movi_con{
    width: 100%;
    background: #FFF;
    left: 0;
    bottom: 1.2rem;
    position: absolute;
    z-index: 10002;
}
.movi_con p{
    line-height: .4rem;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}

.increase{
    position: absolute;
    right: 0;
    top: .3rem;
    color: #EB4C22;
}
#selYear1,
#selMonth1,
#selDay1{
    position: relative;
    top: .6rem;
}



