@font-face {
  font-family: 'iconfont';  /* project id："131411" */
  src: url('http://at.alicdn.com/t/font_7chp97ceqht1emi.eot');
  src: url('http://at.alicdn.com/t/font_7chp97ceqht1emi.eot') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_7chp97ceqht1emi.woff') format('woff'),
  url('http://at.alicdn.com/t/font_7chp97ceqht1emi.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_7chp97ceqht1emi.svg#iconfont') format('svg');
}
/*公共样式*/                    
html { width: 100%; height: 100%; }
body { height: 100%; min-width: 1024px; }
.vi-green1 { color: #26a1a6; }
.vi-green2 { color: #3cc34e; }
.vi-red { color: red; }
.vi-org { color: #f88221; }
.vi-blue { color: #276cd3; }
.vi-blue2 { color: #3244f2; }
sub { bottom: 0 !important; }
ul li, dl dt, dl dd { display: block; }
h1, h2, h3, h4, h5 { margin: 0 !important; }
input { padding: 0; }
.btgd { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.btn-org, .btn-green { display: inline-block; min-width: 100px; padding:0 10px; height: 42px; text-align: center; line-height: 42px; color: #fff; font-size: 18px; border-radius: 3px; border: 0; }
.btn-org { background: #f98522; }
.btn-green { background: #26a1a6; }
.btn-gray { background: #999898; }
/*主体开始*/
.main { width: 100%; height: 100%; background: #f7f7f7; box-sizing: border-box; padding: 90px 0 0 120px; position: relative; }
.header { width: 100%; height: 90px; background: #f1f1f1; border-bottom: 1px solid #e1e1e1; position: absolute; left: 0; top: 0; z-index: 101; }
.header .logo { display: inline-block; width: 120px; height: 90px; background: url(../images/logo.png) no-repeat center center #fff; }
.header .hos-name { font-weight: 100; display: block; height: 90px; line-height: 90px; padding: 0 30px; }
.header .doc-info { height: 42px; line-height: 42px; font-size: 14px; margin-top: 24px; padding-right: 30px; }
.header .doc-info .uhead { display: inline-block; height: 40px; width: 40px; vertical-align: middle; margin: 0 20px 0 15px; }
.header .doc-info .uhead img { width: 100%; height: 100%; border-radius: 100%; }
.header .doc-info .quit i { font-size: 22px; vertical-align: middle; margin-left: 5px; }
/*导航*/
.nav { width: 120px; height: 100%; background: #26a1a6; position: absolute; left: 0; top: 0; z-index: 100; box-sizing: border-box; padding-top: 91px; }
.nav ul { width: 100%; }
.nav ul li { width: 100%; height: 90px; text-align: center; border-bottom: 1px solid #17868a; position: relative; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.nav ul li a { color: #fff; display: block; font-size: 16px; overflow: hidden; }
.nav ul li a i { display: block; height: 36px; line-height: 36px; font-size: 32px; margin: 12px 0 6px 0; }
.nav ul li:hover { background: #0fafb5; }
.nav ul li:hover:after { display: inline-block; content: ""; border: 8px solid; border-color: transparent #f7f7f7 transparent transparent; position: absolute; right: 0; top: 50%; margin-top: -8px; }
.nav ul li:active { background: #118e93; }
.nav ul li.active { background: #118e93; }
.nav ul li.active:after { display: inline-block; content: ""; border: 8px solid; border-color: transparent #f7f7f7 transparent transparent; position: absolute; right: 0; top: 50%; margin-top: -8px; }
.nav .icp { color: #cce4e5; position: absolute; left: 0; bottom: 30px; padding-left: 15px; line-height: 18px; }
/*内容区域*/
.content { height: 100%; overflow: auto; position: relative; }
.con-pdl { padding-left: 321px; }
.pat-list-box { width: 320px; height: 100%; background: #fff; border-right: 1px solid #e1e1e1; overflow: hidden; position: absolute; box-sizing: border-box; padding-top: 78px; left: 0; top: 0; }
.pat-search { width: 240px; height: 34px; border-radius: 20px; border: 2px solid #cccccc; background: #f6f6f6; position: absolute; left: 50%; margin-left: -121px; top: 20px; }
.pat-search .txt { width: 185px; height: 34px; border-radius: 20px; background: none; border: 0; font-size: 16px; outline: medium; padding: 0 40px 0 15px; }
.pat-search .btn { height: 34px; width: 40px; position: absolute; right: 0; top: 0; z-index: 2; opacity: 0; }
.pat-search i { width: 40px; height: 34px; text-align: center; line-height: 34px; font-size: 20px; position: absolute; right: 0; top: 0; z-index: 1; }
/*病人列表*/
.pat-list { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; height: 100%; overflow: auto; }
.pat-list li { overflow: hidden; padding: 8px 25px; background: #fdfeee; font-size: 14px; }
.pat-list li:nth-child(even) { background: #f1f1f1; }
.pat-list li a { display: block; overflow: hidden; }
.pat-list li .name { font-size: 16px; color: #26a1a6; }
.pat-list li .name em { font-size: 14px; color: #999; }
.pat-list li .state { text-align: center; color: #999; }
.pat-list li .state i { font-size: 20px; }
.pat-list li .online { color: #3cc34e; }
.pat-list li.active { background: #e89a5b; color: #fff; }
.pat-list li.active .name, .pat-list li.active .name em, .pat-list li.active .state { color: #fff; }
.pat-list li.active .vi-green2 { color: #fff; }
/*实时心电图*/
.real-time-ecg { width: 100%; height: 100%; min-width: 770px; padding: 15px 20px; overflow: auto; box-sizing: border-box; }
.real-time-ecg h1.title { font-size: 18px; font-weight: normal; color: #26a1a6; }
.real-time-ecg h1.title sub { margin-left: 20px; font-size:14px; }
.real-time-ecg .ecg { position: relative; overflow: hidden; padding-left: 290px; min-height: 280px; }
.real-time-ecg .ecg .user-info { width: 240px; height: 240px; border: 2px solid #ccc; background: #fdfeee; padding: 6px 12px; color: #666; font-size: 14px; position: absolute; left: 0; top: 0; }
.real-time-ecg .ecg .user-info ul li { height: 30px; line-height: 30px; position: relative; padding-left: 70px; }
.real-time-ecg .ecg .user-info ul li span.tit { position: absolute; left: 0; top: 0; display: inline-block; height: 30px; width: 70px; text-align: right; }
.real-time-ecg .ecg .user-info ul li p{ line-height:18px; padding-top:6px;}
/*心电图绘图框*/
.real-time-ecg .ecg .ecg-img { width: 100%; height: 200px; background: #000; position:relative; }
.real-time-ecg .ecg .ecg-speed { height: 40px; text-align: center; }
.real-time-ecg .ecg .ecg-speed span, .real-time-ecg .ecg .ecg-speed a { display: inline-block; padding: 0 15px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; color: #666; }
.real-time-ecg .ecg .ecg-speed a { background: #ebebeb; margin-right: 15px; }
.real-time-ecg .ecg .ecg-speed a:hover { background: #219196; color: #fff; }
.real-time-ecg .ecg .ecg-speed a.active { background: #219196; color: #fff; }
/*加载*/
 @-webkit-keyframes my-loader {
 50% {
 opacity: 0.3;
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes my-loader {
 50% {
 opacity: 0.3;
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.real-time-ecg .ecg .ecg-img .loader-box{position: absolute; left: 50%; top: 50%; margin-left:-40px; margin-top:-40px;}
.loader-box { width: 80px; height: 80px;  }
.loader { width: 12px; height: 12px; position: absolute; left: 50%; top: 50%; margin-left:-6px; margin-top:-6px; }
.loader div { width: 12px; height: 12px; background: #11e1e9; border-radius: 15px; position: absolute;}
.loader > div:nth-child(1) { top: -25px; left: 0;  -webkit-animation: my-loader 1s 0s infinite linear; animation: my-loader 1s 0s infinite linear;}
.loader > div:nth-child(2) { top: -18px; right: -18px;  -webkit-animation: my-loader 1s 0.1s infinite linear; animation: my-loader 1s 0.1s infinite linear;}
.loader > div:nth-child(3) { top: 0; right: -25px; -webkit-animation: my-loader 1s 0.2s infinite linear; animation: my-loader 1s 0.2s infinite linear; }
.loader > div:nth-child(4) { top: 18px; right: -18px;  -webkit-animation: my-loader 1s 0.3s infinite linear; animation: my-loader 1s 0.3s infinite linear;}
.loader > div:nth-child(5) { top: 25px; left: 0;  -webkit-animation: my-loader 1s 0.4s infinite linear; animation: my-loader 1s 0.4s infinite linear;}
.loader > div:nth-child(6) { top: 18px; left: -18px;  -webkit-animation: my-loader 1s 0.5s infinite linear; animation: my-loader 1s 0.5s infinite linear;}
.loader > div:nth-child(7) { top: 0; left: -25px;  -webkit-animation: my-loader 1s 0.6s infinite linear; animation: my-loader 1s 0.6s infinite linear;}
.loader > div:nth-child(8) { top: -18px; left: -18px; -webkit-animation: my-loader 1s 0.7s infinite linear; animation: my-loader 1s 0.7s infinite linear; }
/*心电图参数*/
.real-time-ecg .ecg-parameter { border-left: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3; overflow: hidden; margin: 0 0; }
.real-time-ecg .ecg-parameter li { width: 20%; float: left; box-sizing: border-box; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; padding: 10px; text-align: center; }
.real-time-ecg .ecg-parameter li em { font-size: 15px; display: block; color: #666; }
.real-time-ecg .ecg-parameter li span { display: block; font-size: 22px; color: #23a2a7; padding-top: 10px; }
/*表格列表页面*/
.screening { background: #fff; border-bottom: 1px solid #e1e1e1; overflow: hidden; min-height: 140px; }
.screening .tab { padding: 0 20px; overflow: hidden; }
.screening .tab a { display: inline-block; height: 24px; line-height: 24px; padding: 0 20px; font-size: 15px; border-right: 1px solid #d0d0d0; float: left; }
.screening .tab a.active { background: #118e93; border-right: 1px solid #118e93; color: #fff; position: relative; z-index: 2; margin-left: -1px; }
.screening .tab a:last-of-type { border: 0; }
.screening ul { overflow: hidden; float: left; width: 880px; }
.screening ul li { height: 36px; line-height: 36px; position: relative; padding-left: 110px; float: left; margin-top: 15px; }
.screening ul li span.tit { position: absolute; left: 0; top: 0; display: inline-block; height: 36px; width: 100px; font-size: 15px; text-align: right; }
.screening ul li .txt { width: 160px; height: 34px; border: 1px solid #ccc; padding: 0 10px; font-size: 15px; border-radius: 3px; }
.screening ul li .sele { width: 182px; height: 36px; border: 1px solid #ccc; font-size: 15px; border-radius: 3px; }
.screening .scr-sub { padding: 15px 0 0 30px; float: left; }
.screening .scr-sub .btn { width: 87px; height: 87px; background: #51c0c9; text-align: center; color: #fff; border-radius: 5px; border: 0; font-size: 22px; }
.screening .scr-sub .btn:hover { background: #118e93; }
.screening .scr-sub .add { background: #fa8623; }
.screening .scr-sub .add2 { box-sizing: border-box; padding: 0 15px; word-break: breauk-all; word-wrap: break-word; white-space: pre-wrap; line-height: 30px; }
.screening .scr-sub .add:hover { background: #e26800; }
/*表格模板*/
.abe-table-box { border: 1px solid #ccc; border-top: 3px solid #26a1a6; background: #fff; margin: 0 15px; }
.abe-table-box .title { height: 46px; background: #f5f5f5; font-weight: normal; font-size: 16px; color: #f88422; padding: 0 20px; line-height: 46px; }
.abe-table-box table { width: 100%; }
.abe-table-box table th { font-size: 16px; font-weight: normal; padding: 10px; }
.abe-table-box table td { font-size: 15px; text-align: center; padding: 10px; }
.abe-table-box table td.abe-txtl,.abe-table-box table th.abe-txtl { text-align: left; }
.abe-table-box table tr.odd td { background: #f5f5f5; }
.abe-table-box table tr.even td { background: #fff; }
.abe-table-box table tr.active td { background: #d0fbd5; }
.view-btn { display: inline-block; padding: 2px 10px; border-radius: 3px; background: #f88221; color: #fff; font-size: 14px; }
/*登录*/
.login-box { width: 100%; height: 100%; background: url(../images/login-bg.jpg) no-repeat center center; background-size: 100% 100%; position: relative; }
.login-pop { width: 440px; height: 438px; position: fixed; z-index: 999; left: 50%; top: 50%; margin: -219px 0 0 -224px; }
.login-pop ul { margin: 0 30px 0 30px; }
.login-pop ul .tit { font-size: 20px; color: #45d5de; }
.login-pop ul .tit a.close { color: #ff4444; }
.login-pop ul li { overflow: hidden; padding-bottom: 23px; position: relative; }
.login-pop ul li i { position: absolute; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 24px; left: 0; top: 0; color: #51809b; }
.login-pop ul li .txt { width: 380px; height: 50px; border: 2px solid #cccccc; border-radius: 5px; background: #f8f8f8; box-sizing: border-box; padding: 0 15px 0 50px; line-height: 46px; font-size: 16px; }
.login-pop ul li .btn { width: 380px; height: 50px; border-radius: 5px; background: #f88522; border: 0; box-sizing: border-box; line-height: 46px; font-size: 18px; text-align: center; color: #fff; }
.login-pop ul li.lg-faq { font-size: 15px; }
.login-pop ul li.lg-faq a { color: #fff; margin: 0 20px; }
.login-pop ul li.keep { color: #fff; font-size: 15px; }
.login-box .icp { width: 600px; font-size: 12px; color: #9ea3a9; text-align: center; left: 50%; margin-left: -300px; bottom: 30px; position: absolute; }
/*设备发卡*/
.screening .step { }
.screening .step dl { overflow: hidden; width: 624px; margin: 20px auto; }
.screening .step dl dd { float: left; line-height: 60px; text-align: center; color: #b6b6b6; padding: 0 40px; }
.screening .step dl dd i { font-size: 32px; }
.screening .step dl dt { float: left; width: 120px; text-align: center; color: #999; font-size: 15px; }
.screening .step dl dt div { width: 50px; height: 50px; border-radius: 100%; text-align: center; line-height: 50px; background: #b6b6b6; color: #fff; font-size: 24px; font-weight: 100; margin: 0 auto 5px auto; }
.screening .step dl dd.current { color: #25b6bb; }
.screening .step dl dt.current { color: #fb8521; }
.screening .step dl dt.current div { background: #fb8521; }
.screening .step dl dt.after { color: #25b6bb; }
.screening .step dl dt.after div { background: #25b6bb; }
/*表单*/
.issuing-form { width: 360px; margin: 0 auto; }
.issuing-form ul li { position: relative; width: 358px; }
.issuing-form ul li:after { content: ""; display: block; clear: both; height: 1px; }
.issuing-form ul li .tit { font-size: 15px; line-height: 23px; color: #666; padding: 10px 0 5px 0; }
.issuing-form ul li .txt { width: 334px; height: 34px; border: 2px solid #c0c2c3; background: #fff; border-radius: 3px; padding: 0 10px 0 10px; line-height: 34px; font-size: 15px; }
.issuing-form ul li .textarea { width: 334px; height: 90px; border: 2px solid #c0c2c3; background: #fff; border-radius: 3px; padding: 5px 10px; line-height: 20px; font-size: 15px; }
.issuing-form ul li .sele { width: 100%; height: 38px; border: 2px solid #c0c2c3; background: #fff; border-radius: 3px; padding: 0 0 0 10px; line-height: 34px; font-size: 15px; }
.issuing-form ul li.even-col .txt-box { width: 47%; }
.issuing-form ul li.even-col .txt { width: 100%; height: 38px; box-sizing: border-box; border: 2px solid #c0c2c3; background: #fff; border-radius: 3px; padding: 0 8px; line-height: 34px; font-size: 15px; }
.issuing-form ul li.sub .btn { width: 100%; }
.issuing-form2 { width: 780px; position: relative; }
.issuing-form2:after { content: ""; display: block; clear: both; }
.issuing-form2 ul li { float: left; margin: 0 15px; }
.issuing-form2 ul li.sub { width: 100%; clear: both; text-align: center; }
.issuing-form2 ul li.sub .btn { width: 50%; }
.issuing-form2 ul li.ban-faq .txt { background: #d5d5d5; }
.issuing-form2 ul li.sub-new { width: 100%; clear: both; text-align: center; box-sizing: border-box; padding-right: 15px; margin: 0; }
/*修改头像*/
.modify-pic { width: 100px; height: auto; position: absolute; left: -150px; top: 20px; }
.md-sub { width: 100px; height: 38px; position: relative; }
.md-sub .pic-file { width: 100px; height: 38px; opacity: 0; z-index: 2; position: relative; }
.md-sub span { display: inline-block; width: 100px; height: 38px; background: #26a1a6; font-size: 15px; line-height: 38px; text-align: center; color: #fff; border-radius: 5px; position: absolute; left: 0; top: 0; z-index: 1; }
.md-sub span i { font-size: 18px; margin-right: 5px; }
.md-pic { width: 100px; height: 100px; margin-bottom: 10px; }
.md-pic img { width: 100px; height: 100px; border-radius: 100%; }
/*报告管理，异常审核*/
.audit { padding: 20px 30px; }
.audit-scroll { overflow: auto; box-sizing: border-box; overflow: auto; height: 100%; }
.audit .tab { line-height: 48px; }
.audit .tab .tit { font-size: 18px; }
.report { position: relative; padding-left: 280px; min-height: 577px; }
.report .user-info { width: 264px; border: 2px solid #ccc; background: #fdfeee; padding: 10px 12px 9px 12px; color: #666; font-size: 14px; position: absolute; left: 0; top: 0; height: 100%; box-sizing: border-box; }
.report .user-info ul li { min-height: 30px; line-height: 30px; position: relative; padding-left: 105px; }
.report .user-info ul li span.tit { position: absolute; left: 0; top: 0; display: inline-block; height: 30px; width: 100px; text-align: right; }
.report .user-info ul li p { line-height: 16px; padding-top: 8px; }
.report .user-info ul li em { border-bottom: 1px solid #ccc; padding: 0 3px; }
.report-chart .chart-img { width: 40%; height: 264px; border: 1px solid #ccc; background: #fff; box-sizing: border-box; float: left; }
.report-chart .chart-info { width: 60%; height: 264px; border: 1px solid #ccc; border-left: 0; background: #fffff9; box-sizing: border-box; float: right; }
.report-chart .chart-info h3 { padding: 8px 15px 5px 15px; font-size: 15px; }
.report-chart .chart-info ul li { min-height: 21px; line-height: 21px; font-size: 13px; clear: both; padding: 0 15px; color: #666; }
.report-chart .chart-info ul li time { display: inline-block; width: 180px; }
.report-chart .chart-info ul li div.lscol { width: 180px; }
.report-chart .chart-info ul li div.chtit { width: 270px; }
/*图表模块1*/
.report-chart .chart-item1 { height: 240px; }
.report-chart .chart-item1 .chart-img { height: 240px; }
.report-chart .chart-item1 .chart-info { height: 240px; }
/*图表模块2*/
.report-chart .chart-item2 { height: 322px; }
.report-chart .chart-item2 .chart-img { height: 322px; }
.report-chart .chart-item2 .chart-info { height: 322px; }
.report-chart .chart-item2 .chart-info ul li { min-height: 19px; line-height: 19px; }
/*检测结果*/
.report-results { border: 1px solid #ccc; background: #fff; min-height: 200px; }
.report-results h1 { font-size: 15px; padding: 10px 15px; font-weight: normal; }
.results-info { padding: 0 15px; font-size: 15px; color: #666; }
.report-results textarea { width: 100%; height: 160px; box-sizing: border-box; padding: 10px 15px; border: 0; font-size: 16px; }
/*异常审核*/
.con-pdl2 { padding-left: 380px; }
.abnormal-box { position: relative; }
.abnormal-cate { width: 380px; height: 100%; box-sizing: border-box; padding-top: 100px; padding-bottom: 90px; margin: 0; position: absolute; left: 0; top: 0; border: 0; border-right: 1px solid #d1cfd0; }
.abnormal-cate .abn-top { height: 100px; width: 100%; top: 0; left: 0; position: absolute; }
.abnormal-cate .abn-user-info { padding: 10px 10px 5px 10px; font-size: 14px; background: #f7f7f7; }
.abnormal-cate .abn-search { padding: 10px 10px 0 10px; background: #fff; font-size: 14px; }
.abnormal-cate .abn-search select { color: #333; font-size: 12px; margin-left: 10px; }
.abnormal-cate .rolling { overflow: auto; height: 100%; border-top: 1px solid #e1e1e1; }
.abnormal-cate table th { font-size: 13px !important; font-weight: normal; padding: 8px 0; }
.abnormal-cate table td { font-size: 13px !important; text-align: center; padding: 8px 0; color: #666; }
.abnormal-cate table tr.odd td { background: #f7f7f7; }
.abnormal-cate table tr.even td { background: #fdfeee; }
.abnormal-cate table tr.active td { background: #d0fbd5; }
.abnormal-cate table tr.active td.faq { background: #83c98b; }
.abn-chart { width: 100%; background: #000; height: 200px; }
.abn-ecg-img { width: 100%; background: #000; height: 260px; }
.abn-ecg-img2 { width: 100%; background: #000; height: 140px; overflow: auto; }
.abnormal-cate .abe-page { margin-top: 20px; overflow: hidden; box-sizing: border-box; width: 100%; position: absolute; left: 0; bottom: 20px; }
.abnormal-cate .abe-page .jump .txt { width: 27px; height: 27px; text-align: center; font-size: 15px; float: left; }
.abnormal-cate .abe-page .jump .btn { width: 31px; height: 31px; border: 0; background: #26a59e; color: #fff; margin-left: 5px; float: left; }
.abnormal-cate .abe-page .placement { min-width: 28px; height: 28px; border: 0; line-height: 26px; background: #26a59e; padding: 0 10px; border-radius: 5px; color: #fff; margin-left: 5px; font-size: 16px; }
.set-ecg-num .set-info .btn { display: inline-block; border-radius: 5px; background: #25a49b; color: #fff; border: 0; padding: 3px 10px; font-size: 14px; }
.audit .placement-faq .btn { min-width: 28px; height: 28px; border: 0; line-height: 26px; background: #26a59e; padding: 0 10px; border-radius: 5px; color: #fff; margin-left: 5px; font-size: 16px; }
/*弹窗更改状态*/
.change-states { width: 390px; margin: 0 auto; padding: 20px 0; overflow: hidden; }
.change-states a { display: inline-block; width: 90px; height: 30px; border-radius: 3px; text-align: center; line-height: 30px; color: #fff; background: #9b9b9b; margin: 5px 20px; float: left; font-size: 14px; }
.change-states a:active { background: #f58322; }
.change-states a:hover { background: #f58322; }
/*弹窗*/
.prompt-pop { width: 460px; height: 260px; background: #fff; border-radius: 10px; position: absolute; left: 50%; margin-left: -230px; top: 50%; margin-top: -130px; z-index: 1000; }
.prompt-pop .close { display: inline-block; width: 24px; height: 24px; text-align: center; line-height: 24px; color: #666; font-size: 24px; position: absolute; right: 15px; top: 15px; }
.prompt-pop .title { text-align: center; font-size: 24px; color: #666; padding:0 20px; line-height:32px; }
.prompt-pop .title i { font-size: 52px; margin-right: 20px; }
.pop-sub .btn { display: inline-block; width: 120px; height: 40px; border: 0; border-radius: 5px; text-align: center; line-height: 40px; color: #fff; background: #f88221; font-size: 16px; margin: 0 10px; }
.pop-sub .canel { background: #b3b3b3; }
.scatter-box { overflow: hidden; position: relative; padding-right: 320px; }
.scatter-box .right { width: 300px; height: 300px; position: absolute; right: 0; top: 0; }
.scatter-box .scatter-img1 { width: 100%; height: 140px; background: #000; }
.scatter-box .scatter-img2 { width: 300px; height: 100%; background: #000; }
.scatter-box2 { }
.scatter-box2 .top { overflow: hidden; position: relative; height: 200px; padding-right: 320px; }
.scatter-box2 .sca-ecg-img1 { width: 100%; height: 200px; background: #000; }
.scatter-box2 .sca-ecg-img2 { width: 300px; height: 200px; background: #000; position: absolute; right: 0; top: 0; }
.scatter-box2 .sca-ecg-img3 { width: 100%; height: 100px; background: #000; overflow: auto; }
/*心率设置*/
.set-ecg-num { width: 228px; height: 298px; border: 1px solid #25a49b; border-radius: 10px; margin: 0 auto; background: #fff; }
.set-ecg-num .set-info { width: 180px; margin: 0 auto; border: 2px solid #25a49b; border-left-width: 3px; border-right-width: 3px; padding: 10px 0 15px 0; }
.set-ecg-num .set-info .title { padding: 0 10px; font-size: 15px; margin: 0 auto; }
.set-ecg-num .set-info .btn { display: inline-block; border-radius: 5px; background: #25a49b; color: #fff; border: 0; padding: 3px 10px; font-size: 14px; }
.set-ecg-num .subbtn { display: inline-block; border-radius: 5px; background: #25a49b; color: #fff; border: 0; padding: 6px 15px; font-size: 16px; }
/*报告打印*/
.report-print .title { font-size: 18px; line-height: 30px; padding: 0 30px; color: #25a49b; margin-top: 20px; }
.rp-table-box { width: 960px; margin: 30px auto; }
.rp-table-box h1 { font-size: 18px; text-align: center; padding: 5px 0 15px 0; }
.rp-table-box .rp-table { border: 3px solid #949494; width: 100%; box-sizing: border-box; padding: 10px 0; }
.rp-table-box .rp-table table { width: 100%; font-size: 14px; }
.rp-table-box .rp-table table th { text-align: left; padding: 2px 10px; font-weight: normal; }
.rp-table-box .rp-table table td { text-align: left; padding: 2px 10px; }
.rp-table-box .rp-table table tr.tbd th, .rp-table-box .rp-table table tr.tbd td { border-bottom: 2px solid #949494; }
.rpcs span { display: inline-block; width: 16%; font-size: 13px; }
.rp-table-box .rp-table table.statistical { border-collapse: separate; border-spacing: 4px; }
.rp-table-box .rp-table table.statistical td { text-align: center !important; }
.rp-table-box .rp-table table.statistical td.bdn { border-bottom: 2px solid #949494; }
.signature { font-size: 15px; line-height: 30px; text-align: right; }
.signature input { font-size: 15px; line-height: 30px; text-align: right; border: 0; border-bottom: 2px solid #949494; background: none; }
.hrv-box { width: 100%; }
.hrv-box .tubiao1, .hrv-box .tubiao2 { width: 320px; margin: 0 60px; }
.hrv-box .tubiao1 img, .hrv-box .tubiao2 img { max-width: 100%; }
.hrv-box table { width: 100%; font-size: 14px; border-bottom: 1px solid #949494; }
.hrv-box table th { text-align: center; padding: 5px 10px; font-weight: normal; background: #e9e9e9; border-top: 1px solid #949494; border-bottom: 1px solid #949494; }
.hrv-box table td { text-align: center; padding: 6px 10px; }
.rate-img { width: 100%; }
.rate-img img { width: 100%; }
.rp-table-box .rp-table2 table { width: 100%; font-size: 14px; border-left: 2px solid #bfbfbf; border-top: 2px solid #bfbfbf; }
.rp-table-box .rp-table2 table th { text-align: center; padding: 10px 10px; font-weight: normal; border-right: 2px solid #bfbfbf; border-bottom: 2px solid #bfbfbf; }
.rp-table-box .rp-table2 table td { text-align: center; padding: 10px 10px; border-right: 2px solid #bfbfbf; border-bottom: 2px solid #bfbfbf; }
.rp-table-box .rp-table2 table td em.bd { border-bottom: 1px solid #cfcfd0; padding: 0 3px; margin: 0 2px; }
.rp-table-box .rp-pat-info { font-size: 14px; line-height: 24px; text-align: left; }
.rp-table-box .rp-pat-info span { padding: 0 25px 0 10px; }
.rp-table-box .rp-pat-info .txt { border: 0; background: none; border-bottom: 1px solid #666; height: 24px; line-height: 24px; width: 100px; text-align: center; }
/*原始数据*/
.rp-table-box2 { padding: 0 20px; }
.rp-table-box2 .rp-table3 table { width: 100%; font-size: 14px; border: 1px solid #bfbfbf; }
.rp-table-box2 .rp-table3 table th { text-align: center; padding: 10px 10px; font-size: 16px; background: #f68c50; color: #fff; }
.rp-table-box2 .rp-table3 table td { text-align: center; padding: 10px 10px; }
.rp-table-box2 .rp-table3 table td em.bd { border-bottom: 1px solid #cfcfd0; padding: 0 3px; margin: 0 2px; }
.rp-table-box2 .rp-table3 table td:hover { background: #51c0c9; cursor: pointer; }
.rp-table-box2 .abn-user-info .txt { display: inline-block; border: 1px solid #ccc; background: #fff; width: 140px; height: 30px; line-height: 30px; color: #999; text-align: center; }
.rp-table-box2 .abn-user-info .sele { display: inline-block; border: 1px solid #ccc; background: #fff; width: 140px; height: 30px; line-height: 30px; color: #999; text-align: center; }
.rp-table-box2 .abn-user-info .btn { display: inline-block; background: #26a1a6; width: 80px; border-radius: 3px; height: 32px; border: 0; line-height: 30px; color: #fff; text-align: center; font-size: 16px; }
/*原始数据新*/
.rp-table-box2 .rp-table4{}
.rp-table-box2 .rp-table4-info{border: 1px solid #bfbfbf; border-top:0; min-height:340px; position:relative; padding-left:320px;}
.rp-table-box2 .tp-prompt{ padding:0; text-align:center; line-height:80px; font-size:16px;}
.rp-table-box2 .rp-table4 .tit{background: #f68c50; color:#fff; padding:10px; font-size:16px;}
.rp-table-box2 .rp-table4 table { width: 100%; font-size: 16px;  }
.rp-table-box2 .rp-table4 table td { text-align: center; padding: 10px 10px; }
.rp-table-box2 .rp-table4 table td em.bd { border-bottom: 1px solid #cfcfd0; padding: 0 3px; margin: 0 2px; }
.rp-table-box2 .rp-table4 table td:hover { background: #51c0c9; cursor: pointer; }
.rp-table-box2 .rp-table4 table tr.active td { background: #51c0c9; cursor: pointer; }
.rp-table-box2 .rp-table4 .rp4tbox{ width:320px; height:100%; overflow:auto; position:absolute; left:0; top:0; background:#fff; border-right:1px solid #ccc;}
.rp-table-box2 .rp-table4 .rp4-ecg-box{ padding:15px 20px;}
.rp-table-box2 .rp-table4 .rp4-ecg-box .txt{ padding:8px 8px; background:#fff; border:1px solid #ccc; font-size:16px; text-align:center;}
.rp-table-box2 .rp-table4 .rp4-ecg-box .rp4-ecg-img{ height:220px; width:100%; background:#000; overflow:auto;}
.rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed { height: 40px; text-align: center; }
.rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed span, .rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed a { display: inline-block; padding: 0 15px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; color: #666; }
.rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed a { background: #ebebeb; margin-right: 15px; }
.rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed a:hover { background: #219196; color: #fff; }
.rp-table-box2 .rp-table4 .rp4-ecg-box .ecg-speed a.active { background: #219196; color: #fff; }

/*操作提示*/
.operation { text-align: center; padding-top: 150px; font-size: 16px; }
.operation .tips { text-align: center; font-size: 24px; color: #000; line-height: 52px; }
.operation .tips i { font-size: 52px; margin-right: 20px; }
.operation .btn { display: inline-block; width: 120px; height: 40px; border: 0; border-radius: 5px; text-align: center; line-height: 40px; color: #fff; background: #f88221; font-size: 16px; margin: 0 10px; }
.operation .oper-faq { color: #666; }
.operation .oper-faq a { margin: 0 5px; }
/*文章列表*/
.art-list { width: 800px; margin: 0 auto; }
.art-list ul { border-bottom: 1px dotted #ccc; }
.art-list ul li { padding: 15px 30px 15px 36px; background: #f9f8f8; position: relative; border-top: 1px dotted #ccc; }
.art-list ul li h1 { font-size: 16px; position: relative; margin-top: 0; margin-bottom: 5px !important; }
.art-list ul li h1 time { display: inline-block; padding: 0 3px; height: 18px; line-height: 18px; background: #cfcdcd; color: #fff; position: absolute; right: 0; top: 2px; font-size: 12px; font-weight: normal; }
.art-list ul li p { font-size: 13px; color: #999; }
.art-list ul li .teacher-info { position: relative; padding-left: 70px; margin-top: 5px; height: 50px; line-height: 50px; font-size: 14px; }
.art-list ul li .teacher-info .uhead { width: 50px; height: 50px; border-radius: 100%; border: 1px solid #ffad63; position: absolute; left: 0; top: 0; }
.art-list ul li .teacher-info .uhead img { width: 100%; height: 100%; border-radius: 100%; }
.art-list ul li .teacher-info span { padding-right: 15px; color: #666; }
.art-list ul li:nth-child(2n) { background: #fff; }
/*文章详情*/
.art-detail { width: 800px; margin: 0 auto; }
.art-detail .art-head { text-align: center; font-size: 14px; }
.art-detail .art-head h1 { font-size: 24px; }
.art-detail-info { background: #f5f5f5; padding: 15px 0 20px 0; font-size: 15px; color: #333; }
/*报告页面时间显示*/
.audit-time label { display: inline-block; padding: 5px 20px; border: 2px solid #ccc; border-radius: 3px; background: #fff; font-size: 16px; }
/*最新添加异常时间*/
.new-thr-time{ font-size:16px;}
.new-thr-time div{ float:left; width:33.33333%; height:30px; line-height:30px; color:#999; }
.sec-view .rp4tbox{ overflow:hidden !important;}
.sec-view .rp4tbox table th { font-size: 13px !important; font-weight: normal; padding: 8px 0; }
.sec-view .rp4tbox table td { font-size: 13px !important; text-align: center; padding: 8px 0; color: #666; }
.sec-view .rp4tbox table tr.odd td { background: #f1f1f1; }
.sec-view .rp4tbox table tr.even td { background: #fff; }
.sec-view .rp4tbox table tr.active td { background: #d0fbd5; }
.sec-view .rp4tbox table tr.active td.faq { background: #83c98b; }
.sec-view{ height:400px;}
.sec-view .abe-page { margin-top: 20px; overflow: hidden; box-sizing: border-box; width: 100%; position: absolute; left: 0; bottom: 20px; }
.sec-view .abe-page .jump .txt { width: 27px; height: 27px; text-align: center; font-size: 15px; float: left; }
.sec-view .abe-page .jump .btn { width: 31px; height: 31px; border: 0; background: #26a59e; color: #fff; margin-left: 5px; float: left; }
.sec-view .abe-page .placement { min-width: 28px; height: 28px; border: 0; line-height: 26px; background: #26a59e; padding: 0 10px; border-radius: 5px; color: #fff; margin-left: 5px; font-size: 16px; }
/*新增对比*/
.contrast{ width:100%; height:64px; position:fixed; left:0; bottom:0; z-index:99; box-sizing:border-box; background:#fff; border-top:1px solid #e1e1e1; padding:2px 0 2px 120px;}
.contrast .item{ min-width:160px; padding-left:40px; text-align:center; float:left; line-height:60px; font-size:18px; background:#ffebda; margin-right:2px; position:relative;}
.contrast .item em{ display:inline-block; width:40px; background:#fa8623; text-align:center; color:#fff; font-size:24px; position:absolute; left:0; top:0;}
.contrast .item-faq{width:88px; height:60px; display:block; background:#25c0ca; text-align:center; color:#fff; font-size:20px; float:right; line-height:60px;}
.contrast .item .closed{ position:absolute; right:3px; top:5px; width:20px; height:20px; line-height:20px; text-align:center; color:red; font-size:20px;}
.contrast .item span{ padding:0 22px 0 10px;}








