#qrcode{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*z-index: 999;*/
    width: 200px;
    height: 200px;
}
.index_qrcode{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*nmr,forestry*/
.index_log{
    position: relative;
}
.index_reg{
    display: flex;
}
.index_reg span{
    align-items: center;
    justify-content: space-around;
    text-align: center;
    position: relative;
    margin-right: 0;
    flex: 1;
}
.index_reg span:last-of-type{
    text-align: center;
}
.index_reg span::before{
    /*content: '';*/
    /*width: 1px;*/
    /*background-color: #d2d2d2;*/
    /*height: 0.2rem;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 35%;*/
    /*transform: translateY(-50%);*/
}
.index_reg span:last-of-type::before{
    height: 0;
}
.content_right{
    padding: 0.5rem 0.43rem 0 0.43rem;
}
.active_left{
    left: 50%;
    transform: translateX(-50%);
}
.active_right{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.login_user{
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}
/*cafs*/
.switch_tab{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.switch_tab span{
    margin: 0;
}
.switch_tab span:last-of-type{
    margin-left: 0;
}

/*finance*/
.index_log_big .index_log{
    width: 4.46rem;
}
/*kjfzzx*/
.toggle_box + .login_user{
    padding: 0;
}

.toggle_box .toggle_item:nth-child(1).login_active{
    /*width: 50%;*/
}
.toggle_box .toggle_item:nth-child(2).login_active{
    background-image: url(../img/center_tab_active.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.toggle_box .toggle_item:nth-child(3).login_active{
    /*width: 50%;*/
}
.toggle_box .toggle_item{
    /*flex: none;*/
}
#wechatLogin_Top{
    padding-left: 4%;
}
/*规划院*/
