@charset "UTF-8";
#protocol {
    top: 6%;
    height: 85%;
    max-height: 85%;
    left: 220px;
    right: 8%;
}

.protocol-content {
    padding: 0 20px;
    margin-bottom: 15px;
}

.protocol-content h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.protocol-content p {
    text-align: left;
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 5px;
}

.protocol-content p>span {
    font-weight: bold;
}

.protocol-content .underline {
    text-decoration: underline;
}

.protocol-footBtn {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.protocol-footBtn>.btn {
    float: left;
    margin: 0 20px;
    cursor: pointer;
}

.protocol-footBtn .next-say {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #01A9DB;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
    color: #01a9db;
}


/* 今日就诊二级菜单样式优化 */

.sub-menu-outer .pat-photo {
    background: url(../../resources/images/pat-photo-icon.png) center no-repeat;
}

.sub-menu-outer .btn-finish-visit {
    border: 1px solid #258ff1;
    font-weight: normal;
}

.sub-menu-outer .tab-nav-submenu .menuBox li {
    height: 50px;
    color: #959595;
    box-sizing: border-box;
    min-width: 80px;
    width: auto;
    border-bottom: 3px solid transparent;
}

.sub-menu-outer .tab-nav-submenu .menuBox li.selected {
    background: transparent;
    color: #258ff1 !important;
    border-bottom: 3px solid #258ff1;
    min-width: 80px;
    width: auto;
    font-weight: bold;
}

.sub-menu-outer .tab-nav-submenu .menuBox li:hover {
    background: transparent;
    color: #258ff1 !important;
    min-width: 80px;
    width: auto;
}


/* 版本指引弹窗样式 */

#update-info-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    display: none;
}
#birthdayMessage-info-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    display: none;
}
#birthdayMessage_textarea{
    width: 400px;
    height: 180px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

#update-info {
    width: 672px;
    top: 200px;
    right: 200px;
}

#update-info h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

#update-info p {
    line-height: 1.5;
}

.title {
    color: #fff;
}

.experience-box {
    padding: 50px 0 10px;
    text-align: center;
}

.experience-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
    background: #01a9db;
    text-align: center;
}

#update-info .popcontent {
    text-align: left;
    padding: 20px 10px;
}

#update-info .bot-words {
    padding-top: 20px;
}


/* 试用结束弹窗  */

.bg_try_end {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1000;
}

.try_end_box {
    position: absolute;
    width: 600px;
    height: 280px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -140px;
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}

.try_end_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.try_end_words {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 40px;
}

.try_end_btn {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background: #01a9db;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}


/* 试用结束弹窗 结束 */


/*切换诊所弹窗 start*/

.clinic-select {
    top: 50px;
    right: 185px;
}
.clinic-select .popcontent{
	overflow: hidden;
}
.clinic-select .clinic-list {
    margin: 30px 30px 15px;
    text-align: left;
    height: 155px;
    overflow: auto;
}

.clinic-select .clinic-list li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.clinic-select .btn-wrap {
    width: 400px;
    text-align: center;
    margin-bottom: 30px;
}

.clinic-select .btn-wrap .btn {
    margin: 0 20px;
    display: inline-block;
}
.switchClinicName{
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.setDefaultClinic{
	cursor: pointer;
	color: #00e;
	display: none;
}
.defaultClinic{
	cursor: default;
	padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
}
#switchClinic li.checked .setDefaultClinic{
	display: block;
}


/*切换诊所弹窗 end*/


/** bind弹窗 begin */

.detail-popup-bind {
    position: absolute;
    top: 19%;
    left: 26%;
    width: 730px;
    height: 300px;
}

.detail-popup-big,
.detail-popup-bind {
    z-index: 995 !important;
}

.detail-popup-bind .popcontent {
    width: 708px;
}

.detail-popup-bind .popup-inner {
    text-align: left;
    padding: 5px 10px 20px 10px;
    line-height: 20px;
}

.clinicSpan {
    position: absolute;
    top: 5px;
    left: 10px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    width: 500px;
    text-align: left;
    height: 40px;
}

.agree-footBtn {
    margin: 0 auto;
    padding-bottom: 20px;
}

.agree-footBtn .submit-btn {
    display: inline-block;
    cursor: pointer;
}


/*积分信息*/

.head_right .manual_box {
    width: 48px;
}

.head_right .integral_info {
    position: relative;
    margin-right: 10px;
}

.head_right .integral_info .a-line {
    height: 25px;
    width: 1px;
    border-left: 1px solid #c2c2c2;
    position: absolute;
    top: 13px;
    right: -16px;
}

.head_right .integral_info_icon {
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.head_right .integral_info_icon>span {
    color: #01A9DB;
}

.head_right .integral_info_drop {
    position: absolute;
    width: 430px;
    left: -135px;
    top: 46px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    z-index: 999;
    line-height: normal;
    padding: 6px;
    border-radius: 3px;
    text-align: left;
}

.head_right .integral_info_drop .angle_shadow_icon {
    position: absolute;
    width: 22px;
    height: 14px;
    top: -11px;
    left: 170px;
    z-index: 999;
    background: url(../images/angle_shadow_icon.png) no-repeat center;
}

.integral_info_drop_box {
    border: 2px dashed #dadada;
    padding: 20px 10px;
    border-radius: 4px;
    background: url("../images/drop_box_bg.png") right bottom no-repeat;
}

.head_right .integral_title {
    font-size: 16px;
    line-height: 25px;
    color: #252525;
    padding-left: 15px;
    position: relative;
    font-weight: 500;
}

.head_right .integral_title_dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #f24e3e;
    position: absolute;
    top: 10px;
    left: 0;
}

.head_right .integral_text {
    font-size: 14px;
    color: #7e7e7e;
    padding-left: 15px;
}

.head_right .integral_rules {
    color: #01A9DB;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.mt12 {
    margin-top: 12px;
}

.pl15 {
    padding-left: 15px;
}

/*帮助&反馈 start*/
.helpItem  {
    height: 50px;
    position: relative;
    cursor: pointer;
}
#help_feedback {
    width: 85px;
    border: 1px solid #dfdfdf;
    border-top: none;
    position: absolute;
    top: 50px;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 1px #e8e8e8;
    -moz-box-shadow: 0 1px 1px 1px #e8e8e8;
    box-shadow: 0 1px 1px 1px #e8e8e8;
    background-color: #fff;
    z-index: 999;
}
#help_feedback>ul {
    padding: 5px 0;
}
#help_feedback li a {
    display: block;
    height: 30px;
    color: #5c5c5c;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
}

#help_feedback li a:hover {
    background-color: #f4f4f4;
}
/*帮助&反馈 end*/

/*等保三级 s*/
.wj-safetyLevel {
    height: 49px;
    width: 49px;
    background: url(../images/safetyLevel-icon.svg)left center no-repeat;
    cursor: pointer;
    margin-left: 8px;
}
.wrapper .head {
	padding-right: 0;
}
/*等保三级 e*/

/*****今日就诊样式修改*****/

.cur-pat-card{
  width: 254px;
  box-sizing: border-box;
  background: #D1E8FE;
  position: relative;
  height: 55px;
  padding-right: 0;
  border-bottom: 1px solid #D3D5D9;
}
.pat-info{
  width: 100%;
}
.pat-info #patName{
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 700;
  line-height: 18px;
  float: left;
  width: 60px;
  overflow: hidden;
  font-weight: bold;
  margin-left: 0;
}
.pat-info #patOtherInfo {
  font-size: 13px;
  color: #a4a4a4;
  overflow: hidden;
  width: auto;
  float: left;
  line-height: 20px;
  margin-left: 4px;
  max-width: 90px;
}
.pat-info #patStatus {
  border: 1px;
  background-color: transparent!important;
  border-radius: 46px;
  font-size: 10px;
  padding: 0;
  font-size: 14px!important;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 32px;

}
#patListDropDown .pat-list-arraw{
    width: 8px;
    height: 14px;
    background: url('../images/arrow-right.png') no-repeat center center/100% 100%;
}
#patListDropDown .pat-list-arraw.selected{
    transform: rotate(90deg)
}
#awaitingDiagnosis .awaitingDiagnosisNumber,
#underTreatment .underTreatmentNumber,
#completed .completedNumber{
    font-size: 14px;
    color: #737373;
}
.pat-info{width: 100%;}
#set_bar_btn{
  position: absolute;
  width: 32px;
  height: 14px;
  top: 10px;
  right: 0px;
  cursor: pointer;
  background: url(../images/today_patient_icon.png) no-repeat 3px -14px;
}
#set_bar_btn.slide_box_float{
	background: url(../images/today_patient_icon.png) no-repeat 3px 0;
}
#label_box{
  width: 100%;
  height: 20px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;

}

.pat-drop-status-close{
	position: absolute;
    right: 4px;
    bottom: 4px;
}
#label_box span{
  display: inline-block;
  line-height: 16px;
  background: #01a9db;
  border-radius: 2px;
  color: #fff;
  margin: 1px 3px;
  padding: 0 4px;
  font-size: 12px;
}
#slide_box{
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  background: #fff;
  box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
  padding: 0  0 5px 0;
  box-sizing: border-box;
}
#slide_box .slide_box_top{
    padding: 0px 10px;
    padding-bottom: 18px;
}
.slide_floor{
  padding: 5px 0;
}
.slide_floor_left{
  float: left;
  width: 64px;
  text-align: left;
  line-height: 30px;
}

.slide_treatment_date_box {
  width: 144px;
  min-width: 100px;
}
.slide_doctor_drop_box{
  width: 144px;
  min-width: 100px;
}
.slide_consumption_money, .slide_balance_money, .slide_vip_card{
  line-height: 30px;
}
.slide_arrearage_money{
  line-height: 30px;
  color: #FF5F26;
}
.slide_dashed_line{
  height: 0px;
  margin: 5px 0;
  border-top: 1px dashed #dfdfdf;
}
.padding0{
  padding: 0!important;
}

.slide_btn_fuzheng{
  width: 100px;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.pat-list-dropdown-withscroll{
  position: static;
  left: 20px;
  width: auto;
  box-shadow: none;
  border: none;
  height: auto;
  box-sizing: border-box;
}
.pat-list-dropdown{
  position: static;
  left: 20px;
  width: auto;
  box-shadow: none;
  border: none;
  height: auto;
  box-sizing: border-box;
}
.slide_patient_info_words_box{
  position: relative;
  padding: 15px 20px;
}
.slide_patient_info_line{
  height: 0;
  border-top: 1px solid #a4a4a4;
}
.slide_patient_info_words{
  position: absolute;
  width: 80px;
  background: #fff;
  color:#a4a4a4;
  line-height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -15px;
  text-align: center;
}
.pat-name-li{
  width: 100px;
  margin-left: 0px;
  font-weight: 900;
  color: #000;
}
.pat-visit-li{
    float: right;
    margin-right: 10px;
    border: 1px solid #01a9db;
    display: none;
}
.pat-list-dropdown-info:hover .pat-visit-li{
    display: block;
}
#submenuOuter.sub-menu-outer{
  padding: 0;
  padding-right: 20px;
  height: 55px;
  background: #eee;
}
.slide_box_fixed{
  display: block!important;
}
.has_slide_box_fixed{
  overflow-y: hidden!important;
  margin-left: 258px!important;
  overflow-x: auto!important;
}
.has_slide_box_fixed iframe{
  min-width: 1000px;
}
.pat-list-dropdown-info{
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #F4F4F7;
}
.pat-list-dropdown-info:hover{
    background: #D1E8FE;
}
.pat-list-dropdown-title{
    background: white;
    color:#737373;
    font-weight: 100;
}
.pat-list-dropdown-title>span{
    color: #737373;
}
.doctor-popup-contain{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.doctor-popup{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    width:280px;
    height:280px;
    border:1px solid #999;
    border-radius:4px;
    padding:10px;
    background-color:#f9f9f9
}
.doctor-popup-content{
    position:relative;
}
.close-btn{
    position:absolute;
    right:0;
    top:-7px;
    font-size: 20px;
    color: #a5a5a5;
    cursor: pointer;
    line-height: 26px;
}
.doctor-popup-title{
    text-align:center;
    font-size:14px;
    font-weight:bold;
    margin-bottom:20px;
}
.doctor-popup-top{
    width: 60%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.doctor-list{
    width:300px;;
    height:126px;
    padding:4px 0;
    max-height:126px;
    overflow-y:auto;
    margin:0 0 20px 0!important;
    text-align:left;
}
.doctor-item{
    padding:5px 0px 5px 24px;
}
.select-btn{
    margin: 0 auto 30px;
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #258ff1;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.doctor-radio{
    cursor:pointer;
    vertical-align: middle;
}
.doctor-label{
    cursor:pointer;
    font-size: 14px;
    vertical-align: middle;
}

#select-sort{
	max-height:100%;
}
#select-sort .btn-wrap{
	width: 546px;
    text-align: center;
    margin-bottom: 30px;
}
#select-sort .btn-wrap .btn {
    margin: 0 65px;
    display: inline-block;
}
#select-sort .select-sort-wrap{
	margin:0 auto;
	width:490px;
	max-height: 444px;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom:30px;
}
.select-sort-wrap .select-sort-table-head{
    background-color: #f0f0f0;
}
.select-sort-wrap .select-sort-table-head .select-item{
    border-right: 1px solid #d4d4d4;
}
#select-sort-table li{
    border-bottom: 1px solid #d4d4d4;
    cursor: move;
}
#select-sort-table li:last-child{
    border-bottom: none;
}
.select-sort-wrap .select-item{
    line-height: 50px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-sort-wrap .select-item1{
    width: 10%;
}
.select-sort-wrap .select-item2{
    width: 60%;
}

.select-sort-wrap .select-item4{
    width: 30%;
}

#select-sort-table li .select-sort-checkbox{
    display: inline-block;
}
#select-sort #default-sort{
	float:left;
	margin: 20px 0 20px 29px;
    width: 100px;
    text-align: left;
    color: #2590F2;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
#select-sort #select-all-btn{
	float:right;
	margin: 20px 29px 20px 0;
    width: 100px;
    text-align: right;
    color: #2590F2;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
#select-sort #select-all-btn input{
	position: relative;
    top: 1px;
    left: -4px;
}
#select-sort .up-move,#select-sort .down-move{
	color:#258FF1;
	margin-right:15px;
	cursor:pointer;
}
#select-sort .active{
	display:none;
}
#select-sort .select-sort-checkbox{
	margin:0 auto;
	position:relative;
	width:16px;
	height:16px;
	background: url(../images/baseImg/all_input_icon.png) left -63px no-repeat;
	cursor:pointer;
}
#select-sort .select-sort-checkbox-checkbox-active{
	background: url(../images/baseImg/all_input_icon.png) left -79px no-repeat;
}


/******今日就诊样式优化结束*******/

/******桌面快捷方式提示弹窗*******/
.desktopShortcutPop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    width: 600px;
    height: 530px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    z-index: 1000;
}
.desktopShortcutPop_head {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.desktopShortcutPop_head>.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #888;
}
.desktopShortcutPop_content {
    width: 445px;
    margin: 0 auto;
}
.desktopShortcutPop_content_top {
    margin-bottom: 18px;
}
.desktopShortcutPop_content_top>p {
    margin-bottom: 3px;
    line-height: 20px;
}
.desktopShortcutPop_content_middle {
    height: 332px;
}
.desktopShortcutPop_content_middle>img {
    width: 100%;
    height: 100%;
}
.desktopShortcutPop_content_foot {
    padding: 20px 0 30px 0;
    text-align: center;
}
.desktopShortcutPop_content_foot>.btn {
    display: inline-block;
    cursor: pointer;
}
/******桌面快捷方式提示弹窗*******/


.main-doctor-item{
	width: 60%;
    display: block;
    margin-left: 30px;
    margin-bottom: 10px;
}

#showCancelReason-close-btn{
	display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    z-index:1000;
}

/******云诊所服务过期提醒弹窗*******/
.clinic-serexpire-pop-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.clinic-serexpire-pop{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -300px;
    width: 600px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clinic-serexpire-pop>.serexpire-head{
    background-color: #fcfcfc;
    border-bottom: .5px solid #e5e5e5;
    padding: 12px 0;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0;
}

.serexpire-content{
    padding: 30px 0;
    position: relative;
}

.serexpire-content>.serexpire-text{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding: 0 20px ;
}
.conetent-header,.conetent-body,.conetent-footer{
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.serexpire-content .conetent-header{
    
    margin-bottom: 10px;
    text-align: left;
    line-height: 30px;
}
.serexpire-content .conetent-body p{
    
    text-align: left;
    text-indent: 28px;
    line-height: 30px;
}

.serexpire-content .conetent-footer p{
    text-align: right;
}

.serexpire-content .date-num,.serexpire-content .serexpire-date{
    font-size: 16px;
    color: #df000f;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
}

.yiBaoStatus {
    background-color: #fff;
    padding: 21px 20px 23px;
}

.yiBaoStatus .in_use_top {
    white-space: nowrap;
}

#yiBaoStatusWrap {
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
}

.yiBaoStatusItem {
    white-space: nowrap;
    line-height: 25px;
    font-size: 13px;
}

.yiBaoStatusItem .yiBaoName {
    display: inline-block;
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.deadlineWrap {
    display: inline-block;
    vertical-align: middle;
}

.yiBaoTips {
    line-height: 18px;
    font-size: 13px;
    margin-top: 10px;
}

.selectSignProtocol {
    width: 450px;
    top: 20%;
    right: 50%;
    margin-right: -225px;
    z-index: 1002;
}

.selectProtocolTips {
    color: #666;
    text-align: left;
    padding: 10px 20px;
}

.protocolList {
    margin: 10px 10px 30px;
    max-height: 171px;
    overflow-y: scroll;
}

.protocolList li {
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 20px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.renewYiBao {
    padding: 2px 4px;
    margin-left: 10px;
    background-color: orange;
    color: #fff;
    vertical-align: middle;
    line-height: 14px;
}

.dsib {
    display: inline-block;
}

.serexpire-pop-bg{
    width: 170px;
}

.red {
    color: #df000f;
}

.aboutYiBao {
    display: none;
}

.highValueTags{
    display:none;
}
.expire-btn-group .blockUp {
    border: 1px solid #666666;
    background-color: #999;
    display: inline-block;
    padding: 0 41px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}
.serexpire-btns{
    padding: 10px 20px ;
    text-align: right;
    background-color: #fcfcfc;
    border-top: .5px solid #e5e5e5;
}
.serexpire-btns .normal-inverse-btn.blockUp {
    border-color: #666;
    background-color: #999;
    color: #fff;
}

.serexpire-btns > .btn.signNextTime {
    margin-right: 10px;
}

.serexpire-btns > .btn.signAndPay {
    margin-left: 10px;
}
.serexpire-btns>.btn{
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
}
#underTreatment.pat-list-dropdown-title,
#completed.pat-list-dropdown-title{
    border-top: 5px solid #efefef;
}
.change_icon_btn,
.save_icon_btn{
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.unchangeable_date,
.unchangeable_doctor{
    float: left;
    line-height: 30px;
}

/**广告位弹出框  **/
.advertisementWindow-pop .advertisementWindow-pop-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: #000;
    opacity: .4;
}
.advertisementWindow-pop .advertisementWindow-pop-content{
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
}
.advertisementWindow-pop .advertisementWindow-pop-content .adv-close{
    float: right;  
    background-image: url(../images/round_close_fill.png);
    width: 37px;
    height: 37px;
    cursor: pointer;
}
.advertisementWindow-pop .advertisementWindow-pop-content .adv-img{
    width: 650px;
    height: 570px;
}

.advertisementWindow-pop .advertisementWindow-pop-content .adv-img img{
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1444px) and (max-width: 1920px) {
    .advertisementWindow-pop .advertisementWindow-pop-content .adv-img{
        width: 650px;
        height: 570px;
    }
}

@media screen and (max-width: 1444px) {
    .advertisementWindow-pop .advertisementWindow-pop-content .adv-img{
        width: 325px;
        height: 285px;
    }
}
/**广告位弹出框  **/

/**服务到期弹出框  **/
.service-remind-mask{
   position: fixed;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: 0 0;
   z-index: 9999999;
   background: rgba(0,0,0,.3);
}
.service-remind-mask .service-remind-popup{
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate3d(-50%, -50%, 0);
   background-color: #fff;
   padding: 40px 0 20px 0;
   border-radius: 10px;
   min-width: 450px;
   max-width: 600px;
   z-index: 9999999;
   box-shadow: 0 0 10px #aaa;
}

.service-remind-mask .service-remind-close-icon{
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 13px;
  height: 13px;
  background: url(/resources/images/close.jpg) no-repeat;
  cursor: pointer;
}

.service-remind-mask .service-remind-header{
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
}

.service-remind-mask .service-remind-content{
   font-size: 16px;
   color: #5c5c5c;
   position: relative;
   padding: 10px 20px 0;
   max-height: 300px;
   overflow: auto;
}

.service-remind-mask .service-remind-btns{
   text-align: center;
   margin: 40px auto 20px;
}
.service-remind-mask .bn-size{
   width: 120px;
}

.bn-size.disabled{
    background-color: #ccc;
    color: #fff;
    border-color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
}
/**服务到期弹出框  **/