@charset "utf-8";
.pb52{
    padding-bottom:52px;
}
.main_content{position: relative;}
.pd-content {
    border: 1px solid #CACACA;
    background: #fff;
    font-size: 14px;
}

.pd-content .card_title {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #E0E1E1;
    background: #F1F1F1;
}
.card_title_borb {
    font-size: 14px;
    font-weight: bold;
}
.se-top {
    /*height: 50px;*/
    /*border-bottom: 1px solid #e8e8e8*/
}

.se-top .se-title {
    width: 300px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border-left: 4px solid #0186c6;
}

.se-manage {
    padding: 0 20px;
}
.se-manage li {
    line-height: 24px;
    padding: 20px 140px;
    position: relative;
    border-bottom: 1px dashed #e4e4e4
}

.se-manage li .l-tit {
    line-height: 24px;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 30px 0 25px
}

.se-manage li .l-tit i {
    width: 30px;
    height: 24px;
    background: url(../../images/acc/icon_se_bg.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.se-manage li .l-tit i.se-icon-tel {
    background-position: 0 0;
}

.se-manage li .l-tit i.se-icon-pwd {
    background-position: 0 -32px;
}

.se-manage li .l-tit i.se-icon-que {
    background-position: 0 -63px;
}

.se-manage li .text {
    color: #666
}

.se-manage li .ma-link {
    position: absolute;
    top: 20px;
    right: 0;
    color: #0b80c4;
}

.se-manage li .ma-link2 {
    right: 80px;
}

/*new-role*/
.role-box{padding: 20px 0;}
.role-box .role-line {
    padding: 10px 0
}

.role-inner .se-top .se-title {
    font-size: 14px;
}

.role-box .role-line .role-text {
    width: 80px;
    padding: 0 10px;
    text-align: right;
    display: inline-block;
    line-height: 28px;
}

.role-box .role-inner {
    margin-left: 100px;
    background: #f8f8f8;
}

.role-contain {
    border-bottom: 1px dashed #e4e4e4;
    margin: 10px 20px
}

.acc-setting {
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #ededed
}

.acc-setting .icon-acc-check {
    width: 32px;
    height: 32px;
    background: url(../../images/acc/icon_acc_check.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.acc-setting-button {
    text-align: center;
}

.acc-setting-button a {
    display: block;
    margin: 40px auto
}

.role-item-tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.role-itemrole-contain ul li {
    float: left;
    margin-right: 20px;
    padding: 10px 20px;
    font-size: 14px;
}

.mb-table table tr td {
    border: 1px solid #ddd;
}

.mb-table table {
    text-align: center;
    margin-left: 330px;
    margin-top: 180px;
}

.mb-bat {
    text-align: center;
    margin-top: 30px;
}

.cb-con {
    padding: 40px;
}

.checkbox-new {
    margin-right: 28px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    width: 70px;
}
.checkbox-item {
    margin-right: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    width: 70px;
}

.checkbox-btn {
    width: 16px;
    height: 16px;
    background: url(../../images/acc/yjs_control_checkbox_bg.gif) no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.checkbox-selected {
    background: url(../../images/acc/yjs_control_checkbox_bg.gif) no-repeat 0 -26px;

}

.checkbox-text {
    font-size: 14px;
}


/*角色管理*/
.pd100{
    padding:10px 0
}
.role-box{
    border:1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
}
.rolebox-item{
    background: #fff;
}
.rolebox-item .rolebox-title{
    padding:15px 20px;
    background: #f1f1f1;
    position: relative;
}
.roleboxinner-title{
    padding:0 20px;
    border-bottom:1px solid #dae6ee;
    background: #f4f8fb
}
.roleboxinner-title .control-checkbox .checkbox-item .checkbox-text{
    font-weight:bold;
}
.rolebox-item .rolebox-title .icon_click{
    width:30px;
    height: 30px;
    display: block;
    background: url(../../images/acc/icon_click.gif) no-repeat;
    position: absolute;
    top:50%;
    margin-top:-15px;
    right: 20px;
}
.rolebox-item .rolebox-title .icon_down{
    background-position: 8px -18px;
}
.rolebox-item .rolebox-title .icon_up{
    background-position: 8px 11px;
}
.rolebox-titletext{
    color:#333;
    font-weight: bold;
    font-size: 14px;
}
.rolebox-inner{
    margin-top:20px;
    border:1px solid #e8e8e8;
}

.roleboxinner-item{
    padding:0 20px
}
.rolebox-pd{
    padding:0 20px 20px 20px
}