/*html {-webkit-user-select: none;}*/ /* mark by mowj 20181204 修复PC端应用列表中应用ID无法双击选中的问题*/
.mTable_table_body{background-color: #f7f7f7;width: 100%;height: 100%;}
/*标题*/
/*.mTable_table_title{line-height: 1.5;font-size: 15px;padding: 15px 15px 5px;background: #fff;color: #333;text-align: left;max-width: 640px;margin:0 auto;}*/
/*by-yuexy2017.10.25*/
.mTable_table_title{line-height: 1.5;font-size: 15px;padding: 15px 15px 5px;background: #fff;color: #333;text-align: left;max-width:100%;margin:0 auto;}
.mTable_table_half_title{line-height: 1.5;font-size: 12px;padding: 0 15px 15px;background: #fff;border-bottom: 0.5px solid #eee;color: #999;text-align: left;max-width: 640px;margin:0 auto;}
/*by-yuexy2017.10.25*/
.mTable_table_half_title{line-height: 1.5;font-size: 12px;padding: 0 15px 15px;background: #fff;border-bottom: 0.5px solid #eee;color: #999;text-align: left;max-width:100%;margin:0 auto;}
.mTable_table_title_center{text-align: center;}
.mTable_table_title_right{text-align: right;}
.mTable_table_title_left{text-align: left;}
/*分页*/
/*.mTable_table_page_innerBox{padding:10px 15px 14px;position: relative;height: 12px;max-width: 640px;margin:0 auto;background-color: #ffffff;border-bottom: 0.5px solid #eee;}*/
/*by-yuexy2017.10.25*/
.mTable_table_page_innerBox{padding:10px 15px 14px;position: relative;height: 12px;max-width:100%;margin:0 auto;background-color: #ffffff;border-bottom: 0.5px solid #eee;}
.mTable_table_page_prev, .mTable_table_page_next{padding-top: 2px;}
.mTable_table_page_prev img, .mTable_table_page_next img{width: 7px;height: 11px;}
.mTable_table_page_number{margin:0 7px 0 7px;text-align: center;font-size: 14px;}
.mTable_table_page_number input{width: 95%;text-align: center;border: none;height: 100%;font-size: 15px;background-color: #ffffff;color: #333;margin-top: -3px;}
.mTable_table_page{margin: 0 auto;width: 163px;height: 100%;}
.mTable_table_page_total{position: absolute;right: 15px;top: 12px;}
.mTable_table_page_total{font-size: 10px;color: #bfbfbf;}
.mTable_table_page_total span{font-size: 10px;color: #bfbfbf;}
/*表格内容*/
/*.mTable_table_content_box{max-width: 640px;margin:0 auto;width: 100%;overflow: hidden;}*/
/*by-yuexy2017.10.25*/
.mTable_table_content_box{max-width:100%;margin:0 auto;width: 100%;overflow: hidden;}
/*都不固定*/
.mTable_table_noFixed{overflow: auto;}
.mTable_table_noFixed_table{width: 100%;margin:0 auto;}
.mTable_table_noFixed_thead tr{border-bottom: 0.5px solid #eee;background-color: #f1f9fe;}
.mTable_table_noFixed_thead tr th{padding: 5px 10px;text-align: center;font-size: 12px;color: #333;height: 35px;border-right: 0.5px solid #eee;}
.mTable_table_noFixed_tbody tr{border-bottom: 0.5px solid #eee;background-color: #ffffff;}
.mTable_table_noFixed_tbody tr td{padding: 5px 10px;text-align: center;font-size: 12px;color: #333;height: 35px;position: relative;border-right: 0.5px solid #eee;}
.mTable_table_noFixed_tbody tr:nth-child(even){background: #FAFAFA;}
/*表头固定*/
.mTable_table_rowFixed{width: 100%;overflow-x: scroll;overflow-y: hidden;position: absolute;}
.mTable_table_rowFixed_thead{overflow: hidden;position: absolute;}
.mTable_table_rowFixed_tbody{overflow: scroll;}
.mTable_table_rowFixed_thead_table{margin:0 auto;}
.mTable_table_rowFixed_tbody_table{margin:0 auto;}
.mTable_table_rowFixed_thead tr{border-bottom: 0.5px solid #eee;background-color: #f1f9fe;}
.mTable_table_rowFixed_thead tr th{padding: 5px 10px;text-align: center;font-size: 12px;color: #333;height: 35px;border-right: 0.5px solid #eee;}
.mTable_table_rowFixed_tbody tr{border-bottom: 0.5px solid #eee;background-color: #ffffff;}
.mTable_table_rowFixed_tbody tr td{padding: 5px 10px;text-align: center;font-size: 12px;color: #333;height: 35px;position: relative;border-right: 0.5px solid #eee;}
.mTable_table_rowFixed_tbody tr:nth-child(even){background: #FAFAFA;}
/*进度条*/
.mTable_table_progressBar_horizontal{margin:0 auto;overflow: hidden;border-radius: 5px;height: 6px;position: relative;}
.mTable_table_progressBar_horizontal_bg{border-radius: 5px;display: block;background-color: #f8f8f8;height: 100%;width: 100%;border: 1px solid #eee;}
.mTable_table_progressBar_horizontal_line{width: 80%;border-top-left-radius: 5px;border-bottom-left-radius: 5px;display: block;background-color: #0099cb;height: 8px;position: absolute;top: -1px;}
.mTable_table_progressBar_vertical{width: 23px;height:34px;margin:0 auto;position: relative;}
.mTable_table_progressBar_vertical_bg{display: block;border: 1px solid #eee;background-color: #f8f8f8;height: 100%;border-radius: 5px;width: 100%;}
.mTable_table_progressBar_vertical_line{width: 25px;height:80%;display: block;background-color: #0099cb;position: absolute;bottom: -1px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
/*弹层提示*/
.mTable_table_bg{position: fixed;top: 0;bottom: 0;left:0;right: 0;background: rgba(0,0,0,0);z-index: 20;display: none;}
.mTable_table_title_modal_remind{position: absolute;max-width: 180px;min-width:80px;padding: 5px;background: rgba(0,0,0,.7);color: #fff;border-radius: 10px;z-index: 10;margin-top: 7px;margin-left:-8px;display: none;}
.mTable_table_title_modal_remind:after{position:absolute;content:'';width:0;height:0;left:50%;margin-left:-20px;top:-13px;pointer-events:none;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.7);}
/*去掉手机端滚动条*/
.mTable_table_body ::-webkit-scrollbar{width: 0em;}
.mTable_table_body ::-webkit-scrollbar:horizontal{height: 0em;}
