@charset "utf-8";
/* CSS Document */
/*==============================
文件名称：易宝支付商户后台公共样式
创建时间：20170107
创 建 者：
版本：v1.0
功能描述：
===============================
/*-------------------------------------------------------------------------------------------------------------------
 初始化
-------------------------------------------------------------------------------------------------------------------*/
html, body {
    font: 14px/1.2 '微软雅黑', Helvetica Neue, Helvetica, Arial, sans-serif, tahoma;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:after, *:before {
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, button,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #4e4e4e;
    background: #f9f9f9;

}

h1, h2, h3, h4 {
    font-weight: 500;
}

ul {
    list-style: none;
}

select {
    appearance: none;
    /*-webkit-appearance:none;*/
    -moz-appearance: none;

}

select::ms-expand {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a {
    background-color: transparent;
    color: inherit;
    vertical-align: baseline;
    outline: none;
    text-decoration: none;
    color: #75a6df;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

img {
    border: 0;
}

textarea:focus, input:focus {
    border:1px solid #52BF63;
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    -webkit-transition: all .3s;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

textarea, botton, input {
    -webkit-transition: all .3s;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input::placeholder{
    color: #D8D8D8;
}

textarea {
    overflow: auto;
    resize: none;

}

table {
    /* border-collapse: collapse; */
    border-spacing: 0;
}

td, th {
    padding: 0;
}

p {
    line-height: 24px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/*-------------------------------------------------------------------------------------------------------------------
 图标
-------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: "iconfont";
    src: url('../../iconfont/iconfont.eot?t=1482311922870'); /* IE9*/
    src: url('../../iconfont/iconfont.eot?t=1482311922870#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../iconfont/iconfont.woff?t=1482311922870') format('woff'), /* chrome, firefox */ url('../../iconfont/iconfont.ttf?t=1482311922870') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../../iconfont/iconfont.svg?t=1482311922870#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before { content: "\e60e"; }

.icon-mima:before { content: "\e633"; }

.icon-you:before { content: "\e6da"; }

.icon-zuo:before { content: "\e6dc"; }

.icon-biaodan:before { content: "\e626"; }

.icon-jinlingyingcaiwangtubiao65:before { content: "\e764"; }

.icon-sousuo:before { content: "\e625"; }

.icon-iconshezhi01:before { content: "\e687"; }

.icon-gou:before { content: "\e601"; }

.icon-jiahao:before { content: "\e6eb"; }

.icon-gantanhao11-copy:before { content: "\e67e"; }

.icon-bofang:before { content: "\e77e"; }

.icon-laba:before { content: "\e64b"; }

.icon-icondate:before { content: "\e609"; }

.icon-chenggong1:before { content: "\e600"; }

.icon-renminbi1688:before { content: "\e6cb"; }

.icon-shibai:before { content: "\e630"; }

.icon-zhengshu:before { content: "\e7e4"; }

.icon-yonghuming-:before { content: "\e604"; }

.icon-csv:before { content: "\e68c"; }

.icon-gantanhao11-copy-copy:before { content: "\e77f"; }

.icon-zhengshu-copy:before { content: "\e7e5"; }

/*--页中--*/
.page-body {
    background: #f9f9f9;
}

.page-body:after {
    content: '';
    display: block;
    clear: both;
}

.page-title {
    color: #b3b3b3;
    padding: 10px 0 15px;
}

.page-title > .active {
    color: #52bf63;
}

.top20 {
    margin-top: 20px;
}

/*--颜色 --*/
.color-orange {
    color: #f36826;
}

.color-green {
    color: #52bf63;
}

.color-blue {
    color: #7babe2;
}

/*--按钮--*/
.btn-large {
    border-radius: 3px;
    padding: 9px 30px 10px;
    font-size: 16px;
}

.btn-midle {
    border-radius: 3px;
    padding: 8px 26px;
    font-size: 14px;
}

.btn-small {
    border-radius: 3px;
    padding: 5px 18px;
    font-size: 14px;
}

.btn-orange {
    border: solid 1px #f36826;
    color: #f36826;
}

.btn-orange:hover,
.btn-orange:active {
    border: solid 1px #fb834a;
    color: #fb834a;
}

.btn-success {
    color: #fff;
    background-color: #52bf63;
    border: solid 1px #52bf63;
}

.btn-success:hover,
.btn-success:active {
    color: #52bf63;
    border: solid 1px #52bf63;
    background-color: #fff;
}

.btn-primary {
    border: solid 1px #f36826;
    color: #fff;
    background-color: #f36826;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #fc834a;
}

.btn-default {
    color: #4e4e4e;
    border: solid 1px #ebebeb;
}

.btn-default:hover,
.btn-default:active {
    color: #4abeff;
}

.btn-default.active {
    color: #fff;
    background-color: #52bf63;
    border: solid 1px #52bf63;
}

.align-center {

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

/*-------------------------------------------------------------------------------------------------------------------
搜索面板
-------------------------------------------------------------------------------------------------------------------*/
.panel-search {
    padding: 16px 20px;
    background: #fff;
}

.form-group {
    padding: 8px 0;
    clear: both;
}

.form-group > .left {
    float: left;
    width: 70px;
    display: block;
    line-height: 28px;
}

.form-group > .right {
    margin-left: 70px;
    display: block;
}

.form-group > .right > button {
    margin-right: 8px;
}

.form-group > .right > .infor {
    display: inline-block;
    border-left: solid 1px #ededed;
    padding: 0 10px;
    color: #b3b3b3;
}

.form-group > .right > .form-msg {
    clear: both;

}

.infor-vertical {
    width: 1px;
    display: inline-block;
    border-left: solid 1px #ededed;
    padding-right: 10px;
}

.form-serach {
    padding-left: 70px;
    border-top: solid 1px #ededed;
    margin-top: 12px;
    padding-top: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------
表单
-------------------------------------------------------------------------------------------------------------------*/
.w220 {
    width: 220px;
}

/*--编辑--*/
.form-warp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.editform {
    margin-top: 60px;
}

.editform > .form-group > label {
    line-height: 40px;
}

.editform > .form-group input.form-control {
    border: solid 1px #ededed;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border-radius: 3px;

}
.editform > .form-group input.form-control[disabled]{
    background:#fff;
    color: #4e4e4e;
    border: 0;
}
.editform > .form-group select.form-control {
    border: solid 1px #ededed;
    height: 40px;
    padding: 0 10px;
    margin: 0;

}

.editform > .form-group .form-infor {
    line-height: 40px;
    display: inline-block;
    color: #7babe2;
    font-size: 12px;
}

.editform > .form-submit {
    margin-top: 14px;
    margin-left: 100px;
}

.editform > .form-group > .right {
    margin-left: 100px;
}

.editform .form-control-static {
    line-height: 40px;
}

/*--提交表单单行--*/
.single-form {
    width: 320px;

}

.single-form input.form-control {
    width: 100%;

}

.single-form > .form-submit {
    margin-left: 0;
}

.single-form > .form-submit > button {
    width: 100%;
}

.form-group > .input-group {
    position: relative;
}

.form-group > .input-group > input.form-control {
    padding-left: 45px;
}

.form-group > .input-group > .input-icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.form-group > .input-group .iconfont {
    color: #b3b3b3;
    font-size: 18px;
}

.form-group > .input-group > input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #D8D8D8;
}

.form-group > .input-group > input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #D8D8D8;
}

.form-group > .input-group > input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #D8D8D8;
}

.form-group > .input-group > input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #D8D8D8;
}

.form-group.infor-line {
    line-height: 20px;
    padding: 0;
    margin-bottom: -10px;
    color: #b3b3b3;
}

.editpsw-form > .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.editpsw-form > .form-group input.form-control,
.editpsw-form > .form-group p.form-control {
    width: 220px;
    margin-right: 26px;
}

.editpsw-form > .form-submit {
    margin-left: 0;
}

/*--提交表单三行--*/
/*.three-form {
    width: 900px;
}
*/
.three-form > .form-group:after {
    content: "";
    display: block;
    clear: both;
}

.three-form > .form-group > .left {
    width: 130px;
}

.three-form > .form-group > .middle {
    float: left;
    width: 250px;
}

.three-form > .form-group > .middle input,
.three-form > .form-group > .middle select {
    width: 100%;
}

.three-form > .form-group > .middle input:after {
    content: '*';
}

.three-form > .form-group > .middle-rig {
    display: block;
    margin-left: 400px;
    color: #b3b3b3;
}

.three-form > .form-group.strength-group > .left,
.three-form > .form-group.strength-group > .middle-rig {
    padding-top: 26px;
}

.three-form > .form-submit {
    margin-left: 130px;
}

/*--错误样式--*/
.form-group .yazhengma{
    color: #b3b3b3;
    font-size: 12px;
}
.form-group.has-error p.error{
    color: #ff082b;
    font-size: 12px;
}

.form-group.has-error label{
    color: #4e4e4e;
}
.form-group.has-error input.form-control {
    /*border-color: #ff0000;*/
}
/*--密码强度--*/
.password-strength {
    padding-bottom: 4px;
    text-align: left;
    padding-left: 25px;
}

.password-strength > span {
    display: inline-block;
    width: 26%;
    border-bottom: solid 4px #ededed;
    text-align: center;
    color: #b3b3b3;
    margin: 0 3px 2px;
}

.password-strength.weak > span:first-child,
.password-strength.middle > span:first-child,
.password-strength.middle > span:nth-child(2),
.password-strength.strong > span {
    color: #52BF63;
    border-bottom-color: #52BF63;
}

/*--日期组件--*/
.time-group {
    display: inline-block;
    border-radius: 3px;
}

.time-group > input {
    width: 116px;
    height: 28px;
    border: solid 1px #ededed;
    padding-left: 8px;
}

.time-group > span {
    padding: 0 4px;
}

/*--复选框--*/
input[type=checkbox] {
    position: absolute;
    left: -10000px;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.checkbox:after {
    content: "";
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 1px;
}

input[type=checkbox]:checked ~ .checkbox:after {
    font-size: 14px;
    content: "\e601";
    color: #fff;

    background: #52bf63;
    border: solid 1px #52bf63;
}

/*--页脚--*/
.fixed-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}


/*-------------------------------------------------------------------------------------------------------------------
翻页动画
-------------------------------------------------------------------------------------------------------------------*/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.loading{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
    padding: 2rem;
    font-size: 1.2rem;
}
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate.la-dark {
    color: #999;
}
.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}
.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-------------------------------------------------------------------------------------------------------------------
表格
-------------------------------------------------------------------------------------------------------------------*/
.panel-table {
    padding: 20px 20px 40px;
    background: #fff;
}

.panel-table > .panel-title {
    font-size: 18px;
    margin-bottom: 22px;
}

.panel-table > .panel-title > span.title {
    border-bottom: solid 1px #52bf63;

}

.panel-table > .panel-title > .more {
    font-size: 14px;
    float: right;
    padding-top: 5px;
}

table {
    width: 100%;
}

.panel-table > .table {
    text-align: center;
}

.panel-table > .table > tbody > tr > th,
.panel-table > .table > thead > tr > th {
    text-align: center;
}

.table > tbody > tr > th,
.table > thead > tr > th {
    background: #f0f0f0;
}

.table > tbody > tr > th,
.table > thead > tr > th,
.table > tbody > tr > td {
    max-width: 112px;
    word-break:break-all;
    padding: 15px 10px;
}

.panel-table .table > tbody > tr:nth-child(2n) > td {
    background: #fbfbfb;
}

.panel-table > .search-result-msg {
    margin-bottom: 10px;
}

.panel-table > .infortable {
    text-align: left;
}

.table-pagination {
    width: 100%;
}

.table-pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination {
    float: right;
    padding: 20px 0 0;
}

.pagination > li {
    float: left;
    padding: 0 6px;
}

.pagination > li:frist-child {
    padding-left: 0;
}

.pagination > li:last-child {
    padding-right: 0;
}

.pagination > li > a {
    padding: 3px 8px;
    border: solid 1px #ebebeb;
    color: #4e4e4e;
}

.pagination > li > a:hover {
    color: #4abeff;
}

.pagination > li.infor {
    padding: 0 8px;
}

.pagination > li.infor > .active {
    color: #52bf63;
}

.pagination > li.infor > .total {
    color: #b3b3b3;
}

.pagination > li.disable > a {
    color: #B3B3B3;
    cursor: default;
}

.infortable > tbody > tr > td:first-child {
    padding-left: 30px;

}

.infortable > tbody > tr > td:last-child {
    text-align: right;
    padding-right: 60px;
}

.infortable > tbody > tr:nth-child(2n - 1) > td {
    background: #fbfbfb;
}

.panel-table > .infortable > tbody > tr:nth-child(2n) > td {
    background: #fff;
}

.infortable > tbody > tr > td > .td-infor {
    color: #b3b3b3;
    font-size: 12px;
}

/*-------------------------------------------------------------------------------------------------------------------
选项卡
-------------------------------------------------------------------------------------------------------------------*/
.panel-search .tab-group > .tab-header {
    margin-left: -20px;
}

.tab-group > .tab-header {
    font-size: 18px;
}

.tab-group > .tab-header > li {
    float: left;
    /*width: 113px;*/
    padding: 0 20px;
    color: #939393;
    border-right: solid 1px #ededed;
    cursor: pointer;
}

.tab-group > .tab-header > li:last-child {
    border-right: 0;
}

.tab-group > .tab-header > li.active > span, .tab-group > .tab-header > li.active > a,
.tab-group > .tab-header > li:hover > span, .tab-group > .tab-header > li:hover > a {
    border-bottom: solid 1px #52bf63;
    color: #4e4e4e;
}

.tab-group > .tab-content {
    padding-top: 20px;

}

.tab-group > .tab-content > .tab-content-item {
    display: none;
}

.tab-group > .tab-content > .tab-content-item:first-child {
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------------
选项卡
-------------------------------------------------------------------------------------------------------------------*/
.receipt_result {
    padding: 15px 10px;
}

.queryui_paging .list_input {
    border: solid 1px #ebebeb;
}

.queryui_paging.pagination > li:first-child > a {
    border: 0;
    color: #B3B3B3;
}

.mb40 {
    margin-bottom: 40px;
}

.delete-role {
    color: #ff9613;
}

.activate-role {
    color: #22ab38;
}

.none {
    display: none;
}

#mask {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .1;
    filter: alpha(opacity=60);
}

/*弹层*/
#Popup {
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    z-index: 1005;
    border: #cdcdcd solid 1px;
    /*border-radius: 10px;*/
    background-color: #ffffff;
    box-shadow: #cdcdcd 1px 1px 10px;
    overflow: hidden;
}

#Popup h2 {
    padding: 12px 20px;
    background-color: #52bf63;
    color: #ffffff;
}

#Popup h2 .close {
    position: absolute;
    z-index: 1006;
    top: 2px;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}

#Popup h2 .close:hover {
    color: #ffffff;
}

/*弹层结束*/
.settlement-popup {
    width: 600px;
}



/*-------------------------------------------------------------------------------------------------------------------
服务中心
-------------------------------------------------------------------------------------------------------------------*/
/*--选择修改交易密码方式--*/
.choose-pswway  > a{
    display: block;
    margin-bottom: 15px;
}

.choose-pswway  > .choose-pswway-title{
    margin: 40px 0 15px;
}
/*--短信验证管理--*/
.close-sms-valication >dl{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left: 160px;
    position: relative;
    padding-top: 10px;
}
.close-sms-valication >dl >dt,
.close-sms-valication >dl >dd{
    margin: 5px 0;
    width: 160px;
}
.close-sms-valication >dl >dt{
    position: absolute;
    left: 0px;
}
/*--新增操作员--*/
.form-group .addoper-operationlist{
    padding-top: 11px;
}
.form-group .addoper-operationlist > dd{
    display: inline-block;
    padding-right: 20px;

}
.form-group .addoper-operationlist > dd:last-child{
    padding-right: 0;
}

.role-permission-name{
    padding: 20px 0;
}
.role-permission-name input.form-control{
    border: solid 1px #ededed;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border-radius: 3px;

}
.role-permission-title{
    padding: 20px 0;
    border-top: 1px solid #ededed;
}
.role-permission-title >label{
    margin-right:10px;
}
.role-permission-title > button{
    margin: 0 10px;
}
/*--节点树--*/
.node-tree > dl >dd{
    background: #f0f0f0;
    height: 48px;
    padding:16px 0 0 20px;
    margin: 1px 0;
}
.node-tree .level2{
    padding:10px 0 10px 46px;
}
.node-tree .level3{
    padding:10px 0 10px 26px;
}
.node-tree .level2 > dd{
    padding: 5px 0;
}
.node-tree .level2.open,
.node-tree .level3.open{
    display: block;
}
.node-tree .level2.close,
.node-tree .level3.close{
    display:none;
}
.nodebox{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #e8f7ff;
    border: solid 1px #75a7e0;
    margin: -2px 10px 0 0;
}
.nodebox:after{
    margin: -2px 0 0 3px;
    display: block;
    color: #75a7e0;
}

.nodebox.close:after{
    content: '-';
}
.nodebox.open:after{
    content: '+';
}
/*--服务中心 角色管理--*/
.rolemagen-addrole >button,
.rolemagen-addrole >a{
    float: right;
}
.rolemagen-addrole{

    margin-bottom: 10px;
}

.PopupBox .error{
    padding: 0 20px;
}

/*--密码强度--*/
.password-strength {
    padding-bottom: 4px;
    text-align: left;
    padding-left: 25px;
}

.password-strength > span {
    display: inline-block;
    width: 26%;
    border-bottom: solid 4px #ededed;
    text-align: center;
    color: #b3b3b3;
    margin: 0 3px 2px;
}

.password-strength.weak > span:first-child,
.password-strength.middle > span:first-child,
.password-strength.middle > span:nth-child(2),
.password-strength.strong > span {
    color: #52BF63;
    border-bottom-color: #52BF63;
}
.displayN{display: none !important;}


/*简单错误提示弹出框------------------------------------------------------------------------------*/
.PopupBoxRefund {
    width: 350px;
    height: auto;
    background: #FFF;
    left: 50%;
    position: fixed;
    margin-left: -175px;
    top: 50%;
    margin-top: -85px;
    border-radius: 3px;
    z-index: 1005;

}
.PopupBoxRefund .titleRefund {
    background: #52bf63;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mt20{
    margin-bottom: 20px;
}
.pl15{
    padding-left: 15px;
}
.pr15{
    padding-right: 15px;
}
.mask{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.tc {
    text-align: center;
}
.mb10{
    margin-bottom: 10px;
}
.form-group {
    padding: 8px 0;
    clear: both;
}


.xiugaimimaspan{
    width: 300px;
    display: inline-block;
    padding-top: 26px;
    padding-left: 20px;
    color:#b3b3b3;
}
















