body{
    background-color: #f8f8f8;
    min-width:1002px;
}
.dt-scientific-head{
    width: 100%;
    background-color: #1A4266;
}
.dt-scientific-head-container{
    width: 1002px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
}
.dt-head-title{
    color: #FFFFFF;
}
.dt-head-right{
    position: absolute;
    top: 0;
    right: 0;
}
.dt-head-back{
    margin-right: 28px;
}
.dt-head-back a{
    color: #08CBA7;
}
.dt-head-menu-box {
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}
.dt-head-menu-box:hover .dt-head-menu{
    display: block;
    transition: 0.2s all;
}
.dt-head-menu-box li:hover .dt-head-menu{
    display: block;
    transition: 0.2s all;
}
.dt-head-menu{
    width: 100px;
    margin: 0 auto;
    color: #333333;
    background-color: #FFFFFF;
    border-left:1px solid #EAEAEA;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    text-align: center;
    display: none;
}
.dt-head-menu li:hover{
    color: #FF0000;
}
.dt-head-menu li:hover a{
    color: #FF0000;
}
.caret{
    display: inherit;
    border-top: none;
    border-bottom: 5px dashed;
    border-right:0 solid transparent;
    border-left: 5px solid transparent;
    color: #08CBA7;
}
.dt-scientific-title{
    width: 100%;
    background-color: #FFFFFF;
}
.dt-scientific-title-container{
    width: 1002px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #333333;
    margin: 0 auto;
}
.dt-scientific-title-container img{
    width: 40px;
}
.dt-scientific-menu{
    width: 100%;
    background-color: #1A4266;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.06);
}
.dt-scientific-menu-container{
    width: 1002px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
}
.dt-menu-bar{
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
}
.dt-menu-bar>li{
    float: left;
    margin-right: 30px;
}
.dt-menu-bar li a{
    color: #ffffff;
}
.dt-menu-bar li a:hover{
    color: #08CBA7;
    transition: 0.2s;
}
.dt-menu-active{
    color: #08CBA7 !important;
}
.dt-scientific-footer{
    background-color: #ffffff;
}
.dt-scientific-footer-container{
    width: 1002px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #333333;
    text-align: center;
    clear: both;
}
#dt-scientific-content-wrapper{
    width: 1002px;
    min-height: 500px;
    margin: 0 auto;
    clear: both;
}
.no-padding{padding:0;}
/*table表样式*/
.table>thead>tr{
    background-color: #EEF2FB;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding:0;
    line-height: 40px;
    text-align: center;
    border-top: none;
}
.table>thead>tr>th{
    border-bottom: none;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #FFFFFF;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #F7FAFF;
}
.dt-platform-table{
    margin-top: 30px;
    border:1px solid #EAEAEA;
}

/*全选、下载、搜索按钮样式*/
.dt-btn-line{
    margin-top: 30px;
}
.dt-btn-check-all,.dt-btn-download,.dt-btn-search{
    color: #FFFFFF;
    background-color:#08CCA8;
    margin-right: 20px;
    padding: 6px 12px;
    border-radius: 4px;
    border:none;
}
.dt-select-line-height{
    line-height: 22px !important;
}
.dt-btn-download{
    background-color:#4990E2;
}
.dt-btn-right{
    float: right;
    width: 300px;
}
.dt-search-input{
    width: 200px;
    height: inherit;
    padding: 6px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}
.dt-btn-search{
    width:80px;
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.dt-platform-search{
    width:80px;
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.dt-btn-view{
    background-color: #08CCA8;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #FFFFFF;
}
.dt-btn-view:focus,
.dt-btn-view:active:focus,
.dt-btn-view.active:focus,
.dt-btn-view.focus,
.dt-btn-view:active.focus,
.dt-btn-view.active.focus {
    outline: none;
}
.dt-bottom-10{
    margin-bottom: 10px;
}



/*分页样式*/
.ui-paging-container li.ui-pager:hover,.ui-paging-container li.focus {
    background-color: #08CCA8;
    color:#FFFFFF;
}
.ui-pager-disabled:hover
{
    background-color: #f6f6f6 !important;
    color:#ddd !important;
}
.ui-paging-container li.ui-pager
{
    border-color:#08CCA8 ;
}
.no-padding{
    padding: 0;
}
.btn{
    border-radius: 4px !important;
    height: inherit;
}
.platform-checkbox{
    width: 175px;
    float: left;
    padding-top: 0 !important;
}
.platform-checkbox-input::before{
    top: 0 !important;
}
.dt-padding-0{
    padding-top: 0 !important;
}
.dt-readOnly{
    background-color: #eee;
}
.dt-margin-35{
    margin-left: 35px;
}
.dt-hidden{
    display: none;
}
.dt-input-require::before
{
    content: "* ";
    color:red;
}
.form-group{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-horizontal .dt-control-title
{
    text-align:right ;
}
.form-horizontal .dt-form-margin
{
    margin-top: 2px; ;
}
.checkbox-first{
    margin-left: 10px;
}
.dt-linkage-margin{
    margin-left: 35px;
}
.dt-menu-bar a{
    text-decoration: none;
}
.dt-input-no-padding{
    padding-left: 0;
    padding-right: 0;
}
.dt-content-sub-title{
    color:#0F8587;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom:2px dashed #E6F7F4;
    font-size: 14px;
}

/*下划线输入框*/
.underline-box{
    border:0px;
    border-bottom: 1px solid #ccc;
}
.underline-box:focus {
    outline: none;
    box-shadow:none;
}