﻿* {
 margin:0;
 padding:0;
 font-family:'Microsoft YaHei','Tahoma';
}
/*-------------------------按钮 start-----------------------------------------*/
/***查看 Start*****/
.btn_look {
display:inline-block;
/*line-height:35px;*/
height:36px;
background:url("/asset/img/button/look_m.png") no-repeat 16px 8px;
background-color:#2E94E4;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_look:hover {
background-color:#509DD9;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_look:active {
background-color:#096CBA;    
}
.endTimeBoxTwo {
    width: 100px;
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

@keyframes endTimeBoxTwo {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.btn_look_s {
display:inline-block;
/*line-height:35px;*/
height:30px;
background:url("/asset/img/button/look_s.png") no-repeat 14px 8px;
background-color:#2E94E4;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left: 30px;
padding-right:12px;
}
.btn_look_s:hover {
background-color:#509DD9;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_look_s:active {
background-color:#096CBA;    
}
/***查看 End*****/

/***重置 Start*****/
.btn_reset {
display:inline-block;
height:36px;
background:url("/asset/img/button/chongzhi_m.png") no-repeat 16px 8px;
background-color:#85B4D9;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_reset:hover {
background-color:#A4C7E3;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_reset:active {
 background-color:#6EA5CF;    
}

.btn_reset_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/chongzhi_s.png") no-repeat 10px 8px;
background-color:#85B4D9;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left: 30px;
padding-right:12px;
}
.btn_reset_s:hover {
background-color:#A4C7E3;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_reset_s:active {
 background-color:#6EA5CF;    
}


.btn_resetBtnSch_s {
    display: inline-block;
    height: 30px;
    background: url("/asset/img/button/resetBtnSch.png") no-repeat 5px 5px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_resetBtnSch_s:hover {
        background-color: #34A5FB;
        opacity: 0.8;
        filter: alpha(opacity=80);
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_resetBtnSch_s:active {
        background-color: #34A5FB;
    }


/***重置 End*****/
/***分享 Start*****/
.btn_share_s {
    display: inline-block;
    height: 30px;
    background: url("/asset/img//ReportImg/share.png") no-repeat 10px 8px;
    background-color: #2E94E4;
    background-size: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_share_s:hover {
        background-color: #509DD9;
        /*background:url("/Content/images/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_share_s:active {
        background-color: #096CBA;
    }
/***分享 End*****/
/***导出 Start*****/
.btn_export {
display:inline-block;
height:36px;
background:url("/asset/img/button/export_m.png") no-repeat 16px 8px;
background-color:#4CD194;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_export:hover {
background-color:#79DDAF;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_export:active {
 background-color:#3CB980;    
}
.btn_export_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/export_s.png") no-repeat 10px 8px;
background-color:#4CD194;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left: 30px;
padding-right:12px;
}
.btn_export_s:hover {
background-color:#79DDAF;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_export_s:active {
 background-color:#3CB980;    
}

.btn_export {
    display: inline-block;
    height: 36px;
    background: url("/asset/img/button/export_m.png") no-repeat 16px 8px;
    background-color: #4CD194;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 12px;
}

    .btn_export:hover {
        background-color: #79DDAF;
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_export:active {
        background-color: #3CB980;
    }

.btn_exportBtnSch_s {
    display: inline-block;
    height: 30px;
    background: url("/asset/img/button/exportBtnSch.png") no-repeat 5px 5px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_exportBtnSch_s:hover {
        background-color: #34A5FB;
        opacity:0.8;
        filter:alpha(opacity=80);
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_exportBtnSch_s:active {
        background-color: #34A5FB;
    }


/***导出 End*****/

/***导入***/
.btn_importBtnSch_s {
    display: inline-block;
    height: 30px;
    background: url("/asset/img/button/importBtnSch.png") no-repeat 5px 5px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_importBtnSch_s:hover {
        background-color: #34A5FB;
        opacity: 0.8;
        filter: alpha(opacity=80);
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_importBtnSch_s:active {
        background-color: #34A5FB;
    }
/***导入***/


/***导出报告 Start*****/
.btn_exportReport {
display:inline-block;
height:36px;
background:url("/asset/img/button/exportReport_m.png") no-repeat 12px 8px;
background-color:#16ACA1;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_exportReport:hover {
background-color:#50C1B9;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_exportReport:active {
 background-color:#12938A;    
}

.btn_exportReport_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/exportReport_s.png") no-repeat 10px 8px;
background-color:#16ACA1;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:30px;
padding-right:12px;
}
.btn_exportReport_s:hover {
background-color:#50C1B9;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_exportReport_s:active {
 background-color:#12938A;    
}
/***导出报告 End*****/
/*********生成报告  start******/
.btn_SCexport {
display:inline-block;
height:30px;
background:url("/asset/img/button/btn_SCexport.png") no-repeat 16px 6px;
background-color:#BFBFBF;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_SCexport:hover {
background-color:#36D2B7;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_SCexport:active {
 background-color:#36B88E;    
}
/*********生成报告  end******/

/********个人报告管理  start******/
.btn_exportMan {
display:inline-block;
height:30px;
background:url("/asset/img/button/btn_exportMan.png") no-repeat 16px 6px;
background-color:#BFBFBF;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_exportMan:hover {
background-color:#36D2B7;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_exportMan:active {
 background-color:#36B88E;    
}
/*********生成报告  end******/



/***登录 Start*****/
.btn_login {
width:200px;
height:36px;
background-color:#00A7F5;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
word-spacing:12px;
letter-spacing:12px;
}
.btn_login:hover {
background-color:#40BDF8;
}
.btn_login:active {
 background-color:#1672BB;    
}

/***登录 End*****/

/***注册 Start*****/
.btn_register {
width:150px;
height:36px;
background-color:#00A7F5;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
word-spacing:8px;
letter-spacing:8px;
font-family:"微软雅黑";
}
.btn_register:hover {
background-color:#40BDF8;
}
.btn_register:active {
 background-color:#409ECB;    
}
/***注册 Start*****/
/*---------------第二行------------------------------*/
/***新增 Start*****/
.btn_add {
display:inline-block;
height:36px;
background:url("/asset/img/button/add_m.png") no-repeat 12px 8px;
background-color:#FFAB37;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;
}
.btn_add:hover {
background-color:#FFC069;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_add:active {
 background-color:#E9921A;    
}

.btn_add_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/add_s.png") no-repeat 12px 8px;
background-color:#FFAB37;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left: 30px;
padding-right:12px;
}
.btn_add_s:hover {
background-color:#FFC069;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_add_s:active {
 background-color:#E9921A;    
}

/***添加****/
.btn_addBtnSch_s {
    display: inline-flex;
    align-items:center;
    height: 30px;
    background: url("/asset/img/button/addBtn.png") no-repeat 5px 5px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_addBtnSch_s:hover {
        background-color: #34A5FB;
        opacity: 0.8;
        filter: alpha(opacity=80);
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_addBtnSch_s:active {
        background-color: #34A5FB;
    }


/***新增 End*****/

/***更新 Start*****/
.btn_update {
display:inline-block;
height:36px;
line-height:36px;
background:url("/asset/img/button/gengxin_m.png") no-repeat 14px 6px;
background-color:#8ABB5D;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left:40px;
padding-right:12px;
}
.btn_update:hover {
background-color:#A7CC86;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_update:active {
 background-color:#63A428;    
}


.btn_update_s {
display:inline-block;
height:30px;
line-height:30px;
background:url("/asset/img/button/gengxin_s.png") no-repeat 8px 7px;
background-color:#8ABB5D;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left: 30px;
padding-right:12px;
}
.btn_update_s:hover {
background-color:#A7CC86;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_update_s:active {
 background-color:#63A428;    
}


/***更新 End*****/
/****同步****/
.btn_syncDataBtnSch_s {
    display: inline-block;
    height: 30px;
    background: url("/asset/img/button/syncDataBtn.png") no-repeat 5px 5px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 12px;
}

    .btn_syncDataBtnSch_s:hover {
        background-color: #34A5FB;
        opacity: 0.8;
        filter: alpha(opacity=80);
        /*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_syncDataBtnSch_s:active {
        background-color: #34A5FB;
    }
/****同步****/


/***删除 Start*****/
.btn_del {
display:inline-block;
height:36px;
background:url("/asset/img/button/del_m.png") no-repeat 12px 8px;
background-color:#D3413B;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left:40px;
padding-right:12px;
}
.btn_del:hover {
background-color:#DE716C;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_del:active {
 background-color:#BA342F;    
}

.btn_del_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/del_s.png") no-repeat 10px 8px;
background-color:#D3413B;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:30px;
padding-right:12px;
}
.btn_del_s:hover {
background-color:#DE716C;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_del_s:active {
 background-color:#BA342F;    
}
/***删除 End*****/
/***编辑 Start*****/
.btn_edit {
display:inline-block;
height:36px;
background:url("/asset/img/button/edit_m.png") no-repeat 14px 8px;
background-color:#9585BF;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left:40px;
padding-right:12px;
}
.btn_edit:hover {
background-color:#B0A4CF;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_edit:active {
 background-color:#7D6AAE;    
}

.btn_edit_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/edit_s.png") no-repeat 10px 8px;
background-color:#9585BF;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:30px;
padding-right:12px;
}
.btn_edit_s:hover {
background-color:#B0A4CF;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_edit_s:active {
 background-color:#7D6AAE;    
}
/***编辑 End*****/


/*----关闭---**/
.btn_guanbi_s {
display:inline-block;
height:30px;
background:url("/asset/img/button/btn_guanbi.png") no-repeat 2px 3px;
background-color:#D3413B;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:30px;
padding-right:12px;
}
.btn_guanbi_s:hover {
background-color:#DE716C;
/*background:url("/asset/img/button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_guanbi_s:active {
 background-color:#BA342F;    
}

.btn_guanbi {
display:inline-block;
height:36px;
background:url("/asset/img/button/btn_guanbi.png") no-repeat 2px 5px;
background-color:#D3413B;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:30px;
padding-right:12px;
}
.btn_guanbi:hover {
background-color:#DE716C;
/*background:url("/asset/img/button/btn_guanbi.png") no-repeat 18px 5px;*/
}
.btn_guanbi:active {
 background-color:#BA342F;    
}

/*----关闭---**/



/****确定***/
.btn_ensure {
display:inline-block;
height:30px;
background-color:#459FE6;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:12px;
padding-right:12px;
}
.newBtn {
    background-color:#FFA500;
}
.btn_ensure:hover {
background-color:#74B7EC;
/*background:url("../Image/Button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_ensure:active {
 background-color:#3F91D1;    
}

.btn_ensure_schv {
    display: inline-block;
    height: 30px;
    background-color: #34A5FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}

    .btn_ensure_schv:hover {
        background-color: #34A5FB;
        opacity:0.8;
        filter:alpha(opacity=80);
        /*background:url("../Image/Button/btn_reset.png") no-repeat 18px 5px;*/
    }

    .btn_ensure_schv:active {
        background-color: #34A5FB;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

/********/


/*****取消*****/
.btn_cancel {
display:inline-block;
height:30px;
background-color:#DE5226;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 14px;
padding-left:12px;
padding-right:12px;
}
.btn_cancel:hover {
background-color:#E67D5C;
/*background:url("../Image/Button/btn_reset.png") no-repeat 18px 5px;*/
}
.btn_cancel:active {
 background-color:#C64922;    
}
/******/


.jiantou_up{
display:inline-block;
width:40px;
height:40px;
background:url("/asset/img/button/up_m.png") center no-repeat;
vertical-align:middle;
text-align:center;
font-size:34px;
color:#fff;
line-height:28px;
cursor:pointer;
/*font-family:'Microsoft YaHei';*/
background-color:#2E94E4;
}
.jiantou_up:hover {
 background-color:#62AFEB;   
}
.jiantou_up:active {
  background-color:#096CBA;  
    
}

.jiantou_down {
display:inline-block;
width:40px;
height:40px;
background:url("/asset/img/button/down_m.png") center no-repeat;
background-color:#2E94E4;
vertical-align:middle;
text-align:center;
font-size:34px;
color:#fff;
line-height:50px;
cursor:pointer;
font-family:'Microsoft YaHei';
}
.jiantou_down:hover {
 background-color:#62AFEB;   
}
.jiantou_down:active {
  background-color:#096CBA;  
    
}


/**************************表单  start****************************/


.page > a {
display:inline-block;
width:30px;
height:30px;
line-height:30px;
background-color:#FCFCFC;
text-decoration:none;
margin-right:4px;
border:1px solid #ccc;
text-align:center;
color:#666;
font-family:"微软雅黑";
}

.page > .page_up,.page > .page_down {
background-color:#D9DDDA;
display:inline-block;
width:30px;
height:30px;
line-height:30px;
border:1px solid #ccc;
text-align:center;
cursor:pointer;
font-family:"微软雅黑";

}
.page > .sletd {
background-color:#1596D8;
color:#fff;
}
.inputxt {
border:1px solid #D1D1D1;
}

/*******************  单选与复选框*********************/
/********************复选框***************************/
.checkbox_label{
  cursor:pointer;
  margin-right:8px;
  display:inline-block;
  height:20px; 
}
/*.checkbox {
    opacity:0;
	filter:alpha(opacity=0);

}
.checkbox:focus {
outline:none;
}*/
.checkbox_icon {
background:url("/asset/img/button/checkbox.png");
display:inline-block;
height:20px;
width:20px;
vertical-align:middle;
cursor:pointer;
background-repeat:no-repeat;
}
.checkbox_disabled {
background:url("/asset/img/button/checkbox_disabled.png");
background-repeat:no-repeat;
vertical-align:middle;
cursor:not-allowed;
}
/*.checked {
background:url("/asset/img/button/checked.png")no-repeat;
}
.checkbox_icon:active{
background:url("/asset/img/button/checked.png")no-repeat;
}*/
/*.checkbox_icon:checked{
background:url("/asset/img/button/checked.png")no-repeat;
}*/


/************************单选框*********************/
.radio_label {
cursor:pointer;
margin-right:8px;
display:inline-block;
height:20px;
vertical-align:middle; 
}
.radio_icon {
background:url("/asset/img/button/radio.png");
display:inline-block;
height:20px;
width:20px;
vertical-align:middle;
cursor:pointer;
background-repeat:no-repeat;
}
.radio_disabled {
background:url("/asset/img/button/radio_disabled.png");
background-repeat:no-repeat;
vertical-align:middle;
cursor:not-allowed;
}
.cr_select {
padding:4px 0;
border:1px solid #46ABFA;

background-repeat:no-repeat;
/*opacity:0;
filter:alpha(opacity=0);*/
}
.cr_select option {
 border:1px solid #46ABFA;   
}
.cr_select option {
border:1px solid #46ABFA;
}
.select_box {
/*background:url("/asset/img/button/radio.png")right;
border:1px solid #e5e5e5;*/
}
/*************自定义下拉框  Start**************/
ul li {
list-style:none;
}
.sel_box {
width:180px; position:relative;
font-family:"微软雅黑";
}
.sel_box .input_select {
width:180px;
height:35px;
line-height:35px;
border:1px solid #46ABFA;
padding-left:4px;
border-radius:3px;
background:url(/asset/img/button/select_down.png) right 8px;
background-repeat:no-repeat;
cursor:pointer;
 }
.sel_box .sel_ul {
 width:184px; background:#fff; margin-top:2px; border:1px solid #a9c9e2; position:absolute; display:none;
 left:0;top:36px;border-radius:3px;
}
.sel_box .sel_ul li{height:24px; line-height:24px; text-indent:10px} 
.sel_box .sel_ul li a{display:block; height:24px; color:#555; text-decoration:none} 
.sel_box .sel_ul li a:hover{background:#46ABFA; color:#fff} 
/*************自定义下拉框 End*************/

/******************开关**************/
.on {
background:url("/asset/img/button/on.png");
display:inline-block;
height:25px;
width:90px;
vertical-align:middle;
cursor:pointer;
background-repeat:no-repeat;
}
.off {
background:url("/asset/img/button/off.png");
display:inline-block;
height:25px;
width:90px;
vertical-align:middle;
cursor:pointer;
background-repeat:no-repeat;
}
/****************************************步骤条***********************************/
/********************步骤条一 Start*******/
.circle {
display:block;
height:30px;
width:27px;
background:url(/asset/img/button/circle_sm.png);
background-repeat:no-repeat;
float:left;
line-height:30px;
text-align:center;
}

.circle .jieshao {
  /*position:absolute;*/
   display:inline-block;
   margin-top:30px; 
   width:130px;
}
.c_nodo {
background:url(/asset/img/button/c_nodo.png);
background-repeat:no-repeat;
}
.line1 {
display:block;
width:100px;
margin-top:12px;
border-top:6px solid #46ABFA;
float:left;
}
.l_nodo {
border-top:6px solid #CFCFCF;
}
.allDone {
background:url(/asset/img/button/allDone.png);
background-repeat:no-repeat;
}
/********************步骤条一  End*******/

/********************步骤条二 Start*******/
.circle_big {
display:block;
height:40px;
width:40px;
line-height:40px;
text-align:center;
background:url(/asset/img/button/circle_big.png);
background-repeat:no-repeat;
float:left;
font-size:18px;
}
.circle_big  .jieshao_big {
  /*position:absolute;*/
   display:inline-block;
 /*margin-top:45px; */
   width:200px;
   text-align:left;
   font-size:15px;
}
.c_nodo_big {
background:url(/asset/img/button/c_nodo_big.png);
background-repeat:no-repeat;
}
.line_big {
display:block;
width:200px;
margin-top:17px;
border-top:6px solid #46ABFA;
float:left;
}

/*.l_nodo_big {
border-top:6px solid #CFCFCF;
}*/
.line_half {
width:100px;
float:right;
display:block;
border-top:6px solid #CFCFCF;
margin-top:-6px;
}
/********************步骤条二  End*******/


/*************************表格  Start********************/
.cr_tb {
width:98%;
margin:1%;
font-size:14px;
padding:2px;
border-collapse:collapse;
text-align:left;
/*color:#666;*/
}

.cr_tb td:first-child {
   /*color:#46ABFA;
   color:#333!important;*/ 
   color:#595757;
}
.cr_tb tr:first-child td,.cr_tb tr:first-child th{
 /*background-color:#E6F4FF;*/
 background-color:#01B0F0;
 font-weight:bold;
 /*color:#666; 
 color:#595757;*/
color:white;
}
.cr_tb td,.cr_tb th{
    border:1px solid #ccc; 
    height:30px;
    /*line-height:30px;*/ 
    padding-left:4px;
    padding-right:4px;
}
/*************************表格  End********************/
/*.cr_tb1  td,.cr_tb td{
color:#333!important;
}*/
#inport
{
    display: none;
}

/*************************表头多行的表格  有thead tbody  Start********************/
.cr_tb1 {
width:98%;
margin:1%;
padding:2px;
font-size:14px;
border-collapse:collapse;
text-align:center;
/*color:#666;*/
}

.cr_tb1 th {
   /*background-color:#E6F4FF;*/
    background-color:#01B0F0;
   /*color:#595757;*/
   color:white;
}

.cr_tb1 td,.cr_tb1 th {
    border:1px solid #ccc; 
	height:30px;
    text-align:center;
	/*line-height:30px;*/
    padding-left:4px;
    padding-right:4px;
}
.cr_tb1 thead  td {
    text-align:center;
   background-color:#E6F4FF;  
}
/*************************表头多行的表格 有thead tbody  End********************/



/*-------学籍号-------*/
    .chaxunT{
    width:98%;
    margin:6px auto;
    }
  .chaxunT .btn_look_s,.chaxunT .btn_update_s{
  vertical-align:middle;
}
        .xuejiTb{
    border-collapse:collapse;
    width:98%;
    margin:0 auto;
    }

     .xuejiTb td, .xuejiTb th{
    border:1px solid #ccc;
    height:30px;
    line-height:30px;
    text-align:center;
    }
   .input_xueji{width:200px;height:28px;line-height:28px;border:1px solid #ccc;vertical-align:middle;}
   .btn_xiala {
        margin-left: -6px;
        height: 28px;
       /*vertical-align: middle;*/
        }  
 /**---------/学籍号-------*/

 /***------说明备注------*/
.tbHtitle {text-align:center;margin-bottom: 12px;}
.textShuoMing { width:98%;margin:0 auto;color:#2E94E4;line-height:28px;text-indent:2em;margin-top:10px;}

/**----------考试------------------***/
#chooseExams {height:28px;line-height:28px;border:1px solid #ccc;border-radius:3px;width:180px;}    

/**----------查询----------------------*/
.query
        {
            border-collapse: collapse;
            width: 98%;
            margin: 0 auto;
             background-color:#EEF3FA;
        }

.query tr td
{
    border: 1px solid #ccc;
}

.query .queryLeft
{
    width: 100px;
    text-align: center;
}

.query .queryRight
{
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom:6px;
}

.queryRight select
{
    width: 90px;
    vertical-align: middle;
}

.xueQingZongLanTitle {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.cboSubject {
    width: 80px;
    height:30px;
}

.cboExam {
    width: 200px;
    height:30px;
}

/**----------表格柱形图----------------------*/

.tb_SpanBox{
    height:100%;
width:100%;
margin:2px;
background-color:grey;
color:white;
overflow:hidden;
}
.tb_SpanBox,.tb_sp1{
 display:block;
}
.tb_sp1{
 height:100%;
 width:0%;
 background-color:green;
 float:left;
line-height: 20px;
}
/**----------表格柱形图----------------------*/
.tableHeadAlignTop
{
    vertical-align: text-top;
}

 .trColor {
background-color:#E9EFF4;
}


.subhead {
    padding-left: 6px;
    /*border-left: 6px solid #fa8901;*/
    border-left: 6px solid #2E94E4;
    font-weight: normal;
    font-size: 16px;
    margin: 5px 0;
    margin-left: 12px;
    float: left;
}



.queryBox {
    /*overflow: hidden;
    width: 98%;
    margin: 10px auto;*/
    background-color: #F8F5F5;
    /*border: 1px solid #a8bfd2;*/
    /*padding: 6px;*/
}
      
        .queryBox_left {
        float:left;
        margin-left:10px;
        display:inline-block;
        height:32px;
        line-height:32px;
        }

.headTitle {
font-size:18px;
margin-left:12px;
margin-top:4px;
float:left;
}
[ng-cloak],.ng-cloak{display:none;}

#subject_ul li {
background-color:#eee;
}
#subject_ul .selted {  
    background-color: #2e94e4;
    color: white;
}

/**--------------------2019/6/19-修改样式头部搜索条件样式-------------------**/
.queryBox .selectLabel {
   display: inline-block;
   width: 90px;
   text-align: right;
}
.queryBox_left {
 width:80px;
 text-align: right;
}

/**--------------------2019/6/19------------------------------------------**/


/****--------------------2019/6/25---区域条件限制宽度-------------------------------******/
#selZone1, #selZoneSX {
    width: 90px;
}

#selZoneQ, #selSubjects {
    width: 110px;
}

#selZoneJ, #selZoneC {
    background: #FFFFFF !important;
    text-indent: 12px;
    color: #727B8F;
    height: 32px;
    font-size: 14px;
}

#selZoneQ {
    width: 90px;
}

#selZoneS {
    background: #FFFFFF !important;
    text-indent: 12px;
    color: #727B8F;
    height: 32px;
    font-size: 14px;
    width: 120px;
}
/****--------------------2019/6/25----------------------------------******/

.clearF{
zoom:1;
}
.clearF:after,.clearF:before{
display:block;
content:"";
height:0;
visibility:hidden;
clear:both;
}
/**返回按钮*/
.btn_back {

display:inline-block;
/*line-height:35px;*/
height:36px;
background:url("/asset/img/MenuNav/back.png") no-repeat 3px 1px;
border:none;
outline:none;
border-radius:4px;
cursor:pointer;
color:#fff;
font-size: 16px;
padding-left: 40px;
padding-right:12px;

}
.btn_back2 {
    background: url("/asset/img/ReportImg/back.png") no-repeat 3px 3px;
}
.Area_Name {
font-size:15px;
font-weight:bold;
text-align:center;
}

.shrinkageBtn {
    margin-right: 13px;
    margin-top:3px;   
}
body {
font-size:14px;
}

 .queryBox {
    position:relative;
    }
    .warmTipsBoxWrap {
    position:absolute;
    right:1%;
    top:20px;
    width:202px;
    /*height:100px;*/
    border:2px solid #EEC2C6;
    border-radius:8px;
    padding:6px 8px;
    line-height: 25px;
    background-color:white    
    }
    .warmTipsTop {
    color:#E85429;
    font-weight:bold;
    margin-top:6px;
    margin-bottom:4px;
    }
.warmTipsTop img{
 vertical-align:middle;
}
    .warmTipsCha {
    display: inline-block;   
    cursor: pointer;
    float: right;
    margin-top: -1px; 
    height:20px;
    width:22px;
    text-align:center;
    line-height:18px;
    font-size:30px;      
    }

.newSelectStyle {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*添加下拉三角图标*/
    background: url("/asset/img/TeacherHomework/selecticon.png") no-repeat right center transparent;
    padding-right: 20px;
    padding-left: 3px;
    border: 1px solid #34A5FB;
    height: 28px;
    border-radius: 3px;
}
.scrollbarStyle::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #DBE0E7;
    border-radius: 5px;
}

.scrollbarStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(54,88,51,0.3);
    border-radius: 10px;
    background-color: #DBE0E7;
}

.scrollbarStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(131,182,127,0.3);
    background-color: #34A5FB;
}

.scrollbarStyle {
    scrollbar-arrow-color: #DBE0E7; /**/ /*三角箭头的颜色*/
    scrollbar-face-color: #34A5FB; /**/ /*立体滚动条的颜色*/
    scrollbar-3dlight-color: #34A5FB; /**/ /*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #34A5FB; /**/ /*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #34A5FB; /**/ /*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #34A5FB; /**/ /*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #34A5FB; /**/ /*立体滚动条背景颜色*/
    scrollbar-base-color: #34A5FB; /**/ /*滚动条的基本颜色*/
}

.cr_tb1_line {
    width:100%;
    border-collapse: collapse;
    text-align:center;
}
.cr_tb1_line >thead >tr >th {
    background-color: #34A5FB;
    color: white;
    height:30px;
}
 .cr_tb1_line >thead > tr> th:first-child{
     border-top-left-radius:4px;
     border-bottom-left-radius:4px;
 }
.cr_tb1_line > thead > tr > th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cr_tb1_line > tbody > tr > td {
    border-bottom: 1px solid #ccc;
    height: 30px;
}
.disabledSubSpan{
   color:gray!important;
}
.sleted.disabledSubSpan, .selted.disabledSubSpan {
    background-color: #e0e5e8 !important;
}


/*xj 2021/3/29 校园版升级，教师端下拉条的更改*/

::-webkit-scrollbar {
    width: 8px; /*对垂直流动条有效*/
    height: 8px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    border-radius: 7px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(59,136,253,.3);
    background-color: #34A5FB;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    display: none;
}