@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%;
    height: 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;
    cursor: pointer;
}

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 #06ccb6;
}

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;
}
button[disabled]{
    background-color: grey;
}
button[disabled]:hover {
    background-color: grey;
}

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

textarea:focus, input:focus {
    border: 1px solid #06ccb6;
}

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

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;
}
.headCommon{
    position: relative;
    margin-bottom: -138px;
}
.content{
    margin-bottom: 20px;
    padding-top: 138px;
    padding-bottom: 126px;
    min-height: 100%;
    box-sizing: border-box;
}
.foot{
    /*margin-top: -126px;*/
}





/*--页中--*/
.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;
}
.novalidecode{
    line-height: 28px;
    text-decoration: underline;
}
.color-blue {
    color: #7babe2;
}
.color-blue.large1000{
    margin-left: 12px;
}
/*--按钮--*/
.btn-large {
    border-radius: 3px;
    padding: 9px 30px 10px;
    font-size: 16px;
}

.btn-midle {
    border-radius: 3px;
    padding: 8px 25px;
    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;
}

/*-------------------------------------------------------------------------------------------------------------------
按钮公共样式
-------------------------------------------------------------------------------------------------------------------*/

.disableBtn {
    border-radius: 3px;
    padding: 6px 25px;
    font-size: 14px;
    border: solid 1px #bbb !important;
    color: #fff;
    background-color: #bbb !important;
    line-height: 26px!important;

}

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

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

.form-group > .left {
    float: left;
    width: 100px;
    display: block;
    line-height: 28px;
}
.form-group > .left.left130{
     width: 130px;
}
.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: 100px;
    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.selfhelp{
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.editform  .form-group > label {
    line-height: 34px;
    vertical-align: top;
}


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

}

.editform .form-group input.form-control[disabled]{
    background:#fff;
    color: #4e4e4e;
    border: 0;
}
.editform  .form-group select.form-control {
    border: solid 1px #ededed;
    height: 34px;
    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;
}
.editform label.error{
    font-size: 12px;
    color: #ff082b;
}

/*--提交表单单行--*/
.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;
    height: 28px;
}

.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: #4e4e4e;
}

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

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

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

.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;
    height: 34px;
}

.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 > .fll {
    float: left;
}

.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.has-error p,
.form-group.has-error input{
    color: #ff0000;
}
.middle.has-error {
    color: #ff0000;
}
.form-group.leftaglign.has-error p{
    padding-left: 70px;
}
.form-group.has-error label{
    color: #4e4e4e;
}
.form-group.has-error input.form-control {
    border-color: #ff0000;
    /*height: 34px;*/
}

/*--密码强度--*/
.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: 160px;
    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;
}

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

    /*background: #52bf63;*/
    /*border: solid 1px #52bf63;*/
/*}*/
/*input[type=checkbox][checked=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;
  height: 16px;
  line-height: 16px;
}
.loading.loadingJiesuan{
    -webkit-justify-content:left;
    justify-content: left;
    padding-left: 0;
}
.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 {
    position: relative;
    padding: 20px 20px 40px;
    background: #fff;
}


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

}

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

.panel-title1{
    position: absolute;
    top: 810px;
    left: 20px;
    width: 100%;
}

.panel-title1 > span.title {
    border-bottom: solid 1px #52bf63;
    font-size: 14px;
}

.close-sms-valication dd{
    display: inline-block;
}

.close-sms-valication{
    margin-top: 10px;
}

.table-scroll{
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

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: 150px;
    min-width:86px;
    word-break:break-all;
    padding: 15px 8px;
    text-align: center;
}

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

.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:first-child {
    padding-left: 0;
}

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

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

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

.pagination > li.infor {
    padding: 4px 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;
}

/*-------------------------------------------------------------------------------------------------------------------
选项卡
-------------------------------------------------------------------------------------------------------------------*/
#queryForm{
    padding-top: 20px;
}

.panel-search .tab-group > .tab-header {
    margin-left: -20px;
}

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



.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=10);
}

/*弹层*/
#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: 34px;
  padding: 0 10px;
  margin: 0;
  border-radius: 3px;

}
.role-permission-title{
  padding: 20px 0;
  border-top: 1px solid #ededed;
}
.role-permission-title >label,
.role-permission-name>label{
  margin-right:10px;
  width: 100px;
    display: inline-block;
    text-align: right;
}
.role-permission-title2 >label{
    width: 130px;
    text-align: right;
    display: inline-block;
}
.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;
}



.panel-table > .panel-title {
    font-size: 14px;
    margin-bottom: 22px;
}
.editform > .form-group input.form-control.lastday {
    height: 34px;
}
.btn-large.height28{
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
}
.mobileShow30{
     margin-left: 30px;
}
.marginright{
    margin-right: 30px;
}
.kefu{
    text-decoration: underline;
}
.btn-large.height28{
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
}
.settlementInput.height28{
    height: 28px;
}
.paddingLeft{
    padding-left: 70px;
}
.paddingLeft100{
    padding-left: 100px;
}
/*.btn-midle.height28{*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*padding-top: 0px;*/
    /*padding-bottom: 0px;*/
/*}*/
.tishi{
    color: #ff0000;
    padding-left: 15px;
}
.tishileft80{
    color: #ff082b;
    padding-left: 80px;
}

/*2017-3-3*/
.displayN{display: none !important;}
.pl0{
    padding-left: 0px !important;
}
.pt0 {padding-top: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.w130{width: 130px !important;}
.tishi1 {
    color: #B3B3B3;
    padding-left: 100px;
}
.tishi2 {
    color: #B3B3B3;
}
.lineH28{line-height:28px !important;}
.lineH34{line-height:34px !important;}
.Height34{height:34px !important;}
.Height28{height:28px !important;}

.verInherit{vertical-align: inherit !important;}

.chargeBtnOrange1 {
    width:auto;
    padding:8px 25px;
    border-radius: 3px;
    background-color: #fff;
    color: #f36826;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #f36826;
}
.chargeBtnOrange {
    width: auto;
    padding: 8px 25px;
    border-radius: 3px;
    background-color: #f36826;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #f36826;
}
.cff0000{color:#ff0000;}
.lineHeight40{line-height: 28px !important;}


.form-group.has-error .messageColor{
    color: #ff0000;
}
.messageColor.messageColorRed{
    color: #ff0000;
}
.messageColor{
    color: #999;
}
.messageleft80{
    margin-left: 100px;
}
.messageleft130{
     margin-left: 130px;
}
.cuowu{
    color: red;
}
.juzhong{
    width: 175px;
    color: #f00;
    margin: 0 auto;
}
.width600{
    width: 600px;
}

.messageleft70{
    margin-left: 70px;
}
.messageleft100{
    margin-left: 100px;
}
.biaoqian{
    margin-left: -10px;
    margin-right: 10px;
}
.margintop20{
    margin-top:-20px;
}
.margintop10{
    margin-top:-10px;
}
.marginleft-84{
    margin-left: -84px;
}
.editnamelabel{
    margin-left: -13px;
    margin-right: 10px;
}
.margintop10p{
   margin-top: 10px;
}
.height34{
    height: 34px;
    line-height: 34px;
}
.height28{
    height: 28px;
    line-height: 28px;
}
.form-group > .left.w90{
    width: 90px;
}
.tishiip {
    color: #B3B3B3;
    padding-left: 90px;
}
.tishiip.cuowu{
    color: red;
}
.cuowuip{
    width: 180px;
    margin: 0 auto;
    color: #f00;
}
.form-group.has-error .tishiip{
    color: red;
}


.messageleft34{
    margin-left: 34px;
}
.form-inlineblock{
    display: inline-block;
}
.jiesuan .form-group>label{
    display: inline-block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin-right: 10px;
    vertical-align: top;
}
.jiesuan .settlementInput{
    margin: 0px;
}
.jiesuan .form-group .form-inlineblock>span{
    height: 34px;
    line-height: 34px;
}
.editform.jiesuan > .form-group input.form-control {
     min-width: 220px;
}

.zTreeStyle {
    padding-left: 130px;
}
.pl50{
    padding-left: 50px;
}

.none{
    display: none;
}
.huise{
    background: gray !important;
    border-color: gray !important;

}
.pl55{
    padding-left: 55px;
}
.pl70{
    padding-left: 70px;
}
.red{
    color: red;
    height: 20px;
}
.redautoheight{
     color: red;
}
.red.redpassword{
    height: 40px;
}
.jiesuanfangshiTip{
    width: 175px;
    text-align: left;
    margin: 0 auto;
}
.settlementWrap{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}

.pl25{
    padding-left: 25px;
}
.pl40{
    padding-left: 40px;
}
/*-----------------------------------------------------------------------------
添加秘钥管理的样式
-----------------------------------------------------------------------------*/
.ml300{
        margin-left: 250px;
        width: 800px;
        margin-top: 30px;
}
.miyaoleft{
    vertical-align: top;
    width: 130px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.miyaodiv{
    padding-bottom: 30px;
}
.miyaotextarea{
    width: 300px;
    height:100px;
    padding: 10px;
}
.jiesuan .form-group .form-inlineblock>span.miyaotip{
    vertical-align: top;
    display: inline-block;
    width: 250px;
    font-size: 11px;
    color:#808080;
    line-height: 20px;
    height: 20px;
    margin-left: 20px;

}
.miyaotr{
    text-align: right;
    padding-right: 260px;
}
.editform.jiesuan{
    margin-top: 20px;
}
.miyaobtn{
    margin-left: 200px;
}
.newmiyao{
    position: relative;
}
.miyaoLink{
    position: absolute;
    top: 155px;
    left: 240px;
}
.ml20{
    margin-left: 20px;
}

.editform.jiesuan > .form-group.has-error .form-inlineblock>textarea.miyaotextarea {
    border-color: red;
}
.miyaoTip{
    margin-left: 140px;
    color: red;
    margin-top: 30px;
}





/*单笔退款复核公共确认框-------------------------------------------------------------------*/
.btngreen{
    background: green;
    color:#fff;
    border:1px solid green;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 40px 0px;
}
.btn-green-cancel{
    border: 1px solid #22ab38;
    color:#22ab38;
    width: 100px;
    height: 40px;
    line-height: 40px;
     border-radius: 3px;
      margin: 40px 20px 40px 0px;
}
.btnred{
    background: #f00;
    color: #fff;
     width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
     margin: 35px 0px 40px;
}
.btn-red-cancel{
    border: 1px solid #f00;
    color:#f00;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
     margin: 35px 20px 40px 0px;
}
.charge-des-p{
   text-align: center;
    font-size: 14px;
    color: #4e4e4e;
}
.mp50{
    margin-top: 50px;
}
.mp25{
    margin-top: 25px;
}
.form-group.form-group-charge{
    padding: 40px 0px;
}
.PopupBoxRefund.w600{
    width: 600px;
    margin-left: -300px;
}
.msgfail>label{
    width: 180px;
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    text-align: right;
    vertical-align: top;
}
.msgfail .msgfail-span{
    font-size: 14px;
    color: #4e4e4e;
    height: 20px;
    line-height: 20px;
}
.msgfail .msgfail-textarea{
    width: 230px;
    height: 100px;
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #4e4e4e;
    background: #fff;

}
.mt15{
      margin-top: 15px;
}
.msgfail .msgfail-tip{
    font-size: 14px;
    color: #b3b3b3;
    margin-left: 200px;
}
.mt{
    margin-top: 25px;
    display: inline-block;
}
.tc-suc{
    text-align: center;
}
.tc-can{
    padding-left: 200px;
}

/*单笔退款复核------------------------------------------------------------------*/
.fuhebtn{
    text-align: center;
    margin-top: 40px;
    margin-bottom:40px;
}
.fuhebtn2{
    text-align: center;
    margin-left: 4%;
}
.fuhebtn button{
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}
.fuhebtn .fuhepass{
    background: #22ab38;
    margin-right: 20px;
}
.fuhebtn .fuhefail{
    background: #f00;
}
.fuhebtn .tip{
    color: red;
}
.fuhebtn2 .tip{
    color: red;
}

/*单笔退款复核返回结果------------------------------------------------------------------*/
.result{

}
.resultIcon.iconfont{
    display: inline-block;
    font-size: 70px;
    background: #fff;
    color: #52bf63;
    margin-left: 350px;
    margin-right: 48px;
     vertical-align: top;
    margin-top: 110px;
}
.resultIcon.fail{
    color: #f00;
}
.resultIcon.yiban{
    color: #ff6b00;
    margin-top: 100px;
}

.resultContent{
    display: inline-block;
}
.result-title{
    font-size: 36px;
    color: #4e4e4e;
    margin-bottom: 20px;
    margin-top: 85px;
}
.result-text{
    font-size: 14px;
    color: #4e4e4e;
}
.result-text.jiesuan{
    font-size: 18px;
    padding: 5px 0 100px;
}
.result-link{
    font-size: 14px;
    color: #76a8e1;
    margin-top: 20px;
    margin-bottom: 120px;
    display: inline-block;
    margin-right: 50px;
}

/*申请退款------订单详情------------------------------------------------------------------*/
.editform.jiesuan > .form-group .form-inlineblock>textarea{
        width: 300px;
        border: solid 1px #ededed;
        height: 150px;
        padding: 10px;
}
.editform.jiesuan > .form-group .form-inlineblock>textarea.textarea-remit{
        width: 220px;
        border: solid 1px #ededed;
        height: 100px;
        padding: 10px;
}
.editform.jiesuan > .form-group .form-inlineblock .form-span{
       vertical-align: top;
       margin-left: 20px;
       color:#b3b3b3;
}
.editform.jiesuan > .form-group .form-inlineblock .form-span.geshu{
       margin-left: 0px;
       color: green;
}
.editform.jiesuan > .form-group .form-inlineblock .form-span.xing{
       position: relative;
}
.xing2{
    display: inline-block;
    color: red;
    /*position: absolute;
    left: -10px;
    top: -5px;*/
    margin-left: -10px;
    margin-right: 10px;
}

/*批量退款--上传文件------------------------------------------------------------------*/
/*.editform .form-group .form-inlineblock .liulan{
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #f36826;
    margin-left:20px;
}*/
.editform.jiesuan > .form-group>.form-inlineblock>span{
    height: 34px;
    line-height: 34px;
}
.form-inlineblock {
   position: relative;
}
.editform.jiesuan > .form-group input.form-control.batchFile{
    position: absolute;
     width: 100px;
     min-width: 100px;
    height: 34px;
    left: 240px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);

}
.editform.jiesuan > .form-group .form-inlineblock .form-span .download{
    color: #7babe2;
}
.jiesuan .form-group .form-inlineblock>span.loadtip{
    display: block;
    color: #b3b3b3;
    font-size: 12px;
    height: 20px;
    margin-left: 140px;
}
.btngreen.load{
    margin:20px 0px 40px 140px;
}

.ml30-{
    margin-left: -30px;
}
.ml20-{
    margin-left: -20px;
}


.ml190{
    margin-left: 190px;
}

.mt5{
    margin-top: 5px;
}
.cblue{
    color: #76a8e1
}
.corange{
    color: #ff6b00;
}

.editform .notPhone{
     margin-top: 20px;
     display: block;
}

/*-----------------------------------------------------------------
消息推送-----------------------------------------------------------------
------------------------------------------------------------------*/
.messagePush{
  /*width: 278px;*/
}
.messagePush:after{
  content: "";
  display: block;
  clear: both;
}
.messagePushHead{
  float: left;
    list-style-type: none;
    padding: 0;
    margin:0;
}

.messagePushHead>li{
    width:48px;
    height:48px;
    border:1px solid #ededed;
    text-align:center;
    line-height:35px;
    font-size:30px;
    background: #f9f9f9;
    position: relative;

}
.messagePushHead>li:hover{
    cursor: pointer;
    background: #EFEFEF;
}
.messagePushHead>li.active{
    background:#fff;
}
.messagePushHead li:nth-child(1){
    color:#4990e2;
}
.messagePushHead li:nth-child(2){
    color:#52bf63;
}
.messagePushHead li:nth-child(3){
    color:#75a7e0;
}
.messagePushBody{
    float: left;
    width: 250px;
    min-height: 255px;
}
.messagePushContent{
    border:1px solid #ededed;
    width: 250px;
    background: #fff;
    padding:20px 10px 15px 0;
    min-height: 255px;
}
.messageSearch{
    padding:0px 20px 20px 20px;
    border-bottom:1px solid #ededed;
    position:relative;
}
.messageSearch>input{
    border:1px solid #ededed;
    height:36px;
    line-height:36px;
    color:#686868;
    font-size:12px;
    width:180px;
    border-radius:3px;
    padding:10px;
    margin-bottom: 15px;
}
.messageSearch>i{
    position:absolute;
    top:10px;
    right:45px;
}
.messageDetail{
    padding-left: 20px;
}
.messageDetail>span,.messageDetail>.messageload{
    font-size:12px;
    color: #686868;
    border-bottom:1px solid #52bf63;
    display:inline-block;
    margin:15px 0;
}
.messageSearch-ul>li{
    color:#75a6df;
    font-size:12px;
    height:20px;
    width:190px;
    overflow:hidden;
    white-space:nowrap;
    position: relative;

}
.messageSearch-ul .file-a{
    display: inline-block;
    width: 190px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*.messageSearch-ul .file_span{
    display: inline-block;
    width: 150px;
    padding-left: 10px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}*/
.messageDetail>ul>li:hover{
    cursor: pointer;
}
.messageHelp{
      margin-left: 20px;
}
.messagepushnum{
   position: absolute;
    width: 16px;
    height: 16px;
    background: red;
    color: #fff;
    top: 5px;
    right: 5px;
    display: block;
    font-size: 10px;
    line-height: 16px;
    border-radius: 8px;
    text-align: center;
}
.messageSearch-ul .file_icon{
    background: #fff;
    color: red;
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 30px;
    transform:rotate(-20deg);
    -ms-transform:rotate(-20deg);   /* IE 9 */
    -moz-transform:rotate(-20deg);  /* Firefox */
    -webkit-transform:rotate(-20deg); /* Safari 和 Chrome */
    -o-transform:rotate(-20deg);  /* Opera */
}
.messageDetail .help{
    font-size: 12px;
}
.mpsearch::-webkit-input-placeholder{
    color: #b3b3b3;
}
.mpsearch:-moz-placeholder{
    color: #b3b3b3;
}
.mpsearch::-moz-placeholder{
    color: #b3b3b3;
}
.mpsearch:-ms-input-placeholder{
    color: #b3b3b3;
}


.downloadCanLoad{
    color: #75a6df;
}
.downloadCanLoad:hover{
    cursor: pointer;
}

.messageSearch-ul.messagepushload{
	height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*-----------------------------------------------------------------------------------------------------
充值中心---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
.jiesuan.charge .form-group>label{
    text-align: right;
    width: 100px;
    margin-right: 0px;
    display: inline-block;
}
.jiesuan .form-group textarea.form-control-text{
    border: solid 1px #ededed;
    line-height: 34px;
    padding: 0 10px;
    margin: 0;
    border-radius: 0px;
    min-width: 220px;
}
.jiesuan .form-group span.form-control-span{
    vertical-align: top;
    display: inline-block;
    color: #b3b3b3;
    font-size: 12px;
    margin-left: 19px;
}
.chargetip{
    background: #fffde3;
    color: #4e4e4e;
    font-size: 12px;
    padding: 10px 26px 10px  26px;
    width: 220px;
}
.chargetip>i{
    display: inline-block;
    margin-right:10px;
}
/*-----------------------------------------------------------------------------------------------------
充值中心-收银台详情---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
.backg{
    background: #fff;
}
.header{
    width: 1170px;
    margin:0 auto;
    height: 70px;
    background: #fff;
    padding: 15px 0px;
}
.body{
    background: #f9f9f9;
    padding-top: 20px;

}




.header-a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.herder-span{
    background: #d4d4d4;
    width: 2px;
    height: 32px;
    display: inline-block;
    margin: 0px 20px;
}
.header-span-two{
    font-size: 22px;
    color: #4e4e4e;
    display: inline-block;
    vertical-align: top;

}
.header-three{
    float: right;
    color: #3fb16a;
    margin-top: 22px;
}
.panel-body{
  background: #fff;
  width:1170px;
  margin:0 auto;
  border-top: 3px solid #6dca90;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.15);

}
.panel-body-header{
    background: #f9f9f9;
    border-bottom: 3px dotted #d9d9d9;
    padding: 11px 0px 11px 50px;
}
.orderdetail-ul{

}
.orderdetail-ul li{
    float: left;
    height: 40px;
    line-height: 40px;

}
.orderdetail-ul li:nth-child(4n+1){
    width: 400px;

}
.orderdetail-ul li:nth-child(4n+2){
    width: 320px;

}
.orderdetail-ul li:nth-child(4n+3){
    width: 300px;

}
.orderdetail-ul li:nth-child(4n){
    width: 100px;

}
.orderdetail-ul:after{
    content: '';
    display: block;
    clear: both;
}
.panel-body-header label{
    color: #939393;
    font-size: 14px;
}
.panel-body-header span{
    color: #4e4e4e;
    font-size: 14px;
}
.panel-body-header span.money{
    color:#ff7f01;
    font-size: 18px;
}
.panel-body-header span.line{
    width: 1px;
    height: 14px;
    background: #ddd;
    display: inline-block;
    float: right;
    margin-right: 50px;
    margin-top: 13px;
}
.charge-detail{
    color: #53bf63;
    font-size: 12px;

}
.orderdetail-title{
    color: #4e4e4e;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 50px;
}
.wrap{
    padding: 30px 65px 0px 64px;
}
.wrap-div>div{
    border-top:1px solid #e0e0e0;
    margin-top: -1px;
}

.wrap-ul>li{
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #4e4e4e;
    border:1px solid #e0e0e0;
    text-align: center;
    margin-left: -1px;

}
.wrap-ul>li.act{
    border-bottom-color: #fff;
}
.wrap-ul>li:nth-child(1){
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.banklist-ul{
    padding-top: 16.5px;
}
.wrap-ul:after{
    content: "";
    display: block;
    clear: both;
}
.banklist-ul:after{
    content: "";
    display: block;
    clear: both;
}
.banklist-ul>li{
   float: left;
   width: 168px;
   height: 42px;
   margin: 7.5px 34px 7.5px 0px;
   border: 1px solid #e2e2e2;
   position: relative;
}
.banklist-ul>li.active{
    border: 2px solid #6dca90;
}
.banklist-ul>li>i.bg{
    display:none;
}
.banklist-ul>li>i.iconfont{
    display:none;
}
.banklist-ul>li.active>i.bg{
    display: block;
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    bottom: 0px;
    right: 0px;
    border-bottom: 20px solid #6dca90;
    border-left: 20px solid transparent;
}
.banklist-ul>li.active>i.iconfont{
    display: block;
    position: absolute;
    z-index: 20;
    right: -3px;
    bottom: -3px;
    color: #fff;
}
.banklist-ul>li>img{
    width: 100%;
    height: 100%;
}
.banklist-ul-remit>li>img{
    width: 20px;
    height: 20px;
    margin-top: 9px;
    display: inline-block;
    margin-right: 5px;
}
.banklist-ul-remit>li>span{
    vertical-align: top;
    display: inline-block;
    clear: both;
    }
.btn-next{
    border: 1px solid #58bc7e;
    background: #6dca90;
    border-radius: 5px;
    padding: 10px 50px;
    color: #fff;
    margin-left: 64px;
    margin-bottom: 90px;
    margin-top: 22.5px;
}
.PopupBoxRefund.charge-content{
    width: 420px;
    border-radius: 10px;


}
.charge-cuowu{
    text-align: right;
    height: 42px;
    line-height: 42px;
    padding-right: 20px;
}
.modal-p1{
    font-size: 18px;
    color: #4e4e4e;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.modal-p2{
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
}
.charge-but{
    padding: 30px 0px 40px;
}
.charge-btn-suc{
    border: 1px solid #58bc7e;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #6dca90;
    color: #fff;
    padding: 0px 30px;
    margin-right: 20px;
}
.charge-btn-back{
    border: 1px solid #959595;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #fff;
    color: #4e4e4e;
    padding: 0px 30px;
}
/*-----------------------------------------------------------------------------------------------------
充值中心-充值历史---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
.w100{
    width: 100px;
}
.pl100{
    padding-left: 100px;
}



.jiesuanNew{
    position: absolute;
    right: -23%;
    height: 34px;
    line-height: 34px;
    top: 0;
}
.radioJiesuan{
    margin-top: 10px;
}
.radioJiesuan>input{
    margin-right: 10px;
}
.radioText{
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    left: 176px;
}


.checkboxJiesuan{
    margin-top: 7px;
}
.checkboxJiesuan>dd{
    width: 125px;
    float: left;
}

.form-infor{
    width: 400px;
}


.right.jiesuan{
    position: relative;
    width: 550px;
}
.right.jiesuan:after{
    clear: both;
}


/*-----------------------------------------------------------------------------------------------------
三级菜单--------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
.threeMenu{
    position: absolute;
    border: 1px solid #52bf63;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 100010;
}
.threeMenu>li>a{
    display: block;
    padding: 10px 15px;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #000;
    font: 14px arial;
    line-height: 20px;
}

.threeMenu>li>a:hover {
    background: #52bf63;
    color: #fff;
}

/*-----------------------------------------------------------------------------------------------------
投资通--------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
/*弹框*/
.iconfont.titleclose{
    float: right;
    margin-right: 20px;
    font-size: 26px;
}
.PopupBoxRefund.tzt{
    width: 600px;
    margin-left: -300px;
    margin-top: -130px;
}
.PopupBoxRefund.tzt .text{
    font-size: 24px;
    text-align: center;
}
.PopupBoxRefund.tzt .text>.iconfont{
    margin-right: 10px;
    font-size: 26px;

}
.PopupBoxRefund.tzt .text>.iconfont.success{
    color: #52bf63;
}
.PopupBoxRefund.tzt .text>.iconfont.fail{
    color: #ff0000;
}
/*开启谷歌认证*/
.openstep{
        margin:40px 0 0 0px;

}
.openstep .text{
    font-size: 14px;
  line-height: 1.71;
  color: #4e4e4e;
  margin-left: 220px
}
.tzttishi{
    width: 300px;
    color: #a4a4a4;
    margin:30px auto;
    white-space: nowrap;
}
.tztbtn{
    text-align: center;
    margin:30px 0 50px;
}
.tztbtn.btn-midle{
    font-size: 16px;

}
/*谷歌验证的下一步输入*/
.tztfform{
    text-align: center;
    margin: 43px 0 210px;
}
.tztfform label{
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
}
.tztfform .form-block{
    position: relative;
}
.tztfform .form-block>input{
    padding: 10px 0px 10px 45px;
    width: 220px;
    height: 40px;
    border: solid 1px #ededed;
}
.tztfform .form-block>.iconfont{
   position: absolute;
    line-height: 40px;
    font-size: 20px;
    padding-left: 15px;
}
.verifybtndiv{
    margin-top:30px;
}
/*子商户管理的连接*/
.submerchantp{
    width: 1200px;
    position: relative;
}
.submerchant{
    position: absolute;
    left: 10px;
    display: block;
    white-space: nowrap;
    top: -20px;
    color: #fff;
}

/*-----------------------------------------------------------------------------------------------------
下拉菜单---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------*/
.contentcheck{
    position: relative;
    width: 350px;
  }

  .kw{
    border: 0;
    width: 100%;
    height: 28px;
    font-size: 14px;
    padding: 0 5px;
    line-height: 30px;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .kw.kwinput{
    width: calc(100% - 30px);
    cursor: default;
  }
  .kw:focus {
    border: none;
  }

  .item {
    /*padding: 3px 5px;*/
    padding: 4px 0px;
    cursor: pointer;
    /*background-color:#fff;*/
  }

  .addbg {
    background: #ededed;
  }

  .first {
    border: solid #ededed 2px;
    position: relative;
  }

  .append {
    border: solid #ededed 2px;
    border-top: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
  }
  .append>p{

  }
  .downloadiconft{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background: #dad5d5;
    font-size: 20px;
  }

/*自定义查询*/

.basic-search{
    width: 110px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #52BF63;
    font-size: 16px;

}

.search-content{
    padding:0px 20px 20px 20px;
}
.search-content .basic-search{ width: 65px;  }


.basic-search-sub{
    width: 100%;
    line-height: 32px;
    height: 32px;
    text-align: left;
    background: #FAFAFA;
    font-size: 14px;
    clear: both;
    margin: 20px 0;
    padding: 0 0 0 15px;
}
.back-link{
    background: #f9f9f9; width: 100%; height: 10px;
}


.mt20{
    margin-top: 20px;
}





.kePublic {
    position: relative;
    background: #fff;
    padding: 20px 0;
}

.keBottom {
    color: #FFF;
    padding-top: 25px;
    line-height: 28px;
    text-align: center;
    font-family: '微软雅黑';
    background: url(../images/bodyBg2.jpg) repeat-x top left;
    padding-bottom: 25px
}

.keTxtP {
    font-size: 16px;
    color: #ffffff;
}

.keUrl {
    color: #FFF;
    font-size: 30px;
}

.keUrl:hover {
    text-decoration: underline;
    color: #FFF;
}

.mKeBanner,
.mKeBanner div {
    text-align: center;
}


/*基本框架CSS结束，应用特效时，以上样式可删除*/

#chenkbox {
    margin: 0px auto;
    max-width: 1160px;
    position: relative;
    overflow-x: auto;
}

#chenkbox table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*table-layout: fixed;*/
    background-color: #fff;
}

#chenkbox tr{
    background: #fff;
    width: 100%;
    display: inline-block;
}

#chenkbox tr:nth-child(even){
    background: #FBFBFB;
}

#chenkbox th {
    background: #F0F0F0;
    font-size: 13px;
    color: #000002;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    min-width: 150px;
}

#chenkbox th ,#chenkbox td {
    min-width: 150px;
    text-align: center;
    /*border: 1px solid #dcdbdb;*/
    padding: 8px 5px;
}
#chenkbox th:first-child ,#chenkbox td:first-child{
    min-width: 140px;
}






#box {
    width: 232px;
    position: absolute;
    display: none;
    background: #fff;
    text-align: center;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 100%;
    cursor: move;
}

#box p {
    line-height: 34px;
}


.Prompt-pop{
    display: block;
    position:relative;
    top:10px;
    left:0;
    height:32px;
    line-height: 32px;
    width:234px;
    text-align: center;
    background-color:#75A6DF;
    color: #fff;
    font-size: 12px;
}

.Prompt-pop-b{
    display: block;
    position:absolute;
    top:-25px;
    right:15px;
    height:32px;
    line-height: 32px;
    width:234px;
    text-align: center;
    background-color:#75A6DF;
    color: #fff;
    font-size: 12px;
}


.Prompt-pop i ,.Prompt-pop-b i{
    position: absolute;
    cursor: pointer;
    top: -1px;
    right: 5px;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    width: 14px;
    height: 14px;
}
.Prompt-pop span{
    position:absolute;
    top:-20px;
    left:50%;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #75A6DF transparent;
    border-style:dashed dashed solid dashed;
    border-width:15px;
}


.Prompt-pop-b span{
    position:absolute;
    top:23px;
    left:50%;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:#75A6DF transparent transparent  transparent;
    border-style:dashed dashed solid dashed;
    border-width:15px;
}
/*自定义查询end*/

/*操作员管理*/
.pos-count{
    color: #F36826;
}

.pos-title{
    width: 814px;
    height: 40px;
    /*background: #F8F8F8;*/
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
}
/*操作员管理end*/



span.dot-bottom {
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.SelectTitle{font-size:13px;}
.SelectBox{border:1px solid #a4a4a4; position:absolute; background:#fff; margin:1px 40px 40px 40px; _margin:1px 40px 40px 40px;}
.SelectBox a{font-size:13px;display:inline; height:31px; line-height:31px; margin:0; border:0; padding:7px; text-decoration:none; color:#466b95;}
.SelectBox a:hover{font-size:13px;border:0; background:#e0e5eb;}
