@media print
{
table {page-break-before:always;}
}
.bg {
	background: url(./res/bg.jpg) no-repeat;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.foot {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.login_box {
	width: 1120px;
	height: 595px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 171px;
	margin-bottom: 115px;
	box-shadow: 0px 0px 15px #595959;
}

.login_left {
	float: left;
	width: 450px;
	height: 100%;
	background: url(./res/login_left.jpg) no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding: 200px 120px;
}

.login_right {
	float: left;
	width: 670px;
	height: 100%;
	box-sizing: border-box;
	padding: 114px 75px;
}

#login_logo {
	width: 90px;
	height: 90px;
	margin-bottom: 25px;
}

.login_tit {
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 40px;
}

.login_right_tit {
	font-size: 30px;
	color: #484848;
	text-align: center;
	margin-bottom: 65px;
	margin-left: -10px;
}

.l_box {
	height: 58px;
	line-height: 58px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: #F5F6F8;
	margin-bottom: 22px !important;
}

.layadmin-user-login-icon {
	float: left;
	color: #DADADA;
	font-size: 20px !important;
}

/* ------------------------------------------- */
#user_top {
	height: 150px;
	background: linear-gradient(to right, #56C1BB, #089CAC);
	position: relative;
}

.user_tab {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eee;
	padding: 0 48px;
	margin-bottom: 30px;
}

.user_tab>div {
	float: left;
	margin-right: 24px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.user_tab>.on {
	color: #089CAC;
	border-bottom: 2px solid #089CAC;
}

.user_box {
	height: 500px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 43px;
	font-size: 14px;
	color: #666;
}

.u_item {
	margin-bottom: 37px;
}

.u_item>label {
	margin-right: 40px;
}

.u_item>input {
	width: 300px;
	height: 40px;
	border: 1px solid #eee;
	border-radius: 4px;
	outline: none;
	box-sizing: border-box;
	padding-left: 12px;
}

.edit {
	color: #089cac;
	margin-left: 30px;
	cursor: pointer;
}

.u_item>.text {
	color: #777;
}

.bt_box {
	display: none;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 72px;
}

#name_input {
	display: none;
}

.bt {
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #089CAC;
	border-radius: 4px;
	color: #089CAC;
	margin-right: 25px;
}

.bt1 {
	background-color: #089CAC;
	color: #fff;
}

.pwd_box>.u_item {
	margin-bottom: 20px;
}

.pwd_box .bt_box {
	display: inline-block;
	margin-top: 5px;
	margin-left: 86px;
}

.user_tx {
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 260px;
	top: 88px;
	box-sizing: border-box;
	padding: 2px;
}

.user_tx>img {
	width: 100%;
	height: auto;
}

.page_w {
	padding: 20px;
}

.page_nav {
	height: 45px;
	font-size: 14px;
	color: #666;
}

.page_nav>.on {
	color: #089cac;
}

.page_box {
	height: 80px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}

.sele {
	width: 180px;
	height: 30px;
	line-height: 38px;
	border-radius: 3px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 0 11px;
	position: relative;
}

.page_item {
	line-height: 38px;
	margin-right: 10px;
}

.page_item>span {
	font-size: 16px;
	margin-right: 10px;
}

.sele_box {
	display: none;
	width: 113px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #fff;
	padding: 15px 0;
	box-sizing: border-box;
	color: #666;
	z-index: 2;
}

.sele_box>div {
	height: 34px;
	line-height: 34px;
	padding-left: 15px;
	cursor: pointer;
}

.sele_box>.on {
	background-color: #F5F5F5;
}

.sele_checkbox {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	margin-right: 5px;
	vertical-align: -2px;
	position: relative;
}

.sele_checkbox>img {
	position: absolute;
	top: 3px;
	left: 1px;
	display: none;
}

.sele_box>.on>.sele_checkbox {
	border-color: #089CAC;
	background-color: #089CAC;
}

.sele_box>.on>.sele_checkbox>img {
	display: inline-block;
}

.sele_radio {
	width: 70px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #F5F5F5;
}

.radio_box {
	width: 490px;
	padding: 15px;
}

.radio_box>div {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 0;
}

.radio_box>div:nth-child(6n+6) {
	margin-right: 0;
}

.radio_box>.on {
	background-color: #089CAC;
	color: #fff;
}

.date_input {
	width: 140px;
	height: 40px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}

.date_input>input {
	width: 96px;
	height: 100%;
	color: #666;
}

.zhi {
	margin: 0 10px;
}

.page_table {
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
}

.page_table>.layui-table-view {
	margin: 0;
}

.page_table,
.layui-table-view {
	margin: 0;
}

.page_table tr {
	height: 55px;
	text-align: center;
}

.page_table th>div {
	text-align: center;
	font-weight: bold;
}

.page_table th>div>span {
	font-size: 16px;
}

.layui-table-page {
	text-align: right;
	height: 88px !important;
	padding: 30px 0 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #089CAC !important;
}

/* 手术登记单 */
.page_tab {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0 20px;
}

.page_tab>div {
	float: left;
	margin-right: 30px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}

.page_tab>.on {
	border-bottom: 2px solid #089CAC;
	color: #089CAC;
}

.look {
	color: #089cac;
}

.page_tab .iconfont {
	font-size: 20px;
	margin-right: 4px;
}


.date_bt,
.data-bt {
	font-size: 14px;
	float: left;
	padding: 0 8px;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #DBDBDB;
	color: #666;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	margin-top: -1px;
	user-select: none;
}

.date_bt:hover {
	background-color: #009688;
	color: #fff;
}

.data-bt:hover {
	background-color: #009688;
	color: #FFF;
}

.day {
	background-color: #009688;
	color: #fff;
}


/* 新增美化 */



.layui-table-header tr th {
	font-size: 16px;
	font-weight: 600;
}

.layui-table tr {
	height: 45px;
}

.layui-fluid {
	padding: 0px !important;
}

.layui-card-body {
	padding: 0px 20px !important;

}

.layui-table-header th>div>span {
	font-size: 14px;
}

.layui-btn:hover {
	color: #777 !important;
}

.layui-btn-xs {
	font-size: 14px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #089cac !important;
}

.layui-btn-danger {
	color: #FF5722 !important;
}

.layui-card-body {
	padding: 0px !important;
}

.clearfix {
	clear: both;
}

.top-box {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFFFFF;
}

.inputnor {
	border: 1px solid #d9d9d9;
	color: #666;
	height: 38px;
	line-height: 38px;
	margin: 0px 10px;
	box-sizing: border-box;
}

.layui-input-block {
	float: left;
	margin-left: 10px !important;
	margin: 0px 10px;
	width: 180px;
}

.layui-input-block div {
	font-size: 16px;
}

.layui-form-select dl dd.layui-this {
	background-color: #009688 !important;
	color: #fff;
}

#date {
	width: 96px;
}

/* 弹出框 */
			.mask {
				background-color: rgba(0, 0, 0, 0.2);
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 10000;
			}

			.prompt_box {
				width: 500px;
				height: 280px;
				background: #ffffff;
				border-radius: 6px;
				position: fixed;
				top: 25%;
				left: 50%;
				margin-left: -200px;
				overflow: hidden;
			}

			.prompt_box .prompt_title {
				height: 50px;
				line-height: 50px;
				border-bottom: 2px solid #1a9ebf;
				background: #e6e6e6;
				position: relative;
				text-align: center;
			}

			.prompt_box .prompt_title span {
				font-size: 20px;
				color: #333333;
				margin-top: 0;
				margin-right: -20px;
			}
			
			
			.prompt_box .prompt_cont .prompt_text {
			download	line-height: 36px;
				padding: 40px 20px;
				text-align: center;
				font-size: 16px;
				padding-bottom: 70px;
			}

			.prompt_box .prompt_cont .prompt_sure {
				text-align: center;
			}
			.prompt_box .prompt_cont .prompt_sure a{
				display: inline-block;
				width: 80px;
				height: 40px;
				background: #089aaa;
				border-radius: 5px;
				color: #ffffff;
				font-size: 20px;
				line-height: 40px;
			}

			.hide {
				display: none;
			}
