.outer {
    width:1280px;
    margin:0 auto;
    margin-bottom:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    /*padding:0 14px;*/
    padding-top: 70px;
    min-height: 800px;
    margin-bottom: 200px;
}
.outer>h2.navBox {
    width:100%;
    height:30px;
    font-weight:400;
    line-height:30px
}
.outer>h2.navBox a {
    font-size:12px;
    float:left
}
.outer>h2.navBox a:nth-child(2) {
    padding:0 10px;
    width:6px;
    height:30px;
    font-size:20px;
    background:url(/statics/img/sanjiao_right.png) no-repeat center center;
    background-size:6px 11px
}
.outer>h2.navBox a:nth-child(3) {
    color:#ff8b1a
}
.outer>h2.navBox a:nth-child(1):hover {
    color:#ff8b1a
}
.outer .recordList {
    width:100%;
    background:#fff;
    padding:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
.outer .recordList .record_tit {
    margin-bottom:20px;
    font-size:22px;
    color:#333;
    font-weight:400
}
.outer .recordList p {
    font-size:16px;
    color:#333;
    margin-bottom:20px
}
.outer .recordList p span {
    color:#f82a2a
}
.outer .recordList p label {
    float:right;
    width:180px;
    font-size:14px;
    color:#666;
    background:url(/shujiajia/static/image/pc/help.png) no-repeat 0 center;
    text-align:right
}
.outer .recordList table {
    width:100%
}
.outer .recordList table td,
.outer .recordList table th {
    height:42px;
    line-height:42px;
    border:1px solid #ddd;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
.outer .recordList table td a,
.outer .recordList table th a {
    color:#ff8b1a;
    padding-left:10px
}
.outer .recordList table th {
    background:#f2f2f2
}
.pagination-containerBox {
    width:100%;
    background-color:#fff;
    text-align:right
}
.pagination-containerBox #pagination-container {
    margin-right:30px;
    cursor:pointer;
    display:inline-block;
    height:30px;
    padding:20px 0
}
.popup .popupBG {
    position:fixed;
    z-index:1102;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5)
}
.popup .changeLimit {
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    width:400px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    z-index:1112;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px
}
.popup .changeLimit .p_t {
    height:58px;
    width:100%;
    line-height:58px;
    border-bottom:1px solid #ddd
}
.popup .changeLimit .p_t p {
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:18px;
    line-height:18px;
    padding:0 20px;
    text-align:center;
    font-size:16px;
    font-weight:600
}
.whenNoData {
    width: 100%;
    padding: 107px 0;
    text-align: center;
}

.whenNoData img{
    display: inline-block;
    width: 194px;
    height: 194px;
    margin-bottom: 14px;
}
.popup .changeLimit .p_t p i {
    display:inline-block;
    width:18px;
    height:18px;
    background:url(/statics/img/close.png) no-repeat 0 0;
    background-size:18px,18px;
    cursor:pointer;
    float:right
}
.popup .changeLimit .main {
    padding:20px;
    text-align:center
}
.popup .excess {
    width:400px
}
.popup .excess p {
    color:#333;
    line-height:20px;
    text-align:left;
    word-wrap:break-word
}
.popup .excess p:nth-of-type(1) {
    margin-bottom:10px
}
.popup .excess p font {
    color:red
}
.popup .excess .btnGroup {
    text-align:center
}
.popup .excess .btnGroup>div {
    cursor:pointer;
    display:inline-block;
    width:146px;
    height:40px;
    line-height:40px;
    font-size:16px;
    background-color:#ff8b1a;
    color:#fff;
    margin-top:30px
}

