.clear {
    display: block;
    clear: both;
}
.chart-nav, .system-nav {
    padding: 0;
}
ul,ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.scroll-bar{
    overflow: auto!important;
}
h4{
    font-weight: 500;
}
/*按钮的样式 begin*/
/*link hover visited active focus*/
.pms-btn,.btn{
    font-size: 14px;
    line-height: 18px!important;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px!important;
    color: #000;
    display: inline-block;
    background-color: #fff;
    vertical-align: bottom;
}
.pms-btn i,.btn i{color: inherit;}
.btn-info{border-color: #5bc0de;background-color: #5bc0de;color: #fff;}
.btn-default{border-color: #0096FF;color: #0096FF;}
.btn-primary{border-color: #0096FF;background-color: #0096FF;color: #fff;}
.btn-danger{border-color: #F95A5A;background-color: #F95A5A;color: #fff;}
.btn-warning{border-color: #eea236;background-color: #eea236;color: #fff;}
.btn-success{border-color: #27c24c;background-color: #27c24c;color: #fff;}
.pms-btn:hover{color: #fff;background-color: #ccc; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;}
/*彩色边框+文字  白色底部*/
.pms-btn-primary{border-color: #0096FF;color: #0096FF;}
.pms-btn-primary:hover{background-color: #0096FF;}
.pms-btn-danger{border-color: #F95A5A;color: #F95A5A;}
.pms-btn-danger:hover{background-color: #F95A5A;}
.pms-btn-warning{border-color: #eea236;color: #eea236;}
.pms-btn-warning:hover{background-color: #eea236;}
.pms-btn-success{border-color: #27c24c;color: #27c24c;}
.pms-btn-success:hover{background-color: #27c24c;}
.pms-btn-primary:link,.pms-btn-primary:hover,.pms-btn-primary:visited,.pms-btn-primary:active,.pms-btn-primary:focus{border-color: #0096FF;}
.pms-btn-danger:link,.pms-btn-danger:hover,.pms-btn-danger:visited,.pms-btn-danger:active,.pms-btn-danger:focus{border-color: #F95A5A;}
.pms-btn-warning:link,.pms-btn-warning:hover,.pms-btn-warning:visited,.pms-btn-warning:active,.pms-btn-warning:focus{border-color: #eea236;}
.pms-btn-success:link,.pms-btn-success:hover,.pms-btn-success:visited,.pms-btn-success:active,.pms-btn-success:focus{border-color: #27c24c;}
.pms-btn-simple,.pms-btn-simple:hover{border: none;}
.btn-xs,.pms-btn-xs{font-size: 12px; line-height: 22px!important; padding: 0 6px;}
.btn-sm,.pms-btn-sm{font-size: 14px; line-height: 26px!important; padding: 0 10px;}
.btn-md,.pms-btn-md{font-size: 16px; line-height: 30px!important; padding: 0 14px;}
.btn-lg,.pms-btn-lg{font-size: 18px; line-height: 34px!important; padding: 0 18px;}
.btn-xl,.pms-btn-xl{font-size: 20px; line-height: 38px!important; padding: 0 20px;}
/*按钮的样式 end*/

/* 定制列表表头 begin*/
.customHeader{padding-top: 6px;}
.customHeader>a{color: #fff;}
.customHeader .dropdown-menu{right: -12px;z-index: 9;padding: 10px 0;}
.customHeader .dropdown-menu li{padding-right: 50px;position: relative;line-height: 28px;white-space:nowrap;display:block;}
.customHeader .dropdown-menu li:hover{background-color: aliceblue;}
.customHeader .dropdown-menu li label{padding-left: 20px;position: relative;width: 100%;}
.customHeader .dropdown-menu li input{position: absolute;top: 5px;left: 5px;}
.customHeader .btn-group{position: absolute;top: 0;right: 0;width: 50px;text-align: center;}
.customHeader .btn-group i{cursor: pointer;}
.customHeader .bottom-btn{padding:5px}
.customHeader .bottom-btn span{margin-right: 10px;cursor: pointer;}
/* 定制列表表头 end*/

.containers-box {
    border-radius: 10px!important;
    padding: 10px;
    background: #fff;
}
.containers-box h3 {
    font-weight: 500;
    margin-top: 0;
    padding-top: 20px;
}
.containers-box .form-group select{
    border-radius: 4px!important;
}
.containers-box .form-group textarea{
    border-radius: 4px!important;
}
.containers-box .form-group input{
    border-radius: 4px!important;
}
.containers-box  .form-group .input-group input[type="text"]{
    /*日期*/
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.containers-box .form-group .input-group .input-group-addon{
    /*日期*/
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
.containers-box .form-group .input-group-hide input[type="text"] {
    /*日期*/
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
.containers-box .input-group-hide {
    display: block;
}
.containers-box .line-style {
    margin: 10px auto;border-top: 1px dashed #DEDEDE;
}
.containers-box .editBox {
    width: 95%;
    margin: 0 auto;
}
.tabbable-box.tabbable-custom>.nav-tabs>li {
    border-bottom: 1px solid #ddd;
    border-top: 0;
}
.tabbable-box.tabbable-custom>.nav-tabs>li.active{
    border-bottom: 4px solid #2296FB;
    position: relative;
}
.tabbable-box.tabbable-custom>.nav-tabs>li>a {
    color: black;
    padding: 10px 0;
}
.tabbable-box.tabbable-custom>.nav-tabs>li>a>div {
    border-right: 1px solid #ddd;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: none;
}
.tabbable-box.tabbable-custom>.nav-tabs>li.active>a{
    color: #2296FB;
    font-weight: 500;
    border: 0;
}
.tabbable-box.tabbable-custom>.nav-tabs>li.active:after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-top: solid 10px #2296FB;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    /*margin: 0 auto;*/
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.baseConfig .panel-info {
    margin-bottom: 20px;
}
.baseConfig .length_tip {
    text-align: right;
    padding-right: 20px;
}
.tabContent-tip {
    margin-bottom: 10px;
    line-height: 22px;
    color: #EE7817;
}
.containers-box .modal-content{
    border-radius: 10px!important;
}
.containers-box .modal-header{
    background-color: #F1F2F3;border-top-right-radius: 10px!important; border-top-left-radius: 10px!important;
}
.modal-btn-left {
    color: #fff;
    line-height: 15px;
    width: 100px;
    background: #2296FB;
    border-radius: 5px!important;
}
.modal-btn-right{
    line-height: 15px;
    width: 100px;
    border-radius: 5px!important;
}
.modal-footer-self {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.containers-box a:hover {
    text-decoration: none;
}
.dateTime[readonly] {
    background-color: #fff;
    cursor: pointer;
}
.containers-box label input[type=checkbox]{
    margin-top: 4px;
}
.containers-box label.checkbox-inline{
    margin: 0 10px;
}
.editBox .publicBtnBox {
    text-align: right;
    margin-right: 0;
}
.editBox .publicBtnBox button{
    border-radius: 6px!important
}
.editBox .publicBtnBox .fa{
    padding-right: 3px;
}
.module-border {
    background: #fff; border: 1px solid #e7ecf1; border-radius: 15px!important;padding: 15px;
}
.module-border .tab-content {
    min-height: 300px;
}
ul li {
    list-style: none;
}
.system-box ul li {
    position: relative;
    padding: 20px 0 20px 30px;
}
.system-box ul li:not(:last-child){
    border-bottom: 1px solid #eee;
}
.system-box .fa {
    position: absolute;
    left: 0;
}
.system-box ul li small {
    color:#8392A7;
}
.system-box ul li h4 {
    color: #666;font-weight: 500;
}
.system-box button {
    border-radius: 25px !important;
    width: 110px;
}
.divide-width-2 {
    float: left;
    width: calc(100% - 280px);
}
.divide-width-1 {
    float: left;
    width: 280px;
}
.divide-width-6 {
    float: left;
    width: 60%;
}
.divide-width-4 {
    float: left;
    width: 40%;
}
@media screen and (max-width: 620px){
    .divide-width-2 {
        float: left;
        width: 100%;
    }
    .divide-width-1 {
        float: left;
        width: 100%;
    }
    .divide-width-6 {
        float: left;
        width: 100%;
    }
    .divide-width-4 {
        float: left;
        width: 100%;
    }
}
.chart-block {
    padding: 0px 10px 20px 0;
}
.expert-home-title {
    padding: 0 10px 10px 10px;
}
.expert-home-title .left {
    font-size: 20px;
    color: #3B4859;
}
.expert-home-title .right {
    color: #8998AC;
    font-size: 18px;
}
.chart-nav>li{
    display: inline-block;
}
.chart-nav>li>a {
    border: 0;
    padding: 8px 15px;
    background: #EFF2F7;
    color: #3B4859;
    border-radius: 20px!important;
    display: block;
}
.chart-nav>li.active>a ,.chart-nav>li:hover>a{
    text-decoration: none;
    background: #1B88FA;
    border-radius: 20px!important;
    color: #fff;
}
.chart-box button {
    border-radius: 25px !important;
}
.public-fixed-box {
    position: fixed;
    right: 1px;
    width: 50px;
    bottom: 50px;
    z-index: 999;
}
.public-fixed-btn {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 2px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 5px!important;
    cursor: pointer;
}
.public-fixed-btn:hover {
    background-color: rgba(0,0,0,0.8);
    font-weight: bold;
    z-index: 1000;
}
.public-fixed-btn .icon {
    display: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 24px;
}
.public-fixed-btn:hover .icon {
    display: block;
}
.public-fixed-btn .text {
    height: 48px;
    width: 48px;
    padding: 4px 2px;
    line-height: 20px;
    font-size: 14px;
}
.public-fixed-btn:hover .text {
    display: none;
}
.public-breadcrumb.page-bar {
    background-color: #E5E8EB;
}
.public-breadcrumb.page-bar .page-head {
    margin-top: 10px;
    display: inline-block;
    list-style: none;
    margin-left: -40px;
}
.public-breadcrumb.page-bar .now-page {
    color: #3598DC;
    font-weight: 500;
}
.platform-content .searchBox {
    height: 36px;
    width: 100%;
    line-height: 36px;
    border-radius: 10px !important;
    padding-left: 10px;
    outline: none;
    background: #F8F9FA;
    border: 1px solid #ddd;
}
.platform-content .export-btn {
    margin-bottom: 10px;
    border-radius: 10px !important;
}
.platform-content .platform-search {
    margin-bottom: 10px;
}
.platform-content .platform-table {
    table-layout: fixed;
}
.platform-table .table-title {
    text-align: center;
    background-color: #F0F7FD;
}
.platform-table .table-title td {
    vertical-align: middle;
}
.platform-table .table-head td {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.platform-table tr td {
    text-align: center;
    vertical-align: middle!important;
}
.platform-table .td_fontPink {
    color: #FD8585;
}
.platform-table .table-body td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.platform-content .pagination-right {
    line-height: 50px;
    margin-right: 20px;
    font-size: 14px;
}
.platform-content .paging-select {
    position: relative;
    float: left;
    padding: 6px 9px;
    height: 30.5px;
    margin-left: -1px;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-right .hightlight{
    color: #f4a453;
    font-weight: bold;
}
/*滚动条样式 begin*/
.platform-content .scroll-body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.platform-content .scroll-body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}
.platform-content .scroll-body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}
.platform-content .scroll-body {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
/*滚动条样式 end*/
.platform-content .platform-table-fixed {
    width: 50%;
    float: left;
    clear: both;
}
.platform-content .platform-table-scroll {
    width: 50%;
    float: left;
}
.platform-content .pagination li.disabled {
    pointer-events: none;
}
.platform-content .pagination>li>a {
    font-weight: bold;
}
.projectTime[readonly] {
    background-color: #fff;
    cursor: pointer;
}
.grid_col_expert {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.grid_col_expert select,.grid_col_expert input,.grid_col_expert textarea {
    border-radius: 4px!important;
}
.grid_col_expert select,.grid_col_expert input{
    height: 36px;
}
.grid_col_expert .control-label {
    padding: 8px 0;
    font-weight: bold;
    font-size: 14px;
    color:#394565!important;
}
.grid_col_expert .right-text {
    padding: 8px 0;
}
.grid_col_expert .radio-inline input{
    margin-top: 0;
    height: 36px;
}
.grid_col_expert label.checkbox-inline, .grid_col_expert label.radio-inline {
    margin: 0 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.grid_col_expert .required_fields:after{
    content: "*";
    display: inline-block;
    font-size: 18px;
    color: #FD3535;
    vertical-align: middle;
}
.grid_col_ducoment .control-label{
    padding-top: 5px;
    font-size: 14px;
    color: #394565!important;
    font-weight: bold;
    text-align: right;
}
.grid_col_public .control-label {
    font-size: 14px;
    color:#394565!important;
    text-align: left!important;
    font-weight: bold;
}
.grid_col_public .required_fields:after {
    content: "*";
    display: inline-block;
    font-size: 16px;
    color: #FD3535;
    vertical-align: middle;
}
.custom-grid-col .grid_col_left_3 {
    width: 24%;
}
.custom-grid-col .grid_col_right_3 {
    width: 70%;
}
.grid_col_public {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}
.grid_col_left {
    float: left;
    display: block;
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
    position: relative;
}
.grid_col_right {
    float: left;
    display: block;
    position: relative;
}
.grid_col_right .grid_col_right_text{
    line-height: 30px;
    font-size: 14px;
}
.grid_col_1 {
    width: 50%;
}
.grid_col_left_1 {
    width: 30%;
}
.grid_col_right_1 {
    width: 60%;
}
.grid_col_3 {
    width: 100%;
}
.grid_col_left_3 {
    width: 15%;
}
.grid_col_right_3 {
    width: 79.99%;
}
@media (max-width: 768px){
    .grid_col_1,.grid_col_3 {
        width: 100%;
    }
    .grid_col_left_1,.grid_col_left_3 {
        width: 96.67%;
    }
    .grid_col_right_1,.grid_col_right_3{
        width: 96.67%;
    }
}

@media (min-width: 769px) and (max-width: 992px){
    .grid_col_1 ,.grid_col_3{
        width: 100%;
    }
    .grid_col_left_1 ,.grid_col_left_3{
        width: 20%;
    }
    .grid_col_right_1,.grid_col_right_3 {
        width: 78%;
    }
}
@media (min-width: 993px){
    .grid_col_1 {
        width: 50%;
    }
    .grid_col_right_1 {
        width: 30%;
    }
    .grid_col_right_1 {
        width: 60%;
    }
    .grid_col_3 {
        width: 100%;
    }
    .grid_col_left_3 {
        width: 15%;
    }
    .grid_col_right_3 {
        width: 79.99%;
    }
}
.grid_col_public select{
    border-radius: 4px!important;
}
.grid_col_public textarea{
    border-radius: 4px!important;
}
.grid_col_public input{
    border-radius: 4px!important;
}
.grid_col_public .input-group input[type="text"]{
    /*日期*/
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.grid_col_public .input-group .input-group-addon{
    /*日期*/
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
.grid-title {
    font-size: 16px;
    font-weight: 500;
    color: #133059;
    margin-bottom: 10px;
    line-height: 30px;
}
.grid-title img{
    display: block;
    width: 110px;
}
.block-box-item {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px 8px 8px 8px!important;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgb(179 214 242 / 83%);

}
/*蓝色背景 白色字按钮*/
.btn-blue-white {
    color: #fff;
    background-color: #359BDD;
    outline: none!important;
    border-radius: 4px!important;
}
.btn-blue-white:hover,.btn-blue-white:active:focus,.btn-blue-white:focus {
    background-color: #115bc3;
    color: #fff;
    outline: none!important;
}
.btn-blue-white.disabled{
    pointer-events: none;
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #fff;
}
/*偏紫色背景 白色字按钮*/
.btn-purple-white {
    color: #fff;
    background-color: #366EFE;
    outline: none!important;
    border-radius: 4px!important;
}
.btn-purple-white:hover,.btn-purple-white:active:focus,.btn-purple-white:focus {
    background-color: #517cea;
    color: #fff;
    outline: none!important;
}
.btn-purple-white.disabled{
    pointer-events: none;
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #fff;
}
/*红色背景 白色字按钮*/
.btn-blue-red {
    color: #fff;
    background-color: #e25757;
    outline: none!important;
    border-radius: 4px!important;
}
.btn-blue-red:hover,.btn-blue-red:active:focus,.btn-blue-red:focus {
    background-color: #bd3838;
    color: #fff;
    outline: none!important;
}
/*白色背景 灰色字按钮*/
.public-btn-default {
    background-color: #fff;
    color: #BABABA;
    border: 1px solid #BABABA;
    border-radius: 4px!important;
    min-width: 80px;
}
.public-btn-default:hover,.public-btn-default:active:focus,.public-btn-default:focus{
    background-color: #ddd;
    color: #fff;
    outline: none!important;
}
/*白色背景，灰色字的按钮样式*/
.btn-white-gray {
    color: #3B4859;background-color:#EFF2F7;min-width: 80px;
}
.btn-white-gray:hover {
    background-color: #eee;
}
/*蓝色边框，白色背景，蓝色字的按钮样式*/
.btn-white-blue {
    background-color:#fff;
    color: #359BDD;
    border: 1px solid #359BDD;
    border-radius: 4px!important;
    min-width: 80px;
}
.btn-white-blue:hover {
    color: #2296FB;border: 1px solid #DCEFFF;background-color:#DCEFFF
}
.btn-white-blue:focus {
    background-color:#fff;color: #2296FB;border: 1px solid #2296FB;
}
/* 浅蓝色背景，蓝色字的按钮样式*/
.btn-lightblue-blue,.btn-lightblue-blue:focus {
    color: #2296FB;border: 1px solid #DCEFFF;background-color:#DCEFFF;min-width: 80px;border-radius: 4px!important;
}
.btn-lightblue-blue:hover{
    background-color:#fff;color: #2296FB;border: 1px solid #2296FB;
}
.register-title {
    color: #039;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.modal {
    overflow: scroll;
}
/*别删*/
.input-group-hide {
    display: block;
}
.btn.default:not(.btn-outline) {
    color: #666;
    background-color: #e1e5ec;
    border-color: #e1e5ec;
}
.btn.green-stripe {
    border-left: 4px solid #32c5d2!important;
}


/*通用弹窗样式--begin*/
.public-modal .modal-content {
    border-radius: 6px!important;
}
.public-modal .modal-header .close{
    background-color: #E9F1FF;
    opacity:1;
    padding: 13px 20px;
    right: 0;
    top: 0;
    position: absolute;
    background-size: 11px;
    background-position: center;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
.public-modal .modal-header .close:hover{
    background-color: #284F86;
}
.public-modal .btn-top-close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    color: #002553;
    border-radius: 0 6px!important;
    background: #E9F1FF;
    border: 0;
}
.public-modal .btn-top-close:hover {
    color: #E9F1FF;
    background: #2C83FC;
}
.public-modal .modal-title {
    position: relative;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #294260;
}
.public-modal .modal-title:before,.public-modal .modal-title:after{
    content: "";
    margin: 2px 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotateZ(45deg) skew(10deg, 10deg);
    background: #284F86;
}
.icons-diamond {
    margin: 2px 15px;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotateZ(45deg)skew(10deg, 10deg);
    background: #284F86;
}
.public-modal .valid-title{
    font-size: 14px;
    color: #294260;
    font-weight: bold;
}
.public-modal .valid-item-head {
    font-size: 14px;
    position: relative;
    font-weight: bold;
    color: #294260;
    padding-left: 15px;
}
.public-modal .valid-item-head:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #294260;
    border-radius: 4px!important;
}
.public-modal .valid-item-tip {
    font-size: 14px;
    padding-left: 24px;
    color: #000;
}
.public-modal .other-error {
    font-size: 14px;
    padding-left: 6px;
    color: #F63E3E;
    font-weight: 600;
}
.public-modal .normal-tip {
    font-size: 18px;
}
.public-modal .modal-body{
    position: relative;
}
.public-modal .modal-footer {
    position: relative;
    text-align: center;
    border: 0!important;
}
.public-modal .modal-footer button {
    min-width: 130px;
    border-radius: 4px!important;
}
.publicGrid-ul{
    padding-left: 20px;
}
.publicGrid-ul li {
    display: inline-block;
    width: 100%;
}
.publicGrid-ul li .title {
    font-weight: 500;
    width: 25%;
    font-size: 16px;
    color: #294260;
    float: left;
    padding: 10px 0;
    min-height: 40px;
}
.publicGrid-ul li .value {
    width: 70%;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    min-height: 40px;
}
.publicResult-ul{
    padding-left: 20px;
}
.publicResult-ul li>.title {
    font-weight: 500;
    width: 25%;
    font-size: 16px;
    color: #294260;
    float: left;
    vertical-align: middle;
    height: 40px;
}
.publicResult-ul li>.value {
    display: inline-block;
    width: 74%;
}
.publicResult-ul li>.value label {
    font-size: 16px;
}
.publicResult-ul li>.value input[type="radio"] {
    margin-right: 5px;
}
.publicResult-ul li{
    position: relative;
    list-style: none;
}
.publicResult-ul li:after{
    content: "";
    display: block;
    clear: both;
}
/*通用弹窗样式--end*/

.publicBox-table{
    text-align: center;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    /*table-layout: fixed;*/
}
.publicBox-table .head {
    font-weight: bold;
    background-color: #E6F3FF;
    top: 0;position: sticky;z-index: 99;
}
.publicBox-table td{
    border: 1px solid #cccccc;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.publicBox-table .seq{
    width: 40px;
    text-align: center;
    vertical-align: middle;
}
.publicBox-table .tableRepeat_btn {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 4px;
}
.publicBox-table .sort-icon{
    display: inline-block;
}
.publicBox-table .sort-icon i.fa-sort-desc{
    vertical-align: top;
    color: #2296FB;
}
.publicBox-table .sort-icon i.fa-sort-asc{
    vertical-align: bottom;
    color: #2296FB;
}

/*打分表样式--begin*/
.score-table{
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    /*table-layout: fixed;*/
    border: 1px solid #ccc;
}
.score-table .head {
    text-align: center;
    font-weight: bold;
}
.score-table .seq{
    width:50px;
    text-align: center;
}
.score-table td{
    word-break: break-all;
    border: 1px solid #ccc;
    padding: 8px;
    position: relative;
    vertical-align: middle;
}
.score-table .score-ul{
    padding-left: 20px;
}
.score-table .required_fields:after {
    content: "*";
    display: inline-block;
    font-size: 18px;
    color: #FD3535;
    vertical-align: middle;
}
.score-ul li{
    list-style: disc;
}
.text-box li {
    width: 25%;
    display: inline-block;
    padding: 0 10px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*去除number类型的上下箭头*/
.score-table input::-webkit-outer-spin-button,
.score-table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.score-table input[type="number"]{
    -moz-appearance: textfield;
}
/*去除number类型的上下箭头*/
.score-table pre{
    font-family: "Open Sans",sans-serif;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    white-space: pre-wrap;
    word-break: break-all;
    display: inline;
    font-size: 14px;
}
.number-count {
    text-align: right;
    color: #ddd;
}
/*提交提示框--begin*/
.submitExportBoxOut{
    margin: 0;
    padding-left: 0;
    list-style-type:none;
}
.submitExportBoxOut>li{
    list-style-type:none;
    margin-bottom: 10px;
}
.submitExportBoxOut>li>span{
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
}
.submitExportBoxOut>li>span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 5px!important;
    background-color: #666;
    position: absolute;
    left: 0px;
    top: 6px;
}
.submitExportBoxIn{
    list-style-type: none;
    padding-left: 0px;
    text-indent: 2em;
    color: #315FDF;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}
.submitExportBoxIn li{
    list-style-type:none;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
}
/*提交提示框--end*/
/*蓝色字体*/
.blue-text {
    color: #2296FB;
}
/*橘色字体*/
.orange-text {
    color: #ffa500;
    font-weight: bold;
}
/*红色字体*/
.red-text {
    color: red;
    font-weight: bold;
}
.valid-head-title {
    color: #294260;
    font-weight: bold;
    font-size: 16px;
    /*margin-bottom: 10px;*/
}
.valid-box{
    padding-top: 10px;
}
.valid-item-head {
    position: relative;
    font-weight: bold;
    color: #294260;
    padding-left: 15px;
    font-size: 16px;
}
.valid-item-head:before {
    content: ' ';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #294260;
    border-radius: 4px!important;
}
.valid-item-tip {
    line-height: 26px;
    padding-left: 24px;
    color: #000;
    font-size: 16px;
}
.other-error {
    padding-left: 6px;
    color: #F63E3E;
    font-weight: 600;
    font-size: 16px;
}
.review-table .select-btn:hover {
    background: #ee8a8a;
}
.review-table .select-btn {
    outline: 0;
    background: #e7505a;
    box-shadow: 0 2px 5px #ec8785;
    min-width: auto;
    border: 0;
    border-radius: 4px!important;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    height: 34px;
}
.review-table .submit-btn{
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #1b60e7;
    min-width: 140px;
    border: 0;
    border-radius: 4px!important;
    box-shadow: 0px 2px 5px rgb(27 96 231 / 50%);
    box-sizing: border-box;
    padding: 8px 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    height: 34px;
}
.review-table .submit-btn .material-icons {
    border-radius: 100%;
    -webkit-animation: ripple 0.6s linear infinite;
    animation: ripple 0.6s linear infinite;
}
.review-table .submit-btn:focus .dropdown, .submit-btn:active .dropdown {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
}
.review-table .submit-btn:hover{
    background: #437dec;
}
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
/*打分表样式--end*/

.loading-modal .modal-content{
    margin:0 auto;margin-top: 250px;padding: 20px; display: table;width: 200px;
}
.loading-modal .loading-box {
    text-align: center;
    vertical-align: middle;
}
.loading-modal .text-tip {
    text-align: center;font-weight: bold;margin: 0;
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
    border: 6px solid #5DA1FF;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}
.timer-loader:not(:required)::before {
    -moz-animation: timer-loader 1250ms infinite linear;
    -webkit-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 19.2px;
    left: 15px;
    top: 15px;
}
.timer-loader:not(:required)::after {
    -moz-animation: timer-loader 15000ms infinite linear;
    -webkit-animation: timer-loader 15000ms infinite linear;
    animation: timer-loader 15000ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 16px;
    left: 15px;
    top: 15px;
}
.batch-container .title {
    background: #fff;
    margin: 10px 0;
    border: 1px solid #eaeaea;
    line-height: 20px;
    padding: 10px;
    font-size: 22px;
    border-left: 4px solid #1492ff;
}
.batch-container .search-batch-box {
    position: relative;
    padding-top: 7px;
    padding-bottom: 10px;
}
.batch-container .batch-searchBox {
    position: relative;
    float: left;
}
.batch-container .batch-grid-box {
    position: relative;
    padding-top: 10px;
    width: 100%;
}
.batch-container .batch-searchBox .batch-searchBox-input {
    height: 36px;
    line-height: 36px;
    border: 1px solid #0c91e5;
    border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    width: 350px;
    padding-left: 35px;
    padding-right: 10px;
    outline: none;
}
.batch-container .batch-search-icon {
    position: absolute;
    color: #0c91e5;
    font-size: 20px!important;
    left: 10px;
    top: 10px;
}
/*模糊搜索 begin*/
.pfz-box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 100;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    display: none;
}
.pfz-filter-box{
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.trigger_click{}
.pfzSearch{
    position: relative;
}
.pfzSearch input[readonly],.pfzSearch select[readonly]{
    background-color: #fff;
    cursor: pointer;
}
.pfzSearch .find~input,.pfzSearch .find~select,
.pfzYmSearch .find~input,.pfzYmSearch .find~select{
    padding-right: 35px;
}

.pfzSearch select,.pfzYmSearch select{
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    appearance:none!important;
}
.pfzSearch select::-ms-expand,.pfzYmSearch select::-ms-expand { display: none;}
.pfzSearch .icon-box,.pfzYmSearch .icon-box,.pfz-icon-box{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    top: 0;
}
.pfzSearch .pfz-del-box,.pfzYmSearch .pfz-del-box{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    right: 0;
    top: 0;
    color: #ddd;
    cursor: pointer;
}
.pfzSearch .pfz-icon-box~.pfz-del-box,
.pfzYmSearch .pfz-icon-box~.pfz-del-box{
    right: 30px;
}
.pfz-filter-box .icon-box{
    top: 2px;
}
.pfz-filter-box .find{
    left: 4px;
    z-index: 20;
}
.pfz-filter-box .del{
    right: 10px;
    z-index: 15;
}
.pfz-filter-box input{
    width: 100%;
    /*padding: 0 20px;*/
    padding-left: 20px;
    z-index: 15;
    position: relative;
    background-color: rgba(0,0,0,0);
}
.pfz-filter-box.click input{
    padding-left: 5px;
    padding-right: 65px;
}
.pfzSearch .pfz-icon-box.find~input,
.pfzYmSearch .pfz-icon-box.find~input{
    padding-right: 65px;
}
.pfzSearch .pfz-icon-box.find~input:disabled,
.pfzYmSearch .pfz-icon-box.find~input:disabled{
    padding-right: 5px;
}
.pfz-filter-box.click .find ,.pfz-icon-box.find{
    cursor: pointer;
    left: auto;
    right: 5px;
    background-color: #2296FB;
    color: #fff;
    z-index: 20;
}
.pfz-icon-box.find{
    z-index: auto;
    right: 0;
}
.pfz-filter-box.click .find:hover,.pfz-icon-box.find:hover{
    background-color: #0a67fb;
}
.pfz-box .pfz-result-box{
    padding: 0;
    margin: 0;
    max-height: 180px;
    overflow-y: auto;
}
.pfz-result-box li{
    padding: 5px 10px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    cursor: pointer;
    text-align: left;
}
.pfz-tip-box{
    padding: 10px 0;
}
.pfz-box li:hover{
    background-color: #ddd;
}

.pfzYmSearch{
    position: relative;
    display:inline-block;
    width:40%;
}
.pfzYmSearch input,.pfzYmSearch input[readonly],.pfzYmSearch select[readonly]{
    background-color: #F8F9FA;
    cursor: pointer;
    border-radius: 4px!important;
    margin-right: 8px;
}
.pfzYmSearch input:disabled{
    background-color: #eeeeee;
    cursor: not-allowed;
}
/*模糊搜索框 end*/

.public-review-title select{
    border-radius: 4px!important;
    background: #F8F9FA;
    width: 100px;
    display: inline-block;
    margin-right: 8px;
}
.public-review-title .status{
    font-size: 18px;
    color: #333333;
    width: 100%;
    display: inline;
}
.status-circle{
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    position: relative;
}
.inner-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%!important;
    margin: 4px;
}
.outer-circle {
    opacity: 0.36;
    width: 8px;
    height: 8px;
    border-radius: 50%!important;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}
.red-inner{
    background: #CA4141;
}
.red-outer{
    box-shadow: 0px 0px 8px 2px rgb(202 65 65 / 36%);
    border: 8px solid #CA4141;
}
.green-inner{
    background: #77C83E;
}
.green-outer{
    box-shadow: 0px 0px 8px 2px rgba(119, 200 ,62,0.36);
    border: 8px solid #77C83E;
}
.orange-inner{
    background: #ed821d;
}
.orange-outer{
    box-shadow: 0px 0px 8px 2px #eeb448;
    border: 8px solid #ed821d;
}
.blue-inner{
    background: #3598dc;
}
.blue-outer{
    box-shadow: 0px 0px 8px 2px #52b3f6;
    border: 8px solid #3598dc;
}
.public-line {
    height: 1px;
    background: #E5EDEF;
    margin: 10px 0;
    width: 100%;
}
.team-table>tbody>tr>td{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
/*分页样式--begin*/
.public-paging {
    font-size: 14px;
    color: #666666;
}
.public-paging select ,.public-paging input {
    height: 26px;
    width: 60px;
    display: inline-block;
    border-radius: 4px!important;
    line-height: 26px;
}
.public-paging .paging-icon {
    cursor: pointer;
    border-radius: 4px!important;
    border: 1px solid #E7E7E8;
    padding: 2px 8px;
}
.public-paging .paging-icon:disabled{
    cursor: not-allowed;
}
.public-review-table {
    margin-bottom: 10px;
    width: 100%;
}
.public-review-table .title {
    font-weight: bold;
    padding: 8px;
    background: #F2F9FF;
}
.public-review-table .title td{
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.public-review-table>tbody>tr>td {
    font-size: 14px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
/*评审监控页面--begin */
.monitor-table{
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}
.monitor-table tbody tr:nth-child(odd) {
    background-color: #eaf5fc;
}
.monitor-table tr td{
    height: 40px;
    text-align: center;
    vertical-align: middle;
    /*word-break: break-all;*/
    /*white-space: nowrap;*/
    padding: 8px;
    position: relative;
}
.monitor-table .head{
    font-weight: bold;
}
.review-box .progress-bar{
    background-color: #4797fb;
}
.review-box .cont-box {
    position: relative;
    /*z-index: 999;*/
}
.review-box .date-list-flex {
    flex-wrap: wrap;
    /*display: flex;*/
    white-space: nowrap;
}
.review-box .child-list-flex{
    display: flex;
}
.review-box .date-list-flex li {
    cursor: pointer;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px 10px;
    /*width: 10%;*/
    /*float: left;*/
    display: inline-block;
    min-width: 10%;
}
.review-box .date-list-flex>li.active {
    background-color: #dddddd8c;
    /*z-index: 99;*/
}
.review-box .child-list-flex>li.active {
    font-weight: bold;
    /*z-index: 99;*/
}
.review-box .child-list-flex>li .item-num span.active:after{
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    height: 0;
    border: solid 3px #2296FB;
    background: #2296FB;
    margin: 0 auto;
    display: block;
    left: 0px;
    right: 0;
    border-radius: 5px;
}
.review-box .date-list-flex li .item-date,.review-box .date-list-flex li .item-address {
    /*min-height: 36px;*/
    padding-bottom: 5px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.review-box .date-list-flex li .item-num {
    color: #eeeeee;
    /*position: absolute;*/
    /*right: 5px;*/
    /*bottom: 5px;*/
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}
.morning-style {
    color: #84d487;
    padding: 0 2px;
}
.after-style {
    color: #5eabed;
    padding: 0 2px;
}
.allday-style {
    padding: 0 2px;
    color: orange;
}
.review-box .batch-box {
    display: inline-block;
    width: 250px;
}
.review-box .batch-box select {
    height: 34px;
    border-radius: 5px!important;
}
.review-box .process .portlet.light{
    padding: 0 10px;
}
.review-box .process .portlet.light > .portlet-title > .tools{
    padding-top: 5px;
}
.review-box .process .portlet-title{
    margin-bottom: 0;
}
.review-box .process .portlet.light .portlet-body{
    padding-top: 0;
}
.left-fixed-right-scroll {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    /*height: calc(100vh - 300px);*/
}
.left-fixed-right-scroll .table-fixed {
    background-color: #fff;
    position: absolute;
    z-index: 90;
    width: 550px;
    top: 0;
    right: 0;
}
/*评审设置页面 --begin */
/*学科下拉 begin*/
.review-subject-list {
    padding-left: 4px;
}
.review-subject-list li .more-btn{
    cursor: pointer;
}
.review-subject-list li .more-btn .fa {
    font-size: 16px;
    /*vertical-align: middle;*/
}
.review-subject-list li .title-box{
    line-height: 20px;
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    word-break: normal;
}
.review-subject-list li .title-box label {
    font-size: 14px;
    display: inline;
}
.review-subject-list .compare-btn {
    /*vertical-align: middle;*/
    /*margin-top: -2px;*/
    margin-right: 5px;
}
.review-subject-list li {
    list-style:none;
}
/*学科下拉 end*/
.mouse-modal {
    position: relative;
    /*display: inline-block;*/
}
.mouse-modal .mouse-title {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dashed #999;
    font-weight: bold;
}
.mouse-modal:hover .mouse-res {
    display: block;
}
.mouse-modal .mouse-res {
    width: 250px;
    background-color: #fff;
    border: 1px solid #0c9cf3;
    padding: 5px;
    border-radius: 5px!important;
    position: absolute;
    left: 80px;
    top: 0px;
    display: none;
    z-index: 999;
}
.mouse-modal .rollin-table table{
    margin-bottom: 0;
}
.mouse-modal .rollin-table table td{
    font-size: 12px;
}
.detail-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.detail-table td, .detail-table th{
    word-break: break-all;
    border: 1px solid #ccc;
    padding: 4px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.detail-table .item_thead {
    font-weight: bold;
    /*background: #fff;*/
    /*top: 0;*/
    /*position: sticky;*/
    /*z-index: 99;*/
}
.detail-table .head-bg {
    text-align: center;background: #d9edf7;color: #31708f;
}
.detail-table .showChangeBox{
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid red;
    top: 0;
    right: 0;
    line-height: 15px;
    cursor: pointer;
    color: #fff;
}
.detail-table .showChangeBox .fa{
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    display: none;
}
.detail-table .showHistoryBox{
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 0;
    right: 0;
    line-height: 15px;
    /*background-color: red;*/
    cursor: pointer;
    color: orange;
}
.detail-table .showHistoryBox i{
    font-size: 18px;
}
.detail-table .list-new {
    background-color: #FFB!important;
}
.detail-table .list-delete {
    text-decoration: line-through;
    color: #ccc;
}
.question-box-tj{
    display: inline-block;
    position: relative;
}
.question-box-tj .question-res {
    width: 380px;
    background-color: #fff;
    border: 1px solid #0c9cf3;
    padding: 10px;
    border-radius: 5px!important;
    position: absolute;
    line-height: 24px;
    top: 20px;
    display: none;
    z-index: 99;
    color: #333;
    font-weight: 500;
    text-align: left;
}
.question-box-tj:hover .question-res {
    display: block;
}
.detail_table_sub tbody{
    max-height: inherit;
    overflow: visible;
}
.detail_table_sub tr{
    border-bottom: 1px solid #ddd;
}
.detail_table_sub tr:last-child{
    border-bottom: none;
}
.subBalance .table_name{
    border-right: 1px solid #ddd;
}
.subBalance .table_number{
    width: 50px;
}
.subBalance_2 .rollin-table{
    max-height: 300px;
    overflow-y: auto;
}
.table-one .scroll-bar {
    max-height: 200px;
}
.right-box .right-fixed-btn {
    z-index: 99;
    position: absolute;
    right: 0px;
    top: 255px;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px!important;
}
.right-box .right-fixed-btn:hover {
    background-color: rgba(0,0,0,0.8);
    font-weight: bold;
    z-index: 10000;
}
.right-box .right-fixed-btn .icon {
    display: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 24px;
}
.right-box .right-fixed-btn .text {
    height: 48px;
    width: 48px;
    padding: 4px 2px;
    line-height: 20px;
    font-size: 14px;
}
.right-box .param-list {
    display: none;
    z-index: 99999;
    right: 50px;
    position: absolute;
    width: 400px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
}
/*高亮显示--begin*/
.high-bg {
    background: #fbe7d5;
}
.redhighlight ,.redhighlight pre{
    font-style: oblique;
    color: red!important;
    font-weight: bold;
}
.highlightbg {
    background-color: #FFF0F0!important;
}
/*高亮显示--end*/
/*评审监控页面--end */

/*短信配置 begin*/
.messageBox{
    margin-bottom: 10px;
}
.messageBox .title{
    padding: 0 6px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-left: 6px solid #3365de;
    margin-bottom: 10px;
}
.messageBox ul{
    padding-left: 15px;
}
.messageBox ul li{
    width: 25%;
    display: inline-block;
}
.messageBox .tips{
    display: inline-block;
    color: #fe3030;
    font-weight: bold;
    font-size: 14px;
}
.messageBox p{
    padding: 2px 0;
    /* font-size: 14px; */
    font-weight: bold;
}
.messageBox .icon-float{
    float: left;
}
.messageBox .self-icon.icon-warning{
    background: url(../pmshlj/img/icon_warning.png) no-repeat center center;
    background-size: auto;
}
.message-table{
    margin-bottom: 10px;
    width: 100%;
}
.message-table .head {
    font-weight: bold;
    padding: 8px;
    background: #80c6f9;
    color: #fff;
}
.message-table .seq{
    width: 50px;
}
.message-table>tbody>tr>td{
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
.message-table>tbody:nth-child(2)>tr:nth-child(even) {
    /*background-color: #eff8ff;*/
}
.message-content .modal-body{
    padding: 0 30px;
}
.pms-modal .message-content .modal-footer{
    padding: 20px 30px;
}
.message-ul>li {
    font-size: 16px;
    padding: 8px 10px 5px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.message-ul>li:before {
    position: absolute;
    left: 0px;
    top: 14px;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    background: #0066FF;
}
.message-ul li .title{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
/*短信配置 end*/
