
body{margin: 0; padding: 0; height: 100%; background: #0c1740}
.el-header{
     background:url("../image/bg_top.png") no-repeat center;
     color: #333;
     text-align: center;
     height: 88px !important;
     position: relative;
 }
.m_title{color: #00f6ff; font-size: 45px; line-height: 88px; }
.el-header p{position: absolute;  right: 20px;  top: 0; line-height: 40px; color: #fff}
.el-main { margin-top: 20px;}
.yicen { background: url("../image/yic.png") no-repeat center; background-size: 60% 60%}
.yicen2 { background: url("../image/erc.png") no-repeat center; background-size: 60% 60%}
.model_grade{ padding: 15px;}
.model_body{width: 100%;   height: 430px;  box-sizing: border-box;  border: 1px solid #2C58A6; position: relative;
    box-shadow: 0 0 10px #2c58a6;}
.t_line_box { position: absolute;  width: 100%;  height: 100%;}
.t_line_box i {  background-color: #4788fb; box-shadow: 0px 0px 10px #4788fb;  position: absolute;}
.t_l_line {  height: 5px;  width: 26px;  left: -3px;  top: -3px;}
.l_t_line {  width: 5px;  height: 24px; left: -3px; top: -3px;}
.t_r_line {  height: 5px;  width: 26px;  right: -3px;  top: -3px;}
.r_t_line {  width: 5px;  height: 24px;  right: -3px; top: -3px;}
.l_b_line {  width: 5px;   height: 24px;   left: -3px;  bottom: -3px;}
.b_l_line { height: 5px; width: 26px;  left: -3px; bottom: -3px;}
.r_b_line {  width: 5px;  height: 24px;  right: -3px; bottom: -3px;}
.b_r_line {  height: 5px;  width: 26px;   right: -3px;  bottom: -3px;}

.main_title{width: 220px;  height: 35px; line-height: 33px;
    background-color: #2C58A6; border-radius: 18px; position: absolute;
    top: -17px;  left: 50%;  margin-left: -90px; color: #fff;  font-size: 18px;
    font-weight: 600;  box-sizing: border-box;  padding-left: 45px;  z-index: 1000;}
.main_title img {  position: absolute; top: 8px;  left: 20px; }

.el-table{color: #fff !important;    background: none;}
.el-table th, .el-table tr{ background: none !important;}
.el-table, .el-table__expanded-cell{background: none !important;}
.el-table td{ border-bottom: none !important }
.el-table--border::after, .el-table--group::after, .el-table::before{background:none !important;}
.el-table__row:hover{ background: none !important;}
.el-table__empty-block{ display: none !important;}
.el-table--enable-row-hover .el-table__body tr:hover>td{
    background-color: #212e3e !important;
}
.el-table thead{ color: #fff !important;}
.warp{ height: 353px; overflow: hidden}
.el-table th.is-leaf {
    border-bottom: 1px solid #4788fb !important;
}


