/*所有页面高度自适应*/
html,body{ min-width: 1100px; }
html,body,section.content{
    height:100%;
}
section.main_container{ width:100%;height:100%; }
a:hover, a:focus{
    text-decoration: none !important; color: #f89b38;
}
input,textarea,button,select{ border: 1px solid #ccc; }
input:focus,textarea:focus{ border:1px solid #f89b38; }
input.flatpickr{ position: relative;z-index: 10;background-color: transparent !important; }
input.flatpickr + i.iconfont{ z-index: 9; }
.flatpickr-input.active{ display: inline-block; }
/*文本内容限制宽度超出隐藏*/
/*单行*/
.single-text-hidden{
    /*width:auto;		自定义*/
    display: inline-block;
    margin:0 auto;
    /*text-align: center;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*多行*/
.multi-text-hidden{
    /*max-height:auto;	自定义*/
    margin:0 auto;
    /*text-align: center;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp:2;		自定义*/
    -webkit-box-orient: vertical;
}

/*TODO 通用样式*/
*{
    font-family: 'Microsoft YaHei';
    padding:0;
    margin:0;
    outline: none !important;
}
h1,h2,h3,h4,h5,h6{padding:0;  margin:0; font-weight: normal; }
*:focus{
    outline: none !important;
}
body{
    font-size: 14px;
    color: #333;
    background-color: #f6f6f6 !important;
/*    #fffbf6 !important;*/
}
a{ color: #333; }
input{ outline: none;}
*:hover a,a,a:hover,a:focus,a:visited,a:active{ text-decoration: none !important; }

/*当前无课程内容时*/
.noContent{
    width:100%;
    height:300px;
    padding:60px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0,0,0,.05);
}
.noContent i{
    font-size: 72px;
    color:#666;
}
.noContent p{
    font-size: 24px;
    color:#666;
}

/*回到顶部*/
.scrollTop{
    width:60px;
    height:60px;
    line-height: 60px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 22px;
    background-color: rgba(204,204,204,.8);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color:#fff;
    position: fixed;
    right: 2%;
    bottom:80px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.scrollTop:hover{
    background-color: rgba(248,155,56,.8);
}

.module{
    background-color: #fff /*!important*/;
}
.none{
    display: none;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.clear{
    clear: both;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:block;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;
}
.left{
    float:left;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.right{
    float: right;
}
.text-right{
    text-align: right;
}
li{
    list-style: none;
}
/*TODO 使用font-face声明字体*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*TODO 定义使用iconfont的样式*/
.iconfont{
    font-family:'iconfont' !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*TODO 定义图标样式*/
.icon_lists li{
    float:left;
    /*width: 50px;*/
    height:20px;
    text-align: center;
}
.icon{
    font-size: 20px;
    line-height: 20px;
    margin: 1px 0;
    color:#333;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
}
.active{
    display: block;
    /*color:#f89b38;*/
}

.link{
    cursor: pointer;
}
/*正文中的模块盒子*/
body{
    padding: 0;
    margin: 0;
}
/**********     ***********/
/*TODO 独立页面*/
.single_content{
    width:860px;
    min-height:200px;
    margin:40px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.single_main_info{
    /*padding:25px 50px 0;*/
    padding:25px 50px;
}
.single_main_info .item_type>div{
    display: inline-block;
    margin-right:20px;
}
.single_main_info .item_type>div input{
    padding:0 5px;
    box-sizing: border-box;
    color:#666;
    border:1px solid #f89b38;
    width:50px;
    outline: none;
    margin-right:5px;
}
.single_main_info>div{
    margin-bottom: 26px;
}

.single_main_info .ql-editor.ql-blank::before{
    color:#ccc;
    font-style: normal;
}
.single_main_info .ql-toolbar>i{
    color:#666;
    cursor: pointer;
}
.single_main_info .ql-toolbar>i:hover{
    color:#f89b38;
}


/*下拉框箭头*/
.single_main_info .btn-group.h_pull .btn i{
    margin-top:0;
    float: inherit;
    position: absolute;
    right: 5px;
    top: 10px;
}

.single_main_info .item_btn{
    text-align: right;
}
.single_main_info .item_btn span{
    margin-left:10px;
}

/***********    ***********/
div.content .module{
    margin-top:30px;
    padding-top:20px;
    padding-bottom:40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
div.content .module:last-child{
    margin-bottom:50px;
}
/*正文内容*/
div.content{
    width:910px;
    /*float:right;*/
    position: relative;
}
/*页签切换*/
div.content>div{
    width:910px;
    padding-top:43px;
    display: block;
}
strong,em,i{ font-style:normal;}
.h_bd em,.h_bd_show em{ font-style:italic; }
.editor-container strong{ font-weight: bold !important; }
.editor-container em{ font-style: italic !important; }
strong em{ font-style: italic !important; }

/*1-1.1：透明色按钮*/
.h_btn_toggle1{
    height:24px;
    line-height: 22px;
    color:#f89b38;
    font-size: 12px;
    text-align: center;
    padding:0 20px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    border:1px solid rgba(248,155,56,.3);
    /*background: url("../../images/i1.png");*/
}
.h_btn_toggle1>i{
    font-size: 12px;
    margin-right:6px;
}
.h_btn_toggle1:hover{
    color:#fff;
    background-color: #f89b38;
}
/*1-1.2 橙色按钮*/
.h_btn_toggle2{
    height:24px;
    line-height: 22px;
    color:#fff;
    font-size: 12px;
    text-align: center;
    padding:0 20px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f89b38;
}
/*1-1.5创建调查 透明色按钮*/
.h_btn_toggle3{
    font-size: 14px;
    line-height: 24px;
    border-radius:20px;
    display: inline-block;
    border:1px solid #f89b38;
    box-sizing: border-box;
    text-align: center;
    padding:0 32px;
    color:#f89b38;
    cursor: pointer;
    float: right;
    /*margin-right: 20px;*/
    margin-bottom: 10px;
}
.h_btn_toggle3:hover{
    color:#fff;
    background-color: #f89b38;
}
/*1-1.6查看结果/编辑 按钮*/
.h_btn_toggle4{
    display: inline-block;
    height:20px;
    line-height: 18px;
    box-sizing:border-box;
    border-radius:18px;
    border:1px solid #999;
    font-size: 12px;
    color:#666;
    padding:0 22px;
}
.h_btn_toggle4 i{
    font-size: 14px;
    color:#999;
    margin-right:5px;
}
.h_btn_toggle4:hover{
    border-color:#f89b38;
    color:#f89b38;
    cursor: pointer;
}
.h_btn_toggle4:hover i{
    color:#f89b38;
}
/*1-1.3下拉列表*/
.btn-group.h_pull .btn{
    width:120px;
    height:26px;
    line-height: 24px;
    border-radius:4px;
    background-color: #fff;
    border:1px solid #ccc;
    padding:0 10px 0 12px;
    color:#666;
    text-align: left;
    font-size: 12px;
}
.btn-group .btn{}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.btn-group.h_pull .btn i{
    color:#999;
    margin-top:9px;
    float: right;
}
.h_pull .dropdown-menu{
    min-width:120px;
    margin:0;
    padding:0;
}
.h_pull .dropdown-menu > li > a{
    padding:3px 10px;
    box-sizing: border-box;
}
.h_pull .dropdown-menu li a{
    color:#000;
    background-color: #fff;
}
.h_pull .dropdown-menu li a:hover{
    background-color: #eee;
}
/*1-1.4 搜索框*/
.h_search.form-group{
    width:200px;
    height:24px;
    margin:0;
    display: inline-block;
    position: relative;
}
.h_search.form-group label{
    position: absolute;
}
.h_search.form-group input{
    width:200px;
    height:24px;
    line-height: 24px;
    border-radius:4px;
    margin: 0;
    background-color: #fff;
    border:1px solid #ccc;
    padding:0 10px 0 12px;
    color:#666;
    outline: none;
    text-align: left;
    font-size: 12px;
    /*position: absolute;*/
}
.h_search.h_sear_nd.form-group{
    width:auto;
}
.h_search.h_sear_nd.form-group input{
    width:300px;
    position: inherit;
}
.h_search.h_sear_nd.form-group span.form-control-feedback{
    top:6px;
}
.h_search.form-group span.form-control-feedback{
    width:24px;
    height:22px;
    font-size: 12px;
    line-height: 34px;
    color:#000;
    cursor: pointer;
    position: absolute;
    top:-4px;
    right: 3px;
}
.h_search.has-success .form-control:focus{
    border-color: rgba(248,155,56,.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(248, 155, 56, .075), 0 0 6px #f89b38;
    -moz-box-shadow: inset 0 1px 1px rgba(248, 155, 56, .075), 0 0 6px #f89b38;
    box-shadow: inset 0 1px 1px rgba(248, 155, 56, .075), 0 0 6px #f89b38;
}
/*2：小导航栏二*/
.h_tab2{
    width:910px;
    height:40px;
    line-height: 40px;
    border-bottom:1px solid #ccc;
}
.h_tab2 a{
    display: inline-block;
    padding:1px;
    margin-left:30px;
    font-size: 14px;
    line-height: 37px;
    color:#333;
}
.h_tab2 a:hover{
    color:#333;
}
.h_tab2 a.active{
    color:#f89b38;
    border-bottom:1px solid #f89b38;
    position: relative;
}
.h_tab2 a.active i{
    display: inline-block;
    border:6px solid transparent;
    border-top-color:#f89b38;
    position: absolute;
    top:40px;
    left:40%;
}
/*3：当前课程/课程选择*/
.h_cstate span[class*='c_']{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color:#999;
}
.h_cstate span.c_name{
    color:#666;
    margin-right:20px;
}
/*4：小导航栏一*/
.h_tab1{

}
.h_tab1 a{
    display: inline-block;
    width:220px;
    height:50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    color:#333;
    font-size: 16px;
    background-color: #fff;
    border:1px solid rgba(238,238,238,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin-right:5px;
    position: relative;
}
.h_tab1 a:last-child{
    margin-right:0;
}
.h_tab1 a.active i{
    display: inline-block;
    border: 10px solid transparent;
    border-top-color:#f89b38;
    position: absolute;
    top:49px;
    left:45%;
}
.h_tab1 a:hover{
    color:#333;
    text-decoration: none;
}
.h_tab1 a.active{
    color:#fff;
    background-color: #f89b38;
    border: 1px solid rgba(248,155,56,.3);
    box-shadow: none;
}
/*5：带左边线的小标题*/
.h_sub_title{
    height:30px;
    line-height: 25px;
    border-bottom:1px solid #eee;
}
.h_sub_title>span{
    color:#f89b38;
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-left:10px;
    border-left:4px solid #f89b38;
}
.h_sub_title>em{
    font-style: normal;
    font-size:12px;
    color:#999;
}
/*6：单选按钮组切换*/
[class*='h_radio_group']{
    padding-left:20px;
    margin-right:20px;
    margin-top:10px;
}
[class*='h_radio_group'].h_radio_group_block p{
    line-height: 30px;
    display: block;
}
[class*='h_radio_group'].h_radio_group_inline p{
    display: inline-block;
    line-height: 30px;
}
[class*='h_radio_group'] p{
    margin-right: 20px;
    margin-bottom:5px;
    color:#666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
[class*='h_radio_group'] p span{
    width:12px;
    height:12px;
    display: inline-block;
    border-radius:50%;
    background-color: #fff;
    border:1px solid #666;
    box-sizing: border-box;
    margin-right:5px;
    position: relative;
    top:1px;
}
[class*='h_radio_group'] p.active span i{
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #f89b38;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
/*选项置灰*/
[class*='h_radio_group'] p.disabled span i{
    background-color:#999;
}
[class*='h_radio_group'] p.true_choose span i{
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #f89b38;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
[class*='h_radio_group'] p.selected span i{
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #999;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
/*新radio切换*/
[class*='h_radio_group'] {
    padding-left:20px;
    margin-right:20px;
    margin-top:10px;
}
[class*='h_radio_group'] label input {
    position: absolute;
    top: 100px;
    visibility: hidden;
}
[class*='h_radio_group'].h_radio_group_block label {
    line-height: 30px;
    display: block;
}
[class*='h_radio_group'].h_radio_group_inline label {
    display: inline-block;
    line-height: 30px;
}
[class*='h_radio_group'] label {
    margin-right: 20px;
    margin-bottom:5px;
    color:#666;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}
[class*='h_radio_group'] label:before{
    content: '';
    width:12px;
    height:12px;
    display: inline-block;
    border-radius:50%;
    background-color: #fff;
    border:1px solid #666;
    box-sizing: border-box;
    margin-right:5px;
    position: relative;
    top:1px;
}
[class*='h_radio_group'] label.active:after{
    content: '';
    width:6px;
    height:6px;
    border-radius:50%;
    background-color: #f89b38;
    position: absolute;
    top:12px;
    left:3px;
}
[class*='h_radio_group'] label.disabled:after{
    content: '';
    background-color:#999;
}
[class*='h_radio_group'] label.true_choose:after{
    content: '';
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #f89b38;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
[class*='h_radio_group'] label.selected:after{
    content: '';
    width:6.5px;
    height:6.5px;
    border-radius:50%;
    background-color: #999;
    position: absolute;
    top:1.5px;
    left:1.5px;
}
/*7：表格*/
.h_form{
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
}
.h_form table{
    width:100%;
}
.h_form table tr{
    height:40px;
    /*line-height: 40px;*/
    text-align: center;
}
.h_form table tr th{
    text-align: center;
}
.h_form table thead tr{
    font-size: 14px;
    color:#fff;
    background-color: #f89b38;
}
.h_form table thead th:not(last-child){
    border:1px solid /*rgba(248,155,56,.2)*/rgba(255,255,255,.1);
}
.h_form table tbody tr{
    color:#666;
    font-size: 14px;
    text-align: center;
}
.h_form table tbody tr td a{
    color:inherit;
}
.h_form table tbody tr td a:hover{
    color:#f89b38;
}
/*表格主体奇偶行变色*/
.h_form table tbody tr:nth-child(odd){
    background-color: #fff;
}
.h_form table tbody tr:nth-child(even){
    background-color: rgba(248,155,56,.06);
}
.h_form table tbody tr:hover{
    background-color: rgba(248,155,56,.2);
}
/*7.1：表格尾注*/
.h_form_info{
    width: 910px;
    margin-top:10px;
    font-size: 12px;
    line-height: 20px;
    color:#666;
    overflow: hidden;
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 25px;*/
}
.h_form_info .left{
    margin-left:20px;
    color:#999;
}
.h_form_info .right>span{
    margin-right:15px;
}
.h_form_info .right>span input{
    margin-right:15px;
    width:50px;
    height:20px;
    outline: none;
    box-sizing: border-box;
    padding:0 5px;
}
.h_form_info .btn-group{
    position: relative;
    top:-1px;
}
.h_form_info .btn-group .btn{
    width:50px;
    height:16px;
    border-radius:0;
    line-height: 15px;
    padding: 0 7px 0 12px;
}
.h_form_info .btn-group .btn i{
    margin-top:6px;
}
.h_form_info .btn-group.h_pull .dropdown-menu{
    min-width:50px;
    width:50px;
    border:none;
}
.h_form_info .btn-group .dropdown-menu li{
    width:50px;
}
.h_form_info .btn-group .dropdown-menu li a{
    width:50px;
    padding:0;
    font-size: 12px;
    text-align: center;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text{ max-width: 240px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }
.h_form_info .h_3 i{
    display: inline-block;
    width:18px;
    height:18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #999;
    border: 1px solid #999;
    margin-left:7px;
    cursor: pointer;
}
.h_form_info .h_3 i:hover{
    color: #f89b38;
    border-color:#f89b38;
}
.h_form_info .h_4 .btn_to{
    width:40px;
    height:16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #999;
    padding:1px 5px;
}
/*8：弹窗1-圆角弹窗*/
.h_modal_1.modal{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:-20px;
    background-color: rgba(0,0,0,.5);
    z-index:1000;
    overflow-y: auto;
    display: none;
    /*display: block;*/
}
.h_modal_1 .modal-content{
    padding:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    height:auto;
    /*padding-bottom:30px;*/
    position: absolute;
    left:50%;
    top:50px;
    z-index:1000;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.h_modal_1 .modal-content .content_box{
    width: 100%;
    border-radius:4px;
    background-color: #fff;
    /*position: absolute;*/
    display: none;
}
.h_modal_1 .modal-content.margin_bottom{
    margin-bottom:100px;
}
.h_modal_1 .modal-content .content_box.active{
    display: block;
}
.content_box .h_title,.h_title{
    width:100%;
    height:40px;
    line-height: 40px;
    box-sizing:border-box;
    padding:0 20px;
    font-size: 16px;
    color:#f89b38;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f6f6f6;
}
.content_box .h_title i,.h_title i{
    font-size: 14px;
    cursor: pointer;
    color:#939393;
}
.single_content .h_title i{
    font-size: 12px;
    font-style: normal;
    /*width:64px;*/
    height:24px;
    line-height: 22px;
    text-align: center;
    color:#fff;
    padding:0 20px;
    border:1px solid #fff;
    border-radius:4px;
    margin-top:8px;
    margin-left:20px;
}
.content_box .h_title i:hover,.h_title i:hover{
    /*color:#fff;*/
}
.content_box .modal_main_info{
    padding:20px;
    padding-bottom:30px;
}

/*9 进度条*/
.radius_box{
    width:240px;
    height:20px;
    border-radius:20px;
    margin: 0 auto;
    background-color: #eee;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
    position: relative;
}
.radius_box span{
    width:218px;
    height:4px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left:11px;
    top:8px;
}
.radius_box span.back_line{
    background-color: #f89b38;
    z-index: 10;
    width: 0;
}
.radius_box span i.flag1{
    width:10px;
    height:10px;
    border-radius:50%;
    position: absolute;
    top:-3px;
    z-index: 10;
}
.radius_box span i.flag2{
    width:10px;
    height:10px;
    border-radius:50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top:-3px;
    z-index: 10;
}
/*起点*/
.radius_box span i.beg{
    left:-5px;
}
/*终点*/
.radius_box span i.end{
    right:-5px;
}
/*均点*/
.radius_box span i.average{
    border-color: #01ad85;
    left:50%;
}
/*当前点*/
.radius_box span i.current{
    border-color: #f89b38;
    /*left:0%;*/
}



/******************************/
/*索引*/
.index_box{
    margin-top: 20px;
    text-align: center;
}
.pagination {
    /*width: 512px;*/
    height: 42px;
    margin: 0 auto;
    display: inline-block;
}
.pagination > li {
    display: inline;
    width: auto;
    height: 30px;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    line-height: 30px;
    border: none;
    background: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #f89b38;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #f89b38;
    border-color: #f89b38;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: inherit;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination li a{
    border: 0;
    color: #333;
    font-size: 12px;
    line-height: 30px;
    background-color: transparent;
}
.pagination .current a{
    color: #fff;
    background-color: #f89b38;
}
.pagination .active a{
    color: #fff;
    background-color: #f89b38;
}

/******************************/
/*TODO 确认/提示弹框*/
.modal-extra{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 10500;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}
.modal-extra .modal-excontainer{
    width:auto;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-extra .date_box{
    margin:60px 120px 50px;
}
.modal-extra .tip .date_box{
    margin-bottom:60px;
}
.modal-extra .date_box p{
    text-align: center;
    font-size: 24px;
    color:#333;
}
.modal-extra .date_box span{
    display: block;
    text-align: center;
    font-size: 12px;
    color:#999;
}
.modal-extra .ext-btngroup {
    text-align: center;
    margin-bottom: 40px;
}
.modal-extra .ext-btngroup span:first-child {
    margin-right: 20px;
}
.delBtnConfirm {
    cursor: pointer;
}
.modal-extra .h_btn_toggle12{
    height:24px;
    line-height: 22px;
    color:#fff;
    font-size: 12px;
    text-align: center;
    padding:0 20px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f89b38;
}
.modal-extra .h_btn_toggle11{
    height:24px;
    line-height: 22px;
    color:#f89b38;
    font-size: 12px;
    text-align: center;
    padding:0 20px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    top:1px;
    background-color: #fff;
    border:1px solid rgba(248,155,56,.3);
}
.modal-extra .h_btn_toggle11:hover{
    color:#fff;
    background-color: #f89b38;
}
/*TODO 新版（09.04）确认/提示弹框*/
.modal_check{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}
.modal_check .modal_check_container{
    width:auto;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal_check .main_box{
    padding: 40px 20px 0px;
    width: 470px;
    /* height: 102px; */
}
.modal_check .main_box p{
    text-align: center;
}
.modal_check .main_box p:last-child{
    color:#999;
    font-size: 14px;
    line-height: 22px;
}
.modal_check .main_box p:first-child{
    color:#333;
    font-size: 18px;
    font-weight:bold;
    line-height: 40px;
}
.modal_check .btn_box {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 28px;
}
.modal_check .btn_box span:first-child {
    margin-right: 20px;
}
/*****************************************************/
/*TODO 全网表格插件通用样式*/
/*表格插件dataTable.js重写*/
input:focus, textarea:focus, select:focus{
    outline: none;
}
.dataTables_wrapper{
    font-size: 12px;
}
.dataTables_wrapper .dataTables_filter input[type="search"]{
    padding:1px 10px;
    width:200px;
    line-height: 22px;
    box-sizing: border-box;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #ccc;
    margin-right: 10px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="search"]:focus{
    border-color:#f89b38;
}
/*搜索栏*/
.dataTables_wrapper .dataTables_filter{
    margin-bottom: 13px;
}
.dataTables_wrapper .dataTables_filter input[type=search]{
    color:#666;
    font-weight: normal;
}
/*每页显示行数*/
.dataTables_wrapper .dataTables_length{
    color: #666;
    font-weight: normal;
    position: absolute;
    bottom:4px;
    left:25%;
}
.dataTables_wrapper .dataTables_length label{
    font-weight: normal;
}
/*分页栏*/
.dataTables_wrapper .dataTables_paginate{
    float: right;
    margin-top:10px;
    margin-right:10px;
}
/*总行数*/
.dataTables_wrapper .dataTables_info{
    color: #666;
    position: absolute;
    left:2.3%;
    bottom:6px;
}
table.dataTable tbody tr{
    height:45px;
}
.datatable tbody tr>td>a{
    cursor: pointer;
    overflow: hidden;
}
/*表格边线*/
table.dataTable td.single-text-hidden{ display:table-cell; }
table.dataTable thead th,
table.dataTable thead td {
    padding:0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f89b38;
}
table.dataTable thead th, table.dataTable thead td{
    padding:10px 18px;
    border-bottom: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}
table.dataTable tbody tr.odd td{
    background-color: rgba(248,155,56,.06);
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1{
    background-color: rgba(248,155,56,.06);
}
table.dataTable tbody tr.even td{
    background-color: #fff;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1{
    background-color: #fff;
}
table.dataTable tbody tr:hover td{
    background-color: rgba(248,155,56,.2);
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd:hover > .sorting_1{
    background-color: rgba(248,155,56,.2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color:#fff !important;
    background: #f89b38;
    border:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color:#fff !important;
    background: #f89b38;
    border:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color:#333 !important;
    border:1px solid #fff;
    background: #fff;
}

.empty-data{ width:100%; line-height: 40px; font-size: 14px; text-align: center; }