@charset "utf-8";
/*common*/
* {
  letter-spacing: 0px;
}

body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 768px;
}

body {
  font-family: "microsoft YaHei", "Nunito", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #093176;
  background: #fafaff;
}

h1, h2, h3, h4, h5, h6 {
  color: #093176;
  font-family: "microsoft YaHei", "Nunito", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea, button, div {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #093176;
}

input {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, select, textarea {
  outline: none;
}

textarea {
  resize: none;
}

/*login*/
.loginArea {
  max-width: 1024px;
  height: 100vh;
  margin: 0 auto;
  padding: 65px 0 0;
  background: #eee url('../img/bg_login.jpg') no-repeat center 0;
  background-size: 1024px auto;
  overflow: hidden;
  min-height: 650px;
}

.loginArea h1 {
  text-align: center;
}

.loginArea h1 img {
  width: 288px;
}

.loginForm {
  position: relative;
  width: 400px;
  height: 380px;
  margin: 30px auto 0;
  padding: 25px;
  padding-top: 15px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.loginForm h2 {
  font-size: 30px;
  color: #093176;
  line-height: 45px;
  text-align: center;
  padding: 10px 0;
}

.otherLink a {
  font-size: 15px;
  color: #226dc2;
}

.loginForm .btnArea {
  padding: 15px 0 20px;
}

.loginForm .btnArea button {
  width: 100%;
  height: 60px;
  font-size: 25px;
  color: #fff;
  padding: 0;
  background: #093176;
  border-radius: 5px;
}

.loginList li {
  position: relative;
  margin-bottom: 20px;
}

.loginList li .lineInput {
  display: block;
}

.loginList li .lineInput input {
  height: 45px;
  padding-left: 55px;
}

.loginCode .lineInput input {
  padding-right: 100px;
}

.codeBtn {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #a3c3ff;
}

.loginIco {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 26px;
}

.lineInput {
  display: inline-block;
}

.lineInput input {
  width: 100%;
  height: 30px;
  font-size: 18px;
  color: #093176;
  border-bottom: 2px solid #a3c3ff;
  background: none;
}

.lineInput input::-webkit-input-placeholder {
  color: #a3c3ff;
}

.copyRight {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-top: 20px;
}

/**** 内容页 ***/
/*头部*/
.headerArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 15px;
  background: url('../img/bg_header.png') no-repeat center 0;
  background-size: auto 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.headerArea h1 {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.headerArea .rightNav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerArea .rightNav li {
  position: relative;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  padding-left: 15px;
}

.headerArea .rightNav li:nth-child(2) {
  padding-right: 10px;
}

.headerArea .rightNav li:nth-child(2) img {
  margin-right: 5px;
}

.headerArea .rightNav li img {
  width: 25px;
  height: 25px;
}

.number {
  position: absolute;
  top: 10px;
  right: -10px;
  transform: scale(0.8);
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0 1px;
  border-radius: 50px;
  background: red;
  box-sizing: border-box;
}

.numberIndiv{
  position: absolute;
  margin-top:-8px;
  transform: scale(0.8);
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0 1px;
  border-radius: 50px;
  background: red;
  box-sizing: border-box;
}

.mainArea {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.mainArea h2 {
  position: relative;
  color: #093176;
  font-size: 15px;
  padding: 0 0 10px 0;
}

.mainArea h2 .note {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #e05050;
}

.mainArea .name {
  color: #226dc2;
  padding: 0 5px;
}

.mainCont {
  padding: 15px;
}

/*公告栏*/
.noticeArea {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 65px 0 40px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.noticeArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: url('../img/ico_notice.png') no-repeat center center;
  background-size: 20px auto;
}

.noticeArea marquee {
  font-size: 14px;
}

.noticeArea .moreLink {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
}

.noticeArea .moreLink a {
  font-size: 14px;
}

.noticeArea .moreLink a:before {
  display: none;
}

.noticeArea .moreLink a:after {
  vertical-align: auto;
}

/*路径*/
.pathArea {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #a3c3ff;
}

.pathArea ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #999;
}

.pathArea ul li {
  margin-right: 5px;
}

.pathArea ul li:last-child:after {
  display: none;
}

.pathArea ul li:after {
  content: ' >';
}

.pathArea ul img {
  width: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
}

/*信息展示*/
.infoDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.infoDisplay li {
  position: relative;
  width: calc(100% / 3 - 10px);
  height: 75px;
  font-size: 13px;
  color: #666666;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.infoDisplay li .num {
  font-size: 30px;
  color: #093176;
  margin-bottom: 10px;
}

.infoDisplay li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #80cfcc;
  z-index: 0;
}

.infoDisplay li:first-child:before {
  background: #f45c84;
}

.infoDisplay li:last-child:before {
  background: #728cd9;
}

/*信息展示*/
.firstDisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.firstDisplay li {
  position: relative;
  width: calc(100% / 3 - 10px);
  height: 75px;
  font-size: 13px;
  color: #666666;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.firstDisplay li .num {
  font-size: 30px;
  color: #093176;
  margin-bottom: 10px;
}

.firstDisplay li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #5753e3;
  z-index: 0;
}

.firstDisplay li:first-child:before {
  background: #daabfc;
}

.firstDisplay li:last-child:before {
  background: #47b1f4;
}

/*今日数据*/
.todayData {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.todayData li {
  position: relative;
  width: calc(100% / 6 - 10px);
  height: 75px;
  font-size: 13px;
  color: #666666;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.todayData li .num {
  font-size: 30px;
  color: #093176;
  margin-bottom: 10px;
}
.todayData li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #80cfcc;
  z-index: 0;
}
.todayData li:first-child:before {
  background: #f8a3a5;
}
.todayData li:nth-child(2):before {
  background: #6ab2ed;
}
.todayData li:nth-child(3):before {
  background: #f6c188;
}
.todayData li:nth-child(4):before {
  background: #9ff19c;
}
.todayData li:nth-child(5):before {
  background: #f3e373;
}
.todayData li:last-child:before {
  background: #8bd1f1;
}
/*药物随访*/
.drugFollow {
  position: relative;
  border-radius: 5px;
  padding: 10px 0 0 10px;
  background: #fff;
  border: 1px solid #e9f1ff;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.drugFollow ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.drugFollow li {
  font-size: 14px;
  color: #333;
  margin: 0 50px 10px 0;
}

/*患者搜索*/
.searchArea {
  margin-bottom: 20px;
}

.searchBox {
  position: relative;
  border-radius: 5px;
  padding: 10px 0 0 10px;
  background: #e9f1ff;
  border: 1px solid #e9f1ff;
  box-sizing: border-box;
}

.searchBox .btnList {
  margin: -40px 10px 10px 0;
}

.searchBox .btnLineList {
  margin: 0 10px 10px 0;
}
.searchList {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.searchList > li {
  width: calc(100% / 4 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.searchList input {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
  color: #093176;
  border: 1px solid #a3c3ff;
}

.searchList input::-webkit-input-placeholder {
  color: #a3c3ff;
}

.searchList .sex {
  width: 88px;
}

.searchList .sex .input-field {
  display: inline-block;
  width: 100%;
}

.searchList li.dateItem {
  position: relative;
}

.dateItem {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: left;
}

.dateItem label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  margin: 0 !important;
  font-size: 0px;
}

.dateItem label:first-child {
  position: absolute;
  left: 8px;
  font-size: 14px;
}

.dateItem input {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding: 0 30px 0 70px;
  font-size: 14px;
  color: #093176;
  border: 1px solid #a3c3ff;
}

.dateItem img {
  width: 20px;
}

.btnList, .btnLineList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.btnList li, .btnLineList li {
  margin-left: 6px;
}

.searchBtn {
  width: 75px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

.advancedBtn {
  width: 73px;
  height: 30px;
  font-size: 13px;
  color: #093176;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #093176;
}

.commonBtn {
  width: 73px;
  height: 30px;
  font-size: 13px;
  color: #093176;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #093176;
}

/*首页-事件信息*/
.eventArea {
  margin-bottom: 20px;
}

.eventList li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  padding-right: 100px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.eventList li:active {
  background: #e3f1ff;
}

.eventList li .eventIco {
  width: 87px;
  height: 60px;
  line-height: 20px;
  text-align: center;
  background: #226dc2;
  box-sizing: border-box;
}

.eventList li .eventIco span {
  display: block;
  font-size: 12px;
  color: #fff;
}

.eventList li .eventIco img {
  display: block;
  height: 30px;
  margin: 5px auto 0;
}

.eventList li h3 {
  padding-left: 15px;
  font-size: 15px;
  color: #226dc2;
}

.eventList li h3 span {
  color: #093176;
}

.eventList li .time {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #999999;
}

.eventList li h4 {
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #666666;
}

.moreLink {
  text-align: center;
  padding: 10px 0 0;
}

.moreLink a {
  font-size: 15px;
  color: #666666;
}

.moreLink a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  background: url('../img/ico_more_l.png') no-repeat 0 0;
  background-size: 9px auto;
  z-index: 0;
}

.moreLink a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  background: url('../img/ico_more_r.png') no-repeat 0 0;
  background-size: 9px auto;
  z-index: 0;
}

/*首页-医院组织*/
.patientArea {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /*margin-bottom: 20px;*/
}

.tableList.patient .mainTable tbody {
  display: block;
  height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tableList.patient .mainTable tbody::-webkit-scrollbar {
  display: none;
}

.tableList.patient .mainTable thead, .tableList.patient .mainTable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableList {
  position: relative;
  width: calc(50% - 10px);
}

.tableList .moreLink {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0;
}

.tableList .moreLink a:before {
  display: none;
}

.mainTable {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d7e6ff;
}

.mainTable th {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 15px;
  color: #093176;
  background: #d7e6ff;
}

.mainTable td {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.mainTable .tdLeft {
  text-align: left;
}

.mainTable .tdRight {
  text-align: right;
}

.mainTable td a {
  color: #226dc2;
  margin: 0 5px;
}

.mainTable tr {
  background: #fff;
}

.mainTable tr:active, .mainTable tr.active {
  background: #e3f1ff !important;
}

.mainTable tr:nth-child(2n+1) {
  background: #f9f9f9;
}

.mainTable tr:last-child td {
  border-radius: 5px;
}

.mainTable .w300 {
  width: 300px !important;
}

/*患者列表*/
.patientList {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.patientList .halfLI {
  position: relative;
  width: calc(100% / 2 - 10px);
  margin: 0 5px 10px;
  padding: 20px 15px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d7e6ff;
}

.patientList .halfLI .death-label{
 	background-color:black;
 	color:white;
 	width:80px;
 	height:20px;
 	border-radius:10px;
 	text-align:center;
	margin-left:-78px;
 	margin-top:45px;
 	position:absolute;
 }

.patientList .fullLI {
  position: relative;
  width: 100%;
  margin: 0 5px 10px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d7e6ff;
  display:flex;
  flex-direction:row;
  align-items:center;
}

.patientList .fullLI .death-label{
 	background-color:black;
 	color:white;
 	width:80px;
 	height:20px;
 	border-radius:10px;
 	text-align:center;
	margin-left:-75px;
 	margin-top:45px;
 	position:absolute;
 }

.patientList .surname {
  width: 70px;
  height: 70px;
  line-height: 42px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #a9b7f4;
}

.patientList .surnameGray {
  width: 70px;
  height: 70px;
  line-height: 42px;
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 4px solid #a7a8a7;
}

.patientList .surname.man, .patientList .surnameGray.man {
  border: 4px solid #a9b7f4;
}

.patientList .surname.woman, .patientList .surnameGray.woman {
  border: 4px solid #fad7de;
}

.patientList .iconWx {
  width: 25px;
  height: 25px;
  margin-left:-25px;
  border-radius: 50%;
  position:absolute;
}

.patientList .sexIcon{
	width:22px;
	margin-left:15px;
	margin-right:8px;
}

.patientList .telIcon{
	width:18px;
	margin-left:15px;
	margin-right:5px;
}


.patientList .viewBtn {
  position: absolute;
  top: 35px;
  right: 45px;
}

.patientList .viewBtn button, .patientList .moreBtn button {
  width: 75px;
  height: 30px;
  font-size: 14px;
  color: #226dc2;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #226dc2;
}

.patientInfoList {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.patientInfoList li:nth-child(odd) {
  width: calc(50% + 20px);
  color: #979aab;
  font-size: 13px;
  padding-bottom: 5px;
}

.patientInfoList li:nth-child(even) {
  width: calc(50% - 50px);
  color: #979aab;
  font-size: 13px;
  padding-bottom: 5px;
}

.patientInfoList li strong {
  /*display: block;*/
  color: #093176;
  font-size: 15px;
}

/* 患者列表展示样式开始  */
.patientInfoListFull {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-left:20px;
}

.patientInfoListFull li:nth-child(odd) {
  width: calc(50% - 30px);
  color: #979aab;
  font-size: 13px;
  padding-bottom: 5px;
}

.patientInfoListFull li:nth-child(even) {
  width: calc(50% + 30px);
  color: #979aab;
  font-size: 13px;
  padding-bottom: 5px;
}

.patientInfoListFull li strong {
  /*display: block;*/
  color: #093176;
  font-size: 15px;
}
/* 患者列表展示样式截至 */


.telArea {
  font-size: 14px;
  padding: 20px 0 0;
}

.telArea img {
  width: 18px;
  margin-right: 5px;
}

/*翻页*/
.pageList {
  display: flex;
  justify-content: flex-end;
  align-items: start;
}

.pageList li {
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  margin-left: 5px;
  background: #f0f2ff;
  border: 1px solid #dfdffb;
}

.pageList li span,
.pageList li a {
  display: block;
  height: 100%;
  color: #226dc2;
  padding: 0 6px;
}

.pageList li.on {
  background: #226dc2;
  border: 1px solid #1158a9;
}

.pageList li.on span,
.pageList li.on a {
  color: #fff;
}

.basicInfo {
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

/*子菜单*/
.subNav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  background: #e9f1ff;;
}

.subNav li {
  margin-right: 20px;
  font-size: 14px;
}

.subNav li a {
  display: block;
  color: #666;
  padding: 10px 10px 5px;
  border-bottom: 2px solid #e9f1ff;
  box-sizing: border-box;
}

.subNav li a:hover, .subNav li a:active {
  color: #226dc2;
}

.subNav li.on a {
  color: #226dc2;
  border-bottom: 2px solid #226dc2;
}

/*患者基本信息*/
.patientInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.patientInfo .surname {
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
  border: 4px solid #a9b7f4;
}

.patientInfo .surname.man {
  border: 4px solid #a9b7f4;
}

.patientInfo .surname.woman {
  border: 4px solid #fad7de;
}

.patientInfo .patientInfoList {
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: nowrap;
}

.patientInfo .patientInfoList li {
  width: auto;
  padding: 0 50px 0 0;
}

.patientInfo .patientInfoList li:last-child {
  padding: 0;
}

.patientInfo .patientInfoList li strong {
  display: inline-block;
  padding-left: 10px;
}

/*无数据*/
.noDate {
  text-align: center;
  padding: 60px 15px;
  color: #cdddff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

.noDate img {
  width: 200px;
  opacity: 0.5;
  margin-bottom: 5px;
}

.noDate button {
  width: 75px;
  height: 30px;
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

.subBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.subBtn.rightBtn {
  display: block;
  text-align: right;
}

.subBtn li {
  margin-right: 10px;
}

.subBtn li:last-child {
  margin: 0;
  margin-right:10px;
}

.subBtn li h2 {
  padding: 0;
}

.subBtn li h3 {
  font-size: 14px;
  padding: 0;
}

.subBtn button {
  min-width: 75px;
  height: 30px;
  font-size: 13px;
  color: #093176;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #093176;
}

.subBtn li:last-child button {
  min-width: 75px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

/*患者信息*/
.patientDetail {
  padding: 15px 15px 0;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
}

.patientDetail h3 {
  font-size: 14px;
  padding-bottom: 10px;
}

.patientDetail p {
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
}

.patientDetail h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #093176;
  margin-right: 5px;
  z-index: 0;
}

.patientDetailList {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.patientDetailList li {
  margin: 0 30px 10px 0;
}

.patientDetailList.blockList {
  display: block;
}

.patientDetailList.blockList li {
  margin: 0 30px 20px 0;
}

/*医生小程序*/
.doctorCode {
  position: relative;
  padding: 15px;
  margin: 0 -15px;
  background: #e3f1ff;
}

.doctorCode .codeImg {
  width: 260px;
  height: 372px;
  border: 2px solid #a3c3ff;
  border-radius: 5px;
  overflow: hidden;
}

.doctorCode .codeImg img {
  width: 100%;
  height: 100%;
}

.codeCont {
  /*display: flex;*/
  display: inherit;
  justify-content: start;
  align-items: center;
}

.codeCont .codeText {
  /*padding-left: 20px;*/
  padding-left:0; 
}

.codeCont .codeText h4 {
  font-size: 18px;
}

.codeCont .dlBtn {
  margin-top: 15px;
}

.codeCont .dlBtn button {
  min-width: 75px;
  height: 30px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

/*专科手术*/
.subList {
  margin-bottom: 10px;
}

.subList .mainTable tr:active {
  background: #fff !important;
}

.mainTable tr:nth-child(2n+1):active {
  background: #f9f9f9 !important;
}

.subForm {
  padding: 20px 15px 0;
  border-radius: 5px;
  border: 1px solid #e9f1ff;
  background: #fff;
}

.subForm h3 {
  font-size: 14px;
  padding: 0 0 10px;
}

.subForm h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 10px;
  margin-right: 5px;
  background: #093176;
  border-radius: 10px;
  z-index: 0;
}

.subFormCont {
  margin-bottom: 20px;
}

/*radio*/
.radioList li {
  margin-bottom: 10px;
  color: #5a5a5a;
}

.radioArea label {
  margin-right: 20px;
}

.radioArea.formBlock label {
  display: block;
  margin-bottom: 10px;
}

/*checkbox*/
.checkboxList li {
  margin-bottom: 10px;
  color: #5a5a5a;
}

.checkboxList li.subCheckbox {
  padding-left: 20px;
}

.checkboxArea label {
  margin-right: 20px;
}

.checkboxArea.formBlock label {
  display: block;
}

.indentBox {
  padding: 10px 0 0 20px;
}


/*弹框*/
.popupArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.popupBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.popupCont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  z-index: 10;
}

.popupCont > p {
  margin-bottom: 10px;
}

.popupCont .popupDate {
  position: relative;
  display: inline-block;
  width: auto;
}

.popupCont .popupDate label:first-child {
  position: relative;
  left: 0;
  font-size: 14px;
  padding-right: 5px;
}

.popupCont .popupDate input {
  padding: 0 30px 0 10px;
  border: 1px solid #a3c3ff;
}

.popupCont .popupTextarea label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}

.popupCont .popupTextarea textarea {
  width: 100%;
  border: 1px solid #a3c3ff;
}

.popupCont .popupNote {
  color: #999;
  font-size: 14px;
}

.popupCont .popBtnArea {
  text-align: center;
  padding: 20px 0 0;
}

.popupCont .popBtnArea button {
  margin: 0 5px;
}

.popupCont .popBtn {
  width: 200px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

.popupCont .popBtn1 {
  width: 75px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

.popupCont .popBtn2 {
  width: 75px;
  height: 30px;
  font-size: 14px;
  color: #093176;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #093176;
}

.patientPopup {
  position: relative;
  min-height: 100px;
  margin: 5px;
  padding: 20px 15px 20px 120px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d7e6ff;
}

.patientPopup .userIco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.patientPopup .userIco img {
  width: 80px;
}

.followPopup {
  position: relative;
  min-height: 100px;
  margin: 5px;
  padding: 20px 15px 20px 20px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d7e6ff;
}

.followPopup .userIco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.followPopup .userIco img {
  width: 80px;
}

/*form表格*/
.formTable td {
  height: auto;
  min-height: 30px;
  padding: 5px;
}

.formTable td .checkboxArea {
  margin-left: 20px;
}

.formTable td .dateItem {
}

.formTable td .dateItem input {
  width: 140px;
  padding-left: 10px;
}

/*form表格*/
.formLTable tr {
  background: #fff !important;
}

.formLTable tr:last-child td, .formLTable tr:last-child th {
  border: 0px;
}

.formLTable th {
  width: 170px;
  text-align: right;
  padding: 0 10px;
  border-bottom: 1px solid #c9dbf7;
}

.formLTable td {
  height: auto;
  min-height: 30px;
  padding: 1px 10px;
  text-align: left;
  border-bottom: 1px solid #d7e6ff;
}

.formLTable td .checkboxArea,
.formLTable td .radioArea {
  margin-left: 20px;
}

.formLTable td .dateItem input {
  width: 140px;
  padding-left: 10px;
}

/*子表格*/
.formLTable .subTable {
  width: calc(100% - 10px);
  margin: 10px 5px;
  overflow: hidden;
}

.formLTable .subTable tr {
  background: #fff !important;
}

.formLTable .subTable th {
  text-align: center;
  background: #fff;
  border: 1px solid #d7e6ff !important;
}

.formLTable .subTable td {
  text-align: center;
  border-radius: 0px !important;
  border: 1px solid #d7e6ff !important;
}

.medicineSel .input-field {
  display: inline-block;
  vertical-align: middle;
  min-width: 240px;
  max-width: 300px;
}

.scanArea {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #093176;
}

.scanArea img {
  width: 18px;
  margin-right: 10px;
}

.addTimeArea {
  color: #093176;
  padding: 5px 0;
}

.addTimeArea img {
  width: 18px;
  margin-right: 10px;
}

.timeList li {
  padding: 5px 0;
}

.delTime {
  display: inline-block;
  vertical-align: middle;
}

.delTime img {
  width: 18px;
  margin-left: 10px;
}

/*消息*/
.messageArea {
  margin-bottom: 20px;
}

.messageList {
  margin-bottom: 10px;
}

.messageList > li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  padding-right: 100px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #dfdffb;
}

.messageList > li:active {
  background: #e3f1ff;
}

.messageList > li .userIco {
  width: 87px;
  height: 50px;
  padding-right: 18px;
  text-align: center;
  font-size: 0;
  background: url('../img/bg_user.png') no-repeat 0 0;
  background-size: 87px 50px;
  box-sizing: border-box;
}

.messageList > li .userIco img {
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

.messageList > li h3 {
  padding-left: 15px;
  font-size: 15px;
  color: #226dc2;
}

.messageList > li .time {
  font-size: 12px;
  color: #999999;
  padding-left: 10px;
}

.messageList > li .btnList {
  position: absolute;
  right: 10px;
  margin: 0;
  line-height:100%;
}

.messageList > li .btnList li {
  margin-left: 10px;
}

.messageList > li .detailBtn {
  width: 60px;
  height: 28px;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

.messageList > li .refuseBtn {
  width: 60px;
  height: 28px;
  font-size: 13px;
  color: #093176;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #093176;
}
/*随访中列表的第一列的border*/
.tdHearder{
	border-bottom: 1px solid #d7e6ff;
}

.subRBtn {
  text-align: right;
  margin-bottom: 5px;
}

.subRBtn button {
  width: 75px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  background: #093176;
  border: 1px solid #093176;
}

/*医院组织列表*/
.patientListNew {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.patientListNew li {
  position: relative;
  width: calc(100% / 2 - 5px);
  margin: 0 0 10px;
  padding: 15px 15px 5px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d7e6ff;
}

.patientListNew li h2 {
  padding-right: 70px;
  margin-bottom: 10px;
}

.patientListNew li h2 span {
  display: inline-block;
  font-size: 13px;
  color: #666;
  padding-left: 10px;
}

.docList {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.docList li {
  width: calc(100% / 5 - 8px);
  padding: 0;
  margin: 0 4px 10px;
  text-align: center;
  color: #fff;
  background: #093176;
  border: 0px;
  overflow: hidden;
}

.docList li p {
  padding: 3px;
}

.docList li .num {
  color: #093176;
  background: #d7e6ff;
}

.patientListNew .moreBtn {
  text-align: center;
}

.patientListNew .moreBtn {
  position: absolute;
  top: 12px;
  right: 15px;
}

.patientListNew .moreBtn button {
  width: 60px;
  height: 30px;
  font-size: 14px;
  color: #226dc2;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #226dc2;
}

.patientListNew .moreBtn button:disabled {
  opacity: 0.3;
}

/*公告发布*/
.noticeForm {
  width: 700px;
  /*margin: 0 auto;*/
  margin-left:30px; 
}

.noticeForm li {
  margin: 0 0 15px 0;
}

.noticeForm input {
  width: 280px;
  height: 30px;
  padding: 0 8px;
  font-size: 14px;
  color: #093176;
  border: 1px solid #a3c3ff;
}

.noticeForm input::-webkit-input-placeholder {
  color: #a3c3ff;
}

.noticeForm textarea {
  width: 500px;
  height: 300px;
  padding: 5px 8px;
  font-size: 14px;
  color: #093176;
  border: 1px solid #a3c3ff;
}

.noticeForm textarea::-webkit-input-placeholder {
  color: #a3c3ff;
}

.noticeForm .saveBtn {
  text-align: right;
}

.noticeForm .saveBtn button {
    min-width: 75px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    background: #093176;
    border: 1px solid #093176;
}

.reportUp {
  width: 100px;
  padding: 10px;
  color: #666;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed #bbb;
  margin: 0 auto 10px;
  margin-left: 20px;
  float:left;
}

.reportUp div img {
  width: 40px;
}

.reportUp div span {
  display: block;
}

.reportUpImg{
	float:left;
	height:110px;
	margin-left:20px;
}
.reportUpImg img{
	height:110px;
}
.checkboxArea input[type='text']:not(.browser-default){
	background-color: #fff;
    border: 1px solid #a3c3ff;
    outline: none;
    height: 30px;
    line-height: 28px;
    width: 100px;
    font-size: 14px;
    color: #093176;
    margin: 0;
    padding: 0 10px;
    box-shadow: none;
    box-sizing: border-box;
    transition: box-shadow .3s, border .3s;
}

.checkboxArea input[type='text']:disabled:not(.browser-default)
{
	background-color: #eee !important;
}

.subMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.subMain .subNav{
	border-radius: 5px;
	padding-bottom:8px;
	display:inherit;
}
.subMain .subNav li{
	margin-right:0px;
}
.subCont {
  width: calc(100% - 115px);
  min-height: 80px;
  overflow-x:scroll;
}


.patientBtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.patientBtn.rightBtn {
  display: block;
  text-align: right;
}

.patientBtn li {
  margin-right: 10px;
}

.patientBtn li:last-child {
  margin: 0;
}

.patientBtn li h2 {
  padding: 0;
}

.patientBtn li h3 {
  font-size: 14px;
  padding: 0;
}

.patientBtn button {
  min-width: 75px;
  height: 30px;
  font-size: 13px;
  color: #666;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #f5f1f1;
  border: 1px solid #093176;
}

.patientBtn .on button {
  min-width: 75px;
  height: 30px;
  font-size: 13px;
  color: #093176;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #e9f1ff;
  border: 1px solid #093176;
}

.error-txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: red;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid red;
    border-radius: 4px;
    background: #e9f1ff;
    z-index: 2;
}
/*list页面开关样式*/
.subBtn .listswitchblue{
            background-color: #1890FF;
}
.listswitchblue .slider{
    background-color: #fff;
    left: 28px;
  }
.listswitch {
     width: 50px;
     height: 24px;
     border-radius: 16px;
     background-color: #ccc;
     transition: 0.3s;
     display: inline-block;
  vertical-align: middle;
 }
 .slider {
     width: 20px;
     height: 20px;
     background-color: #fff;
     border-radius: 50%;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
     transition: 0.3s;
     position: relative;
     left: 2px;
     top:2px;
 }
 .slider:hover {
     transform: scale(1.2);
     box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
 }
 .death-label{
 	background-color:black;
 	color:white;
 	width:80px;
 	height:20px;
 	border-radius:10px;
 	text-align:center;
	margin-left:-78px;
 	margin-top:45px;
 	position:absolute;
 }
 