

* {
	margin: 0;
	padding: 0;
}
body,button,input,select,textarea {
    font-family: Microsoft YaHei Light;
}
html.scale{
	width:1360px;
}
html.scale .case-list-tabs{
    /* transform: scale(0.3);	 */
}
.messager-window .window-header{
	pointer-events: none;
}
.messager-window .window-header .panel-tool{
	pointer-events: all;
}
.dialog_auto{
	width: 60vw!important;
	height: 60vh!important;
}
@media all and (max-width: 1200px) {
	.panel.window{
		/*top: 10px!important;*/
	}
	.dialog_auto{
		width: 90vw!important;
		height: 80vh!important;
	}
}
::-webkit-scrollbar {
	width: 8px;
	height: 12px;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

button {
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
}
button:focus
,input:focus
{ outline: none; } 
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

#tab .panel-body {
	overflow: hidden;
}

.user-box-btn {
	height: 50px;
	padding-top: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 99%;
	text-align: center;
}

.user-box-btn button {
	background: #0D9BF8;
	border-radius: 5px;
	width: 180px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.93px;
}

.user-box {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	/* 
	margin-right: 30px;
	border: 1px solid #E6E6E6; 
	*/
	border-radius: 2px;
	/* width:65px; */
	width: 90px;
	/* padding: 3px; */
	margin-right: 5px;
	margin-left: 5px;
}

.talk-group-user-list-box .user-box.active .user-name {
	color: #4D4D4D;
	background: none;
}

.talk-group-user-list-box .user-box .user-img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.user-box:before {
	content: '';
	height: 60%;
	width: 1px;
	background-image: -webkit-linear-gradient(to top, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to top, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	/* left: 0; */
	left: -5px;
	top: 10%;
}

.user-box:first-child:before {
	display: none;
}

.user-box:hover {
	box-shadow: 0 0 10px 0 #ddd;
}

.user-box.active .user-name {
	color: #fff;
	background: #00BAFF;
}
/*
.user-box:hover .user-info-box{
	display: block;
}
*/
.user-info-box {
	display: none;
	padding: 13px;
	width: 171px;
	position: absolute;
	top: 92px;
	/*  left: 10px; */
	left: -50%;
	z-index: 111;
	background: #fff;
	border-radius: 9px;
	filter: drop-shadow(5px 5px 10px rgba(206, 206, 206, 1));
	text-align: left;
	cursor: default;
}

.del-user-btn {
	text-align: center;
}

.del-user-btn button {
	padding: 4px 20px;
	background: #FC3333;
	border-radius: 3px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.93px;
	cursor: pointer;
}

.user-info-box .title {
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	font-weight: 600;
}
.user-info-box .wrokTime{
	text-align: center;
}

.user-info-box .title span {
	/* float: right; */
	
    display: block;
    margin-top: 5px;
    color: #ababab;
}

.user-info-box .detail {
	font-size: 13px;
	color: #000000;
	letter-spacing: 1.18px;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

.user-info-box .detail span {
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	font-weight: 600;
}

.user-info-box .status {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
    text-align: right;
}

.user-info-box .status>span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	font-weight: 600;
}
.user-info-box .status ul{
	
      padding-top: 20px;
}
.user-info-box .status li {
	height: 25px;
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
}

.user-info-box .status button {
	float: right;
	cursor: pointer;
	border: 0;
    padding-left: 10px;
}

.user-info-box .status button img {
	vertical-align: top;
}

.user-info-box:before {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	position: absolute;
	top: -20px;
	left: 45%;
	border-bottom-color: #fff;
}
.user-info-box::after {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	background-color: transparent;
}

.user-info-box.bottom {
	top: initial;
	bottom: 95px;
}

.user-info-box.bottom:before {
	top: initial;
	bottom: -20px;
	border-color: transparent;
	border-top-color: #fff;
}

.user-info-box.left {
	left: 10px;
}

.user-info-box.left:before {
	left: 25px;
}

.user-info-box.right {
	left: initial;
	right: 10px;
}

.user-info-box.right:before {
	left: initial;
	right: 25px;
}

.user-info-box.TopRight {
	left: 95px;
	right: initial;
	top: 0px;
}

.user-info-box.TopRight:before {
	left: -20px;
	top: 20px;
	border-color: transparent;
	border-right-color: #fff;
}

.user-info-box.TopLeft {
	left: initial;
	right: 90px;
	top: 0px;
}

.user-info-box.TopLeft:before {
	left: initial;
	right: -20px;
	top: 20px;
	border-color: transparent;
	border-left-color: #fff;
}

.user-icon-box {
	position: absolute;
	width: 100%;
	/* height:20px; */
	height: 35px;
	bottom: 22px;
	display: none;
	/* 	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0, 0, 0, 0.2) 100%); */
	background-image: linear-gradient(-180deg, rgba(167, 166, 166, 0) 0%,
		rgba(126, 126, 126, 0.65) 100%);
}

.user-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	padding-top: 25px;
}

.user-box.active .user-icon-box {
	display: block;
}

.user-icon.user-delete-icon {
	float: right;
}

.user-img {
	/* width:65px;
	height:65px;
	 */
	margin-top: 5px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
}

.user-img img {
	width: 100%;
	min-height: 100%;
}

.user-name {
	padding: 5px;
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 1.09px;
}

.small-font .user-name p {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
    /* 
    height: 14px;
    line-height: 14px;
	max-width:100%;
	overflow : hidden;
	
	text-overflow: ellipsis;
	
	display: -webkit-box;
	
	-webkit-line-clamp: 2;
	
	-webkit-box-orient: vertical; */
}

.group-box {
	font-size: 0;
	margin-bottom: 20px;
	position: relative;
}

.group-title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 150px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 1.28px;
}

.group-title p {
	position: relative;
	top: 45%;
}

.group-list {
	padding: 0 5px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 150px;
	font-size: 16px;
	padding-bottom: 5px;
}

.group-list .user-box, .work-group-list .user-box {
	background: #1ECB95;
	border-radius: 2px;
	margin-right: 20px;
	margin-top: 5px;
	max-width: 100%;
	padding: 0;
	width: 162px;
}

.group-list .user-box:hover, .work-group-list .user-box:hover {
	box-shadow: 0 5px 11px 0 #e2e2e2;
}

.group-list .user-box .user-img {
	width: auto;
	height: 90px;
	border-radius: 0;
	background: #1ecb95;
	margin: 0;
}

.group-list .user-box .user-img img {
	width: auto;
	height: 100%;
}

.work-group-list .user-box .user-img {
	background: #1ecb95;
	margin: 12.5px 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.work-group-list .user-box .user-img img {
	height: 100%;
}

.group-list .user-box:before, .work-group-list .user-box:before {
	display: none;
}

.group-list .user-box .user-name, .work-group-list .user-box .user-name
	{
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	border-top: 0;
	box-sizing: border-box;
	width: 100%;
	border-radius: 2px;
}

.group-list .user-box.active, .work-group-list .user-box.active {
	box-shadow: 0 5px 11px 0 #9AC9DB;
}

.group-list .user-box.active .user-name, .work-group-list .user-box.active .user-name
	{
	background: #00BAFF;
	color: #fff;
	border-color: #00BAFF;
}

.new-group-box-1 {
	padding: 0 50px;
}

.new-group-box-1 .group-title {
	position: relative;
	width: auto;
	display: block;
}

.new-group-box-1 .group-title p {
	display: inline-block;
	top: 0;
	padding: 10px 40px;
	background: #eee;
	border-radius: 20px;
	min-width: 150px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.new-group-box-1 .group-list {
	margin: 0;
}

.new-group-title-1 {
	padding: 20px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #58595B;
	letter-spacing: 1.18px;
	position: absolute;
	top: 77px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}

.new-group-select-1 {
	box-sizing: border-box;
	padding: 20px 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.new-group-select-1 .detail-form-box {
	margin: 0;
}

.index-user-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	vertical-align: inherit;
}

.index-user-img img {
	width: 100%;
	min-height: 100%;
}

.tg-body {
	width: 100%;
	background: #edf5ff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tg-body .case-from-header {
	padding-top: 20px;
	margin: 20px 5px 0 5px;
	border-bottom: 2px solid #000;
	position:relative;
}

.tips-box{
    position: absolute;
    padding: 5px;
    min-height: 22px;
    display: inline-block;
    top: 0;
    right: 0;
}
.tips-box .tips-btn{
	
	display:inline-block;
    padding: 3px 6px;
    padding-right: 24px;
	font-size:13px;
	color:#f00;
	position:relative;
 	margin-right: 5px;
    border: 1px solid #f00;
    border-radius: 8px;

}
.tips-box .tips-btn i{

	position:absolute;
	right:0;
	top:0;
    line-height: 15px;
	font-style: initial;
	font-size: 16px;
    width: 12px;
    display: inline-block;
	cursor:pointer;
	
}
.tips-box .tips-btn i:before{
	content:'x';
	
}
.tips-add-btn{
	
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    font-size: 26px;
    cursor: pointer;
}
.tips-win *{
	box-sizing: border-box;
	outline: initial;
}
.tips-win{
	display:none;
    position: fixed;
    top: 10%;
    right: 10%;
    width: 300px;
	padding: 26px;
    border: 1px solid #d4d4d4;
    background: #fff;
    z-index:999;
}
.tips-win input{
    width: 100%;
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.tips-win button{
    background: #cbcbcb;
    border: 0;
    padding: 5px 25px;
    cursor:pointer;
}

.tg-body .case-from-footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.tg-body .case-from-section {
	margin: 20px 5px 20px 5px;
	padding-bottom: 77px;
}

.tg-body .tg-page {
	width: 795px;
	/* max-width: 100%; */
	background-color: #FFFFFF;
	min-width: 450px;
	min-height: 900px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
   /*  transform: scale(1);
    transition: all 0.1s; */
     /* box-shadow: 0 0px 10px #9e9e9e; */
}

.tg-body .tg-logo {
	margin: 10px;
	height: 52px;
	width: 52px;
	float: left;
		position: absolute;
		display: none;
}

.tg-body .tg-qr {
	margin: 10px;
	height: 70px;
	width: 70px;
	float: right;
}

.tg-body .tg-title {
	text-align: center;
	margin: 20px;
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: .2em;
}

.tg-body .tg-title-meta {
	text-align: center;
	margin: 10px;
	font-weight: 200;
	font-size: 1.5rem;
	letter-spacing: .1em;
}

.tg-body .tg-title-bd {
	float: right;
	min-width: 200px;
	/* margin-right: 10px; */
}
.tg-body .tg-title-bd.en{
	
	width: 300px;
}
.tg-body .tg-row {
	margin: 15px 20px 10px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tg-body .tg-col-2 {
	width: 16.6666666%;
	float: left;
}

.tg-body .tg-col-3 {
	width: 25%;
	float: left;
}

.tg-body .tg-col-4 {
	width: 33.33333333%;
	float: left;
}

.tg-body .tg-col-5 {
	width: 41.666666666%;
	float: left;
}

.tg-body .tg-col-6 {
	width: 50%;
	float: left;
}

.tg-body .tg-col-8 {
	width: 66.6666666%;
	float: left;
}

.tg-body .tg-col-10 {
	width: 83.33333333%;
	float: left;
}

.tg-body .tg-col-12 {
	float: left;
	width: 100%
}

.tg-body .tg-footer {
	border-top: 2px solid #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.tg-body .tg-page .textbox {
	border: 0px;
	border-bottom: 1px solid #D4D4D4;
	border-radius: 0;
}

.tg-body .tg-page .textbox .textbox-text {
	font-size: 14px;
	font-weight: 300;
}

.tg-body .tg-page .textbox-label {
	width: auto;
	font-size: 14px;
	font-weight: 300;
}
.textbox input.textbox-text{
	height: 27px !important;
    line-height: 27px !important;
}
.textbox-icon{
	
    height: 27px !important;
    line-height: 27px !important;
}
.tg-body .tg-page .img-box .textbox-label {
	
    width: min-content;
    line-height: initial !important;
    text-align: left !important;
	
}
.tg-body .tg-page .textbox-readonly {
	border-radius: 0;
	/*border-bottom: 0px solid #D4D4D4;*/
}

.tg-body .tg-page .textbox-readonly .combo-arrow {
	width: 0px;
	background-color: #fff;
	background: #fff;
}

.tg-body  .tg-body-footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.talk-unread {
	display: none;
	position: absolute;
	top: 23px;
	right: 4px;
	background: rgb(252, 80, 80);
	/* width: 18px; */
	min-width: 12px;
	height: 18px;
	padding: 1px 4px;
	text-align: center;
	color: #fff;
	font-size: 5px;
	line-height: 20px;
	border-radius: 10px;
}

.talk-last-msg {
	line-height: 16px;
    padding-right: 30px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.talk-list-title-box {
	line-height: 24px;
	font-size: 13px;
	width: calc(100% - 45px);
	/* overflow: hidden; */
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	text-align: left;
	position: relative;
}

.talk-list-title-box .talk-oper{
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1000;
	height: 100%;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.talk-list-title-box .tool-box{
	position: absolute;
	top: 0px;
	right: 50%;
	z-index: 1000;
	height: 100%;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.talk-list-title-box .tool-box span{
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	cursor: pointer;
	padding: 5px;
	border-radius: 3px;
}
.talk-oper>.del-icon{
	background-color: transparent !important;
	display: none;
}
.talk-list-title-box:hover .time{
	display: none;
}
.talk-list-title-box:hover .talk-unread{
	display: none !important;
}
.talk-list-title-box:hover .talk-oper>.del-icon{
	display: inline-block;
}


.talk-list-title {
	position:relative;
    padding-right: 70px;
	line-height: 24px;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666666;
	letter-spacing: 1px;
}
.talk-list-title .time{
	position:absolute;
	right:4px;
	top:0;
	color: #666666;
}
.talk-list-img {
	width: 40px;
	vertical-align: top;
	margin-right: 7px;
	height: 40px;
	float: left;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.talk-list-img img {
	width: 100% !important;
	min-height: 100%;
	margin: 0 !important;
	background: #ddd;
}

.talk-list-img span {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 20px;
	color: #fff;
	font-size: 0;
	/* 	background-image:url('./img/tk_ing.png'); */
	background-repeat: no-repeat;
	background-position-x: -7px;
}

.talk-list-img .state-hide {
	display: none;
}

.talk-list-img .tk-ing {
	background-image: url('./img/tk_ing.png');
}

.talk-list-img .tk-wing {
	background-image: url('./img/tk_wing.png');
}

.talk-list-img .tk-write {
	background-image: url('./img/tk_over.png');
}

.talk-list-img .tk-stop {
	background-image: url('./img/tk_stop.png');
}

.talk-list-img .tk-wait {
	background-image: url('./img/tk_wait.png');
}

.talk-list-img .tk-over {
	background-image: url('./img/tk_over.png');
}

.datagrid-btable td .talk-list-img {
	width: 40px;
	margin-right: 7px;
}

.user-add {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
	width: 65px;
	height: 65px;
}

.user-add:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0;
}

.user-add:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
}

.talk-list-box .easyui-menubutton .m-btn-downarrow {
	display: none;
}

.talk-list-box .l-btn-text {
	color: #666666;
	letter-spacing: 1.09px;
}

.table-list-menu-btn .l-btn {
	background: #fff;
	vertical-align: top;
}

.table-list-menu-btn .l-btn:hover {
	border: 1px solid transparent;
}

.tabs-list-box>.tabs-panels {
	border: 0;
}

.table-list-menu-btn .m-btn-downarrow {
	display: none;
}

.u-seach-input-box {
	float: right;
	line-height: 2;
	background: #F2F2F2;
	border-radius: 4px;
	margin-right: 16px;
}
.u-box-btn{
	color: #fff;
	text-align: center;
	width: 80px;
	background-color: rgb(0,186,255);
	display: inline-block;
	float: right;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 27px;
	margin-right: 16px;
	cursor: pointer;
}
.u-seach-input-box .textbox, .u-seach-input-box .textbox-text {
	border-bottom: 0;
	background-color: transparent;
}

.u-seach-input-box .textbox {
	height: 27px !important;
    border: 0;
}

.u-seach-input-box .textbox-addon .textbox-icon {
	height: 27px !important;
}

.u-seach-input-box .textbox.textbox-focused {
	
}

.u-seach-input-box .textbox-text {
	background: transparent;
	font-size: 11px;
	color: #B3B3B3;
	letter-spacing: 1px;
	height: 24px !important;
	line-height: 24px !important;
}

.u-seach-input-box .textbox-addon {
	right: 5px !important;
    height: inherit;
}

.u-table-list-box>.panel.datagrid {
	border: 0;
}

.u-table-list-box>.panel.datagrid .table-list-menu-btn {
	background: none;
}

.u-table-list-box .datagrid-body td, .u-table-list-box .datagrid-footer td
	{
	border-right: 1px solid transparent;
	text-align: center;
}

.u-table-list-box .datagrid-header-row td {
	text-align: center;
}

.u-table-list-box .datagrid-row-selected {
	/* box-shadow: 0 0 6px 0 rgba(164, 164, 164, 1);
	background: none; */
}

.u-table-list-box .datagrid-header, .u-table-list-box .datagrid-td-rownumber
	{
	background: #fff;
}

.u-table-list-box .datagrid-header td.datagrid-header-over {
	background: none;
}

.ck-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.u-list-menu {
	background: none;
	background-image: url(img/Combined_Shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	background-size: 100% 100%;
	min-width: 150px !important;
	min-height: 121px !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.u-list-menu .menu-item.frist-menu {
	margin-top: 25px;
}

.u-list-menu .menu-item {
	width: 75%;
	margin: 0 auto;
	height: 30px !important;
	text-align: center;
}

.u-list-menu .menu-item .menu-text {
	color: #666666;
	letter-spacing: 1.09px;
	height: 30px !important;
	line-height: 30px !important;
	width: 100%;
	padding: 0;
}

.u-list-menu .menu-active {
	background: #00baff;
}

.u-list-menu .menu-active .menu-text {
	color: #fff;
}

.u-list-menu ~.menu-shadow {
	box-shadow: none;
	background: none;
}

.tabs {
	height: 31px !important;
}

.tj-list {
	padding: 20px;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 0;
}

.tj-list-4 {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

.tj-list .box {
	margin-right: 20px;
	height: 120px;
	background: #FF7E82;
	box-shadow: 0 4px 8px 0 rgba(39, 39, 55, 0.22);
	border-radius: 6px;
	color: #fff;
	padding: 12px;
	padding-left: 18px;
	padding-right: 90px;
	box-sizing: border-box;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1.09px;
	position: relative;
}

.tj-list .content {
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.91px;
	padding: 12px 0;
}

.tj-list .title+.content {
	padding: 0;
	padding-top: 20px;
}

.tj-list .content span {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 1.82px;
	padding: 0 12px;
	font-weight: 600;
}

.tj-list .title+.content span {
	font-size: 38px;
	letter-spacing: 3.46px;
	padding: 0;
	padding-right: 12px;
	font-weight: 600;
}

.tj-list .box .list-logo {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.tj-list .box.group {
	background: #00BAFF;
}

.tj-list .box.doctor {
	background: #FF3B6D;
}

.tj-list .box.patient {
	background: #FFBA1A;
}

.tj-list .box.case {
	background: #0D9BF8;
}

.tj-list .box.pacs {
	background: #43445B;
}

.tj-list .box.pathology {
	background: #50E3C2;
}

.tj-list .box.electrocardiogram {
	background: #266295;
}
.tj-list .box.yytalk {
	background: #5e6765;
}
.tj-charts {
	padding: 20px;
	overflow: hidden;
}

.tj-charts-2 {
	float: left;
	width: 50%;
}

.tj-charts .box {
	min-height: 200px;
	background: #FFFFFF;
	box-shadow: 0 2px 13px 0 rgba(149, 149, 169, 0.50);
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 12px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	position: relative;
	padding: 12px 18px;
	margin-bottom: 20px;
}

.tj-charts .tj-charts-2 .box {
	margin-right: 10px;
	margin-bottom: 0;
}

.tj-charts .title {
	font-weight: 600;
	font-size: 13px;
}

.tj-charts .tj-charts-2:nth-of-type(2n) .box {
	margin-left: 10px;
	margin-right: 0;
}

.tj-charts .title a {
	color: #2DC6FF;
	line-height: 18px;
	float: right;
	font-weight: 500;
}

.tj-charts .charts-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

#pf-bd #pf-page .tj-page .panel-body.panel-body-noheader.panel-body-noborder
	{
	overflow: auto;
}
#pf-bd	{
	overflow: hidden;
}

.tj-consultation {
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden;
}

.tj-consultation .box {
	min-height: 200px;
	background: #FFFFFF;
	box-shadow: 0 2px 13px 0 rgba(149, 149, 169, 0.50);
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 12px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	position: relative;
	padding: 12px 18px;
	margin-bottom: 20px;
	overflow: hidden;
}

.tj-consultation.case .content {
	margin: 0;
}

.tj-consultation.case .title {
	margin-bottom: 30px;
}

.tj-consultation .title {
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tj-consultation .content {
	float: left;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 0 18px;
}

.tj-consultation .content:before {
	content: '';
	height: 100%;
	width: 1px;
	background-image: -webkit-linear-gradient(to top, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to top, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	right: 0;
	top: 0;
}

.tj-consultation .content:last-child:before {
	display: none;
}

.tj-consultation .content-box {
	font-size: 12px;
	color: #4A4A4A;
	letter-spacing: 1.09px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tj-consultation .content-box:before {
	content: '';
	height: 1px;
	width: 100%;
	background-image: -webkit-linear-gradient(to right, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to right, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	left: 0;
	bottom: 0;
}

.tj-consultation .content-box:last-child:before {
	display: none;
}

.tj-consultation .content-box .li-box {
	overflow: hidden;
	margin-bottom: 10px;
}

.tj-consultation.pacs .content-box {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.tj-consultation.pacs .content-box:after {
	content: '';
	height: 70%;
	width: 1px;
	background-image: -webkit-linear-gradient(to top, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to top, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	right: 0;
	top: 20%;
}

.tj-consultation.pacs .content-box:before {
	display: none;
}

.tj-consultation.pacs .content-box:nth-of-type(2n):after {
	display: none;
}

.tj-consultation.pacs .content-box .li-box {
	padding: 0 18px;
	box-sizing: border-box;
}

.tj-consultation.pacs .content-box .title {
	float: none;
	width: 100%;
	text-align: left;
}

.tj-consultation.pacs .content-box p {
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.tj-consultation.pacs .content-list {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.tj-consultation.pacs .content-list .content-box {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tj-consultation.pacs .content-list .li-box-child {
	margin-bottom: 10px;
	overflow: hidden;
}

.tj-consultation.pacs .content-list:after {
	content: '';
	height: 1px;
	width: 70%;
	background-image: -webkit-linear-gradient(to left, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to left, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	left: 15%;
	bottom: 0;
}

.tj-consultation.pacs .content-list:last-child:after {
	display: none;
}

.tj-consultation .content-box p {
	float: left;
	width: 50%;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
}

.tj-consultation .content-box span {
	font-size: 22px;
	color: #0D9BF8;
	letter-spacing: 2px;
	margin-left: 10px;
	font-weight: 600;
	min-width: 87px;
	max-width: calc(100% - 10px - 60px);
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
}

.tj-consultation.pacs-show .content-box span {
	min-width: 135px;
	max-width: calc(100% - 10px - 80px);
}

.tj-consultation .content-box .tip {
	font-size: 14px;
	color: #7cc9fb;
	line-height: 26px;
	width: auto;
	min-width: auto;
	max-width: auto;
}

.tj-consultation .content-box .title.all {
	width: 100%;
	float: none;
	text-align: left;
}

.tj-consultation .content-box .tab-box {
	overflow: hidden;
}

.tj-consultation.case-show .td .tbody, .tj-consultation.pacs-show .td .tbody,
	.tj-consultation.consultation-show .td .tbody {
	font-size: 15px;
}

.tj-consultation .td-box {
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.tj-consultation .td-box-2 {
	float: left;
	width: 48.5%;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-right: 3%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.tj-consultation .td-box-2:last-child {
	margin: 0;
}

.tj-consultation .td {
	width: 25%;
	float: left;
	border: 1px solid #E9E9E9;
	border-left: 0;
	box-sizing: border-box;
}

.tj-consultation .td-box-2 .td {
	width: 50%;
}

.tj-consultation .td:first-child, .tj-consultation .td:nth-of-type(5),
	.tj-consultation .td:nth-of-type(9), .tj-consultation .td:nth-of-type(13)
	{
	border-left: 1px solid #E9E9E9;
}

.tj-consultation .td .thead {
	width: 100%;
	float: none;
	background: #F7F7F7;
}

.tj-consultation .td .tbody {
	width: 100%;
	float: none;
	background: #fff;
	font-size: 22px;
	color: #0D9BF8;
	letter-spacing: 2px;
}

.tj-consultation .td p {
	line-height: 35px;
}

.detail-lc-box .box {
	overflow: hidden;
}

.detail-lc-box .title {
	font-weight: 600;
}

.detail-lc-box .child {
	float: left;
	border: 1px solid #eee;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
	margin-right: 22px;
	margin-top: 22px;
	padding: 10px 0;
	padding-left: 60px;
	padding-right: 15px;
	font-size: 13px;
	color: #58595B;
	letter-spacing: 1.01px;
	max-width: 240px;
	min-width: 150px;
	text-align: center;
	line-height: 29px;
	height: 51px;
}

.detail-lc-box .child.max {
	line-height: 16px;
}

.detail-lc-box .child:before {
	content: '';
	background-image: url('./img/r_right.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -14px;
	top: 50%;
	width: 4px;
	height: 7px;
}

.detail-lc-box .child:last-child:before {
	display: none
}

.detail-lc-box .child img {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
}

.ui-border-bottom {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ui-border-bottom:before {
	content: '';
	height: 1px;
	width: 100%;
	background-image: -webkit-linear-gradient(to left, #fff, #e6e6e6, #fff);
	background-image: linear-gradient(to left, rgba(230, 230, 230, 0),
		rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
	position: absolute;
	left: 0;
	bottom: 0;
}

.ui-border-bottom:last-child:before {
	display: none
}

.group-detail-box .title {
	font-size: 14px;
	color: #58595B;
	letter-spacing: 1.18px;
	margin-bottom: 20px;
	font-weight: 600;
}

.group-detail-box .user-box {
	margin: 0;
}

.group-detail-box .group-list {
	width: 162px;
}

.group-detail-box .content {
	width: calc(100% - 192px);
	float: right;
	font-size: 14px;
	color: #58595B;
	letter-spacing: 1.18px;
	line-height: 22px;
}

.tabs-header.tabs-header-left {
	/* 
    box-shadow: 0 0px 20px #a3a3a3; */
	z-index: 14;
}

.text-apply-ing {
	color: #1aa61a;
}

.text-apply-stop {
	color: #f00;
}

.text-talk-ing {
	color: #1bc1c7;
}

.text-report-ing {
	color: #683ef4;
}

.text-report-stop {
	color: #f00;
}

.text-over {
	color: #2c8bd7;
}

.text-over-ing {
	color: #ad2fe4;
}

.mandatory {
	color: #f00;
	font-weight: 600;
}

.case-add-user-info {
	position: relative;
}

.case-info-btn,
.case-add-user-info-btn {
	padding: 6px;
	background: #eee;
	border-radius: 3px;
}

.case-info-btn img,
.case-add-user-info-btn img {
	vertical-align: text-top;
	width: 20px;
}

.case-add-user-info-btn:hover+.case-add-user-info-box {
	display: block;
}

.case-add-user-info-box {
	position: absolute;
	display: none;
	left: -12px;
	top: 30px;
	/* z-index: 110001; */
	z-index: 9000;
}

.case-add-user-info-box .u-list-menu {
	position: relative;
	top: 10px;
	left: initial;
	right: initial;
	bottom: initial;
	background: #fff;
	filter: drop-shadow(5px 5px 10px rgba(130, 130, 130, 1));
	padding-top: 1px;
	overflow: initial;
	border-radius: 9px;
	min-height: auto !important;
	padding: 10px 0;
}

.case-add-user-info-box .u-list-menu .menu-item.frist-menu {
	margin-top: 0;
}

.case-add-user-info-box .u-list-menu:before {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	position: absolute;
	top: -20px;
	right: 80px;
	border-bottom-color: #fff;
}

.case-add-user-info-box:hover {
	display: block;
}

.case-add-user-info-box .menu-item:hover {
	background: #00BAFF;
}

.case-add-user-info-box .menu-item:hover .menu-text {
	color: #fff;
}

.li-contacts {
	position: relative;
}

.delete-li-btn {
	position: absolute;
	right: 0;
	top: 7px;
	cursor: pointer;
}

.share-pacs-btn-box {
	position: relative;
}

.share-pacs-btn-box .title {
	display: inline-block;
	padding: 10px 15px;
	background: #e6e6e6;
	border-radius: 3px;
	cursor: pointer;
}

.share-pacs-btn-box .btn-list {
	display: none;
	min-width: 100px;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 111;
	background: #fff;
	filter: drop-shadow(5px 5px 10px rgba(206, 206, 206, 1));
	border-radius: 9px;
	cursor: pointer;
}

.share-pacs-btn-box .btn-list:before {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	position: absolute;
	top: -20px;
	left: 40%;
	border-bottom-color: #fff;
}

.share-pacs-btn-box .btn-list li {
	padding: 0 15px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.share-pacs-btn-box .btn-list li:hover {
	background: #e6e6e6;
}

.img-list-box {
	position: relative;
}

.img-list {
	width: 100%;
	overflow-x: auto;
	height: 120px;
	margin: 1em 0;
	position: relative;
}

.img-list-left-btn, .img-list-right-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	color: #fff;
	line-height: 120px;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currentlynot supported by any browser */
}

.img-list-right-btn {
	left: inherit;
	right: 0;
}

.img-list .thumbnails {
	min-width: 100%;
	width: auto;
	height: 100px;
	margin: 0;
}

.thumbnails li {
	height: 100px;
}

.thumbnails a {
	width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
}

.thumbnails a.active {
	border: 2px solid #f00;
}

.thumbnails img {
	max-height: 100px;
}

.max-img-box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	max-height: 600px;
	overflow: hidden;
}

.max-img-box a {
	display: inline-block;
	width: 100%;
}

.max-img-box img {
	width: 100%;
}

.help-video-box {
	position: absolute;
	top: 79px;
	right: 72px;
	width: 400px;
	height: 300px;
	z-index: 99;
	display: none;
	box-shadow: 0px 0px 8px 0px #6e6969;
	background: #304457;
	padding-top: 24px;
}

.help-video-box:before {
	content: '';
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 36px;
	letter-spacing: 1px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 600;
}

.help-video-btn {
	/* float:right;
	margin-right:20px;
	line-height:70px;
	 */
	
}

.help-video-btn img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.help-video-box .close-help-video-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 13px;
	padding: 5px;
	border-radius: 3px;
}

.help-video-box iframe {
	width: 100%;
	height: 100%;
}

.close-help-video-btn:hover {
	background: #c75858;
}

.lock {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#pf-bd.blur {
	-webkit-filter: blur(10px); /* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,
		MakeShadow=false); /* IE6~IE9 */
}

.lock .lock-box {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	min-width: 400px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}

.lock-box p {
	margin: 20px 0;
	font-size: 15px;
}

.lock-box input {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: initial;
}

.lock-box button {
	display: block;
	margin: 0 auto;
	width: 80px;
	background: #2DC6FF;
	color: #fff;
	height: 45px;
	border-radius: 3px;
	outline: initial;
}

.pacs_modalities_list li {
	padding: 12px 5px;
	margin-bottom: 5px;
	text-align: center;
}

.pacs_modalities_list .current {
	border: 1px solid #00baff;
	color: #00baff;
	border-radius: 5px;
}

.pacs-modalities-list-info {
	padding: 10px;
}

.pacs-modalities-list-info p {
	margin-bottom: 10px;
}

.mandatory+.textbox-label {
	margin-left: 0;
}

.px-index-box {
	display: flex;
	padding: 24px 12px;
	box-sizing: border-box;
	height: calc(100vh - 78px);
	min-height: 550px;
	min-width: 1000px;
	font-family: Microsoft YaHei Light;
	overflow: auto;
}
.px-index-box span,.px-index-box p{
	color: #424242;
}
.px-index-box-left{
	flex: 7;
	padding: 10px 5px 10px 10px;
}
.px-index-box-right{
	flex: 3;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 10px 10px 5px;
}
.px-index-box span i{
	margin-left: 5px;
	font-size: 1.3em;
	display: inline-block;
	color: rgb(13, 155, 248);
	vertical-align: middle;
}
.px-index-a{
	box-shadow: 0 0 8px rgba(95, 95, 95, .3);
	transition: all ease 1s;
}
.px-index-a:hover{
	box-shadow: 0 0 8px rgb(39, 39, 39);
}
.px-index-box-right .px-index-a {
	height: 31%;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* padding: 10px; */
	padding: 10px 10px 1% 10px;
}
.px-index-box-right .px-index-a-top{
	flex: 3;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.px-index-box-right .px-index-child {
	font-size: 2.6rem;
	/* border-bottom: 1px solid rgb(201, 201, 201); */
	/* padding-bottom: 20px; */
	margin-left: 2rem;
	position: relative;
	top: -1rem;
}
.px-index-box-right .px-index-child p{

}
.px-index-box-right .px-index-count{
	/* flex: 1; */
	display: flex;
	justify-content: space-around;
	border-top: 1px solid rgb(201, 201, 201);
	font-size: 1.2rem;
	/* margin-left: 5rem; */
}
.px-index-box-right .px-index-count span{
	/* border-right: 3px solid rgb(201, 201, 201); */
	font-size: 1rem;
	/* margin-bottom: 5px; */
	height: 1.4rem;
	line-height: 1.4rem;
	padding: .5rem;
}
.px-index-box-right .px-index-count span:last-of-type{
	border-right: 0;
}
.px-index-box-right .px-index-count-all{
	font-size: 4rem;
}
.px-index-box-right .img-icon .img-box {
	background-color: rgb(13, 155, 248);
	border-radius: 50%;
	height: 7rem;
	width: 7rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	margin-left: auto;
	margin-right: auto;
}
.px-index-box-right .img-icon{
	display: flex;
	align-items: center;
}

.px-index-box-left .img-icon{
	display: flex;
	align-items: center;
}
.px-index-box-left .img-icon .img-box {
	background-color: rgb(13, 155, 248);
	border-radius: 50%;
	height: 20rem;
	width: 20rem;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	margin-left: auto;
	margin-right: auto;
}
.px-index-box-left .title-top-content{
	position: relative;
	top: -2.8rem;
	margin-left: 5rem;
}
.px-index-box-left .title-top-content P:nth-of-type(1){
	font-size: 4rem;
	/* padding-bottom: 28px; */
	/* border-bottom: 1px solid rgb(201, 201, 201); */
}
.px-index-box-left .title-top-content P:nth-of-type(2){
	margin-top: 1rem;	
	font-size: 3rem;
}
.px-index-box-left .px-index-a{
	height: 100%;
	flex-direction: column;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	padding: 0 15px 1% 15px;
	justify-content: space-between;
}
.px-index-box-left .title-top{
	display: flex;
	flex: 3;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.px-index-box-left .px-index-count{
	/* border-top: 3px solid rgb(201, 201, 201); */
	/* padding-top: 1.8rem; */
}
.px-index-box-left .px-index-count span{
	/* border-right: 3px solid rgb(201, 201, 201); */
	margin-bottom: 5px;
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 1rem 2rem;
	font-size: 1.5rem;
}
.px-index-box-left .px-index-count span:last-of-type{
	border-right: 0
}
.px-index-box-left .px-index-count-all{
	font-size: 6.8rem;
}
.px-index-box-left .px-index-child{
	/* margin-left: 20rem; */
	/* margin-top: 10%; */
}
.px-index-box-left .px-index-count{
	display: flex;
	justify-content: space-around;
	/* padding-top: 20px; */
	border-top: 1px solid rgb(201, 201, 201);
}
.img-icon{
	margin-left: -15px
}


.px-admin-index {
	text-align: center;
	font-size: 0;
	padding: 50px;
}

.px-admin-index-a {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	margin-bottom: 30px;
}

.px-admin-index-child {
	width: 90%;
	background: #FF7E82;
	box-shadow: 0 8px 18px 0 rgba(39, 39, 55, 0.22);
	border-radius: 12.47px;
	box-sizing: border-box;
	margin: 0 auto;
}

.px-admin-index-a:nth-of-type(2) .px-admin-index-child {
	background: #00BAFF;
}

.px-admin-index-a:nth-of-type(3) .px-admin-index-child {
	background: #1ECB95;
}

.px-admin-index-a:nth-of-type(4) .px-admin-index-child {
	background: #43445B;
}

.px-admin-index-child .title {
	font-size: 24.95px;
	color: #FFFFFF;
	letter-spacing: 2.27px;
	border-bottom: 1px solid #fff;
	text-align: left;
	padding: 20px;
}

.px-admin-index-child .title img {
	float: right;
	width: 24px;
}

.px-admin-index-child .info {
	padding: 40px 0;
	font-size: 32.43px;
	color: #FFFFFF;
	letter-spacing: 2.95px;
}

.px-admin-index-child .info span {
	font-size: 102.7px;
	color: #FFFFFF;
	letter-spacing: 9.36px;
}

.pop-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border: 1px solid #eee;
	width: 250px;
	margin-top: -25px;
	margin-left: -125px;
	z-index: 9999;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
}
.pop-progress:after{
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 999;
	background:#fff;
    animation: mymove 2s ease;
    -webkit-animation: mymove 2s 1;
    opacity: .4;
    
}

.pop-progress-box {
    background: #c1c1c1;
    width: 0;
    height: 12px;
    position:relative;
    z-index:99999;
}

.pop-progress-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 12px;
    width: 250px;
}

.pacs-show-btn-box {
	position: absolute;
	bottom: 100px;
	right: -68px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.pacs-show-btn-box:hover {
	right: 0;
}

.pacs-show-btn-box button {
	background: #4a4949;
	padding: 6px;
	min-width: 100px;
	color: #fff;
	display: block;
	border: 0;
	padding-left: 0;
}

.pacs-show-btn-box img {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

#no-chremo-tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

#no-chremo-tips p {
	display: inline-block;
	background: rgba(238, 7, 7, 0.9);
	color: #000;
	padding: 8px 12px;
}

#no-chremo-tips a {
	color: #fff;
}

#no-plugins-tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

#no-plugins-tips p {
	display: inline-block;
	background: rgba(238, 7, 7, 0.9);
	color: #000;
	padding: 8px 12px;
}

#no-plugins-tips a {
	color: #fff;
	cursor: pointer;
}

#old-plugins-tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}

#loading-plugins-tips {
	display: none;
	position: fixed;
	top: 5px;
	left: 0;
	width: 100%;
	z-index: 599;
	text-align: center;
}

#loading-plugins-tips .progressbar {
	display: inline-block;
	width: 300px;
	margin: auto 0;
}

#loading-plugins-tips .progress-label {
	position: absolute;
	width: 100%;
	top: 0px;
	color: #fff;
	font-weight: 250;
	line-height: 20px;
	z-index: 699;
	text-align: center;
	line-height: 20px;
}

#old-plugins-tips p {
	display: inline-block;
	background: rgba(238, 7, 7, 0.9);
	color: #000;
	padding: 8px 12px;
}

#old-plugins-tips a {
	color: #fff;
}

.talk-pop-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1111111;
}

.remove-talk-pop-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	width: 16px;
	padding: 5px;
	background: #8f8f8f;
	border-radius: 3px;
	z-index: 9999;
}

.remove-talk-pop-btn:hover {
	background: #ed5252;
}

.talk-pop-img-box {
	height: 100%;
	text-align: center;
	padding: 20px;
	padding-top: 50px;
	box-sizing: border-box;
}

.talk-pop-img-box img {
	position: relative;
	max-width: 100%;
	top: 0;
	left: 0;
	cursor: -webkit-grab;
	/* width: 100%; */
	/* max-height: 100%; */
}




.desktop-list-box{
	padding:13px;
	border-bottom:1px solid #eee;
}

.desktop-type ,
.desktop-user{
	display:inline-block;
	min-width: 84px;
	background:#fff;
	border:1px solid #eee;
	border-radius: 5px;
	padding:8px 5px;
	font-size:14px;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
}

.desktop-type.active{
	background:#00baff;
	border:1px solid #00baff;
	color:#fff;
	
}
.desktop-user.active{
	
	background:#00baff;
	border:1px solid #00baff;
	color:#fff;
}
.desktop-user img{
	width:80px;
	height:80px;
    border-radius: 50%;
}
.desktop-btn{
	
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.desktop-btn button{
	
    display: inline-block;
    width: 80px;
	height:35px;
    border: 0;
    background: rgb(230, 230, 230);
    color: #000;
    border-radius: 3px;
    
}
.dzbl-mb-list-box.desktop-list-box{
	margin-bottom: 0;
	border-bottom: 0;
	
}
.dzbl-mb-list-box .dzbl-mb-box{
	
    min-height: 40px;
    border: 1px solid #a0a0a0;
    line-height: 20px;
	
}
.dzbl-mb-list-box .desktop-user.active{
	
    border: 1px solid #00baff;
}

.list-search{
	width:60%;
	display:inline-block;
}
.list-search .textbox.searchbox{
	width:100% !important;
}
.list-search-select{
	width:35%;
	display:inline-block;
}
.list-search-select select{
	
    border: 1px solid #d1d1d1;
	width:100%;
    background: #fafafa;
    outline: initial;
    color: #666;
    height: 28px;
    top: 1px;
    position: relative;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner{
	
  word-wrap: normal; /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}



.pat-consult-detail-btn-box .easyui-linkbutton{
	width:auto !important;
}
.pat-consult-detail-btn-box .l-btn-left{
	margin-top:0 !important;
}
.btn-box-img{
	display: flex;
	justify-content: space-around;
	margin-top: 22px;
}
.btn-box-img-form .filebox.textbox{
	height: 27px;
}
.btn-box-img>div{
	padding: 0;
	margin: 0;
}
.btn-style-showdown{
	background-color: #fff;
	width: 118px;
	line-height: 27px;
	height: 27px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0;
}
.btn-style-showdown .l-btn-text{
	line-height: 27px;
}
.btn-style-showdown:hover{
	box-shadow: 0 4px 5px rgba(0, 0, 0, .25);
}

.login-btn:hover {
    box-shadow: 0 5px 11px 0 #49C5F3;
}

.login-btn {
    color: #fff;
    background: #49C5F3;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    width: 100%;
    border: 0;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pay-section{
	
    width: 400px;
    margin: 0 auto;
}

.pay-cell{
	padding:15px;
	
    display: flex;
}

.pay-cell-title{
	font-size: 14px;
	color: #9B9B9B;
	letter-spacing: 1.18px;
    width: 100px;
}

.pay-cell-content{
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 1.18px;
}

.paymant-num{
	font-size: 32px;
	color: #4A4A4A;
	letter-spacing: 2.69px;
}

.pay-tips{
	font-size: 12px;
	color: #B0B0B0;
	letter-spacing: 0;
	text-align:center;
}

.payment-success{
	border: 1px solid #CCCCCC;
    background: none;
    color: #CCCCCC;
    cursor: default;
}
.payment-success:hover{
	box-shadow:none;
}


.dy-btn-case{
	width: 100%;
	/* width: calc(100% - 8px); */
	height: 35px;
	margin: 0;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-left: 112px;
}
.panel-noscroll .dy-btn-case{
	/* top:33px; */
	right:0;
	left: initial;
}

.dy-btn-case-pacs {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
}
.dy-btn-case:before,
.dy-btn-case-pacs:before{
	content:'';
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background:-moz-linear-gradient(top, #FAFAFA, #ECECEC);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#ECECEC));  
    background:-o-linear-gradient(top, #FAFAFA, #ECECEC); 
    z-index: -1;
}
/* .dy-btn-case-pacs {
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
} */
#case-tabs .dy-btn-case{
	
    /* width: calc(100% - 100px); */
    /* top: 37px; */
    right: 5px;
    left: 0;
    border-bottom: 0;
}

a.bt {
	margin-right:5px;
	float: right;
	cursor: pointer;
	text-decoration: none;
	line-height: 35px;
	font-size: 15px;
	padding: 0 15px 0 15px;
	color: #000;
	text-align: center;
	height: 35px;
}
a.bt > img{
    margin-bottom: -2px;
    margin-right: 6px;
}
.bt.left{
	/* float:left; */
}
a.bt:hover {
	background-color: #e6e6e6;
	/* background-color: #e6e6e6;
	background:-moz-linear-gradient(top,#ECECEC, #FAFAFA);  
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ECECEC), to(#FAFAFA));  
	background:-o-linear-gradient(top, #ECECEC , #FAFAFA); */
}
a.bt.btn{
	/* background: #0D9BF8;
    color: #fff; */
    border-radius: 4px;
    /* height: 28px; */
    line-height: 28px;
    /* margin-top: 4px; */
		/* width: 80px; */
		line-height: 35px;
    margin-right: 5px;
    box-sizing:border-box;
}

a.bt.btn:hover{
	background-color: #e6e6e6;
    /* background: #1f8bd2; */
}

.u-seach-input-box{
	
   	margin-top: 4px;
   	margin-bottom: 2px;
    font-size: 0;
}
.sLoadListTips13{
	position:absolute;
	bottom:0;
	background:#fff;
	left:0;
	right:0;
	text-align:center;
    padding: 5px;
    box-shadow: 1px 0px 5px #888;
	
}
.sLoadListTips13 img{
	
    vertical-align: middle;
    margin-right: 5px;
}
.s-u-table-list-box-13 .datagrid{
	border:0;
}
.sLoadListTips13-more-btn{
	padding: 2px 30px;
    background: #404040;
    color: #fff;
}

.sLoadListTips132{
	
    background: #fff;
    text-align: center;
    padding: 5px;
    box-shadow: 1px 0px 5px #888;
}

.sys-menu-box{
	text-align:center;
	font-size:0;
}
.sys-menu-big-box{
	display:inline-block;
}
.sys-menu-big,
.sys-menu-min,
.sys-menu-add{
	display:inline-block;
	padding:5px 10px;
	border:1px solid #eee;
	width:100px;
	height:50px;
    box-sizing: border-box;
    line-height: 40px;
    vertical-align: top;
    font-size:14px;
    margin:0 5px;
    margin-bottom:5px;
}
.sys-menu-big,
.sys-menu-add{
    cursor:pointer;
}
.sys-menu-min{
	height: 30px;
    line-height: 20px;
    border-color: #ececec;
    background: #e8e8e8;
    margin-bottom: 10px;
}

.sys-menu-big.active{
	background:#00baff;
	color:#fff;
}
.sys-menu-min-box{
	margin-top:8px;
    position: absolute;
    background:#fff;
    text-align: left;
     width: 550px;
}

.sys-menu-min-box .sys-menu-min{
	text-align:center;
}

.sys-index-upload-img-box{
	padding:5px;
}
.sys-index-html-box img{
	width:100%;
}
.ziyuan-box{
     background: #eaeaea;
     padding-top:20px;
     position:relative;
}
.ziyuan-box-url{
	position:absolute;
	top:0;
	left:0;
	padding-left:20px;
	line-height:20px;
}
.ziy-box{
	display:inline-block;
    text-align: center;
    width: 150px;
    vertical-align: top;
    cursor: pointer;
    padding: 5px;
    height: 105px;
}
.ziy-box:hover{
	background: #d1d1d1;
}
.ziy-box.active{
	background: #d1d1d1;
}
.ziy-box.directory .img-box img{
	background:#eaeaea;
}
.ziy-box .img-box{
	height:75px;
}
.ziy-box .img-box img{
    max-height: 100%;
    max-width: 100%;
    min-width: 40px;
    min-height: 40px;
	
}
.ziy-box .name{
	word-wrap: break-word;
}
.talk-pop-box-btn {
    position: absolute;
    right: 20px;
    top: 35%;
    width: 40px;
    background: #8f8f8f;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 3px;
}





.easyui-case-box{
	
    height: calc(100% - 40px);
}
.easyui-case-box>div{
	width:100%;
}
div+.easyui-case-box{
	
    height: calc(100% - 90px);
}
.easyui-case-box>div{
	height:100%;
    overflow: auto;
}
.easyui-case-box-list-box{
    width: 100%;
    padding: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}
.easyui-case-box-list{
		overflow: hidden;
    border: 1px solid #efefef;
    padding: 8px;
    box-shadow: 0px 0px 7px 0px #b8b8b8;
    background: #fff;
    transform: scale(0.995,0.995);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition:  all 0.5s; /* Safari 和 Chrome */
	-o-transition:  all 0.5s; /* Opera */
}
.easyui-case-box-list-c{
	display: flex;
}
.easyui-case-box-content>div:last-of-type{
	margin:0;
}

.easyui-case-box-list-box.hover .easyui-case-box-list{
    box-shadow: 0px 0px 10px 0px #6c6c6c;
    transform: scale(1,1);
}
.easyui-case-box-content>div{
	display: flex;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.easyui-case-box-content>div>div{
	
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
    line-height: initial;
}

.easyui-case-box-img{
    min-width: 80px;
    width: 80px;
    min-height: 111px;
    background: #94c3f9;
    position: relative;
    overflow: hidden;
    
}
.easyui-case-box-img img{
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.easyui-case-box-img img.consultation-thumbnail{
    width: 100%;
    height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0;
    margin-left: 0;
}
.easyui-case-box-img img.pacs-thumbnail{
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		transform: translateX(-50%);
}
.easyui-case-box-img img.group-thumbnail{
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		transform: translateX(-50%);
}
.easyui-case-box-content{
	width:100%;
	padding-left:8px;
    box-sizing: border-box;
}

.easyui-case-box-content span{
    color: inherit !important;
	
}
.easyui-case-box-content>div.pmmodalities{
	overflow: auto;
	height: 52px;
	max-width:100%; 
}

.easyui-case-box-content>div.pmmodalities span{
	display:inline-block;
}
.case-list-1>div{
    width: 100%;
}
.case-list-2>div{
    width: 50%;
}
.case-list-3>div{
    width: 33%;
}
.case-list-4>div{
    width: 25%;
}
.case-list-5>div{
    width: 20%;
}
.case-list-6>div{
    width: 16%;
}
.case-list-7>div{
    width: 14%;
}
.case-list-q>div{
	width: 12%;
}
.case-list-q>.case-list-name{
	
    width: 30%;
    width:100%;
}
.case-list-q>.case-list-id{
	
    width: 46%;
    width:150px;
}
.easyui-case-box-list .case-list-btn-box{
	
    display: block;
    text-align: right;
    min-height:19px;
    margin-top: 5px;
}
.abc-box{
	min-height:19px;
}
.case-list-btn-box button{
	
    display: inline-block;
    color: #008eff;
    border-radius: 4px;
    margin: 0 0 0 10px;
    border: 0;
    background: none;
}
.case-list-btn-box button img{
    vertical-align: bottom;
    height: 20px;
}
.case-list-zd{
	
    line-height: 16px;
    min-height:17px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.easyui-case-box-fenye{
	
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px -6px 10px 0px #c5c5c5;
}
.easyui-case-box-fenye .pagination table,
.easyui-case-box-fenye .pagination-info{
	
    height: 36px;
    line-height: 36px;
}

.case-list-on-btn button{
    border: 0;
    color: #1052fc !important;
    margin-right: 5px;
    background:none;
}

.easyui-case-box.try-1 .easyui-case-box-list-box{
    width: 100%;
}
.easyui-case-box.try-2 .easyui-case-box-list-box{
    width: 50%;
}
.easyui-case-box.try-3 .easyui-case-box-list-box{
    width: 33.33%;
}
.easyui-case-box.try-4 .easyui-case-box-list-box{
    width: 25%;
}
.easyui-case-box.try-5 .easyui-case-box-list-box{
    width: 20%;
}
.easyui-case-box.try-6 .easyui-case-box-list-box{
    width: 16.66%;
}
.easyui-case-box.try-7 .easyui-case-box-list-box{
    width: 14.28%;
}
.easyui-case-box.try-8 .easyui-case-box-list-box{
    width: 12.5%;
}
.easyui-case-box.try-9 .easyui-case-box-list-box{
    width: 11.11%;
}
.easyui-case-box.try-10 .easyui-case-box-list-box{
    width: 10%;
}
.easyui-case-box.try-11 .easyui-case-box-list-box{
    width: 9.09%;
}
.easyui-case-box.try-12 .easyui-case-box-list-box{
    width: 8.33%;
}

.box-t-r{
	text-align:right;
}
.box-t-r button{
	border:0;
	color:#939cfc;
}
.mo-de-le,.easyui-case-box>div.mo-de-le{
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	height: auto;
	color: #b9b6b6;
	position: absolute;
	width: 100%;
	top: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	overflow: visible;
}
.mo-de-le img{
	height: 100%;
	height: 44px;
	margin-right: 10px;
}

.box-t-r span{
    color: inherit;
}

.window-mask, .window-proxy-mask{
	animation: mymove 2s ease;
    -webkit-animation: mymove 2s 1; /* Safari 和 Chrome */
}

@keyframes mymove
{
	0%   {background: none;}
	25%  {background: none;}
	50%  {background: none;}
	100% {background: #eee;}
	/* from {
		background: none;
	}
	to {
   		background: #eee;
    } */
}
.aaa-bbb-ccc{
    vertical-align: text-top;
}

.box-t-blue{
	color: #008eff;
}
.aaaa-qrcodeCanvas.en{
	
	text-align: left;
	word-break:break-all;
}
.aaaa-qrcodeCanvas{
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}


.talk-add-jj-box{
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 15px;
}











.big-font{
	font-size:18px;
}
.medium-font{
	font-size:16px;
}
.small-font{
	font-size:12px;
}

.font-menu-box{
	position:relative;
}
.ls-box{
	display: none;
	position:absolute;
	background:#304457;
	width:100%;
	text-align:center;
    min-width: 100px;
}
.ls-box p{
	line-height:20px;
	padding:8px;
}
.ls-box p:hover{
	background:#0d9bf8;
}
.font-menu-box:hover .ls-box{
	display:block;
}

a.menu-name-box{
	float: right; 
	color: #fff; 
	line-height: 78px; 
	margin-right: 10px;
	cursor:pointer;
}



/* 
=============================================================
字体大中小
 */

.big-font .nav-bar{
	font-size:20px;
    width: 205px;
}
.medium-font .nav-bar{
    width: 190px;
    font-size: 18px;
}
.small-font .nav-bar{
    width: 170px;
	font-size:16px;
}


.big-font .easyui-case-box-content .big-font{
    font-size: 28px;
}
.medium-font .easyui-case-box-content .big-font{
    font-size: 24px;
}
.small-font .easyui-case-box-content .big-font{
    font-size: 18px;
}


.big-font .dh_bg ul li>a span,
.big-font .two_nav_box .two_nav dl dt,
.big-font #pf-hd .pf-user .pf-user-name,
.big-font a.menu-name-box,
.big-font .l-btn-text,
.big-font .u-seach-input-box .textbox-text,
.big-font .talk-list-title,
.big-font .tabs-title,
.big-font .panel-body,
.big-font .talk-input,
.big-font .tooltip-content,
.big-font .panel-title,
.big-font .datagrid-header .datagrid-cell span,
.big-font .talk-settings-menu li,
.big-font .detail-form-box .textbox-label,
.big-font .textbox .textbox-text,
.big-font .datagrid-cell,
.big-font .pagination-info,
.big-font .talk-add-jj-box,
.big-font .user-name p,
.big-font .user-info-box .title,
.big-font .user-info-box .detail span,
.big-font .tg-body .tg-page .textbox-label,
.big-font .tg-body .tg-page .textbox .textbox-text,
.big-font a.bt,
.big-font button,
.big-font .navi_head>.nav-item-title li,
.big-font .new-group-title-1,
.big-font .group-title,
.big-font .group-detail-box .content,
.big-font .group-detail-box .title,
.big-font input,
.big-font .combobox-item
{
	font-size: 20px;
}
.medium-font .dh_bg ul li>a span,
.medium-font .two_nav_box .two_nav dl dt,
.medium-font #pf-hd .pf-user .pf-user-name,
.medium-font a.menu-name-box,
.medium-font .l-btn-text,
.medium-font .u-seach-input-box .textbox-text,
.medium-font .talk-list-title,
.medium-font .tabs-title,
.medium-font .panel-body,
.medium-font .talk-input,
.medium-font .tooltip-content,
.medium-font .panel-title,
.medium-font .datagrid-header .datagrid-cell span,
.medium-font .talk-settings-menu li,
.medium-font .detail-form-box .textbox-label,
.medium-font .textbox .textbox-text,
.medium-font .datagrid-cell,
.medium-font .pagination-info,
.medium-font .talk-add-jj-box,
.medium-font .user-name p,
.medium-font .user-info-box .title,
.medium-font .user-info-box .detail span,
.medium-font .tg-body .tg-page .textbox-label,
.medium-font .tg-body .tg-page .textbox .textbox-text,
.medium-font a.bt,
.medium-font button,
.medium-font .navi_head>.nav-item-title li,
.medium-font .new-group-title-1,
.medium-font .group-title,
.medium-font.group-detail-box .content,
.medium-font .group-detail-box .title,
.medium-font input,
.medium-font .combobox-item
{
	
    font-size: 18px;
}

.small-font .dh_bg ul li>a span,
.small-font .two_nav_box .two_nav dl dt,
.small-font #pf-hd .pf-user .pf-user-name,
.small-font a.menu-name-box,
.small-font .l-btn-text,
.small-font .u-seach-input-box .textbox-text,
.small-font .talk-list-title,
.small-font .tabs-title,
.small-font .panel-body,
.small-font .talk-input,
.small-font .tooltip-content,
.small-font .panel-title,
.small-font .datagrid-header .datagrid-cell span,
.small-font .talk-settings-menu li,
.small-font .detail-form-box .textbox-label,
.small-font .textbox .textbox-text,
.small-font .datagrid-cell,
.small-font .pagination-info,
.small-font .talk-add-jj-box,
.small-font .user-info-box .title,
.small-font .user-info-box .detail span,
.small-font .tg-body .tg-page .textbox-label,
.small-font .tg-body .tg-page .textbox .textbox-text,
.small-font a.bt,
.small-font button,
.small-font .navi_head>.nav-item-title li,
.small-font .new-group-title-1,
.small-font .group-title,
.small-font.group-detail-box .content,
.small-font .group-detail-box .title,
.small-font input,
.small-font .combobox-item
{
	
    font-size: 14px;
}













.big-font .talk-last-msg,
.big-font .talk-user-header span,
.big-font .talk-user-text > p,
.big-font .common-language-btn,
.big-font #talk-btn,
.big-font .talk-user-time,
.big-font .user-info-box .detail,
.big-font .talk-process-ul .box
{
    font-size: 16px;
}


.medium-font .talk-last-msg,
.medium-font .talk-user-header span,
.medium-font .talk-user-text > p,
.medium-font .common-language-btn,
.medium-font #talk-btn,
.medium-font .talk-user-time,
.medium-font .user-info-box .detail,
.medium-font .talk-process-ul .box
{
    font-size: 14px;
}


.small-font .talk-last-msg,
.small-font .talk-user-header span,
.small-font .talk-user-text > p,
.small-font .common-language-btn,
.small-font #talk-btn,
.small-font .talk-user-time,
.small-font .user-info-box .detail,
.small-font .talk-process-ul .box
{
    font-size: 12px;
}


.big-font .aaaa-qrcodeCanvas,
.big-font .messager-icon+div,
.big-font .lock-box p
{
	font-size: 18px;
}

.medium-font .aaaa-qrcodeCanvas,
.medium-font .messager-icon+div,
.medium-font .lock-box p
{
	font-size: 17px;
}

.small-font .aaaa-qrcodeCanvas,
.small-font .messager-icon+div,
.small-font .lock-box p
{
	font-size: 16px;
}



.crazy{
    /* background-position: center left !important; */
}

.crazy.submit_apply_cancel,
.crazy.submit_report_cancel {
	background-image: url(../emr/images/back.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 5px;
}
.crazy.submit_apply_cancel:hover,
.crazy.submit_report_cancel:hover{
	background-color: #e6e6e6;
}



.crazy.review_report_yes,
.crazy.review_report_no,
.crazy.review_apply_yes,
.crazy.review_apply_no{
	background: no-repeat 10px center/20px;
}

.crazy.emr-export,
.crazy.emr-export:hover{
    background: url(../emr/images/nav_daochu.png) no-repeat;
}

.crazy.emr-import,
.crazy.emr-import:hover{
    background: url(../emr/images/nav_daoru.png) no-repeat;
}
.crazy.review_report_yes,
.crazy.review_report_yes:hover,
.crazy.review_apply_yes,
.crazy.review_apply_yes:hover{
    background-image: url(../emr/images/gou.png);
}
.crazy.review_report_no,
.crazy.review_report_no:hover,
.crazy.review_apply_no,
.crazy.review_apply_no:hover{
    background-image: url(../emr/images/cha.png);
}




.easyui-case-box-img .big-img{
	width: 100%;
    height: initial;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
}


.easyui-case-box-content .big-font{
	
    font-size: 18px;
	
}
.easyui-case-box-img.video {
	
    width: 180px;
    height: 130px;
    min-width: 180px;
    min-height: 130px;
    background: rgba(230, 230, 230, 0);
    position: relative;
}




.tovideo-btn{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.tovideo-btn.yyz{
	color:#069605;
}
.tovideo-btn.zbz{
	color:#4295ff;
}
.tovideo-btn.zbhf{
	color:#7d96b7;
	
}

.tovideo-btn:hover{
	background: #e2e2e2;
}

.video-body{
	position:relative;
	overflow:hidden;
}
.video-xf-list{
	
    position: absolute;
    top: 0;
    right: 0;
    background: #00000094;
    color: #fff;
    padding: 10px 20px;
    height: 100%;
    width: 120px;
    box-sizing: border-box;
    padding-left: 30px;
	    
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
}
.video-xf-list li{
	
    padding: 0 10px;
    cursor: pointer;
    border-bottom: 1px solid #797979;
    font-size: 14px;
}

.video-xf-list li.active{
	
    color: #00fdff;
}

.video-xf-list.in{
    right: -90px;
    height: initial;
    background: none;
}
.video-xf-list .btn{
	
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 5px;
    background: url(img/Slice-right.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 999;
    background-size: 20px;
}

.video-xf-list.in .btn{
	
    background: url(img/Slice-left.png) no-repeat;
    background-size: 20px;
}
.video-xf-list li:hover{
	
    color: #00fdff;
	
}


.huifang-box-attr{
	margin-bottom:5px;
    font-size: 0;
}
.huifang-box-attr .mandatory,
.huifang-box-attr .textbox-label{
	font-size:14px;
    vertical-align: -webkit-baseline-middle;
}
.huifang-box-attr button{
	
    float: right;
}
.u-kc-info-list button.huifang-box-del{
    background: #f00;
}
.zwsj{
	
    font-size: 24px;
    text-align: center;
    position: relative;
    top:100px;
    color: #999;
    font-weight: 100;
    z-index:999;
}

.bbb-ccc-form{
	font-size: 12px;
	font-family: 宋体;
}
.bbb-ccc-form input{
	font-family: 宋体;
}
.bbb-ccc-form .tg-title{
	font-family: 宋体;
}
.bbb-ccc-form .tg-title-meta{
	font-family: 宋体;
}

.bbb-ccc-form .textbox-label,
.bbb-ccc-form .textbox .textbox-text,
.bbb-ccc-form .case-add-user-info-btn{
	
    font-size: 1.2em !important;
}

.bbb-ccc-form .tg-title{
	
    font-size: 2em !important;
}
.bbb-ccc-form .tg-title-meta{
	
    font-size: 1.5em !important;
}
.slider-handle{
	border: 2px solid rgb(64, 158, 255);
	background: rgb(255, 255, 255);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top:-4px;
	margin-left: -8px;
}
.slider-inner{
	
    background: #00baff;
    border-radius:3px;
    border: 0;
    height: 6px;
} /*
.slider-handle:hover{
	
    -webkit-transition: .2s;
    transition: .2s;
    transform: scale(1.2); 
}*/
.slider-handle:after{
	content:'';
	background: #d6d6d6;
	position:absolute;
	top: 14px;
	left: 3px;
	height: 200px;
	width: 6px;
}
.slider-aaa-box{
	text-align:center;
	/* height: 250px; */
	position: fixed;
	bottom: 10px;
	right: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	transform: rotate(180deg);
}
.slider-aaa-box > span{
		width: 40px;
    display: inline-block;
    vertical-align: super;
    font-size: 22px;
    font-weight: bold;
    color: #00baff;
}
.slider-aaa-box > div{
	display:inline-block;
	overflow: hidden;
	padding: 10px;
	/* padding-left: 10px; */
}
.slider-aaa-box .slider-aaa-change{
	padding-right: 35px!important;
}
.slider-tip{
	transform: rotate(180deg);
	margin-left: 24px!important;
	margin-top: -9px!important;
	display: none;
}
.slider-tip.show{
	display: block;
}

/* 病历按钮样式 */
.lb-btn-style{
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 10px;
	padding: 0 15px 0 34px !important;
}
.lb-btn-style:hover{
	background-color: #e6e6e6;
}

.crazy.emr-print{
	background-image: url(../emr/images/nav_daying.png);
}
a.bt.btn.close{
	background-image: url(../emr/images/del.png);
}
a.bt.left.tag{
	background-image: url(../easyui/img/nav_biaoqian.png);
}
a.bt.left.check{
	background-image: url(../easyui/img/check.png);
}
a.bt.left.edit{
	background-image: url(../easyui/img/edit.png);
}
a.bt.btn.save{
	background-image: url(../emr/images/save.png);
}
.crazy.emr-structure{
	background-image: url(../emr/images/class.png);
}
.crazy.emr-annex{
	background-image: url(../emr/images/nav_fjbianji.png);
}
.crazy.emr-save{
	background-image: url(../emr/images/save.png);
}
.crazy.emr-delete{
	background-image: url(../emr/images/del.png);
}
.crazy.emr-submit{
	background-image: url(../emr/images/submit.png);
}
.logo-OURUNITED{
	max-height: 50px;
	max-width: 80px;
}


